| Interface | Description | 
|---|---|
| TokenTableFactory | Interface describing a factory for JDBC to create the table containing tracking token entries. | 
| Class | Description | 
|---|---|
| GenericTokenTableFactory | Jdbc token entry table factory compatible with most databases. | 
| JdbcTokenStore | Implementation of a token store that uses JDBC to save and load tokens. | 
| Oracle11TokenTableFactory | Jdbc token entry table factory for Oracle databases. | 
| PostgresTokenTableFactory | Jdbc token entry table factory for Postgres databases. | 
| TokenSchema | Schema of an token entry to be stored using Jdbc. | 
| TokenSchema.Builder | Builder for an  TokenSchemathat gets initialized with default values. | 
Copyright © 2010–2017. All rights reserved.