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
SecurityContext instances which were associated with the destroyed session. |
javax.servlet.http.HttpSession |
getSession() |
getTimestamp
getSource, toString
public HttpSessionDestroyedEvent(javax.servlet.http.HttpSession session)
public javax.servlet.http.HttpSession getSession()
public List<SecurityContext> getSecurityContexts()
SessionDestroyedEvent
SecurityContext
instances which were associated with the destroyed session. Usually there
will be only one security context per session.getSecurityContexts
in class SessionDestroyedEvent
SecurityContext
instances which were stored in the current session (an empty list if there
are none).public String getId()
getId
in class SessionDestroyedEvent