public enum StagedFeatureName extends java.lang.Enum<StagedFeatureName>
| Enum Constant and Description |
|---|
EMAIL_AS_ALTERNATE_ID
email As Alternate Id
|
PASSTHROUGH_AUTHENTICATION
passthrough Authentication
|
PASSWORD_HASH_SYNC
password Hash Sync
|
SEAMLESS_SSO
seamless Sso
|
UNEXPECTED_VALUE
For StagedFeatureName values that were not expected from the service
|
UNKNOWN_FUTURE_VALUE
unknown Future Value
|
| Modifier and Type | Method and Description |
|---|---|
static StagedFeatureName |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StagedFeatureName[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StagedFeatureName PASSTHROUGH_AUTHENTICATION
public static final StagedFeatureName SEAMLESS_SSO
public static final StagedFeatureName PASSWORD_HASH_SYNC
public static final StagedFeatureName EMAIL_AS_ALTERNATE_ID
public static final StagedFeatureName UNKNOWN_FUTURE_VALUE
public static final StagedFeatureName UNEXPECTED_VALUE
public static StagedFeatureName[] values()
for (StagedFeatureName c : StagedFeatureName.values()) System.out.println(c);
public static StagedFeatureName 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 null