Uses of Class
org.forgerock.json.resource.Router
Packages that use 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
Methods in org.forgerock.json.resource that return RouterConstructor parameters in org.forgerock.json.resource with type arguments of type RouterModifierConstructorDescriptionRouter
(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
Methods in org.forgerock.opendj.rest2ldap that return RouterModifier and TypeMethodDescriptionstatic Router
Rest2LdapJsonConfigurator.configureEndpoints
(File endpointsDirectory, Options options) Creates a new CRESTRouter
using the provided endpoints configuration directory and Rest2Ldap options.