Searched refs:getSearchScope (Results 1 - 6 of 6) sorted by relevance

/openjdk10/jdk/src/java.naming/share/classes/com/sun/jndi/toolkit/dir/
H A DDirSearch.java58 new ContextEnumerator(ctx, cons.getSearchScope()),
H A DHierMemDirCtx.java672 (cons != null) ? cons.getSearchScope() :
/openjdk10/jdk/src/java.naming/share/classes/com/sun/jndi/ldap/
H A DNotifierArgs.java97 return (controls.getSearchScope() == ctls.getSearchScope()) &&
H A DLdapCtx.java1946 switch (cons.getSearchScope()) {
2032 if (cons.getSearchScope() != SearchControls.OBJECT_SCOPE) {
2133 return new SearchControls(cons.getSearchScope(),
H A DLdapReferralContext.java911 urlCons = new SearchControls(cons.getSearchScope(),
/openjdk10/jdk/src/java.naming/share/classes/javax/naming/directory/
H A DSearchControls.java199 public int getSearchScope() { method in class:SearchControls
264 * @see #getSearchScope

Completed in 95 milliseconds