Class RoleDataBinderImpl
java.lang.Object
org.apache.syncope.core.provisioning.java.data.RoleDataBinderImpl
- All Implemented Interfaces:
RoleDataBinder
-
Field Summary
Modifier and TypeFieldDescriptionprotected final ApplicationDAO
protected final DynRealmDAO
protected final EntityFactory
protected static final Logger
protected final RealmSearchDAO
protected final RoleDAO
protected final SearchCondVisitor
-
Constructor Summary
ConstructorDescriptionRoleDataBinderImpl
(RealmSearchDAO realmSearchDAO, DynRealmDAO dynRealmDAO, RoleDAO roleDAO, ApplicationDAO applicationDAO, EntityFactory entityFactory, SearchCondVisitor searchCondVisitor) -
Method Summary
-
Field Details
-
LOG
-
realmSearchDAO
-
dynRealmDAO
-
roleDAO
-
applicationDAO
-
entityFactory
-
searchCondVisitor
-
-
Constructor Details
-
RoleDataBinderImpl
public RoleDataBinderImpl(RealmSearchDAO realmSearchDAO, DynRealmDAO dynRealmDAO, RoleDAO roleDAO, ApplicationDAO applicationDAO, EntityFactory entityFactory, SearchCondVisitor searchCondVisitor)
-
-
Method Details
-
create
- Specified by:
create
in interfaceRoleDataBinder
-
update
- Specified by:
update
in interfaceRoleDataBinder
-
getRoleTO
- Specified by:
getRoleTO
in interfaceRoleDataBinder
-