Uses of Package
io.helidon.common.configurable
Packages that use io.helidon.common.configurable
Package
Description
General utilities that use
Config.Utilities for PKI configuration and loading of certificates and keys.
HTTP APIs and implementations usable by both server and client side of the HTTP story.
JWK (JSON web key) 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.
Support for configuring OpenTelemetry via Helidon config.
Distributed tracing support for Helidon.
Helidon WebServer module, combining common server API, HTTP API and HTTP/1.1 API to create a server.
-
Classes in io.helidon.common.configurable used by io.helidon.common.configurableClassDescription
AllowListdefines a list of allowed and/or denied matches and tests if a particular value conforms to the conditions.AllowListdefines a list of allowed and/or denied matches and tests if a particular value conforms to the conditions.Fluent API builder forAllowList.Fluent API builder base forAllowListConfig.A representation of a resource that can be loaded from URL (Resource.create(URI)), classpath (Resource.create(String)), filesystem (Resource.create(Path), content in config (Resource.create(Config), input stream(Resource.create(String, InputStream), or direct value (Resource.create(String, byte[]),Resource.create(String, String).Source of aResource.Configuration of a resource.Fluent API builder forResource.Fluent API builder base forResourceConfig.Interface generated from blueprintio.helidon.common.configurable.ScheduledThreadPoolConfigBlueprint.Fluent API builder forScheduledThreadPoolSupplier.Fluent API builder base forScheduledThreadPoolConfig.Supplier of a custom scheduled thread pool.AThreadPoolExecutorwith an extensible growth policy and queue state accessors.ARejectedExecutionHandlerthat supports pool growth by re-attempting to add the task to the queue.Interface generated from blueprintio.helidon.common.configurable.ThreadPoolConfigBlueprint.Fluent API builder forThreadPoolSupplier.Fluent API builder base forThreadPoolConfig.Supplier of a custom thread pool. -
Classes in io.helidon.common.configurable used by io.helidon.common.pkiClassDescriptionA representation of a resource that can be loaded from URL (
Resource.create(URI)), classpath (Resource.create(String)), filesystem (Resource.create(Path), content in config (Resource.create(Config), input stream(Resource.create(String, InputStream), or direct value (Resource.create(String, byte[]),Resource.create(String, String).Configuration of a resource.Fluent API builder forResource. -
Classes in io.helidon.common.configurable used by io.helidon.httpClassDescription
AllowListdefines a list of allowed and/or denied matches and tests if a particular value conforms to the conditions. -
Classes in io.helidon.common.configurable used by io.helidon.security.jwt.jwkClassDescriptionA representation of a resource that can be loaded from URL (
Resource.create(URI)), classpath (Resource.create(String)), filesystem (Resource.create(Path), content in config (Resource.create(Config), input stream(Resource.create(String, InputStream), or direct value (Resource.create(String, byte[]),Resource.create(String, String). -
Classes in io.helidon.common.configurable used by io.helidon.security.providers.jwtClassDescriptionA representation of a resource that can be loaded from URL (
Resource.create(URI)), classpath (Resource.create(String)), filesystem (Resource.create(Path), content in config (Resource.create(Config), input stream(Resource.create(String, InputStream), or direct value (Resource.create(String, byte[]),Resource.create(String, String).Configuration of a resource. -
Classes in io.helidon.common.configurable used by io.helidon.security.providers.oidc.commonClassDescriptionA representation of a resource that can be loaded from URL (
Resource.create(URI)), classpath (Resource.create(String)), filesystem (Resource.create(Path), content in config (Resource.create(Config), input stream(Resource.create(String, InputStream), or direct value (Resource.create(String, byte[]),Resource.create(String, String).Configuration of a resource. -
Classes in io.helidon.common.configurable used by io.helidon.telemetry.otelconfigClassDescriptionA representation of a resource that can be loaded from URL (
Resource.create(URI)), classpath (Resource.create(String)), filesystem (Resource.create(Path), content in config (Resource.create(Config), input stream(Resource.create(String, InputStream), or direct value (Resource.create(String, byte[]),Resource.create(String, String).Configuration of a resource.Fluent API builder forResource. -
Classes in io.helidon.common.configurable used by io.helidon.tracingClassDescriptionA representation of a resource that can be loaded from URL (
Resource.create(URI)), classpath (Resource.create(String)), filesystem (Resource.create(Path), content in config (Resource.create(Config), input stream(Resource.create(String, InputStream), or direct value (Resource.create(String, byte[]),Resource.create(String, String).Configuration of a resource.Fluent API builder forResource. -
Classes in io.helidon.common.configurable used by io.helidon.webserverClassDescription
AllowListdefines a list of allowed and/or denied matches and tests if a particular value conforms to the conditions.AllowListdefines a list of allowed and/or denied matches and tests if a particular value conforms to the conditions.Fluent API builder forAllowList.