Package | Description |
---|---|
alluxio.security.authentication |
Modifier and Type | Class and Description |
---|---|
class |
NoSaslTransportProvider
If authentication type is
AuthType.NOSASL , we use this transport provider which simply
uses default Thrift TTransport . |
class |
PlainSaslTransportProvider
If authentication type is
AuthType.SIMPLE or AuthType.CUSTOM , this is the
default transport provider which uses SASL transport. |
Modifier and Type | Method and Description |
---|---|
static TransportProvider |
TransportProvider.Factory.create()
Creates a new instance of
TransportProvider based on authentication type. |
Copyright © 2023. All Rights Reserved.