public abstract class OrcidAbstractHandler extends Object
| Modifier and Type | Field and Description |
|---|---|
protected edu.cornell.mannlib.orcidclient.auth.AuthorizationManager |
auth |
protected edu.cornell.mannlib.vitro.webapp.beans.UserAccount |
currentUser |
protected edu.cornell.mannlib.orcidclient.actions.ActionManager |
manager |
protected edu.cornell.mannlib.orcidclient.context.OrcidClientContext |
occ |
protected edu.cornell.mannlib.vivo.orcid.controller.OrcidConfirmationState |
state |
protected edu.cornell.mannlib.vitro.webapp.controller.VitroRequest |
vreq |
| Modifier | Constructor and Description |
|---|---|
protected |
OrcidAbstractHandler(edu.cornell.mannlib.vitro.webapp.controller.VitroRequest vreq) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
cornellNetId() |
protected edu.cornell.mannlib.vitro.webapp.beans.Individual |
findIndividual() |
protected void |
recordConfirmation() |
static void |
setAPiLevelPublic() |
protected edu.cornell.mannlib.vitro.webapp.controller.freemarker.responsevalues.ResponseValues |
show500InternalServerError(String message) |
protected edu.cornell.mannlib.vitro.webapp.controller.freemarker.responsevalues.ResponseValues |
showConfirmationPage() |
protected edu.cornell.mannlib.vitro.webapp.controller.freemarker.responsevalues.ResponseValues |
showConfirmationPage(OrcidConfirmationState.Progress p,
edu.cornell.mannlib.orcidclient.model.OrcidProfile... profiles) |
protected final edu.cornell.mannlib.vitro.webapp.controller.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.orcidclient.actions.ActionManager manager
protected final edu.cornell.mannlib.vivo.orcid.controller.OrcidConfirmationState state
protected final edu.cornell.mannlib.vitro.webapp.beans.UserAccount currentUser
protected OrcidAbstractHandler(edu.cornell.mannlib.vitro.webapp.controller.VitroRequest vreq)
protected edu.cornell.mannlib.vitro.webapp.beans.Individual findIndividual()
protected void recordConfirmation()
protected String cornellNetId()
protected edu.cornell.mannlib.vitro.webapp.controller.freemarker.responsevalues.ResponseValues show500InternalServerError(String message)
protected edu.cornell.mannlib.vitro.webapp.controller.freemarker.responsevalues.ResponseValues showConfirmationPage(OrcidConfirmationState.Progress p, edu.cornell.mannlib.orcidclient.model.OrcidProfile... profiles)
protected edu.cornell.mannlib.vitro.webapp.controller.freemarker.responsevalues.ResponseValues showConfirmationPage()
public static void setAPiLevelPublic()
Copyright © 2022. All rights reserved.