AuthenticationContext
public class SslAuthenticationContext extends java.lang.Object implements AuthenticationContext
Constructor | Description |
---|---|
SslAuthenticationContext(javax.net.ssl.SSLSession session,
java.net.InetAddress clientAddress,
java.lang.String listenerName) |
Modifier and Type | Method | Description |
---|---|---|
java.net.InetAddress |
clientAddress() |
Address of the authenticated client
|
java.lang.String |
listenerName() |
Name of the listener used for the connection
|
SecurityProtocol |
securityProtocol() |
Underlying security protocol of the authentication session.
|
javax.net.ssl.SSLSession |
session() |
public SslAuthenticationContext(javax.net.ssl.SSLSession session, java.net.InetAddress clientAddress, java.lang.String listenerName)
public javax.net.ssl.SSLSession session()
public SecurityProtocol securityProtocol()
AuthenticationContext
securityProtocol
in interface AuthenticationContext
public java.net.InetAddress clientAddress()
AuthenticationContext
clientAddress
in interface AuthenticationContext
public java.lang.String listenerName()
AuthenticationContext
listenerName
in interface AuthenticationContext