Package | Description |
---|---|
org.forgerock.openig.config.env |
Different
Environment implementations. |
org.forgerock.openig.script |
Scripting support.
|
org.forgerock.openig.servlet |
Integrates with the Java Enterprise Edition Servlet API.
|
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.
|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
WebEnvironment
Represents an
Environment built from a webapp. |
Modifier and Type | Method and Description |
---|---|
protected Environment |
WebEnvironment.delegate() |
Constructor and Description |
---|
GatewayServlet(Environment environment)
Creates a new servlet using the provided environment.
|
Copyright © 2014 ForgeRock AS. All rights reserved.