Uses of Class
org.openiam.idm.srvc.access.dto.AccessRight
-
-
Uses of AccessRight in org.openiam.am.srvc.dto.jdbc
Constructors in org.openiam.am.srvc.dto.jdbc with parameters of type AccessRight Constructor Description AuthorizationAccessRight(AccessRight entity) -
Uses of AccessRight in org.openiam.base.response
Methods in org.openiam.base.response that return AccessRight Modifier and Type Method Description AccessRightAccessRightResponse. getAccessRight()Methods in org.openiam.base.response that return types with arguments of type AccessRight Modifier and Type Method Description List<AccessRight>AccessRightListResponse. getAccessRightList()Methods in org.openiam.base.response with parameters of type AccessRight Modifier and Type Method Description voidAccessRightResponse. setAccessRight(AccessRight accessRight)Method parameters in org.openiam.base.response with type arguments of type AccessRight Modifier and Type Method Description voidAccessRightListResponse. setAccessRightList(List<AccessRight> accessRightList) -
Uses of AccessRight in org.openiam.common.authmanager.jdbc.impl
Methods in org.openiam.common.authmanager.jdbc.impl that return types with arguments of type AccessRight Modifier and Type Method Description List<AccessRight>JDBCAccessRightDAO. getList() -
Uses of AccessRight in org.openiam.common.beans.mq
Methods in org.openiam.common.beans.mq that return types with arguments of type AccessRight Modifier and Type Method Description List<AccessRight>AccessRightMQService. findAll()List<AccessRight>AccessRightMQService. findBeans(AccessRightSearchBean searchBean, int from, int size)Methods in org.openiam.common.beans.mq with parameters of type AccessRight Modifier and Type Method Description StringAccessRightMQService. save(AccessRight accessRight) -
Uses of AccessRight in org.openiam.esb.core.dozer.converter
Methods in org.openiam.esb.core.dozer.converter that return AccessRight Modifier and Type Method Description AccessRightAccessRightDozerConverter. convertDTO(AccessRight entity, boolean isDeep)AccessRightAccessRightDozerConverter. convertToDTO(AccessRightEntity entity, boolean isDeep)Methods in org.openiam.esb.core.dozer.converter that return types with arguments of type AccessRight Modifier and Type Method Description List<AccessRight>AccessRightDozerConverter. convertToDTOList(List<AccessRightEntity> list, boolean isDeep)Set<AccessRight>AccessRightDozerConverter. convertToDTOSet(Set<AccessRightEntity> set, boolean isDeep)Methods in org.openiam.esb.core.dozer.converter with parameters of type AccessRight Modifier and Type Method Description AccessRightAccessRightDozerConverter. convertDTO(AccessRight entity, boolean isDeep)AccessRightEntityAccessRightDozerConverter. convertToEntity(AccessRight entity, boolean isDeep)Method parameters in org.openiam.esb.core.dozer.converter with type arguments of type AccessRight Modifier and Type Method Description List<AccessRightEntity>AccessRightDozerConverter. convertToEntityList(List<AccessRight> list, boolean isDeep)Set<AccessRightEntity>AccessRightDozerConverter. convertToEntitySet(Set<AccessRight> set, boolean isDeep) -
Uses of AccessRight in org.openiam.esb.core.service
Methods in org.openiam.esb.core.service that return AccessRight Modifier and Type Method Description AccessRightAccessRightService. get(String id)Methods in org.openiam.esb.core.service that return types with arguments of type AccessRight Modifier and Type Method Description List<AccessRight>AccessRightService. findBeans(AccessRightSearchBean searchBean, int from, int size)List<AccessRight>AccessRightService. findByIds(Collection<String> ids)Methods in org.openiam.esb.core.service with parameters of type AccessRight Modifier and Type Method Description StringAccessRightService. save(AccessRight entity) -
Uses of AccessRight in org.openiam.esb.core.service.impl
Methods in org.openiam.esb.core.service.impl that return AccessRight Modifier and Type Method Description AccessRightAccessRightServiceImpl. get(String id)Methods in org.openiam.esb.core.service.impl that return types with arguments of type AccessRight Modifier and Type Method Description List<AccessRight>AccessRightServiceImpl. findBeans(AccessRightSearchBean sb, int from, int size)List<AccessRight>AccessRightServiceImpl. findByIds(Collection<String> ids)Methods in org.openiam.esb.core.service.impl with parameters of type AccessRight Modifier and Type Method Description StringAccessRightServiceImpl. save(AccessRight dto) -
Uses of AccessRight in org.openiam.idm.srvc.grp.dto
Method parameters in org.openiam.idm.srvc.grp.dto with type arguments of type AccessRight Modifier and Type Method Description voidGroup. addOrganizationWithRights(Organization org, Collection<AccessRight> rights) -
Uses of AccessRight in org.openiam.idm.srvc.user.dto
Method parameters in org.openiam.idm.srvc.user.dto with type arguments of type AccessRight Modifier and Type Method Description voidUser. addAffiliationWithRights(Organization organization, Set<AccessRight> rights, Date startDate, Date endDate)voidUser. addGroupWithRights(Group group, Set<AccessRight> rights, Date startDate, Date endDate)voidUser. addGroupWithRights(Group group, Set<AccessRight> rights, Date startDate, Date endDate, String description)voidUser. addResourceWithRights(Resource resource, Set<AccessRight> rights, Date startDate, Date endDate)voidUser. addResourceWithRights(Resource resource, Set<AccessRight> rights, Date startDate, Date endDate, String description)voidUser. addRoleWithRights(Role role, Set<AccessRight> rights, Date startDate, Date endDate)voidUser. addRoleWithRights(Role role, Set<AccessRight> rights, Date startDate, Date endDate, String description) -
Uses of AccessRight in org.openiam.srvc.am
Methods in org.openiam.srvc.am that return AccessRight Modifier and Type Method Description AccessRightAccessRightDataService. get(String id)AccessRightAccessRightDataServiceImpl. get(String id)Methods in org.openiam.srvc.am that return types with arguments of type AccessRight Modifier and Type Method Description List<AccessRight>AccessRightDataService. findBeans(AccessRightSearchBean searchBean, int from, int size)List<AccessRight>AccessRightDataServiceImpl. findBeans(AccessRightSearchBean searchBean, int from, int size)List<AccessRight>AccessRightDataService. getByIds(Collection<String> ids)List<AccessRight>AccessRightDataServiceImpl. getByIds(Collection<String> ids)Methods in org.openiam.srvc.am with parameters of type AccessRight Modifier and Type Method Description ResponseAccessRightDataService. save(AccessRight entity)ResponseAccessRightDataServiceImpl. save(AccessRight dto)
-