@Generated(value="org.apache.camel.maven.packaging.EndpointDslMojo") public interface LdifEndpointBuilderFactory
| Modifier and Type | Interface and Description |
|---|---|
static interface |
LdifEndpointBuilderFactory.AdvancedLdifEndpointBuilder
Advanced builder for endpoint for the LDIF component.
|
static interface |
LdifEndpointBuilderFactory.LdifBuilders |
static interface |
LdifEndpointBuilderFactory.LdifEndpointBuilder
Builder for endpoint for the LDIF component.
|
| Modifier and Type | Method and Description |
|---|---|
static 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.
|
static 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