Uses of Class
org.openiam.idm.searchbeans.GroupSearchBean
-
-
Uses of GroupSearchBean in org.openiam.base.request
Constructors in org.openiam.base.request with parameters of type GroupSearchBean Constructor Description GroupSearchServiceRequest(GroupSearchBean searchBean)GroupSearchServiceRequest(GroupSearchBean searchBean, String ownerId)GroupSearchServiceRequest(GroupSearchBean searchBean, EntitlementsCollection[] dependants, int from, int size)GroupSearchServiceRequest(GroupSearchBean searchBean, EntitlementsCollection[] dependants, int from, int size, String ownerId) -
Uses of GroupSearchBean in org.openiam.common.beans.mq
Methods in org.openiam.common.beans.mq with parameters of type GroupSearchBean Modifier and Type Method Description List<Group>GroupRabbitMQService. findBeans(GroupSearchBean sb, int from, int size)List<Group>GroupRabbitMQService. findBeans(GroupSearchBean sb, EntitlementsCollection[] collections, int from, int size)GroupListResponseGroupRabbitMQService. findBeansResponse(GroupSearchBean sb, EntitlementsCollection[] collections, int from, int size) -
Uses of GroupSearchBean in org.openiam.esb.core.service
Methods in org.openiam.esb.core.service with parameters of type GroupSearchBean Modifier and Type Method Description intGroupDataService. countGroupsForOwner(GroupSearchBean searchBean, String ownerId)Counts number of groups for given count criteria.List<Group>GroupDataService. findGroupsDtoForOwner(GroupSearchBean searchBean, String ownerId, int from, int size)Returns list of Group objects for given search criteria.List<GroupEntity>GroupDataService. findGroupsForOwner(GroupSearchBean searchBean, String ownerId, int from, int size)Returns list of GroupEntity objects for given search criteria. -
Uses of GroupSearchBean in org.openiam.esb.core.service.impl
Methods in org.openiam.esb.core.service.impl that return types with arguments of type GroupSearchBean Modifier and Type Method Description protected Supplier<GroupSearchBean>GroupDataServiceImpl. getSearchBean()Methods in org.openiam.esb.core.service.impl with parameters of type GroupSearchBean Modifier and Type Method Description intGroupDataServiceImpl. countGroupsForOwner(GroupSearchBean searchBean, String ownerId)List<Group>GroupDataServiceImpl. findGroupsDtoForOwner(GroupSearchBean searchBean, String ownerId, int from, int size)List<GroupEntity>GroupDataServiceImpl. findGroupsForOwner(GroupSearchBean searchBean, String ownerId, int from, int size)voidAccessRightProcessor. process(GroupSearchBean searchBean, List<Group> dtoList)Access rights processor for DTO object with specific Entitlement collectionvoidAccessRightProcessor. process(GroupSearchBean searchBean, List<Group> dtoList, List<GroupEntity> entityList) -
Uses of GroupSearchBean in org.openiam.esb.elasticsearch.repository.impl
Methods in org.openiam.esb.elasticsearch.repository.impl with parameters of type GroupSearchBean Modifier and Type Method Description protected org.elasticsearch.index.query.BoolQueryBuilderGroupElasticSearchRepositoryImpl. addAdditionalCriteria(GroupSearchBean searchBean, org.elasticsearch.index.query.BoolQueryBuilder queryBuilder)protected org.springframework.data.elasticsearch.core.query.NativeSearchQueryGroupElasticSearchRepositoryImpl. buildNativeSearchQuery(GroupSearchBean searchBean, org.elasticsearch.index.query.BoolQueryBuilder queryBuilder)org.springframework.data.elasticsearch.core.query.CriteriaQueryGroupElasticSearchRepositoryImpl. getCriteria(GroupSearchBean searchBean) -
Uses of GroupSearchBean in org.openiam.esb.repository.impl
Methods in org.openiam.esb.repository.impl with parameters of type GroupSearchBean Modifier and Type Method Description protected org.springframework.data.jpa.domain.Specification<GroupEntity>GroupRepositoryImpl. buildSpecifications(GroupSearchBean sb) -
Uses of GroupSearchBean in org.openiam.recon.service.impl.service
Methods in org.openiam.recon.service.impl.service that return GroupSearchBean Modifier and Type Method Description GroupSearchBeanAbstractIDMSearchScript. createGroupSearchBean(Map<String,Object> bindingMap)GroupSearchBeanIDMSearchScript. createGroupSearchBean(Map<String,Object> bindingMap) -
Uses of GroupSearchBean in org.openiam.srvc.am
Methods in org.openiam.srvc.am with parameters of type GroupSearchBean Modifier and Type Method Description intGroupDataWebService. countBeans(GroupSearchBean searchBean)Returns total number of Groups based on parameters, which are specified in GroupSearchBean objectintGroupDataWebServiceImpl. countBeans(GroupSearchBean searchBean)intGroupDataWebService. countGroupsForOwner(GroupSearchBean searchBean, String ownerId)Returns total number of Groups for given groupOwner based on parameters, which are specified in GroupSearchBean objectintGroupDataWebServiceImpl. countGroupsForOwner(GroupSearchBean searchBean, String ownerId)GroupListResponseGroupDataWebService. findBeans(GroupSearchBean searchBean, EntitlementsCollection[] dependants, int from, int size)Return a paged List of Groups based on parameters, which are specified in GroupSearchBean objectGroupListResponseGroupDataWebServiceImpl. findBeans(GroupSearchBean searchBean, EntitlementsCollection[] dependants, int from, int size)List<Group>GroupDataWebService. findGroupsForOwner(GroupSearchBean searchBean, String ownerId, int from, int size)Return a paged List of Groups for given groupOwner based on parameters, which are specified in GroupSearchBean objectList<Group>GroupDataWebServiceImpl. findGroupsForOwner(GroupSearchBean searchBean, String ownerId, int from, int size)GroupListResponseGroupDataWebService. getWithResources(String userId, GroupSearchBean searchBean, Set<String> resourceTypeIds, int from, int size)method is used to get user's groups with entitled resources, filtered by #resourceTypeIds.GroupListResponseGroupDataWebServiceImpl. getWithResources(String userId, GroupSearchBean searchBean, Set<String> resourceTypeIds, int from, int size)
-