Package com.logicaldoc.google
Class DatabaseDataStoreFactory
java.lang.Object
com.google.api.client.util.store.AbstractDataStoreFactory
com.logicaldoc.google.DatabaseDataStoreFactory
- All Implemented Interfaces:
com.google.api.client.util.store.DataStoreFactory
public class DatabaseDataStoreFactory
extends com.google.api.client.util.store.AbstractDataStoreFactory
A store factory to save the OAuth tokens in the LogicalDOC database
- Since:
- 8.9.4
- Author:
- Marco Meschieri - LogicalDOC
-
Constructor Summary
-
Method Summary
Methods inherited from class com.google.api.client.util.store.AbstractDataStoreFactory
getDataStore
-
Constructor Details
-
DatabaseDataStoreFactory
public DatabaseDataStoreFactory(long userId)
-