Uses of Interface
org.forgerock.json.resource.ConnectionFactory
-
Packages that use ConnectionFactory Package Description org.forgerock.json.resource Classes and interfaces for core types including connections, request handlers, resources, and their exceptions.org.forgerock.json.resource.http JSON resource Commons HTTP Framework integration.org.forgerock.opendj.rest2ldap APIs for implementing REST to LDAP gateways. -
-
Uses of ConnectionFactory in org.forgerock.json.resource
Methods in org.forgerock.json.resource that return ConnectionFactory Modifier and Type Method Description ConnectionFactory
CrestApplication. getConnectionFactory()
Get the connection factory for the application.static ConnectionFactory
Resources. newInternalConnectionFactory(RequestHandler handler)
Creates a new connection factory which binds internal client connections toRequestHandler
s.static ConnectionFactory
Resources. uncloseable(ConnectionFactory factory)
Returns an uncloseable view of the provided connection factory.Methods in org.forgerock.json.resource with parameters of type ConnectionFactory Modifier and Type Method Description static CrestApplication
Applications. multipartCrestApplication(ConnectionFactory factory, String id, String version)
Create a simpleCrestApplication
that allows multipart/form-data requests using the provided factory, id and version.static CrestApplication
Applications. simpleCrestApplication(ConnectionFactory factory, String id, String version)
Create a simpleCrestApplication
using the provided factory, id and version.static ConnectionFactory
Resources. uncloseable(ConnectionFactory factory)
Returns an uncloseable view of the provided connection factory. -
Uses of ConnectionFactory in org.forgerock.json.resource.http
Methods in org.forgerock.json.resource.http that return ConnectionFactory Modifier and Type Method Description static ConnectionFactory
CrestHttp. newConnectionFactory(org.forgerock.http.Handler handler, URI uri)
Creates a newConnectionFactory
that map back and forth JSON resource objects to CHF objects.Methods in org.forgerock.json.resource.http with parameters of type ConnectionFactory Modifier and Type Method Description static org.forgerock.http.Handler
CrestHttp. newHttpHandler(ConnectionFactory connectionFactory)
Deprecated.UseCrestHttp.newHttpHandler(CrestApplication)
instead.static org.forgerock.http.Handler
CrestHttp. newHttpHandler(ConnectionFactory connectionFactory, HttpContextFactory contextFactory)
Deprecated.UseCrestHttp.newHttpHandler(CrestApplication)
instead.static org.forgerock.http.Handler
CrestHttp. newHttpHandler(ConnectionFactory connectionFactory, org.forgerock.services.context.Context parentContext)
Deprecated.UseCrestHttp.newHttpHandler(CrestApplication)
instead. -
Uses of ConnectionFactory in org.forgerock.opendj.rest2ldap
Methods in org.forgerock.opendj.rest2ldap that return ConnectionFactory Modifier and Type Method Description static ConnectionFactory
JsonFilteredResources. newInternalConnectionFactory(RequestHandler handler)
Creates a new connection factory which binds internal client connections toRequestHandler
s.
-