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