org.josso.gateway.session.service.store.db |
|
Java Source File Name | Type | Comment |
DataSourceSessionStore.java | Class | A DB session store that uses a DataSource to obtain connections to the DB server. |
DbSessionStore.java | Class | An abstraction of a SessionStore backed by a database.
Additional component properties include:
- sizeQuery = The SQL Query used to add a new session to the store.
- keysQuery = The SQL Query used to retrieve all session ids.
|
JdbcSessionStore.java | Class | This DB Session store obtains DB connections directly from the JDBC Driver. |