public class UserRepresentation extends AbstractUserRepresentation
Modifier and Type | Field and Description |
---|---|
protected List<LightAppRepresentation> |
apps |
protected List<String> |
capabilities |
protected String |
company |
protected Date |
created |
protected String |
fullname |
protected List<GroupRepresentation> |
groups |
protected Date |
lastUpdate |
protected String |
password |
email, externalId, firstName, id, lastName, pictureId
Constructor and Description |
---|
UserRepresentation() |
UserRepresentation(User user) |
UserRepresentation(User user,
boolean fullDetails,
boolean includeGroups) |
Modifier and Type | Method and Description |
---|---|
List<LightAppRepresentation> |
getApps() |
List<String> |
getCapabilities() |
String |
getCompany() |
Date |
getCreated() |
String |
getFullname() |
List<GroupRepresentation> |
getGroups() |
Date |
getLastUpdate() |
String |
getPassword() |
void |
setApps(List<LightAppRepresentation> apps) |
void |
setCapabilities(List<String> capabilities) |
void |
setCompany(String company) |
void |
setCreated(Date created) |
void |
setFullname(String fullname) |
void |
setGroups(List<GroupRepresentation> groups) |
void |
setLastUpdate(Date lastUpdate) |
void |
setPassword(String password) |
getEmail, getFirstName, getId, getLastName, getPictureId, setEmail, setFirstName, setId, setLastName, setPictureId
protected String fullname
protected String password
protected String company
protected Date created
protected Date lastUpdate
protected List<GroupRepresentation> groups
protected List<LightAppRepresentation> apps
public UserRepresentation(User user)
public UserRepresentation(User user, boolean fullDetails, boolean includeGroups)
public UserRepresentation()
public String getFullname()
public void setFullname(String fullname)
public String getPassword()
public void setPassword(String password)
public String getCompany()
public void setCompany(String company)
public void setCreated(Date created)
public Date getCreated()
public Date getLastUpdate()
public void setLastUpdate(Date lastUpdate)
public List<GroupRepresentation> getGroups()
public void setGroups(List<GroupRepresentation> groups)
public List<LightAppRepresentation> getApps()
public void setApps(List<LightAppRepresentation> apps)
Copyright © 2014–2015 Alfresco. All rights reserved.