IntegratedWindowsAuthenticationParameters.IntegratedWindowsAuthenticationParametersBuilder Klas
- java.
lang. Object - com.
microsoft. aad. msal4j. IntegratedWindowsAuthenticationParameters. IntegratedWindowsAuthenticationParametersBuilder
- com.
public static class IntegratedWindowsAuthenticationParameters.IntegratedWindowsAuthenticationParametersBuilder
Methodesamenvatting
Methoden overgenomen van java.lang.Object
Methodedetails
build
public IntegratedWindowsAuthenticationParameters build()
claims
public IntegratedWindowsAuthenticationParameters.IntegratedWindowsAuthenticationParametersBuilder claims(ClaimsRequest claims)
Claims die moeten worden aangevraagd via de OIDC-claimaanvraagparameter, waardoor aanvragen voor standaard- en aangepaste claims worden toegestaan
Parameters:
Retouren:
this.extraHttpHeaders
public IntegratedWindowsAuthenticationParameters.IntegratedWindowsAuthenticationParametersBuilder extraHttpHeaders(Map<String,String> extraHttpHeaders)
Voegt extra headers toe aan de tokenaanvraag
Parameters:
Retouren:
this.extraQueryParameters
public IntegratedWindowsAuthenticationParameters.IntegratedWindowsAuthenticationParametersBuilder extraQueryParameters(Map<String,String> extraQueryParameters)
Voegt aanvullende parameters toe aan de tokenaanvraag
Parameters:
Retouren:
this.scopes
public IntegratedWindowsAuthenticationParameters.IntegratedWindowsAuthenticationParametersBuilder scopes(@NonNull Set<String> scopes)
Bereiken waartoe de toepassing toegang aanvraagt
Parameters:
Retouren:
this.tenant
public IntegratedWindowsAuthenticationParameters.IntegratedWindowsAuthenticationParametersBuilder tenant(String tenant)
Overschrijft de tenantwaarde in de instantie-URL voor deze aanvraag
Parameters:
Retouren:
this.toString
public String toString()
Overschrijvingen:
IntegratedWindowsAuthenticationParameters.IntegratedWindowsAuthenticationParametersBuilder.toString()username
public IntegratedWindowsAuthenticationParameters.IntegratedWindowsAuthenticationParametersBuilder username(@NonNull String username)
Id van gebruikersaccount waarvoor tokens moeten worden verkregen voor
Parameters:
Retouren:
this.