Uses of Interface
io.helidon.webclient.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
Modifier 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
ModifierConstructorDescriptionprotected
AppTokenRx
(WebClient webClient, URI tokenEndpointUri, Duration tokenRefreshSkew) -
Uses of WebClient in io.helidon.security.providers.oidc.common
Modifier 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