Enum Class AuthenticationHandler.FAILURE_REASON_CODES

java.lang.Object
java.lang.Enum<AuthenticationHandler.FAILURE_REASON_CODES>
org.apache.sling.auth.core.spi.AuthenticationHandler.FAILURE_REASON_CODES
All Implemented Interfaces:
Serializable, Comparable<AuthenticationHandler.FAILURE_REASON_CODES>, Constable
Enclosing interface:
AuthenticationHandler

public static enum AuthenticationHandler.FAILURE_REASON_CODES extends 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