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
      • CREDENTIALS_MAX_LENGTH_OF_IDENTICAL_CHARACTERS

        public static final int CREDENTIALS_MAX_LENGTH_OF_IDENTICAL_CHARACTERS
        Credentials max length of identical characters
        See Also:
        Constant Field Values
      • CREDENTIALS_MAX_COUNT_OF_NEIGHBORING_CHARACTERS

        public static final int CREDENTIALS_MAX_COUNT_OF_NEIGHBORING_CHARACTERS
        Credentials max count of neighboring chara
        See Also:
        Constant Field Values
      • CREDENTIALS_MAX_COUNT_OF_REPEATING_COMBINATIONS

        public static final int CREDENTIALS_MAX_COUNT_OF_REPEATING_COMBINATIONS
        Credentials max count of repeating combinations
        See Also:
        Constant Field Values
      • CREDENTIALS_MAX_LENGTH_OF_REPEATING_COMBINATIONS

        public static final int CREDENTIALS_MAX_LENGTH_OF_REPEATING_COMBINATIONS
        Credentials max length of repeating combinations
        See Also:
        Constant Field Values
      • CREDENTIALS_MAX_LENGTH_OF_LINEAR_CHARACTERS

        public static final int CREDENTIALS_MAX_LENGTH_OF_LINEAR_CHARACTERS
        Credentials max length of linear characters
        See Also:
        Constant Field Values
      • CREDENTIALS_CONTAINS_USER_CONTEXT

        public static final int CREDENTIALS_CONTAINS_USER_CONTEXT
        Credentials contains user context
        See Also:
        Constant Field Values
      • CREDENTIALS_IN_BLACKLIST

        public static final int CREDENTIALS_IN_BLACKLIST
        Credentials in blacklist
        See Also:
        Constant Field Values
      • CREDENTIALS_ALREADY_IN_USE

        public static final int CREDENTIALS_ALREADY_IN_USE
        Credentials already in use
        See Also:
        Constant Field Values
      • CREDENTIALS_INVALID_COMPLEXITY_GROUP

        public static final int CREDENTIALS_INVALID_COMPLEXITY_GROUP
        Credentials do not match the difficulty groups
        See Also:
        Constant Field Values
      • CREDENTIALS_INVALID_MIN_LENGTH

        public static final int CREDENTIALS_INVALID_MIN_LENGTH
        Credentials incorrect minimum length
        See Also:
        Constant Field Values
    • Constructor Detail

      • AuthResult

        public AuthResult()