Uses of Annotation Interface
io.helidon.config.metadata.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
-
Uses of Configured in io.helidon.http
-
Uses of Configured in io.helidon.integrations.micrometer
Modifier 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
-
Uses of Configured in io.helidon.integrations.oci.metrics
-
Uses of Configured in io.helidon.metrics.api
Modifier and TypeInterfaceDescriptionstatic interface
Builder forComponentMetricsSettings
.interface
Behavior of a tag for further identifying meters. -
Uses of Configured in io.helidon.microprofile.jwt.auth
-
Uses of Configured in io.helidon.microprofile.server
-
Uses of Configured in io.helidon.security
Modifier 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
-
Uses of Configured in io.helidon.security.providers.common
Modifier 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
Modifier and TypeClassDescriptionstatic class
Fluent API builder forConfigVaultProvider
.static class
Configuration of a secret. -
Uses of Configured in io.helidon.security.providers.google.login
Modifier and TypeClassDescriptionstatic final class
Fluent API builder to buildGoogleTokenProvider
instance. -
Uses of Configured in io.helidon.security.providers.header
-
Uses of Configured in io.helidon.security.providers.httpauth
Modifier and TypeClassDescriptionstatic final class
HttpBasicAuthProvider
fluent API builder.static final class
HttpDigestAuthProvider
fluent API builder. -
Uses of Configured in io.helidon.security.providers.httpsign
Modifier 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
Modifier 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
-
Uses of Configured in io.helidon.security.providers.oidc
-
Uses of Configured in io.helidon.security.providers.oidc.common
Modifier 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
-
Uses of Configured in io.helidon.tracing
Modifier and TypeInterfaceDescriptioninterface
TracerBuilder<T extends TracerBuilder<T>>
A builder for tracingtracer
. -
Uses of Configured in io.helidon.tracing.providers.jaeger
Modifier and TypeClassDescriptionclass
The JaegerTracerBuilder is a convenience builder forTracer
to use with Jaeger. -
Uses of Configured in io.helidon.tracing.providers.opentracing
Modifier and TypeInterfaceDescriptioninterface
OpenTracingTracerBuilder<T extends OpenTracingTracerBuilder<T>>
A builder for tracingtracer
. -
Uses of Configured in io.helidon.tracing.providers.zipkin
Modifier and TypeClassDescriptionclass
The ZipkinTracerBuilder is a convenience builder forTracer
to use with Zipkin. -
Uses of Configured in io.helidon.webclient.api
-
Uses of Configured in io.helidon.webserver.servicecommon
Modifier 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
.