Uses of Interface
org.apache.storm.security.auth.IAutoCredentials
Packages that use IAutoCredentials
Package
Description
-
Uses of IAutoCredentials in org.apache.storm.common
Classes in org.apache.storm.common that implement IAutoCredentialsModifier 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
Methods in org.apache.storm.daemon.worker that return types with arguments of type IAutoCredentialsConstructor parameters in org.apache.storm.daemon.worker with type arguments of type IAutoCredentialsModifierConstructorDescriptionWorkerState
(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
Classes in org.apache.storm.hbase.security that implement IAutoCredentialsModifier and TypeClassDescriptionclass
Auto credentials plugin for HBase implementation. -
Uses of IAutoCredentials in org.apache.storm.hdfs.security
Classes in org.apache.storm.hdfs.security that implement IAutoCredentials -
Uses of IAutoCredentials in org.apache.storm.hive.security
Classes in org.apache.storm.hive.security that implement IAutoCredentials -
Uses of IAutoCredentials in org.apache.storm.security.auth
Classes in org.apache.storm.security.auth that implement IAutoCredentialsModifier and TypeClassDescriptionclass
This plugin is intended to be used for user topologies to send SSL keystore/truststore files to the remote workers.Methods in org.apache.storm.security.auth that return types with arguments of type IAutoCredentialsModifier and TypeMethodDescriptionstatic Collection<IAutoCredentials>
ClientAuthUtils.getAutoCredentials
(Map<String, Object> topoConf) Get all of the configured AutoCredential Plugins.Method parameters in org.apache.storm.security.auth with type arguments of type IAutoCredentialsModifier 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
Classes in org.apache.storm.security.auth.kerberos that implement IAutoCredentialsModifier and TypeClassDescriptionclass
Automatically take a user's TGT, and push it, and renew it in Nimbus.