Class KafkaAuthorizationKeycloak

    • Constructor Detail

      • KafkaAuthorizationKeycloak

        public KafkaAuthorizationKeycloak()
    • Method Detail

      • getClientId

        public String getClientId()
      • setClientId

        public void setClientId​(String clientId)
      • getTokenEndpointUri

        public String getTokenEndpointUri()
      • setTokenEndpointUri

        public void setTokenEndpointUri​(String tokenEndpointUri)
      • setTlsTrustedCertificates

        public void setTlsTrustedCertificates​(List<CertSecretSource> tlsTrustedCertificates)
      • isDisableTlsHostnameVerification

        public boolean isDisableTlsHostnameVerification()
      • setDisableTlsHostnameVerification

        public void setDisableTlsHostnameVerification​(boolean disableTlsHostnameVerification)
      • isDelegateToKafkaAcls

        public boolean isDelegateToKafkaAcls()
      • setDelegateToKafkaAcls

        public void setDelegateToKafkaAcls​(boolean delegateToKafkaAcls)
      • getGrantsRefreshPeriodSeconds

        public Integer getGrantsRefreshPeriodSeconds()
      • setGrantsRefreshPeriodSeconds

        public void setGrantsRefreshPeriodSeconds​(Integer grantsRefreshPeriodSeconds)
      • getGrantsRefreshPoolSize

        public Integer getGrantsRefreshPoolSize()
      • setGrantsRefreshPoolSize

        public void setGrantsRefreshPoolSize​(Integer grantsRefreshPoolSize)
      • getSuperUsers

        public List<String> getSuperUsers()
      • setSuperUsers

        public void setSuperUsers​(List<String> superUsers)