public static interface SpringLdapEndpointBuilderFactory.SpringLdapEndpointBuilder
extends org.apache.camel.builder.EndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default SpringLdapEndpointBuilderFactory.AdvancedSpringLdapEndpointBuilder |
advanced() |
default SpringLdapEndpointBuilderFactory.SpringLdapEndpointBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default SpringLdapEndpointBuilderFactory.SpringLdapEndpointBuilder |
lazyStartProducer(String lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default SpringLdapEndpointBuilderFactory.SpringLdapEndpointBuilder |
operation(SpringLdapEndpointBuilderFactory.LdapOperation operation)
The LDAP operation to be performed.
|
default SpringLdapEndpointBuilderFactory.SpringLdapEndpointBuilder |
operation(String operation)
The LDAP operation to be performed.
|
default SpringLdapEndpointBuilderFactory.SpringLdapEndpointBuilder |
scope(String scope)
The scope of the search operation.
|
default SpringLdapEndpointBuilderFactory.AdvancedSpringLdapEndpointBuilder advanced()
default SpringLdapEndpointBuilderFactory.SpringLdapEndpointBuilder lazyStartProducer(boolean lazyStartProducer)
boolean type.
Default: false
Group: producerdefault SpringLdapEndpointBuilderFactory.SpringLdapEndpointBuilder lazyStartProducer(String lazyStartProducer)
boolean type.
Default: false
Group: producerdefault SpringLdapEndpointBuilderFactory.SpringLdapEndpointBuilder operation(SpringLdapEndpointBuilderFactory.LdapOperation operation)
org.apache.camel.component.springldap.LdapOperation
type.
Required: true
Group: producerdefault SpringLdapEndpointBuilderFactory.SpringLdapEndpointBuilder operation(String operation)
org.apache.camel.component.springldap.LdapOperation
type.
Required: true
Group: producerdefault SpringLdapEndpointBuilderFactory.SpringLdapEndpointBuilder scope(String scope)
java.lang.String type.
Default: subtree
Group: producerApache Camel