Uses of Class
org.openiam.idm.srvc.entitlements.EntitlementsDBWrapper
-
Packages that use EntitlementsDBWrapper Package Description org.openiam.esb.core.service.impl org.openiam.esb.repository -
-
Uses of EntitlementsDBWrapper in org.openiam.esb.core.service.impl
Methods in org.openiam.esb.core.service.impl that return EntitlementsDBWrapper Modifier and Type Method Description protected EntitlementsDBWrapper
AbstractOwnerAdminBeansServiceImpl. getFromList(List<EntitlementsDBWrapper> fromDb, String rightId)
Methods in org.openiam.esb.core.service.impl that return types with arguments of type EntitlementsDBWrapper Modifier and Type Method Description protected abstract List<EntitlementsDBWrapper>
AbstractDetachableBeansServiceImpl. getAllEntitlementsWithUsers(List<String> ids, String userId)
Get allAbstractDetachableBeansServiceImpl
toUser
(even if dates are set, but rigths - not)protected List<EntitlementsDBWrapper>
GroupDataServiceImpl. getAllEntitlementsWithUsers(List<String> ids, String userId)
protected List<EntitlementsDBWrapper>
RoleDataServiceImpl. getAllEntitlementsWithUsers(List<String> ids, String userId)
protected abstract List<EntitlementsDBWrapper>
AbstractOwnerAdminBeansServiceImpl. getEntitlementsWithGroups(List<String> ids, List<String> accessRightIds)
protected List<EntitlementsDBWrapper>
GroupDataServiceImpl. getEntitlementsWithGroups(List<String> ids, List<String> accessRightIds)
protected List<EntitlementsDBWrapper>
RoleDataServiceImpl. getEntitlementsWithGroups(List<String> ids, List<String> accessRightIds)
protected abstract List<EntitlementsDBWrapper>
AbstractOwnerAdminBeansServiceImpl. getEntitlementsWithUsers(List<String> ids, List<String> accessRightIds)
protected List<EntitlementsDBWrapper>
GroupDataServiceImpl. getEntitlementsWithUsers(List<String> ids, List<String> accessRightIds)
protected List<EntitlementsDBWrapper>
RoleDataServiceImpl. getEntitlementsWithUsers(List<String> ids, List<String> accessRightIds)
protected List<EntitlementsDBWrapper>
AbstractOwnerAdminBeansServiceImpl. getRightsInfoForCurrentEntity(String entityId, List<EntitlementsDBWrapper> allFromDb)
Method parameters in org.openiam.esb.core.service.impl with type arguments of type EntitlementsDBWrapper Modifier and Type Method Description protected void
AbstractOwnerAdminBeansServiceImpl. fillAdmin(ObjectAdmin admin, List<EntitlementsDBWrapper> fromDb, String type)
protected void
AbstractOwnerAdminBeansServiceImpl. fillOwner(ObjectOwner owner, List<EntitlementsDBWrapper> fromDb, String type)
protected EntitlementsDBWrapper
AbstractOwnerAdminBeansServiceImpl. getFromList(List<EntitlementsDBWrapper> fromDb, String rightId)
protected List<EntitlementsDBWrapper>
AbstractOwnerAdminBeansServiceImpl. getRightsInfoForCurrentEntity(String entityId, List<EntitlementsDBWrapper> allFromDb)
-
Uses of EntitlementsDBWrapper in org.openiam.esb.repository
-