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