Interface AdminHttpApplication

All Superinterfaces:
DescribedHttpApplication, HttpApplication
All Known Implementing Classes:
BaseAdminHttpApplication

public interface AdminHttpApplication extends DescribedHttpApplication
Configuration class for the Identity Gateway Administration.
  • 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.