This class is the user profile for ORCiD with appropriate getters.
It is returned by the {@link org.pac4j.oauth.client.OrcidClient}.
Method : | From the XML profile response : |
The attributes of the {@link org.pac4j.core.profile.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 |
@see org.pac4j.oauth.client.OrcidClient
@author Jens Tinglev
@since 1.6.0