Uses of Class
org.apache.cxf.jaxrs.client.WebClient
-
-
Uses of WebClient in org.apache.cxf.jaxrs.client
Methods in org.apache.cxf.jaxrs.client that return WebClient Modifier and Type Method Description WebClientWebClient. accept(String... types)WebClientWebClient. accept(javax.ws.rs.core.MediaType... types)WebClientWebClient. acceptEncoding(String... encodings)WebClientWebClient. acceptLanguage(String... languages)WebClientWebClient. authorization(Object auth)WebClientWebClient. back(boolean fast)Goes backWebClientWebClient. cookie(javax.ws.rs.core.Cookie cookie)static WebClientWebClient. create(String baseAddress)Creates WebClientstatic WebClientWebClient. create(String baseURI, boolean threadSafe)Creates WebClientstatic WebClientWebClient. create(String baseAddress, String configLocation)Creates WebClientstatic WebClientWebClient. create(String baseAddress, String username, String password, String configLocation)Creates WebClient which will do basic authenticationstatic WebClientWebClient. create(String baseAddress, List<?> providers)Creates WebClientstatic WebClientWebClient. create(String baseAddress, List<?> providers, boolean threadSafe)Creates WebClientstatic WebClientWebClient. create(String baseAddress, List<?> providers, long timeToKeepState)Creates a thread safe WebClientstatic WebClientWebClient. create(String baseAddress, List<?> providers, String configLocation)Creates 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 WebClientWebClient. create(String baseAddress, Map<String,Object> properties)Creates WebClientstatic WebClientWebClient. create(URI baseURI)Creates WebClientWebClientJAXRSClientFactoryBean. createWebClient()Creates a WebClient instanceWebClientWebClient. encoding(String encoding)WebClientWebClient. fragment(String name)Updates 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 currentURIWebClientSyncInvokerImpl. getWebClient()WebClientWebClient. header(String name, Object... values)WebClientWebClient. headers(javax.ws.rs.core.MultivaluedMap<String,String> map)WebClientWebClient. language(String language)WebClientWebClient. match(javax.ws.rs.core.EntityTag tag, boolean ifNot)WebClientWebClient. matrix(String name, Object... values)Updates the current URI matrix parametersWebClientWebClient. modified(Date date, boolean ifNot)WebClientWebClient. path(Object path)Updates the current URI pathWebClientWebClient. path(String path, Object... values)Updates the current URI path with path segment which may contain template variablesWebClientWebClient. query(String name, Object... values)WebClientWebClient. replaceHeader(String headerName, Object value)Replaces the header value with the new values.WebClientWebClient. replacePath(String path)Replaces the current path with the new value.WebClientWebClient. replaceQuery(String queryString)Replaces the current query with the new value.WebClientWebClient. replaceQueryParam(String queryParam, Object... value)Replaces the current query with the new value.WebClientWebClient. reset()WebClientWebClient. resetQuery()Resets the current queryWebClientWebClient. to(String newAddress, boolean forward)Moves WebClient to a new baseURI or forwards to new currentURIWebClientWebClient. type(String type)WebClientWebClient. type(javax.ws.rs.core.MediaType ct)Constructors in org.apache.cxf.jaxrs.client with parameters of type WebClient Constructor Description AsyncInvokerImpl(WebClient wc)SyncInvokerImpl(WebClient wc) -
Uses of WebClient in org.apache.cxf.jaxrs.client.spec
Methods in org.apache.cxf.jaxrs.client.spec that return WebClient Modifier and Type Method Description WebClientClientImpl.WebTargetImpl. getWebClient()WebClientInvocationBuilderImpl. getWebClient()Constructors in org.apache.cxf.jaxrs.client.spec with parameters of type WebClient Constructor 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) -
Uses of WebClient in org.apache.cxf.rs.security.oauth2.client
Methods in org.apache.cxf.rs.security.oauth2.client with parameters of type WebClient Modifier and Type Method Description static 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 Constructor Description HttpRequestProperties(WebClient wc, String httpMethod) -
Uses of WebClient in org.apache.cxf.rs.security.oauth2.filters
Methods in org.apache.cxf.rs.security.oauth2.filters with parameters of type WebClient Modifier and Type Method Description voidAccessTokenIntrospectionClient. 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 WebClient Modifier and Type Method Description voidJwksService. 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 WebClient Modifier and Type Method Description voidIdTokenResponseFilter. 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 WebClient Modifier and Type Method Description voidOidcClaimsValidator. setJwkSetClient(WebClient jwkSetClient)voidUserInfoClient. setUserInfoServiceClient(WebClient client)
-