Uses of Class
org.apache.cxf.jaxrs.client.WebClient
Packages that use WebClient
Package
Description
-
Uses of WebClient in org.apache.cxf.jaxrs.client
Methods in org.apache.cxf.jaxrs.client that return WebClientModifier and TypeMethodDescriptionWebClient.accept(jakarta.ws.rs.core.MediaType... types) WebClient.acceptEncoding(String... encodings) WebClient.acceptLanguage(String... languages) WebClient.authorization(Object auth) WebClient.back(boolean fast) Goes backWebClient.cookie(jakarta.ws.rs.core.Cookie cookie) static WebClientCreates WebClientstatic WebClientCreates WebClientstatic WebClientCreates WebClientstatic WebClientCreates WebClient which will do basic authenticationstatic WebClientCreates WebClientstatic WebClientCreates WebClientstatic WebClientCreates a thread safe WebClientstatic WebClientCreates WebClientstatic WebClientWebClient.create(String baseAddress, List<?> providers, String username, String password, String configLocation) Creates WebClient which will do basic authenticationstatic WebClientWebClient.create(String baseAddress, List<?> providers, List<? extends Feature> features, String configLocation) Creates WebClient with a list of custom featuresstatic WebClientWebClient.create(String baseAddress, List<?> providers, Map<String, Object> properties, boolean threadSafe) Creates WebClientstatic WebClientCreates WebClientstatic WebClientCreates WebClientJAXRSClientFactoryBean.createWebClient()Creates a WebClient instanceUpdates the current URI fragmentstatic WebClientWebClient.fromClient(Client client) Creates WebClient, baseURI will be set to Client currentURIstatic WebClientWebClient.fromClient(Client client, boolean inheritHeaders) Creates WebClient, baseURI will be set to Client currentURIstatic WebClientWebClient.fromClientObject(Object object) Creates WebClient, baseURI will be set to Client currentURISyncInvokerImpl.getWebClient()WebClient.match(jakarta.ws.rs.core.EntityTag tag, boolean ifNot) Updates the current URI matrix parametersUpdates the current URI pathUpdates the current URI path with path segment which may contain template variablesWebClient.replaceHeader(String headerName, Object value) Replaces the header value with the new values.WebClient.replacePath(String path) Replaces the current path with the new value.WebClient.replaceQuery(String queryString) Replaces the current query with the new value.WebClient.replaceQueryParam(String queryParam, Object... value) Replaces the current query with the new value.WebClient.reset()WebClient.resetQuery()Resets the current queryMoves WebClient to a new baseURI or forwards to new currentURIWebClient.type(jakarta.ws.rs.core.MediaType ct) Constructors in org.apache.cxf.jaxrs.client with parameters of type WebClient -
Uses of WebClient in org.apache.cxf.jaxrs.client.spec
Methods in org.apache.cxf.jaxrs.client.spec that return WebClientModifier and TypeMethodDescriptionClientImpl.WebTargetImpl.getWebClient()InvocationBuilderImpl.getWebClient()Constructors in org.apache.cxf.jaxrs.client.spec with parameters of type WebClientModifierConstructorDescriptionInvocationBuilderImpl(WebClient webClient, jakarta.ws.rs.core.Configuration config) WebTargetImpl(jakarta.ws.rs.core.UriBuilder uriBuilder, jakarta.ws.rs.core.Configuration config, WebClient targetClient) -
Uses of WebClient in org.apache.cxf.rs.security.oauth2.client
Methods in org.apache.cxf.rs.security.oauth2.client with parameters of type WebClientModifier and TypeMethodDescriptionstatic ClientAccessTokenOAuthClientUtils.getAccessToken(WebClient accessTokenService, Consumer consumer, AccessTokenGrant grant) Obtains the access token from OAuth AccessToken Service using the initialized web clientstatic ClientAccessTokenOAuthClientUtils.getAccessToken(WebClient accessTokenService, Consumer consumer, AccessTokenGrant grant, boolean setAuthorizationHeader) Obtains the access token from OAuth AccessToken Service using the initialized web clientstatic ClientAccessTokenOAuthClientUtils.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 clientstatic ClientAccessTokenOAuthClientUtils.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 clientstatic ClientAccessTokenOAuthClientUtils.getAccessToken(WebClient accessTokenService, AccessTokenGrant grant) Obtains the access token from OAuth AccessToken Service using the initialized web clientstatic ClientAccessTokenOAuthClientUtils.getAccessToken(WebClient accessTokenService, AccessTokenGrant grant, Map<String, String> extraParams) Obtains the access token from OAuth AccessToken Service using the initialized web clientstatic ClientAccessTokenOAuthClientUtils.refreshAccessToken(WebClient accessTokenService, Consumer consumer, ClientAccessToken at) static ClientAccessTokenOAuthClientUtils.refreshAccessToken(WebClient accessTokenService, Consumer consumer, ClientAccessToken at, String scope, boolean setAuthorizationHeader) static ClientAccessTokenOAuthClientUtils.refreshAccessToken(WebClient accessTokenService, ClientAccessToken at) voidClientCodeRequestFilter.setAccessTokenServiceClient(WebClient accessTokenServiceClient) voidOAuthInvoker.setAccessTokenServiceClient(WebClient accessTokenServiceClient) static voidOAuthClientUtils.setAuthorizationHeader(WebClient wc, ClientAccessToken accessToken) static voidOAuthClientUtils.setAuthorizationHeader(WebClient wc, ClientAccessToken accessToken, String httpVerb) Constructors in org.apache.cxf.rs.security.oauth2.client with parameters of type WebClient -
Uses of WebClient in org.apache.cxf.rs.security.oauth2.filters
Methods in org.apache.cxf.rs.security.oauth2.filters with parameters of type WebClientModifier and TypeMethodDescriptionvoidAccessTokenIntrospectionClient.setTokenValidatorClient(WebClient tokenValidatorClient) voidAccessTokenValidatorClient.setTokenValidatorClient(WebClient tokenValidatorClient) -
Uses of WebClient in org.apache.cxf.rs.security.oauth2.services
Methods in org.apache.cxf.rs.security.oauth2.services with parameters of type WebClientModifier and TypeMethodDescriptionvoidJwksService.setKeyServiceClient(WebClient keyServiceClient) -
Uses of WebClient in org.apache.cxf.rs.security.oidc.idp
Methods in org.apache.cxf.rs.security.oidc.idp with parameters of type WebClientModifier and TypeMethodDescriptionvoidIdTokenResponseFilter.setKeyServiceClient(WebClient keyServiceClient) -
Uses of WebClient in org.apache.cxf.rs.security.oidc.rp
Methods in org.apache.cxf.rs.security.oidc.rp with parameters of type WebClientModifier and TypeMethodDescriptionvoidOidcClaimsValidator.setJwkSetClient(WebClient jwkSetClient) voidUserInfoClient.setUserInfoServiceClient(WebClient client)