Class SimpleRealmDemo
java.lang.Object
org.forgerock.json.resource.examples.SimpleRealmDemo
An example illustrating how you can route realms / sub-realm requests using
simple hand-crafted routing. Resource URLs are of the form
realm0/realm1/.../realmx/users/id
. For simple resource hierarchies
this approach is simpler than using dynamic routing.-
Method Summary
-
Method Details
-
main
Main application.- Parameters:
args
- No arguments required.- Throws:
ResourceException
- If an unexpected error occurred.
-