Class EnvCredentialsProvider
java.lang.Object
org.apache.drill.exec.store.security.EnvCredentialsProvider
- All Implemented Interfaces:
- CredentialsProvider
Implementation of 
CredentialsProvider that obtains credential values from
 environment variables.
 Its constructor accepts a map with credential names as keys and env variable names as values.
- 
Field SummaryFields inherited from interface org.apache.drill.common.logical.security.CredentialsProviderlogger
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.drill.common.logical.security.CredentialsProvidergetUserCredentials, setUserCredentials
- 
Constructor Details- 
EnvCredentialsProvider
 
- 
- 
Method Details- 
getCredentialsDescription copied from interface:CredentialsProviderReturns map with authentication credentials. Key is the credential name, for example"username"and map value is corresponding credential value.- Specified by:
- getCredentialsin interface- CredentialsProvider
 
- 
getEnvVariables
- 
equals
- 
hashCodepublic int hashCode()
 
-