Uses of Class
com.okta.sdk.resource.model.AuthorizationServerPolicyRule
-
Uses of AuthorizationServerPolicyRule in com.okta.sdk.resource.api
Modifier and TypeMethodDescriptionAuthorizationServerRulesApi.createAuthorizationServerPolicyRule
(String authServerId, String policyId, AuthorizationServerPolicyRuleRequest policyRule) Create a Policy Rule Creates a policy rule for the specified Custom Authorization Server and PolicyAuthorizationServerRulesApi.createAuthorizationServerPolicyRule
(String authServerId, String policyId, AuthorizationServerPolicyRuleRequest policyRule, Map<String, String> additionalHeaders) Create a Policy Rule Creates a policy rule for the specified Custom Authorization Server and PolicyAuthorizationServerRulesApi.getAuthorizationServerPolicyRule
(String authServerId, String policyId, String ruleId) Retrieve a Policy Rule Retrieves a policy rule by `ruleId`AuthorizationServerRulesApi.getAuthorizationServerPolicyRule
(String authServerId, String policyId, String ruleId, Map<String, String> additionalHeaders) Retrieve a Policy Rule Retrieves a policy rule by `ruleId`AuthorizationServerRulesApi.replaceAuthorizationServerPolicyRule
(String authServerId, String policyId, String ruleId, AuthorizationServerPolicyRuleRequest policyRule) Replace a Policy Rule Replaces the configuration of the Policy Rule defined in the specified Custom Authorization Server and PolicyAuthorizationServerRulesApi.replaceAuthorizationServerPolicyRule
(String authServerId, String policyId, String ruleId, AuthorizationServerPolicyRuleRequest 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 TypeMethodDescriptionAuthorizationServerRulesApi.listAuthorizationServerPolicyRules
(String authServerId, String policyId) List all Policy Rules Lists all policy rules for the specified Custom Authorization Server and PolicyAuthorizationServerRulesApi.listAuthorizationServerPolicyRules
(String authServerId, String policyId, Map<String, String> additionalHeaders) List all Policy Rules Lists all policy rules for 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) AuthorizationServerPolicyRule.links
(LinksSelfAndLifecycle links) AuthorizationServerPolicyRule.status
(AuthorizationServerPolicyRule.StatusEnum status) AuthorizationServerPolicyRule.type
(AuthorizationServerPolicyRule.TypeEnum type)