| Package | Description |
|---|---|
| com.databricks.sdk.core | |
| com.databricks.sdk.core.commons | |
| com.databricks.sdk.core.oauth |
| Modifier and Type | Method and Description |
|---|---|
HttpClient |
ApiClient.getHttpClient() |
HttpClient |
DatabricksConfig.getHttpClient() |
| Modifier and Type | Method and Description |
|---|---|
DatabricksConfig |
DatabricksConfig.setHttpClient(HttpClient httpClient) |
ApiClient.Builder |
ApiClient.Builder.withHttpClient(HttpClient httpClient) |
| Modifier and Type | Class and Description |
|---|---|
class |
CommonsHttpClient |
| Modifier and Type | Method and Description |
|---|---|
static OAuthResponse |
TokenEndpointClient.requestToken(HttpClient httpClient,
String tokenEndpointUrl,
Map<String,String> params)
Requests an OAuth token from the specified token endpoint.
|
protected static Token |
RefreshableTokenSource.retrieveToken(HttpClient hc,
String clientId,
String clientSecret,
String tokenUrl,
Map<String,String> params,
Map<String,String> headers,
AuthParameterPosition position)
Helper method implementing OAuth token refresh.
|
Consent |
Consent.setHttpClient(HttpClient hc) |
ClientCredentials.Builder |
ClientCredentials.Builder.withHttpClient(HttpClient hc) |
Consent.Builder |
Consent.Builder.withHttpClient(HttpClient hc) |
OAuthClient.Builder |
OAuthClient.Builder.withHttpClient(HttpClient hc) |
| Constructor and Description |
|---|
Builder(String clientId,
String host,
OpenIDConnectEndpoints endpoints,
IDTokenSource idTokenSource,
HttpClient httpClient)
Creates a new Builder with required parameters.
|
DataPlaneTokenSource(HttpClient httpClient,
TokenSource cpTokenSource,
String host)
Constructs a DataPlaneTokenSource.
|
EndpointTokenSource(TokenSource cpTokenSource,
String authDetails,
HttpClient httpClient,
String host)
Constructs a new EndpointTokenSource.
|
GithubIDTokenSource(String actionsIDTokenRequestURL,
String actionsIDTokenRequestToken,
HttpClient httpClient)
Constructs a new GithubIDTokenSource.
|
GitHubOidcTokenSupplier(HttpClient httpClient,
String idTokenRequestUrl,
String idTokenRequestToken,
String tokenAudience) |
Copyright © 2025. All rights reserved.