Interface LdifEndpointBuilderFactory.LdifBuilders

All Known Subinterfaces:
EndpointBuilderFactory
All Known Implementing Classes:
EndpointRouteBuilder, EndpointRouteConfigurationBuilder
Enclosing interface:
LdifEndpointBuilderFactory

public static interface LdifEndpointBuilderFactory.LdifBuilders
  • Method Details

    • ldif

      LDIF (camel-ldif) Perform updates on an LDAP server from an LDIF body content. Category: database,security 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: database,security 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