Interface SessionInformationExpiredStrategy
-
- All Known Implementing Classes:
SimpleRedirectSessionInformationExpiredStrategy
public interface SessionInformationExpiredStrategy
Determines the behaviour of theConcurrentSessionFilter
when an expired session is detected in theConcurrentSessionFilter
.- Since:
- 4.2.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onExpiredSessionDetected(SessionInformationExpiredEvent event)
-
-
-
Method Detail
-
onExpiredSessionDetected
void onExpiredSessionDetected(SessionInformationExpiredEvent event) throws java.io.IOException, javax.servlet.ServletException
- Throws:
java.io.IOException
javax.servlet.ServletException
-
-