Class AuthenticationFilter
java.lang.Object
org.camunda.bpm.webapp.impl.security.auth.AuthenticationFilter
- All Implemented Interfaces:
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
AUTH_CACHE_TTL_INIT_PARAM_NAME
- See Also:
-
cacheTimeToLive
-
-
Constructor Details
-
AuthenticationFilter
public AuthenticationFilter()
-
-
Method Details
-
init
public void init(jakarta.servlet.FilterConfig filterConfig) throws jakarta.servlet.ServletException - Specified by:
init
in interfacejakarta.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 interfacejakarta.servlet.Filter
- Throws:
IOException
jakarta.servlet.ServletException
-
destroy
public void destroy()- Specified by:
destroy
in interfacejakarta.servlet.Filter
-
getCacheTimeToLive
-