org.opends.server.tools
Class ManageAccount

java.lang.Object
  extended by org.opends.server.tools.ManageAccount

public class ManageAccount
extends java.lang.Object

This class provides a tool that can be used to perform various kinds of account management using the password policy state extended operation.


Constructor Summary
ManageAccount()
           
 
Method Summary
static void main(java.lang.String[] args)
          Parses the command-line arguments, connects to the server, and performs the appropriate processing.
static int main(java.lang.String[] args, java.io.OutputStream outStream, java.io.OutputStream errStream)
          Parses the command-line arguments, connects to the server, and performs the appropriate processing.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ManageAccount

public ManageAccount()
Method Detail

main

public static void main(java.lang.String[] args)
Parses the command-line arguments, connects to the server, and performs the appropriate processing.

Parameters:
args - The command-line arguments provided to this program.

main

public static int main(java.lang.String[] args,
                       java.io.OutputStream outStream,
                       java.io.OutputStream errStream)
Parses the command-line arguments, connects to the server, and performs the appropriate processing.

Parameters:
args - The command-line arguments provided to this program.
outStream - The output stream to use for standard output, or null if standard output is not needed.
errStream - The output stream to use for standard error, or null if standard error is not needed.
Returns:
A result code indicating whether the processing was successful.