Interface | Description |
---|---|
Session |
An interface representing a user session.
|
SessionIdGenerator |
Strategy interface for generating
Session IDs. |
SessionSettings |
Settings for session configuration.
|
SessionStore<S extends Session> |
Interface for locating and saving sessions.
|
Class | Description |
---|---|
DefaultSessionIdGenerator |
Default session ID generator that uses
UUID . |
InMemorySession |
A
Session that is help in-memory. |
InMemorySessionStore |
Default implementation that stores sessions in-memory.
|
SessionConfiguration |
Base configuration properties for session handling.
|