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 AccessRight
AccessRightResponse. 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 void
AccessRightResponse. setAccessRight(AccessRight accessRight)
Method parameters in org.openiam.base.response with type arguments of type AccessRight Modifier and Type Method Description void
AccessRightListResponse. 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 String
AccessRightMQService. 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 AccessRight
AccessRightDozerConverter. convertDTO(AccessRight entity, boolean isDeep)
AccessRight
AccessRightDozerConverter. 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 AccessRight
AccessRightDozerConverter. convertDTO(AccessRight entity, boolean isDeep)
AccessRightEntity
AccessRightDozerConverter. 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 AccessRight
AccessRightService. 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 String
AccessRightService. 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 AccessRight
AccessRightServiceImpl. 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 String
AccessRightServiceImpl. 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 void
Group. 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 void
User. addAffiliationWithRights(Organization organization, Set<AccessRight> rights, Date startDate, Date endDate)
void
User. addGroupWithRights(Group group, Set<AccessRight> rights, Date startDate, Date endDate)
void
User. addGroupWithRights(Group group, Set<AccessRight> rights, Date startDate, Date endDate, String description)
void
User. addResourceWithRights(Resource resource, Set<AccessRight> rights, Date startDate, Date endDate)
void
User. addResourceWithRights(Resource resource, Set<AccessRight> rights, Date startDate, Date endDate, String description)
void
User. addRoleWithRights(Role role, Set<AccessRight> rights, Date startDate, Date endDate)
void
User. 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 AccessRight
AccessRightDataService. get(String id)
AccessRight
AccessRightDataServiceImpl. 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 Response
AccessRightDataService. save(AccessRight entity)
Response
AccessRightDataServiceImpl. save(AccessRight dto)
-