Package com.vaadin.sso.starter
Class UidlExpiredSessionStrategy
java.lang.Object
com.vaadin.sso.starter.UidlExpiredSessionStrategy
- All Implemented Interfaces:
org.springframework.security.web.session.SessionInformationExpiredStrategy
public class UidlExpiredSessionStrategy
extends Object
implements org.springframework.security.web.session.SessionInformationExpiredStrategy
A strategy to handle expired sessions which is aware of UIDL requests.
- Since:
- 1.0
- Author:
- Vaadin Ltd
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonExpiredSessionDetected(org.springframework.security.web.session.SessionInformationExpiredEvent event)
-
Constructor Details
-
UidlExpiredSessionStrategy
public UidlExpiredSessionStrategy()
-
-
Method Details
-
onExpiredSessionDetected
public void onExpiredSessionDetected(org.springframework.security.web.session.SessionInformationExpiredEvent event) throws IOException, jakarta.servlet.ServletException - Specified by:
onExpiredSessionDetectedin interfaceorg.springframework.security.web.session.SessionInformationExpiredStrategy- Throws:
IOExceptionjakarta.servlet.ServletException
-