public class OAuth10Profile extends OAuth20Profile
OAuth20Profile. It deals with the OAuth
access token secret.logger, SEPARATOR| Constructor and Description |
|---|
OAuth10Profile() |
| Modifier and Type | Method and Description |
|---|---|
void |
clearSensitiveData() |
String |
getAccessSecret()
Return the access token secret.
|
void |
setAccessSecret(String accessSecret)
Set the access token secret
|
getAccessToken, setAccessTokengetDisplayName, getEmail, getFamilyName, getFirstName, getGender, getLocale, getLocation, getPictureUrl, getProfileUrl, getUsernameaddAttribute, addAttributes, addPermission, addPermissions, addRole, addRoles, addRoles, build, containsAttribute, getAttribute, getAttribute, getAttributes, getClientName, getId, getLinkedId, getPermissions, getRoles, getTypedId, isRemembered, readExternal, removeAttribute, setClientName, setId, setLinkedId, setRemembered, toString, writeExternalpublic void setAccessSecret(String accessSecret)
accessSecret - the access token secretpublic String getAccessSecret()
public void clearSensitiveData()
clearSensitiveData in class OAuth20ProfileCopyright © 2017. All Rights Reserved.