Uses of Class
com.azure.identity.DefaultAzureCredentialBuilder
-
Uses of DefaultAzureCredentialBuilder in com.azure.identity
Modifier and TypeMethodDescriptionDefaultAzureCredentialBuilder.additionallyAllowedTenants
(String... additionallyAllowedTenants) For multi-tenant applications, specifies additional tenants for which the credential may acquire tokens.DefaultAzureCredentialBuilder.additionallyAllowedTenants
(List<String> additionallyAllowedTenants) For multi-tenant applications, specifies additional tenants for which the credential may acquire tokens.DefaultAzureCredentialBuilder.authorityHost
(String authorityHost) Specifies the Azure Active Directory endpoint to acquire tokens.DefaultAzureCredentialBuilder.executorService
(ExecutorService executorService) Specifies the ExecutorService to be used to execute the authentication requests.DefaultAzureCredentialBuilder.intelliJKeePassDatabasePath
(String databasePath) Specifies the KeePass database path to read the cached credentials of Azure toolkit for IntelliJ plugin.DefaultAzureCredentialBuilder.managedIdentityClientId
(String clientId) Specifies the client ID of user assigned or system assigned identity, when this credential is running in an environment with managed identities.DefaultAzureCredentialBuilder.managedIdentityResourceId
(String resourceId) Specifies the resource ID of user assigned or system assigned identity, when this credential is running in an environment with managed identities.Sets the tenant id of the user to authenticate through theDefaultAzureCredential
.