Package | Description |
---|---|
org.forgerock.json.resource |
Classes and interfaces for core types including connections, request
handlers, resources, and their exceptions.
|
org.forgerock.json.resource.http |
JSON resource Commons HTTP Framework integration.
|
Modifier and Type | Method and Description |
---|---|
static CrestApplication |
Applications.simpleCrestApplication(ConnectionFactory factory,
String id,
String version)
Create a simple
CrestApplication using the provided factory, id and version. |
Modifier and Type | Method and Description |
---|---|
static org.forgerock.http.Handler |
CrestHttp.newHttpHandler(CrestApplication application)
Creates a new JSON resource HTTP handler with the provided CREST request handler.
|
static org.forgerock.http.Handler |
CrestHttp.newHttpHandler(CrestApplication application,
org.forgerock.services.context.Context context)
Creates a new JSON resource HTTP handler with the provided CREST request handler.
|
static org.forgerock.http.Handler |
CrestHttp.newHttpHandler(CrestApplication application,
HttpContextFactory factory)
Creates a new JSON resource HTTP handler with the provided CREST request handler.
|
Copyright 2010-2018 ForgeRock AS.