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 WebClient
RestApi.Builder. webClient()
WebClient instance, available afterRestApi.Builder.postBuild()
is called.protected WebClient
RestApiBase. 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 WebClient
OidcConfig. appWebClient()
Client with configured proxy and security.WebClient
Tenant. appWebClient()
Client with configured proxy and security.WebClient
OidcConfig. 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 WebClient
WebClient.Builder. build()
static WebClient
WebClient. create()
Create a new WebClient.static WebClient
WebClient. create(Config config)
Create a new WebClient based onConfig
.
-