Uses of Interface
org.apache.storm.security.auth.ITransportPlugin
Packages that use ITransportPlugin
Package
Description
-
Uses of ITransportPlugin in org.apache.storm.security.auth
Classes in org.apache.storm.security.auth that implement ITransportPluginMethods in org.apache.storm.security.auth that return ITransportPluginModifier and TypeMethodDescriptionstatic ITransportPlugin
ClientAuthUtils.getTransportPlugin
(ThriftConnectionType type, Map<String, Object> topoConf) Construct a transport plugin per storm configuration.Methods in org.apache.storm.security.auth with parameters of type ITransportPluginModifier and TypeMethodDescriptionorg.apache.storm.thrift.transport.TTransport
TBackoffConnect.doConnectWithRetry
(ITransportPlugin transportPlugin, org.apache.storm.thrift.transport.TTransport underlyingTransport, String host, String asUser) -
Uses of ITransportPlugin in org.apache.storm.security.auth.digest
Classes in org.apache.storm.security.auth.digest that implement ITransportPlugin -
Uses of ITransportPlugin in org.apache.storm.security.auth.kerberos
Classes in org.apache.storm.security.auth.kerberos that implement ITransportPlugin -
Uses of ITransportPlugin in org.apache.storm.security.auth.plain
Classes in org.apache.storm.security.auth.plain that implement ITransportPlugin -
Uses of ITransportPlugin in org.apache.storm.security.auth.sasl
Classes in org.apache.storm.security.auth.sasl that implement ITransportPluginModifier and TypeClassDescriptionclass
Base class for SASL authentication plugin. -
Uses of ITransportPlugin in org.apache.storm.security.auth.tls
Classes in org.apache.storm.security.auth.tls that implement ITransportPlugin -
Uses of ITransportPlugin in org.apache.storm.testing
Classes in org.apache.storm.testing that implement ITransportPlugin