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