IntegratedWindowsAuthenticationParameters.IntegratedWindowsAuthenticationParametersBuilder 클래스
- java.
lang. Object - com.
microsoft. aad. msal4j. IntegratedWindowsAuthenticationParameters. IntegratedWindowsAuthenticationParametersBuilder
- com.
public static class IntegratedWindowsAuthenticationParameters.IntegratedWindowsAuthenticationParametersBuilder
메서드 요약
| 한정자 및 형식 | 메서드 및 설명 |
|---|---|
|
Integrated |
build() |
|
Integrated |
claims(ClaimsRequest claims)
표준 및 사용자 지정 클레임에 대한 요청을 허용하는 OIDC 클레임 요청 매개 변수를 통해 요청되는 클레임 |
|
Integrated |
extraHttpHeaders(Map<String,String> extraHttpHeaders)
토큰 요청에 헤더 추가 |
|
Integrated |
extraQueryParameters(Map<String,String> extraQueryParameters)
토큰 요청에 추가 매개 변수 추가 |
|
Integrated |
scopes(@NonNull Set<String> scopes)
애플리케이션이 액세스를 요청하는 범위 |
|
Integrated |
tenant(String tenant)
이 요청에 대한 기관 URL의 테넌트 값을 재정의합니다. |
| java.lang.String | toString() |
|
Integrated |
username(@NonNull String username)
에 대한 토큰을 획득할 사용자 계정의 식별자 |
다음에서 상속된 메서드 java.lang.Object
메서드 세부 정보
build
public IntegratedWindowsAuthenticationParameters build()
claims
public IntegratedWindowsAuthenticationParameters.IntegratedWindowsAuthenticationParametersBuilder claims(ClaimsRequest claims)
표준 및 사용자 지정 클레임에 대한 요청을 허용하는 OIDC 클레임 요청 매개 변수를 통해 요청되는 클레임
매개 변수:
반품:
this;extraHttpHeaders
public IntegratedWindowsAuthenticationParameters.IntegratedWindowsAuthenticationParametersBuilder extraHttpHeaders(Map<String,String> extraHttpHeaders)
토큰 요청에 헤더 추가
매개 변수:
반품:
this;extraQueryParameters
public IntegratedWindowsAuthenticationParameters.IntegratedWindowsAuthenticationParametersBuilder extraQueryParameters(Map<String,String> extraQueryParameters)
토큰 요청에 추가 매개 변수 추가
매개 변수:
반품:
this;scopes
public IntegratedWindowsAuthenticationParameters.IntegratedWindowsAuthenticationParametersBuilder scopes(@NonNull Set<String> scopes)
애플리케이션이 액세스를 요청하는 범위
매개 변수:
반품:
this;tenant
public IntegratedWindowsAuthenticationParameters.IntegratedWindowsAuthenticationParametersBuilder tenant(String tenant)
이 요청에 대한 기관 URL의 테넌트 값을 재정의합니다.
매개 변수:
반품:
this;toString
public String toString()
재정의:
IntegratedWindowsAuthenticationParameters.IntegratedWindowsAuthenticationParametersBuilder.toString()username
public IntegratedWindowsAuthenticationParameters.IntegratedWindowsAuthenticationParametersBuilder username(@NonNull String username)
에 대한 토큰을 획득할 사용자 계정의 식별자
매개 변수:
반품:
this;