Uses of Interface
org.forgerock.json.resource.CollectionResourceProvider
-
Packages that use CollectionResourceProvider Package Description org.forgerock.am.iot This package contains all classes pertaining to AM's IoT functionality.org.forgerock.authz.filter.crest This package defines the authorization framework implementation classes for use in a CREST environment.org.forgerock.json.resource Classes and interfaces for core types including connections, request handlers, resources, and their exceptions.org.forgerock.monitoring Common utility classes for monitoring.org.forgerock.selfservice.core 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 CollectionResourceProvider Modifier and Type Class Description class
ThingsResource
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 CollectionResourceProvider Modifier and Type Method Description static 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 CollectionResourceProvider Modifier and Type Class Description class
MemoryBackend
A simple in-memory collection resource provider which uses aMap
to store resources.Methods in org.forgerock.json.resource with parameters of type CollectionResourceProvider Modifier and Type Method Description RouteMatcher<Request>
Router. addRoute(Version version, CollectionResourceProvider provider)
Adds a new route to this router for the provided collection resource provider.RouteMatcher<Request>
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 CollectionResourceProvider Modifier and Type Class Description class
DropwizardMetricsCollectionResourceProvider
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 CollectionResourceProvider Modifier and Type Class Description class
UserUpdateService
A RequestHandler that proxies user requests to update the user's KBA answers.
-