Class DelegationDataBinderImpl
java.lang.Object
org.apache.syncope.core.provisioning.java.data.DelegationDataBinderImpl
- All Implemented Interfaces:
DelegationDataBinder
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final EntityFactoryprotected static final Loggerprotected final RoleDAOprotected final UserDAO -
Constructor Summary
ConstructorsConstructorDescriptionDelegationDataBinderImpl(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:
createin interfaceDelegationDataBinder
-
update
- Specified by:
updatein interfaceDelegationDataBinder
-
getDelegationTO
- Specified by:
getDelegationTOin interfaceDelegationDataBinder
-