Package oracle.security.am.plugin.authn
Enum Class AuthenticationErrorCode
- All Implemented Interfaces:
Serializable
,Comparable<AuthenticationErrorCode>
,java.lang.constant.Constable
,oracle.security.am.common.utilities.constant.ErrorCode
public enum AuthenticationErrorCode
extends Enum<AuthenticationErrorCode>
implements oracle.security.am.common.utilities.constant.ErrorCode
- Since:
- OAM 11.1.1.2.0
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionGeneric Authentication failedServer side error.User provided wrong password.User provided wrong user name. -
Method Summary
Modifier and TypeMethodDescriptiongetValue()
static AuthenticationErrorCode
Returns the enum constant of this class with the specified name.static AuthenticationErrorCode[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods inherited from class java.lang.Enum
compareTo, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
Methods inherited from interface oracle.security.am.common.utilities.constant.ErrorCode
getName
-
Enum Constant Details
-
INVALID_USER
User provided wrong user name. -
AUTHENTICATION_FAILED
Generic Authentication failed -
INVALID_PASSWORD
User provided wrong password. -
INTERNAL_ERROR
Server side error. -
UNSPECIFIED_ERROR
-
USER_LOCKED_ERROR
-
USER_PASSWORD_EXPIRED
-
DISABLED_USER
-
IDSTORE_UNREACHABLE_ERROR
-
INVALID_TENANT_NAME
-
INVALID_OPERATION
-
INVALID_REMEMBER_ME_TOKEN
-
CHALLENGES_NOT_DEFINED
-
USER_PWD_CANNOT_CHANGE
-
INVALID_CHALLENGE_RESPONSE
-
CHALLENGES_DISABLED
-
PASSWORD_MUST_CHANGE_WARNING
-
PASSWORD_EXPIRE_WARNING
-
PASSWORD_GRACE_LOGIN_WARNING
-
ACCOUNT_EXPIRED_ERROR
-
NOT_PERMITTED_TO_LOGON_AT_THIS_TIME
-
NOT_PERMITTED_TO_LOGON_FROM_THIS_WORKSTATION
-
OAA_ERROR
-
USER_GROUP_VALIDITY_CHECK_ERROR
-
OAM_RM_COOKIE_MANDATORY
-
INVALID_OAM_RM_COOKIE
-
SESSION_INVALID
-
USER_LOCKED_DISABLED
-
INVALID_TAP_TOKEN
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
getValue
- Specified by:
getValue
in interfaceoracle.security.am.common.utilities.constant.ErrorCode
-
getSecondaryErrorMessage
- Specified by:
getSecondaryErrorMessage
in interfaceoracle.security.am.common.utilities.constant.ErrorCode
-