ReactiveIndexOperations
to ensure indexes exist.MongoSession
that is capable of being persisted by this
ReactiveSessionRepository
.MongoSession
with the given MongoSession.getId()
or does nothing
if the MongoSession
is not found.@Configuration
class to expose the
SessionRepositoryFilter as a bean named "springSessionRepositoryFilter" and backed by
Mongo.@Configuration
class to configure a MongoDB-based WebSessionManager
for a
WebFlux application.PRINCIPAL_NAME_INDEX_NAME
.AbstractMongoSessionConverter
implementation using Jackson.AbstractMongoSessionConverter
implementation using standard Java serialization.MongoSessionRepository
bean.ReactiveMongoOperationsSessionRepository
using a provided ReactiveMongoOperations
.MongoSession
created by
ReactiveSessionRepository.createSession()
is saved.Copyright © 2014-2018–2019 Pivotal, Inc.. All rights reserved.