Class PlaintextAuthenticationContext
java.lang.Object
org.apache.kafka.common.security.auth.PlaintextAuthenticationContext
- All Implemented Interfaces:
AuthenticationContext
-
Constructor Summary
ConstructorDescriptionPlaintextAuthenticationContext
(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.
-
Constructor Details
-
PlaintextAuthenticationContext
-
-
Method Details
-
securityProtocol
Description copied from interface:AuthenticationContext
Underlying security protocol of the authentication session.- Specified by:
securityProtocol
in interfaceAuthenticationContext
-
clientAddress
Description copied from interface:AuthenticationContext
Address of the authenticated client- Specified by:
clientAddress
in interfaceAuthenticationContext
-
listenerName
Description copied from interface:AuthenticationContext
Name of the listener used for the connection- Specified by:
listenerName
in interfaceAuthenticationContext
-