AzureCloudEndpoint Enum
- java.
lang. Object - java.
lang. Enum - com.
microsoft. aad. msal4j. AzureCloudEndpoint
- com.
- java.
public enum AzureCloudEndpoint
extends java.lang.Enum<AzureCloudEndpoint>
All the national clouds authenticate users separately in each environment and have separate authentication endpoints. AzureCloudEndpoint is an utility enum containing URLs for each of the national clouds endpoints, as well as the public cloud endpoint
For more details see: https://aka.ms/msal4j-national-cloud
Fields
AzureChina |
Microsoft Chinese national cloud, https://login. |
AzureGermany |
Microsoft German national cloud ("Black Forest"), https://login. |
AzurePublic |
Microsoft Azure public cloud, https://login. |
AzureUsGovernment |
US Government cloud, https://login. |
endpoint |
Methods inherited from java.lang.Enum
Methods inherited from java.lang.Object
Methods
valueOf(String name)
public static AzureCloudEndpoint valueOf(String name)
Parameters
- name
- java.lang.String