| Package | Description |
|---|---|
| org.apache.hadoop.fs.azurebfs.oauth2 |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
| Modifier and Type | Method and Description |
|---|---|
AzureADToken |
AccessTokenProvider.getToken()
returns the
AzureADToken cached (or retrieved) by this instance. |
static AzureADToken |
AzureADAuthenticator.getTokenFromMsi(String tenantGuid,
String clientId,
boolean bypassCache)
Gets AAD token from the local virtual machine's VM extension.
|
static AzureADToken |
AzureADAuthenticator.getTokenUsingClientCreds(String authEndpoint,
String clientId,
String clientSecret)
gets Azure Active Directory token using the user ID and password of
a service principal (that is, Web App in Azure Active Directory).
|
static AzureADToken |
AzureADAuthenticator.getTokenUsingRefreshToken(String clientId,
String refreshToken)
Gets Azure Active Directory token using refresh token.
|
protected AzureADToken |
CustomTokenProviderAdapter.refreshToken() |
protected AzureADToken |
RefreshTokenBasedTokenProvider.refreshToken() |
protected AzureADToken |
UserPasswordTokenProvider.refreshToken() |
protected AzureADToken |
MsiTokenProvider.refreshToken() |
protected abstract AzureADToken |
AccessTokenProvider.refreshToken()
the method to fetch the access token.
|
protected AzureADToken |
ClientCredsTokenProvider.refreshToken() |
Copyright © 2008–2020 Apache Software Foundation. All rights reserved.