public class PayPalProfile extends OAuth20Profile
This class is the user profile for PayPal with appropriate getters.
It is returned by the PayPalClient.
logger, SEPARATOR| Constructor and Description |
|---|
PayPalProfile() |
| Modifier and Type | Method and Description |
|---|---|
PayPalAddress |
getAddress() |
String |
getDisplayName()
Return the displayed name of the user.
|
String |
getFirstName()
Return the first name of the user.
|
Locale |
getLanguage() |
String |
getLocation()
Return the location of the user.
|
clearSensitiveData, getAccessToken, setAccessTokenasPrincipal, getEmail, getFamilyName, getGender, getLocale, 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 String getFirstName()
CommonProfilegetFirstName in class CommonProfilepublic String getDisplayName()
CommonProfilegetDisplayName in class CommonProfilepublic String getLocation()
CommonProfilegetLocation in class CommonProfilepublic Locale getLanguage()
public PayPalAddress getAddress()
Copyright © 2018. All rights reserved.