|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||
Scripting support in ICF.
See:
Description
| Interface Summary | |
|---|---|
| ScriptExecutor | Represents a (possibly compiled) script. |
| Class Summary | |
|---|---|
| Script | Represents a script in a scripting language. |
| ScriptBuilder | Builder for Script. |
| ScriptExecutorFactory | Abstraction for finding script executors to allow us to invoke scripts from java. |
Scripting support in ICF. Connector Developer can support script execution by implementing org.identityconnectors.framework.spi.operations.ScriptOnConnectorOp, org.identityconnectors.framework.spi.operations.ScriptOnResourceOp interfaces to provide the users with easy way of extending connectors functionality, see these interfaces for more information.
ICF also supports script execution by implementing the org.identityconnectors.common.script.ScriptExecutor interface. This way ICF can execute certain type of scripts, even the script execution is not implemented in the connector.
|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||