All Classes Interface Summary Class Summary Enum Summary Exception Summary Annotation Types Summary
Class |
Description |
AbacAnnotation |
Meta annotation for ABAC attribute annotations.
|
AbacProvider |
Attribute based access control (ABAC) provider.
|
AbacProvider.Builder |
|
AbacProviderService |
A java service to register this provider with Security .
|
AbacSupport |
A simple registry of keys to values for reading.
|
AbacSupport.BasicAttributes |
Implements AbacSupport interface and supports adding attributes.
|
AbacValidator<T extends AbacValidatorConfig> |
Service interface for attribute based access control (ABAC) validator.
|
AbacValidatorConfig |
Marker interface for classes that define custom objects for attribute based access control (ABAC).
|
AbacValidatorService |
Service to use with ServiceLoader to map configuration to
AbacValidator .
|
AbstractCommonDataSource |
|
AbstractConfigSource |
A base implementation for config sources, that combines configuration from any type of a config source.
|
AbstractConfigSourceBuilder<B extends AbstractConfigSourceBuilder<B,U>,U> |
Common ancestor for config source builders, taking care of configurable options understood by the config
module.
|
AbstractDataSource |
A skeletal implementation of the DataSource interface.
|
AbstractDataSourceExtension |
An abstract Extension whose subclasses arrange for DataSource instances to be added as CDI beans.
|
AbstractDbExecute |
Implements methods that do not require implementation for each provider.
|
AbstractLogEntry |
Common log entry features.
|
AbstractLogEntry.Builder<R extends AbstractLogEntry,T extends AbstractLogEntry.Builder<R,?>> |
|
AbstractMetric |
Common reusable implementation for any category of metric implementation (full-featured, no-op).
|
AbstractNodeBuilderImpl<ID,B> |
|
AbstractNodeBuilderImpl.MergingKey |
Internal config node key useful during internal structure building.
|
AbstractRegistry<M extends HelidonMetric> |
Common behavior for any category (e.g., full-featured or no-op) metrics registry.
|
AbstractServiceBuilder |
A base class for gRPC service and client descriptor builders.
|
AbstractSource |
Source options as a super set of all possible combinations of source implementation.
|
AbstractSourceBuilder<B extends AbstractSourceBuilder<B,U>,U> |
Base class for common builder methods of a Source
implementation.
|
AbstractStatement<S extends DbStatement<S,R>,R> |
Common statement methods and fields.
|
AbstractTracingFilter |
Tracing filter base.
|
AcceptPredicate<T> |
API to model HTTP content negotiation using Accept-* request headers.
|
AccessLogCdiExtension |
Extension of MicroProfile to add support for access log.
|
AccessLogContext |
Context of the access log processing.
|
AccessLogEntry |
An entry generating data for access log.
|
AccessLogHandler |
Log handler to support separation of access log to its own file.
|
AccessLogSupport |
Service that adds support for Access logging to WebServer.
|
AccessLogSupport.Builder |
|
AcknowledgeMode |
Enumeration equivalent for JMS api's Session.AUTO_ACKNOWLEDGE ,
Session.CLIENT_ACKNOWLEDGE and Session.DUPS_OK_ACKNOWLEDGE constants.
|
AllowList |
AllowList defines a list of allowed and/or denied matches and tests if a particular value conforms to
the conditions.
|
AllowList.Builder |
Fluent API builder for AllowList .
|
AlreadyCompletedException |
Signals that a mutation method has been invoked on a resource that is already completed.
|
AnnotatedMethod |
A model of an annotated gRPC method.
|
AnnotatedMethodList |
Iterable list of AnnotatedMethod s on a single class with convenience
getters to provide additional method information.
|
AnnotatedServiceConfigurer |
|
AnnotationAnalyzer |
Provides capability to extensions to enforce authentication and authorization even when
the resource is not annotated with io.helidon.security.annotations.Authenticated or
io.helidon.security.annotations.Authorized.
|
AnnotationAnalyzer.AnalyzerResponse |
Response of an analysis run.
|
AnnotationAnalyzer.AnalyzerResponse.Builder |
|
AnnotationAnalyzer.Flag |
Flag for security type.
|
AnnotationFinder |
Searches for transitive annotations associated with interceptor bindings in
a given Java package.
|
ApiEntityResponse |
Response from a remote server with an entity.
|
ApiEntityResponse.Builder<B extends ApiEntityResponse.Builder<B,T,X>,T extends ApiEntityResponse,X> |
|
ApiException |
API exception that is not related to processing of a response.
|
ApiJsonBuilder<T extends ApiJsonBuilder<T>> |
Common base class for builders that construct a JSON object.
|
ApiJsonParser |
Helper methods to process a returned JSON.
|
ApiJsonRequest<T extends ApiJsonRequest<T>> |
Common base class for REST requests that have an entity.
|
ApiOptionalResponse<R> |
A response for requests that may or may not return an entity, such as
GET requests that may have a 404 response code.
|
ApiOptionalResponse.Builder<X,R> |
|
ApiOptionalResponse.BuilderBase<B extends ApiOptionalResponse.BuilderBase<B,T,X,R>,T extends ApiOptionalResponse<R>,X,R> |
|
ApiRequest<T extends ApiRequest<T>> |
Common base class for REST requests.
|
ApiResponse |
A base for responses without an entity.
|
ApiResponse.Builder<B extends ApiResponse.Builder<B,T>,T extends ApiResponse> |
Abstract fluent API builder to build subclasses of ApiResponse .
|
ApiRestException |
Exception when invoking remote REST API caused by wrong response from the API call.
|
ApiRestException.BaseBuilder<B extends ApiRestException.BaseBuilder<B>> |
Base builder extended by specific builder class.
|
ApiRestRequest<T extends ApiRequest<T>> |
Common base class for REST requests.
|
ApplicationScopedTransformer |
Transforms CDI ApplicationScoped annotation into Micronaut Singleton.
|
AppRoleAuth |
Vault authentication method for AppRole.
|
AppRoleAuthProvider |
Java Service Loader implementation for AppRole authentication method.
|
AppRoleAuthRx |
Vault authentication method for AppRole.
|
AppRoleVaultAuth |
Vault authentication for AppRole.
|
AppRoleVaultAuth.Builder |
|
AqConfigBuilder |
Build AQ specific config.
|
AqConnector |
Reactive Messaging Oracle AQ connector.
|
AqConnector.AqConnectorBuilder |
|
AqConnectorImpl |
MicroProfile Reactive Messaging Oracle AQ connector.
|
AqMessage<T> |
Message representing AQ JMS message together with all the metadata.
|
AsymmetricCipher |
This class provides simple and stateless way to encrypt and decrypt messages using selected asymmetric cipher.
|
AsymmetricCipher.Builder |
|
Async |
Support for asynchronous execution of synchronous (blocking) calls.
|
Async.Builder |
Fluent API Builder for Async .
|
AtnTracing |
Authentication tracing support.
|
AttributeResolver |
|
AtzTracing |
Authorization tracing support.
|
Audited |
An annotation to specify server resources to be audited.
|
AuditEvent |
An audit event to store using an Audit provider.
|
AuditEvent.AuditParam |
Named parameters of audit event.
|
AuditEvent.AuditSeverity |
Severity of AuditEvent .
|
AuditProvider |
Audit provider, storing audit events.
|
AuditProvider.AuditSource |
Source of an audit source (as in "where this audit event originated").
|
AuditProvider.TracedAuditEvent |
Audit event sent to Audit provider.
|
Authenticated |
An annotation used to specify server resources with enforced authentication and resources accessible without authentication.
|
AuthenticationProvider |
Authentication security provider.
|
AuthenticationResponse |
Response as returned from an authentication provider.
|
AuthenticationResponse.Builder |
Authentication response builder.
|
AuthMethod<T> |
An authentication method.
|
AuthMethodProvider<T> |
A Java Service Loader SPI to support additional auth methods of Vault.
|
AuthorizationProvider |
Authorization security provider.
|
AuthorizationResponse |
Response from an authorization decision.
|
AuthorizationResponse.Builder |
Builder for custom Authorization responses.
|
Authorized |
An annotation used to specify server resources with enforced authorization.
|
Awaitable<T> |
|
BackpressureStrategy |
Strategy for applying backpressure to the reactive stream of response data.
|
BadRequestException |
|
BareRequest |
Bare (minimal) representation of HTTP Request.
|
BareResponse |
Bare (minimal) representation of HTTP Response.
|
Base64Value |
Base64 wrapper.
|
BaseMetricsSettings |
Settings which control base metrics.
|
BaseMetricsSettings.Builder |
Builder for BaseMetricsSettings .
|
Bidirectional |
An annotation to mark a class as representing a
bi-directional streaming gRPC method.
|
BidirectionalMethodHandlerSupplier |
A supplier of MethodHandler s for bi-directional streaming gRPC methods.
|
BidirectionalMethodHandlerSupplier.AbstractServerStreamingHandler<ReqT,RespT> |
|
BidirectionalMethodHandlerSupplier.BidiStreaming<ReqT,RespT> |
A bi-directional streaming MethodHandler that
calls a standard bi-directional streaming method handler method of the form.
|
BodyPart |
Body part entity.
|
BodyPartBodyStreamReader |
|
BodyPartBodyStreamWriter |
|
BodyPartHeaders |
Body part headers.
|
BufferedEmittingPublisher<T> |
Emitting publisher for manual publishing with built-in buffer for handling backpressure.
|
Builder<T> |
Interface for builders, to be able to accept a builder in addition to an instance.
|
BuildTimeEnd |
End of build time of the application (as opposed to runtime).
|
BuildTimeEnd.Literal |
Annotation literal to use when an annotation instance is needed.
|
BuildTimeStart |
Build time of the application (as opposed to runtime).
|
BuildTimeStart.Literal |
Annotation literal to use when an annotation instance is needed.
|
BuiltInHealthCheck |
Used to decorate Helidon built-in health checks for later processing.
|
BuiltInMethods |
Built-in methods for expression language evaluation.
|
Bulkhead |
Bulkhead protects a resource that cannot serve unlimited parallel
requests.
|
Bulkhead.Builder |
|
Bulkhead.Stats |
Provides statistics during the lifetime of a bulkhead, such as
concurrent executions, accepted/rejected calls and queue size.
|
BulkheadException |
Failure because of Bulkhead issues, most likely that the bulkhead does
not allow any more queued tasks.
|
ByteBufDataChunk |
A special DataChunk implementation based on Netty's buffers.
|
CaCertificateGet |
Get CA Certificate request and response.
|
CaCertificateGet.Request |
Request object.
|
CaCertificateGet.Response |
Response object parsed from JSON returned by the RestApi .
|
CacheBuilder<K,V> |
Builder for a Microstream - JCache instance.
|
CacheExtension |
|
CDISEJtaPlatform |
An AbstractJtaPlatform that is an ApplicationScoped
CDI managed bean that supplies TransactionManager and
UserTransaction instances that are supplied to it at
construction time.
|
CDISEJtaPlatformProvider |
A JtaPlatformProvider that uses a CDI instance to
provide a JtaPlatform .
|
CDISEPlatform |
|
CDISEPlatform.Eclipselink |
|
CDISEPlatform.Eclipselink.Literal |
|
CDISEPlatform.TransactionController |
|
CDISEPlatformExtension |
Deprecated.
|
CertificateGet |
Get Certificate request and response.
|
CertificateGet.Request |
Request object.
|
CertificateGet.Response |
Response object parsed from JSON returned by the RestApi .
|
ChangeEventType |
|
ChangeWatcher<T> |
|
ChangeWatcher.ChangeEvent<T> |
A change event, carrying the target, type of change and time of change.
|
ChangeWatcherProvider |
Java service loader service to create a polling strategy factory based on meta configuration.
|
Channel<PAYLOAD> |
Channel representing publisher - subscriber relationship.
|
Channel.Builder<PAYLOAD> |
Channel builder.
|
ChannelProducer |
A producer of gRPC Channels .
|
CharBuffer |
A character buffer that acts as a Writer and uses cached char[] arrays.
|
CharMatcher |
Extracted from Guava.
|
CircuitBreaker |
CircuitBreaker protects a potentially failing endpoint from overloading and the application
from spending resources on those endpoints.
|
CircuitBreaker.Builder |
|
CircuitBreaker.State |
A circuit breaker can be in any of 3 possible states as defined by this enum.
|
CircuitBreakerOpenException |
|
ClasspathConfigSource |
ConfigSource implementation that loads configuration content from a resource on a classpath.
|
ClasspathConfigSource.Builder |
Classpath ConfigSource Builder.
|
ClasspathOverrideSource |
OverrideSource implementation that loads override definitions from a resource on a classpath.
|
ClasspathOverrideSource.Builder |
Classpath OverrideSource Builder.
|
ClassToInstanceStore<T> |
Map of classes to their instances.
|
ClientAuthentication |
Indicates whether the server requires authentication of tbe client by the certificate.
|
ClientMethodDescriptor |
Encapsulates all metadata necessary to define a gRPC method.
|
ClientMethodDescriptor.Builder |
MethodDescriptor builder implementation.
|
ClientMethodDescriptor.Rules |
ClientMethod configuration API.
|
ClientRequestAttribute |
An enum of possible gRPC client call attributes to attach to
call tracing spans.
|
ClientSecurity |
Constants used to override behavior of the outbound security for Jersey.
|
ClientSecurityAutoDiscoverable |
Auto discoverable feature to bind into jersey runtime.
|
ClientSecurityFilter |
JAX-RS client filter propagating current context principal.
|
ClientServiceDescriptor |
Encapsulates all details about a client side gRPC service.
|
ClientServiceDescriptor.Builder |
|
ClientServiceDescriptor.Rules |
|
ClientStreaming |
An annotation to mark a class as representing a
client streaming gRPC method.
|
ClientStreamingMethodHandlerSupplier |
|
ClientStreamingMethodHandlerSupplier.AbstractClientStreamingHandler<ReqT,RespT> |
|
ClientStreamingMethodHandlerSupplier.ClientStreaming<ReqT,RespT> |
A client streaming MethodHandler that
calls a standard client streaming method handler method of the form.
|
ClientStreamingMethodHandlerSupplier.ClientStreamingIterable<ReqT,RespT> |
A client side only client streaming MethodHandler that
streams requests from an iterable.
|
ClientStreamingMethodHandlerSupplier.ClientStreamingStream<ReqT,RespT> |
A client side only client streaming MethodHandler that
streams requests from a stream.
|
ClientStreamingMethodHandlerSupplier.FutureResponse<ReqT,RespT> |
A client streaming MethodHandler that
calls a standard client streaming method handler method of the form.
|
ClientTracingAutoDiscoverable |
Auto discoverable feature to bind into jersey runtime.
|
ClientTracingFilter |
This filter adds tracing information the the associated JAX-RS client call based on the provided properties.
|
ClientTracingInterceptor |
A ClientInterceptor that captures tracing information into
Open Tracing Span s for client calls.
|
ClientTracingInterceptor.Builder |
Builds the configuration of a ClientTracingInterceptor.
|
CollectingObserver<T,V,U,A,R> |
A StreamObserver .
|
Collector<T,U> |
|
CommonCipher |
Common cipher which helps to simplify encryption and decryption of the message.
|
CompletionAwaitable<T> |
|
CompletionSingle<T> |
Single as CompletionStage.
|
ComponentMetricsSettings |
Settings which control metrics behavior for a metrics-capable component.
|
ComponentMetricsSettings.Builder |
Builder for ComponentMetricsSettings .
|
ComponentTracingConfig |
A component is a single "layer" of the application that can trace.
|
ComponentTracingConfig.Builder |
|
CompositeProviderFlag |
Flag driving resolution of providers.
|
CompositeProviderSelectionPolicy |
A provider selection policy that supports composing multiple providers (current Authentication and Outbound)
into a single virtual security provider.
|
CompositeProviderSelectionPolicy.Builder |
|
ConcatPublisher<T> |
Concat streams to one.
|
ConditionallyCloseableConnection |
|
Config |
Configuration
|
Config.Builder |
|
Config.Context |
Context associated with specific Config node that allows to access the last loaded instance of the node
or to request reloading of whole configuration.
|
Config.Key |
Object represents fully-qualified key of config node.
|
Config.Type |
Configuration node types.
|
ConfigCdiExtension |
|
ConfigContent |
Config content as provided by a config source that can read all its data at once (an "eager" config source).
|
ConfigContent.Builder<T extends ConfigContent.Builder<T>> |
Fluent API builder for ConfigContent , common ancestor for parsable content builder and node content builder.
|
ConfigContent.NodeContent |
|
ConfigContent.NodeContent.Builder |
|
ConfigContent.OverrideContent |
|
ConfigContent.OverrideContent.Builder |
|
ConfigContext |
|
ConfigEncryptionException |
Secure config related exception.
|
ConfigException |
Exception is thrown by Config implementations.
|
ConfigException |
RuntimeException thrown in case of Microstream Cache configuration problems.
|
ConfigFilter |
Filter that can transform elementary configuration ( String ) values
before they are returned via the Config API.
|
ConfigFilters |
Class provides access to built-in ConfigFilter implementations.
|
ConfigFilters.ValueResolvingBuilder |
A builder for value reference resolving filter.
|
ConfigHelper |
Common Configuration utilities.
|
ConfigMapper |
|
ConfigMapperProvider |
Provides mapping functions that convert a Config
subtree to specific Java types.
|
ConfigMappers |
Utility methods for converting configuration to Java types.
|
ConfigMappingException |
Configuration value mapping exception.
|
ConfigMetadataProcessor |
Annotation processor.
|
ConfigNode |
Marker interface identifying a config node implementation.
|
ConfigNode.ListNode |
ConfigNode-based list of configuration values.
|
ConfigNode.ListNode.Builder |
|
ConfigNode.NodeType |
Base types of config nodes.
|
ConfigNode.ObjectNode |
Configuration node representing a hierarchical structure parsed by a
suitable ConfigParser if necessary.
|
ConfigNode.ObjectNode.Builder |
|
ConfigNode.ValueNode |
Single string-based configuration value.
|
ConfigParser |
|
ConfigParser.Content |
|
ConfigParser.Content.Builder |
|
ConfigParserException |
Root class for exceptions thrown during config parsing.
|
ConfigParsers |
|
ConfigProperties |
Properties and their default values.
|
ConfigSource |
|
ConfigSourceProvider |
Java service loader service to provide a config source based on meta configuration.
|
ConfigSourceRuntime |
The runtime of a config source.
|
ConfigSources |
|
ConfigSources.SystemPropertiesConfigSource |
System properties config source.
|
ConfigSources.SystemPropertiesConfigSource.Builder |
|
Configured |
A configured class can load its values from configuration.
|
ConfiguredOption |
A single configuration option.
|
ConfiguredOption.Kind |
Option kind.
|
ConfiguredOptions |
Configured options when defined on a class/interface.
|
ConfiguredValue |
Can be used to define a list of possible values of an option.
|
ConfigureK8s |
Configure k8s method request.
|
ConfigureK8s.Request |
Request object.
|
ConfigureK8s.Response |
Create role response.
|
ConfigUserStore |
User store loaded from configuration.
|
ConfigValue<T> |
A typed value of a Config node.
|
ConfigValues |
Factory for config values.
|
ConfigVaultProvider |
Security provider to retrieve secrets directly from configuration and to encrypt/decrypt data
using config's security setup.
|
ConfigVaultProvider.Builder |
|
ConfigVaultProvider.EncryptionConfig |
Configuration of encryption.
|
ConfigVaultProvider.SecretConfig |
Configuration of a secret.
|
ConfigVaultProviderService |
Java Service Loader implementation of a Security provider service.
|
ConnectionClosedException |
The ConnectionClosedException indicates that a connection was closed and
it's not possible to send more data.
|
ConnectionContext |
Context related to one actual connection being constructed by JMS connector.
|
ConnectionPool |
JDBC Configuration parameters.
|
ConnectionPool.Builder |
|
ConnectorConfigBuilder |
Detached configuration of a single connector.
|
ConstantHealthCheck |
A simple HealthCheck implementation
that always returns the same response.
|
Content |
Deprecated.
|
ContentDisposition |
A generic representation of the Content-Disposition header.
|
ContentDisposition.Builder |
|
ContentReaders |
Utility class that provides standalone mechanisms for reading message body
content.
|
ContentTypeCharset |
Deprecated.
|
ContentWriters |
Utility class that provides standalone mechanisms for writing message body
content.
|
Context |
A registry for context objects.
|
Context.Builder |
|
ContextAwareExecutorService |
An interface for wrapped executor services.
|
ContextKeys |
A collection of common gRPC Context.Key and
Metadata.Key instances.
|
ContextPropagationFilter |
Filter to add propagation of context values through HTTP headers.
|
ContextPropagationFilter.Builder |
|
Contexts |
Support for handling Context across thread boundaries.
|
CoordinatorClient |
Abstraction over specific coordinator.
|
CoordinatorConnectionException |
Exception in communication with coordinator.
|
CoordinatorLocatorService |
Service for locating of proper coordinator client.
|
CorsCdiExtension |
CDI extension for processing CORS-annotated types.
|
CorsEnabledServiceHelper |
Allows services (including Helidon built-in services) to register CORS support easily.
|
CorsSupport |
|
CorsSupport.Builder |
|
CorsSupportBase<Q,R,T extends CorsSupportBase<Q,R,T,B>,B extends CorsSupportBase.Builder<Q,R,T,B>> |
A Helidon service and handler implementation that implements CORS, for both the application and for built-in Helidon
services (such as OpenAPI and metrics).
|
CorsSupportBase.Builder<Q,R,T extends CorsSupportBase<Q,R,T,B>,B extends CorsSupportBase.Builder<Q,R,T,B>> |
Builder for CorsSupportBase instances.
|
CorsSupportBase.RequestAdapter<T> |
Not for use by developers.
Minimal abstraction of an HTTP request.
|
CorsSupportBase.ResponseAdapter<T> |
Not for use by developers.
Minimal abstraction of an HTTP response.
|
CreateAppRole |
Create AppRole request and response.
|
CreateAppRole.Request |
Request object.
|
CreateAppRole.Response |
Create AppRole response.
|
CreateCubbyhole |
Create Cubbyhole secret request and response.
|
CreateCubbyhole.Request |
Request object.
|
CreateCubbyhole.Response |
Response object parsed from JSON returned by the RestApi .
|
CreateKey |
Create Key request and response.
|
CreateKey.Request |
Request object.
|
CreateKey.Response |
Response object parsed from JSON returned by the RestApi .
|
CreateKv1 |
Create Key/Value Version 1 Secret request and response.
|
CreateKv1.Request |
Request object.
|
CreateKv1.Response |
Response object parsed from JSON returned by the RestApi .
|
CreateKv2 |
Create Key/Value Version 2 Secret request and response.
|
CreateKv2.Request |
Request object.
|
CreateKv2.Response |
Response object parsed from JSON returned by the RestApi .
|
CreatePolicy |
Create policy request and response.
|
CreatePolicy.Request |
Request object.
|
CreatePolicy.Response |
Response object parsed from JSON returned by the RestApi .
|
CreateRole |
Create role request.
|
CreateRole.Request |
Request object.
|
CreateRole.Response |
Create role response.
|
CreateSecret |
Request and response for creating a Vault secret.
|
CreateSecret.Request |
Request object.
|
CreateSecret.Response |
Response object parsed from JSON returned by the RestApi .
|
CreateSecret.SecretContent |
The content of the secret and metadata to help identify it.
|
CreateToken |
Create Token request and response.
|
CreateToken.Request |
Request object.
|
CreateToken.Response |
Response object parsed from JSON returned by the RestApi .
|
CreateTokenRole |
Create Token Role request and response.
|
CreateTokenRole.Request |
Request object.
|
CreateTokenRole.Response |
Response object parsed from JSON returned by the RestApi .
|
CrlGet |
Get CRL (Certificate revoke list) request and response.
|
CrlGet.Request |
Request object.
|
CrlGet.Response |
Response object parsed from JSON returned by the RestApi .
|
CronInvocation |
Specific method invocation metadata for scheduled task.
|
CrossOrigin |
CrossOrigin annotation.
|
CrossOriginAutoDiscoverable |
Not for use by developers. For Jersey auto-discovery support.
|
CrossOriginConfig |
Represents information about cross origin request sharing.
|
CrossOriginConfig.Builder |
|
CryptoException |
Common cryptography exception.
|
CubbyholeEngineProvider |
Provider supporting the Cubbyhole secrets engine API.
|
CubbyholeSecrets |
Cubbyhole engine secrets API.
|
CubbyholeSecretsRx |
Cubbyhole engine secrets API.
|
CubbyholeSecurityProvider |
Integration with Helidon Security.
|
CubbyholeSecurityProvider.CubbyholeSecretConfig |
Configuration of a secret when using programmatic setup of security secrets.
|
CubbyholeSecurityProvider.CubbyholeSecretConfig.Builder |
|
CubbyholeSecurityService |
|
DataChunk |
The DataChunk represents a part of the HTTP body content.
|
DataChunkInputStream |
|
DataPropagationProvider<T> |
This is an SPI provider which helps user to propagate values from one thread to another.
|
DbClient |
Helidon database client.
|
DbClient.Builder |
Helidon database handler builder.
|
DbClientContext |
Context of the whole client.
|
DbClientContext.Builder |
|
DbClientContext.BuilderBase<T extends DbClientContext.BuilderBase<T>> |
A common base for builders for classes that want to extend DbClientContext .
|
DbClientException |
|
DbClientHealthCheck |
Database health check.
|
DbClientHealthCheck.Builder |
|
DbClientMapperProvider |
Java Service loader service to get database types mappers.
|
DbClientMetricBuilder |
DB Client metric builder.
|
DbClientMetrics |
|
DbClientMetricsProvider |
Java service loader service for DB metrics.
|
DbClientProvider |
Java Service loader interface that provides drivers for a database (or a set of databases).
|
DbClientProviderBuilder<T extends DbClientProviderBuilder<T>> |
Database provider builder.
|
DbClientService |
Services can modify the data used to execute a statement as well as
react on a statement result.
|
DbClientServiceBase |
A base implementation of a client service that supports configuration
of execution based on a statement name pattern and statement types.
|
DbClientServiceBase.DbClientServiceBuilderBase<B extends DbClientServiceBase.DbClientServiceBuilderBase<B>> |
|
DbClientServiceContext |
Interceptor context to get (and possibly manipulate) database operations.
|
DbClientServiceProvider |
Java service loader service to configure client services.
|
DbClientTracing |
Tracing interceptor.
|
DbClientTracing.Builder |
|
DbClientTracingProvider |
Provider of tracing interceptors.
|
DbColumn |
Column data and metadata.
|
DbConfigure |
Configure DB request and response.
|
DbConfigure.Request<T extends DbConfigure.Request<T>> |
Request object.
|
DbConfigure.Response |
Response object parsed from JSON returned by the RestApi .
|
DbCreateRole |
DB create role request and response.
|
DbCreateRole.Request |
Request object.
|
DbCreateRole.Response |
Response object parsed from JSON returned by the RestApi .
|
DbCredentials |
Database credentials.
|
DbDelete |
Delete DB request and response.
|
DbDelete.Request |
Request object.
|
DbDelete.Response |
Response object parsed from JSON returned by the RestApi .
|
DbDeleteRole |
Delete DB Role request and response.
|
DbDeleteRole.Request |
Request object.
|
DbDeleteRole.Response |
Response object parsed from JSON returned by the RestApi .
|
DbEngineProvider |
|
DbExecute |
Database executor.
|
DbGet |
Get DB request and response.
|
DbGet.Request |
Request object.
|
DbGet.Response |
Response object parsed from JSON returned by the RestApi .
|
DbMapper<T> |
A mapper to map database objects to/from a specific type.
|
DbMapperManager |
Mapper manager of all configured mappers .
|
DbMapperManager.Builder |
|
DbMapperProvider |
Java Service loader interface for database mappers.
|
DbRow |
Representation of a single row in a database (in SQL this would be a row, in a Document DB, this would be a single document).
|
DbSecrets |
Database secrets engine API.
|
DbSecretsRx |
Database secrets engine API.
|
DbStatement<D extends DbStatement<D,R>,R> |
Database statement that can process parameters.
|
DbStatementContext |
Context of execution of a specific statement.
|
DbStatementContext.Builder |
|
DbStatementContext.BuilderBase<T extends DbStatementContext.BuilderBase<T>> |
|
DbStatementDml |
DML Database statement.
|
DbStatementGet |
Database statement that queries the database and returns a single row if present, or an empty optional.
|
DbStatementQuery |
Database query statement.
|
DbStatements |
Configuration of statements to be used by database provider.
|
DbStatements.Builder |
|
DbStatementType |
Usual supported statement types.
|
DbTransaction |
Database transaction.
|
DeadlockHealthCheck |
A health check that looks for thread deadlocks.
|
Decrypt |
Encrypt request and response.
|
Decrypt |
Decrypt request and response.
|
Decrypt.Request |
Request object.
|
Decrypt.Request |
Request object.
|
Decrypt.Response |
Response object parsed from JSON returned by the RestApi .
|
Decrypt.Response |
Response object parsed from JSON returned by the RestApi .
|
DecryptBatch |
Decrypt Batch request and response.
|
DecryptBatch.BatchEntry |
Definition of a batch entry.
|
DecryptBatch.Request |
Request object.
|
DecryptBatch.Response |
Response object parsed from JSON returned by the RestApi .
|
DefaultMediaSupport |
MediaSupport which registers default readers and writers to the contexts.
|
DefaultMediaSupport.Builder |
Default media support builder.
|
DelegatingConnection |
|
DelegatingInjectionTarget<T> |
|
DelegatingProducer<T> |
|
DelegatingTransactionManager |
Deprecated, for removal: This API element is subject to removal in a future version.
|
DelegatingTransactionSynchronizationRegistry |
Deprecated, for removal: This API element is subject to removal in a future version.
|
DeleteAllKv2 |
Delete All Key/Value Version 2 Secret versions request and response.
|
DeleteAllKv2.Request |
Request object.
|
DeleteAllKv2.Response |
Response object parsed from JSON returned by the RestApi .
|
DeleteAppRole |
Delete AppRole request and response.
|
DeleteAppRole.Request |
Request object.
|
DeleteAppRole.Response |
Delete AppRole response.
|
DeleteCubbyhole |
Delete Cubbyhole secret request and response.
|
DeleteCubbyhole.Request |
Request object.
|
DeleteCubbyhole.Response |
Response object parsed from JSON returned by the RestApi .
|
DeleteKey |
Delete Key request and response.
|
DeleteKey.Request |
Request object.
|
DeleteKey.Response |
Response object parsed from JSON returned by the RestApi .
|
DeleteKv1 |
Delete Key/Value Version 1 Secret request and response.
|
DeleteKv1.Request |
Request object.
|
DeleteKv1.Response |
Response object parsed from JSON returned by the RestApi .
|
DeleteKv2 |
Key/Value Version 2 Secret version request and response.
|
DeleteKv2.Request |
Request object.
|
DeleteKv2.Response |
Response object parsed from JSON returned by the RestApi .
|
DeleteObject |
Delete Object request and response.
|
DeleteObject.Request |
Request object.
|
DeleteObject.Response |
Response object for responses without an entity.
|
DeletePolicy |
Create policy request and response.
|
DeletePolicy.Request |
Request object.
|
DeletePolicy.Response |
Response object parsed from JSON returned by the RestApi .
|
DeleteRole |
Delete Role request.
|
DeleteRole.Request |
Request object.
|
DeleteRole.Response |
Delete Role response.
|
DeleteSecret |
Delete Secret request and response.
|
DeleteSecret.Request |
Request object.
|
DeleteSecret.Response |
Response object for responses without an entity.
|
DeleteTokenRole |
Delete token role request.
|
DeleteTokenRole.Request |
Request object.
|
DeleteTokenRole.Response |
Response object parsed from JSON returned by the RestApi .
|
DependentTransformer |
Transforms CDI Dependent annotation into Micronaut RequestScope (as the integration module does not
use this bean from Micronaut, the scope is not relevant, we only use it to get ExecutableMethod metadata).
|
DeprecatedConfig |
A utility class to handle configuration properties that should no longer be used.
|
DestroyKv2 |
Destroy Key/Value Version 2 Secret version request and response.
|
DestroyKv2.Request |
Request object.
|
DestroyKv2.Response |
Response object parsed from JSON returned by the RestApi .
|
DestroySecretId |
Destroy Secret ID request and response.
|
DestroySecretId.Request |
Request object.
|
DestroySecretId.Response |
Destroy Secret ID response.
|
Digest |
Common digest which simplifies digest creation and its verification.
|
DigestProvider<T extends ProviderConfig> |
Provider that can create digests of bytes, and then verify them.
|
DigestProvider.DigestFunction |
Function to generate a digest from bytes.
|
DigestProvider.DigestSupport |
|
DigestProvider.VerifyFunction |
Function to verify a digest string.
|
DirectHandler |
A handler that is invoked when a response is sent outside of routing.
|
DirectHandler.EventType |
Types of events that can be triggered outside of routing
that immediately return a response.
|
DirectHandler.TransportRequest |
Request information.
|
DirectHandler.TransportResponse |
Response to correctly reply to the original client.
|
DirectHandler.TransportResponse.Builder |
|
DirectoryConfigSource |
ConfigSource implementation that loads configuration content from a directory on a filesystem.
|
DirectoryConfigSource.Builder |
Common ancestor for config source builders, taking care of configurable options understood by the config
module.
|
DisableAuth |
Disable authentication method request and response.
|
DisableAuth.Request |
Request object.
|
DisableAuth.Response |
Response object parsed from JSON returned by the RestApi .
|
DisableEngine |
Disable Secrets Engine request and response.
|
DisableEngine.Request |
Request object.
|
DisableEngine.Response |
Response object parsed from JSON returned by the RestApi .
|
DiskSpaceHealthCheck |
A health check that verifies whether the server is running out of disk space.
|
DiskSpaceHealthCheck.Builder |
|
DnsResolverType |
DNS resolver type.
|
DropwizardMetricsListener |
Hikari CP to Helidon metrics mapper.
|
EmbeddedStorageManagerBuilder |
Builder for Microstream EmbeddedStorageManager.
|
EmbeddedStorageManagerExtension |
|
Emitter<PAYLOAD> |
Emitter is convenience publisher for one or multiple channels,
publishing is as easy as calling Emitter.send(Object) method.
|
Emitter.Builder<PAYLOAD> |
|
EmittingPublisher<T> |
Emitting publisher for manual publishing on the same thread.
|
EnableAuth |
Enable Authentication Method request and response.
|
EnableAuth.Request |
Request object.
|
EnableAuth.Response |
Response object parsed from JSON returned by the RestApi .
|
EnableEngine |
Enable Secrets Engine request and response.
|
EnableEngine.Request |
Request object.
|
EnableEngine.Response |
Response object parsed from JSON returned by the RestApi .
|
Encrypt |
Encrypt request and response.
|
Encrypt |
Encrypt request and response.
|
Encrypt.Encrypted |
Encrypted value.
|
Encrypt.Request |
Request object.
|
Encrypt.Request |
Request object.
|
Encrypt.Response |
Response object parsed from JSON returned by the RestApi .
|
Encrypt.Response |
Response object parsed from JSON returned by the RestApi .
|
EncryptBatch |
Encrypt Batch request and response.
|
EncryptBatch.BatchEntry |
Definition of a batch entry.
|
EncryptBatch.Request |
Request object.
|
EncryptBatch.Response |
Response object parsed from JSON returned by the RestApi .
|
EncryptedJwt |
The JWT used to transfer content across network - e.g.
|
EncryptedJwt.Builder |
Encrypted JWT builder.
|
EncryptedJwt.SupportedAlgorithm |
Supported RSA cipher for content key encryption.
|
EncryptedJwt.SupportedEncryption |
Supported AES cipher for content encryption.
|
EncryptionFilter |
Provides possibility to decrypt passwords from configuration sources.
|
EncryptionFilter.Builder |
|
EncryptionFilterService |
|
EncryptionProvider<T extends ProviderConfig> |
Provider that can encrypt and decrypt secrets.
|
EncryptionProvider.EncryptionSupport |
Encryption support created for each named encryption configuration.
|
EncryptionUtil |
Encryption utilities for secrets protection.
|
EndpointConfig |
Each endpoint can have security configuration either statically declared (e.g.
|
EndpointConfig.AnnotationScope |
Scope of annotations used in applications that integrate
security.
|
EndpointConfig.Builder |
|
Engine<T extends SecretsRx> |
A secrets engine.
|
EnvironmentVariableAliases |
Provides configuration key aliases in an attempt to map to legal environment variable names.
|
EnvironmentVariables |
Provides environment variables that include aliases enabling setting or overriding configuration with keys that are
unlikely to be legal as environment variables.
|
EPollTransport |
|
ErrorHandler<T extends Throwable> |
The routing error handler.
|
Errors |
Errors utility used to file processing messages (e.g.
|
Errors.Collector |
|
Errors.ErrorMessage |
Error message with a severity and a source.
|
Errors.ErrorMessagesException |
|
EtcdConfigSource |
A config source which loads a configuration document from Etcd.
|
EtcdConfigSourceBuilder |
Etcd ConfigSource builder.
|
EtcdConfigSourceBuilder.EtcdApi |
EtcdApi determines which etcd API version will be used.
|
EtcdConfigSourceBuilder.EtcdEndpoint |
Etcd endpoint remote descriptor.
|
EtcdConfigSourceProvider |
Service loader service for ETCD config source.
|
EtcdWatcher |
Etcd watch strategy is based on etcd watch operation.
|
EtcdWatcherProvider |
Service loader service for ETCD config source.
|
EventConfigSource |
A source that supports notifications when changed.
|
EvictableCache<K,V> |
Generic cache with eviction support.
|
EvictableCache.Builder<K,V> |
|
ExecutionContext |
GraphQL execution context to support partial results.
|
ExecutorException |
Exception related to execution of a task in context.
|
ExecutorServiceMetricsObserver |
Manages metrics for each Helidon-created thread pool.
|
ExecutorServices |
|
ExecutorServiceSupplierObserver |
Behavior for observers of the various executor service suppliers.
|
ExecutorServiceSupplierObserver.MethodInvocation |
Information about method invocations to retrieve interesting (e.g., metrics) values from an executor service.
|
ExecutorServiceSupplierObserver.SupplierObserverContext |
Context with which suppliers (or their surrogates) interact with observers.
|
ExemplarService |
Behavior for supporting exemplars in metrics histograms.
|
ExperimentalConfiguration |
Interface ExperimentalConfiguration.
|
ExperimentalConfiguration.Builder |
|
Fallback<T> |
Fallback allows the user to execute an alternative function in case the provided supplier fails.
|
Fallback.Builder<T> |
|
FaultTolerance |
System wide fault tolerance configuration and access to a customized sequence of fault tolerance handlers.
|
FaultTolerance.Builder |
A builder used for setting up a customized list of fault tolerance handlers.
|
FaultTolerance.TypedBuilder<T> |
A builder used for fault tolerance handlers that require a specific type to be used, such as
Fallback .
|
FaultToleranceExtension |
CDI extension for Helidon's Fault Tolerance implementation.
|
FaultToleranceExtension.AnnotatedTypeWrapper<T> |
Wraps an annotated type for the purpose of adding and/or overriding
some annotations.
|
FileConfigSource |
ConfigSource implementation that loads configuration content from a file on a filesystem.
|
FileConfigSource.Builder |
File ConfigSource Builder.
|
FileFormParams |
Form object which simplifies sending of multipart forms.
|
FileFormParams.Builder |
|
FileOverrideSource |
OverrideSource implementation that loads override definitions from a file on a filesystem.
|
FileOverrideSource.Builder |
File OverrideSource Builder.
|
FileSourceHelper |
Utilities for file-related source classes.
|
FileSourceHelper.DataAndDigest |
Data and digest of a file.
|
FileSubscriber |
Deprecated, for removal: This API element is subject to removal in a future version.
|
FileSystemWatcher |
This change watcher is backed by WatchService to fire a polling event with every change on monitored Path .
|
FileSystemWatcher.Builder |
|
FixedRate |
Scheduled to be invoked periodically at fixed rate.
|
FixedRateInvocation |
Specific method invocation metadata for scheduled task.
|
FormBuilder<B,T> |
Form builder interface.
|
FormParams |
Provides access to any form parameters present in the request entity.
|
FormParams.Builder |
|
FormParamsSupport |
Deprecated.
|
Forwarded |
|
ForwardingHandler |
|
FtHandler |
A fault tolerance handler.
|
FtHandlerTyped<T> |
A typed fault tolerance handler, to allow combination
of multiple handlers without losing type information.
|
GenerateAutonomousDatabaseWallet |
GenerateAutonomousDatabaseWallet request and response.
|
GenerateAutonomousDatabaseWallet.Request |
Request object.
|
GenerateAutonomousDatabaseWallet.Response |
Response object parsed from JSON returned by the RestApi .
|
GenerateAutonomousDatabaseWallet.WalletArchive |
Object to store wallet returned for ATP as bytes[].
|
GenerateSecretId |
Generate secret ID request and response.
|
GenerateSecretId.Request |
Request object.
|
GenerateSecretId.Response |
Response object parsed from JSON returned by the RestApi .
|
GenerateSelfSignedRoot |
Generate Self Signed Root request and response.
|
GenerateSelfSignedRoot.Request |
Request object.
|
GenerateSelfSignedRoot.Response |
Response object parsed from JSON returned by the RestApi .
|
GenericType<T> |
Represents a full type including generics declaration, to avoid information loss due to type erasure.
|
GetBucket |
Get Bucket request and response.
|
GetBucket.Request |
Request object.
|
GetBucket.Response |
Response object parsed from JSON returned by the RestApi .
|
GetCubbyhole |
Get Cubbyhole secret request and response.
|
GetCubbyhole.Request |
Request object.
|
GetCubbyhole.Response |
Response object parsed from JSON returned by the RestApi .
|
GetKey |
Get Key request and response.
|
GetKey.Request |
Request object.
|
GetKey.Response |
Response object parsed from JSON returned by the RestApi .
|
GetKv1 |
Get KV1 secret request and response.
|
GetKv1.Request |
Request object.
|
GetKv1.Response |
Response object parsed from JSON returned by the RestApi .
|
GetKv2 |
Get KV2 secret request and response.
|
GetKv2.Request |
Request object.
|
GetKv2.Response |
Response object parsed from JSON returned by the RestApi .
|
GetObject |
Get Object request and response.
|
GetObject.Request |
Request object.
|
GetObject.Response |
Response object parsed from JSON returned by the RestApi .
|
GetObjectRx |
Reactive get object request and response.
|
GetObjectRx.Response |
Response object parsed from JSON returned by the RestApi .
|
GetSecret |
Request and response for getting secret metadata.
|
GetSecret.Request |
Request object.
|
GetSecretBundle |
Request and response for getting secret.
|
GetSecretBundle.Request |
Request object.
|
GetSecretBundle.Response |
Response object parsed from JSON returned by the RestApi .
|
GetVault |
Get Vault request and response.
|
GetVault.Request |
Request object.
|
GetVault.Response |
Response object parsed from JSON returned by the RestApi .
|
GitConfigSource |
A config source which loads a configuration document from Git repository.
|
GitConfigSourceBuilder |
Git ConfigSource builder.
|
GitConfigSourceBuilder.GitEndpoint |
Git source endpoint descriptor.
|
GitConfigSourceProvider |
Service loader service for meta configuration of this provider.
|
GoogleTokenException |
An exception that is throws in case of a problem with Google access token processing.
|
GoogleTokenProvider |
Provider supporting login button from front-end.
|
GoogleTokenProvider.Builder |
|
GoogleTokenService |
|
Grant |
A concept representing anything that can be granted to a subject.
|
Grant.Builder<T extends Grant.Builder<T>> |
A fluent API builder for Grant to be extended by other Grant implementations.
|
GraphQlCdiExtension |
A CDI Extension to collect the classes that are of interest to Microprofile GraphQL.
|
GraphQlConfigurationException |
Defines an exception that is critical enough that
will cause the GraphQL application to not start.
|
GraphQlConstants |
Constants used across GraphQL implementation.
|
GraphQlSupport |
Support for GraphQL for Helidon WebServer.
|
GraphQlSupport.Builder |
|
Grpc |
An annotation used to mark a class as representing a gRPC service.
|
Grpc.Literal |
|
GrpcCdiExtension |
An extension that processes beans as they are discovered.
|
GrpcChannel |
A qualifier annotation that can be used to specify the name of a configured gRPC
channel to inject, or the name of the host to connect to, as described in
GrpcChannelsProvider.channel(String) documentation.
|
GrpcChannel.Literal |
|
GrpcChannelDescriptor |
GrpcChannelDescriptor contains the configuration for a Channel .
|
GrpcChannelDescriptor.Builder |
Builder builds a GrpcChannelDescriptor.
|
GrpcChannelsProvider |
GrpcChannelsProvider is a factory for pre-configured gRPC Channel instances.
|
GrpcChannelsProvider.Builder |
|
GrpcClientCdiExtension |
A CDI extension to add gRPC client functionality.
|
GrpcClientSecurity |
A gRPC CallCredentials implementation.
|
GrpcClientSecurity.Builder |
|
GrpcHelper |
Helper methods for common gRPC tasks.
|
GrpcInterceptor |
Specifies that a class is a gRPC interceptor.
|
GrpcInterceptor.Literal |
|
GrpcInterceptorBinding |
Specifies that an annotation type is a gRPC interceptor binding type.
|
GrpcInterceptors |
Declares an ordered list of gRPC interceptors for a target gRPC
service class or a gRPC service method of a target class.
|
GrpcMarshaller |
An annotation used to annotate a type or method to specify the
named marshaller supplier to use for rpc method calls.
|
GrpcMethod |
An annotation to mark a class as representing a gRPC service
or a method as a gRPC service method.
|
GrpcMetrics |
A ServerInterceptor that enables capturing of gRPC call metrics.
|
GrpcMetrics.NamingFunction |
Implemented by classes that can create a metric name.
|
GrpcMetricsCdiExtension |
A CDI extension for gRPC metrics.
|
GrpcMpContext |
A context to allow a microprofile gRPC server extensions to configure additional
services or components for the gRPC server or use the CDI bean manager.
|
GrpcMpExtension |
Microprofile service to extend features of the gRPC server.
|
GrpcProxy |
A qualifier annotation used to mark an injection point for
a gRPC service client proxy.
|
GrpcProxy.Literal |
|
GrpcProxyBuilder<T> |
A builder for gRPC clients dynamic proxies.
|
GrpcRouting |
GrpcRouting represents the composition of gRPC services with interceptors and routing rules.
|
GrpcRouting.Builder |
|
GrpcRoutingImpl |
|
GrpcSecurity |
Integration of security into the gRPC Server.
|
GrpcSecurityHandler |
Handles security for the gRPC server.
|
GrpcServer |
Represents a immutably configured gRPC server.
|
GrpcServer.Builder |
GrpcServer builder class provides a convenient way to timed a
GrpcServer instance.
|
GrpcServerBasicConfig |
Configuration class for the GrpcServer implementations.
|
GrpcServerCdiExtension |
|
GrpcServerCdiExtension.ServerProducer |
A CDI producer that can supply the running GrpcServer
an in-process Channel .
|
GrpcServerConfiguration |
The configuration for a gRPC server.
|
GrpcServerConfiguration.Builder |
|
GrpcServerImpl |
A gRPC Server implementation.
|
GrpcService |
A Helidon gRPC service.
|
GrpcServiceBuilder |
|
GrpcServiceClient |
A gRPC Client for a specific gRPC service.
|
GrpcServiceClient.Builder |
|
GrpcServiceClient.SingleValueStreamObserver<T> |
A simple StreamObserver adapter class that completes
a CompletableFuture when the observer is completed.
|
GrpcTlsDescriptor |
GrpcTlsDescriptor contains details about configuring TLS of a Channel .
|
GrpcTlsDescriptor.Builder |
|
GrpcTracing |
A ServerInterceptor that adds tracing to gRPC service calls.
|
GrpcTracingConfig |
The configuration for gRPC tracing.
|
GrpcTracingConfig.Builder |
Builds the configuration of a tracer.
|
Handler |
|
Handler.EntityHandler<T> |
|
HashDigest |
The HashDigest is used for ordinary data digest creation and verification.
|
HashDigest.Builder |
|
HashParameters |
|
HcpSysProvider |
Java Service Loader service implementation for SysRx .
|
HeaderAtnOutboundConfig |
Header assertion security provider configuration for outbound.
|
HeaderAtnOutboundConfig.Builder |
|
HeaderAtnProvider |
Security provider that extracts a username (or service name) from a header.
|
HeaderAtnProvider.Builder |
|
HeaderAtnService |
|
HeaderLogEntry |
Access log entry for header values.
|
HeaderLogEntry.Builder |
|
Headers |
Extends Parameters interface by adding methods convenient for HTTP headers.
|
Headers |
Deprecated, for removal: This API element is subject to removal in a future version.
|
HealthCdiExtension |
Health extension.
|
HealthCheckBuilderException |
Exception in health check builder.
|
HealthCheckException |
Exception thrown by Health system if something goes wrong.
|
HealthCheckProvider |
|
HealthCheckResponseProviderImpl |
An implementation of HealthCheckResponseProvider which does not rely on any particular java-to-json mapping strategy.
|
HealthChecks |
|
HealthSupport |
Health check support for integration with webserver, to expose the health endpoint.
|
HealthSupport.Builder |
|
HeapMemoryHealthCheck |
A health check that verifies whether the server is running out of Java heap space.
|
HeapMemoryHealthCheck.Builder |
|
HelidonComponentProvider |
Class HelidonComponentProvider.
|
HelidonConnectorProvider |
Provider for Helidon WebClient Connector that utilizes the Helidon HTTP Client to send and receive
HTTP request and responses.
|
HelidonConsoleHandler |
Deprecated.
|
HelidonConsoleHandler |
|
HelidonConsoleHandler.ThreadFormatter |
A SimpleFormatter that replaces all occurrences of "!thread!" with the current thread.
|
HelidonConstraintViolationExceptionMapper |
A JAX-RS provider that maps ConstraintViolationException from bean validation
to a proper JAX-RS response with Response.Status.BAD_REQUEST status.
|
HelidonContainer |
Helidon CDI Container, separates initialization and runtime phases of the bootstrapping.
|
HelidonContainerInitializer |
This class ensures that container is created by us.
|
HelidonFeatures |
Helidon Features support.
|
HelidonFlavor |
Flavors of Helidon.
|
HelidonFormatter |
A SimpleFormatter that replaces all occurrences of MDC tags like %X{value} with specific values.
|
HelidonHK2InjectionManagerFactory |
Overrides the injection manager factory from Jersey and provides a new implementation
of InjectionManager .
|
HelidonInterceptor<W> |
Common behavior for interceptors, invoking a preInvocation method
before running an intercepted Executable .
|
HelidonInterceptor.Base<W> |
HelidonInterceptor implementation providing as much logic as possible.
|
HelidonInterceptor.WithPostCompletion<W> |
Common behavior among interceptors with both pre-invocation and post-completion behavior.
|
HelidonJaegerMetricsFactory |
Exposes Jaeger tracing metrics as Helidon vendor metrics.
|
HelidonMdc |
Helidon MDC delegates values across all of the supported logging frameworks on the classpath.
|
HelidonMetric |
Helidon-required behavior for each type (e.g., full-featured or no-op) of metric implementation.
|
HelidonProperties |
Configuration options specific to the Client API that utilizes HelidonConnector .
|
HelidonReactivePublisherFactory |
Singleton factory for creating various builders out of sources.
|
HelidonReactiveStreamsEngine |
|
HelidonRequestHeaderAutoDiscoverable |
Automatically discovered JAX-RS provider which registers Rest Client specific components to the server.
|
HelidonRestCdiExtension<T extends RestServiceSupport> |
Abstract superclass of service-specific, REST-based CDI extensions.
|
HelidonRestCdiExtension.WorkItemsManager<W> |
Manages a very simple multi-map of Executable to Class<? extends Annotation> to a Set of typed
work items.
|
HelidonRestServiceSupport |
Common base implementation for service support classes which involve REST endpoints.
|
HelidonRestServiceSupport.Builder<T extends HelidonRestServiceSupport,B extends HelidonRestServiceSupport.Builder<T,B>> |
Abstract implementation of a Builder for the service.
|
HelidonServiceLoader<T> |
Helidon specific support for Java Service Loaders.
|
HelidonServiceLoader.Builder<T> |
|
HikariConnectionPool |
Hikari Connection Pool integration.
|
HikariCPBackedDataSourceExtension |
|
HikariCpExtension |
Interceptor to handle connection pool configuration.
|
HikariCpExtensionProvider |
Java Service loader interface that provides JDBC DB Client configuration extension.
|
Hmac |
HMAC request and response.
|
Hmac.Request |
Request object.
|
Hmac.Response |
Response object parsed from JSON returned by the RestApi .
|
HmacDigest |
The HmacDigest is used for simplification of the HMAC signature creation and verification.
|
HmacDigest.Builder |
|
HoconConfigParser |
|
HoconConfigParserBuilder |
HOCON ConfigParser Builder.
|
HoconMpConfigSource |
|
HoconMpMetaConfigProvider |
Helidon MicroProfile meta-config provider for Hocon and Json.
|
HostLogEntry |
Access log entry for host (IP) values.
|
HostLogEntry.Builder |
|
HtmlEncoder |
HTML encoding of special characters to prevent cross site scripting (XSS) attacks.
|
Http |
HTTP protocol related constants and utilities.
|
Http.DateTime |
Support for HTTP date formats based on RFC2616.
|
Http.Header |
Utility class with a list of names of standard HTTP headers and related tooling methods.
|
Http.Method |
Enumeration of all standard HTTP methods .
|
Http.RequestMethod |
Interface representing an HTTP request method, all standard methods are in Http.Method enumeration.
|
Http.ResponseStatus |
Base interface for status codes used in HTTP responses.
|
Http.ResponseStatus.Family |
An enumeration representing the class of status code.
|
Http.Status |
|
Http.Version |
Enumeration of supported HTTP protocol versions.
|
Http2Configuration |
Interface Http2Configuration.
|
Http2Configuration.Builder |
|
HttpAuthException |
Exception in Http authentication.
|
HttpBasicAuthProvider |
Http authentication security provider.
|
HttpBasicAuthProvider.Builder |
|
HttpBasicAuthService |
Basic authentication service.
|
HttpBasicOutboundConfig |
Security provider configuration for outbound.
|
HttpBasicOutboundConfig.Builder |
|
HttpDigest |
Digest specific enums.
|
HttpDigest.Algorithm |
Http digest algorithm.
|
HttpDigest.Qop |
Http digest QOP (quality of protection).
|
HttpDigestAuthProvider |
Http authentication security provider.
|
HttpDigestAuthProvider.Builder |
|
HttpDigestAuthService |
Digest authentication service.
|
HttpException |
Runtime exception for applications.
|
HttpRequest |
Common attributes of an HTTP Request, that are used both in server requests and in client requests.
|
HttpRequest.Path |
Represents requested normalised URI path.
|
HttpSignatureException |
Exception from HTTP signatures provider.
|
HttpSignHeader |
Headers supported by HTTP Signature.
|
HttpSignProvider |
A provider that can authenticate incoming requests based on HTTP signature of header fields, and
can create signatures for outbound requests.
|
HttpSignProvider.Builder |
Fluent API builder for this provider.
|
HttpSignService |
|
IdcsMtContext |
IDCS multitenancy context used by the mappers.
|
IdcsMtRoleMapperProvider |
Deprecated, for removal: This API element is subject to removal in a future version.
|
IdcsMtRoleMapperProvider.Builder<B extends IdcsMtRoleMapperProvider.Builder<B>> |
|
IdcsMtRoleMapperProvider.DefaultMultitenancyEndpoints |
|
IdcsMtRoleMapperProvider.MtCacheKey |
Cache key for multitenant environments.
|
IdcsMtRoleMapperProvider.MultitenancyEndpoints |
Multitenant endpoints for accessing IDCS services.
|
IdcsMtRoleMapperRxProvider |
|
IdcsMtRoleMapperRxProvider.Builder<B extends IdcsMtRoleMapperRxProvider.Builder<B>> |
|
IdcsMtRoleMapperRxProvider.DefaultMultitenancyEndpoints |
|
IdcsMtRoleMapperRxProvider.MtCacheKey |
Cache key for multitenant environments.
|
IdcsMtRoleMapperRxProvider.MultitenancyEndpoints |
Multitenant endpoints for accessing IDCS services.
|
IdcsRoleMapperProvider |
Deprecated, for removal: This API element is subject to removal in a future version.
|
IdcsRoleMapperProvider.Builder<B extends IdcsRoleMapperProvider.Builder<B>> |
|
IdcsRoleMapperProviderBase |
Deprecated, for removal: This API element is subject to removal in a future version.
|
IdcsRoleMapperProviderBase.AppToken |
A token for app access to IDCS.
|
IdcsRoleMapperProviderBase.Builder<B extends IdcsRoleMapperProviderBase.Builder<B>> |
|
IdcsRoleMapperProviderService |
|
IdcsRoleMapperRxProvider |
|
IdcsRoleMapperRxProvider.Builder<B extends IdcsRoleMapperRxProvider.Builder<B>> |
|
IdcsRoleMapperRxProviderBase |
Common functionality for IDCS role mapping using reactive WebClient .
|
IdcsRoleMapperRxProviderBase.AppTokenRx |
Reactive token for app access to IDCS.
|
IdcsRoleMapperRxProviderBase.Builder<B extends IdcsRoleMapperRxProviderBase.Builder<B>> |
|
IllegalPathPatternException |
Cannot parse path pattern.
|
InboundClientDefinition |
Configuration of inbound client.
|
InboundClientDefinition.Builder |
|
InjectionProvider |
A Java Service Loader service for locating injectable instances.
|
InjectionProvider |
A Java Service Loader service for locating injectable instances.
|
InjectionProvider.CreateInstanceFunction<T> |
An interface to allow lambda for creating instances.
|
InjectionProvider.CreateInstanceFunction<T> |
Interface to enable lambdas as instance constructors.
|
InjectionProvider.InjectionType<T> |
A single type that can be injected.
|
InjectionProvider.InjectionType<T> |
A single injection type.
|
InjectionProvider.InstanceConfig |
Configuration of an instance, that can have a named Vault (defined in configuration),
and a customized path (such as build-secrets instead of secrets for kv2).
|
InjectionProvider.InstanceConfig.Builder |
|
InMemoryOverrideSource |
In-memory implementation of override source.
|
InMemoryOverrideSource.Builder |
|
InProcessGrpcChannel |
An qualifier annotation to specify that an in-process Channel
should be injected.
|
InProcessGrpcChannel.Literal |
|
Instance |
A supplier of instances of objects.
|
Instance.NewInstance<T> |
A Supplier implementation that supplies new instances
of a class each time its get() method
is called.
|
Instance.SingletonInstance<T> |
A Supplier implementation that supplies the same singleton
instance of a value each time its get()
method is called.
|
InterceptorPriorities |
Constants that represent a priority ordering that interceptors registered with
a gRPC service or method will be applied.
|
Invocation |
Scheduled method invocation metadata.
|
InvocationHandler |
Invocation handler that allows execution of GraphQL requests without a WebServer.
|
InvocationHandler.Builder |
Fluent API builder to configure the invocation handler.
|
InvokedResource |
Information about the current request - invoked resource information.
|
IoMulti |
Create reactive stream from standard IO resources.
|
IoMulti.MultiFromByteChannelBuilder |
|
IoMulti.MultiFromInputStreamBuilder |
|
IoMulti.MultiToByteChannelBuilder |
Fluent API builder for creating a subscriber consuming Multi<ByteBuffer> to WritableByteChannel .
|
IoMulti.OutputStreamMultiBuilder |
|
IOUringTransport |
|
IssueCertificate |
Issue Certificate request and response.
|
IssueCertificate.Request |
Request object.
|
IssueCertificate.Response |
Response object parsed from JSON returned by the RestApi .
|
JacksonProvider |
Jackson support SPI provider.
|
JacksonRuntimeException |
A RuntimeException that indicates a problem was encountered
while performing JSON manipulation with Jackson.
|
JacksonSupport |
Support for Jackson integration.
|
JaegerDataPropagationProvider |
A data propagation provider for Jaeger.
|
JaegerTracerBuilder |
The JaegerTracerBuilder is a convenience builder for Tracer to use with Jaeger.
|
JaegerTracerProvider |
Jaeger java service.
|
JavaMarshaller<T> |
Deprecated, for removal: This API element is subject to removal in a future version.
|
JavaMarshaller.Supplier |
|
JavaxElPolicyExecutor |
|
JavaxElPolicyExecutor.Builder |
|
JavaxElPolicyExecutorService |
|
JaxRsApplication |
A JAX-RS application to be registered.
|
JaxRsApplication.Builder |
|
JaxRsCdiExtension |
Configure Jersey related things.
|
JaxRsClient |
Point of access to ClientBuilder to support Helidon features,
such as propagation of tracing, correct handling of Context .
|
JdbcDbClientProvider |
Provider for JDBC database implementation.
|
JdbcDbClientProviderBuilder |
|
JdbcMetricsCounter |
Counter metric wrapper for Hikari CP metric.
|
JdbcMetricsExtensionProvider |
JDBC Configuration Interceptor Provider for Metrics.
|
JdbcMetricsGauge<T> |
Gauge metric wrapper for Hikari CP metric.
|
JdbcMetricsHistogram |
Histogram metric wrapper for Hikari CP metric.
|
JdbcMetricsMeter |
Meter metric wrapper for Hikari CP metric.
|
JdbcMetricsSnapshot |
Metric Snapshot wrapper for Hikari CP metric.
|
JdbcMetricsTimer |
Timer metric wrapper for Hikari CP metric.
|
JdbcMetricsTimerContext |
|
JedisExtension |
|
JerseyClientAutoDiscoverable |
Auto discoverable feature to use a custom executor service
for all client asynchronous operations.
|
JerseySupport |
The Jersey Support integrates Jersey (JAX-RS RI) into the Web Server.
|
JerseySupport.Builder |
|
JmsBytesMessage |
A JMS Bytes message representation.
|
JmsConfigBuilder |
Build Jms specific config.
|
JmsConnector |
MicroProfile Reactive Messaging JMS connector.
|
JmsConnector.JmsConnectorBuilder |
|
JmsMessage<PAYLOAD> |
Message representing JMS message together with all the metadata.
|
JmsMessage.CustomMapper<PAYLOAD> |
Mapper for creating Message .
|
JmsMessage.OutgoingJmsMessageBuilder<PAYLOAD> |
Outgoing JMS message builder.
|
JmsTextMessage |
A JMS Text message representation.
|
JpaExtension |
|
JsonbMarshaller<T> |
An implementation of a gRPC MethodDescriptor.Marshaller that
uses JSONB for serialization.
|
JsonbMarshaller.Supplier |
|
JsonbProvider |
JSON-B support SPI provider.
|
JsonbSupport |
Support for JSON-B integration.
|
JsonpProvider |
JSON Processing support SPI provider.
|
JsonProcessingMapper |
Json processing mapper.
|
JsonProcessingMapperProvider |
JSON-P mapper provider.
|
JsonpSupport |
Support for JSON Processing integration.
|
JsonpSupport.Builder |
|
JsonRequest |
Implementation of a ApiRequest that allows
free configuration of the JSON object.
|
JsonService |
A Service and abstract Handler that provides support for JSON content.
|
JsonWebTokenImpl |
Deprecated, for removal: This API element is subject to removal in a future version.
|
JtaDataSource |
An AbstractDataSource and a Synchronization that
wraps another DataSource that is known to not behave
correctly in the presence of JTA transaction management, such as
one supplied by any of several freely and commercially available
connection pools, and that makes such a non-JTA-aware DataSource behave as sensibly as possible in the presence of a
JTA-managed transaction.
|
JulMdc |
MDC implementation for Java Util Logging framework.
|
JulMdcPropagator |
This is propagator of JUL MDC values between different threads.
|
JulMdcProvider |
Provider for setting MDC values to the Java Util Logging MDC support.
|
Jwk |
A JWK (JSON Web key) is a representation of data needed to sign, encrypt, verify
and /or decrypt data (e.g a public and/or private key; password for symmetric ciphers).
|
JwkEC |
Elliptic curve JSON web key.
|
JwkEC.Builder |
|
JwkKeys |
A representation of the JSON web keys document - a map of key ids to corresponding web keys.
|
JwkKeys.Builder |
|
JwkOctet |
Symmetric cipher JSON web key.
|
JwkOctet.Builder |
|
JwkRSA |
RSA JSON web key.
|
JwkRSA.Builder |
|
Jwt |
JWT token.
|
Jwt.Builder |
|
Jwt.ExpirationValidator |
Validator of expiration claim.
|
Jwt.FieldValidator |
Validator of a string field obtained from a JWT.
|
Jwt.IssueTimeValidator |
Validator of issue time claim.
|
Jwt.NotBeforeValidator |
Validator of not before claim.
|
JwtAuthAnnotationAnalyzer |
|
JwtAuthCdiExtension |
JWT Authentication CDI extension class.
|
JwtAuthProvider |
Provider that provides JWT authentication.
|
JwtAuthProvider.Builder |
|
JwtAuthProvider.JwtOutboundTarget |
A custom object to configure specific handling of outbound calls.
|
JwtAuthProviderService |
|
JwtException |
A RuntimeException for the JWT and JWK world.
|
JwtHeaders |
Representation of the header section of a JWT.
|
JwtHeaders.Builder |
Fluent API builder to create JWT Header.
|
JwtProvider |
Provider that can process JWT tokens in request headers and assert identity (e.g.
|
JwtProvider.Builder |
|
JwtProvider.JwtOutboundTarget |
A custom object to configure specific handling of outbound calls.
|
JwtProvider.JwtOutboundTarget.Builder |
|
JwtProviderService |
|
JwtUtil |
Utilities for JWT and JWK parsing.
|
JwtUtil.Address |
Address class representing the JSON object for address.
|
K8sAuth |
Kubernetes authentication method API.
|
K8sAuthProvider |
Java Service Loader implementation for Vault authentication method based on Kubernetes.
|
K8sAuthRx |
Kubernetes authentication method API.
|
K8sVaultAuth |
Vault authentication for Kubernetes (k8s).
|
K8sVaultAuth.Builder |
|
KafkaConfigBuilder |
Build Kafka specific config.
|
KafkaConfigBuilder.AutoOffsetReset |
What to do when there is no initial offset in Kafka.
|
KafkaConnector |
Implementation of Kafka Connector as described in the MicroProfile Reactive Messaging Specification.
|
KafkaMessage<K,V> |
Kafka specific Micro Profile Reactive Messaging Message.
|
KafkaProducerMessage<K,V> |
Kafka specific Micro Profile Reactive Messaging Producer Message.
|
KafkaPublisher<K,V> |
This is an implementation of Publisher that read messages from
Kafka and push them downstream to one subscriber.
|
KafkaPublisher.Builder<K,V> |
|
KafkaSubscriber<K,V> |
Reactive streams subscriber implementation.
|
KafkaSubscriber.Builder<K,V> |
|
KeyConfig |
Configuration of keystore, certificates and keys.
|
KeyConfig.Builder |
|
KeyConfig.KeystoreBuilder |
Builder for resources from a java keystore (PKCS12, JKS etc.).
|
KeyConfig.PemBuilder |
Builder for PEM files - accepts private key and certificate chain.
|
KeyPerformanceIndicatorMetricsSettings |
Settings for key performance indicator (KPI) metrics.
|
KeyPerformanceIndicatorMetricsSettings |
Deprecated, for removal: This API element is subject to removal in a future version.
|
KeyPerformanceIndicatorMetricsSettings.Builder |
Override default settings.
|
KeyPerformanceIndicatorMetricsSettings.Builder |
Builder for KPI settings.
|
KeyPerformanceIndicatorSupport |
|
KeyPerformanceIndicatorSupport.Context |
Per-request key performance indicator context, with behavior common to immediately-processed requests and deferrable ones.
|
KeyPerformanceIndicatorSupport.DeferrableRequestContext |
Added per-request key performance indicator context behavior for requests for which processing might be deferred until
some time after receipt of the request (i.e., some time after request handling begins).
|
KeyPerformanceIndicatorSupport.Metrics |
Key performance indicator metrics behavior.
|
Kv1EngineProvider |
Java Service Loader service for this engine.
|
Kv1Secrets |
Secrets for KV version 1 secrets engine.
|
Kv1SecretsRx |
Secrets for KV version 1 secrets engine.
|
Kv1SecurityProvider |
Integration with Helidon Security.
|
Kv1SecurityProvider.Kv1SecretConfig |
Configuration of a secret when using programmatic setup of security secrets.
|
Kv1SecurityProvider.Kv1SecretConfig.Builder |
|
Kv1SecurityService |
|
Kv2EngineProvider |
Java Service Loader implementation of Vault KV version 2 secrets engine.
|
Kv2Metadata |
Metadata of a KV version 2 secret.
|
Kv2Secret |
KV secret for version 2.
|
Kv2Secrets |
Secrets for KV version 2 secrets engine blocking implementation.
|
Kv2SecretsRx |
Reactive API for secrets for KV version 2 secrets engine.
|
Kv2SecurityProvider |
Integration with Helidon Security.
|
Kv2SecurityProvider.Kv2SecretConfig |
Configuration of a secret when using programmatic setup of security secrets.
|
Kv2SecurityProvider.Kv2SecretConfig.Builder |
|
Kv2SecurityService |
|
LambdaStreamObserver<V> |
A StreamObserver that uses lambdas to handle the
various messages.
|
LazyConfigSource |
A source that is not capable of loading all keys at once.
|
LazyList<T> |
Wrapper for list of LazyValue s while keeping laziness.
|
LazyValue<T> |
A typed supplier that wraps another supplier and only retrieves the value on the first
request to Supplier.get() , caching the value for all subsequent invocations.
|
ListNodeBuilderImpl |
|
ListSecrets |
List secrets request and response.
|
ListSecrets.Request |
Request object.
|
ListSecrets.Response |
Response object parsed from JSON returned by the RestApi .
|
LogConfig |
Logging configuration utility.
|
Login |
AppRole Login request and response.
|
Login |
Login request and response.
|
Login.Request |
Request object.
|
Login.Request |
Request object.
|
Login.Response |
Response object parsed from JSON returned by the RestApi .
|
Login.Response |
Response object parsed from JSON returned by the RestApi .
|
LraAutoDiscoverable |
Register filter and mappers to Jersey.
|
LraCdiExtension |
MicroProfile Long Running Actions CDI extension.
|
LruCache<K,V> |
Least recently used cache.
|
LruCache.Builder<K,V> |
|
Main |
Cli access to secret encryption.
|
Main |
This is the "master" main class of Helidon MP.
|
Main |
Deprecated.
|
MapConfigSource |
|
MapConfigSource.Builder |
|
MapConfigSource.MapBuilder<T extends MapConfigSource.MapBuilder<T>> |
|
MappedCrossOriginConfig |
|
MappedCrossOriginConfig.Builder |
Fluent builder for Mapped cross-origin config.
|
Mapper<SOURCE,TARGET> |
A generic and general approach to mapping two types.
|
MapperException |
An exception that is thrown when mapping failed to map source to target.
|
MapperManager |
Mapper manager of all configured mappers.
|
MapperManager.Builder |
|
MapperProvider |
Java Service loader service to get mappers.
|
MarshallerSupplier |
A supplier of MethodDescriptor.Marshaller instances for specific
classes.
|
MarshallerSupplier.DefaultMarshallerSupplier |
|
MarshallerSupplier.ProtoMarshallerSupplier |
|
MatcherWithRetry |
Hamcrest matcher capable of configured retries before failing the assertion, plus more generic retry processing.
|
MatcherWithRetry |
Hamcrest matcher capable of configured retries before failing the assertion, plus more generic retry processing.
|
MdcProvider |
Provider which is used to propagate values passed from HelidonMdc to the
corresponding logging framework MDC storage.
|
MediaContext |
Media support.
|
MediaContext.Builder |
MediaSupport builder.
|
MediaContextBuilder<T> |
Adds methods to support adding readers, writers and media services to the builder.
|
MediaSupport |
Service used to register readers and writers to the respective context.
|
MediaSupportProvider |
Java service loader interface.
|
MediaType |
An abstraction for a media type.
|
MediaType.Builder |
A fluent API builder to create instances of MediaType .
|
MediaTypeDetector |
Detect media type.
|
MediaTypes |
Media type detection based on a resource.
|
MergeableNode |
Extension of ConfigNode that supports merging with other nodes.
|
MergingStrategy |
An algorithm for combining multiple ConfigNode.ObjectNode root nodes
into a single ConfigNode.ObjectNode root node.
|
MessageBodyContent |
Reactive contract for a message body content.
|
MessageBodyContext |
Base message body context implementation.
|
MessageBodyContext.ErrorEvent |
|
MessageBodyContext.Event |
Message body content subscription event contract.
|
MessageBodyContext.EventListener |
Message body content subscription event listener.
|
MessageBodyContext.EventType |
Message body content subscription event types.
|
MessageBodyFilter |
Function to filter or replace message body content publisher.
|
MessageBodyFilters |
|
MessageBodyOperator<T extends MessageBodyContext> |
Conversion operator that can be selected based on a requested type and a
message body context.
|
MessageBodyOperator.PredicateResult |
Status whether requested class type is supported by the operator.
|
MessageBodyReadableContent |
|
MessageBodyReader<T> |
Conversion operator that can convert HTTP payload into one object.
|
MessageBodyReaderContext |
Reader message body context.
|
MessageBodyReaders |
|
MessageBodyStreamReader<T> |
Conversion operator that can convert HTTP payload into a stream of objects.
|
MessageBodyStreamWriter<T> |
Conversion operator that generate HTTP payload from a stream of objects.
|
MessageBodyWriter<T> |
Conversion operator that generate HTTP payload from objects.
|
MessageBodyWriterContext |
|
MessageBodyWriters |
|
Messaging |
Helidon Reactive Messaging.
|
Messaging.Builder |
|
MessagingCdiExtension |
MicroProfile Reactive Messaging CDI Extension.
|
MessagingDeploymentException |
Exception reporting problems during deployment of messaging.
|
MessagingException |
Reactive Messaging specific exception.
|
MessagingException |
Exception raised from messaging subscriber when onError signal is intercepted.
|
MessagingLivenessCheck |
MicroProfile Reactive Messaging liveness check.
|
MessagingReadinessCheck |
MicroProfile Reactive Messaging readiness check.
|
MetaConfig |
Meta configuration.
|
MeterRegistryFactory |
Provides access to the MeterRegistry Helidon SE uses to collect meters and report their metrics.
|
MeterRegistryFactory.Builder |
Builder for constructing MeterRegistryFactory instances.
|
MeterRegistryFactory.BuiltInRegistryType |
Available built-in registry types.
|
MeterRegistryFactory.BuiltInRegistryType.UnrecognizedBuiltInRegistryTypeException |
Describes an unrecognized built-in registry type.
|
MethodDescriptor<ReqT,ResT> |
Encapsulates all metadata necessary to define a gRPC method.
|
MethodDescriptor.Configurer<ReqT,ResT> |
|
MethodDescriptor.Rules<ReqT,ResT> |
Method configuration API.
|
MethodHandler<ReqT,RespT> |
A gRPC method call handler.
|
MethodHandler.BidirectionalClient |
A bidirectional client call handler.
|
MethodHandler.ClientStreaming |
A client streaming client call handler.
|
MethodHandler.ServerStreamingClient |
A server streaming client call handler.
|
MethodHandler.UnaryClient |
A unary client call handler.
|
MethodHandlerSupplier |
|
MetricsCdiExtension |
MetricsCdiExtension class.
|
MetricsConfigurer |
|
MetricsSettings |
Settings which control behavior for metrics overall.
|
MetricsSettings.Builder |
Builder for MetricsSettings .
|
MetricsSupport |
Support for metrics for Helidon Web Server.
|
MetricsSupport |
Behavior for supporting metrics for the Helidon Web Server.
|
MetricsSupport.Builder |
|
MetricsSupport.Builder<T extends MetricsSupport> |
Builder for MetricsSupport .
|
MetricsSupportProvider<T extends MetricsSupport> |
|
MetricsSupportProviderImpl |
|
MetricUtil |
Class MetricUtil.
|
MetricUtil.LookupResult<A extends Annotation> |
Deprecated.
|
MetricUtil.MatchingType |
Deprecated.
|
MicrometerCdiExtension |
CDI extension for handling Micrometer artifacts.
|
MicrometerSupport |
Implements simple Micrometer support.
|
MicrometerSupport.Builder |
Fluid builder for MicrometerSupport objects.
|
MicronautCdiException |
Exception thrown by Micronaut CDI integration, when a checked exception must be consumed.
|
MicronautCdiExtension |
Extension integrating CDI with Micronaut.
|
MicronautDataCdiExtension |
CDI Extension that adds Micronaut data specific features.
|
MicronautIntercepted |
Used to add interceptors to existing CDI beans to be intercepted by Micronaut interceptors.
|
MicronautIntercepted.Literal |
Literal used to obtain an instance of the annotation.
|
MicronautInterceptor |
A CDI interceptor that invokes all Micronaut interceptors.
|
MicrostreamCache |
Creates a cache based upon the Microstream JCache implementation.
|
MicrostreamCacheConfigurationBuilder<K,V> |
Builder for Microstream-CacheConfigurations.
|
MicrostreamHealthCheck |
Microstream health check.
|
MicrostreamHealthCheck.Builder |
Builder for MicrostreamHealthCheck.
|
MicrostreamMetricsSupport |
Helper class that provides the default metrics for an Microstream EmbeddedStorageManager.
|
MicrostreamMetricsSupport.Builder |
|
MicrostreamStorage |
Qualifier annotation for Microstream EmbeddedStorageManager.
|
MinimalMetricsSupport |
|
MissingValueException |
Exception representing a specific failures related to a missing configuration value.
|
ModelHelper |
Common model helper methods.
|
MongoDbClient |
MongoDB driver handler.
|
MongoDbClientConfig |
MongoDB Configuration parameters.
|
MongoDbClientProvider |
Helidon DB Provider for mongoDB.
|
MongoDbClientProviderBuilder |
Builder for mongoDB database.
|
MongoDbColumn |
Mongo specific column data and metadata.
|
MongoDbExecute |
Execute implementation for MongoDB.
|
MongoDbRows<T> |
Mongo specific execution result containing result set with multiple rows.
|
MongoDbStatementDml |
DML statement for MongoDB.
|
MongoDbStatementGet |
Statement for GET operation in mongoDB.
|
MongoDbTransaction |
Transaction execute implementation for MongoDB.
|
MpConfig |
Utilities for Helidon MicroProfile Config implementation.
|
MpConfigBuilder |
Deprecated.
|
MpConfigFilter |
Filtering support for MicroProfile config implementation.
|
MpConfigImpl |
Deprecated.
|
MpConfigProviderResolver |
Integration with microprofile config.
|
MpConfigProviderResolver.ConfigDelegate |
Deprecated.
|
MpConfigSourceProvider |
Java Service loader interface for MP ConfigSource Providers that adds configuration profile support.
|
MpConfigSources |
|
MpEncryptionFilter |
Provides possibility to decrypt passwords from configuration sources.
|
MpException |
A generic Microprofile runtime exception.
|
MpMetaConfigProvider |
Java Service loader interface for Meta-config providers.
|
MpMetaConfigUtils |
Utilities for Helidon MicroProfile Meta-Config implementation.
|
MPOpenAPIBuilder |
Fluent builder for OpenAPISupport in Helidon MP.
|
MpRestClientListener |
|
MpTracingAutoDiscoverable |
Registers the MpTracingContextFilter to support
propagation of information from server runtime to client runtime.
|
MpTracingClientRegistrar |
Microprofile client tracing registrar.
|
MpTracingContextFilter |
Automatically registered filter that stores
required information in thread local, to allow outbound clients to get
all context.
|
MpTracingFilter |
Adds tracing of Jersey calls using a post-matching filter.
|
MpTracingInterceptor |
Interceptor for Traced annotation.
|
MpTracingRestClientFilter |
Filter to handle REST client specifics.
|
MpTracingRestClientListener |
Tracing extension for Rest Client.
|
Multi<T> |
Represents a Flow.Publisher emitting zero or more items, optionally followed by
an error or completion.
|
MultiFromOutputStream |
Deprecated, for removal: This API element is subject to removal in a future version.
|
MultiPart<T extends BodyPart> |
Deprecated, for removal: This API element is subject to removal in a future version.
|
MultiPartBodyReader |
Deprecated, for removal: This API element is subject to removal in a future version.
|
MultiPartBodyWriter |
|
MultiPartDecoder |
Reactive processor that decodes HTTP payload as a stream of BodyPart .
|
MultiPartEncoder |
Reactive processor that encodes a stream of BodyPart into an HTTP payload.
|
MultiPartSupport |
Multipart media support.
|
MultiTappedPublisher<T> |
Intercept the calls to the various Flow interface methods and calls the appropriate
user callbacks.
|
MultiTappedPublisher.Builder<T> |
Multi tapped publisher builder to register custom callbacks.
|
MutabilitySupport |
Mutability support for file based sources.
|
MySqlConfigureRequest |
Request to configure MySQL database.
|
NamedProvider<T extends SecurityProvider> |
A wrapper for a named security provider.
|
NarayanaClient |
Narayana LRA coordinator client.
|
NarayanaExtension |
|
NarayanaTransactionServices |
|
NativeImageHelper |
Utility for GraalVM native image.
|
Neo4j |
Main entry point for Neo4j support for Helidon.
|
Neo4j.Builder |
Fluent API builder for Neo4j.
|
Neo4j.Builder.TrustStrategy |
Security trustStrategy.
|
Neo4jCdiExtension |
A CDI Extension for Neo4j support.
|
Neo4jException |
Helidon exception marking a problem with Neo4j integration setup or runtime.
|
Neo4jHealthCheck |
Health support module for Neo4j.
|
Neo4jMetricsCdiExtension |
CDI Extension, instantiated by CDI.
|
Neo4jMetricsSupport |
Neo4j helper class to support metrics.
|
Neo4jMetricsSupport.Builder |
Fluent API builder for Neo4jMetricsSupport.
|
NodeConfigSource |
An eager source that can read all data from the underlying origin as a configuration node.
|
NotFoundException |
|
NoVaultAuth |
Java Service Loader implementation for creating an unauthenticated Vault instance.
|
ObjectConfigMapperProvider |
Java beans support for configuration.
|
ObjectNodeBuilderImpl |
|
ObjectNodeImpl |
|
ObjectRequest<T extends ObjectRequest<T>> |
Object store base request class.
|
OciApiException |
Deprecated, for removal: This API element is subject to removal in a future version.
|
OciAutonomousDb |
Deprecated, for removal: This API element is subject to removal in a future version.
|
OciAutonomousDbInjectionProvider |
Deprecated.
|
OciAutonomousDbRx |
Deprecated, for removal: This API element is subject to removal in a future version.
|
OciAutonomousDbRx.Builder |
|
OciCdiExtension |
Deprecated, for removal: This API element is subject to removal in a future version.
|
OciConfigConfigSource |
Deprecated, for removal: This API element is subject to removal in a future version.
|
OciConfigInstancePrincipal |
Deprecated, for removal: This API element is subject to removal in a future version.
|
OciConfigInstancePrincipal.Builder |
|
OciConfigProfile |
Deprecated, for removal: This API element is subject to removal in a future version.
|
OciConfigProfile.Builder |
|
OciConfigProvider |
Deprecated, for removal: This API element is subject to removal in a future version.
|
OciConfigResourcePrincipal |
Deprecated, for removal: This API element is subject to removal in a future version.
|
OciExtension |
|
OciMetrics |
Deprecated, for removal: This API element is subject to removal in a future version.
|
OciMetricsBean |
CDI bean for preparing OCI metrics integration.
|
OciMetricsCdiExtension |
OCI metrics integration CDI extension.
|
OciMetricsRx |
Deprecated, for removal: This API element is subject to removal in a future version.
|
OciMetricsRx.Builder |
|
OciMetricsSupport |
OCI Metrics Support
|
OciMetricsSupport.Builder |
|
OciMetricsSupport.NameFormatter |
Prescribes behavior for formatting metric names for use by OCI.
|
OciObjectStorage |
Deprecated, for removal: This API element is subject to removal in a future version.
|
OCIObjectStorageExtension |
Deprecated, for removal: This API element is subject to removal in a future version.
|
OciObjectStorageHealthCheck |
Liveness check for an OCI's ObjectStorage bucket.
|
OciObjectStorageHealthCheck.Builder |
|
OciObjectStorageInjectionProvider |
Deprecated.
|
OciObjectStorageRx |
Deprecated, for removal: This API element is subject to removal in a future version.
|
OciObjectStorageRx.Builder |
|
OciRequestBase<T extends OciRequestBase<T>> |
Deprecated, for removal: This API element is subject to removal in a future version.
|
OciResponseParser |
Deprecated, for removal: This API element is subject to removal in a future version.
|
OciRestApi |
Deprecated, for removal: This API element is subject to removal in a future version.
|
OciRestApi.Builder |
|
OciRestApi.ConfigType |
How to connect to OCI.
|
OciRestException |
Deprecated, for removal: This API element is subject to removal in a future version.
|
OciRestException.Builder |
|
OciSignatureData |
Deprecated, for removal: This API element is subject to removal in a future version.
|
OciTelemetryInjectionProvider |
Deprecated.
|
OciVault |
Deprecated, for removal: This API element is subject to removal in a future version.
|
OciVaultHealthCheck |
Liveness check for an OCI's Vault.
|
OciVaultHealthCheck.Builder |
|
OciVaultInjectionProvider |
Deprecated.
|
OciVaultRx |
Deprecated, for removal: This API element is subject to removal in a future version.
|
OciVaultRx.Builder |
|
OciVaultSecurityProvider |
Security provider to retrieve secrets from OCI Vault, and to use OCI KMS for encryption,
decryption and signatures.
|
OciVaultSecurityProvider.OciVaultDigestConfig |
Configuration for a signature.
|
OciVaultSecurityProvider.OciVaultDigestConfig.Builder |
|
OciVaultSecurityProvider.OciVaultEncryptionConfig |
Configuration for encryption/decryption.
|
OciVaultSecurityProvider.OciVaultEncryptionConfig.Builder |
|
OciVaultSecurityProvider.OciVaultSecretConfig |
Configuration of an OCI Vault secret.
|
OciVaultSecurityProvider.OciVaultSecretConfig.Builder |
|
OciVaultSecurityService |
Deprecated.
|
OidcCdiExtension |
Microprofile extension that brings support for Open ID Connect.
|
OidcConfig |
Configuration of OIDC usable from all resources that utilize OIDC specification, such as security provider, web server
extension and IDCS connectivity.
|
OidcConfig.Builder |
|
OidcConfig.ClientAuthentication |
Client Authentication methods that are used by Clients to authenticate to the Authorization
Server when using the Token Endpoint.
|
OidcConfig.RequestType |
Types of requests to identity provider.
|
OidcCookieHandler |
Handler of cookies used in OIDC.
|
OidcProvider |
Open ID Connect authentication provider.
|
OidcProvider.Builder |
|
OidcProviderService |
Java service to create OIDC provider instance.
|
OidcSupport |
OIDC integration requires web resources to be exposed through a web server.
|
OidcSupport.Builder |
|
OpenApiCdiExtension |
Portable extension to allow construction of a Jandex index (to pass to
SmallRye OpenAPI) from CDI if no META-INF/jandex.idx file exists on
the class path.
|
OpenAPISupport |
Provides an endpoint and supporting logic for returning an OpenAPI document
that describes the endpoints handled by the server.
|
OpenAPISupport.Builder<B extends OpenAPISupport.Builder<B>> |
|
OpenApiUi |
Behavior for OpenAPI UI implementations.
|
OpenApiUi.Builder<B extends OpenApiUi.Builder<B,T>,T extends OpenApiUi> |
Builder for an OpenApiUi .
|
OpenApiUiBase |
Common base class for implementations of @link OpenApiUi}.
|
OpenApiUiBase.Builder<B extends OpenApiUiBase.Builder<B,T>,T extends OpenApiUi> |
Common base builder implementation for creating a new OpenApiUi .
|
OpenApiUiFactory<B extends OpenApiUi.Builder<B,T>,T extends OpenApiUi> |
Behavior for factories able to provide new builders of OpenApiUi instances.
|
OpenApiUiFactoryFull |
|
OpenApiUiNoOpFactory |
Factory providing builders for OpenApiUiNoOp implementations.
|
OptionalCompletionStage<T> |
A completion stage that allows processing of cases when the element
is present and when not.
|
OptionalMatcher |
|
OptionalMatcher |
|
OracleConfigureRequest |
Request to configure Oracle database.
|
OutboundConfig |
Configuration of outbound security targets.
|
OutboundConfig.Builder |
|
OutboundSecurityClientBuilder |
|
OutboundSecurityProvider |
Security provider for securing client requests (outbound).
|
OutboundSecurityResponse |
Response of outbound security provider.
|
OutboundSecurityResponse.Builder |
Builder class to build custom identity propagation responses.
|
OutboundTarget |
Configuration of outbound target.
|
OutboundTarget.Builder |
|
OutboundTargetDefinition |
Configuration of outbound target to sign outgoing requests.
|
OutboundTargetDefinition.Builder |
|
OutboundTracing |
Tracing support for outbound security.
|
OutputStreamMulti |
|
OverrideConfigFilter |
A config filter that replaces values with a new ones of keys that matching with Pattern .
|
OverrideSource |
Source of config override settings.
|
OverrideSource.OverrideData |
Group of config override settings.
|
OverrideSourceProvider |
Java service loader service to provide a override source based on meta configuration.
|
OverrideSources |
|
Parameters |
Parameters represents key : value pairs where key is a String with potentially multiple values.
|
ParamType |
Type of statement parameters.
|
ParentingMediaContextBuilder<T> |
|
ParsableSource |
An eager source that can read all data from the underlying origin as a stream that can be
parsed based on its media type (or using an explicit ConfigParser .
|
ParsableSource.Builder<B extends ParsableSource.Builder<B>> |
A builder for a parsable source.
|
Participant |
Participant metadata needed by LRA coordinator.
|
PasswordKeyDerivation |
Util class used for encryption key derivation from the password.
|
PathMatcher |
URI Path Matcher.
|
PathMatcher.PrefixResult |
The result of prefix matching a PathMatcher to a given URI path.
|
PathMatcher.Result |
The result of matching a PathMatcher to a given URI path.
|
PathTracingConfig |
Traced system configuration for web server for a specific path.
|
PathTracingConfig.Builder |
|
PersistenceUnitInfoBean |
|
PersistenceUnitInfoBean.DataSourceProvider |
|
PkiEngineProvider |
Java Service Loader service for PKI Secrets engine for Vault integration.
|
PkiException |
Exception caused by PKI handling (keystores, keys, certificates).
|
PkiFormat |
Format of certificate or CRL.
|
PkiRole |
Pki Role request and response.
|
PkiRole.Request |
Request object.
|
PkiRole.Response |
Response object parsed from JSON returned by the RestApi .
|
PkiSecrets |
API operation for Vault PKI Secrets Engine.
|
PkiSecretsRx |
API operation for Vault PKI Secrets Engine.
|
PolicyExecutor |
Custom executor of policy statements.
|
PolicyExecutorService |
|
PolicyValidator |
|
PolicyValidator.Builder |
|
PolicyValidator.PolicyConfig |
Configuration of policy validator - a statement and whether to inherit value
from parents.
|
PolicyValidator.PolicyConfig.Builder |
|
PolicyValidator.PolicyStatement |
Annotate resource classes, methods, application etc.
|
PolicyValidatorService |
A validator of policy statements java service to plug into Abac security provider.
|
PollableSource<S> |
A source implementing this interface provides support for polling using a PollingStrategy .
|
PollableSource.Builder<T extends PollableSource.Builder<T>> |
A builder for pollable source.
|
PollingStrategies |
|
PollingStrategies.ScheduledBuilder |
A builder for a scheduled polling strategy.
|
PollingStrategy |
Mechanism for notifying interested listeners when they should check for
changes that might have been made to the data used to create a Config
tree, as accessed through PollableSource s.
|
PollingStrategy.Polled |
A polled component.
|
PollingStrategyProvider |
Java service loader service to create a polling strategy factory based on meta configuration.
|
PostMetricData |
Class to group together all types related to post metric data request and response.
|
PostMetricData.FailedMetric |
Failed metric definition.
|
PostMetricData.MetricData |
Metric data send with post metric data.
|
PostMetricData.MetricDataPoint |
|
PostMetricData.Request |
Post metric data request.
|
PostMetricData.Response |
Response object parsed from JSON returned by the RestApi .
|
PrefixedConfigSource |
ConfigSource implementation wraps another config source and add key prefix to original one.
|
Principal |
A security principal.
|
Principal.Builder |
|
Priorities |
Priority utilities.
|
Prioritized |
Interface to define that this class is a class with priority.
|
PriorityBag<T> |
A bag of values ordered by priority.
|
PrometheusSupport |
Support for Prometheus client endpoint.
|
PrometheusSupport.Builder |
|
PropagatedHeaders |
Headers propagated between Participant and Coordinator.
|
PropagatedHeaders.NoopPropagatedHeaders |
Noop headers, always returns same instance of empty map.
|
PropagatedHeaders.PrefixedPropagatedHeaders |
Propagated headers which can scan for allowed headers with any of the preconfigured prefixes.
|
PropagationRecord |
Propagation record mapping classifier to header, may be a String type, or and array of strings.
|
PropagationRecord |
Propagation record mapping header to classifier, may be a String type, or an array of strings.
|
PropagationRecord.Builder |
|
PropagationRecord.Builder |
|
PropertiesConfigParser |
ConfigParser implementation that parses Java Properties content.
|
ProtoReflectionService |
Provides a reflection service for Protobuf services (including the reflection service itself).
|
ProviderConfig |
A marker interface for configurations of providers.
|
ProviderRequest |
A request sent to security providers.
|
ProviderSelectionPolicy |
A policy that selects provider to use.
|
ProviderSelectionPolicy.Providers |
Interface that is passed to a constructor of a ProviderSelectionPolicy implementation to supply all configured
providers from security.
|
Proxy |
A definition of a proxy server to use for outgoing requests.
|
Proxy.Builder |
Fluent API builder for Proxy .
|
Proxy.ProxyType |
Type of the proxy.
|
PutObject |
Put object request and response.
|
PutObject.Request |
Request object.
|
PutObject.Response |
Response object for responses without an entity.
|
QueryParamHandler |
Handler of query parameters - extracts them and stores
them in a security header, so security can access them.
|
QueryParamMapping |
Definition of a map to bind a query param to a header.
|
ReadableBodyPart |
Readable body part entity.
|
ReadableBodyPart.Builder |
Builder class for creating BodyPart instances.
|
ReadableBodyPartHeaders |
Readable body part headers.
|
ReadableBodyPartHeaders.Builder |
|
ReadableByteChannelPublisher |
Deprecated, for removal: This API element is subject to removal in a future version.
|
ReadableMultiPart |
Deprecated, for removal: This API element is subject to removal in a future version.
|
Reader<R> |
Deprecated.
|
ReadOnlyParameters |
|
ReadRoleId |
Read Role ID request and response.
|
ReadRoleId.Request |
Request object.
|
ReadRoleId.Response |
Response object parsed from JSON returned by the RestApi .
|
ReferenceCounted |
|
ReferenceCountedContext |
A somewhat special-purpose AlterableContext that
destroys a contextual instance
when its thread-specific reference count drops to zero or less than
zero.
|
ReferenceCountedExtension |
|
Reflected |
A type annotated with this annotation will be added to native image with reflection support for all methods
and fields (including private).
|
Registry |
Metrics registry.
|
RegistryFactory |
Behavior of a RegistryFactory , capable of providing metrics registries of various types (application, base, vendor)
plus static methods for:
creating "free-standing" registry factories according to MetricsSettings or Config (see the
create methods),
retrieving the singleton registry factory or updating it according to MetricsSettings or Config (see
the getInstance methods), and
retrieving the appropriate registry factory for a metrics-capable component, based on the component's own metrics
settings combined with the overall metrics settings and whether full-featured metrics are available on the path (see the
RegistryFactory.getInstance() method).
|
RegistryFactory |
Access point to all registries.
|
RegistryFactoryProvider |
|
RegistryFactoryProviderImpl |
|
RegistryFilterSettings |
Filter settings for registries.
|
RegistryFilterSettings.Builder |
Builder for a new RegistryFilterSettings instance.
|
RegistrySettings |
Settings which control metrics within registries (application, vendor, base) as a group or individually.
|
RegistrySettings.Builder |
Builder for RegistrySettings .
|
RenameObject |
Objects related to RenameObject API calls.
|
RenameObject.Request |
Rename Object request.
|
RenameObject.Response |
Response object for responses without an entity.
|
RenewToken |
Renew Token request and response.
|
RenewToken.Request |
Request object.
|
RenewToken.Response |
Response object parsed from JSON returned by the RestApi .
|
RequestedCounter |
Requested event counter.
|
RequestHeaders |
Extends Parameters interface by adding HTTP request headers oriented convenient methods.
|
RequestLineLogEntry |
Access log entry for request line.
|
RequestLineLogEntry.Builder |
|
RequestPredicate |
Fluent API that allows to create chains of request conditions for composing
logical expressions to match requests.
|
RequestPredicate.ConditionalHandler |
|
RequestScopedTransformer |
Transforms CDI RequestScoped annotation into Micronaut RequestScope.
|
RequestType |
An annotation to indicate the request type of a gRPC method.
|
ResetSystemProperties |
Annotation used to reset system properties to the state before test execution.
|
Resource |
|
Resource.Source |
|
ResourceException |
Exception used from Resource and other resource related components marking an issue with access to a Resource
or instance generated from it.
|
ResponseBuilder<B extends ResponseBuilder<B,T,X>,T,X> |
Response builder extracted as an interface, to work around the restriction that we cannot
have multiple inheritance in Java.
|
ResponseHeaders |
Extends Parameters interface by adding HTTP response headers oriented constants and convenient methods.
|
ResponseHelper |
A number of helper methods to handle sending responses to a StreamObserver .
|
ResponseTracing |
Tracing support for security response.
|
ResponseType |
An annotation to indicate the response type of a gRPC method.
|
RestApi |
JSON based REST API operations.
|
RestApi.Builder<B extends RestApi.Builder<B,T>,T extends RestApi> |
Base builder for REST APIs.
|
RestApiBase |
Base REST API implementation.
|
RestException |
|
RestException.Builder |
|
RestoreSystemPropertiesExt |
JUnit 5 extension for preserving and restoring system properties around
test executions.
|
RestRequest |
Simple REST request.
|
RestServiceSettings |
Common settings across REST services.
|
RestServiceSettings.Builder |
|
RestServiceSupport |
Required behavior (primarily required by HelidonRestCdiExtension of service support implementations.
|
Retry |
Retry supports retry policies to be applied on an execution of asynchronous tasks.
|
Retry.Builder |
Fluent API builder for Retry .
|
Retry.DelayingRetryPolicy |
A retry policy that prolongs the delays between retries by a defined factor.
|
Retry.DelayingRetryPolicy.Builder |
|
Retry.ExponentialRetryPolicy |
A retry policy that increases the delay time following an exponential sequence.
|
Retry.ExponentialRetryPolicy.Builder |
|
Retry.FibonacciRetryPolicy |
A retry policy that increases the delay time following the Fibonacci sequence.
|
Retry.FibonacciRetryPolicy.Builder |
|
Retry.JitterRetryPolicy |
A retry policy that randomizes delays between execution using a "jitter" time.
|
Retry.JitterRetryPolicy.Builder |
|
Retry.RetryPolicy |
Retry policy to handle delays between retries.
|
RetryExponentialBackoff |
A retry policy that increases the delay time following an exponential sequence.
|
RetryFibonacciBackoff |
A retry policy that increases the delay time following the Fibonacci sequence.
|
RetryPolicies |
Class provides access to built-in RetryPolicy implementations.
|
RetryPolicy |
Mechanism for controlling retry of attempts to load data by a ConfigSource .
|
RetryPolicyProvider |
Java service loader service to create retry policy based on meta configuration.
|
RetrySchema |
Defines delay for next read/poll operation in a polling publisher .
|
RevokeAndOrphanToken |
Revoke and Orphan Token request and response.
|
RevokeAndOrphanToken.Request |
Request object.
|
RevokeAndOrphanToken.Response |
Response object parsed from JSON returned by the RestApi .
|
RevokeCertificate |
Revoke certificate request and response.
|
RevokeCertificate.Request |
Request object.
|
RevokeCertificate.Response |
Response object parsed from JSON returned by the RestApi .
|
RevokeToken |
Revoke Token request and response.
|
RevokeToken.Request |
Request object.
|
RevokeToken.Response |
Response object parsed from JSON returned by the RestApi .
|
Role |
A security role used in RBAC (role based access control) schemes.
|
Role.Builder |
A fluent API builder for Role .
|
RoleAnnotationAnalyzer |
Implementation of AnnotationAnalyzer which checks for PermitAll annotation if
authentication is needed or not.
|
RoleMapTracing |
Tracing of role mapping.
|
RoleValidator |
Validator capable of validating role attributes of a subject.
|
RoleValidator.RoleConfig |
Attribute configuration class for Role validator.
|
RoleValidator.RoleConfig.Builder |
|
RoleValidator.Roles |
A definition of "roles allowed" for a specific subject type.
|
RoleValidator.RolesContainer |
|
RoleValidatorService |
|
Routing |
Routing represents composition of HTTP request-response handlers with routing rules.
|
Routing.Builder |
|
Routing.Rules |
An API to define HTTP request routing rules.
|
RoutingBuilders |
Provides Routing.Builder instances (for the default and the actual)
for a Helidon MP service, based on configuration for the component (if any)
and defaults otherwise.
|
RoutingName |
|
RoutingPath |
Path of a Service to register with routing.
|
RuntimeStart |
Run time of the application (as opposed to build time).
|
RuntimeStart.Literal |
Annotation literal to use when an annotation instance is needed.
|
SafeStreamObserver<T> |
A StreamObserver that handles exceptions correctly.
|
Scheduled |
Marks the method to be invoked periodically according to supplied cron expression.
|
ScheduledConsumer<I extends Invocation> |
Consumer invoked by scheduler in defined interval.
|
ScheduledPollingStrategy |
A strategy which allows the user to schedule periodically fired polling event.
|
ScheduledPollingStrategy.Builder |
|
ScheduledPollingStrategy.RecurringPolicy |
An SPI that allows users to define their own policy how to change the interval between scheduled ticking.
|
ScheduledPollingStrategy.RecurringPolicy.AdaptiveBuilder |
|
ScheduledPollingStrategy.RegularRecurringPolicy |
Regular polling strategy implementation.
|
ScheduledThreadPoolSupplier |
Supplier of a custom scheduled thread pool.
|
ScheduledThreadPoolSupplier.Builder |
|
Scheduling |
Scheduling periodically executed task with specified fixed rate or cron expression.
|
Scheduling.CronBuilder |
Builder for task executed periodically according to provided cron expression.
|
Scheduling.FixedRateBuilder |
Builder for task executed periodically at a fixed rate.
|
SchedulingCdiExtension |
Scheduling CDI Extension.
|
SchedulingException |
|
ScopeValidator |
ABAC validator for OAuth2 scopes.
|
ScopeValidator.Builder |
|
ScopeValidator.Scope |
Scope annotation.
|
ScopeValidator.Scopes |
|
ScopeValidator.ScopesConfig |
Configuration custom class for scope validator.
|
ScopeValidatorService |
|
Secret |
A secret obtained from the vault.
|
Secret |
Common methods for secrets.
|
Secrets |
All engines provide an implementation of this interface with specific methods for these engines.
|
SecretsEngineProvider<T extends SecretsRx> |
A Java Service Loader SPI to support additional secret engines of Vault.
|
SecretsProvider<T extends ProviderConfig> |
Provider that can retrieve secrets.
|
SecretsProviderConfig |
Marker interface for configuration of secrets providers.
|
SecretsRx |
All engines provide an implementation of this interface with specific methods for these engines.
|
SecretStage |
The rotation state of the secret version.
|
SecureUserStore |
Store of users for resolving httpauth and digest authentication.
|
SecureUserStore.User |
Representation of a single user.
|
Security |
This class is used to "bootstrap" security and integrate it with other frameworks; runtime
main entry point is SecurityContext .
|
Security.Builder |
Builder pattern class for helping create Security in a convenient way.
|
SecurityCdiExtension |
Extension to register bean SecurityProducer .
|
SecurityClient<T extends SecurityResponse> |
Common methods for security clients.
|
SecurityClientBuilder<T extends SecurityResponse> |
|
SecurityContext |
Security context to retrieve security information about current user, either injected or obtained from Security.contextBuilder(String) and to handle programmatic security.
|
SecurityContext.Builder |
|
SecurityDisabledFeature |
Feature which enables injection of empty SecurityContext when security is disabled.
|
SecurityEnvironment |
Security environment is a set of attributes that are stable for an interaction (usually a request in our case).
|
SecurityEnvironment.Builder |
|
SecurityException |
Runtime exception used as by this module to be able to identify
exception caused by it.
|
SecurityFeature |
Integration of Security module with Jersey.
|
SecurityFeature.Builder |
|
SecurityFilter |
A filter that handles authentication and authorization.
|
SecurityHandler |
Handles security for web server.
|
SecurityHandler.QueryParamHandler |
Handler of query parameters - extracts them and stores
them in a security header, so security can access them.
|
SecurityLevel |
Security level stores annotations bound to the specific class and method.
|
SecurityLevel.SecurityLevelBuilder |
|
SecurityProvider |
Base interface for all security providers.
|
SecurityProviderService |
Service to use with ServiceLoader to map configuration to
provider.
|
SecurityRequest |
Common methods for all security requests (authentication, authorization, and identity propagation).
|
SecurityRequestBuilder<T extends SecurityRequestBuilder<T>> |
Fluent API to build a security request.
|
SecurityResponse |
Response from security provider (and security Module).
|
SecurityResponse.SecurityStatus |
Status of a security operation.
|
SecurityResponseMapper |
|
SecurityTime |
Time used in security, configurable.
|
SecurityTime.Builder |
|
SecurityTracing |
Security integration utility for tracing support in integration components.
|
SEOpenAPISupportBuilder |
|
SequentialSubscriber<T> |
Wrapper Flow.Subscriber ensuring OnSubscribe , onNext , onError
and onComplete to be signaled serially.
|
SerializationConfig |
Support for JEP 290 - deserialization filtering.
|
SerializationConfig.Action |
What action to take if there is no global filter configured,
or if the configuration is not according to Helidon expectations.
|
SerializationConfig.Builder |
|
SerializationConfig.TraceOption |
Deserialization tracing options.
|
Server |
Microprofile server.
|
Server.Builder |
Builder to build Server instance.
|
ServerCdiExtension |
Extension to handle web server configuration and lifecycle.
|
ServerConfiguration |
|
ServerConfiguration.Builder |
Deprecated.
|
ServerImpl |
Server to handle lifecycle of microprofile implementation.
|
ServerRequest |
Represents HTTP Request and provides WebServer related API.
|
ServerRequestAttribute |
An enum representing different types of gRPC request
attribute that can be added to tracing logs.
|
ServerResponse |
Represents HTTP Response.
|
ServerResponse.CachingStrategy |
Declares common groups of Cache-Control settings.
|
ServerStreaming |
An annotation to mark a class as representing a
server streaming gRPC method.
|
ServerStreamingMethodHandlerSupplier |
|
ServerStreamingMethodHandlerSupplier.AbstractServerStreamingHandler<ReqT,RespT> |
|
ServerStreamingMethodHandlerSupplier.ServerStreaming<ReqT,RespT> |
A server streaming MethodHandler that calls a standard server
streaming method handler method of the form.
|
ServerStreamingMethodHandlerSupplier.ServerStreamingNoRequest<ReqT,RespT> |
A server streaming MethodHandler that calls a calls a server
streaming method handler method of the form.
|
ServerStreamingMethodHandlerSupplier.StreamResponse<ReqT,RespT> |
A server streaming MethodHandler that calls a calls a server
streaming method handler method of the form.
|
ServerStreamingMethodHandlerSupplier.StreamResponseNoRequest<ReqT,RespT> |
A server streaming MethodHandler that calls a calls a server
streaming method handler method of the form.
|
ServerThreadPoolSupplier |
Supplier of a custom thread pool with defaults appropriate for a thread-per-request server.
|
Service |
Encapsulates a set of routing rules and related logic.
|
ServiceDescriptor |
Encapsulates all metadata necessary to create and deploy a gRPC service.
|
ServiceDescriptor.Aware |
Allows users to specify that they would like to have access to a
ServiceDescriptor within their ServerInterceptor
implementation.
|
ServiceDescriptor.Builder |
|
ServiceDescriptor.Configurer |
|
ServiceDescriptor.Rules |
|
SessionKeys |
Deprecated, for removal: This API element is subject to removal in a future version.
|
SessionMetadata |
Metadata of the JMS session.
|
SetCookie |
Represents 'Set-Cookie' header value specified by RFC6265.
|
SetCookie.Builder |
|
SetCookie.SameSite |
The SameSite attribute of the Set-Cookie HTTP response header allows you to declare if your cookie should be restricted
to a first-party or same-site context.
|
Severity |
Severity of an event.
|
Sign |
Sign request and response.
|
Sign |
Sign request and response.
|
Sign.Request |
Request object.
|
Sign.Request |
Request object.
|
Sign.Response |
Response object parsed from JSON returned by the RestApi .
|
Sign.Response |
Response object parsed from JSON returned by the RestApi .
|
Signature |
The Signature class is used for simplification of the digital signature creation and verification.
|
Signature.Builder |
|
SignCsr |
Sign CSR request and response.
|
SignCsr.Request |
Request object.
|
SignCsr.Response |
Response object parsed from JSON returned by the RestApi .
|
SignedHeadersConfig |
Configuration of required and "if-present" headers to be signed.
|
SignedHeadersConfig.Builder |
|
SignedHeadersConfig.HeadersConfig |
Configuration of headers to be signed.
|
SignedJwt |
The JWT used to transfer content across network - e.g.
|
SimpleRetryPolicy |
|
SimpleRetryPolicy.Builder |
|
Single<T> |
Represents a Flow.Publisher that may: signal one item then completes, complete without
an item or signal an error.
|
SingleSubscriberHolder<T> |
A subscriber container that accepts only a single, one-time subscriber registration.
|
SizeLogEntry |
Access log entry for entity size.
|
SizeLogEntry.Builder |
|
Slf4jMdcPropagator |
This is propagator of Slf4j MDC values between different threads.
|
Slf4jMdcProvider |
Provider for setting MDC values to the Slf4j MDC support.
|
SocketClosedException |
Signals that socket was closed before server request it.
|
SocketConfiguration |
The SocketConfiguration configures a port to listen on and its associated server socket parameters.
|
SocketConfiguration.Builder |
|
SocketConfiguration.RequestedUriDiscoveryType |
Types of discovery of frontend uri.
|
SocketConfiguration.SocketConfigurationBuilder<B extends SocketConfiguration.SocketConfigurationBuilder<B>> |
|
Source |
Source of data.
|
Source.Builder<B extends Source.Builder<B>> |
Configurable options of a Source .
|
SpanLogTracingConfig |
Configuration of a single log event in a traced span.
|
SpanLogTracingConfig.Builder |
|
SpanTracingConfig |
Configuration of a single traced span.
|
SpanTracingConfig.Builder |
|
SSLContextBuilder |
Builder for configuring a new SslContext for creation.
|
SSLContextBuilder |
Deprecated.
|
StaticContentSupport |
Serves 'static content' (files) from filesystem or using a classloader to the WebServer
Routing .
|
StaticContentSupport |
Deprecated, for removal: This API element is subject to removal in a future version.
|
StaticContentSupport.Builder<B extends StaticContentSupport.Builder<B>> |
Fluent builder of the StaticContent detailed parameters.
|
StaticContentSupport.Builder |
Fluent builder of the StaticContent detailed parameters.
|
StaticContentSupport.ClassPathBuilder |
Builder for class path based static content.
|
StaticContentSupport.FileBasedBuilder<T extends StaticContentSupport.FileBasedBuilder<T>> |
Builder for file based static content supports, such as file based and classpath based.
|
StaticContentSupport.FileSystemBuilder |
Builder for file system based static content.
|
StatusLogEntry |
Access log entry for HTTP status.
|
StatusLogEntry.Builder |
|
Stoppable |
Messaging connector which can be notified about messaging stop.
|
StreamValidationUtils |
Helper methods for stream validation.
|
Subject |
A security subject, representing a user or a service.
|
Subject.Builder |
|
SubjectMappingProvider |
A provider that maps subject(s) authenticated by an authentication provider
to a new subject.
|
SubjectType |
Type of principal.
|
Subscribable<T> |
Decorated publisher that allows subscribing to individual events with java functions.
|
SubscriptionHelper |
Helper enum with a singleton cancellation indicator and utility methods to perform
atomic actions on Flow.Subscription s.
|
SymmetricCipher |
This class provides simple and stateless way to encrypt and decrypt messages using selected symmetric cipher.
|
SymmetricCipher.Builder |
|
SynchronousProvider |
A provider base for synchronous providers.
|
Sys |
Blocking APIs for Sys operations on Vault.
|
SysApi<T> |
|
SysProvider<T> |
Java Service Loader service to add support for sys APIs.
|
SysRx |
Vault sys operation as reactive non-blocking API.
|
Tag<T> |
|
Task |
|
TemporaryFolderExt |
JUnit 5 extension for temporary folder operations.
|
Tenant |
Holder of the tenant configuration resolved at runtime.
|
TenantConfig |
Tenant configuration.
|
TenantConfig.Builder |
|
TenantConfigFinder |
Configuration of a tenant.
|
TenantConfigProvider |
|
TenantIdFinder |
Finder of the tenant if from the request.
|
TenantIdProvider |
|
ThreadPool |
|
ThreadPool.RejectionHandler |
|
ThreadPoolSupplier |
Supplier of a custom thread pool.
|
ThreadPoolSupplier.Builder |
|
Timeout |
Timeout attempts to terminate execution after a duration time passes.
|
Timeout.Builder |
|
TimestampLogEntry |
Access log entry for timestamp.
|
TimestampLogEntry.Builder |
|
TimeTakenLogEntry |
Access log entry for time taken.
|
TimeTakenLogEntry.Builder |
|
TimeValidator |
Attribute validator for time based attribute checks.
|
TimeValidator.DaysOfWeek |
Attribute annotation that can limit the days of week the resource is accessible.
|
TimeValidator.TimeConfig |
Configuration for time attribute validator.
|
TimeValidator.TimeConfig.Builder |
|
TimeValidator.TimeOfDay |
Constraint for a time of day.
|
TimeValidator.TimesOfDay |
|
TimeValidatorService |
|
TokenAuth |
Token authentication method API.
|
TokenAuthProvider |
Java Service Loader service for Token Authentication method support.
|
TokenAuthRx |
Token authentication method API.
|
TokenCredential |
A public credential representing an access token.
|
TokenCredential.Builder |
|
TokenHandler |
Extracts a security token from request or updates headers with the token.
|
TokenHandler.Builder |
|
Tokenizer |
String tokenizer for parsing headers.
|
TokenResponse |
Response returning a token.
|
TokenVaultAuth |
Java Service Loader implementation for authenticating using a token.
|
TokenVaultAuth.Builder |
|
Traceable |
Tracing configuration that can be enabled or disabled.
|
TraceExemplarService |
|
TracerBuilder<T extends TracerBuilder> |
|
TracerProducer |
A producer of Tracer needed for injection into CDI beans.
|
TracerProvider |
Java service to integrate various distributed tracers.
|
TracerResolverProvider |
Service to use TracerResolver to find tracer to use with Helidon.
|
TracingCdiExtension |
CDI extension for Microprofile Tracing implementation.
|
TracingConfig |
Tracing configuration that contains traced components (such as WebServer, Security) and their traced spans and span logs.
|
TracingConfig.Builder |
|
TracingConfigUtil |
Utility to get the current tracing configuration.
|
TracingFilter |
Adds tracing of (overall) Jersey calls.
|
TracingHelper |
Utilities for tracing in helidon.
|
Transient |
Annotation used to exclude JavaBean property, method or constructor from JavaBean deserialization support.
|
TransitEngineProvider |
Java Service Loader service for Transit engine.
|
TransitSecrets |
API operations for Vault's Transit Secrets Engine.
|
TransitSecretsRx |
API operations for Vault's Transit Secrets Engine.
|
TransitSecurityProvider |
Integration with Helidon Security.
|
TransitSecurityProvider.TransitDigestConfig |
Configuration of a digest when using programmatic setup of security digests.
|
TransitSecurityProvider.TransitDigestConfig.Builder |
|
TransitSecurityProvider.TransitEncryptionConfig |
Configuration of encryption when using programmatic setup of security.
|
TransitSecurityProvider.TransitEncryptionConfig.Builder |
|
TransitSecurityService |
|
Transport |
A very abstract notion of a transport for a particular
implementation of the WebServer interface.
|
Type |
Type of the JMS connection.
|
TyrusReaderSubscriber |
Class TyrusReaderSubscriber.
|
TyrusSupport |
Class TyrusSupport implemented as a Helidon service.
|
TyrusSupport.Builder |
|
TyrusWriterPublisher |
Class TyrusWriterProducer.
|
UCPBackedDataSourceExtension |
|
Unary |
An annotation to mark a method as representing a
unary gRPC method.
|
UnaryMethodHandlerSupplier |
|
UnaryMethodHandlerSupplier.AbstractUnaryHandler<ReqT,RespT> |
A base class for unary method handlers.
|
UnaryMethodHandlerSupplier.FutureResponse<ReqT,RespT> |
|
UnaryMethodHandlerSupplier.FutureResponseNoRequest<ReqT,RespT> |
|
UnaryMethodHandlerSupplier.NoRequestNoResponse<ReqT,RespT> |
|
UnaryMethodHandlerSupplier.RequestNoResponse<ReqT,RespT> |
|
UnaryMethodHandlerSupplier.RequestResponse<ReqT,RespT> |
|
UnaryMethodHandlerSupplier.ResponseOnly<ReqT,RespT> |
|
UnaryMethodHandlerSupplier.Unary<ReqT,RespT> |
A unary MethodHandler that calls a standard unary method handler
method of the form.
|
UnaryMethodHandlerSupplier.UnaryFuture<ReqT,RespT> |
|
UnaryMethodHandlerSupplier.UnaryFutureNoRequest<ReqT,RespT> |
|
UnaryMethodHandlerSupplier.UnaryNoRequest<ReqT,RespT> |
A unary MethodHandler that calls a unary method handler method
of the form.
|
UndeleteKv2 |
Key/Value Version 2 Secret version request and response.
|
UndeleteKv2.Request |
Request object.
|
UndeleteKv2.Response |
Response object parsed from JSON returned by the RestApi .
|
UnsafeRequestedUriSettingsException |
Indicates unsafe settings for a socket's request URI discovery.
|
UnsupportedBodyTypeException |
Cannot marshal requested type.
|
UpdateCubbyhole |
Update Cubbyhole Secret request and response.
|
UpdateCubbyhole.Request |
Request object.
|
UpdateCubbyhole.Response |
Response object parsed from JSON returned by the RestApi .
|
UpdateKeyConfig |
Update Key Config request and response.
|
UpdateKeyConfig.Request |
Request object.
|
UpdateKeyConfig.Response |
Response object parsed from JSON returned by the RestApi .
|
UpdateKv1 |
Update Key/Value Version 1 Secret request and response.
|
UpdateKv1.Request |
Request object.
|
UpdateKv1.Response |
Response object parsed from JSON returned by the RestApi .
|
UpdateKv2 |
Key/Value Version 2 Secret request and response.
|
UpdateKv2.Request |
Request object.
|
UpdateKv2.Response |
Response object parsed from JSON returned by the RestApi .
|
UriComponent |
Extracted from Jersey
|
UriInfo |
Information about URI.
|
UrlConfigSource |
ConfigSource implementation that loads configuration content from specified endpoint URL.
|
UrlConfigSource.Builder |
Url ConfigSource Builder.
|
UrlOverrideSource |
OverrideSource implementation that loads configuration override content from specified
endpoint URL.
|
UrlOverrideSource.Builder |
Url Override Source Builder.
|
UserIdLogEntry |
Access log entry for user id.
|
UserLogEntry |
Access log entry for security username.
|
UserLogEntry.Builder |
|
UserStoreService |
|
Utils |
Internal utility methods.
|
Validator<T> |
A generic validator, has a method to validate the object and add messages to a Errors.Collector .
|
Value |
Annotation used to customize behaviour of JavaBean deserialization support.
|
Value.None |
Class that represents not-set default values.
|
ValueNodeImpl |
|
ValueNodeMatcher |
|
ValueResolvingFilter |
A config filter that replaces all placeholders in a config value String with
their corresponding values looked up from the config.
|
Vault |
Main entry point to Vault operations.
|
Vault.Builder |
Fluent API builder for Vault .
|
VaultApiException |
Exception in Vault communication not based on HTTP response.
|
VaultAuth |
Java Service Loader service providing means of authenticating this Vault client
with a Vault instance.
|
VaultCdiExtension |
Implementation of CDI portable extension to add support for Vault into CDI,
including injection of Vault, Authentication methods, Secret engines and Sys APIs that
are available on classpath.
|
VaultName |
Define a named vault instance.
|
VaultName.Literal |
|
VaultOptionalResponse<R> |
Response for Vault operations that may contain entity.
|
VaultOptionalResponse.Builder<X,R> |
|
VaultOptionalResponse.BuilderBase<B extends VaultOptionalResponse.BuilderBase<B,X,R>,X,R> |
|
VaultPath |
Customize the mount path of a secrets engine.
|
VaultPath.Literal |
|
VaultRequest<T extends VaultRequest<T>> |
Common helper methods for Vault Requests.
|
VaultResponse |
Response from Vault, always expects a JSON entity.
|
VaultRestApi |
REST API implementation with Vault specific features.
|
VaultRestApi.Builder |
|
VaultRestApi.BuilderBase<B extends VaultRestApi.BuilderBase<B>> |
A base builder for VaultRestApi subclasses.
|
VaultRestException |
Vault runtime exception.
|
VaultRestException.Builder |
|
VaultToken |
Vault token implementation.
|
VaultToken.Builder |
|
VaultTokenBase |
Abstract implementation of token that can be used to access the Vault.
|
VaultTokenBase.Builder<B extends VaultTokenBase.Builder<B,T>,T> |
Base builder class for tokens.
|
VaultUtil |
Utility class for Vault API.
|
Verify |
Sign request and response.
|
Verify |
Verify request and response.
|
Verify.Request |
Request object.
|
Verify.Request |
Request object.
|
Verify.Response |
Response object parsed from JSON returned by the RestApi .
|
Verify.Response |
Response object parsed from JSON returned by the RestApi .
|
WatchableSource<T> |
A source implementing this interface provides a target that a ChangeWatcher can
use.
|
WatchableSource.Builder<B extends WatchableSource.Builder<B,T>,T> |
A builder for a watchable source.
|
WebClient |
Base client which is used to perform requests.
|
WebClient.Builder |
|
WebClientContextPropagation |
Client service for context propagation.
|
WebClientContextPropagation.Builder |
|
WebClientContextPropagationProvider |
Client Context Propagation service provider implementation.
|
WebClientException |
An exception that caused this client request to fail.
|
WebClientMeter |
Client metric meter for all requests.
|
WebClientMetrics |
Container object for all metrics created by the config.
|
WebClientMetricsProvider |
Service for web client metrics.
|
WebClientRequestBuilder |
Fluent API builder that is used by WebClient to create an outgoing request.
|
WebClientRequestBuilder.ClientRequest |
Request to a server.
|
WebClientRequestHeaders |
Headers that can be modified (until request is sent) for
outbound request.
|
WebClientResponse |
Response from a server that was created for our request.
|
WebClientResponseHeaders |
Headers that may be available on response from server.
|
WebClientSecurity |
Client service for security propagation.
|
WebClientSecurityProvider |
Client security SPI provider.
|
WebClientService |
Extension that can modify outgoing request.
|
WebClientServiceProvider |
Java service loader interface.
|
WebClientServiceRequest |
Request to SPI WebClientService that supports modification of the outgoing request.
|
WebClientServiceResponse |
Response which is created upon receiving of server response.
|
WebClientTls |
Configuration of TLS requests.
|
WebClientTls.Builder |
|
WebClientTracing |
Client service for tracing propagation.
|
WebClientTracingProvider |
Client tracing SPI provider.
|
WebSecurity |
Integration of security into Web Server.
|
WebServer |
Represents a immutably configured WEB server.
|
WebServer.Builder |
WebServer builder class provides a convenient way to set up WebServer with multiple server
sockets and optional multiple routings.
|
WebServerTls |
A class wrapping transport layer security (TLS) configuration for
WebServer sockets.
|
WebServerTls.Builder |
|
WebSocketApplication |
Represents a websocket application with class and config endpoints.
|
WebSocketApplication.Builder |
|
WebSocketCdiExtension |
Configure Tyrus related things.
|
WebTracingConfig |
Tracing configuration for webserver.
|
WebTracingConfig.Builder |
|
WriteableBodyPart |
Writeable body part entity.
|
WriteableBodyPart.Builder |
Builder class for creating BodyPart instances.
|
WriteableBodyPartContent |
Writeable body part content.
|
WriteableBodyPartHeaders |
Writeable body part headers.
|
WriteableBodyPartHeaders.Builder |
|
WriteableMultiPart |
Writeable multipart entity.
|
WriteableMultiPart.Builder |
|
XADataSourceWrappingDataSource |
|
YamlConfigParser |
|
YamlConfigSourceProvider |
YAML config source provider for MicroProfile config that supports file application.yaml .
|
YamlMetaConfigProvider |
Helidon MicroProfile meta-config provider for Yaml.
|
YamlMpConfigSource |
|
ZipkinTracer |
The ZipkinTracer delegates to BraveTracer while creating ZipkinSpanBuilder
instead of BraveSpanBuilder .
|
ZipkinTracerBuilder |
The ZipkinTracerBuilder is a convenience builder for Tracer to use with Zipkin.
|
ZipkinTracerBuilder.Version |
Versions available for Zipkin API.
|
ZipkinTracerProvider |
Zipkin java service.
|