Class ModifyAsync

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

public final class ModifyAsync extends Object
An example client application which applies update operations to a directory server using the asynchronous APIs. The update operations are read from an LDIF file, or stdin if no filename is provided. This example takes the following command line parameters, reading from stdin if no LDIF file is provided:
  <host> <port> <username> <password> [<ldifFile>]
 
  • Method Details

    • main

      public static void main(String[] args)
      Main method.
      Parameters:
      args - The command line arguments: host, port, username, password, LDIF file name containing the update operations. Stdin is used if no LDIF file name is provided.