Interface InMemoryInterceptedSearchReference

    • Method Detail

      • getRequest

        ReadOnlySearchRequest getRequest()
        Retrieves the search request that is being processed. If the request was altered between the time it was received from the client and the time it was actually processed by the in-memory directory server, then this will be the most recently altered version.
        Returns:
        The search request that was processed.
      • getSearchReference

        SearchResultReference getSearchReference()
        Retrieves the search result reference to be returned to the client.
        Returns:
        The search result reference to be returned to the client.
      • setSearchReference

        void setSearchReference​(SearchResultReference reference)
        Replaces the search result reference to be returned to the client. It may be null if the reference should be suppressed rather than being returned to the client.
        Parameters:
        reference - The search result reference to be returned to the client. It may be null if the reference should be suppressed rather than being returned to the client.