| Package | Description |
|---|---|
| tachyon.security.authentication |
| Modifier and Type | Method and Description |
|---|---|
static AuthType |
AuthType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuthType[] |
AuthType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static AuthenticationProvider |
AuthenticationProvider.Factory.getAuthenticationProvider(AuthType authType,
TachyonConf conf) |
static org.apache.thrift.transport.TTransportFactory |
PlainSaslUtils.getPlainServerTransportFactory(AuthType authType,
TachyonConf conf)
For server side, get a PLAIN mechanism TTransportFactory.
|
Copyright © 2015. All Rights Reserved.