public class UserContextImpl extends Object implements UserContext
| Constructor and Description |
|---|
UserContextImpl(Long accountId,
String accountKey,
Set<String> accountRoles,
Locale locale,
List<Locale> locales) |
| Modifier and Type | Method and Description |
|---|---|
Long |
getAccountId() |
String |
getAccountKey() |
Set<String> |
getAccountRoles() |
Locale |
getLocale() |
List<Locale> |
getLocales() |
public Long getAccountId()
getAccountId in interface UserContextpublic String getAccountKey()
getAccountKey in interface UserContextpublic Set<String> getAccountRoles()
getAccountRoles in interface UserContextpublic Locale getLocale()
getLocale in interface UserContextpublic List<Locale> getLocales()
getLocales in interface UserContextCopyright © 2018 Blazebit. All Rights Reserved.