Class SimpleRealmDemo

java.lang.Object
org.forgerock.json.resource.examples.SimpleRealmDemo

public final class SimpleRealmDemo extends Object
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.