Uses of Interface
org.forgerock.json.resource.SingletonResourceProvider
Package
Description
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.
-
Uses of SingletonResourceProvider in org.forgerock.authz.filter.crest
Modifier and TypeMethodDescriptionstatic FilterChain
AuthorizationFilters.createAuthorizationFilter
(SingletonResourceProvider target, List<CrestAuthorizationModule> modules) Returns a newFilterChain
which will perform authorization for each request before allowing access to the provided singleton resource provider.static FilterChain
AuthorizationFilters.createAuthorizationFilter
(SingletonResourceProvider target, CrestAuthorizationModule... modules) Returns a newFilterChain
which will perform authorization for each request before allowing access to the provided singleton resource provider. -
Uses of SingletonResourceProvider in org.forgerock.json.resource
Modifier and TypeMethodDescriptionRouter.addRoute
(Version version, SingletonResourceProvider provider) Adds a new route to this router for the provided singleton resource provider.Router.addRoute
(Router.UriTemplate uriTemplate, SingletonResourceProvider provider) Adds a new route to this router for the provided singleton resource provider.