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 providemappersforMapperManager.io.helidon.common.pki Utilities for PKI configuration and loading of certificates and keys.io.helidon.common.reactive Common reactive library for Helidon projects.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.mp Helidon implementation of microprofile config.io.helidon.config.spi Configuration SPI that defines the behavior developers can implement to extend the config system.io.helidon.dbclient Reactive Database API for Helidon.io.helidon.dbclient.common Helper classes to use in various implementations.io.helidon.dbclient.health Health check support for Helidon DB Client.io.helidon.dbclient.jdbc Helidon DB implementation for JDBC.io.helidon.dbclient.metrics Metrics support for Helidon DB Client.io.helidon.dbclient.mongodb Helidon DB integration for reactive mongoDB.io.helidon.dbclient.spi Service provider interface for Helidon DB.io.helidon.dbclient.tracing Tracing support for Helidon DB.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.common Common classes for processing content with a specificMediaType.io.helidon.media.jsonp JSON-P media type support.io.helidon.media.multipart Helidon Media MultiPart.io.helidon.messaging Helidon Reactive Messaging.io.helidon.messaging.connectors.kafka Microprofile messaging Kafka connector.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.grpc.client gRPC client microprofile classes.io.helidon.microprofile.grpc.server Microprofile 1.0 gRPC server implementation.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.grpc Integration library forGrpcServer.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.idcs.mapper Mapper that retrieves roles from IDCS server and maps them to user subject.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.webclient A reactive client for rest calls.io.helidon.webserver Reactive web server API.io.helidon.webserver.accesslog Access log support for Helidon WebServer.io.helidon.webserver.cors Helidon SE CORS Supportio.helidon.webserver.jersey io.helidon.webserver.tyrus Tyrus integration. -
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.ErrorMessages.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.HelidonFlavor Flavors of Helidon.LazyList Wrapper for list ofLazyValues while keeping laziness.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.Severity Severity of an event. -
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.reactive 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.Prioritized Interface to define that this class is a class with priority. -
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.mp 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.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.dbclient 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.dbclient.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.dbclient.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.dbclient.jdbc 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.dbclient.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.dbclient.mongodb 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.dbclient.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.dbclient.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.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.common 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.media.jsonp 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.multipart 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.messaging 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.messaging.connectors.kafka 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.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.microprofile.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.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.ErrorMessages. -
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.ErrorMessages. -
Classes in io.helidon.common used by io.helidon.security.abac.policy.spi Class Description Errors.Collector A collector ofErrors.ErrorMessages. -
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.ErrorMessages. -
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.ErrorMessages. -
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.ErrorMessages. -
Classes in io.helidon.common used by io.helidon.security.integration.grpc 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.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.ErrorMessages. -
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.ErrorMessages. -
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.idcs.mapper 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.webclient 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.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.cors 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. -
Classes in io.helidon.common used by io.helidon.webserver.tyrus Class Description Builder Interface for builders, to be able to accept a builder in addition to an instance.