Uses of Interface
org.apache.storm.security.auth.ITransportPlugin
-
-
Uses of ITransportPlugin in org.apache.storm.security.auth
Classes in org.apache.storm.security.auth that implement ITransportPlugin Modifier and Type Class Description class
SimpleTransportPlugin
Simple transport for Thrift plugin.Methods in org.apache.storm.security.auth that return ITransportPlugin Modifier and Type Method Description static 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 ITransportPlugin Modifier and Type Method Description org.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 Modifier and Type Class Description class
DigestSaslTransportPlugin
-
Uses of ITransportPlugin in org.apache.storm.security.auth.kerberos
Classes in org.apache.storm.security.auth.kerberos that implement ITransportPlugin Modifier and Type Class Description class
KerberosSaslTransportPlugin
-
Uses of ITransportPlugin in org.apache.storm.security.auth.plain
Classes in org.apache.storm.security.auth.plain that implement ITransportPlugin Modifier and Type Class Description class
PlainSaslTransportPlugin
Deprecated. -
Uses of ITransportPlugin in org.apache.storm.security.auth.sasl
Classes in org.apache.storm.security.auth.sasl that implement ITransportPlugin Modifier and Type Class Description class
SaslTransportPlugin
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 Modifier and Type Class Description class
TlsTransportPlugin
-
Uses of ITransportPlugin in org.apache.storm.testing
Classes in org.apache.storm.testing that implement ITransportPlugin Modifier and Type Class Description class
SingleUserSimpleTransport
-