Skip to Content.
Sympa Menu

grouper-users - RE: [grouper-users] Getting group members of groups

Subject: Grouper Users - Open Discussion List

List archive

RE: [grouper-users] Getting group members of groups


Chronological Thread 
  • From: Chris Hyzer <>
  • To: Peter DiCamillo <>, "" <>
  • Subject: RE: [grouper-users] Getting group members of groups
  • Date: Wed, 20 Feb 2013 15:17:43 +0000
  • Accept-language: en-US
  • Authentication-results: sfpop-ironport07.merit.edu; dkim=neutral (message not signed) header.i=none

There are a few ways to do this. Do you want immediate and effective
members? Which version of Grouper?

Set<Member> members = group.getMembers(null,
GrouperUtil.toSet(SourceManager.getInstance().getSource("g:gsa")), null);

Thanks,
Chris

-----Original Message-----
From:


[mailto:]
On Behalf Of Peter DiCamillo
Sent: Wednesday, February 20, 2013 10:13 AM
To:

Subject: [grouper-users] Getting group members of groups

Using the Grouper Java API, is there an efficient way to get all the
groups that are members of a given group? I'm wondering if there is a
faster way than getting all the memberships, and testing which are
groups, since in some cases the groups have thousands of person members.

Peter



Archive powered by MHonArc 2.6.16.

Top of Page