Uses of Enum
org.apache.drill.common.logical.StoragePluginConfig.AuthMode
Package
Description
Storage plugin interfaces and logical plan representation.
-
Uses of StoragePluginConfig.AuthMode in org.apache.drill.common.logical
Modifier and TypeFieldDescriptionprotected final StoragePluginConfig.AuthMode
StoragePluginConfig.authMode
Modifier and TypeMethodDescriptionStoragePluginConfig.getAuthMode()
static StoragePluginConfig.AuthMode
StoragePluginConfig.AuthMode.parseOrDefault
(String authMode, StoragePluginConfig.AuthMode defavlt) static StoragePluginConfig.AuthMode
Returns the enum constant of this type with the specified name.static StoragePluginConfig.AuthMode[]
StoragePluginConfig.AuthMode.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionstatic StoragePluginConfig.AuthMode
StoragePluginConfig.AuthMode.parseOrDefault
(String authMode, StoragePluginConfig.AuthMode defavlt) ModifierConstructorDescriptionStoragePluginConfig
(CredentialsProvider credentialsProvider, boolean directCredentials, StoragePluginConfig.AuthMode authMode) StoragePluginConfig
(CredentialsProvider credentialsProvider, boolean directCredentials, StoragePluginConfig.AuthMode authMode, OAuthConfig oAuthConfig) -
Uses of StoragePluginConfig.AuthMode in org.apache.drill.exec.store.dfs