Class KafkaAuthorizationKeycloakFluent<A extends KafkaAuthorizationKeycloakFluent<A>>

java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.strimzi.api.kafka.model.kafka.KafkaAuthorizationKeycloakFluent<A>
Direct Known Subclasses:
KafkaAuthorizationKeycloakBuilder, KafkaClusterSpecFluent.KafkaAuthorizationKeycloakNested

public class KafkaAuthorizationKeycloakFluent<A extends KafkaAuthorizationKeycloakFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
Generated
  • Constructor Details

    • KafkaAuthorizationKeycloakFluent

      public KafkaAuthorizationKeycloakFluent()
    • KafkaAuthorizationKeycloakFluent

      public KafkaAuthorizationKeycloakFluent(KafkaAuthorizationKeycloak instance)
  • Method Details

    • getClientId

      public String getClientId()
    • withClientId

      public A withClientId(String clientId)
    • hasClientId

      public boolean hasClientId()
    • getTokenEndpointUri

      public String getTokenEndpointUri()
    • withTokenEndpointUri

      public A withTokenEndpointUri(String tokenEndpointUri)
    • hasTokenEndpointUri

      public boolean hasTokenEndpointUri()
    • addToTlsTrustedCertificates

      public A addToTlsTrustedCertificates(int index, CertSecretSource item)
    • setToTlsTrustedCertificates

      public A setToTlsTrustedCertificates(int index, CertSecretSource item)
    • addToTlsTrustedCertificates

      public A addToTlsTrustedCertificates(CertSecretSource... items)
    • addAllToTlsTrustedCertificates

      public A addAllToTlsTrustedCertificates(Collection<CertSecretSource> items)
    • removeFromTlsTrustedCertificates

      public A removeFromTlsTrustedCertificates(CertSecretSource... items)
    • removeAllFromTlsTrustedCertificates

      public A removeAllFromTlsTrustedCertificates(Collection<CertSecretSource> items)
    • removeMatchingFromTlsTrustedCertificates

      public A removeMatchingFromTlsTrustedCertificates(Predicate<CertSecretSourceBuilder> predicate)
    • buildTlsTrustedCertificates

      public List<CertSecretSource> buildTlsTrustedCertificates()
    • buildTlsTrustedCertificate

      public CertSecretSource buildTlsTrustedCertificate(int index)
    • buildFirstTlsTrustedCertificate

      public CertSecretSource buildFirstTlsTrustedCertificate()
    • buildLastTlsTrustedCertificate

      public CertSecretSource buildLastTlsTrustedCertificate()
    • buildMatchingTlsTrustedCertificate

      public CertSecretSource buildMatchingTlsTrustedCertificate(Predicate<CertSecretSourceBuilder> predicate)
    • hasMatchingTlsTrustedCertificate

      public boolean hasMatchingTlsTrustedCertificate(Predicate<CertSecretSourceBuilder> predicate)
    • withTlsTrustedCertificates

      public A withTlsTrustedCertificates(List<CertSecretSource> tlsTrustedCertificates)
    • withTlsTrustedCertificates

      public A withTlsTrustedCertificates(CertSecretSource... tlsTrustedCertificates)
    • hasTlsTrustedCertificates

      public boolean hasTlsTrustedCertificates()
    • addNewTlsTrustedCertificate

      public KafkaAuthorizationKeycloakFluent<A>.TlsTrustedCertificatesNested<A> addNewTlsTrustedCertificate()
    • addNewTlsTrustedCertificateLike

      public KafkaAuthorizationKeycloakFluent<A>.TlsTrustedCertificatesNested<A> addNewTlsTrustedCertificateLike(CertSecretSource item)
    • setNewTlsTrustedCertificateLike

      public KafkaAuthorizationKeycloakFluent<A>.TlsTrustedCertificatesNested<A> setNewTlsTrustedCertificateLike(int index, CertSecretSource item)
    • editTlsTrustedCertificate

      public KafkaAuthorizationKeycloakFluent<A>.TlsTrustedCertificatesNested<A> editTlsTrustedCertificate(int index)
    • editFirstTlsTrustedCertificate

      public KafkaAuthorizationKeycloakFluent<A>.TlsTrustedCertificatesNested<A> editFirstTlsTrustedCertificate()
    • editLastTlsTrustedCertificate

      public KafkaAuthorizationKeycloakFluent<A>.TlsTrustedCertificatesNested<A> editLastTlsTrustedCertificate()
    • editMatchingTlsTrustedCertificate

      public KafkaAuthorizationKeycloakFluent<A>.TlsTrustedCertificatesNested<A> editMatchingTlsTrustedCertificate(Predicate<CertSecretSourceBuilder> predicate)
    • isDisableTlsHostnameVerification

      public boolean isDisableTlsHostnameVerification()
    • withDisableTlsHostnameVerification

      public A withDisableTlsHostnameVerification(boolean disableTlsHostnameVerification)
    • hasDisableTlsHostnameVerification

      public boolean hasDisableTlsHostnameVerification()
    • isDelegateToKafkaAcls

      public boolean isDelegateToKafkaAcls()
    • withDelegateToKafkaAcls

      public A withDelegateToKafkaAcls(boolean delegateToKafkaAcls)
    • hasDelegateToKafkaAcls

      public boolean hasDelegateToKafkaAcls()
    • getGrantsRefreshPeriodSeconds

      public Integer getGrantsRefreshPeriodSeconds()
    • withGrantsRefreshPeriodSeconds

      public A withGrantsRefreshPeriodSeconds(Integer grantsRefreshPeriodSeconds)
    • hasGrantsRefreshPeriodSeconds

      public boolean hasGrantsRefreshPeriodSeconds()
    • getGrantsRefreshPoolSize

      public Integer getGrantsRefreshPoolSize()
    • withGrantsRefreshPoolSize

      public A withGrantsRefreshPoolSize(Integer grantsRefreshPoolSize)
    • hasGrantsRefreshPoolSize

      public boolean hasGrantsRefreshPoolSize()
    • getGrantsMaxIdleTimeSeconds

      public Integer getGrantsMaxIdleTimeSeconds()
    • withGrantsMaxIdleTimeSeconds

      public A withGrantsMaxIdleTimeSeconds(Integer grantsMaxIdleTimeSeconds)
    • hasGrantsMaxIdleTimeSeconds

      public boolean hasGrantsMaxIdleTimeSeconds()
    • getGrantsGcPeriodSeconds

      public Integer getGrantsGcPeriodSeconds()
    • withGrantsGcPeriodSeconds

      public A withGrantsGcPeriodSeconds(Integer grantsGcPeriodSeconds)
    • hasGrantsGcPeriodSeconds

      public boolean hasGrantsGcPeriodSeconds()
    • isGrantsAlwaysLatest

      public boolean isGrantsAlwaysLatest()
    • withGrantsAlwaysLatest

      public A withGrantsAlwaysLatest(boolean grantsAlwaysLatest)
    • hasGrantsAlwaysLatest

      public boolean hasGrantsAlwaysLatest()
    • getConnectTimeoutSeconds

      public Integer getConnectTimeoutSeconds()
    • withConnectTimeoutSeconds

      public A withConnectTimeoutSeconds(Integer connectTimeoutSeconds)
    • hasConnectTimeoutSeconds

      public boolean hasConnectTimeoutSeconds()
    • getReadTimeoutSeconds

      public Integer getReadTimeoutSeconds()
    • withReadTimeoutSeconds

      public A withReadTimeoutSeconds(Integer readTimeoutSeconds)
    • hasReadTimeoutSeconds

      public boolean hasReadTimeoutSeconds()
    • getHttpRetries

      public Integer getHttpRetries()
    • withHttpRetries

      public A withHttpRetries(Integer httpRetries)
    • hasHttpRetries

      public boolean hasHttpRetries()
    • addToSuperUsers

      public A addToSuperUsers(int index, String item)
    • setToSuperUsers

      public A setToSuperUsers(int index, String item)
    • addToSuperUsers

      public A addToSuperUsers(String... items)
    • addAllToSuperUsers

      public A addAllToSuperUsers(Collection<String> items)
    • removeFromSuperUsers

      public A removeFromSuperUsers(String... items)
    • removeAllFromSuperUsers

      public A removeAllFromSuperUsers(Collection<String> items)
    • getSuperUsers

      public List<String> getSuperUsers()
    • getSuperUser

      public String getSuperUser(int index)
    • getFirstSuperUser

      public String getFirstSuperUser()
    • getLastSuperUser

      public String getLastSuperUser()
    • getMatchingSuperUser

      public String getMatchingSuperUser(Predicate<String> predicate)
    • hasMatchingSuperUser

      public boolean hasMatchingSuperUser(Predicate<String> predicate)
    • withSuperUsers

      public A withSuperUsers(List<String> superUsers)
    • withSuperUsers

      public A withSuperUsers(String... superUsers)
    • hasSuperUsers

      public boolean hasSuperUsers()
    • isEnableMetrics

      public boolean isEnableMetrics()
    • withEnableMetrics

      public A withEnableMetrics(boolean enableMetrics)
    • hasEnableMetrics

      public boolean hasEnableMetrics()
    • isIncludeAcceptHeader

      public boolean isIncludeAcceptHeader()
    • withIncludeAcceptHeader

      public A withIncludeAcceptHeader(boolean includeAcceptHeader)
    • hasIncludeAcceptHeader

      public boolean hasIncludeAcceptHeader()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends KafkaAuthorizationKeycloakFluent<A>>
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends KafkaAuthorizationKeycloakFluent<A>>
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • withDisableTlsHostnameVerification

      public A withDisableTlsHostnameVerification()
    • withDelegateToKafkaAcls

      public A withDelegateToKafkaAcls()
    • withGrantsAlwaysLatest

      public A withGrantsAlwaysLatest()
    • withEnableMetrics

      public A withEnableMetrics()
    • withIncludeAcceptHeader

      public A withIncludeAcceptHeader()