Interface | Description |
---|---|
FindByIndexNameSessionRepository<S extends Session> |
Extends a basic
SessionRepository to allow finding a session id by the
principal name. |
ReactiveSessionRepository<S extends Session> |
A repository interface for managing
Session instances. |
Session |
Provides a way to identify a user in an agnostic way.
|
SessionRepository<S extends Session> |
A repository interface for managing
Session instances. |
Class | Description |
---|---|
MapSession |
A
Session implementation that is backed by a Map . |
MapSessionRepository | |
ReactiveMapSessionRepository |