public class CurrentUserContextImpl extends Object implements CurrentUserContext
| Constructor and Description |
|---|
CurrentUserContextImpl(boolean shouldUseLowerCaseForAccessIds) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getAccessIds()
Returns all accessIds of the current user.
|
List<String> |
getGroupIds()
Returns all groupIds of the current user.
|
String |
getUserid()
Returns the userid of the current user.
|
public CurrentUserContextImpl(boolean shouldUseLowerCaseForAccessIds)
public String getUserid()
CurrentUserContextgetUserid in interface CurrentUserContextpublic List<String> getGroupIds()
CurrentUserContextgetGroupIds in interface CurrentUserContextpublic List<String> getAccessIds()
CurrentUserContextgetAccessIds in interface CurrentUserContextCopyright © 2020. All rights reserved.