Added GroupMembership for group membership checks.
This replaces existing uses of a Set to determine membership and will make it possible to integrate with group systems that do not allow efficient enumentation of memberships. Change-Id: Iba9842ca1a355fc100fb4a02d7954d89032cdba0
This commit is contained in:
@@ -31,7 +31,7 @@ public interface Realm {
|
||||
|
||||
public void onCreateAccount(AuthRequest who, Account account);
|
||||
|
||||
public Set<AccountGroup.UUID> groups(AccountState who);
|
||||
public GroupMembership groups(AccountState who);
|
||||
|
||||
/**
|
||||
* Locate an account whose local username is the given account name.
|
||||
|
Reference in New Issue
Block a user