public class UserProfile extends Object implements Serializable
| Constructor and Description |
|---|
UserProfile() |
UserProfile(Profile profile)
Building the base profile properties
|
| Modifier and Type | Method and Description |
|---|---|
Date |
getCreatedDate() |
String |
getId() |
Date |
getModifiedDate() |
String |
getPassword() |
List<String> |
getRoles() |
String |
getTenantName() |
String |
getTicket() |
String |
getUsername() |
boolean |
isActive() |
boolean |
isTemporaryPassword() |
void |
setActive(boolean active) |
void |
setCreatedDate(Date createdDate) |
void |
setId(String id) |
void |
setModifiedDate(Date modifiedDate) |
void |
setPassword(String password) |
void |
setRole(String role) |
void |
setTemporaryPassword(boolean temporaryPassword) |
void |
setTenantName(String tenantName) |
void |
setTicket(String ticket) |
void |
setUsername(String username) |
public static final String ROLE
public UserProfile(Profile profile)
profile - public UserProfile()
public String getPassword()
public void setPassword(String password)
public String getUsername()
public void setUsername(String username)
public String getId()
public void setId(String id)
public Date getCreatedDate()
public void setCreatedDate(Date createdDate)
public Date getModifiedDate()
public void setModifiedDate(Date modifiedDate)
public boolean isActive()
public void setActive(boolean active)
public boolean isTemporaryPassword()
public void setTemporaryPassword(boolean temporaryPassword)
public void setRole(String role)
public String getTicket()
public void setTicket(String ticket)
public String getTenantName()
public void setTenantName(String tenantName)
Copyright © 2015 CrafterCMS. All Rights Reserved.