Uses of Interface
org.forgerock.opendj.ldap.messages.SearchResultEntry
Package
Description
Classes and interfaces providing I/O functionality.
Classes and interfaces for core types including connections, entries, and
attributes.
Classes and interfaces for core LDAP requests/responses.
Classes and interfaces for reading and writing LDIF.
Contains a number of API declarations for use throughout the Directory Server.
Defines the Directory Server plugin API.
Contains the Directory Server Sun Java System Directory Server Enterprise Edition (dseecompat) compatability access
control handler implementation.
Contains various classes that comprise the core of the Directory Server codebase.
Contains various implementations of Directory Server APIs that are not appropriate for other packages.
-
Uses of SearchResultEntry in org.forgerock.opendj.io
Modifier and TypeMethodDescriptionvoid
LdapWriter.writeSearchResultEntry
(int messageID, SearchResultEntry entry) Writes the provided search result entry. -
Uses of SearchResultEntry in org.forgerock.opendj.ldap
Modifier and TypeMethodDescriptionAttributeFilter.filteredCopyOf
(SearchResultEntry entry) Returns a modifiable filtered copy of the provided search result entry.AttributeFilter.filteredViewOf
(SearchResultEntry entry) Returns an unmodifiable filtered view of the provided search result entry.Reads the named entry from the Directory Server.Reads the named entry from the Directory Server.Reads the named entry from the Directory Server.Reads the named entry from the Directory Server.AbstractConnection.searchSingleEntry
(String baseObject, SearchScope scope, String filter, String... attributeDescriptions) AbstractConnection.searchSingleEntry
(SearchRequest request) AbstractConnectionWrapper.searchSingleEntry
(String baseObject, SearchScope scope, String filter, String... attributeDescriptions) Searches the Directory Server for a single entry using the provided search parameters.AbstractConnectionWrapper.searchSingleEntry
(SearchRequest request) Searches the Directory Server for a single entry using the provided search request.Connection.searchSingleEntry
(String baseObject, SearchScope scope, String filter, String... attributeDescriptions) Searches the Directory Server for a single entry using the provided search parameters.Connection.searchSingleEntry
(SearchRequest request) Searches the Directory Server for a single entry using the provided search request.Modifier and TypeMethodDescriptiondefault Single<SearchResultEntry>
Reads the named entry from the Directory Server.AbstractConnection.readEntryAsync
(Dn name, Collection<String> attributeDescriptions) AbstractConnectionWrapper.readEntryAsync
(Dn name, Collection<String> attributeDescriptions) Asynchronously reads the named entry from the Directory Server.Connection.readEntryAsync
(Dn name, Collection<String> attributeDescriptions) Asynchronously reads the named entry from the Directory Server.default Flowable<SearchResultEntry>
LdapClientSocket.search
(SearchRequest request) Searches the Directory Server using the provided search request.default Single<SearchResultEntry>
LdapClientSocket.searchSingleEntry
(SearchRequest request) Searches the Directory Server for a single entry using the provided search request.AbstractConnection.searchSingleEntryAsync
(SearchRequest request) AbstractConnectionWrapper.searchSingleEntryAsync
(SearchRequest request) Asynchronously searches the Directory Server for a single entry using the provided search request.Connection.searchSingleEntryAsync
(SearchRequest request) Asynchronously searches the Directory Server for a single entry using the provided search request.Modifier and TypeMethodDescriptionAttributeFilter.filteredCopyOf
(SearchResultEntry entry) Returns a modifiable filtered copy of the provided search result entry.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.Modifier and TypeMethodDescriptionAbstractConnection.search
(SearchRequest request, Collection<? super SearchResultEntry> entries) AbstractConnection.search
(SearchRequest request, Collection<? super SearchResultEntry> entries, Collection<? super SearchResultReference> references) AbstractConnectionWrapper.search
(SearchRequest request, Collection<? super SearchResultEntry> entries) Searches the Directory Server using the provided search request.AbstractConnectionWrapper.search
(SearchRequest request, Collection<? super SearchResultEntry> entries, Collection<? super SearchResultReference> references) Searches the Directory Server using the provided search request.Connection.search
(SearchRequest request, Collection<? super SearchResultEntry> entries) Searches the Directory Server using the provided search request.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
Modifier and TypeMethodDescriptiondefault 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.removeControls
(String oid) default SearchResultEntry
SearchResultEntry.replaceAttribute
(String attributeDescription, Object... values) default SearchResultEntry
default SearchResultEntry
static SearchResultEntry
Responses.unmodifiableSearchResultEntry
(SearchResultEntry entry) Creates an unmodifiable search result entry using the provided response.Modifier and TypeMethodDescriptionstatic 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
Modifier and TypeMethodDescriptionConnectionEntryReader.readEntry()
Waits for the next search result entry or reference to become available and, if it is an entry, returns it as aSearchResultEntry
. -
Uses of SearchResultEntry in org.opends.server.api
Modifier and TypeMethodDescriptionvoid
AccessControlHandler.filterEntry
(Operation operation, SearchResultEntry unfilteredEntry, AttributeFilter attributeFilter) Filter the contents of the provided entry such that it no longer contains any attributes or values that the client is not permitted to access.Modifier and TypeMethodDescriptionfinal void
LocalBackend.search
(SearchRequest searchRequest, Consumer<SearchResultEntry> entryHandler) Processes the specified search in this backend, publishing any entries to the provided consumer.boolean
VirtualAttributeProvider.tryProcessSearch
(AttributeDescription attributeDescription, RequestContext context, SearchRequest request, Predicate<SearchResultEntry> out) Attempts to process the provided search operation using this virtual attribute, returntrue
if it was successful. -
Uses of SearchResultEntry in org.opends.server.api.plugin
Modifier and TypeMethodDescriptionDirectoryServerPlugin.processSearchEntry
(InProgressSearchOperation searchOperation, SearchResultEntry searchEntry) Performs any necessary processing that should be done before a search result entry is sent to a client. -
Uses of SearchResultEntry in org.opends.server.authorization.dseecompat
Modifier and TypeMethodDescriptionvoid
AciHandler.filterEntry
(Operation operation, SearchResultEntry unfilteredEntry, AttributeFilter attributeFilter) -
Uses of SearchResultEntry in org.opends.server.core
Modifier and TypeMethodDescriptionPluginConfigManager.invokeSearchResultEntryPlugins
(InProgressSearchOperation searchOperation, SearchResultEntry searchEntry) Invokes the set of search result entry plugins that have been configured in the Directory Server. -
Uses of SearchResultEntry in org.opends.server.extensions
Modifier and TypeMethodDescriptionboolean
IsMemberOfVirtualAttributeProvider.tryProcessSearch
(AttributeDescription attributeDescription, RequestContext context, SearchRequest request, Predicate<SearchResultEntry> out) Attempts to process the provided search operation using this virtual attribute, returntrue
if it was successful.