All Classes and Interfaces
Class
Description
Add this annotation to an
@Configuration
class to expose the
SessionRepositoryFilter
as a bean named springSessionRepositoryFilter
and backed by Hazelcast.Exposes the
SessionRepositoryFilter
as a bean named
springSessionRepositoryFilter
.A
SessionRepository
implementation that stores
sessions in Hazelcast's distributed IMap
.A
Serializer
implementation that handles the
(de)serialization of MapSession
stored on IMap
.Hazelcast
ValueExtractor
responsible for extracting principal name from the
MapSession
.Hazelcast
EntryProcessor
responsible for handling updates to session.Qualifier annotation for a
HazelcastInstance
to be injected in
HazelcastIndexedSessionRepository
.