Uses of Class
com.okta.sdk.resource.PolicySubjectMatchType
-
Packages that use PolicySubjectMatchType Package Description com.okta.sdk.resource com.okta.sdk.resource.builder -
-
Uses of PolicySubjectMatchType in com.okta.sdk.resource
Methods in com.okta.sdk.resource that return PolicySubjectMatchType Modifier and Type Method Description PolicySubjectMatchType
PolicySubject. getMatchType()
static PolicySubjectMatchType
PolicySubjectMatchType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static PolicySubjectMatchType[]
PolicySubjectMatchType. 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 PolicySubjectMatchType Modifier and Type Method Description PolicySubject
PolicySubject. setMatchType(PolicySubjectMatchType matchType)
-
Uses of PolicySubjectMatchType in com.okta.sdk.resource.builder
Methods in com.okta.sdk.resource.builder with parameters of type PolicySubjectMatchType Modifier and Type Method Description T
IdentityProviderBuilder. setMatchType(PolicySubjectMatchType policySubjectMatchType)
OIDCIdentityProviderBuilder
OIDCIdentityProviderBuilder. setMatchType(PolicySubjectMatchType matchType)
-