public static enum CreateIdentityProviderDetails.ProductType extends Enum<CreateIdentityProviderDetails.ProductType> implements BmcEnum
The identity provider service or product. Supported identity providers are Oracle Identity Cloud Service (IDCS) and Microsoft Active Directory Federation Services (ADFS).
Example: IDCS
Modifier and Type | Method and Description |
---|---|
static CreateIdentityProviderDetails.ProductType |
create(String key) |
String |
getValue() |
static CreateIdentityProviderDetails.ProductType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CreateIdentityProviderDetails.ProductType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CreateIdentityProviderDetails.ProductType Idcs
public static final CreateIdentityProviderDetails.ProductType Adfs
public static CreateIdentityProviderDetails.ProductType[] values()
for (CreateIdentityProviderDetails.ProductType c : CreateIdentityProviderDetails.ProductType.values()) System.out.println(c);
public static CreateIdentityProviderDetails.ProductType 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 CreateIdentityProviderDetails.ProductType create(String key)
Copyright © 2016–2024. All rights reserved.