Enum Class IdentityProviderException.ERROR_CODES
java.lang.Object
java.lang.Enum<IdentityProviderException.ERROR_CODES>
oracle.security.am.engines.common.identity.provider.exceptions.IdentityProviderException.ERROR_CODES
- All Implemented Interfaces:
Serializable,Comparable<IdentityProviderException.ERROR_CODES>,java.lang.constant.Constable
- Enclosing class:
- IdentityProviderException
public static enum IdentityProviderException.ERROR_CODES
extends Enum<IdentityProviderException.ERROR_CODES>
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.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
-
Enum Constant Details
-
INVALID_USER
-
INVALID_USER_PASSWORD
-
LOCKED_USER
-
DISABLED_USER
-
IM_EXCEPTION
-
PASSWORD_EXPIRE_WARNING
-
PASSWORD_GRACE_LOGIN_WARNING
-
PASSWORD_MUST_CHANGE_WARNING
-
PASSWORD_EXPIRED
-
PASSWORD_IP_ACCOUNT_LOCKED_ERROR
-
ACCT_INACTIVE_ERROR
-
PASSWORD_NULL_ERROR
-
ACCOUNT_EXPIRED
-
PASSWORD_MIN_LENGTH
-
PASSWORD_NUMERIC_ERROR
-
PASSWORD_IN_HISTORY_ERROR
-
PASSWORD_ILLEGAL_VALUE_ERROR
-
PASSWORD_QUALITY_ERROR
-
PASSWORD_MINAGE_ERROR
-
PASSWORD_MOD_NOT_ALLOWED
-
MUST_SUPPLY_OLD_PASSWORD
-
IDSTORE_NOT_INITIALIZED
-
LDAP_CONNECTION_REFUSED
-
NOT_PERMITTED_TO_LOGON_AT_THIS_TIME
-
NOT_PERMITTED_TO_LOGON_FROM_THIS_WORKSTATION
public static final IdentityProviderException.ERROR_CODES NOT_PERMITTED_TO_LOGON_FROM_THIS_WORKSTATION
-
-
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
-
getErrorMsg
-