Uses of Class
org.forgerock.openig.http.EndpointRegistry
Package
Description
Manages collections or "heaps" of associated objects, initialized from
declarative configuration artifacts.
Integrates with the ForgeRock HTTP Framework.
-
Uses of EndpointRegistry in org.forgerock.openig.heap
Modifier and TypeMethodDescriptionprotected EndpointRegistry
GenericHeaplet.endpointRegistry()
Returns this object'sEndpointRegistry
, creating it lazily when requested for the first time. -
Uses of EndpointRegistry in org.forgerock.openig.http
Modifier and TypeMethodDescriptionAdminHttpApplication.getEndpointRegistry()
Returns the API endpoint registry.ModifierConstructorDescriptionGatewayHttpApplication
(Environment environment, JsonValue config, EndpointRegistry registry, RunMode mode, org.forgerock.monitoring.api.instrument.MeterRegistry meterRegistry, org.forgerock.config.resolvers.PropertyResolver propertyResolver, HttpClientProvider httpClientProvider, WebSocketClientProvider webSocketClientProvider, WebSocketProxyFilterProvider webSocketProxyFilterProvider, Clock clock, IgTicker ticker, AsyncSessionManager sessionManager, ProductInfo productInfo) Construct aGatewayHttpApplication
.