Uses of Interface
com.okta.sdk.resource.PolicySubject
-
Packages that use PolicySubject Package Description com.okta.sdk.resource -
-
Uses of PolicySubject in com.okta.sdk.resource
Methods in com.okta.sdk.resource that return PolicySubject Modifier and Type Method Description PolicySubject
IdentityProviderPolicy. getSubject()
PolicySubject
PolicySubject. setFilter(java.lang.String filter)
PolicySubject
PolicySubject. setFormat(java.util.List<java.lang.String> format)
PolicySubject
PolicySubject. setMatchAttribute(java.lang.String matchAttribute)
PolicySubject
PolicySubject. setMatchType(PolicySubjectMatchType matchType)
PolicySubject
PolicySubject. setUserNameTemplate(PolicyUserNameTemplate userNameTemplate)
Methods in com.okta.sdk.resource with parameters of type PolicySubject Modifier and Type Method Description IdentityProviderPolicy
IdentityProviderPolicy. setSubject(PolicySubject subject)
-