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

/openjdk7/jdk/src/share/classes/com/sun/jndi/toolkit/dir/
H A DDirSearch.java64 String filterExpr, Object[] filterArgs, SearchControls cons)
67 String strfilter = SearchFilter.format(filterExpr, filterArgs);
63 search(DirContext ctx, String filterExpr, Object[] filterArgs, SearchControls cons) argument
H A DHierMemDirCtx.java675 String filterExpr,
680 String strfilter = SearchFilter.format(filterExpr, filterArgs);
692 String filterExpr,
696 return search(myParser.parse(name), filterExpr, filterArgs, cons);
674 search(Name name, String filterExpr, Object[] filterArgs, SearchControls cons) argument
691 search(String name, String filterExpr, Object[] filterArgs, SearchControls cons) argument
/openjdk7/jdk/src/share/classes/com/sun/jndi/toolkit/ctx/
H A DAtomicDirContext.java88 String filterExpr,
175 String filterExpr,
273 String filterExpr,
278 return a_search(name.toString(), filterExpr, filterArgs, cons, cont);
362 String filterExpr,
368 return a_search_nns(name.toString(), filterExpr, filterArgs,
87 a_search(String name, String filterExpr, Object[] filterArgs, SearchControls cons, Continuation cont) argument
174 a_search_nns(String name, String filterExpr, Object[] filterArgs, SearchControls cons, Continuation cont) argument
272 c_search(Name name, String filterExpr, Object[] filterArgs, SearchControls cons, Continuation cont) argument
361 c_search_nns(Name name, String filterExpr, Object[] filterArgs, SearchControls cons, Continuation cont) argument
H A DComponentDirContext.java97 String filterExpr,
194 String filterExpr,
398 String filterExpr,
408 filterExpr, filterArgs, cons, cont);
412 answer = c_search(res.getHead(), filterExpr, filterArgs, cons, cont);
96 c_search(Name name, String filterExpr, Object[] filterArgs, SearchControls cons, Continuation cont) argument
193 c_search_nns(Name name, String filterExpr, Object[] filterArgs, SearchControls cons, Continuation cont) argument
397 p_search(Name name, String filterExpr, Object[] filterArgs, SearchControls cons, Continuation cont) argument
H A DPartialCompositeDirContext.java99 String filterExpr,
371 String filterExpr,
376 return search(new CompositeName(name), filterExpr, filterArgs, cons);
381 String filterExpr,
394 answer = ctx.p_search(nm, filterExpr, filterArgs, cons, cont);
398 answer = ctx.p_search(nm, filterExpr, filterArgs, cons, cont);
402 answer = cctx.search(e.getRemainingName(), filterExpr, filterArgs,
98 p_search(Name name, String filterExpr, Object[] filterArgs, SearchControls cons, Continuation cont) argument
370 search(String name, String filterExpr, Object[] filterArgs, SearchControls cons) argument
380 search(Name name, String filterExpr, Object[] filterArgs, SearchControls cons) argument
/openjdk7/jdk/src/share/classes/javax/naming/directory/
H A DDirContext.java896 * The interpretation of <code>filterExpr</code> is based on RFC
900 * interpretation of <code>filterExpr</code> is otherwise
961 * @param filterExpr
968 * in <code>filterExpr</code>. The value of
979 * @throws ArrayIndexOutOfBoundsException if <tt>filterExpr</tt> contains
984 * @throws InvalidSearchFilterException if <tt>filterExpr</tt> with
993 String filterExpr,
1006 * @param filterExpr
1013 * in <code>filterExpr</code>. The value of
1024 * @throws ArrayIndexOutOfBoundsException if <tt>filterExpr</t
992 search(Name name, String filterExpr, Object[] filterArgs, SearchControls cons) argument
1034 search(String name, String filterExpr, Object[] filterArgs, SearchControls cons) argument
[all...]
H A DInitialDirContext.java281 String filterExpr,
286 return getURLOrDefaultInitDirCtx(name).search(name, filterExpr,
292 String filterExpr,
297 return getURLOrDefaultInitDirCtx(name).search(name, filterExpr,
280 search(String name, String filterExpr, Object[] filterArgs, SearchControls cons) argument
291 search(Name name, String filterExpr, Object[] filterArgs, SearchControls cons) argument
/openjdk7/jdk/src/share/classes/com/sun/jndi/toolkit/url/
H A DGenericURLDirContext.java381 String filterExpr,
389 ctx.search(res.getRemainingName(), filterExpr, filterArgs, cons);
396 String filterExpr,
401 return search(name.get(0), filterExpr, filterArgs, cons);
405 return ctx.search(name.getSuffix(1), filterExpr, filterArgs, cons);
380 search(String name, String filterExpr, Object[] filterArgs, SearchControls cons) argument
395 search(Name name, String filterExpr, Object[] filterArgs, SearchControls cons) argument
/openjdk7/jdk/src/share/classes/javax/naming/spi/
H A DContinuationDirContext.java257 String filterExpr,
262 return res.getDirContext().search(res.getName(), filterExpr, args,
267 String filterExpr,
272 return res.getDirContext().search(res.getString(), filterExpr, args,
256 search(Name name, String filterExpr, Object[] args, SearchControls cons) argument
266 search(String name, String filterExpr, Object[] args, SearchControls cons) argument
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DFilterParentPath.java54 public FilterParentPath(Expression filterExpr, Expression path) { argument
56 (_filterExpr = filterExpr).setParent(this);
/openjdk7/jdk/src/share/classes/com/sun/jndi/url/ldap/
H A DldapURLContext.java532 String filterExpr,
540 return super.search(name, filterExpr, filterArgs, cons);
546 String filterExpr,
552 return search(name.get(0), filterExpr, filterArgs, cons);
556 return super.search(name, filterExpr, filterArgs, cons);
531 search(String name, String filterExpr, Object[] filterArgs, SearchControls cons) argument
545 search(Name name, String filterExpr, Object[] filterArgs, SearchControls cons) argument
/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/
H A DLdapReferralContext.java698 String filterExpr,
702 return search(toName(name), filterExpr, filterArgs, cons);
706 String filterExpr,
722 se = refCtx.search(overrideName(name), filterExpr,
697 search(String name, String filterExpr, Object[] filterArgs, SearchControls cons) argument
705 search(Name name, String filterExpr, Object[] filterArgs, SearchControls cons) argument
H A DLdapCtx.java1777 String filterExpr,
1784 strfilter = SearchFilter.format(filterExpr, filterArgs);
3428 public void addNamingListener(String nm, String filterExpr, Object[] filterArgs, argument
3430 String strfilter = SearchFilter.format(filterExpr, filterArgs);
1776 c_search(Name name, String filterExpr, Object[] filterArgs, SearchControls cons, Continuation cont) argument
/openjdk7/jdk/src/share/classes/com/sun/jndi/dns/
H A DDnsContext.java477 String filterExpr,
476 c_search(Name name, String filterExpr, Object[] filterArgs, SearchControls cons, Continuation cont) argument

Completed in 68 milliseconds