Enum AuthenticationHandler.FAILURE_REASON_CODES

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable<AuthenticationHandler.FAILURE_REASON_CODES>
    Enclosing interface:
    AuthenticationHandler

    public static enum AuthenticationHandler.FAILURE_REASON_CODES
    extends java.lang.Enum<AuthenticationHandler.FAILURE_REASON_CODES>
    This enum indicates the supported detailed login failure reason codes:
    • invalid_login: indicates username/password mismatch.
    • password_expired: indicates password has expired or was never set and change initial password is enabled
    • account_locked: the account was disabled or locked
    • account_not_found: the account was not found (not the same as username password mismatch)
    • expired_token: the token credentials used have expired
    Since:
    1.1.0