Package org.forgerock.openig.http
Interface AdminHttpApplication
- All Superinterfaces:
DescribedHttpApplication
,HttpApplication
- All Known Implementing Classes:
BaseAdminHttpApplication
Configuration class for the Identity Gateway Administration.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the API endpoint registry.getHeap()
Returns the heap based on the contents of the admin configuration.Returns the router that represents the /openig namespace (or whatever path/prefix value that was configured).Methods inherited from interface org.forgerock.http.DescribedHttpApplication
getApiProducer
Methods inherited from interface org.forgerock.http.HttpApplication
getBufferFactory, start, stop
-
Method Details
-
getEndpointRegistry
EndpointRegistry getEndpointRegistry()Returns the API endpoint registry.- Returns:
- the API endpoint registry
-
getOpenIGRouter
Router getOpenIGRouter()Returns the router that represents the /openig namespace (or whatever path/prefix value that was configured).- Returns:
- the router that represents the /openig namespace
-
getHeap
Heap getHeap()Returns the heap based on the contents of the admin configuration.- Returns:
- the heap based on the contents of the admin configuration.
-