Uses of Class
com.okta.sdk.resource.model.AuthorizationServerPolicyRule
Packages that use AuthorizationServerPolicyRule
-
Uses of AuthorizationServerPolicyRule in com.okta.sdk.resource.api
Methods in com.okta.sdk.resource.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 com.okta.sdk.resource.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 com.okta.sdk.resource.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 com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return AuthorizationServerPolicyRuleModifier and TypeMethodDescriptionAuthorizationServerPolicyRule.actions(AuthorizationServerPolicyRuleActions actions) AuthorizationServerPolicyRule.conditions(AuthorizationServerPolicyRuleConditions conditions)