Class ACLAdminServlet

java.lang.Object
jakarta.servlet.GenericServlet
jakarta.servlet.http.HttpServlet
com.netscape.cms.servlet.admin.AdminServlet
com.netscape.cms.servlet.admin.ACLAdminServlet
All Implemented Interfaces:
jakarta.servlet.Servlet, jakarta.servlet.ServletConfig, Serializable

public class ACLAdminServlet extends AdminServlet
Manage Access Control List configuration
Version:
$Revision$, $Date$
See Also:
  • Field Details

    • logger

      public static org.slf4j.Logger logger
  • Constructor Details

    • ACLAdminServlet

      public ACLAdminServlet()
  • Method Details

    • init

      public void init(jakarta.servlet.ServletConfig config) throws jakarta.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 jakarta.servlet.Servlet
      Overrides:
      init in class AdminServlet
      Parameters:
      config - servlet configuration, read from the web.xml file
      Throws:
      jakarta.servlet.ServletException
    • getServletInfo

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

      public void service(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse resp) throws jakarta.servlet.ServletException, 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:
      jakarta.servlet.ServletException
      IOException