default LdapEndpointBuilderFactory.LdapEndpointBuilder |
LdapEndpointBuilderFactory.LdapEndpointBuilder.base(String base) |
The base DN for searches.
|
static LdapEndpointBuilderFactory.LdapEndpointBuilder |
LdapEndpointBuilderFactory.endpointBuilder(String componentName,
String path) |
|
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).
|
default LdapEndpointBuilderFactory.LdapEndpointBuilder |
LdapEndpointBuilderFactory.LdapBuilders.ldap(String path) |
LDAP (camel-ldap)
Perform searches on LDAP servers.
|
default LdapEndpointBuilderFactory.LdapEndpointBuilder |
LdapEndpointBuilderFactory.LdapBuilders.ldap(String componentName,
String path) |
LDAP (camel-ldap)
Perform searches on LDAP servers.
|
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.
|