public interface PolicyJoinRuntimeContext extends EnroleRuntimeContext
ProvisioningPolicyScriptInterface| Modifier and Type | Field and Description |
|---|---|
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.
|
FESI_CONTEXT_ITEM_ATTRIBUTESstatic 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