public class GroupMembers extends Object
Modifier and Type | Method and Description |
---|---|
Set<Account> |
listAccounts(AccountGroup.UUID groupUUID)
Recursively enumerate the members of the given group.
|
Set<Account> |
listAccounts(AccountGroup.UUID groupUUID,
Project.NameKey project)
Recursively enumerate the members of the given group.
|
public Set<Account> listAccounts(AccountGroup.UUID groupUUID) throws IOException
Group members for which an account doesn't exist are filtered out.
IOException
public Set<Account> listAccounts(AccountGroup.UUID groupUUID, Project.NameKey project) throws NoSuchProjectException, IOException
Group members for which an account doesn't exist are filtered out.
NoSuchProjectException
IOException