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 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) 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
.DefaultAzureCredentialBuilder.workloadIdentityClientId
(String clientId) Specifies the client ID of Microsoft Entra app to be used for AKS workload identity authentication.