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).


Constructor Index

 o dump()

Method Index

 o doCommand(String[], PrintStream)
General purpose entry to the realm dumping facility.
 o main(String[])
Standard command line entry point; the command line options are processed, and output is generated on the command's standard output stream.

Constructors

 o dump
  public dump()

Methods

 o 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
 o 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