Uses of Enum Class
org.apache.syncope.common.lib.types.PolicyType
Packages that use PolicyType
Package
Description
-
Uses of PolicyType in org.apache.syncope.client.console.policies
Fields in org.apache.syncope.client.console.policies declared as PolicyTypeModifier and TypeFieldDescriptionprotected final PolicyTypePolicyDirectoryPanel.typeprotected final PolicyTypePolicyModalPanelBuilder.typeprotected final PolicyTypePolicyRuleWizardBuilder.typeConstructors in org.apache.syncope.client.console.policies with parameters of type PolicyTypeModifierConstructorDescriptionPolicyDirectoryPanel(String id, PolicyRestClient restClient, PolicyType type, PageReference pageRef) PolicyModalPanelBuilder(PolicyType type, T policyTO, BaseModal<T> modal, PolicyRestClient policyRestClient, PageReference pageRef) protectedPolicyRuleDirectoryPanel(BaseModal<T> baseModal, String policy, PolicyType type, PolicyRestClient restClient, PageReference pageRef) PolicyRuleWizardBuilder(String policy, PolicyType type, PolicyRuleWrapper policyWrapper, PolicyRestClient policyRestClient, ImplementationRestClient implementationRestClient, PageReference pageRef) -
Uses of PolicyType in org.apache.syncope.client.console.rest
Methods in org.apache.syncope.client.console.rest with parameters of type PolicyTypeModifier and TypeMethodDescription<T extends PolicyTO>
voidPolicyRestClient.create(PolicyType type, T policy) voidPolicyRestClient.delete(PolicyType type, String key) PolicyRestClient.list(PolicyType type) <T extends PolicyTO>
TPolicyRestClient.read(PolicyType type, String key) <T extends PolicyTO>
voidPolicyRestClient.update(PolicyType type, T policy) -
Uses of PolicyType in org.apache.syncope.common.lib.types
Methods in org.apache.syncope.common.lib.types that return PolicyTypeModifier and TypeMethodDescriptionstatic PolicyTypeReturns the enum constant of this class with the specified name.static PolicyType[]PolicyType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of PolicyType in org.apache.syncope.common.rest.api.service
Methods in org.apache.syncope.common.rest.api.service with parameters of type PolicyTypeModifier and TypeMethodDescriptionPolicyService.create(@NotNull PolicyType type, @NotNull PolicyTO policyTO) Create a new policy.voidPolicyService.delete(@NotNull PolicyType type, @NotNull String key) Delete policy matching the given key.PolicyService.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.voidPolicyService.update(@NotNull PolicyType type, @NotNull PolicyTO policyTO) Updates policy matching the given key. -
Uses of PolicyType in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic with parameters of type PolicyTypeModifier 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) PolicyLogic.update(PolicyType type, PolicyTO policyTO) -
Uses of PolicyType in org.apache.syncope.core.persistence.api.entity.policy
Fields in org.apache.syncope.core.persistence.api.entity.policy declared as PolicyTypeMethods in org.apache.syncope.core.persistence.api.entity.policy that return PolicyTypeMethods in org.apache.syncope.core.persistence.api.entity.policy with parameters of type PolicyTypeConstructors in org.apache.syncope.core.persistence.api.entity.policy with parameters of type PolicyType -
Uses of PolicyType in org.apache.syncope.core.rest.cxf.service
Methods in org.apache.syncope.core.rest.cxf.service with parameters of type PolicyTypeModifier and TypeMethodDescriptionPolicyServiceImpl.create(PolicyType type, PolicyTO policyTO) voidPolicyServiceImpl.delete(PolicyType type, String key) PolicyServiceImpl.list(PolicyType type) <T extends PolicyTO>
TPolicyServiceImpl.read(PolicyType type, String key) voidPolicyServiceImpl.update(PolicyType type, PolicyTO policyTO)