Uses of Class
org.apache.drill.exec.oauth.PersistentTokenTable
Package
Description
-
Uses of PersistentTokenTable in org.apache.drill.exec.oauth
Modifier and TypeMethodDescriptionPersistentTokenRegistry.getTokenTable
(String name) TokenRegistry.getTokenTable
(String name) Modifier and TypeMethodDescriptionPersistentTokenRegistry.getStore()
PersistentTokenRegistry.StoreProvider.getStore()
ModifierConstructorDescriptionStoreProvider
(Supplier<PersistentStore<PersistentTokenTable>> supplier) -
Uses of PersistentTokenTable in org.apache.drill.exec.store.dfs
Modifier and TypeMethodDescriptionFileSystemPlugin.getTokenTable()
OAuthEnabledFileSystem.getTokenTable()
Modifier and TypeMethodDescriptionvoid
OAuthEnabledFileSystem.setTokenTable
(PersistentTokenTable tokenTable) -
Uses of PersistentTokenTable in org.apache.drill.exec.store.googlesheets
-
Uses of PersistentTokenTable in org.apache.drill.exec.store.http
ModifierConstructorDescriptionHttpScanSpec
(String pluginName, String connectionName, String tableName, HttpStoragePluginConfig config, PersistentTokenTable tokenTable, String queryUserName, StoragePluginRegistry engineRegistry) -
Uses of PersistentTokenTable in org.apache.drill.exec.store.http.oauth
ModifierConstructorDescriptionAccessTokenRepository
(HttpProxyConfig proxyConfig, HttpStoragePluginConfig pluginConfig, PersistentTokenTable tokenTable) -
Uses of PersistentTokenTable in org.apache.drill.exec.store.http.util
Modifier and TypeMethodDescriptionSimpleHttp.SimpleHttpBuilder.tokenTable
(PersistentTokenTable tokenTable) ModifierConstructorDescriptionSimpleHttp
(okhttp3.HttpUrl url, File tempDir, HttpProxyConfig proxyConfig, CustomErrorContext errorContext, Paginator paginator, PersistentTokenTable tokenTable, HttpStoragePluginConfig pluginConfig, HttpApiConfig endpointConfig, String connection, Map<String, String> filters, int rateLimit) This constructor does not have an HttpSubScan and can be used outside the context of the HttpStoragePlugin. -
Uses of PersistentTokenTable in org.apache.drill.exec.store.security.oauth
Modifier and TypeMethodDescriptionOAuthTokenCredentials.Builder.setTokenTable
(PersistentTokenTable tokenTable) ModifierConstructorDescriptionOAuthTokenCredentials
(String username, String password, String clientID, String clientSecret, String tokenURI, PersistentTokenTable tokenTable)