Package | Description |
---|---|
org.identityconnectors.common.script | |
org.identityconnectors.common.script.groovy | |
org.identityconnectors.common.script.javascript |
Modifier and Type | Method and Description |
---|---|
abstract ScriptExecutor |
ScriptExecutorFactory.newScriptExecutor(ClassLoader loader,
String script,
boolean compile)
Creates a script executor for the given script.
|
Modifier and Type | Method and Description |
---|---|
ScriptExecutor |
GroovyScriptExecutorFactory.newScriptExecutor(ClassLoader loader,
String script,
boolean compile)
Creates a script executor for the given script.
|
Modifier and Type | Method and Description |
---|---|
ScriptExecutor |
JavaScriptExecutorFactory.newScriptExecutor(ClassLoader loader,
String script,
boolean compile)
Creates a script executor for the given script.
|
Copyright © 2018–2025. All rights reserved.