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 Details Link icon

    • securityProtocol Link icon

      SecurityProtocol securityProtocol()
      Underlying security protocol of the authentication session.
    • clientAddress Link icon

      InetAddress clientAddress()
      Address of the authenticated client
    • listenerName Link icon

      String listenerName()
      Name of the listener used for the connection