| Modifier and Type | Method and Description |
|---|---|
OrcidProfile |
ReadProfileAction.execute(AccessToken accessToken) |
OrcidProfile |
AddExternalIdAction.execute(ExternalId externalId,
AccessToken accessToken) |
OrcidProfile |
UpdateBioAction.execute(OrcidMessage profile,
AccessToken accessToken) |
OrcidProfile |
ReadPublicBioAction.execute(String orcid) |
| Modifier and Type | Method and Description |
|---|---|
OrcidProfile |
ReadProfileAction.execute(AccessToken accessToken) |
OrcidProfile |
AddExternalIdAction.execute(ExternalId externalId,
AccessToken accessToken) |
OrcidProfile |
UpdateBioAction.execute(OrcidMessage profile,
AccessToken accessToken) |
OrcidProfile |
ReadPublicBioAction.execute(String orcid) |
| Modifier and Type | Method and Description |
|---|---|
OrcidProfile |
ReadProfileAction.execute(AccessToken accessToken) |
OrcidProfile |
AddExternalIdAction.execute(ExternalId externalId,
AccessToken accessToken) |
OrcidProfile |
UpdateBioAction.execute(OrcidMessage profile,
AccessToken accessToken) |
OrcidProfile |
ReadPublicBioAction.execute(String orcid) |
| Modifier and Type | Class and Description |
|---|---|
class |
AccessTokenFormatException
Failed to parse an AccessToken from the JSON string.
|
| Modifier and Type | Method and Description |
|---|---|
AuthorizationStatus |
AuthorizationManager.processAuthorizationResponse()
We received a callback which should contain an authorization code.
|
String |
AuthorizationManager.seekAuthorization(ApiAction action,
String returnUrl)
Write a URL that can be sent to the browser as a redirect, that will
attempt to obtain authorization for this action.
|
String |
AuthorizationManager.seekAuthorization(ApiAction action,
String successUrl,
String failureUrl) |
| Modifier and Type | Method and Description |
|---|---|
static void |
OrcidClientContext.initialize(Map<OrcidClientContext.Setting,String> settings) |
String |
OrcidClientContextImpl.marshall(OrcidMessage message) |
abstract String |
OrcidClientContext.marshall(OrcidMessage message) |
OrcidMessage |
OrcidClientContextImpl.unmarshall(String xml) |
abstract OrcidMessage |
OrcidClientContext.unmarshall(String xml) |
| Constructor and Description |
|---|
OrcidClientContextImpl(Map<OrcidClientContext.Setting,String> settings) |
Copyright © 2017. All rights reserved.