public class LDAPPasswordModify extends Object
Constructor and Description |
---|
LDAPPasswordModify() |
Modifier and Type | Method and Description |
---|---|
static void |
main(String[] args)
Parses the command-line arguments, establishes a connection to the
Directory Server, sends the password modify request, and reads the
response.
|
static int |
mainPasswordModify(String[] args)
Parses the command-line arguments, establishes a connection to the
Directory Server, sends the password modify request, and reads the
response.
|
static int |
mainPasswordModify(String[] args,
boolean initializeServer,
OutputStream outStream,
OutputStream errStream)
Parses the command-line arguments, establishes a connection to the
Directory Server, sends the password modify request, and reads the
response.
|
public LDAPPasswordModify()
public static void main(String[] args)
args
- The command-line arguments provided to this program.public static int mainPasswordModify(String[] args)
args
- The command-line arguments provided to this program.public static int mainPasswordModify(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.errStream
- The output stream to use for standard error.Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.