Class DirAuthServlet

java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
com.netscape.cms.servlet.base.CMSServlet
com.netscape.cms.servlet.cert.DirAuthServlet
All Implemented Interfaces:
Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class DirAuthServlet extends CMSServlet
'Face-to-face' certificate enrollment.
Version:
$Revision$, $Date$
See Also:
  • Constructor Details

    • DirAuthServlet

      public DirAuthServlet()
  • Method Details

    • init

      public void init(javax.servlet.ServletConfig sc) throws javax.servlet.ServletException
      initialize the servlet.
      Specified by:
      init in interface javax.servlet.Servlet
      Overrides:
      init in class CMSServlet
      Parameters:
      sc - servlet configuration, read from the web.xml file
      Throws:
      javax.servlet.ServletException
    • process

      protected void process(CMSRequest cmsReq) throws EBaseException
      Process the HTTP request. This servlet reads configuration information from the hashDirEnrollment configuration substore
      Overrides:
      process in class CMSServlet
      Parameters:
      cmsReq - the object holding the request and response information
      Throws:
      EBaseException - if the servlet was unable to satisfactorily process the request