Uses of Interface
org.apache.storm.security.INimbusCredentialPlugin
Package
Description
-
Uses of INimbusCredentialPlugin in org.apache.storm.common
Modifier and TypeClassDescriptionclass
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
Modifier and TypeClassDescriptionclass
Auto credentials nimbus plugin for HBase implementation. -
Uses of INimbusCredentialPlugin in org.apache.storm.hdfs.security
Modifier and TypeClassDescriptionclass
Auto credentials nimbus plugin for HDFS implementation. -
Uses of INimbusCredentialPlugin in org.apache.storm.hive.security
Modifier and TypeClassDescriptionclass
Auto credentials nimbus plugin for Hive implementation. -
Uses of INimbusCredentialPlugin in org.apache.storm.security.auth
Modifier and TypeMethodDescriptionstatic Collection<INimbusCredentialPlugin>
ClientAuthUtils.getNimbusAutoCredPlugins
(Map<String, Object> conf) Get all the Nimbus Auto cred plugins.