Package io.strimzi.api.kafka.model
Interface KafkaMirrorMaker2ClusterSpecFluent.KafkaClientAuthenticationOAuthNested<N>
-
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<KafkaMirrorMaker2ClusterSpecFluent.KafkaClientAuthenticationOAuthNested<N>>,KafkaClientAuthenticationOAuthFluent<KafkaMirrorMaker2ClusterSpecFluent.KafkaClientAuthenticationOAuthNested<N>>,io.fabric8.kubernetes.api.builder.Nested<N>
- All Known Implementing Classes:
KafkaMirrorMaker2ClusterSpecFluentImpl.KafkaClientAuthenticationOAuthNestedImpl
- Enclosing interface:
- KafkaMirrorMaker2ClusterSpecFluent<A extends KafkaMirrorMaker2ClusterSpecFluent<A>>
public static interface KafkaMirrorMaker2ClusterSpecFluent.KafkaClientAuthenticationOAuthNested<N> extends io.fabric8.kubernetes.api.builder.Nested<N>, KafkaClientAuthenticationOAuthFluent<KafkaMirrorMaker2ClusterSpecFluent.KafkaClientAuthenticationOAuthNested<N>>
Configures the Kafka client authentication using SASl OAUTHBEARER mechanism in client based components
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.strimzi.api.kafka.model.authentication.KafkaClientAuthenticationOAuthFluent
KafkaClientAuthenticationOAuthFluent.AccessTokenNested<N>, KafkaClientAuthenticationOAuthFluent.ClientSecretNested<N>, KafkaClientAuthenticationOAuthFluent.RefreshTokenNested<N>, KafkaClientAuthenticationOAuthFluent.TlsTrustedCertificatesNested<N>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Nand()NendKafkaClientAuthenticationOAuth()-
Methods inherited from interface io.strimzi.api.kafka.model.authentication.KafkaClientAuthenticationOAuthFluent
addAllToTlsTrustedCertificates, addNewTlsTrustedCertificate, addNewTlsTrustedCertificateLike, addToTlsTrustedCertificates, addToTlsTrustedCertificates, buildAccessToken, buildClientSecret, buildFirstTlsTrustedCertificate, buildLastTlsTrustedCertificate, buildMatchingTlsTrustedCertificate, buildRefreshToken, buildTlsTrustedCertificate, buildTlsTrustedCertificates, editAccessToken, editClientSecret, editFirstTlsTrustedCertificate, editLastTlsTrustedCertificate, editMatchingTlsTrustedCertificate, editOrNewAccessToken, editOrNewAccessTokenLike, editOrNewClientSecret, editOrNewClientSecretLike, editOrNewRefreshToken, editOrNewRefreshTokenLike, editRefreshToken, editTlsTrustedCertificate, getAccessToken, getAudience, getClientId, getClientSecret, getConnectTimeoutSeconds, getMaxTokenExpirySeconds, getReadTimeoutSeconds, getRefreshToken, getScope, getTlsTrustedCertificates, getTokenEndpointUri, hasAccessToken, hasAccessTokenIsJwt, hasAudience, hasClientId, hasClientSecret, hasConnectTimeoutSeconds, hasDisableTlsHostnameVerification, hasMatchingTlsTrustedCertificate, hasMaxTokenExpirySeconds, hasReadTimeoutSeconds, hasRefreshToken, hasScope, hasTlsTrustedCertificates, hasTokenEndpointUri, isAccessTokenIsJwt, isDisableTlsHostnameVerification, removeAllFromTlsTrustedCertificates, removeFromTlsTrustedCertificates, removeMatchingFromTlsTrustedCertificates, setNewTlsTrustedCertificateLike, setToTlsTrustedCertificates, withAccessToken, withAccessTokenIsJwt, withAudience, withClientId, withClientSecret, withConnectTimeoutSeconds, withDisableTlsHostnameVerification, withMaxTokenExpirySeconds, withNewAccessToken, withNewAccessTokenLike, withNewAudience, withNewClientId, withNewClientSecret, withNewClientSecretLike, withNewRefreshToken, withNewRefreshTokenLike, withNewScope, withNewTokenEndpointUri, withReadTimeoutSeconds, withRefreshToken, withScope, withTlsTrustedCertificates, withTlsTrustedCertificates, withTokenEndpointUri
-
-