|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
public interface PolicyJoinRuntimeContext
Interface used to define keys for data items passed to the evauator's engine as part of its runtime context for the provisioning policy (policy join) extension.
ProvisioningPolicyScriptInterface| Field Summary | |
|---|---|
static java.lang.String |
FESI_CONTEXT_ITEM_PARAMS
Deprecated. Holds the set of provisioning parameters with values defined thus far in the policy. |
static java.lang.String |
FESI_CONTEXT_ITEM_REASON
Deprecated. Holds the reason for parameter evaluation represented as an integer: 0 = new account creation 1 = validation of existing account |
static java.lang.String |
FESI_CONTEXT_ITEM_SERVICE
Deprecated. Holds the information about the service being provisioned. |
static java.lang.String |
FESI_CONTEXT_ITEM_SUBJECT
Deprecated. Holds the information about the subject (person) being provisioned. |
static java.lang.String |
FESI_EXTENSION_PREFIX_PROVISIONING_POLICY
Deprecated. key prefix used to register provisioning policy fesi extension classes in fesiextensions.properties file |
static int |
REASON_EXISTING_ACCOUNT_EVALUATION
Deprecated. Constant used for the reason object indicating, that the evaluation is for an exisitng account. |
static int |
REASON_NEW_ACCOUNT_EVALUATION
Deprecated. Constant used for the reason object indicating, that the evaluation is for a new account. |
| Fields inherited from interface com.ibm.itim.fesiextensions.EnroleRuntimeContext |
|---|
FESI_CONTEXT_ITEM_ATTRIBUTES |
| Field Detail |
|---|
static final java.lang.String FESI_EXTENSION_PREFIX_PROVISIONING_POLICY
static final java.lang.String FESI_CONTEXT_ITEM_SUBJECT
static final java.lang.String FESI_CONTEXT_ITEM_SERVICE
static final java.lang.String FESI_CONTEXT_ITEM_PARAMS
static final java.lang.String FESI_CONTEXT_ITEM_REASON
static final int REASON_NEW_ACCOUNT_EVALUATION
static final int REASON_EXISTING_ACCOUNT_EVALUATION
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||