Uses of Class
org.openiam.idm.searchbeans.RoleSearchBean
-
Packages that use RoleSearchBean Package Description org.openiam.common.beans.mq org.openiam.esb.core.service.impl org.openiam.esb.elasticsearch.repository.impl org.openiam.esb.repository.impl org.openiam.srvc.am -
-
Uses of RoleSearchBean in org.openiam.common.beans.mq
Methods in org.openiam.common.beans.mq with parameters of type RoleSearchBean Modifier and Type Method Description List<Role>
RoleRabbitMQService. findBeans(RoleSearchBean sb, int from, int size)
List<Role>
RoleRabbitMQService. findBeans(RoleSearchBean sb, EntitlementsCollection[] collections, int from, int size)
RoleListResponse
RoleRabbitMQService. findBeansResponse(RoleSearchBean sb, EntitlementsCollection[] collections, int from, int size)
-
Uses of RoleSearchBean in org.openiam.esb.core.service.impl
Methods in org.openiam.esb.core.service.impl that return types with arguments of type RoleSearchBean Modifier and Type Method Description protected Supplier<RoleSearchBean>
RoleDataServiceImpl. getSearchBean()
Methods in org.openiam.esb.core.service.impl with parameters of type RoleSearchBean Modifier and Type Method Description void
AccessRightProcessor. process(RoleSearchBean searchBean, List<Role> dtoList)
Access rights processor for DTO object with specific Entitlement collectionvoid
AccessRightProcessor. process(RoleSearchBean searchBean, List<Role> dtoList, List<RoleEntity> entityList)
-
Uses of RoleSearchBean in org.openiam.esb.elasticsearch.repository.impl
Methods in org.openiam.esb.elasticsearch.repository.impl with parameters of type RoleSearchBean Modifier and Type Method Description org.springframework.data.elasticsearch.core.query.CriteriaQuery
RoleElasticSearchRepositoryImpl. getCriteria(RoleSearchBean searchBean)
-
Uses of RoleSearchBean in org.openiam.esb.repository.impl
Methods in org.openiam.esb.repository.impl with parameters of type RoleSearchBean Modifier and Type Method Description protected org.springframework.data.jpa.domain.Specification<RoleEntity>
RoleRepositoryImpl. buildSpecifications(RoleSearchBean sb)
-
Uses of RoleSearchBean in org.openiam.srvc.am
Methods in org.openiam.srvc.am with parameters of type RoleSearchBean Modifier and Type Method Description int
RoleDataWebService. countBeans(RoleSearchBean searchBean)
Returns total number of Roles based on parameters, which are specified in RoleSearchBean objectint
RoleDataWebServiceImpl. countBeans(RoleSearchBean searchBean)
RoleListResponse
RoleDataWebService. findBeans(RoleSearchBean searchBean, EntitlementsCollection[] dependants, int from, int size)
Return a paged List of Roles based on parameters, which are specified in RoleSearchBean objectRoleListResponse
RoleDataWebServiceImpl. findBeans(RoleSearchBean searchBean, EntitlementsCollection[] dependants, int from, int size)
RoleListResponse
RoleDataWebService. getWithResources(String userId, RoleSearchBean searchBean, Set<String> resourceTypeIds, int from, int size)
method is used to get user's roles with entitled resources, filtered by #resourceTypeIds.RoleListResponse
RoleDataWebServiceImpl. getWithResources(String userId, RoleSearchBean searchBean, Set<String> resourceTypeIds, int from, int size)
-