Package io.jmix.sessions.events
Class JmixSessionCreatedEvent<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.SessionCreationEvent
io.jmix.sessions.events.JmixSessionCreatedEvent<S>
- All Implemented Interfaces:
Serializable
public class JmixSessionCreatedEvent<S extends org.springframework.session.Session>
extends org.springframework.security.core.session.SessionCreationEvent
Published by the
SessionRepositoryWrapper
when an Session
is
created by the Spring session repository- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
-
Method Summary
Methods inherited from class org.springframework.context.ApplicationEvent
getTimestamp
Methods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
JmixSessionCreatedEvent
-
-
Method Details
-
getSession
-