Package org.forgerock.audit
Class AuditingContext
- java.lang.Object
-
- org.forgerock.services.context.AbstractContext
-
- org.forgerock.audit.AuditingContext
-
- All Implemented Interfaces:
Context
public class AuditingContext extends AbstractContext
A Context used when auditing over the router.
-
-
Field Summary
-
Fields inherited from class org.forgerock.services.context.AbstractContext
data
-
-
Constructor Summary
Constructors Constructor Description AuditingContext(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 Detail
-
AuditingContext
public AuditingContext(Context parent)
Construct a new audit context with the provided parent.- Parameters:
parent
- The parent context.
-
AuditingContext
public AuditingContext(JsonValue savedContext, ClassLoader classLoader)
Restore a serialized audit context.- Parameters:
savedContext
- The saved context.classLoader
- The classloader to use.
-
-