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

org.ldaptive.SearchScope Maven / Gradle / Ivy

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

/**
 * Enum to define the type of search scope.
 *
 * @author  Middleware Services
 */
public enum SearchScope {

  /** object level search. */
  OBJECT,

  /** one level search. */
  ONELEVEL,

  /** subtree search. */
  SUBTREE
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy