Class PolicyDataBinderImpl
java.lang.Object
org.apache.syncope.core.provisioning.java.data.PolicyDataBinderImpl
- All Implemented Interfaces:
PolicyDataBinder
-
Field Summary
Modifier and TypeFieldDescriptionprotected final AnyTypeDAO
protected final EntityFactory
protected final ImplementationDAO
protected static final Logger
protected final RealmDAO
protected final ExternalResourceDAO
-
Constructor Summary
ConstructorDescriptionPolicyDataBinderImpl
(ExternalResourceDAO resourceDAO, RealmDAO realmDAO, AnyTypeDAO anyTypeDAO, ImplementationDAO implementationDAO, EntityFactory entityFactory) -
Method Summary
-
Field Details
-
LOG
-
resourceDAO
-
realmDAO
-
anyTypeDAO
-
implementationDAO
-
entityFactory
-
-
Constructor Details
-
PolicyDataBinderImpl
public PolicyDataBinderImpl(ExternalResourceDAO resourceDAO, RealmDAO realmDAO, AnyTypeDAO anyTypeDAO, ImplementationDAO implementationDAO, EntityFactory entityFactory)
-
-
Method Details
-
getPolicy
-
create
- Specified by:
create
in interfacePolicyDataBinder
-
update
- Specified by:
update
in interfacePolicyDataBinder
-
getPolicyTO
- Specified by:
getPolicyTO
in interfacePolicyDataBinder
-