Package io.strimzi.api.kafka.model
Interface KafkaClusterSpecFluent.KafkaAuthorizationKeycloakNested<N>
-
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<KafkaClusterSpecFluent.KafkaAuthorizationKeycloakNested<N>>,KafkaAuthorizationKeycloakFluent<KafkaClusterSpecFluent.KafkaAuthorizationKeycloakNested<N>>,io.fabric8.kubernetes.api.builder.Nested<N>
- All Known Implementing Classes:
KafkaClusterSpecFluentImpl.KafkaAuthorizationKeycloakNestedImpl
- Enclosing interface:
- KafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
public static interface KafkaClusterSpecFluent.KafkaAuthorizationKeycloakNested<N> extends io.fabric8.kubernetes.api.builder.Nested<N>, KafkaAuthorizationKeycloakFluent<KafkaClusterSpecFluent.KafkaAuthorizationKeycloakNested<N>>
Configures Keycloak authorization on the brokers
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.strimzi.api.kafka.model.KafkaAuthorizationKeycloakFluent
KafkaAuthorizationKeycloakFluent.TlsTrustedCertificatesNested<N>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Nand()NendKafkaAuthorizationKeycloak()-
Methods inherited from interface io.strimzi.api.kafka.model.KafkaAuthorizationKeycloakFluent
addAllToSuperUsers, addAllToTlsTrustedCertificates, addNewSuperUser, addNewTlsTrustedCertificate, addNewTlsTrustedCertificateLike, addToSuperUsers, addToSuperUsers, addToTlsTrustedCertificates, addToTlsTrustedCertificates, buildFirstTlsTrustedCertificate, buildLastTlsTrustedCertificate, buildMatchingTlsTrustedCertificate, buildTlsTrustedCertificate, buildTlsTrustedCertificates, editFirstTlsTrustedCertificate, editLastTlsTrustedCertificate, editMatchingTlsTrustedCertificate, editTlsTrustedCertificate, getClientId, getConnectTimeoutSeconds, getFirstSuperUser, getGrantsRefreshPeriodSeconds, getGrantsRefreshPoolSize, getLastSuperUser, getMatchingSuperUser, getReadTimeoutSeconds, getSuperUser, getSuperUsers, getTlsTrustedCertificates, getTokenEndpointUri, hasClientId, hasConnectTimeoutSeconds, hasDelegateToKafkaAcls, hasDisableTlsHostnameVerification, hasGrantsRefreshPeriodSeconds, hasGrantsRefreshPoolSize, hasMatchingSuperUser, hasMatchingTlsTrustedCertificate, hasReadTimeoutSeconds, hasSuperUsers, hasTlsTrustedCertificates, hasTokenEndpointUri, isDelegateToKafkaAcls, isDisableTlsHostnameVerification, removeAllFromSuperUsers, removeAllFromTlsTrustedCertificates, removeFromSuperUsers, removeFromTlsTrustedCertificates, removeMatchingFromTlsTrustedCertificates, setNewTlsTrustedCertificateLike, setToSuperUsers, setToTlsTrustedCertificates, withClientId, withConnectTimeoutSeconds, withDelegateToKafkaAcls, withDisableTlsHostnameVerification, withGrantsRefreshPeriodSeconds, withGrantsRefreshPoolSize, withNewClientId, withNewTokenEndpointUri, withReadTimeoutSeconds, withSuperUsers, withSuperUsers, withTlsTrustedCertificates, withTlsTrustedCertificates, withTokenEndpointUri
-
-