Class KafkaClientAuthenticationOAuthBuilder
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.strimzi.api.kafka.model.common.authentication.KafkaClientAuthenticationOAuthFluent<KafkaClientAuthenticationOAuthBuilder>
io.strimzi.api.kafka.model.common.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.common.authentication.KafkaClientAuthenticationOAuthFluent
KafkaClientAuthenticationOAuthFluent.AccessTokenNested<N>, KafkaClientAuthenticationOAuthFluent.ClientAssertionNested<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) -
Method Summary
Methods inherited from class io.strimzi.api.kafka.model.common.authentication.KafkaClientAuthenticationOAuthFluent
addAllToTlsTrustedCertificates, addNewTlsTrustedCertificate, addNewTlsTrustedCertificateLike, addToSaslExtensions, addToSaslExtensions, addToTlsTrustedCertificates, addToTlsTrustedCertificates, buildAccessToken, buildClientAssertion, buildClientSecret, buildFirstTlsTrustedCertificate, buildLastTlsTrustedCertificate, buildMatchingTlsTrustedCertificate, buildPasswordSecret, buildRefreshToken, buildTlsTrustedCertificate, buildTlsTrustedCertificates, editAccessToken, editClientAssertion, editClientSecret, editFirstTlsTrustedCertificate, editLastTlsTrustedCertificate, editMatchingTlsTrustedCertificate, editOrNewAccessToken, editOrNewAccessTokenLike, editOrNewClientAssertion, editOrNewClientAssertionLike, editOrNewClientSecret, editOrNewClientSecretLike, editOrNewPasswordSecret, editOrNewPasswordSecretLike, editOrNewRefreshToken, editOrNewRefreshTokenLike, editPasswordSecret, editRefreshToken, editTlsTrustedCertificate, equals, getAccessTokenLocation, getAudience, getClientAssertionLocation, getClientAssertionType, getClientId, getConnectTimeoutSeconds, getHttpRetries, getHttpRetryPauseMs, getMaxTokenExpirySeconds, getReadTimeoutSeconds, getSaslExtensions, getScope, getTokenEndpointUri, getUsername, hasAccessToken, hasAccessTokenIsJwt, hasAccessTokenLocation, hasAudience, hasClientAssertion, hasClientAssertionLocation, hasClientAssertionType, hasClientId, hasClientSecret, hasConnectTimeoutSeconds, hasDisableTlsHostnameVerification, hasEnableMetrics, hashCode, hasHttpRetries, hasHttpRetryPauseMs, hasIncludeAcceptHeader, hasMatchingTlsTrustedCertificate, hasMaxTokenExpirySeconds, hasPasswordSecret, hasReadTimeoutSeconds, hasRefreshToken, hasSaslExtensions, hasScope, hasTlsTrustedCertificates, hasTokenEndpointUri, hasUsername, isAccessTokenIsJwt, isDisableTlsHostnameVerification, isEnableMetrics, isIncludeAcceptHeader, removeAllFromTlsTrustedCertificates, removeFromSaslExtensions, removeFromSaslExtensions, removeFromTlsTrustedCertificates, removeMatchingFromTlsTrustedCertificates, setNewTlsTrustedCertificateLike, setToTlsTrustedCertificates, toString, withAccessToken, withAccessTokenIsJwt, withAccessTokenIsJwt, withAccessTokenLocation, withAudience, withClientAssertion, withClientAssertionLocation, withClientAssertionType, withClientId, withClientSecret, withConnectTimeoutSeconds, withDisableTlsHostnameVerification, withDisableTlsHostnameVerification, withEnableMetrics, withEnableMetrics, withHttpRetries, withHttpRetryPauseMs, withIncludeAcceptHeader, withIncludeAcceptHeader, withMaxTokenExpirySeconds, withNewAccessToken, withNewAccessTokenLike, withNewClientAssertion, withNewClientAssertionLike, withNewClientSecret, withNewClientSecretLike, withNewPasswordSecret, withNewPasswordSecretLike, withNewRefreshToken, withNewRefreshTokenLike, withPasswordSecret, withReadTimeoutSeconds, withRefreshToken, withSaslExtensions, 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
public KafkaClientAuthenticationOAuthBuilder(KafkaClientAuthenticationOAuthFluent<?> fluent, KafkaClientAuthenticationOAuth instance) -
KafkaClientAuthenticationOAuthBuilder
-
-
Method Details
-
build
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<KafkaClientAuthenticationOAuth>
-