com.ibm.itim.fesiextensions
Interface HostSelectionPolicyRuntimeContext

All Superinterfaces:
EnroleRuntimeContext, ModelRuntimeContext

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
          key prefix used to register host selection policy fesi extension classes in fesiextensions.properties file
static java.lang.String HSP_FESI_CONTEXT_ITEM_SUBJECT
          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

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

HSP_FESI_CONTEXT_ITEM_SUBJECT

public static final java.lang.String HSP_FESI_CONTEXT_ITEM_SUBJECT
Holds the JSObject representing the subject (person) being evaluated in the script. See the JSObjectFactory for creating the JSObject.