Class HttpSessionDestroyedEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.springframework.security.core.session.AbstractSessionEvent
org.springframework.security.core.session.SessionDestroyedEvent
org.springframework.security.web.session.HttpSessionDestroyedEvent
- All Implemented Interfaces:
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:
-
Field Summary
Fields inherited from class java.util.EventObject
source -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.springframework.context.ApplicationEvent
getTimestampMethods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
HttpSessionDestroyedEvent
public HttpSessionDestroyedEvent(jakarta.servlet.http.HttpSession session)
-
-
Method Details
-
getSession
public jakarta.servlet.http.HttpSession getSession() -
getSecurityContexts
- Specified by:
getSecurityContextsin classorg.springframework.security.core.session.SessionDestroyedEvent
-
getId
- Specified by:
getIdin classorg.springframework.security.core.session.SessionDestroyedEvent
-