public class EncodePassword extends Object
| Constructor and Description |
|---|
EncodePassword() |
| Modifier and Type | Method and Description |
|---|---|
static int |
encodePassword(String[] args)
Processes the command-line arguments and performs the requested action.
|
static int |
encodePassword(String[] args,
boolean initializeServer,
OutputStream outStream,
OutputStream errStream)
Processes the command-line arguments and performs the requested action.
|
static void |
main(String[] args)
Processes the command-line arguments and performs the requested action.
|
public EncodePassword()
public static void main(String[] args)
args - The command-line arguments provided to this program.public static int encodePassword(String[] args)
args - The command-line arguments provided to this program.public static int encodePassword(String[] args, boolean initializeServer, OutputStream outStream, OutputStream errStream)
args - The command-line arguments provided to this
program.initializeServer - 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.