Interface SearchResultWriter

All Known Implementing Classes:
JsonWriter, LdifWriter

public interface SearchResultWriter
Interface for writing ldap search results.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Writes the supplied ldap result.
  • Method Details

    • write

      void write(SearchResponse result) throws IOException
      Writes the supplied ldap result.
      Parameters:
      result - ldap result to write
      Throws:
      IOException - if an error occurs using the writer