Uses of Class
org.apache.syncope.common.lib.types.PolicyType
-
-
Uses of PolicyType in org.apache.syncope.client.console.policies
Fields in org.apache.syncope.client.console.policies declared as PolicyType Modifier and Type Field Description protected PolicyType
PolicyDirectoryPanel. type
protected PolicyType
PolicyModalPanelBuilder. type
protected PolicyType
PolicyRuleWizardBuilder. type
Constructors in org.apache.syncope.client.console.policies with parameters of type PolicyType Constructor Description PolicyDirectoryPanel(String id, PolicyRestClient restClient, PolicyType type, PageReference pageRef)
PolicyModalPanelBuilder(PolicyType type, T policyTO, BaseModal<T> modal, PolicyRestClient policyRestClient, PageReference pageRef)
PolicyRuleDirectoryPanel(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 PolicyType Modifier and Type Method Description <T extends PolicyTO>
voidPolicyRestClient. create(PolicyType type, T policy)
void
PolicyRestClient. delete(PolicyType type, String key)
<T extends PolicyTO>
List<T>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 PolicyType Modifier and Type Method Description static PolicyType
PolicyType. valueOf(String name)
Returns the enum constant of this type with the specified name.static PolicyType[]
PolicyType. values()
Returns an array containing the constants of this enum type, 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 PolicyType Modifier and Type Method Description javax.ws.rs.core.Response
PolicyService. create(@NotNull PolicyType type, @NotNull PolicyTO policyTO)
Create a new policy.void
PolicyService. delete(@NotNull PolicyType type, @NotNull String key)
Delete policy matching the given key.<T extends PolicyTO>
List<T>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.void
PolicyService. 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 PolicyType Modifier and Type Method Description <T extends PolicyTO>
TPolicyLogic. create(PolicyType type, T policyTO)
<T extends PolicyTO>
TPolicyLogic. delete(PolicyType type, String key)
<T extends PolicyTO>
List<T>PolicyLogic. list(PolicyType type)
<T extends PolicyTO>
TPolicyLogic. read(PolicyType type, String key)
PolicyTO
PolicyLogic. update(PolicyType type, PolicyTO policyTO)
-
Uses of PolicyType in org.apache.syncope.core.persistence.api.entity.policy
Methods in org.apache.syncope.core.persistence.api.entity.policy that return PolicyType Modifier and Type Method Description PolicyType
PolicyUtils. getType()
Methods in org.apache.syncope.core.persistence.api.entity.policy with parameters of type PolicyType Modifier and Type Method Description PolicyUtils
PolicyUtilsFactory. getInstance(PolicyType type)
-
Uses of PolicyType in org.apache.syncope.core.persistence.jpa.entity.policy
Methods in org.apache.syncope.core.persistence.jpa.entity.policy that return PolicyType Modifier and Type Method Description PolicyType
JPAPolicyUtils. getType()
Methods in org.apache.syncope.core.persistence.jpa.entity.policy with parameters of type PolicyType Modifier and Type Method Description PolicyUtils
JPAPolicyUtilsFactory. getInstance(PolicyType type)
Constructors in org.apache.syncope.core.persistence.jpa.entity.policy with parameters of type PolicyType Constructor Description JPAPolicyUtils(PolicyType type)
-
Uses of PolicyType in org.apache.syncope.core.rest.cxf.service
Methods in org.apache.syncope.core.rest.cxf.service with parameters of type PolicyType Modifier and Type Method Description javax.ws.rs.core.Response
PolicyServiceImpl. create(PolicyType type, PolicyTO policyTO)
void
PolicyServiceImpl. delete(PolicyType type, String key)
<T extends PolicyTO>
List<T>PolicyServiceImpl. list(PolicyType type)
<T extends PolicyTO>
TPolicyServiceImpl. read(PolicyType type, String key)
void
PolicyServiceImpl. update(PolicyType type, PolicyTO policyTO)
-