public interface KafkaListenerAuthenticationOAuthFluent<A extends KafkaListenerAuthenticationOAuthFluent<A>> extends KafkaListenerAuthenticationFluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
KafkaListenerAuthenticationOAuthFluent.ClientSecretNested<N> |
static interface |
KafkaListenerAuthenticationOAuthFluent.TlsTrustedCertificatesNested<N> |
String getClientId()
Boolean hasClientId()
A withNewClientId(StringBuilder arg1)
A withNewClientId(StringBuffer arg1)
@Deprecated GenericSecretSource getClientSecret()
GenericSecretSource buildClientSecret()
A withClientSecret(GenericSecretSource clientSecret)
Boolean hasClientSecret()
KafkaListenerAuthenticationOAuthFluent.ClientSecretNested<A> withNewClientSecret()
KafkaListenerAuthenticationOAuthFluent.ClientSecretNested<A> withNewClientSecretLike(GenericSecretSource item)
KafkaListenerAuthenticationOAuthFluent.ClientSecretNested<A> editClientSecret()
KafkaListenerAuthenticationOAuthFluent.ClientSecretNested<A> editOrNewClientSecret()
KafkaListenerAuthenticationOAuthFluent.ClientSecretNested<A> editOrNewClientSecretLike(GenericSecretSource item)
String getValidIssuerUri()
Boolean hasValidIssuerUri()
A withNewValidIssuerUri(StringBuilder arg1)
A withNewValidIssuerUri(StringBuffer arg1)
String getJwksEndpointUri()
Boolean hasJwksEndpointUri()
A withNewJwksEndpointUri(StringBuilder arg1)
A withNewJwksEndpointUri(StringBuffer arg1)
int getJwksRefreshSeconds()
A withJwksRefreshSeconds(int jwksRefreshSeconds)
Boolean hasJwksRefreshSeconds()
int getJwksExpirySeconds()
A withJwksExpirySeconds(int jwksExpirySeconds)
Boolean hasJwksExpirySeconds()
String getIntrospectionEndpointUri()
Boolean hasIntrospectionEndpointUri()
A withNewIntrospectionEndpointUri(StringBuilder arg1)
A withNewIntrospectionEndpointUri(StringBuffer arg1)
String getUserNameClaim()
Boolean hasUserNameClaim()
A withNewUserNameClaim(StringBuilder arg1)
A withNewUserNameClaim(StringBuffer arg1)
boolean isCheckAccessTokenType()
A withCheckAccessTokenType(boolean checkAccessTokenType)
Boolean hasCheckAccessTokenType()
boolean isAccessTokenIsJwt()
A withAccessTokenIsJwt(boolean accessTokenIsJwt)
Boolean hasAccessTokenIsJwt()
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()
KafkaListenerAuthenticationOAuthFluent.TlsTrustedCertificatesNested<A> addNewTlsTrustedCertificate()
KafkaListenerAuthenticationOAuthFluent.TlsTrustedCertificatesNested<A> addNewTlsTrustedCertificateLike(CertSecretSource item)
KafkaListenerAuthenticationOAuthFluent.TlsTrustedCertificatesNested<A> setNewTlsTrustedCertificateLike(int index, CertSecretSource item)
KafkaListenerAuthenticationOAuthFluent.TlsTrustedCertificatesNested<A> editTlsTrustedCertificate(int index)
KafkaListenerAuthenticationOAuthFluent.TlsTrustedCertificatesNested<A> editFirstTlsTrustedCertificate()
KafkaListenerAuthenticationOAuthFluent.TlsTrustedCertificatesNested<A> editLastTlsTrustedCertificate()
KafkaListenerAuthenticationOAuthFluent.TlsTrustedCertificatesNested<A> editMatchingTlsTrustedCertificate(io.fabric8.kubernetes.api.builder.Predicate<CertSecretSourceBuilder> predicate)
boolean isDisableTlsHostnameVerification()
A withDisableTlsHostnameVerification(boolean disableTlsHostnameVerification)
Boolean hasDisableTlsHostnameVerification()
Copyright © 2020. All rights reserved.