Uses of Enum
com.okta.sdk.resource.model.PolicyAccess
-
Uses of PolicyAccess in com.okta.sdk.resource.model
Modifier 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.Modifier and TypeMethodDescriptionPasswordPolicyRuleAction.access
(PolicyAccess access) SelfServicePasswordResetAction.access
(PolicyAccess access) void
PasswordPolicyRuleAction.setAccess
(PolicyAccess access) void
SelfServicePasswordResetAction.setAccess
(PolicyAccess access)