Package com.aquima.web.sessionmanager


package com.aquima.web.sessionmanager
  • Class
    Description
    This session manager implementation is a session scoped Spring bean.
    An IAquimaSessionsMap implementation that stores IAquimaSession instances in an external IKeyValueStore.
    Extends the basic session manager with external session store specific methods.
    An IKeyValueStore wrapper which causes all keys to be namespaced by prefixing them with an specified namespace string followed by the the colon character.
    This SessionClosed listener is responsible for closing HttpSessions when the PortalSession is closed.
    Class to allow only one aquima session (per http session)
    Service that stores the current TaskExecutionDetails.
    This task session listener is responsible for handling task action for specific session events.