Package org.forgerock.selfservice.core
Class SelfServiceContext
- java.lang.Object
-
- org.forgerock.services.context.AbstractContext
-
- org.forgerock.selfservice.core.SelfServiceContext
-
- All Implemented Interfaces:
org.forgerock.services.context.Context
public final class SelfServiceContext extends org.forgerock.services.context.AbstractContextA Context that indicates the request came from Self-Service.- Since:
- 0.2.0
-
-
Constructor Summary
Constructors Constructor Description SelfServiceContext(org.forgerock.json.JsonValue savedContext, ClassLoader classLoader)Constructs a new SelfServiceContext.SelfServiceContext(org.forgerock.services.context.Context parent)Constructs a new SelfServiceContext.
-
-
-
Constructor Detail
-
SelfServiceContext
public SelfServiceContext(org.forgerock.services.context.Context parent)
Constructs a new SelfServiceContext.- Parameters:
parent- The parent context.
-
SelfServiceContext
public SelfServiceContext(org.forgerock.json.JsonValue savedContext, ClassLoader classLoader)Constructs a new SelfServiceContext.- Parameters:
savedContext- The JSON representation from which this context's attributes should be parsed.classLoader- The ClassLoader which can properly resolve the persisted class-name.
-
-