Interface LdifEndpointBuilderFactory.LdifBuilders
- All Known Subinterfaces:
EndpointBuilderFactory
- All Known Implementing Classes:
EndpointRouteBuilder
,EndpointRouteConfigurationBuilder
- Enclosing interface:
- LdifEndpointBuilderFactory
public static interface LdifEndpointBuilderFactory.LdifBuilders
-
Method Summary
Modifier and TypeMethodDescriptionLDIF (camel-ldif) Perform updates on an LDAP server from an LDIF body content.LDIF (camel-ldif) Perform updates on an LDAP server from an LDIF body content.
-
Method Details
-
ldif
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
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 namepath
- ldapConnectionName- Returns:
- the dsl builder
-