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 PolicyAccess
PasswordPolicyRuleAction.getAccess()
Get accessSelfServicePasswordResetAction.getAccess()
Get accessstatic PolicyAccess
Returns 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 TypeMethodDescriptionPasswordPolicyRuleAction.access
(PolicyAccess access) SelfServicePasswordResetAction.access
(PolicyAccess access) void
PasswordPolicyRuleAction.setAccess
(PolicyAccess access) void
SelfServicePasswordResetAction.setAccess
(PolicyAccess access)