Interface SpringLdapEndpointBuilderFactory.SpringLdapBuilders
- All Known Subinterfaces:
EndpointBuilderFactory
- All Known Implementing Classes:
EndpointRouteBuilder
,EndpointRouteConfigurationBuilder
- Enclosing interface:
SpringLdapEndpointBuilderFactory
public static interface SpringLdapEndpointBuilderFactory.SpringLdapBuilders
-
Method Summary
Modifier and TypeMethodDescriptionspringLdap
(String path) Spring LDAP (camel-spring-ldap) Perform searches in LDAP servers using filters as the message payload.springLdap
(String componentName, String path) Spring LDAP (camel-spring-ldap) Perform searches in LDAP servers using filters as the message payload.
-
Method Details
-
springLdap
Spring LDAP (camel-spring-ldap) Perform searches in LDAP servers using filters as the message payload. Category: security Since: 2.11 Maven coordinates: org.apache.camel:camel-spring-ldap Syntax:spring-ldap:templateName
Path parameter: templateName (required) Name of the Spring LDAP Template bean- Parameters:
path
- templateName- Returns:
- the dsl builder
-
springLdap
default SpringLdapEndpointBuilderFactory.SpringLdapEndpointBuilder springLdap(String componentName, String path) Spring LDAP (camel-spring-ldap) Perform searches in LDAP servers using filters as the message payload. Category: security Since: 2.11 Maven coordinates: org.apache.camel:camel-spring-ldap Syntax:spring-ldap:templateName
Path parameter: templateName (required) Name of the Spring LDAP Template bean- Parameters:
componentName
- to use a custom component name for the endpoint instead of the default namepath
- templateName- Returns:
- the dsl builder
-