public enum UserAuthenticationSettingPolicyType extends java.lang.Enum<UserAuthenticationSettingPolicyType> implements ICRMLookupEnum
| Enum Constant and Description |
|---|
AUTHENTICATION |
INVALID_AUTHENTICATION |
IP_AUTHORIZATION_RULES |
PASSWORD |
USERNAME |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getLabel() |
static UserAuthenticationSettingPolicyType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UserAuthenticationSettingPolicyType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UserAuthenticationSettingPolicyType PASSWORD
public static final UserAuthenticationSettingPolicyType USERNAME
public static final UserAuthenticationSettingPolicyType AUTHENTICATION
public static final UserAuthenticationSettingPolicyType INVALID_AUTHENTICATION
public static final UserAuthenticationSettingPolicyType IP_AUTHORIZATION_RULES
public static UserAuthenticationSettingPolicyType[] values()
for (UserAuthenticationSettingPolicyType c : UserAuthenticationSettingPolicyType.values()) System.out.println(c);
public static UserAuthenticationSettingPolicyType 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 getLabel()
getLabel in interface ICRMLookupEnum