Uses of Interface
io.helidon.webclient.WebClient
Packages that use WebClient
Package
Description
Common classes for accessing JSON based REST APIs of third party systems.
Mapper that retrieves roles from IDCS server and maps them to user subject.
Open ID Connect (OIDC) classes usable from all OIDC related components.
A reactive client for rest calls.
-
Uses of WebClient in io.helidon.integrations.common.rest
Methods in io.helidon.integrations.common.rest that return WebClientModifier and TypeMethodDescriptionprotected 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 WebClientModifierConstructorDescriptionprotected
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 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. -
Uses of WebClient in io.helidon.webclient
Methods in io.helidon.webclient that return WebClient