发布于 2016-03-18 04:22:26 | 134 次阅读 | 评论: 0 | 来源: 网友投递
Spring LDAP 操作 LDAP 的 Java 框架
Spring LDAP 是一个用于操作 LDAP 的 Java 框架。它是基于 Spring 的 JdbcTemplate 模式。这个框架能够帮助开发人员简化 looking up,closing contexts,looping through NamingEnumerations,encoding/decoding values与 filters 等操作。
Spring LDAP 2.0.5 发布,主要更新内容如下:
Bug
[LDAP-343] - DirContextAdapter incorrectly throws IllegalArgumentException when adding Name attributes
New Feature
[LDAP-320] - Upgrade ApacheDS to 2.0.x
详细内容请查看 changelog。