Uses of Class
org.apache.drill.common.logical.OAuthConfig
Package
Description
Storage plugin interfaces and logical plan representation.
-
Uses of OAuthConfig in org.apache.drill.common.logical
Modifier and TypeMethodDescriptionOAuthConfig.OAuthConfigBuilder.build()
StoragePluginConfig.oAuthConfig()
ModifierConstructorDescriptionStoragePluginConfig
(CredentialsProvider credentialsProvider, boolean directCredentials, StoragePluginConfig.AuthMode authMode, OAuthConfig oAuthConfig) -
Uses of OAuthConfig in org.apache.drill.exec.store.dfs
Modifier and TypeMethodDescriptionvoid
OAuthEnabledFileSystem.setoAuthConfig
(OAuthConfig oAuthConfig) ModifierConstructorDescriptionFileSystemConfig
(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
Modifier and TypeMethodDescriptionGoogleSheetsStoragePluginConfig.GoogleSheetsStoragePluginConfigBuilder.OAuthConfig
(OAuthConfig oAuthConfig) ModifierConstructorDescriptionGoogleSheetsStoragePluginConfig
(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
ModifierConstructorDescriptionHttpStoragePluginConfig
(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