Uses of Class
org.pfsw.tools.beluga.ldap.messages.SearchResponse

Packages that use SearchResponse
org.pfsw.tools.beluga.ldap.directory   
org.pfsw.tools.beluga.ldap.messages   
org.pfsw.tools.beluga.ldap.proxy   
org.pfsw.tools.beluga.ldap.server   
 

Uses of SearchResponse in org.pfsw.tools.beluga.ldap.directory
 

Methods in org.pfsw.tools.beluga.ldap.directory that return SearchResponse
 SearchResponse[] Directory.search(SearchRequest request)
          Executes a LDAPv3 searchRequest.
 

Uses of SearchResponse in org.pfsw.tools.beluga.ldap.messages
 

Subclasses of SearchResponse in org.pfsw.tools.beluga.ldap.messages
 class SearchResultDone
          The final response object of to a search request that contains the result code.
 class SearchResultEntry
          Contains one entry of the result of a search request
 

Uses of SearchResponse in org.pfsw.tools.beluga.ldap.proxy
 

Methods in org.pfsw.tools.beluga.ldap.proxy that return SearchResponse
 SearchResponse[] ProxyServer.search(SearchRequest request)
           
 

Uses of SearchResponse in org.pfsw.tools.beluga.ldap.server
 

Methods in org.pfsw.tools.beluga.ldap.server that return SearchResponse
 SearchResponse[] Transaction.getSearchResult()
           
 SearchResponse[] LDAPv3RequestProcessor.search(SearchRequest request)
          Executes a LDAPv3 SearchRequest.
 

Methods in org.pfsw.tools.beluga.ldap.server with parameters of type SearchResponse
 void Transaction.setSearchResult(SearchResponse[] newValue)
           
 



Copyright © 2012 Manfred Duchrow Consulting & Software. All Rights Reserved.