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()SearchResponseSearchOperation. execute()Executes a search request usingSearchOperation.getRequest().SearchResponseSearchOperation. execute(java.lang.String filter)Executes a search request.SearchResponseSearchOperation. execute(java.lang.String filter, java.lang.String... returnAttributes)Executes a search request.SearchResponseSearchOperation. execute(java.lang.String filter, java.lang.String[] returnAttributes, LdapEntryHandler... handlers)Executes a search request.SearchResponseSearchOperation. execute(java.lang.String baseDN, java.lang.String filter, java.lang.String[] returnAttributes, LdapEntryHandler... handlers)Executes a search request.SearchResponseSearchOperation. execute(java.lang.String baseDN, Filter filter, java.lang.String[] returnAttributes, LdapEntryHandler... handlers)Executes a search request.SearchResponseSearchOperation. execute(java.lang.String baseDN, FilterTemplate template, java.lang.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, java.lang.String... returnAttributes)Executes a search request.SearchResponseSearchOperation. execute(Filter filter, java.lang.String[] returnAttributes, LdapEntryHandler... handlers)Executes a search request.SearchResponseSearchOperation. execute(FilterTemplate template)Executes a search request.SearchResponseSearchOperation. execute(FilterTemplate template, java.lang.String... returnAttributes)Executes a search request.SearchResponseSearchOperation. execute(FilterTemplate template, java.lang.String[] returnAttributes, LdapEntryHandler... handlers)Executes a search request.SearchResponseSearchOperation. execute(SearchRequest req)default SearchResponseSearchOperationHandle. execute()static SearchResponseSearchResponse. merge(SearchResponse result)Merges the entries in the supplied result into a single entry.static SearchResponseSearchResponse. sort(SearchResponse sr)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 with parameters of type SearchResponse Modifier and Type Method Description voidSearchResponse. initialize(SearchResponse result)Copies the values of the supplied search result done to this synthetic result.static SearchResponseSearchResponse. merge(SearchResponse result)Merges the entries in the supplied result into a single entry.static SearchResponseSearchResponse. 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 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 that return SearchResponse Modifier and Type Method Description protected static SearchResponseSchemaFactory. getSearchResult(ConnectionFactory factory, java.lang.String dn, java.lang.String filter, java.lang.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 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 java.util.Collection<SearchResponse>SearchOperationWorker. execute(java.lang.String... filters)Performs search operations for the supplied filters.java.util.Collection<SearchResponse>SearchOperationWorker. execute(java.lang.String[] filters, java.lang.String... attrs)Performs search operations for the supplied filters with the supplied return attributesjava.util.Collection<SearchResponse>SearchOperationWorker. execute(FilterTemplate... templates)Performs search operations for the supplied filters.java.util.Collection<SearchResponse>SearchOperationWorker. execute(FilterTemplate[] templates, java.lang.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.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.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 SearchResponseMergeResultHandler. apply(SearchResponse searchResponse)SearchResponseRecursiveResultHandler. apply(SearchResponse response)SearchResponseSortResultHandler. apply(SearchResponse response)Methods in org.ldaptive.handler with parameters of type SearchResponse Modifier and Type Method Description SearchResponseMergeResultHandler. apply(SearchResponse searchResponse)SearchResponseRecursiveResultHandler. apply(SearchResponse response)SearchResponseSortResultHandler. apply(SearchResponse response) -
Uses of SearchResponse in org.ldaptive.io
Methods in org.ldaptive.io that return SearchResponse Modifier and Type Method Description SearchResponseJsonReader. read()Reads JSON data from the reader and returns a search result.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 java.lang.StringLdifWriter. createLdif(SearchResponse result)Creates an LDIF using the supplied search result.voidJsonWriter. write(SearchResponse result)Writes the supplied search result to the writer.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 java.util.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, java.lang.String[] returnAttrs, java.lang.Integer fromResult, java.lang.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
Methods in org.ldaptive.transport that return SearchResponse Modifier and Type Method Description SearchResponseDefaultSearchOperationHandle. await()SearchResponseDefaultSearchOperationHandle. execute()
-