public abstract class OAuth20Profile extends CommonProfile
CommonProfile. It deals with the OAuth
access token.USERNAMElogger, SEPARATOR| Constructor and Description |
|---|
OAuth20Profile() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
String |
getAccessToken()
Return the access token.
|
void |
setAccessToken(String accessToken)
Set the access token
|
getDisplayName, getEmail, getFamilyName, getFirstName, getGender, getLocale, getLocation, getPictureUrl, getProfileUrl, getUsernameaddAttribute, addAttributes, addPermission, addPermissions, addRole, addRoles, build, getAttribute, getAttribute, getAttributes, getAttributesDefinition, getId, getPermissions, getRoles, getTypedId, isRemembered, readExternal, setId, setRemembered, toString, writeExternalpublic void setAccessToken(String accessToken)
accessToken - the access token secretpublic String getAccessToken()
public void clear()
clear in interface Clearableclear in class UserProfileCopyright © 2016. All Rights Reserved.