Uses of Class
org.forgerock.openig.http.EndpointRegistry
-
Packages that use EndpointRegistry Package Description org.forgerock.openig.heap Manages collections or "heaps" of associated objects, initialized from declarative configuration artifacts.org.forgerock.openig.http Integrates with the ForgeRock HTTP Framework. -
-
Uses of EndpointRegistry in org.forgerock.openig.heap
Methods in org.forgerock.openig.heap that return EndpointRegistry Modifier and Type Method Description protected EndpointRegistry
GenericHeaplet. endpointRegistry()
Returns this object'sEndpointRegistry
, creating it lazily when requested for the first time. -
Uses of EndpointRegistry in org.forgerock.openig.http
Methods in org.forgerock.openig.http that return EndpointRegistry Modifier and Type Method Description EndpointRegistry
AdminHttpApplication. getEndpointRegistry()
Returns the API endpoint registry.Constructors in org.forgerock.openig.http with parameters of type EndpointRegistry Constructor Description GatewayHttpApplication(Environment environment, JsonValue config, EndpointRegistry registry, RunMode mode, org.forgerock.monitoring.api.instrument.MeterRegistry meterRegistry, org.forgerock.config.resolvers.PropertyResolver propertyResolver, org.forgerock.openig.http.spi.HttpClientLoader httpClientLoader, WebSocketClientProvider webSocketClientProvider, WebSocketProxyFilterProvider webSocketProxyFilterProvider, Clock clock, IgTicker ticker)
Construct aGatewayHttpApplication
.
-