This commit is contained in:
RubenVerborgh
2021-01-21 13:04:24 +00:00
parent 0b926a3457
commit 95fc9b01ce
513 changed files with 11384 additions and 4654 deletions

View File

@@ -3,8 +3,8 @@
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>DPoPWebIdExtractor | Community Solid Server - v0.5.0</title>
<meta name="description" content="Documentation for Community Solid Server - v0.5.0">
<title>DPoPWebIdExtractor | Community Solid Server - v0.6.0</title>
<meta name="description" content="Documentation for Community Solid Server - v0.6.0">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="../assets/css/main.css">
<script async src="../assets/js/search.js" id="search-script"></script>
@@ -23,7 +23,7 @@
<li class="state loading">Preparing search index...</li>
<li class="state failure">The search index is not available</li>
</ul>
<a href="../index.html" class="title">Community Solid Server - v0.5.0</a>
<a href="../index.html" class="title">Community Solid Server - v0.6.0</a>
</div>
<div class="table-cell" id="tsd-widgets">
<div id="tsd-filter">
@@ -52,7 +52,7 @@
<div class="container">
<ul class="tsd-breadcrumb">
<li>
<a href="../modules.html">Community Solid Server - v0.5.0</a>
<a href="../modules.html">Community Solid Server - v0.6.0</a>
</li>
<li>
<a href="../modules/authentication_dpopwebidextractor.html">authentication/DPoPWebIdExtractor</a>
@@ -102,7 +102,7 @@
<h3>Properties</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-protected"><a href="authentication_dpopwebidextractor.dpopwebidextractor.html#logger" class="tsd-kind-icon">logger</a></li>
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-private"><a href="authentication_dpopwebidextractor.dpopwebidextractor.html#targetextractor" class="tsd-kind-icon">target<wbr>Extractor</a></li>
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-private"><a href="authentication_dpopwebidextractor.dpopwebidextractor.html#originalurlextractor" class="tsd-kind-icon">original<wbr>Url<wbr>Extractor</a></li>
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-private"><a href="authentication_dpopwebidextractor.dpopwebidextractor.html#verify" class="tsd-kind-icon">verify</a></li>
</ul>
</section>
@@ -123,20 +123,23 @@
<a name="constructor" class="tsd-anchor"></a>
<h3>constructor</h3>
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<li class="tsd-signature tsd-kind-icon">new DPoPWeb<wbr>IdExtractor<span class="tsd-signature-symbol">(</span>targetExtractor<span class="tsd-signature-symbol">: </span><a href="ldp_http_targetextractor.targetextractor.html" class="tsd-signature-type" data-tsd-kind="Class">TargetExtractor</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="authentication_dpopwebidextractor.dpopwebidextractor.html" class="tsd-signature-type" data-tsd-kind="Class">DPoPWebIdExtractor</a></li>
<li class="tsd-signature tsd-kind-icon">new DPoPWeb<wbr>IdExtractor<span class="tsd-signature-symbol">(</span>originalUrlExtractor<span class="tsd-signature-symbol">: </span><a href="ldp_http_targetextractor.targetextractor.html" class="tsd-signature-type" data-tsd-kind="Class">TargetExtractor</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="authentication_dpopwebidextractor.dpopwebidextractor.html" class="tsd-signature-type" data-tsd-kind="Class">DPoPWebIdExtractor</a></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<p>Inherited from <a href="authentication_credentialsextractor.credentialsextractor.html">CredentialsExtractor</a>.<a href="authentication_credentialsextractor.credentialsextractor.html#constructor">constructor</a></p>
<ul>
<li>Defined in <a href="https://github.com/solid/community-server/blob/c469df2/src/authentication/DPoPWebIdExtractor.ts#L17">src/authentication/DPoPWebIdExtractor.ts:17</a></li>
<li>Defined in <a href="https://github.com/solid/community-server/blob/038693a/src/authentication/DPoPWebIdExtractor.ts#L17">src/authentication/DPoPWebIdExtractor.ts:17</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
<ul class="tsd-parameters">
<li>
<h5>targetExtractor: <a href="ldp_http_targetextractor.targetextractor.html" class="tsd-signature-type" data-tsd-kind="Class">TargetExtractor</a></h5>
<h5>originalUrlExtractor: <a href="ldp_http_targetextractor.targetextractor.html" class="tsd-signature-type" data-tsd-kind="Class">TargetExtractor</a></h5>
<div class="tsd-comment tsd-typography">
<p>Reconstructs the original URL as requested by the client</p>
</div>
</li>
</ul>
<h4 class="tsd-returns-title">Returns <a href="authentication_dpopwebidextractor.dpopwebidextractor.html" class="tsd-signature-type" data-tsd-kind="Class">DPoPWebIdExtractor</a></h4>
@@ -152,27 +155,27 @@
<div class="tsd-signature tsd-kind-icon">logger<span class="tsd-signature-symbol">:</span> <a href="logging_logger.logger.html" class="tsd-signature-type" data-tsd-kind="Class">Logger</a><span class="tsd-signature-symbol"> = ...</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/solid/community-server/blob/c469df2/src/authentication/DPoPWebIdExtractor.ts#L15">src/authentication/DPoPWebIdExtractor.ts:15</a></li>
<li>Defined in <a href="https://github.com/solid/community-server/blob/038693a/src/authentication/DPoPWebIdExtractor.ts#L17">src/authentication/DPoPWebIdExtractor.ts:17</a></li>
</ul>
</aside>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-private">
<a name="targetextractor" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagPrivate">Private</span> <span class="tsd-flag ts-flagReadonly">Readonly</span> target<wbr>Extractor</h3>
<div class="tsd-signature tsd-kind-icon">target<wbr>Extractor<span class="tsd-signature-symbol">:</span> <a href="ldp_http_targetextractor.targetextractor.html" class="tsd-signature-type" data-tsd-kind="Class">TargetExtractor</a></div>
<a name="originalurlextractor" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagPrivate">Private</span> <span class="tsd-flag ts-flagReadonly">Readonly</span> original<wbr>Url<wbr>Extractor</h3>
<div class="tsd-signature tsd-kind-icon">original<wbr>Url<wbr>Extractor<span class="tsd-signature-symbol">:</span> <a href="ldp_http_targetextractor.targetextractor.html" class="tsd-signature-type" data-tsd-kind="Class">TargetExtractor</a></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/solid/community-server/blob/c469df2/src/authentication/DPoPWebIdExtractor.ts#L16">src/authentication/DPoPWebIdExtractor.ts:16</a></li>
<li>Defined in <a href="https://github.com/solid/community-server/blob/038693a/src/authentication/DPoPWebIdExtractor.ts#L15">src/authentication/DPoPWebIdExtractor.ts:15</a></li>
</ul>
</aside>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-private">
<a name="verify" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagPrivate">Private</span> <span class="tsd-flag ts-flagReadonly">Readonly</span> verify</h3>
<div class="tsd-signature tsd-kind-icon">verify<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">SolidTokenVerifierFunction</span></div>
<div class="tsd-signature tsd-kind-icon">verify<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">SolidTokenVerifierFunction</span><span class="tsd-signature-symbol"> = ...</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/solid/community-server/blob/c469df2/src/authentication/DPoPWebIdExtractor.ts#L17">src/authentication/DPoPWebIdExtractor.ts:17</a></li>
<li>Defined in <a href="https://github.com/solid/community-server/blob/038693a/src/authentication/DPoPWebIdExtractor.ts#L16">src/authentication/DPoPWebIdExtractor.ts:16</a></li>
</ul>
</aside>
</section>
@@ -190,7 +193,7 @@
<aside class="tsd-sources">
<p>Overrides <a href="authentication_credentialsextractor.credentialsextractor.html">CredentialsExtractor</a>.<a href="authentication_credentialsextractor.credentialsextractor.html#canhandle">canHandle</a></p>
<ul>
<li>Defined in <a href="https://github.com/solid/community-server/blob/c469df2/src/authentication/DPoPWebIdExtractor.ts#L25">src/authentication/DPoPWebIdExtractor.ts:25</a></li>
<li>Defined in <a href="https://github.com/solid/community-server/blob/038693a/src/authentication/DPoPWebIdExtractor.ts#L27">src/authentication/DPoPWebIdExtractor.ts:27</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@@ -214,7 +217,7 @@
<aside class="tsd-sources">
<p>Overrides <a href="authentication_credentialsextractor.credentialsextractor.html">CredentialsExtractor</a>.<a href="authentication_credentialsextractor.credentialsextractor.html#handle">handle</a></p>
<ul>
<li>Defined in <a href="https://github.com/solid/community-server/blob/c469df2/src/authentication/DPoPWebIdExtractor.ts#L32">src/authentication/DPoPWebIdExtractor.ts:32</a></li>
<li>Defined in <a href="https://github.com/solid/community-server/blob/038693a/src/authentication/DPoPWebIdExtractor.ts#L34">src/authentication/DPoPWebIdExtractor.ts:34</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@@ -238,7 +241,7 @@
<aside class="tsd-sources">
<p>Inherited from <a href="authentication_credentialsextractor.credentialsextractor.html">CredentialsExtractor</a>.<a href="authentication_credentialsextractor.credentialsextractor.html#handlesafe">handleSafe</a></p>
<ul>
<li>Defined in <a href="https://github.com/solid/community-server/blob/c469df2/src/util/AsyncHandler.ts#L35">src/util/AsyncHandler.ts:35</a></li>
<li>Defined in <a href="https://github.com/solid/community-server/blob/038693a/src/util/AsyncHandler.ts#L35">src/util/AsyncHandler.ts:35</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
@@ -290,7 +293,7 @@
<a href="authentication_dpopwebidextractor.dpopwebidextractor.html#logger" class="tsd-kind-icon">logger</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-private">
<a href="authentication_dpopwebidextractor.dpopwebidextractor.html#targetextractor" class="tsd-kind-icon">target<wbr>Extractor</a>
<a href="authentication_dpopwebidextractor.dpopwebidextractor.html#originalurlextractor" class="tsd-kind-icon">original<wbr>Url<wbr>Extractor</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-private">
<a href="authentication_dpopwebidextractor.dpopwebidextractor.html#verify" class="tsd-kind-icon">verify</a>