public class CommonProfile extends UserProfile
| Modifier and Type | Field and Description |
|---|---|
static String |
USERNAME |
logger, SEPARATOR| Constructor and Description |
|---|
CommonProfile() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName()
Return the displayed name of the user.
|
String |
getEmail()
Return the email of the user.
|
String |
getFamilyName()
Return the family name of the user.
|
String |
getFirstName()
Return the first name of the user.
|
Gender |
getGender()
Return the gender of the user.
|
Locale |
getLocale()
Return the locale of the user.
|
String |
getLocation()
Return the location of the user.
|
String |
getPictureUrl()
Return the url of the picture of the user.
|
String |
getProfileUrl()
Return the url of the profile of the user.
|
String |
getUsername()
Return the username of the user.
|
addAttribute, addAttributes, addPermission, addPermissions, addRole, addRoles, build, clear, getAttribute, getAttribute, getAttributes, getAttributesDefinition, getId, getPermissions, getRoles, getTypedId, isRemembered, readExternal, setId, setRemembered, toString, writeExternalpublic static final transient String USERNAME
public String getEmail()
public String getFirstName()
public String getFamilyName()
public String getDisplayName()
public String getUsername()
public Gender getGender()
public Locale getLocale()
public String getPictureUrl()
public String getProfileUrl()
public String getLocation()
Copyright © 2016. All Rights Reserved.