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() |
String |
getFamilyName() |
String |
getFirstName() |
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, addRole, addRoles, addRoles, build, clearSensitiveData, containsAttribute, getAttribute, getAttribute, getAttributes, getClientName, getId, getLinkedId, getPermissions, getRoles, getTypedId, isRemembered, readExternal, removeAttribute, setClientName, setId, setLinkedId, setRemembered, toString, writeExternalpublic String getDisplayName()
getDisplayName in class CommonProfilepublic String getFamilyName()
getFamilyName in class CommonProfilepublic String getFirstName()
getFirstName 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.