Class SameSiteCookieHeaderFilterTest.TestRedirectServlet
java.lang.Object
net.shibboleth.shared.spring.servlet.impl.SameSiteCookieHeaderFilterTest.TestRedirectServlet
- All Implemented Interfaces:
Servlet
- Enclosing class:
- SameSiteCookieHeaderFilterTest
Servlet that initiates a redirect on the response.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddestroy()voidinit(ServletConfig config) voidservice(ServletRequest req, ServletResponse res)
-
Constructor Details
-
TestRedirectServlet
public TestRedirectServlet()
-
-
Method Details
-
service
- Specified by:
servicein interfaceServlet- Throws:
ServletExceptionIOException
-
init
- Specified by:
initin interfaceServlet- Throws:
ServletException
-
getServletConfig
- Specified by:
getServletConfigin interfaceServlet
-
getServletInfo
- Specified by:
getServletInfoin interfaceServlet
-
destroy
public void destroy()
-