Name | Kind | Group | Required | Default | Type | Enum | Description |
---|---|---|---|---|---|---|---|
templateName | path | producer | true | java.lang.String | Name of the Spring LDAP Template bean | ||
operation | parameter | producer | true | org.apache.camel.component.springldap.LdapOperation | SEARCH BIND UNBIND |
The LDAP operation to be performed. | |
scope | parameter | producer | subtree | java.lang.String | object onelevel subtree |
The scope of the search operation. | |
exchangePattern | parameter | advanced | InOnly | org.apache.camel.ExchangePattern | InOnly RobustInOnly InOut InOptionalOut OutOnly RobustOutOnly OutIn OutOptionalIn |
Sets the default exchange pattern when creating an exchange | |
synchronous | parameter | advanced | false | boolean | Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported). |