LdapQuery:动态构建过滤器

xiaoxiao2021-02-28  62

动态构建搜索过滤器      LdapQuery query = query()         .base("dc=261consulting,dc=com")         .attributes("cn", "sn")         .where("objectclass").is("person")         .and("sn").is(lastName);
转载请注明原文地址: https://www.6miu.com/read-2620428.html

最新回复(0)