org.identityconnectors.ldap.search
Class VlvIndexSearchStrategy

java.lang.Object
  extended by org.identityconnectors.ldap.search.LdapSearchStrategy
      extended by org.identityconnectors.ldap.search.VlvIndexSearchStrategy

public class VlvIndexSearchStrategy
extends LdapSearchStrategy


Constructor Summary
VlvIndexSearchStrategy(String vlvSortAttr, int blockSize)
           
 
Method Summary
 void doSearch(LdapContext initCtx, List<String> baseDNs, String query, SearchControls searchControls, SearchResultsHandler handler)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VlvIndexSearchStrategy

public VlvIndexSearchStrategy(String vlvSortAttr,
                              int blockSize)
Method Detail

doSearch

public void doSearch(LdapContext initCtx,
                     List<String> baseDNs,
                     String query,
                     SearchControls searchControls,
                     SearchResultsHandler handler)
              throws IOException,
                     NamingException
Specified by:
doSearch in class LdapSearchStrategy
Throws:
IOException
NamingException


Copyright © 2012. All Rights Reserved.