Java Client: Add a realm to another realm
This is a class that demonstrates how to add a realm to another realm, either mounted into the namespace or not.
Usage
naddrealm <realm name> <realm details> [mount point]
<Required Arguments>
<realm name> - Realm name parameter for the realm to add
<realm details> - Realm details parameter for the realm to add.
Same form as RNAME
[Optional Arguments]
[mount point] - Where you would like to mount the realm within the namespace,
for example /eur/uk
Note: -? provides help on environment variables
Application Source Code