Interface | Description |
---|---|
BasicCallHeaderAuthenticator.CredentialValidator |
Interface that this handler delegates to for validating the incoming headers.
|
CallHeaderAuthenticator |
Interface for Server side authentication handlers.
|
CallHeaderAuthenticator.AuthResult |
Encapsulates the result of the
CallHeaderAuthenticator analysis of headers. |
ClientHeaderHandler |
Interface for client side header parsing and conversion to CredentialCallOption.
|
Class | Description |
---|---|
Auth2Constants |
Constants used in authorization of flight connections.
|
AuthUtilities |
Utility class for completing the auth process.
|
BasicAuthCredentialWriter |
Client credentials that use a username and password.
|
BasicCallHeaderAuthenticator |
A ServerAuthHandler for username/password authentication.
|
BearerCredentialWriter |
Client credentials that use a bearer token.
|
BearerTokenAuthenticator |
Partial implementation of
CallHeaderAuthenticator for bearer-token based authentication. |
ClientBearerHeaderHandler |
A client header handler that parses the incoming headers for a bearer token.
|
ClientHandshakeWrapper |
Utility class for executing a handshake with a FlightServer.
|
ClientIncomingAuthHeaderMiddleware |
Middleware for capturing bearer tokens sent back from the Flight server.
|
ClientIncomingAuthHeaderMiddleware.Factory |
Factory used within FlightClient.
|
GeneratedBearerTokenAuthenticator |
Generates and caches bearer tokens from user credentials.
|
ServerCallHeaderAuthMiddleware |
Middleware that's used to validate credentials during the handshake and verify
the bearer token in subsequent requests.
|
ServerCallHeaderAuthMiddleware.Factory |
Factory for accessing ServerAuthMiddleware.
|
Copyright © 2023 The Apache Software Foundation. All rights reserved.