Interface AuthenticationContext
- 
- All Known Implementing Classes:
 PlaintextAuthenticationContext,SaslAuthenticationContext,SslAuthenticationContext
public interface AuthenticationContextAn object representing contextual information from the authentication session. SeePlaintextAuthenticationContext,SaslAuthenticationContextandSslAuthenticationContext. This class is only used in the broker. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.net.InetAddressclientAddress()Address of the authenticated clientjava.lang.StringlistenerName()Name of the listener used for the connectionSecurityProtocolsecurityProtocol()Underlying security protocol of the authentication session. 
 - 
 
- 
- 
Method Detail
- 
securityProtocol
SecurityProtocol securityProtocol()
Underlying security protocol of the authentication session. 
- 
clientAddress
java.net.InetAddress clientAddress()
Address of the authenticated client 
- 
listenerName
java.lang.String listenerName()
Name of the listener used for the connection 
 - 
 
 -