Package | Description |
---|---|
com.okta.sdk.helper | |
com.okta.sdk.impl.deserializer | |
org.openapitools.client.api | |
org.openapitools.client.model |
Modifier and Type | Method and Description |
---|---|
<T extends PolicyRule> |
PolicyApiHelper.createPolicyRuleOfType(Class<T> classType,
String policyId,
PolicyRule policyRule) |
Modifier and Type | Method and Description |
---|---|
static Class<? extends PolicyRule> |
HelperUtil.getPolicyRuleType(PolicyRule policyRule) |
Modifier and Type | Method and Description |
---|---|
<T extends PolicyRule> |
PolicyApiHelper.createPolicyRuleOfType(Class<T> classType,
String policyId,
PolicyRule policyRule) |
static Class<? extends PolicyRule> |
HelperUtil.getPolicyRuleType(PolicyRule policyRule) |
Modifier and Type | Method and Description |
---|---|
PolicyRule |
PolicyRuleDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser jp,
com.fasterxml.jackson.databind.DeserializationContext deserializationContext) |
Modifier and Type | Method and Description |
---|---|
PolicyRule |
PolicyApi.createPolicyRule(String policyId,
PolicyRule policyRule)
Create a Policy Rule
Creates a policy rule
|
PolicyRule |
PolicyApi.createPolicyRule(String policyId,
PolicyRule policyRule,
Map<String,String> additionalHeaders)
Create a Policy Rule
Creates a policy rule
|
PolicyRule |
PolicyApi.getPolicyRule(String policyId,
String ruleId)
Retrieve a Policy Rule
Retrieves a policy rule
|
PolicyRule |
PolicyApi.getPolicyRule(String policyId,
String ruleId,
Map<String,String> additionalHeaders)
Retrieve a Policy Rule
Retrieves a policy rule
|
PolicyRule |
PolicyApi.replacePolicyRule(String policyId,
String ruleId,
PolicyRule policyRule)
Replace a Policy Rule
Replaces the properties for a Policy Rule identified by `policyId` and `ruleId`
|
PolicyRule |
PolicyApi.replacePolicyRule(String policyId,
String ruleId,
PolicyRule policyRule,
Map<String,String> additionalHeaders)
Replace a Policy Rule
Replaces the properties for a Policy Rule identified by `policyId` and `ruleId`
|
Modifier and Type | Method and Description |
---|---|
List<PolicyRule> |
PolicyApi.listPolicyRules(String policyId)
List all Policy Rules
Lists all policy rules
|
List<PolicyRule> |
PolicyApi.listPolicyRules(String policyId,
Map<String,String> additionalHeaders)
List all Policy Rules
Lists all policy rules
|
Modifier and Type | Method and Description |
---|---|
PolicyRule |
PolicyApi.createPolicyRule(String policyId,
PolicyRule policyRule)
Create a Policy Rule
Creates a policy rule
|
PolicyRule |
PolicyApi.createPolicyRule(String policyId,
PolicyRule policyRule,
Map<String,String> additionalHeaders)
Create a Policy Rule
Creates a policy rule
|
PolicyRule |
PolicyApi.replacePolicyRule(String policyId,
String ruleId,
PolicyRule policyRule)
Replace a Policy Rule
Replaces the properties for a Policy Rule identified by `policyId` and `ruleId`
|
PolicyRule |
PolicyApi.replacePolicyRule(String policyId,
String ruleId,
PolicyRule policyRule,
Map<String,String> additionalHeaders)
Replace a Policy Rule
Replaces the properties for a Policy Rule identified by `policyId` and `ruleId`
|
Modifier and Type | Class and Description |
---|---|
class |
AccessPolicyRule
AccessPolicyRule
|
class |
AuthorizationServerPolicyRule
AuthorizationServerPolicyRule
|
class |
OktaSignOnPolicyRule
OktaSignOnPolicyRule
|
class |
PasswordPolicyRule
PasswordPolicyRule
|
class |
ProfileEnrollmentPolicyRule
ProfileEnrollmentPolicyRule
|
Modifier and Type | Method and Description |
---|---|
PolicyRule |
PolicyRule.id(String id) |
PolicyRule |
PolicyRule.name(String name) |
PolicyRule |
PolicyRule.priority(Integer priority) |
PolicyRule |
PolicyRule.status(LifecycleStatus status) |
PolicyRule |
PolicyRule.system(Boolean system) |
PolicyRule |
PolicyRule.type(PolicyRuleType type) |
Copyright © 2017–2023 Okta. All rights reserved.