Class CookieAuthFilter

Object
CookieAuthFilter
All Implemented Interfaces:
Filter

public class CookieAuthFilter extends Object implements Filter
  • Constructor Details

    • CookieAuthFilter

      public CookieAuthFilter()
  • Method Details

    • init

      public void init(FilterConfig filterConfig) throws ServletException
      Specified by:
      init in interface Filter
      Throws:
      ServletException
    • doFilter

      public void doFilter(ServletRequest request, ServletResponse response, FilterChain chain) throws IOException, ServletException
      Specified by:
      doFilter in interface Filter
      Throws:
      IOException
      ServletException
    • destroy

      public void destroy()
      Specified by:
      destroy in interface Filter