Interface | Description |
---|---|
AuthenticationProvider |
Abstraction for an authentication provider at SASL server for
AuthType.SIMPLE and AuthType.CUSTOM . |
AuthenticationServer |
Interface for authentication server implementations.
|
SaslClientHandler |
Interface for authentication scheme specific
SaslClient management. |
SaslServerHandler |
Interface for authentication scheme specific
SaslServer management. |
Class | Description |
---|---|
AbstractSaslClientHandler |
Abstract
SaslClientHandler implementation that maintains SaslClient instance. |
AbstractSaslServerHandler |
Abstract
SaslServerHandler implementation that maintains SaslServer instance. |
AuthenticatedChannelClientDriver |
Responsible for driving authentication traffic from client-side.
|
AuthenticatedChannelServerDriver |
Responsible for driving authentication traffic from server-side.
|
AuthenticatedClientUser |
An instance of this class represents a client user connecting to
PlainSaslServer . |
AuthenticatedUserInfo |
Used to define an authenticated user.
|
AuthenticatedUserInjector |
Server side interceptor for setting authenticated user in
AuthenticatedClientUser . |
AuthenticationProvider.Factory |
Factory for
AuthenticationProvider . |
AuthenticationUserUtils |
This class provides util methods for
AuthenticationUserUtils s. |
ChannelAuthenticator |
Used to authenticate with the target host.
|
ChannelIdInjector |
Client side interceptor that is used to augment outgoing metadata with the unique id for the
channel that the RPC is being called on.
|
ClientIpAddressInjector |
Server side interceptor that is used to put remote client's IP Address to thread local storage.
|
DefaultAuthenticationServer |
Default implementation of
AuthenticationServer . |
ImpersonationAuthenticator |
An authenticator for impersonation users.
|
Enum | Description |
---|---|
AuthType |
Different authentication types for Alluxio.
|
Copyright © 2023. All Rights Reserved.