All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.ldaptive.io.SearchResultReader Maven / Gradle / Ivy

There is a newer version: 2.4.1
Show newest version
/* See LICENSE for licensing and NOTICE for copyright. */
package org.ldaptive.io;

import java.io.IOException;
import org.ldaptive.SearchResponse;

/**
 * Interface for reading ldap search results.
 *
 * @author  Middleware Services
 */
public interface SearchResultReader
{


  /**
   * Reads an ldap result.
   *
   * @return  ldap result
   *
   * @throws  IOException  if an error occurs using the reader
   */
  SearchResponse read()
    throws IOException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy