Class HttpHandshakeAuthenticator

    • Field Detail

      • ATTRIBUTE_STATE

        protected static final String ATTRIBUTE_STATE
        Constant containing the name of the attribute used to store the state of the authentication in a session. The value for this attribute must be one of the STATE constants.
        Since:
        4.0.10
        See Also:
        STATE_REQUESTED, STATE_AUTHENTICATED, Constant Field Values
      • STATE_NONE

        protected static final byte STATE_NONE
        Constant used to represent the state where the authentication has not initiated.
        Since:
        4.0.10
      • STATE_REQUESTED

        protected static final byte STATE_REQUESTED
        Constant used to represent the state where the authentication has been requested, but was not completed.
        Since:
        4.0.10
      • STATE_AUTHENTICATED

        protected static final byte STATE_AUTHENTICATED
        Constant used to represent the state where the authentication has been completed.
        Since:
        4.0.10
      • STATE_FAILED

        protected static final byte STATE_FAILED
        Constant used to represent the state where the authentication has been tried but failed.
        Since:
        4.0.10
    • Constructor Detail

      • HttpHandshakeAuthenticator

        public HttpHandshakeAuthenticator()