Interface StaleSessionSupport
- All Known Implementing Classes:
DefaultStaleSessionSupport
public interface StaleSessionSupport
Acts as a facade for connecting all components and returning ready to use
StaleSessionCheckingFilterChain.-
Method Summary
Modifier and TypeMethodDescriptiongetStaleSessionCheckingFilterChain(javax.servlet.FilterChain filterChain) Responsible for providingStaleSessionCheckingFilterChainwhich can be used to deal with the stale sessions.
-
Method Details
-
getStaleSessionCheckingFilterChain
StaleSessionCheckingFilterChain getStaleSessionCheckingFilterChain(javax.servlet.FilterChain filterChain) Responsible for providingStaleSessionCheckingFilterChainwhich can be used to deal with the stale sessions.- Parameters:
filterChain- originalFilterChain- Returns:
- a filter chain with stale session checking capability.
-