Class AuthenticationFilter
java.lang.Object
org.camunda.bpm.webapp.impl.security.auth.AuthenticationFilter
- All Implemented Interfaces:
 javax.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(javax.servlet.FilterConfig filterConfig) throws javax.servlet.ServletException - Specified by:
 initin interfacejavax.servlet.Filter- Throws:
 javax.servlet.ServletException
 - 
doFilter
public void doFilter(javax.servlet.ServletRequest request, javax.servlet.ServletResponse response, javax.servlet.FilterChain chain) throws IOException, javax.servlet.ServletException - Specified by:
 doFilterin interfacejavax.servlet.Filter- Throws:
 IOExceptionjavax.servlet.ServletException
 - 
destroy
public void destroy()- Specified by:
 destroyin interfacejavax.servlet.Filter
 - 
getCacheTimeToLive
 
 -