| Interface | Description |
|---|---|
| AuthenticationProvider |
| Class | Description |
|---|---|
| AuthenticationProvider.Factory | |
| AuthenticationUtils |
This class provides factory methods for authentication in Tachyon.
|
| CustomAuthenticationProviderImpl |
An authentication provider implementation that allows
AuthenticationProvider to be
customized at configuration time. |
| PlainSaslServer |
This class provides PLAIN SASL authentication.
|
| PlainSaslServer.AuthorizedClientUser |
An instance of this class represents a client user connecting to Tachyon service.
|
| PlainSaslServer.PlainServerCallbackHandler |
PlainServerCallbackHandler is used by the SASL mechanisms to get further information to
complete the authentication.
|
| PlainSaslServerProvider |
The Java SunSASL provider supports CRAM-MD5, DIGEST-MD5 and GSSAPI mechanisms on the server side.
|
| PlainSaslServerProvider.PlainSaslServerFactory |
This class is used to create an instances of
PlainSaslServer. |
| PlainSaslUtils |
Because the Java SunSASL provider doesn't support the server-side PLAIN mechanism.
|
| PlainSaslUtils.PlainClientCallbackHandler |
A client side callback to put application provided username/password into SASL transport.
|
| SimpleAuthenticationProviderImpl |
An authentication provider implementation that allows arbitrary combination of username and
password including empty strings.
|
| Enum | Description |
|---|---|
| AuthType |
Different authentication types for Tachyon.
|
Copyright © 2015. All Rights Reserved.