Uses of Class
com.okta.sdk.resource.model.AuthorizationServerPolicyRule
-
Uses of AuthorizationServerPolicyRule in com.okta.sdk.resource.api
Modifier and TypeMethodDescriptionAuthorizationServerApi.createAuthorizationServerPolicyRule
(String authServerId, String policyId, AuthorizationServerPolicyRule policyRule) Create a Policy Rule Creates a policy rule for the specified Custom Authorization Server and PolicyAuthorizationServerApi.createAuthorizationServerPolicyRule
(String authServerId, String policyId, AuthorizationServerPolicyRule policyRule, Map<String, String> additionalHeaders) Create a Policy Rule Creates a policy rule for the specified Custom Authorization Server and PolicyAuthorizationServerApi.getAuthorizationServerPolicyRule
(String authServerId, String policyId, String ruleId) Retrieve a Policy Rule Retrieves a policy rule by `ruleId`AuthorizationServerApi.getAuthorizationServerPolicyRule
(String authServerId, String policyId, String ruleId, Map<String, String> additionalHeaders) Retrieve a Policy Rule Retrieves a policy rule by `ruleId`AuthorizationServerApi.replaceAuthorizationServerPolicyRule
(String authServerId, String policyId, String ruleId, AuthorizationServerPolicyRule policyRule) Replace a Policy Rule Replaces the configuration of the Policy Rule defined in the specified Custom Authorization Server and PolicyAuthorizationServerApi.replaceAuthorizationServerPolicyRule
(String authServerId, String policyId, String ruleId, AuthorizationServerPolicyRule policyRule, Map<String, String> additionalHeaders) Replace a Policy Rule Replaces the configuration of the Policy Rule defined in the specified Custom Authorization Server and PolicyModifier and TypeMethodDescriptionAuthorizationServerApi.listAuthorizationServerPolicyRules
(String authServerId, String policyId) List all Policy Rules Lists all policy rules for the specified Custom Authorization Server and PolicyAuthorizationServerApi.listAuthorizationServerPolicyRules
(String authServerId, String policyId, Map<String, String> additionalHeaders) List all Policy Rules Lists all policy rules for the specified Custom Authorization Server and PolicyModifier and TypeMethodDescriptionAuthorizationServerApi.createAuthorizationServerPolicyRule
(String authServerId, String policyId, AuthorizationServerPolicyRule policyRule) Create a Policy Rule Creates a policy rule for the specified Custom Authorization Server and PolicyAuthorizationServerApi.createAuthorizationServerPolicyRule
(String authServerId, String policyId, AuthorizationServerPolicyRule policyRule, Map<String, String> additionalHeaders) Create a Policy Rule Creates a policy rule for the specified Custom Authorization Server and PolicyAuthorizationServerApi.replaceAuthorizationServerPolicyRule
(String authServerId, String policyId, String ruleId, AuthorizationServerPolicyRule policyRule) Replace a Policy Rule Replaces the configuration of the Policy Rule defined in the specified Custom Authorization Server and PolicyAuthorizationServerApi.replaceAuthorizationServerPolicyRule
(String authServerId, String policyId, String ruleId, AuthorizationServerPolicyRule policyRule, Map<String, String> additionalHeaders) Replace a Policy Rule Replaces the configuration of the Policy Rule defined in the specified Custom Authorization Server and Policy -
Uses of AuthorizationServerPolicyRule in com.okta.sdk.resource.model
Modifier and TypeMethodDescriptionAuthorizationServerPolicyRule.actions
(AuthorizationServerPolicyRuleActions actions) AuthorizationServerPolicyRule.conditions
(AuthorizationServerPolicyRuleConditions conditions)