Package | Description |
---|---|
com.okta.sdk.impl.resource | |
com.okta.sdk.impl.resource.policy | |
com.okta.sdk.resource.policy | |
com.okta.sdk.resource.policy.rule |
Modifier and Type | Method and Description |
---|---|
PolicyRule |
DefaultPolicyRuleBuilder.buildAndCreate(Client client,
Policy policy) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultAccessPolicyRule
AccessPolicyRule
|
class |
DefaultOktaSignOnPolicyRule
OktaSignOnPolicyRule
|
class |
DefaultPasswordPolicyRule
PasswordPolicyRule
|
class |
DefaultPolicyRule
PolicyRule
|
class |
DefaultProfileEnrollmentPolicyRule
ProfileEnrollmentPolicyRule
|
Modifier and Type | Method and Description |
---|---|
PolicyRule |
DefaultPolicy.createRule(PolicyRule policyRule)
Creates a policy rule.
|
PolicyRule |
DefaultPolicy.getPolicyRule(String ruleId)
Gets a policy rule.
|
PolicyRule |
DefaultPolicyRule.setActions(PolicyRuleActions actions) |
PolicyRule |
DefaultPolicyRule.setConditions(PolicyRuleConditions conditions) |
PolicyRule |
DefaultPolicyRule.setName(String name) |
PolicyRule |
DefaultPolicyRule.setPriority(Integer priority) |
PolicyRule |
DefaultPolicyRule.setStatus(PolicyRule.StatusEnum status) |
PolicyRule |
DefaultPolicyRule.setSystem(Boolean system) |
PolicyRule |
DefaultPolicyRule.setType(PolicyRule.TypeEnum type) |
PolicyRule |
DefaultPolicyRule.update()
Updates a policy rule.
|
Modifier and Type | Method and Description |
---|---|
protected Class<PolicyRule> |
DefaultPolicyRuleList.getItemType() |
Modifier and Type | Method and Description |
---|---|
PolicyRule |
DefaultPolicy.createRule(PolicyRule policyRule)
Creates a policy rule.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AccessPolicyRule
AccessPolicyRule
|
interface |
OktaSignOnPolicyRule
OktaSignOnPolicyRule
|
interface |
PasswordPolicyRule
PasswordPolicyRule
|
interface |
ProfileEnrollmentPolicyRule
ProfileEnrollmentPolicyRule
|
Modifier and Type | Method and Description |
---|---|
PolicyRule |
Policy.createRule(PolicyRule policyRule)
Creates a policy rule.
|
PolicyRule |
Policy.getPolicyRule(String ruleId)
Gets a policy rule.
|
PolicyRule |
PolicyRule.setActions(PolicyRuleActions actions) |
PolicyRule |
PolicyRule.setConditions(PolicyRuleConditions conditions) |
PolicyRule |
PolicyRule.setName(String name) |
PolicyRule |
PolicyRule.setPriority(Integer priority) |
PolicyRule |
PolicyRule.setStatus(PolicyRule.StatusEnum status) |
PolicyRule |
PolicyRule.setSystem(Boolean system) |
PolicyRule |
PolicyRule.setType(PolicyRule.TypeEnum type) |
PolicyRule |
PolicyRule.update()
Updates a policy rule.
|
Modifier and Type | Method and Description |
---|---|
PolicyRule |
Policy.createRule(PolicyRule policyRule)
Creates a policy rule.
|
Modifier and Type | Method and Description |
---|---|
PolicyRule |
PolicyRuleBuilder.buildAndCreate(Client client,
Policy policy) |
Copyright © 2017–2022 Okta. All rights reserved.