public interface ProvisioningPolicyScriptInterface extends ScriptInterface
| Modifier and Type | Field and Description |
|---|---|
static int |
REASON_EXISTING_ACCOUNT_EVALUATION
Constant used for the reason object indicating,
that the evaluation is for an exisitng account.
|
static int |
REASON_NEW_ACCOUNT_EVALUATION
Constant used for the reason object indicating,
that the evaluation is for a new account.
|
static java.lang.String |
SCRIPT_CONTEXT_ITEM_PARAMETERS
Holds the set of provisioning parameters with values defined thus
far in the policy.
|
static java.lang.String |
SCRIPT_CONTEXT_ITEM_REASON
Holds the reason for parameter evaluation represented as an integer:
0 = new account creation
1 = validation of existing account
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Map |
getParameters() |
int |
getReason() |
static final java.lang.String SCRIPT_CONTEXT_ITEM_PARAMETERS
static final java.lang.String SCRIPT_CONTEXT_ITEM_REASON
static final int REASON_NEW_ACCOUNT_EVALUATION
static final int REASON_EXISTING_ACCOUNT_EVALUATION