Package org.apache.storm.common
Interface CredentialKeyProvider
- All Known Implementing Classes:
AbstractHadoopAutoCreds
,AbstractHadoopNimbusPluginAutoCreds
,AutoHBase
,AutoHBaseNimbus
,AutoHDFS
,AutoHDFSNimbus
,AutoHive
,AutoHiveNimbus
public interface CredentialKeyProvider
Provider interface for credential key.
-
Method Summary
Modifier and TypeMethodDescriptiongetCredentialKey
(String configKey) The lookup key for the config key string.
-
Method Details
-
getCredentialKey
The lookup key for the config key string.- Returns:
- the config key string
-