Class ApplicationCertificateTokenProvider
- java.lang.Object
-
- com.microsoft.azure.kusto.data.auth.TokenProviderBase
-
- com.microsoft.azure.kusto.data.auth.CloudDependentTokenProviderBase
-
- com.microsoft.azure.kusto.data.auth.MsalTokenProviderBase
-
- com.microsoft.azure.kusto.data.auth.ConfidentialAppTokenProviderBase
-
- com.microsoft.azure.kusto.data.auth.ApplicationCertificateTokenProvider
-
public class ApplicationCertificateTokenProvider extends ConfidentialAppTokenProviderBase
-
-
Field Summary
-
Fields inherited from class com.microsoft.azure.kusto.data.auth.MsalTokenProviderBase
aadAuthorityUrl, ERROR_ACQUIRING_APPLICATION_ACCESS_TOKEN, ERROR_INVALID_AUTHORITY_URL, ORGANIZATION_URI_SUFFIX, TIMEOUT_MS
-
Fields inherited from class com.microsoft.azure.kusto.data.auth.CloudDependentTokenProviderBase
scopes
-
Fields inherited from class com.microsoft.azure.kusto.data.auth.TokenProviderBase
clusterUrl, httpClient, logger
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected com.microsoft.aad.msal4j.IConfidentialClientApplicationgetClientApplication()-
Methods inherited from class com.microsoft.azure.kusto.data.auth.ConfidentialAppTokenProviderBase
acquireAccessTokenSilentlyMsal, acquireNewAccessToken, initializeWithCloudInfo
-
Methods inherited from class com.microsoft.azure.kusto.data.auth.MsalTokenProviderBase
acquireAccessTokenImpl, acquireAccessTokenSilently
-
Methods inherited from class com.microsoft.azure.kusto.data.auth.CloudDependentTokenProviderBase
acquireAccessToken
-
-
-
-
Method Detail
-
getClientApplication
protected com.microsoft.aad.msal4j.IConfidentialClientApplication getClientApplication() throws MalformedURLException- Specified by:
getClientApplicationin classConfidentialAppTokenProviderBase- Throws:
MalformedURLException
-
-