Uses of Interface
org.forgerock.json.resource.CrestApplication
Package
Description
Classes and interfaces for core types including connections, request
handlers, resources, and their exceptions.
JSON resource Commons HTTP Framework integration.
Miscellaneous utility classes.
-
Uses of CrestApplication in org.forgerock.json.resource
Modifier and TypeMethodDescriptionstatic CrestApplication
Applications.multipartCrestApplication
(ConnectionFactory factory, String id, String version) Create a simpleCrestApplication
that allows multipart/form-data requests using the provided factory, id and version.static CrestApplication
Applications.simpleCrestApplication
(ConnectionFactory factory, String id, String version) Create a simpleCrestApplication
using the provided factory, id and version. -
Uses of CrestApplication in org.forgerock.json.resource.http
Modifier and TypeMethodDescriptionstatic Handler
CrestHttp.newHttpHandler
(CrestApplication application) Deprecated.Since 25.0.0.static Handler
CrestHttp.newHttpHandler
(CrestApplication application, HttpContextFactory factory) Deprecated.Since 25.0.0.static Handler
CrestHttp.newHttpHandler
(CrestApplication application, HttpContextFactory factory, Factory<Buffer> bufferFactory) Creates a new JSON resource HTTP handler with the provided CREST request handler.static Handler
CrestHttp.newHttpHandler
(CrestApplication application, Context context) Deprecated.Since 25.0.0.static Handler
CrestHttp.newHttpHandler
(CrestApplication application, Context context, Factory<Buffer> bufferFactory) Creates a new JSON resource HTTP handler with the provided CREST request handler.static Handler
CrestHttp.newHttpHandler
(CrestApplication application, Factory<Buffer> bufferFactory) Creates a new JSON resource HTTP handler with the provided CREST request handler. -
Uses of CrestApplication in org.forgerock.openig.util
Modifier and TypeMethodDescriptionstatic CrestApplication
CrestUtil.newCrestApplication
(RequestHandler requestHandler, String apiId, String version) Creates a newCrestApplication
.