MicrosoftGovernmentAppCredentials Classe

public class MicrosoftGovernmentAppCredentials
extends MicrosoftAppCredentials

Implémentation de l’authentification MicrosoftGovernmentAppCredentials.

Récapitulatif du constructeur

Constructeur Description
MicrosoftGovernmentAppCredentials(String appId, String password)

Initialise une nouvelle instance de la classe MicrosoftGovernmentAppCredentials.

MicrosoftGovernmentAppCredentials(String appId, String password, String oAuthScope)

Initialise une nouvelle instance de la classe MicrosoftGovernmentAppCredentials.

MicrosoftGovernmentAppCredentials(String withAppId, String withAppPassword, String withChannelAuthTenant, String withOAuthScope)

Initialise une nouvelle instance de la classe MicrosoftGovernmentAppCredentials.

Résumé de la méthode

Modificateur et type Méthode et description
static MicrosoftGovernmentAppCredentials empty()

Ensemble vide d’informations d’identification.

java.lang.String oAuthEndpoint()

Obtient le point de terminaison Gov OAuth à utiliser.

Méthodes héritées de AppCredentials

Méthodes héritées de MicrosoftAppCredentials

Méthodes héritées de java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Détails du constructeur

MicrosoftGovernmentAppCredentials

public MicrosoftGovernmentAppCredentials(String appId, String password)

Initialise une nouvelle instance de la classe MicrosoftGovernmentAppCredentials.

Paramètres:

appId - ID d’application Microsoft.
password - Mot de passe de l’application Microsoft.

MicrosoftGovernmentAppCredentials

public MicrosoftGovernmentAppCredentials(String appId, String password, String oAuthScope)

Initialise une nouvelle instance de la classe MicrosoftGovernmentAppCredentials.

Paramètres:

appId - ID d’application Microsoft.
password - Mot de passe de l’application Microsoft.
oAuthScope - Étendue du jeton.

MicrosoftGovernmentAppCredentials

public MicrosoftGovernmentAppCredentials(String withAppId, String withAppPassword, String withChannelAuthTenant, String withOAuthScope)

Initialise une nouvelle instance de la classe MicrosoftGovernmentAppCredentials.

Paramètres:

withAppId - ID d’application Microsoft.
withAppPassword - Mot de passe de l’application Microsoft.
withChannelAuthTenant - Optionnel. Locataire de jeton oauth.
withOAuthScope - Étendue du jeton.

Détails de la méthode

empty

public static MicrosoftGovernmentAppCredentials empty()

Ensemble vide d’informations d’identification.

Retours:

Informations d’identification Gov vides.

oAuthEndpoint

public String oAuthEndpoint()

Obtient le point de terminaison Gov OAuth à utiliser.

Remplacements:

MicrosoftGovernmentAppCredentials.oAuthEndpoint()

Retours:

Point de terminaison OAuth à utiliser.

S’applique à