@InterfaceAudience.Public @InterfaceStability.Unstable public abstract class CredentialProviderFactory extends Object
修飾子とタイプ | フィールドと説明 |
---|---|
static String |
CREDENTIAL_PROVIDER_PATH |
コンストラクタと説明 |
---|
CredentialProviderFactory() |
修飾子とタイプ | メソッドと説明 |
---|---|
abstract CredentialProvider |
createProvider(URI providerName,
Configuration conf) |
static List<CredentialProvider> |
getProviders(Configuration conf) |
public static final String CREDENTIAL_PROVIDER_PATH
public CredentialProviderFactory()
public abstract CredentialProvider createProvider(URI providerName, Configuration conf) throws IOException
IOException
public static List<CredentialProvider> getProviders(Configuration conf) throws IOException
IOException
Copyright © 2016 Apache Software Foundation. All rights reserved.