Package org.springframework.security.core.session
package org.springframework.security.core.session
Session abstraction which is provided by the
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.-
ClassDescriptionAbstract superclass for all session related events.Provides an in-memory implementation of
ReactiveSessionRegistry
.Maintains a registry ofReactiveSessionInformation
instances.Generic session creation event which indicates that a session (potentially represented by a security context) has begun.Generic "session termination" event which indicates that a session (potentially represented by a security context) has ended.Generic "session ID changed" event which indicates that a session identifier (potentially represented by a security context) has changed.Represents a record of a session within the Spring Security framework.Maintains a registry ofSessionInformation
instances.Default implementation ofSessionRegistry
which listens forSessionDestroyedEvent
s published in the Spring application context.