Uses of Enum
org.apache.drill.common.logical.StoragePluginConfig.AuthMode
Packages that use StoragePluginConfig.AuthMode
Package
Description
Storage plugin interfaces and logical plan representation.
-
Uses of StoragePluginConfig.AuthMode in org.apache.drill.common.logical
Fields in org.apache.drill.common.logical declared as StoragePluginConfig.AuthModeModifier and TypeFieldDescriptionprotected final StoragePluginConfig.AuthMode
StoragePluginConfig.authMode
Methods in org.apache.drill.common.logical that return StoragePluginConfig.AuthModeModifier 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.Methods in org.apache.drill.common.logical with parameters of type StoragePluginConfig.AuthModeModifier and TypeMethodDescriptionstatic StoragePluginConfig.AuthMode
StoragePluginConfig.AuthMode.parseOrDefault
(String authMode, StoragePluginConfig.AuthMode defavlt) Constructors in org.apache.drill.common.logical with parameters of type StoragePluginConfig.AuthModeModifierConstructorDescriptionStoragePluginConfig
(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
Methods in org.apache.drill.exec.store.dfs that return StoragePluginConfig.AuthMode