Uses of Interface
org.forgerock.openig.config.Environment
Package
Description
Different
Environment
implementations.Manages collections or "heaps" of associated objects, initialized from
declarative configuration artifacts.
Integrates with the ForgeRock HTTP Framework.
Scripting support.
-
Uses of Environment in org.forgerock.openig.config.env
Modifier and TypeClassDescriptionclass
Reify the normal environment structure with pre-configured shortcuts. -
Uses of Environment in org.forgerock.openig.heap
ModifierConstructorDescriptionEnvironmentHeap
(Name name, String bindingName, Environment environment, org.forgerock.config.resolvers.PropertyResolver propertyResolver) Builds a new EnvironmentHeap with the givenname
andenvironment
.EnvironmentHeap
(Name name, Environment environment, org.forgerock.config.resolvers.PropertyResolver propertyResolver) Builds a new EnvironmentHeap with the givenname
andenvironment
. -
Uses of Environment in org.forgerock.openig.http
ModifierConstructorDescriptionAdminHttpApplication
(String adminPrefix, JsonValue config, Environment environment, RunMode mode, org.forgerock.config.resolvers.PropertyResolver propertyResolver, org.forgerock.monitoring.api.instrument.MeterRegistry meterRegistry, HttpClientProvider httpClientProvider, WebSocketClientProvider webSocketClientProvider, Clock clock, IgTicker ticker, AsyncSessionManager sessionManager, ProductInfo productInfo) Construct aAdminHttpApplication
.GatewayHttpApplication
(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
. -
Uses of Environment in org.forgerock.openig.script
ModifierConstructorDescriptionGroovyScriptFactory
(Environment environment) Constructs a new factory based on the given runtimeEnvironment
.