| Package | Description |
|---|---|
| org.apache.camel.builder.component | |
| org.apache.camel.builder.component.dsl |
| Modifier and Type | Method and Description |
|---|---|
static ElytronComponentBuilderFactory.ElytronComponentBuilder |
ComponentsBuilderFactory.elytron()
Elytron (camel-elytron)
The elytron component is allows you to work with the Elytron Security
Framework
Category: http
Since: 3.1
Maven coordinates: org.apache.camel:camel-elytron
|
| Modifier and Type | Class and Description |
|---|---|
static class |
ElytronComponentBuilderFactory.ElytronComponentBuilderImpl |
| Modifier and Type | Method and Description |
|---|---|
default ElytronComponentBuilderFactory.ElytronComponentBuilder |
ElytronComponentBuilderFactory.ElytronComponentBuilder.basicPropertyBinding(boolean basicPropertyBinding)
Whether the component should use basic property binding (Camel 2.x)
or the newer property binding with additional capabilities.
|
default ElytronComponentBuilderFactory.ElytronComponentBuilder |
ElytronComponentBuilderFactory.ElytronComponentBuilder.bridgeErrorHandler(boolean bridgeErrorHandler)
Allows for bridging the consumer to the Camel routing Error Handler,
which mean any exceptions occurred while the consumer is trying to
pickup incoming messages, or the likes, will now be processed as a
message and handled by the routing Error Handler.
|
static ElytronComponentBuilderFactory.ElytronComponentBuilder |
ElytronComponentBuilderFactory.elytron()
Elytron (camel-elytron)
The elytron component is allows you to work with the Elytron Security
Framework
Category: http
Since: 3.1
Maven coordinates: org.apache.camel:camel-elytron
|
default ElytronComponentBuilderFactory.ElytronComponentBuilder |
ElytronComponentBuilderFactory.ElytronComponentBuilder.elytronProvider(org.wildfly.security.WildFlyElytronBaseProvider elytronProvider)
Elytron security provider, has to support mechanism from parameter
mechanismName.
|
default ElytronComponentBuilderFactory.ElytronComponentBuilder |
ElytronComponentBuilderFactory.ElytronComponentBuilder.hostOptions(org.apache.camel.component.undertow.UndertowHostOptions hostOptions)
To configure common options, such as thread pools.
|
default ElytronComponentBuilderFactory.ElytronComponentBuilder |
ElytronComponentBuilderFactory.ElytronComponentBuilder.lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default ElytronComponentBuilderFactory.ElytronComponentBuilder |
ElytronComponentBuilderFactory.ElytronComponentBuilder.mechanismName(String mechanismName)
Name of the mechanism, which will be used for selection of
authentication mechanism.
|
default ElytronComponentBuilderFactory.ElytronComponentBuilder |
ElytronComponentBuilderFactory.ElytronComponentBuilder.muteException(boolean muteException)
If enabled and an Exchange failed processing on the consumer side the
response's body won't contain the exception's stack trace.
|
default ElytronComponentBuilderFactory.ElytronComponentBuilder |
ElytronComponentBuilderFactory.ElytronComponentBuilder.securityDomainBuilder(org.wildfly.security.auth.server.SecurityDomain.Builder securityDomainBuilder)
Definition of Builder, which will be used for creation of security
domain.
|
default ElytronComponentBuilderFactory.ElytronComponentBuilder |
ElytronComponentBuilderFactory.ElytronComponentBuilder.sslContextParameters(org.apache.camel.support.jsse.SSLContextParameters sslContextParameters)
To configure security using SSLContextParameters.
|
default ElytronComponentBuilderFactory.ElytronComponentBuilder |
ElytronComponentBuilderFactory.ElytronComponentBuilder.undertowHttpBinding(org.apache.camel.component.undertow.UndertowHttpBinding undertowHttpBinding)
To use a custom HttpBinding to control the mapping between Camel
message and HttpClient.
|
default ElytronComponentBuilderFactory.ElytronComponentBuilder |
ElytronComponentBuilderFactory.ElytronComponentBuilder.useGlobalSslContextParameters(boolean useGlobalSslContextParameters)
Enable usage of global SSL context parameters.
|
Apache Camel