Uses of Class
com.azure.identity.DefaultAzureCredentialBuilder
-
Uses of DefaultAzureCredentialBuilder in com.azure.identity
Methods in com.azure.identity that return DefaultAzureCredentialBuilderModifier 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 Microsoft Entra endpoint to acquire tokens.DefaultAzureCredentialBuilder.credentialProcessTimeout
(Duration credentialProcessTimeout) Specifies aDuration
timeout for developer credentials (such as Azure CLI) that rely on separate process invocations.DefaultAzureCredentialBuilder.disableInstanceDiscovery()
Disables the setting which determines whether or not instance discovery is performed when attempting to authenticate.DefaultAzureCredentialBuilder.executorService
(ExecutorService executorService) Specifies the ExecutorService to be used to execute the authentication requests.DefaultAzureCredentialBuilder.intelliJKeePassDatabasePath
(String databasePath) Deprecated.Support for older Azure Toolkit for IntelliJ versions was removed in 1.14.0.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.DefaultAzureCredentialBuilder.requireEnvVars
(AzureIdentityEnvVars... envVars) Specifies environment variables that must be present when building the credential.Sets the tenant id of the user to authenticate through theDefaultAzureCredential
.DefaultAzureCredentialBuilder.workloadIdentityClientId
(String clientId) Specifies the client ID of Microsoft Entra app to be used for AKS workload identity authentication.