IntegratedWindowsAuthenticationParameters.IntegratedWindowsAuthenticationParametersBuilder Klass
- java.
lang. Object - com.
microsoft. aad. msal4j. IntegratedWindowsAuthenticationParameters. IntegratedWindowsAuthenticationParametersBuilder
- com.
public static class IntegratedWindowsAuthenticationParameters.IntegratedWindowsAuthenticationParametersBuilder
Metodsammanfattning
Metoder som ärvts från java.lang.Object
Metodinformation
build
public IntegratedWindowsAuthenticationParameters build()
claims
public IntegratedWindowsAuthenticationParameters.IntegratedWindowsAuthenticationParametersBuilder claims(ClaimsRequest claims)
Anspråk som ska begäras via parametern för OIDC-anspråksbegäran, vilket tillåter begäranden för standardanspråk och anpassade anspråk
Parametrar:
Returer:
this.extraHttpHeaders
public IntegratedWindowsAuthenticationParameters.IntegratedWindowsAuthenticationParametersBuilder extraHttpHeaders(Map<String,String> extraHttpHeaders)
Lägger till ytterligare rubriker i tokenbegäran
Parametrar:
Returer:
this.extraQueryParameters
public IntegratedWindowsAuthenticationParameters.IntegratedWindowsAuthenticationParametersBuilder extraQueryParameters(Map<String,String> extraQueryParameters)
Lägger till ytterligare parametrar i tokenbegäran
Parametrar:
Returer:
this.scopes
public IntegratedWindowsAuthenticationParameters.IntegratedWindowsAuthenticationParametersBuilder scopes(@NonNull Set<String> scopes)
Omfång som programmet begär åtkomst till
Parametrar:
Returer:
this.tenant
public IntegratedWindowsAuthenticationParameters.IntegratedWindowsAuthenticationParametersBuilder tenant(String tenant)
Åsidosätter klientvärdet i utfärdar-URL:en för den här begäran
Parametrar:
Returer:
this.toString
public String toString()
Åsidosättningar:
IntegratedWindowsAuthenticationParameters.IntegratedWindowsAuthenticationParametersBuilder.toString()username
public IntegratedWindowsAuthenticationParameters.IntegratedWindowsAuthenticationParametersBuilder username(@NonNull String username)
Identifierare för användarkonto som token ska hämtas för
Parametrar:
Returer:
this.