| Package | Description |
|---|---|
| com.microsoft.azure.datalake.store |
The main Azure Data Lake Store SDK classes.
|
| com.microsoft.azure.datalake.store.oauth2 |
Classes to help fetch and manage Azure ActiveDirectory tokens
|
| Class and Description |
|---|
| AccessTokenProvider
Returns an Azure Active Directory token when requested.
|
| AzureADToken
Object represnting the AAD access token to use when making HTTP requests to Azure Data Lake Storage.
|
| ClientCredsTokenProvider
Provides tokens based on client credentials
|
| DeviceCodeTokenProvider
Enables interactive login in non-browser based contexts.
|
| MsiTokenProvider
Provides tokens based on Azure VM's Managed Service Identity
|
| RefreshTokenBasedTokenProvider
Provides tokens based on refresh token
|
| UserPasswordTokenProvider
Provides tokens based on username and password
|
| Class and Description |
|---|
| AccessTokenProvider
Returns an Azure Active Directory token when requested.
|
| AzureADToken
Object represnting the AAD access token to use when making HTTP requests to Azure Data Lake Storage.
|
| RefreshTokenInfo
Information about the refresh token, and the associated access token
|
Copyright © 2019 Microsoft Corporation. All rights reserved.