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