Package org.forgerock.json.resource.http
JSON resource Commons HTTP Framework integration.
-
Interface Summary Interface Description HttpContextFactory A factory which is responsible for creating new requestContext
s for each JSON request. -
Class Summary Class Description CrestHttp A CREST HTTP utility class which creates instances of theHttpAdapter
to handle CREST HTTP requests.HttpContext AContext
containing information relating to the originating HTTP request.HttpUtils HTTP utility methods and constants.SecurityContextFactory Deprecated. This class will be removed once CAF has been migrated fully to CHF, at which point components should createSecurityContext
s directly rather than via request attributes.