Package org.forgerock.opendj.examples
Class ModifyAsync
java.lang.Object
org.forgerock.opendj.examples.ModifyAsync
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 Summary
-
Method Details
-
main
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.
-