Uses of Interface
backtype.storm.security.auth.ITransportPlugin

Packages that use ITransportPlugin
backtype.storm.security.auth   
backtype.storm.security.auth.digest   
 

Uses of ITransportPlugin in backtype.storm.security.auth
 

Classes in backtype.storm.security.auth that implement ITransportPlugin
 class SaslTransportPlugin
          Base class for SASL authentication plugin.
 class SimpleTransportPlugin
          Simple transport for Thrift plugin.
 

Methods in backtype.storm.security.auth that return ITransportPlugin
static ITransportPlugin AuthUtils.GetTransportPlugin(Map storm_conf, Configuration login_conf)
          Construct a transport plugin per storm configuration
 

Uses of ITransportPlugin in backtype.storm.security.auth.digest
 

Classes in backtype.storm.security.auth.digest that implement ITransportPlugin
 class DigestSaslTransportPlugin
           
 



Copyright © 2014 The Apache Software Foundation. All Rights Reserved.