| Package | Description |
|---|---|
| com.microsoft.azure.kusto.data | |
| com.microsoft.azure.kusto.data.auth | |
| com.microsoft.azure.kusto.data.exceptions | |
| com.microsoft.azure.kusto.data.http |
| Modifier and Type | Method and Description |
|---|---|
String |
TokenProviderBase.acquireAccessToken() |
protected String |
MsalTokenProviderBase.acquireAccessTokenImpl() |
protected abstract String |
TokenProviderBase.acquireAccessTokenImpl() |
protected String |
ManagedIdentityTokenProvider.acquireAccessTokenImpl() |
protected String |
PublicAppTokenProviderBase.acquireAccessTokenImpl() |
protected com.microsoft.aad.msal4j.IAuthenticationResult |
MsalTokenProviderBase.acquireAccessTokenSilently() |
protected abstract com.microsoft.aad.msal4j.IAuthenticationResult |
MsalTokenProviderBase.acquireAccessTokenSilentlyMsal() |
protected abstract com.microsoft.aad.msal4j.IAuthenticationResult |
MsalTokenProviderBase.acquireNewAccessToken() |
protected com.microsoft.aad.msal4j.IAuthenticationResult |
ConfidentialAppTokenProviderBase.acquireNewAccessToken() |
protected com.microsoft.aad.msal4j.IAuthenticationResult |
UserPromptTokenProvider.acquireNewAccessToken() |
protected void |
MsalTokenProviderBase.initializeWithCloudInfo(CloudInfo cloudInfo) |
protected void |
ConfidentialAppTokenProviderBase.initializeWithCloudInfo(CloudInfo cloudInfo) |
protected void |
ManagedIdentityTokenProvider.initializeWithCloudInfo(CloudInfo cloudInfo) |
protected void |
CloudDependentTokenProviderBase.initializeWithCloudInfo(CloudInfo cloudInfo) |
protected void |
PublicAppTokenProviderBase.initializeWithCloudInfo(CloudInfo cloudInfo) |
static CloudInfo |
CloudInfo.retrieveCloudInfoForCluster(String clusterUrl) |
static CloudInfo |
CloudInfo.retrieveCloudInfoForCluster(String clusterUrl,
@Nullable org.apache.http.client.HttpClient givenHttpClient) |
| Modifier and Type | Class and Description |
|---|---|
class |
ThrottleException |
| Modifier and Type | Method and Description |
|---|---|
static DataServiceException |
HttpPostUtils.createExceptionFromResponse(String url,
org.apache.http.HttpResponse httpResponse,
Exception thrownException,
String errorFromResponse) |
| Modifier and Type | Method and Description |
|---|---|
static String |
HttpPostUtils.post(org.apache.http.impl.client.CloseableHttpClient httpClient,
String urlStr,
org.apache.http.entity.AbstractHttpEntity requestEntity,
long timeoutMs,
Map<String,String> headers) |
static InputStream |
HttpPostUtils.postToStreamingOutput(org.apache.http.impl.client.CloseableHttpClient httpClient,
String url,
String payload,
long timeoutMs,
Map<String,String> headers) |
static InputStream |
HttpPostUtils.postToStreamingOutput(org.apache.http.impl.client.CloseableHttpClient httpClient,
String url,
String payload,
long timeoutMs,
Map<String,String> headers,
int redirectCount) |
Copyright © 2024. All rights reserved.