Class RefreshFilter

java.lang.Object
org.jenkinsci.plugins.RefreshFilter
All Implemented Interfaces:
javax.servlet.Filter

public class RefreshFilter extends Object implements javax.servlet.Filter
Filter to check the validity of the token
Author:
dev.lauer@elnarion.de
  • Constructor Summary

    Constructors
    Constructor
    Description
    Constructor
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
    doFilter(javax.servlet.ServletRequest req, javax.servlet.ServletResponse res, javax.servlet.FilterChain chain)
     
    void
    init(javax.servlet.FilterConfig filterConfig)
     
    boolean
    Returns whether the initialization method of this filter is already called.

    Methods inherited from class java.lang.Object

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

    • RefreshFilter

      public RefreshFilter()
      Constructor
  • Method Details

    • init

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

      public void doFilter(javax.servlet.ServletRequest req, javax.servlet.ServletResponse res, javax.servlet.FilterChain chain) throws IOException, javax.servlet.ServletException
      Specified by:
      doFilter in interface javax.servlet.Filter
      Throws:
      IOException
      javax.servlet.ServletException
    • destroy

      public void destroy()
      Specified by:
      destroy in interface javax.servlet.Filter
    • isInitCalled

      public boolean isInitCalled()
      Returns whether the initialization method of this filter is already called.
      Returns:
      true or false