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 Details

    • UidlExpiredSessionStrategy

      public UidlExpiredSessionStrategy()
  • Method Details

    • onExpiredSessionDetected

      public void onExpiredSessionDetected(org.springframework.security.web.session.SessionInformationExpiredEvent event) throws IOException, jakarta.servlet.ServletException
      Specified by:
      onExpiredSessionDetected in interface org.springframework.security.web.session.SessionInformationExpiredStrategy
      Throws:
      IOException
      jakarta.servlet.ServletException