public class HttpSessionDestroyedEvent extends SessionDestroyedEvent
HttpSessionEventPublisher
when a HttpSession is created in the
containerConstructor and Description |
---|
HttpSessionDestroyedEvent(javax.servlet.http.HttpSession session) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getId() |
java.util.List<SecurityContext> |
getSecurityContexts()
Provides the
SecurityContext instances which were associated with the
destroyed session. |
javax.servlet.http.HttpSession |
getSession() |
public HttpSessionDestroyedEvent(javax.servlet.http.HttpSession session)
public javax.servlet.http.HttpSession getSession()
public java.util.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 java.lang.String getId()
getId
in class SessionDestroyedEvent