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 policyId, String authServerId, AuthorizationServerPolicyRule policyRule) Create a Policy Rule Creates a policy rule for the specified Custom Authorization Server and PolicyAuthorizationServerApi.getAuthorizationServerPolicyRule
(String policyId, String authServerId, String ruleId) Retrieve a Policy Rule Returns a Policy Rule by ID that is defined in the specified Custom Authorization Server and PolicyAuthorizationServerApi.replaceAuthorizationServerPolicyRule
(String policyId, String authServerId, String ruleId, AuthorizationServerPolicyRule policyRule) 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 TypeMethodDescriptionorg.springframework.http.ResponseEntity<AuthorizationServerPolicyRule>
AuthorizationServerApi.createAuthorizationServerPolicyRuleWithHttpInfo
(String policyId, String authServerId, AuthorizationServerPolicyRule policyRule) Create a Policy Rule Creates a policy rule for the specified Custom Authorization Server and Policyorg.springframework.http.ResponseEntity<AuthorizationServerPolicyRule>
AuthorizationServerApi.getAuthorizationServerPolicyRuleWithHttpInfo
(String policyId, String authServerId, String ruleId) Retrieve a Policy Rule Returns a Policy Rule by ID that is defined in the specified Custom Authorization Server and PolicyAuthorizationServerApi.listAuthorizationServerPolicyRules
(String policyId, String authServerId) List all Policy Rules Lists all policy rules for the specified Custom Authorization Server and Policyorg.springframework.http.ResponseEntity<List<AuthorizationServerPolicyRule>>
AuthorizationServerApi.listAuthorizationServerPolicyRulesWithHttpInfo
(String policyId, String authServerId) List all Policy Rules Lists all policy rules for the specified Custom Authorization Server and Policyorg.springframework.http.ResponseEntity<AuthorizationServerPolicyRule>
AuthorizationServerApi.replaceAuthorizationServerPolicyRuleWithHttpInfo
(String policyId, String authServerId, String ruleId, AuthorizationServerPolicyRule policyRule) 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 with parameters of type AuthorizationServerPolicyRuleModifier and TypeMethodDescription<T> T
AuthorizationServerApi.createAuthorizationServerPolicyRule
(Class<?> T, String policyId, String authServerId, AuthorizationServerPolicyRule policyRule) Create a Policy Rule Creates a policy rule for the specified Custom Authorization Server and PolicyAuthorizationServerApi.createAuthorizationServerPolicyRule
(String policyId, String authServerId, AuthorizationServerPolicyRule policyRule) Create a Policy Rule Creates a policy rule for the specified Custom Authorization Server and Policyorg.springframework.http.ResponseEntity<AuthorizationServerPolicyRule>
AuthorizationServerApi.createAuthorizationServerPolicyRuleWithHttpInfo
(String policyId, String authServerId, AuthorizationServerPolicyRule policyRule) Create a Policy Rule Creates a policy rule for the specified Custom Authorization Server and PolicyAuthorizationServerApi.createAuthorizationServerPolicyRuleWithPaginationInfo
(String policyId, String authServerId, AuthorizationServerPolicyRule policyRule) Create a Policy Rule Creates a policy rule for the specified Custom Authorization Server and Policy<T> T
AuthorizationServerApi.replaceAuthorizationServerPolicyRule
(Class<?> T, String policyId, String authServerId, 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 policyId, String authServerId, String ruleId, AuthorizationServerPolicyRule policyRule) Replace a Policy Rule Replaces the configuration of the Policy Rule defined in the specified Custom Authorization Server and Policyorg.springframework.http.ResponseEntity<AuthorizationServerPolicyRule>
AuthorizationServerApi.replaceAuthorizationServerPolicyRuleWithHttpInfo
(String policyId, String authServerId, String ruleId, AuthorizationServerPolicyRule policyRule) Replace a Policy Rule Replaces the configuration of the Policy Rule defined in the specified Custom Authorization Server and PolicyAuthorizationServerApi.replaceAuthorizationServerPolicyRuleWithPaginationInfo
(String policyId, String authServerId, String ruleId, AuthorizationServerPolicyRule policyRule) 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)