Interface KafkaListenerAuthenticationOAuthFluent<A extends KafkaListenerAuthenticationOAuthFluent<A>>
-
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>,KafkaListenerAuthenticationFluent<A>
- All Known Subinterfaces:
GenericKafkaListenerFluent.KafkaListenerAuthenticationOAuthNested<N>
- All Known Implementing Classes:
GenericKafkaListenerFluentImpl.KafkaListenerAuthenticationOAuthNestedImpl,KafkaListenerAuthenticationOAuthBuilder,KafkaListenerAuthenticationOAuthFluentImpl
public interface KafkaListenerAuthenticationOAuthFluent<A extends KafkaListenerAuthenticationOAuthFluent<A>> extends KafkaListenerAuthenticationFluent<A>
Configures a listener to use OAuth authentication.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceKafkaListenerAuthenticationOAuthFluent.ClientSecretNested<N>Represents a generic secret inside a Kubernetes Secretstatic interfaceKafkaListenerAuthenticationOAuthFluent.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.
-
getClientSecret
@Deprecated GenericSecretSource getClientSecret()
Deprecated.
-
buildClientSecret
GenericSecretSource buildClientSecret()
-
withClientSecret
A withClientSecret(GenericSecretSource clientSecret)
-
hasClientSecret
Boolean hasClientSecret()
-
withNewClientSecret
KafkaListenerAuthenticationOAuthFluent.ClientSecretNested<A> withNewClientSecret()
-
withNewClientSecretLike
KafkaListenerAuthenticationOAuthFluent.ClientSecretNested<A> withNewClientSecretLike(GenericSecretSource item)
-
editClientSecret
KafkaListenerAuthenticationOAuthFluent.ClientSecretNested<A> editClientSecret()
-
editOrNewClientSecret
KafkaListenerAuthenticationOAuthFluent.ClientSecretNested<A> editOrNewClientSecret()
-
editOrNewClientSecretLike
KafkaListenerAuthenticationOAuthFluent.ClientSecretNested<A> editOrNewClientSecretLike(GenericSecretSource item)
-
getValidIssuerUri
String getValidIssuerUri()
-
hasValidIssuerUri
Boolean hasValidIssuerUri()
-
withNewValidIssuerUri
@Deprecated A withNewValidIssuerUri(String original)
Deprecated.
-
isCheckIssuer
boolean isCheckIssuer()
-
withCheckIssuer
A withCheckIssuer(boolean checkIssuer)
-
hasCheckIssuer
Boolean hasCheckIssuer()
-
isCheckAudience
boolean isCheckAudience()
-
withCheckAudience
A withCheckAudience(boolean checkAudience)
-
hasCheckAudience
Boolean hasCheckAudience()
-
getJwksEndpointUri
String getJwksEndpointUri()
-
hasJwksEndpointUri
Boolean hasJwksEndpointUri()
-
withNewJwksEndpointUri
@Deprecated A withNewJwksEndpointUri(String original)
Deprecated.
-
getJwksRefreshSeconds
Integer getJwksRefreshSeconds()
-
hasJwksRefreshSeconds
Boolean hasJwksRefreshSeconds()
-
getJwksMinRefreshPauseSeconds
Integer getJwksMinRefreshPauseSeconds()
-
withJwksMinRefreshPauseSeconds
A withJwksMinRefreshPauseSeconds(Integer jwksMinRefreshPauseSeconds)
-
hasJwksMinRefreshPauseSeconds
Boolean hasJwksMinRefreshPauseSeconds()
-
getJwksExpirySeconds
Integer getJwksExpirySeconds()
-
hasJwksExpirySeconds
Boolean hasJwksExpirySeconds()
-
getIntrospectionEndpointUri
String getIntrospectionEndpointUri()
-
hasIntrospectionEndpointUri
Boolean hasIntrospectionEndpointUri()
-
withNewIntrospectionEndpointUri
@Deprecated A withNewIntrospectionEndpointUri(String original)
Deprecated.
-
getUserNameClaim
String getUserNameClaim()
-
hasUserNameClaim
Boolean hasUserNameClaim()
-
withNewUserNameClaim
@Deprecated A withNewUserNameClaim(String original)
Deprecated.
-
getFallbackUserNameClaim
String getFallbackUserNameClaim()
-
hasFallbackUserNameClaim
Boolean hasFallbackUserNameClaim()
-
withNewFallbackUserNameClaim
@Deprecated A withNewFallbackUserNameClaim(String original)
Deprecated.
-
getFallbackUserNamePrefix
String getFallbackUserNamePrefix()
-
hasFallbackUserNamePrefix
Boolean hasFallbackUserNamePrefix()
-
withNewFallbackUserNamePrefix
@Deprecated A withNewFallbackUserNamePrefix(String original)
Deprecated.
-
getGroupsClaim
String getGroupsClaim()
-
hasGroupsClaim
Boolean hasGroupsClaim()
-
withNewGroupsClaim
@Deprecated A withNewGroupsClaim(String original)
Deprecated.
-
getGroupsClaimDelimiter
String getGroupsClaimDelimiter()
-
hasGroupsClaimDelimiter
Boolean hasGroupsClaimDelimiter()
-
withNewGroupsClaimDelimiter
@Deprecated A withNewGroupsClaimDelimiter(String original)
Deprecated.
-
getUserInfoEndpointUri
String getUserInfoEndpointUri()
-
hasUserInfoEndpointUri
Boolean hasUserInfoEndpointUri()
-
withNewUserInfoEndpointUri
@Deprecated A withNewUserInfoEndpointUri(String original)
Deprecated.
-
isCheckAccessTokenType
boolean isCheckAccessTokenType()
-
withCheckAccessTokenType
A withCheckAccessTokenType(boolean checkAccessTokenType)
-
hasCheckAccessTokenType
Boolean hasCheckAccessTokenType()
-
getValidTokenType
String getValidTokenType()
-
hasValidTokenType
Boolean hasValidTokenType()
-
withNewValidTokenType
@Deprecated A withNewValidTokenType(String original)
Deprecated.
-
isAccessTokenIsJwt
boolean isAccessTokenIsJwt()
-
withAccessTokenIsJwt
A withAccessTokenIsJwt(boolean accessTokenIsJwt)
-
hasAccessTokenIsJwt
Boolean hasAccessTokenIsJwt()
-
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
KafkaListenerAuthenticationOAuthFluent.TlsTrustedCertificatesNested<A> addNewTlsTrustedCertificate()
-
addNewTlsTrustedCertificateLike
KafkaListenerAuthenticationOAuthFluent.TlsTrustedCertificatesNested<A> addNewTlsTrustedCertificateLike(CertSecretSource item)
-
setNewTlsTrustedCertificateLike
KafkaListenerAuthenticationOAuthFluent.TlsTrustedCertificatesNested<A> setNewTlsTrustedCertificateLike(int index, CertSecretSource item)
-
editTlsTrustedCertificate
KafkaListenerAuthenticationOAuthFluent.TlsTrustedCertificatesNested<A> editTlsTrustedCertificate(int index)
-
editFirstTlsTrustedCertificate
KafkaListenerAuthenticationOAuthFluent.TlsTrustedCertificatesNested<A> editFirstTlsTrustedCertificate()
-
editLastTlsTrustedCertificate
KafkaListenerAuthenticationOAuthFluent.TlsTrustedCertificatesNested<A> editLastTlsTrustedCertificate()
-
editMatchingTlsTrustedCertificate
KafkaListenerAuthenticationOAuthFluent.TlsTrustedCertificatesNested<A> editMatchingTlsTrustedCertificate(Predicate<CertSecretSourceBuilder> predicate)
-
isDisableTlsHostnameVerification
boolean isDisableTlsHostnameVerification()
-
withDisableTlsHostnameVerification
A withDisableTlsHostnameVerification(boolean disableTlsHostnameVerification)
-
hasDisableTlsHostnameVerification
Boolean hasDisableTlsHostnameVerification()
-
getEnableECDSA
Boolean getEnableECDSA()
-
hasEnableECDSA
Boolean hasEnableECDSA()
-
getMaxSecondsWithoutReauthentication
Integer getMaxSecondsWithoutReauthentication()
-
withMaxSecondsWithoutReauthentication
A withMaxSecondsWithoutReauthentication(Integer maxSecondsWithoutReauthentication)
-
hasMaxSecondsWithoutReauthentication
Boolean hasMaxSecondsWithoutReauthentication()
-
isEnablePlain
boolean isEnablePlain()
-
withEnablePlain
A withEnablePlain(boolean enablePlain)
-
hasEnablePlain
Boolean hasEnablePlain()
-
getTokenEndpointUri
String getTokenEndpointUri()
-
hasTokenEndpointUri
Boolean hasTokenEndpointUri()
-
withNewTokenEndpointUri
@Deprecated A withNewTokenEndpointUri(String original)
Deprecated.
-
isEnableOauthBearer
boolean isEnableOauthBearer()
-
withEnableOauthBearer
A withEnableOauthBearer(boolean enableOauthBearer)
-
hasEnableOauthBearer
Boolean hasEnableOauthBearer()
-
getCustomClaimCheck
String getCustomClaimCheck()
-
hasCustomClaimCheck
Boolean hasCustomClaimCheck()
-
withNewCustomClaimCheck
@Deprecated A withNewCustomClaimCheck(String original)
Deprecated.
-
getConnectTimeoutSeconds
Integer getConnectTimeoutSeconds()
-
hasConnectTimeoutSeconds
Boolean hasConnectTimeoutSeconds()
-
getReadTimeoutSeconds
Integer getReadTimeoutSeconds()
-
hasReadTimeoutSeconds
Boolean hasReadTimeoutSeconds()
-
getClientScope
String getClientScope()
-
hasClientScope
Boolean hasClientScope()
-
withNewClientScope
@Deprecated A withNewClientScope(String original)
Deprecated.
-
getClientAudience
String getClientAudience()
-
hasClientAudience
Boolean hasClientAudience()
-
withNewClientAudience
@Deprecated A withNewClientAudience(String original)
Deprecated.
-
-