org.mycore.services.acl
Class MCRACLEditorServlet_v2
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.mycore.frontend.servlets.MCRServlet
org.mycore.services.acl.MCRACLEditorServlet_v2
- All Implemented Interfaces:
- Serializable, Servlet, ServletConfig
public class MCRACLEditorServlet_v2
- extends MCRServlet
- See Also:
- Serialized Form
| Methods inherited from class org.mycore.frontend.servlets.MCRServlet |
buildRedirectURL, doGet, doGet, doPost, doPost, generateActiveLinkErrorpage, generateErrorPage, getBaseURL, getLastModified, getLayoutService, getProperty, getRemoteAddr, getServletBaseURL, getSession, handleException, initTrustedProxies, render, reportException, think |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LOGINSERVLET_URL
protected static final String LOGINSERVLET_URL
- See Also:
- Constant Field Values
MCRACLEditorServlet_v2
public MCRACLEditorServlet_v2()
init
public void init()
throws MCRConfigurationException,
ServletException
- Overrides:
init in class MCRServlet
- Throws:
MCRConfigurationException
ServletException
doGetPost
public void doGetPost(MCRServletJob job)
throws Exception
- Description copied from class:
MCRServlet
- This method should be overwritten by other servlets. As a default
response we indicate the HTTP 1.1 status code 501 (Not Implemented).
- Overrides:
doGetPost in class MCRServlet
- Throws:
Exception
verifyAccess
public void verifyAccess(MCRServletJob job)
throws IOException
- Throws:
IOException