Uses of Interface
org.forgerock.opendj.ldap.messages.SearchResultReference
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 the policy based access control handler implementation.
Contains various classes that comprise the core of the Directory Server codebase.
Contains a number of interfaces that are implemented by the various types of Directory Server operations.
-
Uses of SearchResultReference in org.forgerock.opendj.io
Modifier and TypeMethodDescriptionvoid
LdapWriter.writeSearchResultReference
(int messageID, SearchResultReference reference) Writes the provided search result reference. -
Uses of SearchResultReference in org.forgerock.opendj.ldap
Modifier and TypeMethodDescriptionSearchResultReferenceIOException.getReference()
Returns theSearchResultReference
which was encountered while processing the search results.Modifier and TypeMethodDescriptiondefault boolean
SearchResultHandler.handleReference
(SearchResultReference reference) Invoked each time a search result reference is returned from an asynchronous search operation.ModifierConstructorDescriptionCreates a new referral result IO exception with the providedSearchResultReference
. -
Uses of SearchResultReference in org.forgerock.opendj.ldap.messages
Modifier and TypeMethodDescriptionSearchResultReference.addControl
(Control control) SearchResultReference.addControls
(Iterable<? extends Control> controls) Adds the provided continuation reference URI to this search result reference.static SearchResultReference
Responses.copyOfSearchResultReference
(SearchResultReference reference) Creates a new search result reference that is an exact copy of the provided result.static SearchResultReference
Responses.newSearchResultReference
(String uri) Creates a new search result reference using the provided continuation reference URI.static SearchResultReference
Responses.newSearchResultReference
(List<String> uris) Creates a new search result reference using the provided continuation reference URIs.SearchResultReference.removeControls
(String oid) static SearchResultReference
Responses.unmodifiableSearchResultReference
(SearchResultReference reference) Creates an unmodifiable search result reference using the provided response.Modifier and TypeMethodDescriptionstatic SearchResultReference
Responses.copyOfSearchResultReference
(SearchResultReference reference) Creates a new search result reference that is an exact copy of the provided result.static LdapMessage
LdapMessage.newResponseMessage
(int messageId, SearchResultReference response) Builds and returns anLdapMessage
containing aSearchResultReference
.static SearchResultReference
Responses.unmodifiableSearchResultReference
(SearchResultReference reference) Creates an unmodifiable search result reference using the provided response. -
Uses of SearchResultReference in org.forgerock.opendj.ldif
Modifier and TypeMethodDescriptionConnectionEntryReader.readReference()
Waits for the next search result entry or reference to become available and, if it is a reference, returns it as aSearchResultReference
. -
Uses of SearchResultReference in org.opends.server.api
Modifier and TypeMethodDescriptionboolean
AccessControlHandler.maySend
(Dn dn, Operation operation, SearchResultReference searchReference) Indicates whether the provided search result reference may be sent to the client based on the access control configuration. -
Uses of SearchResultReference in org.opends.server.api.plugin
Modifier and TypeMethodDescriptionDirectoryServerPlugin.processSearchReference
(InProgressSearchOperation searchOperation, SearchResultReference searchReference) Performs any necessary processing that should be done before a search result reference is sent to a client. -
Uses of SearchResultReference in org.opends.server.authorization.dseecompat
Modifier and TypeMethodDescriptionboolean
AciHandler.maySend
(Dn dn, Operation operation, SearchResultReference reference) -
Uses of SearchResultReference in org.opends.server.authorization.policy
Modifier and TypeMethodDescriptionboolean
PolicyBasedAccessControlHandler.maySend
(Dn dn, Operation operation, SearchResultReference searchReference) -
Uses of SearchResultReference in org.opends.server.core
Modifier and TypeMethodDescriptionPluginConfigManager.invokeSearchResultReferencePlugins
(InProgressSearchOperation searchOperation, SearchResultReference searchReference) Invokes the set of search result reference plugins that have been configured in the Directory Server.boolean
SearchOperation.returnReference
(Dn dn, SearchResultReference reference) Used as a callback for backends to indicate that the provided search reference was encountered during processing and that additional processing should be performed to potentially send it back to the client. -
Uses of SearchResultReference in org.opends.server.types.operation
Modifier and TypeMethodDescriptionboolean
PreOperationSearchOperation.returnReference
(Dn dn, SearchResultReference reference) Returns the provided search result reference to the client.boolean
PreParseSearchOperation.returnReference
(Dn dn, SearchResultReference reference) Returns the provided search result reference to the client.