Package org.springframework.session.hazelcast
package org.springframework.session.hazelcast
-
ClassDescriptionA
SessionRepository
implementation that stores sessions in Hazelcast's distributedIMap
.ASerializer
implementation that handles the (de)serialization ofMapSession
stored onIMap
.HazelcastValueExtractor
responsible for extracting principal name from theMapSession
.HazelcastEntryProcessor
responsible for handling updates to session.