Package com.azure.identity
Class AzureAuthorityHosts
java.lang.Object
com.azure.identity.AzureAuthorityHosts
Defines fields exposing the well known authority hosts for the Azure Public Cloud and sovereign clouds.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The host of the Azure Active Directory authority for tenants in the Azure China Cloud.static final String
The host of the Azure Active Directory authority for tenants in the Azure German Cloud.static final String
The host of the Azure Active Directory authority for tenants in the Azure US Government Cloud.static final String
The host of the Azure Active Directory authority for tenants in the Azure Public Cloud. -
Method Summary
-
Field Details
-
AZURE_PUBLIC_CLOUD
The host of the Azure Active Directory authority for tenants in the Azure Public Cloud.- See Also:
-
AZURE_CHINA
The host of the Azure Active Directory authority for tenants in the Azure China Cloud.- See Also:
-
AZURE_GERMANY
The host of the Azure Active Directory authority for tenants in the Azure German Cloud.- See Also:
-
AZURE_GOVERNMENT
The host of the Azure Active Directory authority for tenants in the Azure US Government Cloud.- See Also:
-