Searched refs:matchingAttributes (Results 1 - 14 of 14) sorted by relevance

/openjdk9/jdk/src/java.naming/share/classes/com/sun/jndi/toolkit/dir/
H A DDirSearch.java38 Attributes matchingAttributes,
47 new ContainmentFilter(matchingAttributes),
37 search(DirContext ctx, Attributes matchingAttributes, String[] attributesToReturn) argument
H A DHierMemDirCtx.java627 Attributes matchingAttributes)
629 return search(name, matchingAttributes, null);
633 Attributes matchingAttributes)
635 return search(name, matchingAttributes, null);
639 Attributes matchingAttributes,
642 return search(myParser.parse(name), matchingAttributes,
647 Attributes matchingAttributes,
658 new ContainmentFilter(matchingAttributes),
626 search(String name, Attributes matchingAttributes) argument
632 search(Name name, Attributes matchingAttributes) argument
638 search(String name, Attributes matchingAttributes, String[] attributesToReturn) argument
646 search(Name name, Attributes matchingAttributes, String[] attributesToReturn) argument
/openjdk9/jdk/src/java.naming/share/classes/javax/naming/directory/
H A DDirContext.java633 * <code>matchingAttributes</code> must match some attribute of the
634 * object. If <code>matchingAttributes</code> is empty or
638 * <code>matchingAttributes</code> is considered to match an
676 * @param matchingAttributes
697 Attributes matchingAttributes,
708 * @param matchingAttributes
717 Attributes matchingAttributes,
733 * @param matchingAttributes
741 search(Name name, Attributes matchingAttributes) argument
751 * @param matchingAttributes
696 search(Name name, Attributes matchingAttributes, String[] attributesToReturn) argument
716 search(String name, Attributes matchingAttributes, String[] attributesToReturn) argument
757 search(String name, Attributes matchingAttributes) argument
[all...]
H A DInitialDirContext.java226 search(String name, Attributes matchingAttributes) argument
229 return getURLOrDefaultInitDirCtx(name).search(name, matchingAttributes);
233 search(Name name, Attributes matchingAttributes) argument
236 return getURLOrDefaultInitDirCtx(name).search(name, matchingAttributes);
241 Attributes matchingAttributes,
246 matchingAttributes,
252 Attributes matchingAttributes,
257 matchingAttributes,
240 search(String name, Attributes matchingAttributes, String[] attributesToReturn) argument
251 search(Name name, Attributes matchingAttributes, String[] attributesToReturn) argument
/openjdk9/jdk/src/java.naming/share/classes/com/sun/jndi/toolkit/url/
H A DGenericURLDirContext.java293 Attributes matchingAttributes)
298 return ctx.search(res.getRemainingName(), matchingAttributes);
305 Attributes matchingAttributes)
308 return search(name.get(0), matchingAttributes);
312 return ctx.search(name.getSuffix(1), matchingAttributes);
320 Attributes matchingAttributes,
327 matchingAttributes, attributesToReturn);
334 Attributes matchingAttributes,
338 return search(name.get(0), matchingAttributes,
344 matchingAttributes, attributesToRetur
292 search(String name, Attributes matchingAttributes) argument
304 search(Name name, Attributes matchingAttributes) argument
319 search(String name, Attributes matchingAttributes, String[] attributesToReturn) argument
333 search(Name name, Attributes matchingAttributes, String[] attributesToReturn) argument
[all...]
/openjdk9/jdk/src/java.naming/share/classes/javax/naming/spi/
H A DContinuationDirContext.java209 Attributes matchingAttributes,
213 return res.getDirContext().search(res.getName(), matchingAttributes,
218 Attributes matchingAttributes,
223 matchingAttributes,
228 Attributes matchingAttributes)
231 return res.getDirContext().search(res.getName(), matchingAttributes);
234 Attributes matchingAttributes)
238 matchingAttributes);
208 search(Name name, Attributes matchingAttributes, String[] attributesToReturn) argument
217 search(String name, Attributes matchingAttributes, String[] attributesToReturn) argument
227 search(Name name, Attributes matchingAttributes) argument
233 search(String name, Attributes matchingAttributes) argument
/openjdk9/jdk/src/java.naming/share/classes/com/sun/jndi/toolkit/ctx/
H A DPartialCompositeDirContext.java87 Attributes matchingAttributes,
282 search(String name, Attributes matchingAttributes) argument
285 return search(name, matchingAttributes, null);
289 search(Name name, Attributes matchingAttributes) argument
292 return search(name, matchingAttributes, null);
297 Attributes matchingAttributes,
302 matchingAttributes, attributesToReturn);
307 Attributes matchingAttributes,
319 answer = ctx.p_search(nm, matchingAttributes,
324 answer = ctx.p_search(nm, matchingAttributes,
85 p_search( Name name, Attributes matchingAttributes, String[] attributesToReturn, Continuation cont) argument
296 search(String name, Attributes matchingAttributes, String[] attributesToReturn) argument
306 search(Name name, Attributes matchingAttributes, String[] attributesToReturn) argument
[all...]
H A DAtomicDirContext.java82 Attributes matchingAttributes,
171 Attributes matchingAttributes,
259 Attributes matchingAttributes,
264 return a_search(matchingAttributes, attributesToReturn, cont);
352 Attributes matchingAttributes,
81 a_search( Attributes matchingAttributes, String[] attributesToReturn, Continuation cont) argument
170 a_search_nns( Attributes matchingAttributes, String[] attributesToReturn, Continuation cont) argument
258 c_search(Name name, Attributes matchingAttributes, String[] attributesToReturn, Continuation cont) argument
350 c_search_nns( Name name, Attributes matchingAttributes, String[] attributesToReturn, Continuation cont) argument
H A DComponentDirContext.java84 Attributes matchingAttributes,
178 Attributes matchingAttributes,
354 Attributes matchingAttributes,
362 answer = c_search_nns(res.getHead(), matchingAttributes,
367 answer = c_search(res.getHead(), matchingAttributes,
82 c_search( Name name, Attributes matchingAttributes, String[] attributesToReturn, Continuation cont) argument
176 c_search_nns( Name name, Attributes matchingAttributes, String[] attributesToReturn, Continuation cont) argument
352 p_search( Name name, Attributes matchingAttributes, String[] attributesToReturn, Continuation cont) argument
/openjdk9/jdk/test/javax/naming/module/src/ldapv4/org/example/ldapv4/
H A Dldapv4URLContext.java263 Attributes matchingAttributes,
271 Attributes matchingAttributes,
278 search(Name name, Attributes matchingAttributes) argument
284 search(String name, Attributes matchingAttributes) argument
262 search(Name name, Attributes matchingAttributes, String[] attributesToReturn) argument
270 search(String name, Attributes matchingAttributes, String[] attributesToReturn) argument
/openjdk9/jdk/src/java.naming/share/classes/com/sun/jndi/url/ldap/
H A DldapURLContext.java455 Attributes matchingAttributes)
461 return super.search(name, matchingAttributes);
467 Attributes matchingAttributes)
470 return search(name.get(0), matchingAttributes);
474 return super.search(name, matchingAttributes);
480 Attributes matchingAttributes,
487 return super.search(name, matchingAttributes, attributesToReturn);
493 Attributes matchingAttributes,
498 return search(name.get(0), matchingAttributes, attributesToReturn);
502 return super.search(name, matchingAttributes, attributesToRetur
454 search(String name, Attributes matchingAttributes) argument
466 search(Name name, Attributes matchingAttributes) argument
479 search(String name, Attributes matchingAttributes, String[] attributesToReturn) argument
492 search(Name name, Attributes matchingAttributes, String[] attributesToReturn) argument
[all...]
/openjdk9/jdk/src/java.naming/share/classes/com/sun/jndi/ldap/
H A DLdapReferralContext.java620 Attributes matchingAttributes)
622 return search(toName(name), SearchFilter.format(matchingAttributes),
627 Attributes matchingAttributes)
629 return search(name, SearchFilter.format(matchingAttributes),
634 Attributes matchingAttributes,
640 return search(toName(name), SearchFilter.format(matchingAttributes),
645 Attributes matchingAttributes,
651 return search(name, SearchFilter.format(matchingAttributes), cons);
619 search(String name, Attributes matchingAttributes) argument
626 search(Name name, Attributes matchingAttributes) argument
633 search(String name, Attributes matchingAttributes, String[] attributesToReturn) argument
644 search(Name name, Attributes matchingAttributes, String[] attributesToReturn) argument
H A DLdapCtx.java1742 Attributes matchingAttributes,
1745 return c_search(name, matchingAttributes, null, cont);
1749 Attributes matchingAttributes,
1757 filter = SearchFilter.format(matchingAttributes);
1741 c_search(Name name, Attributes matchingAttributes, Continuation cont) argument
1748 c_search(Name name, Attributes matchingAttributes, String[] attributesToReturn, Continuation cont) argument
/openjdk9/jdk/src/jdk.naming.dns/share/classes/com/sun/jndi/dns/
H A DDnsContext.java464 Attributes matchingAttributes,
463 c_search(Name name, Attributes matchingAttributes, String[] attributesToReturn, Continuation cont) argument

Completed in 80 milliseconds