Uses of Interface
org.forgerock.openig.config.Environment
-
Packages that use Environment Package Description org.forgerock.openig.config.env DifferentEnvironment
implementations.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.org.forgerock.openig.script Scripting support. -
-
Uses of Environment in org.forgerock.openig.config.env
Classes in org.forgerock.openig.config.env that implement Environment Modifier and Type Class Description class
DefaultEnvironment
Reify the normal environment structure with pre-configured shortcuts. -
Uses of Environment in org.forgerock.openig.heap
Constructors in org.forgerock.openig.heap with parameters of type Environment Constructor Description EnvironmentHeap(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
Constructors in org.forgerock.openig.http with parameters of type Environment Constructor Description AdminHttpApplication(String adminPrefix, JsonValue config, Environment environment, RunMode mode, org.forgerock.config.resolvers.PropertyResolver propertyResolver, org.forgerock.monitoring.api.instrument.MeterRegistry meterRegistry, HttpClientLoader httpClientLoader, org.forgerock.openig.tools.notifications.ws.WebSocketClientProvider webSocketClientProvider)
Construct aAdminHttpApplication
.GatewayHttpApplication(Environment environment, JsonValue config, EndpointRegistry registry, RunMode mode, org.forgerock.monitoring.api.instrument.MeterRegistry meterRegistry, org.forgerock.config.resolvers.PropertyResolver propertyResolver, HttpClientLoader httpClientLoader, org.forgerock.openig.tools.notifications.ws.WebSocketClientProvider webSocketClientProvider)
Construct aGatewayHttpApplication
. -
Uses of Environment in org.forgerock.openig.script
Methods in org.forgerock.openig.script with parameters of type Environment Modifier and Type Method Description static Script
Script. fromFile(Environment environment, String mimeType, String file)
Loads a script having the provided content type and file name.static Script
Script. fromSource(Environment environment, String mimeType, String source)
Loads a script having the provided content type and content.static Script
Script. fromSource(Environment environment, String mimeType, String... sourceLines)
Loads a script having the provided content type and content.
-