Modifier and Type | Method and Description |
---|---|
WebClient |
WebClient.accept(javax.ws.rs.core.MediaType... types) |
WebClient |
WebClient.accept(String... types) |
WebClient |
WebClient.acceptEncoding(String... encodings) |
WebClient |
WebClient.acceptLanguage(String... languages) |
WebClient |
WebClient.authorization(Object auth) |
WebClient |
WebClient.back(boolean fast)
Goes back
|
WebClient |
WebClient.cookie(javax.ws.rs.core.Cookie cookie) |
static WebClient |
WebClient.create(String baseAddress)
Creates WebClient
|
static WebClient |
WebClient.create(String baseURI,
boolean threadSafe)
Creates WebClient
|
static WebClient |
WebClient.create(String baseAddress,
List<?> providers)
Creates WebClient
|
static WebClient |
WebClient.create(String baseAddress,
List<?> providers,
boolean threadSafe)
Creates WebClient
|
static WebClient |
WebClient.create(String baseAddress,
List<?> providers,
List<? extends Feature> features,
String configLocation)
Creates WebClient with a list of custom features
|
static WebClient |
WebClient.create(String baseAddress,
List<?> providers,
long timeToKeepState)
Creates a thread safe WebClient
|
static WebClient |
WebClient.create(String baseAddress,
List<?> providers,
Map<String,Object> properties,
boolean threadSafe)
Creates WebClient
|
static WebClient |
WebClient.create(String baseAddress,
List<?> providers,
String configLocation)
Creates WebClient
|
static WebClient |
WebClient.create(String baseAddress,
List<?> providers,
String username,
String password,
String configLocation)
Creates WebClient which will do basic authentication
|
static WebClient |
WebClient.create(String baseAddress,
Map<String,Object> properties)
Creates WebClient
|
static WebClient |
WebClient.create(String baseAddress,
String configLocation)
Creates WebClient
|
static WebClient |
WebClient.create(String baseAddress,
String username,
String password,
String configLocation)
Creates WebClient which will do basic authentication
|
static WebClient |
WebClient.create(URI baseURI)
Creates WebClient
|
WebClient |
JAXRSClientFactoryBean.createWebClient()
Creates a WebClient instance
|
WebClient |
WebClient.encoding(String encoding) |
WebClient |
WebClient.fragment(String name)
Updates the current URI fragment
|
static WebClient |
WebClient.fromClient(Client client)
Creates WebClient, baseURI will be set to Client currentURI
|
static WebClient |
WebClient.fromClient(Client client,
boolean inheritHeaders)
Creates WebClient, baseURI will be set to Client currentURI
|
static WebClient |
WebClient.fromClientObject(Object object)
Creates WebClient, baseURI will be set to Client currentURI
|
WebClient |
SyncInvokerImpl.getWebClient() |
WebClient |
WebClient.header(String name,
Object... values) |
WebClient |
WebClient.headers(javax.ws.rs.core.MultivaluedMap<String,String> map) |
WebClient |
WebClient.language(String language) |
WebClient |
WebClient.match(javax.ws.rs.core.EntityTag tag,
boolean ifNot) |
WebClient |
WebClient.matrix(String name,
Object... values)
Updates the current URI matrix parameters
|
WebClient |
WebClient.modified(Date date,
boolean ifNot) |
WebClient |
WebClient.path(Object path)
Updates the current URI path
|
WebClient |
WebClient.path(String path,
Object... values)
Updates the current URI path with path segment which may contain template variables
|
WebClient |
WebClient.query(String name,
Object... values) |
WebClient |
WebClient.replaceHeader(String headerName,
Object value)
Replaces the header value with the new values.
|
WebClient |
WebClient.replacePath(String path)
Replaces the current path with the new value.
|
WebClient |
WebClient.replaceQuery(String queryString)
Replaces the current query with the new value.
|
WebClient |
WebClient.replaceQueryParam(String queryParam,
Object... value)
Replaces the current query with the new value.
|
WebClient |
WebClient.reset() |
WebClient |
WebClient.resetQuery()
Resets the current query
|
WebClient |
WebClient.to(String newAddress,
boolean forward)
Moves WebClient to a new baseURI or forwards to new currentURI
|
WebClient |
WebClient.type(javax.ws.rs.core.MediaType ct) |
WebClient |
WebClient.type(String type) |
Constructor and Description |
---|
AsyncInvokerImpl(WebClient wc) |
SyncInvokerImpl(WebClient wc) |
Modifier and Type | Method and Description |
---|---|
WebClient |
ClientImpl.WebTargetImpl.getWebClient() |
WebClient |
InvocationBuilderImpl.getWebClient() |
Constructor and Description |
---|
InvocationBuilderImpl(WebClient webClient,
javax.ws.rs.core.Configuration config) |
WebTargetImpl(javax.ws.rs.core.UriBuilder uriBuilder,
javax.ws.rs.core.Configuration config,
WebClient targetClient) |
Modifier and Type | Method and Description |
---|---|
static ClientAccessToken |
OAuthClientUtils.getAccessToken(WebClient accessTokenService,
AccessTokenGrant grant)
Obtains the access token from OAuth AccessToken Service
using the initialized web client
|
static ClientAccessToken |
OAuthClientUtils.getAccessToken(WebClient accessTokenService,
AccessTokenGrant grant,
Map<String,String> extraParams)
Obtains the access token from OAuth AccessToken Service
using the initialized web client
|
static ClientAccessToken |
OAuthClientUtils.getAccessToken(WebClient accessTokenService,
Consumer consumer,
AccessTokenGrant grant)
Obtains the access token from OAuth AccessToken Service
using the initialized web client
|
static ClientAccessToken |
OAuthClientUtils.getAccessToken(WebClient accessTokenService,
Consumer consumer,
AccessTokenGrant grant,
boolean setAuthorizationHeader)
Obtains the access token from OAuth AccessToken Service
using the initialized web client
|
static ClientAccessToken |
OAuthClientUtils.getAccessToken(WebClient accessTokenService,
Consumer consumer,
AccessTokenGrant grant,
Map<String,String> extraParams,
boolean setAuthorizationHeader)
Obtains the access token from OAuth AccessToken Service
using the initialized web client
|
static ClientAccessToken |
OAuthClientUtils.getAccessToken(WebClient accessTokenService,
Consumer consumer,
AccessTokenGrant grant,
Map<String,String> extraParams,
String defaultTokenType,
boolean setAuthorizationHeader)
Obtains the access token from OAuth AccessToken Service
using the initialized web client
|
static ClientAccessToken |
OAuthClientUtils.refreshAccessToken(WebClient accessTokenService,
ClientAccessToken at) |
static ClientAccessToken |
OAuthClientUtils.refreshAccessToken(WebClient accessTokenService,
Consumer consumer,
ClientAccessToken at) |
static ClientAccessToken |
OAuthClientUtils.refreshAccessToken(WebClient accessTokenService,
Consumer consumer,
ClientAccessToken at,
String scope,
boolean setAuthorizationHeader) |
void |
ClientCodeRequestFilter.setAccessTokenServiceClient(WebClient accessTokenServiceClient) |
void |
OAuthInvoker.setAccessTokenServiceClient(WebClient accessTokenServiceClient) |
static void |
OAuthClientUtils.setAuthorizationHeader(WebClient wc,
ClientAccessToken accessToken) |
static void |
OAuthClientUtils.setAuthorizationHeader(WebClient wc,
ClientAccessToken accessToken,
String httpVerb) |
Constructor and Description |
---|
HttpRequestProperties(WebClient wc,
String httpMethod) |
Modifier and Type | Method and Description |
---|---|
void |
AccessTokenValidatorClient.setTokenValidatorClient(WebClient tokenValidatorClient) |
void |
AccessTokenIntrospectionClient.setTokenValidatorClient(WebClient tokenValidatorClient) |
Modifier and Type | Method and Description |
---|---|
void |
JwksService.setKeyServiceClient(WebClient keyServiceClient) |
Modifier and Type | Method and Description |
---|---|
void |
IdTokenResponseFilter.setKeyServiceClient(WebClient keyServiceClient) |
Modifier and Type | Method and Description |
---|---|
void |
OidcClaimsValidator.setJwkSetClient(WebClient jwkSetClient) |
void |
UserInfoClient.setUserInfoServiceClient(WebClient client) |
Apache CXF