Uses of Class
org.openapitools.client.model.AuthorizationServerPolicyRule
Packages that use AuthorizationServerPolicyRule
-
Uses of AuthorizationServerPolicyRule in org.openapitools.client.api
Methods in org.openapitools.client.api that return AuthorizationServerPolicyRuleModifier 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 PolicyMethods in org.openapitools.client.api that return types with arguments of type AuthorizationServerPolicyRuleModifier 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 PolicyMethods in org.openapitools.client.api with parameters of type AuthorizationServerPolicyRuleModifier 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 org.openapitools.client.model
Methods in org.openapitools.client.model that return AuthorizationServerPolicyRuleModifier and TypeMethodDescriptionAuthorizationServerPolicyRule.actions(AuthorizationServerPolicyRuleActions actions) AuthorizationServerPolicyRule.conditions(AuthorizationServerPolicyRuleConditions conditions)