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 UserIdentifierMatchTypeUserIdentifierConditionEvaluatorPattern. getMatchType()static UserIdentifierMatchTypeUserIdentifierMatchType. 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 UserIdentifierConditionEvaluatorPatternUserIdentifierConditionEvaluatorPattern. setMatchType(UserIdentifierMatchType matchType)
-