Uses of Interface
org.forgerock.json.resource.CrestApplication
-
Packages that use CrestApplication Package Description org.forgerock.json.resource Classes and interfaces for core types including connections, request handlers, resources, and their exceptions. -
-
Uses of CrestApplication in org.forgerock.json.resource
Methods in org.forgerock.json.resource that return CrestApplication Modifier and Type Method Description static 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.
-