public class SslAuthenticationContext extends Object implements AuthenticationContext
| Constructor and Description |
|---|
SslAuthenticationContext(SSLSession session, InetAddress clientAddress, String listenerName) |
| Modifier and Type | Method and Description |
|---|---|
InetAddress | clientAddress()Address of the authenticated client |
String | listenerName()Name of the listener used for the connection |
SecurityProtocol | securityProtocol()Underlying security protocol of the authentication session. |
SSLSession | session() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsessionIdpublic SslAuthenticationContext(SSLSession session, InetAddress clientAddress, String listenerName)
public SSLSession session()
public SecurityProtocol securityProtocol()
AuthenticationContextsecurityProtocol in interface AuthenticationContextpublic InetAddress clientAddress()
AuthenticationContextclientAddress in interface AuthenticationContextpublic String listenerName()
AuthenticationContextlistenerName in interface AuthenticationContext