| Package | Description |
|---|---|
| org.apache.arrow.flight | |
| org.apache.arrow.flight.auth |
| Class and Description |
|---|
| ClientAuthHandler
Deprecated.
As of 14.0.0. This implements a stateful "login" flow that does not play well with
distributed or stateless systems. It will not be removed, but should not be used. Instead
see
FlightClient.authenticateBasicToken(String, String). |
| ServerAuthHandler
Deprecated.
As of 14.0.0. This implements a stateful "login" flow that does not play well with
distributed or stateless systems. It will not be removed, but should not be used. Instead,
see
FlightServer.Builder#headerAuthenticator(CallHeaderAuthenticator)
and CallHeaderAuthenticator. |
| Class and Description |
|---|
| BasicServerAuthHandler.BasicAuthValidator
Interface that this handler delegates for determining if credentials are valid.
|
| ClientAuthHandler
Deprecated.
As of 14.0.0. This implements a stateful "login" flow that does not play well with
distributed or stateless systems. It will not be removed, but should not be used. Instead
see
FlightClient.authenticateBasicToken(String, String). |
| ClientAuthHandler.ClientAuthSender
Deprecated.
A communication channel to the server during initial connection.
|
| ServerAuthHandler
Deprecated.
As of 14.0.0. This implements a stateful "login" flow that does not play well with
distributed or stateless systems. It will not be removed, but should not be used. Instead,
see
FlightServer.Builder#headerAuthenticator(CallHeaderAuthenticator)
and CallHeaderAuthenticator. |
| ServerAuthHandler.ServerAuthSender
Deprecated.
Interface for a server implementations to send back authentication messages
back to the client.
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.