Package io.strimzi.api.kafka.model
Interface KafkaConnectSpecFluent.KafkaClientAuthenticationOAuthNested<N>
-
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<KafkaConnectSpecFluent.KafkaClientAuthenticationOAuthNested<N>>,KafkaClientAuthenticationOAuthFluent<KafkaConnectSpecFluent.KafkaClientAuthenticationOAuthNested<N>>,io.fabric8.kubernetes.api.builder.Nested<N>
- All Known Implementing Classes:
KafkaConnectSpecFluentImpl.KafkaClientAuthenticationOAuthNestedImpl
- Enclosing interface:
- KafkaConnectSpecFluent<A extends KafkaConnectSpecFluent<A>>
public static interface KafkaConnectSpecFluent.KafkaClientAuthenticationOAuthNested<N> extends io.fabric8.kubernetes.api.builder.Nested<N>, KafkaClientAuthenticationOAuthFluent<KafkaConnectSpecFluent.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
-
-