AzureCloudEndpoint Enumeration

  • java.lang.Object
    • java.lang.Enum
      • com.microsoft.aad.msal4j.AzureCloudEndpoint

public enum AzureCloudEndpoint
extends java.lang.Enum<AzureCloudEndpoint>

Alle nationalen Clouds authentifizieren Benutzer separat in jeder Umgebung und verfügen über separate Authentifizierungsendpunkte. AzureCloudEndpoint ist eine Hilfsprogramm-Enumeration, die URLs für jeden der nationalen Clouds-Endpunkte sowie den öffentlichen Cloud-Endpunkt enthält.

Weitere Informationen finden Sie unter: https://aka.ms/msal4j-national-cloud

Felder

AzureChina

Microsoft chinesische nationale Cloud, https://login.chinacloudapi.Cn

AzureGermany

Microsoft deutsche Nationalwolke ("Schwarzwald"), https://login.microsoftonline.de

AzurePublic

Microsoft Azure öffentliche Cloud, https://login.microsoftonline.Com

AzureUsGovernment

US Government Cloud, https://login.microsoftonline.Uns

endpoint

Geerbte Methoden von java.lang.Enum

java.lang.Enum.<T>valueOf java.lang.Enum.clone java.lang.Enum.compareTo java.lang.Enum.equals java.lang.Enum.finalize java.lang.Enum.getDeclaringClass java.lang.Enum.hashCode java.lang.Enum.name java.lang.Enum.ordinal java.lang.Enum.toString

Geerbte Methoden von java.lang.Object

java.lang.Object.getClass java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Methoden

valueOf(String name)

public static AzureCloudEndpoint valueOf(String name)

Parameter

name
java.lang.String

Gibt zurück

values()

public static AzureCloudEndpoint[] values()

Gibt zurück

Gilt für: