Class AuthenticationFilter

java.lang.Object
org.camunda.bpm.webapp.impl.security.auth.AuthenticationFilter
All Implemented Interfaces:
jakarta.servlet.Filter

public class AuthenticationFilter extends Object implements jakarta.servlet.Filter

Servlet Filter implementation responsible for populating the Authentications.getCurrent() thread-local (ie. binding the current set of authentications to the current thread so that it may easily be obtained by application parts not having access to the current session.

Author:
Daniel Meyer, nico.rehwaldt
  • Field Details

    • AUTH_CACHE_TTL_INIT_PARAM_NAME

      public static final String AUTH_CACHE_TTL_INIT_PARAM_NAME
      See Also:
    • cacheTimeToLive

      protected Long cacheTimeToLive
  • Constructor Details

    • AuthenticationFilter

      public AuthenticationFilter()
  • Method Details

    • init

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

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

      public void destroy()
      Specified by:
      destroy in interface jakarta.servlet.Filter
    • getCacheTimeToLive

      public Long getCacheTimeToLive()