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

    • JmixSessionDestroyedEvent

      public JmixSessionDestroyedEvent(S source)
  • Method Details

    • getSession

      public S getSession()
    • getSecurityContexts

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

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