Uses of Class
org.ldaptive.SearchResponse
-
-
Uses of SearchResponse in org.ldaptive
Methods in org.ldaptive that return SearchResponse Modifier and Type Method Description SearchResponseSearchOperationHandle. await()static SearchResponseSearchResponse. copy(SearchResponse response)Creates a mutable copy of the supplied search response.SearchResponseSearchOperation. execute()Executes a search request usingSearchOperation.getRequest().SearchResponseSearchOperation. execute(String filter)Executes a search request.SearchResponseSearchOperation. execute(String filter, String... returnAttributes)Executes a search request.SearchResponseSearchOperation. execute(String filter, String[] returnAttributes, LdapEntryHandler... handlers)Executes a search request.SearchResponseSearchOperation. execute(String baseDN, String filter, String[] returnAttributes, LdapEntryHandler... handlers)Executes a search request.SearchResponseSearchOperation. execute(String baseDN, Filter filter, String[] returnAttributes, LdapEntryHandler... handlers)Executes a search request.SearchResponseSearchOperation. execute(String baseDN, FilterTemplate template, String[] returnAttributes, LdapEntryHandler... handlers)Executes a search request.static SearchResponseSearchOperation. execute(ConnectionFactory factory, SearchRequest req)Executes a search request.SearchResponseSearchOperation. execute(Filter filter)Executes a search request.SearchResponseSearchOperation. execute(Filter filter, String... returnAttributes)Executes a search request.SearchResponseSearchOperation. execute(Filter filter, String[] returnAttributes, LdapEntryHandler... handlers)Executes a search request.SearchResponseSearchOperation. execute(FilterTemplate template)Executes a search request.SearchResponseSearchOperation. execute(FilterTemplate template, String... returnAttributes)Executes a search request.SearchResponseSearchOperation. execute(FilterTemplate template, String[] returnAttributes, LdapEntryHandler... handlers)Executes a search request.SearchResponseSearchOperation. execute(SearchRequest req)default SearchResponseSearchOperationHandle. execute()static SearchResponseSearchResponse. sort(SearchResponse result)Returns a new response whose entries are sorted naturally by DN.SearchResponseSearchResponse. 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 static SearchResponseSearchResponse. copy(SearchResponse response)Creates a mutable copy of the supplied search response.static SearchResponseSearchResponse. sort(SearchResponse result)Returns a new response whose entries are sorted naturally by DN.Method parameters in org.ldaptive with type arguments of type SearchResponse Modifier and Type Method Description SearchOperationHandleSearchOperationHandle. onReferralResult(ReferralResultHandler<SearchResponse> function) -
Uses of SearchResponse in org.ldaptive.ad.control.util
Methods in org.ldaptive.ad.control.util that return SearchResponse Modifier and Type Method Description SearchResponseDirSyncClient. execute(SearchRequest request)Performs a search operation with theDirSyncControl.SearchResponseDirSyncClient. execute(SearchRequest request, CookieManager manager)Performs a search operation with theDirSyncControl.SearchResponseDirSyncClient. execute(SearchRequest request, SearchResponse result)Performs a search operation with theDirSyncControl.SearchResponseDirSyncClient. executeToCompletion(SearchRequest request)SearchResponseDirSyncClient. 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 SearchResponseDirSyncClient. 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 longDirSyncClient. getDirSyncFlags(SearchResponse result)Returns the dir sync flags in the supplied response or -1 if no flags exists.booleanDirSyncClient. 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 SearchResponsePrimaryGroupIdHandler. apply(SearchResponse response)SearchResponseRangeEntryHandler. apply(SearchResponse response)Methods in org.ldaptive.ad.handler with parameters of type SearchResponse Modifier and Type Method Description SearchResponsePrimaryGroupIdHandler. apply(SearchResponse response)SearchResponseRangeEntryHandler. apply(SearchResponse response) -
Uses of SearchResponse in org.ldaptive.ad.schema
Methods in org.ldaptive.ad.schema with parameters of type SearchResponse Modifier and Type Method Description static SchemaSchemaFactory. 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 SearchResponseAbstractSearchEntryResolver. performLdapSearch(AuthenticationCriteria criteria, AuthenticationHandlerResponse response)Executes an ldap search with the supplied authentication criteria.protected SearchResponseAuthorizationIdentityEntryResolver. performLdapSearch(AuthenticationCriteria criteria, AuthenticationHandlerResponse response)protected SearchResponseSearchDnResolver. performLdapSearch(FilterTemplate template)Executes the ldap search operation with the supplied filter.SearchResponseSearchEntryResolver. performLdapSearch(AuthenticationCriteria criteria, AuthenticationHandlerResponse response)protected SearchResponseWhoAmIEntryResolver. 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 SearchResponsePagedResultsClient. execute(SearchRequest request)Performs a search operation with thePagedResultsControl.SearchResponsePagedResultsClient. execute(SearchRequest request, CookieManager manager)Performs a search operation with thePagedResultsControl.SearchResponsePagedResultsClient. execute(SearchRequest request, SearchResponse result)Performs a search operation with thePagedResultsControl.SearchResponseVirtualListViewClient. execute(SearchRequest request, VirtualListViewParams params)Performs a search operation with theVirtualListViewRequestControl.SearchResponseVirtualListViewClient. execute(SearchRequest request, VirtualListViewParams params, SearchResponse result)Performs a search operation with theVirtualListViewRequestControl.SearchResponsePagedResultsClient. executeToCompletion(SearchRequest request)Performs a search operation with thePagedResultsControl.SearchResponsePagedResultsClient. executeToCompletion(SearchRequest request, CookieManager manager)Performs a search operation with thePagedResultsControl.SearchResponseVirtualListViewClient. 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 VirtualListViewRequestControlVirtualListViewParams. createRequestControl(SearchResponse result, boolean critical)Creates a new virtual list view request control using the properties in this VLV params.SearchResponsePagedResultsClient. execute(SearchRequest request, SearchResponse result)Performs a search operation with thePagedResultsControl.SearchResponseVirtualListViewClient. 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.PagedResultsControlPagedResultsClient. getResponseControl(SearchResponse result)Returns thePagedResultsControlin the supplied response.VirtualListViewResponseControlVirtualListViewClient. getResponseControl(SearchResponse result)Returns theVirtualListViewResponseControlin the supplied response.protected byte[]VirtualListViewClient. getVirtualListViewCookie(SearchResponse result)Returns the VLV results cookie in the supplied response or null if no cookie exists.booleanPagedResultsClient. 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 SearchResponseFreezeResultHandler. apply(SearchResponse response)SearchResponseMergeResultHandler. apply(SearchResponse searchResponse)SearchResponseRecursiveResultHandler. apply(SearchResponse response)SearchResponseSortResultHandler. apply(SearchResponse response)private SearchResponseMergeResultHandler. merge(SearchResponse searchResponse)Merges the entries in the supplied result into a single entry.protected SearchResponseRecursiveResultHandler. performSearch(String baseDn, String[] attrs)Perform an object scope search on the supplied baseDN and retrieve the supplied return attributes.Methods in org.ldaptive.handler with parameters of type SearchResponse Modifier and Type Method Description SearchResponseFreezeResultHandler. apply(SearchResponse response)SearchResponseMergeResultHandler. apply(SearchResponse searchResponse)SearchResponseRecursiveResultHandler. apply(SearchResponse response)SearchResponseSortResultHandler. apply(SearchResponse response)private SearchResponseMergeResultHandler. merge(SearchResponse searchResponse)Merges the entries in the supplied result into a single entry. -
Uses of SearchResponse in org.ldaptive.io
Methods in org.ldaptive.io that return SearchResponse Modifier and Type Method Description SearchResponseLdifReader. read()Reads LDIF data from the reader and returns a search result.SearchResponseSearchResultReader. read()Reads an ldap result.Methods in org.ldaptive.io with parameters of type SearchResponse Modifier and Type Method Description protected StringLdifWriter. createLdif(SearchResponse result)Creates an LDIF using the supplied search result.voidLdifWriter. write(SearchResponse result)Writes the supplied search result to the writer.voidSearchResultWriter. 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 SearchResponseFollowSearchResultReferenceHandler. apply(SearchResponse result)Methods in org.ldaptive.referral with parameters of type SearchResponse Modifier and Type Method Description SearchResponseFollowSearchResultReferenceHandler. apply(SearchResponse result) -
Uses of SearchResponse in org.ldaptive.templates
Methods in org.ldaptive.templates that return SearchResponse Modifier and Type Method Description protected SearchResponseSearchTemplatesOperation. execute(FilterTemplate[] templates, String[] returnAttrs, Integer fromResult, Integer toResult)Performs an LDAP search with the supplied templates and aggregates all the search results together.SearchResponseSearchTemplatesOperation. 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 SearchResponseDefaultSearchOperationHandle. resultSynthetic result that is built as entries and references are received.Methods in org.ldaptive.transport that return SearchResponse Modifier and Type Method Description SearchResponseDefaultSearchOperationHandle. await()Methods in org.ldaptive.transport with parameters of type SearchResponse Modifier and Type Method Description voidDefaultSearchOperationHandle. result(SearchResponse r)Method parameters in org.ldaptive.transport with type arguments of type SearchResponse Modifier and Type Method Description DefaultSearchOperationHandleDefaultSearchOperationHandle. onReferralResult(ReferralResultHandler<SearchResponse> function)
-