public class QQProfile extends OAuth20Profile
This class is the user profile for Tencent QQ Connect with appropriate getters.
It is returned by the QQClient.
logger, SEPARATOR| Constructor and Description |
|---|
QQProfile() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName()
Return the displayed name of the user.
|
Gender |
getGender()
Return the gender of the user.
|
String |
getLocation()
Return the location of the user.
|
URI |
getPictureUrl()
Return the url of the picture of the user.
|
String |
getUsername()
Return the username of the user.
|
clearSensitiveData, getAccessToken, setAccessTokenasPrincipal, getEmail, getFamilyName, getFirstName, getLocale, getProfileUrl, isExpiredaddAttribute, addAttributes, addAuthenticationAttribute, addAuthenticationAttributes, addPermission, addPermissions, addRole, addRoles, 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, writeExternalpublic String getDisplayName()
CommonProfilegetDisplayName in class CommonProfilepublic String getUsername()
CommonProfilegetUsername in class CommonProfilepublic Gender getGender()
CommonProfilegetGender in class CommonProfilepublic String getLocation()
CommonProfilegetLocation in class CommonProfilepublic URI getPictureUrl()
CommonProfilegetPictureUrl in class CommonProfileCopyright © 2019. All rights reserved.