Class HttpSessionDestroyedEvent

  • All Implemented Interfaces:
    java.io.Serializable

    public class HttpSessionDestroyedEvent
    extends org.springframework.security.core.session.SessionDestroyedEvent
    Published by the HttpSessionEventPublisher when a HttpSession is removed from the container
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class java.util.EventObject

        source
    • Constructor Summary

      Constructors 
      Constructor Description
      HttpSessionDestroyedEvent​(javax.servlet.http.HttpSession session)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getId()  
      java.util.List<org.springframework.security.core.context.SecurityContext> getSecurityContexts()  
      javax.servlet.http.HttpSession getSession()  
      • Methods inherited from class org.springframework.context.ApplicationEvent

        getTimestamp
      • Methods inherited from class java.util.EventObject

        getSource, toString
      • Methods inherited from class java.lang.Object

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

      • HttpSessionDestroyedEvent

        public HttpSessionDestroyedEvent​(javax.servlet.http.HttpSession session)
    • Method Detail

      • getSession

        public javax.servlet.http.HttpSession getSession()
      • getSecurityContexts

        public java.util.List<org.springframework.security.core.context.SecurityContext> getSecurityContexts()
        Specified by:
        getSecurityContexts in class org.springframework.security.core.session.SessionDestroyedEvent
      • getId

        public java.lang.String getId()
        Specified by:
        getId in class org.springframework.security.core.session.SessionDestroyedEvent