Class | Description |
---|---|
AbstractMongoSessionConverter |
Base class for serializing and deserializing session objects.
|
Assert | |
JacksonMongoSessionConverter |
AbstractMongoSessionConverter implementation using Jackson. |
JdkMongoSessionConverter |
AbstractMongoSessionConverter implementation using standard Java serialization. |
MongoIndexedSessionRepository |
Session repository implementation which stores sessions in Mongo.
|
MongoOperationsSessionRepository | Deprecated
since 2.2.0 in favor of
MongoIndexedSessionRepository . |
MongoSession |
Session object providing additional information about the datetime of expiration.
|
MongoSessionUtils | |
ReactiveMongoOperationsSessionRepository | Deprecated
since 2.2.0 in favor of
ReactiveMongoSessionRepository . |
ReactiveMongoSessionRepository |
A
ReactiveSessionRepository implementation that uses Spring Data MongoDB. |
Copyright © 2014–2021 Pivotal, Inc.. All rights reserved.