Uses of Class
org.ldaptive.SearchResponse
Packages that use SearchResponse
Package
Description
-
Uses of SearchResponse in org.ldaptive
Methods in org.ldaptive that return SearchResponseModifier and TypeMethodDescriptionSearchOperationHandle.await()
SearchOperation.execute()
Executes a search request usingSearchOperation.getRequest()
.Executes a search request.Executes a search request.SearchOperation.execute
(String filter, String[] returnAttributes, LdapEntryHandler... handlers) Executes a search request.SearchOperation.execute
(String baseDN, String filter, String[] returnAttributes, LdapEntryHandler... handlers) Executes a search request.SearchOperation.execute
(String baseDN, Filter filter, String[] returnAttributes, LdapEntryHandler... handlers) Executes a search request.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.Executes a search request.Executes a search request.SearchOperation.execute
(Filter filter, String[] returnAttributes, LdapEntryHandler... handlers) Executes a search request.SearchOperation.execute
(FilterTemplate template) Executes a search request.SearchOperation.execute
(FilterTemplate template, String... returnAttributes) Executes a search request.SearchOperation.execute
(FilterTemplate template, String[] returnAttributes, LdapEntryHandler... handlers) Executes a search request.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.subResult
(int fromIndex, int toIndex) Returns a portion of this result between the specified fromIndex, inclusive, and toIndex, exclusive.Methods in org.ldaptive with parameters of type SearchResponseModifier and TypeMethodDescriptionvoid
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 SearchResponseModifier and TypeMethodDescriptionDirSyncClient.execute
(SearchRequest request) Performs a search operation with theDirSyncControl
.DirSyncClient.execute
(SearchRequest request, CookieManager manager) Performs a search operation with theDirSyncControl
.DirSyncClient.execute
(SearchRequest request, SearchResponse result) Performs a search operation with theDirSyncControl
.DirSyncClient.executeToCompletion
(SearchRequest request) DirSyncClient.executeToCompletion
(SearchRequest request, CookieManager manager) Performs a search operation with theDirSyncControl
.Methods in org.ldaptive.ad.control.util with parameters of type SearchResponseModifier and TypeMethodDescriptionDirSyncClient.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 SearchResponseModifier and TypeMethodDescriptionPrimaryGroupIdHandler.apply
(SearchResponse response) RangeEntryHandler.apply
(SearchResponse response) Methods in org.ldaptive.ad.handler with parameters of type SearchResponseModifier and TypeMethodDescriptionPrimaryGroupIdHandler.apply
(SearchResponse response) RangeEntryHandler.apply
(SearchResponse response) -
Uses of SearchResponse in org.ldaptive.ad.schema
Methods in org.ldaptive.ad.schema that return SearchResponseModifier and TypeMethodDescriptionprotected 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 SearchResponseModifier and TypeMethodDescriptionstatic Schema
SchemaFactory.createSchema
(SearchResponse schemaResult) Creates a new schema. -
Uses of SearchResponse in org.ldaptive.auth
Methods in org.ldaptive.auth that return SearchResponseModifier and TypeMethodDescriptionprotected 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.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 SearchResponseModifier and TypeMethodDescriptionPerforms search operations for the supplied filters.Performs search operations for the supplied filters with the supplied return attributesSearchOperationWorker.execute
(FilterTemplate... templates) Performs search operations for the supplied filters.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 SearchResponseModifier and TypeMethodDescriptionPagedResultsClient.execute
(SearchRequest request) Performs a search operation with thePagedResultsControl
.PagedResultsClient.execute
(SearchRequest request, CookieManager manager) Performs a search operation with thePagedResultsControl
.PagedResultsClient.execute
(SearchRequest request, SearchResponse result) Performs a search operation with thePagedResultsControl
.VirtualListViewClient.execute
(SearchRequest request, VirtualListViewParams params) Performs a search operation with theVirtualListViewRequestControl
.VirtualListViewClient.execute
(SearchRequest request, VirtualListViewParams params, SearchResponse result) Performs a search operation with theVirtualListViewRequestControl
.PagedResultsClient.executeToCompletion
(SearchRequest request) Performs a search operation with thePagedResultsControl
.PagedResultsClient.executeToCompletion
(SearchRequest request, CookieManager manager) Performs a search operation with thePagedResultsControl
.Methods in org.ldaptive.control.util with parameters of type SearchResponseModifier and TypeMethodDescriptionVirtualListViewParams.createRequestControl
(SearchResponse result, boolean critical) Creates a new virtual list view request control using the properties in this VLV params.PagedResultsClient.execute
(SearchRequest request, SearchResponse result) Performs a search operation with thePagedResultsControl
.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.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 SearchResponseModifier and TypeMethodDescriptionMergeResultHandler.apply
(SearchResponse searchResponse) RecursiveResultHandler.apply
(SearchResponse response) SortResultHandler.apply
(SearchResponse response) Methods in org.ldaptive.handler with parameters of type SearchResponseModifier and TypeMethodDescriptionMergeResultHandler.apply
(SearchResponse searchResponse) RecursiveResultHandler.apply
(SearchResponse response) SortResultHandler.apply
(SearchResponse response) -
Uses of SearchResponse in org.ldaptive.io
Methods in org.ldaptive.io that return SearchResponseModifier and TypeMethodDescriptionJsonReader.SearchResultDeserializer.deserialize
(com.google.gson.JsonElement json, Type type, com.google.gson.JsonDeserializationContext context) JsonReader.read()
Reads JSON data from the reader and returns a search result.LdifReader.read()
Reads LDIF data from the reader and returns a search result.SearchResultReader.read()
Reads an ldap result.Methods in org.ldaptive.io with parameters of type SearchResponseModifier and TypeMethodDescriptionprotected String
LdifWriter.createLdif
(SearchResponse result) Creates an LDIF using the supplied search result.com.google.gson.JsonElement
JsonWriter.SearchResultSerializer.serialize
(SearchResponse result, Type type, com.google.gson.JsonSerializationContext context) void
JsonWriter.write
(SearchResponse result) Writes the supplied search result to the writer.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 SearchResponseModifier and TypeMethodDescriptionLdapRole.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 SearchResponseModifier and TypeMethodDescriptionFollowSearchResultReferenceHandler.apply
(SearchResponse result) Methods in org.ldaptive.referral with parameters of type SearchResponseModifier and TypeMethodDescriptionFollowSearchResultReferenceHandler.apply
(SearchResponse result) -
Uses of SearchResponse in org.ldaptive.templates
Methods in org.ldaptive.templates that return SearchResponseModifier and TypeMethodDescriptionprotected 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.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 SearchResponseModifier and TypeFieldDescriptionprivate SearchResponse
DefaultSearchOperationHandle.result
Synthetic result that is built as entries and references are received.Methods in org.ldaptive.transport that return SearchResponse