Uses of Interface
org.apache.storm.security.auth.IAutoCredentials
Package
Description
-
Uses of IAutoCredentials 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 IAutoCredentials in org.apache.storm.daemon.worker
ModifierConstructorDescriptionWorkerState
(Map<String, Object> conf, IContext mqContext, String topologyId, String assignmentId, Supplier<SupervisorIfaceFactory> supervisorIfaceSupplier, int port, String workerId, Map<String, Object> topologyConf, IStateStorage stateStorage, IStormClusterState stormClusterState, Collection<IAutoCredentials> autoCredentials, StormMetricRegistry metricRegistry, Credentials initialCredentials) -
Uses of IAutoCredentials in org.apache.storm.hbase.security
Modifier and TypeClassDescriptionclass
Auto credentials plugin for HBase implementation. -
Uses of IAutoCredentials in org.apache.storm.hdfs.security
-
Uses of IAutoCredentials in org.apache.storm.hive.security
-
Uses of IAutoCredentials in org.apache.storm.security.auth
Modifier and TypeClassDescriptionclass
This plugin is intended to be used for user topologies to send SSL keystore/truststore files to the remote workers.Modifier and TypeMethodDescriptionstatic Collection<IAutoCredentials>
ClientAuthUtils.getAutoCredentials
(Map<String, Object> topoConf) Get all of the configured AutoCredential Plugins.Modifier and TypeMethodDescriptionstatic Subject
ClientAuthUtils.populateSubject
(Subject subject, Collection<IAutoCredentials> autos, Map<String, String> credentials) Populate a subject from credentials using the IAutoCredentials.static void
ClientAuthUtils.updateSubject
(Subject subject, Collection<IAutoCredentials> autos, Map<String, String> credentials) Update a subject from credentials using the IAutoCredentials. -
Uses of IAutoCredentials in org.apache.storm.security.auth.kerberos
Modifier and TypeClassDescriptionclass
Automatically take a user's TGT, and push it, and renew it in Nimbus.