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() |
java.lang.String |
getAccessSecret()
Return the access token secret.
|
void |
setAccessSecret(java.lang.String accessSecret)
Set the access token secret
|
getAccessToken, setAccessTokenasPrincipal, getDisplayName, getEmail, getFamilyName, getFirstName, getGender, getLocale, getLocation, getPictureUrl, getProfileUrl, getUsername, 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 void setAccessSecret(java.lang.String accessSecret)
accessSecret - the access token secretpublic java.lang.String getAccessSecret()
public void clearSensitiveData()
clearSensitiveData in class OAuth20ProfileCopyright © 2018. All Rights Reserved.