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 interface
AccessPolicyRule
AccessPolicyRuleinterface
OktaSignOnPolicyRule
OktaSignOnPolicyRuleinterface
PasswordPolicyRule
PasswordPolicyRuleinterface
ProfileEnrollmentPolicyRule
ProfileEnrollmentPolicyRuleMethods in com.okta.sdk.resource.policy that return PolicyRule Modifier and Type Method Description PolicyRule
Policy. createRule(PolicyRule policyRule)
Creates a policy rule.PolicyRule
Policy. getPolicyRule(java.lang.String ruleId)
Gets a policy rule.PolicyRule
PolicyRule. setActions(PolicyRuleActions actions)
PolicyRule
PolicyRule. setConditions(PolicyRuleConditions conditions)
PolicyRule
PolicyRule. setName(java.lang.String name)
PolicyRule
PolicyRule. setPriority(java.lang.Integer priority)
PolicyRule
PolicyRule. setStatus(PolicyRule.StatusEnum status)
PolicyRule
PolicyRule. setSystem(java.lang.Boolean system)
PolicyRule
PolicyRule. setType(PolicyRule.TypeEnum type)
PolicyRule
PolicyRule. update()
Updates a policy rule.Methods in com.okta.sdk.resource.policy with parameters of type PolicyRule Modifier and Type Method Description PolicyRule
Policy. 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 PolicyRule
PolicyRuleBuilder. buildAndCreate(Client client, Policy policy)
-