Uses of Interface
com.aspectran.core.component.session.SessionDataStore
-
Packages that use SessionDataStore Package Description com.aspectran.core.component.session Session Management Implementations -
-
Uses of SessionDataStore in com.aspectran.core.component.session
Classes in com.aspectran.core.component.session that implement SessionDataStore Modifier and Type Class Description classAbstractSessionDataStoreCreated: 2017.classFileSessionDataStoreA file-based store of session data.Fields in com.aspectran.core.component.session declared as SessionDataStore Modifier and Type Field Description protected SessionDataStoreAbstractSessionCache. sessionDataStoreMethods in com.aspectran.core.component.session that return SessionDataStore Modifier and Type Method Description SessionDataStoreAbstractSessionCache. getSessionDataStore()SessionDataStoreDefaultSessionManager. getSessionDataStore()SessionDataStoreSessionCache. getSessionDataStore()SessionDataStoreSessionManager. getSessionDataStore()Methods in com.aspectran.core.component.session with parameters of type SessionDataStore Modifier and Type Method Description voidAbstractSessionCache. setSessionDataStore(SessionDataStore sessionDataStore)voidDefaultSessionManager. setSessionDataStore(SessionDataStore sessionDataStore)voidSessionCache. setSessionDataStore(SessionDataStore sds)A SessionDataStore that is the authoritative source of session information.voidSessionManager. setSessionDataStore(SessionDataStore sessionDataStore)
-