public static interface LdifEndpointBuilderFactory.LdifBuilders
| Modifier and Type | Method and Description |
|---|---|
default LdifEndpointBuilderFactory.LdifEndpointBuilder |
ldif(String path)
LDIF (camel-ldif)
The ldif component allows you to do updates on an LDAP server from a
LDIF body content.
|
default LdifEndpointBuilderFactory.LdifEndpointBuilder ldif(String path)
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.Apache Camel