com.ibm.itim.fesiextensions
Interface HostSelectionPolicyRuntimeContext

All Superinterfaces:
EnroleRuntimeContext, ModelRuntimeContext

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

public interface HostSelectionPolicyRuntimeContext
extends EnroleRuntimeContext, ModelRuntimeContext

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


Field Summary
static java.lang.String FESI_EXTENSION_PREFIX_HOST_SELECTION_POLICY
          Deprecated. key prefix used to register host selection policy fesi extension classes in fesiextensions.properties file
static java.lang.String HSP_FESI_CONTEXT_ITEM_SUBJECT
          Deprecated. Holds the JSObject representing the subject (person) being evaluated in the script.
 
Fields inherited from interface com.ibm.itim.fesiextensions.EnroleRuntimeContext
FESI_CONTEXT_ITEM_ATTRIBUTES
 
Fields inherited from interface com.ibm.itim.fesiextensions.ModelRuntimeContext
LOGICAL_CONTEXT, ROOT_DN, SERVICEPROFILE_CONTEXT
 

Field Detail

FESI_EXTENSION_PREFIX_HOST_SELECTION_POLICY

static final java.lang.String FESI_EXTENSION_PREFIX_HOST_SELECTION_POLICY
Deprecated. 
key prefix used to register host selection policy fesi extension classes in fesiextensions.properties file

See Also:
Constant Field Values

HSP_FESI_CONTEXT_ITEM_SUBJECT

static final java.lang.String HSP_FESI_CONTEXT_ITEM_SUBJECT
Deprecated. 
Holds the JSObject representing the subject (person) being evaluated in the script. 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.