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.org.opends.server.api Contains a number of API declarations for use throughout the Directory Server.org.opends.server.api.plugin Defines the Directory Server plugin API.org.opends.server.authorization.dseecompat Contains the Directory Server Sun Java System Directory Server Enterprise Edition (dseecompat) compatability access control handler implementation.org.opends.server.authorization.policy Contains the policy based access control handler implementation.org.opends.server.core Contains various classes that comprise the core of the Directory Server codebase.org.opends.server.protocols.jmx Contains the implementation for the Directory Server connection handler that is responsible for interacting with clients using JMX.org.opends.server.protocols.ldap Contains the implementation for the Directory Server connection handler that is responsible for interacting with clients using LDAPv3. -
-
Uses of SearchResultEntry in org.forgerock.opendj.io
Methods in org.forgerock.opendj.io with parameters of type SearchResultEntry Modifier and Type Method Description voidLdapWriter. 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 SearchResultEntryAttributeFilter. filteredCopyOf(SearchResultEntry entry)Returns a modifiable filtered copy of the provided search result entry.SearchResultEntryAttributeFilter. filteredViewOf(SearchResultEntry entry)Returns an unmodifiable filtered view of the provided search result entry.SearchResultEntryAbstractConnection. readEntry(String baseObject, String... attributeDescriptions)SearchResultEntryAbstractConnection. readEntry(Dn baseObject, String... attributeDescriptions)SearchResultEntryAbstractConnectionWrapper. readEntry(String name, String... attributeDescriptions)Reads the named entry from the Directory Server.SearchResultEntryAbstractConnectionWrapper. readEntry(Dn name, String... attributeDescriptions)Reads the named entry from the Directory Server.SearchResultEntryConnection. readEntry(String name, String... attributeDescriptions)Reads the named entry from the Directory Server.SearchResultEntryConnection. readEntry(Dn name, String... attributeDescriptions)Reads the named entry from the Directory Server.SearchResultEntryAbstractConnection. searchSingleEntry(String baseObject, SearchScope scope, String filter, String... attributeDescriptions)SearchResultEntryAbstractConnection. searchSingleEntry(SearchRequest request)SearchResultEntryAbstractConnectionWrapper. searchSingleEntry(String baseObject, SearchScope scope, String filter, String... attributeDescriptions)Searches the Directory Server for a single entry using the provided search parameters.SearchResultEntryAbstractConnectionWrapper. searchSingleEntry(SearchRequest request)Searches the Directory Server for a single entry using the provided search request.SearchResultEntryConnection. searchSingleEntry(String baseObject, SearchScope scope, String filter, String... attributeDescriptions)Searches the Directory Server for a single entry using the provided search parameters.SearchResultEntryConnection. 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 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 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.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 SearchResultEntryAttributeFilter. filteredCopyOf(SearchResultEntry entry)Returns a modifiable filtered copy of the provided search result entry.SearchResultEntryAttributeFilter. filteredViewOf(SearchResultEntry entry)Returns an unmodifiable filtered view of the provided search result entry.booleanSearchResultHandler. 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 ResultAbstractConnection. search(SearchRequest request, Collection<? super SearchResultEntry> entries)ResultAbstractConnection. search(SearchRequest request, Collection<? super SearchResultEntry> entries, Collection<? super SearchResultReference> references)ResultAbstractConnectionWrapper. search(SearchRequest request, Collection<? super SearchResultEntry> entries)Searches the Directory Server using the provided search request.ResultAbstractConnectionWrapper. search(SearchRequest request, Collection<? super SearchResultEntry> entries, Collection<? super SearchResultReference> references)Searches the Directory Server using the provided search request.ResultConnection. search(SearchRequest request, Collection<? super SearchResultEntry> entries)Searches the Directory Server using the provided search request.ResultConnection. 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 SearchResultEntrySearchResultEntry. addAttribute(String attributeDescription, Object... values)default SearchResultEntrySearchResultEntry. addControl(Control control)default SearchResultEntrySearchResultEntry. addControls(Iterable<? extends Control> controls)default SearchResultEntrySearchResultEntry. clearAttributes()static SearchResultEntryResponses. copyOfSearchResultEntry(SearchResultEntry entry)Creates a new search result entry that is an exact copy of the provided result.static SearchResultEntryResponses. newSearchResultEntry(String name)Creates a new search result entry using the provided distinguished name decoded using the default schema.static SearchResultEntryResponses. newSearchResultEntry(String... ldifLines)Creates a new search result entry using the provided lines of LDIF decoded using the default schema.static SearchResultEntryResponses. newSearchResultEntry(Dn name)Creates a new search result entry using the provided distinguished name.static SearchResultEntryResponses. newSearchResultEntry(Entry entry)Creates a new search result entry backed by the provided entry.default SearchResultEntrySearchResultEntry. removeAttribute(String attributeDescription, Object... values)default SearchResultEntrySearchResultEntry. replaceAttribute(String attributeDescription, Object... values)default SearchResultEntrySearchResultEntry. setName(String dn)default SearchResultEntrySearchResultEntry. setName(Dn dn)static SearchResultEntryResponses. 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 SearchResultEntryResponses. copyOfSearchResultEntry(SearchResultEntry entry)Creates a new search result entry that is an exact copy of the provided result.static LdapMessageLdapMessage. newResponseMessage(int messageId, SearchResultEntry response)Builds and returns anLdapMessagecontaining aSearchResultEntry.static SearchResultEntryResponses. 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 SearchResultEntryConnectionEntryReader. 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
Methods in org.opends.server.api with parameters of type SearchResultEntry Modifier and Type Method Description voidAccessControlHandler. 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.booleanAccessControlHandler. maySend(Operation operation, SearchResultEntry unfilteredEntry)Indicates whether the provided search result entry may be sent to the client.abstract voidClientConnection. sendSearchEntry(SearchOperation searchOperation, SearchResultEntry searchEntry)Sends the provided search result entry to the client. -
Uses of SearchResultEntry in org.opends.server.api.plugin
Methods in org.opends.server.api.plugin with parameters of type SearchResultEntry Modifier and Type Method Description PluginResult.IntermediateResponseDirectoryServerPlugin. 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
Methods in org.opends.server.authorization.dseecompat with parameters of type SearchResultEntry Modifier and Type Method Description voidAciHandler. filterEntry(Operation operation, SearchResultEntry unfilteredEntry, AttributeFilter attributeFilter)booleanAciHandler. maySend(Operation operation, SearchResultEntry entry) -
Uses of SearchResultEntry in org.opends.server.authorization.policy
Methods in org.opends.server.authorization.policy with parameters of type SearchResultEntry Modifier and Type Method Description booleanPolicyBasedAccessControlHandler. maySend(Operation operation, SearchResultEntry unfilteredEntry) -
Uses of SearchResultEntry in org.opends.server.core
Methods in org.opends.server.core with parameters of type SearchResultEntry Modifier and Type Method Description PluginResult.IntermediateResponsePluginConfigManager. invokeSearchResultEntryPlugins(InProgressSearchOperation searchOperation, SearchResultEntry searchEntry)Invokes the set of search result entry plugins that have been configured in the Directory Server.voidSearchOperation. sendSearchEntry(SearchResultEntry entry)Sends the provided search result entry to the client. -
Uses of SearchResultEntry in org.opends.server.protocols.jmx
Methods in org.opends.server.protocols.jmx with parameters of type SearchResultEntry Modifier and Type Method Description voidJmxClientConnection. sendSearchEntry(SearchOperation searchOperation, SearchResultEntry searchEntry) -
Uses of SearchResultEntry in org.opends.server.protocols.ldap
Methods in org.opends.server.protocols.ldap with parameters of type SearchResultEntry Modifier and Type Method Description voidLdapClientConnection. sendSearchEntry(SearchOperation searchOperation, SearchResultEntry searchEntry)
-