Uses of Class
org.ldaptive.SearchResponse
-
-
Uses of SearchResponse in org.ldaptive
Methods in org.ldaptive that return SearchResponse Modifier and Type Method Description SearchResponse
SearchOperationHandle. await()
SearchResponse
SearchOperation. execute()
Executes a search request usingSearchOperation.getRequest()
.SearchResponse
SearchOperation. execute(String filter)
Executes a search request.SearchResponse
SearchOperation. execute(String filter, String... returnAttributes)
Executes a search request.SearchResponse
SearchOperation. execute(String filter, String[] returnAttributes, LdapEntryHandler... handlers)
Executes a search request.SearchResponse
SearchOperation. execute(String baseDN, String filter, String[] returnAttributes, LdapEntryHandler... handlers)
Executes a search request.SearchResponse
SearchOperation. execute(String baseDN, Filter filter, String[] returnAttributes, LdapEntryHandler... handlers)
Executes a search request.SearchResponse
SearchOperation. execute(String baseDN, FilterTemplate template, String[] returnAttributes, LdapEntryHandler... handlers)
Executes a search request.static SearchResponse
SearchOperation. execute(ConnectionFactory factory, SearchRequest req)
Executes a search request.SearchResponse
SearchOperation. execute(Filter filter)
Executes a search request.SearchResponse
SearchOperation. execute(Filter filter, String... returnAttributes)
Executes a search request.SearchResponse
SearchOperation. execute(Filter filter, String[] returnAttributes, LdapEntryHandler... handlers)
Executes a search request.SearchResponse
SearchOperation. execute(FilterTemplate template)
Executes a search request.SearchResponse
SearchOperation. execute(FilterTemplate template, String... returnAttributes)
Executes a search request.SearchResponse
SearchOperation. execute(FilterTemplate template, String[] returnAttributes, LdapEntryHandler... handlers)
Executes a search request.SearchResponse
SearchOperation. execute(SearchRequest req)
default SearchResponse
SearchOperationHandle. execute()
static SearchResponse
SearchResponse. merge(SearchResponse result)
Merges the entries in the supplied result into a single entry.static SearchResponse
SearchResponse. sort(SearchResponse sr)
Returns a new response whose entries are sorted naturally by DN.SearchResponse
SearchResponse. 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 SearchResponse Modifier and Type Method Description protected OperationHandle<SearchRequest,SearchResponse>
SearchConnectionValidator. performOperation(Connection conn)
Methods in org.ldaptive with parameters of type SearchResponse Modifier and Type Method Description void
SearchResponse. initialize(SearchResponse result)
Copies the values of the supplied search result done to this synthetic result.static SearchResponse
SearchResponse. merge(SearchResponse result)
Merges the entries in the supplied result into a single entry.static SearchResponse
SearchResponse. sort(SearchResponse sr)
Returns a new response whose entries are sorted naturally by DN. -
Uses of SearchResponse in org.ldaptive.ad.control.util
Methods in org.ldaptive.ad.control.util that return SearchResponse Modifier and Type Method Description SearchResponse
DirSyncClient. execute(SearchRequest request)
Performs a search operation with theDirSyncControl
.SearchResponse
DirSyncClient. execute(SearchRequest request, CookieManager manager)
Performs a search operation with theDirSyncControl
.SearchResponse
DirSyncClient. execute(SearchRequest request, SearchResponse result)
Performs a search operation with theDirSyncControl
.SearchResponse
DirSyncClient. executeToCompletion(SearchRequest request)
SearchResponse
DirSyncClient. executeToCompletion(SearchRequest request, CookieManager manager)
Performs a search operation with theDirSyncControl
.Methods in org.ldaptive.ad.control.util with parameters of type SearchResponse Modifier and Type Method Description SearchResponse
DirSyncClient. execute(SearchRequest request, SearchResponse result)
Performs a search operation with theDirSyncControl
.protected byte[]
DirSyncClient. getDirSyncCookie(SearchResponse result)
Returns the dir sync cookie in the supplied response or null if no cookie exists.protected long
DirSyncClient. getDirSyncFlags(SearchResponse result)
Returns the dir sync flags in the supplied response or -1 if no flags exists.boolean
DirSyncClient. hasMore(SearchResponse result)
Returns whetherDirSyncClient.execute(SearchRequest, SearchResponse)
can be invoked again. -
Uses of SearchResponse in org.ldaptive.ad.handler
Methods in org.ldaptive.ad.handler that return SearchResponse Modifier and Type Method Description SearchResponse
PrimaryGroupIdHandler. apply(SearchResponse response)
SearchResponse
RangeEntryHandler. apply(SearchResponse response)
Methods in org.ldaptive.ad.handler with parameters of type SearchResponse Modifier and Type Method Description SearchResponse
PrimaryGroupIdHandler. apply(SearchResponse response)
SearchResponse
RangeEntryHandler. apply(SearchResponse response)
-
Uses of SearchResponse in org.ldaptive.ad.schema
Methods in org.ldaptive.ad.schema that return SearchResponse Modifier and Type Method Description private static SearchResponse
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 SearchResponse Modifier and Type Method Description static Schema
SchemaFactory. createSchema(SearchResponse schemaResult)
Creates a new schema. -
Uses of SearchResponse in org.ldaptive.auth
Methods in org.ldaptive.auth that return SearchResponse Modifier and Type Method Description protected abstract SearchResponse
AbstractSearchEntryResolver. performLdapSearch(AuthenticationCriteria criteria, AuthenticationHandlerResponse response)
Executes an ldap search with the supplied authentication criteria.protected SearchResponse
AuthorizationIdentityEntryResolver. performLdapSearch(AuthenticationCriteria criteria, AuthenticationHandlerResponse response)
protected SearchResponse
SearchDnResolver. performLdapSearch(FilterTemplate template)
Executes the ldap search operation with the supplied filter.SearchResponse
SearchEntryResolver. performLdapSearch(AuthenticationCriteria criteria, AuthenticationHandlerResponse response)
protected SearchResponse
WhoAmIEntryResolver. performLdapSearch(AuthenticationCriteria criteria, AuthenticationHandlerResponse response)
-
Uses of SearchResponse in org.ldaptive.concurrent
Methods in org.ldaptive.concurrent that return types with arguments of type SearchResponse Modifier and Type Method Description Collection<SearchResponse>
SearchOperationWorker. execute(String... filters)
Performs search operations for the supplied filters.Collection<SearchResponse>
SearchOperationWorker. execute(String[] filters, String... attrs)
Performs search operations for the supplied filters with the supplied return attributesCollection<SearchResponse>
SearchOperationWorker. execute(FilterTemplate... templates)
Performs search operations for the supplied filters.Collection<SearchResponse>
SearchOperationWorker. execute(FilterTemplate[] templates, String... attrs)
Performs search operations for the supplied filters with the supplied return attributes -
Uses of SearchResponse in org.ldaptive.control.util
Methods in org.ldaptive.control.util that return SearchResponse Modifier and Type Method Description SearchResponse
PagedResultsClient. execute(SearchRequest request)
Performs a search operation with thePagedResultsControl
.SearchResponse
PagedResultsClient. execute(SearchRequest request, CookieManager manager)
Performs a search operation with thePagedResultsControl
.SearchResponse
PagedResultsClient. execute(SearchRequest request, SearchResponse result)
Performs a search operation with thePagedResultsControl
.SearchResponse
VirtualListViewClient. execute(SearchRequest request, VirtualListViewParams params)
Performs a search operation with theVirtualListViewRequestControl
.SearchResponse
VirtualListViewClient. execute(SearchRequest request, VirtualListViewParams params, SearchResponse result)
Performs a search operation with theVirtualListViewRequestControl
.SearchResponse
PagedResultsClient. executeToCompletion(SearchRequest request)
Performs a search operation with thePagedResultsControl
.SearchResponse
PagedResultsClient. executeToCompletion(SearchRequest request, CookieManager manager)
Performs a search operation with thePagedResultsControl
.SearchResponse
VirtualListViewClient. executeToCompletion(SearchRequest request, VirtualListViewParams params)
Performs a search operation with theVirtualListViewRequestControl
.Methods in org.ldaptive.control.util with parameters of type SearchResponse Modifier and Type Method Description VirtualListViewRequestControl
VirtualListViewParams. createRequestControl(SearchResponse result, boolean critical)
Creates a new virtual list view request control using the properties in this VLV params.SearchResponse
PagedResultsClient. execute(SearchRequest request, SearchResponse result)
Performs a search operation with thePagedResultsControl
.SearchResponse
VirtualListViewClient. execute(SearchRequest request, VirtualListViewParams params, SearchResponse result)
Performs a search operation with theVirtualListViewRequestControl
.protected byte[]
PagedResultsClient. getPagedResultsCookie(SearchResponse result)
Returns the paged results cookie in the supplied response or null if no cookie exists.PagedResultsControl
PagedResultsClient. getResponseControl(SearchResponse result)
Returns thePagedResultsControl
in the supplied response.VirtualListViewResponseControl
VirtualListViewClient. getResponseControl(SearchResponse result)
Returns theVirtualListViewResponseControl
in the supplied response.protected byte[]
VirtualListViewClient. getVirtualListViewCookie(SearchResponse result)
Returns the VLV results cookie in the supplied response or null if no cookie exists.boolean
PagedResultsClient. hasMore(SearchResponse result)
Returns whetherPagedResultsClient.execute(SearchRequest, SearchResponse)
can be invoked again. -
Uses of SearchResponse in org.ldaptive.handler
Methods in org.ldaptive.handler that return SearchResponse Modifier and Type Method Description SearchResponse
MergeResultHandler. apply(SearchResponse searchResponse)
SearchResponse
RecursiveResultHandler. apply(SearchResponse response)
SearchResponse
SortResultHandler. apply(SearchResponse response)
Methods in org.ldaptive.handler with parameters of type SearchResponse Modifier and Type Method Description SearchResponse
MergeResultHandler. apply(SearchResponse searchResponse)
SearchResponse
RecursiveResultHandler. apply(SearchResponse response)
SearchResponse
SortResultHandler. apply(SearchResponse response)
-
Uses of SearchResponse in org.ldaptive.io
Methods in org.ldaptive.io that return SearchResponse Modifier and Type Method Description SearchResponse
LdifReader. read()
Reads LDIF data from the reader and returns a search result.SearchResponse
SearchResultReader. read()
Reads an ldap result.Methods in org.ldaptive.io with parameters of type SearchResponse Modifier and Type Method Description protected String
LdifWriter. createLdif(SearchResponse result)
Creates an LDIF using the supplied search result.void
LdifWriter. write(SearchResponse result)
Writes the supplied search result to the writer.void
SearchResultWriter. write(SearchResponse result)
Writes the supplied ldap result. -
Uses of SearchResponse in org.ldaptive.jaas
Methods in org.ldaptive.jaas with parameters of type SearchResponse Modifier and Type Method Description static Set<LdapRole>
LdapRole. toRoles(SearchResponse result)
Iterates over the supplied result and returns all attributes as a set of ldap roles. -
Uses of SearchResponse in org.ldaptive.referral
Methods in org.ldaptive.referral that return SearchResponse Modifier and Type Method Description SearchResponse
FollowSearchResultReferenceHandler. apply(SearchResponse result)
Methods in org.ldaptive.referral with parameters of type SearchResponse Modifier and Type Method Description SearchResponse
FollowSearchResultReferenceHandler. apply(SearchResponse result)
-
Uses of SearchResponse in org.ldaptive.templates
Methods in org.ldaptive.templates that return SearchResponse Modifier and Type Method Description protected SearchResponse
SearchTemplatesOperation. execute(FilterTemplate[] templates, String[] returnAttrs, Integer fromResult, Integer toResult)
Performs an LDAP search with the supplied templates and aggregates all the search results together.SearchResponse
SearchTemplatesOperation. execute(Query query)
Applies the supplied query to a search templates and aggregates all results into a single search result. -
Uses of SearchResponse in org.ldaptive.transport
Fields in org.ldaptive.transport declared as SearchResponse Modifier and Type Field Description private SearchResponse
DefaultSearchOperationHandle. result
Synthetic result that is built as entries and references are received.Methods in org.ldaptive.transport that return SearchResponse Modifier and Type Method Description SearchResponse
DefaultSearchOperationHandle. await()
SearchResponse
DefaultSearchOperationHandle. execute()
-