public class ManageAccount extends Object
| Constructor and Description |
|---|
ManageAccount() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args)
Parses the command-line arguments, connects to the server, and performs the
appropriate processing.
|
static int |
main(String[] args,
Boolean initServer,
OutputStream outStream,
OutputStream errStream)
Parses the command-line arguments, connects to the server, and performs the
appropriate processing.
|
public ManageAccount()
public static void main(String[] args)
args - The command-line arguments provided to this program.public static int main(String[] args, Boolean initServer, OutputStream outStream, OutputStream errStream)
args - The command-line arguments provided to this program.initServer - Indicates whether to initialize the server.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.Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.