Class ConfirmRecoverBySerial

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

    public class ConfirmRecoverBySerial
    extends CMSServlet
    A class representing a recoverKey servlet. This servlet shows key information and presents a list of text boxes so that recovery agents can type in their identifiers and passwords.
    Version:
    $Revision$, $Date$
    See Also:
    Serialized Form
    • Constructor Detail

      • ConfirmRecoverBySerial

        public ConfirmRecoverBySerial()
        Constructs ConfirmRecoverBySerial 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: confirmRecoverBySerial? [serialNumber=]
        Overrides:
        process in class CMSServlet
        Throws:
        EBaseException - if the servlet was unable to satisfactorily process the request