Uses of Package
io.helidon.common.configurable
-
Packages that use io.helidon.common.configurable Package Description io.helidon.common.configurable General utilities that useConfig
.io.helidon.common.pki Utilities for PKI configuration and loading of certificates and keys.io.helidon.grpc.core Core classes used by both the reactive gRPC server API and gRPC client API.io.helidon.messaging.connectors.aq MicroProfile Reactive Messaging Oracle AQ connector.io.helidon.messaging.connectors.jms Microprofile messaging JMS connector.io.helidon.microprofile.faulttolerance Helidon implementation of Microprofile fault tolerance.io.helidon.microprofile.jwt.auth Implementation of Microprofile JWT Auth specification.io.helidon.security.jwt.jwk JWK (JSON web key) support.io.helidon.security.providers.jwt Provider that can process incoming JWTs and assert users based on them and can propagate JWTs (or create new ones) for outbound calls.io.helidon.webserver Reactive web server API. -
Classes in io.helidon.common.configurable used by io.helidon.common.configurable Class Description AllowList AllowList
defines a list of allowed and/or denied matches and tests if a particular value conforms to the conditions.AllowList.Builder Fluent API builder forAllowList
.LruCache Least recently used cache.LruCache.Builder Fluent API builder forLruCache
.Resource 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)
.Resource.Source Source of aResource
.ScheduledThreadPoolSupplier Supplier of a custom scheduled thread pool.ScheduledThreadPoolSupplier.Builder A fluent API builder forScheduledThreadPoolSupplier
.ThreadPool AThreadPoolExecutor
with an extensible growth policy and queue state accessors.ThreadPool.RejectionHandler ARejectedExecutionHandler
that supports pool growth by re-attempting to add the task to the queue.ThreadPoolSupplier Supplier of a custom thread pool.ThreadPoolSupplier.Builder A fluent API builder forThreadPoolSupplier
. -
Classes in io.helidon.common.configurable used by io.helidon.common.pki Class Description Resource 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)
. -
Classes in io.helidon.common.configurable used by io.helidon.grpc.core Class Description Resource 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)
. -
Classes in io.helidon.common.configurable used by io.helidon.messaging.connectors.aq Class Description ScheduledThreadPoolSupplier Supplier of a custom scheduled thread pool.ThreadPoolSupplier Supplier of a custom thread pool. -
Classes in io.helidon.common.configurable used by io.helidon.messaging.connectors.jms Class Description ScheduledThreadPoolSupplier Supplier of a custom scheduled thread pool.ThreadPoolSupplier Supplier of a custom thread pool. -
Classes in io.helidon.common.configurable used by io.helidon.microprofile.faulttolerance Class Description ScheduledThreadPoolSupplier Supplier of a custom scheduled thread pool.ThreadPoolSupplier Supplier of a custom thread pool. -
Classes in io.helidon.common.configurable used by io.helidon.microprofile.jwt.auth Class Description Resource 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)
. -
Classes in io.helidon.common.configurable used by io.helidon.security.jwt.jwk Class Description Resource 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)
. -
Classes in io.helidon.common.configurable used by io.helidon.security.providers.jwt Class Description Resource 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)
. -
Classes in io.helidon.common.configurable used by io.helidon.webserver Class Description AllowList AllowList
defines a list of allowed and/or denied matches and tests if a particular value conforms to the conditions.