Uses of Class
org.apache.drill.exec.oauth.PersistentTokenTable
Packages that use PersistentTokenTable
Package
Description
-
Uses of PersistentTokenTable in org.apache.drill.exec.oauth
Methods in org.apache.drill.exec.oauth that return PersistentTokenTableModifier and TypeMethodDescriptionPersistentTokenRegistry.getTokenTable(String name) TokenRegistry.getTokenTable(String name) Methods in org.apache.drill.exec.oauth that return types with arguments of type PersistentTokenTableModifier and TypeMethodDescriptionPersistentTokenRegistry.getStore()PersistentTokenRegistry.StoreProvider.getStore()Constructor parameters in org.apache.drill.exec.oauth with type arguments of type PersistentTokenTableModifierConstructorDescriptionStoreProvider(Supplier<PersistentStore<PersistentTokenTable>> supplier) -
Uses of PersistentTokenTable in org.apache.drill.exec.store.dfs
Methods in org.apache.drill.exec.store.dfs that return PersistentTokenTableModifier and TypeMethodDescriptionFileSystemPlugin.getTokenTable()OAuthEnabledFileSystem.getTokenTable()Methods in org.apache.drill.exec.store.dfs with parameters of type PersistentTokenTableModifier and TypeMethodDescriptionvoidOAuthEnabledFileSystem.setTokenTable(PersistentTokenTable tokenTable) -
Uses of PersistentTokenTable in org.apache.drill.exec.store.googlesheets
Methods in org.apache.drill.exec.store.googlesheets that return PersistentTokenTable -
Uses of PersistentTokenTable in org.apache.drill.exec.store.http
Methods in org.apache.drill.exec.store.http that return PersistentTokenTableConstructors in org.apache.drill.exec.store.http with parameters of type PersistentTokenTableModifierConstructorDescriptionHttpScanSpec(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
Constructors in org.apache.drill.exec.store.http.oauth with parameters of type PersistentTokenTableModifierConstructorDescriptionAccessTokenRepository(HttpProxyConfig proxyConfig, HttpStoragePluginConfig pluginConfig, PersistentTokenTable tokenTable) -
Uses of PersistentTokenTable in org.apache.drill.exec.store.http.util
Methods in org.apache.drill.exec.store.http.util with parameters of type PersistentTokenTableModifier and TypeMethodDescriptionSimpleHttp.SimpleHttpBuilder.tokenTable(PersistentTokenTable tokenTable) Constructors in org.apache.drill.exec.store.http.util with parameters of type PersistentTokenTableModifierConstructorDescriptionSimpleHttp(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
Methods in org.apache.drill.exec.store.security.oauth with parameters of type PersistentTokenTableModifier and TypeMethodDescriptionOAuthTokenCredentials.Builder.setTokenTable(PersistentTokenTable tokenTable) Constructors in org.apache.drill.exec.store.security.oauth with parameters of type PersistentTokenTableModifierConstructorDescriptionOAuthTokenCredentials(String username, String password, String clientID, String clientSecret, String tokenURI, PersistentTokenTable tokenTable)