@Generated(value="org.apache.camel.maven.packaging.EndpointDslMojo") public interface LdapEndpointBuilderFactory
| Modifier and Type | Interface and Description |
|---|---|
static interface |
LdapEndpointBuilderFactory.AdvancedLdapEndpointBuilder
Advanced builder for endpoint for the LDAP component.
|
static interface |
LdapEndpointBuilderFactory.LdapBuilders |
static interface |
LdapEndpointBuilderFactory.LdapEndpointBuilder
Builder for endpoint for the LDAP component.
|
| Modifier and Type | Method and Description |
|---|---|
static LdapEndpointBuilderFactory.LdapEndpointBuilder |
ldap(String path)
LDAP (camel-ldap)
The ldap component allows you to perform searches in LDAP servers using
filters as the message payload.
|
static LdapEndpointBuilderFactory.LdapEndpointBuilder ldap(String path)
ldap:dirContextName
Path parameter: dirContextName (required)
Name of either a javax.naming.directory.DirContext , or
java.util.Hashtable , or Map bean to lookup in the registry. If the bean
is either a Hashtable or Map then a new javax.naming.directory.DirContext
instance is created for each use. If the bean is a
javax.naming.directory.DirContext then the bean is used as given. The
latter may not be possible in all situations where the
javax.naming.directory.DirContext must not be shared, and in those
situations it can be better to use java.util.Hashtable or Map instead.Apache Camel