Interface SpringLdapEndpointBuilderFactory.SpringLdapEndpointBuilder
- All Superinterfaces:
org.apache.camel.builder.EndpointProducerBuilder
,org.apache.camel.EndpointProducerResolver
- Enclosing interface:
SpringLdapEndpointBuilderFactory
public static interface SpringLdapEndpointBuilderFactory.SpringLdapEndpointBuilder
extends org.apache.camel.builder.EndpointProducerBuilder
Builder for endpoint for the Spring LDAP component.
-
Method Summary
Methods inherited from interface org.apache.camel.builder.EndpointProducerBuilder
doSetMultiValueProperties, doSetMultiValueProperty, doSetProperty, expr, getRawUri, getUri
Methods inherited from interface org.apache.camel.EndpointProducerResolver
resolve, resolve
-
Method Details
-
advanced
-
operation
default SpringLdapEndpointBuilderFactory.SpringLdapEndpointBuilder operation(org.apache.camel.component.springldap.LdapOperation operation) The LDAP operation to be performed. The option is a:org.apache.camel.component.springldap.LdapOperation
type. Required: true Group: producer- Parameters:
operation
- the value to set- Returns:
- the dsl builder
-
operation
The LDAP operation to be performed. The option will be converted to aorg.apache.camel.component.springldap.LdapOperation
type. Required: true Group: producer- Parameters:
operation
- the value to set- Returns:
- the dsl builder
-
scope
The scope of the search operation. The option is a:java.lang.String
type. Default: subtree Group: producer- Parameters:
scope
- the value to set- Returns:
- the dsl builder
-