Interface | Description |
---|---|
BasicServerAuthHandler.BasicAuthValidator |
Interface that this handler delegates for determining if credentials are valid.
|
ClientAuthHandler |
Implement authentication for Flight on the client side.
|
ClientAuthHandler.ClientAuthSender |
A communication channel to the server during initial connection.
|
ServerAuthHandler |
Interface for Server side authentication handlers.
|
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 © 2023 The Apache Software Foundation. All rights reserved.