Java API查询LDAP [英] Java API to query LDAP

查看:71
本文介绍了Java API查询LDAP的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在寻找查询LDAP服务器以从中检索所有用户条目的方法.我遇到过一些图书馆

I am looking to query LDAP server to retrieve all the user entries from it. I have come across some libraries

  1. OpenLDAP
  2. LDAP SDK
  3. Mozilla目录
  4. Apache Directory API
  1. OpenLDAP
  2. LDAP SDK
  3. Mozilla Directory
  4. Apache Directory API

我的要求是查询LDAP实施(例如AD Server)中的所有用户,简化编程并在库周围建立良好的社区.我在这里找不到明显的赢家.有人可以告诉我广泛使用的健壮API吗?

My requirements would be to query all users in an LDAP implementation like AD Server, ease of programming and good community around the library. I don't find a clear winner here. Can someone tell me the widely used and robust API?

推荐答案

与Java一起使用的最佳API是 UnboundID LDAP SDK .它清晰,完整,完全实现了LDAP标准规范,易于使用和理解,文档齐全,线程安全,标准版本是免费的.甚至没有其他API可以实现.

The best API to use with Java is the UnboundID LDAP SDK. It's clear, complete, fully implements the LDAP standard specification, easy-to-use and understand, fully documented, thread-safe where it should be, and the standard edition is free. No other API even comes close.

这篇关于Java API查询LDAP的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆