Uses of Class
org.openiam.base.response.list.GroupListResponse
-
Packages that use GroupListResponse Package Description org.openiam.common.beans.mq org.openiam.match org.openiam.srvc.am -
-
Uses of GroupListResponse in org.openiam.common.beans.mq
Methods in org.openiam.common.beans.mq that return GroupListResponse Modifier and Type Method Description GroupListResponseGroupRabbitMQService. findBeansResponse(GroupSearchBean sb, EntitlementsCollection[] collections, int from, int size) -
Uses of GroupListResponse in org.openiam.match
Methods in org.openiam.match that return types with arguments of type GroupListResponse Modifier and Type Method Description Class<GroupListResponse>GroupMatchObjectRule. getDataResponseClassName() -
Uses of GroupListResponse in org.openiam.srvc.am
Methods in org.openiam.srvc.am that return GroupListResponse Modifier and Type Method Description 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)GroupListResponseGroupDataWebService. getDetachedForUser(String userId, String name, int from, int size)method is used to detect all user's groups that are not linked with any resources.GroupListResponseGroupDataWebServiceImpl. getDetachedForUser(String userId, String name, 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)
-