public static enum UpdateIdentityProviderDetails.Protocol extends Enum<UpdateIdentityProviderDetails.Protocol> implements BmcEnum
The protocol used for federation.
Example: SAML2
Enum Constant and Description |
---|
Saml2 |
Modifier and Type | Method and Description |
---|---|
static UpdateIdentityProviderDetails.Protocol |
create(String key) |
String |
getValue() |
static UpdateIdentityProviderDetails.Protocol |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UpdateIdentityProviderDetails.Protocol[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UpdateIdentityProviderDetails.Protocol Saml2
public static UpdateIdentityProviderDetails.Protocol[] values()
for (UpdateIdentityProviderDetails.Protocol c : UpdateIdentityProviderDetails.Protocol.values()) System.out.println(c);
public static UpdateIdentityProviderDetails.Protocol 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 UpdateIdentityProviderDetails.Protocol create(String key)
Copyright © 2016–2024. All rights reserved.