public class OrcidProfile extends OAuth20Profile
This class is the user profile for ORCiD with appropriate getters.
It is returned by the OrcidClient.
| Method : | From the XML profile response : |
|---|---|
The attributes of the CommonProfile |
|
| String getFirstName() | the first-names attribute |
| String getFamilyName() | the family-name attribute |
| Locale getLocale() | the locale attribute |
| String getProfileUrl() | the public-profile-url attribute |
| More specific attributes | |
| String getOrcid() | the path attribute |
| String getCreationMethod() | the creation-method attribute |
| boolean getClaimed() | the claimed attribute |
OrcidClient,
Serialized FormUSERNAMElogger, SEPARATOR| Constructor and Description |
|---|
OrcidProfile() |
| Modifier and Type | Method and Description |
|---|---|
protected AttributesDefinition |
getAttributesDefinition() |
boolean |
getClaimed() |
String |
getCreationMethod() |
String |
getFamilyName() |
String |
getFirstName() |
Locale |
getLocale() |
String |
getOrcid() |
String |
getProfileUrl() |
getAccessToken, setAccessTokengetDisplayName, getEmail, getGender, getLocation, getPictureUrl, getUsernameaddAttribute, addAttributes, addPermission, addRole, build, getAttribute, getAttributes, getId, getPermissions, getRoles, getTypedId, hasAccess, hasAllRoles, hasAnyRole, isRemembered, setId, setRemembered, toStringprotected AttributesDefinition getAttributesDefinition()
getAttributesDefinition in class UserProfilepublic String getOrcid()
public boolean getClaimed()
public String getCreationMethod()
public String getFirstName()
getFirstName in class CommonProfilepublic String getFamilyName()
getFamilyName in class CommonProfilepublic Locale getLocale()
getLocale in class CommonProfilepublic String getProfileUrl()
getProfileUrl in class CommonProfileCopyright © 2015. All Rights Reserved.