|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.opends.server.tools.ManageAccount
public class ManageAccount
This class provides a tool that can be used to perform various kinds of account management using the password policy state extended operation.
| Constructor Summary | |
|---|---|
ManageAccount()
|
|
| Method Summary | |
|---|---|
static void |
main(java.lang.String[] args)
Parses the command-line arguments, connects to the server, and performs the appropriate processing. |
static int |
main(java.lang.String[] args,
java.io.OutputStream outStream,
java.io.OutputStream errStream)
Parses the command-line arguments, connects to the server, and performs the appropriate processing. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ManageAccount()
| Method Detail |
|---|
public static void main(java.lang.String[] args)
args - The command-line arguments provided to this program.
public static int main(java.lang.String[] args,
java.io.OutputStream outStream,
java.io.OutputStream errStream)
args - The command-line arguments provided to this program.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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||