public static interface LdapEndpointBuilderFactory.LdapEndpointBuilder
extends org.apache.camel.builder.EndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default LdapEndpointBuilderFactory.LdapEndpointBuilder |
base(String base)
The base DN for searches.
|
default LdapEndpointBuilderFactory.LdapEndpointBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default LdapEndpointBuilderFactory.LdapEndpointBuilder |
lazyStartProducer(String lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default 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 |
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 |
returnedAttributes(String returnedAttributes)
Comma-separated list of attributes that should be set in each entry
of the result.
|
default LdapEndpointBuilderFactory.LdapEndpointBuilder |
scope(String scope)
Specifies how deeply to search the tree of entries, starting at the
base DN.
|
default LdapEndpointBuilderFactory.LdapEndpointBuilder base(String base)
base - the value to setdefault LdapEndpointBuilderFactory.LdapEndpointBuilder lazyStartProducer(boolean lazyStartProducer)
lazyStartProducer - the value to setdefault LdapEndpointBuilderFactory.LdapEndpointBuilder lazyStartProducer(String lazyStartProducer)
lazyStartProducer - the value to setdefault LdapEndpointBuilderFactory.LdapEndpointBuilder pageSize(Integer pageSize)
pageSize - the value to setdefault LdapEndpointBuilderFactory.LdapEndpointBuilder pageSize(String pageSize)
pageSize - the value to setdefault LdapEndpointBuilderFactory.LdapEndpointBuilder returnedAttributes(String returnedAttributes)
returnedAttributes - the value to setdefault LdapEndpointBuilderFactory.LdapEndpointBuilder scope(String scope)
scope - the value to setApache Camel