Uses of Annotation Interface
io.helidon.config.metadata.Configured
Packages that use Configured
Package
Description
General utilities that use
Config.Utilities for PKI configuration and loading of certificates and keys.
Health check support for helidon SE.
Classes needed for OCI to connect to service API.
Integration with OCI Vault REST API including the KMS encryption and digest support.
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.
Security
Attribute based access control (ABAC) security provider.
Common classes for provider implementation.
Vault operation backed by configuration.
Basic security provider, supporting "basic" and "digest" authentication schemes with role support.
Integration with Open ID Connect providers.
Open ID Connect (OIDC) classes usable from all OIDC related components.
General utilities for security modules.
Support types for REST services.
Distributed tracing support for Helidon.
Helidon integration with Jaeger tracer.
Reactive web server API.
-
Uses of Configured in io.helidon.common.configurable
Classes in io.helidon.common.configurable with annotations of type ConfiguredModifier and TypeClassDescriptionstatic classLruCache.Builder<K,V> Fluent API builder forLruCache.interfaceA 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).static final classA fluent API builder forScheduledThreadPoolSupplier.static final classA fluent API builder forThreadPoolSupplier. -
Uses of Configured in io.helidon.common.pki
Classes in io.helidon.common.pki with annotations of type ConfiguredModifier and TypeClassDescriptionstatic classFluent API builder forKeyConfig.static final classBuilder for resources from a java keystore (PKCS12, JKS etc.).static final classBuilder for PEM files - accepts private key and certificate chain. -
Uses of Configured in io.helidon.health
Classes in io.helidon.health with annotations of type Configured -
Uses of Configured in io.helidon.integrations.oci.connect
Classes in io.helidon.integrations.oci.connect with annotations of type Configured -
Uses of Configured in io.helidon.integrations.oci.vault
Classes in io.helidon.integrations.oci.vault with annotations of type ConfiguredModifier and TypeClassDescriptionstatic classFluent API builder forOciVaultRx.classSecurity provider to retrieve secrets from OCI Vault, and to use OCI KMS for encryption, decryption and signatures.static classFluent API builder forOciVaultSecurityProvider.OciVaultSecretConfig. -
Uses of Configured in io.helidon.metrics.api
Classes in io.helidon.metrics.api with annotations of type ConfiguredModifier and TypeInterfaceDescriptionstatic interfaceBuilder forBaseMetricsSettings.static interfaceBuilder forComponentMetricsSettings.static interfaceOverride default settings.static interfaceBuilder forMetricsSettings.static interfaceBuilder for a newRegistryFilterSettingsinstance.static interfaceBuilder forRegistrySettings. -
Uses of Configured in io.helidon.security
Classes in io.helidon.security with annotations of type ConfiguredModifier and TypeClassDescriptionstatic final classBuilder pattern class for helping createSecurityin a convenient way.static final classFluent 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 final classOutboundConfigbuilder when not reading it from configuration.static final classFluent 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 classFluent API builder forConfigVaultProvider.static classConfiguration of a secret. -
Uses of Configured in io.helidon.security.providers.httpauth
Classes in io.helidon.security.providers.httpauth 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 classA fluent APIBuilderto build instances ofOidcConfig. -
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.servicecommon.rest
Classes in io.helidon.servicecommon.rest with annotations of type Configured -
Uses of Configured in io.helidon.tracing
Classes in io.helidon.tracing with annotations of type ConfiguredModifier and TypeInterfaceDescriptioninterfaceTracerBuilder<T extends TracerBuilder<T>>A builder for tracingtracer. -
Uses of Configured in io.helidon.tracing.jaeger
Classes in io.helidon.tracing.jaeger with annotations of type ConfiguredModifier and TypeClassDescriptionclassThe JaegerTracerBuilder is a convenience builder forTracerto use with Jaeger. -
Uses of Configured in io.helidon.webserver
Classes in io.helidon.webserver with annotations of type ConfiguredModifier and TypeClassDescriptionstatic final classTheSocketConfigurationbuilder class.static interfaceSocketConfiguration.SocketConfigurationBuilder<B extends SocketConfiguration.SocketConfigurationBuilder<B>>Socket configuration builder API, used bySocketConfiguration.Builderto configure additional sockets, and byWebServer.Builderto configure the default socket.static final classWebServer builder class provides a convenient way to set up WebServer with multiple server sockets and optional multiple routings.static classFluent API builder forWebServerTls.