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 |
PlatformEnvironment.delegate() |
protected Environment |
UnixEnvironment.delegate() |
protected abstract Environment |
EnvironmentDelegate.delegate()
Returns the environment delegatee.
|
Constructor and Description |
---|
EnvironmentHeap(Name name,
Environment environment)
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,
org.forgerock.json.JsonValue config,
Environment environment,
RunMode mode)
Construct a
AdminHttpApplication . |
GatewayHttpApplication(Environment environment,
org.forgerock.json.JsonValue config,
EndpointRegistry registry,
RunMode mode)
Construct a
GatewayHttpApplication . |
Modifier and Type | Method and 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... sourceLines)
Loads a script having the provided content type and content.
|
static Script |
Script.fromSource(Environment environment,
String mimeType,
String source)
Loads a script having the provided content type and content.
|
Copyright © 2025 Open Identity Platform Community. All rights reserved.