Are joins possible in LDAP queries?(LDAP 查询中是否可以连接?)
问题描述
我一直在做一些简单的查询,到目前为止一切正常.但是,我想在两个对象之间进行连接.LDAP 是否像 SQL 一样支持连接?示例联接在查询中的外观如何?我是否必须改为执行多个查询?
I've been doing some simple queries and so far things work. However, I would like to do a join between two objects. Does LDAP support joins like SQL does? How would an example join look like in a query? Do I have to execute multiple queries instead?
推荐答案
UnboundIDDirectory Server 和商业版 LDAP SDK 支持 JoinRequestControl
,它提供的功能非常类似于 SQL 连接.除此之外,LDAP 规范中不支持标准化的 JOIN.
The UnboundID Directory Server and the commercial edition of the LDAP SDK supports the JoinRequestControl
, which provides functionality very much like a SQL join. Other than that, there is no support for a standardized JOIN in the LDAP specifications.
这篇关于LDAP 查询中是否可以连接?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:LDAP 查询中是否可以连接?


- 从 finally 块返回时 Java 的奇怪行为 2022-01-01
- 将log4j 1.2配置转换为log4j 2配置 2022-01-01
- value & 是什么意思?0xff 在 Java 中做什么? 2022-01-01
- Spring Boot连接到使用仲裁器运行的MongoDB副本集 2022-01-01
- Java包名称中单词分隔符的约定是什么? 2022-01-01
- Jersey REST 客户端:发布多部分数据 2022-01-01
- C++ 和 Java 进程之间的共享内存 2022-01-01
- Safepoint+stats 日志,输出 JDK12 中没有 vmop 操作 2022-01-01
- 如何使用WebFilter实现授权头检查 2022-01-01
- Eclipse 插件更新错误日志在哪里? 2022-01-01