Uses of Class
org.forgerock.json.resource.Router
-
Packages that use Router Package Description org.forgerock.json.resource Classes and interfaces for core types including connections, request handlers, resources, and their exceptions.org.forgerock.opendj.rest2ldap APIs for implementing REST to LDAP gateways. -
-
Uses of Router in org.forgerock.json.resource
Methods in org.forgerock.json.resource that return Router Modifier and Type Method Description protected Router
Router. getThis()
Constructor parameters in org.forgerock.json.resource with type arguments of type Router Constructor Description Router(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 Router Modifier and Type Method Description static Router
Rest2LdapJsonConfigurator. configureEndpoints(File endpointsDirectory, Options options)
Creates a new CRESTRouter
using the provided endpoints configuration directory and Rest2Ldap options.
-