public interface ModelScriptInterface extends ScriptInterface
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
LOGICAL_CONTEXT
Represents the current container context for the script.
|
static java.lang.String |
ROOT_DN
Holds the root, or tenant's, DN to provide context to the script.
|
static java.lang.String |
SERVICEPROFILE_CONTEXT
Represents the current type of service that is part of the script's
context.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getLogicalContext()
TODO comments
|
java.lang.Object |
getRootDN()
TODO comments
|
java.lang.String |
getServiceProfileContext()
This property is optional (can return null).
|
static final java.lang.String ROOT_DN
static final java.lang.String LOGICAL_CONTEXT
static final java.lang.String SERVICEPROFILE_CONTEXT
java.lang.Object getRootDN()
java.lang.Object getLogicalContext()
java.lang.String getServiceProfileContext()