Uses of Class
org.apache.arrow.flight.auth2.ClientIncomingAuthHeaderMiddleware.Factory
Packages that use ClientIncomingAuthHeaderMiddleware.Factory
-
Uses of ClientIncomingAuthHeaderMiddleware.Factory in org.apache.arrow.driver.jdbc.client.utils
Methods in org.apache.arrow.driver.jdbc.client.utils with parameters of type ClientIncomingAuthHeaderMiddleware.FactoryModifier and TypeMethodDescriptionstatic CredentialCallOption
ClientAuthenticationUtils.getAuthenticate
(FlightClient client, String username, String password, ClientIncomingAuthHeaderMiddleware.Factory factory, CallOption... options) Gets theCredentialCallOption
for the provided authentication info.