Lines Matching refs:SearchControls

101         SearchControls cons;
104 SearchArgs(Name name, String filter, SearchControls cons, String[] ra) {
1023 SearchControls cons = new SearchControls();
1024 cons.setSearchScope(SearchControls.OBJECT_SCOPE);
1102 SearchControls cons = new SearchControls();
1176 SearchControls cons = new SearchControls();
1320 SearchControls cons = new SearchControls();
1321 cons.setSearchScope(SearchControls.OBJECT_SCOPE);
1614 SearchControls constraints = new
1615 SearchControls(SearchControls.OBJECT_SCOPE,
1669 SearchControls constraints = new SearchControls(SearchControls.OBJECT_SCOPE,
1753 SearchControls cons = new SearchControls();
1767 SearchControls cons,
1777 SearchControls cons,
1793 SearchControls cons,
1802 cons = new SearchControls();
1929 SearchControls cons, boolean relative) throws NamingException {
1940 private LdapResult doSearch(Name name, String filter, SearchControls cons,
1947 case SearchControls.OBJECT_SCOPE:
1951 case SearchControls.ONELEVEL_SCOPE:
1954 case SearchControls.SUBTREE_SCOPE:
2028 SearchControls cons,
2032 if (cons.getSearchScope() != SearchControls.OBJECT_SCOPE) {
2123 private static SearchControls cloneSearchControls(SearchControls cons) {
2133 return new SearchControls(cons.getSearchScope(),
3476 public void addNamingListener(String nm, String filter, SearchControls ctls,
3489 public void addNamingListener(Name nm, String filter, SearchControls ctls,
3495 SearchControls ctls, NamingListener l) throws NamingException {
3500 SearchControls ctls, NamingListener l) throws NamingException {