Uses of Class
com.okta.sdk.resource.model.PolicySubject
Packages that use PolicySubject
-
Uses of PolicySubject in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return PolicySubjectModifier and TypeMethodDescriptionPolicySubject.addFormatItem
(String formatItem) IdentityProviderPolicy.getSubject()
Get subjectIdentityProviderPolicyAllOf.getSubject()
Get subjectPolicySubject.matchAttribute
(String matchAttribute) PolicySubject.matchType
(PolicySubjectMatchType matchType) PolicySubject.userNameTemplate
(PolicyUserNameTemplate userNameTemplate) Methods in com.okta.sdk.resource.model with parameters of type PolicySubjectModifier and TypeMethodDescriptionvoid
IdentityProviderPolicy.setSubject
(PolicySubject subject) void
IdentityProviderPolicyAllOf.setSubject
(PolicySubject subject) IdentityProviderPolicy.subject
(PolicySubject subject) IdentityProviderPolicyAllOf.subject
(PolicySubject subject)