Prev | Next

TOC | Index

J2EETM Developer's Guide
Running the J2EE Tools


Realm Tool

The realmtool utility is a simple command-line program that allows you to add and remove J2EE users and to import certificate files. The utility has the following syntax:

realmtool <options>
The following table describes the options:

TABLE 10-3 Realm Tool Options

Option

Description

-show Lists the realm names.
-list <realm-name> Lists the users in the
specified realm.
This release has two realms:
default and certificate.
-add <username password group[,group]> Adds the specified user
to the default rsealm.
-addGroup <group> Adds a group to the default
realm.
-import <certificate-file> Adds a user to the
certificate realm by
importing a file containing
a X509 certificate.
-remove <realm-name username> Removes a user from the
specified realm.
-removeGroup <group> Removes a group.

Examples in the section "Managing J2EE Users and Groups" show how to run the realmtool utility.



Prev | Next

TOC | Index


Copyright © 2000 Sun Microsystems, Inc. All rights reserved.