| 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 | Description |
|---|---|---|
AzureADToken |
AccessTokenProvider.getToken() |
returns the
AzureADToken cached (or retrieved) by this instance. |
static AzureADToken |
AzureADAuthenticator.getTokenFromMsi(java.lang.String authEndpoint,
java.lang.String tenantGuid,
java.lang.String clientId,
java.lang.String authority,
boolean bypassCache) |
Gets AAD token from the local virtual machine's VM extension.
|
static AzureADToken |
AzureADAuthenticator.getTokenUsingClientCreds(java.lang.String authEndpoint,
java.lang.String clientId,
java.lang.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.getTokenUsingJWTAssertion(java.lang.String authEndpoint,
java.lang.String clientId,
java.lang.String clientAssertion) |
Gets Azure Active Directory token using the user ID and a JWT assertion
generated by a federated authentication process.
|
static AzureADToken |
AzureADAuthenticator.getTokenUsingRefreshToken(java.lang.String authEndpoint,
java.lang.String clientId,
java.lang.String refreshToken) |
Gets Azure Active Directory token using refresh token.
|
protected abstract AzureADToken |
AccessTokenProvider.refreshToken() |
the method to fetch the access token.
|
protected AzureADToken |
ClientCredsTokenProvider.refreshToken() |
|
protected AzureADToken |
CustomTokenProviderAdapter.refreshToken() |
|
protected AzureADToken |
MsiTokenProvider.refreshToken() |
|
protected AzureADToken |
RefreshTokenBasedTokenProvider.refreshToken() |
|
protected AzureADToken |
UserPasswordTokenProvider.refreshToken() |
|
protected AzureADToken |
WorkloadIdentityTokenProvider.refreshToken() |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.