Class DelegationDataBinderImpl
java.lang.Object
org.apache.syncope.core.provisioning.java.data.DelegationDataBinderImpl
- All Implemented Interfaces:
DelegationDataBinder
-
Field Summary
Modifier and TypeFieldDescriptionprotected final EntityFactory
protected static final Logger
protected final RoleDAO
protected final UserDAO
-
Constructor Summary
ConstructorDescriptionDelegationDataBinderImpl
(UserDAO userDAO, RoleDAO roleDAO, EntityFactory entityFactory) -
Method Summary
Modifier and TypeMethodDescriptioncreate
(DelegationTO delegationTO) getDelegationTO
(Delegation delegation) update
(Delegation delegation, DelegationTO delegationTO)
-
Field Details
-
LOG
-
userDAO
-
roleDAO
-
entityFactory
-
-
Constructor Details
-
DelegationDataBinderImpl
-
-
Method Details
-
create
- Specified by:
create
in interfaceDelegationDataBinder
-
update
- Specified by:
update
in interfaceDelegationDataBinder
-
getDelegationTO
- Specified by:
getDelegationTO
in interfaceDelegationDataBinder
-