Package | Description |
---|---|
io.vertx.ext.web.client | |
io.vertx.reactivex.ext.web.client | |
io.vertx.rxjava.ext.web.client | |
io.vertx.rxjava3.ext.web.client |
Modifier and Type | Method and Description |
---|---|
OAuth2WebClientOptions |
OAuth2WebClientOptions.setLeeway(int leeway)
Set a default leeway in seconds to be considered while validating tokens for expiration.
|
OAuth2WebClientOptions |
OAuth2WebClientOptions.setRenewTokenOnForbidden(boolean renewTokenOnForbidden)
Set a default behavior on how to handle the first forbidden response.
|
Modifier and Type | Method and Description |
---|---|
static OAuth2WebClient |
OAuth2WebClient.create(WebClient webClient,
OAuth2Auth oAuth2Auth,
OAuth2WebClientOptions options)
Create a session aware web client using the provided
webClient instance. |
static void |
OAuth2WebClientOptionsConverter.fromJson(Iterable<Map.Entry<String,Object>> json,
OAuth2WebClientOptions obj) |
static void |
OAuth2WebClientOptionsConverter.toJson(OAuth2WebClientOptions obj,
JsonObject json) |
static void |
OAuth2WebClientOptionsConverter.toJson(OAuth2WebClientOptions obj,
Map<String,Object> json) |
Constructor and Description |
---|
OAuth2WebClientOptions(OAuth2WebClientOptions other)
Copy constructor.
|
Modifier and Type | Method and Description |
---|---|
static OAuth2WebClient |
OAuth2WebClient.create(WebClient webClient,
OAuth2Auth oAuth2Auth,
OAuth2WebClientOptions options)
Create a session aware web client using the provided
webClient instance. |
Modifier and Type | Method and Description |
---|---|
static OAuth2WebClient |
OAuth2WebClient.create(WebClient webClient,
OAuth2Auth oAuth2Auth,
OAuth2WebClientOptions options)
Create a session aware web client using the provided
webClient instance. |
Modifier and Type | Method and Description |
---|---|
static OAuth2WebClient |
OAuth2WebClient.create(WebClient webClient,
OAuth2Auth oAuth2Auth,
OAuth2WebClientOptions options)
Create a session aware web client using the provided
webClient instance. |
Copyright © 2023 Eclipse. All rights reserved.