public enum AuthenticationErrorCode extends java.lang.Enum<AuthenticationErrorCode>
Enum Constant and Description |
---|
ACCOUNT_EXPIRED_ERROR |
AUTHENTICATION_FAILED
Generic Authentication failed
|
CHALLENGES_DISABLED |
CHALLENGES_NOT_DEFINED |
DISABLED_USER |
IDSTORE_UNREACHABLE_ERROR |
INTERNAL_ERROR
Server side error.
|
INVALID_CHALLENGE_RESPONSE |
INVALID_OPERATION |
INVALID_PASSWORD
User provided wrong password.
|
INVALID_REMEMBER_ME_TOKEN |
INVALID_TENANT_NAME |
INVALID_USER
User provided wrong user name.
|
NOT_PERMITTED_TO_LOGON_AT_THIS_TIME |
NOT_PERMITTED_TO_LOGON_FROM_THIS_WORKSTATION |
PASSWORD_EXPIRE_WARNING |
PASSWORD_GRACE_LOGIN_WARNING |
PASSWORD_MUST_CHANGE_WARNING |
UNSPECIFIED_ERROR |
USER_LOCKED_ERROR |
USER_PASSWORD_EXPIRED |
USER_PWD_CANNOT_CHANGE |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getPrimaryMessage()
Deprecated.
|
java.lang.String |
getSecondaryErrorMessage() |
java.lang.String |
getValue() |
void |
setPrimaryMessage(java.lang.String primaryMsg)
Deprecated.
|
static AuthenticationErrorCode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AuthenticationErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AuthenticationErrorCode INVALID_USER
public static final AuthenticationErrorCode AUTHENTICATION_FAILED
public static final AuthenticationErrorCode INVALID_PASSWORD
public static final AuthenticationErrorCode INTERNAL_ERROR
public static final AuthenticationErrorCode UNSPECIFIED_ERROR
public static final AuthenticationErrorCode USER_LOCKED_ERROR
public static final AuthenticationErrorCode USER_PASSWORD_EXPIRED
public static final AuthenticationErrorCode DISABLED_USER
public static final AuthenticationErrorCode IDSTORE_UNREACHABLE_ERROR
public static final AuthenticationErrorCode INVALID_TENANT_NAME
public static final AuthenticationErrorCode INVALID_OPERATION
public static final AuthenticationErrorCode INVALID_REMEMBER_ME_TOKEN
public static final AuthenticationErrorCode CHALLENGES_NOT_DEFINED
public static final AuthenticationErrorCode USER_PWD_CANNOT_CHANGE
public static final AuthenticationErrorCode INVALID_CHALLENGE_RESPONSE
public static final AuthenticationErrorCode CHALLENGES_DISABLED
public static final AuthenticationErrorCode PASSWORD_MUST_CHANGE_WARNING
public static final AuthenticationErrorCode PASSWORD_EXPIRE_WARNING
public static final AuthenticationErrorCode PASSWORD_GRACE_LOGIN_WARNING
public static final AuthenticationErrorCode ACCOUNT_EXPIRED_ERROR
public static final AuthenticationErrorCode NOT_PERMITTED_TO_LOGON_AT_THIS_TIME
public static final AuthenticationErrorCode NOT_PERMITTED_TO_LOGON_FROM_THIS_WORKSTATION
public static AuthenticationErrorCode[] values()
for (AuthenticationErrorCode c : AuthenticationErrorCode.values()) System.out.println(c);
public static AuthenticationErrorCode valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getValue()
@Deprecated public java.lang.String getPrimaryMessage()
@Deprecated public void setPrimaryMessage(java.lang.String primaryMsg)
primaryMsg
- : Error message got from backend storepublic java.lang.String getSecondaryErrorMessage()