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 Security Identity Manager 6.0.0
© Copyright International Business Machines Corporation 2007, 2012. All rights reserved. US Government Users Restricited Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.