| Package | Description |
|---|---|
| com.databricks.sdk.core | |
| com.databricks.sdk.core.oauth |
| Modifier and Type | Method and Description |
|---|---|
protected Token |
CliTokenSource.refresh() |
| Modifier and Type | Field and Description |
|---|---|
protected Token |
RefreshableTokenSource.token |
| Modifier and Type | Method and Description |
|---|---|
Token |
TokenSource.getToken() |
Token |
RefreshableTokenSource.getToken() |
Token |
FileTokenCache.load() |
Token |
TokenCache.load()
Loads a Token from the cache.
|
protected Token |
SessionCredentials.refresh() |
protected abstract Token |
RefreshableTokenSource.refresh() |
protected Token |
ClientCredentials.refresh() |
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FileTokenCache.save(Token token) |
void |
TokenCache.save(Token token)
Saves a Token to the cache.
|
| Constructor and Description |
|---|
RefreshableTokenSource(Token token) |
Copyright © 2025. All rights reserved.