public class StormpathProfile extends CommonProfile
The user profile returned from a Stormpath Authentication event.
logger, SEPARATOR| Constructor and Description |
|---|
StormpathProfile() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName()
Return the displayed name of the user.
|
String |
getFamilyName()
Return the family name of the user.
|
String |
getFirstName()
Return the first name of the user.
|
com.stormpath.sdk.group.GroupMembershipList |
getGroupMemberships() |
com.stormpath.sdk.group.GroupList |
getGroups() |
String |
getMiddleName() |
com.stormpath.sdk.account.AccountStatus |
getStatus() |
getEmail, getGender, getLocale, getLocation, getPictureUrl, getProfileUrl, getUsernameaddAttribute, addAttributes, addPermission, addPermissions, addPermissions, addRole, addRoles, addRoles, build, clearSensitiveData, containsAttribute, getAttribute, getAttribute, getAttributes, getAttributesDefinition, getClientName, getId, getOldTypedId, getPermissions, getRoles, getTypedId, isRemembered, readExternal, removeAttribute, setClientName, setId, setRemembered, toString, writeExternalpublic String getDisplayName()
CommonProfilegetDisplayName in class CommonProfilepublic String getFamilyName()
CommonProfilegetFamilyName in class CommonProfilepublic String getFirstName()
CommonProfilegetFirstName in class CommonProfilepublic String getMiddleName()
public com.stormpath.sdk.group.GroupList getGroups()
public com.stormpath.sdk.group.GroupMembershipList getGroupMemberships()
public com.stormpath.sdk.account.AccountStatus getStatus()
Copyright © 2017. All rights reserved.