Class ServiceWorkerRootWebAppFilter

java.lang.Object
io.meeds.pwa.web.ServiceWorkerRootWebAppFilter
All Implemented Interfaces:
io.meeds.web.security.plugin.RootWebappFilterPlugin

@Service public class ServiceWorkerRootWebAppFilter extends Object implements io.meeds.web.security.plugin.RootWebappFilterPlugin
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    doFilter(jakarta.servlet.http.HttpServletRequest httpRequest, jakarta.servlet.http.HttpServletResponse httpResponse, jakarta.servlet.FilterChain chain)
     
    boolean
    matches(jakarta.servlet.http.HttpServletRequest httpRequest, jakarta.servlet.http.HttpServletResponse httpResponse)
     

    Methods inherited from class java.lang.Object

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

    • ServiceWorkerRootWebAppFilter

      public ServiceWorkerRootWebAppFilter()
  • Method Details

    • matches

      public boolean matches(jakarta.servlet.http.HttpServletRequest httpRequest, jakarta.servlet.http.HttpServletResponse httpResponse)
      Specified by:
      matches in interface io.meeds.web.security.plugin.RootWebappFilterPlugin
    • doFilter

      public void doFilter(jakarta.servlet.http.HttpServletRequest httpRequest, jakarta.servlet.http.HttpServletResponse httpResponse, jakarta.servlet.FilterChain chain) throws IOException, jakarta.servlet.ServletException
      Specified by:
      doFilter in interface io.meeds.web.security.plugin.RootWebappFilterPlugin
      Throws:
      IOException
      jakarta.servlet.ServletException