public interface AccountGroupContributor
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<AccountGroup> |
collectGroups(AuthenticatedAccount authenticatedAccount)
Collects the list of groups for this account
|
java.util.Collection<AccountGroup> collectGroups(@NotNull AuthenticatedAccount authenticatedAccount)
authenticatedAccount - Account with authentication information to collect groups for