Package org.forgerock.audit
Class AuditingContext
java.lang.Object
org.forgerock.services.context.AbstractContext
org.forgerock.audit.AuditingContext
- All Implemented Interfaces:
 Context
A Context used when auditing over the router.
- 
Field Summary
Fields inherited from class org.forgerock.services.context.AbstractContext
data - 
Constructor Summary
ConstructorsConstructorDescriptionAuditingContext(JsonValue savedContext, ClassLoader classLoader) Restore a serialized audit context.AuditingContext(Context parent) Construct a new audit context with the provided parent. - 
Method Summary
Methods inherited from class org.forgerock.services.context.AbstractContext
as, asContext, containsContext, containsContext, get, getContext, getContextName, getId, getParent, getRootId, isRootContext, toJsonValue, toString 
- 
Constructor Details
- 
AuditingContext
Construct a new audit context with the provided parent.- Parameters:
 parent- The parent context.
 - 
AuditingContext
Restore a serialized audit context.- Parameters:
 savedContext- The saved context.classLoader- The classloader to use.
 
 -