Uses of Interface
org.forgerock.json.resource.CrestApplication
Package
Description
Classes and interfaces for core types including connections, request
handlers, resources, and their exceptions.
-
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.