Module org.apache.arrow.flight.core
Package org.apache.arrow.flight.auth
Interface ClientAuthHandler
- All Known Implementing Classes:
BasicClientAuthHandler
Deprecated.
Implement authentication for Flight on the client side.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceDeprecated.A communication channel to the server during initial connection. -
Method Summary
Modifier and TypeMethodDescriptionvoidauthenticate(ClientAuthHandler.ClientAuthSender outgoing, Iterator<byte[]> incoming) Deprecated.Handle the initial handshake with the server.byte[]Deprecated.Get the per-call authentication token.
-
Method Details
-
authenticate
Deprecated.Handle the initial handshake with the server.- Parameters:
outgoing- A channel to send data to the server.incoming- An iterator of incoming data from the server.
-
getCallToken
byte[] getCallToken()Deprecated.Get the per-call authentication token.
-
FlightClient.authenticateBasicToken(String, String).