public interface UserContext
| Modifier and Type | Method and Description |
|---|---|
UserModel |
getCurrentUser() |
boolean |
isMemberOf(java.lang.String userGroup)
Verifies whether the context user belongs to the specified user group.
|
boolean |
isUserDataHubAdmin() |
UserModel getCurrentUser()
boolean isUserDataHubAdmin()
boolean isMemberOf(java.lang.String userGroup)
userGroup - name of the user group to check for.true, if the context user belongs to the specified group; false otherwise.Copyright © 2018 SAP SE. All Rights Reserved.