| Package | Description |
|---|---|
| org.openapitools.client.api | |
| org.openapitools.client.model |
| Modifier and Type | Method and Description |
|---|---|
AuthorizationServerPolicyRule |
AuthorizationServerApi.createAuthorizationServerPolicyRule(java.lang.String policyId,
java.lang.String authServerId,
AuthorizationServerPolicyRule policyRule)
Create a Policy Rule
Creates a policy rule for the specified Custom Authorization Server and Policy
|
AuthorizationServerPolicyRule |
AuthorizationServerApi.getAuthorizationServerPolicyRule(java.lang.String policyId,
java.lang.String authServerId,
java.lang.String ruleId)
Retrieve a Policy Rule
Returns a Policy Rule by ID that is defined in the specified Custom Authorization Server and Policy
|
AuthorizationServerPolicyRule |
AuthorizationServerApi.replaceAuthorizationServerPolicyRule(java.lang.String policyId,
java.lang.String authServerId,
java.lang.String ruleId,
AuthorizationServerPolicyRule policyRule)
Replace a Policy Rule
Replaces the configuration of the Policy Rule defined in the specified Custom Authorization Server and Policy
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<AuthorizationServerPolicyRule> |
AuthorizationServerApi.listAuthorizationServerPolicyRules(java.lang.String policyId,
java.lang.String authServerId)
List all Policy Rules
Lists all policy rules for the specified Custom Authorization Server and Policy
|
| Modifier and Type | Method and Description |
|---|---|
<T> T |
AuthorizationServerApi.createAuthorizationServerPolicyRule(java.lang.Class<?> T,
java.lang.String policyId,
java.lang.String authServerId,
AuthorizationServerPolicyRule policyRule)
Create a Policy Rule
Creates a policy rule for the specified Custom Authorization Server and Policy
|
AuthorizationServerPolicyRule |
AuthorizationServerApi.createAuthorizationServerPolicyRule(java.lang.String policyId,
java.lang.String authServerId,
AuthorizationServerPolicyRule policyRule)
Create a Policy Rule
Creates a policy rule for the specified Custom Authorization Server and Policy
|
PagedList |
AuthorizationServerApi.createAuthorizationServerPolicyRuleWithPaginationInfo(java.lang.String policyId,
java.lang.String authServerId,
AuthorizationServerPolicyRule policyRule)
Create a Policy Rule
Creates a policy rule for the specified Custom Authorization Server and Policy
|
<T> T |
AuthorizationServerApi.replaceAuthorizationServerPolicyRule(java.lang.Class<?> T,
java.lang.String policyId,
java.lang.String authServerId,
java.lang.String ruleId,
AuthorizationServerPolicyRule policyRule)
Replace a Policy Rule
Replaces the configuration of the Policy Rule defined in the specified Custom Authorization Server and Policy
|
AuthorizationServerPolicyRule |
AuthorizationServerApi.replaceAuthorizationServerPolicyRule(java.lang.String policyId,
java.lang.String authServerId,
java.lang.String ruleId,
AuthorizationServerPolicyRule policyRule)
Replace a Policy Rule
Replaces the configuration of the Policy Rule defined in the specified Custom Authorization Server and Policy
|
PagedList |
AuthorizationServerApi.replaceAuthorizationServerPolicyRuleWithPaginationInfo(java.lang.String policyId,
java.lang.String authServerId,
java.lang.String ruleId,
AuthorizationServerPolicyRule policyRule)
Replace a Policy Rule
Replaces the configuration of the Policy Rule defined in the specified Custom Authorization Server and Policy
|
| Modifier and Type | Method and Description |
|---|---|
AuthorizationServerPolicyRule |
AuthorizationServerPolicyRule.actions(AuthorizationServerPolicyRuleActions actions) |
AuthorizationServerPolicyRule |
AuthorizationServerPolicyRule.conditions(AuthorizationServerPolicyRuleConditions conditions) |
Copyright © 2017-2022 Okta. All Rights Reserved.