321.4. 使用

组件仅支持制作者端点。尝试创建消费者端点将导致 UnsupportedOperationException
消息的正文必须是映射( java.util.Map实例)。除非在 ContextSource 配置中指定基础 DN,否则此映射必须至少包含一个带有 key dn (没有为 function_driven 操作需要)的条目,用于指定要执行的 LDAP 操作的根节点。映射的其他条目是特定于操作的(参见下文)。

对于 bindunbind 操作,消息的正文不会改变。对于 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