Skip navigation links
C D E F G H I O P S V 

C

close() - Method in class org.springframework.session.hazelcast.HazelcastSessionRepository
 
createSession() - Method in class org.springframework.session.hazelcast.HazelcastSessionRepository
 

D

DEFAULT_SESSION_MAP_NAME - Static variable in class org.springframework.session.hazelcast.HazelcastSessionRepository
The default name of map used by Spring Session to store sessions.
deleteById(String) - Method in class org.springframework.session.hazelcast.HazelcastSessionRepository
 

E

EnableHazelcastHttpSession - Annotation Type in org.springframework.session.hazelcast.config.annotation.web.http
Add this annotation to an @Configuration class to expose the SessionRepositoryFilter as a bean named springSessionRepositoryFilter and backed by Hazelcast.
entryAdded(EntryEvent<String, MapSession>) - Method in class org.springframework.session.hazelcast.HazelcastSessionRepository
 
entryEvicted(EntryEvent<String, MapSession>) - Method in class org.springframework.session.hazelcast.HazelcastSessionRepository
 
entryRemoved(EntryEvent<String, MapSession>) - Method in class org.springframework.session.hazelcast.HazelcastSessionRepository
 
extract(MapSession, String, ValueCollector) - Method in class org.springframework.session.hazelcast.PrincipalNameExtractor
 

F

findById(String) - Method in class org.springframework.session.hazelcast.HazelcastSessionRepository
 
findByIndexNameAndIndexValue(String, String) - Method in class org.springframework.session.hazelcast.HazelcastSessionRepository
 

G

getExecutorName() - Method in class org.springframework.session.hazelcast.SessionUpdateEntryProcessor
 

H

HazelcastFlushMode - Enum in org.springframework.session.hazelcast
Specifies when to write to the backing Hazelcast instance.
HazelcastHttpSessionConfiguration - Class in org.springframework.session.hazelcast.config.annotation.web.http
Exposes the SessionRepositoryFilter as a bean named springSessionRepositoryFilter.
HazelcastHttpSessionConfiguration() - Constructor for class org.springframework.session.hazelcast.config.annotation.web.http.HazelcastHttpSessionConfiguration
 
HazelcastSessionRepository - Class in org.springframework.session.hazelcast
A SessionRepository implementation that stores sessions in Hazelcast's distributed IMap.
HazelcastSessionRepository(HazelcastInstance) - Constructor for class org.springframework.session.hazelcast.HazelcastSessionRepository
 

I

init() - Method in class org.springframework.session.hazelcast.HazelcastSessionRepository
 

O

org.springframework.session.hazelcast - package org.springframework.session.hazelcast
 
org.springframework.session.hazelcast.config.annotation - package org.springframework.session.hazelcast.config.annotation
 
org.springframework.session.hazelcast.config.annotation.web.http - package org.springframework.session.hazelcast.config.annotation.web.http
 

P

PRINCIPAL_NAME_ATTRIBUTE - Static variable in class org.springframework.session.hazelcast.HazelcastSessionRepository
The principal name custom attribute name.
PrincipalNameExtractor - Class in org.springframework.session.hazelcast
Hazelcast ValueExtractor responsible for extracting principal name from the MapSession.
PrincipalNameExtractor() - Constructor for class org.springframework.session.hazelcast.PrincipalNameExtractor
 
process(Map.Entry<String, MapSession>) - Method in class org.springframework.session.hazelcast.SessionUpdateEntryProcessor
 

S

save(HazelcastSessionRepository.HazelcastSession) - Method in class org.springframework.session.hazelcast.HazelcastSessionRepository
 
sessionRepository() - Method in class org.springframework.session.hazelcast.config.annotation.web.http.HazelcastHttpSessionConfiguration
 
SessionUpdateEntryProcessor - Class in org.springframework.session.hazelcast
Hazelcast EntryProcessor responsible for handling updates to session.
SessionUpdateEntryProcessor() - Constructor for class org.springframework.session.hazelcast.SessionUpdateEntryProcessor
 
setApplicationEventPublisher(ApplicationEventPublisher) - Method in class org.springframework.session.hazelcast.config.annotation.web.http.HazelcastHttpSessionConfiguration
 
setApplicationEventPublisher(ApplicationEventPublisher) - Method in class org.springframework.session.hazelcast.HazelcastSessionRepository
Sets the ApplicationEventPublisher that is used to publish session events.
setDefaultMaxInactiveInterval(Integer) - Method in class org.springframework.session.hazelcast.HazelcastSessionRepository
Set the maximum inactive interval in seconds between requests before newly created sessions will be invalidated.
setHazelcastFlushMode(HazelcastFlushMode) - Method in class org.springframework.session.hazelcast.config.annotation.web.http.HazelcastHttpSessionConfiguration
 
setHazelcastFlushMode(HazelcastFlushMode) - Method in class org.springframework.session.hazelcast.HazelcastSessionRepository
Sets the Hazelcast flush mode.
setHazelcastInstance(ObjectProvider<HazelcastInstance>, ObjectProvider<HazelcastInstance>) - Method in class org.springframework.session.hazelcast.config.annotation.web.http.HazelcastHttpSessionConfiguration
 
setImportMetadata(AnnotationMetadata) - Method in class org.springframework.session.hazelcast.config.annotation.web.http.HazelcastHttpSessionConfiguration
 
setMaxInactiveIntervalInSeconds(int) - Method in class org.springframework.session.hazelcast.config.annotation.web.http.HazelcastHttpSessionConfiguration
 
setSessionMapName(String) - Method in class org.springframework.session.hazelcast.config.annotation.web.http.HazelcastHttpSessionConfiguration
 
setSessionMapName(String) - Method in class org.springframework.session.hazelcast.HazelcastSessionRepository
Set the name of map used to store sessions.
SpringSessionHazelcastInstance - Annotation Type in org.springframework.session.hazelcast.config.annotation
Qualifier annotation for a HazelcastInstance to be injected in HazelcastSessionRepository.

V

valueOf(String) - Static method in enum org.springframework.session.hazelcast.HazelcastFlushMode
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.springframework.session.hazelcast.HazelcastFlushMode
Returns an array containing the constants of this enum type, in the order they are declared.
C D E F G H I O P S V 
Skip navigation links