This Adapter redirects the find call to its source adapter. In case no client data was found in the source for the given WebId, this class will do an HTTP GET request to that WebId. If a valid solid:oidcRegistration triple is found there, that data will be returned instead.

Hierarchy

Constructors

Properties

logger: Logger = ...
name: string
source: Adapter

Methods

  • Parses RDF data found at a client WebID.

    Parameters

    • data: string

      Raw data from the WebID.

    • id: string

      The actual WebID.

    • response: Response

      Response object from the request.

    Returns Promise<AdapterPayload>