public interface AuthenticationContext
PlaintextAuthenticationContext
, SaslAuthenticationContext
and SslAuthenticationContext
. This class is only used in the broker.Modifier and Type | Method and Description |
---|---|
InetAddress |
clientAddress()
Address of the authenticated client
|
String |
listenerName()
Name of the listener used for the connection
|
SecurityProtocol |
securityProtocol()
Underlying security protocol of the authentication session.
|
default long |
sessionId()
Unique ID assigned to each connection
|
SecurityProtocol securityProtocol()
InetAddress clientAddress()
String listenerName()
default long sessionId()