Uses of Class
edu.cornell.mannlib.vitro.webapp.controller.api.VitroApiServlet.AuthException
-
Packages that use VitroApiServlet.AuthException Package Description edu.cornell.mannlib.vitro.webapp.controller.api -
-
Uses of VitroApiServlet.AuthException in edu.cornell.mannlib.vitro.webapp.controller.api
Methods in edu.cornell.mannlib.vitro.webapp.controller.api that throw VitroApiServlet.AuthException Modifier and Type Method Description protected voidVitroApiServlet. confirmAuthorization(javax.servlet.http.HttpServletRequest req, AuthorizationRequest requiredActions)If they have not provided an email/password combo that will authorize them for this action, throw an AuthException.
-