Uses of Interface
org.forgerock.json.resource.http.HttpContextFactory
-
Packages that use HttpContextFactory Package Description org.forgerock.json.resource.http JSON resource Commons HTTP Framework integration. -
-
Uses of HttpContextFactory in org.forgerock.json.resource.http
Classes in org.forgerock.json.resource.http that implement HttpContextFactory Modifier and Type Class Description class
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.Methods in org.forgerock.json.resource.http with parameters of type HttpContextFactory Modifier and Type Method Description static org.forgerock.http.Handler
CrestHttp. newHttpHandler(ConnectionFactory connectionFactory, HttpContextFactory contextFactory)
Deprecated.UseCrestHttp.newHttpHandler(CrestApplication)
instead.static org.forgerock.http.Handler
CrestHttp. newHttpHandler(CrestApplication application, HttpContextFactory factory)
Deprecated.Since 25.0.0.static org.forgerock.http.Handler
CrestHttp. newHttpHandler(CrestApplication application, HttpContextFactory factory, Factory<org.forgerock.http.io.Buffer> bufferFactory)
Creates a new JSON resource HTTP handler with the provided CREST request handler.
-