第 322 章 Spring LDAP 组件
从 Camel 版本 2.11 开始提供
spring-ldap: 组件为 Spring LDAP 提供 Camel 包装器。
Maven 用户需要将以下依赖项添加到此组件的 pom.xml
中:
<dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-spring-ldap</artifactId> <version>x.x.x</version> <!-- use the same version as your Camel core version --> </dependency>
322.1. URI 格式
spring-ldap:springLdapTemplate[?options]
其中 springLdapTemplate 是 Spring LDAP 模板 bean 的名称。在此 bean 中,您要配置用于 LDAP 访问的 URL 和凭证。