Uses of Class
org.ldaptive.SearchScope

Packages that use SearchScope
org.ldaptive   
org.ldaptive.provider.jndi   
 

Uses of SearchScope in org.ldaptive
 

Methods in org.ldaptive that return SearchScope
 SearchScope SearchRequest.getSearchScope()
          Gets the search scope.
static SearchScope SearchScope.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SearchScope[] SearchScope.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.ldaptive with parameters of type SearchScope
 void SearchRequest.setSearchScope(SearchScope scope)
          Sets the search scope.
 

Uses of SearchScope in org.ldaptive.provider.jndi
 

Methods in org.ldaptive.provider.jndi with parameters of type SearchScope
protected  int JndiConnection.JndiSearchIterator.getSearchScope(SearchScope ss)
          Returns the jndi integer constant for the supplied search scope.
 



Copyright © 2003-2015 Virginia Tech. All Rights Reserved.