Interface KafkaClientAuthenticationOAuthFluent<A extends KafkaClientAuthenticationOAuthFluent<A>>
-
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
KafkaBridgeSpecFluent.KafkaClientAuthenticationOAuthNested<N>,KafkaConnectSpecFluent.KafkaClientAuthenticationOAuthNested<N>,KafkaMirrorMaker2ClusterSpecFluent.KafkaClientAuthenticationOAuthNested<N>,KafkaMirrorMakerClientSpecFluent.KafkaClientAuthenticationOAuthNested<N>
- All Known Implementing Classes:
KafkaBridgeSpecFluentImpl.KafkaClientAuthenticationOAuthNestedImpl,KafkaClientAuthenticationOAuthBuilder,KafkaClientAuthenticationOAuthFluentImpl,KafkaConnectSpecFluentImpl.KafkaClientAuthenticationOAuthNestedImpl,KafkaMirrorMaker2ClusterSpecFluentImpl.KafkaClientAuthenticationOAuthNestedImpl,KafkaMirrorMakerClientSpecFluentImpl.KafkaClientAuthenticationOAuthNestedImpl
public interface KafkaClientAuthenticationOAuthFluent<A extends KafkaClientAuthenticationOAuthFluent<A>> extends io.fabric8.kubernetes.api.builder.Fluent<A>Configures the Kafka client authentication using SASl OAUTHBEARER mechanism in client based components
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceKafkaClientAuthenticationOAuthFluent.AccessTokenNested<N>Represents a generic secret inside a Kubernetes Secretstatic interfaceKafkaClientAuthenticationOAuthFluent.ClientSecretNested<N>Represents a generic secret inside a Kubernetes Secretstatic interfaceKafkaClientAuthenticationOAuthFluent.RefreshTokenNested<N>Represents a generic secret inside a Kubernetes Secretstatic interfaceKafkaClientAuthenticationOAuthFluent.TlsTrustedCertificatesNested<N>Represents a certificate inside a Secret
-
Method Summary
-
-
-
Method Detail
-
getClientId
String getClientId()
-
hasClientId
Boolean hasClientId()
-
withNewClientId
@Deprecated A withNewClientId(String original)
Deprecated.
-
getScope
String getScope()
-
hasScope
Boolean hasScope()
-
withNewScope
@Deprecated A withNewScope(String original)
Deprecated.
-
getAudience
String getAudience()
-
hasAudience
Boolean hasAudience()
-
withNewAudience
@Deprecated A withNewAudience(String original)
Deprecated.
-
getTokenEndpointUri
String getTokenEndpointUri()
-
hasTokenEndpointUri
Boolean hasTokenEndpointUri()
-
withNewTokenEndpointUri
@Deprecated A withNewTokenEndpointUri(String original)
Deprecated.
-
getConnectTimeoutSeconds
Integer getConnectTimeoutSeconds()
-
hasConnectTimeoutSeconds
Boolean hasConnectTimeoutSeconds()
-
getReadTimeoutSeconds
Integer getReadTimeoutSeconds()
-
hasReadTimeoutSeconds
Boolean hasReadTimeoutSeconds()
-
getClientSecret
@Deprecated GenericSecretSource getClientSecret()
Deprecated.
-
buildClientSecret
GenericSecretSource buildClientSecret()
-
withClientSecret
A withClientSecret(GenericSecretSource clientSecret)
-
hasClientSecret
Boolean hasClientSecret()
-
withNewClientSecret
KafkaClientAuthenticationOAuthFluent.ClientSecretNested<A> withNewClientSecret()
-
withNewClientSecretLike
KafkaClientAuthenticationOAuthFluent.ClientSecretNested<A> withNewClientSecretLike(GenericSecretSource item)
-
editClientSecret
KafkaClientAuthenticationOAuthFluent.ClientSecretNested<A> editClientSecret()
-
editOrNewClientSecret
KafkaClientAuthenticationOAuthFluent.ClientSecretNested<A> editOrNewClientSecret()
-
editOrNewClientSecretLike
KafkaClientAuthenticationOAuthFluent.ClientSecretNested<A> editOrNewClientSecretLike(GenericSecretSource item)
-
getAccessToken
@Deprecated GenericSecretSource getAccessToken()
Deprecated.
-
buildAccessToken
GenericSecretSource buildAccessToken()
-
withAccessToken
A withAccessToken(GenericSecretSource accessToken)
-
hasAccessToken
Boolean hasAccessToken()
-
withNewAccessToken
KafkaClientAuthenticationOAuthFluent.AccessTokenNested<A> withNewAccessToken()
-
withNewAccessTokenLike
KafkaClientAuthenticationOAuthFluent.AccessTokenNested<A> withNewAccessTokenLike(GenericSecretSource item)
-
editAccessToken
KafkaClientAuthenticationOAuthFluent.AccessTokenNested<A> editAccessToken()
-
editOrNewAccessToken
KafkaClientAuthenticationOAuthFluent.AccessTokenNested<A> editOrNewAccessToken()
-
editOrNewAccessTokenLike
KafkaClientAuthenticationOAuthFluent.AccessTokenNested<A> editOrNewAccessTokenLike(GenericSecretSource item)
-
getRefreshToken
@Deprecated GenericSecretSource getRefreshToken()
Deprecated.
-
buildRefreshToken
GenericSecretSource buildRefreshToken()
-
withRefreshToken
A withRefreshToken(GenericSecretSource refreshToken)
-
hasRefreshToken
Boolean hasRefreshToken()
-
withNewRefreshToken
KafkaClientAuthenticationOAuthFluent.RefreshTokenNested<A> withNewRefreshToken()
-
withNewRefreshTokenLike
KafkaClientAuthenticationOAuthFluent.RefreshTokenNested<A> withNewRefreshTokenLike(GenericSecretSource item)
-
editRefreshToken
KafkaClientAuthenticationOAuthFluent.RefreshTokenNested<A> editRefreshToken()
-
editOrNewRefreshToken
KafkaClientAuthenticationOAuthFluent.RefreshTokenNested<A> editOrNewRefreshToken()
-
editOrNewRefreshTokenLike
KafkaClientAuthenticationOAuthFluent.RefreshTokenNested<A> editOrNewRefreshTokenLike(GenericSecretSource item)
-
addToTlsTrustedCertificates
A addToTlsTrustedCertificates(int index, CertSecretSource item)
-
setToTlsTrustedCertificates
A setToTlsTrustedCertificates(int index, CertSecretSource item)
-
addToTlsTrustedCertificates
A addToTlsTrustedCertificates(CertSecretSource... items)
-
addAllToTlsTrustedCertificates
A addAllToTlsTrustedCertificates(Collection<CertSecretSource> items)
-
removeFromTlsTrustedCertificates
A removeFromTlsTrustedCertificates(CertSecretSource... items)
-
removeAllFromTlsTrustedCertificates
A removeAllFromTlsTrustedCertificates(Collection<CertSecretSource> items)
-
removeMatchingFromTlsTrustedCertificates
A removeMatchingFromTlsTrustedCertificates(Predicate<CertSecretSourceBuilder> predicate)
-
getTlsTrustedCertificates
@Deprecated List<CertSecretSource> getTlsTrustedCertificates()
Deprecated.
-
buildTlsTrustedCertificates
List<CertSecretSource> buildTlsTrustedCertificates()
-
buildTlsTrustedCertificate
CertSecretSource buildTlsTrustedCertificate(int index)
-
buildFirstTlsTrustedCertificate
CertSecretSource buildFirstTlsTrustedCertificate()
-
buildLastTlsTrustedCertificate
CertSecretSource buildLastTlsTrustedCertificate()
-
buildMatchingTlsTrustedCertificate
CertSecretSource buildMatchingTlsTrustedCertificate(Predicate<CertSecretSourceBuilder> predicate)
-
hasMatchingTlsTrustedCertificate
Boolean hasMatchingTlsTrustedCertificate(Predicate<CertSecretSourceBuilder> predicate)
-
withTlsTrustedCertificates
A withTlsTrustedCertificates(List<CertSecretSource> tlsTrustedCertificates)
-
withTlsTrustedCertificates
A withTlsTrustedCertificates(CertSecretSource... tlsTrustedCertificates)
-
hasTlsTrustedCertificates
Boolean hasTlsTrustedCertificates()
-
addNewTlsTrustedCertificate
KafkaClientAuthenticationOAuthFluent.TlsTrustedCertificatesNested<A> addNewTlsTrustedCertificate()
-
addNewTlsTrustedCertificateLike
KafkaClientAuthenticationOAuthFluent.TlsTrustedCertificatesNested<A> addNewTlsTrustedCertificateLike(CertSecretSource item)
-
setNewTlsTrustedCertificateLike
KafkaClientAuthenticationOAuthFluent.TlsTrustedCertificatesNested<A> setNewTlsTrustedCertificateLike(int index, CertSecretSource item)
-
editTlsTrustedCertificate
KafkaClientAuthenticationOAuthFluent.TlsTrustedCertificatesNested<A> editTlsTrustedCertificate(int index)
-
editFirstTlsTrustedCertificate
KafkaClientAuthenticationOAuthFluent.TlsTrustedCertificatesNested<A> editFirstTlsTrustedCertificate()
-
editLastTlsTrustedCertificate
KafkaClientAuthenticationOAuthFluent.TlsTrustedCertificatesNested<A> editLastTlsTrustedCertificate()
-
editMatchingTlsTrustedCertificate
KafkaClientAuthenticationOAuthFluent.TlsTrustedCertificatesNested<A> editMatchingTlsTrustedCertificate(Predicate<CertSecretSourceBuilder> predicate)
-
isDisableTlsHostnameVerification
boolean isDisableTlsHostnameVerification()
-
withDisableTlsHostnameVerification
A withDisableTlsHostnameVerification(boolean disableTlsHostnameVerification)
-
hasDisableTlsHostnameVerification
Boolean hasDisableTlsHostnameVerification()
-
getMaxTokenExpirySeconds
int getMaxTokenExpirySeconds()
-
withMaxTokenExpirySeconds
A withMaxTokenExpirySeconds(int maxTokenExpirySeconds)
-
hasMaxTokenExpirySeconds
Boolean hasMaxTokenExpirySeconds()
-
isAccessTokenIsJwt
boolean isAccessTokenIsJwt()
-
withAccessTokenIsJwt
A withAccessTokenIsJwt(boolean accessTokenIsJwt)
-
hasAccessTokenIsJwt
Boolean hasAccessTokenIsJwt()
-
-