Uses of Interface
io.helidon.webclient.WebClient
-
Packages that use WebClient Package Description io.helidon.integrations.common.rest Common classes for accessing JSON based REST APIs of third party systems.io.helidon.security.providers.idcs.mapper Mapper that retrieves roles from IDCS server and maps them to user subject.io.helidon.security.providers.oidc.common Open ID Connect (OIDC) classes usable from all OIDC related components.io.helidon.webclient A reactive client for rest calls. -
-
Uses of WebClient in io.helidon.integrations.common.rest
Methods in io.helidon.integrations.common.rest that return WebClient Modifier and Type Method Description protected WebClientRestApi.Builder. webClient()WebClient instance, available afterRestApi.Builder.postBuild()is called.protected WebClientRestApiBase. webClient()WebClient to be used to invoke requests. -
Uses of WebClient in io.helidon.security.providers.idcs.mapper
Constructors in io.helidon.security.providers.idcs.mapper with parameters of type WebClient Constructor Description AppTokenRx(WebClient webClient, URI tokenEndpointUri, Duration tokenRefreshSkew) -
Uses of WebClient in io.helidon.security.providers.oidc.common
Methods in io.helidon.security.providers.oidc.common that return WebClient Modifier and Type Method Description WebClientOidcConfig. appWebClient()Client with configured proxy and security.WebClientTenant. appWebClient()Client with configured proxy and security.WebClientOidcConfig. generalWebClient()Client with configured proxy with no security. -
Uses of WebClient in io.helidon.webclient
Methods in io.helidon.webclient that return WebClient Modifier and Type Method Description WebClientWebClient.Builder. build()static WebClientWebClient. create()Create a new WebClient.static WebClientWebClient. create(Config config)Create a new WebClient based onConfig.
-