Class SrchCerts

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

    public class SrchCerts
    extends CMSServlet
    Search for certificates matching complex query filter
    Version:
    $Revision$, $Date$
    See Also:
    Serialized Form
    • Constructor Detail

      • SrchCerts

        public SrchCerts()
        Constructs query key servlet.
    • Method Detail

      • init

        public void init​(javax.servlet.ServletConfig sc)
                  throws javax.servlet.ServletException
        initialize the servlet. This servlet uses srchCert.template to render the response
        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
      • buildFilter

        public java.lang.String buildFilter​(javax.servlet.http.HttpServletRequest req)
      • process

        public void process​(CMSRequest cmsReq)
                     throws EBaseException
        Serves HTTP request. This format of this request is as follows: queryCert? [maxCount=] [queryFilter=] [revokeAll=]
        Overrides:
        process in class CMSServlet
        Throws:
        EBaseException - if the servlet was unable to satisfactorily process the request