Uses of Interface
org.apache.storm.common.CredentialKeyProvider
-
Packages that use CredentialKeyProvider Package Description org.apache.storm.common org.apache.storm.hbase.security org.apache.storm.hdfs.security org.apache.storm.hive.security -
-
Uses of CredentialKeyProvider in org.apache.storm.common
Classes in org.apache.storm.common that implement CredentialKeyProvider Modifier and Type Class Description class
AbstractHadoopAutoCreds
The base class that for auto credential plugins that abstracts out some of the common functionality.class
AbstractHadoopNimbusPluginAutoCreds
The base class that for auto credential plugins that abstracts out some of the common functionality. -
Uses of CredentialKeyProvider in org.apache.storm.hbase.security
Classes in org.apache.storm.hbase.security that implement CredentialKeyProvider Modifier and Type Class Description class
AutoHBase
Auto credentials plugin for HBase implementation.class
AutoHBaseNimbus
Auto credentials nimbus plugin for HBase implementation. -
Uses of CredentialKeyProvider in org.apache.storm.hdfs.security
Classes in org.apache.storm.hdfs.security that implement CredentialKeyProvider Modifier and Type Class Description class
AutoHDFS
Auto credentials plugin for HDFS implementation.class
AutoHDFSNimbus
Auto credentials nimbus plugin for HDFS implementation. -
Uses of CredentialKeyProvider in org.apache.storm.hive.security
Classes in org.apache.storm.hive.security that implement CredentialKeyProvider Modifier and Type Class Description class
AutoHive
Deprecated, for removal: This API element is subject to removal in a future version.class
AutoHiveNimbus
Deprecated, for removal: This API element is subject to removal in a future version.
-