@WebServlet(name="RestrictLogins",
urlPatterns="/admin/restrictLogins")
public class RestrictLoginsController
extends FreemarkerHttpServlet
FreemarkerHttpServlet.TemplateVitroHttpServlet.PickListSorter| Modifier and Type | Field and Description |
|---|---|
static String |
MESSAGE_ALREADY_OPEN |
static String |
MESSAGE_ALREADY_RESTRICTED |
static String |
MESSAGE_NO_MESSAGE |
static String |
MESSAGE_OPENING |
static String |
MESSAGE_RESTRICTING |
static String |
PARAMETER_OPEN |
static String |
PARAMETER_RESTRICT |
BODY_TEMPLATE_TYPE, PAGE_TEMPLATE_TYPEHTML_MIMETYPE, JSON_LD_MIMETYPE, JSON_MIMETYPE, N3_MIMETYPE, publicDateFormat, RDFXML_MIMETYPE, TTL_MIMETYPE, XHTML_MIMETYPE| Constructor and Description |
|---|
RestrictLoginsController() |
| Modifier and Type | Method and Description |
|---|---|
protected ResponseValues |
processRequest(VitroRequest vreq) |
protected AuthorizationRequest |
requiredActions(VitroRequest vreq)
By default, a page requires authorization for no actions.
|
doException, doForward, doGet, doPost, doRdf, doRedirect, doResponse, doTemplate, getBeansWrapper, getDisplayModelMenu, getFreemarkerComponentsForJsp, getPageTemplateName, getPageTemplateValues, getThemeDir, getTitle, handleException, processTemplate, processTemplateToString, wrap, wrap, write, writePage, writeTemplate, writeTemplatedumpRequestParameters, isAuthorizedToDisplayPage, maximumMultipartFileSize, redirectToInsufficientAuthorizationPage, redirectToLoginPage, redirectUnauthorizedRequest, service, sortForPickList, stashFileSizeExceptiondoDelete, doHead, doOptions, doPut, doTrace, getLastModified, servicepublic static final String PARAMETER_RESTRICT
public static final String PARAMETER_OPEN
public static final String MESSAGE_NO_MESSAGE
public static final String MESSAGE_RESTRICTING
public static final String MESSAGE_OPENING
public static final String MESSAGE_ALREADY_RESTRICTED
public static final String MESSAGE_ALREADY_OPEN
protected AuthorizationRequest requiredActions(VitroRequest vreq)
FreemarkerHttpServletrequiredActions in class FreemarkerHttpServletprotected ResponseValues processRequest(VitroRequest vreq)
processRequest in class FreemarkerHttpServletCopyright © 2021. All rights reserved.