Uses of Interface
org.onehippo.repository.security.SessionUser
-
Packages that use SessionUser Package Description org.hippoecm.repository.api org.onehippo.repository.security -
-
Uses of SessionUser in org.hippoecm.repository.api
Methods in org.hippoecm.repository.api that return SessionUser Modifier and Type Method Description SessionUser
HippoSession. getUser()
Get theUser
object identified by this session's user id. -
Uses of SessionUser in org.onehippo.repository.security
Subinterfaces of SessionUser in org.onehippo.repository.security Modifier and Type Interface Description interface
SessionDelegateUser
SessionUser wrapping another SessionUser for SessionDelegation, having a "," concatenatedUser.getId()
and a mergedUser.getMemberships()
.Methods in org.onehippo.repository.security that return SessionUser Modifier and Type Method Description SessionUser
SessionDelegateUser. getDelegateUser()
-