Uses of Package
io.helidon.common
-
Packages that use io.helidon.common Package Description io.helidon.common Common utilities for Helidon projects.io.helidon.common.configurable General utilities that useConfig
.io.helidon.common.context Support for context propagation across executor boundaries.io.helidon.common.http HTTP APIs and implementations usable by both server and client side of the HTTP story.io.helidon.common.mapper Support for mapping of types.io.helidon.common.mapper.spi SPI to providemappers
forMapperManager
.io.helidon.common.pki Utilities for PKI configuration and loading of certificates and keys.io.helidon.common.serviceloader Java Service loader extension.io.helidon.config Provides interfaces and classes for loading and working with immutable, tree-structured configuration data.io.helidon.config.etcd Etcd configuration source.io.helidon.config.git Git configuration source.io.helidon.config.hocon HOCON format ConfigParser implementation using Typesafe (Lightbend) Config library.io.helidon.config.spi Configuration SPI that defines the behavior developers can implement to extend the config system.io.helidon.config.yaml YAML format ConfigParser implementation.io.helidon.grpc.client gRPC client API.io.helidon.grpc.core Core classes used by both the reactive gRPC server API and gRPC client API.io.helidon.grpc.server Reactive gRPC server API.io.helidon.health Health check support for helidon SE.io.helidon.health.checks Healthchecks provided by our Microprofile implementation.io.helidon.media.jsonp.common JSON-P media type support.io.helidon.metrics Metrics support for Java SE, uses the Microprofile metrics APIs and formats.io.helidon.metrics.prometheus Support for Prometheus client endpoint.io.helidon.microprofile.jwt.auth Implementation of Microprofile JWT Auth specification.io.helidon.microprofile.openapi Support for OpenAPI in Helidon MP.io.helidon.openapi Helidon SE OpenAPI Support.io.helidon.security Securityio.helidon.security.abac.policy Attribute based access control policy validator.io.helidon.security.abac.policy.el Integration with Java EE expression language.io.helidon.security.abac.policy.spi Service provider interface (SPI) to support policy statements in Attribute based access control.io.helidon.security.abac.role Role attribute validator.io.helidon.security.abac.scope Scope (OAuth2) attribute validator.io.helidon.security.abac.time Time attribute validator.io.helidon.security.integration.jersey Jersey integration for security module.io.helidon.security.jwt JWT (JSON web token) support.io.helidon.security.jwt.jwk JWK (JSON web key) support.io.helidon.security.providers.abac Attribute based access control (ABAC) security provider.io.helidon.security.providers.abac.spi Attribute based access control (ABAC) security provider's SPI.io.helidon.security.providers.common Common classes for provider implementation.io.helidon.security.providers.common.spi Extension of integration with Jersey to support customized analysis of resource classes and methods to enable/disable security.io.helidon.security.providers.google.login Integration with Google login button.io.helidon.security.providers.header Provider that can extract username from a (any) header.io.helidon.security.providers.httpauth Basic security provider, supporting "basic" and "digest" authentication schemes with role support.io.helidon.security.providers.httpsign Provider supporting validation of incoming signatures and signing of outbound requests.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.security.providers.oidc Integration with Open ID Connect providers.io.helidon.security.providers.oidc.common Open ID Connect (OIDC) classes usable from all OIDC related components.io.helidon.security.util General utilities for security modules.io.helidon.tracing Distributed tracing support for Helidon.io.helidon.tracing.config Configuration for traced components, spans and logs.io.helidon.tracing.jaeger Helidon integration with Jaeger tracer.io.helidon.tracing.zipkin Brave based Open Tracing implementation for an integration with Zipkin.io.helidon.webserver Reactive web server API.io.helidon.webserver.accesslog Access log support for Helidon WebServer.io.helidon.webserver.jersey -
Classes in io.helidon.common used by io.helidon.common Class Description Errors Errors utility used to file processing messages (e.g.Errors.Collector A collector ofErrors.ErrorMessage
s.Errors.ErrorMessage Error message with a severity and a source.Errors.ErrorMessagesException Exception used byErrors.checkValid()
thrown in case there are fatal messages.GenericType Represents a full type including generics declaration, to avoid information loss due to type erasure.LazyValue A typed supplier that wraps another supplier and only retrieves the value on the first request toSupplier.get()
, caching the value for all subsequent invocations.OptionalHelper A wrapper on top ofOptional
to replicate some of the new Java9 methods.Severity Severity of an event.StackWalker A dummy replicate of Java9's StackWalker.StackWalker.Option Option for future partial compatibility with Java9. -
Classes in io.helidon.common used by io.helidon.common.configurable Class Description Builder Interface for builders, to be able to accept a builder in addition to an instance. -
Classes in io.helidon.common used by io.helidon.common.context Class Description Builder Interface for builders, to be able to accept a builder in addition to an instance. -
Classes in io.helidon.common used by io.helidon.common.http Class Description Builder Interface for builders, to be able to accept a builder in addition to an instance. -
Classes in io.helidon.common used by io.helidon.common.mapper Class Description Builder Interface for builders, to be able to accept a builder in addition to an instance.GenericType Represents a full type including generics declaration, to avoid information loss due to type erasure. -
Classes in io.helidon.common used by io.helidon.common.mapper.spi Class Description GenericType Represents a full type including generics declaration, to avoid information loss due to type erasure. -
Classes in io.helidon.common used by io.helidon.common.pki Class Description Builder Interface for builders, to be able to accept a builder in addition to an instance. -
Classes in io.helidon.common used by io.helidon.common.serviceloader Class Description Builder Interface for builders, to be able to accept a builder in addition to an instance. -
Classes in io.helidon.common used by io.helidon.config Class Description Builder Interface for builders, to be able to accept a builder in addition to an instance.GenericType Represents a full type including generics declaration, to avoid information loss due to type erasure. -
Classes in io.helidon.common used by io.helidon.config.etcd Class Description Builder Interface for builders, to be able to accept a builder in addition to an instance. -
Classes in io.helidon.common used by io.helidon.config.git Class Description Builder Interface for builders, to be able to accept a builder in addition to an instance. -
Classes in io.helidon.common used by io.helidon.config.hocon Class Description Builder Interface for builders, to be able to accept a builder in addition to an instance. -
Classes in io.helidon.common used by io.helidon.config.spi Class Description Builder Interface for builders, to be able to accept a builder in addition to an instance.GenericType Represents a full type including generics declaration, to avoid information loss due to type erasure. -
Classes in io.helidon.common used by io.helidon.config.yaml Class Description Builder Interface for builders, to be able to accept a builder in addition to an instance. -
Classes in io.helidon.common used by io.helidon.grpc.client Class Description Builder Interface for builders, to be able to accept a builder in addition to an instance. -
Classes in io.helidon.common used by io.helidon.grpc.core Class Description Builder Interface for builders, to be able to accept a builder in addition to an instance. -
Classes in io.helidon.common used by io.helidon.grpc.server Class Description Builder Interface for builders, to be able to accept a builder in addition to an instance. -
Classes in io.helidon.common used by io.helidon.health Class Description Builder Interface for builders, to be able to accept a builder in addition to an instance. -
Classes in io.helidon.common used by io.helidon.health.checks Class Description Builder Interface for builders, to be able to accept a builder in addition to an instance. -
Classes in io.helidon.common used by io.helidon.media.jsonp.common Class Description Builder Interface for builders, to be able to accept a builder in addition to an instance. -
Classes in io.helidon.common used by io.helidon.metrics Class Description Builder Interface for builders, to be able to accept a builder in addition to an instance. -
Classes in io.helidon.common used by io.helidon.metrics.prometheus Class Description Builder Interface for builders, to be able to accept a builder in addition to an instance. -
Classes in io.helidon.common used by io.helidon.microprofile.jwt.auth Class Description Builder Interface for builders, to be able to accept a builder in addition to an instance. -
Classes in io.helidon.common used by io.helidon.microprofile.openapi Class Description Builder Interface for builders, to be able to accept a builder in addition to an instance. -
Classes in io.helidon.common used by io.helidon.openapi Class Description Builder Interface for builders, to be able to accept a builder in addition to an instance. -
Classes in io.helidon.common used by io.helidon.security Class Description Builder Interface for builders, to be able to accept a builder in addition to an instance. -
Classes in io.helidon.common used by io.helidon.security.abac.policy Class Description Builder Interface for builders, to be able to accept a builder in addition to an instance.Errors.Collector A collector ofErrors.ErrorMessage
s. -
Classes in io.helidon.common used by io.helidon.security.abac.policy.el Class Description Builder Interface for builders, to be able to accept a builder in addition to an instance.Errors.Collector A collector ofErrors.ErrorMessage
s. -
Classes in io.helidon.common used by io.helidon.security.abac.policy.spi Class Description Errors.Collector A collector ofErrors.ErrorMessage
s. -
Classes in io.helidon.common used by io.helidon.security.abac.role Class Description Builder Interface for builders, to be able to accept a builder in addition to an instance.Errors.Collector A collector ofErrors.ErrorMessage
s. -
Classes in io.helidon.common used by io.helidon.security.abac.scope Class Description Builder Interface for builders, to be able to accept a builder in addition to an instance.Errors.Collector A collector ofErrors.ErrorMessage
s. -
Classes in io.helidon.common used by io.helidon.security.abac.time Class Description Builder Interface for builders, to be able to accept a builder in addition to an instance.Errors.Collector A collector ofErrors.ErrorMessage
s. -
Classes in io.helidon.common used by io.helidon.security.integration.jersey Class Description Builder Interface for builders, to be able to accept a builder in addition to an instance. -
Classes in io.helidon.common used by io.helidon.security.jwt Class Description Builder Interface for builders, to be able to accept a builder in addition to an instance.Errors Errors utility used to file processing messages (e.g.Errors.Collector A collector ofErrors.ErrorMessage
s. -
Classes in io.helidon.common used by io.helidon.security.jwt.jwk Class Description Builder Interface for builders, to be able to accept a builder in addition to an instance. -
Classes in io.helidon.common used by io.helidon.security.providers.abac Class Description Builder Interface for builders, to be able to accept a builder in addition to an instance. -
Classes in io.helidon.common used by io.helidon.security.providers.abac.spi Class Description Errors.Collector A collector ofErrors.ErrorMessage
s. -
Classes in io.helidon.common used by io.helidon.security.providers.common Class Description Builder Interface for builders, to be able to accept a builder in addition to an instance. -
Classes in io.helidon.common used by io.helidon.security.providers.common.spi Class Description Builder Interface for builders, to be able to accept a builder in addition to an instance. -
Classes in io.helidon.common used by io.helidon.security.providers.google.login Class Description Builder Interface for builders, to be able to accept a builder in addition to an instance. -
Classes in io.helidon.common used by io.helidon.security.providers.header Class Description Builder Interface for builders, to be able to accept a builder in addition to an instance. -
Classes in io.helidon.common used by io.helidon.security.providers.httpauth Class Description Builder Interface for builders, to be able to accept a builder in addition to an instance. -
Classes in io.helidon.common used by io.helidon.security.providers.httpsign Class Description Builder Interface for builders, to be able to accept a builder in addition to an instance. -
Classes in io.helidon.common used by io.helidon.security.providers.jwt Class Description Builder Interface for builders, to be able to accept a builder in addition to an instance. -
Classes in io.helidon.common used by io.helidon.security.providers.oidc Class Description Builder Interface for builders, to be able to accept a builder in addition to an instance. -
Classes in io.helidon.common used by io.helidon.security.providers.oidc.common Class Description Builder Interface for builders, to be able to accept a builder in addition to an instance. -
Classes in io.helidon.common used by io.helidon.security.util Class Description Builder Interface for builders, to be able to accept a builder in addition to an instance. -
Classes in io.helidon.common used by io.helidon.tracing Class Description Builder Interface for builders, to be able to accept a builder in addition to an instance. -
Classes in io.helidon.common used by io.helidon.tracing.config Class Description Builder Interface for builders, to be able to accept a builder in addition to an instance. -
Classes in io.helidon.common used by io.helidon.tracing.jaeger Class Description Builder Interface for builders, to be able to accept a builder in addition to an instance. -
Classes in io.helidon.common used by io.helidon.tracing.zipkin Class Description Builder Interface for builders, to be able to accept a builder in addition to an instance. -
Classes in io.helidon.common used by io.helidon.webserver Class Description Builder Interface for builders, to be able to accept a builder in addition to an instance. -
Classes in io.helidon.common used by io.helidon.webserver.accesslog Class Description Builder Interface for builders, to be able to accept a builder in addition to an instance. -
Classes in io.helidon.common used by io.helidon.webserver.jersey Class Description Builder Interface for builders, to be able to accept a builder in addition to an instance.