Interface | Description |
---|---|
SessionExpirationTimeoutAware |
The
SessionExpirationTimeoutAware interface is a configuration callback interface allowing implementors
to receive a callback with the configured Session expiration timeout as set on the
EnableGemFireHttpSession annotation, EnableGemFireHttpSession.maxInactiveIntervalInSeconds()
attribute. |
Class | Description |
---|---|
FixedDurationExpirationSessionRepositoryBeanPostProcessor |
The
FixedDurationExpirationSessionRepositoryBeanPostProcessor class wraps an existing, data store specific,
instance of SessionRepository in an instance of FixedDurationExpirationSessionRepository initialized
with a provided Duration for the expiration timeout to implement lazy, fixed Duration expiration
on all Sessions . |
SessionExpirationTimeoutAwareBeanPostProcessor |
The
SessionExpirationTimeoutAwareBeanPostProcessor class is a Spring BeanPostProcessor handling
the post processing of all Spring beans defined in the Spring container implementing
the SessionExpirationTimeoutAware interface. |