Class SearchAsync

java.lang.Object
org.forgerock.opendj.examples.SearchAsync

public final class SearchAsync extends Object
An example client application which searches a Directory Server using the asynchronous APIs. This example takes the following command line parameters:
  <host> <port> <username> <password>
      <baseDN> <scope> <filter> [<attribute> <attribute> ...]
 
  • Method Details

    • main

      public static void main(String[] args)
      Main method.
      Parameters:
      args - The command line arguments: host, port, username, password, base DN, scope, filter, and zero or more attributes to be retrieved.