第 78 章 LDAP
自 Camel 1.5 起
仅支持生成者
LDAP 组件允许您使用过滤器作为消息有效负载在 LDAP 服务器中执行搜索。此组件使用标准的 JNDI (javax.naming package)来访问服务器。
78.1. 依赖项 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
当在 Red Hat build of Camel Spring Boot 中使用 ldap 时,请确保使用以下 Maven 依赖项来支持自动配置:
<dependency> <groupId>org.apache.camel.springboot</groupId> <artifactId>camel-ldap-starter</artifactId> </dependency>
<dependency>
<groupId>org.apache.camel.springboot</groupId>
<artifactId>camel-ldap-starter</artifactId>
</dependency>