Class RealmDataBinderImpl
java.lang.Object
org.apache.syncope.core.provisioning.java.data.RealmDataBinderImpl
- All Implemented Interfaces:
RealmDataBinder
-
Field Summary
Modifier and TypeFieldDescriptionprotected final AnyTypeDAO
protected final EntityFactory
protected final ImplementationDAO
protected static final Logger
protected final PolicyDAO
protected final RealmDAO
protected final ExternalResourceDAO
-
Constructor Summary
ConstructorDescriptionRealmDataBinderImpl
(AnyTypeDAO anyTypeDAO, ImplementationDAO implementationDAO, RealmDAO realmDAO, PolicyDAO policyDAO, ExternalResourceDAO resourceDAO, EntityFactory entityFactory) -
Method Summary
Modifier and TypeMethodDescriptiongetRealmTO
(Realm realm, boolean admin) protected void
setTemplates
(RealmTO realmTO, Realm realm)
-
Field Details
-
LOG
-
anyTypeDAO
-
implementationDAO
-
realmDAO
-
policyDAO
-
resourceDAO
-
entityFactory
-
-
Constructor Details
-
RealmDataBinderImpl
public RealmDataBinderImpl(AnyTypeDAO anyTypeDAO, ImplementationDAO implementationDAO, RealmDAO realmDAO, PolicyDAO policyDAO, ExternalResourceDAO resourceDAO, EntityFactory entityFactory)
-
-
Method Details
-
setTemplates
-
create
- Specified by:
create
in interfaceRealmDataBinder
-
update
- Specified by:
update
in interfaceRealmDataBinder
-
getRealmTO
- Specified by:
getRealmTO
in interfaceRealmDataBinder
-