Class Authn.AuthResult

  • Enclosing class:
    Authn

    public static class Authn.AuthResult
    extends java.lang.Object
    Authentication result.
    • Field Detail

      • CONFIGURATION_INVALID

        public static final int CONFIGURATION_INVALID
        Configuration is invalid.
        See Also:
        Constant Field Values
      • ACCOUNT_DISABLED

        public static final int ACCOUNT_DISABLED
        Account is disabled.
        See Also:
        Constant Field Values
      • ACCOUNT_EXPIRED

        public static final int ACCOUNT_EXPIRED
        Account is expired.
        See Also:
        Constant Field Values
      • ACCOUNT_LOCKED

        public static final int ACCOUNT_LOCKED
        Account is locked.
        See Also:
        Constant Field Values
      • ACCOUNT_TIME_VIOLATION

        public static final int ACCOUNT_TIME_VIOLATION
        Account login time violation.
        See Also:
        Constant Field Values
      • ACCOUNT_RESTRICTION

        public static final int ACCOUNT_RESTRICTION
        Account restriction violation.
        See Also:
        Constant Field Values
      • CREDENTIALS_EXPIRED

        public static final int CREDENTIALS_EXPIRED
        Credentials are expired.
        See Also:
        Constant Field Values
      • CREDENTIALS_INCORRECT

        public static final int CREDENTIALS_INCORRECT
        Credentials are incorrect.
        See Also:
        Constant Field Values
      • CREDENTIALS_INVALID

        public static final int CREDENTIALS_INVALID
        Credentials are invalid.
        See Also:
        Constant Field Values
      • REMOTE_UNAVAILABLE

        public static final int REMOTE_UNAVAILABLE
        Remote server is unavailable.
        See Also:
        Constant Field Values
      • NEGOTIATION_INCOMPLETE

        public static final int NEGOTIATION_INCOMPLETE
        Negotiate is incomplete/in progress.
        See Also:
        Constant Field Values
      • NEGOTIATION_UNAUTHORIZED

        public static final int NEGOTIATION_UNAUTHORIZED
        Negotiate is complete and no authorization is established.
        See Also:
        Constant Field Values
      • PASSWORD_COMPLEXITY_MISMATCH

        public static final int PASSWORD_COMPLEXITY_MISMATCH
        The password does not meet the required complexity.
        See Also:
        Constant Field Values
      • PASSWORD_MATCHES_CURRENT

        public static final int PASSWORD_MATCHES_CURRENT
        The password matches current password.
        See Also:
        Constant Field Values
      • PASSWORD_MATCHES_PREVIOUS

        public static final int PASSWORD_MATCHES_PREVIOUS
        The password matches one of previous passwords.
        See Also:
        Constant Field Values
    • Constructor Detail

      • AuthResult

        public AuthResult()