Uses of Interface
org.forgerock.opendj.ldap.messages.SearchResultReference
-
Packages that use SearchResultReference 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.org.opends.server.types.operation Contains a number of interfaces that are implemented by the various types of Directory Server operations. -
-
Uses of SearchResultReference in org.forgerock.opendj.io
Methods in org.forgerock.opendj.io with parameters of type SearchResultReference Modifier and Type Method Description voidLdapWriter. writeSearchResultReference(int messageID, SearchResultReference reference)Writes the provided search result reference. -
Uses of SearchResultReference in org.forgerock.opendj.ldap
Methods in org.forgerock.opendj.ldap that return SearchResultReference Modifier and Type Method Description SearchResultReferenceSearchResultReferenceIOException. getReference()Returns theSearchResultReferencewhich was encountered while processing the search results.Methods in org.forgerock.opendj.ldap with parameters of type SearchResultReference Modifier and Type Method Description default booleanSearchResultHandler. handleReference(SearchResultReference reference)Invoked each time a search result reference is returned from an asynchronous search operation.Constructors in org.forgerock.opendj.ldap with parameters of type SearchResultReference Constructor Description SearchResultReferenceIOException(SearchResultReference reference)Creates a new referral result IO exception with the providedSearchResultReference. -
Uses of SearchResultReference in org.forgerock.opendj.ldap.messages
Methods in org.forgerock.opendj.ldap.messages that return SearchResultReference Modifier and Type Method Description SearchResultReferenceSearchResultReference. addControl(Control control)SearchResultReferenceSearchResultReference. addControls(Iterable<? extends Control> controls)SearchResultReferenceSearchResultReference. addUri(String uri)Adds the provided continuation reference URI to this search result reference.static SearchResultReferenceResponses. copyOfSearchResultReference(SearchResultReference reference)Creates a new search result reference that is an exact copy of the provided result.static SearchResultReferenceResponses. newSearchResultReference(String uri)Creates a new search result reference using the provided continuation reference URI.static SearchResultReferenceResponses. newSearchResultReference(List<String> uris)Creates a new search result reference using the provided continuation reference URIs.static SearchResultReferenceResponses. unmodifiableSearchResultReference(SearchResultReference reference)Creates an unmodifiable search result reference using the provided response.Methods in org.forgerock.opendj.ldap.messages with parameters of type SearchResultReference Modifier and Type Method Description static SearchResultReferenceResponses. copyOfSearchResultReference(SearchResultReference reference)Creates a new search result reference that is an exact copy of the provided result.static LdapMessageLdapMessage. newResponseMessage(int messageId, SearchResultReference response)Builds and returns anLdapMessagecontaining aSearchResultReference.static SearchResultReferenceResponses. unmodifiableSearchResultReference(SearchResultReference reference)Creates an unmodifiable search result reference using the provided response. -
Uses of SearchResultReference in org.forgerock.opendj.ldif
Methods in org.forgerock.opendj.ldif that return SearchResultReference Modifier and Type Method Description SearchResultReferenceConnectionEntryReader. 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
Methods in org.opends.server.api with parameters of type SearchResultReference Modifier and Type Method Description booleanAccessControlHandler. 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.abstract booleanClientConnection. sendSearchReference(SearchOperation searchOperation, SearchResultReference searchReference)Sends the provided search result reference to the client. -
Uses of SearchResultReference in org.opends.server.api.plugin
Methods in org.opends.server.api.plugin with parameters of type SearchResultReference Modifier and Type Method Description PluginResult.IntermediateResponseDirectoryServerPlugin. 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
Methods in org.opends.server.authorization.dseecompat with parameters of type SearchResultReference Modifier and Type Method Description booleanAciHandler. maySend(Dn dn, Operation operation, SearchResultReference reference) -
Uses of SearchResultReference in org.opends.server.authorization.policy
Methods in org.opends.server.authorization.policy with parameters of type SearchResultReference Modifier and Type Method Description booleanPolicyBasedAccessControlHandler. maySend(Dn dn, Operation operation, SearchResultReference searchReference) -
Uses of SearchResultReference in org.opends.server.core
Methods in org.opends.server.core with parameters of type SearchResultReference Modifier and Type Method Description PluginResult.IntermediateResponsePluginConfigManager. invokeSearchResultReferencePlugins(InProgressSearchOperation searchOperation, SearchResultReference searchReference)Invokes the set of search result reference plugins that have been configured in the Directory Server.booleanSearchOperation. 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.booleanSearchOperation. sendSearchReference(SearchResultReference reference)Sends the provided search result reference to the client. -
Uses of SearchResultReference in org.opends.server.protocols.jmx
Methods in org.opends.server.protocols.jmx with parameters of type SearchResultReference Modifier and Type Method Description booleanJmxClientConnection. sendSearchReference(SearchOperation searchOperation, SearchResultReference searchReference) -
Uses of SearchResultReference in org.opends.server.protocols.ldap
Methods in org.opends.server.protocols.ldap with parameters of type SearchResultReference Modifier and Type Method Description booleanLdapClientConnection. sendSearchReference(SearchOperation searchOperation, SearchResultReference searchReference) -
Uses of SearchResultReference in org.opends.server.types.operation
Methods in org.opends.server.types.operation with parameters of type SearchResultReference Modifier and Type Method Description booleanPreOperationSearchOperation. returnReference(Dn dn, SearchResultReference reference)Returns the provided search result reference to the client.booleanPreParseSearchOperation. returnReference(Dn dn, SearchResultReference reference)Returns the provided search result reference to the client.
-