Uses of Interface
org.forgerock.json.resource.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
Modifier and TypeClassDescriptionclass
ThingsResource handles REST calls made to the things endpoint. -
Uses of CollectionResourceProvider in org.forgerock.authz.filter.crest
Modifier 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
Modifier and TypeClassDescriptionfinal class
A simple in-memory collection resource provider which uses aMap
to store resources.Modifier 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
Modifier 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
Modifier and TypeClassDescriptionfinal class
A RequestHandler that proxies user requests to update the user's KBA answers.