Uses of Class
org.openapitools.client.model.Policy
Packages that use Policy
Package
Description
-
Uses of Policy in com.okta.sdk.impl.resource
Methods in com.okta.sdk.impl.resource that return Policy -
Uses of Policy in com.okta.sdk.resource.policy
Methods in com.okta.sdk.resource.policy that return Policy -
Uses of Policy in org.openapitools.client.api
Methods in org.openapitools.client.api that return PolicyModifier and TypeMethodDescriptionPolicyApi.clonePolicy
(String policyId) Clone an existing policy Clones an existing policyPolicyApi.createPolicy
(Policy policy, Boolean activate) Create a Policy Creates a policyRetrieve a Policy Retrieves a policyPolicyApi.replacePolicy
(String policyId, Policy policy) Replace a Policy Replaces a policyMethods in org.openapitools.client.api that return types with arguments of type PolicyModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Policy>
PolicyApi.clonePolicyWithHttpInfo
(String policyId) Clone an existing policy Clones an existing policyorg.springframework.http.ResponseEntity<Policy>
PolicyApi.createPolicyWithHttpInfo
(Policy policy, Boolean activate) Create a Policy Creates a policyorg.springframework.http.ResponseEntity<Policy>
PolicyApi.getPolicyWithHttpInfo
(String policyId, String expand) Retrieve a Policy Retrieves a policyPolicyApi.listPolicies
(String type, String status, String expand) List all Policies Lists all policies with the specified typePolicyApi.listPoliciesWithHttpInfo
(String type, String status, String expand) List all Policies Lists all policies with the specified typeorg.springframework.http.ResponseEntity<Policy>
PolicyApi.replacePolicyWithHttpInfo
(String policyId, Policy policy) Replace a Policy Replaces a policyMethods in org.openapitools.client.api with parameters of type PolicyModifier and TypeMethodDescription<T> T
PolicyApi.createPolicy
(Class<?> T, Policy policy, Boolean activate) Create a Policy Creates a policyPolicyApi.createPolicy
(Policy policy, Boolean activate) Create a Policy Creates a policyorg.springframework.http.ResponseEntity<Policy>
PolicyApi.createPolicyWithHttpInfo
(Policy policy, Boolean activate) Create a Policy Creates a policyPolicyApi.createPolicyWithPaginationInfo
(Policy policy, Boolean activate) Create a Policy Creates a policy<T> T
PolicyApi.replacePolicy
(Class<?> T, String policyId, Policy policy) Replace a Policy Replaces a policyPolicyApi.replacePolicy
(String policyId, Policy policy) Replace a Policy Replaces a policyorg.springframework.http.ResponseEntity<Policy>
PolicyApi.replacePolicyWithHttpInfo
(String policyId, Policy policy) Replace a Policy Replaces a policyPolicyApi.replacePolicyWithPaginationInfo
(String policyId, Policy policy) Replace a Policy Replaces a policy -
Uses of Policy in org.openapitools.client.model
Subclasses of Policy in org.openapitools.client.modelModifier and TypeClassDescriptionclass
AccessPolicyclass
AuthorizationServerPolicyclass
IdentityProviderPolicyclass
MultifactorEnrollmentPolicyclass
OktaSignOnPolicyclass
PasswordPolicyclass
ProfileEnrollmentPolicyMethods in org.openapitools.client.model that return Policy