Class ReadSchema

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

public final class ReadSchema extends Object
An example client application which prints a summary of the schema on the named server as well as any warnings encountered while parsing the schema. This example takes the following command line parameters:
  <host> <port> <username> <password>
 
  • Method Details

    • main

      public static void main(String[] args)
      Main method.
      Parameters:
      args - The command line arguments: host, port, username, password.