public interface SessionUser extends User
Modifier and Type | Method and Description |
---|---|
Set<String> |
getUserRoles()
Get the resolved user role names assigned for this logged in user
|
getEmail, getFirstName, getId, getLastLogin, getLastName, getMemberships, getProperty, getPropertyNames, isActive, isExternal, isSystemUser
Set<String> getUserRoles()
The user role names are resolved (which may drop non-existing user role names), and includes possible implied user roles names.
getUserRoles
in interface User
HippoSession.getUser()
Copyright © 2007–2019 Hippo B.V. (http://www.onehippo.com). All rights reserved.