Skip navigation links

Package org.identityconnectors.common.script

Scripting support in ICF.

See: Description

Package org.identityconnectors.common.script Description

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.

Skip navigation links

Copyright © 2015, Oracle and/or its affiliates. All rights reserved.