Class HttpSessionListenerWithTimeout

  • All Implemented Interfaces:
    java.util.EventListener, javax.servlet.http.HttpSessionIdListener, javax.servlet.http.HttpSessionListener

    public class HttpSessionListenerWithTimeout
    extends org.springframework.security.web.session.HttpSessionEventPublisher
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void sessionCreated​(javax.servlet.http.HttpSessionEvent event)  
      • Methods inherited from class org.springframework.security.web.session.HttpSessionEventPublisher

        sessionDestroyed, sessionIdChanged
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • HttpSessionListenerWithTimeout

        public HttpSessionListenerWithTimeout()
    • Method Detail

      • sessionCreated

        public void sessionCreated​(javax.servlet.http.HttpSessionEvent event)
        Specified by:
        sessionCreated in interface javax.servlet.http.HttpSessionListener
        Overrides:
        sessionCreated in class org.springframework.security.web.session.HttpSessionEventPublisher