public abstract class OrcidAbstractHandler extends Object
| Modifier and Type | Field and Description |
|---|---|
protected edu.cornell.mannlib.orcidclient.auth.AuthorizationManager |
auth |
protected UserAccount |
currentUser |
protected edu.cornell.mannlib.orcidclient.context.OrcidClientContext |
occ |
protected edu.cornell.mannlib.vivo.orcid.controller.OrcidConfirmationState |
state |
protected VitroRequest |
vreq |
| Modifier | Constructor and Description |
|---|---|
protected |
OrcidAbstractHandler(VitroRequest vreq) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
cornellNetId() |
protected Individual |
findIndividual() |
protected void |
recordConfirmation() |
protected ResponseValues |
show500InternalServerError(String message) |
protected ResponseValues |
showConfirmationPage() |
protected ResponseValues |
showConfirmationPage(OrcidConfirmationState.Progress p,
edu.cornell.mannlib.orcidclient.orcidmessage.OrcidMessage... messages) |
protected final VitroRequest vreq
protected final edu.cornell.mannlib.orcidclient.context.OrcidClientContext occ
protected final edu.cornell.mannlib.orcidclient.auth.AuthorizationManager auth
protected final edu.cornell.mannlib.vivo.orcid.controller.OrcidConfirmationState state
protected final UserAccount currentUser
protected OrcidAbstractHandler(VitroRequest vreq)
protected Individual findIndividual()
protected void recordConfirmation()
protected String cornellNetId()
protected ResponseValues show500InternalServerError(String message)
protected ResponseValues showConfirmationPage(OrcidConfirmationState.Progress p, edu.cornell.mannlib.orcidclient.orcidmessage.OrcidMessage... messages)
protected ResponseValues showConfirmationPage()
Copyright © 2016. All rights reserved.