org.springframework.security.core.session.SessionInformation
SessionInformation
class.See: Description
Interface | Description |
---|---|
SessionIdentifierAware | Deprecated
Legacy of former concurrency control implementation.
|
SessionRegistry |
Maintains a registry of
SessionInformation instances. |
Class | Description |
---|---|
SessionCreationEvent |
Generic session creation event which indicates that a session (potentially
represented by a security context) has begun.
|
SessionDestroyedEvent |
Generic "session termination" event which indicates that a session (potentially
represented by a security context) has ended.
|
SessionInformation |
Represents a record of a session within the Spring Security framework.
|
SessionRegistryImpl |
Default implementation of
SessionRegistry
which listens for SessionDestroyedEvent s
published in the Spring application context. |
org.springframework.security.core.session.SessionInformation
SessionInformation
class. The SessionRegistry
is a core part of the web-based concurrent session control, but the code is not dependent on any of the servlet APIs.