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 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Provides the
SecurityContext instances which were associated with the destroyed session. | |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
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).