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 Constructor Description UidlExpiredSessionStrategy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidonExpiredSessionDetected(org.springframework.security.web.session.SessionInformationExpiredEvent event)
-
-
-
Method Detail
-
onExpiredSessionDetected
public void onExpiredSessionDetected(org.springframework.security.web.session.SessionInformationExpiredEvent event) throws IOException, javax.servlet.ServletException- Specified by:
onExpiredSessionDetectedin interfaceorg.springframework.security.web.session.SessionInformationExpiredStrategy- Throws:
IOExceptionjavax.servlet.ServletException
-
-