Class SslAuthenticationContext
java.lang.Object
org.apache.kafka.common.security.auth.SslAuthenticationContext
- All Implemented Interfaces:
- AuthenticationContext
- 
Constructor SummaryConstructorsConstructorDescriptionSslAuthenticationContext(SSLSession session, InetAddress clientAddress, String listenerName) 
- 
Method SummaryModifier and TypeMethodDescriptionAddress of the authenticated clientName of the listener used for the connectionUnderlying security protocol of the authentication session.session()
- 
Constructor Details- 
SslAuthenticationContext
 
- 
- 
Method Details- 
session
- 
securityProtocolDescription copied from interface:AuthenticationContextUnderlying security protocol of the authentication session.- Specified by:
- securityProtocolin interface- AuthenticationContext
 
- 
clientAddressDescription copied from interface:AuthenticationContextAddress of the authenticated client- Specified by:
- clientAddressin interface- AuthenticationContext
 
- 
listenerNameDescription copied from interface:AuthenticationContextName of the listener used for the connection- Specified by:
- listenerNamein interface- AuthenticationContext
 
 
-