| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Method and Description |
|---|---|
default LdapEndpointBuilderFactory.LdapEndpointBuilder |
LdapEndpointBuilderFactory.LdapEndpointBuilder.base(String base)
The base DN for searches.
|
default LdapEndpointBuilderFactory.LdapEndpointBuilder |
LdapEndpointBuilderFactory.AdvancedLdapEndpointBuilder.basic() |
default LdapEndpointBuilderFactory.LdapEndpointBuilder |
LdapEndpointBuilderFactory.LdapEndpointBuilder.lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default LdapEndpointBuilderFactory.LdapEndpointBuilder |
LdapEndpointBuilderFactory.LdapEndpointBuilder.lazyStartProducer(String lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
static LdapEndpointBuilderFactory.LdapEndpointBuilder |
LdapEndpointBuilderFactory.ldap(String path)
LDAP (camel-ldap)
The ldap component allows you to perform searches in LDAP servers using
filters as the message payload.
|
default LdapEndpointBuilderFactory.LdapEndpointBuilder |
LdapEndpointBuilderFactory.LdapBuilders.ldap(String path)
LDAP (camel-ldap)
The ldap component allows you to perform searches in LDAP servers
using filters as the message payload.
|
default LdapEndpointBuilderFactory.LdapEndpointBuilder |
LdapEndpointBuilderFactory.LdapEndpointBuilder.pageSize(Integer pageSize)
When specified the ldap module uses paging to retrieve all results
(most LDAP Servers throw an exception when trying to retrieve more
than 1000 entries in one query).
|
default LdapEndpointBuilderFactory.LdapEndpointBuilder |
LdapEndpointBuilderFactory.LdapEndpointBuilder.pageSize(String pageSize)
When specified the ldap module uses paging to retrieve all results
(most LDAP Servers throw an exception when trying to retrieve more
than 1000 entries in one query).
|
default LdapEndpointBuilderFactory.LdapEndpointBuilder |
LdapEndpointBuilderFactory.LdapEndpointBuilder.returnedAttributes(String returnedAttributes)
Comma-separated list of attributes that should be set in each entry
of the result.
|
default LdapEndpointBuilderFactory.LdapEndpointBuilder |
LdapEndpointBuilderFactory.LdapEndpointBuilder.scope(String scope)
Specifies how deeply to search the tree of entries, starting at the
base DN.
|
Apache Camel