Uses of Interface
io.helidon.reactive.webclient.WebClient
Packages that use WebClient
Package
Description
Common classes for accessing JSON based REST APIs of third party systems.
A reactive client for rest calls.
Mapper that retrieves roles from IDCS server and maps them to user subject.
Open ID Connect (OIDC) classes usable from all OIDC related components.
-
Uses of WebClient in io.helidon.integrations.common.rest
Methods in io.helidon.integrations.common.rest that return WebClientModifier and TypeMethodDescriptionprotected 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.reactive.webclient
Methods in io.helidon.reactive.webclient that return WebClient -
Uses of WebClient in io.helidon.security.providers.idcs.mapper
Constructors in io.helidon.security.providers.idcs.mapper with parameters of type WebClientModifierConstructorDescriptionprotectedAppTokenRx(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 WebClientModifier and TypeMethodDescriptionOidcConfig.appWebClient()Client with configured proxy and security.Tenant.appWebClient()Client with configured proxy and security.OidcConfig.generalWebClient()Client with configured proxy with no security.