Class ACLAdminServlet

  • All Implemented Interfaces:
    java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

    public class ACLAdminServlet
    extends AdminServlet
    Manage Access Control List configuration
    Version:
    $Revision$, $Date$
    See Also:
    Serialized Form
    • Constructor Detail

      • ACLAdminServlet

        public ACLAdminServlet()
    • Method Detail

      • init

        public void init​(javax.servlet.ServletConfig config)
                  throws javax.servlet.ServletException
        initialize the servlet.
        • http.param OP_TYPE = OP_SEARCH,
        • http.param OP_SCOPE - the scope of the request operation:
          • "impl" ACL implementations
          • "acls" ACL rules
          • "evaluatorTypes" ACL evaluators.
        Specified by:
        init in interface javax.servlet.Servlet
        Overrides:
        init in class AdminServlet
        Parameters:
        config - servlet configuration, read from the web.xml file
        Throws:
        javax.servlet.ServletException
      • getServletInfo

        public java.lang.String getServletInfo()
        Returns serlvet information.
        Specified by:
        getServletInfo in interface javax.servlet.Servlet
        Overrides:
        getServletInfo in class javax.servlet.GenericServlet
      • service

        public void service​(javax.servlet.http.HttpServletRequest req,
                            javax.servlet.http.HttpServletResponse resp)
                     throws javax.servlet.ServletException,
                            java.io.IOException
        Process the HTTP request.
        Overrides:
        service in class AdminServlet
        Parameters:
        req - the object holding the request information
        resp - the object holding the response information
        Throws:
        javax.servlet.ServletException
        java.io.IOException