322.4. 使用
组件仅支持制作者端点。尝试创建消费者端点将导致 UnsupportedOperationException
。
消息的正文必须是映射( java.util.Map
实例)。除非在 ContextSource 配置中指定基础 DN,否则此映射必须至少包含一个带有 key dn
(没有为 function_driven 操作需要)的条目,用于指定要执行的 LDAP 操作的根节点。映射的其他条目是特定于操作的(参见下文)。
对于 bind
和 unbind
操作,消息的正文不会改变。对于 search
and function_driven
操作,正文被设置为搜索的结果,请参阅 http://static.springsource.org/spring-ldap/site/apidocs/org/springframework/ldap/core/LdapTemplate.html#search%28java.lang.String,%20java.lang.String,%20int,%20org.springframework.ldap.core.AttributesMapper%29。
322.4.1. 搜索
邮件正文必须具有一个带有键 过滤器
的条目。该值必须是代表有效 LDAP 过滤器的字符串,请参阅 http://en.wikipedia.org/wiki/Lightweight_Directory_Access_Protocol#Search_and_Compare。