Interface GenericKafkaListenerFluent.KafkaListenerAuthenticationOAuthNested<N>
-
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<GenericKafkaListenerFluent.KafkaListenerAuthenticationOAuthNested<N>>,KafkaListenerAuthenticationFluent<GenericKafkaListenerFluent.KafkaListenerAuthenticationOAuthNested<N>>,KafkaListenerAuthenticationOAuthFluent<GenericKafkaListenerFluent.KafkaListenerAuthenticationOAuthNested<N>>,io.fabric8.kubernetes.api.builder.Nested<N>
- All Known Implementing Classes:
GenericKafkaListenerFluentImpl.KafkaListenerAuthenticationOAuthNestedImpl
- Enclosing interface:
- GenericKafkaListenerFluent<A extends GenericKafkaListenerFluent<A>>
public static interface GenericKafkaListenerFluent.KafkaListenerAuthenticationOAuthNested<N> extends io.fabric8.kubernetes.api.builder.Nested<N>, KafkaListenerAuthenticationOAuthFluent<GenericKafkaListenerFluent.KafkaListenerAuthenticationOAuthNested<N>>
Configures a listener to use OAuth authentication.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.strimzi.api.kafka.model.listener.KafkaListenerAuthenticationOAuthFluent
KafkaListenerAuthenticationOAuthFluent.ClientSecretNested<N>, KafkaListenerAuthenticationOAuthFluent.TlsTrustedCertificatesNested<N>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Nand()NendKafkaListenerAuthenticationOAuth()-
Methods inherited from interface io.strimzi.api.kafka.model.listener.KafkaListenerAuthenticationOAuthFluent
addAllToTlsTrustedCertificates, addNewTlsTrustedCertificate, addNewTlsTrustedCertificateLike, addToTlsTrustedCertificates, addToTlsTrustedCertificates, buildClientSecret, buildFirstTlsTrustedCertificate, buildLastTlsTrustedCertificate, buildMatchingTlsTrustedCertificate, buildTlsTrustedCertificate, buildTlsTrustedCertificates, editClientSecret, editFirstTlsTrustedCertificate, editLastTlsTrustedCertificate, editMatchingTlsTrustedCertificate, editOrNewClientSecret, editOrNewClientSecretLike, editTlsTrustedCertificate, getClientAudience, getClientId, getClientScope, getClientSecret, getConnectTimeoutSeconds, getCustomClaimCheck, getEnableECDSA, getFallbackUserNameClaim, getFallbackUserNamePrefix, getGroupsClaim, getGroupsClaimDelimiter, getIntrospectionEndpointUri, getJwksEndpointUri, getJwksExpirySeconds, getJwksMinRefreshPauseSeconds, getJwksRefreshSeconds, getMaxSecondsWithoutReauthentication, getReadTimeoutSeconds, getTlsTrustedCertificates, getTokenEndpointUri, getUserInfoEndpointUri, getUserNameClaim, getValidIssuerUri, getValidTokenType, hasAccessTokenIsJwt, hasCheckAccessTokenType, hasCheckAudience, hasCheckIssuer, hasClientAudience, hasClientId, hasClientScope, hasClientSecret, hasConnectTimeoutSeconds, hasCustomClaimCheck, hasDisableTlsHostnameVerification, hasEnableECDSA, hasEnableOauthBearer, hasEnablePlain, hasFallbackUserNameClaim, hasFallbackUserNamePrefix, hasGroupsClaim, hasGroupsClaimDelimiter, hasIntrospectionEndpointUri, hasJwksEndpointUri, hasJwksExpirySeconds, hasJwksMinRefreshPauseSeconds, hasJwksRefreshSeconds, hasMatchingTlsTrustedCertificate, hasMaxSecondsWithoutReauthentication, hasReadTimeoutSeconds, hasTlsTrustedCertificates, hasTokenEndpointUri, hasUserInfoEndpointUri, hasUserNameClaim, hasValidIssuerUri, hasValidTokenType, isAccessTokenIsJwt, isCheckAccessTokenType, isCheckAudience, isCheckIssuer, isDisableTlsHostnameVerification, isEnableOauthBearer, isEnablePlain, removeAllFromTlsTrustedCertificates, removeFromTlsTrustedCertificates, removeMatchingFromTlsTrustedCertificates, setNewTlsTrustedCertificateLike, setToTlsTrustedCertificates, withAccessTokenIsJwt, withCheckAccessTokenType, withCheckAudience, withCheckIssuer, withClientAudience, withClientId, withClientScope, withClientSecret, withConnectTimeoutSeconds, withCustomClaimCheck, withDisableTlsHostnameVerification, withEnableECDSA, withEnableOauthBearer, withEnablePlain, withFallbackUserNameClaim, withFallbackUserNamePrefix, withGroupsClaim, withGroupsClaimDelimiter, withIntrospectionEndpointUri, withJwksEndpointUri, withJwksExpirySeconds, withJwksMinRefreshPauseSeconds, withJwksRefreshSeconds, withMaxSecondsWithoutReauthentication, withNewClientAudience, withNewClientId, withNewClientScope, withNewClientSecret, withNewClientSecretLike, withNewCustomClaimCheck, withNewFallbackUserNameClaim, withNewFallbackUserNamePrefix, withNewGroupsClaim, withNewGroupsClaimDelimiter, withNewIntrospectionEndpointUri, withNewJwksEndpointUri, withNewTokenEndpointUri, withNewUserInfoEndpointUri, withNewUserNameClaim, withNewValidIssuerUri, withNewValidTokenType, withReadTimeoutSeconds, withTlsTrustedCertificates, withTlsTrustedCertificates, withTokenEndpointUri, withUserInfoEndpointUri, withUserNameClaim, withValidIssuerUri, withValidTokenType
-
-