Class KafkaClientAuthenticationOAuthFluent<A extends KafkaClientAuthenticationOAuthFluent<A>>
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.strimzi.api.kafka.model.common.authentication.KafkaClientAuthenticationOAuthFluent<A>
- Direct Known Subclasses:
KafkaBridgeSpecFluent.KafkaClientAuthenticationOAuthNested,KafkaClientAuthenticationOAuthBuilder,KafkaConnectSpecFluent.KafkaClientAuthenticationOAuthNested,KafkaMirrorMaker2ClusterSpecFluent.KafkaClientAuthenticationOAuthNested,KafkaMirrorMakerClientSpecFluent.KafkaClientAuthenticationOAuthNested
public class KafkaClientAuthenticationOAuthFluent<A extends KafkaClientAuthenticationOAuthFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
Generated
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclassclassclassclassclassclass -
Field Summary
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables, VISIT -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionaddToSaslExtensions(String key, String value) addToSaslExtensions(Map<String, String> map) addToTlsTrustedCertificates(int index, CertSecretSource item) addToTlsTrustedCertificates(CertSecretSource... items) buildTlsTrustedCertificate(int index) editTlsTrustedCertificate(int index) booleanintgetScope()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanhasScope()booleanbooleanbooleanbooleanbooleanbooleanbooleansetNewTlsTrustedCertificateLike(int index, CertSecretSource item) setToTlsTrustedCertificates(int index, CertSecretSource item) toString()withAccessToken(GenericSecretSource accessToken) withAccessTokenIsJwt(boolean accessTokenIsJwt) withAccessTokenLocation(String accessTokenLocation) withAudience(String audience) withClientAssertion(GenericSecretSource clientAssertion) withClientAssertionLocation(String clientAssertionLocation) withClientAssertionType(String clientAssertionType) withClientId(String clientId) withClientSecret(GenericSecretSource clientSecret) withConnectTimeoutSeconds(Integer connectTimeoutSeconds) withDisableTlsHostnameVerification(boolean disableTlsHostnameVerification) withEnableMetrics(boolean enableMetrics) withHttpRetries(Integer httpRetries) withHttpRetryPauseMs(Integer httpRetryPauseMs) withIncludeAcceptHeader(boolean includeAcceptHeader) withMaxTokenExpirySeconds(int maxTokenExpirySeconds) withPasswordSecret(PasswordSecretSource passwordSecret) withReadTimeoutSeconds(Integer readTimeoutSeconds) withRefreshToken(GenericSecretSource refreshToken) <K,V> A withSaslExtensions(Map<String, String> saslExtensions) withTlsTrustedCertificates(CertSecretSource... tlsTrustedCertificates) withTlsTrustedCertificates(List<CertSecretSource> tlsTrustedCertificates) withTokenEndpointUri(String tokenEndpointUri) withUsername(String username) Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
Constructor Details
-
KafkaClientAuthenticationOAuthFluent
public KafkaClientAuthenticationOAuthFluent() -
KafkaClientAuthenticationOAuthFluent
-
-
Method Details
-
getClientId
-
withClientId
-
hasClientId
public boolean hasClientId() -
getUsername
-
withUsername
-
hasUsername
public boolean hasUsername() -
getScope
-
withScope
-
hasScope
public boolean hasScope() -
getAudience
-
withAudience
-
hasAudience
public boolean hasAudience() -
getTokenEndpointUri
-
withTokenEndpointUri
-
hasTokenEndpointUri
public boolean hasTokenEndpointUri() -
getConnectTimeoutSeconds
-
withConnectTimeoutSeconds
-
hasConnectTimeoutSeconds
public boolean hasConnectTimeoutSeconds() -
getReadTimeoutSeconds
-
withReadTimeoutSeconds
-
hasReadTimeoutSeconds
public boolean hasReadTimeoutSeconds() -
getHttpRetries
-
withHttpRetries
-
hasHttpRetries
public boolean hasHttpRetries() -
getHttpRetryPauseMs
-
withHttpRetryPauseMs
-
hasHttpRetryPauseMs
public boolean hasHttpRetryPauseMs() -
buildClientSecret
-
withClientSecret
-
hasClientSecret
public boolean hasClientSecret() -
withNewClientSecret
-
withNewClientSecretLike
public KafkaClientAuthenticationOAuthFluent<A>.ClientSecretNested<A> withNewClientSecretLike(GenericSecretSource item) -
editClientSecret
-
editOrNewClientSecret
-
editOrNewClientSecretLike
public KafkaClientAuthenticationOAuthFluent<A>.ClientSecretNested<A> editOrNewClientSecretLike(GenericSecretSource item) -
buildPasswordSecret
-
withPasswordSecret
-
hasPasswordSecret
public boolean hasPasswordSecret() -
withNewPasswordSecret
-
withNewPasswordSecretLike
public KafkaClientAuthenticationOAuthFluent<A>.PasswordSecretNested<A> withNewPasswordSecretLike(PasswordSecretSource item) -
editPasswordSecret
-
editOrNewPasswordSecret
-
editOrNewPasswordSecretLike
public KafkaClientAuthenticationOAuthFluent<A>.PasswordSecretNested<A> editOrNewPasswordSecretLike(PasswordSecretSource item) -
buildAccessToken
-
withAccessToken
-
hasAccessToken
public boolean hasAccessToken() -
withNewAccessToken
-
withNewAccessTokenLike
public KafkaClientAuthenticationOAuthFluent<A>.AccessTokenNested<A> withNewAccessTokenLike(GenericSecretSource item) -
editAccessToken
-
editOrNewAccessToken
-
editOrNewAccessTokenLike
public KafkaClientAuthenticationOAuthFluent<A>.AccessTokenNested<A> editOrNewAccessTokenLike(GenericSecretSource item) -
getAccessTokenLocation
-
withAccessTokenLocation
-
hasAccessTokenLocation
public boolean hasAccessTokenLocation() -
buildRefreshToken
-
withRefreshToken
-
hasRefreshToken
public boolean hasRefreshToken() -
withNewRefreshToken
-
withNewRefreshTokenLike
public KafkaClientAuthenticationOAuthFluent<A>.RefreshTokenNested<A> withNewRefreshTokenLike(GenericSecretSource item) -
editRefreshToken
-
editOrNewRefreshToken
-
editOrNewRefreshTokenLike
public KafkaClientAuthenticationOAuthFluent<A>.RefreshTokenNested<A> editOrNewRefreshTokenLike(GenericSecretSource item) -
addToTlsTrustedCertificates
-
setToTlsTrustedCertificates
-
addToTlsTrustedCertificates
-
addAllToTlsTrustedCertificates
-
removeFromTlsTrustedCertificates
-
removeAllFromTlsTrustedCertificates
-
removeMatchingFromTlsTrustedCertificates
-
buildTlsTrustedCertificates
-
buildTlsTrustedCertificate
-
buildFirstTlsTrustedCertificate
-
buildLastTlsTrustedCertificate
-
buildMatchingTlsTrustedCertificate
public CertSecretSource buildMatchingTlsTrustedCertificate(Predicate<CertSecretSourceBuilder> predicate) -
hasMatchingTlsTrustedCertificate
-
withTlsTrustedCertificates
-
withTlsTrustedCertificates
-
hasTlsTrustedCertificates
public boolean hasTlsTrustedCertificates() -
addNewTlsTrustedCertificate
public KafkaClientAuthenticationOAuthFluent<A>.TlsTrustedCertificatesNested<A> addNewTlsTrustedCertificate() -
addNewTlsTrustedCertificateLike
public KafkaClientAuthenticationOAuthFluent<A>.TlsTrustedCertificatesNested<A> addNewTlsTrustedCertificateLike(CertSecretSource item) -
setNewTlsTrustedCertificateLike
public KafkaClientAuthenticationOAuthFluent<A>.TlsTrustedCertificatesNested<A> setNewTlsTrustedCertificateLike(int index, CertSecretSource item) -
editTlsTrustedCertificate
public KafkaClientAuthenticationOAuthFluent<A>.TlsTrustedCertificatesNested<A> editTlsTrustedCertificate(int index) -
editFirstTlsTrustedCertificate
public KafkaClientAuthenticationOAuthFluent<A>.TlsTrustedCertificatesNested<A> editFirstTlsTrustedCertificate() -
editLastTlsTrustedCertificate
public KafkaClientAuthenticationOAuthFluent<A>.TlsTrustedCertificatesNested<A> editLastTlsTrustedCertificate() -
editMatchingTlsTrustedCertificate
public KafkaClientAuthenticationOAuthFluent<A>.TlsTrustedCertificatesNested<A> editMatchingTlsTrustedCertificate(Predicate<CertSecretSourceBuilder> predicate) -
isDisableTlsHostnameVerification
public boolean isDisableTlsHostnameVerification() -
withDisableTlsHostnameVerification
-
hasDisableTlsHostnameVerification
public boolean hasDisableTlsHostnameVerification() -
getMaxTokenExpirySeconds
public int getMaxTokenExpirySeconds() -
withMaxTokenExpirySeconds
-
hasMaxTokenExpirySeconds
public boolean hasMaxTokenExpirySeconds() -
isAccessTokenIsJwt
public boolean isAccessTokenIsJwt() -
withAccessTokenIsJwt
-
hasAccessTokenIsJwt
public boolean hasAccessTokenIsJwt() -
isEnableMetrics
public boolean isEnableMetrics() -
withEnableMetrics
-
hasEnableMetrics
public boolean hasEnableMetrics() -
isIncludeAcceptHeader
public boolean isIncludeAcceptHeader() -
withIncludeAcceptHeader
-
hasIncludeAcceptHeader
public boolean hasIncludeAcceptHeader() -
buildClientAssertion
-
withClientAssertion
-
hasClientAssertion
public boolean hasClientAssertion() -
withNewClientAssertion
-
withNewClientAssertionLike
public KafkaClientAuthenticationOAuthFluent<A>.ClientAssertionNested<A> withNewClientAssertionLike(GenericSecretSource item) -
editClientAssertion
-
editOrNewClientAssertion
-
editOrNewClientAssertionLike
public KafkaClientAuthenticationOAuthFluent<A>.ClientAssertionNested<A> editOrNewClientAssertionLike(GenericSecretSource item) -
getClientAssertionLocation
-
withClientAssertionLocation
-
hasClientAssertionLocation
public boolean hasClientAssertionLocation() -
getClientAssertionType
-
withClientAssertionType
-
hasClientAssertionType
public boolean hasClientAssertionType() -
addToSaslExtensions
-
addToSaslExtensions
-
removeFromSaslExtensions
-
removeFromSaslExtensions
-
getSaslExtensions
-
withSaslExtensions
-
hasSaslExtensions
public boolean hasSaslExtensions() -
equals
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends KafkaClientAuthenticationOAuthFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends KafkaClientAuthenticationOAuthFluent<A>>
-
toString
-
withDisableTlsHostnameVerification
-
withAccessTokenIsJwt
-
withEnableMetrics
-
withIncludeAcceptHeader
-