Uses of Interface
org.forgerock.json.resource.CrestApplication
Packages that use 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
Methods in org.forgerock.json.resource that return CrestApplicationModifier and TypeMethodDescriptionstatic CrestApplicationApplications.multipartCrestApplication(ConnectionFactory factory, String id, String version) Create a simpleCrestApplicationthat allows multipart/form-data requests using the provided factory, id and version.static CrestApplicationApplications.simpleCrestApplication(ConnectionFactory factory, String id, String version) Create a simpleCrestApplicationusing the provided factory, id and version. -
Uses of CrestApplication in org.forgerock.json.resource.http
Methods in org.forgerock.json.resource.http with parameters of type CrestApplicationModifier and TypeMethodDescriptionstatic HandlerCrestHttp.newHttpHandler(CrestApplication application) Deprecated.Since 25.0.0.static HandlerCrestHttp.newHttpHandler(CrestApplication application, HttpContextFactory factory) Deprecated.Since 25.0.0.static HandlerCrestHttp.newHttpHandler(CrestApplication application, HttpContextFactory factory, Factory<Buffer> bufferFactory) Creates a new JSON resource HTTP handler with the provided CREST request handler.static HandlerCrestHttp.newHttpHandler(CrestApplication application, Context context) Deprecated.Since 25.0.0.static HandlerCrestHttp.newHttpHandler(CrestApplication application, Context context, Factory<Buffer> bufferFactory) Creates a new JSON resource HTTP handler with the provided CREST request handler.static HandlerCrestHttp.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
Methods in org.forgerock.openig.util that return CrestApplicationModifier and TypeMethodDescriptionstatic CrestApplicationCrestUtil.newCrestApplication(RequestHandler requestHandler, String apiId, String version) Creates a newCrestApplication.