com.ibm.itim.fesiextensions
Interface IdentityFeedRuntimeContext
- public interface IdentityFeedRuntimeContext
Interface used to define keys for data items passed to the evauator's
engine as part of its runtime context for the identity feed extension.
Field Summary |
static java.lang.String |
ENTRY
Holds the JSObject holding the attribute information for the
entry being processed in the feed. |
static java.lang.String |
SERVICE
Holds the JSObject representing the service processing the feed. |
ENTRY
public static final java.lang.String ENTRY
- Holds the JSObject holding the attribute information for the
entry being processed in the feed.
SERVICE
public static final java.lang.String SERVICE
- Holds the JSObject representing the service processing the feed.
See the JSObjectFactory for creating the JSObject.