Interface LdifEndpointBuilderFactory.LdifBuilders

    • Method Detail

      • ldif

        default LdifEndpointBuilderFactory.LdifEndpointBuilder ldif​(String path)
        LDIF (camel-ldif) Perform updates on an LDAP server from an LDIF body content. Category: ldap Since: 2.20 Maven coordinates: org.apache.camel:camel-ldif Syntax: ldif:ldapConnectionName Path parameter: ldapConnectionName (required) The name of the LdapConnection bean to pull from the registry. Note that this must be of scope prototype to avoid it being shared among threads or using a connection that has timed out.
        Parameters:
        path - ldapConnectionName
        Returns:
        the dsl builder
      • ldif

        default LdifEndpointBuilderFactory.LdifEndpointBuilder ldif​(String componentName,
                                                                    String path)
        LDIF (camel-ldif) Perform updates on an LDAP server from an LDIF body content. Category: ldap Since: 2.20 Maven coordinates: org.apache.camel:camel-ldif Syntax: ldif:ldapConnectionName Path parameter: ldapConnectionName (required) The name of the LdapConnection bean to pull from the registry. Note that this must be of scope prototype to avoid it being shared among threads or using a connection that has timed out.
        Parameters:
        componentName - to use a custom component name for the endpoint instead of the default name
        path - ldapConnectionName
        Returns:
        the dsl builder