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