Class Authn.Capabilities

  • Enclosing class:
    Authn

    public static class Authn.Capabilities
    extends java.lang.Object
    Capabilities.
    • Constructor Summary

      Constructors 
      Constructor Description
      Capabilities()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • AUTHENTICATE_NEGOTIATE_NON_INTERACTIVE

        public static final long AUTHENTICATE_NEGOTIATE_NON_INTERACTIVE
        Provider supports negotiate non interactive mode authentication. Used strictly HTTP headers/state to negotiate authentication.
        See Also:
        Constant Field Values
      • AUTHENTICATE_NEGOTIATE_INTERACTIVE

        public static final long AUTHENTICATE_NEGOTIATE_INTERACTIVE
        Provider supports negotiate interactive authentication. May use form or any user interactive sequence.
        See Also:
        Constant Field Values
      • AUTHENTICATE_CREDENTIALS

        public static final long AUTHENTICATE_CREDENTIALS
        Provider supports credentials based authentication.
        See Also:
        Constant Field Values
      • AUTHENTICATE_PASSWORD

        public static final long AUTHENTICATE_PASSWORD
        Provider supports password based authentication.
        See Also:
        Constant Field Values
      • CREDENTIALS_CHANGE

        public static final long CREDENTIALS_CHANGE
        Provider supports credential change.
        See Also:
        Constant Field Values
      • CREDENTIALS_SELF_RESET

        public static final long CREDENTIALS_SELF_RESET
        Provider supports self reset credential, example will send new password via email.
        See Also:
        Constant Field Values
    • Constructor Detail

      • Capabilities

        public Capabilities()