|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ProvisioningPolicyScriptInterface
Field Summary | |
---|---|
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 |
Method Summary | |
---|---|
java.util.Map |
getParameters()
|
int |
getReason()
|
Field Detail |
---|
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
Method Detail |
---|
java.util.Map getParameters()
int getReason()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |