IntegratedWindowsAuthenticationParameters.IntegratedWindowsAuthenticationParametersBuilder Třída
- java.
lang. Object - com.
microsoft. aad. msal4j. IntegratedWindowsAuthenticationParameters. IntegratedWindowsAuthenticationParametersBuilder
- com.
public static class IntegratedWindowsAuthenticationParameters.IntegratedWindowsAuthenticationParametersBuilder
Souhrn metod
Metody zděděné od java.lang.Object
Podrobnosti metody
build
public IntegratedWindowsAuthenticationParameters build()
claims
public IntegratedWindowsAuthenticationParameters.IntegratedWindowsAuthenticationParametersBuilder claims(ClaimsRequest claims)
Deklarace identity, které se mají požadovat prostřednictvím parametru požadavku deklarací identity OIDC, což umožňuje požadavky na standardní a vlastní deklarace identity
Parametry:
Návraty:
this.extraHttpHeaders
public IntegratedWindowsAuthenticationParameters.IntegratedWindowsAuthenticationParametersBuilder extraHttpHeaders(Map<String,String> extraHttpHeaders)
Přidá do žádosti o token další hlavičky.
Parametry:
Návraty:
this.extraQueryParameters
public IntegratedWindowsAuthenticationParameters.IntegratedWindowsAuthenticationParametersBuilder extraQueryParameters(Map<String,String> extraQueryParameters)
Přidá do požadavku tokenu další parametry.
Parametry:
Návraty:
this.scopes
public IntegratedWindowsAuthenticationParameters.IntegratedWindowsAuthenticationParametersBuilder scopes(@NonNull Set<String> scopes)
Obory, ke kterým aplikace žádá o přístup
Parametry:
Návraty:
this.tenant
public IntegratedWindowsAuthenticationParameters.IntegratedWindowsAuthenticationParametersBuilder tenant(String tenant)
Přepíše hodnotu tenanta v adrese URL autority pro tento požadavek.
Parametry:
Návraty:
this.toString
public String toString()
Přepsání:
IntegratedWindowsAuthenticationParameters.IntegratedWindowsAuthenticationParametersBuilder.toString()username
public IntegratedWindowsAuthenticationParameters.IntegratedWindowsAuthenticationParametersBuilder username(@NonNull String username)
Identifikátor uživatelského účtu, pro který se mají získat tokeny pro
Parametry:
Návraty:
this.