Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
请解释在 JNDI 中使用ldapcontext和之间的区别。dircontext
ldapcontext
dircontext
我发现有 JNDI 示例同时使用ldapcontext和dircontext. 我应该使用哪个?
来自 JavaDocs 关于 ldapcontext
此接口表示一个上下文,您可以在其中使用 LDAPv3 样式的控件执行操作并执行 LDAPv3 样式的扩展操作。对于不需要此类控件或扩展操作的应用程序,应改为使用更通用的 javax.naming.directory.DirContext。