Class PlaintextAuthenticationContext
- java.lang.Object
 - 
- org.apache.kafka.common.security.auth.PlaintextAuthenticationContext
 
 
- 
- All Implemented Interfaces:
 AuthenticationContext
public class PlaintextAuthenticationContext extends java.lang.Object implements AuthenticationContext
 
- 
- 
Constructor Summary
Constructors Constructor Description PlaintextAuthenticationContext(java.net.InetAddress clientAddress, java.lang.String listenerName) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.net.InetAddressclientAddress()Address of the authenticated clientjava.lang.StringlistenerName()Name of the listener used for the connectionSecurityProtocolsecurityProtocol()Underlying security protocol of the authentication session. 
 - 
 
- 
- 
Method Detail
- 
securityProtocol
public SecurityProtocol securityProtocol()
Description copied from interface:AuthenticationContextUnderlying security protocol of the authentication session.- Specified by:
 securityProtocolin interfaceAuthenticationContext
 
- 
clientAddress
public java.net.InetAddress clientAddress()
Description copied from interface:AuthenticationContextAddress of the authenticated client- Specified by:
 clientAddressin interfaceAuthenticationContext
 
- 
listenerName
public java.lang.String listenerName()
Description copied from interface:AuthenticationContextName of the listener used for the connection- Specified by:
 listenerNamein interfaceAuthenticationContext
 
 - 
 
 -