public class PlaintextAuthenticationContext extends java.lang.Object implements AuthenticationContext
| Constructor and Description |
|---|
PlaintextAuthenticationContext(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.
|
public PlaintextAuthenticationContext(java.net.InetAddress clientAddress)
public SecurityProtocol securityProtocol()
AuthenticationContextsecurityProtocol in interface AuthenticationContextpublic java.net.InetAddress clientAddress()
AuthenticationContextclientAddress in interface AuthenticationContext