ブラウザでグローバルな調査を行いたいです。5 つのフォルダーがあり、これらの 5 つのフォルダーにすべてのソリューションが存在するようにしたいと考えています。
誰かがアイデアを持っていますか?
ctx = new InitialDirContext(env);
Attributes matchAttrs = new BasicAttributes(true); // ignore attribute name case
matchAttrs.put(new BasicAttribute("mail");
// Search for objects that have those matching attributes
NamingEnumeration<SearchResult> answer = ctx.search("DC=corp", matchAttrs);`enter code here`