Uses of Class
org.dspace.orcid.model.OrcidTokenResponseDTO
-
Packages that use OrcidTokenResponseDTO Package Description org.dspace.orcid.client org.dspace.orcid.service org.dspace.orcid.service.impl -
-
Uses of OrcidTokenResponseDTO in org.dspace.orcid.client
Methods in org.dspace.orcid.client that return OrcidTokenResponseDTO Modifier and Type Method Description OrcidTokenResponseDTOOrcidClient. getAccessToken(String code)Exchange the authorization code for an ORCID iD and 3-legged access token.OrcidTokenResponseDTOOrcidClientImpl. getAccessToken(String code)OrcidTokenResponseDTOOrcidClient. getReadPublicAccessToken()Retrieves an /read-public access token using a client-credentials OAuth flow, or 2-step OAuth.OrcidTokenResponseDTOOrcidClientImpl. getReadPublicAccessToken() -
Uses of OrcidTokenResponseDTO in org.dspace.orcid.service
Methods in org.dspace.orcid.service with parameters of type OrcidTokenResponseDTO Modifier and Type Method Description voidOrcidSynchronizationService. linkProfile(Context context, Item profile, OrcidTokenResponseDTO token)Configure the given profile with the data present in the given ORCID token. -
Uses of OrcidTokenResponseDTO in org.dspace.orcid.service.impl
Methods in org.dspace.orcid.service.impl with parameters of type OrcidTokenResponseDTO Modifier and Type Method Description voidOrcidSynchronizationServiceImpl. linkProfile(Context context, Item profile, OrcidTokenResponseDTO token)
-