com.ibm.itim.policy.script
Interface ProvisioningPolicyScriptInterface

All Superinterfaces:
ScriptInterface

public interface ProvisioningPolicyScriptInterface
extends ScriptInterface

Since:
ITIM 5.0

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

SCRIPT_CONTEXT_ITEM_PARAMETERS

static final java.lang.String SCRIPT_CONTEXT_ITEM_PARAMETERS
Holds the set of provisioning parameters with values defined thus far in the policy. Currently, only eruid is supported.

See Also:
Constant Field Values

SCRIPT_CONTEXT_ITEM_REASON

static final 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

See Also:
Constant Field Values

REASON_NEW_ACCOUNT_EVALUATION

static final int REASON_NEW_ACCOUNT_EVALUATION
Constant used for the reason object indicating, that the evaluation is for a new account.

See Also:
Constant Field Values

REASON_EXISTING_ACCOUNT_EVALUATION

static final int REASON_EXISTING_ACCOUNT_EVALUATION
Constant used for the reason object indicating, that the evaluation is for an exisitng account.

See Also:
Constant Field Values
Method Detail

getParameters

java.util.Map getParameters()

getReason

int getReason()


IBM Tivoli Identity Manager 5.1
© Copyright International Business Machines Corporation 2007, 2009. All rightsreserved. US Government Users Restricited RightsUse, duplication or disclosure restricted by GSA ADP ScheduleContract with IBM Corp.