Enum Class SystemPasswordRulesApplyToRI
java.lang.Object
java.lang.Enum<SystemPasswordRulesApplyToRI>
co.ecg.alpaca.toolkit.generated.enums.SystemPasswordRulesApplyToRI
- All Implemented Interfaces:
Serializable,Comparable<SystemPasswordRulesApplyToRI>,Constable
User types for which the System Password Rules apply. The rules could apply to the (1) System, Provisioning Administrator (2) System, Provisioning Administrator. All other administrators and users use external authentication (3) System, Provisioning Administrator. All other administrators and users use their organization's password rules (4) System, Provisioning, Service Provider Administrator (5) Administrator (System, Provisioning, Service Provider, Group and Department) and Users. The following value can only be returned in XS data mode : System, Provisioning Administrator The following values can only be returned in AS data mode : System, Provisioning Administrator. All other administrators and users use external authentication System, Provisioning Administrator. All other administrators and users use their organization's password rules
- Author:
- AlpacaGenerator
-
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 TypeMethodDescriptionstatic SystemPasswordRulesApplyToRIstatic SystemPasswordRulesApplyToRI[]toString()value()static SystemPasswordRulesApplyToRIReturns the enum constant of this class with the specified name.static SystemPasswordRulesApplyToRI[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
SYSTEMPROVISIONINGADMINISTRATOR
-
SYSTEMPROVISIONINGADMINISTRATORALLOTHERADMINISTRATORSANDUSERSUSEEXTERNALAUTHENTICATION
public static final SystemPasswordRulesApplyToRI SYSTEMPROVISIONINGADMINISTRATORALLOTHERADMINISTRATORSANDUSERSUSEEXTERNALAUTHENTICATION -
SYSTEMPROVISIONINGADMINISTRATORALLOTHERADMINISTRATORSANDUSERSUSETHEIRORGANIZATIONSPASSWORDRULES
public static final SystemPasswordRulesApplyToRI SYSTEMPROVISIONINGADMINISTRATORALLOTHERADMINISTRATORSANDUSERSUSETHEIRORGANIZATIONSPASSWORDRULES -
SYSTEMPROVISIONINGSERVICEPROVIDERADMINISTRATOR
-
ADMINISTRATORANDUSER
-
-
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
-
value
-
toString
- Overrides:
toStringin classEnum<SystemPasswordRulesApplyToRI>
-
get
-
getArray
-