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.AuthModeStoragePluginConfig.authModeMethods in org.apache.drill.common.logical that return StoragePluginConfig.AuthModeModifier and TypeMethodDescriptionStoragePluginConfig.getAuthMode()static StoragePluginConfig.AuthModeStoragePluginConfig.AuthMode.parseOrDefault(String authMode, StoragePluginConfig.AuthMode defavlt) static StoragePluginConfig.AuthModeReturns 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.AuthModeStoragePluginConfig.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