Uses of Interface
org.ldaptive.handler.SearchEntryHandler

Packages that use SearchEntryHandler
org.ldaptive   
org.ldaptive.ad.handler   
org.ldaptive.auth   
org.ldaptive.concurrent   
org.ldaptive.handler   
 

Uses of SearchEntryHandler in org.ldaptive
 

Methods in org.ldaptive that return SearchEntryHandler
 SearchEntryHandler[] SearchRequest.getSearchEntryHandlers()
          Returns the search entry handlers.
 

Methods in org.ldaptive with parameters of type SearchEntryHandler
 Response<SearchResult> SearchExecutor.search(ConnectionFactory factory, SearchFilter filter, String[] attrs, SearchEntryHandler... handlers)
          Performs a search operation with the supplied connection factory.
 void SearchRequest.setSearchEntryHandlers(SearchEntryHandler... handlers)
          Sets the search entry handlers.
 

Uses of SearchEntryHandler in org.ldaptive.ad.handler
 

Classes in org.ldaptive.ad.handler that implement SearchEntryHandler
 class AbstractBinaryAttributeHandler
          Base class for entry handlers that convert a binary attribute to it's string form.
 class ObjectGuidHandler
          Processes an objectGuid attribute by converting it from binary to it's string form.
 class ObjectSidHandler
          Processes an objectSid attribute by converting it from binary to it's string form.
 class PrimaryGroupIdHandler
          Constructs the primary group SID and then searches for that group and puts it's DN in the 'memberOf' attribute of the original search entry.
 class RangeEntryHandler
          Rewrites attributes returned from Active Directory to include all values by performing additional searches.
 

Uses of SearchEntryHandler in org.ldaptive.auth
 

Methods in org.ldaptive.auth that return SearchEntryHandler
 SearchEntryHandler[] AbstractSearchEntryResolver.getSearchEntryHandlers()
          Returns the search entry handlers.
 

Methods in org.ldaptive.auth with parameters of type SearchEntryHandler
 void AbstractSearchEntryResolver.setSearchEntryHandlers(SearchEntryHandler... handlers)
          Sets the search entry handlers.
 

Uses of SearchEntryHandler in org.ldaptive.concurrent
 

Classes in org.ldaptive.concurrent that implement SearchEntryHandler
protected  class QueueingSearchExecutor.SearchEntryHandler
          Places search entries on a blocking queue.
 

Methods in org.ldaptive.concurrent with parameters of type SearchEntryHandler
 Collection<Response<SearchResult>> AggregateSearchExecutor.search(ConnectionFactory[] factories, SearchFilter[] filters, String[] attrs, SearchEntryHandler... handlers)
          Performs a search operation with the supplied connection factories.
 Collection<Response<SearchResult>> ParallelSearchExecutor.search(ConnectionFactory factory, SearchFilter[] filters, String[] attrs, SearchEntryHandler... handlers)
          Performs a search operation with the supplied connection factory.
 BlockingQueue<QueueingSearchExecutor.SearchItem> QueueingSearchExecutor.search(ConnectionFactory factory, SearchFilter filter, String[] attrs, SearchEntryHandler... handlers)
          Performs a search operation with the supplied connection factory.
 Collection<Response<SearchResult>> AggregatePooledSearchExecutor.search(PooledConnectionFactory[] factories, SearchFilter[] filters, String[] attrs, SearchEntryHandler... handlers)
          Performs a search operation with the supplied connection factories.
 Collection<Response<SearchResult>> ParallelPooledSearchExecutor.search(PooledConnectionFactory factory, SearchFilter[] filters, String[] attrs, SearchEntryHandler... handlers)
          Performs a search operation with the supplied connection factory.
abstract  Collection<Response<SearchResult>> AbstractAggregateSearchExecutor.search(T[] factories, SearchFilter[] filters, String[] attrs, SearchEntryHandler... handlers)
          Performs a search operation with the supplied connection factories.
abstract  Collection<Response<SearchResult>> AbstractParallelSearchExecutor.search(T factory, SearchFilter[] filters, String[] attrs, SearchEntryHandler... handlers)
          Performs a search operation with the supplied connection factory.
 

Uses of SearchEntryHandler in org.ldaptive.handler
 

Classes in org.ldaptive.handler that implement SearchEntryHandler
 class AbstractSearchEntryHandler
          Base class for entry handlers which simply returns values unaltered.
 class CaseChangeEntryHandler
          Provides the ability to modify the case of search entry DNs, attribute names, and attribute values.
 class DnAttributeEntryHandler
          Adds the entry DN as an attribute to the result set.
 class MergeAttributeEntryHandler
          Merges the values of one or more attributes into a single attribute.
 class RecursiveEntryHandler
          This recursively searches based on a supplied attribute and merges those results into the original entry.
 



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