Class KafkaClientAuthenticationOAuthBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.strimzi.api.kafka.model.authentication.KafkaClientAuthenticationOAuthFluentImpl<KafkaClientAuthenticationOAuthBuilder>
-
- io.strimzi.api.kafka.model.authentication.KafkaClientAuthenticationOAuthBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<KafkaClientAuthenticationOAuth>,io.fabric8.kubernetes.api.builder.Fluent<KafkaClientAuthenticationOAuthBuilder>,io.fabric8.kubernetes.api.builder.Visitable<KafkaClientAuthenticationOAuthBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<KafkaClientAuthenticationOAuth,KafkaClientAuthenticationOAuthBuilder>,KafkaClientAuthenticationOAuthFluent<KafkaClientAuthenticationOAuthBuilder>
public class KafkaClientAuthenticationOAuthBuilder extends KafkaClientAuthenticationOAuthFluentImpl<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.KafkaClientAuthenticationOAuthFluentImpl
KafkaClientAuthenticationOAuthFluentImpl.AccessTokenNestedImpl<N>, KafkaClientAuthenticationOAuthFluentImpl.ClientSecretNestedImpl<N>, KafkaClientAuthenticationOAuthFluentImpl.RefreshTokenNestedImpl<N>, KafkaClientAuthenticationOAuthFluentImpl.TlsTrustedCertificatesNestedImpl<N>
-
Nested classes/interfaces inherited from interface io.strimzi.api.kafka.model.authentication.KafkaClientAuthenticationOAuthFluent
KafkaClientAuthenticationOAuthFluent.AccessTokenNested<N>, KafkaClientAuthenticationOAuthFluent.ClientSecretNested<N>, KafkaClientAuthenticationOAuthFluent.RefreshTokenNested<N>, KafkaClientAuthenticationOAuthFluent.TlsTrustedCertificatesNested<N>
-
-
Constructor Summary
Constructors Constructor Description KafkaClientAuthenticationOAuthBuilder()KafkaClientAuthenticationOAuthBuilder(KafkaClientAuthenticationOAuth instance)KafkaClientAuthenticationOAuthBuilder(KafkaClientAuthenticationOAuthFluent<?> fluent)KafkaClientAuthenticationOAuthBuilder(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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description KafkaClientAuthenticationOAuthbuild()booleanequals(Object o)inthashCode()-
Methods inherited from class io.strimzi.api.kafka.model.authentication.KafkaClientAuthenticationOAuthFluentImpl
addAllToTlsTrustedCertificates, addNewTlsTrustedCertificate, addNewTlsTrustedCertificateLike, addToTlsTrustedCertificates, addToTlsTrustedCertificates, buildAccessToken, buildClientSecret, buildFirstTlsTrustedCertificate, buildLastTlsTrustedCertificate, buildMatchingTlsTrustedCertificate, buildRefreshToken, buildTlsTrustedCertificate, buildTlsTrustedCertificates, editAccessToken, editClientSecret, editFirstTlsTrustedCertificate, editLastTlsTrustedCertificate, editMatchingTlsTrustedCertificate, editOrNewAccessToken, editOrNewAccessTokenLike, editOrNewClientSecret, editOrNewClientSecretLike, editOrNewRefreshToken, editOrNewRefreshTokenLike, editRefreshToken, editTlsTrustedCertificate, getAccessToken, getClientId, getClientSecret, getMaxTokenExpirySeconds, getRefreshToken, getScope, getTlsTrustedCertificates, getTokenEndpointUri, hasAccessToken, hasAccessTokenIsJwt, hasClientId, hasClientSecret, hasDisableTlsHostnameVerification, hasMatchingTlsTrustedCertificate, hasMaxTokenExpirySeconds, hasRefreshToken, hasScope, hasTlsTrustedCertificates, hasTokenEndpointUri, isAccessTokenIsJwt, isDisableTlsHostnameVerification, removeAllFromTlsTrustedCertificates, removeFromTlsTrustedCertificates, removeMatchingFromTlsTrustedCertificates, setNewTlsTrustedCertificateLike, setToTlsTrustedCertificates, withAccessToken, withAccessTokenIsJwt, withClientId, withClientSecret, withDisableTlsHostnameVerification, withMaxTokenExpirySeconds, withNewAccessToken, withNewAccessTokenLike, withNewClientId, withNewClientId, withNewClientId, withNewClientId, withNewClientId, withNewClientId, withNewClientId, withNewClientId, withNewClientId, withNewClientId, withNewClientSecret, withNewClientSecretLike, withNewRefreshToken, withNewRefreshTokenLike, withNewScope, withNewScope, withNewScope, withNewScope, withNewScope, withNewScope, withNewScope, withNewScope, withNewScope, withNewScope, withNewTokenEndpointUri, withNewTokenEndpointUri, withNewTokenEndpointUri, withNewTokenEndpointUri, withNewTokenEndpointUri, withNewTokenEndpointUri, withNewTokenEndpointUri, withNewTokenEndpointUri, withNewTokenEndpointUri, withNewTokenEndpointUri, withRefreshToken, withScope, withTlsTrustedCertificates, withTlsTrustedCertificates, withTokenEndpointUri
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, accept, aggregate, aggregate, build, build, builderOf
-
-
-
-
Constructor Detail
-
KafkaClientAuthenticationOAuthBuilder
public KafkaClientAuthenticationOAuthBuilder()
-
KafkaClientAuthenticationOAuthBuilder
public KafkaClientAuthenticationOAuthBuilder(Boolean validationEnabled)
-
KafkaClientAuthenticationOAuthBuilder
public KafkaClientAuthenticationOAuthBuilder(KafkaClientAuthenticationOAuthFluent<?> fluent)
-
KafkaClientAuthenticationOAuthBuilder
public KafkaClientAuthenticationOAuthBuilder(KafkaClientAuthenticationOAuthFluent<?> fluent, Boolean validationEnabled)
-
KafkaClientAuthenticationOAuthBuilder
public KafkaClientAuthenticationOAuthBuilder(KafkaClientAuthenticationOAuthFluent<?> fluent, KafkaClientAuthenticationOAuth instance)
-
KafkaClientAuthenticationOAuthBuilder
public KafkaClientAuthenticationOAuthBuilder(KafkaClientAuthenticationOAuthFluent<?> fluent, KafkaClientAuthenticationOAuth instance, Boolean validationEnabled)
-
KafkaClientAuthenticationOAuthBuilder
public KafkaClientAuthenticationOAuthBuilder(KafkaClientAuthenticationOAuth instance)
-
KafkaClientAuthenticationOAuthBuilder
public KafkaClientAuthenticationOAuthBuilder(KafkaClientAuthenticationOAuth instance, Boolean validationEnabled)
-
-
Method Detail
-
build
public KafkaClientAuthenticationOAuth build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<KafkaClientAuthenticationOAuth>
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classKafkaClientAuthenticationOAuthFluentImpl<KafkaClientAuthenticationOAuthBuilder>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classKafkaClientAuthenticationOAuthFluentImpl<KafkaClientAuthenticationOAuthBuilder>
-
-