Uses of Package
io.helidon.common.configurable
Packages that use io.helidon.common.configurable
Package
Description
General utilities that use
Config
.HTTP APIs and implementations usable by both server and client side of the HTTP story.
MicroProfile Reactive Messaging Oracle AQ connector.
Microprofile messaging JMS connector.
Implementation of Microprofile JWT Auth specification.
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.
Helidon integration with Jaeger tracer.
-
Classes in io.helidon.common.configurable used by io.helidon.common.configurableClassDescription
AllowList
defines a list of allowed and/or denied matches and tests if a particular value conforms to the conditions.Least recently used cache.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
.Supplier of a custom scheduled thread pool.AThreadPoolExecutor
with an extensible growth policy and queue state accessors.ARejectedExecutionHandler
that supports pool growth by re-attempting to add the task to the queue.Supplier of a custom thread pool. -
Classes in io.helidon.common.configurable used by io.helidon.httpClassDescription
AllowList
defines 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.messaging.connectors.aqClassDescriptionSupplier of a custom scheduled thread pool.Supplier of a custom thread pool.
-
Classes in io.helidon.common.configurable used by io.helidon.messaging.connectors.jmsClassDescriptionSupplier of a custom scheduled thread pool.Supplier of a custom thread pool.
-
Classes in io.helidon.common.configurable used by io.helidon.microprofile.jwt.authClassDescriptionA 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.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)
. -
Classes in io.helidon.common.configurable used by io.helidon.tracing.providers.jaegerClassDescriptionA 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)
.