public interface IdentityPolicyScriptInterface extends ScriptInterface
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
SCRIPT_CONTEXT_ITEM_PERSON
Deprecated.
Use SubjectExtension instead. Both reference the same object.
|
static java.lang.String |
SCRIPT_CONTEXT_ITEM_SERVICE
Deprecated.
Use ServiceExtension instead. Both reference the same object.
|
static java.lang.String |
SCRIPT_CONTEXT_ITEM_USER_CLASS_NAME
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getService()
Get the ObjectInterface that will be placed into the scripting
environment with the name defined in SCRIPT_CONTEXT_ITEM_SERVICE.
|
java.lang.Object |
getSubject()
Get the PersonInterface that will be placed into the scripting
environment with the name defined in SCRIPT_CONTEXT_ITEM_PERSON.
|
java.lang.String |
getUserClassName()
Deprecated.
This method is only provided for backwards compatability and
should not be relied upon.
|
static final java.lang.String SCRIPT_CONTEXT_ITEM_USER_CLASS_NAME
static final java.lang.String SCRIPT_CONTEXT_ITEM_SERVICE
static final java.lang.String SCRIPT_CONTEXT_ITEM_PERSON
java.lang.Object getSubject()
java.lang.Object getService()
java.lang.String getUserClassName()