| Interface | Description |
|---|---|
| BasicServerAuthHandler.BasicAuthValidator |
Interface that this handler delegates for determining if credentials are valid.
|
| ClientAuthHandler | Deprecated
As of 14.0.0.
|
| ClientAuthHandler.ClientAuthSender |
A communication channel to the server during initial connection.
|
| ServerAuthHandler | Deprecated
As of 14.0.0.
|
| ServerAuthHandler.ServerAuthSender |
Interface for a server implementations to send back authentication messages
back to the client.
|
| Class | Description |
|---|---|
| AuthConstants |
Constants used in authorization of flight connections.
|
| BasicClientAuthHandler |
A client auth handler that supports username and password.
|
| BasicServerAuthHandler |
A ServerAuthHandler for username/password authentication.
|
| ClientAuthInterceptor |
GRPC client intercepter that handles authentication with the server.
|
| ClientAuthWrapper |
Utility class for performing authorization over using a GRPC stub.
|
| ServerAuthInterceptor |
GRPC Interceptor for performing authentication.
|
| ServerAuthWrapper |
Contains utility methods for integrating authorization into a GRPC stream.
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.