public interface SessionDelegateUser extends SessionUser
User.getId()
and a merged
User.getMemberships()
.
The underlying (delegate) SessionUser
can be retrieved through getDelegateUser()
.
A set of the original individual user ids can be retrieved through getIds()
.
Both User.isSystemUser()
and User.isActive()
will always return false because this does not represent an
actual repository user.
All other User
(not the SessionUser
methods are overridden to always return null.
Modifier and Type | Method and Description |
---|---|
SessionUser |
getDelegateUser() |
Set<String> |
getIds() |
getUserRoles
getEmail, getFirstName, getId, getLastLogin, getLastName, getMemberships, getProperty, getPropertyNames, isActive, isExternal, isSystemUser
SessionUser getDelegateUser()
Copyright © 2007–2019 Hippo B.V. (http://www.onehippo.com). All rights reserved.