Package org.eclipse.jetty.session
Class JDBCSessionDataStoreFactory
java.lang.Object
org.eclipse.jetty.session.AbstractSessionDataStoreFactory
org.eclipse.jetty.session.JDBCSessionDataStoreFactory
- All Implemented Interfaces:
SessionDataStoreFactory
JDBCSessionDataStoreFactory
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetSessionDataStore
(SessionManager manager) void
setDatabaseAdaptor
(DatabaseAdaptor adaptor) Set theDatabaseAdaptor
to set.void
Set theJDBCSessionDataStoreFactory
to set.Methods inherited from class org.eclipse.jetty.session.AbstractSessionDataStoreFactory
getGracePeriodSec, getSavePeriodSec, setGracePeriodSec, setSavePeriodSec
-
Constructor Details
-
JDBCSessionDataStoreFactory
public JDBCSessionDataStoreFactory()
-
-
Method Details
-
getSessionDataStore
-
setDatabaseAdaptor
Set theDatabaseAdaptor
to set.- Parameters:
adaptor
- theDatabaseAdaptor
to set
-
setSessionTableSchema
Set theJDBCSessionDataStoreFactory
to set.- Parameters:
schema
- theJDBCSessionDataStoreFactory
to set
-