Uses of Class
org.openapitools.client.model.PolicyRule
Packages that use PolicyRule
-
Uses of PolicyRule in org.openapitools.client.api
Methods in org.openapitools.client.api that return PolicyRuleModifier and TypeMethodDescriptionPolicyApi.createPolicyRule
(String policyId, PolicyRule policyRule) Create a Policy Rule Creates a policy rulePolicyApi.getPolicyRule
(String policyId, String ruleId) Retrieve a Policy Rule Retrieves a policy rulePolicyApi.replacePolicyRule
(String policyId, String ruleId, PolicyRule policyRule) Replace a Policy Rule Replaces a policy rulesMethods in org.openapitools.client.api that return types with arguments of type PolicyRuleModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PolicyRule>
PolicyApi.createPolicyRuleWithHttpInfo
(String policyId, PolicyRule policyRule) Create a Policy Rule Creates a policy ruleorg.springframework.http.ResponseEntity<PolicyRule>
PolicyApi.getPolicyRuleWithHttpInfo
(String policyId, String ruleId) Retrieve a Policy Rule Retrieves a policy rulePolicyApi.listPolicyRules
(String policyId) List all Policy Rules Lists all policy rulesorg.springframework.http.ResponseEntity<List<PolicyRule>>
PolicyApi.listPolicyRulesWithHttpInfo
(String policyId) List all Policy Rules Lists all policy rulesorg.springframework.http.ResponseEntity<PolicyRule>
PolicyApi.replacePolicyRuleWithHttpInfo
(String policyId, String ruleId, PolicyRule policyRule) Replace a Policy Rule Replaces a policy rulesMethods in org.openapitools.client.api with parameters of type PolicyRuleModifier and TypeMethodDescription<T> T
PolicyApi.createPolicyRule
(Class<?> T, String policyId, PolicyRule policyRule) Create a Policy Rule Creates a policy rulePolicyApi.createPolicyRule
(String policyId, PolicyRule policyRule) Create a Policy Rule Creates a policy ruleorg.springframework.http.ResponseEntity<PolicyRule>
PolicyApi.createPolicyRuleWithHttpInfo
(String policyId, PolicyRule policyRule) Create a Policy Rule Creates a policy rulePolicyApi.createPolicyRuleWithPaginationInfo
(String policyId, PolicyRule policyRule) Create a Policy Rule Creates a policy rule<T> T
PolicyApi.replacePolicyRule
(Class<?> T, String policyId, String ruleId, PolicyRule policyRule) Replace a Policy Rule Replaces a policy rulesPolicyApi.replacePolicyRule
(String policyId, String ruleId, PolicyRule policyRule) Replace a Policy Rule Replaces a policy rulesorg.springframework.http.ResponseEntity<PolicyRule>
PolicyApi.replacePolicyRuleWithHttpInfo
(String policyId, String ruleId, PolicyRule policyRule) Replace a Policy Rule Replaces a policy rulesPolicyApi.replacePolicyRuleWithPaginationInfo
(String policyId, String ruleId, PolicyRule policyRule) Replace a Policy Rule Replaces a policy rules -
Uses of PolicyRule in org.openapitools.client.model
Subclasses of PolicyRule in org.openapitools.client.modelModifier and TypeClassDescriptionclass
AccessPolicyRuleclass
AuthorizationServerPolicyRuleclass
OktaSignOnPolicyRuleclass
PasswordPolicyRuleclass
ProfileEnrollmentPolicyRuleMethods in org.openapitools.client.model that return PolicyRuleModifier and TypeMethodDescriptionPolicyRule.status
(LifecycleStatus status) PolicyRule.type
(PolicyRuleType type)