Class OneStageAuthenticationState

  • All Implemented Interfaces:
    AuthenticationState

    public class OneStageAuthenticationState
    extends java.lang.Object
    implements AuthenticationState
    Interface for authentication state. It tell broker whether the authentication is completed or not, if completed, what is the AuthRole is.
    • Constructor Detail

      • OneStageAuthenticationState

        public OneStageAuthenticationState​(org.apache.pulsar.common.api.AuthData authData,
                                           java.net.SocketAddress remoteAddress,
                                           javax.net.ssl.SSLSession sslSession,
                                           AuthenticationProvider provider)
                                    throws javax.naming.AuthenticationException
        Throws:
        javax.naming.AuthenticationException