Class DefaultStaleSessionSupport
java.lang.Object
de.hybris.platform.servicelayer.web.session.stale.impl.DefaultStaleSessionSupport
- All Implemented Interfaces:
StaleSessionSupport
-
Constructor Summary
ConstructorsConstructorDescriptionDefaultStaleSessionSupport(StaleSessionStrategy staleSessionStrategy, StaleSessionDetector staleSessionDetector, StaleSessionConfig staleSessionConfig) -
Method Summary
Modifier and TypeMethodDescriptiongetStaleSessionCheckingFilterChain(javax.servlet.FilterChain filterChain) Responsible for providingStaleSessionCheckingFilterChainwhich can be used to deal with the stale sessions.
-
Constructor Details
-
DefaultStaleSessionSupport
public DefaultStaleSessionSupport(StaleSessionStrategy staleSessionStrategy, StaleSessionDetector staleSessionDetector, StaleSessionConfig staleSessionConfig)
-
-
Method Details
-
getStaleSessionCheckingFilterChain
public StaleSessionCheckingFilterChain getStaleSessionCheckingFilterChain(javax.servlet.FilterChain filterChain) Description copied from interface:StaleSessionSupportResponsible for providingStaleSessionCheckingFilterChainwhich can be used to deal with the stale sessions.- Specified by:
getStaleSessionCheckingFilterChainin interfaceStaleSessionSupport- Parameters:
filterChain- originalFilterChain- Returns:
- a filter chain with stale session checking capability.
-