Uses of Interface
org.forgerock.json.resource.CollectionResourceProvider
Packages that use CollectionResourceProvider
Package
Description
This package contains all classes pertaining to AM's IoT functionality.
This package defines the authorization framework implementation classes for use in a CREST environment.
Classes and interfaces for core types including connections, request
handlers, resources, and their exceptions.
Common utility classes for monitoring.
This package contains the core implementation for the anonymous process service.
-
Uses of CollectionResourceProvider in org.forgerock.am.iot
Classes in org.forgerock.am.iot that implement CollectionResourceProviderModifier and TypeClassDescriptionclass
ThingsResource handles REST calls made to the things endpoint. -
Uses of CollectionResourceProvider in org.forgerock.authz.filter.crest
Methods in org.forgerock.authz.filter.crest with parameters of type CollectionResourceProviderModifier and TypeMethodDescriptionstatic FilterChain
AuthorizationFilters.createAuthorizationFilter
(CollectionResourceProvider target, List<CrestAuthorizationModule> modules) Returns a newFilterChain
which will perform authorization for each request before allowing access to the provided collection resource provider.static FilterChain
AuthorizationFilters.createAuthorizationFilter
(CollectionResourceProvider target, CrestAuthorizationModule... modules) Returns a newFilterChain
which will perform authorization for each request before allowing access to the provided collection resource provider. -
Uses of CollectionResourceProvider in org.forgerock.json.resource
Classes in org.forgerock.json.resource that implement CollectionResourceProviderModifier and TypeClassDescriptionfinal class
A simple in-memory collection resource provider which uses aMap
to 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.monitoring
Classes in org.forgerock.monitoring that implement CollectionResourceProviderModifier and TypeClassDescriptionclass
A CREST CollectionResourceProvider that adds queryFilter, field filtering, sorting abilities, and paging to the dropwizard json metrics data. -
Uses of CollectionResourceProvider in org.forgerock.selfservice.core
Classes in org.forgerock.selfservice.core that implement CollectionResourceProviderModifier and TypeClassDescriptionfinal class
A RequestHandler that proxies user requests to update the user's KBA answers.