public class OrcidProfile extends OAuth20Profile
This class is the user profile for ORCiD with appropriate getters.
It is returned by the OrcidClient.
logger, SEPARATOR| Constructor and Description |
|---|
OrcidProfile() |
| Modifier and Type | Method and Description |
|---|---|
AttributesDefinition |
getAttributesDefinition()
Return the attributes definition for this user profile.
|
boolean |
getClaimed() |
String |
getCreationMethod() |
String |
getFamilyName()
Return the family name of the user.
|
String |
getFirstName()
Return the first name of the user.
|
Locale |
getLocale()
Return the locale of the user.
|
String |
getOrcid() |
String |
getProfileUrl()
Return the url of the profile of the user.
|
clearSensitiveData, getAccessToken, setAccessTokengetDisplayName, getEmail, getGender, getLocation, getPictureUrl, getUsernameaddAttribute, addAttributes, addPermission, addPermissions, addPermissions, addRole, addRoles, addRoles, build, getAttribute, getAttribute, getAttributes, getClientName, getId, getOldTypedId, getPermissions, getRoles, getTypedId, isRemembered, readExternal, removeAttribute, setClientName, setId, setRemembered, toString, writeExternalpublic AttributesDefinition getAttributesDefinition()
UserProfilenull for a (generic) user profile.getAttributesDefinition in class UserProfilepublic String getOrcid()
public boolean getClaimed()
public String getCreationMethod()
public String getFirstName()
CommonProfilegetFirstName in class CommonProfilepublic String getFamilyName()
CommonProfilegetFamilyName in class CommonProfilepublic Locale getLocale()
CommonProfilegetLocale in class CommonProfilepublic String getProfileUrl()
CommonProfilegetProfileUrl in class CommonProfileCopyright © 2016. All rights reserved.