Modifier and Type | Class and Description |
---|---|
class |
SaslTransportPlugin
Base class for SASL authentication plugin.
|
class |
SimpleTransportPlugin
Deprecated.
Use PlainSaslTransportPlugin instead as default insecure transport plugin
|
Modifier and Type | Method and Description |
---|---|
static ITransportPlugin |
AuthUtils.GetTransportPlugin(ThriftConnectionType type,
Map storm_conf,
Configuration login_conf)
Construct a transport plugin per storm configuration
|
Modifier and Type | Method and Description |
---|---|
org.apache.thrift.transport.TTransport |
TBackoffConnect.doConnectWithRetry(ITransportPlugin transportPlugin,
org.apache.thrift.transport.TTransport underlyingTransport,
String host,
String asUser) |
Modifier and Type | Class and Description |
---|---|
class |
DigestSaslTransportPlugin |
Modifier and Type | Class and Description |
---|---|
class |
KerberosSaslTransportPlugin |
Modifier and Type | Class and Description |
---|---|
class |
PlainSaslTransportPlugin |
Modifier and Type | Class and Description |
---|---|
class |
SingleUserSimpleTransport
Deprecated.
This is no longer available for testing purpose.
|
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.