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