Class RecoverBySerial

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

    public class RecoverBySerial
    extends CMSServlet
    A class representing a recoverBySerial servlet.
    Version:
    $Revision$, $Date$
    See Also:
    Serialized Form
    • Field Detail

      • logger

        public static org.slf4j.Logger logger
    • Constructor Detail

      • RecoverBySerial

        public RecoverBySerial()
        Constructs EA servlet.
    • Method Detail

      • init

        public void init​(javax.servlet.ServletConfig sc)
                  throws javax.servlet.ServletException
        Initializes the servlet.
        Specified by:
        init in interface javax.servlet.Servlet
        Overrides:
        init in class CMSServlet
        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
      • process

        public void process​(CMSRequest cmsReq)
                     throws EBaseException
        Serves HTTP request. The format of this request is as follows: recoverBySerial? [serialNumber=] [uid#=] [pwd#=] [localAgents=yes|null] [recoveryID=recoveryID] [pkcs12Password=] [pkcs12PasswordAgain=] [pkcs12Delivery=] [cert=]
        Overrides:
        process in class CMSServlet
        Throws:
        EBaseException - if the servlet was unable to satisfactorily process the request