Uses of Interface
io.helidon.common.config.Config
Package
Description
Support for handling the generation of code for Helidon builders and configured builders.
Concurrency limits API and default implementations.
Provides the minimal set of types for immutable, tree-structured configuration access.
SPI to load an implementation to be able to discover the default configuration of current environment.
General utilities that use
Config
.Utilities for PKI configuration and loading of certificates and keys.
Socket abstraction and data writing.
TLS Configuration for client and server.
Provides interfaces and classes for loading and working with immutable, tree-structured
configuration data.
Common cross origin configuration and types used by all Helidon flavors.
Helidon Database Client API.
Health check support for Helidon Database Client.
Hikari JDBC connection pool.
Service provider interface for Hikari JDBC connection pool support.
JDBC client for Helidon.
Metrics support for Helidon Database Client.
Metrics support for Hikari Connection Pool.
Helidon Database Client MongoDB.
Service provider interface for Helidon Database Client.
Tracing support for Helidon Database Client.
Helidon Fault Tolerance Support.
GraphQL server implementation.
Healthchecks provided by our implementation.
Health check SPI.
HTTP APIs and implementations usable by both server and client side of the HTTP story.
HTTP Content encoding support, usually used to compress entity, such as
gzip
.Deflate encoding support.
Gzip encoding support.
Helidon Media Support.
Jackson media type support.
JSON-Binding Entity Media handling support.
JSON-Processing Entity Media handling support.
Multipart Entity Media handling support.
Support for Micrometer in Helidon SE.
Provides support for Microstream-Metrics features integration.
Neo4j integrations for Helidon.
Implementation of OCI integrations.
Helidon Injection Runtime Integrations to support OCI SDK.
Helidon Integrations of OCI Certificates Service.
Helidon OpenAPI UI support.
Vault integration.
AppRole authentication method for Vault.
Common classes for Vault integration.
Vault authentication method for Kubernetes.
Token authentication method for Vault.
Cubbyhole secret engine support for Vault.
Vault's Database Secrets Engine support.
Vault's KV1 Secrets Engine support.
Vault's Key/value version 2 Secrets Engine support.
Vault's PKI Secrets Engine support.
Vault transit secrets.
Vault integration SPI.
Sys operations for Vault.
MicroProfile Reactive Messaging Oracle AQ connector.
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.
Micrometer wrapper for Helidon metrics API.
SPI for Helidon metrics.
Client gRPC microprofile classes.
Implementation of Microprofile JWT Auth specification.
Support for OpenAPI in Helidon MP.
Integration of Helidon security with Microprofile server.
Helidon OpenAPI support.
Scheduling for Helidon SE reactive implementation.
Security
Attribute based access control policy validator.
Integration with Java EE expression language.
Service provider interface (SPI) to support policy statements in Attribute based access control.
Role attribute validator.
Scope (OAuth2) attribute validator.
Time attribute validator.
Attribute based access control (ABAC) security provider.
Attribute based access control (ABAC) security provider's SPI.
Common classes for provider implementation.
Extension of integration with Jersey to support customized analysis of resource classes and methods to enable/disable security.
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.
SPI for basic and digest authentication providers.
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.
Open ID Connect (OIDC) SPI interfaces.
Security component's SPI.
General utilities for security modules.
API required to define services, and to compile the code generated sources for Helidon Service Registry,
with a core service registry implementation (replacement for
ServiceLoader
).Distributed tracing support for Helidon.
Configuration for traced components, spans and logs.
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 WebClient HTTP/1.1 Support.
Helidon WebClient HTTP/1.1 Support.
Helidon WebClient HTTP/2 Support.
Helidon WebClient Metrics Support.
Helidon WebClient Security Support.
Helidon WebClient Tracing Support.
Helidon WebClient WebSocket Support.
Helidon WebServer module, combining common server API, HTTP API and HTTP/1.1 API to create a server.
Helidon WebServer Access Log Support.
An implementation of a feature to protect all server requests with a limit.
Helidon WebServer Context Support.
Helidon WebServer CORS Support.
Helidon WebServer gRPC Support.
Helidon WebServer HTTP/1.1 specific APIs.
Helidon WebServer HTTP/2 Support.
Helidon WebServer Observability Support.
Helidon WebServer Observability Config Support.
Helidon WebServer Observability Health Support.
Helidon WebServer Observability Info Support.
Helidon WebServer Observability Log Support.
Helidon WebServer Observability Metrics Support.
Helidon WebServer Observability SPI.
Helidon WebServer Tracing Observability Support.
Helidon WebServer Security Support.
Helidon WebServer Services Common.
WebSocket server support.
-
Uses of Config in io.helidon.builder.api
Modifier and TypeMethodDescriptionUpdate builder from configuration.default <S extends NamedService,
T extends ConfiguredProvider<S>>
Optional<S> Prototype.ConfiguredBuilder.discoverService
(Config config, String configKey, HelidonServiceLoader<T> serviceLoader, Class<T> providerType, Class<S> configType, boolean allFromServiceLoader, Optional<S> existingValue) Discover service from configuration.default <S extends NamedService,
T extends ConfiguredProvider<S>>
List<S> Prototype.ConfiguredBuilder.discoverServices
(Config config, String configKey, HelidonServiceLoader<T> serviceLoader, Class<T> providerType, Class<S> configType, boolean allFromServiceLoader, List<S> existingInstances) Discover services from configuration. -
Uses of Config in io.helidon.common.concurrency.limits
Modifier and TypeMethodDescriptionAimdLimitConfig.BuilderBase.config()
If this instance was configured, this would be the config instance used.FixedLimitConfig.BuilderBase.config()
If this instance was configured, this would be the config instance used.Modifier and TypeMethodDescriptionUpdate builder from configuration (node of this type).Update builder from configuration (node of this type).static AimdLimit
Create a new instance from configuration.static AimdLimitConfig
Create a new instance from configuration.static FixedLimit
Create a new instance from configuration.static FixedLimitConfig
Create a new instance from configuration. -
Uses of Config in io.helidon.common.config
Modifier and TypeMethodDescription<C extends Config>
ConfigValue<List<C>> Config.asNodeList()
Returns a list of childConfig
nodes if the node isType#OBJECT
.Modifier and TypeMethodDescriptionstatic Config
GlobalConfig.config()
Global configuration instance.static Config
Set global configuration if not yet configured.static Config
Set global configuration.Config.detach()
Returns a copy of theConfig
node with no parent.static Config
Config.empty()
Empty instance ofConfig
.default Config
Config.get
(Config.Key key) Returns the single sub-node for the specified sub-key.Returns the single sub-node for the specified sub-key.Config.root()
Get the root of the configuration tree.Modifier and TypeMethodDescriptiondefault ConfigValue
<? extends Config> Config.asNode()
Returns existing current config node asConfigValue
.Modifier and TypeMethodDescriptionCreate a new instance from the configuration located on the provided node.Modifier and TypeMethodDescriptionstatic Config
Set global configuration if not yet configured.static Config
Set global configuration.<T> ConfigValue
<T> Typed value as aConfigValue
created from factory method.<T> ConfigValue
<List<T>> Returns this node as a list mapping each list value using the provided mapper. -
Uses of Config in io.helidon.common.config.spi
-
Uses of Config in io.helidon.common.configurable
Modifier and TypeMethodDescriptionAllowListConfig.BuilderBase.config()
If this instance was configured, this would be the config instance used.LruCacheConfig.BuilderBase.config()
If this instance was configured, this would be the config instance used.ResourceConfig.BuilderBase.config()
If this instance was configured, this would be the config instance used.ScheduledThreadPoolConfig.BuilderBase.config()
If this instance was configured, this would be the config instance used.ThreadPoolConfig.BuilderBase.config()
If this instance was configured, this would be the config instance used.Modifier and TypeMethodDescriptionUpdate builder from configuration (node of this type).Update builder from configuration (node of this type).Update builder from configuration (node of this type).Update builder from configuration (node of this type).Update builder from configuration (node of this type).static AllowList
CreateAllowList
from configurtion.static AllowListConfig
Create a new instance from configuration.static <K,
V> LruCacheConfig <K, V> Create a new instance from configuration.static Resource
Loads the resource from appropriate location based on configuration.static ResourceConfig
Create a new instance from configuration.static ScheduledThreadPoolConfig
Create a new instance from configuration.static ScheduledThreadPoolSupplier
Load supplier from configuration.static ThreadPoolSupplier
Create supplier from configuration.static ThreadPoolConfig
Create a new instance from configuration.static ThreadPoolSupplier
Load supplier from configuration. -
Uses of Config in io.helidon.common.pki
Modifier and TypeMethodDescriptionKeys.BuilderBase.config()
If this instance was configured, this would be the config instance used.KeystoreKeys.BuilderBase.config()
If this instance was configured, this would be the config instance used.PemKeys.BuilderBase.config()
If this instance was configured, this would be the config instance used.Modifier and TypeMethodDescriptionUpdate builder from configuration (node of this type).Update builder from configuration (node of this type).Update builder from configuration (node of this type).static Keys
Create a new instance from configuration.static KeystoreKeys
Create a new instance from configuration.static PemKeys
Create a new instance from configuration. -
Uses of Config in io.helidon.common.socket
Modifier and TypeMethodDescriptionSocketOptions.BuilderBase.config()
If this instance was configured, this would be the config instance used. -
Uses of Config in io.helidon.common.tls
Modifier and TypeMethodDescriptionRevocationConfig.BuilderBase.config()
If this instance was configured, this would be the config instance used.TlsConfig.BuilderBase.config()
If this instance was configured, this would be the config instance used.Modifier and TypeMethodDescriptionUpdate builder from configuration (node of this type).Update builder from configuration (node of this type).static RevocationConfig
Create a new instance from configuration.static Tls
Create TLS configuration from config.static TlsConfig
Create a new instance from configuration. -
Uses of Config in io.helidon.config
Modifier and TypeMethodDescriptionHelidonConfigProvider.create()
static Config
Get a value from config, attempting to read both the keys.Modifier and TypeMethodDescriptionstatic Config
Get a value from config, attempting to read both the keys. -
Uses of Config in io.helidon.cors
Modifier and TypeMethodDescriptionstatic CrossOriginConfig.Builder
Creates a newCrossOriginConfig.Builder
using the provided config node.Creates a newMapped.Builder
instance using the provided configuration.Merges CORS config information.Adds cross-origin information via config.Augment or override existing settings using the providedConfig
node.Applies data in the provided config node.static CrossOriginConfig
Creates a newCrossOriginConfig
instance based on the provided configuration node.static MappedCrossOriginConfig
Creates a newMapped
instance using the provided configuration.CorsSupportBase.Builder.mappedConfig
(Config config) Merges mapped CORS config information.CorsSupportHelper.Builder.mappedConfig
(Config config) Adds mapped cross-origin information via config. -
Uses of Config in io.helidon.dbclient
Modifier and TypeMethodDescriptionstatic DbClient.Builder
Create Helidon database client builder from configuration.Use database connection configuration from configuration file.Configure this client service from config.Set statements from configuration.static DbClient
Create Helidon database client.static DbStatements
Create statements from configuration. -
Uses of Config in io.helidon.dbclient.health
Modifier and TypeMethodDescriptionSet health check parameters usingConfig
node.static DbClientHealthCheck
Create a health check with configured settings for the database. -
Uses of Config in io.helidon.dbclient.hikari
Modifier and TypeMethodDescription -
Uses of Config in io.helidon.dbclient.hikari.spi
-
Uses of Config in io.helidon.dbclient.jdbc
Modifier and TypeMethodDescriptionJdbcParametersConfig.BuilderBase.config()
If this instance was configured, this would be the config instance used.Modifier and TypeMethodDescriptionUpdate builder from configuration.Update builder from configuration (node of this type).static JdbcConnectionPool
Create a JDBC connection pool from provided configuration.static JdbcParametersConfig
Create a new instance from configuration. -
Uses of Config in io.helidon.dbclient.metrics
Modifier and TypeMethodDescription -
Uses of Config in io.helidon.dbclient.metrics.hikari
Modifier and TypeMethodDescription -
Uses of Config in io.helidon.dbclient.mongodb
Modifier and TypeMethodDescription -
Uses of Config in io.helidon.dbclient.spi
Modifier and TypeMethodDescriptionUse database connection configuration from configuration file.Create a new interceptor instance with the configuration provided. -
Uses of Config in io.helidon.dbclient.tracing
Modifier and TypeMethodDescriptionstatic DbClientTracing
Create a new tracing interceptor based on the configuration. -
Uses of Config in io.helidon.faulttolerance
Modifier and TypeMethodDescriptionAsyncConfig.BuilderBase.config()
If this instance was configured, this would be the config instance used.BulkheadConfig.BuilderBase.config()
If this instance was configured, this would be the config instance used.CircuitBreakerConfig.BuilderBase.config()
If this instance was configured, this would be the config instance used.RetryConfig.BuilderBase.config()
If this instance was configured, this would be the config instance used.TimeoutConfig.BuilderBase.config()
If this instance was configured, this would be the config instance used.Modifier and TypeMethodDescriptionUpdate builder from configuration (node of this type).Update builder from configuration (node of this type).Update builder from configuration (node of this type).Update builder from configuration (node of this type).Update builder from configuration (node of this type).static AsyncConfig
Create a new instance from configuration.static BulkheadConfig
Create a new instance from configuration.static CircuitBreakerConfig
Create a new instance from configuration.static RetryConfig
Create a new instance from configuration.static TimeoutConfig
Create a new instance from configuration. -
Uses of Config in io.helidon.graphql.server
Modifier and TypeMethodDescriptionUpdate builder from configuration. -
Uses of Config in io.helidon.health.checks
Modifier and TypeMethodDescriptionSet up the disk space health check via config keys, if present.Set up the heap space health check via config key, if present.static HealthCheck
HealthChecks.diskSpaceCheck
(Config config) Disk space health check, set up via config.BuiltInHealthCheckProvider.healthChecks
(Config config) static HealthCheck[]
HealthChecks.healthChecks
(Config config) Built-in health checks, set up using "helidon.health" configuration.static HeapMemoryHealthCheck
HealthChecks.heapMemoryCheck
(Config config) Memory health check. -
Uses of Config in io.helidon.health.spi
Modifier and TypeMethodDescriptionHealthCheckProvider.healthChecks
(Config config) Health checks provided by this provider. -
Uses of Config in io.helidon.http
Modifier and TypeMethodDescriptionCreates a new builder for aRequestedUriDiscoveryContext
using the provide discovery context config node.Update the settings from the "requested-uri-discovery"Config
node within the socket configuration.static RequestedUriDiscoveryContext
Creates a newRequestedUriDiscoveryContext
from the provided discovery context config node. -
Uses of Config in io.helidon.http.encoding
Modifier and TypeMethodDescriptionContentEncodingContextConfig.BuilderBase.config()
If this instance was configured, this would be the config instance used.Modifier and TypeMethodDescriptionUpdate builder from configuration (node of this type).static ContentEncodingContext
Create a new encoding support and apply provided configuration.static ContentEncodingContextConfig
Create a new instance from configuration. -
Uses of Config in io.helidon.http.encoding.deflate
Modifier and TypeMethodDescription -
Uses of Config in io.helidon.http.encoding.gzip
Modifier and TypeMethodDescription -
Uses of Config in io.helidon.http.media
Modifier and TypeMethodDescriptionMediaContextConfig.BuilderBase.config()
If this instance was configured, this would be the config instance used.Modifier and TypeMethodDescriptionUpdate builder from configuration (node of this type).static MediaContext
Create a new media context and apply provided configuration.static MediaContextConfig
Create a new instance from configuration. -
Uses of Config in io.helidon.http.media.jackson
Modifier and TypeMethodDescriptionstatic MediaSupport
Creates a newJacksonSupport
.static MediaSupport
Creates a newJacksonSupport
. -
Uses of Config in io.helidon.http.media.jsonb
Modifier and TypeMethodDescriptionstatic MediaSupport
Creates a newJsonbSupport
.static MediaSupport
Creates a newJsonbSupport
. -
Uses of Config in io.helidon.http.media.jsonp
Modifier and TypeMethodDescriptionstatic MediaSupport
Creates a newJsonpSupport
.static MediaSupport
Creates a new namedJsonpSupport
. -
Uses of Config in io.helidon.http.media.multipart
Modifier and TypeMethodDescriptionstatic MediaSupport
Creates a newMultiPartSupport
.static MediaSupport
Creates a new namedMultiPartSupport
. -
Uses of Config in io.helidon.integrations.micrometer
Modifier and TypeMethodDescriptionOverride default configuration.static MeterRegistryFactory
Deprecated, for removal: This API element is subject to removal in a future version.Creates a new factory using the specified config.static MicrometerFeature
Deprecated, for removal: This API element is subject to removal in a future version.Creates a newMicrometerSupport
using the providedConfig
(anchored at the "metrics.micrometer" node). -
Uses of Config in io.helidon.integrations.microstream.metrics
Modifier and TypeMethodDescriptionMicrostreamMetricsSupport.Builder.config()
get the current configured helidon configuration.Modifier and TypeMethodDescriptionset the helidon configuration used by the builder. -
Uses of Config in io.helidon.integrations.neo4j
-
Uses of Config in io.helidon.integrations.oci
Modifier and TypeMethodDescriptionConfigFileMethodConfig.BuilderBase.config()
If this instance was configured, this would be the config instance used.ConfigMethodConfig.BuilderBase.config()
If this instance was configured, this would be the config instance used.ImdsInstanceInfo.BuilderBase.config()
If this instance was configured, this would be the config instance used.OciConfig.BuilderBase.config()
If this instance was configured, this would be the config instance used.OciConfig.BuilderBase.OciConfigImpl.config()
SessionTokenMethodConfig.BuilderBase.config()
If this instance was configured, this would be the config instance used.Modifier and TypeMethodDescriptionUpdate builder from configuration (node of this type).Update builder from configuration (node of this type).Update builder from configuration (node of this type).Update builder from configuration (node of this type).Update builder from configuration (node of this type).static ConfigFileMethodConfig
Create a new instance from configuration.static ConfigMethodConfig
Create a new instance from configuration.static ImdsInstanceInfo
Create a new instance from configuration.static OciConfig
Create a new instance from configuration.static SessionTokenMethodConfig
Create a new instance from configuration. -
Uses of Config in io.helidon.integrations.oci.sdk.runtime
Modifier and TypeMethodDescriptionOciConfig.BuilderBase.config()
If this instance was configured, this would be the config instance used.OciExtension.configSupplier()
Deprecated, for removal: This API element is subject to removal in a future version.The supplier for the raw config-backed by the OCI config source(s).Modifier and TypeMethodDescriptionUpdate builder from configuration (node of this type).static OciConfig
Deprecated, for removal: This API element is subject to removal in a future version.Create a new instance from configuration.static boolean
OciExtension.isSufficientlyConfigured
(Config config) Deprecated, for removal: This API element is subject to removal in a future version.Returnstrue
if the given config is sufficiently configured in order to identity an OCI authentication strategy.Modifier and TypeMethodDescriptionstatic void
OciExtension.configSupplier
(Supplier<Config> configSupplier) Deprecated, for removal: This API element is subject to removal in a future version.Establishes the supplier for the raw config-backed by the OCI config source(s).static void
OciExtension.fallbackConfigSupplier
(Supplier<Config> configSupplier) Deprecated, for removal: This API element is subject to removal in a future version.Establishes the fallback config supplier used only when theOciExtension.DEFAULT_OCI_GLOBAL_CONFIG_FILE
is not physically present, and there has been no config supplier explicitly established viaOciExtension.configSupplier(Supplier)
. -
Uses of Config in io.helidon.integrations.oci.tls.certificates
Modifier and TypeMethodDescriptionOciCertificatesTlsManagerConfig.BuilderBase.config()
If this instance was configured, this would be the config instance used.Modifier and TypeMethodDescriptionUpdate builder from configuration (node of this type).static OciCertificatesTlsManager
Creates a configuredOciCertificatesTlsManager
instance.Create a new instance from configuration. -
Uses of Config in io.helidon.integrations.openapi.ui
Modifier and TypeMethodDescriptionOpenApiUiConfig.BuilderBase.config()
If this instance was configured, this would be the config instance used.Modifier and TypeMethodDescriptionUpdate builder from configuration (node of this type).static OpenApiUiConfig
Create a new instance from configuration. -
Uses of Config in io.helidon.integrations.vault
-
Uses of Config in io.helidon.integrations.vault.auths.approle
Modifier and TypeMethodDescriptionAppRoleVaultAuth.authenticate
(Config config, Vault.Builder vaultBuilder) AppRoleAuthProvider.createAuth
(Config config, RestApi restApi, String path) -
Uses of Config in io.helidon.integrations.vault.auths.common
Modifier and TypeMethodDescriptionNoVaultAuth.authenticate
(Config config, Vault.Builder vaultBuilder) -
Uses of Config in io.helidon.integrations.vault.auths.k8s
Modifier and TypeMethodDescriptionK8sVaultAuth.authenticate
(Config config, Vault.Builder vaultBuilder) K8sAuthProvider.createAuth
(Config config, RestApi restApi, String path) -
Uses of Config in io.helidon.integrations.vault.auths.token
Modifier and TypeMethodDescriptionTokenVaultAuth.authenticate
(Config config, Vault.Builder vaultBuilder) TokenAuthProvider.createAuth
(Config config, RestApi restApi, String path) -
Uses of Config in io.helidon.integrations.vault.secrets.cubbyhole
Modifier and TypeMethodDescriptionUpdate this builder from configuration.Create a new secrets configuration from config.CubbyholeEngineProvider.createSecrets
(Config config, RestApi restApi, String mount) CubbyholeSecurityService.providerInstance
(Config config) -
Uses of Config in io.helidon.integrations.vault.secrets.database
Modifier and TypeMethodDescriptionDbEngineProvider.createSecrets
(Config config, RestApi restApi, String mount) -
Uses of Config in io.helidon.integrations.vault.secrets.kv1
Modifier and TypeMethodDescriptionUpdate this builder from configuration.Create a new secrets configuration from config.Kv1EngineProvider.createSecrets
(Config config, RestApi restAccess, String mount) Kv1SecurityService.providerInstance
(Config config) -
Uses of Config in io.helidon.integrations.vault.secrets.kv2
Modifier and TypeMethodDescriptionUpdate this builder from configuration.Create a new secrets configuration from config.Kv2EngineProvider.createSecrets
(Config config, RestApi restAccess, String mount) Kv2SecurityService.providerInstance
(Config config) -
Uses of Config in io.helidon.integrations.vault.secrets.pki
Modifier and TypeMethodDescriptionPkiEngineProvider.createSecrets
(Config config, RestApi restApi, String mount) -
Uses of Config in io.helidon.integrations.vault.secrets.transit
Modifier and TypeMethodDescriptionUpdate this builder from configuration.Update this builder from configuration.Create a new digest configuration from config.Create a new encryption configuration from config.TransitEngineProvider.createSecrets
(Config config, RestApi restAccess, String mount) TransitSecurityProvider.encryption
(Config config) TransitSecurityService.providerInstance
(Config config) -
Uses of Config in io.helidon.integrations.vault.spi
Modifier and TypeMethodDescriptionInjectionProvider.CreateInstanceFunction.apply
(Vault vault, Config vaultConfig, InjectionProvider.InstanceConfig instanceConfig) Create a new instance in singleton scope (or Application for CDI).VaultAuth.authenticate
(Config config, Vault.Builder vaultBuilder) AuthMethodProvider.createAuth
(Config config, RestApi restAccess, String path) Create an auth instance to provide API to access this method.InjectionProvider.InjectionType.createInstance
(Vault vault, Config vaultConfig, InjectionProvider.InstanceConfig instanceConfig) Create a new instance of the injectable.SecretsEngineProvider.createSecrets
(Config config, RestApi restAccess, String mount) Create a secrets instance to provide API to access this engine.Create a new instance of Sys. -
Uses of Config in io.helidon.integrations.vault.sys
-
Uses of Config in io.helidon.messaging.connectors.aq
Modifier and TypeMethodDescriptionCustom configuration for connector. -
Uses of Config in io.helidon.metrics.api
Modifier and TypeMethodDescriptionKeyPerformanceIndicatorMetricsConfig.BuilderBase.config()
If this instance was configured, this would be the config instance used.MetricsConfig.BuilderBase.config()
If this instance was configured, this would be the config instance used.ScopeConfig.BuilderBase.config()
If this instance was configured, this would be the config instance used.ScopingConfig.BuilderBase.config()
If this instance was configured, this would be the config instance used.Modifier and TypeMethodDescriptionReturns a builder forComponentMetricsSettings
based on the provided component metric settings config node.Updates the builder using the provided metrics config.Update builder from configuration (node of this type).Update builder from configuration (node of this type).Update builder from configuration (node of this type).Update builder from configuration (node of this type).static ComponentMetricsSettings
Returns component metrics settings created from aConfig
node, by convention themetrics
config section within the component's own config section.Create a new instance from configuration.static MetricsConfig
Create a new instance from configuration.static ScopeConfig
Create a new instance from configuration.static ScopingConfig
Create a new instance from configuration.static MetricsFactory
MetricsFactory.getInstance
(Config metricsConfigNode) Returns a new metrics factory instance from a highest-weight provider using the providedConfig
to set up the metrics factory and saving the resulting metrics factory as the current one, returned byMetricsFactory.getInstance()
}. -
Uses of Config in io.helidon.metrics.providers.micrometer
Modifier and TypeMethodDescriptionMicrometerMetricsFactoryProvider.create
(Config rootConfig, MetricsConfig metricsConfig, Collection<MetersProvider> metersProviders) -
Uses of Config in io.helidon.metrics.spi
Modifier and TypeMethodDescriptionMetricsFactoryProvider.create
(Config rootConfig, MetricsConfig metricsConfig, Collection<MetersProvider> metersProviders) Creates a newMetricsFactory
from which the caller can obtainMeterRegistry
andMeter.Builder
instances. -
Uses of Config in io.helidon.microprofile.grpc.client
Modifier and TypeMethodDescriptionGrpcChannelDescriptor.BuilderBase.config()
If this instance was configured, this would be the config instance used.GrpcChannelsDescriptor.BuilderBase.config()
If this instance was configured, this would be the config instance used.Modifier and TypeMethodDescriptionUpdate builder from configuration (node of this type).Update builder from configuration (node of this type).static GrpcChannelDescriptor
Create a new instance from configuration.static GrpcChannelsDescriptor
Create a new instance from configuration. -
Uses of Config in io.helidon.microprofile.jwt.auth
Modifier and TypeMethodDescriptionLoad this builder from a configuration.static JwtAuthProvider
Create provider instance from configuration.JwtAuthProvider.JwtOutboundTarget.fromConfig
(Config config, TokenHandler defaultHandler) Load an instance from configuration.void
JwtAuthProviderService.providerInstance
(Config config) -
Uses of Config in io.helidon.microprofile.openapi
Modifier and TypeMethodDescriptionMpOpenApiManagerConfig.BuilderBase.config()
If this instance was configured, this would be the config instance used. -
Uses of Config in io.helidon.microprofile.security
Modifier and TypeMethodDescriptionUpdate this builder from configuration.static QueryParamHandler
Read a new instance from configuration. -
Uses of Config in io.helidon.openapi
Modifier and TypeMethodDescriptionOpenApiFeatureConfig.BuilderBase.config()
If this instance was configured, this would be the config instance used.Modifier and TypeMethodDescriptionUpdate builder from configuration (node of this type).static OpenApiFeature
Create a new instance from typed configuration.static OpenApiFeatureConfig
Create a new instance from configuration. -
Uses of Config in io.helidon.scheduling
Modifier and TypeMethodDescriptionCronConfig.BuilderBase.config()
If this instance was configured, this would be the config instance used.FixedRateConfig.BuilderBase.config()
If this instance was configured, this would be the config instance used.TaskConfig.BuilderBase.config()
If this instance was configured, this would be the config instance used.Modifier and TypeMethodDescriptionUpdate builder from configuration (node of this type).Update builder from configuration (node of this type).Update builder from configuration (node of this type).static CronConfig
Create a new instance from configuration.static FixedRateConfig
Create a new instance from configuration.static TaskConfig
Create a new instance from configuration. -
Uses of Config in io.helidon.security
Modifier and TypeMethodDescriptionThe configuration of security.Modifier and TypeMethodDescriptionstatic Security.Builder
Creates new instance based on configuration values.Update fields from configuration.Provide a configuration for provider to use.Add config instance to this builder.Update this builder from configuration.Load this policy from config.static QueryParamMapping
Read a new instance from configuration.static Security
Creates new instance based on configuration values.static SecurityTime
Load an instance from configuration.Modifier and TypeMethodDescriptionProvider a map of cofiguration keys to configurations for provider(s) to use. -
Uses of Config in io.helidon.security.abac.policy
Modifier and TypeMethodDescriptionUpdate this builder from configuration.Update this builder from configuration.static PolicyValidator
Create an instance from configuration.PolicyValidator.fromConfig
(Config config) AbacValidator
<? extends AbacValidatorConfig> PolicyValidatorService.instantiate
(Config config) -
Uses of Config in io.helidon.security.abac.policy.el
Modifier and TypeMethodDescriptionUpdated builder from configuration.static JavaxElPolicyExecutor
Create an instance based on configuration.JavaxElPolicyExecutorService.instantiate
(Config config) -
Uses of Config in io.helidon.security.abac.policy.spi
Modifier and TypeMethodDescriptionPolicyExecutorService.instantiate
(Config config) Create a new instance of aPolicyExecutor
based on the configuration provider. -
Uses of Config in io.helidon.security.abac.role
Modifier and TypeMethodDescriptionLoad configuration data from configuration.static RoleValidator.RoleConfig
Will read roles allowed from configuration.RoleValidator.fromConfig
(Config config) AbacValidator
<? extends AbacValidatorConfig> RoleValidatorService.instantiate
(Config config) -
Uses of Config in io.helidon.security.abac.scope
Modifier and TypeMethodDescriptionUpdate builder from configuration.static ScopeValidator
Create a new validator instance from configuration.static ScopeValidator.ScopesConfig
Create an instance from configuration (of endpoint).ScopeValidator.fromConfig
(Config config) AbacValidator
<? extends AbacValidatorConfig> ScopeValidatorService.instantiate
(Config config) -
Uses of Config in io.helidon.security.abac.time
Modifier and TypeMethodDescriptionstatic TimeValidator.TimeConfig
Create an time config from configuration.TimeValidator.fromConfig
(Config config) AbacValidator
<? extends AbacValidatorConfig> TimeValidatorService.instantiate
(Config config) -
Uses of Config in io.helidon.security.providers.abac
Modifier and TypeMethodDescriptionUpdate builder from configuration and set the config toAbacProvider.Builder.configuration(io.helidon.config.Config)
.AbacProvider.Builder.configuration
(Config config) Configuration to use for validator instances.static AbacProvider
Creates a new provider instance from configuration.AbacProviderService.providerInstance
(Config config) -
Uses of Config in io.helidon.security.providers.abac.spi
Modifier and TypeMethodDescriptionAbacValidator.fromConfig
(Config config) Load configuration class instance fromConfig
.AbacValidator
<? extends AbacValidatorConfig> AbacValidatorService.instantiate
(Config config) Create a new instance of the validator based on the configuration provided. -
Uses of Config in io.helidon.security.providers.common
Modifier and TypeMethodDescriptionUpdate this builder from configuration.Set config for this target.static <K,
V> EvictableCache <K, V> Create a new cache and configure it from the provided configuration.static OutboundConfig
Parse targets from provider configuration.static OutboundConfig
OutboundConfig.create
(Config providerConfig, OutboundTarget... defaults) Parse targets from provider configuration with possible default targets.static OutboundTarget
Create a target from configuration.Modifier and TypeMethodDescription<T> Optional
<T> OutboundConfig.findTargetCustomObject
(SecurityEnvironment env, Class<T> customObjectClass, Function<Config, ? extends T> customObjectProducer, Supplier<? extends T> defaultValue) Find, create and cache a custom object associated with a specific outbound target. -
Uses of Config in io.helidon.security.providers.common.spi
-
Uses of Config in io.helidon.security.providers.config.vault
Modifier and TypeMethodDescriptionUpdate this builder from provided configuration.static ConfigVaultProvider
Creates the provider from configuration, supporting encryption if its configuration is found.Create a new instance from config.ConfigVaultProvider.encryption
(Config config) ConfigVaultProviderService.providerInstance
(Config config) -
Uses of Config in io.helidon.security.providers.google.login
Modifier and TypeMethodDescriptionUpdate this builder from configuration.static GoogleTokenProvider
Create an instance from configuration.GoogleTokenService.providerInstance
(Config config) -
Uses of Config in io.helidon.security.providers.header
Modifier and TypeMethodDescriptionUpdate this builder from configuration.Load this builder from a configuration.static HeaderAtnOutboundConfig
Create header outbound configuration from config.static HeaderAtnProvider
Create provider instance from configuration.HeaderAtnService.providerInstance
(Config config) -
Uses of Config in io.helidon.security.providers.httpauth
Modifier and TypeMethodDescriptionUpdate this builder from configuration.Updated this configuration from the config instance.Update builder from configuration.static SecureUserStore
Create an instance from config.static HttpBasicAuthProvider
Load this provider from configuration.static HttpBasicOutboundConfig
Create basic outbound configuration from config.static HttpDigest.Qop
Parse configuration into this enum.static HttpDigestAuthProvider
Load this provider from configuration.HttpBasicAuthService.providerInstance
(Config config) HttpDigestAuthService.providerInstance
(Config config) -
Uses of Config in io.helidon.security.providers.httpauth.spi
Modifier and TypeMethodDescriptionCreate the secure user store to use with these providers. -
Uses of Config in io.helidon.security.providers.httpsign
Modifier and TypeMethodDescriptionCreate a new builder from configuration.Create a builder from configuration.Create a builder from configuration.Create a builder instance from configuration.Update this builder instance from configuration.static HttpSignProvider
Create a new instance of this provider from configuration.static InboundClientDefinition
Create a new instance from configuration.static OutboundTargetDefinition
Create an instance from configuration.static SignedHeadersConfig
Load header configuration from config.Create a new instance from configuration.HttpSignService.providerInstance
(Config config) -
Uses of Config in io.helidon.security.providers.idcs.mapper
Modifier and TypeMethodDescriptionUpdate this builder state from configuration.Update this builder state from configuration.static SecurityProvider
Creates an instance from configuration.static SecurityProvider
Creates an instance from configuration.IdcsRoleMapperProviderService.providerInstance
(Config config) -
Uses of Config in io.helidon.security.providers.jwt
Modifier and TypeMethodDescriptionLoad this builder from a configuration.Update builder from configuration.static JwtProvider
Create provider instance from configuration.JwtProvider.JwtOutboundTarget.create
(Config config, TokenHandler defaultHandler) Load an instance from configuration.JwtProviderService.providerInstance
(Config config) -
Uses of Config in io.helidon.security.providers.oidc
Modifier and TypeMethodDescriptionUpdate this builder with configuration.static OidcProvider
Load this provider from configuration.OidcProviderService.providerInstance
(Config config) -
Uses of Config in io.helidon.security.providers.oidc.common
Modifier and TypeMethodDescriptionUpdate this builder with values from configuration.static OidcConfig
Create a new instance fromConfig
. -
Uses of Config in io.helidon.security.providers.oidc.common.spi
Modifier and TypeMethodDescriptionTenantConfigProvider.createTenantConfigFinder
(Config config) Create a tenant configuration API from Helidon config.TenantIdProvider.createTenantIdFinder
(Config config) Create a tenant ID finder API from Helidon config. -
Uses of Config in io.helidon.security.spi
Modifier and TypeMethodDescriptionCreate digest support from configuration.EncryptionProvider.encryption
(Config config) Create encryption support from configuration.SecurityProviderService.providerInstance
(Config config) Create a new instance of the provider based on the configuration provided.Create secret supplier from configuration. -
Uses of Config in io.helidon.security.util
Modifier and TypeMethodDescriptionUpdate builder from config.static TokenHandler
Create aTokenHandler
from configuration. -
Uses of Config in io.helidon.service.registry
Modifier and TypeMethodDescriptionServiceRegistryConfig.BuilderBase.config()
If this instance was configured, this would be the config instance used.ServiceRegistryConfig.BuilderBase.ServiceRegistryConfigImpl.config()
Modifier and TypeMethodDescriptionUpdate builder from configuration (node of this type).static ServiceRegistryConfig
Create a new instance from configuration.static <T extends NamedService>
Optional<T> GeneratedService.discoverService
(Config config, String configKey, ServiceRegistry serviceRegistry, Class<? extends ConfiguredProvider<T>> providerType, Class<T> configType, boolean discoverServices, Optional<T> existingValue) Used to discover service fromServiceRegistry
for builder options annotated withOption.Provider
, if the blueprint is annotated withPrototype.RegistrySupport
.static <T extends NamedService>
List<T> GeneratedService.discoverServices
(Config config, String configKey, ServiceRegistry serviceRegistry, Class<? extends ConfiguredProvider<T>> providerType, Class<T> configType, boolean allFromRegistry, List<T> existingValues) Used to discover services fromServiceRegistry
for builder options annotated withOption.Provider
, if the blueprint is annotated withPrototype.RegistrySupport
. -
Uses of Config in io.helidon.tracing
-
Uses of Config in io.helidon.tracing.config
Modifier and TypeMethodDescriptionUpdate this builder fromConfig
.Update this builder fromConfig
.Update this builder fromConfig
.Update this builder from configuration.static ComponentTracingConfig
Create a new traced component configuration fromConfig
.static SpanLogTracingConfig
Create a new traced span log configuration fromConfig
.static SpanTracingConfig
Create traced span configuration from aConfig
.static TracingConfig
Create new tracing configuration based on the provided config. -
Uses of Config in io.helidon.tracing.providers.jaeger
Modifier and TypeMethodDescriptionstatic JaegerTracerBuilder
Create a new builder based on values in configuration. -
Uses of Config in io.helidon.tracing.providers.opentracing
-
Uses of Config in io.helidon.tracing.providers.zipkin
Modifier and TypeMethodDescriptionstatic ZipkinTracerBuilder
Create a new builder based on values in configuration. -
Uses of Config in io.helidon.webclient.api
Modifier and TypeMethodDescriptionHttpClientConfig.BuilderBase.config()
If this instance was configured, this would be the config instance used.HttpConfigBase.BuilderBase.config()
If this instance was configured, this would be the config instance used.WebClientConfig.BuilderBase.config()
If this instance was configured, this would be the config instance used.WebClientCookieManagerConfig.BuilderBase.config()
If this instance was configured, this would be the config instance used.Modifier and TypeMethodDescriptionBase uri used by the client in all requests.Update builder from configuration (node of this type).Update builder from configuration (node of this type).Configure a metric from configuration.Update builder from configuration (node of this type).Update builder from configuration (node of this type).static HttpClientConfig
Create a new instance from configuration.static HttpConfigBase
Create a new instance from configuration.static Proxy
Create a new proxy instance from configuration.static WebClientConfig
Create a new instance from configuration.static WebClientCookieManagerConfig
Create a new instance from configuration. -
Uses of Config in io.helidon.webclient.grpc
Modifier and TypeMethodDescriptionGrpcClientConfig.BuilderBase.config()
If this instance was configured, this would be the config instance used.GrpcClientProtocolConfig.BuilderBase.config()
If this instance was configured, this would be the config instance used.Modifier and TypeMethodDescriptionUpdate builder from configuration (node of this type).Update builder from configuration (node of this type).static GrpcClientConfig
Create a new instance from configuration.static GrpcClientProtocolConfig
Create a new instance from configuration. -
Uses of Config in io.helidon.webclient.http1
Modifier and TypeMethodDescriptionHttp1ClientProtocolConfig.BuilderBase.config()
If this instance was configured, this would be the config instance used.Modifier and TypeMethodDescriptionUpdate builder from configuration (node of this type).static Http1Client
Create a new instance based onConfig
.static Http1ClientProtocolConfig
Create a new instance from configuration. -
Uses of Config in io.helidon.webclient.http2
Modifier and TypeMethodDescriptionHttp2ClientProtocolConfig.BuilderBase.config()
If this instance was configured, this would be the config instance used.Modifier and TypeMethodDescriptionUpdate builder from configuration (node of this type).static Http2Client
Create a new instance based onConfig
.static Http2ClientProtocolConfig
Create a new instance from configuration. -
Uses of Config in io.helidon.webclient.metrics
Modifier and TypeMethodDescriptionstatic WebClientMetrics
Creates new client metrics based on config.Deprecated. -
Uses of Config in io.helidon.webclient.security
Modifier and TypeMethodDescriptionDeprecated. -
Uses of Config in io.helidon.webclient.tracing
Modifier and TypeMethodDescriptionDeprecated. -
Uses of Config in io.helidon.webclient.websocket
Modifier and TypeMethodDescriptionWsClientConfig.BuilderBase.config()
If this instance was configured, this would be the config instance used.WsClientProtocolConfig.BuilderBase.config()
If this instance was configured, this would be the config instance used.Modifier and TypeMethodDescriptionUpdate builder from configuration (node of this type).Update builder from configuration (node of this type).static WsClientConfig
Create a new instance from configuration.static WsClientProtocolConfig
Create a new instance from configuration. -
Uses of Config in io.helidon.webserver
Modifier and TypeMethodDescriptionConnectionConfig.BuilderBase.config()
If this instance was configured, this would be the config instance used.ListenerConfig.BuilderBase.config()
If this instance was configured, this would be the config instance used.WebServerConfig.BuilderBase.config()
If this instance was configured, this would be the config instance used.Modifier and TypeMethodDescriptionUpdate builder from configuration (node of this type).Update builder from configuration (node of this type).Update builder from configuration (node of this type).static ConnectionConfig
Create a new instance from configuration.static ListenerConfig
Create a new instance from configuration.static WebServerConfig
Create a new instance from configuration. -
Uses of Config in io.helidon.webserver.accesslog
Modifier and TypeMethodDescriptionAccessLogConfig.BuilderBase.config()
If this instance was configured, this would be the config instance used.Modifier and TypeMethodDescriptionUpdate builder from configuration (node of this type).static AccessLogConfig
Create a new instance from configuration. -
Uses of Config in io.helidon.webserver.concurrency.limits
Modifier and TypeMethodDescriptionLimitsFeatureConfig.BuilderBase.config()
If this instance was configured, this would be the config instance used.Modifier and TypeMethodDescriptionUpdate builder from configuration (node of this type).static LimitsFeature
Create a new context feature with custom setup.static LimitsFeatureConfig
Create a new instance from configuration. -
Uses of Config in io.helidon.webserver.context
Modifier and TypeMethodDescriptionContextFeatureConfig.BuilderBase.config()
If this instance was configured, this would be the config instance used.Modifier and TypeMethodDescriptionUpdate builder from configuration (node of this type).static ContextFeatureConfig
Create a new instance from configuration. -
Uses of Config in io.helidon.webserver.cors
Modifier and TypeMethodDescriptionCorsConfig.BuilderBase.config()
If this instance was configured, this would be the config instance used.CorsConfig.BuilderBase.CorsConfigImpl.config()
Modifier and TypeMethodDescriptionUpdate builder from configuration (node of this type).static CorsConfig
Create a new instance from configuration.static CorsFeature
Create a new CORS feature with custom setup.static CorsSupport
Creates a newCorsSupport
instance based on the provided configuration expected to match the basicCrossOriginConfig
format.static CorsSupport
CorsSupport.createMapped
(Config config) Creates a newCorsSupport
instance based on the provided configuration expected to contain mapped cross-origin config information. -
Uses of Config in io.helidon.webserver.grpc
Modifier and TypeMethodDescriptionGrpcConfig.BuilderBase.config()
If this instance was configured, this would be the config instance used.GrpcTracingConfig.BuilderBase.config()
If this instance was configured, this would be the config instance used.Modifier and TypeMethodDescriptionUpdate builder from configuration (node of this type).Update builder from configuration (node of this type).static GrpcConfig
Create a new instance from configuration.static GrpcTracingConfig
Create a new instance from configuration. -
Uses of Config in io.helidon.webserver.http1
Modifier and TypeMethodDescriptionHttp1Config.BuilderBase.config()
If this instance was configured, this would be the config instance used.Modifier and TypeMethodDescriptionUpdate builder from configuration (node of this type).static Http1Config
Create a new instance from configuration. -
Uses of Config in io.helidon.webserver.http2
Modifier and TypeMethodDescriptionHttp2Config.BuilderBase.config()
If this instance was configured, this would be the config instance used.Modifier and TypeMethodDescriptionUpdate builder from configuration (node of this type).static Http2Config
Create a new instance from configuration. -
Uses of Config in io.helidon.webserver.observe
Modifier and TypeMethodDescriptionObserveFeatureConfig.BuilderBase.config()
If this instance was configured, this would be the config instance used.ObserveFeatureConfig.BuilderBase.ObserveFeatureConfigImpl.config()
ObserverConfigBase.BuilderBase.config()
If this instance was configured, this would be the config instance used.Modifier and TypeMethodDescriptionUpdate builder from configuration (node of this type).Update builder from configuration (node of this type).static ObserveFeature
Create a new support with custom configuration.static ObserveFeatureConfig
Create a new instance from configuration. -
Uses of Config in io.helidon.webserver.observe.config
Modifier and TypeMethodDescriptionConfigObserverConfig.BuilderBase.config()
If this instance was configured, this would be the config instance used.Modifier and TypeMethodDescriptionUpdate builder from configuration (node of this type).Deprecated.static ConfigObserverConfig
Create a new instance from configuration. -
Uses of Config in io.helidon.webserver.observe.health
Modifier and TypeMethodDescriptionHealthObserverConfig.BuilderBase.config()
If this instance was configured, this would be the config instance used.HealthObserverConfig.BuilderBase.HealthObserverConfigImpl.config()
Modifier and TypeMethodDescriptionUpdate builder from configuration (node of this type).Deprecated.static HealthObserverConfig
Create a new instance from configuration. -
Uses of Config in io.helidon.webserver.observe.info
Modifier and TypeMethodDescriptionInfoObserverConfig.BuilderBase.config()
If this instance was configured, this would be the config instance used.Modifier and TypeMethodDescriptionUpdate builder from configuration (node of this type).Deprecated.static InfoObserverConfig
Create a new instance from configuration. -
Uses of Config in io.helidon.webserver.observe.log
Modifier and TypeMethodDescriptionLogObserverConfig.BuilderBase.config()
If this instance was configured, this would be the config instance used.LogStreamConfig.BuilderBase.config()
If this instance was configured, this would be the config instance used.Modifier and TypeMethodDescriptionUpdate builder from configuration (node of this type).Update builder from configuration (node of this type).LogStreamConfig.BuilderBase.contentType
(Config contentTypeConfig) Deprecated.static LogObserverConfig
Create a new instance from configuration.static LogStreamConfig
Create a new instance from configuration. -
Uses of Config in io.helidon.webserver.observe.metrics
Modifier and TypeMethodDescriptionMetricsObserverConfig.BuilderBase.config()
If this instance was configured, this would be the config instance used.Modifier and TypeMethodDescriptionUpdate builder from configuration (node of this type).Deprecated.static MetricsObserver
Create a new Metrics observer from configuration.static MetricsObserverConfig
Create a new instance from configuration. -
Uses of Config in io.helidon.webserver.observe.spi
-
Uses of Config in io.helidon.webserver.observe.tracing
Modifier and TypeMethodDescriptionTracingObserverConfig.BuilderBase.config()
If this instance was configured, this would be the config instance used.Modifier and TypeMethodDescriptionUpdate this builder from providedConfig
.Update builder from configuration (node of this type).static PathTracingConfig
Create a new traced path configuration fromConfig
.Deprecated.static TracingObserverConfig
Create a new instance from configuration. -
Uses of Config in io.helidon.webserver.security
Modifier and TypeMethodDescriptionPathsConfig.BuilderBase.config()
If this instance was configured, this would be the config instance used.SecurityFeatureConfig.BuilderBase.config()
If this instance was configured, this would be the config instance used.SecurityHandlerConfig.BuilderBase.config()
If this instance was configured, this would be the config instance used.SecurityHandlerConfig.BuilderBase.SecurityHandlerConfigImpl.config()
Modifier and TypeMethodDescriptionUpdate builder from configuration (node of this type).Update builder from configuration (node of this type).Update builder from configuration (node of this type).static PathsConfig
Create a new instance from configuration.static SecurityFeatureConfig
Create a new instance from configuration.static SecurityHandler
SecurityHandler.create
(Config config, SecurityHandler defaults) Create an instance from configuration.Create an instance from configuration.static SecurityHandlerConfig
Create a new instance from configuration.static SecurityHttpFeature
Create a consumer of routing config to beregistered
with web server routing to process security requests. -
Uses of Config in io.helidon.webserver.servicecommon
Modifier and TypeMethodDescriptionHelidonFeatureSupport.Builder.config()
Returns the config (if any) assigned for this builder.protected Config
HelidonFeatureSupport.Builder.webContextConfig
(Config config) -
Uses of Config in io.helidon.webserver.websocket
Modifier and TypeMethodDescriptionWsConfig.BuilderBase.config()
If this instance was configured, this would be the config instance used.Modifier and TypeMethodDescriptionUpdate builder from configuration (node of this type).static WsConfig
Create a new instance from configuration.