Package io.hawt.quarkus.servlets
Class HawtioQuakusLogoutServlet
- java.lang.Object
-
- javax.servlet.GenericServlet
-
- javax.servlet.http.HttpServlet
-
- io.hawt.web.auth.LogoutServlet
-
- io.hawt.quarkus.servlets.HawtioQuakusLogoutServlet
-
- All Implemented Interfaces:
java.io.Serializable,javax.servlet.Servlet,javax.servlet.ServletConfig
public class HawtioQuakusLogoutServlet extends io.hawt.web.auth.LogoutServlet- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HawtioQuakusLogoutServlet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddoGet(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)voidinit()-
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, service
-
-
-
-
Method Detail
-
init
public void init()
- Overrides:
initin classio.hawt.web.auth.LogoutServlet
-
doGet
protected void doGet(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, java.io.IOException- Overrides:
doGetin classio.hawt.web.auth.LogoutServlet- Throws:
javax.servlet.ServletExceptionjava.io.IOException
-
-