Interface SpringLdapEndpointBuilderFactory.SpringLdapBuilders

    • Method Detail

      • springLdap

        default SpringLdapEndpointBuilderFactory.SpringLdapEndpointBuilder springLdap​(String path)
        Spring LDAP (camel-spring-ldap) Perform searches in LDAP servers using filters as the message payload. Category: spring,ldap 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: spring,ldap 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 name
        path - templateName
        Returns:
        the dsl builder