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.EndpointProducerBuilderBuilder for endpoint for the Spring LDAP component.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default SpringLdapEndpointBuilderFactory.AdvancedSpringLdapEndpointBuilderadvanced()default SpringLdapEndpointBuilderFactory.SpringLdapEndpointBuilderoperation(String operation)The LDAP operation to be performed.default SpringLdapEndpointBuilderFactory.SpringLdapEndpointBuilderoperation(org.apache.camel.component.springldap.LdapOperation operation)The LDAP operation to be performed.default SpringLdapEndpointBuilderFactory.SpringLdapEndpointBuilderscope(String scope)The scope of the search operation.
-
-
-
Method Detail
-
advanced
default SpringLdapEndpointBuilderFactory.AdvancedSpringLdapEndpointBuilder advanced()
-
operation
default SpringLdapEndpointBuilderFactory.SpringLdapEndpointBuilder operation(org.apache.camel.component.springldap.LdapOperation operation)
The LDAP operation to be performed. The option is a: <code>org.apache.camel.component.springldap.LdapOperation</code> type. Required: true Group: producer- Parameters:
operation- the value to set- Returns:
- the dsl builder
-
operation
default SpringLdapEndpointBuilderFactory.SpringLdapEndpointBuilder operation(String operation)
The LDAP operation to be performed. The option will be converted to a <code>org.apache.camel.component.springldap.LdapOperation</code> type. Required: true Group: producer- Parameters:
operation- the value to set- Returns:
- the dsl builder
-
scope
default SpringLdapEndpointBuilderFactory.SpringLdapEndpointBuilder scope(String scope)
The scope of the search operation. The option is a: <code>java.lang.String</code> type. Default: subtree Group: producer- Parameters:
scope- the value to set- Returns:
- the dsl builder
-
-