public final class SelfServiceContext extends AbstractContext
data
Constructor and Description |
---|
SelfServiceContext(Context parent)
Constructs a new SelfServiceContext.
|
SelfServiceContext(JsonValue savedContext,
ClassLoader classLoader)
Constructs a new SelfServiceContext.
|
asContext, containsContext, containsContext, getContext, getContextName, getId, getParent, getRootId, isRootContext, toJsonValue, toString
public SelfServiceContext(Context parent)
parent
- The parent context.public SelfServiceContext(JsonValue savedContext, ClassLoader classLoader)
savedContext
- The JSON representation from which this context's attributes
should be parsed.classLoader
- The ClassLoader which can properly resolve the persisted class-name.Copyright © 2010-2018, ForgeRock All Rights Reserved.