Class SelfServiceContext

  • All Implemented Interfaces:
    org.forgerock.services.context.Context

    public final class SelfServiceContext
    extends org.forgerock.services.context.AbstractContext
    A Context that indicates the request came from Self-Service.
    Since:
    0.2.0
    • Field Summary

      • Fields inherited from class org.forgerock.services.context.AbstractContext

        data
    • 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.