Interface StaleSessionSupport
-
- All Known Implementing Classes:
DefaultStaleSessionSupport
public interface StaleSessionSupportActs as a facade for connecting all components and returning ready to useStaleSessionCheckingFilterChain.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StaleSessionCheckingFilterChaingetStaleSessionCheckingFilterChain(javax.servlet.FilterChain filterChain)Responsible for providingStaleSessionCheckingFilterChainwhich can be used to deal with the stale sessions.
-
-
-
Method Detail
-
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.
-
-