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