Interface LdapComponentBuilderFactory
-
@Generated("org.apache.camel.maven.packaging.ComponentDslMojo") public interface LdapComponentBuilderFactory
Perform searches on LDAP servers. Generated by camel-package-maven-plugin - do not edit this file!
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
LdapComponentBuilderFactory.LdapComponentBuilder
Builder for the LDAP component.static class
LdapComponentBuilderFactory.LdapComponentBuilderImpl
-
Method Summary
Static Methods Modifier and Type Method Description static LdapComponentBuilderFactory.LdapComponentBuilder
ldap()
LDAP (camel-ldap) Perform searches on LDAP servers.
-
-
-
Method Detail
-
ldap
static LdapComponentBuilderFactory.LdapComponentBuilder ldap()
LDAP (camel-ldap) Perform searches on LDAP servers. Category: search,ldap Since: 1.5 Maven coordinates: org.apache.camel:camel-ldap- Returns:
- the dsl builder
-
-