| Package | Description |
|---|---|
| edu.cornell.mannlib.orcidclient.actions | |
| edu.cornell.mannlib.orcidclient.auth |
| Modifier and Type | Method and Description |
|---|---|
static ApiAction |
ApiAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApiAction[] |
ApiAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ApiAction |
AuthorizationStatus.getAction() |
| Modifier and Type | Method and Description |
|---|---|
void |
AuthorizationManager.clearStatus(ApiAction action) |
void |
AuthorizationCache.clearStatus(ApiAction action) |
static AuthorizationStatus |
AuthorizationStatus.create(ApiAction action,
String successUrl,
String failureUrl) |
static AuthorizationStatus |
AuthorizationStatus.empty(ApiAction action) |
AuthorizationStatus |
AuthorizationManager.getAuthorizationStatus(ApiAction action) |
AuthorizationStatus |
AuthorizationCache.getStatus(ApiAction action) |
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) |
Copyright © 2017. All rights reserved.