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, isRootContext, toJsonValue, toStringpublic 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 © 2025 Open Identity Platform Community. All rights reserved.