Uses of Interface
org.onehippo.repository.security.User
-
Packages that use User Package Description org.onehippo.repository.security -
-
Uses of User in org.onehippo.repository.security
Subinterfaces of User in org.onehippo.repository.security Modifier and Type Interface Description interface
SessionDelegateUser
SessionUser wrapping another SessionUser for SessionDelegation, having a "," concatenatedgetId()
and a mergedgetMemberships()
.interface
SessionUser
A SessionUser provides the resolved User Role names for a logged in user.Methods in org.onehippo.repository.security that return User Modifier and Type Method Description User
SecurityService. getUser(String userId)
Get theUser
object identified by the givenuserId
.Methods in org.onehippo.repository.security that return types with arguments of type User Modifier and Type Method Description Iterable<User>
SecurityService. getUsers(long offset, long limit)
Get all theUser
s in the repository.
-