Uses of Class
com.okta.sdk.resource.PolicyAccess
-
Packages that use PolicyAccess Package Description com.okta.sdk.resource com.okta.sdk.resource.builder -
-
Uses of PolicyAccess in com.okta.sdk.resource
Methods in com.okta.sdk.resource that return PolicyAccess Modifier and Type Method Description PolicyAccess
OktaSignOnPolicyRuleSignonActions. getAccess()
PolicyAccess
PasswordPolicyRuleAction. getAccess()
static PolicyAccess
PolicyAccess. valueOf(java.lang.String name)
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 with parameters of type PolicyAccess Modifier and Type Method Description OktaSignOnPolicyRuleSignonActions
OktaSignOnPolicyRuleSignonActions. setAccess(PolicyAccess access)
PasswordPolicyRuleAction
PasswordPolicyRuleAction. setAccess(PolicyAccess access)
-
Uses of PolicyAccess in com.okta.sdk.resource.builder
Methods in com.okta.sdk.resource.builder with parameters of type PolicyAccess Modifier and Type Method Description SignOnPolicyRuleBuilder
SignOnPolicyRuleBuilder. setAccess(PolicyAccess access)
PasswordPolicyRuleBuilder
PasswordPolicyRuleBuilder. setPasswordChangeAccess(PolicyAccess passwordChangeAccess)
PasswordPolicyRuleBuilder
PasswordPolicyRuleBuilder. setSelfServicePasswordResetAccess(PolicyAccess passwordResetAccess)
PasswordPolicyRuleBuilder
PasswordPolicyRuleBuilder. setSelfServiceUnlockAccess(PolicyAccess unlockAccess)
-