| java.lang.Object | ||||
| ↳ | java.util.EventObject | |||
| ↳ | org.springframework.context.ApplicationEvent | |||
| ↳ | org.springframework.security.core.session.SessionDestroyedEvent | |||
| ↳ | org.springframework.security.web.session.HttpSessionDestroyedEvent | |||
Published by the HttpSessionEventPublisher when a HttpSession is created in the container
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.util.EventObject
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Provides the
SecurityContext instances which were associated with the destroyed session. | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.springframework.security.core.session.SessionDestroyedEvent
| |||||||||||
From class
org.springframework.context.ApplicationEvent
| |||||||||||
From class
java.util.EventObject
| |||||||||||
From class
java.lang.Object
| |||||||||||
Provides the SecurityContext instances which were associated with the destroyed session. Usually there
will be only one security context per session.
SecurityContext instances which were stored in the current session (an empty list if there
are none).