com.entrust.toolkit.util

Class HttpManagerServlet

    • Method Summary

      Methods 
      Modifier and Type Method and Description
      void doGet(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
      Call the doGet() method in HttpManagerServletEngine class.
      void doPost(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
      Call the doPost() method in HttpManagerServletEngine class.
      java.lang.String getServletInfo()
      Returns a short description of this servlet.
      void init(javax.servlet.ServletConfig config)
      Overrides the init method in the servlet superclass.
      • Methods inherited from class javax.servlet.http.HttpServlet

        doDelete, doOptions, doPut, doTrace, getLastModified, service, service
      • Methods inherited from class javax.servlet.GenericServlet

        destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, init, log, log
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • HttpManagerServlet

        public HttpManagerServlet()
    • Method Detail

      • init

        public void init(javax.servlet.ServletConfig config)
                  throws javax.servlet.ServletException
        Overrides the init method in the servlet superclass.

        Initializes the servlet by attempting a connection to the Registration Authority server and throws an exception if the connection cannot be established.

        Specified by:
        init in interface javax.servlet.Servlet
        Overrides:
        init in class javax.servlet.GenericServlet
        Parameters:
        config -
        Throws:
        javax.servlet.ServletException
      • getServletInfo

        public java.lang.String getServletInfo()
        Returns a short description of this servlet.
        Specified by:
        getServletInfo in interface javax.servlet.Servlet
        Overrides:
        getServletInfo in class javax.servlet.GenericServlet
      • doGet

        public void doGet(javax.servlet.http.HttpServletRequest req,
                 javax.servlet.http.HttpServletResponse res)
                   throws javax.servlet.ServletException,
                          java.io.IOException

        Call the doGet() method in HttpManagerServletEngine class.

        Overrides:
        doGet in class javax.servlet.http.HttpServlet
        Parameters:
        req -
        res -
        Throws:
        javax.servlet.ServletException
        java.io.IOException
        See Also:
        HttpManagerServletEngine.doGet(HttpServletRequest, HttpServletResponse)