Package | Description |
---|---|
org.hippoecm.repository.api | |
org.onehippo.repository.security |
Modifier and Type | Method and Description |
---|---|
User |
HippoSession.getUser()
Get the
User object identified by this session's user id. |
Modifier and Type | Method and Description |
---|---|
User |
SecurityService.getUser(String userId)
Get the
User object identified by the given userId . |
Modifier and Type | Method and Description |
---|---|
Iterable<User> |
Group.getMembers()
Get the members of this group.
|
Iterable<User> |
SecurityService.getUsers(long offset,
long limit)
Get all the
User s in the repository. |
Copyright © 2007–2017 Hippo B.V. (http://www.onehippo.com). All rights reserved.