Class SaslAuthenticationContext

    • Constructor Summary

      Constructors 
      Constructor Description
      SaslAuthenticationContext​(javax.security.sasl.SaslServer server, SecurityProtocol securityProtocol, java.net.InetAddress clientAddress, java.lang.String listenerName)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      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.
      javax.security.sasl.SaslServer server()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait