Uses of Class
org.apache.syncope.common.lib.policy.PolicyTO
Packages that use PolicyTO
Package
Description
-
Uses of PolicyTO in org.apache.syncope.client.console.policies
Classes in org.apache.syncope.client.console.policies with type parameters of type PolicyTOModifier and TypeClassDescriptionclass
PolicyDirectoryPanel<T extends PolicyTO>
Policies page.class
PolicyModalPanelBuilder<T extends PolicyTO>
class
PolicyRuleDirectoryPanel<T extends PolicyTO>
Policy rules page. -
Uses of PolicyTO in org.apache.syncope.client.console.rest
Fields in org.apache.syncope.client.console.rest with type parameters of type PolicyTOModifier and TypeFieldDescriptionprotected static final Comparator
<PolicyTO> PolicyRestClient.COMPARATOR
Methods in org.apache.syncope.client.console.rest with type parameters of type PolicyTOModifier and TypeMethodDescription<T extends PolicyTO>
voidPolicyRestClient.create
(PolicyType type, T policy) PolicyRestClient.list
(PolicyType type) <T extends PolicyTO>
TPolicyRestClient.read
(PolicyType type, String key) <T extends PolicyTO>
voidPolicyRestClient.update
(PolicyType type, T policy) -
Uses of PolicyTO in org.apache.syncope.common.lib.policy
Subclasses of PolicyTO in org.apache.syncope.common.lib.policyModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
-
Uses of PolicyTO in org.apache.syncope.common.rest.api.service
Methods in org.apache.syncope.common.rest.api.service with type parameters of type PolicyTOModifier and TypeMethodDescriptionPolicyService.list
(@NotNull PolicyType type) Returns a list of policies of the matching type.<T extends PolicyTO>
TPolicyService.read
(@NotNull PolicyType type, @NotNull String key) Returns the policy matching the given key.Methods in org.apache.syncope.common.rest.api.service with parameters of type PolicyTO -
Uses of PolicyTO in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic with type parameters of type PolicyTOModifier and TypeMethodDescription<T extends PolicyTO>
TPolicyLogic.create
(PolicyType type, T policyTO) <T extends PolicyTO>
TPolicyLogic.delete
(PolicyType type, String key) PolicyLogic.list
(PolicyType type) <T extends PolicyTO>
TPolicyLogic.read
(PolicyType type, String key) Methods in org.apache.syncope.core.logic that return PolicyTOModifier and TypeMethodDescriptionprotected PolicyTO
PolicyLogic.resolveReference
(Method method, Object... args) PolicyLogic.update
(PolicyType type, PolicyTO policyTO) Methods in org.apache.syncope.core.logic with parameters of type PolicyTO -
Uses of PolicyTO in org.apache.syncope.core.persistence.api.entity.policy
Methods in org.apache.syncope.core.persistence.api.entity.policy with parameters of type PolicyTOMethod parameters in org.apache.syncope.core.persistence.api.entity.policy with type arguments of type PolicyTOModifier and TypeMethodDescriptionPolicyUtilsFactory.getInstance
(Class<? extends PolicyTO> policyClass) -
Uses of PolicyTO in org.apache.syncope.core.provisioning.api.data
Methods in org.apache.syncope.core.provisioning.api.data with type parameters of type PolicyTOModifier and TypeMethodDescription<T extends PolicyTO>
TPolicyDataBinder.getPolicyTO
(Policy policy) Methods in org.apache.syncope.core.provisioning.api.data with parameters of type PolicyTO -
Uses of PolicyTO in org.apache.syncope.core.provisioning.java.data
Methods in org.apache.syncope.core.provisioning.java.data with type parameters of type PolicyTOModifier and TypeMethodDescription<T extends PolicyTO>
TPolicyDataBinderImpl.getPolicyTO
(Policy policy) Methods in org.apache.syncope.core.provisioning.java.data with parameters of type PolicyTO -
Uses of PolicyTO in org.apache.syncope.core.rest.cxf.service
Methods in org.apache.syncope.core.rest.cxf.service with type parameters of type PolicyTOModifier and TypeMethodDescriptionPolicyServiceImpl.list
(PolicyType type) <T extends PolicyTO>
TPolicyServiceImpl.read
(PolicyType type, String key) Methods in org.apache.syncope.core.rest.cxf.service with parameters of type PolicyTOModifier and TypeMethodDescriptionPolicyServiceImpl.create
(PolicyType type, PolicyTO policyTO) void
PolicyServiceImpl.update
(PolicyType type, PolicyTO policyTO)