Uses of Class
org.forgerock.json.resource.FilterChain
-
Packages that use FilterChain Package Description org.forgerock.json.resource Classes and interfaces for core types including connections, request handlers, resources, and their exceptions. -
-
Uses of FilterChain in org.forgerock.json.resource
Methods in org.forgerock.json.resource that return FilterChain Modifier and Type Method Description FilterChain
FilterChain. setTarget(RequestHandler target)
Sets the target request handler which will be invoked once processing has reached the end of the filter chain.
-