Package | Description |
---|---|
org.forgerock.openig.config.env |
Different
Environment 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.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultEnvironment
Reify the normal environment structure with pre-configured shortcuts.
|
class |
EnvironmentDelegate
Environment delegate, particularly useful to share a default implementation.
|
class |
PlatformEnvironment
Delegates to a unix or windows type environment depending on the OS.
|
class |
UnixEnvironment
Represents a UNIX default environment.
|
class |
WindowsEnvironment
Represents a Windows default environment.
|
Modifier and Type | Method and Description |
---|---|
protected Environment |
WindowsEnvironment.delegate() |
protected Environment |
UnixEnvironment.delegate() |
protected Environment |
PlatformEnvironment.delegate() |
protected abstract Environment |
EnvironmentDelegate.delegate()
Returns the environment delegatee.
|
Constructor and Description |
---|
EnvironmentHeap(Name name,
Environment environment,
PropertyResolver propertyResolver)
Builds a new EnvironmentHeap with the given
name and environment . |
Modifier and Type | Class and Description |
---|---|
class |
GatewayEnvironment
Represents an
Environment built from a webapp. |
Modifier and Type | Method and Description |
---|---|
protected Environment |
GatewayEnvironment.delegate() |
Constructor and Description |
---|
AdminHttpApplication(String adminPrefix,
JsonValue config,
Environment environment,
RunMode mode,
PropertyResolver propertyResolver,
MeterRegistry meterRegistry)
Construct a
AdminHttpApplication . |
GatewayHttpApplication(Environment environment,
JsonValue config,
EndpointRegistry registry,
RunMode mode,
MeterRegistry meterRegistry,
PropertyResolver propertyResolver)
Construct a
GatewayHttpApplication . |
Constructor and Description |
---|
GroovyScriptFactory(Environment environment)
Constructs a new factory based on the given runtime
Environment . |
Copyright 2011-2017 ForgeRock AS.