Uses of Class
org.forgerock.http.routing.Router
Packages that use Router
Package
Description
Provides routing functionality for HTTP requests.
Integrates with the ForgeRock HTTP Framework.
-
Uses of Router in org.forgerock.http.routing
Methods in org.forgerock.http.routing that return RouterConstructors in org.forgerock.http.routing with parameters of type Router -
Uses of Router in org.forgerock.openig.http
Methods in org.forgerock.openig.http that return RouterModifier and TypeMethodDescriptionAdminHttpApplication.getOpenIGRouter()
Returns the router that represents the /openig namespace (or whatever path/prefix value that was configured).BaseAdminHttpApplication.getOpenIGRouter()
Constructors in org.forgerock.openig.http with parameters of type RouterModifierConstructorDescriptionEndpointRegistry
(Router router, String path, boolean restricted) Creates a registry around the given Router instance.