com.ibm.itim.fesiextensions
Interface IdentityPolicyRuntimeContext

All Superinterfaces:
EnroleRuntimeContext

Deprecated. This class is part of the FESI script framework and will no longer be supported or updated as of ITIM 5.0. Use IdentityPolicyScriptInterface instead.

public interface IdentityPolicyRuntimeContext
extends EnroleRuntimeContext

Interface used to define keys for data items passed to the evauator's engine as part of its runtime context for the identity policy extension.

See Also:
IdentityPolicyScriptInterface

Field Summary
static java.lang.String FESI_CONTEXT_ITEM_PERSON
          Deprecated. Use FESI_CONTEXT_ITEM_SUBJECT.
static java.lang.String FESI_CONTEXT_ITEM_SERVICE
          Deprecated. Use FESI_CONTEXT_ITEM_TARGET.
static java.lang.String FESI_CONTEXT_ITEM_SUBJECT
          Deprecated. Holds the information about the subject (person) being provisioned.
static java.lang.String FESI_CONTEXT_ITEM_TARGET
          Deprecated. Holds the information about the service being provisioned.
static java.lang.String FESI_CONTEXT_ITEM_USER_CLASS_NAME
          Deprecated.  
 
Fields inherited from interface com.ibm.itim.fesiextensions.EnroleRuntimeContext
FESI_CONTEXT_ITEM_ATTRIBUTES
 

Field Detail

FESI_CONTEXT_ITEM_USER_CLASS_NAME

static final java.lang.String FESI_CONTEXT_ITEM_USER_CLASS_NAME
Deprecated. 
Holds the user class name (object profile name) specified in the policy.

See Also:
Constant Field Values

FESI_CONTEXT_ITEM_SERVICE

static final java.lang.String FESI_CONTEXT_ITEM_SERVICE
Deprecated. Use FESI_CONTEXT_ITEM_TARGET.
Holds the information about the service being provisioned.

See Also:
Constant Field Values

FESI_CONTEXT_ITEM_PERSON

static final java.lang.String FESI_CONTEXT_ITEM_PERSON
Deprecated. Use FESI_CONTEXT_ITEM_SUBJECT.
Holds the information about the person (subject) being provisioned.

See Also:
Constant Field Values

FESI_CONTEXT_ITEM_SUBJECT

static final java.lang.String FESI_CONTEXT_ITEM_SUBJECT
Deprecated. 
Holds the information about the subject (person) being provisioned. The information is represented using a JSObject. See the JSObjectFactory for creating the JSObject.

See Also:
Constant Field Values

FESI_CONTEXT_ITEM_TARGET

static final java.lang.String FESI_CONTEXT_ITEM_TARGET
Deprecated. 
Holds the information about the service being provisioned. The information is represented using a JSObject. See the JSObjectFactory for creating the JSObject.

See Also:
Constant Field Values


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.