Class HawtioQuakusLoginServlet

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

    public class HawtioQuakusLoginServlet
    extends io.hawt.web.auth.LoginServlet
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class io.hawt.web.auth.LoginServlet

        authConfiguration, timeout
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void doPost​(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)  
      void init()  
      • Methods inherited from class io.hawt.web.auth.LoginServlet

        doGet, setRedirector
      • Methods inherited from class javax.servlet.http.HttpServlet

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

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

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

      • HawtioQuakusLoginServlet

        public HawtioQuakusLoginServlet()
    • Method Detail

      • init

        public void init()
        Overrides:
        init in class io.hawt.web.auth.LoginServlet
      • doPost

        protected void doPost​(javax.servlet.http.HttpServletRequest request,
                              javax.servlet.http.HttpServletResponse response)
                       throws java.io.IOException
        Overrides:
        doPost in class io.hawt.web.auth.LoginServlet
        Throws:
        java.io.IOException