org.apache.hadoop.crypto.key
Class UserProvider.Factory

java.lang.Object
  extended by org.apache.hadoop.crypto.key.KeyProviderFactory
      extended by org.apache.hadoop.crypto.key.UserProvider.Factory
Enclosing class:
org.apache.hadoop.crypto.key.UserProvider

public static class UserProvider.Factory
extends KeyProviderFactory


Field Summary
 
Fields inherited from class org.apache.hadoop.crypto.key.KeyProviderFactory
KEY_PROVIDER_PATH
 
Constructor Summary
UserProvider.Factory()
           
 
Method Summary
 KeyProvider createProvider(URI providerName, Configuration conf)
           
 
Methods inherited from class org.apache.hadoop.crypto.key.KeyProviderFactory
get, getProviders
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserProvider.Factory

public UserProvider.Factory()
Method Detail

createProvider

public KeyProvider createProvider(URI providerName,
                                  Configuration conf)
                           throws IOException
Specified by:
createProvider in class KeyProviderFactory
Throws:
IOException


Copyright © 2014 Apache Software Foundation. All Rights Reserved.