public abstract class SessionDestroyedEvent extends ApplicationEvent
source| Constructor and Description |
|---|
SessionDestroyedEvent(Object source) |
| Modifier and Type | Method and Description |
|---|---|
abstract String |
getId() |
abstract List<SecurityContext> |
getSecurityContexts()
Provides the
SecurityContext instances which were associated with the
destroyed session. |
getTimestampgetSource, toStringpublic SessionDestroyedEvent(Object source)
public abstract List<SecurityContext> getSecurityContexts()
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).public abstract String getId()