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 PolicyTypePolicyDirectoryPanel. typeprotected PolicyTypePolicyModalPanelBuilder. typeprotected PolicyTypePolicyRuleWizardBuilder. typeConstructors 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)voidPolicyRestClient. 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 PolicyTypePolicyType. 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.ResponsePolicyService. 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.<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.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 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)PolicyTOPolicyLogic. 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 PolicyTypePolicyUtils. getType()Methods in org.apache.syncope.core.persistence.api.entity.policy with parameters of type PolicyType Modifier and Type Method Description PolicyUtilsPolicyUtilsFactory. 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 PolicyTypeJPAPolicyUtils. getType()Methods in org.apache.syncope.core.persistence.jpa.entity.policy with parameters of type PolicyType Modifier and Type Method Description PolicyUtilsJPAPolicyUtilsFactory. 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.ResponsePolicyServiceImpl. create(PolicyType type, PolicyTO policyTO)voidPolicyServiceImpl. delete(PolicyType type, String key)<T extends PolicyTO>
List<T>PolicyServiceImpl. list(PolicyType type)<T extends PolicyTO>
TPolicyServiceImpl. read(PolicyType type, String key)voidPolicyServiceImpl. update(PolicyType type, PolicyTO policyTO)
-