public interface LoggedInUser extends Serializable
Modifier and Type | Method and Description |
---|---|
String |
getFirstName() |
String |
getFullName() |
List<Group> |
getGroups() |
String |
getId() |
String |
getLastName() |
String |
getPassword() |
List<Group> |
getSecurityRoles() |
boolean |
isAdmin() |
boolean |
isUser() |
Copyright © 2016 Alfresco. All rights reserved.