IntegratedWindowsAuthenticationParameters.IntegratedWindowsAuthenticationParametersBuilder Класс
- java.
lang. Object - com.
microsoft. aad. msal4j. IntegratedWindowsAuthenticationParameters. IntegratedWindowsAuthenticationParametersBuilder
- com.
public static class IntegratedWindowsAuthenticationParameters.IntegratedWindowsAuthenticationParametersBuilder
Сводка по методу
Методы, унаследованные от 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.