Uses of Class
org.apache.drill.common.logical.OAuthConfig
Packages that use OAuthConfig
Package
Description
Storage plugin interfaces and logical plan representation.
-
Uses of OAuthConfig in org.apache.drill.common.logical
Fields in org.apache.drill.common.logical declared as OAuthConfigMethods in org.apache.drill.common.logical that return OAuthConfigModifier and TypeMethodDescriptionOAuthConfig.OAuthConfigBuilder.build()
StoragePluginConfig.oAuthConfig()
Constructors in org.apache.drill.common.logical with parameters of type OAuthConfigModifierConstructorDescriptionStoragePluginConfig
(CredentialsProvider credentialsProvider, boolean directCredentials, StoragePluginConfig.AuthMode authMode, OAuthConfig oAuthConfig) -
Uses of OAuthConfig in org.apache.drill.exec.store.dfs
Methods in org.apache.drill.exec.store.dfs that return OAuthConfigMethods in org.apache.drill.exec.store.dfs with parameters of type OAuthConfigModifier and TypeMethodDescriptionvoid
OAuthEnabledFileSystem.setoAuthConfig
(OAuthConfig oAuthConfig) Constructors in org.apache.drill.exec.store.dfs with parameters of type OAuthConfigModifierConstructorDescriptionFileSystemConfig
(String connection, List<String> mountCommand, List<String> unmountCommand, Map<String, String> config, Map<String, WorkspaceConfig> workspaces, Map<String, FormatPluginConfig> formats, OAuthConfig oAuthConfig, String authMode, CredentialsProvider credentialsProvider) FileSystemConfig
(String connection, Map<String, String> config, Map<String, WorkspaceConfig> workspaces, Map<String, FormatPluginConfig> formats, OAuthConfig oAuthConfig, CredentialsProvider credentialsProvider) -
Uses of OAuthConfig in org.apache.drill.exec.store.googlesheets
Methods in org.apache.drill.exec.store.googlesheets that return OAuthConfigMethods in org.apache.drill.exec.store.googlesheets with parameters of type OAuthConfigModifier and TypeMethodDescriptionGoogleSheetsStoragePluginConfig.GoogleSheetsStoragePluginConfigBuilder.OAuthConfig
(OAuthConfig oAuthConfig) Constructors in org.apache.drill.exec.store.googlesheets with parameters of type OAuthConfigModifierConstructorDescriptionGoogleSheetsStoragePluginConfig
(String clientID, String clientSecret, List<String> redirectUris, String authUri, String tokenUri, Boolean allTextMode, Boolean extractHeaders, OAuthConfig oAuthConfig, CredentialsProvider credentialsProvider) -
Uses of OAuthConfig in org.apache.drill.exec.store.http
Constructors in org.apache.drill.exec.store.http with parameters of type OAuthConfigModifierConstructorDescriptionHttpStoragePluginConfig
(Boolean cacheResults, Map<String, HttpApiConfig> connections, Integer timeout, Integer retryDelay, String username, String password, String proxyHost, Integer proxyPort, String proxyType, String proxyUsername, String proxyPassword, OAuthConfig oAuthConfig, CredentialsProvider credentialsProvider, String authMode) HttpStoragePluginConfig
(HttpStoragePluginConfig that, OAuthConfig oAuthConfig) Clone constructor used for updating OAuth tokens -
Uses of OAuthConfig in org.apache.drill.exec.store.http.oauth
Methods in org.apache.drill.exec.store.http.oauth that return OAuthConfig