| Package | Description |
|---|---|
| com.databricks.sdk.core | |
| com.databricks.sdk.core.oauth |
| Modifier and Type | Method and Description |
|---|---|
OAuthHeaderFactory |
DatabricksCliCredentialsProvider.configure(DatabricksConfig config) |
OAuthHeaderFactory |
AzureCliCredentialsProvider.configure(DatabricksConfig config) |
| Modifier and Type | Method and Description |
|---|---|
OAuthHeaderFactory |
AzureServicePrincipalCredentialsProvider.configure(DatabricksConfig config) |
OAuthHeaderFactory |
OAuthM2MServicePrincipalCredentialsProvider.configure(DatabricksConfig config) |
OAuthHeaderFactory |
SessionCredentials.configure(DatabricksConfig config) |
OAuthHeaderFactory |
ExternalBrowserCredentialsProvider.configure(DatabricksConfig config) |
OAuthHeaderFactory |
TokenSourceCredentialsProvider.configure(DatabricksConfig config)
Configures the credentials provider and creates a HeaderFactory for generating authentication
headers.
|
OAuthHeaderFactory |
AzureGithubOidcCredentialsProvider.configure(DatabricksConfig config) |
static OAuthHeaderFactory |
OAuthHeaderFactory.fromSuppliers(Supplier<Token> tokenSupplier,
Supplier<Map<String,String>> headerSupplier)
Creates an OAuthHeaderFactory from separate token and header suppliers.
|
static OAuthHeaderFactory |
OAuthHeaderFactory.fromTokenSource(TokenSource tokenSource)
Creates an OAuthHeaderFactory from a TokenSource.
|
Copyright © 2025. All rights reserved.