Uses of Interface
com.okta.sdk.resource.PolicyRule
-
Packages that use PolicyRule Package Description com.okta.sdk.client com.okta.sdk.resource com.okta.sdk.resource.builder -
-
Uses of PolicyRule in com.okta.sdk.client
Methods in com.okta.sdk.client that return PolicyRule Modifier and Type Method Description PolicyRule
Client. createPolicyRule(PolicyRule policyRule, java.lang.String policyId)
Create Policy Rule Creates a policy rule.PolicyRule
Client. getPolicyRule(java.lang.String policyId, java.lang.String ruleId)
Get Policy Rule Gets a policy rule.PolicyRule
Client. updatePolicyRule(PolicyRule policyRule, java.lang.String policyId, java.lang.String ruleId)
Update Policy Rule Updates a policy rule.Methods in com.okta.sdk.client with parameters of type PolicyRule Modifier and Type Method Description PolicyRule
Client. createPolicyRule(PolicyRule policyRule, java.lang.String policyId)
Create Policy Rule Creates a policy rule.PolicyRule
Client. updatePolicyRule(PolicyRule policyRule, java.lang.String policyId, java.lang.String ruleId)
Update Policy Rule Updates a policy rule. -
Uses of PolicyRule in com.okta.sdk.resource
Subinterfaces of PolicyRule in com.okta.sdk.resource Modifier and Type Interface Description interface
AccessPolicyRule
AccessPolicyRuleinterface
AuthorizationServerPolicyRule
AuthorizationServerPolicyRuleinterface
OktaSignOnPolicyRule
OktaSignOnPolicyRuleinterface
PasswordPolicyRule
PasswordPolicyRuleinterface
ProfileEnrollmentPolicyRule
ProfileEnrollmentPolicyRuleMethods in com.okta.sdk.resource that return PolicyRule Modifier and Type Method Description PolicyRule
PolicyRule. setActions(PolicyRuleActions actions)
PolicyRule
PolicyRule. setConditions(PolicyRuleConditions conditions)
PolicyRule
PolicyRule. setId(java.lang.String id)
PolicyRule
PolicyRule. setName(java.lang.String name)
PolicyRule
PolicyRule. setPriority(java.lang.Integer priority)
PolicyRule
PolicyRule. setStatus(LifecycleStatus status)
PolicyRule
PolicyRule. setSystem(java.lang.Boolean system)
PolicyRule
PolicyRule. setType(PolicyRuleType type)
-
Uses of PolicyRule in com.okta.sdk.resource.builder
Methods in com.okta.sdk.resource.builder that return PolicyRule Modifier and Type Method Description PolicyRule
PolicyRuleBuilder. buildAndCreate(Client client, Policy policy)
-