Uses of Class
org.openiam.base.response.list.OrganizationListResponse
-
Packages that use OrganizationListResponse Package Description org.openiam.match org.openiam.srvc.am -
-
Uses of OrganizationListResponse in org.openiam.match
Methods in org.openiam.match that return types with arguments of type OrganizationListResponse Modifier and Type Method Description Class<OrganizationListResponse>
OrganizationMatchObjectRule. getDataResponseClassName()
-
Uses of OrganizationListResponse in org.openiam.srvc.am
Methods in org.openiam.srvc.am that return OrganizationListResponse Modifier and Type Method Description OrganizationListResponse
OrganizationDataService. findBeans(OrganizationSearchBean searchBean, int from, int size)
OrganizationListResponse
OrganizationDataServiceImpl. findBeans(OrganizationSearchBean searchBean, int from, int size)
OrganizationListResponse
OrganizationDataService. getDetachedForUser(String userId, String name, int from, int size)
method is used to detect all user's organizations that are not linked with any resources.OrganizationListResponse
OrganizationDataServiceImpl. getDetachedForUser(String userId, String name, int from, int size)
OrganizationListResponse
OrganizationDataService. getWithResources(String userId, OrganizationSearchBean searchBean, Set<String> resourceTypeIds, int from, int size)
method is used to get user's organizaiotn with entitled resources.OrganizationListResponse
OrganizationDataServiceImpl. getWithResources(String userId, OrganizationSearchBean searchBean, Set<String> resourceTypeIds, int from, int size)
-