|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opends.server.tools.LDAPPasswordModify
public class LDAPPasswordModify
This program provides a utility that uses the LDAP password modify extended operation to change the password for a user. It exposes the three primary options available for this operation, which are:
Constructor Summary | |
---|---|
LDAPPasswordModify()
|
Method Summary | |
---|---|
static void |
main(java.lang.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(java.lang.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(java.lang.String[] args,
boolean initializeServer,
java.io.OutputStream outStream,
java.io.OutputStream errStream)
Parses the command-line arguments, establishes a connection to the Directory Server, sends the password modify request, and reads the response. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LDAPPasswordModify()
Method Detail |
---|
public static void main(java.lang.String[] args)
args
- The command-line arguments provided to this program.public static int mainPasswordModify(java.lang.String[] args)
args
- The command-line arguments provided to this program.
public static int mainPasswordModify(java.lang.String[] args, boolean initializeServer, java.io.OutputStream outStream, java.io.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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |