Uses of Interface
io.helidon.faulttolerance.Timeout
Packages that use Timeout
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 Timeout in io.helidon.faulttolerance
Classes in io.helidon.faulttolerance that implement interfaces with type arguments of type TimeoutModifier and TypeClassDescriptionstatic classFluent API builder forTimeout.protected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.faulttolerance that return TimeoutModifier and TypeMethodDescriptionTimeoutConfig.Builder.build()Create an instance from this builder.TimeoutConfig.BuilderBase.TimeoutConfigImpl.build()Create a new runtime instance from this prototype.static TimeoutTimeout.create(TimeoutConfig config) Create a timeout based on configuration.static TimeoutCreate aTimeoutwith specified timeout.static TimeoutTimeout.create(Consumer<TimeoutConfig.Builder> builderConsumer) Create a timeout with a possibility to customize its configuration.TimeoutConfig.BuilderBase.TimeoutConfigImpl.get()protected abstract TimeoutFtSupport.TimeoutMethod.timeout()Provide a timeout instance that should be used with this method.ResilientValueConfig.timeout()Timeout handler applied to each load attempt. -
Uses of Timeout in io.helidon.security.providers.jwt
Methods in io.helidon.security.providers.jwt with parameters of type TimeoutModifier and TypeMethodDescriptionJwtProvider.Builder.jwkTimeout(Timeout jwkTimeout) Timeout applied to each attempt to load verification keys from a filesystem path or URI; it defaults to 5 seconds, must be positive, must execute on the current thread, and must not exceed the retry overall timeout.Method parameters in io.helidon.security.providers.jwt with type arguments of type TimeoutModifier and TypeMethodDescriptionJwtProvider.Builder.jwkTimeout(Supplier<? extends Timeout> supplier) Timeout applied to each attempt to load verification keys from a filesystem path or URI. -
Uses of Timeout in io.helidon.security.providers.oidc.common
Methods in io.helidon.security.providers.oidc.common that return TimeoutModifier and TypeMethodDescriptiondefault TimeoutTenantConfig.jwkTimeout()Timeout applied to each attempt to load OIDC metadata and signing JWKs.Methods in io.helidon.security.providers.oidc.common with parameters of type TimeoutModifier and TypeMethodDescriptionBaseBuilder.jwkTimeout(Timeout jwkTimeout) Timeout applied to each attempt to load OIDC metadata and signing JWKs; it defaults to 5 seconds, must be positive, must execute on the current thread, and must not exceed the retry overall timeout.OidcConfig.Builder.jwkTimeout(Timeout jwkTimeout) Method parameters in io.helidon.security.providers.oidc.common with type arguments of type TimeoutModifier and TypeMethodDescriptionBaseBuilder.jwkTimeout(Supplier<? extends Timeout> supplier) Timeout applied to each attempt to load OIDC metadata and signing JWK.