Uses of Interface
org.apache.camel.builder.endpoint.dsl.LdapEndpointBuilderFactory.LdapEndpointBuilder
Packages that use LdapEndpointBuilderFactory.LdapEndpointBuilder
-
Uses of LdapEndpointBuilderFactory.LdapEndpointBuilder in org.apache.camel.builder.endpoint
Methods in org.apache.camel.builder.endpoint that return LdapEndpointBuilderFactory.LdapEndpointBuilderModifier and TypeMethodDescriptionLDAP (camel-ldap) Perform searches on LDAP servers.LDAP (camel-ldap) Perform searches on LDAP servers. -
Uses of LdapEndpointBuilderFactory.LdapEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return LdapEndpointBuilderFactory.LdapEndpointBuilderModifier and TypeMethodDescriptionThe base DN for searches.LdapEndpointBuilderFactory.AdvancedLdapEndpointBuilder.basic()LdapEndpointBuilderFactory.endpointBuilder(String componentName, String path) LDAP (camel-ldap) Perform searches on LDAP servers.LDAP (camel-ldap) Perform searches on LDAP servers.When specified the ldap module uses paging to retrieve all results (most LDAP Servers throw an exception when trying to retrieve more than 1000 entries in one query).When specified the ldap module uses paging to retrieve all results (most LDAP Servers throw an exception when trying to retrieve more than 1000 entries in one query).LdapEndpointBuilderFactory.LdapEndpointBuilder.returnedAttributes(String returnedAttributes) Comma-separated list of attributes that should be set in each entry of the result.Specifies how deeply to search the tree of entries, starting at the base DN.