Listing the Members of a Workgroup

  • 7011147
  • 14-Jul-2010
  • 02-Nov-2012

Environment

NetIQ Access Governance Suite

Situation

You can use the following method to get the member list of a given workgroup:

api.ObjectUtil.getWorkgroupMembers(...);

/**
* Given an Identity that is a workgroup Iterator over the properties
* of a groups' members. This method does a projection query.
*/

public static Iterator<Object[]> getWorkgroupMembers(NetIQContext ctx, Identity identity, List<String> props )