Uses of Interface
org.forgerock.json.resource.SingletonResourceProvider
-
Packages that use SingletonResourceProvider Package Description 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. -
-
Uses of SingletonResourceProvider in org.forgerock.authz.filter.crest
Methods in org.forgerock.authz.filter.crest with parameters of type SingletonResourceProvider Modifier and Type Method Description static 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
Methods in org.forgerock.json.resource with parameters of type SingletonResourceProvider Modifier and Type Method Description RouteMatcher<Request>
Router. addRoute(Version version, SingletonResourceProvider provider)
Adds a new route to this router for the provided singleton resource provider.RouteMatcher<Request>
Router. addRoute(Router.UriTemplate uriTemplate, SingletonResourceProvider provider)
Adds a new route to this router for the provided singleton resource provider.
-