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 GroupListResponse
GroupRabbitMQService. 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 GroupListResponse
GroupDataWebService. findBeans(GroupSearchBean searchBean, EntitlementsCollection[] dependants, int from, int size)
Return a paged List of Groups based on parameters, which are specified in GroupSearchBean objectGroupListResponse
GroupDataWebServiceImpl. findBeans(GroupSearchBean searchBean, EntitlementsCollection[] dependants, int from, int size)
GroupListResponse
GroupDataWebService. 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.GroupListResponse
GroupDataWebServiceImpl. getDetachedForUser(String userId, String name, int from, int size)
GroupListResponse
GroupDataWebService. 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.GroupListResponse
GroupDataWebServiceImpl. getWithResources(String userId, GroupSearchBean searchBean, Set<String> resourceTypeIds, int from, int size)
-