public static interface ElytronComponentBuilderFactory.ElytronComponentBuilder extends ComponentBuilder<org.apache.camel.component.elytron.ElytronComponent>
| Modifier and Type | Method and Description |
|---|---|
default 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 |
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.
|
default ElytronComponentBuilderFactory.ElytronComponentBuilder |
elytronProvider(org.wildfly.security.WildFlyElytronBaseProvider elytronProvider)
Elytron security provider, has to support mechanism from parameter
mechanismName.
|
default ElytronComponentBuilderFactory.ElytronComponentBuilder |
hostOptions(org.apache.camel.component.undertow.UndertowHostOptions hostOptions)
To configure common options, such as thread pools.
|
default ElytronComponentBuilderFactory.ElytronComponentBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default ElytronComponentBuilderFactory.ElytronComponentBuilder |
mechanismName(String mechanismName)
Name of the mechanism, which will be used for selection of
authentication mechanism.
|
default 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 |
securityDomainBuilder(org.wildfly.security.auth.server.SecurityDomain.Builder securityDomainBuilder)
Definition of Builder, which will be used for creation of security
domain.
|
default ElytronComponentBuilderFactory.ElytronComponentBuilder |
sslContextParameters(org.apache.camel.support.jsse.SSLContextParameters sslContextParameters)
To configure security using SSLContextParameters.
|
default 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 |
useGlobalSslContextParameters(boolean useGlobalSslContextParameters)
Enable usage of global SSL context parameters.
|
build, build, doSetProperty, registerdefault ElytronComponentBuilderFactory.ElytronComponentBuilder bridgeErrorHandler(boolean bridgeErrorHandler)
boolean type.
Default: false
Group: consumerdefault ElytronComponentBuilderFactory.ElytronComponentBuilder muteException(boolean muteException)
boolean type.
Default: false
Group: consumerdefault ElytronComponentBuilderFactory.ElytronComponentBuilder lazyStartProducer(boolean lazyStartProducer)
boolean type.
Default: false
Group: producerdefault ElytronComponentBuilderFactory.ElytronComponentBuilder basicPropertyBinding(boolean basicPropertyBinding)
boolean type.
Default: false
Group: advanceddefault ElytronComponentBuilderFactory.ElytronComponentBuilder elytronProvider(org.wildfly.security.WildFlyElytronBaseProvider elytronProvider)
org.wildfly.security.WildFlyElytronBaseProvider type.
Default: instance of WildFlyElytronHttpBearerProvider
Group: advanceddefault ElytronComponentBuilderFactory.ElytronComponentBuilder hostOptions(org.apache.camel.component.undertow.UndertowHostOptions hostOptions)
org.apache.camel.component.undertow.UndertowHostOptions
type.
Group: advanceddefault ElytronComponentBuilderFactory.ElytronComponentBuilder mechanismName(String mechanismName)
java.lang.String type.
Default: BEARER_TOKEN
Group: advanceddefault ElytronComponentBuilderFactory.ElytronComponentBuilder securityDomainBuilder(org.wildfly.security.auth.server.SecurityDomain.Builder securityDomainBuilder)
org.wildfly.security.auth.server.SecurityDomain.Builder
type.
Group: advanceddefault ElytronComponentBuilderFactory.ElytronComponentBuilder undertowHttpBinding(org.apache.camel.component.undertow.UndertowHttpBinding undertowHttpBinding)
org.apache.camel.component.undertow.UndertowHttpBinding
type.
Group: advanceddefault ElytronComponentBuilderFactory.ElytronComponentBuilder sslContextParameters(org.apache.camel.support.jsse.SSLContextParameters sslContextParameters)
org.apache.camel.support.jsse.SSLContextParameters type.
Group: securitydefault ElytronComponentBuilderFactory.ElytronComponentBuilder useGlobalSslContextParameters(boolean useGlobalSslContextParameters)
boolean type.
Default: false
Group: securityApache Camel