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:
  • Constructor Details

    • JmixSessionCreatedEvent

      public JmixSessionCreatedEvent(S session)
  • Method Details

    • getSession

      public S getSession()