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