Class 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 Detail

      • UidlExpiredSessionStrategy

        public UidlExpiredSessionStrategy()
    • Method Detail

      • onExpiredSessionDetected

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