Package org.springframework.session.data.gemfire.expiration.config
package org.springframework.session.data.gemfire.expiration.config
-
ClassDescriptionThe
FixedDurationExpirationSessionRepositoryBeanPostProcessor
class wraps an existing, data store specific, instance ofSessionRepository
in an instance ofFixedDurationExpirationSessionRepository
initialized with a providedDuration
for the expiration timeout to implement lazy, fixedDuration
expiration on allSessions
.TheSessionExpirationTimeoutAware
interface is a configuration callback interface allowing implementors to receive a callback with the configuredSession
expiration timeout
as set on theEnableGemFireHttpSession
annotation,EnableGemFireHttpSession.maxInactiveIntervalInSeconds()
attribute.TheSessionExpirationTimeoutAwareBeanPostProcessor
class is a SpringBeanPostProcessor
handling the post processing of all Spring beans defined in the Spring container implementing theSessionExpirationTimeoutAware
interface.