Package oracle.security.am.engines.idm
Enum Class IdentityProviderServiceType
java.lang.Object
java.lang.Enum<IdentityProviderServiceType>
oracle.security.am.engines.idm.IdentityProviderServiceType
- All Implemented Interfaces:
Serializable,Comparable<IdentityProviderServiceType>,java.lang.constant.Constable
The
IdentityProviderServiceType class.- Since:
- NGAMv1.0
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionUser did not setup challenge questionUser forced to change Password.No identity service reqd.Password Expired for user.Tenat is disabled.User account is disabledUser account is locked -
Method Summary
Modifier and TypeMethodDescriptionstatic IdentityProviderServiceTypeReturns the enum constant of this class with the specified name.static IdentityProviderServiceType[]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
-
NO_SERVICE_REQUIRED
No identity service reqd. -
PASSWORD_EXPIRED
Password Expired for user. -
CHALLENGE_SETUP_NOT_DONE
User did not setup challenge question -
USER_ACCOUNT_LOCKED
User account is locked -
USER_ACCOUNT_DISABLED
User account is disabled -
FORCED_PASSWORD_CHANGE
User forced to change Password. -
TENANT_DISABLED
Tenat is disabled.
-
-
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
-