Package io.jmix.sessions.events
Class JmixSessionDestroyedEvent<S extends org.springframework.session.Session>
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.springframework.security.core.session.AbstractSessionEvent
org.springframework.security.core.session.SessionDestroyedEvent
io.jmix.sessions.events.JmixSessionDestroyedEvent<S>
- All Implemented Interfaces:
 Serializable
public final class JmixSessionDestroyedEvent<S extends org.springframework.session.Session>
extends org.springframework.security.core.session.SessionDestroyedEvent
Published by the 
SessionRepositoryWrapper before a Session
 destroyed by the Spring session repository- 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
- 
JmixSessionDestroyedEvent
 
 - 
 - 
Method Details
- 
getSession
 - 
getSecurityContexts
- Specified by:
 getSecurityContextsin classorg.springframework.security.core.session.SessionDestroyedEvent
 - 
getId
- Specified by:
 getIdin classorg.springframework.security.core.session.SessionDestroyedEvent
 
 -