public class WindowsLiveProfile extends OAuth20Profile
This class is the user profile for Windows Live with appropriate getters.
It is returned by the WindowsLiveClient.
| Method : | From the JSON profile response : |
|---|---|
The attributes of the CommonProfile |
|
| String getEmail() | null |
| String getFirstName() | the first_name attribute |
| String getFamilyName() | the last_name attribute |
| String getDisplayName() | the name attribute |
| String getUsername() | null |
| Gender getGender() | the gender attribute |
| Locale getLocale() | the locale attribute |
| String getPictureUrl() | null |
| String getProfileUrl() | the link attribute |
| String getLocation() | null |
| More specific attributes | |
| Date getUpdatedTime() | the updated_time attribute |
WindowsLiveClient,
Serialized FormUSERNAMElogger, SEPARATOR| Constructor and Description |
|---|
WindowsLiveProfile() |
| Modifier and Type | Method and Description |
|---|---|
protected AttributesDefinition |
getAttributesDefinition() |
String |
getDisplayName() |
String |
getFamilyName() |
String |
getProfileUrl() |
Date |
getUpdatedTime() |
clear, getAccessToken, setAccessTokengetEmail, getFirstName, getGender, getLocale, getLocation, getPictureUrl, getUsernameaddAttribute, addAttributes, addPermission, addPermissions, addRole, addRoles, build, getAttribute, getAttribute, getAttributes, getId, getPermissions, getRoles, getTypedId, isRemembered, readExternal, setId, setRemembered, toString, writeExternalprotected AttributesDefinition getAttributesDefinition()
getAttributesDefinition in class UserProfilepublic String getFamilyName()
getFamilyName in class CommonProfilepublic String getDisplayName()
getDisplayName in class CommonProfilepublic String getProfileUrl()
getProfileUrl in class CommonProfilepublic Date getUpdatedTime()
Copyright © 2016. All Rights Reserved.