All Classes and Interfaces

Class
Description
Base class for serializing and deserializing session objects.
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.
A ReactiveSessionRepository implementation that uses Spring Data MongoDB.
Configure a ReactiveMongoSessionRepository using a provided ReactiveMongoOperations.