public class WechatProfile extends OAuth20Profile
This class is the user profile for Tencent Wechat with appropriate getters.
It is returned by the WechatClient.
logger, SEPARATOR| Constructor and Description |
|---|
WechatProfile() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName() |
Gender |
getGender() |
String |
getLocation() |
URI |
getPictureUrl() |
String |
getUsername() |
clearSensitiveData, getAccessToken, setAccessTokengetEmail, getFamilyName, getFirstName, getLocale, getProfileUrl, 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 getDisplayName()
getDisplayName in class CommonProfilepublic String getUsername()
getUsername in interface UserProfilegetUsername in class CommonProfilepublic Gender getGender()
getGender in class CommonProfilepublic String getLocation()
getLocation in class CommonProfilepublic URI getPictureUrl()
getPictureUrl in class CommonProfileCopyright © 2019. All rights reserved.