Class InteractionIdFapiContext
java.lang.Object
org.forgerock.services.context.AbstractContext
org.forgerock.openig.fapi.interactionid.InteractionIdFapiContext
- All Implemented Interfaces:
 Context
Context capturing the FAPI interaction ID, used in correlating interactions.- 
Field Summary
FieldsFields inherited from class org.forgerock.services.context.AbstractContext
data - 
Constructor Summary
ConstructorsConstructorDescriptionInteractionIdFapiContext(Context parent, String fapiInteractionId) Create a newInteractionIdFapiContext. - 
Method Summary
Methods inherited from class org.forgerock.services.context.AbstractContext
as, asContext, containsContext, containsContext, get, getContext, getContextName, getId, getParent, getRootId, isRootContext, toJsonValue, toString 
- 
Field Details
- 
NAME
Context's name.- See Also:
 
 
 - 
 - 
Constructor Details
- 
InteractionIdFapiContext
Create a newInteractionIdFapiContext.- Parameters:
 parent- the parentContext.fapiInteractionId- the fapi interaction id.
 
 - 
 - 
Method Details
- 
getFapiInteractionId
Gets the FAPI interaction id.- Returns:
 - the FAPI interaction id.
 
 
 -