Uses of Class
org.forgerock.json.resource.Router
Package
Description
Classes and interfaces for core types including connections, request
handlers, resources, and their exceptions.
APIs for implementing REST to LDAP gateways.
-
Uses of Router in org.forgerock.json.resource
ModifierConstructorDescriptionRouter
(org.forgerock.services.routing.AbstractRouter<Router, Request, RequestHandler, org.forgerock.api.models.ApiDescription> router) Creates a new router containing the same routes and default route as the provided router. -
Uses of Router in org.forgerock.opendj.rest2ldap
Modifier and TypeMethodDescriptionstatic Router
Rest2LdapJsonConfigurator.configureEndpoints
(File endpointsDirectory, Options options) Creates a new CRESTRouter
using the provided endpoints configuration directory and Rest2Ldap options.