Class KafkaClientAuthenticationOAuthBuilder
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.strimzi.api.kafka.model.authentication.KafkaClientAuthenticationOAuthFluent<KafkaClientAuthenticationOAuthBuilder>
io.strimzi.api.kafka.model.authentication.KafkaClientAuthenticationOAuthBuilder
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<KafkaClientAuthenticationOAuth>,io.fabric8.kubernetes.api.builder.Visitable<KafkaClientAuthenticationOAuthBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<KafkaClientAuthenticationOAuth,KafkaClientAuthenticationOAuthBuilder>
public class KafkaClientAuthenticationOAuthBuilder
extends KafkaClientAuthenticationOAuthFluent<KafkaClientAuthenticationOAuthBuilder>
implements io.fabric8.kubernetes.api.builder.VisitableBuilder<KafkaClientAuthenticationOAuth,KafkaClientAuthenticationOAuthBuilder>
-
Nested Class Summary
Nested classes/interfaces inherited from class io.strimzi.api.kafka.model.authentication.KafkaClientAuthenticationOAuthFluent
KafkaClientAuthenticationOAuthFluent.AccessTokenNested<N>, KafkaClientAuthenticationOAuthFluent.ClientSecretNested<N>, KafkaClientAuthenticationOAuthFluent.PasswordSecretNested<N>, KafkaClientAuthenticationOAuthFluent.RefreshTokenNested<N>, KafkaClientAuthenticationOAuthFluent.TlsTrustedCertificatesNested<N> -
Field Summary
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables, VISIT -
Constructor Summary
ConstructorsConstructorDescriptionKafkaClientAuthenticationOAuthBuilder(KafkaClientAuthenticationOAuthFluent<?> fluent, KafkaClientAuthenticationOAuth instance) KafkaClientAuthenticationOAuthBuilder(KafkaClientAuthenticationOAuthFluent<?> fluent, KafkaClientAuthenticationOAuth instance, Boolean validationEnabled) KafkaClientAuthenticationOAuthBuilder(KafkaClientAuthenticationOAuthFluent<?> fluent, Boolean validationEnabled) KafkaClientAuthenticationOAuthBuilder(KafkaClientAuthenticationOAuth instance, Boolean validationEnabled) KafkaClientAuthenticationOAuthBuilder(Boolean validationEnabled) -
Method Summary
Methods inherited from class io.strimzi.api.kafka.model.authentication.KafkaClientAuthenticationOAuthFluent
addAllToTlsTrustedCertificates, addNewTlsTrustedCertificate, addNewTlsTrustedCertificateLike, addToTlsTrustedCertificates, addToTlsTrustedCertificates, buildAccessToken, buildClientSecret, buildFirstTlsTrustedCertificate, buildLastTlsTrustedCertificate, buildMatchingTlsTrustedCertificate, buildPasswordSecret, buildRefreshToken, buildTlsTrustedCertificate, buildTlsTrustedCertificates, editAccessToken, editClientSecret, editFirstTlsTrustedCertificate, editLastTlsTrustedCertificate, editMatchingTlsTrustedCertificate, editOrNewAccessToken, editOrNewAccessTokenLike, editOrNewClientSecret, editOrNewClientSecretLike, editOrNewPasswordSecret, editOrNewPasswordSecretLike, editOrNewRefreshToken, editOrNewRefreshTokenLike, editPasswordSecret, editRefreshToken, editTlsTrustedCertificate, equals, getAudience, getClientId, getConnectTimeoutSeconds, getHttpRetries, getHttpRetryPauseMs, getMaxTokenExpirySeconds, getReadTimeoutSeconds, getScope, getTokenEndpointUri, getUsername, hasAccessToken, hasAccessTokenIsJwt, hasAudience, hasClientId, hasClientSecret, hasConnectTimeoutSeconds, hasDisableTlsHostnameVerification, hasEnableMetrics, hashCode, hasHttpRetries, hasHttpRetryPauseMs, hasIncludeAcceptHeader, hasMatchingTlsTrustedCertificate, hasMaxTokenExpirySeconds, hasPasswordSecret, hasReadTimeoutSeconds, hasRefreshToken, hasScope, hasTlsTrustedCertificates, hasTokenEndpointUri, hasUsername, isAccessTokenIsJwt, isDisableTlsHostnameVerification, isEnableMetrics, isIncludeAcceptHeader, removeAllFromTlsTrustedCertificates, removeFromTlsTrustedCertificates, removeMatchingFromTlsTrustedCertificates, setNewTlsTrustedCertificateLike, setToTlsTrustedCertificates, toString, withAccessToken, withAccessTokenIsJwt, withAccessTokenIsJwt, withAudience, withClientId, withClientSecret, withConnectTimeoutSeconds, withDisableTlsHostnameVerification, withDisableTlsHostnameVerification, withEnableMetrics, withEnableMetrics, withHttpRetries, withHttpRetryPauseMs, withIncludeAcceptHeader, withIncludeAcceptHeader, withMaxTokenExpirySeconds, withNewAccessToken, withNewAccessTokenLike, withNewClientSecret, withNewClientSecretLike, withNewPasswordSecret, withNewPasswordSecretLike, withNewRefreshToken, withNewRefreshTokenLike, withPasswordSecret, withReadTimeoutSeconds, withRefreshToken, withScope, withTlsTrustedCertificates, withTlsTrustedCertificates, withTokenEndpointUri, withUsernameMethods 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
-
KafkaClientAuthenticationOAuthBuilder
public KafkaClientAuthenticationOAuthBuilder() -
KafkaClientAuthenticationOAuthBuilder
-
KafkaClientAuthenticationOAuthBuilder
-
KafkaClientAuthenticationOAuthBuilder
public KafkaClientAuthenticationOAuthBuilder(KafkaClientAuthenticationOAuthFluent<?> fluent, Boolean validationEnabled) -
KafkaClientAuthenticationOAuthBuilder
public KafkaClientAuthenticationOAuthBuilder(KafkaClientAuthenticationOAuthFluent<?> fluent, KafkaClientAuthenticationOAuth instance) -
KafkaClientAuthenticationOAuthBuilder
public KafkaClientAuthenticationOAuthBuilder(KafkaClientAuthenticationOAuthFluent<?> fluent, KafkaClientAuthenticationOAuth instance, Boolean validationEnabled) -
KafkaClientAuthenticationOAuthBuilder
-
KafkaClientAuthenticationOAuthBuilder
public KafkaClientAuthenticationOAuthBuilder(KafkaClientAuthenticationOAuth instance, Boolean validationEnabled)
-
-
Method Details
-
build
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<KafkaClientAuthenticationOAuth>
-