Interface | Description |
---|---|
SessionService |
Service providing access and management of
SessionData . |
Class | Description |
---|---|
AbstractSessionService |
Abstract implemnetation for methods that don't persist or retrieve values directly.
|
MongoSessionService |
Mongo implementation of service providing access and management of
SessionData . |
PersistedSessionData |
Default session data associated with a session.
|
SessionData |
Data used to manage and track user scenarios
TODO: https://jira.springsource.org/browse/DATAMONGO-392
Make data data serializable once Spring can deserialize what it writes.
|
Copyright © 2014. All rights reserved.