Uses of Interface
org.forgerock.opendj.ldap.messages.SearchResultEntry
-
Packages that use SearchResultEntry Package Description org.forgerock.opendj.io Classes and interfaces providing I/O functionality.org.forgerock.opendj.ldap Classes and interfaces for core types including connections, entries, and attributes.org.forgerock.opendj.ldap.messages Classes and interfaces for core LDAP requests/responses.org.forgerock.opendj.ldif Classes and interfaces for reading and writing LDIF. -
-
Uses of SearchResultEntry in org.forgerock.opendj.io
Methods in org.forgerock.opendj.io with parameters of type SearchResultEntry Modifier and Type Method Description void
LdapWriter. writeSearchResultEntry(int messageID, SearchResultEntry entry)
Writes the provided search result entry. -
Uses of SearchResultEntry in org.forgerock.opendj.ldap
Methods in org.forgerock.opendj.ldap that return SearchResultEntry Modifier and Type Method Description SearchResultEntry
AttributeFilter. filteredCopyOf(SearchResultEntry entry)
Returns a modifiable filtered copy of the provided search result entry.SearchResultEntry
AttributeFilter. filteredViewOf(SearchResultEntry entry)
Returns an unmodifiable filtered view of the provided search result entry.SearchResultEntry
AbstractConnection. readEntry(String baseObject, String... attributeDescriptions)
SearchResultEntry
AbstractConnection. readEntry(Dn baseObject, String... attributeDescriptions)
SearchResultEntry
AbstractConnectionWrapper. readEntry(String name, String... attributeDescriptions)
Reads the named entry from the Directory Server.SearchResultEntry
AbstractConnectionWrapper. readEntry(Dn name, String... attributeDescriptions)
Reads the named entry from the Directory Server.SearchResultEntry
Connection. readEntry(String name, String... attributeDescriptions)
Reads the named entry from the Directory Server.SearchResultEntry
Connection. readEntry(Dn name, String... attributeDescriptions)
Reads the named entry from the Directory Server.SearchResultEntry
AbstractConnection. searchSingleEntry(String baseObject, SearchScope scope, String filter, String... attributeDescriptions)
SearchResultEntry
AbstractConnection. searchSingleEntry(SearchRequest request)
SearchResultEntry
AbstractConnectionWrapper. searchSingleEntry(String baseObject, SearchScope scope, String filter, String... attributeDescriptions)
Searches the Directory Server for a single entry using the provided search parameters.SearchResultEntry
AbstractConnectionWrapper. searchSingleEntry(SearchRequest request)
Searches the Directory Server for a single entry using the provided search request.SearchResultEntry
Connection. searchSingleEntry(String baseObject, SearchScope scope, String filter, String... attributeDescriptions)
Searches the Directory Server for a single entry using the provided search parameters.SearchResultEntry
Connection. searchSingleEntry(SearchRequest request)
Searches the Directory Server for a single entry using the provided search request.Methods in org.forgerock.opendj.ldap that return types with arguments of type SearchResultEntry Modifier and Type Method Description default io.reactivex.rxjava3.core.Single<SearchResultEntry>
LdapClientSocket. readEntry(Dn name, String... attributeDescriptions)
Reads the named entry from the Directory Server.LdapPromise<SearchResultEntry>
AbstractConnection. readEntryAsync(Dn name, Collection<String> attributeDescriptions)
LdapPromise<SearchResultEntry>
AbstractConnectionWrapper. readEntryAsync(Dn name, Collection<String> attributeDescriptions)
Asynchronously reads the named entry from the Directory Server.LdapPromise<SearchResultEntry>
Connection. readEntryAsync(Dn name, Collection<String> attributeDescriptions)
Asynchronously reads the named entry from the Directory Server.default io.reactivex.rxjava3.core.Flowable<SearchResultEntry>
LdapClientSocket. search(SearchRequest request)
Searches the Directory Server using the provided search request.default io.reactivex.rxjava3.core.Single<SearchResultEntry>
LdapClientSocket. searchSingleEntry(SearchRequest request)
Searches the Directory Server for a single entry using the provided search request.LdapPromise<SearchResultEntry>
AbstractConnection. searchSingleEntryAsync(SearchRequest request)
LdapPromise<SearchResultEntry>
AbstractConnectionWrapper. searchSingleEntryAsync(SearchRequest request)
Asynchronously searches the Directory Server for a single entry using the provided search request.LdapPromise<SearchResultEntry>
Connection. searchSingleEntryAsync(SearchRequest request)
Asynchronously searches the Directory Server for a single entry using the provided search request.Methods in org.forgerock.opendj.ldap with parameters of type SearchResultEntry Modifier and Type Method Description SearchResultEntry
AttributeFilter. filteredCopyOf(SearchResultEntry entry)
Returns a modifiable filtered copy of the provided search result entry.SearchResultEntry
AttributeFilter. filteredViewOf(SearchResultEntry entry)
Returns an unmodifiable filtered view of the provided search result entry.boolean
SearchResultHandler. handleEntry(SearchResultEntry entry)
Invoked each time a search result entry is returned from an asynchronous search operation.Method parameters in org.forgerock.opendj.ldap with type arguments of type SearchResultEntry Modifier and Type Method Description Result
AbstractConnection. search(SearchRequest request, Collection<? super SearchResultEntry> entries)
Result
AbstractConnection. search(SearchRequest request, Collection<? super SearchResultEntry> entries, Collection<? super SearchResultReference> references)
Result
AbstractConnectionWrapper. search(SearchRequest request, Collection<? super SearchResultEntry> entries)
Searches the Directory Server using the provided search request.Result
AbstractConnectionWrapper. search(SearchRequest request, Collection<? super SearchResultEntry> entries, Collection<? super SearchResultReference> references)
Searches the Directory Server using the provided search request.Result
Connection. search(SearchRequest request, Collection<? super SearchResultEntry> entries)
Searches the Directory Server using the provided search request.Result
Connection. search(SearchRequest request, Collection<? super SearchResultEntry> entries, Collection<? super SearchResultReference> references)
Searches the Directory Server using the provided search request. -
Uses of SearchResultEntry in org.forgerock.opendj.ldap.messages
Methods in org.forgerock.opendj.ldap.messages that return SearchResultEntry Modifier and Type Method Description default SearchResultEntry
SearchResultEntry. addAttribute(String attributeDescription, Object... values)
default SearchResultEntry
SearchResultEntry. addControl(Control control)
default SearchResultEntry
SearchResultEntry. addControls(Iterable<? extends Control> controls)
default SearchResultEntry
SearchResultEntry. clearAttributes()
static SearchResultEntry
Responses. copyOfSearchResultEntry(SearchResultEntry entry)
Creates a new search result entry that is an exact copy of the provided result.static SearchResultEntry
Responses. newSearchResultEntry(String name)
Creates a new search result entry using the provided distinguished name decoded using the default schema.static SearchResultEntry
Responses. newSearchResultEntry(String... ldifLines)
Creates a new search result entry using the provided lines of LDIF decoded using the default schema.static SearchResultEntry
Responses. newSearchResultEntry(Dn name)
Creates a new search result entry using the provided distinguished name.static SearchResultEntry
Responses. newSearchResultEntry(Entry entry)
Creates a new search result entry backed by the provided entry.default SearchResultEntry
SearchResultEntry. removeAttribute(String attributeDescription, Object... values)
default SearchResultEntry
SearchResultEntry. replaceAttribute(String attributeDescription, Object... values)
default SearchResultEntry
SearchResultEntry. setName(String dn)
default SearchResultEntry
SearchResultEntry. setName(Dn dn)
static SearchResultEntry
Responses. unmodifiableSearchResultEntry(SearchResultEntry entry)
Creates an unmodifiable search result entry using the provided response.Methods in org.forgerock.opendj.ldap.messages with parameters of type SearchResultEntry Modifier and Type Method Description static SearchResultEntry
Responses. copyOfSearchResultEntry(SearchResultEntry entry)
Creates a new search result entry that is an exact copy of the provided result.static LdapMessage
LdapMessage. newResponseMessage(int messageId, SearchResultEntry response)
Builds and returns anLdapMessage
containing aSearchResultEntry
.static SearchResultEntry
Responses. unmodifiableSearchResultEntry(SearchResultEntry entry)
Creates an unmodifiable search result entry using the provided response. -
Uses of SearchResultEntry in org.forgerock.opendj.ldif
Methods in org.forgerock.opendj.ldif that return SearchResultEntry Modifier and Type Method Description SearchResultEntry
ConnectionEntryReader. readEntry()
Waits for the next search result entry or reference to become available and, if it is an entry, returns it as aSearchResultEntry
.
-