Interface Authentication

    • Field Detail

      • UNAUTHENTICATED

        static final Authentication UNAUTHENTICATED
        Deprecated.
        Unauthenticated state.

        This convenience instance is for non mandatory authentication where credentials have been presented and checked, but failed authentication.

      • NOT_CHECKED

        static final Authentication NOT_CHECKED
        Deprecated.
        Authentication not checked

        This convenience instance us for non mandatory authentication when no credentials are present to be checked.

      • SEND_CONTINUE

        static final Authentication SEND_CONTINUE
        Deprecated.
        Authentication challenge sent.

        This convenience instance is for when an authentication challenge has been sent.

      • SEND_FAILURE

        static final Authentication SEND_FAILURE
        Deprecated.
        Authentication failure sent.

        This convenience instance is for when an authentication failure has been sent.