Class PlaintextAuthenticationContext
java.lang.Object
org.apache.kafka.common.security.auth.PlaintextAuthenticationContext
- All Implemented Interfaces:
AuthenticationContext
-
Constructor Summary
ConstructorsConstructorDescriptionPlaintextAuthenticationContext(InetAddress clientAddress, String listenerName) -
Method Summary
Modifier and TypeMethodDescriptionAddress of the authenticated clientName of the listener used for the connectionUnderlying security protocol of the authentication session.Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.kafka.common.security.auth.AuthenticationContext
disableSwitchover, sessionId
-
Constructor Details
-
PlaintextAuthenticationContext
-
-
Method Details
-
securityProtocol
Description copied from interface:AuthenticationContextUnderlying security protocol of the authentication session.- Specified by:
securityProtocolin interfaceAuthenticationContext
-
clientAddress
Description copied from interface:AuthenticationContextAddress of the authenticated client- Specified by:
clientAddressin interfaceAuthenticationContext
-
listenerName
Description copied from interface:AuthenticationContextName of the listener used for the connection- Specified by:
listenerNamein interfaceAuthenticationContext
-