Authenticator
is the abstraction of authenticators that can authenticate a KafkaPrincipal.
Authenticator
is a java.io.Closeable
.
Authenticator
is used by KafkaChannel.
Method | Description |
---|---|
|
void authenticate() Used when |
|
Long clientSessionReauthenticationTimeNanos() Default: Used when |
|
|
|
boolean connectedClientSupportsReauthentication() Used when…FIXME |
|
List<NetworkReceive> getAndClearResponsesReceivedDuringReauthentication() Used when…FIXME |
|
void handleAuthenticationFailure() Used when…FIXME |
|
KafkaPrincipal principal() Used when |
|
void reauthenticate(
ReauthenticationContext reauthenticationContext) Used when…FIXME |
|
Long reauthenticationLatencyMs() Used when…FIXME |
|
Long serverSessionExpirationTimeNanos() Used when…FIXME |
Authenticator | Description |
---|---|
PlaintextAuthenticator |
|
SaslClientAuthenticator |
|
SaslServerAuthenticator |
|