public class SslAuthenticationContext extends java.lang.Object implements AuthenticationContext
Constructor and Description |
---|
SslAuthenticationContext(javax.net.ssl.SSLSession session,
java.net.InetAddress clientAddress) |
Modifier and Type | Method and Description |
---|---|
java.net.InetAddress |
clientAddress()
Address of the authenticated client
|
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)
public javax.net.ssl.SSLSession session()
public SecurityProtocol securityProtocol()
AuthenticationContext
securityProtocol
in interface AuthenticationContext
public java.net.InetAddress clientAddress()
AuthenticationContext
clientAddress
in interface AuthenticationContext