Class KafkaListenerAuthenticationOAuthBuilder
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.strimzi.api.kafka.model.kafka.listener.KafkaListenerAuthenticationFluent<A>
io.strimzi.api.kafka.model.kafka.listener.KafkaListenerAuthenticationOAuthFluent<KafkaListenerAuthenticationOAuthBuilder>
io.strimzi.api.kafka.model.kafka.listener.KafkaListenerAuthenticationOAuthBuilder
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<KafkaListenerAuthenticationOAuth>,io.fabric8.kubernetes.api.builder.Visitable<KafkaListenerAuthenticationOAuthBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<KafkaListenerAuthenticationOAuth,KafkaListenerAuthenticationOAuthBuilder>
public class KafkaListenerAuthenticationOAuthBuilder
extends KafkaListenerAuthenticationOAuthFluent<KafkaListenerAuthenticationOAuthBuilder>
implements io.fabric8.kubernetes.api.builder.VisitableBuilder<KafkaListenerAuthenticationOAuth,KafkaListenerAuthenticationOAuthBuilder>
-
Nested Class Summary
Nested classes/interfaces inherited from class io.strimzi.api.kafka.model.kafka.listener.KafkaListenerAuthenticationOAuthFluent
KafkaListenerAuthenticationOAuthFluent.ClientSecretNested<N>, KafkaListenerAuthenticationOAuthFluent.TlsTrustedCertificatesNested<N> -
Field Summary
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables, VISIT -
Constructor Summary
ConstructorsConstructorDescriptionKafkaListenerAuthenticationOAuthBuilder(KafkaListenerAuthenticationOAuthFluent<?> fluent, KafkaListenerAuthenticationOAuth instance) -
Method Summary
Methods inherited from class io.strimzi.api.kafka.model.kafka.listener.KafkaListenerAuthenticationOAuthFluent
addAllToTlsTrustedCertificates, addNewTlsTrustedCertificate, addNewTlsTrustedCertificateLike, addToTlsTrustedCertificates, addToTlsTrustedCertificates, buildClientSecret, buildFirstTlsTrustedCertificate, buildLastTlsTrustedCertificate, buildMatchingTlsTrustedCertificate, buildTlsTrustedCertificate, buildTlsTrustedCertificates, editClientSecret, editFirstTlsTrustedCertificate, editLastTlsTrustedCertificate, editMatchingTlsTrustedCertificate, editOrNewClientSecret, editOrNewClientSecretLike, editTlsTrustedCertificate, equals, getClientAudience, getClientId, getClientScope, getConnectTimeoutSeconds, getCustomClaimCheck, getEnableECDSA, getFallbackUserNameClaim, getFallbackUserNamePrefix, getGroupsClaim, getGroupsClaimDelimiter, getHttpRetries, getHttpRetryPauseMs, getIntrospectionEndpointUri, getJwksEndpointUri, getJwksExpirySeconds, getJwksMinRefreshPauseSeconds, getJwksRefreshSeconds, getMaxSecondsWithoutReauthentication, getReadTimeoutSeconds, getServerBearerTokenLocation, getTokenEndpointUri, getUserInfoEndpointUri, getUserNameClaim, getUserNamePrefix, getValidIssuerUri, getValidTokenType, hasAccessTokenIsJwt, hasCheckAccessTokenType, hasCheckAudience, hasCheckIssuer, hasClientAudience, hasClientId, hasClientScope, hasClientSecret, hasConnectTimeoutSeconds, hasCustomClaimCheck, hasDisableTlsHostnameVerification, hasEnableECDSA, hasEnableMetrics, hasEnableOauthBearer, hasEnablePlain, hasFailFast, hasFallbackUserNameClaim, hasFallbackUserNamePrefix, hasGroupsClaim, hasGroupsClaimDelimiter, hashCode, hasHttpRetries, hasHttpRetryPauseMs, hasIncludeAcceptHeader, hasIntrospectionEndpointUri, hasJwksEndpointUri, hasJwksExpirySeconds, hasJwksIgnoreKeyUse, hasJwksMinRefreshPauseSeconds, hasJwksRefreshSeconds, hasMatchingTlsTrustedCertificate, hasMaxSecondsWithoutReauthentication, hasReadTimeoutSeconds, hasServerBearerTokenLocation, hasTlsTrustedCertificates, hasTokenEndpointUri, hasUserInfoEndpointUri, hasUserNameClaim, hasUserNamePrefix, hasValidIssuerUri, hasValidTokenType, isAccessTokenIsJwt, isCheckAccessTokenType, isCheckAudience, isCheckIssuer, isDisableTlsHostnameVerification, isEnableMetrics, isEnableOauthBearer, isEnablePlain, isFailFast, isIncludeAcceptHeader, isJwksIgnoreKeyUse, removeAllFromTlsTrustedCertificates, removeFromTlsTrustedCertificates, removeMatchingFromTlsTrustedCertificates, setNewTlsTrustedCertificateLike, setToTlsTrustedCertificates, toString, withAccessTokenIsJwt, withAccessTokenIsJwt, withCheckAccessTokenType, withCheckAccessTokenType, withCheckAudience, withCheckAudience, withCheckIssuer, withCheckIssuer, withClientAudience, withClientId, withClientScope, withClientSecret, withConnectTimeoutSeconds, withCustomClaimCheck, withDisableTlsHostnameVerification, withDisableTlsHostnameVerification, withEnableECDSA, withEnableECDSA, withEnableMetrics, withEnableMetrics, withEnableOauthBearer, withEnableOauthBearer, withEnablePlain, withEnablePlain, withFailFast, withFailFast, withFallbackUserNameClaim, withFallbackUserNamePrefix, withGroupsClaim, withGroupsClaimDelimiter, withHttpRetries, withHttpRetryPauseMs, withIncludeAcceptHeader, withIncludeAcceptHeader, withIntrospectionEndpointUri, withJwksEndpointUri, withJwksExpirySeconds, withJwksIgnoreKeyUse, withJwksIgnoreKeyUse, withJwksMinRefreshPauseSeconds, withJwksRefreshSeconds, withMaxSecondsWithoutReauthentication, withNewClientSecret, withNewClientSecretLike, withReadTimeoutSeconds, withServerBearerTokenLocation, withTlsTrustedCertificates, withTlsTrustedCertificates, withTokenEndpointUri, withUserInfoEndpointUri, withUserNameClaim, withUserNamePrefix, withValidIssuerUri, withValidTokenTypeMethods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMapMethods inherited from interface io.fabric8.kubernetes.api.builder.Visitable
accept, accept, accept, accept, getTarget, getVisitableMap
-
Constructor Details
-
KafkaListenerAuthenticationOAuthBuilder
public KafkaListenerAuthenticationOAuthBuilder() -
KafkaListenerAuthenticationOAuthBuilder
-
KafkaListenerAuthenticationOAuthBuilder
public KafkaListenerAuthenticationOAuthBuilder(KafkaListenerAuthenticationOAuthFluent<?> fluent, KafkaListenerAuthenticationOAuth instance) -
KafkaListenerAuthenticationOAuthBuilder
-
-
Method Details
-
build
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<KafkaListenerAuthenticationOAuth>
-