Uses of Interface
org.apache.storm.security.INimbusCredentialPlugin
-
Packages that use INimbusCredentialPlugin Package Description org.apache.storm.common org.apache.storm.hbase.security org.apache.storm.hdfs.security org.apache.storm.hive.security org.apache.storm.security.auth -
-
Uses of INimbusCredentialPlugin in org.apache.storm.common
Classes in org.apache.storm.common that implement INimbusCredentialPlugin Modifier and Type Class Description class
AbstractHadoopNimbusPluginAutoCreds
The base class that for auto credential plugins that abstracts out some of the common functionality. -
Uses of INimbusCredentialPlugin in org.apache.storm.hbase.security
Classes in org.apache.storm.hbase.security that implement INimbusCredentialPlugin Modifier and Type Class Description class
AutoHBaseNimbus
Auto credentials nimbus plugin for HBase implementation. -
Uses of INimbusCredentialPlugin in org.apache.storm.hdfs.security
Classes in org.apache.storm.hdfs.security that implement INimbusCredentialPlugin Modifier and Type Class Description class
AutoHDFSNimbus
Auto credentials nimbus plugin for HDFS implementation. -
Uses of INimbusCredentialPlugin in org.apache.storm.hive.security
Classes in org.apache.storm.hive.security that implement INimbusCredentialPlugin Modifier and Type Class Description class
AutoHiveNimbus
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of INimbusCredentialPlugin in org.apache.storm.security.auth
Methods in org.apache.storm.security.auth that return types with arguments of type INimbusCredentialPlugin Modifier and Type Method Description static Collection<INimbusCredentialPlugin>
ClientAuthUtils. getNimbusAutoCredPlugins(Map<String,Object> conf)
Get all the Nimbus Auto cred plugins.
-