Uses of Interface
com.okta.sdk.resource.policy.PolicyRule
-
Packages that use PolicyRule Package Description com.okta.sdk.resource.policy com.okta.sdk.resource.policy.rule -
-
Uses of PolicyRule in com.okta.sdk.resource.policy
Subinterfaces of PolicyRule in com.okta.sdk.resource.policy Modifier and Type Interface Description interfaceAccessPolicyRuleAccessPolicyRuleinterfaceOktaSignOnPolicyRuleOktaSignOnPolicyRuleinterfacePasswordPolicyRulePasswordPolicyRuleinterfaceProfileEnrollmentPolicyRuleProfileEnrollmentPolicyRuleMethods in com.okta.sdk.resource.policy that return PolicyRule Modifier and Type Method Description PolicyRulePolicy. createRule(PolicyRule policyRule)Creates a policy rule.PolicyRulePolicy. getPolicyRule(java.lang.String ruleId)Gets a policy rule.PolicyRulePolicyRule. setActions(PolicyRuleActions actions)PolicyRulePolicyRule. setConditions(PolicyRuleConditions conditions)PolicyRulePolicyRule. setName(java.lang.String name)PolicyRulePolicyRule. setPriority(java.lang.Integer priority)PolicyRulePolicyRule. setStatus(PolicyRule.StatusEnum status)PolicyRulePolicyRule. setSystem(java.lang.Boolean system)PolicyRulePolicyRule. setType(PolicyRule.TypeEnum type)PolicyRulePolicyRule. update()Updates a policy rule.Methods in com.okta.sdk.resource.policy with parameters of type PolicyRule Modifier and Type Method Description PolicyRulePolicy. createRule(PolicyRule policyRule)Creates a policy rule. -
Uses of PolicyRule in com.okta.sdk.resource.policy.rule
Methods in com.okta.sdk.resource.policy.rule that return PolicyRule Modifier and Type Method Description PolicyRulePolicyRuleBuilder. buildAndCreate(Client client, Policy policy)
-