Uses of Enum
com.okta.sdk.resource.model.PolicyAccess
Packages that use PolicyAccess
-
Uses of PolicyAccess in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return PolicyAccessModifier and TypeMethodDescriptionstatic PolicyAccessOktaSignOnPolicyRuleSignonActions.getAccess()Get accessPasswordPolicyRuleAction.getAccess()Get accessSelfServicePasswordResetAction.getAccess()Get accessstatic PolicyAccessReturns the enum constant of this type with the specified name.static PolicyAccess[]PolicyAccess.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.okta.sdk.resource.model with parameters of type PolicyAccessModifier and TypeMethodDescriptionOktaSignOnPolicyRuleSignonActions.access(PolicyAccess access) PasswordPolicyRuleAction.access(PolicyAccess access) SelfServicePasswordResetAction.access(PolicyAccess access) voidOktaSignOnPolicyRuleSignonActions.setAccess(PolicyAccess access) voidPasswordPolicyRuleAction.setAccess(PolicyAccess access) voidSelfServicePasswordResetAction.setAccess(PolicyAccess access)