Package org.apache.storm.hive.security
Class AutoHive
- java.lang.Object
- 
- org.apache.storm.common.AbstractHadoopAutoCreds
- 
- org.apache.storm.hive.security.AutoHive
 
 
- 
- All Implemented Interfaces:
- CredentialKeyProvider,- IAutoCredentials
 
 @Deprecated(since="2.7.1", forRemoval=true) public class AutoHive extends AbstractHadoopAutoCreds Deprecated, for removal: This API element is subject to removal in a future version.Auto credentials plugin for Hive implementation. This class provides a way to automatically push credentials to a topology and to retrieve them in the worker.
- 
- 
Constructor SummaryConstructors Constructor Description AutoHive()Deprecated, for removal: This API element is subject to removal in a future version.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voiddoPrepare(Map<String,Object> conf)Deprecated, for removal: This API element is subject to removal in a future version.Prepare the plugin.protected StringgetConfigKeyString()Deprecated, for removal: This API element is subject to removal in a future version.The lookup key for the config key string.StringgetCredentialKey(String configKey)Deprecated, for removal: This API element is subject to removal in a future version.The lookup key for the config key string.- 
Methods inherited from class org.apache.storm.common.AbstractHadoopAutoCredsgetCredentials, populateCredentials, populateSubject, prepare, updateSubject
 
- 
 
- 
- 
- 
Method Detail- 
doPreparepublic void doPrepare(Map<String,Object> conf) Deprecated, for removal: This API element is subject to removal in a future version.Description copied from class:AbstractHadoopAutoCredsPrepare the plugin.- Specified by:
- doPreparein class- AbstractHadoopAutoCreds
- Parameters:
- conf- the topology conf
 
 - 
getConfigKeyStringprotected String getConfigKeyString() Deprecated, for removal: This API element is subject to removal in a future version.Description copied from class:AbstractHadoopAutoCredsThe lookup key for the config key string.- Specified by:
- getConfigKeyStringin class- AbstractHadoopAutoCreds
- Returns:
- the config key string
 
 - 
getCredentialKeypublic String getCredentialKey(String configKey) Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:CredentialKeyProviderThe lookup key for the config key string.- Returns:
- the config key string
 
 
- 
 
-