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 |
|---|---|
java.lang.String |
getDisplayName() |
Gender |
getGender() |
java.lang.String |
getLocation() |
java.net.URI |
getPictureUrl() |
java.lang.String |
getUsername() |
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 java.lang.String getDisplayName()
getDisplayName in class CommonProfilepublic java.lang.String getUsername()
getUsername in class CommonProfilepublic Gender getGender()
getGender in class CommonProfilepublic java.lang.String getLocation()
getLocation in class CommonProfilepublic java.net.URI getPictureUrl()
getPictureUrl in class CommonProfileCopyright © 2019. All Rights Reserved.