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)RoleListResponseRoleRabbitMQService. 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 voidAccessRightProcessor. process(RoleSearchBean searchBean, List<Role> dtoList)Access rights processor for DTO object with specific Entitlement collectionvoidAccessRightProcessor. 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.CriteriaQueryRoleElasticSearchRepositoryImpl. 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 intRoleDataWebService. countBeans(RoleSearchBean searchBean)Returns total number of Roles based on parameters, which are specified in RoleSearchBean objectintRoleDataWebServiceImpl. countBeans(RoleSearchBean searchBean)RoleListResponseRoleDataWebService. findBeans(RoleSearchBean searchBean, EntitlementsCollection[] dependants, int from, int size)Return a paged List of Roles based on parameters, which are specified in RoleSearchBean objectRoleListResponseRoleDataWebServiceImpl. findBeans(RoleSearchBean searchBean, EntitlementsCollection[] dependants, int from, int size)RoleListResponseRoleDataWebService. 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.RoleListResponseRoleDataWebServiceImpl. getWithResources(String userId, RoleSearchBean searchBean, Set<String> resourceTypeIds, int from, int size)
-