All Classes and Interfaces
Class
Description
Utility to generate a session id from a cookie value or builds a cookie value from session.
Resolves
Session
identifiers from cookies.Default session ID generator that uses
UUID
.Implementation that uses common HTTP headers to resolve the
Session
ID.Allows configuration of the session.
A
HttpServerFilter
that resolves the current user Session
if present and encodes the Session ID in
the response.Strategy interface for encoding
Session
IDs so they are represented in the response.Strategy interface for resolving
Session
IDs.Combines
HttpSessionIdResolver
and HttpSessionIdEncoder
.A
Session
that is help in-memory.Default implementation that stores sessions in-memory.
An interface representing a user session.
Binds an argument of type
Session
for controllers.Base configuration properties for session handling.
Fired when a session is created.
Fired when an
Session
is deleted.Fired when a session is destroyed.
Fired when a
Session
expires.Utility class with methods to create or retrieve a session associated to a request.
Strategy interface for generating
Session
IDs.Resolves the locale from a property in a session.
SessionLogElement LogElement.
Builder for SessionLogElement.
Settings for session configuration.
Interface for locating and saving sessions.
Used to bind value from a
Session
.Handles binding of the
SessionValue
annotation.Persists the session in the background on web socket events.