LDAP

LDAP

Scheme: ldap

Represents an endpoint that synchronously invokes an LDAP server when a producer sends a message to it.

Name Kind Type Required Deprecated Default Value Enum Values Description
dirContextName path java.lang.String true false Name of {@link javax.naming.directory.DirContext} bean to lookup in the registry.
base parameter java.lang.String false ou=system
scope parameter java.lang.String false subtree
pageSize parameter java.lang.Integer false
returnedAttributes parameter java.lang.String false
exchangePattern parameter org.apache.camel.ExchangePattern false InOnly InOnly
RobustInOnly
InOut
InOptionalOut
OutOnly
RobustOutOnly
OutIn
OutOptionalIn
Sets the default exchange pattern when creating an exchange
synchronous parameter boolean false false Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported).