public class AuditingContext extends AbstractContext
data
Constructor and Description |
---|
AuditingContext(Context parent)
Construct a new audit context with the provided parent.
|
AuditingContext(JsonValue savedContext,
ClassLoader classLoader)
Restore a serialized audit context.
|
asContext, containsContext, containsContext, getContext, getContextName, getId, getParent, getRootId, isRootContext, toJsonValue, toString
public AuditingContext(Context parent)
parent
- The parent context.public AuditingContext(JsonValue savedContext, ClassLoader classLoader)
savedContext
- The saved context.classLoader
- The classloader to use.Copyright 2011-2017 ForgeRock AS.