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