public static enum IdentityProvider.Type extends Enum<IdentityProvider.Type>
IdentityProvider.type()| Enum Constant and Description |
|---|
ACTIVE_DIRECTORY_IDENTITY_PROVIDER |
UNKNOWN_TO_SDK_VERSION |
| Modifier and Type | Method and Description |
|---|---|
static IdentityProvider.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IdentityProvider.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IdentityProvider.Type ACTIVE_DIRECTORY_IDENTITY_PROVIDER
public static final IdentityProvider.Type UNKNOWN_TO_SDK_VERSION
public static IdentityProvider.Type[] values()
for (IdentityProvider.Type c : IdentityProvider.Type.values()) System.out.println(c);
public static IdentityProvider.Type 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 nullCopyright © 2022. All rights reserved.