public final class EncodePassword
extends com.forgerock.opendj.cli.ConsoleApplication
Modifier and Type | Method and Description |
---|---|
static void |
main(String[] args)
Processes the command-line arguments and performs the requested action.
|
static int |
mainEncodePassword(String[] args,
boolean initializeServer,
OutputStream out,
OutputStream err)
Processes the command-line arguments and performs the requested action.
|
askConfirmation, askPort, confirmAction, enableConsoleLoggingIfVerbose, errPrint, errPrintln, errPrintln, errPrintln, errPrintlnSurroundedByBlankLines, errPrintVerboseMessage, flushLogStream, getErrorStream, getErrStream, getInputStream, getOutputStream, isInteractive, isMenuDrivenMode, isQuiet, isScriptFriendly, isVerbose, logVerboseMessage, pressReturnToContinue, print, println, println, println, println, printlnNoWrap, printlnSurroundedByBlankLines, printNoWrap, printProgressBar, printVerboseMessage, readInput, readInput, readInputAllowEmpty, readLineOfInput, readPassword, readPassword, readPort, readValidatedInput, readValidatedInput, report, run
public static void main(String[] args)
args
- The command-line arguments provided to this program.public static int mainEncodePassword(String[] args, boolean initializeServer, OutputStream out, OutputStream err)
args
- The command-line arguments provided to this program.initializeServer
- Indicates whether to initialize the serverout
- The output stream to use for standard output, or null
if standard output is not needed.err
- The output stream to use for standard error, or null
if standard error is not needed.Copyright © 2010–2017 ForgeRock AS. All rights reserved.