All Classes and Interfaces

Class
Description
Base class for serializing and deserializing session objects.
Utility to verify non null fields.
Add this annotation to a @Configuration class to expose the SessionRepositoryFilter as a bean named "springSessionRepositoryFilter" and backed by Mongo.
Add this annotation to a @Configuration class to configure a MongoDB-based WebSessionManager for a WebFlux application.
AbstractMongoSessionConverter implementation using Jackson.
AbstractMongoSessionConverter implementation using standard Java serialization.
Configuration class registering MongoSessionRepository bean.
Session repository implementation which stores sessions in Mongo.
Deprecated.
since 2.2.0 in favor of MongoIndexedSessionRepository.
Session object providing additional information about the datetime of expiration.
Utility for MongoSession.
Deprecated.
since 2.2.0 in favor of ReactiveMongoSessionRepository.
A ReactiveSessionRepository implementation that uses Spring Data MongoDB.
Configure a ReactiveMongoSessionRepository using a provided ReactiveMongoOperations.