第300章 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>
300.1. URI 形式
spring-ldap:springLdapTemplate[?options]
springLdapTemplate は Spring LDAP テンプレート Bean の名前です。この Bean では、LDAP アクセスの URL およびクレデンシャルを設定します。