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 configuration of the admin application.Returns 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).Returns the session manager, can't benull.Methods inherited from interface org.forgerock.http.DescribedHttpApplication
getApiProducerMethods 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.
-
getConfig
JsonValue getConfig()Returns the configuration of the admin application.- Returns:
- the configuration of the admin application.
-