Uses of Class
org.apache.arrow.flight.grpc.CredentialCallOption
Packages that use CredentialCallOption
Package
Description
-
Uses of CredentialCallOption in org.apache.arrow.driver.jdbc.client.utils
Methods in org.apache.arrow.driver.jdbc.client.utils that return CredentialCallOptionModifier and TypeMethodDescriptionstatic CredentialCallOption
ClientAuthenticationUtils.getAuthenticate
(FlightClient client, String username, String password, ClientIncomingAuthHeaderMiddleware.Factory factory, CallOption... options) Gets theCredentialCallOption
for the provided authentication info.static CredentialCallOption
ClientAuthenticationUtils.getAuthenticate
(FlightClient client, CredentialCallOption credential, CallOption... options) Gets theCredentialCallOption
for the provided authentication info.Methods in org.apache.arrow.driver.jdbc.client.utils with parameters of type CredentialCallOptionModifier and TypeMethodDescriptionstatic CredentialCallOption
ClientAuthenticationUtils.getAuthenticate
(FlightClient client, CredentialCallOption credential, CallOption... options) Gets theCredentialCallOption
for the provided authentication info. -
Uses of CredentialCallOption in org.apache.arrow.flight
Methods in org.apache.arrow.flight that return types with arguments of type CredentialCallOptionModifier and TypeMethodDescriptionFlightClient.authenticateBasicToken
(String username, String password) Authenticates with a username and password. -
Uses of CredentialCallOption in org.apache.arrow.flight.auth2
Methods in org.apache.arrow.flight.auth2 that return CredentialCallOptionModifier and TypeMethodDescriptionClientIncomingAuthHeaderMiddleware.Factory.getCredentialCallOption()
ClientBearerHeaderHandler.getCredentialCallOptionFromIncomingHeaders
(CallHeaders incomingHeaders) ClientHeaderHandler.getCredentialCallOptionFromIncomingHeaders
(CallHeaders incomingHeaders) Parses the incoming headers and converts them into a CredentialCallOption.