Uses of Interface
io.helidon.faulttolerance.TimeoutConfig
Packages that use TimeoutConfig
Package
Description
Helidon Fault Tolerance Support.
Provider that can process incoming JWTs and assert users based on them and can propagate JWTs (or create
new ones) for outbound calls.
Open ID Connect (OIDC) classes usable from all OIDC related components.
-
Uses of TimeoutConfig in io.helidon.faulttolerance
Classes in io.helidon.faulttolerance with type parameters of type TimeoutConfigModifier and TypeClassDescriptionstatic classTimeoutConfig.BuilderBase<BUILDER extends TimeoutConfig.BuilderBase<BUILDER, PROTOTYPE>, PROTOTYPE extends TimeoutConfig>Fluent API builder base forTimeoutConfig.Classes in io.helidon.faulttolerance that implement TimeoutConfigModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.Subclasses with type arguments of type TimeoutConfig in io.helidon.faulttoleranceSubinterfaces with type arguments of type TimeoutConfig in io.helidon.faulttoleranceModifier and TypeInterfaceDescriptioninterfaceTimeout attempts to terminate execution after defined duration of time.Methods in io.helidon.faulttolerance that return TimeoutConfigModifier and TypeMethodDescriptionTimeoutConfig.Builder.buildPrototype()Create an instance of the prototype.static TimeoutConfigTimeoutConfig.create()Create a new instance with default values.static TimeoutConfigCreate a new instance from configuration.Methods in io.helidon.faulttolerance with parameters of type TimeoutConfigModifier and TypeMethodDescriptionstatic TimeoutConfig.BuilderTimeoutConfig.builder(TimeoutConfig instance) Create a new fluent API builder from an existing instance.static TimeoutTimeout.create(TimeoutConfig config) Create a timeout based on configuration.TimeoutConfig.BuilderBase.from(TimeoutConfig prototype) Update this builder from an existing prototype instance. -
Uses of TimeoutConfig in io.helidon.security.providers.jwt
Methods in io.helidon.security.providers.jwt with parameters of type TimeoutConfigModifier and TypeMethodDescriptionJwtProvider.Builder.jwkTimeout(TimeoutConfig jwkTimeout) Timeout applied to each attempt to load verification keys from a filesystem path or URI. -
Uses of TimeoutConfig in io.helidon.security.providers.oidc.common
Methods in io.helidon.security.providers.oidc.common with parameters of type TimeoutConfigModifier and TypeMethodDescriptionBaseBuilder.jwkTimeout(TimeoutConfig jwkTimeout) Timeout applied to each attempt to load OIDC metadata and signing JWK.