Uses of Class
org.apache.hadoop.crypto.key.KeyProvider

Packages that use KeyProvider
org.apache.hadoop.crypto.key   
org.apache.hadoop.crypto.key.kms   
 

Uses of KeyProvider in org.apache.hadoop.crypto.key
 

Subclasses of KeyProvider in org.apache.hadoop.crypto.key
 class CachingKeyProvider
          A KeyProviderExtension implementation providing a short lived cache for KeyVersions and Metadatato avoid burst of requests to hit the underlying KeyProvider.
 class KeyProviderDelegationTokenExtension
          A KeyProvider extension with the ability to add a renewer's Delegation Tokens to the provided Credentials.
 class KeyProviderExtension<E extends KeyProviderExtension.Extension>
          This is a utility class used to extend the functionality of KeyProvider, that takes a KeyProvider and an Extension.
 

Methods in org.apache.hadoop.crypto.key that return KeyProvider
 KeyProvider UserProvider.Factory.createProvider(URI providerName, Configuration conf)
           
abstract  KeyProvider KeyProviderFactory.createProvider(URI providerName, Configuration conf)
           
 KeyProvider JavaKeyStoreProvider.Factory.createProvider(URI providerName, Configuration conf)
           
static KeyProvider KeyProvider.findProvider(List<KeyProvider> providerList, String keyName)
          Find the provider with the given key.
static KeyProvider KeyProviderFactory.get(URI uri, Configuration conf)
          Create a KeyProvider based on a provided URI.
protected  KeyProvider KeyProviderExtension.getKeyProvider()
           
 

Methods in org.apache.hadoop.crypto.key that return types with arguments of type KeyProvider
static List<KeyProvider> KeyProviderFactory.getProviders(Configuration conf)
           
 

Methods in org.apache.hadoop.crypto.key with parameters of type KeyProvider
static KeyProviderDelegationTokenExtension KeyProviderDelegationTokenExtension.createKeyProviderDelegationTokenExtension(KeyProvider keyProvider)
          Creates a KeyProviderDelegationTokenExtension using a given KeyProvider.
 

Method parameters in org.apache.hadoop.crypto.key with type arguments of type KeyProvider
static KeyProvider KeyProvider.findProvider(List<KeyProvider> providerList, String keyName)
          Find the provider with the given key.
 

Constructors in org.apache.hadoop.crypto.key with parameters of type KeyProvider
CachingKeyProvider(KeyProvider keyProvider, long keyTimeoutMillis, long currKeyTimeoutMillis)
           
KeyProviderExtension(KeyProvider keyProvider, E extensions)
           
 

Uses of KeyProvider in org.apache.hadoop.crypto.key.kms
 

Methods in org.apache.hadoop.crypto.key.kms that return KeyProvider
 KeyProvider KMSClientProvider.Factory.createProvider(URI providerName, Configuration conf)
           
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.