Package com.aquima.web.sessionmanager
-
Interface Summary Interface Description IExternalSessionManager Extends the basic session manager with external session store specific methods. -
Class Summary Class Description AquimaSessionsMap This session manager implementation is a session scoped Spring bean.ExternalSessionManager AnIAquimaSessionsMap
implementation that storesIAquimaSession
instances in an externalIKeyValueStore
.NamespacedKeyValueStore AnIKeyValueStore
wrapper which causes all keys to be namespaced by prefixing them with an specified namespace string followed by the the colon character.SingleSessionManager Class to allow only one aquima session (per http session)