Uses of Annotation Interface
io.helidon.config.metadata.Configured
Packages that use Configured
Package
Description
Common cross origin configuration and types used by all Helidon flavors.
HTTP APIs and implementations usable by both server and client side of the HTTP story.
Support for Micrometer in Helidon SE.
Neo4j integrations for Helidon.
Integrating with OCI Metrics.
Defines the Helidon metrics API so Helidon metrics-capable components can implement metrics simply and without regard for
whether metrics is actually on the runtime path or not or is enabled or not.
Implementation of Microprofile JWT Auth specification.
Microprofile 1.0 server implementation.
Security
Attribute based access control (ABAC) security provider.
Common classes for provider implementation.
Vault operation backed by configuration.
Integration with Google login button.
Provider that can extract username from a (any) header.
Basic security provider, supporting "basic" and "digest" authentication schemes with role support.
Provider supporting validation of incoming signatures and signing of outbound requests.
Mapper that retrieves roles from IDCS server and maps them to user subject.
Provider that can process incoming JWTs and assert users based on them and can propagate JWTs (or create
new ones) for outbound calls.
Integration with Open ID Connect providers.
Open ID Connect (OIDC) classes usable from all OIDC related components.
General utilities for security modules.
Distributed tracing support for Helidon.
Helidon integration with Jaeger tracer.
Open Tracing support that plugs into the
TracerBuilder
SPI and provides
a Tracer
implementation.Brave based Open Tracing implementation for an integration with Zipkin.
Helidon WebClient APIs shared by all types of clients.
Helidon WebServer Services Common.
-
Uses of Configured in io.helidon.cors
Classes in io.helidon.cors with annotations of type Configured -
Uses of Configured in io.helidon.http
Classes in io.helidon.http with annotations of type Configured -
Uses of Configured in io.helidon.integrations.micrometer
Classes in io.helidon.integrations.micrometer with annotations of type ConfiguredModifier and TypeClassDescriptionstatic class
Deprecated, for removal: This API element is subject to removal in a future version.Fluid builder forMicrometerSupport
objects. -
Uses of Configured in io.helidon.integrations.neo4j
Classes in io.helidon.integrations.neo4j with annotations of type Configured -
Uses of Configured in io.helidon.integrations.oci.metrics
Classes in io.helidon.integrations.oci.metrics with annotations of type Configured -
Uses of Configured in io.helidon.metrics.api
Classes in io.helidon.metrics.api with annotations of type ConfiguredModifier and TypeInterfaceDescriptionstatic interface
Builder forComponentMetricsSettings
.interface
Behavior of a tag for further identifying meters. -
Uses of Configured in io.helidon.microprofile.jwt.auth
Classes in io.helidon.microprofile.jwt.auth with annotations of type Configured -
Uses of Configured in io.helidon.microprofile.server
Classes in io.helidon.microprofile.server with annotations of type Configured -
Uses of Configured in io.helidon.security
Classes in io.helidon.security with annotations of type ConfiguredModifier and TypeClassDescriptionstatic final class
Builder pattern class for helping createSecurity
in a convenient way.static final class
Fluent API builder forSecurityTime
. -
Uses of Configured in io.helidon.security.providers.abac
Classes in io.helidon.security.providers.abac with annotations of type Configured -
Uses of Configured in io.helidon.security.providers.common
Classes in io.helidon.security.providers.common with annotations of type ConfiguredModifier and TypeClassDescriptionstatic class
Builder to create instances ofEvictableCache
using the default implementation backed by aConcurrentHashMap
.static final class
OutboundConfig
builder when not reading it from configuration.static final class
Fluent API builder forOutboundTarget
. -
Uses of Configured in io.helidon.security.providers.config.vault
Classes in io.helidon.security.providers.config.vault with annotations of type ConfiguredModifier and TypeClassDescriptionstatic class
Fluent API builder forConfigVaultProvider
.static class
Configuration of a secret. -
Uses of Configured in io.helidon.security.providers.google.login
Classes in io.helidon.security.providers.google.login with annotations of type ConfiguredModifier and TypeClassDescriptionstatic final class
Fluent API builder to buildGoogleTokenProvider
instance. -
Uses of Configured in io.helidon.security.providers.header
Classes in io.helidon.security.providers.header with annotations of type Configured -
Uses of Configured in io.helidon.security.providers.httpauth
Classes in io.helidon.security.providers.httpauth with annotations of type ConfiguredModifier and TypeClassDescriptionstatic final class
HttpBasicAuthProvider
fluent API builder.static final class
HttpDigestAuthProvider
fluent API builder. -
Uses of Configured in io.helidon.security.providers.httpsign
Classes in io.helidon.security.providers.httpsign with annotations of type ConfiguredModifier and TypeClassDescriptionstatic final class
Fluent API builder for this provider.static final class
Fluent API builder to create a new instance ofInboundClientDefinition
.static final class
Configuration of headers to be signed. -
Uses of Configured in io.helidon.security.providers.idcs.mapper
Classes in io.helidon.security.providers.idcs.mapper with annotations of type ConfiguredModifier and TypeClassDescriptionstatic class
Fluent API builder forIdcsMtRoleMapperProvider
.static class
IdcsRoleMapperProvider.Builder<B extends IdcsRoleMapperProvider.Builder<B>>
Fluent API builder forIdcsRoleMapperProvider
.static class
Fluent API builder forIdcsRoleMapperProviderBase
. -
Uses of Configured in io.helidon.security.providers.jwt
Classes in io.helidon.security.providers.jwt with annotations of type Configured -
Uses of Configured in io.helidon.security.providers.oidc
Classes in io.helidon.security.providers.oidc with annotations of type Configured -
Uses of Configured in io.helidon.security.providers.oidc.common
Classes in io.helidon.security.providers.oidc.common with annotations of type ConfiguredModifier and TypeClassDescriptionstatic class
A fluent APIBuilder
to build instances ofOidcConfig
.static final class
A fluent APIBuilder
to build instances ofTenantConfig
. -
Uses of Configured in io.helidon.security.util
Classes in io.helidon.security.util with annotations of type Configured -
Uses of Configured in io.helidon.tracing
Classes in io.helidon.tracing with annotations of type ConfiguredModifier and TypeInterfaceDescriptioninterface
TracerBuilder<T extends TracerBuilder<T>>
A builder for tracingtracer
. -
Uses of Configured in io.helidon.tracing.providers.jaeger
Classes in io.helidon.tracing.providers.jaeger with annotations of type ConfiguredModifier and TypeClassDescriptionclass
The JaegerTracerBuilder is a convenience builder forTracer
to use with Jaeger. -
Uses of Configured in io.helidon.tracing.providers.opentracing
Classes in io.helidon.tracing.providers.opentracing with annotations of type ConfiguredModifier and TypeInterfaceDescriptioninterface
OpenTracingTracerBuilder<T extends OpenTracingTracerBuilder<T>>
A builder for tracingtracer
. -
Uses of Configured in io.helidon.tracing.providers.zipkin
Classes in io.helidon.tracing.providers.zipkin with annotations of type ConfiguredModifier and TypeClassDescriptionclass
The ZipkinTracerBuilder is a convenience builder forTracer
to use with Zipkin. -
Uses of Configured in io.helidon.webclient.api
Classes in io.helidon.webclient.api with annotations of type Configured -
Uses of Configured in io.helidon.webserver.servicecommon
Classes in io.helidon.webserver.servicecommon with annotations of type ConfiguredModifier and TypeClassDescriptionstatic class
HelidonFeatureSupport.Builder<B extends HelidonFeatureSupport.Builder<B,
T>, T extends HelidonFeatureSupport> Abstract implementation of aBuilder
for the service.static interface
Builder forRestServiceSettings
.