Uses of Interface
org.forgerock.json.resource.CollectionResourceProvider
Packages that use CollectionResourceProvider
Package
Description
Classes and interfaces for core types including connections, request
handlers, resources, and their exceptions.
Provides automated router capability that loads its configurations files (called routes) from a given directory.
Defines a storage service to be used by the UI to persist its component model.
-
Uses of CollectionResourceProvider in org.forgerock.json.resource
Classes in org.forgerock.json.resource that implement CollectionResourceProviderModifier and TypeClassDescriptionfinal classA simple in-memory collection resource provider which uses aMapto store resources.Methods in org.forgerock.json.resource with parameters of type CollectionResourceProviderModifier and TypeMethodDescriptionRouter.addRoute(Version version, CollectionResourceProvider provider) Adds a new route to this router for the provided collection resource provider.Router.addRoute(Router.UriTemplate uriTemplate, CollectionResourceProvider provider) Adds a new route to this router for the provided collection resource provider. -
Uses of CollectionResourceProvider in org.forgerock.openig.handler.router
Classes in org.forgerock.openig.handler.router that implement CollectionResourceProviderModifier and TypeClassDescriptionclassCREST handler used to manage the collection of routes deployed by aRouterHandler. -
Uses of CollectionResourceProvider in org.forgerock.openig.ui.record
Classes in org.forgerock.openig.ui.record that implement CollectionResourceProviderModifier and TypeClassDescriptionclassCREST collection service dedicated to persist JSON objects (other types are not supported: arrays, primitives, and null).