Uses of Class
org.ldaptive.SearchEntry

Packages that use SearchEntry
org.ldaptive.ad.control.util   
org.ldaptive.ad.handler   
org.ldaptive.concurrent   
org.ldaptive.control.util   
org.ldaptive.handler   
org.ldaptive.provider   
org.ldaptive.provider.jndi   
 

Uses of SearchEntry in org.ldaptive.ad.control.util
 

Methods in org.ldaptive.ad.control.util that return SearchEntry
 SearchEntry NotificationClient.NotificationItem.getEntry()
          Returns the search entry contained in this item or null if this item does not contain a search entry.
 

Constructors in org.ldaptive.ad.control.util with parameters of type SearchEntry
NotificationClient.NotificationItem(SearchEntry entry)
          Creates a new notification item.
 

Uses of SearchEntry in org.ldaptive.ad.handler
 

Methods in org.ldaptive.ad.handler with parameters of type SearchEntry
protected  void AbstractBinaryAttributeHandler.handleAttributes(Connection conn, SearchRequest request, SearchEntry entry)
          Handle the attributes of a search entry.
protected  void RangeEntryHandler.handleAttributes(Connection conn, SearchRequest request, SearchEntry entry)
          Handle the attributes of a search entry.
protected  void PrimaryGroupIdHandler.handleAttributes(Connection conn, SearchRequest request, SearchEntry entry)
          Handle the attributes of a search entry.
 

Uses of SearchEntry in org.ldaptive.concurrent
 

Methods in org.ldaptive.concurrent that return SearchEntry
 SearchEntry QueueingSearchExecutor.SearchItem.getEntry()
          Returns the search entry contained in this item or null if this item does not contain a search entry.
 

Methods in org.ldaptive.concurrent that return types with arguments of type SearchEntry
 HandlerResult<SearchEntry> QueueingSearchExecutor.SearchEntryHandler.handle(Connection conn, SearchRequest request, SearchEntry entry)
          Handle the supplied result.
 

Methods in org.ldaptive.concurrent with parameters of type SearchEntry
 HandlerResult<SearchEntry> QueueingSearchExecutor.SearchEntryHandler.handle(Connection conn, SearchRequest request, SearchEntry entry)
          Handle the supplied result.
 

Constructors in org.ldaptive.concurrent with parameters of type SearchEntry
QueueingSearchExecutor.SearchItem(SearchEntry entry)
          Creates a new blocking search item.
 

Uses of SearchEntry in org.ldaptive.control.util
 

Methods in org.ldaptive.control.util that return SearchEntry
 SearchEntry SyncReplItem.Entry.getSearchEntry()
          Returns the underlying search entry.
 SearchEntry PersistentSearchItem.Entry.getSearchEntry()
          Returns the underlying search entry.
 

Constructors in org.ldaptive.control.util with parameters of type SearchEntry
PersistentSearchItem.Entry(SearchEntry entry)
          Creates a new entry.
SyncReplItem.Entry(SearchEntry entry)
          Creates a new entry.
 

Uses of SearchEntry in org.ldaptive.handler
 

Methods in org.ldaptive.handler that return types with arguments of type SearchEntry
 HandlerResult<SearchEntry> RecursiveEntryHandler.handle(Connection conn, SearchRequest request, SearchEntry entry)
          Handle the supplied result.
 HandlerResult<SearchEntry> AbstractSearchEntryHandler.handle(Connection conn, SearchRequest request, SearchEntry entry)
          Handle the supplied result.
 HandlerResult<SearchEntry> SearchEntryHandler.handle(Connection conn, SearchRequest request, SearchEntry entry)
          Handle the supplied result.
 

Methods in org.ldaptive.handler with parameters of type SearchEntry
 HandlerResult<SearchEntry> RecursiveEntryHandler.handle(Connection conn, SearchRequest request, SearchEntry entry)
          Handle the supplied result.
 HandlerResult<SearchEntry> AbstractSearchEntryHandler.handle(Connection conn, SearchRequest request, SearchEntry entry)
          Handle the supplied result.
 HandlerResult<SearchEntry> SearchEntryHandler.handle(Connection conn, SearchRequest request, SearchEntry entry)
          Handle the supplied result.
protected  void CaseChangeEntryHandler.handleAttributes(Connection conn, SearchRequest request, SearchEntry entry)
          Handle the attributes of a search entry.
protected  void MergeAttributeEntryHandler.handleAttributes(Connection conn, SearchRequest request, SearchEntry entry)
          Handle the attributes of a search entry.
protected  void AbstractSearchEntryHandler.handleAttributes(Connection conn, SearchRequest request, SearchEntry entry)
          Handle the attributes of a search entry.
protected  void DnAttributeEntryHandler.handleAttributes(Connection conn, SearchRequest request, SearchEntry entry)
          Handle the attributes of a search entry.
protected  String CaseChangeEntryHandler.handleDn(Connection conn, SearchRequest request, SearchEntry entry)
          Handle the dn of a search entry.
protected  String AbstractSearchEntryHandler.handleDn(Connection conn, SearchRequest request, SearchEntry entry)
          Handle the dn of a search entry.
 

Uses of SearchEntry in org.ldaptive.provider
 

Methods in org.ldaptive.provider that return SearchEntry
 SearchEntry SearchItem.getSearchEntry()
          Returns the search entry in this search item or null if this search item does not contain a search entry.
 

Constructors in org.ldaptive.provider with parameters of type SearchEntry
SearchItem(SearchEntry se)
          Creates a new search item.
 

Uses of SearchEntry in org.ldaptive.provider.jndi
 

Methods in org.ldaptive.provider.jndi that return SearchEntry
 SearchEntry JndiUtils.toSearchEntry(SearchResult result)
          Returns a search entry using the supplied jndi search result.
 

Methods in org.ldaptive.provider.jndi with parameters of type SearchEntry
 SearchResult JndiUtils.fromSearchEntry(SearchEntry entry)
          Returns a jndi search result that represents the supplied search entry.
 



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