Searched defs:matchingAttributes (Results 1 - 13 of 13) sorted by relevance

/openjdk7/jdk/src/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.java623 Attributes matchingAttributes)
625 return search(name, matchingAttributes, null);
629 Attributes matchingAttributes)
631 return search(name, matchingAttributes, null);
635 Attributes matchingAttributes,
638 return search(myParser.parse(name), matchingAttributes,
643 Attributes matchingAttributes,
654 new ContainmentFilter(matchingAttributes),
622 search(String name, Attributes matchingAttributes) argument
628 search(Name name, Attributes matchingAttributes) argument
634 search(String name, Attributes matchingAttributes, String[] attributesToReturn) argument
642 search(Name name, Attributes matchingAttributes, String[] attributesToReturn) argument
/openjdk7/jdk/src/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
/openjdk7/jdk/src/share/classes/javax/naming/spi/
H A DContinuationDirContext.java208 Attributes matchingAttributes,
212 return res.getDirContext().search(res.getName(), matchingAttributes,
217 Attributes matchingAttributes,
222 matchingAttributes,
227 Attributes matchingAttributes)
230 return res.getDirContext().search(res.getName(), matchingAttributes);
233 Attributes matchingAttributes)
237 matchingAttributes);
207 search(Name name, Attributes matchingAttributes, String[] attributesToReturn) argument
216 search(String name, Attributes matchingAttributes, String[] attributesToReturn) argument
226 search(Name name, Attributes matchingAttributes) argument
232 search(String name, Attributes matchingAttributes) argument
/openjdk7/jdk/src/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...]
/openjdk7/jdk/src/share/classes/com/sun/jndi/toolkit/ctx/
H A DAtomicDirContext.java82 protected abstract NamingEnumeration a_search(Attributes matchingAttributes, argument
166 protected NamingEnumeration a_search_nns(Attributes matchingAttributes, argument
254 Attributes matchingAttributes,
259 return a_search(matchingAttributes, attributesToReturn, cont);
344 Attributes matchingAttributes,
253 c_search(Name name, Attributes matchingAttributes, String[] attributesToReturn, Continuation cont) argument
343 c_search_nns(Name name, Attributes matchingAttributes, String[] attributesToReturn, Continuation cont) argument
H A DComponentDirContext.java85 Attributes matchingAttributes,
176 Attributes matchingAttributes,
349 Attributes matchingAttributes,
357 answer = c_search_nns(res.getHead(), matchingAttributes,
362 answer = c_search(res.getHead(), matchingAttributes,
84 c_search(Name name, Attributes matchingAttributes, String[] attributesToReturn, Continuation cont) argument
175 c_search_nns(Name name, Attributes matchingAttributes, String[] attributesToReturn, Continuation cont) argument
348 p_search(Name name, Attributes matchingAttributes, String[] attributesToReturn, Continuation cont) argument
H A DPartialCompositeDirContext.java87 Attributes matchingAttributes,
280 search(String name, Attributes matchingAttributes) argument
283 return search(name, matchingAttributes, null);
287 search(Name name, Attributes matchingAttributes) argument
290 return search(name, matchingAttributes, null);
295 Attributes matchingAttributes,
300 matchingAttributes, attributesToReturn);
305 Attributes matchingAttributes,
317 answer = ctx.p_search(nm, matchingAttributes,
322 answer = ctx.p_search(nm, matchingAttributes,
86 p_search(Name name, Attributes matchingAttributes, String[] attributesToReturn, Continuation cont) argument
294 search(String name, Attributes matchingAttributes, String[] attributesToReturn) argument
304 search(Name name, Attributes matchingAttributes, String[] attributesToReturn) argument
[all...]
/openjdk7/jdk/src/share/classes/com/sun/jndi/url/ldap/
H A DldapURLContext.java451 Attributes matchingAttributes)
457 return super.search(name, matchingAttributes);
463 Attributes matchingAttributes)
466 return search(name.get(0), matchingAttributes);
470 return super.search(name, matchingAttributes);
476 Attributes matchingAttributes,
483 return super.search(name, matchingAttributes, attributesToReturn);
489 Attributes matchingAttributes,
494 return search(name.get(0), matchingAttributes, attributesToReturn);
498 return super.search(name, matchingAttributes, attributesToRetur
450 search(String name, Attributes matchingAttributes) argument
462 search(Name name, Attributes matchingAttributes) argument
475 search(String name, Attributes matchingAttributes, String[] attributesToReturn) argument
488 search(Name name, Attributes matchingAttributes, String[] attributesToReturn) argument
[all...]
/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/
H A DLdapReferralContext.java606 Attributes matchingAttributes)
608 return search(toName(name), SearchFilter.format(matchingAttributes),
613 Attributes matchingAttributes)
615 return search(name, SearchFilter.format(matchingAttributes),
620 Attributes matchingAttributes,
626 return search(toName(name), SearchFilter.format(matchingAttributes),
631 Attributes matchingAttributes,
637 return search(name, SearchFilter.format(matchingAttributes), cons);
605 search(String name, Attributes matchingAttributes) argument
612 search(Name name, Attributes matchingAttributes) argument
619 search(String name, Attributes matchingAttributes, String[] attributesToReturn) argument
630 search(Name name, Attributes matchingAttributes, String[] attributesToReturn) argument
H A DLdapCtx.java1744 Attributes matchingAttributes,
1747 return c_search(name, matchingAttributes, null, cont);
1751 Attributes matchingAttributes,
1759 filter = SearchFilter.format(matchingAttributes);
1743 c_search(Name name, Attributes matchingAttributes, Continuation cont) argument
1750 c_search(Name name, Attributes matchingAttributes, String[] attributesToReturn, Continuation cont) argument
/openjdk7/jdk/src/share/classes/com/sun/jndi/dns/
H A DDnsContext.java461 Attributes matchingAttributes,
460 c_search(Name name, Attributes matchingAttributes, String[] attributesToReturn, Continuation cont) argument

Completed in 62 milliseconds