public class HttpSessionDestroyedEvent extends SessionDestroyedEvent
HttpSessionEventPublisher when a HttpSession is created in the
 containersource| Constructor and Description | 
|---|
| HttpSessionDestroyedEvent(javax.servlet.http.HttpSession session) | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getId() | 
| List<SecurityContext> | getSecurityContexts()Provides the  SecurityContextinstances which were associated with the
 destroyed session. | 
| javax.servlet.http.HttpSession | getSession() | 
getTimestampgetSource, toStringpublic HttpSessionDestroyedEvent(javax.servlet.http.HttpSession session)
public javax.servlet.http.HttpSession getSession()
public List<SecurityContext> getSecurityContexts()
SessionDestroyedEventSecurityContext instances which were associated with the
 destroyed session. Usually there will be only one security context per session.getSecurityContexts in class SessionDestroyedEventSecurityContext instances which were stored in the current
 session (an empty list if there are none).public String getId()
getId in class SessionDestroyedEvent