Package | Description |
---|---|
org.forgerock.script.registry | |
org.forgerock.script.source |
Modifier and Type | Method and Description |
---|---|
void |
ScriptRegistryImpl.addSourceUnit(SourceUnit unit) |
void |
ScriptRegistryImpl.removeSourceUnit(SourceUnit unit) |
Modifier and Type | Interface and Description |
---|---|
interface |
ScriptSource
A NAME does ...
|
interface |
SourceContainer
A SourceContainer represent the collection of script source.
|
Modifier and Type | Class and Description |
---|---|
class |
BundleContainer
A BundleContainer loads the scripts from an OSGi bundle.
|
class |
DirectoryContainer
A DirectoryContainer loads the scrips from a directory.
|
class |
EmbeddedScriptSource
A script whose source is not in a file, or resource, but embedded in
configuration string, database entry, or other "in-line" entity.
|
class |
URLScriptSource
A script sourced from a URL.
|
Modifier and Type | Method and Description |
---|---|
void |
SourceUnitObserver.addSourceUnit(SourceUnit unit)
Called when a
SourceUnit gets started. |
void |
SourceUnitObserver.removeSourceUnit(SourceUnit unit)
Called when a
SourceUnit gets stopped. |
Copyright © 2025 Open Identity Platform Community. All rights reserved.