|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of SearchResult in org.ldaptive |
|---|
| Methods in org.ldaptive that return SearchResult | |
|---|---|
static SearchResult |
SearchResult.mergeEntries(SearchResult result)
Merges the entries in the supplied result into a single entry. |
protected SearchResult |
SearchOperation.readResult(SearchRequest request,
SearchIterator si)
Invokes the provider search operation and iterates over the results. |
SearchResult |
SearchResult.subResult(int fromIndex,
int toIndex)
Returns a portion of this result between the specified fromIndex, inclusive, and toIndex, exclusive. |
| Methods in org.ldaptive that return types with arguments of type SearchResult | |
|---|---|
protected Response<SearchResult> |
SearchOperation.executeSearch(SearchRequest request)
Performs the ldap search. |
OperationExceptionHandler<SearchRequest,SearchResult> |
SearchExecutor.getSearchExceptionHandler()
Returns the search exception handler. |
protected Response<SearchResult> |
SearchOperation.invoke(SearchRequest request)
Call the provider specific implementation of this ldap operation. |
Response<SearchResult> |
SearchExecutor.search(ConnectionFactory factory)
Performs a search operation with the supplied connection factory. |
Response<SearchResult> |
SearchExecutor.search(ConnectionFactory factory,
SearchFilter filter)
Performs a search operation with the supplied connection factory. |
Response<SearchResult> |
SearchExecutor.search(ConnectionFactory factory,
SearchFilter filter,
String... attrs)
Performs a search operation with the supplied connection factory. |
Response<SearchResult> |
SearchExecutor.search(ConnectionFactory factory,
SearchFilter filter,
String[] attrs,
SearchEntryHandler... handlers)
Performs a search operation with the supplied connection factory. |
Response<SearchResult> |
SearchExecutor.search(ConnectionFactory factory,
String filter)
Performs a search operation with the supplied connection factory. |
Response<SearchResult> |
SearchExecutor.search(ConnectionFactory factory,
String filter,
String... attrs)
Performs a search operation with the supplied connection factory. |
| Methods in org.ldaptive with parameters of type SearchResult | |
|---|---|
static SearchResult |
SearchResult.mergeEntries(SearchResult result)
Merges the entries in the supplied result into a single entry. |
| Method parameters in org.ldaptive with type arguments of type SearchResult | |
|---|---|
void |
SearchExecutor.setSearchExceptionHandler(OperationExceptionHandler<SearchRequest,SearchResult> handler)
Sets the search exception handler. |
| Uses of SearchResult in org.ldaptive.ad.control.util |
|---|
| Methods in org.ldaptive.ad.control.util that return types with arguments of type SearchResult | |
|---|---|
Response<SearchResult> |
DirSyncClient.execute(SearchRequest request)
Performs a search operation with the DirSyncControl. |
Response<SearchResult> |
DirSyncClient.execute(SearchRequest request,
CookieManager manager)
Performs a search operation with the DirSyncControl. |
Response<SearchResult> |
DirSyncClient.execute(SearchRequest request,
Response<SearchResult> response)
Performs a search operation with the DirSyncControl. |
Response<SearchResult> |
DirSyncClient.executeToCompletion(SearchRequest request)
Invokes DirSyncClient.execute(SearchRequest, CookieManager) with a DefaultCookieManager. |
Response<SearchResult> |
DirSyncClient.executeToCompletion(SearchRequest request,
CookieManager manager)
Performs a search operation with the DirSyncControl. |
| Method parameters in org.ldaptive.ad.control.util with type arguments of type SearchResult | |
|---|---|
Response<SearchResult> |
DirSyncClient.execute(SearchRequest request,
Response<SearchResult> response)
Performs a search operation with the DirSyncControl. |
protected byte[] |
DirSyncClient.getDirSyncCookie(Response<SearchResult> response)
Returns the dir sync cookie in the supplied response or null if no cookie exists. |
protected long |
DirSyncClient.getDirSyncFlags(Response<SearchResult> response)
Returns the dir sync flags in the supplied response or -1 if no flags exists. |
boolean |
DirSyncClient.hasMore(Response<SearchResult> response)
Returns whether DirSyncClient.execute(SearchRequest, Response) can be invoked
again. |
| Uses of SearchResult in org.ldaptive.ad.schema |
|---|
| Methods in org.ldaptive.ad.schema that return SearchResult | |
|---|---|
protected static SearchResult |
SchemaFactory.getSearchResult(ConnectionFactory factory,
String dn,
String filter,
String[] retAttrs)
Searches for the supplied dn and returns its ldap entry. |
| Methods in org.ldaptive.ad.schema with parameters of type SearchResult | |
|---|---|
static Schema |
SchemaFactory.createSchema(SearchResult schemaResult)
Creates a new schema. |
| Uses of SearchResult in org.ldaptive.async |
|---|
| Methods in org.ldaptive.async that return types with arguments of type SearchResult | |
|---|---|
FutureResponse<SearchResult> |
AsyncSearchOperation.execute(SearchRequest request)
Execute this ldap operation. |
Response<SearchResult> |
AsyncSearchOperation.AsyncSearchListener.getResponse()
Returns the response data associated with this search, blocking until a response is available. |
protected Response<SearchResult> |
AsyncSearchOperation.invoke(SearchRequest request)
Call the provider specific implementation of this ldap operation. |
| Uses of SearchResult in org.ldaptive.auth |
|---|
| Methods in org.ldaptive.auth that return SearchResult | |
|---|---|
protected SearchResult |
WhoAmIEntryResolver.performLdapSearch(Connection conn,
AuthenticationCriteria ac)
Executes an ldap search with the supplied authentication criteria. |
SearchResult |
SearchEntryResolver.performLdapSearch(Connection conn,
AuthenticationCriteria ac)
Executes an ldap search with the supplied authentication criteria. |
protected SearchResult |
PooledSearchEntryResolver.performLdapSearch(Connection conn,
AuthenticationCriteria ac)
Executes an ldap search with the supplied authentication criteria. |
protected abstract SearchResult |
AbstractSearchEntryResolver.performLdapSearch(Connection conn,
AuthenticationCriteria ac)
Executes an ldap search with the supplied authentication criteria. |
protected SearchResult |
AbstractSearchDnResolver.performLdapSearch(SearchFilter filter)
Executes the ldap search operation with the supplied filter. |
| Methods in org.ldaptive.auth that return types with arguments of type SearchResult | |
|---|---|
OperationExceptionHandler<SearchRequest,SearchResult> |
AbstractSearchOperationFactory.getSearchExceptionHandler()
Returns the search exception handler. |
| Method parameters in org.ldaptive.auth with type arguments of type SearchResult | |
|---|---|
void |
AbstractSearchOperationFactory.setSearchExceptionHandler(OperationExceptionHandler<SearchRequest,SearchResult> handler)
Sets the search exception handler. |
| Uses of SearchResult in org.ldaptive.cache |
|---|
| Methods in org.ldaptive.cache that return SearchResult | |
|---|---|
SearchResult |
LRUCache.get(Q request)
Returns the ldap result for the supplied request. |
SearchResult |
Cache.get(Q request)
Returns the ldap result for the supplied request. |
| Methods in org.ldaptive.cache with parameters of type SearchResult | |
|---|---|
void |
LRUCache.put(Q request,
SearchResult result)
Stores the ldap result for the supplied request. |
void |
Cache.put(Q request,
SearchResult result)
Stores the ldap result for the supplied request. |
| Uses of SearchResult in org.ldaptive.concurrent |
|---|
| Methods in org.ldaptive.concurrent that return types with arguments of type SearchResult | |
|---|---|
protected Callable<Response<SearchResult>> |
QueueingSearchExecutor.createCallable(Connection conn,
SearchOperation operation,
SearchRequest request,
BlockingQueue<QueueingSearchExecutor.SearchItem> queue)
Returns a Callable that executes the supplied request with the
supplied operation in a try-finally block that opens and closes the
connection. |
Response<SearchResult> |
QueueingSearchExecutor.SearchItem.getResponse()
Returns the response contained in this item or null if this item does not contain a response. |
OperationExceptionHandler<SearchRequest,SearchResult> |
AbstractSearchExecutor.getSearchExceptionHandler()
Returns the search exception handler. |
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. |
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. |
Collection<Response<SearchResult>> |
AbstractAggregateSearchExecutor.search(T[] factories,
SearchFilter[] filters)
Performs a search operation with the supplied connection factories. |
Collection<Response<SearchResult>> |
AbstractAggregateSearchExecutor.search(T[] factories,
SearchFilter[] filters,
String... attrs)
Performs a search operation with the supplied connection factories. |
abstract Collection<Response<SearchResult>> |
AbstractAggregateSearchExecutor.search(T[] factories,
SearchFilter[] filters,
String[] attrs,
SearchEntryHandler... handlers)
Performs a search operation with the supplied connection factories. |
Collection<Response<SearchResult>> |
AbstractAggregateSearchExecutor.search(T[] factories,
String... filters)
Performs a search operation with the supplied connection factories. |
Collection<Response<SearchResult>> |
AbstractAggregateSearchExecutor.search(T[] factories,
String[] filters,
String... attrs)
Performs a search operation with the supplied connection factories. |
Collection<Response<SearchResult>> |
AbstractParallelSearchExecutor.search(T factory,
SearchFilter[] filters)
Performs a search operation with the supplied connection factory. |
Collection<Response<SearchResult>> |
AbstractParallelSearchExecutor.search(T factory,
SearchFilter[] filters,
String... attrs)
Performs a search operation with the supplied connection factory. |
abstract Collection<Response<SearchResult>> |
AbstractParallelSearchExecutor.search(T factory,
SearchFilter[] filters,
String[] attrs,
SearchEntryHandler... handlers)
Performs a search operation with the supplied connection factory. |
Collection<Response<SearchResult>> |
AbstractParallelSearchExecutor.search(T factory,
String... filters)
Performs a search operation with the supplied connection factory. |
Collection<Response<SearchResult>> |
AbstractParallelSearchExecutor.search(T factory,
String[] filters,
String... attrs)
Performs a search operation with the supplied connection factory. |
| Method parameters in org.ldaptive.concurrent with type arguments of type SearchResult | |
|---|---|
void |
AbstractSearchExecutor.setSearchExceptionHandler(OperationExceptionHandler<SearchRequest,SearchResult> handler)
Sets the search exception handler. |
| Constructor parameters in org.ldaptive.concurrent with type arguments of type SearchResult | |
|---|---|
QueueingSearchExecutor.SearchItem(Response<SearchResult> response)
Creates a new blocking search item. |
|
| Uses of SearchResult in org.ldaptive.control.util |
|---|
| Methods in org.ldaptive.control.util that return types with arguments of type SearchResult | |
|---|---|
Response<SearchResult> |
PagedResultsClient.execute(SearchRequest request)
Performs a search operation with the PagedResultsControl. |
Response<SearchResult> |
PagedResultsClient.execute(SearchRequest request,
CookieManager manager)
Performs a search operation with the PagedResultsControl. |
Response<SearchResult> |
PagedResultsClient.execute(SearchRequest request,
Response<SearchResult> response)
Performs a search operation with the PagedResultsControl. |
Response<SearchResult> |
VirtualListViewClient.execute(SearchRequest request,
VirtualListViewParams params)
Performs a search operation with the VirtualListViewRequestControl. |
Response<SearchResult> |
VirtualListViewClient.execute(SearchRequest request,
VirtualListViewParams params,
Response<SearchResult> response)
Performs a search operation with the VirtualListViewRequestControl. |
Response<SearchResult> |
PagedResultsClient.executeToCompletion(SearchRequest request)
Performs a search operation with the PagedResultsControl. |
Response<SearchResult> |
PagedResultsClient.executeToCompletion(SearchRequest request,
CookieManager manager)
Performs a search operation with the PagedResultsControl. |
Response<SearchResult> |
SyncReplItem.Response.getResponse()
Returns the underlying response. |
| Method parameters in org.ldaptive.control.util with type arguments of type SearchResult | |
|---|---|
VirtualListViewRequestControl |
VirtualListViewParams.createRequestControl(Response<SearchResult> response,
boolean critical)
Creates a new virtual list view request control using the properties in this VLV params. |
Response<SearchResult> |
PagedResultsClient.execute(SearchRequest request,
Response<SearchResult> response)
Performs a search operation with the PagedResultsControl. |
Response<SearchResult> |
VirtualListViewClient.execute(SearchRequest request,
VirtualListViewParams params,
Response<SearchResult> response)
Performs a search operation with the VirtualListViewRequestControl. |
protected byte[] |
PagedResultsClient.getPagedResultsCookie(Response<SearchResult> response)
Returns the paged results cookie in the supplied response or null if no cookie exists. |
boolean |
PagedResultsClient.hasMore(Response<SearchResult> response)
Returns whether PagedResultsClient.execute(SearchRequest, Response) can be invoked
again. |
| Constructor parameters in org.ldaptive.control.util with type arguments of type SearchResult | |
|---|---|
SyncReplItem.Response(Response<SearchResult> res)
Creates a new response. |
|
| Uses of SearchResult in org.ldaptive.io |
|---|
| Methods in org.ldaptive.io that return SearchResult | |
|---|---|
protected SearchResult |
Dsmlv1Reader.createSearchResult(Document doc)
Creates a search result that corresponds to the supplied DSML document. |
SearchResult |
SearchResultReader.read()
Reads an ldap result. |
SearchResult |
LdifReader.read()
Reads LDIF data from the reader and returns a search result. |
SearchResult |
Dsmlv1Reader.read()
Reads DSML data from the reader and returns a search result. |
| Methods in org.ldaptive.io with parameters of type SearchResult | |
|---|---|
protected Document |
Dsmlv1Writer.createDsml(SearchResult result)
Creates DSML that corresponds to the supplied search result. |
protected String |
LdifWriter.createLdif(SearchResult result)
Creates an LDIF using the supplied search result. |
void |
SearchResultWriter.write(SearchResult result)
Writes the supplied ldap result. |
void |
LdifWriter.write(SearchResult result)
Writes the supplied search result to the writer. |
void |
Dsmlv1Writer.write(SearchResult result)
Writes the supplied search result to the writer. |
| Uses of SearchResult in org.ldaptive.jaas |
|---|
| Methods in org.ldaptive.jaas with parameters of type SearchResult | |
|---|---|
static Set<LdapRole> |
LdapRole.toRoles(SearchResult result)
Iterates over the supplied result and returns all attributes as a set of ldap roles. |
| Uses of SearchResult in org.ldaptive.servlets |
|---|
| Methods in org.ldaptive.servlets with parameters of type SearchResult | |
|---|---|
protected void |
LdifServletSearchExecutor.writeResponse(SearchResult result,
javax.servlet.http.HttpServletResponse response)
Writes the supplied search result to the servlet response output stream. |
protected void |
Dsmlv1ServletSearchExecutor.writeResponse(SearchResult result,
javax.servlet.http.HttpServletResponse response)
Writes the supplied search result to the servlet response output stream. |
protected void |
AttributeValueServletSearchExecutor.writeResponse(SearchResult result,
javax.servlet.http.HttpServletResponse response)
Writes the supplied search result to the servlet response output stream. |
protected abstract void |
AbstractServletSearchExecutor.writeResponse(SearchResult result,
javax.servlet.http.HttpServletResponse response)
Writes the supplied search result to the servlet response output stream. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||