Class RoleDataBinderImpl
- java.lang.Object
-
- org.apache.syncope.core.provisioning.java.data.RoleDataBinderImpl
-
- All Implemented Interfaces:
RoleDataBinder
public class RoleDataBinderImpl extends Object implements RoleDataBinder
-
-
Field Summary
Fields Modifier and Type Field Description protected ApplicationDAO
applicationDAO
protected DynRealmDAO
dynRealmDAO
protected EntityFactory
entityFactory
protected static Logger
LOG
protected RealmDAO
realmDAO
protected RoleDAO
roleDAO
protected SearchCondVisitor
searchCondVisitor
-
Constructor Summary
Constructors Constructor Description RoleDataBinderImpl(RealmDAO realmDAO, DynRealmDAO dynRealmDAO, RoleDAO roleDAO, ApplicationDAO applicationDAO, EntityFactory entityFactory, SearchCondVisitor searchCondVisitor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Role
create(RoleTO roleTO)
RoleTO
getRoleTO(Role role)
protected void
setDynMembership(Role role, String dynMembershipFIQL)
Role
update(Role toBeUpdated, RoleTO roleTO)
-
-
-
Field Detail
-
LOG
protected static final Logger LOG
-
realmDAO
protected final RealmDAO realmDAO
-
dynRealmDAO
protected final DynRealmDAO dynRealmDAO
-
roleDAO
protected final RoleDAO roleDAO
-
applicationDAO
protected final ApplicationDAO applicationDAO
-
entityFactory
protected final EntityFactory entityFactory
-
searchCondVisitor
protected final SearchCondVisitor searchCondVisitor
-
-
Constructor Detail
-
RoleDataBinderImpl
public RoleDataBinderImpl(RealmDAO realmDAO, DynRealmDAO dynRealmDAO, RoleDAO roleDAO, ApplicationDAO applicationDAO, EntityFactory entityFactory, SearchCondVisitor searchCondVisitor)
-
-
Method Detail
-
create
public Role create(RoleTO roleTO)
- Specified by:
create
in interfaceRoleDataBinder
-
update
public Role update(Role toBeUpdated, RoleTO roleTO)
- Specified by:
update
in interfaceRoleDataBinder
-
getRoleTO
public RoleTO getRoleTO(Role role)
- Specified by:
getRoleTO
in interfaceRoleDataBinder
-
-