Package | Description |
---|---|
org.onehippo.repository.security |
Modifier and Type | Interface and Description |
---|---|
interface |
SessionDelegateUser
SessionUser wrapping another SessionUser for SessionDelegation, having a "," concatenated
getId() and a merged
getMemberships() . |
interface |
SessionUser
A SessionUser provides the resolved User Role names for a logged in user.
|
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> |
SecurityService.getUsers(long offset,
long limit)
Get all the
User s in the repository. |
Copyright © 2007–2019 Hippo B.V. (http://www.onehippo.com). All rights reserved.