Uses of Interface
com.okta.sdk.resource.PolicyRuleActions
-
Packages that use PolicyRuleActions Package Description com.okta.sdk.resource -
-
Uses of PolicyRuleActions in com.okta.sdk.resource
Subinterfaces of PolicyRuleActions in com.okta.sdk.resource Modifier and Type Interface Description interface
AccessPolicyRuleActions
AccessPolicyRuleActionsinterface
AuthorizationServerPolicyRuleActions
AuthorizationServerPolicyRuleActionsinterface
OktaSignOnPolicyRuleActions
OktaSignOnPolicyRuleActionsinterface
PasswordPolicyRuleActions
PasswordPolicyRuleActionsinterface
ProfileEnrollmentPolicyRuleActions
ProfileEnrollmentPolicyRuleActionsMethods in com.okta.sdk.resource that return PolicyRuleActions Modifier and Type Method Description PolicyRuleActions
PolicyRule. getActions()
PolicyRuleActions
PolicyRuleActions. setEnroll(PolicyRuleActionsEnroll enroll)
PolicyRuleActions
PolicyRuleActions. setPasswordChange(PasswordPolicyRuleAction passwordChange)
PolicyRuleActions
PolicyRuleActions. setSelfServicePasswordReset(PasswordPolicyRuleAction selfServicePasswordReset)
PolicyRuleActions
PolicyRuleActions. setSelfServiceUnlock(PasswordPolicyRuleAction selfServiceUnlock)
PolicyRuleActions
PolicyRuleActions. setSignon(OktaSignOnPolicyRuleSignonActions signon)
Methods in com.okta.sdk.resource with parameters of type PolicyRuleActions Modifier and Type Method Description PolicyRule
PolicyRule. setActions(PolicyRuleActions actions)
-