Uses of Interface
org.apache.arrow.flight.auth.ClientAuthHandler
-
Uses of ClientAuthHandler in org.apache.arrow.flight
Modifier and TypeMethodDescriptionvoid
FlightClient.authenticate
(ClientAuthHandler handler, CallOption... options) Authenticates against the Flight service. -
Uses of ClientAuthHandler in org.apache.arrow.flight.auth
Modifier and TypeClassDescriptionclass
A client auth handler that supports username and password.Modifier and TypeMethodDescriptionstatic void
ClientAuthWrapper.doClientAuth
(ClientAuthHandler authHandler, FlightServiceGrpc.FlightServiceStub stub) Do client auth for a client.void
ClientAuthInterceptor.setAuthHandler
(ClientAuthHandler authHandler)