Uses of Class
org.openapitools.client.model.Policy
Packages that use Policy
Package
Description
-
Uses of Policy in com.okta.sdk.helper
Classes in com.okta.sdk.helper with type parameters of type PolicyModifier and TypeClassDescriptionclass
PolicyApiHelper<T extends Policy>
Helper class that enables working with sub-typedPolicy
references.Methods in com.okta.sdk.helper with type parameters of type PolicyModifier and TypeMethodDescription<T extends Policy>
TPolicyApiHelper.createPolicyOfType
(Class<T> classType, Policy policy, Boolean activate) Methods in com.okta.sdk.helper that return types with arguments of type PolicyModifier and TypeMethodDescriptionPolicyApiHelper.listPolicies
(String type, String status, String expand) Methods in com.okta.sdk.helper with parameters of type PolicyModifier and TypeMethodDescription<T extends Policy>
TPolicyApiHelper.createPolicyOfType
(Class<T> classType, Policy policy, Boolean activate) -
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.clonePolicy
(String policyId, Map<String, String> additionalHeaders) Clone an existing Policy Clones an existing policyPolicyApi.createPolicy
(Policy policy, Boolean activate) Create a Policy Creates a policyCreate a Policy Creates a policyRetrieve a Policy Retrieves a policyRetrieve a Policy Retrieves a policyPolicyApi.replacePolicy
(String policyId, Policy policy) Replace a Policy Replaces the properties of a Policy identified by `policyId`Replace a Policy Replaces the properties of a Policy identified by `policyId`Methods in org.openapitools.client.api that return types with arguments of type PolicyModifier and TypeMethodDescriptionPolicyApi.listPolicies
(String type, String status, String expand) List all Policies Lists all policies with the specified typePolicyApi.listPolicies
(String type, String status, String expand, Map<String, String> additionalHeaders) List all Policies Lists all policies with the specified typeMethods in org.openapitools.client.api with parameters of type PolicyModifier and TypeMethodDescriptionPolicyApi.createPolicy
(Policy policy, Boolean activate) Create a Policy Creates a policyCreate a Policy Creates a policyPolicyApi.replacePolicy
(String policyId, Policy policy) Replace a Policy Replaces the properties of a Policy identified by `policyId`Replace a Policy Replaces the properties of a Policy identified by `policyId` -
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 PolicyModifier and TypeMethodDescriptionPolicy.description
(String description) Policy.status
(LifecycleStatus status) Policy.type
(PolicyType type)