Package org.forgerock.opendj.examples
Class SearchAsync
java.lang.Object
org.forgerock.opendj.examples.SearchAsync
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 Summary
-
Method Details
-
main
Main method.- Parameters:
args- The command line arguments: host, port, username, password, base DN, scope, filter, and zero or more attributes to be retrieved.
-