Uses of Interface
org.apache.storm.security.auth.ICredentialsRenewer
Packages that use ICredentialsRenewer
Package
Description
-
Uses of ICredentialsRenewer in org.apache.storm.common
Classes in org.apache.storm.common that implement ICredentialsRenewerModifier and TypeClassDescriptionclass
The base class that for auto credential plugins that abstracts out some of the common functionality. -
Uses of ICredentialsRenewer in org.apache.storm.hbase.security
Classes in org.apache.storm.hbase.security that implement ICredentialsRenewerModifier and TypeClassDescriptionclass
Auto credentials nimbus plugin for HBase implementation. -
Uses of ICredentialsRenewer in org.apache.storm.hdfs.security
Classes in org.apache.storm.hdfs.security that implement ICredentialsRenewerModifier and TypeClassDescriptionclass
Auto credentials nimbus plugin for HDFS implementation. -
Uses of ICredentialsRenewer in org.apache.storm.hive.security
Classes in org.apache.storm.hive.security that implement ICredentialsRenewerModifier and TypeClassDescriptionclass
Auto credentials nimbus plugin for Hive implementation. -
Uses of ICredentialsRenewer in org.apache.storm.security.auth
Methods in org.apache.storm.security.auth that return types with arguments of type ICredentialsRenewerModifier and TypeMethodDescriptionstatic Collection<ICredentialsRenewer>
ClientAuthUtils.getCredentialRenewers
(Map<String, Object> conf) Get all of the configured Credential Renewer Plugins. -
Uses of ICredentialsRenewer in org.apache.storm.security.auth.kerberos
Classes in org.apache.storm.security.auth.kerberos that implement ICredentialsRenewerModifier and TypeClassDescriptionclass
Automatically take a user's TGT, and push it, and renew it in Nimbus.