Class TokenKeyRecoveryServlet

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

    public class TokenKeyRecoveryServlet
    extends CMSServlet
    TokenKeyRecoveryServlet handles "key recovery service" requests from the netkey TPS
    Version:
    $Revision$, $Date$
    Author:
    Christina Fu (cfu)
    See Also:
    Serialized Form
    • Field Detail

      • logger

        public static org.slf4j.Logger logger
      • mConfig

        protected javax.servlet.ServletConfig mConfig
      • ERROR

        public static int ERROR
    • Constructor Detail

      • TokenKeyRecoveryServlet

        public TokenKeyRecoveryServlet()
        Constructs TokenKeyRecovery servlet.
    • Method Detail

      • init

        public void init​(javax.servlet.ServletConfig config)
                  throws javax.servlet.ServletException
        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
        Returns:
        name of this servlet
      • URLdecode

        protected java.lang.String URLdecode​(java.lang.String s)
        Process the HTTP request.
        Parameters:
        s - The URL to decode
      • process

        public void process​(CMSRequest cmsReq)
                     throws EBaseException
        Description copied from class: CMSServlet
        process an HTTP request. Servlets must override this with their own implementation
        Overrides:
        process in class CMSServlet
        Throws:
        EBaseException - if the servlet was unable to satisfactorily process the request