public interface KafkaClientAuthenticationOAuthFluent<A extends KafkaClientAuthenticationOAuthFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
KafkaClientAuthenticationOAuthFluent.AccessTokenNested<N> |
static interface |
KafkaClientAuthenticationOAuthFluent.ClientSecretNested<N> |
static interface |
KafkaClientAuthenticationOAuthFluent.RefreshTokenNested<N> |
static interface |
KafkaClientAuthenticationOAuthFluent.TlsTrustedCertificatesNested<N> |
String getClientId()
Boolean hasClientId()
A withNewClientId(StringBuilder arg1)
A withNewClientId(StringBuffer arg1)
String getTokenEndpointUri()
Boolean hasTokenEndpointUri()
A withNewTokenEndpointUri(StringBuilder arg1)
A withNewTokenEndpointUri(StringBuffer arg1)
@Deprecated GenericSecretSource getClientSecret()
GenericSecretSource buildClientSecret()
A withClientSecret(GenericSecretSource clientSecret)
Boolean hasClientSecret()
KafkaClientAuthenticationOAuthFluent.ClientSecretNested<A> withNewClientSecret()
KafkaClientAuthenticationOAuthFluent.ClientSecretNested<A> withNewClientSecretLike(GenericSecretSource item)
KafkaClientAuthenticationOAuthFluent.ClientSecretNested<A> editClientSecret()
KafkaClientAuthenticationOAuthFluent.ClientSecretNested<A> editOrNewClientSecret()
KafkaClientAuthenticationOAuthFluent.ClientSecretNested<A> editOrNewClientSecretLike(GenericSecretSource item)
@Deprecated GenericSecretSource getAccessToken()
GenericSecretSource buildAccessToken()
A withAccessToken(GenericSecretSource accessToken)
Boolean hasAccessToken()
KafkaClientAuthenticationOAuthFluent.AccessTokenNested<A> withNewAccessToken()
KafkaClientAuthenticationOAuthFluent.AccessTokenNested<A> withNewAccessTokenLike(GenericSecretSource item)
KafkaClientAuthenticationOAuthFluent.AccessTokenNested<A> editAccessToken()
KafkaClientAuthenticationOAuthFluent.AccessTokenNested<A> editOrNewAccessToken()
KafkaClientAuthenticationOAuthFluent.AccessTokenNested<A> editOrNewAccessTokenLike(GenericSecretSource item)
@Deprecated GenericSecretSource getRefreshToken()
GenericSecretSource buildRefreshToken()
A withRefreshToken(GenericSecretSource refreshToken)
Boolean hasRefreshToken()
KafkaClientAuthenticationOAuthFluent.RefreshTokenNested<A> withNewRefreshToken()
KafkaClientAuthenticationOAuthFluent.RefreshTokenNested<A> withNewRefreshTokenLike(GenericSecretSource item)
KafkaClientAuthenticationOAuthFluent.RefreshTokenNested<A> editRefreshToken()
KafkaClientAuthenticationOAuthFluent.RefreshTokenNested<A> editOrNewRefreshToken()
KafkaClientAuthenticationOAuthFluent.RefreshTokenNested<A> editOrNewRefreshTokenLike(GenericSecretSource item)
A addToTlsTrustedCertificates(int index, CertSecretSource item)
A setToTlsTrustedCertificates(int index, CertSecretSource item)
A addToTlsTrustedCertificates(CertSecretSource... items)
A addAllToTlsTrustedCertificates(Collection<CertSecretSource> items)
A removeFromTlsTrustedCertificates(CertSecretSource... items)
A removeAllFromTlsTrustedCertificates(Collection<CertSecretSource> items)
A removeMatchingFromTlsTrustedCertificates(io.fabric8.kubernetes.api.builder.Predicate<CertSecretSourceBuilder> predicate)
@Deprecated List<CertSecretSource> getTlsTrustedCertificates()
List<CertSecretSource> buildTlsTrustedCertificates()
CertSecretSource buildTlsTrustedCertificate(int index)
CertSecretSource buildFirstTlsTrustedCertificate()
CertSecretSource buildLastTlsTrustedCertificate()
CertSecretSource buildMatchingTlsTrustedCertificate(io.fabric8.kubernetes.api.builder.Predicate<CertSecretSourceBuilder> predicate)
Boolean hasMatchingTlsTrustedCertificate(io.fabric8.kubernetes.api.builder.Predicate<CertSecretSourceBuilder> predicate)
A withTlsTrustedCertificates(List<CertSecretSource> tlsTrustedCertificates)
A withTlsTrustedCertificates(CertSecretSource... tlsTrustedCertificates)
Boolean hasTlsTrustedCertificates()
KafkaClientAuthenticationOAuthFluent.TlsTrustedCertificatesNested<A> addNewTlsTrustedCertificate()
KafkaClientAuthenticationOAuthFluent.TlsTrustedCertificatesNested<A> addNewTlsTrustedCertificateLike(CertSecretSource item)
KafkaClientAuthenticationOAuthFluent.TlsTrustedCertificatesNested<A> setNewTlsTrustedCertificateLike(int index, CertSecretSource item)
KafkaClientAuthenticationOAuthFluent.TlsTrustedCertificatesNested<A> editTlsTrustedCertificate(int index)
KafkaClientAuthenticationOAuthFluent.TlsTrustedCertificatesNested<A> editFirstTlsTrustedCertificate()
KafkaClientAuthenticationOAuthFluent.TlsTrustedCertificatesNested<A> editLastTlsTrustedCertificate()
KafkaClientAuthenticationOAuthFluent.TlsTrustedCertificatesNested<A> editMatchingTlsTrustedCertificate(io.fabric8.kubernetes.api.builder.Predicate<CertSecretSourceBuilder> predicate)
boolean isDisableTlsHostnameVerification()
A withDisableTlsHostnameVerification(boolean disableTlsHostnameVerification)
Boolean hasDisableTlsHostnameVerification()
int getMaxTokenExpirySeconds()
A withMaxTokenExpirySeconds(int maxTokenExpirySeconds)
Boolean hasMaxTokenExpirySeconds()
boolean isAccessTokenIsJwt()
A withAccessTokenIsJwt(boolean accessTokenIsJwt)
Boolean hasAccessTokenIsJwt()
Copyright © 2020. All rights reserved.