public static enum IdentityProviderPolicyRuleCondition.ProviderEnum extends Enum<IdentityProviderPolicyRuleCondition.ProviderEnum>
Enum Constant and Description |
---|
ANY |
OKTA |
SPECIFIC_IDP |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static IdentityProviderPolicyRuleCondition.ProviderEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IdentityProviderPolicyRuleCondition.ProviderEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IdentityProviderPolicyRuleCondition.ProviderEnum ANY
public static final IdentityProviderPolicyRuleCondition.ProviderEnum OKTA
public static final IdentityProviderPolicyRuleCondition.ProviderEnum SPECIFIC_IDP
public static IdentityProviderPolicyRuleCondition.ProviderEnum[] values()
for (IdentityProviderPolicyRuleCondition.ProviderEnum c : IdentityProviderPolicyRuleCondition.ProviderEnum.values()) System.out.println(c);
public static IdentityProviderPolicyRuleCondition.ProviderEnum 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 String toString()
toString
in class Enum<IdentityProviderPolicyRuleCondition.ProviderEnum>
Copyright © 2017–2023 Okta. All rights reserved.