All Packages Class Hierarchy This Package Previous Next Index
Class sun.server.realm.dump
java.lang.Object
|
+----sun.server.realm.dump
- public class dump
- extends Object
This class dumps realm data. By default it dumps all the data in all
of the realms. Options may be used to control what data is dumped.
There is no default realm, though many sites are expected to want to
use only a single realm.
Supported options are:
-html |
The output of this command is a single HTML document. |
-realm realmName |
Dumps only the named realm. |
-acls |
Dumps acls in the selected domain(s). |
-groups |
Dumps groups in the selected domain(s). |
-users |
Dumps users in the selected domain(s). |
-
dump()
-
-
doCommand(String[], PrintStream)
- General purpose entry to the realm dumping facility.
-
main(String[])
- Standard command line entry point; the command line options
are processed, and output is generated on the command's standard
output stream.
dump
public dump()
main
public static void main(String argv[])
- Standard command line entry point; the command line options
are processed, and output is generated on the command's standard
output stream.
- Parameters:
- argv - command line argument vector
doCommand
public void doCommand(String argv[],
PrintStream out)
- General purpose entry to the realm dumping facility.
- Parameters:
- argv - command line argument vector
- out - where to emit the text.
All Packages Class Hierarchy This Package Previous Next Index