public final class SingleGroupUser extends CurrentUser
CurrentUser.PropertyKey<T>
Constructor and Description |
---|
SingleGroupUser(AccountGroup.UUID groupId) |
SingleGroupUser(java.util.Set<AccountGroup.UUID> groups) |
Modifier and Type | Method and Description |
---|---|
GroupMembership |
getEffectiveGroups()
Get the set of groups the user is currently a member of.
|
asIdentifiedUser, get, getAccessPath, getAccountId, getLastLoginExternalIdKey, getRealUser, getUserName, hasSameAccountId, isIdentifiedUser, isImpersonating, isInternalUser, put, setAccessPath, setLastLoginExternalIdKey, updateRealAccountId
public SingleGroupUser(AccountGroup.UUID groupId)
public SingleGroupUser(java.util.Set<AccountGroup.UUID> groups)
public GroupMembership getEffectiveGroups()
CurrentUser
The returned set may be a subset of the user's actual groups; if the user's account is currently deemed to be untrusted then the effective group set is only the anonymous and registered user groups. To enable additional groups (and gain their granted permissions) the user must update their account to use only trusted authentication providers.
getEffectiveGroups
in class CurrentUser