Class CredentialProviderFactory

java.lang.Object
org.apache.hadoop.security.alias.CredentialProviderFactory

@Public @Unstable public abstract class CredentialProviderFactory extends Object
A factory to create a list of CredentialProvider based on the path given in a Configuration. It uses a service loader interface to find the available CredentialProviders and create them based on the list of URIs.