All Methods Instance Methods Abstract Methods Deprecated Methods
| Modifier and Type |
Method |
Description |
A |
addAllToTlsTrustedCertificates(Collection<CertSecretSource> items) |
|
KafkaClientAuthenticationOAuthFluent.TlsTrustedCertificatesNested<A> |
addNewTlsTrustedCertificate() |
|
KafkaClientAuthenticationOAuthFluent.TlsTrustedCertificatesNested<A> |
addNewTlsTrustedCertificateLike(CertSecretSource item) |
|
A |
addToTlsTrustedCertificates(int index,
CertSecretSource item) |
|
A |
addToTlsTrustedCertificates(CertSecretSource... items) |
|
GenericSecretSource |
buildAccessToken() |
|
GenericSecretSource |
buildClientSecret() |
|
CertSecretSource |
buildFirstTlsTrustedCertificate() |
|
CertSecretSource |
buildLastTlsTrustedCertificate() |
|
CertSecretSource |
buildMatchingTlsTrustedCertificate(Predicate<CertSecretSourceBuilder> predicate) |
|
GenericSecretSource |
buildRefreshToken() |
|
CertSecretSource |
buildTlsTrustedCertificate(int index) |
|
List<CertSecretSource> |
buildTlsTrustedCertificates() |
|
KafkaClientAuthenticationOAuthFluent.AccessTokenNested<A> |
editAccessToken() |
|
KafkaClientAuthenticationOAuthFluent.ClientSecretNested<A> |
editClientSecret() |
|
KafkaClientAuthenticationOAuthFluent.TlsTrustedCertificatesNested<A> |
editFirstTlsTrustedCertificate() |
|
KafkaClientAuthenticationOAuthFluent.TlsTrustedCertificatesNested<A> |
editLastTlsTrustedCertificate() |
|
KafkaClientAuthenticationOAuthFluent.TlsTrustedCertificatesNested<A> |
editMatchingTlsTrustedCertificate(Predicate<CertSecretSourceBuilder> predicate) |
|
KafkaClientAuthenticationOAuthFluent.AccessTokenNested<A> |
editOrNewAccessToken() |
|
KafkaClientAuthenticationOAuthFluent.AccessTokenNested<A> |
editOrNewAccessTokenLike(GenericSecretSource item) |
|
KafkaClientAuthenticationOAuthFluent.ClientSecretNested<A> |
editOrNewClientSecret() |
|
KafkaClientAuthenticationOAuthFluent.ClientSecretNested<A> |
editOrNewClientSecretLike(GenericSecretSource item) |
|
KafkaClientAuthenticationOAuthFluent.RefreshTokenNested<A> |
editOrNewRefreshToken() |
|
KafkaClientAuthenticationOAuthFluent.RefreshTokenNested<A> |
editOrNewRefreshTokenLike(GenericSecretSource item) |
|
KafkaClientAuthenticationOAuthFluent.RefreshTokenNested<A> |
editRefreshToken() |
|
KafkaClientAuthenticationOAuthFluent.TlsTrustedCertificatesNested<A> |
editTlsTrustedCertificate(int index) |
|
GenericSecretSource |
getAccessToken() |
Deprecated.
|
String |
getClientId() |
|
GenericSecretSource |
getClientSecret() |
Deprecated.
|
int |
getMaxTokenExpirySeconds() |
|
GenericSecretSource |
getRefreshToken() |
Deprecated.
|
String |
getScope() |
|
List<CertSecretSource> |
getTlsTrustedCertificates() |
Deprecated.
|
String |
getTokenEndpointUri() |
|
Boolean |
hasAccessToken() |
|
Boolean |
hasAccessTokenIsJwt() |
|
Boolean |
hasClientId() |
|
Boolean |
hasClientSecret() |
|
Boolean |
hasDisableTlsHostnameVerification() |
|
Boolean |
hasMatchingTlsTrustedCertificate(Predicate<CertSecretSourceBuilder> predicate) |
|
Boolean |
hasMaxTokenExpirySeconds() |
|
Boolean |
hasRefreshToken() |
|
Boolean |
hasScope() |
|
Boolean |
hasTlsTrustedCertificates() |
|
Boolean |
hasTokenEndpointUri() |
|
boolean |
isAccessTokenIsJwt() |
|
boolean |
isDisableTlsHostnameVerification() |
|
A |
removeAllFromTlsTrustedCertificates(Collection<CertSecretSource> items) |
|
A |
removeFromTlsTrustedCertificates(CertSecretSource... items) |
|
A |
removeMatchingFromTlsTrustedCertificates(Predicate<CertSecretSourceBuilder> predicate) |
|
KafkaClientAuthenticationOAuthFluent.TlsTrustedCertificatesNested<A> |
setNewTlsTrustedCertificateLike(int index,
CertSecretSource item) |
|
A |
setToTlsTrustedCertificates(int index,
CertSecretSource item) |
|
A |
withAccessToken(GenericSecretSource accessToken) |
|
A |
withAccessTokenIsJwt(boolean accessTokenIsJwt) |
|
A |
withClientId(String clientId) |
|
A |
withClientSecret(GenericSecretSource clientSecret) |
|
A |
withDisableTlsHostnameVerification(boolean disableTlsHostnameVerification) |
|
A |
withMaxTokenExpirySeconds(int maxTokenExpirySeconds) |
|
KafkaClientAuthenticationOAuthFluent.AccessTokenNested<A> |
withNewAccessToken() |
|
KafkaClientAuthenticationOAuthFluent.AccessTokenNested<A> |
withNewAccessTokenLike(GenericSecretSource item) |
|
A |
withNewClientId(byte[] arg1) |
|
A |
withNewClientId(byte[] arg1,
int arg2) |
|
A |
withNewClientId(byte[] arg1,
int arg2,
int arg3) |
|
A |
withNewClientId(byte[] arg1,
int arg2,
int arg3,
int arg4) |
|
A |
withNewClientId(char[] arg1) |
|
A |
withNewClientId(char[] arg1,
int arg2,
int arg3) |
|
A |
withNewClientId(int[] arg1,
int arg2,
int arg3) |
|
A |
withNewClientId(String arg1) |
|
A |
withNewClientId(StringBuffer arg1) |
|
A |
withNewClientId(StringBuilder arg1) |
|
KafkaClientAuthenticationOAuthFluent.ClientSecretNested<A> |
withNewClientSecret() |
|
KafkaClientAuthenticationOAuthFluent.ClientSecretNested<A> |
withNewClientSecretLike(GenericSecretSource item) |
|
KafkaClientAuthenticationOAuthFluent.RefreshTokenNested<A> |
withNewRefreshToken() |
|
KafkaClientAuthenticationOAuthFluent.RefreshTokenNested<A> |
withNewRefreshTokenLike(GenericSecretSource item) |
|
A |
withNewScope(byte[] arg1) |
|
A |
withNewScope(byte[] arg1,
int arg2) |
|
A |
withNewScope(byte[] arg1,
int arg2,
int arg3) |
|
A |
withNewScope(byte[] arg1,
int arg2,
int arg3,
int arg4) |
|
A |
withNewScope(char[] arg1) |
|
A |
withNewScope(char[] arg1,
int arg2,
int arg3) |
|
A |
withNewScope(int[] arg1,
int arg2,
int arg3) |
|
A |
withNewScope(String arg1) |
|
A |
withNewScope(StringBuffer arg1) |
|
A |
withNewScope(StringBuilder arg1) |
|
A |
withNewTokenEndpointUri(byte[] arg1) |
|
A |
withNewTokenEndpointUri(byte[] arg1,
int arg2) |
|
A |
withNewTokenEndpointUri(byte[] arg1,
int arg2,
int arg3) |
|
A |
withNewTokenEndpointUri(byte[] arg1,
int arg2,
int arg3,
int arg4) |
|
A |
withNewTokenEndpointUri(char[] arg1) |
|
A |
withNewTokenEndpointUri(char[] arg1,
int arg2,
int arg3) |
|
A |
withNewTokenEndpointUri(int[] arg1,
int arg2,
int arg3) |
|
A |
withNewTokenEndpointUri(String arg1) |
|
A |
withNewTokenEndpointUri(StringBuffer arg1) |
|
A |
withNewTokenEndpointUri(StringBuilder arg1) |
|
A |
withRefreshToken(GenericSecretSource refreshToken) |
|
A |
withScope(String scope) |
|
A |
withTlsTrustedCertificates(CertSecretSource... tlsTrustedCertificates) |
|
A |
withTlsTrustedCertificates(List<CertSecretSource> tlsTrustedCertificates) |
|
A |
withTokenEndpointUri(String tokenEndpointUri) |
|