Class ConnInstanceDataBinderImpl
java.lang.Object
org.apache.syncope.core.provisioning.java.data.ConnInstanceDataBinderImpl
- All Implemented Interfaces:
ConnInstanceDataBinder
-
Field Summary
Modifier and TypeFieldDescriptionprotected final ConnIdBundleManager
protected final ConnInstanceDAO
protected final EntityFactory
protected static final Logger
protected final RealmSearchDAO
-
Constructor Summary
ConstructorDescriptionConnInstanceDataBinderImpl
(ConnIdBundleManager connIdBundleManager, ConnInstanceDAO connInstanceDAO, RealmSearchDAO realmSearchDAO, EntityFactory entityFactory) -
Method Summary
Modifier and TypeMethodDescriptionbuild
(ConfigurationProperty property) getConnInstance
(ConnInstanceTO connInstanceTO) getConnInstanceTO
(ConnInstance connInstance) update
(ConnInstanceTO connInstanceTO)
-
Field Details
-
LOG
-
connIdBundleManager
-
connInstanceDAO
-
realmSearchDAO
-
entityFactory
-
-
Constructor Details
-
ConnInstanceDataBinderImpl
public ConnInstanceDataBinderImpl(ConnIdBundleManager connIdBundleManager, ConnInstanceDAO connInstanceDAO, RealmSearchDAO realmSearchDAO, EntityFactory entityFactory)
-
-
Method Details
-
getConnInstance
- Specified by:
getConnInstance
in interfaceConnInstanceDataBinder
-
update
- Specified by:
update
in interfaceConnInstanceDataBinder
-
build
- Specified by:
build
in interfaceConnInstanceDataBinder
-
getConnInstanceTO
- Specified by:
getConnInstanceTO
in interfaceConnInstanceDataBinder
-