Uses of Class
com.okta.sdk.resource.model.AuthorizationServerPolicyRuleRequest
Packages that use AuthorizationServerPolicyRuleRequest
-
Uses of AuthorizationServerPolicyRuleRequest in com.okta.sdk.resource.api
Methods in com.okta.sdk.resource.api with parameters of type AuthorizationServerPolicyRuleRequestModifier 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.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 Policy -
Uses of AuthorizationServerPolicyRuleRequest in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return AuthorizationServerPolicyRuleRequestModifier and TypeMethodDescriptionAuthorizationServerPolicyRuleRequest.actions(AuthorizationServerPolicyRuleActions actions) AuthorizationServerPolicyRuleRequest.conditions(AuthorizationServerPolicyRuleConditions conditions) AuthorizationServerPolicyRuleRequest.links(LinksSelfAndLifecycle links) AuthorizationServerPolicyRuleRequest.status(AuthorizationServerPolicyRuleRequest.StatusEnum status) AuthorizationServerPolicyRuleRequest.type(AuthorizationServerPolicyRuleRequest.TypeEnum type)