public class WeiboProfile extends OAuth20Profile
This class is the user profile for Sina Weibo (using OAuth protocol version 2) with appropriate getters.
It is returned by the WeiboClient.
logger, SEPARATOR| Constructor and Description |
|---|
WeiboProfile() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName() |
String |
getFirstName() |
Locale |
getLocale() |
URI |
getPictureUrl() |
URI |
getProfileUrl() |
String |
getUsername() |
clearSensitiveData, getAccessToken, setAccessTokengetEmail, getFamilyName, getGender, getLocation, isExpiredaddAttribute, addAttributes, addAuthenticationAttribute, addAuthenticationAttributes, addPermission, addPermissions, addRole, addRoles, build, build, containsAttribute, containsAuthenicationAttribute, getAttribute, getAttribute, getAttributes, getAuthenticationAttribute, getAuthenticationAttribute, getAuthenticationAttributes, getClientName, getId, getLinkedId, getPermissions, getRoles, getTypedId, isRemembered, readExternal, removeAttribute, removeAuthenticationAttribute, setClientName, setId, setLinkedId, setPermissions, setRemembered, setRoles, toString, writeExternalclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitasPrincipalpublic String getFirstName()
getFirstName in class CommonProfilepublic String getDisplayName()
getDisplayName in class CommonProfilepublic String getUsername()
getUsername in interface UserProfilegetUsername in class CommonProfilepublic Locale getLocale()
getLocale in class CommonProfilepublic URI getPictureUrl()
getPictureUrl in class CommonProfilepublic URI getProfileUrl()
getProfileUrl in class CommonProfileCopyright © 2019. All rights reserved.