Class SslAuthenticationContext
java.lang.Object
org.apache.kafka.common.security.auth.SslAuthenticationContext
- All Implemented Interfaces:
AuthenticationContext
Constructor Summary
ConstructorsConstructorDescriptionSslAuthenticationContext(SSLSession session, InetAddress clientAddress, String listenerName) SslAuthenticationContext(SSLSession session, InetAddress clientAddress, String listenerName, org.apache.kafka.common.security.authenticator.PathAwareSniHostName sniHostName) Method Summary
Modifier and TypeMethodDescriptionAddress of the authenticated clientorg.apache.kafka.common.security.authenticator.PathAwareSniHostNameName of the listener used for the connectionUnderlying security protocol of the authentication session.session()Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface AuthenticationContext
disableSwitchover, enableIpFiltering, sessionId
Constructor Details
SslAuthenticationContext
SslAuthenticationContext
public SslAuthenticationContext(SSLSession session, InetAddress clientAddress, String listenerName, org.apache.kafka.common.security.authenticator.PathAwareSniHostName sniHostName)
Method Details
session
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
getSniHostName
public org.apache.kafka.common.security.authenticator.PathAwareSniHostName getSniHostName()