Uses of Class
com.okta.sdk.resource.UserIdentifierMatchType
-
Packages that use UserIdentifierMatchType Package Description com.okta.sdk.resource -
-
Uses of UserIdentifierMatchType in com.okta.sdk.resource
Methods in com.okta.sdk.resource that return UserIdentifierMatchType Modifier and Type Method Description UserIdentifierMatchType
UserIdentifierConditionEvaluatorPattern. getMatchType()
static UserIdentifierMatchType
UserIdentifierMatchType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static UserIdentifierMatchType[]
UserIdentifierMatchType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.okta.sdk.resource with parameters of type UserIdentifierMatchType Modifier and Type Method Description UserIdentifierConditionEvaluatorPattern
UserIdentifierConditionEvaluatorPattern. setMatchType(UserIdentifierMatchType matchType)
-