Skip navigation links
com.entrust.toolkit.util

Class HttpManagerServlet

    • Method Summary

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

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

        destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletName, 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(jakarta.servlet.ServletConfig config)
                  throws jakarta.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 jakarta.servlet.Servlet
        Overrides:
        init in class jakarta.servlet.GenericServlet
        Parameters:
        config -
        Throws:
        jakarta.servlet.ServletException
      • getServletInfo

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

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

        Call the doGet() method in HttpManagerServletEngine class.

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