Package | Description |
---|---|
org.apache.arrow.driver.jdbc.client.utils | |
org.apache.arrow.flight | |
org.apache.arrow.flight.auth2 |
Modifier and Type | Method and Description |
---|---|
static CredentialCallOption |
ClientAuthenticationUtils.getAuthenticate(FlightClient client,
CredentialCallOption credential,
CallOption... options)
Gets the
CredentialCallOption for the provided authentication info. |
static CredentialCallOption |
ClientAuthenticationUtils.getAuthenticate(FlightClient client,
String username,
String password,
ClientIncomingAuthHeaderMiddleware.Factory factory,
CallOption... options)
Gets the
CredentialCallOption for the provided authentication info. |
Modifier and Type | Method and Description |
---|---|
static CredentialCallOption |
ClientAuthenticationUtils.getAuthenticate(FlightClient client,
CredentialCallOption credential,
CallOption... options)
Gets the
CredentialCallOption for the provided authentication info. |
Modifier and Type | Method and Description |
---|---|
Optional<CredentialCallOption> |
FlightClient.authenticateBasicToken(String username,
String password)
Authenticates with a username and password.
|
Modifier and Type | Method and Description |
---|---|
CredentialCallOption |
ClientIncomingAuthHeaderMiddleware.Factory.getCredentialCallOption() |
CredentialCallOption |
ClientBearerHeaderHandler.getCredentialCallOptionFromIncomingHeaders(CallHeaders incomingHeaders) |
CredentialCallOption |
ClientHeaderHandler.getCredentialCallOptionFromIncomingHeaders(CallHeaders incomingHeaders)
Parses the incoming headers and converts them into a CredentialCallOption.
|
Copyright © 2023 The Apache Software Foundation. All rights reserved.