public class ShellDecryptionKeyProvider extends SimpleKeyProvider
| Constructor and Description |
|---|
ShellDecryptionKeyProvider() |
| Modifier and Type | Method and Description |
|---|---|
String |
getStorageAccountKey(String accountName,
org.apache.hadoop.conf.Configuration rawConfig)
Key providers must implement this method.
|
public String getStorageAccountKey(String accountName, org.apache.hadoop.conf.Configuration rawConfig) throws KeyProviderException
KeyProvidergetStorageAccountKey in interface KeyProvidergetStorageAccountKey in class SimpleKeyProvideraccountName - the storage account namerawConfig - Hadoop configuration parametersKeyProviderException - if an error occurs while attempting to get
the storage account key.Copyright © 2008–2020 Apache Software Foundation. All rights reserved.