Interface AuthenticationContext
- All Known Implementing Classes:
- PlaintextAuthenticationContext,- SaslAuthenticationContext,- SslAuthenticationContext
public interface AuthenticationContext
An object representing contextual information from the authentication session. See
 
PlaintextAuthenticationContext, SaslAuthenticationContext
 and SslAuthenticationContext. This class is only used in the broker.- 
Method SummaryModifier and TypeMethodDescriptionAddress of the authenticated clientName of the listener used for the connectionUnderlying security protocol of the authentication session.
- 
Method Details- 
securityProtocolSecurityProtocol securityProtocol()Underlying security protocol of the authentication session.
- 
clientAddressInetAddress clientAddress()Address of the authenticated client
- 
listenerNameString listenerName()Name of the listener used for the connection
 
-