public static enum SecurityFeatureSummary.ExternalAuthentication extends Enum<SecurityFeatureSummary.ExternalAuthentication> implements BmcEnum
The usage of security feature - External Authentication.
Enum Constant and Description |
---|
Disabled |
Enabled |
None |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by
this version of the SDK.
|
Modifier and Type | Method and Description |
---|---|
static SecurityFeatureSummary.ExternalAuthentication |
create(String key) |
String |
getValue() |
static SecurityFeatureSummary.ExternalAuthentication |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SecurityFeatureSummary.ExternalAuthentication[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SecurityFeatureSummary.ExternalAuthentication Enabled
public static final SecurityFeatureSummary.ExternalAuthentication Disabled
public static final SecurityFeatureSummary.ExternalAuthentication None
public static final SecurityFeatureSummary.ExternalAuthentication UnknownEnumValue
public static SecurityFeatureSummary.ExternalAuthentication[] values()
for (SecurityFeatureSummary.ExternalAuthentication c : SecurityFeatureSummary.ExternalAuthentication.values()) System.out.println(c);
public static SecurityFeatureSummary.ExternalAuthentication valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static SecurityFeatureSummary.ExternalAuthentication create(String key)
Copyright © 2016–2024. All rights reserved.