Package | Description |
---|---|
com.databricks.sdk.core | |
com.databricks.sdk.core.oauth |
Modifier and Type | Class and Description |
---|---|
class |
AzureCliCredentialsProvider |
class |
BasicCredentialsProvider |
class |
DatabricksCliCredentialsProvider |
class |
DefaultCredentialsProvider |
class |
GoogleCredentialsCredentialsProvider |
class |
GoogleIdCredentialsProvider |
class |
NotebookNativeCredentialsProvider
A CredentialsProvider that uses the API token from the command context to authenticate.
|
class |
PatCredentialsProvider |
Modifier and Type | Method and Description |
---|---|
CredentialsProvider |
DatabricksConfig.getCredentialsProvider() |
Modifier and Type | Method and Description |
---|---|
DatabricksConfig |
DatabricksConfig.setCredentialsProvider(CredentialsProvider credentialsProvider) |
Modifier and Type | Class and Description |
---|---|
class |
AzureServicePrincipalCredentialsProvider
Adds refreshed Azure Active Directory (AAD) Service Principal OAuth tokens to every request,
while automatically resolving different Azure environment endpoints.
|
class |
ExternalBrowserCredentialsProvider
A
CredentialsProvider which implements the Authorization Code + PKCE flow by opening a
browser for the user to authorize the application. |
class |
OAuthM2MServicePrincipalCredentialsProvider
Adds refreshed Databricks machine-to-machine OAuth Bearer token to every request, if
/oidc/.well-known/oauth-authorization-server is available on the given host.
|
class |
SessionCredentials
An implementation of RefreshableTokenSource implementing the refresh_token OAuth grant type.
|
Copyright © 2024. All rights reserved.