Uses of Interface
org.apache.storm.security.auth.ITransportPlugin
Package
Description
-
Uses of ITransportPlugin in org.apache.storm.security.auth
Modifier and TypeMethodDescriptionstatic ITransportPlugin
ClientAuthUtils.getTransportPlugin
(ThriftConnectionType type, Map<String, Object> topoConf) Construct a transport plugin per storm configuration.Modifier 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
-
Uses of ITransportPlugin in org.apache.storm.security.auth.kerberos
-
Uses of ITransportPlugin in org.apache.storm.security.auth.plain
-
Uses of ITransportPlugin in org.apache.storm.security.auth.sasl
Modifier and TypeClassDescriptionclass
Base class for SASL authentication plugin. -
Uses of ITransportPlugin in org.apache.storm.testing