@InterfaceAudience.Public @InterfaceStability.Unstable public abstract class CredentialProviderFactory extends Object
| Modifier and Type | Field and Description | 
|---|---|
| static String | CREDENTIAL_PROVIDER_PATH | 
| Constructor and Description | 
|---|
| CredentialProviderFactory() | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract CredentialProvider | createProvider(URI providerName,
              Configuration conf) | 
| static List<CredentialProvider> | getProviders(Configuration conf) | 
public static final String CREDENTIAL_PROVIDER_PATH
public abstract CredentialProvider createProvider(URI providerName, Configuration conf) throws IOException
IOExceptionpublic static List<CredentialProvider> getProviders(Configuration conf) throws IOException
IOExceptionCopyright © 2017 Apache Software Foundation. All rights reserved.