diff --git a/docs/.nojekyll b/docs/.nojekyll deleted file mode 100644 index e2ac6616a..000000000 --- a/docs/.nojekyll +++ /dev/null @@ -1 +0,0 @@ -TypeDoc added this file to prevent GitHub Pages from using Jekyll. You can turn off this behavior by setting the `githubPages` option to false. \ No newline at end of file diff --git a/docs/assets/highlight.css b/docs/assets/highlight.css deleted file mode 100644 index 517fd8ae8..000000000 --- a/docs/assets/highlight.css +++ /dev/null @@ -1,85 +0,0 @@ -:root { - --light-hl-0: #0000FF; - --dark-hl-0: #569CD6; - --light-hl-1: #000000; - --dark-hl-1: #D4D4D4; - --light-hl-2: #267F99; - --dark-hl-2: #4EC9B0; - --light-hl-3: #001080; - --dark-hl-3: #9CDCFE; - --light-hl-4: #795E26; - --dark-hl-4: #DCDCAA; - --light-hl-5: #0070C1; - --dark-hl-5: #4FC1FF; - --light-hl-6: #A31515; - --dark-hl-6: #CE9178; - --light-hl-7: #008000; - --dark-hl-7: #6A9955; - --light-hl-8: #000000; - --dark-hl-8: #C8C8C8; - --light-code-background: #F5F5F5; - --dark-code-background: #1E1E1E; -} - -@media (prefers-color-scheme: light) { :root { - --hl-0: var(--light-hl-0); - --hl-1: var(--light-hl-1); - --hl-2: var(--light-hl-2); - --hl-3: var(--light-hl-3); - --hl-4: var(--light-hl-4); - --hl-5: var(--light-hl-5); - --hl-6: var(--light-hl-6); - --hl-7: var(--light-hl-7); - --hl-8: var(--light-hl-8); - --code-background: var(--light-code-background); -} } - -@media (prefers-color-scheme: dark) { :root { - --hl-0: var(--dark-hl-0); - --hl-1: var(--dark-hl-1); - --hl-2: var(--dark-hl-2); - --hl-3: var(--dark-hl-3); - --hl-4: var(--dark-hl-4); - --hl-5: var(--dark-hl-5); - --hl-6: var(--dark-hl-6); - --hl-7: var(--dark-hl-7); - --hl-8: var(--dark-hl-8); - --code-background: var(--dark-code-background); -} } - -body.light { - --hl-0: var(--light-hl-0); - --hl-1: var(--light-hl-1); - --hl-2: var(--light-hl-2); - --hl-3: var(--light-hl-3); - --hl-4: var(--light-hl-4); - --hl-5: var(--light-hl-5); - --hl-6: var(--light-hl-6); - --hl-7: var(--light-hl-7); - --hl-8: var(--light-hl-8); - --code-background: var(--light-code-background); -} - -body.dark { - --hl-0: var(--dark-hl-0); - --hl-1: var(--dark-hl-1); - --hl-2: var(--dark-hl-2); - --hl-3: var(--dark-hl-3); - --hl-4: var(--dark-hl-4); - --hl-5: var(--dark-hl-5); - --hl-6: var(--dark-hl-6); - --hl-7: var(--dark-hl-7); - --hl-8: var(--dark-hl-8); - --code-background: var(--dark-code-background); -} - -.hl-0 { color: var(--hl-0); } -.hl-1 { color: var(--hl-1); } -.hl-2 { color: var(--hl-2); } -.hl-3 { color: var(--hl-3); } -.hl-4 { color: var(--hl-4); } -.hl-5 { color: var(--hl-5); } -.hl-6 { color: var(--hl-6); } -.hl-7 { color: var(--hl-7); } -.hl-8 { color: var(--hl-8); } -pre, code { background: var(--code-background); } diff --git a/docs/assets/icons.css b/docs/assets/icons.css deleted file mode 100644 index 776a3562d..000000000 --- a/docs/assets/icons.css +++ /dev/null @@ -1,1043 +0,0 @@ -.tsd-kind-icon { - display: block; - position: relative; - padding-left: 20px; - text-indent: -20px; -} -.tsd-kind-icon:before { - content: ""; - display: inline-block; - vertical-align: middle; - width: 17px; - height: 17px; - margin: 0 3px 2px 0; - background-image: url(./icons.png); -} -@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) { - .tsd-kind-icon:before { - background-image: url(./icons@2x.png); - background-size: 238px 204px; - } -} - -.tsd-signature.tsd-kind-icon:before { - background-position: 0 -153px; -} - -.tsd-kind-object-literal > .tsd-kind-icon:before { - background-position: 0px -17px; -} -.tsd-kind-object-literal.tsd-is-protected > .tsd-kind-icon:before { - background-position: -17px -17px; -} -.tsd-kind-object-literal.tsd-is-private > .tsd-kind-icon:before { - background-position: -34px -17px; -} - -.tsd-kind-class > .tsd-kind-icon:before { - background-position: 0px -34px; -} -.tsd-kind-class.tsd-is-protected > .tsd-kind-icon:before { - background-position: -17px -34px; -} -.tsd-kind-class.tsd-is-private > .tsd-kind-icon:before { - background-position: -34px -34px; -} - -.tsd-kind-class.tsd-has-type-parameter > .tsd-kind-icon:before { - background-position: 0px -51px; -} -.tsd-kind-class.tsd-has-type-parameter.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -17px -51px; -} -.tsd-kind-class.tsd-has-type-parameter.tsd-is-private > .tsd-kind-icon:before { - background-position: -34px -51px; -} - -.tsd-kind-interface > .tsd-kind-icon:before { - background-position: 0px -68px; -} -.tsd-kind-interface.tsd-is-protected > .tsd-kind-icon:before { - background-position: -17px -68px; -} -.tsd-kind-interface.tsd-is-private > .tsd-kind-icon:before { - background-position: -34px -68px; -} - -.tsd-kind-interface.tsd-has-type-parameter > .tsd-kind-icon:before { - background-position: 0px -85px; -} -.tsd-kind-interface.tsd-has-type-parameter.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -17px -85px; -} -.tsd-kind-interface.tsd-has-type-parameter.tsd-is-private - > .tsd-kind-icon:before { - background-position: -34px -85px; -} - -.tsd-kind-namespace > .tsd-kind-icon:before { - background-position: 0px -102px; -} -.tsd-kind-namespace.tsd-is-protected > .tsd-kind-icon:before { - background-position: -17px -102px; -} -.tsd-kind-namespace.tsd-is-private > .tsd-kind-icon:before { - background-position: -34px -102px; -} - -.tsd-kind-module > .tsd-kind-icon:before { - background-position: 0px -102px; -} -.tsd-kind-module.tsd-is-protected > .tsd-kind-icon:before { - background-position: -17px -102px; -} -.tsd-kind-module.tsd-is-private > .tsd-kind-icon:before { - background-position: -34px -102px; -} - -.tsd-kind-enum > .tsd-kind-icon:before { - background-position: 0px -119px; -} -.tsd-kind-enum.tsd-is-protected > .tsd-kind-icon:before { - background-position: -17px -119px; -} -.tsd-kind-enum.tsd-is-private > .tsd-kind-icon:before { - background-position: -34px -119px; -} - -.tsd-kind-enum-member > .tsd-kind-icon:before { - background-position: 0px -136px; -} -.tsd-kind-enum-member.tsd-is-protected > .tsd-kind-icon:before { - background-position: -17px -136px; -} -.tsd-kind-enum-member.tsd-is-private > .tsd-kind-icon:before { - background-position: -34px -136px; -} - -.tsd-kind-signature > .tsd-kind-icon:before { - background-position: 0px -153px; -} -.tsd-kind-signature.tsd-is-protected > .tsd-kind-icon:before { - background-position: -17px -153px; -} -.tsd-kind-signature.tsd-is-private > .tsd-kind-icon:before { - background-position: -34px -153px; -} - -.tsd-kind-type-alias > .tsd-kind-icon:before { - background-position: 0px -170px; -} -.tsd-kind-type-alias.tsd-is-protected > .tsd-kind-icon:before { - background-position: -17px -170px; -} -.tsd-kind-type-alias.tsd-is-private > .tsd-kind-icon:before { - background-position: -34px -170px; -} - -.tsd-kind-type-alias.tsd-has-type-parameter > .tsd-kind-icon:before { - background-position: 0px -187px; -} -.tsd-kind-type-alias.tsd-has-type-parameter.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -17px -187px; -} -.tsd-kind-type-alias.tsd-has-type-parameter.tsd-is-private - > .tsd-kind-icon:before { - background-position: -34px -187px; -} - -.tsd-kind-variable > .tsd-kind-icon:before { - background-position: -136px -0px; -} -.tsd-kind-variable.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -0px; -} -.tsd-kind-variable.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -0px; -} -.tsd-kind-variable.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -0px; -} -.tsd-kind-variable.tsd-parent-kind-class.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -68px -0px; -} -.tsd-kind-variable.tsd-parent-kind-class.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -85px -0px; -} -.tsd-kind-variable.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -102px -0px; -} -.tsd-kind-variable.tsd-parent-kind-class.tsd-is-private - > .tsd-kind-icon:before { - background-position: -119px -0px; -} -.tsd-kind-variable.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -0px; -} -.tsd-kind-variable.tsd-parent-kind-enum.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -187px -0px; -} -.tsd-kind-variable.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -0px; -} -.tsd-kind-variable.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -0px; -} -.tsd-kind-variable.tsd-parent-kind-interface.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -221px -0px; -} - -.tsd-kind-property > .tsd-kind-icon:before { - background-position: -136px -0px; -} -.tsd-kind-property.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -0px; -} -.tsd-kind-property.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -0px; -} -.tsd-kind-property.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -0px; -} -.tsd-kind-property.tsd-parent-kind-class.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -68px -0px; -} -.tsd-kind-property.tsd-parent-kind-class.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -85px -0px; -} -.tsd-kind-property.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -102px -0px; -} -.tsd-kind-property.tsd-parent-kind-class.tsd-is-private - > .tsd-kind-icon:before { - background-position: -119px -0px; -} -.tsd-kind-property.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -0px; -} -.tsd-kind-property.tsd-parent-kind-enum.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -187px -0px; -} -.tsd-kind-property.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -0px; -} -.tsd-kind-property.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -0px; -} -.tsd-kind-property.tsd-parent-kind-interface.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -221px -0px; -} - -.tsd-kind-get-signature > .tsd-kind-icon:before { - background-position: -136px -17px; -} -.tsd-kind-get-signature.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -17px; -} -.tsd-kind-get-signature.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -17px; -} -.tsd-kind-get-signature.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -17px; -} -.tsd-kind-get-signature.tsd-parent-kind-class.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -68px -17px; -} -.tsd-kind-get-signature.tsd-parent-kind-class.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -85px -17px; -} -.tsd-kind-get-signature.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -102px -17px; -} -.tsd-kind-get-signature.tsd-parent-kind-class.tsd-is-private - > .tsd-kind-icon:before { - background-position: -119px -17px; -} -.tsd-kind-get-signature.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -17px; -} -.tsd-kind-get-signature.tsd-parent-kind-enum.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -187px -17px; -} -.tsd-kind-get-signature.tsd-parent-kind-enum.tsd-is-private - > .tsd-kind-icon:before { - background-position: -119px -17px; -} -.tsd-kind-get-signature.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -17px; -} -.tsd-kind-get-signature.tsd-parent-kind-interface.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -221px -17px; -} - -.tsd-kind-set-signature > .tsd-kind-icon:before { - background-position: -136px -34px; -} -.tsd-kind-set-signature.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -34px; -} -.tsd-kind-set-signature.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -34px; -} -.tsd-kind-set-signature.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -34px; -} -.tsd-kind-set-signature.tsd-parent-kind-class.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -68px -34px; -} -.tsd-kind-set-signature.tsd-parent-kind-class.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -85px -34px; -} -.tsd-kind-set-signature.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -102px -34px; -} -.tsd-kind-set-signature.tsd-parent-kind-class.tsd-is-private - > .tsd-kind-icon:before { - background-position: -119px -34px; -} -.tsd-kind-set-signature.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -34px; -} -.tsd-kind-set-signature.tsd-parent-kind-enum.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -187px -34px; -} -.tsd-kind-set-signature.tsd-parent-kind-enum.tsd-is-private - > .tsd-kind-icon:before { - background-position: -119px -34px; -} -.tsd-kind-set-signature.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -34px; -} -.tsd-kind-set-signature.tsd-parent-kind-interface.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -221px -34px; -} - -.tsd-kind-accessor > .tsd-kind-icon:before { - background-position: -136px -51px; -} -.tsd-kind-accessor.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -51px; -} -.tsd-kind-accessor.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -51px; -} -.tsd-kind-accessor.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -51px; -} -.tsd-kind-accessor.tsd-parent-kind-class.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -68px -51px; -} -.tsd-kind-accessor.tsd-parent-kind-class.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -85px -51px; -} -.tsd-kind-accessor.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -102px -51px; -} -.tsd-kind-accessor.tsd-parent-kind-class.tsd-is-private - > .tsd-kind-icon:before { - background-position: -119px -51px; -} -.tsd-kind-accessor.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -51px; -} -.tsd-kind-accessor.tsd-parent-kind-enum.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -187px -51px; -} -.tsd-kind-accessor.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -51px; -} -.tsd-kind-accessor.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -51px; -} -.tsd-kind-accessor.tsd-parent-kind-interface.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -221px -51px; -} - -.tsd-kind-function > .tsd-kind-icon:before { - background-position: -136px -68px; -} -.tsd-kind-function.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -68px; -} -.tsd-kind-function.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -68px; -} -.tsd-kind-function.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -68px; -} -.tsd-kind-function.tsd-parent-kind-class.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -68px -68px; -} -.tsd-kind-function.tsd-parent-kind-class.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -85px -68px; -} -.tsd-kind-function.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -102px -68px; -} -.tsd-kind-function.tsd-parent-kind-class.tsd-is-private - > .tsd-kind-icon:before { - background-position: -119px -68px; -} -.tsd-kind-function.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -68px; -} -.tsd-kind-function.tsd-parent-kind-enum.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -187px -68px; -} -.tsd-kind-function.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -68px; -} -.tsd-kind-function.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -68px; -} -.tsd-kind-function.tsd-parent-kind-interface.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -221px -68px; -} - -.tsd-kind-method > .tsd-kind-icon:before { - background-position: -136px -68px; -} -.tsd-kind-method.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -68px; -} -.tsd-kind-method.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -68px; -} -.tsd-kind-method.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -68px; -} -.tsd-kind-method.tsd-parent-kind-class.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -68px -68px; -} -.tsd-kind-method.tsd-parent-kind-class.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -85px -68px; -} -.tsd-kind-method.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -102px -68px; -} -.tsd-kind-method.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -68px; -} -.tsd-kind-method.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -68px; -} -.tsd-kind-method.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before { - background-position: -187px -68px; -} -.tsd-kind-method.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -68px; -} -.tsd-kind-method.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -68px; -} -.tsd-kind-method.tsd-parent-kind-interface.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -221px -68px; -} - -.tsd-kind-call-signature > .tsd-kind-icon:before { - background-position: -136px -68px; -} -.tsd-kind-call-signature.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -68px; -} -.tsd-kind-call-signature.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -68px; -} -.tsd-kind-call-signature.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -68px; -} -.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -68px -68px; -} -.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -85px -68px; -} -.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -102px -68px; -} -.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-private - > .tsd-kind-icon:before { - background-position: -119px -68px; -} -.tsd-kind-call-signature.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -68px; -} -.tsd-kind-call-signature.tsd-parent-kind-enum.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -187px -68px; -} -.tsd-kind-call-signature.tsd-parent-kind-enum.tsd-is-private - > .tsd-kind-icon:before { - background-position: -119px -68px; -} -.tsd-kind-call-signature.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -68px; -} -.tsd-kind-call-signature.tsd-parent-kind-interface.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -221px -68px; -} - -.tsd-kind-function.tsd-has-type-parameter > .tsd-kind-icon:before { - background-position: -136px -85px; -} -.tsd-kind-function.tsd-has-type-parameter.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -153px -85px; -} -.tsd-kind-function.tsd-has-type-parameter.tsd-is-private - > .tsd-kind-icon:before { - background-position: -119px -85px; -} -.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-class - > .tsd-kind-icon:before { - background-position: -51px -85px; -} -.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -68px -85px; -} -.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -85px -85px; -} -.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -102px -85px; -} -.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-private - > .tsd-kind-icon:before { - background-position: -119px -85px; -} -.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-enum - > .tsd-kind-icon:before { - background-position: -170px -85px; -} -.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-enum.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -187px -85px; -} -.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-enum.tsd-is-private - > .tsd-kind-icon:before { - background-position: -119px -85px; -} -.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-interface - > .tsd-kind-icon:before { - background-position: -204px -85px; -} -.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-interface.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -221px -85px; -} - -.tsd-kind-method.tsd-has-type-parameter > .tsd-kind-icon:before { - background-position: -136px -85px; -} -.tsd-kind-method.tsd-has-type-parameter.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -153px -85px; -} -.tsd-kind-method.tsd-has-type-parameter.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -85px; -} -.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-class - > .tsd-kind-icon:before { - background-position: -51px -85px; -} -.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -68px -85px; -} -.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -85px -85px; -} -.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -102px -85px; -} -.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-private - > .tsd-kind-icon:before { - background-position: -119px -85px; -} -.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-enum - > .tsd-kind-icon:before { - background-position: -170px -85px; -} -.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-enum.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -187px -85px; -} -.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-enum.tsd-is-private - > .tsd-kind-icon:before { - background-position: -119px -85px; -} -.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-interface - > .tsd-kind-icon:before { - background-position: -204px -85px; -} -.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-interface.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -221px -85px; -} - -.tsd-kind-constructor > .tsd-kind-icon:before { - background-position: -136px -102px; -} -.tsd-kind-constructor.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -102px; -} -.tsd-kind-constructor.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -102px; -} -.tsd-kind-constructor.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -102px; -} -.tsd-kind-constructor.tsd-parent-kind-class.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -68px -102px; -} -.tsd-kind-constructor.tsd-parent-kind-class.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -85px -102px; -} -.tsd-kind-constructor.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -102px -102px; -} -.tsd-kind-constructor.tsd-parent-kind-class.tsd-is-private - > .tsd-kind-icon:before { - background-position: -119px -102px; -} -.tsd-kind-constructor.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -102px; -} -.tsd-kind-constructor.tsd-parent-kind-enum.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -187px -102px; -} -.tsd-kind-constructor.tsd-parent-kind-enum.tsd-is-private - > .tsd-kind-icon:before { - background-position: -119px -102px; -} -.tsd-kind-constructor.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -102px; -} -.tsd-kind-constructor.tsd-parent-kind-interface.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -221px -102px; -} - -.tsd-kind-constructor-signature > .tsd-kind-icon:before { - background-position: -136px -102px; -} -.tsd-kind-constructor-signature.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -102px; -} -.tsd-kind-constructor-signature.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -102px; -} -.tsd-kind-constructor-signature.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -102px; -} -.tsd-kind-constructor-signature.tsd-parent-kind-class.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -68px -102px; -} -.tsd-kind-constructor-signature.tsd-parent-kind-class.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -85px -102px; -} -.tsd-kind-constructor-signature.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -102px -102px; -} -.tsd-kind-constructor-signature.tsd-parent-kind-class.tsd-is-private - > .tsd-kind-icon:before { - background-position: -119px -102px; -} -.tsd-kind-constructor-signature.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -102px; -} -.tsd-kind-constructor-signature.tsd-parent-kind-enum.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -187px -102px; -} -.tsd-kind-constructor-signature.tsd-parent-kind-enum.tsd-is-private - > .tsd-kind-icon:before { - background-position: -119px -102px; -} -.tsd-kind-constructor-signature.tsd-parent-kind-interface - > .tsd-kind-icon:before { - background-position: -204px -102px; -} -.tsd-kind-constructor-signature.tsd-parent-kind-interface.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -221px -102px; -} - -.tsd-kind-index-signature > .tsd-kind-icon:before { - background-position: -136px -119px; -} -.tsd-kind-index-signature.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -119px; -} -.tsd-kind-index-signature.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -119px; -} -.tsd-kind-index-signature.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -119px; -} -.tsd-kind-index-signature.tsd-parent-kind-class.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -68px -119px; -} -.tsd-kind-index-signature.tsd-parent-kind-class.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -85px -119px; -} -.tsd-kind-index-signature.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -102px -119px; -} -.tsd-kind-index-signature.tsd-parent-kind-class.tsd-is-private - > .tsd-kind-icon:before { - background-position: -119px -119px; -} -.tsd-kind-index-signature.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -119px; -} -.tsd-kind-index-signature.tsd-parent-kind-enum.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -187px -119px; -} -.tsd-kind-index-signature.tsd-parent-kind-enum.tsd-is-private - > .tsd-kind-icon:before { - background-position: -119px -119px; -} -.tsd-kind-index-signature.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -119px; -} -.tsd-kind-index-signature.tsd-parent-kind-interface.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -221px -119px; -} - -.tsd-kind-event > .tsd-kind-icon:before { - background-position: -136px -136px; -} -.tsd-kind-event.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -136px; -} -.tsd-kind-event.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -136px; -} -.tsd-kind-event.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -136px; -} -.tsd-kind-event.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -68px -136px; -} -.tsd-kind-event.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before { - background-position: -85px -136px; -} -.tsd-kind-event.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -102px -136px; -} -.tsd-kind-event.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -136px; -} -.tsd-kind-event.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -136px; -} -.tsd-kind-event.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before { - background-position: -187px -136px; -} -.tsd-kind-event.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -136px; -} -.tsd-kind-event.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -136px; -} -.tsd-kind-event.tsd-parent-kind-interface.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -221px -136px; -} - -.tsd-is-static > .tsd-kind-icon:before { - background-position: -136px -153px; -} -.tsd-is-static.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -153px; -} -.tsd-is-static.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -153px; -} -.tsd-is-static.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -153px; -} -.tsd-is-static.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -68px -153px; -} -.tsd-is-static.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before { - background-position: -85px -153px; -} -.tsd-is-static.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -102px -153px; -} -.tsd-is-static.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -153px; -} -.tsd-is-static.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -153px; -} -.tsd-is-static.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before { - background-position: -187px -153px; -} -.tsd-is-static.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -153px; -} -.tsd-is-static.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -153px; -} -.tsd-is-static.tsd-parent-kind-interface.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -221px -153px; -} - -.tsd-is-static.tsd-kind-function > .tsd-kind-icon:before { - background-position: -136px -170px; -} -.tsd-is-static.tsd-kind-function.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -170px; -} -.tsd-is-static.tsd-kind-function.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -170px; -} -.tsd-is-static.tsd-kind-function.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -170px; -} -.tsd-is-static.tsd-kind-function.tsd-parent-kind-class.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -68px -170px; -} -.tsd-is-static.tsd-kind-function.tsd-parent-kind-class.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -85px -170px; -} -.tsd-is-static.tsd-kind-function.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -102px -170px; -} -.tsd-is-static.tsd-kind-function.tsd-parent-kind-class.tsd-is-private - > .tsd-kind-icon:before { - background-position: -119px -170px; -} -.tsd-is-static.tsd-kind-function.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -170px; -} -.tsd-is-static.tsd-kind-function.tsd-parent-kind-enum.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -187px -170px; -} -.tsd-is-static.tsd-kind-function.tsd-parent-kind-enum.tsd-is-private - > .tsd-kind-icon:before { - background-position: -119px -170px; -} -.tsd-is-static.tsd-kind-function.tsd-parent-kind-interface - > .tsd-kind-icon:before { - background-position: -204px -170px; -} -.tsd-is-static.tsd-kind-function.tsd-parent-kind-interface.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -221px -170px; -} - -.tsd-is-static.tsd-kind-method > .tsd-kind-icon:before { - background-position: -136px -170px; -} -.tsd-is-static.tsd-kind-method.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -170px; -} -.tsd-is-static.tsd-kind-method.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -170px; -} -.tsd-is-static.tsd-kind-method.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -170px; -} -.tsd-is-static.tsd-kind-method.tsd-parent-kind-class.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -68px -170px; -} -.tsd-is-static.tsd-kind-method.tsd-parent-kind-class.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -85px -170px; -} -.tsd-is-static.tsd-kind-method.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -102px -170px; -} -.tsd-is-static.tsd-kind-method.tsd-parent-kind-class.tsd-is-private - > .tsd-kind-icon:before { - background-position: -119px -170px; -} -.tsd-is-static.tsd-kind-method.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -170px; -} -.tsd-is-static.tsd-kind-method.tsd-parent-kind-enum.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -187px -170px; -} -.tsd-is-static.tsd-kind-method.tsd-parent-kind-enum.tsd-is-private - > .tsd-kind-icon:before { - background-position: -119px -170px; -} -.tsd-is-static.tsd-kind-method.tsd-parent-kind-interface - > .tsd-kind-icon:before { - background-position: -204px -170px; -} -.tsd-is-static.tsd-kind-method.tsd-parent-kind-interface.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -221px -170px; -} - -.tsd-is-static.tsd-kind-call-signature > .tsd-kind-icon:before { - background-position: -136px -170px; -} -.tsd-is-static.tsd-kind-call-signature.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -153px -170px; -} -.tsd-is-static.tsd-kind-call-signature.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -170px; -} -.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-class - > .tsd-kind-icon:before { - background-position: -51px -170px; -} -.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -68px -170px; -} -.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -85px -170px; -} -.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -102px -170px; -} -.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-private - > .tsd-kind-icon:before { - background-position: -119px -170px; -} -.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-enum - > .tsd-kind-icon:before { - background-position: -170px -170px; -} -.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-enum.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -187px -170px; -} -.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-enum.tsd-is-private - > .tsd-kind-icon:before { - background-position: -119px -170px; -} -.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-interface - > .tsd-kind-icon:before { - background-position: -204px -170px; -} -.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-interface.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -221px -170px; -} - -.tsd-is-static.tsd-kind-event > .tsd-kind-icon:before { - background-position: -136px -187px; -} -.tsd-is-static.tsd-kind-event.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -187px; -} -.tsd-is-static.tsd-kind-event.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -187px; -} -.tsd-is-static.tsd-kind-event.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -187px; -} -.tsd-is-static.tsd-kind-event.tsd-parent-kind-class.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -68px -187px; -} -.tsd-is-static.tsd-kind-event.tsd-parent-kind-class.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -85px -187px; -} -.tsd-is-static.tsd-kind-event.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -102px -187px; -} -.tsd-is-static.tsd-kind-event.tsd-parent-kind-class.tsd-is-private - > .tsd-kind-icon:before { - background-position: -119px -187px; -} -.tsd-is-static.tsd-kind-event.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -187px; -} -.tsd-is-static.tsd-kind-event.tsd-parent-kind-enum.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -187px -187px; -} -.tsd-is-static.tsd-kind-event.tsd-parent-kind-enum.tsd-is-private - > .tsd-kind-icon:before { - background-position: -119px -187px; -} -.tsd-is-static.tsd-kind-event.tsd-parent-kind-interface - > .tsd-kind-icon:before { - background-position: -204px -187px; -} -.tsd-is-static.tsd-kind-event.tsd-parent-kind-interface.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -221px -187px; -} diff --git a/docs/assets/icons.png b/docs/assets/icons.png deleted file mode 100644 index 3836d5fe4..000000000 Binary files a/docs/assets/icons.png and /dev/null differ diff --git a/docs/assets/icons@2x.png b/docs/assets/icons@2x.png deleted file mode 100644 index 5a209e2f6..000000000 Binary files a/docs/assets/icons@2x.png and /dev/null differ diff --git a/docs/assets/main.js b/docs/assets/main.js deleted file mode 100644 index 99f331b26..000000000 --- a/docs/assets/main.js +++ /dev/null @@ -1,52 +0,0 @@ -(()=>{var Ce=Object.create;var J=Object.defineProperty;var Pe=Object.getOwnPropertyDescriptor;var Oe=Object.getOwnPropertyNames;var Re=Object.getPrototypeOf,_e=Object.prototype.hasOwnProperty;var Me=t=>J(t,"__esModule",{value:!0});var Fe=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports);var De=(t,e,r,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let i of Oe(e))!_e.call(t,i)&&(r||i!=="default")&&J(t,i,{get:()=>e[i],enumerable:!(n=Pe(e,i))||n.enumerable});return t},Ae=(t,e)=>De(Me(J(t!=null?Ce(Re(t)):{},"default",!e&&t&&t.__esModule?{get:()=>t.default,enumerable:!0}:{value:t,enumerable:!0})),t);var de=Fe((ce,he)=>{(function(){var t=function(e){var r=new t.Builder;return r.pipeline.add(t.trimmer,t.stopWordFilter,t.stemmer),r.searchPipeline.add(t.stemmer),e.call(r,r),r.build()};t.version="2.3.9";t.utils={},t.utils.warn=function(e){return function(r){e.console&&console.warn&&console.warn(r)}}(this),t.utils.asString=function(e){return e==null?"":e.toString()},t.utils.clone=function(e){if(e==null)return e;for(var r=Object.create(null),n=Object.keys(e),i=0;i0){var h=t.utils.clone(r)||{};h.position=[a,l],h.index=s.length,s.push(new t.Token(n.slice(a,o),h))}a=o+1}}return s},t.tokenizer.separator=/[\s\-]+/;t.Pipeline=function(){this._stack=[]},t.Pipeline.registeredFunctions=Object.create(null),t.Pipeline.registerFunction=function(e,r){r in this.registeredFunctions&&t.utils.warn("Overwriting existing registered function: "+r),e.label=r,t.Pipeline.registeredFunctions[e.label]=e},t.Pipeline.warnIfFunctionNotRegistered=function(e){var r=e.label&&e.label in this.registeredFunctions;r||t.utils.warn(`Function is not registered with pipeline. This may cause problems when serialising the index. -`,e)},t.Pipeline.load=function(e){var r=new t.Pipeline;return e.forEach(function(n){var i=t.Pipeline.registeredFunctions[n];if(i)r.add(i);else throw new Error("Cannot load unregistered function: "+n)}),r},t.Pipeline.prototype.add=function(){var e=Array.prototype.slice.call(arguments);e.forEach(function(r){t.Pipeline.warnIfFunctionNotRegistered(r),this._stack.push(r)},this)},t.Pipeline.prototype.after=function(e,r){t.Pipeline.warnIfFunctionNotRegistered(r);var n=this._stack.indexOf(e);if(n==-1)throw new Error("Cannot find existingFn");n=n+1,this._stack.splice(n,0,r)},t.Pipeline.prototype.before=function(e,r){t.Pipeline.warnIfFunctionNotRegistered(r);var n=this._stack.indexOf(e);if(n==-1)throw new Error("Cannot find existingFn");this._stack.splice(n,0,r)},t.Pipeline.prototype.remove=function(e){var r=this._stack.indexOf(e);r!=-1&&this._stack.splice(r,1)},t.Pipeline.prototype.run=function(e){for(var r=this._stack.length,n=0;n1&&(oe&&(n=s),o!=e);)i=n-r,s=r+Math.floor(i/2),o=this.elements[s*2];if(o==e||o>e)return s*2;if(ou?h+=2:a==u&&(r+=n[l+1]*i[h+1],l+=2,h+=2);return r},t.Vector.prototype.similarity=function(e){return this.dot(e)/this.magnitude()||0},t.Vector.prototype.toArray=function(){for(var e=new Array(this.elements.length/2),r=1,n=0;r0){var o=s.str.charAt(0),a;o in s.node.edges?a=s.node.edges[o]:(a=new t.TokenSet,s.node.edges[o]=a),s.str.length==1&&(a.final=!0),i.push({node:a,editsRemaining:s.editsRemaining,str:s.str.slice(1)})}if(s.editsRemaining!=0){if("*"in s.node.edges)var u=s.node.edges["*"];else{var u=new t.TokenSet;s.node.edges["*"]=u}if(s.str.length==0&&(u.final=!0),i.push({node:u,editsRemaining:s.editsRemaining-1,str:s.str}),s.str.length>1&&i.push({node:s.node,editsRemaining:s.editsRemaining-1,str:s.str.slice(1)}),s.str.length==1&&(s.node.final=!0),s.str.length>=1){if("*"in s.node.edges)var l=s.node.edges["*"];else{var l=new t.TokenSet;s.node.edges["*"]=l}s.str.length==1&&(l.final=!0),i.push({node:l,editsRemaining:s.editsRemaining-1,str:s.str.slice(1)})}if(s.str.length>1){var h=s.str.charAt(0),p=s.str.charAt(1),v;p in s.node.edges?v=s.node.edges[p]:(v=new t.TokenSet,s.node.edges[p]=v),s.str.length==1&&(v.final=!0),i.push({node:v,editsRemaining:s.editsRemaining-1,str:h+s.str.slice(2)})}}}return n},t.TokenSet.fromString=function(e){for(var r=new t.TokenSet,n=r,i=0,s=e.length;i=e;r--){var n=this.uncheckedNodes[r],i=n.child.toString();i in this.minimizedNodes?n.parent.edges[n.char]=this.minimizedNodes[i]:(n.child._str=i,this.minimizedNodes[i]=n.child),this.uncheckedNodes.pop()}};t.Index=function(e){this.invertedIndex=e.invertedIndex,this.fieldVectors=e.fieldVectors,this.tokenSet=e.tokenSet,this.fields=e.fields,this.pipeline=e.pipeline},t.Index.prototype.search=function(e){return this.query(function(r){var n=new t.QueryParser(e,r);n.parse()})},t.Index.prototype.query=function(e){for(var r=new t.Query(this.fields),n=Object.create(null),i=Object.create(null),s=Object.create(null),o=Object.create(null),a=Object.create(null),u=0;u1?this._b=1:this._b=e},t.Builder.prototype.k1=function(e){this._k1=e},t.Builder.prototype.add=function(e,r){var n=e[this._ref],i=Object.keys(this._fields);this._documents[n]=r||{},this.documentCount+=1;for(var s=0;s=this.length)return t.QueryLexer.EOS;var e=this.str.charAt(this.pos);return this.pos+=1,e},t.QueryLexer.prototype.width=function(){return this.pos-this.start},t.QueryLexer.prototype.ignore=function(){this.start==this.pos&&(this.pos+=1),this.start=this.pos},t.QueryLexer.prototype.backup=function(){this.pos-=1},t.QueryLexer.prototype.acceptDigitRun=function(){var e,r;do e=this.next(),r=e.charCodeAt(0);while(r>47&&r<58);e!=t.QueryLexer.EOS&&this.backup()},t.QueryLexer.prototype.more=function(){return this.pos1&&(e.backup(),e.emit(t.QueryLexer.TERM)),e.ignore(),e.more())return t.QueryLexer.lexText},t.QueryLexer.lexEditDistance=function(e){return e.ignore(),e.acceptDigitRun(),e.emit(t.QueryLexer.EDIT_DISTANCE),t.QueryLexer.lexText},t.QueryLexer.lexBoost=function(e){return e.ignore(),e.acceptDigitRun(),e.emit(t.QueryLexer.BOOST),t.QueryLexer.lexText},t.QueryLexer.lexEOS=function(e){e.width()>0&&e.emit(t.QueryLexer.TERM)},t.QueryLexer.termSeparator=t.tokenizer.separator,t.QueryLexer.lexText=function(e){for(;;){var r=e.next();if(r==t.QueryLexer.EOS)return t.QueryLexer.lexEOS;if(r.charCodeAt(0)==92){e.escapeCharacter();continue}if(r==":")return t.QueryLexer.lexField;if(r=="~")return e.backup(),e.width()>0&&e.emit(t.QueryLexer.TERM),t.QueryLexer.lexEditDistance;if(r=="^")return e.backup(),e.width()>0&&e.emit(t.QueryLexer.TERM),t.QueryLexer.lexBoost;if(r=="+"&&e.width()===1||r=="-"&&e.width()===1)return e.emit(t.QueryLexer.PRESENCE),t.QueryLexer.lexText;if(r.match(t.QueryLexer.termSeparator))return t.QueryLexer.lexTerm}},t.QueryParser=function(e,r){this.lexer=new t.QueryLexer(e),this.query=r,this.currentClause={},this.lexemeIdx=0},t.QueryParser.prototype.parse=function(){this.lexer.run(),this.lexemes=this.lexer.lexemes;for(var e=t.QueryParser.parseClause;e;)e=e(this);return this.query},t.QueryParser.prototype.peekLexeme=function(){return this.lexemes[this.lexemeIdx]},t.QueryParser.prototype.consumeLexeme=function(){var e=this.peekLexeme();return this.lexemeIdx+=1,e},t.QueryParser.prototype.nextClause=function(){var e=this.currentClause;this.query.clause(e),this.currentClause={}},t.QueryParser.parseClause=function(e){var r=e.peekLexeme();if(r!=null)switch(r.type){case t.QueryLexer.PRESENCE:return t.QueryParser.parsePresence;case t.QueryLexer.FIELD:return t.QueryParser.parseField;case t.QueryLexer.TERM:return t.QueryParser.parseTerm;default:var n="expected either a field or a term, found "+r.type;throw r.str.length>=1&&(n+=" with value '"+r.str+"'"),new t.QueryParseError(n,r.start,r.end)}},t.QueryParser.parsePresence=function(e){var r=e.consumeLexeme();if(r!=null){switch(r.str){case"-":e.currentClause.presence=t.Query.presence.PROHIBITED;break;case"+":e.currentClause.presence=t.Query.presence.REQUIRED;break;default:var n="unrecognised presence operator'"+r.str+"'";throw new t.QueryParseError(n,r.start,r.end)}var i=e.peekLexeme();if(i==null){var n="expecting term or field, found nothing";throw new t.QueryParseError(n,r.start,r.end)}switch(i.type){case t.QueryLexer.FIELD:return t.QueryParser.parseField;case t.QueryLexer.TERM:return t.QueryParser.parseTerm;default:var n="expecting term or field, found '"+i.type+"'";throw new t.QueryParseError(n,i.start,i.end)}}},t.QueryParser.parseField=function(e){var r=e.consumeLexeme();if(r!=null){if(e.query.allFields.indexOf(r.str)==-1){var n=e.query.allFields.map(function(o){return"'"+o+"'"}).join(", "),i="unrecognised field '"+r.str+"', possible fields: "+n;throw new t.QueryParseError(i,r.start,r.end)}e.currentClause.fields=[r.str];var s=e.peekLexeme();if(s==null){var i="expecting term, found nothing";throw new t.QueryParseError(i,r.start,r.end)}switch(s.type){case t.QueryLexer.TERM:return t.QueryParser.parseTerm;default:var i="expecting term, found '"+s.type+"'";throw new t.QueryParseError(i,s.start,s.end)}}},t.QueryParser.parseTerm=function(e){var r=e.consumeLexeme();if(r!=null){e.currentClause.term=r.str.toLowerCase(),r.str.indexOf("*")!=-1&&(e.currentClause.usePipeline=!1);var n=e.peekLexeme();if(n==null){e.nextClause();return}switch(n.type){case t.QueryLexer.TERM:return e.nextClause(),t.QueryParser.parseTerm;case t.QueryLexer.FIELD:return e.nextClause(),t.QueryParser.parseField;case t.QueryLexer.EDIT_DISTANCE:return t.QueryParser.parseEditDistance;case t.QueryLexer.BOOST:return t.QueryParser.parseBoost;case t.QueryLexer.PRESENCE:return e.nextClause(),t.QueryParser.parsePresence;default:var i="Unexpected lexeme type '"+n.type+"'";throw new t.QueryParseError(i,n.start,n.end)}}},t.QueryParser.parseEditDistance=function(e){var r=e.consumeLexeme();if(r!=null){var n=parseInt(r.str,10);if(isNaN(n)){var i="edit distance must be numeric";throw new t.QueryParseError(i,r.start,r.end)}e.currentClause.editDistance=n;var s=e.peekLexeme();if(s==null){e.nextClause();return}switch(s.type){case t.QueryLexer.TERM:return e.nextClause(),t.QueryParser.parseTerm;case t.QueryLexer.FIELD:return e.nextClause(),t.QueryParser.parseField;case t.QueryLexer.EDIT_DISTANCE:return t.QueryParser.parseEditDistance;case t.QueryLexer.BOOST:return t.QueryParser.parseBoost;case t.QueryLexer.PRESENCE:return e.nextClause(),t.QueryParser.parsePresence;default:var i="Unexpected lexeme type '"+s.type+"'";throw new t.QueryParseError(i,s.start,s.end)}}},t.QueryParser.parseBoost=function(e){var r=e.consumeLexeme();if(r!=null){var n=parseInt(r.str,10);if(isNaN(n)){var i="boost must be numeric";throw new t.QueryParseError(i,r.start,r.end)}e.currentClause.boost=n;var s=e.peekLexeme();if(s==null){e.nextClause();return}switch(s.type){case t.QueryLexer.TERM:return e.nextClause(),t.QueryParser.parseTerm;case t.QueryLexer.FIELD:return e.nextClause(),t.QueryParser.parseField;case t.QueryLexer.EDIT_DISTANCE:return t.QueryParser.parseEditDistance;case t.QueryLexer.BOOST:return t.QueryParser.parseBoost;case t.QueryLexer.PRESENCE:return e.nextClause(),t.QueryParser.parsePresence;default:var i="Unexpected lexeme type '"+s.type+"'";throw new t.QueryParseError(i,s.start,s.end)}}},function(e,r){typeof define=="function"&&define.amd?define(r):typeof ce=="object"?he.exports=r():e.lunr=r()}(this,function(){return t})})()});var le=[];function N(t,e){le.push({selector:e,constructor:t})}var X=class{constructor(){this.createComponents(document.body)}createComponents(e){le.forEach(r=>{e.querySelectorAll(r.selector).forEach(n=>{n.dataset.hasInstance||(new r.constructor({el:n}),n.dataset.hasInstance=String(!0))})})}};var Q=class{constructor(e){this.el=e.el}};var Z=class{constructor(){this.listeners={}}addEventListener(e,r){e in this.listeners||(this.listeners[e]=[]),this.listeners[e].push(r)}removeEventListener(e,r){if(!(e in this.listeners))return;let n=this.listeners[e];for(let i=0,s=n.length;i{let r=Date.now();return(...n)=>{r+e-Date.now()<0&&(t(...n),r=Date.now())}};var ee=class extends Z{constructor(){super();this.scrollTop=0;this.lastY=0;this.width=0;this.height=0;this.showToolbar=!0;this.toolbar=document.querySelector(".tsd-page-toolbar"),this.secondaryNav=document.querySelector(".tsd-navigation.secondary"),window.addEventListener("scroll",K(()=>this.onScroll(),10)),window.addEventListener("resize",K(()=>this.onResize(),10)),this.onResize(),this.onScroll()}triggerResize(){let e=new CustomEvent("resize",{detail:{width:this.width,height:this.height}});this.dispatchEvent(e)}onResize(){this.width=window.innerWidth||0,this.height=window.innerHeight||0;let e=new CustomEvent("resize",{detail:{width:this.width,height:this.height}});this.dispatchEvent(e)}onScroll(){this.scrollTop=window.scrollY||0;let e=new CustomEvent("scroll",{detail:{scrollTop:this.scrollTop}});this.dispatchEvent(e),this.hideShowToolbar()}hideShowToolbar(){var r;let e=this.showToolbar;this.showToolbar=this.lastY>=this.scrollTop||this.scrollTop<=0,e!==this.showToolbar&&(this.toolbar.classList.toggle("tsd-page-toolbar--hide"),(r=this.secondaryNav)==null||r.classList.toggle("tsd-navigation--toolbar-hide")),this.lastY=this.scrollTop}},I=ee;I.instance=new ee;var te=class extends Q{constructor(e){super(e);this.anchors=[];this.index=-1;I.instance.addEventListener("resize",()=>this.onResize()),I.instance.addEventListener("scroll",r=>this.onScroll(r)),this.createAnchors()}createAnchors(){let e=window.location.href;e.indexOf("#")!=-1&&(e=e.substr(0,e.indexOf("#"))),this.el.querySelectorAll("a").forEach(r=>{let n=r.href;if(n.indexOf("#")==-1||n.substr(0,e.length)!=e)return;let i=n.substr(n.indexOf("#")+1),s=document.querySelector("a.tsd-anchor[name="+i+"]"),o=r.parentNode;!s||!o||this.anchors.push({link:o,anchor:s,position:0})}),this.onResize()}onResize(){let e;for(let n=0,i=this.anchors.length;nn.position-i.position);let r=new CustomEvent("scroll",{detail:{scrollTop:I.instance.scrollTop}});this.onScroll(r)}onScroll(e){let r=e.detail.scrollTop+5,n=this.anchors,i=n.length-1,s=this.index;for(;s>-1&&n[s].position>r;)s-=1;for(;s-1&&this.anchors[this.index].link.classList.remove("focus"),this.index=s,this.index>-1&&this.anchors[this.index].link.classList.add("focus"))}};var ue=(t,e=100)=>{let r;return(...n)=>{clearTimeout(r),r=setTimeout(()=>t(n),e)}};var fe=Ae(de());function pe(){let t=document.getElementById("tsd-search");if(!t)return;let e=document.getElementById("search-script");t.classList.add("loading"),e&&(e.addEventListener("error",()=>{t.classList.remove("loading"),t.classList.add("failure")}),e.addEventListener("load",()=>{t.classList.remove("loading"),t.classList.add("ready")}),window.searchData&&t.classList.remove("loading"));let r=document.querySelector("#tsd-search input"),n=document.querySelector("#tsd-search .results");if(!r||!n)throw new Error("The input field or the result list wrapper was not found");let i=!1;n.addEventListener("mousedown",()=>i=!0),n.addEventListener("mouseup",()=>{i=!1,t.classList.remove("has-focus")}),r.addEventListener("focus",()=>t.classList.add("has-focus")),r.addEventListener("blur",()=>{i||(i=!1,t.classList.remove("has-focus"))});let s={base:t.dataset.base+"/"};Ve(t,n,r,s)}function Ve(t,e,r,n){r.addEventListener("input",ue(()=>{ze(t,e,r,n)},200));let i=!1;r.addEventListener("keydown",s=>{i=!0,s.key=="Enter"?Ne(e,r):s.key=="Escape"?r.blur():s.key=="ArrowUp"?me(e,-1):s.key==="ArrowDown"?me(e,1):i=!1}),r.addEventListener("keypress",s=>{i&&s.preventDefault()}),document.body.addEventListener("keydown",s=>{s.altKey||s.ctrlKey||s.metaKey||!r.matches(":focus")&&s.key==="/"&&(r.focus(),s.preventDefault())})}function He(t,e){t.index||window.searchData&&(e.classList.remove("loading"),e.classList.add("ready"),t.data=window.searchData,t.index=fe.Index.load(window.searchData.index))}function ze(t,e,r,n){if(He(n,t),!n.index||!n.data)return;e.textContent="";let i=r.value.trim(),s=n.index.search(`*${i}*`);for(let o=0,a=Math.min(10,s.length);o${ve(u.parent,i)}.${l}`);let h=document.createElement("li");h.classList.value=u.classes;let p=document.createElement("a");p.href=n.base+u.url,p.classList.add("tsd-kind-icon"),p.innerHTML=l,h.append(p),e.appendChild(h)}}function me(t,e){let r=t.querySelector(".current");if(!r)r=t.querySelector(e==1?"li:first-child":"li:last-child"),r&&r.classList.add("current");else{let n=r;if(e===1)do n=n.nextElementSibling;while(n instanceof HTMLElement&&n.offsetParent==null);else do n=n.previousElementSibling;while(n instanceof HTMLElement&&n.offsetParent==null);n&&(r.classList.remove("current"),n.classList.add("current"))}}function Ne(t,e){let r=t.querySelector(".current");if(r||(r=t.querySelector("li:first-child")),r){let n=r.querySelector("a");n&&(window.location.href=n.href),e.blur()}}function ve(t,e){if(e==="")return t;let r=t.toLocaleLowerCase(),n=e.toLocaleLowerCase(),i=[],s=0,o=r.indexOf(n);for(;o!=-1;)i.push(re(t.substring(s,o)),`${re(t.substring(o,o+n.length))}`),s=o+n.length,o=r.indexOf(n,s);return i.push(re(t.substring(s))),i.join("")}var je={"&":"&","<":"<",">":">","'":"'",'"':"""};function re(t){return t.replace(/[&<>"'"]/g,e=>je[e])}var ge=class{constructor(e,r){this.signature=e,this.description=r}addClass(e){return this.signature.classList.add(e),this.description.classList.add(e),this}removeClass(e){return this.signature.classList.remove(e),this.description.classList.remove(e),this}},ne=class extends Q{constructor(e){super(e);this.groups=[];this.index=-1;this.createGroups(),this.container&&(this.el.classList.add("active"),Array.from(this.el.children).forEach(r=>{r.addEventListener("touchstart",n=>this.onClick(n)),r.addEventListener("click",n=>this.onClick(n))}),this.container.classList.add("active"),this.setIndex(0))}setIndex(e){if(e<0&&(e=0),e>this.groups.length-1&&(e=this.groups.length-1),this.index==e)return;let r=this.groups[e];if(this.index>-1){let n=this.groups[this.index];n.removeClass("current").addClass("fade-out"),r.addClass("current"),r.addClass("fade-in"),I.instance.triggerResize(),setTimeout(()=>{n.removeClass("fade-out"),r.removeClass("fade-in")},300)}else r.addClass("current"),I.instance.triggerResize();this.index=e}createGroups(){let e=this.el.children;if(e.length<2)return;this.container=this.el.nextElementSibling;let r=this.container.children;this.groups=[];for(let n=0;n{r.signature===e.currentTarget&&this.setIndex(n)})}};var C="mousedown",ye="mousemove",_="mouseup",G={x:0,y:0},xe=!1,ie=!1,Be=!1,A=!1,Le=/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent);document.documentElement.classList.add(Le?"is-mobile":"not-mobile");Le&&"ontouchstart"in document.documentElement&&(Be=!0,C="touchstart",ye="touchmove",_="touchend");document.addEventListener(C,t=>{ie=!0,A=!1;let e=C=="touchstart"?t.targetTouches[0]:t;G.y=e.pageY||0,G.x=e.pageX||0});document.addEventListener(ye,t=>{if(!!ie&&!A){let e=C=="touchstart"?t.targetTouches[0]:t,r=G.x-(e.pageX||0),n=G.y-(e.pageY||0);A=Math.sqrt(r*r+n*n)>10}});document.addEventListener(_,()=>{ie=!1});document.addEventListener("click",t=>{xe&&(t.preventDefault(),t.stopImmediatePropagation(),xe=!1)});var se=class extends Q{constructor(e){super(e);this.className=this.el.dataset.toggle||"",this.el.addEventListener(_,r=>this.onPointerUp(r)),this.el.addEventListener("click",r=>r.preventDefault()),document.addEventListener(C,r=>this.onDocumentPointerDown(r)),document.addEventListener(_,r=>this.onDocumentPointerUp(r))}setActive(e){if(this.active==e)return;this.active=e,document.documentElement.classList.toggle("has-"+this.className,e),this.el.classList.toggle("active",e);let r=(this.active?"to-has-":"from-has-")+this.className;document.documentElement.classList.add(r),setTimeout(()=>document.documentElement.classList.remove(r),500)}onPointerUp(e){A||(this.setActive(!0),e.preventDefault())}onDocumentPointerDown(e){if(this.active){if(e.target.closest(".col-menu, .tsd-filter-group"))return;this.setActive(!1)}}onDocumentPointerUp(e){if(!A&&this.active&&e.target.closest(".col-menu")){let r=e.target.closest("a");if(r){let n=window.location.href;n.indexOf("#")!=-1&&(n=n.substr(0,n.indexOf("#"))),r.href.substr(0,n.length)==n&&setTimeout(()=>this.setActive(!1),250)}}}};var oe=class{constructor(e,r){this.key=e,this.value=r,this.defaultValue=r,this.initialize(),window.localStorage[this.key]&&this.setValue(this.fromLocalStorage(window.localStorage[this.key]))}initialize(){}setValue(e){if(this.value==e)return;let r=this.value;this.value=e,window.localStorage[this.key]=this.toLocalStorage(e),this.handleValueChange(r,e)}},ae=class extends oe{initialize(){let e=document.querySelector("#tsd-filter-"+this.key);!e||(this.checkbox=e,this.checkbox.addEventListener("change",()=>{this.setValue(this.checkbox.checked)}))}handleValueChange(e,r){!this.checkbox||(this.checkbox.checked=this.value,document.documentElement.classList.toggle("toggle-"+this.key,this.value!=this.defaultValue))}fromLocalStorage(e){return e=="true"}toLocalStorage(e){return e?"true":"false"}},Ee=class extends oe{initialize(){document.documentElement.classList.add("toggle-"+this.key+this.value);let e=document.querySelector("#tsd-filter-"+this.key);if(!e)return;this.select=e;let r=()=>{this.select.classList.add("active")},n=()=>{this.select.classList.remove("active")};this.select.addEventListener(C,r),this.select.addEventListener("mouseover",r),this.select.addEventListener("mouseleave",n),this.select.querySelectorAll("li").forEach(i=>{i.addEventListener(_,s=>{e.classList.remove("active"),this.setValue(s.target.dataset.value||"")})}),document.addEventListener(C,i=>{this.select.contains(i.target)||this.select.classList.remove("active")})}handleValueChange(e,r){this.select.querySelectorAll("li.selected").forEach(s=>{s.classList.remove("selected")});let n=this.select.querySelector('li[data-value="'+r+'"]'),i=this.select.querySelector(".tsd-select-label");n&&i&&(n.classList.add("selected"),i.textContent=n.textContent),document.documentElement.classList.remove("toggle-"+e),document.documentElement.classList.add("toggle-"+r)}fromLocalStorage(e){return e}toLocalStorage(e){return e}},Y=class extends Q{constructor(e){super(e);this.optionVisibility=new Ee("visibility","private"),this.optionInherited=new ae("inherited",!0),this.optionExternals=new ae("externals",!0)}static isSupported(){try{return typeof window.localStorage!="undefined"}catch{return!1}}};function be(t){let e=localStorage.getItem("tsd-theme")||"os";t.value=e,we(e),t.addEventListener("change",()=>{localStorage.setItem("tsd-theme",t.value),we(t.value)})}function we(t){switch(t){case"os":document.body.classList.remove("light","dark");break;case"light":document.body.classList.remove("dark"),document.body.classList.add("light");break;case"dark":document.body.classList.remove("light"),document.body.classList.add("dark");break}}pe();N(te,".menu-highlight");N(ne,".tsd-signatures");N(se,"a[data-toggle]");Y.isSupported()?N(Y,"#tsd-filter"):document.documentElement.classList.add("no-filter");var Te=document.getElementById("theme");Te&&be(Te);var qe=new X;Object.defineProperty(window,"app",{value:qe});})(); -/*! - * lunr.Builder - * Copyright (C) 2020 Oliver Nightingale - */ -/*! - * lunr.Index - * Copyright (C) 2020 Oliver Nightingale - */ -/*! - * lunr.Pipeline - * Copyright (C) 2020 Oliver Nightingale - */ -/*! - * lunr.Set - * Copyright (C) 2020 Oliver Nightingale - */ -/*! - * lunr.TokenSet - * Copyright (C) 2020 Oliver Nightingale - */ -/*! - * lunr.Vector - * Copyright (C) 2020 Oliver Nightingale - */ -/*! - * lunr.stemmer - * Copyright (C) 2020 Oliver Nightingale - * Includes code from - http://tartarus.org/~martin/PorterStemmer/js.txt - */ -/*! - * lunr.stopWordFilter - * Copyright (C) 2020 Oliver Nightingale - */ -/*! - * lunr.tokenizer - * Copyright (C) 2020 Oliver Nightingale - */ -/*! - * lunr.trimmer - * Copyright (C) 2020 Oliver Nightingale - */ -/*! - * lunr.utils - * Copyright (C) 2020 Oliver Nightingale - */ -/** - * lunr - http://lunrjs.com - A bit like Solr, but much smaller and not as bright - 2.3.9 - * Copyright (C) 2020 Oliver Nightingale - * @license MIT - */ diff --git a/docs/assets/search.js b/docs/assets/search.js deleted file mode 100644 index 361e4d5c9..000000000 --- a/docs/assets/search.js +++ /dev/null @@ -1 +0,0 @@ -window.searchData = JSON.parse("{\"kinds\":{\"8\":\"Enumeration\",\"16\":\"Enumeration member\",\"32\":\"Variable\",\"64\":\"Function\",\"128\":\"Class\",\"256\":\"Interface\",\"512\":\"Constructor\",\"1024\":\"Property\",\"2048\":\"Method\",\"65536\":\"Type literal\",\"262144\":\"Accessor\",\"4194304\":\"Type alias\"},\"rows\":[{\"id\":0,\"kind\":128,\"name\":\"BearerWebIdExtractor\",\"url\":\"classes/BearerWebIdExtractor.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/BearerWebIdExtractor.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"BearerWebIdExtractor\"},{\"id\":2,\"kind\":1024,\"name\":\"logger\",\"url\":\"classes/BearerWebIdExtractor.html#logger\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"BearerWebIdExtractor\"},{\"id\":3,\"kind\":1024,\"name\":\"verify\",\"url\":\"classes/BearerWebIdExtractor.html#verify\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"BearerWebIdExtractor\"},{\"id\":4,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/BearerWebIdExtractor.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"BearerWebIdExtractor\"},{\"id\":5,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/BearerWebIdExtractor.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"BearerWebIdExtractor\"},{\"id\":6,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/BearerWebIdExtractor.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BearerWebIdExtractor\"},{\"id\":7,\"kind\":256,\"name\":\"Credential\",\"url\":\"interfaces/Credential.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":8,\"kind\":1024,\"name\":\"webId\",\"url\":\"interfaces/Credential.html#webId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Credential\"},{\"id\":9,\"kind\":8,\"name\":\"CredentialGroup\",\"url\":\"enums/CredentialGroup.html\",\"classes\":\"tsd-kind-enum\"},{\"id\":10,\"kind\":16,\"name\":\"public\",\"url\":\"enums/CredentialGroup.html#public\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"CredentialGroup\"},{\"id\":11,\"kind\":16,\"name\":\"agent\",\"url\":\"enums/CredentialGroup.html#agent\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"CredentialGroup\"},{\"id\":12,\"kind\":4194304,\"name\":\"CredentialSet\",\"url\":\"modules.html#CredentialSet\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":13,\"kind\":128,\"name\":\"CredentialsExtractor\",\"url\":\"classes/CredentialsExtractor.html\",\"classes\":\"tsd-kind-class\"},{\"id\":14,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/CredentialsExtractor.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"CredentialsExtractor\"},{\"id\":15,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/CredentialsExtractor.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"CredentialsExtractor\"},{\"id\":16,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/CredentialsExtractor.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"CredentialsExtractor\"},{\"id\":17,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/CredentialsExtractor.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"CredentialsExtractor\"},{\"id\":18,\"kind\":128,\"name\":\"DPoPWebIdExtractor\",\"url\":\"classes/DPoPWebIdExtractor.html\",\"classes\":\"tsd-kind-class\"},{\"id\":19,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/DPoPWebIdExtractor.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"DPoPWebIdExtractor\"},{\"id\":20,\"kind\":1024,\"name\":\"originalUrlExtractor\",\"url\":\"classes/DPoPWebIdExtractor.html#originalUrlExtractor\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"DPoPWebIdExtractor\"},{\"id\":21,\"kind\":1024,\"name\":\"verify\",\"url\":\"classes/DPoPWebIdExtractor.html#verify\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"DPoPWebIdExtractor\"},{\"id\":22,\"kind\":1024,\"name\":\"logger\",\"url\":\"classes/DPoPWebIdExtractor.html#logger\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"DPoPWebIdExtractor\"},{\"id\":23,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/DPoPWebIdExtractor.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"DPoPWebIdExtractor\"},{\"id\":24,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/DPoPWebIdExtractor.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"DPoPWebIdExtractor\"},{\"id\":25,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/DPoPWebIdExtractor.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"DPoPWebIdExtractor\"},{\"id\":26,\"kind\":128,\"name\":\"PublicCredentialsExtractor\",\"url\":\"classes/PublicCredentialsExtractor.html\",\"classes\":\"tsd-kind-class\"},{\"id\":27,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/PublicCredentialsExtractor.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PublicCredentialsExtractor\"},{\"id\":28,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/PublicCredentialsExtractor.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"PublicCredentialsExtractor\"},{\"id\":29,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/PublicCredentialsExtractor.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PublicCredentialsExtractor\"},{\"id\":30,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/PublicCredentialsExtractor.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PublicCredentialsExtractor\"},{\"id\":31,\"kind\":128,\"name\":\"UnionCredentialsExtractor\",\"url\":\"classes/UnionCredentialsExtractor.html\",\"classes\":\"tsd-kind-class\"},{\"id\":32,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/UnionCredentialsExtractor.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"UnionCredentialsExtractor\"},{\"id\":33,\"kind\":2048,\"name\":\"combine\",\"url\":\"classes/UnionCredentialsExtractor.html#combine\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"UnionCredentialsExtractor\"},{\"id\":34,\"kind\":1024,\"name\":\"handlers\",\"url\":\"classes/UnionCredentialsExtractor.html#handlers\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"UnionCredentialsExtractor\"},{\"id\":35,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/UnionCredentialsExtractor.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"UnionCredentialsExtractor\"},{\"id\":36,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/UnionCredentialsExtractor.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"UnionCredentialsExtractor\"},{\"id\":37,\"kind\":2048,\"name\":\"allCanHandle\",\"url\":\"classes/UnionCredentialsExtractor.html#allCanHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"UnionCredentialsExtractor\"},{\"id\":38,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/UnionCredentialsExtractor.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"UnionCredentialsExtractor\"},{\"id\":39,\"kind\":128,\"name\":\"UnsecureConstantCredentialsExtractor\",\"url\":\"classes/UnsecureConstantCredentialsExtractor.html\",\"classes\":\"tsd-kind-class\"},{\"id\":40,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/UnsecureConstantCredentialsExtractor.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"UnsecureConstantCredentialsExtractor\"},{\"id\":41,\"kind\":1024,\"name\":\"credentials\",\"url\":\"classes/UnsecureConstantCredentialsExtractor.html#credentials\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"UnsecureConstantCredentialsExtractor\"},{\"id\":42,\"kind\":1024,\"name\":\"logger\",\"url\":\"classes/UnsecureConstantCredentialsExtractor.html#logger\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"UnsecureConstantCredentialsExtractor\"},{\"id\":43,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/UnsecureConstantCredentialsExtractor.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"UnsecureConstantCredentialsExtractor\"},{\"id\":44,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/UnsecureConstantCredentialsExtractor.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"UnsecureConstantCredentialsExtractor\"},{\"id\":45,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/UnsecureConstantCredentialsExtractor.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"UnsecureConstantCredentialsExtractor\"},{\"id\":46,\"kind\":128,\"name\":\"UnsecureWebIdExtractor\",\"url\":\"classes/UnsecureWebIdExtractor.html\",\"classes\":\"tsd-kind-class\"},{\"id\":47,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/UnsecureWebIdExtractor.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"UnsecureWebIdExtractor\"},{\"id\":48,\"kind\":1024,\"name\":\"logger\",\"url\":\"classes/UnsecureWebIdExtractor.html#logger\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"UnsecureWebIdExtractor\"},{\"id\":49,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/UnsecureWebIdExtractor.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"UnsecureWebIdExtractor\"},{\"id\":50,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/UnsecureWebIdExtractor.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"UnsecureWebIdExtractor\"},{\"id\":51,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/UnsecureWebIdExtractor.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"UnsecureWebIdExtractor\"},{\"id\":52,\"kind\":128,\"name\":\"AccessChecker\",\"url\":\"classes/AccessChecker.html\",\"classes\":\"tsd-kind-class\"},{\"id\":53,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/AccessChecker.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"AccessChecker\"},{\"id\":54,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/AccessChecker.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"AccessChecker\"},{\"id\":55,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/AccessChecker.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"AccessChecker\"},{\"id\":56,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/AccessChecker.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"AccessChecker\"},{\"id\":57,\"kind\":256,\"name\":\"AccessCheckerArgs\",\"url\":\"interfaces/AccessCheckerArgs.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":58,\"kind\":1024,\"name\":\"acl\",\"url\":\"interfaces/AccessCheckerArgs.html#acl\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AccessCheckerArgs\"},{\"id\":59,\"kind\":1024,\"name\":\"rule\",\"url\":\"interfaces/AccessCheckerArgs.html#rule\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AccessCheckerArgs\"},{\"id\":60,\"kind\":1024,\"name\":\"credential\",\"url\":\"interfaces/AccessCheckerArgs.html#credential\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AccessCheckerArgs\"},{\"id\":61,\"kind\":128,\"name\":\"AgentAccessChecker\",\"url\":\"classes/AgentAccessChecker.html\",\"classes\":\"tsd-kind-class\"},{\"id\":62,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/AgentAccessChecker.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"AgentAccessChecker\"},{\"id\":63,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/AgentAccessChecker.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"AgentAccessChecker\"},{\"id\":64,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/AgentAccessChecker.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"AgentAccessChecker\"},{\"id\":65,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/AgentAccessChecker.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"AgentAccessChecker\"},{\"id\":66,\"kind\":128,\"name\":\"AgentClassAccessChecker\",\"url\":\"classes/AgentClassAccessChecker.html\",\"classes\":\"tsd-kind-class\"},{\"id\":67,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/AgentClassAccessChecker.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"AgentClassAccessChecker\"},{\"id\":68,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/AgentClassAccessChecker.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"AgentClassAccessChecker\"},{\"id\":69,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/AgentClassAccessChecker.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"AgentClassAccessChecker\"},{\"id\":70,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/AgentClassAccessChecker.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"AgentClassAccessChecker\"},{\"id\":71,\"kind\":128,\"name\":\"AgentGroupAccessChecker\",\"url\":\"classes/AgentGroupAccessChecker.html\",\"classes\":\"tsd-kind-class\"},{\"id\":72,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/AgentGroupAccessChecker.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"AgentGroupAccessChecker\"},{\"id\":73,\"kind\":1024,\"name\":\"cache\",\"url\":\"classes/AgentGroupAccessChecker.html#cache\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"AgentGroupAccessChecker\"},{\"id\":74,\"kind\":1024,\"name\":\"expiration\",\"url\":\"classes/AgentGroupAccessChecker.html#expiration\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"AgentGroupAccessChecker\"},{\"id\":75,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/AgentGroupAccessChecker.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"AgentGroupAccessChecker\"},{\"id\":76,\"kind\":2048,\"name\":\"isMemberOfGroup\",\"url\":\"classes/AgentGroupAccessChecker.html#isMemberOfGroup\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"AgentGroupAccessChecker\"},{\"id\":77,\"kind\":2048,\"name\":\"fetchCachedQuads\",\"url\":\"classes/AgentGroupAccessChecker.html#fetchCachedQuads\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"AgentGroupAccessChecker\"},{\"id\":78,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/AgentGroupAccessChecker.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"AgentGroupAccessChecker\"},{\"id\":79,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/AgentGroupAccessChecker.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"AgentGroupAccessChecker\"},{\"id\":80,\"kind\":8,\"name\":\"AccessMode\",\"url\":\"enums/AccessMode.html\",\"classes\":\"tsd-kind-enum\"},{\"id\":81,\"kind\":16,\"name\":\"read\",\"url\":\"enums/AccessMode.html#read\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"AccessMode\"},{\"id\":82,\"kind\":16,\"name\":\"append\",\"url\":\"enums/AccessMode.html#append\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"AccessMode\"},{\"id\":83,\"kind\":16,\"name\":\"write\",\"url\":\"enums/AccessMode.html#write\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"AccessMode\"},{\"id\":84,\"kind\":16,\"name\":\"create\",\"url\":\"enums/AccessMode.html#create\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"AccessMode\"},{\"id\":85,\"kind\":16,\"name\":\"delete\",\"url\":\"enums/AccessMode.html#delete\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"AccessMode\"},{\"id\":86,\"kind\":4194304,\"name\":\"Permission\",\"url\":\"modules.html#Permission\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":87,\"kind\":4194304,\"name\":\"PermissionSet\",\"url\":\"modules.html#PermissionSet\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":88,\"kind\":128,\"name\":\"ModesExtractor\",\"url\":\"classes/ModesExtractor.html\",\"classes\":\"tsd-kind-class\"},{\"id\":89,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ModesExtractor.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ModesExtractor\"},{\"id\":90,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/ModesExtractor.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ModesExtractor\"},{\"id\":91,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/ModesExtractor.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ModesExtractor\"},{\"id\":92,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/ModesExtractor.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ModesExtractor\"},{\"id\":93,\"kind\":128,\"name\":\"MethodModesExtractor\",\"url\":\"classes/MethodModesExtractor.html\",\"classes\":\"tsd-kind-class\"},{\"id\":94,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/MethodModesExtractor.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MethodModesExtractor\"},{\"id\":95,\"kind\":1024,\"name\":\"resourceSet\",\"url\":\"classes/MethodModesExtractor.html#resourceSet\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"MethodModesExtractor\"},{\"id\":96,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/MethodModesExtractor.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MethodModesExtractor\"},{\"id\":97,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/MethodModesExtractor.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MethodModesExtractor\"},{\"id\":98,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/MethodModesExtractor.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MethodModesExtractor\"},{\"id\":99,\"kind\":128,\"name\":\"N3PatchModesExtractor\",\"url\":\"classes/N3PatchModesExtractor.html\",\"classes\":\"tsd-kind-class\"},{\"id\":100,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/N3PatchModesExtractor.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"N3PatchModesExtractor\"},{\"id\":101,\"kind\":1024,\"name\":\"resourceSet\",\"url\":\"classes/N3PatchModesExtractor.html#resourceSet\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"N3PatchModesExtractor\"},{\"id\":102,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/N3PatchModesExtractor.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"N3PatchModesExtractor\"},{\"id\":103,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/N3PatchModesExtractor.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"N3PatchModesExtractor\"},{\"id\":104,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/N3PatchModesExtractor.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"N3PatchModesExtractor\"},{\"id\":105,\"kind\":128,\"name\":\"SparqlUpdateModesExtractor\",\"url\":\"classes/SparqlUpdateModesExtractor.html\",\"classes\":\"tsd-kind-class\"},{\"id\":106,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/SparqlUpdateModesExtractor.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"SparqlUpdateModesExtractor\"},{\"id\":107,\"kind\":1024,\"name\":\"resourceSet\",\"url\":\"classes/SparqlUpdateModesExtractor.html#resourceSet\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"SparqlUpdateModesExtractor\"},{\"id\":108,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/SparqlUpdateModesExtractor.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"SparqlUpdateModesExtractor\"},{\"id\":109,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/SparqlUpdateModesExtractor.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"SparqlUpdateModesExtractor\"},{\"id\":110,\"kind\":2048,\"name\":\"isSparql\",\"url\":\"classes/SparqlUpdateModesExtractor.html#isSparql\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"SparqlUpdateModesExtractor\"},{\"id\":111,\"kind\":2048,\"name\":\"isSupported\",\"url\":\"classes/SparqlUpdateModesExtractor.html#isSupported\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"SparqlUpdateModesExtractor\"},{\"id\":112,\"kind\":2048,\"name\":\"isDeleteInsert\",\"url\":\"classes/SparqlUpdateModesExtractor.html#isDeleteInsert\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"SparqlUpdateModesExtractor\"},{\"id\":113,\"kind\":2048,\"name\":\"isNop\",\"url\":\"classes/SparqlUpdateModesExtractor.html#isNop\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"SparqlUpdateModesExtractor\"},{\"id\":114,\"kind\":2048,\"name\":\"hasConditions\",\"url\":\"classes/SparqlUpdateModesExtractor.html#hasConditions\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"SparqlUpdateModesExtractor\"},{\"id\":115,\"kind\":2048,\"name\":\"hasInserts\",\"url\":\"classes/SparqlUpdateModesExtractor.html#hasInserts\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"SparqlUpdateModesExtractor\"},{\"id\":116,\"kind\":2048,\"name\":\"hasDeletes\",\"url\":\"classes/SparqlUpdateModesExtractor.html#hasDeletes\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"SparqlUpdateModesExtractor\"},{\"id\":117,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/SparqlUpdateModesExtractor.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SparqlUpdateModesExtractor\"},{\"id\":118,\"kind\":128,\"name\":\"AllStaticReader\",\"url\":\"classes/AllStaticReader.html\",\"classes\":\"tsd-kind-class\"},{\"id\":119,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/AllStaticReader.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"AllStaticReader\"},{\"id\":120,\"kind\":1024,\"name\":\"permissions\",\"url\":\"classes/AllStaticReader.html#permissions\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"AllStaticReader\"},{\"id\":121,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/AllStaticReader.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"AllStaticReader\"},{\"id\":122,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/AllStaticReader.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"AllStaticReader\"},{\"id\":123,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/AllStaticReader.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"AllStaticReader\"},{\"id\":124,\"kind\":256,\"name\":\"AuthorizerInput\",\"url\":\"interfaces/AuthorizerInput.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":125,\"kind\":1024,\"name\":\"credentials\",\"url\":\"interfaces/AuthorizerInput.html#credentials\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AuthorizerInput\"},{\"id\":126,\"kind\":1024,\"name\":\"identifier\",\"url\":\"interfaces/AuthorizerInput.html#identifier\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AuthorizerInput\"},{\"id\":127,\"kind\":1024,\"name\":\"modes\",\"url\":\"interfaces/AuthorizerInput.html#modes\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AuthorizerInput\"},{\"id\":128,\"kind\":1024,\"name\":\"permissionSet\",\"url\":\"interfaces/AuthorizerInput.html#permissionSet\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AuthorizerInput\"},{\"id\":129,\"kind\":128,\"name\":\"Authorizer\",\"url\":\"classes/Authorizer.html\",\"classes\":\"tsd-kind-class\"},{\"id\":130,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Authorizer.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Authorizer\"},{\"id\":131,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/Authorizer.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Authorizer\"},{\"id\":132,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/Authorizer.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Authorizer\"},{\"id\":133,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/Authorizer.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Authorizer\"},{\"id\":134,\"kind\":128,\"name\":\"AuxiliaryReader\",\"url\":\"classes/AuxiliaryReader.html\",\"classes\":\"tsd-kind-class\"},{\"id\":135,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/AuxiliaryReader.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"AuxiliaryReader\"},{\"id\":136,\"kind\":1024,\"name\":\"logger\",\"url\":\"classes/AuxiliaryReader.html#logger\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"AuxiliaryReader\"},{\"id\":137,\"kind\":1024,\"name\":\"resourceReader\",\"url\":\"classes/AuxiliaryReader.html#resourceReader\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"AuxiliaryReader\"},{\"id\":138,\"kind\":1024,\"name\":\"auxiliaryStrategy\",\"url\":\"classes/AuxiliaryReader.html#auxiliaryStrategy\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"AuxiliaryReader\"},{\"id\":139,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/AuxiliaryReader.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"AuxiliaryReader\"},{\"id\":140,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/AuxiliaryReader.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"AuxiliaryReader\"},{\"id\":141,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/AuxiliaryReader.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"AuxiliaryReader\"},{\"id\":142,\"kind\":2048,\"name\":\"getRequiredAuthorization\",\"url\":\"classes/AuxiliaryReader.html#getRequiredAuthorization\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"AuxiliaryReader\"},{\"id\":143,\"kind\":128,\"name\":\"OwnerPermissionReader\",\"url\":\"classes/OwnerPermissionReader.html\",\"classes\":\"tsd-kind-class\"},{\"id\":144,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/OwnerPermissionReader.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"OwnerPermissionReader\"},{\"id\":145,\"kind\":1024,\"name\":\"logger\",\"url\":\"classes/OwnerPermissionReader.html#logger\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"OwnerPermissionReader\"},{\"id\":146,\"kind\":1024,\"name\":\"accountStore\",\"url\":\"classes/OwnerPermissionReader.html#accountStore\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"OwnerPermissionReader\"},{\"id\":147,\"kind\":1024,\"name\":\"aclStrategy\",\"url\":\"classes/OwnerPermissionReader.html#aclStrategy\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"OwnerPermissionReader\"},{\"id\":148,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/OwnerPermissionReader.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"OwnerPermissionReader\"},{\"id\":149,\"kind\":2048,\"name\":\"ensurePodOwner\",\"url\":\"classes/OwnerPermissionReader.html#ensurePodOwner\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"OwnerPermissionReader\"},{\"id\":150,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/OwnerPermissionReader.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"OwnerPermissionReader\"},{\"id\":151,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/OwnerPermissionReader.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"OwnerPermissionReader\"},{\"id\":152,\"kind\":128,\"name\":\"PathBasedReader\",\"url\":\"classes/PathBasedReader.html\",\"classes\":\"tsd-kind-class\"},{\"id\":153,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/PathBasedReader.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"PathBasedReader\"},{\"id\":154,\"kind\":1024,\"name\":\"baseUrl\",\"url\":\"classes/PathBasedReader.html#baseUrl\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"PathBasedReader\"},{\"id\":155,\"kind\":1024,\"name\":\"paths\",\"url\":\"classes/PathBasedReader.html#paths\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"PathBasedReader\"},{\"id\":156,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/PathBasedReader.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"PathBasedReader\"},{\"id\":157,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/PathBasedReader.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"PathBasedReader\"},{\"id\":158,\"kind\":2048,\"name\":\"findReader\",\"url\":\"classes/PathBasedReader.html#findReader\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"PathBasedReader\"},{\"id\":159,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/PathBasedReader.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PathBasedReader\"},{\"id\":160,\"kind\":128,\"name\":\"PermissionBasedAuthorizer\",\"url\":\"classes/PermissionBasedAuthorizer.html\",\"classes\":\"tsd-kind-class\"},{\"id\":161,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/PermissionBasedAuthorizer.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"PermissionBasedAuthorizer\"},{\"id\":162,\"kind\":1024,\"name\":\"logger\",\"url\":\"classes/PermissionBasedAuthorizer.html#logger\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"PermissionBasedAuthorizer\"},{\"id\":163,\"kind\":1024,\"name\":\"resourceSet\",\"url\":\"classes/PermissionBasedAuthorizer.html#resourceSet\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"PermissionBasedAuthorizer\"},{\"id\":164,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/PermissionBasedAuthorizer.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"PermissionBasedAuthorizer\"},{\"id\":165,\"kind\":2048,\"name\":\"requireModePermission\",\"url\":\"classes/PermissionBasedAuthorizer.html#requireModePermission\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"PermissionBasedAuthorizer\"},{\"id\":166,\"kind\":2048,\"name\":\"hasModePermission\",\"url\":\"classes/PermissionBasedAuthorizer.html#hasModePermission\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"PermissionBasedAuthorizer\"},{\"id\":167,\"kind\":2048,\"name\":\"isAuthenticated\",\"url\":\"classes/PermissionBasedAuthorizer.html#isAuthenticated\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"PermissionBasedAuthorizer\"},{\"id\":168,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/PermissionBasedAuthorizer.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PermissionBasedAuthorizer\"},{\"id\":169,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/PermissionBasedAuthorizer.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PermissionBasedAuthorizer\"},{\"id\":170,\"kind\":256,\"name\":\"PermissionReaderInput\",\"url\":\"interfaces/PermissionReaderInput.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":171,\"kind\":1024,\"name\":\"credentials\",\"url\":\"interfaces/PermissionReaderInput.html#credentials\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"PermissionReaderInput\"},{\"id\":172,\"kind\":1024,\"name\":\"identifier\",\"url\":\"interfaces/PermissionReaderInput.html#identifier\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"PermissionReaderInput\"},{\"id\":173,\"kind\":1024,\"name\":\"modes\",\"url\":\"interfaces/PermissionReaderInput.html#modes\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"PermissionReaderInput\"},{\"id\":174,\"kind\":128,\"name\":\"PermissionReader\",\"url\":\"classes/PermissionReader.html\",\"classes\":\"tsd-kind-class\"},{\"id\":175,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/PermissionReader.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PermissionReader\"},{\"id\":176,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/PermissionReader.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PermissionReader\"},{\"id\":177,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/PermissionReader.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PermissionReader\"},{\"id\":178,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/PermissionReader.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PermissionReader\"},{\"id\":179,\"kind\":128,\"name\":\"UnionPermissionReader\",\"url\":\"classes/UnionPermissionReader.html\",\"classes\":\"tsd-kind-class\"},{\"id\":180,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/UnionPermissionReader.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"UnionPermissionReader\"},{\"id\":181,\"kind\":2048,\"name\":\"combine\",\"url\":\"classes/UnionPermissionReader.html#combine\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-protected\",\"parent\":\"UnionPermissionReader\"},{\"id\":182,\"kind\":2048,\"name\":\"applyPermissions\",\"url\":\"classes/UnionPermissionReader.html#applyPermissions\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"UnionPermissionReader\"},{\"id\":183,\"kind\":1024,\"name\":\"handlers\",\"url\":\"classes/UnionPermissionReader.html#handlers\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"UnionPermissionReader\"},{\"id\":184,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/UnionPermissionReader.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"UnionPermissionReader\"},{\"id\":185,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/UnionPermissionReader.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"UnionPermissionReader\"},{\"id\":186,\"kind\":2048,\"name\":\"allCanHandle\",\"url\":\"classes/UnionPermissionReader.html#allCanHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"UnionPermissionReader\"},{\"id\":187,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/UnionPermissionReader.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"UnionPermissionReader\"},{\"id\":188,\"kind\":128,\"name\":\"WebAclReader\",\"url\":\"classes/WebAclReader.html\",\"classes\":\"tsd-kind-class\"},{\"id\":189,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/WebAclReader.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"WebAclReader\"},{\"id\":190,\"kind\":1024,\"name\":\"logger\",\"url\":\"classes/WebAclReader.html#logger\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"WebAclReader\"},{\"id\":191,\"kind\":1024,\"name\":\"aclStrategy\",\"url\":\"classes/WebAclReader.html#aclStrategy\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"WebAclReader\"},{\"id\":192,\"kind\":1024,\"name\":\"aclStore\",\"url\":\"classes/WebAclReader.html#aclStore\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"WebAclReader\"},{\"id\":193,\"kind\":1024,\"name\":\"identifierStrategy\",\"url\":\"classes/WebAclReader.html#identifierStrategy\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"WebAclReader\"},{\"id\":194,\"kind\":1024,\"name\":\"accessChecker\",\"url\":\"classes/WebAclReader.html#accessChecker\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"WebAclReader\"},{\"id\":195,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/WebAclReader.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"WebAclReader\"},{\"id\":196,\"kind\":2048,\"name\":\"findPermissions\",\"url\":\"classes/WebAclReader.html#findPermissions\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"WebAclReader\"},{\"id\":197,\"kind\":2048,\"name\":\"determinePermissions\",\"url\":\"classes/WebAclReader.html#determinePermissions\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"WebAclReader\"},{\"id\":198,\"kind\":2048,\"name\":\"updateAclPermissions\",\"url\":\"classes/WebAclReader.html#updateAclPermissions\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"WebAclReader\"},{\"id\":199,\"kind\":2048,\"name\":\"getAcl\",\"url\":\"classes/WebAclReader.html#getAcl\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"WebAclReader\"},{\"id\":200,\"kind\":2048,\"name\":\"getAclRecursive\",\"url\":\"classes/WebAclReader.html#getAclRecursive\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"WebAclReader\"},{\"id\":201,\"kind\":2048,\"name\":\"filterStore\",\"url\":\"classes/WebAclReader.html#filterStore\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"WebAclReader\"},{\"id\":202,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/WebAclReader.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"WebAclReader\"},{\"id\":203,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/WebAclReader.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"WebAclReader\"},{\"id\":204,\"kind\":256,\"name\":\"AuxiliaryIdentifierStrategy\",\"url\":\"interfaces/AuxiliaryIdentifierStrategy.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":205,\"kind\":2048,\"name\":\"getAuxiliaryIdentifier\",\"url\":\"interfaces/AuxiliaryIdentifierStrategy.html#getAuxiliaryIdentifier\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"AuxiliaryIdentifierStrategy\"},{\"id\":206,\"kind\":2048,\"name\":\"getAuxiliaryIdentifiers\",\"url\":\"interfaces/AuxiliaryIdentifierStrategy.html#getAuxiliaryIdentifiers\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"AuxiliaryIdentifierStrategy\"},{\"id\":207,\"kind\":2048,\"name\":\"isAuxiliaryIdentifier\",\"url\":\"interfaces/AuxiliaryIdentifierStrategy.html#isAuxiliaryIdentifier\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"AuxiliaryIdentifierStrategy\"},{\"id\":208,\"kind\":2048,\"name\":\"getSubjectIdentifier\",\"url\":\"interfaces/AuxiliaryIdentifierStrategy.html#getSubjectIdentifier\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"AuxiliaryIdentifierStrategy\"},{\"id\":209,\"kind\":256,\"name\":\"AuxiliaryStrategy\",\"url\":\"interfaces/AuxiliaryStrategy.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":210,\"kind\":2048,\"name\":\"usesOwnAuthorization\",\"url\":\"interfaces/AuxiliaryStrategy.html#usesOwnAuthorization\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"AuxiliaryStrategy\"},{\"id\":211,\"kind\":2048,\"name\":\"isRequiredInRoot\",\"url\":\"interfaces/AuxiliaryStrategy.html#isRequiredInRoot\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"AuxiliaryStrategy\"},{\"id\":212,\"kind\":2048,\"name\":\"addMetadata\",\"url\":\"interfaces/AuxiliaryStrategy.html#addMetadata\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"AuxiliaryStrategy\"},{\"id\":213,\"kind\":2048,\"name\":\"validate\",\"url\":\"interfaces/AuxiliaryStrategy.html#validate\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"AuxiliaryStrategy\"},{\"id\":214,\"kind\":2048,\"name\":\"getAuxiliaryIdentifier\",\"url\":\"interfaces/AuxiliaryStrategy.html#getAuxiliaryIdentifier\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AuxiliaryStrategy\"},{\"id\":215,\"kind\":2048,\"name\":\"getAuxiliaryIdentifiers\",\"url\":\"interfaces/AuxiliaryStrategy.html#getAuxiliaryIdentifiers\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AuxiliaryStrategy\"},{\"id\":216,\"kind\":2048,\"name\":\"isAuxiliaryIdentifier\",\"url\":\"interfaces/AuxiliaryStrategy.html#isAuxiliaryIdentifier\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AuxiliaryStrategy\"},{\"id\":217,\"kind\":2048,\"name\":\"getSubjectIdentifier\",\"url\":\"interfaces/AuxiliaryStrategy.html#getSubjectIdentifier\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AuxiliaryStrategy\"},{\"id\":218,\"kind\":128,\"name\":\"ComposedAuxiliaryStrategy\",\"url\":\"classes/ComposedAuxiliaryStrategy.html\",\"classes\":\"tsd-kind-class\"},{\"id\":219,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ComposedAuxiliaryStrategy.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"ComposedAuxiliaryStrategy\"},{\"id\":220,\"kind\":1024,\"name\":\"identifierStrategy\",\"url\":\"classes/ComposedAuxiliaryStrategy.html#identifierStrategy\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ComposedAuxiliaryStrategy\"},{\"id\":221,\"kind\":1024,\"name\":\"metadataGenerator\",\"url\":\"classes/ComposedAuxiliaryStrategy.html#metadataGenerator\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ComposedAuxiliaryStrategy\"},{\"id\":222,\"kind\":1024,\"name\":\"validator\",\"url\":\"classes/ComposedAuxiliaryStrategy.html#validator\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ComposedAuxiliaryStrategy\"},{\"id\":223,\"kind\":1024,\"name\":\"ownAuthorization\",\"url\":\"classes/ComposedAuxiliaryStrategy.html#ownAuthorization\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ComposedAuxiliaryStrategy\"},{\"id\":224,\"kind\":1024,\"name\":\"requiredInRoot\",\"url\":\"classes/ComposedAuxiliaryStrategy.html#requiredInRoot\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ComposedAuxiliaryStrategy\"},{\"id\":225,\"kind\":2048,\"name\":\"getAuxiliaryIdentifier\",\"url\":\"classes/ComposedAuxiliaryStrategy.html#getAuxiliaryIdentifier\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ComposedAuxiliaryStrategy\"},{\"id\":226,\"kind\":2048,\"name\":\"getAuxiliaryIdentifiers\",\"url\":\"classes/ComposedAuxiliaryStrategy.html#getAuxiliaryIdentifiers\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ComposedAuxiliaryStrategy\"},{\"id\":227,\"kind\":2048,\"name\":\"isAuxiliaryIdentifier\",\"url\":\"classes/ComposedAuxiliaryStrategy.html#isAuxiliaryIdentifier\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ComposedAuxiliaryStrategy\"},{\"id\":228,\"kind\":2048,\"name\":\"getSubjectIdentifier\",\"url\":\"classes/ComposedAuxiliaryStrategy.html#getSubjectIdentifier\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ComposedAuxiliaryStrategy\"},{\"id\":229,\"kind\":2048,\"name\":\"usesOwnAuthorization\",\"url\":\"classes/ComposedAuxiliaryStrategy.html#usesOwnAuthorization\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ComposedAuxiliaryStrategy\"},{\"id\":230,\"kind\":2048,\"name\":\"isRequiredInRoot\",\"url\":\"classes/ComposedAuxiliaryStrategy.html#isRequiredInRoot\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ComposedAuxiliaryStrategy\"},{\"id\":231,\"kind\":2048,\"name\":\"addMetadata\",\"url\":\"classes/ComposedAuxiliaryStrategy.html#addMetadata\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ComposedAuxiliaryStrategy\"},{\"id\":232,\"kind\":2048,\"name\":\"validate\",\"url\":\"classes/ComposedAuxiliaryStrategy.html#validate\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ComposedAuxiliaryStrategy\"},{\"id\":233,\"kind\":128,\"name\":\"LinkMetadataGenerator\",\"url\":\"classes/LinkMetadataGenerator.html\",\"classes\":\"tsd-kind-class\"},{\"id\":234,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/LinkMetadataGenerator.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"LinkMetadataGenerator\"},{\"id\":235,\"kind\":1024,\"name\":\"link\",\"url\":\"classes/LinkMetadataGenerator.html#link\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"LinkMetadataGenerator\"},{\"id\":236,\"kind\":1024,\"name\":\"identifierStrategy\",\"url\":\"classes/LinkMetadataGenerator.html#identifierStrategy\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"LinkMetadataGenerator\"},{\"id\":237,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/LinkMetadataGenerator.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"LinkMetadataGenerator\"},{\"id\":238,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/LinkMetadataGenerator.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"LinkMetadataGenerator\"},{\"id\":239,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/LinkMetadataGenerator.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"LinkMetadataGenerator\"},{\"id\":240,\"kind\":128,\"name\":\"MetadataGenerator\",\"url\":\"classes/MetadataGenerator.html\",\"classes\":\"tsd-kind-class\"},{\"id\":241,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/MetadataGenerator.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MetadataGenerator\"},{\"id\":242,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/MetadataGenerator.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MetadataGenerator\"},{\"id\":243,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/MetadataGenerator.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MetadataGenerator\"},{\"id\":244,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/MetadataGenerator.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MetadataGenerator\"},{\"id\":245,\"kind\":128,\"name\":\"RdfValidator\",\"url\":\"classes/RdfValidator.html\",\"classes\":\"tsd-kind-class\"},{\"id\":246,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/RdfValidator.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"RdfValidator\"},{\"id\":247,\"kind\":1024,\"name\":\"converter\",\"url\":\"classes/RdfValidator.html#converter\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"RdfValidator\"},{\"id\":248,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/RdfValidator.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"RdfValidator\"},{\"id\":249,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/RdfValidator.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RdfValidator\"},{\"id\":250,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/RdfValidator.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RdfValidator\"},{\"id\":251,\"kind\":128,\"name\":\"RoutingAuxiliaryIdentifierStrategy\",\"url\":\"classes/RoutingAuxiliaryIdentifierStrategy.html\",\"classes\":\"tsd-kind-class\"},{\"id\":252,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/RoutingAuxiliaryIdentifierStrategy.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"RoutingAuxiliaryIdentifierStrategy\"},{\"id\":253,\"kind\":1024,\"name\":\"sources\",\"url\":\"classes/RoutingAuxiliaryIdentifierStrategy.html#sources\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"RoutingAuxiliaryIdentifierStrategy\"},{\"id\":254,\"kind\":2048,\"name\":\"getAuxiliaryIdentifier\",\"url\":\"classes/RoutingAuxiliaryIdentifierStrategy.html#getAuxiliaryIdentifier\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RoutingAuxiliaryIdentifierStrategy\"},{\"id\":255,\"kind\":2048,\"name\":\"getAuxiliaryIdentifiers\",\"url\":\"classes/RoutingAuxiliaryIdentifierStrategy.html#getAuxiliaryIdentifiers\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RoutingAuxiliaryIdentifierStrategy\"},{\"id\":256,\"kind\":2048,\"name\":\"isAuxiliaryIdentifier\",\"url\":\"classes/RoutingAuxiliaryIdentifierStrategy.html#isAuxiliaryIdentifier\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RoutingAuxiliaryIdentifierStrategy\"},{\"id\":257,\"kind\":2048,\"name\":\"getSubjectIdentifier\",\"url\":\"classes/RoutingAuxiliaryIdentifierStrategy.html#getSubjectIdentifier\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RoutingAuxiliaryIdentifierStrategy\"},{\"id\":258,\"kind\":2048,\"name\":\"getMatchingSource\",\"url\":\"classes/RoutingAuxiliaryIdentifierStrategy.html#getMatchingSource\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected\",\"parent\":\"RoutingAuxiliaryIdentifierStrategy\"},{\"id\":259,\"kind\":128,\"name\":\"RoutingAuxiliaryStrategy\",\"url\":\"classes/RoutingAuxiliaryStrategy.html\",\"classes\":\"tsd-kind-class\"},{\"id\":260,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/RoutingAuxiliaryStrategy.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"RoutingAuxiliaryStrategy\"},{\"id\":261,\"kind\":1024,\"name\":\"sources\",\"url\":\"classes/RoutingAuxiliaryStrategy.html#sources\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite tsd-is-protected\",\"parent\":\"RoutingAuxiliaryStrategy\"},{\"id\":262,\"kind\":2048,\"name\":\"usesOwnAuthorization\",\"url\":\"classes/RoutingAuxiliaryStrategy.html#usesOwnAuthorization\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RoutingAuxiliaryStrategy\"},{\"id\":263,\"kind\":2048,\"name\":\"isRequiredInRoot\",\"url\":\"classes/RoutingAuxiliaryStrategy.html#isRequiredInRoot\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RoutingAuxiliaryStrategy\"},{\"id\":264,\"kind\":2048,\"name\":\"addMetadata\",\"url\":\"classes/RoutingAuxiliaryStrategy.html#addMetadata\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RoutingAuxiliaryStrategy\"},{\"id\":265,\"kind\":2048,\"name\":\"validate\",\"url\":\"classes/RoutingAuxiliaryStrategy.html#validate\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RoutingAuxiliaryStrategy\"},{\"id\":266,\"kind\":2048,\"name\":\"getMatchingSource\",\"url\":\"classes/RoutingAuxiliaryStrategy.html#getMatchingSource\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-protected\",\"parent\":\"RoutingAuxiliaryStrategy\"},{\"id\":267,\"kind\":2048,\"name\":\"getAuxiliaryIdentifier\",\"url\":\"classes/RoutingAuxiliaryStrategy.html#getAuxiliaryIdentifier\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RoutingAuxiliaryStrategy\"},{\"id\":268,\"kind\":2048,\"name\":\"getAuxiliaryIdentifiers\",\"url\":\"classes/RoutingAuxiliaryStrategy.html#getAuxiliaryIdentifiers\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RoutingAuxiliaryStrategy\"},{\"id\":269,\"kind\":2048,\"name\":\"isAuxiliaryIdentifier\",\"url\":\"classes/RoutingAuxiliaryStrategy.html#isAuxiliaryIdentifier\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RoutingAuxiliaryStrategy\"},{\"id\":270,\"kind\":2048,\"name\":\"getSubjectIdentifier\",\"url\":\"classes/RoutingAuxiliaryStrategy.html#getSubjectIdentifier\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RoutingAuxiliaryStrategy\"},{\"id\":271,\"kind\":128,\"name\":\"SuffixAuxiliaryIdentifierStrategy\",\"url\":\"classes/SuffixAuxiliaryIdentifierStrategy.html\",\"classes\":\"tsd-kind-class\"},{\"id\":272,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/SuffixAuxiliaryIdentifierStrategy.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"SuffixAuxiliaryIdentifierStrategy\"},{\"id\":273,\"kind\":1024,\"name\":\"suffix\",\"url\":\"classes/SuffixAuxiliaryIdentifierStrategy.html#suffix\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"SuffixAuxiliaryIdentifierStrategy\"},{\"id\":274,\"kind\":2048,\"name\":\"getAuxiliaryIdentifier\",\"url\":\"classes/SuffixAuxiliaryIdentifierStrategy.html#getAuxiliaryIdentifier\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"SuffixAuxiliaryIdentifierStrategy\"},{\"id\":275,\"kind\":2048,\"name\":\"getAuxiliaryIdentifiers\",\"url\":\"classes/SuffixAuxiliaryIdentifierStrategy.html#getAuxiliaryIdentifiers\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"SuffixAuxiliaryIdentifierStrategy\"},{\"id\":276,\"kind\":2048,\"name\":\"isAuxiliaryIdentifier\",\"url\":\"classes/SuffixAuxiliaryIdentifierStrategy.html#isAuxiliaryIdentifier\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"SuffixAuxiliaryIdentifierStrategy\"},{\"id\":277,\"kind\":2048,\"name\":\"getSubjectIdentifier\",\"url\":\"classes/SuffixAuxiliaryIdentifierStrategy.html#getSubjectIdentifier\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"SuffixAuxiliaryIdentifierStrategy\"},{\"id\":278,\"kind\":4194304,\"name\":\"ValidatorInput\",\"url\":\"modules.html#ValidatorInput\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":279,\"kind\":65536,\"name\":\"__type\",\"url\":\"modules.html#ValidatorInput.__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"ValidatorInput\"},{\"id\":280,\"kind\":1024,\"name\":\"representation\",\"url\":\"modules.html#ValidatorInput.__type.representation\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ValidatorInput.__type\"},{\"id\":281,\"kind\":1024,\"name\":\"identifier\",\"url\":\"modules.html#ValidatorInput.__type.identifier\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ValidatorInput.__type\"},{\"id\":282,\"kind\":128,\"name\":\"Validator\",\"url\":\"classes/Validator.html\",\"classes\":\"tsd-kind-class\"},{\"id\":283,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Validator.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Validator\"},{\"id\":284,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/Validator.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Validator\"},{\"id\":285,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/Validator.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Validator\"},{\"id\":286,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/Validator.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Validator\"},{\"id\":287,\"kind\":256,\"name\":\"BodyParserArgs\",\"url\":\"interfaces/BodyParserArgs.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":288,\"kind\":1024,\"name\":\"request\",\"url\":\"interfaces/BodyParserArgs.html#request\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"BodyParserArgs\"},{\"id\":289,\"kind\":1024,\"name\":\"metadata\",\"url\":\"interfaces/BodyParserArgs.html#metadata\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"BodyParserArgs\"},{\"id\":290,\"kind\":128,\"name\":\"BodyParser\",\"url\":\"classes/BodyParser.html\",\"classes\":\"tsd-kind-class\"},{\"id\":291,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/BodyParser.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BodyParser\"},{\"id\":292,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/BodyParser.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BodyParser\"},{\"id\":293,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/BodyParser.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BodyParser\"},{\"id\":294,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/BodyParser.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BodyParser\"},{\"id\":295,\"kind\":128,\"name\":\"N3PatchBodyParser\",\"url\":\"classes/N3PatchBodyParser.html\",\"classes\":\"tsd-kind-class\"},{\"id\":296,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/N3PatchBodyParser.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"N3PatchBodyParser\"},{\"id\":297,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/N3PatchBodyParser.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"N3PatchBodyParser\"},{\"id\":298,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/N3PatchBodyParser.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"N3PatchBodyParser\"},{\"id\":299,\"kind\":2048,\"name\":\"parsePatch\",\"url\":\"classes/N3PatchBodyParser.html#parsePatch\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"N3PatchBodyParser\"},{\"id\":300,\"kind\":2048,\"name\":\"findQuads\",\"url\":\"classes/N3PatchBodyParser.html#findQuads\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"N3PatchBodyParser\"},{\"id\":301,\"kind\":2048,\"name\":\"findVariables\",\"url\":\"classes/N3PatchBodyParser.html#findVariables\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"N3PatchBodyParser\"},{\"id\":302,\"kind\":2048,\"name\":\"verifyQuads\",\"url\":\"classes/N3PatchBodyParser.html#verifyQuads\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"N3PatchBodyParser\"},{\"id\":303,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/N3PatchBodyParser.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"N3PatchBodyParser\"},{\"id\":304,\"kind\":128,\"name\":\"RawBodyParser\",\"url\":\"classes/RawBodyParser.html\",\"classes\":\"tsd-kind-class\"},{\"id\":305,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/RawBodyParser.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RawBodyParser\"},{\"id\":306,\"kind\":1024,\"name\":\"logger\",\"url\":\"classes/RawBodyParser.html#logger\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"RawBodyParser\"},{\"id\":307,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/RawBodyParser.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"RawBodyParser\"},{\"id\":308,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/RawBodyParser.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RawBodyParser\"},{\"id\":309,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/RawBodyParser.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RawBodyParser\"},{\"id\":310,\"kind\":128,\"name\":\"SparqlUpdateBodyParser\",\"url\":\"classes/SparqlUpdateBodyParser.html\",\"classes\":\"tsd-kind-class\"},{\"id\":311,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/SparqlUpdateBodyParser.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SparqlUpdateBodyParser\"},{\"id\":312,\"kind\":1024,\"name\":\"logger\",\"url\":\"classes/SparqlUpdateBodyParser.html#logger\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"SparqlUpdateBodyParser\"},{\"id\":313,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/SparqlUpdateBodyParser.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"SparqlUpdateBodyParser\"},{\"id\":314,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/SparqlUpdateBodyParser.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"SparqlUpdateBodyParser\"},{\"id\":315,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/SparqlUpdateBodyParser.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SparqlUpdateBodyParser\"},{\"id\":316,\"kind\":128,\"name\":\"BasicConditionsParser\",\"url\":\"classes/BasicConditionsParser.html\",\"classes\":\"tsd-kind-class\"},{\"id\":317,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/BasicConditionsParser.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BasicConditionsParser\"},{\"id\":318,\"kind\":1024,\"name\":\"logger\",\"url\":\"classes/BasicConditionsParser.html#logger\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"BasicConditionsParser\"},{\"id\":319,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/BasicConditionsParser.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"BasicConditionsParser\"},{\"id\":320,\"kind\":2048,\"name\":\"parseDateHeader\",\"url\":\"classes/BasicConditionsParser.html#parseDateHeader\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"BasicConditionsParser\"},{\"id\":321,\"kind\":2048,\"name\":\"parseTagHeader\",\"url\":\"classes/BasicConditionsParser.html#parseTagHeader\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"BasicConditionsParser\"},{\"id\":322,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/BasicConditionsParser.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BasicConditionsParser\"},{\"id\":323,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/BasicConditionsParser.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BasicConditionsParser\"},{\"id\":324,\"kind\":128,\"name\":\"ConditionsParser\",\"url\":\"classes/ConditionsParser.html\",\"classes\":\"tsd-kind-class\"},{\"id\":325,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ConditionsParser.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ConditionsParser\"},{\"id\":326,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/ConditionsParser.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ConditionsParser\"},{\"id\":327,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/ConditionsParser.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ConditionsParser\"},{\"id\":328,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/ConditionsParser.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ConditionsParser\"},{\"id\":329,\"kind\":256,\"name\":\"OriginalUrlExtractorArgs\",\"url\":\"interfaces/OriginalUrlExtractorArgs.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":330,\"kind\":1024,\"name\":\"identifierStrategy\",\"url\":\"interfaces/OriginalUrlExtractorArgs.html#identifierStrategy\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"OriginalUrlExtractorArgs\"},{\"id\":331,\"kind\":1024,\"name\":\"includeQueryString\",\"url\":\"interfaces/OriginalUrlExtractorArgs.html#includeQueryString\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"OriginalUrlExtractorArgs\"},{\"id\":332,\"kind\":128,\"name\":\"OriginalUrlExtractor\",\"url\":\"classes/OriginalUrlExtractor.html\",\"classes\":\"tsd-kind-class\"},{\"id\":333,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/OriginalUrlExtractor.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"OriginalUrlExtractor\"},{\"id\":334,\"kind\":1024,\"name\":\"identifierStrategy\",\"url\":\"classes/OriginalUrlExtractor.html#identifierStrategy\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"OriginalUrlExtractor\"},{\"id\":335,\"kind\":1024,\"name\":\"includeQueryString\",\"url\":\"classes/OriginalUrlExtractor.html#includeQueryString\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"OriginalUrlExtractor\"},{\"id\":336,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/OriginalUrlExtractor.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"OriginalUrlExtractor\"},{\"id\":337,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/OriginalUrlExtractor.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"OriginalUrlExtractor\"},{\"id\":338,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/OriginalUrlExtractor.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"OriginalUrlExtractor\"},{\"id\":339,\"kind\":128,\"name\":\"TargetExtractor\",\"url\":\"classes/TargetExtractor.html\",\"classes\":\"tsd-kind-class\"},{\"id\":340,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/TargetExtractor.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TargetExtractor\"},{\"id\":341,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/TargetExtractor.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TargetExtractor\"},{\"id\":342,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/TargetExtractor.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TargetExtractor\"},{\"id\":343,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/TargetExtractor.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TargetExtractor\"},{\"id\":344,\"kind\":128,\"name\":\"ContentLengthParser\",\"url\":\"classes/ContentLengthParser.html\",\"classes\":\"tsd-kind-class\"},{\"id\":345,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ContentLengthParser.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ContentLengthParser\"},{\"id\":346,\"kind\":1024,\"name\":\"logger\",\"url\":\"classes/ContentLengthParser.html#logger\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"ContentLengthParser\"},{\"id\":347,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/ContentLengthParser.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ContentLengthParser\"},{\"id\":348,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/ContentLengthParser.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ContentLengthParser\"},{\"id\":349,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/ContentLengthParser.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ContentLengthParser\"},{\"id\":350,\"kind\":128,\"name\":\"ContentTypeParser\",\"url\":\"classes/ContentTypeParser.html\",\"classes\":\"tsd-kind-class\"},{\"id\":351,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ContentTypeParser.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ContentTypeParser\"},{\"id\":352,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/ContentTypeParser.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ContentTypeParser\"},{\"id\":353,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/ContentTypeParser.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ContentTypeParser\"},{\"id\":354,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/ContentTypeParser.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ContentTypeParser\"},{\"id\":355,\"kind\":128,\"name\":\"LinkRelParser\",\"url\":\"classes/LinkRelParser.html\",\"classes\":\"tsd-kind-class\"},{\"id\":356,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/LinkRelParser.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"LinkRelParser\"},{\"id\":357,\"kind\":1024,\"name\":\"logger\",\"url\":\"classes/LinkRelParser.html#logger\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"LinkRelParser\"},{\"id\":358,\"kind\":1024,\"name\":\"linkRelMap\",\"url\":\"classes/LinkRelParser.html#linkRelMap\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"LinkRelParser\"},{\"id\":359,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/LinkRelParser.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"LinkRelParser\"},{\"id\":360,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/LinkRelParser.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"LinkRelParser\"},{\"id\":361,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/LinkRelParser.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"LinkRelParser\"},{\"id\":362,\"kind\":128,\"name\":\"MetadataParser\",\"url\":\"classes/MetadataParser.html\",\"classes\":\"tsd-kind-class\"},{\"id\":363,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/MetadataParser.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MetadataParser\"},{\"id\":364,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/MetadataParser.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MetadataParser\"},{\"id\":365,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/MetadataParser.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MetadataParser\"},{\"id\":366,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/MetadataParser.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MetadataParser\"},{\"id\":367,\"kind\":128,\"name\":\"PlainJsonLdFilter\",\"url\":\"classes/PlainJsonLdFilter.html\",\"classes\":\"tsd-kind-class\"},{\"id\":368,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/PlainJsonLdFilter.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"PlainJsonLdFilter\"},{\"id\":369,\"kind\":1024,\"name\":\"logger\",\"url\":\"classes/PlainJsonLdFilter.html#logger\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"PlainJsonLdFilter\"},{\"id\":370,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/PlainJsonLdFilter.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"PlainJsonLdFilter\"},{\"id\":371,\"kind\":2048,\"name\":\"linkHasContextRelation\",\"url\":\"classes/PlainJsonLdFilter.html#linkHasContextRelation\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"PlainJsonLdFilter\"},{\"id\":372,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/PlainJsonLdFilter.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PlainJsonLdFilter\"},{\"id\":373,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/PlainJsonLdFilter.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PlainJsonLdFilter\"},{\"id\":374,\"kind\":128,\"name\":\"SlugParser\",\"url\":\"classes/SlugParser.html\",\"classes\":\"tsd-kind-class\"},{\"id\":375,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/SlugParser.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SlugParser\"},{\"id\":376,\"kind\":1024,\"name\":\"logger\",\"url\":\"classes/SlugParser.html#logger\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"SlugParser\"},{\"id\":377,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/SlugParser.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"SlugParser\"},{\"id\":378,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/SlugParser.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SlugParser\"},{\"id\":379,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/SlugParser.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SlugParser\"},{\"id\":380,\"kind\":128,\"name\":\"AcceptPreferenceParser\",\"url\":\"classes/AcceptPreferenceParser.html\",\"classes\":\"tsd-kind-class\"},{\"id\":381,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/AcceptPreferenceParser.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"AcceptPreferenceParser\"},{\"id\":382,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/AcceptPreferenceParser.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"AcceptPreferenceParser\"},{\"id\":383,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/AcceptPreferenceParser.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"AcceptPreferenceParser\"},{\"id\":384,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/AcceptPreferenceParser.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"AcceptPreferenceParser\"},{\"id\":385,\"kind\":128,\"name\":\"PreferenceParser\",\"url\":\"classes/PreferenceParser.html\",\"classes\":\"tsd-kind-class\"},{\"id\":386,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/PreferenceParser.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PreferenceParser\"},{\"id\":387,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/PreferenceParser.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PreferenceParser\"},{\"id\":388,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/PreferenceParser.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PreferenceParser\"},{\"id\":389,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/PreferenceParser.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PreferenceParser\"},{\"id\":390,\"kind\":256,\"name\":\"BasicRequestParserArgs\",\"url\":\"interfaces/BasicRequestParserArgs.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":391,\"kind\":1024,\"name\":\"targetExtractor\",\"url\":\"interfaces/BasicRequestParserArgs.html#targetExtractor\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"BasicRequestParserArgs\"},{\"id\":392,\"kind\":1024,\"name\":\"preferenceParser\",\"url\":\"interfaces/BasicRequestParserArgs.html#preferenceParser\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"BasicRequestParserArgs\"},{\"id\":393,\"kind\":1024,\"name\":\"metadataParser\",\"url\":\"interfaces/BasicRequestParserArgs.html#metadataParser\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"BasicRequestParserArgs\"},{\"id\":394,\"kind\":1024,\"name\":\"conditionsParser\",\"url\":\"interfaces/BasicRequestParserArgs.html#conditionsParser\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"BasicRequestParserArgs\"},{\"id\":395,\"kind\":1024,\"name\":\"bodyParser\",\"url\":\"interfaces/BasicRequestParserArgs.html#bodyParser\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"BasicRequestParserArgs\"},{\"id\":396,\"kind\":128,\"name\":\"BasicRequestParser\",\"url\":\"classes/BasicRequestParser.html\",\"classes\":\"tsd-kind-class\"},{\"id\":397,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/BasicRequestParser.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"BasicRequestParser\"},{\"id\":398,\"kind\":1024,\"name\":\"targetExtractor\",\"url\":\"classes/BasicRequestParser.html#targetExtractor\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"BasicRequestParser\"},{\"id\":399,\"kind\":1024,\"name\":\"preferenceParser\",\"url\":\"classes/BasicRequestParser.html#preferenceParser\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"BasicRequestParser\"},{\"id\":400,\"kind\":1024,\"name\":\"metadataParser\",\"url\":\"classes/BasicRequestParser.html#metadataParser\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"BasicRequestParser\"},{\"id\":401,\"kind\":1024,\"name\":\"conditionsParser\",\"url\":\"classes/BasicRequestParser.html#conditionsParser\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"BasicRequestParser\"},{\"id\":402,\"kind\":1024,\"name\":\"bodyParser\",\"url\":\"classes/BasicRequestParser.html#bodyParser\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"BasicRequestParser\"},{\"id\":403,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/BasicRequestParser.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"BasicRequestParser\"},{\"id\":404,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/BasicRequestParser.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BasicRequestParser\"},{\"id\":405,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/BasicRequestParser.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BasicRequestParser\"},{\"id\":406,\"kind\":128,\"name\":\"RequestParser\",\"url\":\"classes/RequestParser.html\",\"classes\":\"tsd-kind-class\"},{\"id\":407,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/RequestParser.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RequestParser\"},{\"id\":408,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/RequestParser.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RequestParser\"},{\"id\":409,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/RequestParser.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RequestParser\"},{\"id\":410,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/RequestParser.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RequestParser\"},{\"id\":411,\"kind\":256,\"name\":\"OperationMetadataCollectorInput\",\"url\":\"interfaces/OperationMetadataCollectorInput.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":412,\"kind\":1024,\"name\":\"metadata\",\"url\":\"interfaces/OperationMetadataCollectorInput.html#metadata\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"OperationMetadataCollectorInput\"},{\"id\":413,\"kind\":1024,\"name\":\"operation\",\"url\":\"interfaces/OperationMetadataCollectorInput.html#operation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"OperationMetadataCollectorInput\"},{\"id\":414,\"kind\":128,\"name\":\"OperationMetadataCollector\",\"url\":\"classes/OperationMetadataCollector.html\",\"classes\":\"tsd-kind-class\"},{\"id\":415,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/OperationMetadataCollector.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"OperationMetadataCollector\"},{\"id\":416,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/OperationMetadataCollector.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"OperationMetadataCollector\"},{\"id\":417,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/OperationMetadataCollector.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"OperationMetadataCollector\"},{\"id\":418,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/OperationMetadataCollector.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"OperationMetadataCollector\"},{\"id\":419,\"kind\":128,\"name\":\"WebAclMetadataCollector\",\"url\":\"classes/WebAclMetadataCollector.html\",\"classes\":\"tsd-kind-class\"},{\"id\":420,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/WebAclMetadataCollector.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"WebAclMetadataCollector\"},{\"id\":421,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/WebAclMetadataCollector.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"WebAclMetadataCollector\"},{\"id\":422,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/WebAclMetadataCollector.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"WebAclMetadataCollector\"},{\"id\":423,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/WebAclMetadataCollector.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"WebAclMetadataCollector\"},{\"id\":424,\"kind\":128,\"name\":\"DeleteOperationHandler\",\"url\":\"classes/DeleteOperationHandler.html\",\"classes\":\"tsd-kind-class\"},{\"id\":425,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/DeleteOperationHandler.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"DeleteOperationHandler\"},{\"id\":426,\"kind\":1024,\"name\":\"store\",\"url\":\"classes/DeleteOperationHandler.html#store\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"DeleteOperationHandler\"},{\"id\":427,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/DeleteOperationHandler.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"DeleteOperationHandler\"},{\"id\":428,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/DeleteOperationHandler.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"DeleteOperationHandler\"},{\"id\":429,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/DeleteOperationHandler.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"DeleteOperationHandler\"},{\"id\":430,\"kind\":128,\"name\":\"GetOperationHandler\",\"url\":\"classes/GetOperationHandler.html\",\"classes\":\"tsd-kind-class\"},{\"id\":431,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/GetOperationHandler.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"GetOperationHandler\"},{\"id\":432,\"kind\":1024,\"name\":\"store\",\"url\":\"classes/GetOperationHandler.html#store\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"GetOperationHandler\"},{\"id\":433,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/GetOperationHandler.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"GetOperationHandler\"},{\"id\":434,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/GetOperationHandler.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"GetOperationHandler\"},{\"id\":435,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/GetOperationHandler.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GetOperationHandler\"},{\"id\":436,\"kind\":128,\"name\":\"HeadOperationHandler\",\"url\":\"classes/HeadOperationHandler.html\",\"classes\":\"tsd-kind-class\"},{\"id\":437,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/HeadOperationHandler.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"HeadOperationHandler\"},{\"id\":438,\"kind\":1024,\"name\":\"store\",\"url\":\"classes/HeadOperationHandler.html#store\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"HeadOperationHandler\"},{\"id\":439,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/HeadOperationHandler.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"HeadOperationHandler\"},{\"id\":440,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/HeadOperationHandler.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"HeadOperationHandler\"},{\"id\":441,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/HeadOperationHandler.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"HeadOperationHandler\"},{\"id\":442,\"kind\":256,\"name\":\"OperationHandlerInput\",\"url\":\"interfaces/OperationHandlerInput.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":443,\"kind\":1024,\"name\":\"operation\",\"url\":\"interfaces/OperationHandlerInput.html#operation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"OperationHandlerInput\"},{\"id\":444,\"kind\":128,\"name\":\"OperationHandler\",\"url\":\"classes/OperationHandler.html\",\"classes\":\"tsd-kind-class\"},{\"id\":445,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/OperationHandler.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"OperationHandler\"},{\"id\":446,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/OperationHandler.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"OperationHandler\"},{\"id\":447,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/OperationHandler.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"OperationHandler\"},{\"id\":448,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/OperationHandler.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"OperationHandler\"},{\"id\":449,\"kind\":128,\"name\":\"PatchOperationHandler\",\"url\":\"classes/PatchOperationHandler.html\",\"classes\":\"tsd-kind-class\"},{\"id\":450,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/PatchOperationHandler.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"PatchOperationHandler\"},{\"id\":451,\"kind\":1024,\"name\":\"logger\",\"url\":\"classes/PatchOperationHandler.html#logger\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"PatchOperationHandler\"},{\"id\":452,\"kind\":1024,\"name\":\"store\",\"url\":\"classes/PatchOperationHandler.html#store\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"PatchOperationHandler\"},{\"id\":453,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/PatchOperationHandler.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"PatchOperationHandler\"},{\"id\":454,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/PatchOperationHandler.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"PatchOperationHandler\"},{\"id\":455,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/PatchOperationHandler.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PatchOperationHandler\"},{\"id\":456,\"kind\":128,\"name\":\"PostOperationHandler\",\"url\":\"classes/PostOperationHandler.html\",\"classes\":\"tsd-kind-class\"},{\"id\":457,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/PostOperationHandler.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"PostOperationHandler\"},{\"id\":458,\"kind\":1024,\"name\":\"logger\",\"url\":\"classes/PostOperationHandler.html#logger\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"PostOperationHandler\"},{\"id\":459,\"kind\":1024,\"name\":\"store\",\"url\":\"classes/PostOperationHandler.html#store\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"PostOperationHandler\"},{\"id\":460,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/PostOperationHandler.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"PostOperationHandler\"},{\"id\":461,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/PostOperationHandler.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"PostOperationHandler\"},{\"id\":462,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/PostOperationHandler.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PostOperationHandler\"},{\"id\":463,\"kind\":128,\"name\":\"PutOperationHandler\",\"url\":\"classes/PutOperationHandler.html\",\"classes\":\"tsd-kind-class\"},{\"id\":464,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/PutOperationHandler.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"PutOperationHandler\"},{\"id\":465,\"kind\":1024,\"name\":\"logger\",\"url\":\"classes/PutOperationHandler.html#logger\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"PutOperationHandler\"},{\"id\":466,\"kind\":1024,\"name\":\"store\",\"url\":\"classes/PutOperationHandler.html#store\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"PutOperationHandler\"},{\"id\":467,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/PutOperationHandler.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"PutOperationHandler\"},{\"id\":468,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/PutOperationHandler.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"PutOperationHandler\"},{\"id\":469,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/PutOperationHandler.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PutOperationHandler\"},{\"id\":470,\"kind\":128,\"name\":\"ConvertingErrorHandler\",\"url\":\"classes/ConvertingErrorHandler.html\",\"classes\":\"tsd-kind-class\"},{\"id\":471,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ConvertingErrorHandler.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ConvertingErrorHandler\"},{\"id\":472,\"kind\":1024,\"name\":\"converter\",\"url\":\"classes/ConvertingErrorHandler.html#converter\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ConvertingErrorHandler\"},{\"id\":473,\"kind\":1024,\"name\":\"showStackTrace\",\"url\":\"classes/ConvertingErrorHandler.html#showStackTrace\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ConvertingErrorHandler\"},{\"id\":474,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/ConvertingErrorHandler.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ConvertingErrorHandler\"},{\"id\":475,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/ConvertingErrorHandler.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ConvertingErrorHandler\"},{\"id\":476,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/ConvertingErrorHandler.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ConvertingErrorHandler\"},{\"id\":477,\"kind\":2048,\"name\":\"prepareArguments\",\"url\":\"classes/ConvertingErrorHandler.html#prepareArguments\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"ConvertingErrorHandler\"},{\"id\":478,\"kind\":2048,\"name\":\"createResponse\",\"url\":\"classes/ConvertingErrorHandler.html#createResponse\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"ConvertingErrorHandler\"},{\"id\":479,\"kind\":2048,\"name\":\"toRepresentation\",\"url\":\"classes/ConvertingErrorHandler.html#toRepresentation\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"ConvertingErrorHandler\"},{\"id\":480,\"kind\":256,\"name\":\"ErrorHandlerArgs\",\"url\":\"interfaces/ErrorHandlerArgs.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":481,\"kind\":1024,\"name\":\"error\",\"url\":\"interfaces/ErrorHandlerArgs.html#error\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ErrorHandlerArgs\"},{\"id\":482,\"kind\":1024,\"name\":\"preferences\",\"url\":\"interfaces/ErrorHandlerArgs.html#preferences\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ErrorHandlerArgs\"},{\"id\":483,\"kind\":128,\"name\":\"ErrorHandler\",\"url\":\"classes/ErrorHandler.html\",\"classes\":\"tsd-kind-class\"},{\"id\":484,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ErrorHandler.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ErrorHandler\"},{\"id\":485,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/ErrorHandler.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ErrorHandler\"},{\"id\":486,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/ErrorHandler.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ErrorHandler\"},{\"id\":487,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/ErrorHandler.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ErrorHandler\"},{\"id\":488,\"kind\":128,\"name\":\"RedirectingErrorHandler\",\"url\":\"classes/RedirectingErrorHandler.html\",\"classes\":\"tsd-kind-class\"},{\"id\":489,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/RedirectingErrorHandler.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RedirectingErrorHandler\"},{\"id\":490,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/RedirectingErrorHandler.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"RedirectingErrorHandler\"},{\"id\":491,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/RedirectingErrorHandler.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"RedirectingErrorHandler\"},{\"id\":492,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/RedirectingErrorHandler.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RedirectingErrorHandler\"},{\"id\":493,\"kind\":128,\"name\":\"SafeErrorHandler\",\"url\":\"classes/SafeErrorHandler.html\",\"classes\":\"tsd-kind-class\"},{\"id\":494,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/SafeErrorHandler.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"SafeErrorHandler\"},{\"id\":495,\"kind\":1024,\"name\":\"logger\",\"url\":\"classes/SafeErrorHandler.html#logger\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"SafeErrorHandler\"},{\"id\":496,\"kind\":1024,\"name\":\"errorHandler\",\"url\":\"classes/SafeErrorHandler.html#errorHandler\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"SafeErrorHandler\"},{\"id\":497,\"kind\":1024,\"name\":\"showStackTrace\",\"url\":\"classes/SafeErrorHandler.html#showStackTrace\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"SafeErrorHandler\"},{\"id\":498,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/SafeErrorHandler.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"SafeErrorHandler\"},{\"id\":499,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/SafeErrorHandler.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SafeErrorHandler\"},{\"id\":500,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/SafeErrorHandler.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SafeErrorHandler\"},{\"id\":501,\"kind\":128,\"name\":\"AllowAcceptHeaderWriter\",\"url\":\"classes/AllowAcceptHeaderWriter.html\",\"classes\":\"tsd-kind-class\"},{\"id\":502,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/AllowAcceptHeaderWriter.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"AllowAcceptHeaderWriter\"},{\"id\":503,\"kind\":1024,\"name\":\"supportedMethods\",\"url\":\"classes/AllowAcceptHeaderWriter.html#supportedMethods\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"AllowAcceptHeaderWriter\"},{\"id\":504,\"kind\":1024,\"name\":\"acceptTypes\",\"url\":\"classes/AllowAcceptHeaderWriter.html#acceptTypes\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"AllowAcceptHeaderWriter\"},{\"id\":505,\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/AllowAcceptHeaderWriter.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"AllowAcceptHeaderWriter\"},{\"id\":506,\"kind\":1024,\"name\":\"patch\",\"url\":\"classes/AllowAcceptHeaderWriter.html#__type.patch\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"AllowAcceptHeaderWriter.__type\"},{\"id\":507,\"kind\":1024,\"name\":\"post\",\"url\":\"classes/AllowAcceptHeaderWriter.html#__type.post\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"AllowAcceptHeaderWriter.__type\"},{\"id\":508,\"kind\":1024,\"name\":\"put\",\"url\":\"classes/AllowAcceptHeaderWriter.html#__type.put\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"AllowAcceptHeaderWriter.__type\"},{\"id\":509,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/AllowAcceptHeaderWriter.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"AllowAcceptHeaderWriter\"},{\"id\":510,\"kind\":2048,\"name\":\"filterAllowedMethods\",\"url\":\"classes/AllowAcceptHeaderWriter.html#filterAllowedMethods\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"AllowAcceptHeaderWriter\"},{\"id\":511,\"kind\":2048,\"name\":\"isPostAllowed\",\"url\":\"classes/AllowAcceptHeaderWriter.html#isPostAllowed\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"AllowAcceptHeaderWriter\"},{\"id\":512,\"kind\":2048,\"name\":\"isDeleteAllowed\",\"url\":\"classes/AllowAcceptHeaderWriter.html#isDeleteAllowed\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"AllowAcceptHeaderWriter\"},{\"id\":513,\"kind\":2048,\"name\":\"generateAllow\",\"url\":\"classes/AllowAcceptHeaderWriter.html#generateAllow\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"AllowAcceptHeaderWriter\"},{\"id\":514,\"kind\":2048,\"name\":\"generateAccept\",\"url\":\"classes/AllowAcceptHeaderWriter.html#generateAccept\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"AllowAcceptHeaderWriter\"},{\"id\":515,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/AllowAcceptHeaderWriter.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"AllowAcceptHeaderWriter\"},{\"id\":516,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/AllowAcceptHeaderWriter.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"AllowAcceptHeaderWriter\"},{\"id\":517,\"kind\":128,\"name\":\"ConstantMetadataWriter\",\"url\":\"classes/ConstantMetadataWriter.html\",\"classes\":\"tsd-kind-class\"},{\"id\":518,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ConstantMetadataWriter.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ConstantMetadataWriter\"},{\"id\":519,\"kind\":1024,\"name\":\"headers\",\"url\":\"classes/ConstantMetadataWriter.html#headers\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ConstantMetadataWriter\"},{\"id\":520,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/ConstantMetadataWriter.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ConstantMetadataWriter\"},{\"id\":521,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/ConstantMetadataWriter.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ConstantMetadataWriter\"},{\"id\":522,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/ConstantMetadataWriter.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ConstantMetadataWriter\"},{\"id\":523,\"kind\":128,\"name\":\"LinkRelMetadataWriter\",\"url\":\"classes/LinkRelMetadataWriter.html\",\"classes\":\"tsd-kind-class\"},{\"id\":524,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/LinkRelMetadataWriter.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"LinkRelMetadataWriter\"},{\"id\":525,\"kind\":1024,\"name\":\"linkRelMap\",\"url\":\"classes/LinkRelMetadataWriter.html#linkRelMap\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"LinkRelMetadataWriter\"},{\"id\":526,\"kind\":1024,\"name\":\"logger\",\"url\":\"classes/LinkRelMetadataWriter.html#logger\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"LinkRelMetadataWriter\"},{\"id\":527,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/LinkRelMetadataWriter.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"LinkRelMetadataWriter\"},{\"id\":528,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/LinkRelMetadataWriter.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"LinkRelMetadataWriter\"},{\"id\":529,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/LinkRelMetadataWriter.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"LinkRelMetadataWriter\"},{\"id\":530,\"kind\":128,\"name\":\"MappedMetadataWriter\",\"url\":\"classes/MappedMetadataWriter.html\",\"classes\":\"tsd-kind-class\"},{\"id\":531,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/MappedMetadataWriter.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MappedMetadataWriter\"},{\"id\":532,\"kind\":1024,\"name\":\"headerMap\",\"url\":\"classes/MappedMetadataWriter.html#headerMap\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"MappedMetadataWriter\"},{\"id\":533,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/MappedMetadataWriter.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MappedMetadataWriter\"},{\"id\":534,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/MappedMetadataWriter.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MappedMetadataWriter\"},{\"id\":535,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/MappedMetadataWriter.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MappedMetadataWriter\"},{\"id\":536,\"kind\":128,\"name\":\"MetadataWriter\",\"url\":\"classes/MetadataWriter.html\",\"classes\":\"tsd-kind-class\"},{\"id\":537,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/MetadataWriter.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MetadataWriter\"},{\"id\":538,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/MetadataWriter.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MetadataWriter\"},{\"id\":539,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/MetadataWriter.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MetadataWriter\"},{\"id\":540,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/MetadataWriter.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MetadataWriter\"},{\"id\":541,\"kind\":128,\"name\":\"ModifiedMetadataWriter\",\"url\":\"classes/ModifiedMetadataWriter.html\",\"classes\":\"tsd-kind-class\"},{\"id\":542,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ModifiedMetadataWriter.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ModifiedMetadataWriter\"},{\"id\":543,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/ModifiedMetadataWriter.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ModifiedMetadataWriter\"},{\"id\":544,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/ModifiedMetadataWriter.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ModifiedMetadataWriter\"},{\"id\":545,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/ModifiedMetadataWriter.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ModifiedMetadataWriter\"},{\"id\":546,\"kind\":128,\"name\":\"WacAllowMetadataWriter\",\"url\":\"classes/WacAllowMetadataWriter.html\",\"classes\":\"tsd-kind-class\"},{\"id\":547,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/WacAllowMetadataWriter.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"WacAllowMetadataWriter\"},{\"id\":548,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/WacAllowMetadataWriter.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"WacAllowMetadataWriter\"},{\"id\":549,\"kind\":2048,\"name\":\"aclToPermission\",\"url\":\"classes/WacAllowMetadataWriter.html#aclToPermission\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"WacAllowMetadataWriter\"},{\"id\":550,\"kind\":2048,\"name\":\"createAccessParam\",\"url\":\"classes/WacAllowMetadataWriter.html#createAccessParam\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"WacAllowMetadataWriter\"},{\"id\":551,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/WacAllowMetadataWriter.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"WacAllowMetadataWriter\"},{\"id\":552,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/WacAllowMetadataWriter.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"WacAllowMetadataWriter\"},{\"id\":553,\"kind\":128,\"name\":\"WwwAuthMetadataWriter\",\"url\":\"classes/WwwAuthMetadataWriter.html\",\"classes\":\"tsd-kind-class\"},{\"id\":554,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/WwwAuthMetadataWriter.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"WwwAuthMetadataWriter\"},{\"id\":555,\"kind\":1024,\"name\":\"auth\",\"url\":\"classes/WwwAuthMetadataWriter.html#auth\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"WwwAuthMetadataWriter\"},{\"id\":556,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/WwwAuthMetadataWriter.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"WwwAuthMetadataWriter\"},{\"id\":557,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/WwwAuthMetadataWriter.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"WwwAuthMetadataWriter\"},{\"id\":558,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/WwwAuthMetadataWriter.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"WwwAuthMetadataWriter\"},{\"id\":559,\"kind\":128,\"name\":\"CreatedResponseDescription\",\"url\":\"classes/CreatedResponseDescription.html\",\"classes\":\"tsd-kind-class\"},{\"id\":560,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/CreatedResponseDescription.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"CreatedResponseDescription\"},{\"id\":561,\"kind\":1024,\"name\":\"statusCode\",\"url\":\"classes/CreatedResponseDescription.html#statusCode\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"CreatedResponseDescription\"},{\"id\":562,\"kind\":1024,\"name\":\"metadata\",\"url\":\"classes/CreatedResponseDescription.html#metadata\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"CreatedResponseDescription\"},{\"id\":563,\"kind\":1024,\"name\":\"data\",\"url\":\"classes/CreatedResponseDescription.html#data\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"CreatedResponseDescription\"},{\"id\":564,\"kind\":128,\"name\":\"OkResponseDescription\",\"url\":\"classes/OkResponseDescription.html\",\"classes\":\"tsd-kind-class\"},{\"id\":565,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/OkResponseDescription.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"OkResponseDescription\"},{\"id\":566,\"kind\":1024,\"name\":\"statusCode\",\"url\":\"classes/OkResponseDescription.html#statusCode\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"OkResponseDescription\"},{\"id\":567,\"kind\":1024,\"name\":\"metadata\",\"url\":\"classes/OkResponseDescription.html#metadata\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"OkResponseDescription\"},{\"id\":568,\"kind\":1024,\"name\":\"data\",\"url\":\"classes/OkResponseDescription.html#data\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"OkResponseDescription\"},{\"id\":569,\"kind\":128,\"name\":\"ResetResponseDescription\",\"url\":\"classes/ResetResponseDescription.html\",\"classes\":\"tsd-kind-class\"},{\"id\":570,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ResetResponseDescription.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ResetResponseDescription\"},{\"id\":571,\"kind\":1024,\"name\":\"statusCode\",\"url\":\"classes/ResetResponseDescription.html#statusCode\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ResetResponseDescription\"},{\"id\":572,\"kind\":1024,\"name\":\"metadata\",\"url\":\"classes/ResetResponseDescription.html#metadata\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ResetResponseDescription\"},{\"id\":573,\"kind\":1024,\"name\":\"data\",\"url\":\"classes/ResetResponseDescription.html#data\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ResetResponseDescription\"},{\"id\":574,\"kind\":128,\"name\":\"ResponseDescription\",\"url\":\"classes/ResponseDescription.html\",\"classes\":\"tsd-kind-class\"},{\"id\":575,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ResponseDescription.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"ResponseDescription\"},{\"id\":576,\"kind\":1024,\"name\":\"statusCode\",\"url\":\"classes/ResponseDescription.html#statusCode\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ResponseDescription\"},{\"id\":577,\"kind\":1024,\"name\":\"metadata\",\"url\":\"classes/ResponseDescription.html#metadata\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ResponseDescription\"},{\"id\":578,\"kind\":1024,\"name\":\"data\",\"url\":\"classes/ResponseDescription.html#data\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ResponseDescription\"},{\"id\":579,\"kind\":128,\"name\":\"BasicResponseWriter\",\"url\":\"classes/BasicResponseWriter.html\",\"classes\":\"tsd-kind-class\"},{\"id\":580,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/BasicResponseWriter.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"BasicResponseWriter\"},{\"id\":581,\"kind\":1024,\"name\":\"logger\",\"url\":\"classes/BasicResponseWriter.html#logger\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"BasicResponseWriter\"},{\"id\":582,\"kind\":1024,\"name\":\"metadataWriter\",\"url\":\"classes/BasicResponseWriter.html#metadataWriter\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"BasicResponseWriter\"},{\"id\":583,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/BasicResponseWriter.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"BasicResponseWriter\"},{\"id\":584,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/BasicResponseWriter.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"BasicResponseWriter\"},{\"id\":585,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/BasicResponseWriter.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BasicResponseWriter\"},{\"id\":586,\"kind\":128,\"name\":\"ResponseWriter\",\"url\":\"classes/ResponseWriter.html\",\"classes\":\"tsd-kind-class\"},{\"id\":587,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ResponseWriter.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ResponseWriter\"},{\"id\":588,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/ResponseWriter.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ResponseWriter\"},{\"id\":589,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/ResponseWriter.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ResponseWriter\"},{\"id\":590,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/ResponseWriter.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ResponseWriter\"},{\"id\":591,\"kind\":128,\"name\":\"BasicRepresentation\",\"url\":\"classes/BasicRepresentation.html\",\"classes\":\"tsd-kind-class\"},{\"id\":592,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/BasicRepresentation.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"BasicRepresentation\"},{\"id\":593,\"kind\":1024,\"name\":\"data\",\"url\":\"classes/BasicRepresentation.html#data\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"BasicRepresentation\"},{\"id\":594,\"kind\":1024,\"name\":\"metadata\",\"url\":\"classes/BasicRepresentation.html#metadata\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"BasicRepresentation\"},{\"id\":595,\"kind\":1024,\"name\":\"binary\",\"url\":\"classes/BasicRepresentation.html#binary\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"BasicRepresentation\"},{\"id\":596,\"kind\":262144,\"name\":\"isEmpty\",\"url\":\"classes/BasicRepresentation.html#isEmpty\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"BasicRepresentation\"},{\"id\":597,\"kind\":256,\"name\":\"Patch\",\"url\":\"interfaces/Patch.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":598,\"kind\":1024,\"name\":\"metadata\",\"url\":\"interfaces/Patch.html#metadata\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"Patch\"},{\"id\":599,\"kind\":1024,\"name\":\"data\",\"url\":\"interfaces/Patch.html#data\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"Patch\"},{\"id\":600,\"kind\":1024,\"name\":\"binary\",\"url\":\"interfaces/Patch.html#binary\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"Patch\"},{\"id\":601,\"kind\":1024,\"name\":\"isEmpty\",\"url\":\"interfaces/Patch.html#isEmpty\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"Patch\"},{\"id\":602,\"kind\":256,\"name\":\"Representation\",\"url\":\"interfaces/Representation.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":603,\"kind\":1024,\"name\":\"metadata\",\"url\":\"interfaces/Representation.html#metadata\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Representation\"},{\"id\":604,\"kind\":1024,\"name\":\"data\",\"url\":\"interfaces/Representation.html#data\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Representation\"},{\"id\":605,\"kind\":1024,\"name\":\"binary\",\"url\":\"interfaces/Representation.html#binary\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Representation\"},{\"id\":606,\"kind\":1024,\"name\":\"isEmpty\",\"url\":\"interfaces/Representation.html#isEmpty\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Representation\"},{\"id\":607,\"kind\":64,\"name\":\"isRepresentationMetadata\",\"url\":\"modules.html#isRepresentationMetadata\",\"classes\":\"tsd-kind-function\"},{\"id\":608,\"kind\":4194304,\"name\":\"MetadataIdentifier\",\"url\":\"modules.html#MetadataIdentifier\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":609,\"kind\":4194304,\"name\":\"MetadataValue\",\"url\":\"modules.html#MetadataValue\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":610,\"kind\":4194304,\"name\":\"MetadataRecord\",\"url\":\"modules.html#MetadataRecord\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":611,\"kind\":4194304,\"name\":\"MetadataGraph\",\"url\":\"modules.html#MetadataGraph\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":612,\"kind\":128,\"name\":\"RepresentationMetadata\",\"url\":\"classes/RepresentationMetadata.html\",\"classes\":\"tsd-kind-class\"},{\"id\":613,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/RepresentationMetadata.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"RepresentationMetadata\"},{\"id\":614,\"kind\":1024,\"name\":\"logger\",\"url\":\"classes/RepresentationMetadata.html#logger\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"RepresentationMetadata\"},{\"id\":615,\"kind\":1024,\"name\":\"store\",\"url\":\"classes/RepresentationMetadata.html#store\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"RepresentationMetadata\"},{\"id\":616,\"kind\":1024,\"name\":\"id\",\"url\":\"classes/RepresentationMetadata.html#id\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"RepresentationMetadata\"},{\"id\":617,\"kind\":2048,\"name\":\"setOverrides\",\"url\":\"classes/RepresentationMetadata.html#setOverrides\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"RepresentationMetadata\"},{\"id\":618,\"kind\":2048,\"name\":\"quads\",\"url\":\"classes/RepresentationMetadata.html#quads\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RepresentationMetadata\"},{\"id\":619,\"kind\":262144,\"name\":\"identifier\",\"url\":\"classes/RepresentationMetadata.html#identifier\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"RepresentationMetadata\"},{\"id\":620,\"kind\":2048,\"name\":\"setMetadata\",\"url\":\"classes/RepresentationMetadata.html#setMetadata\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RepresentationMetadata\"},{\"id\":621,\"kind\":2048,\"name\":\"addQuad\",\"url\":\"classes/RepresentationMetadata.html#addQuad\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RepresentationMetadata\"},{\"id\":622,\"kind\":2048,\"name\":\"addQuads\",\"url\":\"classes/RepresentationMetadata.html#addQuads\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RepresentationMetadata\"},{\"id\":623,\"kind\":2048,\"name\":\"removeQuad\",\"url\":\"classes/RepresentationMetadata.html#removeQuad\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RepresentationMetadata\"},{\"id\":624,\"kind\":2048,\"name\":\"removeQuads\",\"url\":\"classes/RepresentationMetadata.html#removeQuads\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RepresentationMetadata\"},{\"id\":625,\"kind\":2048,\"name\":\"add\",\"url\":\"classes/RepresentationMetadata.html#add\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RepresentationMetadata\"},{\"id\":626,\"kind\":2048,\"name\":\"remove\",\"url\":\"classes/RepresentationMetadata.html#remove\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RepresentationMetadata\"},{\"id\":627,\"kind\":2048,\"name\":\"forQuads\",\"url\":\"classes/RepresentationMetadata.html#forQuads\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"RepresentationMetadata\"},{\"id\":628,\"kind\":2048,\"name\":\"removeAll\",\"url\":\"classes/RepresentationMetadata.html#removeAll\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RepresentationMetadata\"},{\"id\":629,\"kind\":2048,\"name\":\"has\",\"url\":\"classes/RepresentationMetadata.html#has\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RepresentationMetadata\"},{\"id\":630,\"kind\":2048,\"name\":\"getAll\",\"url\":\"classes/RepresentationMetadata.html#getAll\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RepresentationMetadata\"},{\"id\":631,\"kind\":2048,\"name\":\"get\",\"url\":\"classes/RepresentationMetadata.html#get\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RepresentationMetadata\"},{\"id\":632,\"kind\":2048,\"name\":\"set\",\"url\":\"classes/RepresentationMetadata.html#set\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RepresentationMetadata\"},{\"id\":633,\"kind\":2048,\"name\":\"setContentType\",\"url\":\"classes/RepresentationMetadata.html#setContentType\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"RepresentationMetadata\"},{\"id\":634,\"kind\":2048,\"name\":\"getContentType\",\"url\":\"classes/RepresentationMetadata.html#getContentType\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"RepresentationMetadata\"},{\"id\":635,\"kind\":2048,\"name\":\"removeContentType\",\"url\":\"classes/RepresentationMetadata.html#removeContentType\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"RepresentationMetadata\"},{\"id\":636,\"kind\":262144,\"name\":\"contentType\",\"url\":\"classes/RepresentationMetadata.html#contentType\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"RepresentationMetadata\"},{\"id\":637,\"kind\":262144,\"name\":\"contentTypeObject\",\"url\":\"classes/RepresentationMetadata.html#contentTypeObject\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"RepresentationMetadata\"},{\"id\":638,\"kind\":262144,\"name\":\"contentLength\",\"url\":\"classes/RepresentationMetadata.html#contentLength\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"RepresentationMetadata\"},{\"id\":639,\"kind\":4194304,\"name\":\"ValuePreferences\",\"url\":\"modules.html#ValuePreferences\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":640,\"kind\":4194304,\"name\":\"ValuePreference\",\"url\":\"modules.html#ValuePreference\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":641,\"kind\":65536,\"name\":\"__type\",\"url\":\"modules.html#ValuePreference.__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"ValuePreference\"},{\"id\":642,\"kind\":1024,\"name\":\"value\",\"url\":\"modules.html#ValuePreference.__type.value\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ValuePreference.__type\"},{\"id\":643,\"kind\":1024,\"name\":\"weight\",\"url\":\"modules.html#ValuePreference.__type.weight\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ValuePreference.__type\"},{\"id\":644,\"kind\":256,\"name\":\"RepresentationPreferences\",\"url\":\"interfaces/RepresentationPreferences.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":645,\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/RepresentationPreferences.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"RepresentationPreferences\"},{\"id\":646,\"kind\":1024,\"name\":\"charset\",\"url\":\"interfaces/RepresentationPreferences.html#charset\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"RepresentationPreferences\"},{\"id\":647,\"kind\":1024,\"name\":\"datetime\",\"url\":\"interfaces/RepresentationPreferences.html#datetime\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"RepresentationPreferences\"},{\"id\":648,\"kind\":1024,\"name\":\"encoding\",\"url\":\"interfaces/RepresentationPreferences.html#encoding\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"RepresentationPreferences\"},{\"id\":649,\"kind\":1024,\"name\":\"language\",\"url\":\"interfaces/RepresentationPreferences.html#language\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"RepresentationPreferences\"},{\"id\":650,\"kind\":64,\"name\":\"isResourceIdentifier\",\"url\":\"modules.html#isResourceIdentifier\",\"classes\":\"tsd-kind-function\"},{\"id\":651,\"kind\":256,\"name\":\"ResourceIdentifier\",\"url\":\"interfaces/ResourceIdentifier.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":652,\"kind\":1024,\"name\":\"path\",\"url\":\"interfaces/ResourceIdentifier.html#path\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ResourceIdentifier\"},{\"id\":653,\"kind\":256,\"name\":\"SparqlUpdatePatch\",\"url\":\"interfaces/SparqlUpdatePatch.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":654,\"kind\":1024,\"name\":\"algebra\",\"url\":\"interfaces/SparqlUpdatePatch.html#algebra\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SparqlUpdatePatch\"},{\"id\":655,\"kind\":1024,\"name\":\"metadata\",\"url\":\"interfaces/SparqlUpdatePatch.html#metadata\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"SparqlUpdatePatch\"},{\"id\":656,\"kind\":1024,\"name\":\"data\",\"url\":\"interfaces/SparqlUpdatePatch.html#data\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"SparqlUpdatePatch\"},{\"id\":657,\"kind\":1024,\"name\":\"binary\",\"url\":\"interfaces/SparqlUpdatePatch.html#binary\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"SparqlUpdatePatch\"},{\"id\":658,\"kind\":1024,\"name\":\"isEmpty\",\"url\":\"interfaces/SparqlUpdatePatch.html#isEmpty\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"SparqlUpdatePatch\"},{\"id\":659,\"kind\":256,\"name\":\"Operation\",\"url\":\"interfaces/Operation.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":660,\"kind\":1024,\"name\":\"method\",\"url\":\"interfaces/Operation.html#method\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Operation\"},{\"id\":661,\"kind\":1024,\"name\":\"target\",\"url\":\"interfaces/Operation.html#target\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Operation\"},{\"id\":662,\"kind\":1024,\"name\":\"preferences\",\"url\":\"interfaces/Operation.html#preferences\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Operation\"},{\"id\":663,\"kind\":1024,\"name\":\"conditions\",\"url\":\"interfaces/Operation.html#conditions\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Operation\"},{\"id\":664,\"kind\":1024,\"name\":\"permissionSet\",\"url\":\"interfaces/Operation.html#permissionSet\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Operation\"},{\"id\":665,\"kind\":1024,\"name\":\"body\",\"url\":\"interfaces/Operation.html#body\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Operation\"},{\"id\":666,\"kind\":128,\"name\":\"UnsecureWebSocketsProtocol\",\"url\":\"classes/UnsecureWebSocketsProtocol.html\",\"classes\":\"tsd-kind-class\"},{\"id\":667,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/UnsecureWebSocketsProtocol.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"UnsecureWebSocketsProtocol\"},{\"id\":668,\"kind\":1024,\"name\":\"logger\",\"url\":\"classes/UnsecureWebSocketsProtocol.html#logger\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"UnsecureWebSocketsProtocol\"},{\"id\":669,\"kind\":1024,\"name\":\"listeners\",\"url\":\"classes/UnsecureWebSocketsProtocol.html#listeners\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"UnsecureWebSocketsProtocol\"},{\"id\":670,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/UnsecureWebSocketsProtocol.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"UnsecureWebSocketsProtocol\"},{\"id\":671,\"kind\":2048,\"name\":\"onResourceChanged\",\"url\":\"classes/UnsecureWebSocketsProtocol.html#onResourceChanged\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"UnsecureWebSocketsProtocol\"},{\"id\":672,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/UnsecureWebSocketsProtocol.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"UnsecureWebSocketsProtocol\"},{\"id\":673,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/UnsecureWebSocketsProtocol.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"UnsecureWebSocketsProtocol\"},{\"id\":674,\"kind\":256,\"name\":\"IdentityProviderFactoryArgs\",\"url\":\"interfaces/IdentityProviderFactoryArgs.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":675,\"kind\":1024,\"name\":\"adapterFactory\",\"url\":\"interfaces/IdentityProviderFactoryArgs.html#adapterFactory\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IdentityProviderFactoryArgs\"},{\"id\":676,\"kind\":1024,\"name\":\"baseUrl\",\"url\":\"interfaces/IdentityProviderFactoryArgs.html#baseUrl\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IdentityProviderFactoryArgs\"},{\"id\":677,\"kind\":1024,\"name\":\"oidcPath\",\"url\":\"interfaces/IdentityProviderFactoryArgs.html#oidcPath\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IdentityProviderFactoryArgs\"},{\"id\":678,\"kind\":1024,\"name\":\"interactionHandler\",\"url\":\"interfaces/IdentityProviderFactoryArgs.html#interactionHandler\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IdentityProviderFactoryArgs\"},{\"id\":679,\"kind\":1024,\"name\":\"credentialStorage\",\"url\":\"interfaces/IdentityProviderFactoryArgs.html#credentialStorage\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IdentityProviderFactoryArgs\"},{\"id\":680,\"kind\":1024,\"name\":\"storage\",\"url\":\"interfaces/IdentityProviderFactoryArgs.html#storage\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IdentityProviderFactoryArgs\"},{\"id\":681,\"kind\":1024,\"name\":\"errorHandler\",\"url\":\"interfaces/IdentityProviderFactoryArgs.html#errorHandler\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IdentityProviderFactoryArgs\"},{\"id\":682,\"kind\":1024,\"name\":\"responseWriter\",\"url\":\"interfaces/IdentityProviderFactoryArgs.html#responseWriter\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IdentityProviderFactoryArgs\"},{\"id\":683,\"kind\":128,\"name\":\"IdentityProviderFactory\",\"url\":\"classes/IdentityProviderFactory.html\",\"classes\":\"tsd-kind-class\"},{\"id\":684,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/IdentityProviderFactory.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"IdentityProviderFactory\"},{\"id\":685,\"kind\":1024,\"name\":\"config\",\"url\":\"classes/IdentityProviderFactory.html#config\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"IdentityProviderFactory\"},{\"id\":686,\"kind\":1024,\"name\":\"adapterFactory\",\"url\":\"classes/IdentityProviderFactory.html#adapterFactory\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"IdentityProviderFactory\"},{\"id\":687,\"kind\":1024,\"name\":\"baseUrl\",\"url\":\"classes/IdentityProviderFactory.html#baseUrl\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"IdentityProviderFactory\"},{\"id\":688,\"kind\":1024,\"name\":\"oidcPath\",\"url\":\"classes/IdentityProviderFactory.html#oidcPath\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"IdentityProviderFactory\"},{\"id\":689,\"kind\":1024,\"name\":\"interactionHandler\",\"url\":\"classes/IdentityProviderFactory.html#interactionHandler\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"IdentityProviderFactory\"},{\"id\":690,\"kind\":1024,\"name\":\"credentialStorage\",\"url\":\"classes/IdentityProviderFactory.html#credentialStorage\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"IdentityProviderFactory\"},{\"id\":691,\"kind\":1024,\"name\":\"storage\",\"url\":\"classes/IdentityProviderFactory.html#storage\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"IdentityProviderFactory\"},{\"id\":692,\"kind\":1024,\"name\":\"errorHandler\",\"url\":\"classes/IdentityProviderFactory.html#errorHandler\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"IdentityProviderFactory\"},{\"id\":693,\"kind\":1024,\"name\":\"responseWriter\",\"url\":\"classes/IdentityProviderFactory.html#responseWriter\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"IdentityProviderFactory\"},{\"id\":694,\"kind\":1024,\"name\":\"jwtAlg\",\"url\":\"classes/IdentityProviderFactory.html#jwtAlg\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"IdentityProviderFactory\"},{\"id\":695,\"kind\":1024,\"name\":\"provider\",\"url\":\"classes/IdentityProviderFactory.html#provider\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"IdentityProviderFactory\"},{\"id\":696,\"kind\":2048,\"name\":\"getProvider\",\"url\":\"classes/IdentityProviderFactory.html#getProvider\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IdentityProviderFactory\"},{\"id\":697,\"kind\":2048,\"name\":\"createProvider\",\"url\":\"classes/IdentityProviderFactory.html#createProvider\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"IdentityProviderFactory\"},{\"id\":698,\"kind\":2048,\"name\":\"initConfig\",\"url\":\"classes/IdentityProviderFactory.html#initConfig\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"IdentityProviderFactory\"},{\"id\":699,\"kind\":2048,\"name\":\"generateJwks\",\"url\":\"classes/IdentityProviderFactory.html#generateJwks\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"IdentityProviderFactory\"},{\"id\":700,\"kind\":2048,\"name\":\"generateCookieKeys\",\"url\":\"classes/IdentityProviderFactory.html#generateCookieKeys\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"IdentityProviderFactory\"},{\"id\":701,\"kind\":2048,\"name\":\"isAccessToken\",\"url\":\"classes/IdentityProviderFactory.html#isAccessToken\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"IdentityProviderFactory\"},{\"id\":702,\"kind\":2048,\"name\":\"configureClaims\",\"url\":\"classes/IdentityProviderFactory.html#configureClaims\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"IdentityProviderFactory\"},{\"id\":703,\"kind\":2048,\"name\":\"createRoute\",\"url\":\"classes/IdentityProviderFactory.html#createRoute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"IdentityProviderFactory\"},{\"id\":704,\"kind\":2048,\"name\":\"configureRoutes\",\"url\":\"classes/IdentityProviderFactory.html#configureRoutes\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"IdentityProviderFactory\"},{\"id\":705,\"kind\":2048,\"name\":\"configureErrors\",\"url\":\"classes/IdentityProviderFactory.html#configureErrors\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"IdentityProviderFactory\"},{\"id\":706,\"kind\":256,\"name\":\"ProviderFactory\",\"url\":\"interfaces/ProviderFactory.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":707,\"kind\":2048,\"name\":\"getProvider\",\"url\":\"interfaces/ProviderFactory.html#getProvider\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"ProviderFactory\"},{\"id\":708,\"kind\":256,\"name\":\"ClientCredentials\",\"url\":\"interfaces/ClientCredentials.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":709,\"kind\":1024,\"name\":\"secret\",\"url\":\"interfaces/ClientCredentials.html#secret\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ClientCredentials\"},{\"id\":710,\"kind\":1024,\"name\":\"webId\",\"url\":\"interfaces/ClientCredentials.html#webId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ClientCredentials\"},{\"id\":711,\"kind\":128,\"name\":\"ClientCredentialsAdapter\",\"url\":\"classes/ClientCredentialsAdapter.html\",\"classes\":\"tsd-kind-class\"},{\"id\":712,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ClientCredentialsAdapter.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ClientCredentialsAdapter\"},{\"id\":713,\"kind\":1024,\"name\":\"storage\",\"url\":\"classes/ClientCredentialsAdapter.html#storage\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ClientCredentialsAdapter\"},{\"id\":714,\"kind\":2048,\"name\":\"find\",\"url\":\"classes/ClientCredentialsAdapter.html#find\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ClientCredentialsAdapter\"},{\"id\":715,\"kind\":1024,\"name\":\"name\",\"url\":\"classes/ClientCredentialsAdapter.html#name\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"ClientCredentialsAdapter\"},{\"id\":716,\"kind\":1024,\"name\":\"source\",\"url\":\"classes/ClientCredentialsAdapter.html#source\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"ClientCredentialsAdapter\"},{\"id\":717,\"kind\":2048,\"name\":\"upsert\",\"url\":\"classes/ClientCredentialsAdapter.html#upsert\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ClientCredentialsAdapter\"},{\"id\":718,\"kind\":2048,\"name\":\"findByUserCode\",\"url\":\"classes/ClientCredentialsAdapter.html#findByUserCode\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ClientCredentialsAdapter\"},{\"id\":719,\"kind\":2048,\"name\":\"findByUid\",\"url\":\"classes/ClientCredentialsAdapter.html#findByUid\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ClientCredentialsAdapter\"},{\"id\":720,\"kind\":2048,\"name\":\"consume\",\"url\":\"classes/ClientCredentialsAdapter.html#consume\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ClientCredentialsAdapter\"},{\"id\":721,\"kind\":2048,\"name\":\"destroy\",\"url\":\"classes/ClientCredentialsAdapter.html#destroy\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ClientCredentialsAdapter\"},{\"id\":722,\"kind\":2048,\"name\":\"revokeByGrantId\",\"url\":\"classes/ClientCredentialsAdapter.html#revokeByGrantId\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ClientCredentialsAdapter\"},{\"id\":723,\"kind\":128,\"name\":\"ClientCredentialsAdapterFactory\",\"url\":\"classes/ClientCredentialsAdapterFactory.html\",\"classes\":\"tsd-kind-class\"},{\"id\":724,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ClientCredentialsAdapterFactory.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ClientCredentialsAdapterFactory\"},{\"id\":725,\"kind\":1024,\"name\":\"storage\",\"url\":\"classes/ClientCredentialsAdapterFactory.html#storage\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ClientCredentialsAdapterFactory\"},{\"id\":726,\"kind\":2048,\"name\":\"createStorageAdapter\",\"url\":\"classes/ClientCredentialsAdapterFactory.html#createStorageAdapter\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ClientCredentialsAdapterFactory\"},{\"id\":727,\"kind\":1024,\"name\":\"source\",\"url\":\"classes/ClientCredentialsAdapterFactory.html#source\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"ClientCredentialsAdapterFactory\"},{\"id\":728,\"kind\":128,\"name\":\"EmailPasswordAuthorizer\",\"url\":\"classes/EmailPasswordAuthorizer.html\",\"classes\":\"tsd-kind-class\"},{\"id\":729,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/EmailPasswordAuthorizer.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"EmailPasswordAuthorizer\"},{\"id\":730,\"kind\":1024,\"name\":\"accountStore\",\"url\":\"classes/EmailPasswordAuthorizer.html#accountStore\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"EmailPasswordAuthorizer\"},{\"id\":731,\"kind\":1024,\"name\":\"source\",\"url\":\"classes/EmailPasswordAuthorizer.html#source\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"EmailPasswordAuthorizer\"},{\"id\":732,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/EmailPasswordAuthorizer.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"EmailPasswordAuthorizer\"},{\"id\":733,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/EmailPasswordAuthorizer.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"EmailPasswordAuthorizer\"},{\"id\":734,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/EmailPasswordAuthorizer.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"EmailPasswordAuthorizer\"},{\"id\":735,\"kind\":128,\"name\":\"CreateCredentialsHandler\",\"url\":\"classes/CreateCredentialsHandler.html\",\"classes\":\"tsd-kind-class\"},{\"id\":736,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/CreateCredentialsHandler.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"CreateCredentialsHandler\"},{\"id\":737,\"kind\":1024,\"name\":\"accountStore\",\"url\":\"classes/CreateCredentialsHandler.html#accountStore\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"CreateCredentialsHandler\"},{\"id\":738,\"kind\":1024,\"name\":\"credentialStorage\",\"url\":\"classes/CreateCredentialsHandler.html#credentialStorage\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"CreateCredentialsHandler\"},{\"id\":739,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/CreateCredentialsHandler.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"CreateCredentialsHandler\"},{\"id\":740,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/CreateCredentialsHandler.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"CreateCredentialsHandler\"},{\"id\":741,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/CreateCredentialsHandler.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"CreateCredentialsHandler\"},{\"id\":742,\"kind\":256,\"name\":\"CredentialsHandlerBody\",\"url\":\"interfaces/CredentialsHandlerBody.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":743,\"kind\":1024,\"name\":\"email\",\"url\":\"interfaces/CredentialsHandlerBody.html#email\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CredentialsHandlerBody\"},{\"id\":744,\"kind\":1024,\"name\":\"webId\",\"url\":\"interfaces/CredentialsHandlerBody.html#webId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CredentialsHandlerBody\"},{\"id\":745,\"kind\":256,\"name\":\"CredentialsHandlerInput\",\"url\":\"interfaces/CredentialsHandlerInput.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":746,\"kind\":1024,\"name\":\"operation\",\"url\":\"interfaces/CredentialsHandlerInput.html#operation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CredentialsHandlerInput\"},{\"id\":747,\"kind\":1024,\"name\":\"body\",\"url\":\"interfaces/CredentialsHandlerInput.html#body\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CredentialsHandlerInput\"},{\"id\":748,\"kind\":128,\"name\":\"CredentialsHandler\",\"url\":\"classes/CredentialsHandler.html\",\"classes\":\"tsd-kind-class\"},{\"id\":749,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/CredentialsHandler.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"CredentialsHandler\"},{\"id\":750,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/CredentialsHandler.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"CredentialsHandler\"},{\"id\":751,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/CredentialsHandler.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"CredentialsHandler\"},{\"id\":752,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/CredentialsHandler.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"CredentialsHandler\"},{\"id\":753,\"kind\":128,\"name\":\"DeleteCredentialsHandler\",\"url\":\"classes/DeleteCredentialsHandler.html\",\"classes\":\"tsd-kind-class\"},{\"id\":754,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/DeleteCredentialsHandler.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"DeleteCredentialsHandler\"},{\"id\":755,\"kind\":1024,\"name\":\"accountStore\",\"url\":\"classes/DeleteCredentialsHandler.html#accountStore\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"DeleteCredentialsHandler\"},{\"id\":756,\"kind\":1024,\"name\":\"credentialStorage\",\"url\":\"classes/DeleteCredentialsHandler.html#credentialStorage\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"DeleteCredentialsHandler\"},{\"id\":757,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/DeleteCredentialsHandler.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"DeleteCredentialsHandler\"},{\"id\":758,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/DeleteCredentialsHandler.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"DeleteCredentialsHandler\"},{\"id\":759,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/DeleteCredentialsHandler.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"DeleteCredentialsHandler\"},{\"id\":760,\"kind\":128,\"name\":\"ListCredentialsHandler\",\"url\":\"classes/ListCredentialsHandler.html\",\"classes\":\"tsd-kind-class\"},{\"id\":761,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ListCredentialsHandler.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ListCredentialsHandler\"},{\"id\":762,\"kind\":1024,\"name\":\"accountStore\",\"url\":\"classes/ListCredentialsHandler.html#accountStore\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ListCredentialsHandler\"},{\"id\":763,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/ListCredentialsHandler.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ListCredentialsHandler\"},{\"id\":764,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/ListCredentialsHandler.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ListCredentialsHandler\"},{\"id\":765,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/ListCredentialsHandler.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ListCredentialsHandler\"},{\"id\":766,\"kind\":256,\"name\":\"ForgotPasswordHandlerArgs\",\"url\":\"interfaces/ForgotPasswordHandlerArgs.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":767,\"kind\":1024,\"name\":\"accountStore\",\"url\":\"interfaces/ForgotPasswordHandlerArgs.html#accountStore\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ForgotPasswordHandlerArgs\"},{\"id\":768,\"kind\":1024,\"name\":\"templateEngine\",\"url\":\"interfaces/ForgotPasswordHandlerArgs.html#templateEngine\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ForgotPasswordHandlerArgs\"},{\"id\":769,\"kind\":1024,\"name\":\"emailSender\",\"url\":\"interfaces/ForgotPasswordHandlerArgs.html#emailSender\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ForgotPasswordHandlerArgs\"},{\"id\":770,\"kind\":1024,\"name\":\"resetRoute\",\"url\":\"interfaces/ForgotPasswordHandlerArgs.html#resetRoute\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ForgotPasswordHandlerArgs\"},{\"id\":771,\"kind\":128,\"name\":\"ForgotPasswordHandler\",\"url\":\"classes/ForgotPasswordHandler.html\",\"classes\":\"tsd-kind-class\"},{\"id\":772,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ForgotPasswordHandler.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ForgotPasswordHandler\"},{\"id\":773,\"kind\":1024,\"name\":\"logger\",\"url\":\"classes/ForgotPasswordHandler.html#logger\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"ForgotPasswordHandler\"},{\"id\":774,\"kind\":1024,\"name\":\"accountStore\",\"url\":\"classes/ForgotPasswordHandler.html#accountStore\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ForgotPasswordHandler\"},{\"id\":775,\"kind\":1024,\"name\":\"templateEngine\",\"url\":\"classes/ForgotPasswordHandler.html#templateEngine\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ForgotPasswordHandler\"},{\"id\":776,\"kind\":1024,\"name\":\"emailSender\",\"url\":\"classes/ForgotPasswordHandler.html#emailSender\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ForgotPasswordHandler\"},{\"id\":777,\"kind\":1024,\"name\":\"resetRoute\",\"url\":\"classes/ForgotPasswordHandler.html#resetRoute\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ForgotPasswordHandler\"},{\"id\":778,\"kind\":2048,\"name\":\"handlePost\",\"url\":\"classes/ForgotPasswordHandler.html#handlePost\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ForgotPasswordHandler\"},{\"id\":779,\"kind\":2048,\"name\":\"resetPassword\",\"url\":\"classes/ForgotPasswordHandler.html#resetPassword\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"ForgotPasswordHandler\"},{\"id\":780,\"kind\":2048,\"name\":\"sendResetMail\",\"url\":\"classes/ForgotPasswordHandler.html#sendResetMail\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"ForgotPasswordHandler\"},{\"id\":781,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/ForgotPasswordHandler.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ForgotPasswordHandler\"},{\"id\":782,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/ForgotPasswordHandler.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ForgotPasswordHandler\"},{\"id\":783,\"kind\":2048,\"name\":\"handleGet\",\"url\":\"classes/ForgotPasswordHandler.html#handleGet\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"ForgotPasswordHandler\"},{\"id\":784,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/ForgotPasswordHandler.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ForgotPasswordHandler\"},{\"id\":785,\"kind\":128,\"name\":\"LoginHandler\",\"url\":\"classes/LoginHandler.html\",\"classes\":\"tsd-kind-class\"},{\"id\":786,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/LoginHandler.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"LoginHandler\"},{\"id\":787,\"kind\":1024,\"name\":\"logger\",\"url\":\"classes/LoginHandler.html#logger\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"LoginHandler\"},{\"id\":788,\"kind\":1024,\"name\":\"accountStore\",\"url\":\"classes/LoginHandler.html#accountStore\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"LoginHandler\"},{\"id\":789,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/LoginHandler.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"LoginHandler\"},{\"id\":790,\"kind\":2048,\"name\":\"handlePost\",\"url\":\"classes/LoginHandler.html#handlePost\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"LoginHandler\"},{\"id\":791,\"kind\":2048,\"name\":\"parseInput\",\"url\":\"classes/LoginHandler.html#parseInput\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"LoginHandler\"},{\"id\":792,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/LoginHandler.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"LoginHandler\"},{\"id\":793,\"kind\":2048,\"name\":\"handleGet\",\"url\":\"classes/LoginHandler.html#handleGet\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"LoginHandler\"},{\"id\":794,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/LoginHandler.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"LoginHandler\"},{\"id\":795,\"kind\":128,\"name\":\"RegistrationHandler\",\"url\":\"classes/RegistrationHandler.html\",\"classes\":\"tsd-kind-class\"},{\"id\":796,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/RegistrationHandler.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"RegistrationHandler\"},{\"id\":797,\"kind\":1024,\"name\":\"logger\",\"url\":\"classes/RegistrationHandler.html#logger\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"RegistrationHandler\"},{\"id\":798,\"kind\":1024,\"name\":\"registrationManager\",\"url\":\"classes/RegistrationHandler.html#registrationManager\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"RegistrationHandler\"},{\"id\":799,\"kind\":2048,\"name\":\"handlePost\",\"url\":\"classes/RegistrationHandler.html#handlePost\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"RegistrationHandler\"},{\"id\":800,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/RegistrationHandler.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RegistrationHandler\"},{\"id\":801,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/RegistrationHandler.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RegistrationHandler\"},{\"id\":802,\"kind\":2048,\"name\":\"handleGet\",\"url\":\"classes/RegistrationHandler.html#handleGet\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"RegistrationHandler\"},{\"id\":803,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/RegistrationHandler.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RegistrationHandler\"},{\"id\":804,\"kind\":128,\"name\":\"ResetPasswordHandler\",\"url\":\"classes/ResetPasswordHandler.html\",\"classes\":\"tsd-kind-class\"},{\"id\":805,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ResetPasswordHandler.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ResetPasswordHandler\"},{\"id\":806,\"kind\":1024,\"name\":\"logger\",\"url\":\"classes/ResetPasswordHandler.html#logger\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"ResetPasswordHandler\"},{\"id\":807,\"kind\":1024,\"name\":\"accountStore\",\"url\":\"classes/ResetPasswordHandler.html#accountStore\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ResetPasswordHandler\"},{\"id\":808,\"kind\":2048,\"name\":\"handlePost\",\"url\":\"classes/ResetPasswordHandler.html#handlePost\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ResetPasswordHandler\"},{\"id\":809,\"kind\":2048,\"name\":\"resetPassword\",\"url\":\"classes/ResetPasswordHandler.html#resetPassword\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"ResetPasswordHandler\"},{\"id\":810,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/ResetPasswordHandler.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ResetPasswordHandler\"},{\"id\":811,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/ResetPasswordHandler.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ResetPasswordHandler\"},{\"id\":812,\"kind\":2048,\"name\":\"handleGet\",\"url\":\"classes/ResetPasswordHandler.html#handleGet\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"ResetPasswordHandler\"},{\"id\":813,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/ResetPasswordHandler.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ResetPasswordHandler\"},{\"id\":814,\"kind\":256,\"name\":\"AccountSettings\",\"url\":\"interfaces/AccountSettings.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":815,\"kind\":1024,\"name\":\"useIdp\",\"url\":\"interfaces/AccountSettings.html#useIdp\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AccountSettings\"},{\"id\":816,\"kind\":1024,\"name\":\"podBaseUrl\",\"url\":\"interfaces/AccountSettings.html#podBaseUrl\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AccountSettings\"},{\"id\":817,\"kind\":1024,\"name\":\"clientCredentials\",\"url\":\"interfaces/AccountSettings.html#clientCredentials\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AccountSettings\"},{\"id\":818,\"kind\":256,\"name\":\"AccountStore\",\"url\":\"interfaces/AccountStore.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":819,\"kind\":2048,\"name\":\"authenticate\",\"url\":\"interfaces/AccountStore.html#authenticate\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"AccountStore\"},{\"id\":820,\"kind\":2048,\"name\":\"create\",\"url\":\"interfaces/AccountStore.html#create\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"AccountStore\"},{\"id\":821,\"kind\":2048,\"name\":\"verify\",\"url\":\"interfaces/AccountStore.html#verify\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"AccountStore\"},{\"id\":822,\"kind\":2048,\"name\":\"changePassword\",\"url\":\"interfaces/AccountStore.html#changePassword\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"AccountStore\"},{\"id\":823,\"kind\":2048,\"name\":\"getSettings\",\"url\":\"interfaces/AccountStore.html#getSettings\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"AccountStore\"},{\"id\":824,\"kind\":2048,\"name\":\"updateSettings\",\"url\":\"interfaces/AccountStore.html#updateSettings\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"AccountStore\"},{\"id\":825,\"kind\":2048,\"name\":\"deleteAccount\",\"url\":\"interfaces/AccountStore.html#deleteAccount\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"AccountStore\"},{\"id\":826,\"kind\":2048,\"name\":\"generateForgotPasswordRecord\",\"url\":\"interfaces/AccountStore.html#generateForgotPasswordRecord\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"AccountStore\"},{\"id\":827,\"kind\":2048,\"name\":\"getForgotPasswordRecord\",\"url\":\"interfaces/AccountStore.html#getForgotPasswordRecord\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"AccountStore\"},{\"id\":828,\"kind\":2048,\"name\":\"deleteForgotPasswordRecord\",\"url\":\"interfaces/AccountStore.html#deleteForgotPasswordRecord\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"AccountStore\"},{\"id\":829,\"kind\":256,\"name\":\"AccountPayload\",\"url\":\"interfaces/AccountPayload.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":830,\"kind\":1024,\"name\":\"webId\",\"url\":\"interfaces/AccountPayload.html#webId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AccountPayload\"},{\"id\":831,\"kind\":1024,\"name\":\"email\",\"url\":\"interfaces/AccountPayload.html#email\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AccountPayload\"},{\"id\":832,\"kind\":1024,\"name\":\"password\",\"url\":\"interfaces/AccountPayload.html#password\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AccountPayload\"},{\"id\":833,\"kind\":1024,\"name\":\"verified\",\"url\":\"interfaces/AccountPayload.html#verified\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AccountPayload\"},{\"id\":834,\"kind\":256,\"name\":\"ForgotPasswordPayload\",\"url\":\"interfaces/ForgotPasswordPayload.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":835,\"kind\":1024,\"name\":\"email\",\"url\":\"interfaces/ForgotPasswordPayload.html#email\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ForgotPasswordPayload\"},{\"id\":836,\"kind\":1024,\"name\":\"recordId\",\"url\":\"interfaces/ForgotPasswordPayload.html#recordId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ForgotPasswordPayload\"},{\"id\":837,\"kind\":4194304,\"name\":\"EmailPasswordData\",\"url\":\"modules.html#EmailPasswordData\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":838,\"kind\":128,\"name\":\"BaseAccountStore\",\"url\":\"classes/BaseAccountStore.html\",\"classes\":\"tsd-kind-class\"},{\"id\":839,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/BaseAccountStore.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"BaseAccountStore\"},{\"id\":840,\"kind\":1024,\"name\":\"storage\",\"url\":\"classes/BaseAccountStore.html#storage\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"BaseAccountStore\"},{\"id\":841,\"kind\":1024,\"name\":\"forgotPasswordStorage\",\"url\":\"classes/BaseAccountStore.html#forgotPasswordStorage\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"BaseAccountStore\"},{\"id\":842,\"kind\":1024,\"name\":\"saltRounds\",\"url\":\"classes/BaseAccountStore.html#saltRounds\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"BaseAccountStore\"},{\"id\":843,\"kind\":1024,\"name\":\"forgotPasswordExpiration\",\"url\":\"classes/BaseAccountStore.html#forgotPasswordExpiration\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"BaseAccountStore\"},{\"id\":844,\"kind\":2048,\"name\":\"getAccountResourceIdentifier\",\"url\":\"classes/BaseAccountStore.html#getAccountResourceIdentifier\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"BaseAccountStore\"},{\"id\":845,\"kind\":2048,\"name\":\"getForgotPasswordRecordResourceIdentifier\",\"url\":\"classes/BaseAccountStore.html#getForgotPasswordRecordResourceIdentifier\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"BaseAccountStore\"},{\"id\":846,\"kind\":2048,\"name\":\"getAccountPayload\",\"url\":\"classes/BaseAccountStore.html#getAccountPayload\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"BaseAccountStore\"},{\"id\":847,\"kind\":2048,\"name\":\"authenticate\",\"url\":\"classes/BaseAccountStore.html#authenticate\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"BaseAccountStore\"},{\"id\":848,\"kind\":2048,\"name\":\"create\",\"url\":\"classes/BaseAccountStore.html#create\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"BaseAccountStore\"},{\"id\":849,\"kind\":2048,\"name\":\"verify\",\"url\":\"classes/BaseAccountStore.html#verify\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"BaseAccountStore\"},{\"id\":850,\"kind\":2048,\"name\":\"changePassword\",\"url\":\"classes/BaseAccountStore.html#changePassword\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"BaseAccountStore\"},{\"id\":851,\"kind\":2048,\"name\":\"getSettings\",\"url\":\"classes/BaseAccountStore.html#getSettings\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"BaseAccountStore\"},{\"id\":852,\"kind\":2048,\"name\":\"updateSettings\",\"url\":\"classes/BaseAccountStore.html#updateSettings\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"BaseAccountStore\"},{\"id\":853,\"kind\":2048,\"name\":\"deleteAccount\",\"url\":\"classes/BaseAccountStore.html#deleteAccount\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"BaseAccountStore\"},{\"id\":854,\"kind\":2048,\"name\":\"generateForgotPasswordRecord\",\"url\":\"classes/BaseAccountStore.html#generateForgotPasswordRecord\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"BaseAccountStore\"},{\"id\":855,\"kind\":2048,\"name\":\"getForgotPasswordRecord\",\"url\":\"classes/BaseAccountStore.html#getForgotPasswordRecord\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"BaseAccountStore\"},{\"id\":856,\"kind\":2048,\"name\":\"deleteForgotPasswordRecord\",\"url\":\"classes/BaseAccountStore.html#deleteForgotPasswordRecord\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"BaseAccountStore\"},{\"id\":857,\"kind\":256,\"name\":\"EmailSenderArgs\",\"url\":\"interfaces/EmailSenderArgs.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":858,\"kind\":1024,\"name\":\"emailConfig\",\"url\":\"interfaces/EmailSenderArgs.html#emailConfig\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"EmailSenderArgs\"},{\"id\":859,\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/EmailSenderArgs.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"EmailSenderArgs\"},{\"id\":860,\"kind\":1024,\"name\":\"host\",\"url\":\"interfaces/EmailSenderArgs.html#__type.host\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"EmailSenderArgs.__type\"},{\"id\":861,\"kind\":1024,\"name\":\"port\",\"url\":\"interfaces/EmailSenderArgs.html#__type.port\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"EmailSenderArgs.__type\"},{\"id\":862,\"kind\":1024,\"name\":\"auth\",\"url\":\"interfaces/EmailSenderArgs.html#__type.auth\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"EmailSenderArgs.__type\"},{\"id\":863,\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/EmailSenderArgs.html#__type.__type-1\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-literal\",\"parent\":\"EmailSenderArgs.__type\"},{\"id\":864,\"kind\":1024,\"name\":\"user\",\"url\":\"interfaces/EmailSenderArgs.html#__type.__type-1.user\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"EmailSenderArgs.__type.__type\"},{\"id\":865,\"kind\":1024,\"name\":\"pass\",\"url\":\"interfaces/EmailSenderArgs.html#__type.__type-1.pass\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"EmailSenderArgs.__type.__type\"},{\"id\":866,\"kind\":1024,\"name\":\"senderName\",\"url\":\"interfaces/EmailSenderArgs.html#senderName\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"EmailSenderArgs\"},{\"id\":867,\"kind\":128,\"name\":\"BaseEmailSender\",\"url\":\"classes/BaseEmailSender.html\",\"classes\":\"tsd-kind-class\"},{\"id\":868,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/BaseEmailSender.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"BaseEmailSender\"},{\"id\":869,\"kind\":1024,\"name\":\"mailTransporter\",\"url\":\"classes/BaseEmailSender.html#mailTransporter\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"BaseEmailSender\"},{\"id\":870,\"kind\":1024,\"name\":\"senderName\",\"url\":\"classes/BaseEmailSender.html#senderName\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"BaseEmailSender\"},{\"id\":871,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/BaseEmailSender.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"BaseEmailSender\"},{\"id\":872,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/BaseEmailSender.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BaseEmailSender\"},{\"id\":873,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/BaseEmailSender.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BaseEmailSender\"},{\"id\":874,\"kind\":256,\"name\":\"EmailArgs\",\"url\":\"interfaces/EmailArgs.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":875,\"kind\":1024,\"name\":\"recipient\",\"url\":\"interfaces/EmailArgs.html#recipient\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"EmailArgs\"},{\"id\":876,\"kind\":1024,\"name\":\"subject\",\"url\":\"interfaces/EmailArgs.html#subject\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"EmailArgs\"},{\"id\":877,\"kind\":1024,\"name\":\"text\",\"url\":\"interfaces/EmailArgs.html#text\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"EmailArgs\"},{\"id\":878,\"kind\":1024,\"name\":\"html\",\"url\":\"interfaces/EmailArgs.html#html\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"EmailArgs\"},{\"id\":879,\"kind\":128,\"name\":\"EmailSender\",\"url\":\"classes/EmailSender.html\",\"classes\":\"tsd-kind-class\"},{\"id\":880,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/EmailSender.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"EmailSender\"},{\"id\":881,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/EmailSender.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"EmailSender\"},{\"id\":882,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/EmailSender.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"EmailSender\"},{\"id\":883,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/EmailSender.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"EmailSender\"},{\"id\":884,\"kind\":256,\"name\":\"RegistrationManagerArgs\",\"url\":\"interfaces/RegistrationManagerArgs.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":885,\"kind\":1024,\"name\":\"baseUrl\",\"url\":\"interfaces/RegistrationManagerArgs.html#baseUrl\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"RegistrationManagerArgs\"},{\"id\":886,\"kind\":1024,\"name\":\"webIdSuffix\",\"url\":\"interfaces/RegistrationManagerArgs.html#webIdSuffix\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"RegistrationManagerArgs\"},{\"id\":887,\"kind\":1024,\"name\":\"identifierGenerator\",\"url\":\"interfaces/RegistrationManagerArgs.html#identifierGenerator\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"RegistrationManagerArgs\"},{\"id\":888,\"kind\":1024,\"name\":\"ownershipValidator\",\"url\":\"interfaces/RegistrationManagerArgs.html#ownershipValidator\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"RegistrationManagerArgs\"},{\"id\":889,\"kind\":1024,\"name\":\"accountStore\",\"url\":\"interfaces/RegistrationManagerArgs.html#accountStore\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"RegistrationManagerArgs\"},{\"id\":890,\"kind\":1024,\"name\":\"podManager\",\"url\":\"interfaces/RegistrationManagerArgs.html#podManager\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"RegistrationManagerArgs\"},{\"id\":891,\"kind\":256,\"name\":\"RegistrationParams\",\"url\":\"interfaces/RegistrationParams.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":892,\"kind\":1024,\"name\":\"email\",\"url\":\"interfaces/RegistrationParams.html#email\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"RegistrationParams\"},{\"id\":893,\"kind\":1024,\"name\":\"webId\",\"url\":\"interfaces/RegistrationParams.html#webId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"RegistrationParams\"},{\"id\":894,\"kind\":1024,\"name\":\"password\",\"url\":\"interfaces/RegistrationParams.html#password\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"RegistrationParams\"},{\"id\":895,\"kind\":1024,\"name\":\"podName\",\"url\":\"interfaces/RegistrationParams.html#podName\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"RegistrationParams\"},{\"id\":896,\"kind\":1024,\"name\":\"template\",\"url\":\"interfaces/RegistrationParams.html#template\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"RegistrationParams\"},{\"id\":897,\"kind\":1024,\"name\":\"createWebId\",\"url\":\"interfaces/RegistrationParams.html#createWebId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"RegistrationParams\"},{\"id\":898,\"kind\":1024,\"name\":\"register\",\"url\":\"interfaces/RegistrationParams.html#register\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"RegistrationParams\"},{\"id\":899,\"kind\":1024,\"name\":\"createPod\",\"url\":\"interfaces/RegistrationParams.html#createPod\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"RegistrationParams\"},{\"id\":900,\"kind\":1024,\"name\":\"rootPod\",\"url\":\"interfaces/RegistrationParams.html#rootPod\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"RegistrationParams\"},{\"id\":901,\"kind\":256,\"name\":\"RegistrationResponse\",\"url\":\"interfaces/RegistrationResponse.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":902,\"kind\":1024,\"name\":\"email\",\"url\":\"interfaces/RegistrationResponse.html#email\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"RegistrationResponse\"},{\"id\":903,\"kind\":1024,\"name\":\"webId\",\"url\":\"interfaces/RegistrationResponse.html#webId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"RegistrationResponse\"},{\"id\":904,\"kind\":1024,\"name\":\"oidcIssuer\",\"url\":\"interfaces/RegistrationResponse.html#oidcIssuer\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"RegistrationResponse\"},{\"id\":905,\"kind\":1024,\"name\":\"podBaseUrl\",\"url\":\"interfaces/RegistrationResponse.html#podBaseUrl\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"RegistrationResponse\"},{\"id\":906,\"kind\":1024,\"name\":\"createWebId\",\"url\":\"interfaces/RegistrationResponse.html#createWebId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"RegistrationResponse\"},{\"id\":907,\"kind\":1024,\"name\":\"register\",\"url\":\"interfaces/RegistrationResponse.html#register\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"RegistrationResponse\"},{\"id\":908,\"kind\":1024,\"name\":\"createPod\",\"url\":\"interfaces/RegistrationResponse.html#createPod\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"RegistrationResponse\"},{\"id\":909,\"kind\":128,\"name\":\"RegistrationManager\",\"url\":\"classes/RegistrationManager.html\",\"classes\":\"tsd-kind-class\"},{\"id\":910,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/RegistrationManager.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"RegistrationManager\"},{\"id\":911,\"kind\":1024,\"name\":\"logger\",\"url\":\"classes/RegistrationManager.html#logger\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"RegistrationManager\"},{\"id\":912,\"kind\":1024,\"name\":\"baseUrl\",\"url\":\"classes/RegistrationManager.html#baseUrl\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"RegistrationManager\"},{\"id\":913,\"kind\":1024,\"name\":\"webIdSuffix\",\"url\":\"classes/RegistrationManager.html#webIdSuffix\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"RegistrationManager\"},{\"id\":914,\"kind\":1024,\"name\":\"identifierGenerator\",\"url\":\"classes/RegistrationManager.html#identifierGenerator\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"RegistrationManager\"},{\"id\":915,\"kind\":1024,\"name\":\"ownershipValidator\",\"url\":\"classes/RegistrationManager.html#ownershipValidator\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"RegistrationManager\"},{\"id\":916,\"kind\":1024,\"name\":\"accountStore\",\"url\":\"classes/RegistrationManager.html#accountStore\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"RegistrationManager\"},{\"id\":917,\"kind\":1024,\"name\":\"podManager\",\"url\":\"classes/RegistrationManager.html#podManager\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"RegistrationManager\"},{\"id\":918,\"kind\":2048,\"name\":\"trimString\",\"url\":\"classes/RegistrationManager.html#trimString\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"RegistrationManager\"},{\"id\":919,\"kind\":2048,\"name\":\"validateInput\",\"url\":\"classes/RegistrationManager.html#validateInput\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RegistrationManager\"},{\"id\":920,\"kind\":2048,\"name\":\"register\",\"url\":\"classes/RegistrationManager.html#register\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RegistrationManager\"},{\"id\":921,\"kind\":64,\"name\":\"assertPassword\",\"url\":\"modules.html#assertPassword\",\"classes\":\"tsd-kind-function\"},{\"id\":922,\"kind\":128,\"name\":\"AbsolutePathInteractionRoute\",\"url\":\"classes/AbsolutePathInteractionRoute.html\",\"classes\":\"tsd-kind-class\"},{\"id\":923,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/AbsolutePathInteractionRoute.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"AbsolutePathInteractionRoute\"},{\"id\":924,\"kind\":1024,\"name\":\"path\",\"url\":\"classes/AbsolutePathInteractionRoute.html#path\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"AbsolutePathInteractionRoute\"},{\"id\":925,\"kind\":2048,\"name\":\"getPath\",\"url\":\"classes/AbsolutePathInteractionRoute.html#getPath\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"AbsolutePathInteractionRoute\"},{\"id\":926,\"kind\":256,\"name\":\"InteractionRoute\",\"url\":\"interfaces/InteractionRoute.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":927,\"kind\":2048,\"name\":\"getPath\",\"url\":\"interfaces/InteractionRoute.html#getPath\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"InteractionRoute\"},{\"id\":928,\"kind\":128,\"name\":\"InteractionRouteHandler\",\"url\":\"classes/InteractionRouteHandler.html\",\"classes\":\"tsd-kind-class\"},{\"id\":929,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/InteractionRouteHandler.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"InteractionRouteHandler\"},{\"id\":930,\"kind\":1024,\"name\":\"route\",\"url\":\"classes/InteractionRouteHandler.html#route\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"InteractionRouteHandler\"},{\"id\":931,\"kind\":1024,\"name\":\"source\",\"url\":\"classes/InteractionRouteHandler.html#source\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"InteractionRouteHandler\"},{\"id\":932,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/InteractionRouteHandler.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"InteractionRouteHandler\"},{\"id\":933,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/InteractionRouteHandler.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"InteractionRouteHandler\"},{\"id\":934,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/InteractionRouteHandler.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"InteractionRouteHandler\"},{\"id\":935,\"kind\":128,\"name\":\"RelativePathInteractionRoute\",\"url\":\"classes/RelativePathInteractionRoute.html\",\"classes\":\"tsd-kind-class\"},{\"id\":936,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/RelativePathInteractionRoute.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"RelativePathInteractionRoute\"},{\"id\":937,\"kind\":2048,\"name\":\"getPath\",\"url\":\"classes/RelativePathInteractionRoute.html#getPath\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RelativePathInteractionRoute\"},{\"id\":938,\"kind\":128,\"name\":\"BaseInteractionHandler\",\"url\":\"classes/BaseInteractionHandler.html\",\"classes\":\"tsd-kind-class\"},{\"id\":939,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/BaseInteractionHandler.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-protected\",\"parent\":\"BaseInteractionHandler\"},{\"id\":940,\"kind\":1024,\"name\":\"view\",\"url\":\"classes/BaseInteractionHandler.html#view\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"BaseInteractionHandler\"},{\"id\":941,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/BaseInteractionHandler.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"BaseInteractionHandler\"},{\"id\":942,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/BaseInteractionHandler.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"BaseInteractionHandler\"},{\"id\":943,\"kind\":2048,\"name\":\"handleGet\",\"url\":\"classes/BaseInteractionHandler.html#handleGet\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected\",\"parent\":\"BaseInteractionHandler\"},{\"id\":944,\"kind\":2048,\"name\":\"handlePost\",\"url\":\"classes/BaseInteractionHandler.html#handlePost\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected\",\"parent\":\"BaseInteractionHandler\"},{\"id\":945,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/BaseInteractionHandler.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BaseInteractionHandler\"},{\"id\":946,\"kind\":128,\"name\":\"ConsentHandler\",\"url\":\"classes/ConsentHandler.html\",\"classes\":\"tsd-kind-class\"},{\"id\":947,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ConsentHandler.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ConsentHandler\"},{\"id\":948,\"kind\":1024,\"name\":\"providerFactory\",\"url\":\"classes/ConsentHandler.html#providerFactory\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ConsentHandler\"},{\"id\":949,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/ConsentHandler.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ConsentHandler\"},{\"id\":950,\"kind\":2048,\"name\":\"handleGet\",\"url\":\"classes/ConsentHandler.html#handleGet\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-protected\",\"parent\":\"ConsentHandler\"},{\"id\":951,\"kind\":2048,\"name\":\"handlePost\",\"url\":\"classes/ConsentHandler.html#handlePost\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-protected\",\"parent\":\"ConsentHandler\"},{\"id\":952,\"kind\":2048,\"name\":\"getGrant\",\"url\":\"classes/ConsentHandler.html#getGrant\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"ConsentHandler\"},{\"id\":953,\"kind\":2048,\"name\":\"updateGrant\",\"url\":\"classes/ConsentHandler.html#updateGrant\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"ConsentHandler\"},{\"id\":954,\"kind\":2048,\"name\":\"updateInteraction\",\"url\":\"classes/ConsentHandler.html#updateInteraction\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"ConsentHandler\"},{\"id\":955,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/ConsentHandler.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ConsentHandler\"},{\"id\":956,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/ConsentHandler.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ConsentHandler\"},{\"id\":957,\"kind\":128,\"name\":\"ControlHandler\",\"url\":\"classes/ControlHandler.html\",\"classes\":\"tsd-kind-class\"},{\"id\":958,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ControlHandler.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ControlHandler\"},{\"id\":959,\"kind\":1024,\"name\":\"source\",\"url\":\"classes/ControlHandler.html#source\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ControlHandler\"},{\"id\":960,\"kind\":1024,\"name\":\"controls\",\"url\":\"classes/ControlHandler.html#controls\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ControlHandler\"},{\"id\":961,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/ControlHandler.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ControlHandler\"},{\"id\":962,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/ControlHandler.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ControlHandler\"},{\"id\":963,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/ControlHandler.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ControlHandler\"},{\"id\":964,\"kind\":128,\"name\":\"FixedInteractionHandler\",\"url\":\"classes/FixedInteractionHandler.html\",\"classes\":\"tsd-kind-class\"},{\"id\":965,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/FixedInteractionHandler.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"FixedInteractionHandler\"},{\"id\":966,\"kind\":1024,\"name\":\"response\",\"url\":\"classes/FixedInteractionHandler.html#response\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"FixedInteractionHandler\"},{\"id\":967,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/FixedInteractionHandler.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"FixedInteractionHandler\"},{\"id\":968,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/FixedInteractionHandler.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FixedInteractionHandler\"},{\"id\":969,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/FixedInteractionHandler.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FixedInteractionHandler\"},{\"id\":970,\"kind\":128,\"name\":\"HtmlViewHandler\",\"url\":\"classes/HtmlViewHandler.html\",\"classes\":\"tsd-kind-class\"},{\"id\":971,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/HtmlViewHandler.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"HtmlViewHandler\"},{\"id\":972,\"kind\":1024,\"name\":\"idpIndex\",\"url\":\"classes/HtmlViewHandler.html#idpIndex\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"HtmlViewHandler\"},{\"id\":973,\"kind\":1024,\"name\":\"templateEngine\",\"url\":\"classes/HtmlViewHandler.html#templateEngine\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"HtmlViewHandler\"},{\"id\":974,\"kind\":1024,\"name\":\"templates\",\"url\":\"classes/HtmlViewHandler.html#templates\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"HtmlViewHandler\"},{\"id\":975,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/HtmlViewHandler.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"HtmlViewHandler\"},{\"id\":976,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/HtmlViewHandler.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"HtmlViewHandler\"},{\"id\":977,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/HtmlViewHandler.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"HtmlViewHandler\"},{\"id\":978,\"kind\":4194304,\"name\":\"Interaction\",\"url\":\"modules.html#Interaction\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":979,\"kind\":256,\"name\":\"InteractionHandlerInput\",\"url\":\"interfaces/InteractionHandlerInput.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":980,\"kind\":1024,\"name\":\"operation\",\"url\":\"interfaces/InteractionHandlerInput.html#operation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"InteractionHandlerInput\"},{\"id\":981,\"kind\":1024,\"name\":\"oidcInteraction\",\"url\":\"interfaces/InteractionHandlerInput.html#oidcInteraction\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"InteractionHandlerInput\"},{\"id\":982,\"kind\":128,\"name\":\"InteractionHandler\",\"url\":\"classes/InteractionHandler.html\",\"classes\":\"tsd-kind-class\"},{\"id\":983,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/InteractionHandler.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"InteractionHandler\"},{\"id\":984,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/InteractionHandler.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"InteractionHandler\"},{\"id\":985,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/InteractionHandler.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"InteractionHandler\"},{\"id\":986,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/InteractionHandler.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"InteractionHandler\"},{\"id\":987,\"kind\":128,\"name\":\"LocationInteractionHandler\",\"url\":\"classes/LocationInteractionHandler.html\",\"classes\":\"tsd-kind-class\"},{\"id\":988,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/LocationInteractionHandler.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"LocationInteractionHandler\"},{\"id\":989,\"kind\":1024,\"name\":\"source\",\"url\":\"classes/LocationInteractionHandler.html#source\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"LocationInteractionHandler\"},{\"id\":990,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/LocationInteractionHandler.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"LocationInteractionHandler\"},{\"id\":991,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/LocationInteractionHandler.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"LocationInteractionHandler\"},{\"id\":992,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/LocationInteractionHandler.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"LocationInteractionHandler\"},{\"id\":993,\"kind\":128,\"name\":\"PromptHandler\",\"url\":\"classes/PromptHandler.html\",\"classes\":\"tsd-kind-class\"},{\"id\":994,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/PromptHandler.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"PromptHandler\"},{\"id\":995,\"kind\":1024,\"name\":\"promptRoutes\",\"url\":\"classes/PromptHandler.html#promptRoutes\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"PromptHandler\"},{\"id\":996,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/PromptHandler.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"PromptHandler\"},{\"id\":997,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/PromptHandler.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PromptHandler\"},{\"id\":998,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/PromptHandler.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PromptHandler\"},{\"id\":999,\"kind\":128,\"name\":\"NoCheckOwnershipValidator\",\"url\":\"classes/NoCheckOwnershipValidator.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1000,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/NoCheckOwnershipValidator.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoCheckOwnershipValidator\"},{\"id\":1001,\"kind\":1024,\"name\":\"logger\",\"url\":\"classes/NoCheckOwnershipValidator.html#logger\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"NoCheckOwnershipValidator\"},{\"id\":1002,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/NoCheckOwnershipValidator.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"NoCheckOwnershipValidator\"},{\"id\":1003,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/NoCheckOwnershipValidator.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoCheckOwnershipValidator\"},{\"id\":1004,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/NoCheckOwnershipValidator.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoCheckOwnershipValidator\"},{\"id\":1005,\"kind\":128,\"name\":\"OwnershipValidator\",\"url\":\"classes/OwnershipValidator.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1006,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/OwnershipValidator.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"OwnershipValidator\"},{\"id\":1007,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/OwnershipValidator.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"OwnershipValidator\"},{\"id\":1008,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/OwnershipValidator.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"OwnershipValidator\"},{\"id\":1009,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/OwnershipValidator.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"OwnershipValidator\"},{\"id\":1010,\"kind\":128,\"name\":\"TokenOwnershipValidator\",\"url\":\"classes/TokenOwnershipValidator.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1011,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/TokenOwnershipValidator.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"TokenOwnershipValidator\"},{\"id\":1012,\"kind\":1024,\"name\":\"logger\",\"url\":\"classes/TokenOwnershipValidator.html#logger\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"TokenOwnershipValidator\"},{\"id\":1013,\"kind\":1024,\"name\":\"storage\",\"url\":\"classes/TokenOwnershipValidator.html#storage\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"TokenOwnershipValidator\"},{\"id\":1014,\"kind\":1024,\"name\":\"expiration\",\"url\":\"classes/TokenOwnershipValidator.html#expiration\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"TokenOwnershipValidator\"},{\"id\":1015,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/TokenOwnershipValidator.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"TokenOwnershipValidator\"},{\"id\":1016,\"kind\":2048,\"name\":\"getTokenKey\",\"url\":\"classes/TokenOwnershipValidator.html#getTokenKey\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"TokenOwnershipValidator\"},{\"id\":1017,\"kind\":2048,\"name\":\"generateToken\",\"url\":\"classes/TokenOwnershipValidator.html#generateToken\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"TokenOwnershipValidator\"},{\"id\":1018,\"kind\":2048,\"name\":\"hasToken\",\"url\":\"classes/TokenOwnershipValidator.html#hasToken\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"TokenOwnershipValidator\"},{\"id\":1019,\"kind\":2048,\"name\":\"throwError\",\"url\":\"classes/TokenOwnershipValidator.html#throwError\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"TokenOwnershipValidator\"},{\"id\":1020,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/TokenOwnershipValidator.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TokenOwnershipValidator\"},{\"id\":1021,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/TokenOwnershipValidator.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TokenOwnershipValidator\"},{\"id\":1022,\"kind\":256,\"name\":\"AdapterFactory\",\"url\":\"interfaces/AdapterFactory.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1023,\"kind\":2048,\"name\":\"createStorageAdapter\",\"url\":\"interfaces/AdapterFactory.html#createStorageAdapter\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"AdapterFactory\"},{\"id\":1024,\"kind\":128,\"name\":\"ExpiringAdapter\",\"url\":\"classes/ExpiringAdapter.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1025,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ExpiringAdapter.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"ExpiringAdapter\"},{\"id\":1026,\"kind\":1024,\"name\":\"logger\",\"url\":\"classes/ExpiringAdapter.html#logger\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"ExpiringAdapter\"},{\"id\":1027,\"kind\":1024,\"name\":\"name\",\"url\":\"classes/ExpiringAdapter.html#name\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ExpiringAdapter\"},{\"id\":1028,\"kind\":1024,\"name\":\"storage\",\"url\":\"classes/ExpiringAdapter.html#storage\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ExpiringAdapter\"},{\"id\":1029,\"kind\":2048,\"name\":\"grantKeyFor\",\"url\":\"classes/ExpiringAdapter.html#grantKeyFor\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"ExpiringAdapter\"},{\"id\":1030,\"kind\":2048,\"name\":\"userCodeKeyFor\",\"url\":\"classes/ExpiringAdapter.html#userCodeKeyFor\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"ExpiringAdapter\"},{\"id\":1031,\"kind\":2048,\"name\":\"uidKeyFor\",\"url\":\"classes/ExpiringAdapter.html#uidKeyFor\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"ExpiringAdapter\"},{\"id\":1032,\"kind\":2048,\"name\":\"keyFor\",\"url\":\"classes/ExpiringAdapter.html#keyFor\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"ExpiringAdapter\"},{\"id\":1033,\"kind\":2048,\"name\":\"upsert\",\"url\":\"classes/ExpiringAdapter.html#upsert\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ExpiringAdapter\"},{\"id\":1034,\"kind\":2048,\"name\":\"find\",\"url\":\"classes/ExpiringAdapter.html#find\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ExpiringAdapter\"},{\"id\":1035,\"kind\":2048,\"name\":\"findByUserCode\",\"url\":\"classes/ExpiringAdapter.html#findByUserCode\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ExpiringAdapter\"},{\"id\":1036,\"kind\":2048,\"name\":\"findByUid\",\"url\":\"classes/ExpiringAdapter.html#findByUid\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ExpiringAdapter\"},{\"id\":1037,\"kind\":2048,\"name\":\"destroy\",\"url\":\"classes/ExpiringAdapter.html#destroy\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ExpiringAdapter\"},{\"id\":1038,\"kind\":2048,\"name\":\"revokeByGrantId\",\"url\":\"classes/ExpiringAdapter.html#revokeByGrantId\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ExpiringAdapter\"},{\"id\":1039,\"kind\":2048,\"name\":\"consume\",\"url\":\"classes/ExpiringAdapter.html#consume\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ExpiringAdapter\"},{\"id\":1040,\"kind\":128,\"name\":\"ExpiringAdapterFactory\",\"url\":\"classes/ExpiringAdapterFactory.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1041,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ExpiringAdapterFactory.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"ExpiringAdapterFactory\"},{\"id\":1042,\"kind\":1024,\"name\":\"storage\",\"url\":\"classes/ExpiringAdapterFactory.html#storage\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ExpiringAdapterFactory\"},{\"id\":1043,\"kind\":2048,\"name\":\"createStorageAdapter\",\"url\":\"classes/ExpiringAdapterFactory.html#createStorageAdapter\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ExpiringAdapterFactory\"},{\"id\":1044,\"kind\":128,\"name\":\"PassthroughAdapter\",\"url\":\"classes/PassthroughAdapter.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1045,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/PassthroughAdapter.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"PassthroughAdapter\"},{\"id\":1046,\"kind\":1024,\"name\":\"name\",\"url\":\"classes/PassthroughAdapter.html#name\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"PassthroughAdapter\"},{\"id\":1047,\"kind\":1024,\"name\":\"source\",\"url\":\"classes/PassthroughAdapter.html#source\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"PassthroughAdapter\"},{\"id\":1048,\"kind\":2048,\"name\":\"upsert\",\"url\":\"classes/PassthroughAdapter.html#upsert\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"PassthroughAdapter\"},{\"id\":1049,\"kind\":2048,\"name\":\"find\",\"url\":\"classes/PassthroughAdapter.html#find\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"PassthroughAdapter\"},{\"id\":1050,\"kind\":2048,\"name\":\"findByUserCode\",\"url\":\"classes/PassthroughAdapter.html#findByUserCode\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"PassthroughAdapter\"},{\"id\":1051,\"kind\":2048,\"name\":\"findByUid\",\"url\":\"classes/PassthroughAdapter.html#findByUid\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"PassthroughAdapter\"},{\"id\":1052,\"kind\":2048,\"name\":\"consume\",\"url\":\"classes/PassthroughAdapter.html#consume\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"PassthroughAdapter\"},{\"id\":1053,\"kind\":2048,\"name\":\"destroy\",\"url\":\"classes/PassthroughAdapter.html#destroy\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"PassthroughAdapter\"},{\"id\":1054,\"kind\":2048,\"name\":\"revokeByGrantId\",\"url\":\"classes/PassthroughAdapter.html#revokeByGrantId\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"PassthroughAdapter\"},{\"id\":1055,\"kind\":128,\"name\":\"PassthroughAdapterFactory\",\"url\":\"classes/PassthroughAdapterFactory.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1056,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/PassthroughAdapterFactory.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"PassthroughAdapterFactory\"},{\"id\":1057,\"kind\":1024,\"name\":\"source\",\"url\":\"classes/PassthroughAdapterFactory.html#source\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"PassthroughAdapterFactory\"},{\"id\":1058,\"kind\":2048,\"name\":\"createStorageAdapter\",\"url\":\"classes/PassthroughAdapterFactory.html#createStorageAdapter\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"PassthroughAdapterFactory\"},{\"id\":1059,\"kind\":128,\"name\":\"WebIdAdapter\",\"url\":\"classes/WebIdAdapter.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1060,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/WebIdAdapter.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"WebIdAdapter\"},{\"id\":1061,\"kind\":1024,\"name\":\"logger\",\"url\":\"classes/WebIdAdapter.html#logger\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"WebIdAdapter\"},{\"id\":1062,\"kind\":1024,\"name\":\"converter\",\"url\":\"classes/WebIdAdapter.html#converter\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"WebIdAdapter\"},{\"id\":1063,\"kind\":2048,\"name\":\"find\",\"url\":\"classes/WebIdAdapter.html#find\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"WebIdAdapter\"},{\"id\":1064,\"kind\":2048,\"name\":\"parseRdfWebId\",\"url\":\"classes/WebIdAdapter.html#parseRdfWebId\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"WebIdAdapter\"},{\"id\":1065,\"kind\":1024,\"name\":\"name\",\"url\":\"classes/WebIdAdapter.html#name\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"WebIdAdapter\"},{\"id\":1066,\"kind\":1024,\"name\":\"source\",\"url\":\"classes/WebIdAdapter.html#source\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"WebIdAdapter\"},{\"id\":1067,\"kind\":2048,\"name\":\"upsert\",\"url\":\"classes/WebIdAdapter.html#upsert\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"WebIdAdapter\"},{\"id\":1068,\"kind\":2048,\"name\":\"findByUserCode\",\"url\":\"classes/WebIdAdapter.html#findByUserCode\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"WebIdAdapter\"},{\"id\":1069,\"kind\":2048,\"name\":\"findByUid\",\"url\":\"classes/WebIdAdapter.html#findByUid\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"WebIdAdapter\"},{\"id\":1070,\"kind\":2048,\"name\":\"consume\",\"url\":\"classes/WebIdAdapter.html#consume\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"WebIdAdapter\"},{\"id\":1071,\"kind\":2048,\"name\":\"destroy\",\"url\":\"classes/WebIdAdapter.html#destroy\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"WebIdAdapter\"},{\"id\":1072,\"kind\":2048,\"name\":\"revokeByGrantId\",\"url\":\"classes/WebIdAdapter.html#revokeByGrantId\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"WebIdAdapter\"},{\"id\":1073,\"kind\":128,\"name\":\"WebIdAdapterFactory\",\"url\":\"classes/WebIdAdapterFactory.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1074,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/WebIdAdapterFactory.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"WebIdAdapterFactory\"},{\"id\":1075,\"kind\":1024,\"name\":\"converter\",\"url\":\"classes/WebIdAdapterFactory.html#converter\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"WebIdAdapterFactory\"},{\"id\":1076,\"kind\":2048,\"name\":\"createStorageAdapter\",\"url\":\"classes/WebIdAdapterFactory.html#createStorageAdapter\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"WebIdAdapterFactory\"},{\"id\":1077,\"kind\":1024,\"name\":\"source\",\"url\":\"classes/WebIdAdapterFactory.html#source\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"WebIdAdapterFactory\"},{\"id\":1078,\"kind\":256,\"name\":\"IdentityProviderHttpHandlerArgs\",\"url\":\"interfaces/IdentityProviderHttpHandlerArgs.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1079,\"kind\":1024,\"name\":\"providerFactory\",\"url\":\"interfaces/IdentityProviderHttpHandlerArgs.html#providerFactory\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IdentityProviderHttpHandlerArgs\"},{\"id\":1080,\"kind\":1024,\"name\":\"converter\",\"url\":\"interfaces/IdentityProviderHttpHandlerArgs.html#converter\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IdentityProviderHttpHandlerArgs\"},{\"id\":1081,\"kind\":1024,\"name\":\"handler\",\"url\":\"interfaces/IdentityProviderHttpHandlerArgs.html#handler\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IdentityProviderHttpHandlerArgs\"},{\"id\":1082,\"kind\":128,\"name\":\"IdentityProviderHttpHandler\",\"url\":\"classes/IdentityProviderHttpHandler.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1083,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/IdentityProviderHttpHandler.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"IdentityProviderHttpHandler\"},{\"id\":1084,\"kind\":1024,\"name\":\"logger\",\"url\":\"classes/IdentityProviderHttpHandler.html#logger\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"IdentityProviderHttpHandler\"},{\"id\":1085,\"kind\":1024,\"name\":\"providerFactory\",\"url\":\"classes/IdentityProviderHttpHandler.html#providerFactory\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"IdentityProviderHttpHandler\"},{\"id\":1086,\"kind\":1024,\"name\":\"converter\",\"url\":\"classes/IdentityProviderHttpHandler.html#converter\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"IdentityProviderHttpHandler\"},{\"id\":1087,\"kind\":1024,\"name\":\"handler\",\"url\":\"classes/IdentityProviderHttpHandler.html#handler\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"IdentityProviderHttpHandler\"},{\"id\":1088,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/IdentityProviderHttpHandler.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"IdentityProviderHttpHandler\"},{\"id\":1089,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/IdentityProviderHttpHandler.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"IdentityProviderHttpHandler\"},{\"id\":1090,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/IdentityProviderHttpHandler.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"IdentityProviderHttpHandler\"},{\"id\":1091,\"kind\":128,\"name\":\"OidcHttpHandler\",\"url\":\"classes/OidcHttpHandler.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1092,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/OidcHttpHandler.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"OidcHttpHandler\"},{\"id\":1093,\"kind\":1024,\"name\":\"logger\",\"url\":\"classes/OidcHttpHandler.html#logger\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"OidcHttpHandler\"},{\"id\":1094,\"kind\":1024,\"name\":\"providerFactory\",\"url\":\"classes/OidcHttpHandler.html#providerFactory\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"OidcHttpHandler\"},{\"id\":1095,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/OidcHttpHandler.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"OidcHttpHandler\"},{\"id\":1096,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/OidcHttpHandler.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"OidcHttpHandler\"},{\"id\":1097,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/OidcHttpHandler.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"OidcHttpHandler\"},{\"id\":1098,\"kind\":256,\"name\":\"Finalizable\",\"url\":\"interfaces/Finalizable.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1099,\"kind\":2048,\"name\":\"finalize\",\"url\":\"interfaces/Finalizable.html#finalize\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"Finalizable\"},{\"id\":1100,\"kind\":128,\"name\":\"ParallelFinalizer\",\"url\":\"classes/ParallelFinalizer.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1101,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ParallelFinalizer.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"ParallelFinalizer\"},{\"id\":1102,\"kind\":1024,\"name\":\"finalizers\",\"url\":\"classes/ParallelFinalizer.html#finalizers\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ParallelFinalizer\"},{\"id\":1103,\"kind\":2048,\"name\":\"finalize\",\"url\":\"classes/ParallelFinalizer.html#finalize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ParallelFinalizer\"},{\"id\":1104,\"kind\":256,\"name\":\"SetupHandlerArgs\",\"url\":\"interfaces/SetupHandlerArgs.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1105,\"kind\":1024,\"name\":\"registrationManager\",\"url\":\"interfaces/SetupHandlerArgs.html#registrationManager\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SetupHandlerArgs\"},{\"id\":1106,\"kind\":1024,\"name\":\"initializer\",\"url\":\"interfaces/SetupHandlerArgs.html#initializer\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SetupHandlerArgs\"},{\"id\":1107,\"kind\":128,\"name\":\"SetupHandler\",\"url\":\"classes/SetupHandler.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1108,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/SetupHandler.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"SetupHandler\"},{\"id\":1109,\"kind\":1024,\"name\":\"logger\",\"url\":\"classes/SetupHandler.html#logger\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"SetupHandler\"},{\"id\":1110,\"kind\":1024,\"name\":\"registrationManager\",\"url\":\"classes/SetupHandler.html#registrationManager\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"SetupHandler\"},{\"id\":1111,\"kind\":1024,\"name\":\"initializer\",\"url\":\"classes/SetupHandler.html#initializer\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"SetupHandler\"},{\"id\":1112,\"kind\":2048,\"name\":\"handlePost\",\"url\":\"classes/SetupHandler.html#handlePost\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-protected\",\"parent\":\"SetupHandler\"},{\"id\":1113,\"kind\":2048,\"name\":\"initialize\",\"url\":\"classes/SetupHandler.html#initialize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"SetupHandler\"},{\"id\":1114,\"kind\":2048,\"name\":\"register\",\"url\":\"classes/SetupHandler.html#register\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"SetupHandler\"},{\"id\":1115,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/SetupHandler.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SetupHandler\"},{\"id\":1116,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/SetupHandler.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SetupHandler\"},{\"id\":1117,\"kind\":2048,\"name\":\"handleGet\",\"url\":\"classes/SetupHandler.html#handleGet\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"SetupHandler\"},{\"id\":1118,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/SetupHandler.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SetupHandler\"},{\"id\":1119,\"kind\":256,\"name\":\"SetupHttpHandlerArgs\",\"url\":\"interfaces/SetupHttpHandlerArgs.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1120,\"kind\":1024,\"name\":\"converter\",\"url\":\"interfaces/SetupHttpHandlerArgs.html#converter\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SetupHttpHandlerArgs\"},{\"id\":1121,\"kind\":1024,\"name\":\"handler\",\"url\":\"interfaces/SetupHttpHandlerArgs.html#handler\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SetupHttpHandlerArgs\"},{\"id\":1122,\"kind\":1024,\"name\":\"storageKey\",\"url\":\"interfaces/SetupHttpHandlerArgs.html#storageKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SetupHttpHandlerArgs\"},{\"id\":1123,\"kind\":1024,\"name\":\"storage\",\"url\":\"interfaces/SetupHttpHandlerArgs.html#storage\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SetupHttpHandlerArgs\"},{\"id\":1124,\"kind\":1024,\"name\":\"templateEngine\",\"url\":\"interfaces/SetupHttpHandlerArgs.html#templateEngine\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SetupHttpHandlerArgs\"},{\"id\":1125,\"kind\":128,\"name\":\"SetupHttpHandler\",\"url\":\"classes/SetupHttpHandler.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1126,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/SetupHttpHandler.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"SetupHttpHandler\"},{\"id\":1127,\"kind\":1024,\"name\":\"logger\",\"url\":\"classes/SetupHttpHandler.html#logger\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"SetupHttpHandler\"},{\"id\":1128,\"kind\":1024,\"name\":\"handler\",\"url\":\"classes/SetupHttpHandler.html#handler\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"SetupHttpHandler\"},{\"id\":1129,\"kind\":1024,\"name\":\"converter\",\"url\":\"classes/SetupHttpHandler.html#converter\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"SetupHttpHandler\"},{\"id\":1130,\"kind\":1024,\"name\":\"storageKey\",\"url\":\"classes/SetupHttpHandler.html#storageKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"SetupHttpHandler\"},{\"id\":1131,\"kind\":1024,\"name\":\"storage\",\"url\":\"classes/SetupHttpHandler.html#storage\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"SetupHttpHandler\"},{\"id\":1132,\"kind\":1024,\"name\":\"templateEngine\",\"url\":\"classes/SetupHttpHandler.html#templateEngine\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"SetupHttpHandler\"},{\"id\":1133,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/SetupHttpHandler.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"SetupHttpHandler\"},{\"id\":1134,\"kind\":2048,\"name\":\"handleGet\",\"url\":\"classes/SetupHttpHandler.html#handleGet\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"SetupHttpHandler\"},{\"id\":1135,\"kind\":2048,\"name\":\"handlePost\",\"url\":\"classes/SetupHttpHandler.html#handlePost\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"SetupHttpHandler\"},{\"id\":1136,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/SetupHttpHandler.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SetupHttpHandler\"},{\"id\":1137,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/SetupHttpHandler.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SetupHttpHandler\"},{\"id\":1138,\"kind\":128,\"name\":\"CliExtractor\",\"url\":\"classes/CliExtractor.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1139,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/CliExtractor.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"CliExtractor\"},{\"id\":1140,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/CliExtractor.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"CliExtractor\"},{\"id\":1141,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/CliExtractor.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"CliExtractor\"},{\"id\":1142,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/CliExtractor.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"CliExtractor\"},{\"id\":1143,\"kind\":4194304,\"name\":\"YargsArgOptions\",\"url\":\"modules.html#YargsArgOptions\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":1144,\"kind\":256,\"name\":\"CliOptions\",\"url\":\"interfaces/CliOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1145,\"kind\":1024,\"name\":\"usage\",\"url\":\"interfaces/CliOptions.html#usage\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CliOptions\"},{\"id\":1146,\"kind\":1024,\"name\":\"strictMode\",\"url\":\"interfaces/CliOptions.html#strictMode\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CliOptions\"},{\"id\":1147,\"kind\":1024,\"name\":\"loadFromEnv\",\"url\":\"interfaces/CliOptions.html#loadFromEnv\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CliOptions\"},{\"id\":1148,\"kind\":1024,\"name\":\"envVarPrefix\",\"url\":\"interfaces/CliOptions.html#envVarPrefix\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CliOptions\"},{\"id\":1149,\"kind\":128,\"name\":\"YargsCliExtractor\",\"url\":\"classes/YargsCliExtractor.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1150,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/YargsCliExtractor.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"YargsCliExtractor\"},{\"id\":1151,\"kind\":1024,\"name\":\"yargsArgOptions\",\"url\":\"classes/YargsCliExtractor.html#yargsArgOptions\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"YargsCliExtractor\"},{\"id\":1152,\"kind\":1024,\"name\":\"yargvOptions\",\"url\":\"classes/YargsCliExtractor.html#yargvOptions\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"YargsCliExtractor\"},{\"id\":1153,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/YargsCliExtractor.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"YargsCliExtractor\"},{\"id\":1154,\"kind\":2048,\"name\":\"createYArgv\",\"url\":\"classes/YargsCliExtractor.html#createYArgv\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"YargsCliExtractor\"},{\"id\":1155,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/YargsCliExtractor.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"YargsCliExtractor\"},{\"id\":1156,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/YargsCliExtractor.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"YargsCliExtractor\"},{\"id\":1157,\"kind\":128,\"name\":\"KeyExtractor\",\"url\":\"classes/KeyExtractor.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1158,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/KeyExtractor.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"KeyExtractor\"},{\"id\":1159,\"kind\":1024,\"name\":\"key\",\"url\":\"classes/KeyExtractor.html#key\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"KeyExtractor\"},{\"id\":1160,\"kind\":1024,\"name\":\"defaultValue\",\"url\":\"classes/KeyExtractor.html#defaultValue\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"KeyExtractor\"},{\"id\":1161,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/KeyExtractor.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"KeyExtractor\"},{\"id\":1162,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/KeyExtractor.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeyExtractor\"},{\"id\":1163,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/KeyExtractor.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeyExtractor\"},{\"id\":1164,\"kind\":128,\"name\":\"AssetPathExtractor\",\"url\":\"classes/AssetPathExtractor.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1165,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/AssetPathExtractor.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"AssetPathExtractor\"},{\"id\":1166,\"kind\":1024,\"name\":\"key\",\"url\":\"classes/AssetPathExtractor.html#key\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"AssetPathExtractor\"},{\"id\":1167,\"kind\":1024,\"name\":\"defaultPath\",\"url\":\"classes/AssetPathExtractor.html#defaultPath\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"AssetPathExtractor\"},{\"id\":1168,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/AssetPathExtractor.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"AssetPathExtractor\"},{\"id\":1169,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/AssetPathExtractor.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"AssetPathExtractor\"},{\"id\":1170,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/AssetPathExtractor.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"AssetPathExtractor\"},{\"id\":1171,\"kind\":128,\"name\":\"BaseUrlExtractor\",\"url\":\"classes/BaseUrlExtractor.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1172,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/BaseUrlExtractor.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"BaseUrlExtractor\"},{\"id\":1173,\"kind\":1024,\"name\":\"defaultPort\",\"url\":\"classes/BaseUrlExtractor.html#defaultPort\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"BaseUrlExtractor\"},{\"id\":1174,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/BaseUrlExtractor.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"BaseUrlExtractor\"},{\"id\":1175,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/BaseUrlExtractor.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BaseUrlExtractor\"},{\"id\":1176,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/BaseUrlExtractor.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BaseUrlExtractor\"},{\"id\":1177,\"kind\":128,\"name\":\"SettingsExtractor\",\"url\":\"classes/SettingsExtractor.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1178,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/SettingsExtractor.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SettingsExtractor\"},{\"id\":1179,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/SettingsExtractor.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SettingsExtractor\"},{\"id\":1180,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/SettingsExtractor.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SettingsExtractor\"},{\"id\":1181,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/SettingsExtractor.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SettingsExtractor\"},{\"id\":1182,\"kind\":128,\"name\":\"CombinedSettingsResolver\",\"url\":\"classes/CombinedSettingsResolver.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1183,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/CombinedSettingsResolver.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"CombinedSettingsResolver\"},{\"id\":1184,\"kind\":1024,\"name\":\"resolvers\",\"url\":\"classes/CombinedSettingsResolver.html#resolvers\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"CombinedSettingsResolver\"},{\"id\":1185,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/CombinedSettingsResolver.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"CombinedSettingsResolver\"},{\"id\":1186,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/CombinedSettingsResolver.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"CombinedSettingsResolver\"},{\"id\":1187,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/CombinedSettingsResolver.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"CombinedSettingsResolver\"},{\"id\":1188,\"kind\":128,\"name\":\"SettingsResolver\",\"url\":\"classes/SettingsResolver.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1189,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/SettingsResolver.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SettingsResolver\"},{\"id\":1190,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/SettingsResolver.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SettingsResolver\"},{\"id\":1191,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/SettingsResolver.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SettingsResolver\"},{\"id\":1192,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/SettingsResolver.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SettingsResolver\"},{\"id\":1193,\"kind\":128,\"name\":\"App\",\"url\":\"classes/App.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1194,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/App.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"App\"},{\"id\":1195,\"kind\":1024,\"name\":\"initializer\",\"url\":\"classes/App.html#initializer\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"App\"},{\"id\":1196,\"kind\":1024,\"name\":\"finalizer\",\"url\":\"classes/App.html#finalizer\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"App\"},{\"id\":1197,\"kind\":2048,\"name\":\"start\",\"url\":\"classes/App.html#start\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"App\"},{\"id\":1198,\"kind\":2048,\"name\":\"stop\",\"url\":\"classes/App.html#stop\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"App\"},{\"id\":1199,\"kind\":128,\"name\":\"AppRunner\",\"url\":\"classes/AppRunner.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1200,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/AppRunner.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"AppRunner\"},{\"id\":1201,\"kind\":1024,\"name\":\"logger\",\"url\":\"classes/AppRunner.html#logger\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"AppRunner\"},{\"id\":1202,\"kind\":2048,\"name\":\"run\",\"url\":\"classes/AppRunner.html#run\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"AppRunner\"},{\"id\":1203,\"kind\":2048,\"name\":\"create\",\"url\":\"classes/AppRunner.html#create\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"AppRunner\"},{\"id\":1204,\"kind\":2048,\"name\":\"runCliSync\",\"url\":\"classes/AppRunner.html#runCliSync\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"AppRunner\"},{\"id\":1205,\"kind\":2048,\"name\":\"runCli\",\"url\":\"classes/AppRunner.html#runCli\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"AppRunner\"},{\"id\":1206,\"kind\":2048,\"name\":\"createCli\",\"url\":\"classes/AppRunner.html#createCli\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"AppRunner\"},{\"id\":1207,\"kind\":2048,\"name\":\"createComponentsManager\",\"url\":\"classes/AppRunner.html#createComponentsManager\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter\",\"parent\":\"AppRunner\"},{\"id\":1208,\"kind\":2048,\"name\":\"resolveVariables\",\"url\":\"classes/AppRunner.html#resolveVariables\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"AppRunner\"},{\"id\":1209,\"kind\":2048,\"name\":\"createApp\",\"url\":\"classes/AppRunner.html#createApp\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"AppRunner\"},{\"id\":1210,\"kind\":2048,\"name\":\"resolveError\",\"url\":\"classes/AppRunner.html#resolveError\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"AppRunner\"},{\"id\":1211,\"kind\":128,\"name\":\"BaseUrlVerifier\",\"url\":\"classes/BaseUrlVerifier.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1212,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/BaseUrlVerifier.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"BaseUrlVerifier\"},{\"id\":1213,\"kind\":1024,\"name\":\"baseUrl\",\"url\":\"classes/BaseUrlVerifier.html#baseUrl\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"BaseUrlVerifier\"},{\"id\":1214,\"kind\":1024,\"name\":\"storageKey\",\"url\":\"classes/BaseUrlVerifier.html#storageKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"BaseUrlVerifier\"},{\"id\":1215,\"kind\":1024,\"name\":\"storage\",\"url\":\"classes/BaseUrlVerifier.html#storage\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"BaseUrlVerifier\"},{\"id\":1216,\"kind\":1024,\"name\":\"logger\",\"url\":\"classes/BaseUrlVerifier.html#logger\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"BaseUrlVerifier\"},{\"id\":1217,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/BaseUrlVerifier.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"BaseUrlVerifier\"},{\"id\":1218,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/BaseUrlVerifier.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BaseUrlVerifier\"},{\"id\":1219,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/BaseUrlVerifier.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BaseUrlVerifier\"},{\"id\":1220,\"kind\":128,\"name\":\"CliResolver\",\"url\":\"classes/CliResolver.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1221,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/CliResolver.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"CliResolver\"},{\"id\":1222,\"kind\":1024,\"name\":\"cliExtractor\",\"url\":\"classes/CliResolver.html#cliExtractor\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"CliResolver\"},{\"id\":1223,\"kind\":1024,\"name\":\"settingsResolver\",\"url\":\"classes/CliResolver.html#settingsResolver\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"CliResolver\"},{\"id\":1224,\"kind\":128,\"name\":\"ConfigPodInitializer\",\"url\":\"classes/ConfigPodInitializer.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1225,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ConfigPodInitializer.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ConfigPodInitializer\"},{\"id\":1226,\"kind\":1024,\"name\":\"logger\",\"url\":\"classes/ConfigPodInitializer.html#logger\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"ConfigPodInitializer\"},{\"id\":1227,\"kind\":1024,\"name\":\"storeFactory\",\"url\":\"classes/ConfigPodInitializer.html#storeFactory\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ConfigPodInitializer\"},{\"id\":1228,\"kind\":1024,\"name\":\"configStorage\",\"url\":\"classes/ConfigPodInitializer.html#configStorage\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ConfigPodInitializer\"},{\"id\":1229,\"kind\":1024,\"name\":\"routingStorage\",\"url\":\"classes/ConfigPodInitializer.html#routingStorage\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ConfigPodInitializer\"},{\"id\":1230,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/ConfigPodInitializer.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ConfigPodInitializer\"},{\"id\":1231,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/ConfigPodInitializer.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ConfigPodInitializer\"},{\"id\":1232,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/ConfigPodInitializer.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ConfigPodInitializer\"},{\"id\":1233,\"kind\":256,\"name\":\"ContainerInitializerArgs\",\"url\":\"interfaces/ContainerInitializerArgs.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1234,\"kind\":1024,\"name\":\"baseUrl\",\"url\":\"interfaces/ContainerInitializerArgs.html#baseUrl\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ContainerInitializerArgs\"},{\"id\":1235,\"kind\":1024,\"name\":\"path\",\"url\":\"interfaces/ContainerInitializerArgs.html#path\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ContainerInitializerArgs\"},{\"id\":1236,\"kind\":1024,\"name\":\"store\",\"url\":\"interfaces/ContainerInitializerArgs.html#store\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ContainerInitializerArgs\"},{\"id\":1237,\"kind\":1024,\"name\":\"generator\",\"url\":\"interfaces/ContainerInitializerArgs.html#generator\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ContainerInitializerArgs\"},{\"id\":1238,\"kind\":1024,\"name\":\"storageKey\",\"url\":\"interfaces/ContainerInitializerArgs.html#storageKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ContainerInitializerArgs\"},{\"id\":1239,\"kind\":1024,\"name\":\"storage\",\"url\":\"interfaces/ContainerInitializerArgs.html#storage\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ContainerInitializerArgs\"},{\"id\":1240,\"kind\":128,\"name\":\"ContainerInitializer\",\"url\":\"classes/ContainerInitializer.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1241,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ContainerInitializer.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ContainerInitializer\"},{\"id\":1242,\"kind\":1024,\"name\":\"logger\",\"url\":\"classes/ContainerInitializer.html#logger\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"ContainerInitializer\"},{\"id\":1243,\"kind\":1024,\"name\":\"store\",\"url\":\"classes/ContainerInitializer.html#store\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ContainerInitializer\"},{\"id\":1244,\"kind\":1024,\"name\":\"containerId\",\"url\":\"classes/ContainerInitializer.html#containerId\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ContainerInitializer\"},{\"id\":1245,\"kind\":1024,\"name\":\"generator\",\"url\":\"classes/ContainerInitializer.html#generator\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ContainerInitializer\"},{\"id\":1246,\"kind\":1024,\"name\":\"storageKey\",\"url\":\"classes/ContainerInitializer.html#storageKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ContainerInitializer\"},{\"id\":1247,\"kind\":1024,\"name\":\"storage\",\"url\":\"classes/ContainerInitializer.html#storage\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ContainerInitializer\"},{\"id\":1248,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/ContainerInitializer.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ContainerInitializer\"},{\"id\":1249,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/ContainerInitializer.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ContainerInitializer\"},{\"id\":1250,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/ContainerInitializer.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ContainerInitializer\"},{\"id\":1251,\"kind\":128,\"name\":\"Initializer\",\"url\":\"classes/Initializer.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1252,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Initializer.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Initializer\"},{\"id\":1253,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/Initializer.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Initializer\"},{\"id\":1254,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/Initializer.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Initializer\"},{\"id\":1255,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/Initializer.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Initializer\"},{\"id\":1256,\"kind\":128,\"name\":\"LoggerInitializer\",\"url\":\"classes/LoggerInitializer.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1257,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/LoggerInitializer.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"LoggerInitializer\"},{\"id\":1258,\"kind\":1024,\"name\":\"loggerFactory\",\"url\":\"classes/LoggerInitializer.html#loggerFactory\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"LoggerInitializer\"},{\"id\":1259,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/LoggerInitializer.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"LoggerInitializer\"},{\"id\":1260,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/LoggerInitializer.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"LoggerInitializer\"},{\"id\":1261,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/LoggerInitializer.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"LoggerInitializer\"},{\"id\":1262,\"kind\":128,\"name\":\"SeededPodInitializer\",\"url\":\"classes/SeededPodInitializer.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1263,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/SeededPodInitializer.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"SeededPodInitializer\"},{\"id\":1264,\"kind\":1024,\"name\":\"logger\",\"url\":\"classes/SeededPodInitializer.html#logger\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"SeededPodInitializer\"},{\"id\":1265,\"kind\":1024,\"name\":\"registrationManager\",\"url\":\"classes/SeededPodInitializer.html#registrationManager\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"SeededPodInitializer\"},{\"id\":1266,\"kind\":1024,\"name\":\"configFilePath\",\"url\":\"classes/SeededPodInitializer.html#configFilePath\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"SeededPodInitializer\"},{\"id\":1267,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/SeededPodInitializer.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"SeededPodInitializer\"},{\"id\":1268,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/SeededPodInitializer.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SeededPodInitializer\"},{\"id\":1269,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/SeededPodInitializer.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SeededPodInitializer\"},{\"id\":1270,\"kind\":128,\"name\":\"ServerInitializer\",\"url\":\"classes/ServerInitializer.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1271,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ServerInitializer.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ServerInitializer\"},{\"id\":1272,\"kind\":1024,\"name\":\"serverFactory\",\"url\":\"classes/ServerInitializer.html#serverFactory\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ServerInitializer\"},{\"id\":1273,\"kind\":1024,\"name\":\"port\",\"url\":\"classes/ServerInitializer.html#port\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ServerInitializer\"},{\"id\":1274,\"kind\":1024,\"name\":\"server\",\"url\":\"classes/ServerInitializer.html#server\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ServerInitializer\"},{\"id\":1275,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/ServerInitializer.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ServerInitializer\"},{\"id\":1276,\"kind\":2048,\"name\":\"finalize\",\"url\":\"classes/ServerInitializer.html#finalize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ServerInitializer\"},{\"id\":1277,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/ServerInitializer.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ServerInitializer\"},{\"id\":1278,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/ServerInitializer.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ServerInitializer\"},{\"id\":1279,\"kind\":128,\"name\":\"ModuleVersionVerifier\",\"url\":\"classes/ModuleVersionVerifier.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1280,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ModuleVersionVerifier.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ModuleVersionVerifier\"},{\"id\":1281,\"kind\":1024,\"name\":\"storageKey\",\"url\":\"classes/ModuleVersionVerifier.html#storageKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ModuleVersionVerifier\"},{\"id\":1282,\"kind\":1024,\"name\":\"storage\",\"url\":\"classes/ModuleVersionVerifier.html#storage\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ModuleVersionVerifier\"},{\"id\":1283,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/ModuleVersionVerifier.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ModuleVersionVerifier\"},{\"id\":1284,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/ModuleVersionVerifier.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ModuleVersionVerifier\"},{\"id\":1285,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/ModuleVersionVerifier.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ModuleVersionVerifier\"},{\"id\":1286,\"kind\":128,\"name\":\"LazyLoggerFactory\",\"url\":\"classes/LazyLoggerFactory.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1287,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/LazyLoggerFactory.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"LazyLoggerFactory\"},{\"id\":1288,\"kind\":1024,\"name\":\"factory\",\"url\":\"classes/LazyLoggerFactory.html#factory\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"LazyLoggerFactory\"},{\"id\":1289,\"kind\":262144,\"name\":\"loggerFactory\",\"url\":\"classes/LazyLoggerFactory.html#loggerFactory\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"LazyLoggerFactory\"},{\"id\":1290,\"kind\":2048,\"name\":\"createLogger\",\"url\":\"classes/LazyLoggerFactory.html#createLogger\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"LazyLoggerFactory\"},{\"id\":1291,\"kind\":256,\"name\":\"SimpleLogger\",\"url\":\"interfaces/SimpleLogger.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1292,\"kind\":2048,\"name\":\"log\",\"url\":\"interfaces/SimpleLogger.html#log\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"SimpleLogger\"},{\"id\":1293,\"kind\":256,\"name\":\"Logger\",\"url\":\"interfaces/Logger.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1294,\"kind\":2048,\"name\":\"log\",\"url\":\"interfaces/Logger.html#log\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-overwrite\",\"parent\":\"Logger\"},{\"id\":1295,\"kind\":2048,\"name\":\"error\",\"url\":\"interfaces/Logger.html#error\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"Logger\"},{\"id\":1296,\"kind\":2048,\"name\":\"warn\",\"url\":\"interfaces/Logger.html#warn\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"Logger\"},{\"id\":1297,\"kind\":2048,\"name\":\"info\",\"url\":\"interfaces/Logger.html#info\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"Logger\"},{\"id\":1298,\"kind\":2048,\"name\":\"verbose\",\"url\":\"interfaces/Logger.html#verbose\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"Logger\"},{\"id\":1299,\"kind\":2048,\"name\":\"debug\",\"url\":\"interfaces/Logger.html#debug\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"Logger\"},{\"id\":1300,\"kind\":2048,\"name\":\"silly\",\"url\":\"interfaces/Logger.html#silly\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"Logger\"},{\"id\":1301,\"kind\":128,\"name\":\"BaseLogger\",\"url\":\"classes/BaseLogger.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1302,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/BaseLogger.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"BaseLogger\"},{\"id\":1303,\"kind\":2048,\"name\":\"log\",\"url\":\"classes/BaseLogger.html#log\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"BaseLogger\"},{\"id\":1304,\"kind\":2048,\"name\":\"error\",\"url\":\"classes/BaseLogger.html#error\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"BaseLogger\"},{\"id\":1305,\"kind\":2048,\"name\":\"warn\",\"url\":\"classes/BaseLogger.html#warn\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"BaseLogger\"},{\"id\":1306,\"kind\":2048,\"name\":\"info\",\"url\":\"classes/BaseLogger.html#info\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"BaseLogger\"},{\"id\":1307,\"kind\":2048,\"name\":\"verbose\",\"url\":\"classes/BaseLogger.html#verbose\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"BaseLogger\"},{\"id\":1308,\"kind\":2048,\"name\":\"debug\",\"url\":\"classes/BaseLogger.html#debug\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"BaseLogger\"},{\"id\":1309,\"kind\":2048,\"name\":\"silly\",\"url\":\"classes/BaseLogger.html#silly\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"BaseLogger\"},{\"id\":1310,\"kind\":128,\"name\":\"WrappingLogger\",\"url\":\"classes/WrappingLogger.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1311,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/WrappingLogger.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"WrappingLogger\"},{\"id\":1312,\"kind\":1024,\"name\":\"logger\",\"url\":\"classes/WrappingLogger.html#logger\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"WrappingLogger\"},{\"id\":1313,\"kind\":2048,\"name\":\"log\",\"url\":\"classes/WrappingLogger.html#log\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"WrappingLogger\"},{\"id\":1314,\"kind\":2048,\"name\":\"error\",\"url\":\"classes/WrappingLogger.html#error\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"WrappingLogger\"},{\"id\":1315,\"kind\":2048,\"name\":\"warn\",\"url\":\"classes/WrappingLogger.html#warn\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"WrappingLogger\"},{\"id\":1316,\"kind\":2048,\"name\":\"info\",\"url\":\"classes/WrappingLogger.html#info\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"WrappingLogger\"},{\"id\":1317,\"kind\":2048,\"name\":\"verbose\",\"url\":\"classes/WrappingLogger.html#verbose\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"WrappingLogger\"},{\"id\":1318,\"kind\":2048,\"name\":\"debug\",\"url\":\"classes/WrappingLogger.html#debug\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"WrappingLogger\"},{\"id\":1319,\"kind\":2048,\"name\":\"silly\",\"url\":\"classes/WrappingLogger.html#silly\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"WrappingLogger\"},{\"id\":1320,\"kind\":256,\"name\":\"LoggerFactory\",\"url\":\"interfaces/LoggerFactory.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1321,\"kind\":2048,\"name\":\"createLogger\",\"url\":\"interfaces/LoggerFactory.html#createLogger\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"LoggerFactory\"},{\"id\":1322,\"kind\":32,\"name\":\"LOG_LEVELS\",\"url\":\"modules.html#LOG_LEVELS\",\"classes\":\"tsd-kind-variable\"},{\"id\":1323,\"kind\":4194304,\"name\":\"LogLevel\",\"url\":\"modules.html#LogLevel\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":1324,\"kind\":64,\"name\":\"getLoggerFor\",\"url\":\"modules.html#getLoggerFor\",\"classes\":\"tsd-kind-function\"},{\"id\":1325,\"kind\":64,\"name\":\"setGlobalLoggerFactory\",\"url\":\"modules.html#setGlobalLoggerFactory\",\"classes\":\"tsd-kind-function\"},{\"id\":1326,\"kind\":64,\"name\":\"resetInternalLoggerFactory\",\"url\":\"modules.html#resetInternalLoggerFactory\",\"classes\":\"tsd-kind-function\"},{\"id\":1327,\"kind\":128,\"name\":\"VoidLogger\",\"url\":\"classes/VoidLogger.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1328,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/VoidLogger.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"VoidLogger\"},{\"id\":1329,\"kind\":2048,\"name\":\"log\",\"url\":\"classes/VoidLogger.html#log\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"VoidLogger\"},{\"id\":1330,\"kind\":2048,\"name\":\"error\",\"url\":\"classes/VoidLogger.html#error\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"VoidLogger\"},{\"id\":1331,\"kind\":2048,\"name\":\"warn\",\"url\":\"classes/VoidLogger.html#warn\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"VoidLogger\"},{\"id\":1332,\"kind\":2048,\"name\":\"info\",\"url\":\"classes/VoidLogger.html#info\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"VoidLogger\"},{\"id\":1333,\"kind\":2048,\"name\":\"verbose\",\"url\":\"classes/VoidLogger.html#verbose\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"VoidLogger\"},{\"id\":1334,\"kind\":2048,\"name\":\"debug\",\"url\":\"classes/VoidLogger.html#debug\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"VoidLogger\"},{\"id\":1335,\"kind\":2048,\"name\":\"silly\",\"url\":\"classes/VoidLogger.html#silly\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"VoidLogger\"},{\"id\":1336,\"kind\":128,\"name\":\"VoidLoggerFactory\",\"url\":\"classes/VoidLoggerFactory.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1337,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/VoidLoggerFactory.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"VoidLoggerFactory\"},{\"id\":1338,\"kind\":1024,\"name\":\"logger\",\"url\":\"classes/VoidLoggerFactory.html#logger\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"VoidLoggerFactory\"},{\"id\":1339,\"kind\":2048,\"name\":\"createLogger\",\"url\":\"classes/VoidLoggerFactory.html#createLogger\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"VoidLoggerFactory\"},{\"id\":1340,\"kind\":128,\"name\":\"WinstonLogger\",\"url\":\"classes/WinstonLogger.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1341,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/WinstonLogger.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"WinstonLogger\"},{\"id\":1342,\"kind\":1024,\"name\":\"logger\",\"url\":\"classes/WinstonLogger.html#logger\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"WinstonLogger\"},{\"id\":1343,\"kind\":2048,\"name\":\"log\",\"url\":\"classes/WinstonLogger.html#log\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"WinstonLogger\"},{\"id\":1344,\"kind\":2048,\"name\":\"error\",\"url\":\"classes/WinstonLogger.html#error\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"WinstonLogger\"},{\"id\":1345,\"kind\":2048,\"name\":\"warn\",\"url\":\"classes/WinstonLogger.html#warn\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"WinstonLogger\"},{\"id\":1346,\"kind\":2048,\"name\":\"info\",\"url\":\"classes/WinstonLogger.html#info\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"WinstonLogger\"},{\"id\":1347,\"kind\":2048,\"name\":\"verbose\",\"url\":\"classes/WinstonLogger.html#verbose\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"WinstonLogger\"},{\"id\":1348,\"kind\":2048,\"name\":\"debug\",\"url\":\"classes/WinstonLogger.html#debug\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"WinstonLogger\"},{\"id\":1349,\"kind\":2048,\"name\":\"silly\",\"url\":\"classes/WinstonLogger.html#silly\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"WinstonLogger\"},{\"id\":1350,\"kind\":128,\"name\":\"WinstonLoggerFactory\",\"url\":\"classes/WinstonLoggerFactory.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1351,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/WinstonLoggerFactory.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"WinstonLoggerFactory\"},{\"id\":1352,\"kind\":1024,\"name\":\"level\",\"url\":\"classes/WinstonLoggerFactory.html#level\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"WinstonLoggerFactory\"},{\"id\":1353,\"kind\":2048,\"name\":\"createLogger\",\"url\":\"classes/WinstonLoggerFactory.html#createLogger\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"WinstonLoggerFactory\"},{\"id\":1354,\"kind\":2048,\"name\":\"createTransports\",\"url\":\"classes/WinstonLoggerFactory.html#createTransports\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected\",\"parent\":\"WinstonLoggerFactory\"},{\"id\":1355,\"kind\":128,\"name\":\"BaseUrlHandler\",\"url\":\"classes/BaseUrlHandler.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1356,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/BaseUrlHandler.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BaseUrlHandler\"},{\"id\":1357,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/BaseUrlHandler.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"BaseUrlHandler\"},{\"id\":1358,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/BaseUrlHandler.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BaseUrlHandler\"},{\"id\":1359,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/BaseUrlHandler.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BaseUrlHandler\"},{\"id\":1360,\"kind\":128,\"name\":\"RootFilePathHandler\",\"url\":\"classes/RootFilePathHandler.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1361,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/RootFilePathHandler.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"RootFilePathHandler\"},{\"id\":1362,\"kind\":1024,\"name\":\"fileMapper\",\"url\":\"classes/RootFilePathHandler.html#fileMapper\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"RootFilePathHandler\"},{\"id\":1363,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/RootFilePathHandler.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"RootFilePathHandler\"},{\"id\":1364,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/RootFilePathHandler.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RootFilePathHandler\"},{\"id\":1365,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/RootFilePathHandler.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RootFilePathHandler\"},{\"id\":1366,\"kind\":128,\"name\":\"VariableHandler\",\"url\":\"classes/VariableHandler.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1367,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/VariableHandler.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"VariableHandler\"},{\"id\":1368,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/VariableHandler.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"VariableHandler\"},{\"id\":1369,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/VariableHandler.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"VariableHandler\"},{\"id\":1370,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/VariableHandler.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"VariableHandler\"},{\"id\":1371,\"kind\":64,\"name\":\"isValidVariable\",\"url\":\"modules.html#isValidVariable\",\"classes\":\"tsd-kind-function\"},{\"id\":1372,\"kind\":32,\"name\":\"TEMPLATE\",\"url\":\"modules.html#TEMPLATE\",\"classes\":\"tsd-kind-variable\"},{\"id\":1373,\"kind\":32,\"name\":\"TEMPLATE_VARIABLE\",\"url\":\"modules.html#TEMPLATE_VARIABLE\",\"classes\":\"tsd-kind-variable\"},{\"id\":1374,\"kind\":128,\"name\":\"VariableSetter\",\"url\":\"classes/VariableSetter.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1375,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/VariableSetter.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"VariableSetter\"},{\"id\":1376,\"kind\":1024,\"name\":\"variable\",\"url\":\"classes/VariableSetter.html#variable\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"VariableSetter\"},{\"id\":1377,\"kind\":1024,\"name\":\"value\",\"url\":\"classes/VariableSetter.html#value\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"VariableSetter\"},{\"id\":1378,\"kind\":1024,\"name\":\"override\",\"url\":\"classes/VariableSetter.html#override\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"VariableSetter\"},{\"id\":1379,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/VariableSetter.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"VariableSetter\"},{\"id\":1380,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/VariableSetter.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"VariableSetter\"},{\"id\":1381,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/VariableSetter.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"VariableSetter\"},{\"id\":1382,\"kind\":128,\"name\":\"BaseComponentsJsFactory\",\"url\":\"classes/BaseComponentsJsFactory.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1383,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/BaseComponentsJsFactory.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"BaseComponentsJsFactory\"},{\"id\":1384,\"kind\":1024,\"name\":\"options\",\"url\":\"classes/BaseComponentsJsFactory.html#options\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"BaseComponentsJsFactory\"},{\"id\":1385,\"kind\":2048,\"name\":\"buildManager\",\"url\":\"classes/BaseComponentsJsFactory.html#buildManager\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"BaseComponentsJsFactory\"},{\"id\":1386,\"kind\":2048,\"name\":\"generate\",\"url\":\"classes/BaseComponentsJsFactory.html#generate\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter\",\"parent\":\"BaseComponentsJsFactory\"},{\"id\":1387,\"kind\":256,\"name\":\"ComponentsJsFactory\",\"url\":\"interfaces/ComponentsJsFactory.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1388,\"kind\":2048,\"name\":\"generate\",\"url\":\"interfaces/ComponentsJsFactory.html#generate\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-has-type-parameter\",\"parent\":\"ComponentsJsFactory\"},{\"id\":1389,\"kind\":64,\"name\":\"addGeneratedResources\",\"url\":\"modules.html#addGeneratedResources\",\"classes\":\"tsd-kind-function\"},{\"id\":1390,\"kind\":256,\"name\":\"IdentifierGenerator\",\"url\":\"interfaces/IdentifierGenerator.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1391,\"kind\":2048,\"name\":\"generate\",\"url\":\"interfaces/IdentifierGenerator.html#generate\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"IdentifierGenerator\"},{\"id\":1392,\"kind\":256,\"name\":\"PodGenerator\",\"url\":\"interfaces/PodGenerator.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1393,\"kind\":2048,\"name\":\"generate\",\"url\":\"interfaces/PodGenerator.html#generate\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"PodGenerator\"},{\"id\":1394,\"kind\":256,\"name\":\"Resource\",\"url\":\"interfaces/Resource.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1395,\"kind\":1024,\"name\":\"identifier\",\"url\":\"interfaces/Resource.html#identifier\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Resource\"},{\"id\":1396,\"kind\":1024,\"name\":\"representation\",\"url\":\"interfaces/Resource.html#representation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Resource\"},{\"id\":1397,\"kind\":256,\"name\":\"ResourcesGenerator\",\"url\":\"interfaces/ResourcesGenerator.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1398,\"kind\":2048,\"name\":\"generate\",\"url\":\"interfaces/ResourcesGenerator.html#generate\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"ResourcesGenerator\"},{\"id\":1399,\"kind\":128,\"name\":\"SubdomainIdentifierGenerator\",\"url\":\"classes/SubdomainIdentifierGenerator.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1400,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/SubdomainIdentifierGenerator.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"SubdomainIdentifierGenerator\"},{\"id\":1401,\"kind\":1024,\"name\":\"baseParts\",\"url\":\"classes/SubdomainIdentifierGenerator.html#baseParts\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"SubdomainIdentifierGenerator\"},{\"id\":1402,\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/SubdomainIdentifierGenerator.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"SubdomainIdentifierGenerator\"},{\"id\":1403,\"kind\":1024,\"name\":\"scheme\",\"url\":\"classes/SubdomainIdentifierGenerator.html#__type.scheme\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"SubdomainIdentifierGenerator.__type\"},{\"id\":1404,\"kind\":1024,\"name\":\"rest\",\"url\":\"classes/SubdomainIdentifierGenerator.html#__type.rest\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"SubdomainIdentifierGenerator.__type\"},{\"id\":1405,\"kind\":2048,\"name\":\"generate\",\"url\":\"classes/SubdomainIdentifierGenerator.html#generate\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"SubdomainIdentifierGenerator\"},{\"id\":1406,\"kind\":128,\"name\":\"SuffixIdentifierGenerator\",\"url\":\"classes/SuffixIdentifierGenerator.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1407,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/SuffixIdentifierGenerator.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"SuffixIdentifierGenerator\"},{\"id\":1408,\"kind\":1024,\"name\":\"base\",\"url\":\"classes/SuffixIdentifierGenerator.html#base\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"SuffixIdentifierGenerator\"},{\"id\":1409,\"kind\":2048,\"name\":\"generate\",\"url\":\"classes/SuffixIdentifierGenerator.html#generate\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"SuffixIdentifierGenerator\"},{\"id\":1410,\"kind\":128,\"name\":\"TemplatedPodGenerator\",\"url\":\"classes/TemplatedPodGenerator.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1411,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/TemplatedPodGenerator.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"TemplatedPodGenerator\"},{\"id\":1412,\"kind\":1024,\"name\":\"logger\",\"url\":\"classes/TemplatedPodGenerator.html#logger\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"TemplatedPodGenerator\"},{\"id\":1413,\"kind\":1024,\"name\":\"storeFactory\",\"url\":\"classes/TemplatedPodGenerator.html#storeFactory\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"TemplatedPodGenerator\"},{\"id\":1414,\"kind\":1024,\"name\":\"variableHandler\",\"url\":\"classes/TemplatedPodGenerator.html#variableHandler\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"TemplatedPodGenerator\"},{\"id\":1415,\"kind\":1024,\"name\":\"configStorage\",\"url\":\"classes/TemplatedPodGenerator.html#configStorage\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"TemplatedPodGenerator\"},{\"id\":1416,\"kind\":1024,\"name\":\"configTemplatePath\",\"url\":\"classes/TemplatedPodGenerator.html#configTemplatePath\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"TemplatedPodGenerator\"},{\"id\":1417,\"kind\":2048,\"name\":\"generate\",\"url\":\"classes/TemplatedPodGenerator.html#generate\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TemplatedPodGenerator\"},{\"id\":1418,\"kind\":128,\"name\":\"TemplatedResourcesGenerator\",\"url\":\"classes/TemplatedResourcesGenerator.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1419,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/TemplatedResourcesGenerator.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"TemplatedResourcesGenerator\"},{\"id\":1420,\"kind\":1024,\"name\":\"templateFolder\",\"url\":\"classes/TemplatedResourcesGenerator.html#templateFolder\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"TemplatedResourcesGenerator\"},{\"id\":1421,\"kind\":1024,\"name\":\"factory\",\"url\":\"classes/TemplatedResourcesGenerator.html#factory\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"TemplatedResourcesGenerator\"},{\"id\":1422,\"kind\":1024,\"name\":\"templateEngine\",\"url\":\"classes/TemplatedResourcesGenerator.html#templateEngine\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"TemplatedResourcesGenerator\"},{\"id\":1423,\"kind\":1024,\"name\":\"templateExtension\",\"url\":\"classes/TemplatedResourcesGenerator.html#templateExtension\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"TemplatedResourcesGenerator\"},{\"id\":1424,\"kind\":2048,\"name\":\"generate\",\"url\":\"classes/TemplatedResourcesGenerator.html#generate\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TemplatedResourcesGenerator\"},{\"id\":1425,\"kind\":2048,\"name\":\"processFolder\",\"url\":\"classes/TemplatedResourcesGenerator.html#processFolder\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"TemplatedResourcesGenerator\"},{\"id\":1426,\"kind\":2048,\"name\":\"toTemplateLink\",\"url\":\"classes/TemplatedResourcesGenerator.html#toTemplateLink\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"TemplatedResourcesGenerator\"},{\"id\":1427,\"kind\":2048,\"name\":\"groupLinks\",\"url\":\"classes/TemplatedResourcesGenerator.html#groupLinks\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"TemplatedResourcesGenerator\"},{\"id\":1428,\"kind\":2048,\"name\":\"generateResource\",\"url\":\"classes/TemplatedResourcesGenerator.html#generateResource\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"TemplatedResourcesGenerator\"},{\"id\":1429,\"kind\":2048,\"name\":\"generateMetadata\",\"url\":\"classes/TemplatedResourcesGenerator.html#generateMetadata\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"TemplatedResourcesGenerator\"},{\"id\":1430,\"kind\":2048,\"name\":\"processFile\",\"url\":\"classes/TemplatedResourcesGenerator.html#processFile\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"TemplatedResourcesGenerator\"},{\"id\":1431,\"kind\":256,\"name\":\"PodSettings\",\"url\":\"interfaces/PodSettings.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1432,\"kind\":1024,\"name\":\"webId\",\"url\":\"interfaces/PodSettings.html#webId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"PodSettings\"},{\"id\":1433,\"kind\":1024,\"name\":\"template\",\"url\":\"interfaces/PodSettings.html#template\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"PodSettings\"},{\"id\":1434,\"kind\":1024,\"name\":\"name\",\"url\":\"interfaces/PodSettings.html#name\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"PodSettings\"},{\"id\":1435,\"kind\":1024,\"name\":\"email\",\"url\":\"interfaces/PodSettings.html#email\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"PodSettings\"},{\"id\":1436,\"kind\":1024,\"name\":\"oidcIssuer\",\"url\":\"interfaces/PodSettings.html#oidcIssuer\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"PodSettings\"},{\"id\":1437,\"kind\":128,\"name\":\"ConfigPodManager\",\"url\":\"classes/ConfigPodManager.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1438,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ConfigPodManager.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"ConfigPodManager\"},{\"id\":1439,\"kind\":1024,\"name\":\"logger\",\"url\":\"classes/ConfigPodManager.html#logger\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"ConfigPodManager\"},{\"id\":1440,\"kind\":1024,\"name\":\"podGenerator\",\"url\":\"classes/ConfigPodManager.html#podGenerator\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ConfigPodManager\"},{\"id\":1441,\"kind\":1024,\"name\":\"routingStorage\",\"url\":\"classes/ConfigPodManager.html#routingStorage\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ConfigPodManager\"},{\"id\":1442,\"kind\":1024,\"name\":\"resourcesGenerator\",\"url\":\"classes/ConfigPodManager.html#resourcesGenerator\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ConfigPodManager\"},{\"id\":1443,\"kind\":2048,\"name\":\"createPod\",\"url\":\"classes/ConfigPodManager.html#createPod\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ConfigPodManager\"},{\"id\":1444,\"kind\":128,\"name\":\"GeneratedPodManager\",\"url\":\"classes/GeneratedPodManager.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1445,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/GeneratedPodManager.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"GeneratedPodManager\"},{\"id\":1446,\"kind\":1024,\"name\":\"logger\",\"url\":\"classes/GeneratedPodManager.html#logger\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"GeneratedPodManager\"},{\"id\":1447,\"kind\":1024,\"name\":\"store\",\"url\":\"classes/GeneratedPodManager.html#store\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"GeneratedPodManager\"},{\"id\":1448,\"kind\":1024,\"name\":\"resourcesGenerator\",\"url\":\"classes/GeneratedPodManager.html#resourcesGenerator\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"GeneratedPodManager\"},{\"id\":1449,\"kind\":2048,\"name\":\"createPod\",\"url\":\"classes/GeneratedPodManager.html#createPod\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"GeneratedPodManager\"},{\"id\":1450,\"kind\":256,\"name\":\"PodManager\",\"url\":\"interfaces/PodManager.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1451,\"kind\":2048,\"name\":\"createPod\",\"url\":\"interfaces/PodManager.html#createPod\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"PodManager\"},{\"id\":1452,\"kind\":256,\"name\":\"AuthorizingHttpHandlerArgs\",\"url\":\"interfaces/AuthorizingHttpHandlerArgs.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1453,\"kind\":1024,\"name\":\"credentialsExtractor\",\"url\":\"interfaces/AuthorizingHttpHandlerArgs.html#credentialsExtractor\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AuthorizingHttpHandlerArgs\"},{\"id\":1454,\"kind\":1024,\"name\":\"modesExtractor\",\"url\":\"interfaces/AuthorizingHttpHandlerArgs.html#modesExtractor\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AuthorizingHttpHandlerArgs\"},{\"id\":1455,\"kind\":1024,\"name\":\"permissionReader\",\"url\":\"interfaces/AuthorizingHttpHandlerArgs.html#permissionReader\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AuthorizingHttpHandlerArgs\"},{\"id\":1456,\"kind\":1024,\"name\":\"authorizer\",\"url\":\"interfaces/AuthorizingHttpHandlerArgs.html#authorizer\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AuthorizingHttpHandlerArgs\"},{\"id\":1457,\"kind\":1024,\"name\":\"operationHandler\",\"url\":\"interfaces/AuthorizingHttpHandlerArgs.html#operationHandler\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AuthorizingHttpHandlerArgs\"},{\"id\":1458,\"kind\":128,\"name\":\"AuthorizingHttpHandler\",\"url\":\"classes/AuthorizingHttpHandler.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1459,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/AuthorizingHttpHandler.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"AuthorizingHttpHandler\"},{\"id\":1460,\"kind\":1024,\"name\":\"logger\",\"url\":\"classes/AuthorizingHttpHandler.html#logger\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"AuthorizingHttpHandler\"},{\"id\":1461,\"kind\":1024,\"name\":\"credentialsExtractor\",\"url\":\"classes/AuthorizingHttpHandler.html#credentialsExtractor\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"AuthorizingHttpHandler\"},{\"id\":1462,\"kind\":1024,\"name\":\"modesExtractor\",\"url\":\"classes/AuthorizingHttpHandler.html#modesExtractor\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"AuthorizingHttpHandler\"},{\"id\":1463,\"kind\":1024,\"name\":\"permissionReader\",\"url\":\"classes/AuthorizingHttpHandler.html#permissionReader\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"AuthorizingHttpHandler\"},{\"id\":1464,\"kind\":1024,\"name\":\"authorizer\",\"url\":\"classes/AuthorizingHttpHandler.html#authorizer\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"AuthorizingHttpHandler\"},{\"id\":1465,\"kind\":1024,\"name\":\"operationHandler\",\"url\":\"classes/AuthorizingHttpHandler.html#operationHandler\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"AuthorizingHttpHandler\"},{\"id\":1466,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/AuthorizingHttpHandler.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"AuthorizingHttpHandler\"},{\"id\":1467,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/AuthorizingHttpHandler.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"AuthorizingHttpHandler\"},{\"id\":1468,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/AuthorizingHttpHandler.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"AuthorizingHttpHandler\"},{\"id\":1469,\"kind\":256,\"name\":\"BaseHttpServerOptions\",\"url\":\"interfaces/BaseHttpServerOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1470,\"kind\":1024,\"name\":\"https\",\"url\":\"interfaces/BaseHttpServerOptions.html#https\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"BaseHttpServerOptions\"},{\"id\":1471,\"kind\":1024,\"name\":\"showStackTrace\",\"url\":\"interfaces/BaseHttpServerOptions.html#showStackTrace\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"BaseHttpServerOptions\"},{\"id\":1472,\"kind\":1024,\"name\":\"key\",\"url\":\"interfaces/BaseHttpServerOptions.html#key\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"BaseHttpServerOptions\"},{\"id\":1473,\"kind\":1024,\"name\":\"cert\",\"url\":\"interfaces/BaseHttpServerOptions.html#cert\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"BaseHttpServerOptions\"},{\"id\":1474,\"kind\":1024,\"name\":\"pfx\",\"url\":\"interfaces/BaseHttpServerOptions.html#pfx\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"BaseHttpServerOptions\"},{\"id\":1475,\"kind\":1024,\"name\":\"passphrase\",\"url\":\"interfaces/BaseHttpServerOptions.html#passphrase\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"BaseHttpServerOptions\"},{\"id\":1476,\"kind\":128,\"name\":\"BaseHttpServerFactory\",\"url\":\"classes/BaseHttpServerFactory.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1477,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/BaseHttpServerFactory.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"BaseHttpServerFactory\"},{\"id\":1478,\"kind\":1024,\"name\":\"logger\",\"url\":\"classes/BaseHttpServerFactory.html#logger\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"BaseHttpServerFactory\"},{\"id\":1479,\"kind\":1024,\"name\":\"handler\",\"url\":\"classes/BaseHttpServerFactory.html#handler\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"BaseHttpServerFactory\"},{\"id\":1480,\"kind\":1024,\"name\":\"options\",\"url\":\"classes/BaseHttpServerFactory.html#options\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"BaseHttpServerFactory\"},{\"id\":1481,\"kind\":2048,\"name\":\"startServer\",\"url\":\"classes/BaseHttpServerFactory.html#startServer\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"BaseHttpServerFactory\"},{\"id\":1482,\"kind\":2048,\"name\":\"createServerOptions\",\"url\":\"classes/BaseHttpServerFactory.html#createServerOptions\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"BaseHttpServerFactory\"},{\"id\":1483,\"kind\":256,\"name\":\"HttpHandlerInput\",\"url\":\"interfaces/HttpHandlerInput.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1484,\"kind\":1024,\"name\":\"request\",\"url\":\"interfaces/HttpHandlerInput.html#request\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"HttpHandlerInput\"},{\"id\":1485,\"kind\":1024,\"name\":\"response\",\"url\":\"interfaces/HttpHandlerInput.html#response\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"HttpHandlerInput\"},{\"id\":1486,\"kind\":128,\"name\":\"HttpHandler\",\"url\":\"classes/HttpHandler.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1487,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/HttpHandler.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"HttpHandler\"},{\"id\":1488,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/HttpHandler.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"HttpHandler\"},{\"id\":1489,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/HttpHandler.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"HttpHandler\"},{\"id\":1490,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/HttpHandler.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"HttpHandler\"},{\"id\":1491,\"kind\":64,\"name\":\"isHttpRequest\",\"url\":\"modules.html#isHttpRequest\",\"classes\":\"tsd-kind-function\"},{\"id\":1492,\"kind\":4194304,\"name\":\"HttpRequest\",\"url\":\"modules.html#HttpRequest\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":1493,\"kind\":4194304,\"name\":\"HttpResponse\",\"url\":\"modules.html#HttpResponse\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":1494,\"kind\":256,\"name\":\"HttpServerFactory\",\"url\":\"interfaces/HttpServerFactory.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1495,\"kind\":2048,\"name\":\"startServer\",\"url\":\"interfaces/HttpServerFactory.html#startServer\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"HttpServerFactory\"},{\"id\":1496,\"kind\":256,\"name\":\"OperationHttpHandlerInput\",\"url\":\"interfaces/OperationHttpHandlerInput.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1497,\"kind\":1024,\"name\":\"operation\",\"url\":\"interfaces/OperationHttpHandlerInput.html#operation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"OperationHttpHandlerInput\"},{\"id\":1498,\"kind\":1024,\"name\":\"request\",\"url\":\"interfaces/OperationHttpHandlerInput.html#request\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"OperationHttpHandlerInput\"},{\"id\":1499,\"kind\":1024,\"name\":\"response\",\"url\":\"interfaces/OperationHttpHandlerInput.html#response\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"OperationHttpHandlerInput\"},{\"id\":1500,\"kind\":128,\"name\":\"OperationHttpHandler\",\"url\":\"classes/OperationHttpHandler.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1501,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/OperationHttpHandler.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"OperationHttpHandler\"},{\"id\":1502,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/OperationHttpHandler.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"OperationHttpHandler\"},{\"id\":1503,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/OperationHttpHandler.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"OperationHttpHandler\"},{\"id\":1504,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/OperationHttpHandler.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"OperationHttpHandler\"},{\"id\":1505,\"kind\":256,\"name\":\"ParsingHttpHandlerArgs\",\"url\":\"interfaces/ParsingHttpHandlerArgs.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1506,\"kind\":1024,\"name\":\"requestParser\",\"url\":\"interfaces/ParsingHttpHandlerArgs.html#requestParser\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ParsingHttpHandlerArgs\"},{\"id\":1507,\"kind\":1024,\"name\":\"metadataCollector\",\"url\":\"interfaces/ParsingHttpHandlerArgs.html#metadataCollector\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ParsingHttpHandlerArgs\"},{\"id\":1508,\"kind\":1024,\"name\":\"errorHandler\",\"url\":\"interfaces/ParsingHttpHandlerArgs.html#errorHandler\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ParsingHttpHandlerArgs\"},{\"id\":1509,\"kind\":1024,\"name\":\"responseWriter\",\"url\":\"interfaces/ParsingHttpHandlerArgs.html#responseWriter\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ParsingHttpHandlerArgs\"},{\"id\":1510,\"kind\":1024,\"name\":\"operationHandler\",\"url\":\"interfaces/ParsingHttpHandlerArgs.html#operationHandler\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ParsingHttpHandlerArgs\"},{\"id\":1511,\"kind\":128,\"name\":\"ParsingHttpHandler\",\"url\":\"classes/ParsingHttpHandler.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1512,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ParsingHttpHandler.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ParsingHttpHandler\"},{\"id\":1513,\"kind\":1024,\"name\":\"logger\",\"url\":\"classes/ParsingHttpHandler.html#logger\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ParsingHttpHandler\"},{\"id\":1514,\"kind\":1024,\"name\":\"requestParser\",\"url\":\"classes/ParsingHttpHandler.html#requestParser\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ParsingHttpHandler\"},{\"id\":1515,\"kind\":1024,\"name\":\"errorHandler\",\"url\":\"classes/ParsingHttpHandler.html#errorHandler\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ParsingHttpHandler\"},{\"id\":1516,\"kind\":1024,\"name\":\"responseWriter\",\"url\":\"classes/ParsingHttpHandler.html#responseWriter\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ParsingHttpHandler\"},{\"id\":1517,\"kind\":1024,\"name\":\"metadataCollector\",\"url\":\"classes/ParsingHttpHandler.html#metadataCollector\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ParsingHttpHandler\"},{\"id\":1518,\"kind\":1024,\"name\":\"operationHandler\",\"url\":\"classes/ParsingHttpHandler.html#operationHandler\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ParsingHttpHandler\"},{\"id\":1519,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/ParsingHttpHandler.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ParsingHttpHandler\"},{\"id\":1520,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/ParsingHttpHandler.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ParsingHttpHandler\"},{\"id\":1521,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/ParsingHttpHandler.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ParsingHttpHandler\"},{\"id\":1522,\"kind\":128,\"name\":\"RedirectingHttpHandler\",\"url\":\"classes/RedirectingHttpHandler.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1523,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/RedirectingHttpHandler.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"RedirectingHttpHandler\"},{\"id\":1524,\"kind\":1024,\"name\":\"logger\",\"url\":\"classes/RedirectingHttpHandler.html#logger\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"RedirectingHttpHandler\"},{\"id\":1525,\"kind\":1024,\"name\":\"redirects\",\"url\":\"classes/RedirectingHttpHandler.html#redirects\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"RedirectingHttpHandler\"},{\"id\":1526,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/RedirectingHttpHandler.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"RedirectingHttpHandler\"},{\"id\":1527,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/RedirectingHttpHandler.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"RedirectingHttpHandler\"},{\"id\":1528,\"kind\":2048,\"name\":\"findRedirect\",\"url\":\"classes/RedirectingHttpHandler.html#findRedirect\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"RedirectingHttpHandler\"},{\"id\":1529,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/RedirectingHttpHandler.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RedirectingHttpHandler\"},{\"id\":1530,\"kind\":128,\"name\":\"WebSocketHandler\",\"url\":\"classes/WebSocketHandler.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1531,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/WebSocketHandler.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"WebSocketHandler\"},{\"id\":1532,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/WebSocketHandler.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"WebSocketHandler\"},{\"id\":1533,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/WebSocketHandler.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"WebSocketHandler\"},{\"id\":1534,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/WebSocketHandler.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"WebSocketHandler\"},{\"id\":1535,\"kind\":128,\"name\":\"WebSocketServerFactory\",\"url\":\"classes/WebSocketServerFactory.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1536,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/WebSocketServerFactory.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"WebSocketServerFactory\"},{\"id\":1537,\"kind\":1024,\"name\":\"baseServerFactory\",\"url\":\"classes/WebSocketServerFactory.html#baseServerFactory\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"WebSocketServerFactory\"},{\"id\":1538,\"kind\":1024,\"name\":\"webSocketHandler\",\"url\":\"classes/WebSocketServerFactory.html#webSocketHandler\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"WebSocketServerFactory\"},{\"id\":1539,\"kind\":2048,\"name\":\"startServer\",\"url\":\"classes/WebSocketServerFactory.html#startServer\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"WebSocketServerFactory\"},{\"id\":1540,\"kind\":128,\"name\":\"CorsHandler\",\"url\":\"classes/CorsHandler.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1541,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/CorsHandler.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"CorsHandler\"},{\"id\":1542,\"kind\":1024,\"name\":\"corsHandler\",\"url\":\"classes/CorsHandler.html#corsHandler\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"CorsHandler\"},{\"id\":1543,\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/CorsHandler.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"CorsHandler\"},{\"id\":1544,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/CorsHandler.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"CorsHandler\"},{\"id\":1545,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/CorsHandler.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"CorsHandler\"},{\"id\":1546,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/CorsHandler.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"CorsHandler\"},{\"id\":1547,\"kind\":128,\"name\":\"HeaderHandler\",\"url\":\"classes/HeaderHandler.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1548,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/HeaderHandler.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"HeaderHandler\"},{\"id\":1549,\"kind\":1024,\"name\":\"headers\",\"url\":\"classes/HeaderHandler.html#headers\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"HeaderHandler\"},{\"id\":1550,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/HeaderHandler.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"HeaderHandler\"},{\"id\":1551,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/HeaderHandler.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"HeaderHandler\"},{\"id\":1552,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/HeaderHandler.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"HeaderHandler\"},{\"id\":1553,\"kind\":128,\"name\":\"StaticAssetHandler\",\"url\":\"classes/StaticAssetHandler.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1554,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/StaticAssetHandler.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"StaticAssetHandler\"},{\"id\":1555,\"kind\":1024,\"name\":\"mappings\",\"url\":\"classes/StaticAssetHandler.html#mappings\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"StaticAssetHandler\"},{\"id\":1556,\"kind\":1024,\"name\":\"pathMatcher\",\"url\":\"classes/StaticAssetHandler.html#pathMatcher\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"StaticAssetHandler\"},{\"id\":1557,\"kind\":1024,\"name\":\"expires\",\"url\":\"classes/StaticAssetHandler.html#expires\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"StaticAssetHandler\"},{\"id\":1558,\"kind\":1024,\"name\":\"logger\",\"url\":\"classes/StaticAssetHandler.html#logger\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"StaticAssetHandler\"},{\"id\":1559,\"kind\":2048,\"name\":\"createPathMatcher\",\"url\":\"classes/StaticAssetHandler.html#createPathMatcher\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"StaticAssetHandler\"},{\"id\":1560,\"kind\":2048,\"name\":\"getFilePath\",\"url\":\"classes/StaticAssetHandler.html#getFilePath\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"StaticAssetHandler\"},{\"id\":1561,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/StaticAssetHandler.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"StaticAssetHandler\"},{\"id\":1562,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/StaticAssetHandler.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"StaticAssetHandler\"},{\"id\":1563,\"kind\":2048,\"name\":\"getCacheHeaders\",\"url\":\"classes/StaticAssetHandler.html#getCacheHeaders\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"StaticAssetHandler\"},{\"id\":1564,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/StaticAssetHandler.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaticAssetHandler\"},{\"id\":1565,\"kind\":128,\"name\":\"WebSocketAdvertiser\",\"url\":\"classes/WebSocketAdvertiser.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1566,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/WebSocketAdvertiser.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"WebSocketAdvertiser\"},{\"id\":1567,\"kind\":1024,\"name\":\"socketUrl\",\"url\":\"classes/WebSocketAdvertiser.html#socketUrl\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"WebSocketAdvertiser\"},{\"id\":1568,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/WebSocketAdvertiser.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"WebSocketAdvertiser\"},{\"id\":1569,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/WebSocketAdvertiser.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"WebSocketAdvertiser\"},{\"id\":1570,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/WebSocketAdvertiser.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"WebSocketAdvertiser\"},{\"id\":1571,\"kind\":256,\"name\":\"RedirectAllHttpHandlerArgs\",\"url\":\"interfaces/RedirectAllHttpHandlerArgs.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1572,\"kind\":1024,\"name\":\"baseUrl\",\"url\":\"interfaces/RedirectAllHttpHandlerArgs.html#baseUrl\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"RedirectAllHttpHandlerArgs\"},{\"id\":1573,\"kind\":1024,\"name\":\"target\",\"url\":\"interfaces/RedirectAllHttpHandlerArgs.html#target\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"RedirectAllHttpHandlerArgs\"},{\"id\":1574,\"kind\":1024,\"name\":\"targetExtractor\",\"url\":\"interfaces/RedirectAllHttpHandlerArgs.html#targetExtractor\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"RedirectAllHttpHandlerArgs\"},{\"id\":1575,\"kind\":1024,\"name\":\"responseWriter\",\"url\":\"interfaces/RedirectAllHttpHandlerArgs.html#responseWriter\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"RedirectAllHttpHandlerArgs\"},{\"id\":1576,\"kind\":128,\"name\":\"RedirectAllHttpHandler\",\"url\":\"classes/RedirectAllHttpHandler.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1577,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/RedirectAllHttpHandler.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"RedirectAllHttpHandler\"},{\"id\":1578,\"kind\":1024,\"name\":\"baseUrl\",\"url\":\"classes/RedirectAllHttpHandler.html#baseUrl\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"RedirectAllHttpHandler\"},{\"id\":1579,\"kind\":1024,\"name\":\"target\",\"url\":\"classes/RedirectAllHttpHandler.html#target\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"RedirectAllHttpHandler\"},{\"id\":1580,\"kind\":1024,\"name\":\"targetExtractor\",\"url\":\"classes/RedirectAllHttpHandler.html#targetExtractor\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"RedirectAllHttpHandler\"},{\"id\":1581,\"kind\":1024,\"name\":\"responseWriter\",\"url\":\"classes/RedirectAllHttpHandler.html#responseWriter\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"RedirectAllHttpHandler\"},{\"id\":1582,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/RedirectAllHttpHandler.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"RedirectAllHttpHandler\"},{\"id\":1583,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/RedirectAllHttpHandler.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"RedirectAllHttpHandler\"},{\"id\":1584,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/RedirectAllHttpHandler.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RedirectAllHttpHandler\"},{\"id\":1585,\"kind\":256,\"name\":\"RouterHandlerArgs\",\"url\":\"interfaces/RouterHandlerArgs.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1586,\"kind\":1024,\"name\":\"baseUrl\",\"url\":\"interfaces/RouterHandlerArgs.html#baseUrl\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"RouterHandlerArgs\"},{\"id\":1587,\"kind\":1024,\"name\":\"targetExtractor\",\"url\":\"interfaces/RouterHandlerArgs.html#targetExtractor\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"RouterHandlerArgs\"},{\"id\":1588,\"kind\":1024,\"name\":\"handler\",\"url\":\"interfaces/RouterHandlerArgs.html#handler\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"RouterHandlerArgs\"},{\"id\":1589,\"kind\":1024,\"name\":\"allowedMethods\",\"url\":\"interfaces/RouterHandlerArgs.html#allowedMethods\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"RouterHandlerArgs\"},{\"id\":1590,\"kind\":1024,\"name\":\"allowedPathNames\",\"url\":\"interfaces/RouterHandlerArgs.html#allowedPathNames\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"RouterHandlerArgs\"},{\"id\":1591,\"kind\":128,\"name\":\"RouterHandler\",\"url\":\"classes/RouterHandler.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1592,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/RouterHandler.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"RouterHandler\"},{\"id\":1593,\"kind\":1024,\"name\":\"baseUrl\",\"url\":\"classes/RouterHandler.html#baseUrl\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"RouterHandler\"},{\"id\":1594,\"kind\":1024,\"name\":\"targetExtractor\",\"url\":\"classes/RouterHandler.html#targetExtractor\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"RouterHandler\"},{\"id\":1595,\"kind\":1024,\"name\":\"handler\",\"url\":\"classes/RouterHandler.html#handler\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"RouterHandler\"},{\"id\":1596,\"kind\":1024,\"name\":\"allowedMethods\",\"url\":\"classes/RouterHandler.html#allowedMethods\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"RouterHandler\"},{\"id\":1597,\"kind\":1024,\"name\":\"allMethods\",\"url\":\"classes/RouterHandler.html#allMethods\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"RouterHandler\"},{\"id\":1598,\"kind\":1024,\"name\":\"allowedPathNamesRegEx\",\"url\":\"classes/RouterHandler.html#allowedPathNamesRegEx\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"RouterHandler\"},{\"id\":1599,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/RouterHandler.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"RouterHandler\"},{\"id\":1600,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/RouterHandler.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"RouterHandler\"},{\"id\":1601,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/RouterHandler.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RouterHandler\"},{\"id\":1602,\"kind\":256,\"name\":\"AtomicDataAccessor\",\"url\":\"interfaces/AtomicDataAccessor.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1603,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"interfaces/AtomicDataAccessor.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AtomicDataAccessor\"},{\"id\":1604,\"kind\":2048,\"name\":\"getData\",\"url\":\"interfaces/AtomicDataAccessor.html#getData\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AtomicDataAccessor\"},{\"id\":1605,\"kind\":2048,\"name\":\"getMetadata\",\"url\":\"interfaces/AtomicDataAccessor.html#getMetadata\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AtomicDataAccessor\"},{\"id\":1606,\"kind\":2048,\"name\":\"getChildren\",\"url\":\"interfaces/AtomicDataAccessor.html#getChildren\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AtomicDataAccessor\"},{\"id\":1607,\"kind\":2048,\"name\":\"writeDocument\",\"url\":\"interfaces/AtomicDataAccessor.html#writeDocument\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AtomicDataAccessor\"},{\"id\":1608,\"kind\":2048,\"name\":\"writeContainer\",\"url\":\"interfaces/AtomicDataAccessor.html#writeContainer\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AtomicDataAccessor\"},{\"id\":1609,\"kind\":2048,\"name\":\"deleteResource\",\"url\":\"interfaces/AtomicDataAccessor.html#deleteResource\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AtomicDataAccessor\"},{\"id\":1610,\"kind\":128,\"name\":\"AtomicFileDataAccessor\",\"url\":\"classes/AtomicFileDataAccessor.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1611,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/AtomicFileDataAccessor.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"AtomicFileDataAccessor\"},{\"id\":1612,\"kind\":1024,\"name\":\"tempFilePath\",\"url\":\"classes/AtomicFileDataAccessor.html#tempFilePath\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"AtomicFileDataAccessor\"},{\"id\":1613,\"kind\":2048,\"name\":\"writeDocument\",\"url\":\"classes/AtomicFileDataAccessor.html#writeDocument\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"AtomicFileDataAccessor\"},{\"id\":1614,\"kind\":1024,\"name\":\"logger\",\"url\":\"classes/AtomicFileDataAccessor.html#logger\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"AtomicFileDataAccessor\"},{\"id\":1615,\"kind\":1024,\"name\":\"resourceMapper\",\"url\":\"classes/AtomicFileDataAccessor.html#resourceMapper\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"AtomicFileDataAccessor\"},{\"id\":1616,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/AtomicFileDataAccessor.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"AtomicFileDataAccessor\"},{\"id\":1617,\"kind\":2048,\"name\":\"getData\",\"url\":\"classes/AtomicFileDataAccessor.html#getData\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"AtomicFileDataAccessor\"},{\"id\":1618,\"kind\":2048,\"name\":\"getMetadata\",\"url\":\"classes/AtomicFileDataAccessor.html#getMetadata\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"AtomicFileDataAccessor\"},{\"id\":1619,\"kind\":2048,\"name\":\"getChildren\",\"url\":\"classes/AtomicFileDataAccessor.html#getChildren\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"AtomicFileDataAccessor\"},{\"id\":1620,\"kind\":2048,\"name\":\"writeContainer\",\"url\":\"classes/AtomicFileDataAccessor.html#writeContainer\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"AtomicFileDataAccessor\"},{\"id\":1621,\"kind\":2048,\"name\":\"deleteResource\",\"url\":\"classes/AtomicFileDataAccessor.html#deleteResource\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"AtomicFileDataAccessor\"},{\"id\":1622,\"kind\":2048,\"name\":\"getStats\",\"url\":\"classes/AtomicFileDataAccessor.html#getStats\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"AtomicFileDataAccessor\"},{\"id\":1623,\"kind\":2048,\"name\":\"writeMetadata\",\"url\":\"classes/AtomicFileDataAccessor.html#writeMetadata\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"AtomicFileDataAccessor\"},{\"id\":1624,\"kind\":2048,\"name\":\"verifyExistingExtension\",\"url\":\"classes/AtomicFileDataAccessor.html#verifyExistingExtension\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"AtomicFileDataAccessor\"},{\"id\":1625,\"kind\":2048,\"name\":\"writeDataFile\",\"url\":\"classes/AtomicFileDataAccessor.html#writeDataFile\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"AtomicFileDataAccessor\"},{\"id\":1626,\"kind\":256,\"name\":\"DataAccessor\",\"url\":\"interfaces/DataAccessor.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1627,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"interfaces/DataAccessor.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"DataAccessor\"},{\"id\":1628,\"kind\":2048,\"name\":\"getData\",\"url\":\"interfaces/DataAccessor.html#getData\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"DataAccessor\"},{\"id\":1629,\"kind\":2048,\"name\":\"getMetadata\",\"url\":\"interfaces/DataAccessor.html#getMetadata\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"DataAccessor\"},{\"id\":1630,\"kind\":2048,\"name\":\"getChildren\",\"url\":\"interfaces/DataAccessor.html#getChildren\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"DataAccessor\"},{\"id\":1631,\"kind\":2048,\"name\":\"writeDocument\",\"url\":\"interfaces/DataAccessor.html#writeDocument\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"DataAccessor\"},{\"id\":1632,\"kind\":2048,\"name\":\"writeContainer\",\"url\":\"interfaces/DataAccessor.html#writeContainer\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"DataAccessor\"},{\"id\":1633,\"kind\":2048,\"name\":\"deleteResource\",\"url\":\"interfaces/DataAccessor.html#deleteResource\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"DataAccessor\"},{\"id\":1634,\"kind\":128,\"name\":\"FileDataAccessor\",\"url\":\"classes/FileDataAccessor.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1635,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/FileDataAccessor.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"FileDataAccessor\"},{\"id\":1636,\"kind\":1024,\"name\":\"logger\",\"url\":\"classes/FileDataAccessor.html#logger\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"FileDataAccessor\"},{\"id\":1637,\"kind\":1024,\"name\":\"resourceMapper\",\"url\":\"classes/FileDataAccessor.html#resourceMapper\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"FileDataAccessor\"},{\"id\":1638,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/FileDataAccessor.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"FileDataAccessor\"},{\"id\":1639,\"kind\":2048,\"name\":\"getData\",\"url\":\"classes/FileDataAccessor.html#getData\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"FileDataAccessor\"},{\"id\":1640,\"kind\":2048,\"name\":\"getMetadata\",\"url\":\"classes/FileDataAccessor.html#getMetadata\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"FileDataAccessor\"},{\"id\":1641,\"kind\":2048,\"name\":\"getChildren\",\"url\":\"classes/FileDataAccessor.html#getChildren\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"FileDataAccessor\"},{\"id\":1642,\"kind\":2048,\"name\":\"writeDocument\",\"url\":\"classes/FileDataAccessor.html#writeDocument\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"FileDataAccessor\"},{\"id\":1643,\"kind\":2048,\"name\":\"writeContainer\",\"url\":\"classes/FileDataAccessor.html#writeContainer\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"FileDataAccessor\"},{\"id\":1644,\"kind\":2048,\"name\":\"deleteResource\",\"url\":\"classes/FileDataAccessor.html#deleteResource\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"FileDataAccessor\"},{\"id\":1645,\"kind\":2048,\"name\":\"getStats\",\"url\":\"classes/FileDataAccessor.html#getStats\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected\",\"parent\":\"FileDataAccessor\"},{\"id\":1646,\"kind\":2048,\"name\":\"getFileMetadata\",\"url\":\"classes/FileDataAccessor.html#getFileMetadata\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"FileDataAccessor\"},{\"id\":1647,\"kind\":2048,\"name\":\"getDirectoryMetadata\",\"url\":\"classes/FileDataAccessor.html#getDirectoryMetadata\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"FileDataAccessor\"},{\"id\":1648,\"kind\":2048,\"name\":\"writeMetadata\",\"url\":\"classes/FileDataAccessor.html#writeMetadata\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected\",\"parent\":\"FileDataAccessor\"},{\"id\":1649,\"kind\":2048,\"name\":\"getBaseMetadata\",\"url\":\"classes/FileDataAccessor.html#getBaseMetadata\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"FileDataAccessor\"},{\"id\":1650,\"kind\":2048,\"name\":\"getRawMetadata\",\"url\":\"classes/FileDataAccessor.html#getRawMetadata\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"FileDataAccessor\"},{\"id\":1651,\"kind\":2048,\"name\":\"getChildMetadata\",\"url\":\"classes/FileDataAccessor.html#getChildMetadata\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"FileDataAccessor\"},{\"id\":1652,\"kind\":2048,\"name\":\"addPosixMetadata\",\"url\":\"classes/FileDataAccessor.html#addPosixMetadata\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"FileDataAccessor\"},{\"id\":1653,\"kind\":2048,\"name\":\"verifyExistingExtension\",\"url\":\"classes/FileDataAccessor.html#verifyExistingExtension\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected\",\"parent\":\"FileDataAccessor\"},{\"id\":1654,\"kind\":2048,\"name\":\"writeDataFile\",\"url\":\"classes/FileDataAccessor.html#writeDataFile\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected\",\"parent\":\"FileDataAccessor\"},{\"id\":1655,\"kind\":128,\"name\":\"InMemoryDataAccessor\",\"url\":\"classes/InMemoryDataAccessor.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1656,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/InMemoryDataAccessor.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"InMemoryDataAccessor\"},{\"id\":1657,\"kind\":1024,\"name\":\"identifierStrategy\",\"url\":\"classes/InMemoryDataAccessor.html#identifierStrategy\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"InMemoryDataAccessor\"},{\"id\":1658,\"kind\":1024,\"name\":\"store\",\"url\":\"classes/InMemoryDataAccessor.html#store\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"InMemoryDataAccessor\"},{\"id\":1659,\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/InMemoryDataAccessor.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"InMemoryDataAccessor\"},{\"id\":1660,\"kind\":1024,\"name\":\"entries\",\"url\":\"classes/InMemoryDataAccessor.html#__type.entries\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"InMemoryDataAccessor.__type\"},{\"id\":1661,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/InMemoryDataAccessor.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"InMemoryDataAccessor\"},{\"id\":1662,\"kind\":2048,\"name\":\"getData\",\"url\":\"classes/InMemoryDataAccessor.html#getData\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"InMemoryDataAccessor\"},{\"id\":1663,\"kind\":2048,\"name\":\"getMetadata\",\"url\":\"classes/InMemoryDataAccessor.html#getMetadata\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"InMemoryDataAccessor\"},{\"id\":1664,\"kind\":2048,\"name\":\"getChildren\",\"url\":\"classes/InMemoryDataAccessor.html#getChildren\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"InMemoryDataAccessor\"},{\"id\":1665,\"kind\":2048,\"name\":\"writeDocument\",\"url\":\"classes/InMemoryDataAccessor.html#writeDocument\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"InMemoryDataAccessor\"},{\"id\":1666,\"kind\":2048,\"name\":\"writeContainer\",\"url\":\"classes/InMemoryDataAccessor.html#writeContainer\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"InMemoryDataAccessor\"},{\"id\":1667,\"kind\":2048,\"name\":\"deleteResource\",\"url\":\"classes/InMemoryDataAccessor.html#deleteResource\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"InMemoryDataAccessor\"},{\"id\":1668,\"kind\":2048,\"name\":\"isDataEntry\",\"url\":\"classes/InMemoryDataAccessor.html#isDataEntry\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"InMemoryDataAccessor\"},{\"id\":1669,\"kind\":2048,\"name\":\"getHierarchy\",\"url\":\"classes/InMemoryDataAccessor.html#getHierarchy\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"InMemoryDataAccessor\"},{\"id\":1670,\"kind\":2048,\"name\":\"getParentEntry\",\"url\":\"classes/InMemoryDataAccessor.html#getParentEntry\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"InMemoryDataAccessor\"},{\"id\":1671,\"kind\":2048,\"name\":\"getEntry\",\"url\":\"classes/InMemoryDataAccessor.html#getEntry\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"InMemoryDataAccessor\"},{\"id\":1672,\"kind\":128,\"name\":\"PassthroughDataAccessor\",\"url\":\"classes/PassthroughDataAccessor.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1673,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/PassthroughDataAccessor.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"PassthroughDataAccessor\"},{\"id\":1674,\"kind\":1024,\"name\":\"accessor\",\"url\":\"classes/PassthroughDataAccessor.html#accessor\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"PassthroughDataAccessor\"},{\"id\":1675,\"kind\":2048,\"name\":\"writeDocument\",\"url\":\"classes/PassthroughDataAccessor.html#writeDocument\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"PassthroughDataAccessor\"},{\"id\":1676,\"kind\":2048,\"name\":\"writeContainer\",\"url\":\"classes/PassthroughDataAccessor.html#writeContainer\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"PassthroughDataAccessor\"},{\"id\":1677,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/PassthroughDataAccessor.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"PassthroughDataAccessor\"},{\"id\":1678,\"kind\":2048,\"name\":\"getData\",\"url\":\"classes/PassthroughDataAccessor.html#getData\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"PassthroughDataAccessor\"},{\"id\":1679,\"kind\":2048,\"name\":\"getMetadata\",\"url\":\"classes/PassthroughDataAccessor.html#getMetadata\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"PassthroughDataAccessor\"},{\"id\":1680,\"kind\":2048,\"name\":\"getChildren\",\"url\":\"classes/PassthroughDataAccessor.html#getChildren\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"PassthroughDataAccessor\"},{\"id\":1681,\"kind\":2048,\"name\":\"deleteResource\",\"url\":\"classes/PassthroughDataAccessor.html#deleteResource\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"PassthroughDataAccessor\"},{\"id\":1682,\"kind\":128,\"name\":\"SparqlDataAccessor\",\"url\":\"classes/SparqlDataAccessor.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1683,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/SparqlDataAccessor.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"SparqlDataAccessor\"},{\"id\":1684,\"kind\":1024,\"name\":\"logger\",\"url\":\"classes/SparqlDataAccessor.html#logger\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"SparqlDataAccessor\"},{\"id\":1685,\"kind\":1024,\"name\":\"endpoint\",\"url\":\"classes/SparqlDataAccessor.html#endpoint\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"SparqlDataAccessor\"},{\"id\":1686,\"kind\":1024,\"name\":\"identifierStrategy\",\"url\":\"classes/SparqlDataAccessor.html#identifierStrategy\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"SparqlDataAccessor\"},{\"id\":1687,\"kind\":1024,\"name\":\"fetcher\",\"url\":\"classes/SparqlDataAccessor.html#fetcher\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"SparqlDataAccessor\"},{\"id\":1688,\"kind\":1024,\"name\":\"generator\",\"url\":\"classes/SparqlDataAccessor.html#generator\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"SparqlDataAccessor\"},{\"id\":1689,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/SparqlDataAccessor.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"SparqlDataAccessor\"},{\"id\":1690,\"kind\":2048,\"name\":\"getData\",\"url\":\"classes/SparqlDataAccessor.html#getData\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"SparqlDataAccessor\"},{\"id\":1691,\"kind\":2048,\"name\":\"getMetadata\",\"url\":\"classes/SparqlDataAccessor.html#getMetadata\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"SparqlDataAccessor\"},{\"id\":1692,\"kind\":2048,\"name\":\"getChildren\",\"url\":\"classes/SparqlDataAccessor.html#getChildren\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"SparqlDataAccessor\"},{\"id\":1693,\"kind\":2048,\"name\":\"writeContainer\",\"url\":\"classes/SparqlDataAccessor.html#writeContainer\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"SparqlDataAccessor\"},{\"id\":1694,\"kind\":2048,\"name\":\"writeDocument\",\"url\":\"classes/SparqlDataAccessor.html#writeDocument\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"SparqlDataAccessor\"},{\"id\":1695,\"kind\":2048,\"name\":\"deleteResource\",\"url\":\"classes/SparqlDataAccessor.html#deleteResource\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"SparqlDataAccessor\"},{\"id\":1696,\"kind\":2048,\"name\":\"getRelatedNames\",\"url\":\"classes/SparqlDataAccessor.html#getRelatedNames\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"SparqlDataAccessor\"},{\"id\":1697,\"kind\":2048,\"name\":\"getMetadataNode\",\"url\":\"classes/SparqlDataAccessor.html#getMetadataNode\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"SparqlDataAccessor\"},{\"id\":1698,\"kind\":2048,\"name\":\"isMetadataIdentifier\",\"url\":\"classes/SparqlDataAccessor.html#isMetadataIdentifier\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"SparqlDataAccessor\"},{\"id\":1699,\"kind\":2048,\"name\":\"sparqlConstruct\",\"url\":\"classes/SparqlDataAccessor.html#sparqlConstruct\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"SparqlDataAccessor\"},{\"id\":1700,\"kind\":2048,\"name\":\"sparqlSelectGraph\",\"url\":\"classes/SparqlDataAccessor.html#sparqlSelectGraph\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"SparqlDataAccessor\"},{\"id\":1701,\"kind\":2048,\"name\":\"sparqlInsert\",\"url\":\"classes/SparqlDataAccessor.html#sparqlInsert\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"SparqlDataAccessor\"},{\"id\":1702,\"kind\":2048,\"name\":\"sparqlDelete\",\"url\":\"classes/SparqlDataAccessor.html#sparqlDelete\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"SparqlDataAccessor\"},{\"id\":1703,\"kind\":2048,\"name\":\"sparqlUpdateDeleteAll\",\"url\":\"classes/SparqlDataAccessor.html#sparqlUpdateDeleteAll\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"SparqlDataAccessor\"},{\"id\":1704,\"kind\":2048,\"name\":\"sparqlUpdateGraph\",\"url\":\"classes/SparqlDataAccessor.html#sparqlUpdateGraph\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"SparqlDataAccessor\"},{\"id\":1705,\"kind\":2048,\"name\":\"sendSparqlConstruct\",\"url\":\"classes/SparqlDataAccessor.html#sendSparqlConstruct\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"SparqlDataAccessor\"},{\"id\":1706,\"kind\":2048,\"name\":\"sendSparqlUpdate\",\"url\":\"classes/SparqlDataAccessor.html#sendSparqlUpdate\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"SparqlDataAccessor\"},{\"id\":1707,\"kind\":128,\"name\":\"ValidatingDataAccessor\",\"url\":\"classes/ValidatingDataAccessor.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1708,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ValidatingDataAccessor.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ValidatingDataAccessor\"},{\"id\":1709,\"kind\":1024,\"name\":\"validator\",\"url\":\"classes/ValidatingDataAccessor.html#validator\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ValidatingDataAccessor\"},{\"id\":1710,\"kind\":2048,\"name\":\"writeDocument\",\"url\":\"classes/ValidatingDataAccessor.html#writeDocument\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ValidatingDataAccessor\"},{\"id\":1711,\"kind\":2048,\"name\":\"writeContainer\",\"url\":\"classes/ValidatingDataAccessor.html#writeContainer\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ValidatingDataAccessor\"},{\"id\":1712,\"kind\":1024,\"name\":\"accessor\",\"url\":\"classes/ValidatingDataAccessor.html#accessor\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"ValidatingDataAccessor\"},{\"id\":1713,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/ValidatingDataAccessor.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ValidatingDataAccessor\"},{\"id\":1714,\"kind\":2048,\"name\":\"getData\",\"url\":\"classes/ValidatingDataAccessor.html#getData\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ValidatingDataAccessor\"},{\"id\":1715,\"kind\":2048,\"name\":\"getMetadata\",\"url\":\"classes/ValidatingDataAccessor.html#getMetadata\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ValidatingDataAccessor\"},{\"id\":1716,\"kind\":2048,\"name\":\"getChildren\",\"url\":\"classes/ValidatingDataAccessor.html#getChildren\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ValidatingDataAccessor\"},{\"id\":1717,\"kind\":2048,\"name\":\"deleteResource\",\"url\":\"classes/ValidatingDataAccessor.html#deleteResource\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ValidatingDataAccessor\"},{\"id\":1718,\"kind\":128,\"name\":\"BaseTypedRepresentationConverter\",\"url\":\"classes/BaseTypedRepresentationConverter.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1719,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/BaseTypedRepresentationConverter.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"BaseTypedRepresentationConverter\"},{\"id\":1720,\"kind\":1024,\"name\":\"inputTypes\",\"url\":\"classes/BaseTypedRepresentationConverter.html#inputTypes\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"BaseTypedRepresentationConverter\"},{\"id\":1721,\"kind\":1024,\"name\":\"outputTypes\",\"url\":\"classes/BaseTypedRepresentationConverter.html#outputTypes\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"BaseTypedRepresentationConverter\"},{\"id\":1722,\"kind\":2048,\"name\":\"getOutputTypes\",\"url\":\"classes/BaseTypedRepresentationConverter.html#getOutputTypes\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"BaseTypedRepresentationConverter\"},{\"id\":1723,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/BaseTypedRepresentationConverter.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"BaseTypedRepresentationConverter\"},{\"id\":1724,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/BaseTypedRepresentationConverter.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BaseTypedRepresentationConverter\"},{\"id\":1725,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/BaseTypedRepresentationConverter.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BaseTypedRepresentationConverter\"},{\"id\":1726,\"kind\":128,\"name\":\"ChainedConverter\",\"url\":\"classes/ChainedConverter.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1727,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ChainedConverter.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ChainedConverter\"},{\"id\":1728,\"kind\":1024,\"name\":\"logger\",\"url\":\"classes/ChainedConverter.html#logger\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"ChainedConverter\"},{\"id\":1729,\"kind\":1024,\"name\":\"converters\",\"url\":\"classes/ChainedConverter.html#converters\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ChainedConverter\"},{\"id\":1730,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/ChainedConverter.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ChainedConverter\"},{\"id\":1731,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/ChainedConverter.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ChainedConverter\"},{\"id\":1732,\"kind\":2048,\"name\":\"findPath\",\"url\":\"classes/ChainedConverter.html#findPath\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"ChainedConverter\"},{\"id\":1733,\"kind\":2048,\"name\":\"generatePath\",\"url\":\"classes/ChainedConverter.html#generatePath\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"ChainedConverter\"},{\"id\":1734,\"kind\":2048,\"name\":\"updatePathWeights\",\"url\":\"classes/ChainedConverter.html#updatePathWeights\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"ChainedConverter\"},{\"id\":1735,\"kind\":2048,\"name\":\"findBest\",\"url\":\"classes/ChainedConverter.html#findBest\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"ChainedConverter\"},{\"id\":1736,\"kind\":2048,\"name\":\"removeBadPaths\",\"url\":\"classes/ChainedConverter.html#removeBadPaths\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"ChainedConverter\"},{\"id\":1737,\"kind\":2048,\"name\":\"takeStep\",\"url\":\"classes/ChainedConverter.html#takeStep\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"ChainedConverter\"},{\"id\":1738,\"kind\":2048,\"name\":\"modifyTypeWeights\",\"url\":\"classes/ChainedConverter.html#modifyTypeWeights\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"ChainedConverter\"},{\"id\":1739,\"kind\":2048,\"name\":\"supportedConverters\",\"url\":\"classes/ChainedConverter.html#supportedConverters\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"ChainedConverter\"},{\"id\":1740,\"kind\":2048,\"name\":\"findConverterPreference\",\"url\":\"classes/ChainedConverter.html#findConverterPreference\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"ChainedConverter\"},{\"id\":1741,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/ChainedConverter.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ChainedConverter\"},{\"id\":1742,\"kind\":256,\"name\":\"ConstantConverterOptions\",\"url\":\"interfaces/ConstantConverterOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1743,\"kind\":1024,\"name\":\"container\",\"url\":\"interfaces/ConstantConverterOptions.html#container\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ConstantConverterOptions\"},{\"id\":1744,\"kind\":1024,\"name\":\"document\",\"url\":\"interfaces/ConstantConverterOptions.html#document\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ConstantConverterOptions\"},{\"id\":1745,\"kind\":1024,\"name\":\"minQuality\",\"url\":\"interfaces/ConstantConverterOptions.html#minQuality\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ConstantConverterOptions\"},{\"id\":1746,\"kind\":1024,\"name\":\"enabledMediaRanges\",\"url\":\"interfaces/ConstantConverterOptions.html#enabledMediaRanges\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ConstantConverterOptions\"},{\"id\":1747,\"kind\":1024,\"name\":\"disabledMediaRanges\",\"url\":\"interfaces/ConstantConverterOptions.html#disabledMediaRanges\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ConstantConverterOptions\"},{\"id\":1748,\"kind\":128,\"name\":\"ConstantConverter\",\"url\":\"classes/ConstantConverter.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1749,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ConstantConverter.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ConstantConverter\"},{\"id\":1750,\"kind\":1024,\"name\":\"filePath\",\"url\":\"classes/ConstantConverter.html#filePath\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ConstantConverter\"},{\"id\":1751,\"kind\":1024,\"name\":\"contentType\",\"url\":\"classes/ConstantConverter.html#contentType\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ConstantConverter\"},{\"id\":1752,\"kind\":1024,\"name\":\"options\",\"url\":\"classes/ConstantConverter.html#options\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ConstantConverter\"},{\"id\":1753,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/ConstantConverter.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ConstantConverter\"},{\"id\":1754,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/ConstantConverter.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ConstantConverter\"},{\"id\":1755,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/ConstantConverter.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ConstantConverter\"},{\"id\":1756,\"kind\":128,\"name\":\"ContainerToTemplateConverter\",\"url\":\"classes/ContainerToTemplateConverter.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1757,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ContainerToTemplateConverter.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ContainerToTemplateConverter\"},{\"id\":1758,\"kind\":1024,\"name\":\"identifierStrategy\",\"url\":\"classes/ContainerToTemplateConverter.html#identifierStrategy\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ContainerToTemplateConverter\"},{\"id\":1759,\"kind\":1024,\"name\":\"templateEngine\",\"url\":\"classes/ContainerToTemplateConverter.html#templateEngine\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ContainerToTemplateConverter\"},{\"id\":1760,\"kind\":1024,\"name\":\"contentType\",\"url\":\"classes/ContainerToTemplateConverter.html#contentType\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ContainerToTemplateConverter\"},{\"id\":1761,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/ContainerToTemplateConverter.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ContainerToTemplateConverter\"},{\"id\":1762,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/ContainerToTemplateConverter.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ContainerToTemplateConverter\"},{\"id\":1763,\"kind\":2048,\"name\":\"getChildResources\",\"url\":\"classes/ContainerToTemplateConverter.html#getChildResources\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"ContainerToTemplateConverter\"},{\"id\":1764,\"kind\":2048,\"name\":\"getParentContainers\",\"url\":\"classes/ContainerToTemplateConverter.html#getParentContainers\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"ContainerToTemplateConverter\"},{\"id\":1765,\"kind\":2048,\"name\":\"getLocalName\",\"url\":\"classes/ContainerToTemplateConverter.html#getLocalName\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"ContainerToTemplateConverter\"},{\"id\":1766,\"kind\":1024,\"name\":\"inputTypes\",\"url\":\"classes/ContainerToTemplateConverter.html#inputTypes\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"ContainerToTemplateConverter\"},{\"id\":1767,\"kind\":1024,\"name\":\"outputTypes\",\"url\":\"classes/ContainerToTemplateConverter.html#outputTypes\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"ContainerToTemplateConverter\"},{\"id\":1768,\"kind\":2048,\"name\":\"getOutputTypes\",\"url\":\"classes/ContainerToTemplateConverter.html#getOutputTypes\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ContainerToTemplateConverter\"},{\"id\":1769,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/ContainerToTemplateConverter.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ContainerToTemplateConverter\"},{\"id\":1770,\"kind\":128,\"name\":\"ContentTypeReplacer\",\"url\":\"classes/ContentTypeReplacer.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1771,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ContentTypeReplacer.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ContentTypeReplacer\"},{\"id\":1772,\"kind\":1024,\"name\":\"contentTypeMap\",\"url\":\"classes/ContentTypeReplacer.html#contentTypeMap\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ContentTypeReplacer\"},{\"id\":1773,\"kind\":2048,\"name\":\"getOutputTypes\",\"url\":\"classes/ContentTypeReplacer.html#getOutputTypes\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ContentTypeReplacer\"},{\"id\":1774,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/ContentTypeReplacer.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ContentTypeReplacer\"},{\"id\":1775,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/ContentTypeReplacer.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ContentTypeReplacer\"},{\"id\":1776,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/ContentTypeReplacer.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ContentTypeReplacer\"},{\"id\":1777,\"kind\":2048,\"name\":\"getReplacementType\",\"url\":\"classes/ContentTypeReplacer.html#getReplacementType\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"ContentTypeReplacer\"},{\"id\":1778,\"kind\":64,\"name\":\"cleanPreferences\",\"url\":\"modules.html#cleanPreferences\",\"classes\":\"tsd-kind-function\"},{\"id\":1779,\"kind\":64,\"name\":\"getTypeWeight\",\"url\":\"modules.html#getTypeWeight\",\"classes\":\"tsd-kind-function\"},{\"id\":1780,\"kind\":64,\"name\":\"getWeightedPreferences\",\"url\":\"modules.html#getWeightedPreferences\",\"classes\":\"tsd-kind-function\"},{\"id\":1781,\"kind\":64,\"name\":\"getBestPreference\",\"url\":\"modules.html#getBestPreference\",\"classes\":\"tsd-kind-function\"},{\"id\":1782,\"kind\":64,\"name\":\"getConversionTarget\",\"url\":\"modules.html#getConversionTarget\",\"classes\":\"tsd-kind-function\"},{\"id\":1783,\"kind\":64,\"name\":\"matchesMediaPreferences\",\"url\":\"modules.html#matchesMediaPreferences\",\"classes\":\"tsd-kind-function\"},{\"id\":1784,\"kind\":64,\"name\":\"matchesMediaType\",\"url\":\"modules.html#matchesMediaType\",\"classes\":\"tsd-kind-function\"},{\"id\":1785,\"kind\":64,\"name\":\"isInternalContentType\",\"url\":\"modules.html#isInternalContentType\",\"classes\":\"tsd-kind-function\"},{\"id\":1786,\"kind\":64,\"name\":\"preferencesToString\",\"url\":\"modules.html#preferencesToString\",\"classes\":\"tsd-kind-function\"},{\"id\":1787,\"kind\":128,\"name\":\"DynamicJsonToTemplateConverter\",\"url\":\"classes/DynamicJsonToTemplateConverter.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1788,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/DynamicJsonToTemplateConverter.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"DynamicJsonToTemplateConverter\"},{\"id\":1789,\"kind\":1024,\"name\":\"templateEngine\",\"url\":\"classes/DynamicJsonToTemplateConverter.html#templateEngine\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"DynamicJsonToTemplateConverter\"},{\"id\":1790,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/DynamicJsonToTemplateConverter.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"DynamicJsonToTemplateConverter\"},{\"id\":1791,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/DynamicJsonToTemplateConverter.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"DynamicJsonToTemplateConverter\"},{\"id\":1792,\"kind\":2048,\"name\":\"constructTypeMap\",\"url\":\"classes/DynamicJsonToTemplateConverter.html#constructTypeMap\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"DynamicJsonToTemplateConverter\"},{\"id\":1793,\"kind\":2048,\"name\":\"findType\",\"url\":\"classes/DynamicJsonToTemplateConverter.html#findType\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"DynamicJsonToTemplateConverter\"},{\"id\":1794,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/DynamicJsonToTemplateConverter.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"DynamicJsonToTemplateConverter\"},{\"id\":1795,\"kind\":128,\"name\":\"ErrorToJsonConverter\",\"url\":\"classes/ErrorToJsonConverter.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1796,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ErrorToJsonConverter.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ErrorToJsonConverter\"},{\"id\":1797,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/ErrorToJsonConverter.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ErrorToJsonConverter\"},{\"id\":1798,\"kind\":1024,\"name\":\"inputTypes\",\"url\":\"classes/ErrorToJsonConverter.html#inputTypes\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"ErrorToJsonConverter\"},{\"id\":1799,\"kind\":1024,\"name\":\"outputTypes\",\"url\":\"classes/ErrorToJsonConverter.html#outputTypes\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"ErrorToJsonConverter\"},{\"id\":1800,\"kind\":2048,\"name\":\"getOutputTypes\",\"url\":\"classes/ErrorToJsonConverter.html#getOutputTypes\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ErrorToJsonConverter\"},{\"id\":1801,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/ErrorToJsonConverter.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ErrorToJsonConverter\"},{\"id\":1802,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/ErrorToJsonConverter.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ErrorToJsonConverter\"},{\"id\":1803,\"kind\":128,\"name\":\"ErrorToQuadConverter\",\"url\":\"classes/ErrorToQuadConverter.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1804,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ErrorToQuadConverter.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ErrorToQuadConverter\"},{\"id\":1805,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/ErrorToQuadConverter.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ErrorToQuadConverter\"},{\"id\":1806,\"kind\":1024,\"name\":\"inputTypes\",\"url\":\"classes/ErrorToQuadConverter.html#inputTypes\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"ErrorToQuadConverter\"},{\"id\":1807,\"kind\":1024,\"name\":\"outputTypes\",\"url\":\"classes/ErrorToQuadConverter.html#outputTypes\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"ErrorToQuadConverter\"},{\"id\":1808,\"kind\":2048,\"name\":\"getOutputTypes\",\"url\":\"classes/ErrorToQuadConverter.html#getOutputTypes\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ErrorToQuadConverter\"},{\"id\":1809,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/ErrorToQuadConverter.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ErrorToQuadConverter\"},{\"id\":1810,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/ErrorToQuadConverter.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ErrorToQuadConverter\"},{\"id\":1811,\"kind\":256,\"name\":\"TemplateOptions\",\"url\":\"interfaces/TemplateOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1812,\"kind\":1024,\"name\":\"mainTemplatePath\",\"url\":\"interfaces/TemplateOptions.html#mainTemplatePath\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TemplateOptions\"},{\"id\":1813,\"kind\":1024,\"name\":\"codeTemplatesPath\",\"url\":\"interfaces/TemplateOptions.html#codeTemplatesPath\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TemplateOptions\"},{\"id\":1814,\"kind\":1024,\"name\":\"extension\",\"url\":\"interfaces/TemplateOptions.html#extension\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TemplateOptions\"},{\"id\":1815,\"kind\":1024,\"name\":\"contentType\",\"url\":\"interfaces/TemplateOptions.html#contentType\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TemplateOptions\"},{\"id\":1816,\"kind\":128,\"name\":\"ErrorToTemplateConverter\",\"url\":\"classes/ErrorToTemplateConverter.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1817,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ErrorToTemplateConverter.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ErrorToTemplateConverter\"},{\"id\":1818,\"kind\":1024,\"name\":\"templateEngine\",\"url\":\"classes/ErrorToTemplateConverter.html#templateEngine\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ErrorToTemplateConverter\"},{\"id\":1819,\"kind\":1024,\"name\":\"mainTemplatePath\",\"url\":\"classes/ErrorToTemplateConverter.html#mainTemplatePath\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ErrorToTemplateConverter\"},{\"id\":1820,\"kind\":1024,\"name\":\"codeTemplatesPath\",\"url\":\"classes/ErrorToTemplateConverter.html#codeTemplatesPath\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ErrorToTemplateConverter\"},{\"id\":1821,\"kind\":1024,\"name\":\"extension\",\"url\":\"classes/ErrorToTemplateConverter.html#extension\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ErrorToTemplateConverter\"},{\"id\":1822,\"kind\":1024,\"name\":\"contentType\",\"url\":\"classes/ErrorToTemplateConverter.html#contentType\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ErrorToTemplateConverter\"},{\"id\":1823,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/ErrorToTemplateConverter.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ErrorToTemplateConverter\"},{\"id\":1824,\"kind\":1024,\"name\":\"inputTypes\",\"url\":\"classes/ErrorToTemplateConverter.html#inputTypes\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"ErrorToTemplateConverter\"},{\"id\":1825,\"kind\":1024,\"name\":\"outputTypes\",\"url\":\"classes/ErrorToTemplateConverter.html#outputTypes\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"ErrorToTemplateConverter\"},{\"id\":1826,\"kind\":2048,\"name\":\"getOutputTypes\",\"url\":\"classes/ErrorToTemplateConverter.html#getOutputTypes\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ErrorToTemplateConverter\"},{\"id\":1827,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/ErrorToTemplateConverter.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ErrorToTemplateConverter\"},{\"id\":1828,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/ErrorToTemplateConverter.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ErrorToTemplateConverter\"},{\"id\":1829,\"kind\":128,\"name\":\"FormToJsonConverter\",\"url\":\"classes/FormToJsonConverter.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1830,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/FormToJsonConverter.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"FormToJsonConverter\"},{\"id\":1831,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/FormToJsonConverter.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"FormToJsonConverter\"},{\"id\":1832,\"kind\":1024,\"name\":\"inputTypes\",\"url\":\"classes/FormToJsonConverter.html#inputTypes\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"FormToJsonConverter\"},{\"id\":1833,\"kind\":1024,\"name\":\"outputTypes\",\"url\":\"classes/FormToJsonConverter.html#outputTypes\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"FormToJsonConverter\"},{\"id\":1834,\"kind\":2048,\"name\":\"getOutputTypes\",\"url\":\"classes/FormToJsonConverter.html#getOutputTypes\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FormToJsonConverter\"},{\"id\":1835,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/FormToJsonConverter.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FormToJsonConverter\"},{\"id\":1836,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/FormToJsonConverter.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FormToJsonConverter\"},{\"id\":1837,\"kind\":128,\"name\":\"MarkdownToHtmlConverter\",\"url\":\"classes/MarkdownToHtmlConverter.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1838,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/MarkdownToHtmlConverter.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MarkdownToHtmlConverter\"},{\"id\":1839,\"kind\":1024,\"name\":\"templateEngine\",\"url\":\"classes/MarkdownToHtmlConverter.html#templateEngine\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"MarkdownToHtmlConverter\"},{\"id\":1840,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/MarkdownToHtmlConverter.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MarkdownToHtmlConverter\"},{\"id\":1841,\"kind\":1024,\"name\":\"inputTypes\",\"url\":\"classes/MarkdownToHtmlConverter.html#inputTypes\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"MarkdownToHtmlConverter\"},{\"id\":1842,\"kind\":1024,\"name\":\"outputTypes\",\"url\":\"classes/MarkdownToHtmlConverter.html#outputTypes\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"MarkdownToHtmlConverter\"},{\"id\":1843,\"kind\":2048,\"name\":\"getOutputTypes\",\"url\":\"classes/MarkdownToHtmlConverter.html#getOutputTypes\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MarkdownToHtmlConverter\"},{\"id\":1844,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/MarkdownToHtmlConverter.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MarkdownToHtmlConverter\"},{\"id\":1845,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/MarkdownToHtmlConverter.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MarkdownToHtmlConverter\"},{\"id\":1846,\"kind\":128,\"name\":\"PassthroughConverter\",\"url\":\"classes/PassthroughConverter.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1847,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/PassthroughConverter.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PassthroughConverter\"},{\"id\":1848,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/PassthroughConverter.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"PassthroughConverter\"},{\"id\":1849,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/PassthroughConverter.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PassthroughConverter\"},{\"id\":1850,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/PassthroughConverter.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PassthroughConverter\"},{\"id\":1851,\"kind\":128,\"name\":\"QuadToRdfConverter\",\"url\":\"classes/QuadToRdfConverter.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1852,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/QuadToRdfConverter.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"QuadToRdfConverter\"},{\"id\":1853,\"kind\":1024,\"name\":\"outputPreferences\",\"url\":\"classes/QuadToRdfConverter.html#outputPreferences\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"QuadToRdfConverter\"},{\"id\":1854,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/QuadToRdfConverter.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"QuadToRdfConverter\"},{\"id\":1855,\"kind\":1024,\"name\":\"inputTypes\",\"url\":\"classes/QuadToRdfConverter.html#inputTypes\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"QuadToRdfConverter\"},{\"id\":1856,\"kind\":1024,\"name\":\"outputTypes\",\"url\":\"classes/QuadToRdfConverter.html#outputTypes\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"QuadToRdfConverter\"},{\"id\":1857,\"kind\":2048,\"name\":\"getOutputTypes\",\"url\":\"classes/QuadToRdfConverter.html#getOutputTypes\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"QuadToRdfConverter\"},{\"id\":1858,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/QuadToRdfConverter.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"QuadToRdfConverter\"},{\"id\":1859,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/QuadToRdfConverter.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"QuadToRdfConverter\"},{\"id\":1860,\"kind\":128,\"name\":\"RdfToQuadConverter\",\"url\":\"classes/RdfToQuadConverter.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1861,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/RdfToQuadConverter.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"RdfToQuadConverter\"},{\"id\":1862,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/RdfToQuadConverter.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"RdfToQuadConverter\"},{\"id\":1863,\"kind\":1024,\"name\":\"inputTypes\",\"url\":\"classes/RdfToQuadConverter.html#inputTypes\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"RdfToQuadConverter\"},{\"id\":1864,\"kind\":1024,\"name\":\"outputTypes\",\"url\":\"classes/RdfToQuadConverter.html#outputTypes\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"RdfToQuadConverter\"},{\"id\":1865,\"kind\":2048,\"name\":\"getOutputTypes\",\"url\":\"classes/RdfToQuadConverter.html#getOutputTypes\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RdfToQuadConverter\"},{\"id\":1866,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/RdfToQuadConverter.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RdfToQuadConverter\"},{\"id\":1867,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/RdfToQuadConverter.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RdfToQuadConverter\"},{\"id\":1868,\"kind\":256,\"name\":\"RepresentationConverterArgs\",\"url\":\"interfaces/RepresentationConverterArgs.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1869,\"kind\":1024,\"name\":\"identifier\",\"url\":\"interfaces/RepresentationConverterArgs.html#identifier\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"RepresentationConverterArgs\"},{\"id\":1870,\"kind\":1024,\"name\":\"representation\",\"url\":\"interfaces/RepresentationConverterArgs.html#representation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"RepresentationConverterArgs\"},{\"id\":1871,\"kind\":1024,\"name\":\"preferences\",\"url\":\"interfaces/RepresentationConverterArgs.html#preferences\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"RepresentationConverterArgs\"},{\"id\":1872,\"kind\":128,\"name\":\"RepresentationConverter\",\"url\":\"classes/RepresentationConverter.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1873,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/RepresentationConverter.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RepresentationConverter\"},{\"id\":1874,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/RepresentationConverter.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RepresentationConverter\"},{\"id\":1875,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/RepresentationConverter.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RepresentationConverter\"},{\"id\":1876,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/RepresentationConverter.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RepresentationConverter\"},{\"id\":1877,\"kind\":128,\"name\":\"TypedRepresentationConverter\",\"url\":\"classes/TypedRepresentationConverter.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1878,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/TypedRepresentationConverter.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TypedRepresentationConverter\"},{\"id\":1879,\"kind\":2048,\"name\":\"getOutputTypes\",\"url\":\"classes/TypedRepresentationConverter.html#getOutputTypes\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TypedRepresentationConverter\"},{\"id\":1880,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/TypedRepresentationConverter.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TypedRepresentationConverter\"},{\"id\":1881,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/TypedRepresentationConverter.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TypedRepresentationConverter\"},{\"id\":1882,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/TypedRepresentationConverter.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TypedRepresentationConverter\"},{\"id\":1883,\"kind\":128,\"name\":\"EncodingPathStorage\",\"url\":\"classes/EncodingPathStorage.html\",\"classes\":\"tsd-kind-class tsd-has-type-parameter\"},{\"id\":1884,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/EncodingPathStorage.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter\",\"parent\":\"EncodingPathStorage\"},{\"id\":1885,\"kind\":1024,\"name\":\"basePath\",\"url\":\"classes/EncodingPathStorage.html#basePath\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"EncodingPathStorage\"},{\"id\":1886,\"kind\":1024,\"name\":\"source\",\"url\":\"classes/EncodingPathStorage.html#source\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"EncodingPathStorage\"},{\"id\":1887,\"kind\":2048,\"name\":\"get\",\"url\":\"classes/EncodingPathStorage.html#get\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"EncodingPathStorage\"},{\"id\":1888,\"kind\":2048,\"name\":\"has\",\"url\":\"classes/EncodingPathStorage.html#has\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"EncodingPathStorage\"},{\"id\":1889,\"kind\":2048,\"name\":\"set\",\"url\":\"classes/EncodingPathStorage.html#set\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"EncodingPathStorage\"},{\"id\":1890,\"kind\":2048,\"name\":\"delete\",\"url\":\"classes/EncodingPathStorage.html#delete\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"EncodingPathStorage\"},{\"id\":1891,\"kind\":2048,\"name\":\"entries\",\"url\":\"classes/EncodingPathStorage.html#entries\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"EncodingPathStorage\"},{\"id\":1892,\"kind\":2048,\"name\":\"keyToPath\",\"url\":\"classes/EncodingPathStorage.html#keyToPath\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"EncodingPathStorage\"},{\"id\":1893,\"kind\":2048,\"name\":\"pathToKey\",\"url\":\"classes/EncodingPathStorage.html#pathToKey\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"EncodingPathStorage\"},{\"id\":1894,\"kind\":256,\"name\":\"ExpiringStorage\",\"url\":\"interfaces/ExpiringStorage.html\",\"classes\":\"tsd-kind-interface tsd-has-type-parameter\"},{\"id\":1895,\"kind\":2048,\"name\":\"set\",\"url\":\"interfaces/ExpiringStorage.html#set\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-overwrite\",\"parent\":\"ExpiringStorage\"},{\"id\":1896,\"kind\":2048,\"name\":\"get\",\"url\":\"interfaces/ExpiringStorage.html#get\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ExpiringStorage\"},{\"id\":1897,\"kind\":2048,\"name\":\"has\",\"url\":\"interfaces/ExpiringStorage.html#has\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ExpiringStorage\"},{\"id\":1898,\"kind\":2048,\"name\":\"delete\",\"url\":\"interfaces/ExpiringStorage.html#delete\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ExpiringStorage\"},{\"id\":1899,\"kind\":2048,\"name\":\"entries\",\"url\":\"interfaces/ExpiringStorage.html#entries\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ExpiringStorage\"},{\"id\":1900,\"kind\":128,\"name\":\"JsonFileStorage\",\"url\":\"classes/JsonFileStorage.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1901,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/JsonFileStorage.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"JsonFileStorage\"},{\"id\":1902,\"kind\":1024,\"name\":\"filePath\",\"url\":\"classes/JsonFileStorage.html#filePath\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"JsonFileStorage\"},{\"id\":1903,\"kind\":1024,\"name\":\"locker\",\"url\":\"classes/JsonFileStorage.html#locker\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"JsonFileStorage\"},{\"id\":1904,\"kind\":1024,\"name\":\"lockIdentifier\",\"url\":\"classes/JsonFileStorage.html#lockIdentifier\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"JsonFileStorage\"},{\"id\":1905,\"kind\":2048,\"name\":\"get\",\"url\":\"classes/JsonFileStorage.html#get\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"JsonFileStorage\"},{\"id\":1906,\"kind\":2048,\"name\":\"has\",\"url\":\"classes/JsonFileStorage.html#has\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"JsonFileStorage\"},{\"id\":1907,\"kind\":2048,\"name\":\"set\",\"url\":\"classes/JsonFileStorage.html#set\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"JsonFileStorage\"},{\"id\":1908,\"kind\":2048,\"name\":\"delete\",\"url\":\"classes/JsonFileStorage.html#delete\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"JsonFileStorage\"},{\"id\":1909,\"kind\":2048,\"name\":\"entries\",\"url\":\"classes/JsonFileStorage.html#entries\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"JsonFileStorage\"},{\"id\":1910,\"kind\":2048,\"name\":\"getJsonSafely\",\"url\":\"classes/JsonFileStorage.html#getJsonSafely\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"JsonFileStorage\"},{\"id\":1911,\"kind\":2048,\"name\":\"updateJsonSafely\",\"url\":\"classes/JsonFileStorage.html#updateJsonSafely\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-private\",\"parent\":\"JsonFileStorage\"},{\"id\":1912,\"kind\":2048,\"name\":\"getJson\",\"url\":\"classes/JsonFileStorage.html#getJson\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"JsonFileStorage\"},{\"id\":1913,\"kind\":128,\"name\":\"JsonResourceStorage\",\"url\":\"classes/JsonResourceStorage.html\",\"classes\":\"tsd-kind-class tsd-has-type-parameter\"},{\"id\":1914,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/JsonResourceStorage.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter\",\"parent\":\"JsonResourceStorage\"},{\"id\":1915,\"kind\":1024,\"name\":\"source\",\"url\":\"classes/JsonResourceStorage.html#source\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"JsonResourceStorage\"},{\"id\":1916,\"kind\":1024,\"name\":\"container\",\"url\":\"classes/JsonResourceStorage.html#container\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"JsonResourceStorage\"},{\"id\":1917,\"kind\":2048,\"name\":\"get\",\"url\":\"classes/JsonResourceStorage.html#get\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"JsonResourceStorage\"},{\"id\":1918,\"kind\":2048,\"name\":\"has\",\"url\":\"classes/JsonResourceStorage.html#has\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"JsonResourceStorage\"},{\"id\":1919,\"kind\":2048,\"name\":\"set\",\"url\":\"classes/JsonResourceStorage.html#set\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"JsonResourceStorage\"},{\"id\":1920,\"kind\":2048,\"name\":\"delete\",\"url\":\"classes/JsonResourceStorage.html#delete\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"JsonResourceStorage\"},{\"id\":1921,\"kind\":2048,\"name\":\"entries\",\"url\":\"classes/JsonResourceStorage.html#entries\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"JsonResourceStorage\"},{\"id\":1922,\"kind\":2048,\"name\":\"getResourceEntries\",\"url\":\"classes/JsonResourceStorage.html#getResourceEntries\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"JsonResourceStorage\"},{\"id\":1923,\"kind\":2048,\"name\":\"safelyGetResource\",\"url\":\"classes/JsonResourceStorage.html#safelyGetResource\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"JsonResourceStorage\"},{\"id\":1924,\"kind\":2048,\"name\":\"keyToIdentifier\",\"url\":\"classes/JsonResourceStorage.html#keyToIdentifier\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"JsonResourceStorage\"},{\"id\":1925,\"kind\":2048,\"name\":\"identifierToKey\",\"url\":\"classes/JsonResourceStorage.html#identifierToKey\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"JsonResourceStorage\"},{\"id\":1926,\"kind\":256,\"name\":\"KeyValueStorage\",\"url\":\"interfaces/KeyValueStorage.html\",\"classes\":\"tsd-kind-interface tsd-has-type-parameter\"},{\"id\":1927,\"kind\":2048,\"name\":\"get\",\"url\":\"interfaces/KeyValueStorage.html#get\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"KeyValueStorage\"},{\"id\":1928,\"kind\":2048,\"name\":\"has\",\"url\":\"interfaces/KeyValueStorage.html#has\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"KeyValueStorage\"},{\"id\":1929,\"kind\":2048,\"name\":\"set\",\"url\":\"interfaces/KeyValueStorage.html#set\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"KeyValueStorage\"},{\"id\":1930,\"kind\":2048,\"name\":\"delete\",\"url\":\"interfaces/KeyValueStorage.html#delete\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"KeyValueStorage\"},{\"id\":1931,\"kind\":2048,\"name\":\"entries\",\"url\":\"interfaces/KeyValueStorage.html#entries\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"KeyValueStorage\"},{\"id\":1932,\"kind\":128,\"name\":\"MemoryMapStorage\",\"url\":\"classes/MemoryMapStorage.html\",\"classes\":\"tsd-kind-class tsd-has-type-parameter\"},{\"id\":1933,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/MemoryMapStorage.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter\",\"parent\":\"MemoryMapStorage\"},{\"id\":1934,\"kind\":1024,\"name\":\"data\",\"url\":\"classes/MemoryMapStorage.html#data\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"MemoryMapStorage\"},{\"id\":1935,\"kind\":2048,\"name\":\"get\",\"url\":\"classes/MemoryMapStorage.html#get\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"MemoryMapStorage\"},{\"id\":1936,\"kind\":2048,\"name\":\"has\",\"url\":\"classes/MemoryMapStorage.html#has\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"MemoryMapStorage\"},{\"id\":1937,\"kind\":2048,\"name\":\"set\",\"url\":\"classes/MemoryMapStorage.html#set\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"MemoryMapStorage\"},{\"id\":1938,\"kind\":2048,\"name\":\"delete\",\"url\":\"classes/MemoryMapStorage.html#delete\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"MemoryMapStorage\"},{\"id\":1939,\"kind\":2048,\"name\":\"entries\",\"url\":\"classes/MemoryMapStorage.html#entries\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"MemoryMapStorage\"},{\"id\":1940,\"kind\":4194304,\"name\":\"Expires\",\"url\":\"modules.html#Expires\",\"classes\":\"tsd-kind-type-alias tsd-has-type-parameter\"},{\"id\":1941,\"kind\":65536,\"name\":\"__type\",\"url\":\"modules.html#Expires.__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"Expires\"},{\"id\":1942,\"kind\":1024,\"name\":\"expires\",\"url\":\"modules.html#Expires.__type.expires\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Expires.__type\"},{\"id\":1943,\"kind\":1024,\"name\":\"payload\",\"url\":\"modules.html#Expires.__type.payload\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Expires.__type\"},{\"id\":1944,\"kind\":128,\"name\":\"WrappedExpiringStorage\",\"url\":\"classes/WrappedExpiringStorage.html\",\"classes\":\"tsd-kind-class tsd-has-type-parameter\"},{\"id\":1945,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/WrappedExpiringStorage.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter\",\"parent\":\"WrappedExpiringStorage\"},{\"id\":1946,\"kind\":1024,\"name\":\"logger\",\"url\":\"classes/WrappedExpiringStorage.html#logger\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"WrappedExpiringStorage\"},{\"id\":1947,\"kind\":1024,\"name\":\"source\",\"url\":\"classes/WrappedExpiringStorage.html#source\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"WrappedExpiringStorage\"},{\"id\":1948,\"kind\":1024,\"name\":\"timer\",\"url\":\"classes/WrappedExpiringStorage.html#timer\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"WrappedExpiringStorage\"},{\"id\":1949,\"kind\":2048,\"name\":\"get\",\"url\":\"classes/WrappedExpiringStorage.html#get\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"WrappedExpiringStorage\"},{\"id\":1950,\"kind\":2048,\"name\":\"has\",\"url\":\"classes/WrappedExpiringStorage.html#has\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"WrappedExpiringStorage\"},{\"id\":1951,\"kind\":2048,\"name\":\"set\",\"url\":\"classes/WrappedExpiringStorage.html#set\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"WrappedExpiringStorage\"},{\"id\":1952,\"kind\":2048,\"name\":\"delete\",\"url\":\"classes/WrappedExpiringStorage.html#delete\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"WrappedExpiringStorage\"},{\"id\":1953,\"kind\":2048,\"name\":\"entries\",\"url\":\"classes/WrappedExpiringStorage.html#entries\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"WrappedExpiringStorage\"},{\"id\":1954,\"kind\":2048,\"name\":\"removeExpiredEntries\",\"url\":\"classes/WrappedExpiringStorage.html#removeExpiredEntries\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"WrappedExpiringStorage\"},{\"id\":1955,\"kind\":2048,\"name\":\"getUnexpired\",\"url\":\"classes/WrappedExpiringStorage.html#getUnexpired\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"WrappedExpiringStorage\"},{\"id\":1956,\"kind\":2048,\"name\":\"isExpired\",\"url\":\"classes/WrappedExpiringStorage.html#isExpired\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"WrappedExpiringStorage\"},{\"id\":1957,\"kind\":2048,\"name\":\"toExpires\",\"url\":\"classes/WrappedExpiringStorage.html#toExpires\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"WrappedExpiringStorage\"},{\"id\":1958,\"kind\":2048,\"name\":\"toData\",\"url\":\"classes/WrappedExpiringStorage.html#toData\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"WrappedExpiringStorage\"},{\"id\":1959,\"kind\":2048,\"name\":\"finalize\",\"url\":\"classes/WrappedExpiringStorage.html#finalize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"WrappedExpiringStorage\"},{\"id\":1960,\"kind\":128,\"name\":\"BaseFileIdentifierMapper\",\"url\":\"classes/BaseFileIdentifierMapper.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1961,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/BaseFileIdentifierMapper.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"BaseFileIdentifierMapper\"},{\"id\":1962,\"kind\":1024,\"name\":\"logger\",\"url\":\"classes/BaseFileIdentifierMapper.html#logger\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"BaseFileIdentifierMapper\"},{\"id\":1963,\"kind\":1024,\"name\":\"baseRequestURI\",\"url\":\"classes/BaseFileIdentifierMapper.html#baseRequestURI\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"BaseFileIdentifierMapper\"},{\"id\":1964,\"kind\":1024,\"name\":\"rootFilepath\",\"url\":\"classes/BaseFileIdentifierMapper.html#rootFilepath\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"BaseFileIdentifierMapper\"},{\"id\":1965,\"kind\":2048,\"name\":\"mapUrlToFilePath\",\"url\":\"classes/BaseFileIdentifierMapper.html#mapUrlToFilePath\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"BaseFileIdentifierMapper\"},{\"id\":1966,\"kind\":2048,\"name\":\"mapUrlToContainerPath\",\"url\":\"classes/BaseFileIdentifierMapper.html#mapUrlToContainerPath\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected\",\"parent\":\"BaseFileIdentifierMapper\"},{\"id\":1967,\"kind\":2048,\"name\":\"mapUrlToDocumentPath\",\"url\":\"classes/BaseFileIdentifierMapper.html#mapUrlToDocumentPath\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected\",\"parent\":\"BaseFileIdentifierMapper\"},{\"id\":1968,\"kind\":2048,\"name\":\"getContentTypeFromUrl\",\"url\":\"classes/BaseFileIdentifierMapper.html#getContentTypeFromUrl\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected\",\"parent\":\"BaseFileIdentifierMapper\"},{\"id\":1969,\"kind\":2048,\"name\":\"mapFilePathToUrl\",\"url\":\"classes/BaseFileIdentifierMapper.html#mapFilePathToUrl\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"BaseFileIdentifierMapper\"},{\"id\":1970,\"kind\":2048,\"name\":\"getContainerUrl\",\"url\":\"classes/BaseFileIdentifierMapper.html#getContainerUrl\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected\",\"parent\":\"BaseFileIdentifierMapper\"},{\"id\":1971,\"kind\":2048,\"name\":\"getDocumentUrl\",\"url\":\"classes/BaseFileIdentifierMapper.html#getDocumentUrl\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected\",\"parent\":\"BaseFileIdentifierMapper\"},{\"id\":1972,\"kind\":2048,\"name\":\"getContentTypeFromPath\",\"url\":\"classes/BaseFileIdentifierMapper.html#getContentTypeFromPath\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected\",\"parent\":\"BaseFileIdentifierMapper\"},{\"id\":1973,\"kind\":2048,\"name\":\"getAbsolutePath\",\"url\":\"classes/BaseFileIdentifierMapper.html#getAbsolutePath\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected\",\"parent\":\"BaseFileIdentifierMapper\"},{\"id\":1974,\"kind\":2048,\"name\":\"getRelativePath\",\"url\":\"classes/BaseFileIdentifierMapper.html#getRelativePath\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected\",\"parent\":\"BaseFileIdentifierMapper\"},{\"id\":1975,\"kind\":2048,\"name\":\"validateRelativePath\",\"url\":\"classes/BaseFileIdentifierMapper.html#validateRelativePath\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected\",\"parent\":\"BaseFileIdentifierMapper\"},{\"id\":1976,\"kind\":2048,\"name\":\"isMetadataPath\",\"url\":\"classes/BaseFileIdentifierMapper.html#isMetadataPath\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected\",\"parent\":\"BaseFileIdentifierMapper\"},{\"id\":1977,\"kind\":128,\"name\":\"ExtensionBasedMapper\",\"url\":\"classes/ExtensionBasedMapper.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1978,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ExtensionBasedMapper.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ExtensionBasedMapper\"},{\"id\":1979,\"kind\":1024,\"name\":\"customTypes\",\"url\":\"classes/ExtensionBasedMapper.html#customTypes\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ExtensionBasedMapper\"},{\"id\":1980,\"kind\":1024,\"name\":\"customExtensions\",\"url\":\"classes/ExtensionBasedMapper.html#customExtensions\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ExtensionBasedMapper\"},{\"id\":1981,\"kind\":2048,\"name\":\"mapUrlToDocumentPath\",\"url\":\"classes/ExtensionBasedMapper.html#mapUrlToDocumentPath\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-protected\",\"parent\":\"ExtensionBasedMapper\"},{\"id\":1982,\"kind\":2048,\"name\":\"getDocumentUrl\",\"url\":\"classes/ExtensionBasedMapper.html#getDocumentUrl\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-protected\",\"parent\":\"ExtensionBasedMapper\"},{\"id\":1983,\"kind\":2048,\"name\":\"getContentTypeFromPath\",\"url\":\"classes/ExtensionBasedMapper.html#getContentTypeFromPath\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-protected\",\"parent\":\"ExtensionBasedMapper\"},{\"id\":1984,\"kind\":2048,\"name\":\"stripExtension\",\"url\":\"classes/ExtensionBasedMapper.html#stripExtension\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected\",\"parent\":\"ExtensionBasedMapper\"},{\"id\":1985,\"kind\":1024,\"name\":\"logger\",\"url\":\"classes/ExtensionBasedMapper.html#logger\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"ExtensionBasedMapper\"},{\"id\":1986,\"kind\":1024,\"name\":\"baseRequestURI\",\"url\":\"classes/ExtensionBasedMapper.html#baseRequestURI\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"ExtensionBasedMapper\"},{\"id\":1987,\"kind\":1024,\"name\":\"rootFilepath\",\"url\":\"classes/ExtensionBasedMapper.html#rootFilepath\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"ExtensionBasedMapper\"},{\"id\":1988,\"kind\":2048,\"name\":\"mapUrlToFilePath\",\"url\":\"classes/ExtensionBasedMapper.html#mapUrlToFilePath\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ExtensionBasedMapper\"},{\"id\":1989,\"kind\":2048,\"name\":\"mapUrlToContainerPath\",\"url\":\"classes/ExtensionBasedMapper.html#mapUrlToContainerPath\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"ExtensionBasedMapper\"},{\"id\":1990,\"kind\":2048,\"name\":\"getContentTypeFromUrl\",\"url\":\"classes/ExtensionBasedMapper.html#getContentTypeFromUrl\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"ExtensionBasedMapper\"},{\"id\":1991,\"kind\":2048,\"name\":\"mapFilePathToUrl\",\"url\":\"classes/ExtensionBasedMapper.html#mapFilePathToUrl\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ExtensionBasedMapper\"},{\"id\":1992,\"kind\":2048,\"name\":\"getContainerUrl\",\"url\":\"classes/ExtensionBasedMapper.html#getContainerUrl\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"ExtensionBasedMapper\"},{\"id\":1993,\"kind\":2048,\"name\":\"getAbsolutePath\",\"url\":\"classes/ExtensionBasedMapper.html#getAbsolutePath\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"ExtensionBasedMapper\"},{\"id\":1994,\"kind\":2048,\"name\":\"getRelativePath\",\"url\":\"classes/ExtensionBasedMapper.html#getRelativePath\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"ExtensionBasedMapper\"},{\"id\":1995,\"kind\":2048,\"name\":\"validateRelativePath\",\"url\":\"classes/ExtensionBasedMapper.html#validateRelativePath\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"ExtensionBasedMapper\"},{\"id\":1996,\"kind\":2048,\"name\":\"isMetadataPath\",\"url\":\"classes/ExtensionBasedMapper.html#isMetadataPath\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"ExtensionBasedMapper\"},{\"id\":1997,\"kind\":128,\"name\":\"ExtensionBasedMapperFactory\",\"url\":\"classes/ExtensionBasedMapperFactory.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1998,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ExtensionBasedMapperFactory.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"ExtensionBasedMapperFactory\"},{\"id\":1999,\"kind\":2048,\"name\":\"create\",\"url\":\"classes/ExtensionBasedMapperFactory.html#create\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ExtensionBasedMapperFactory\"},{\"id\":2000,\"kind\":256,\"name\":\"ResourceLink\",\"url\":\"interfaces/ResourceLink.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2001,\"kind\":1024,\"name\":\"identifier\",\"url\":\"interfaces/ResourceLink.html#identifier\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ResourceLink\"},{\"id\":2002,\"kind\":1024,\"name\":\"filePath\",\"url\":\"interfaces/ResourceLink.html#filePath\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ResourceLink\"},{\"id\":2003,\"kind\":1024,\"name\":\"contentType\",\"url\":\"interfaces/ResourceLink.html#contentType\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ResourceLink\"},{\"id\":2004,\"kind\":1024,\"name\":\"isMetadata\",\"url\":\"interfaces/ResourceLink.html#isMetadata\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ResourceLink\"},{\"id\":2005,\"kind\":256,\"name\":\"FileIdentifierMapper\",\"url\":\"interfaces/FileIdentifierMapper.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2006,\"kind\":2048,\"name\":\"mapFilePathToUrl\",\"url\":\"interfaces/FileIdentifierMapper.html#mapFilePathToUrl\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"FileIdentifierMapper\"},{\"id\":2007,\"kind\":2048,\"name\":\"mapUrlToFilePath\",\"url\":\"interfaces/FileIdentifierMapper.html#mapUrlToFilePath\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"FileIdentifierMapper\"},{\"id\":2008,\"kind\":256,\"name\":\"FileIdentifierMapperFactory\",\"url\":\"interfaces/FileIdentifierMapperFactory.html\",\"classes\":\"tsd-kind-interface tsd-has-type-parameter\"},{\"id\":2009,\"kind\":2048,\"name\":\"create\",\"url\":\"interfaces/FileIdentifierMapperFactory.html#create\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"FileIdentifierMapperFactory\"},{\"id\":2010,\"kind\":128,\"name\":\"FixedContentTypeMapper\",\"url\":\"classes/FixedContentTypeMapper.html\",\"classes\":\"tsd-kind-class\"},{\"id\":2011,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/FixedContentTypeMapper.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"FixedContentTypeMapper\"},{\"id\":2012,\"kind\":1024,\"name\":\"contentType\",\"url\":\"classes/FixedContentTypeMapper.html#contentType\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"FixedContentTypeMapper\"},{\"id\":2013,\"kind\":1024,\"name\":\"pathSuffix\",\"url\":\"classes/FixedContentTypeMapper.html#pathSuffix\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"FixedContentTypeMapper\"},{\"id\":2014,\"kind\":1024,\"name\":\"urlSuffix\",\"url\":\"classes/FixedContentTypeMapper.html#urlSuffix\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"FixedContentTypeMapper\"},{\"id\":2015,\"kind\":2048,\"name\":\"getContentTypeFromUrl\",\"url\":\"classes/FixedContentTypeMapper.html#getContentTypeFromUrl\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-protected\",\"parent\":\"FixedContentTypeMapper\"},{\"id\":2016,\"kind\":2048,\"name\":\"getContentTypeFromPath\",\"url\":\"classes/FixedContentTypeMapper.html#getContentTypeFromPath\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-protected\",\"parent\":\"FixedContentTypeMapper\"},{\"id\":2017,\"kind\":2048,\"name\":\"mapUrlToDocumentPath\",\"url\":\"classes/FixedContentTypeMapper.html#mapUrlToDocumentPath\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"FixedContentTypeMapper\"},{\"id\":2018,\"kind\":2048,\"name\":\"getDocumentUrl\",\"url\":\"classes/FixedContentTypeMapper.html#getDocumentUrl\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-protected\",\"parent\":\"FixedContentTypeMapper\"},{\"id\":2019,\"kind\":1024,\"name\":\"logger\",\"url\":\"classes/FixedContentTypeMapper.html#logger\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"FixedContentTypeMapper\"},{\"id\":2020,\"kind\":1024,\"name\":\"baseRequestURI\",\"url\":\"classes/FixedContentTypeMapper.html#baseRequestURI\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"FixedContentTypeMapper\"},{\"id\":2021,\"kind\":1024,\"name\":\"rootFilepath\",\"url\":\"classes/FixedContentTypeMapper.html#rootFilepath\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"FixedContentTypeMapper\"},{\"id\":2022,\"kind\":2048,\"name\":\"mapUrlToFilePath\",\"url\":\"classes/FixedContentTypeMapper.html#mapUrlToFilePath\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FixedContentTypeMapper\"},{\"id\":2023,\"kind\":2048,\"name\":\"mapUrlToContainerPath\",\"url\":\"classes/FixedContentTypeMapper.html#mapUrlToContainerPath\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"FixedContentTypeMapper\"},{\"id\":2024,\"kind\":2048,\"name\":\"mapFilePathToUrl\",\"url\":\"classes/FixedContentTypeMapper.html#mapFilePathToUrl\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FixedContentTypeMapper\"},{\"id\":2025,\"kind\":2048,\"name\":\"getContainerUrl\",\"url\":\"classes/FixedContentTypeMapper.html#getContainerUrl\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"FixedContentTypeMapper\"},{\"id\":2026,\"kind\":2048,\"name\":\"getAbsolutePath\",\"url\":\"classes/FixedContentTypeMapper.html#getAbsolutePath\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"FixedContentTypeMapper\"},{\"id\":2027,\"kind\":2048,\"name\":\"getRelativePath\",\"url\":\"classes/FixedContentTypeMapper.html#getRelativePath\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"FixedContentTypeMapper\"},{\"id\":2028,\"kind\":2048,\"name\":\"validateRelativePath\",\"url\":\"classes/FixedContentTypeMapper.html#validateRelativePath\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"FixedContentTypeMapper\"},{\"id\":2029,\"kind\":2048,\"name\":\"isMetadataPath\",\"url\":\"classes/FixedContentTypeMapper.html#isMetadataPath\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"FixedContentTypeMapper\"},{\"id\":2030,\"kind\":128,\"name\":\"SubdomainExtensionBasedMapper\",\"url\":\"classes/SubdomainExtensionBasedMapper.html\",\"classes\":\"tsd-kind-class\"},{\"id\":2031,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/SubdomainExtensionBasedMapper.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"SubdomainExtensionBasedMapper\"},{\"id\":2032,\"kind\":1024,\"name\":\"baseSubdomain\",\"url\":\"classes/SubdomainExtensionBasedMapper.html#baseSubdomain\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"SubdomainExtensionBasedMapper\"},{\"id\":2033,\"kind\":1024,\"name\":\"regex\",\"url\":\"classes/SubdomainExtensionBasedMapper.html#regex\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"SubdomainExtensionBasedMapper\"},{\"id\":2034,\"kind\":1024,\"name\":\"baseParts\",\"url\":\"classes/SubdomainExtensionBasedMapper.html#baseParts\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"SubdomainExtensionBasedMapper\"},{\"id\":2035,\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/SubdomainExtensionBasedMapper.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"SubdomainExtensionBasedMapper\"},{\"id\":2036,\"kind\":1024,\"name\":\"scheme\",\"url\":\"classes/SubdomainExtensionBasedMapper.html#__type.scheme\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"SubdomainExtensionBasedMapper.__type\"},{\"id\":2037,\"kind\":1024,\"name\":\"rest\",\"url\":\"classes/SubdomainExtensionBasedMapper.html#__type.rest\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"SubdomainExtensionBasedMapper.__type\"},{\"id\":2038,\"kind\":2048,\"name\":\"getContainerUrl\",\"url\":\"classes/SubdomainExtensionBasedMapper.html#getContainerUrl\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-protected\",\"parent\":\"SubdomainExtensionBasedMapper\"},{\"id\":2039,\"kind\":2048,\"name\":\"getDocumentUrl\",\"url\":\"classes/SubdomainExtensionBasedMapper.html#getDocumentUrl\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-protected\",\"parent\":\"SubdomainExtensionBasedMapper\"},{\"id\":2040,\"kind\":2048,\"name\":\"relativeToUrl\",\"url\":\"classes/SubdomainExtensionBasedMapper.html#relativeToUrl\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected\",\"parent\":\"SubdomainExtensionBasedMapper\"},{\"id\":2041,\"kind\":2048,\"name\":\"getRelativePath\",\"url\":\"classes/SubdomainExtensionBasedMapper.html#getRelativePath\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-protected\",\"parent\":\"SubdomainExtensionBasedMapper\"},{\"id\":2042,\"kind\":2048,\"name\":\"mapUrlToDocumentPath\",\"url\":\"classes/SubdomainExtensionBasedMapper.html#mapUrlToDocumentPath\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"SubdomainExtensionBasedMapper\"},{\"id\":2043,\"kind\":2048,\"name\":\"getContentTypeFromPath\",\"url\":\"classes/SubdomainExtensionBasedMapper.html#getContentTypeFromPath\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"SubdomainExtensionBasedMapper\"},{\"id\":2044,\"kind\":2048,\"name\":\"stripExtension\",\"url\":\"classes/SubdomainExtensionBasedMapper.html#stripExtension\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"SubdomainExtensionBasedMapper\"},{\"id\":2045,\"kind\":1024,\"name\":\"logger\",\"url\":\"classes/SubdomainExtensionBasedMapper.html#logger\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"SubdomainExtensionBasedMapper\"},{\"id\":2046,\"kind\":1024,\"name\":\"baseRequestURI\",\"url\":\"classes/SubdomainExtensionBasedMapper.html#baseRequestURI\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"SubdomainExtensionBasedMapper\"},{\"id\":2047,\"kind\":1024,\"name\":\"rootFilepath\",\"url\":\"classes/SubdomainExtensionBasedMapper.html#rootFilepath\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"SubdomainExtensionBasedMapper\"},{\"id\":2048,\"kind\":2048,\"name\":\"mapUrlToFilePath\",\"url\":\"classes/SubdomainExtensionBasedMapper.html#mapUrlToFilePath\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SubdomainExtensionBasedMapper\"},{\"id\":2049,\"kind\":2048,\"name\":\"mapUrlToContainerPath\",\"url\":\"classes/SubdomainExtensionBasedMapper.html#mapUrlToContainerPath\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"SubdomainExtensionBasedMapper\"},{\"id\":2050,\"kind\":2048,\"name\":\"getContentTypeFromUrl\",\"url\":\"classes/SubdomainExtensionBasedMapper.html#getContentTypeFromUrl\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"SubdomainExtensionBasedMapper\"},{\"id\":2051,\"kind\":2048,\"name\":\"mapFilePathToUrl\",\"url\":\"classes/SubdomainExtensionBasedMapper.html#mapFilePathToUrl\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SubdomainExtensionBasedMapper\"},{\"id\":2052,\"kind\":2048,\"name\":\"getAbsolutePath\",\"url\":\"classes/SubdomainExtensionBasedMapper.html#getAbsolutePath\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"SubdomainExtensionBasedMapper\"},{\"id\":2053,\"kind\":2048,\"name\":\"validateRelativePath\",\"url\":\"classes/SubdomainExtensionBasedMapper.html#validateRelativePath\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"SubdomainExtensionBasedMapper\"},{\"id\":2054,\"kind\":2048,\"name\":\"isMetadataPath\",\"url\":\"classes/SubdomainExtensionBasedMapper.html#isMetadataPath\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"SubdomainExtensionBasedMapper\"},{\"id\":2055,\"kind\":128,\"name\":\"ContainerPatcher\",\"url\":\"classes/ContainerPatcher.html\",\"classes\":\"tsd-kind-class\"},{\"id\":2056,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ContainerPatcher.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ContainerPatcher\"},{\"id\":2057,\"kind\":1024,\"name\":\"patcher\",\"url\":\"classes/ContainerPatcher.html#patcher\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ContainerPatcher\"},{\"id\":2058,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/ContainerPatcher.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ContainerPatcher\"},{\"id\":2059,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/ContainerPatcher.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ContainerPatcher\"},{\"id\":2060,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/ContainerPatcher.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ContainerPatcher\"},{\"id\":2061,\"kind\":128,\"name\":\"ConvertingPatcher\",\"url\":\"classes/ConvertingPatcher.html\",\"classes\":\"tsd-kind-class\"},{\"id\":2062,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ConvertingPatcher.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ConvertingPatcher\"},{\"id\":2063,\"kind\":1024,\"name\":\"logger\",\"url\":\"classes/ConvertingPatcher.html#logger\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"ConvertingPatcher\"},{\"id\":2064,\"kind\":1024,\"name\":\"patcher\",\"url\":\"classes/ConvertingPatcher.html#patcher\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ConvertingPatcher\"},{\"id\":2065,\"kind\":1024,\"name\":\"converter\",\"url\":\"classes/ConvertingPatcher.html#converter\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ConvertingPatcher\"},{\"id\":2066,\"kind\":1024,\"name\":\"intermediateType\",\"url\":\"classes/ConvertingPatcher.html#intermediateType\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ConvertingPatcher\"},{\"id\":2067,\"kind\":1024,\"name\":\"defaultType\",\"url\":\"classes/ConvertingPatcher.html#defaultType\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ConvertingPatcher\"},{\"id\":2068,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/ConvertingPatcher.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ConvertingPatcher\"},{\"id\":2069,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/ConvertingPatcher.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ConvertingPatcher\"},{\"id\":2070,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/ConvertingPatcher.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ConvertingPatcher\"},{\"id\":2071,\"kind\":128,\"name\":\"N3Patcher\",\"url\":\"classes/N3Patcher.html\",\"classes\":\"tsd-kind-class\"},{\"id\":2072,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/N3Patcher.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"N3Patcher\"},{\"id\":2073,\"kind\":1024,\"name\":\"logger\",\"url\":\"classes/N3Patcher.html#logger\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"N3Patcher\"},{\"id\":2074,\"kind\":1024,\"name\":\"engine\",\"url\":\"classes/N3Patcher.html#engine\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"N3Patcher\"},{\"id\":2075,\"kind\":1024,\"name\":\"generator\",\"url\":\"classes/N3Patcher.html#generator\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"N3Patcher\"},{\"id\":2076,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/N3Patcher.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"N3Patcher\"},{\"id\":2077,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/N3Patcher.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"N3Patcher\"},{\"id\":2078,\"kind\":2048,\"name\":\"patch\",\"url\":\"classes/N3Patcher.html#patch\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"N3Patcher\"},{\"id\":2079,\"kind\":2048,\"name\":\"applyConditions\",\"url\":\"classes/N3Patcher.html#applyConditions\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"N3Patcher\"},{\"id\":2080,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/N3Patcher.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"N3Patcher\"},{\"id\":2081,\"kind\":4194304,\"name\":\"PatchHandlerInput\",\"url\":\"modules.html#PatchHandlerInput\",\"classes\":\"tsd-kind-type-alias tsd-has-type-parameter\"},{\"id\":2082,\"kind\":65536,\"name\":\"__type\",\"url\":\"modules.html#PatchHandlerInput.__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"PatchHandlerInput\"},{\"id\":2083,\"kind\":1024,\"name\":\"source\",\"url\":\"modules.html#PatchHandlerInput.__type.source\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"PatchHandlerInput.__type\"},{\"id\":2084,\"kind\":1024,\"name\":\"identifier\",\"url\":\"modules.html#PatchHandlerInput.__type.identifier\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"PatchHandlerInput.__type\"},{\"id\":2085,\"kind\":1024,\"name\":\"patch\",\"url\":\"modules.html#PatchHandlerInput.__type.patch\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"PatchHandlerInput.__type\"},{\"id\":2086,\"kind\":128,\"name\":\"PatchHandler\",\"url\":\"classes/PatchHandler.html\",\"classes\":\"tsd-kind-class tsd-has-type-parameter\"},{\"id\":2087,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/PatchHandler.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"PatchHandler\"},{\"id\":2088,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/PatchHandler.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PatchHandler\"},{\"id\":2089,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/PatchHandler.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PatchHandler\"},{\"id\":2090,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/PatchHandler.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PatchHandler\"},{\"id\":2091,\"kind\":256,\"name\":\"RepresentationPatcherInput\",\"url\":\"interfaces/RepresentationPatcherInput.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2092,\"kind\":1024,\"name\":\"identifier\",\"url\":\"interfaces/RepresentationPatcherInput.html#identifier\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"RepresentationPatcherInput\"},{\"id\":2093,\"kind\":1024,\"name\":\"patch\",\"url\":\"interfaces/RepresentationPatcherInput.html#patch\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"RepresentationPatcherInput\"},{\"id\":2094,\"kind\":1024,\"name\":\"representation\",\"url\":\"interfaces/RepresentationPatcherInput.html#representation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"RepresentationPatcherInput\"},{\"id\":2095,\"kind\":128,\"name\":\"RepresentationPatcher\",\"url\":\"classes/RepresentationPatcher.html\",\"classes\":\"tsd-kind-class\"},{\"id\":2096,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/RepresentationPatcher.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RepresentationPatcher\"},{\"id\":2097,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/RepresentationPatcher.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RepresentationPatcher\"},{\"id\":2098,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/RepresentationPatcher.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RepresentationPatcher\"},{\"id\":2099,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/RepresentationPatcher.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RepresentationPatcher\"},{\"id\":2100,\"kind\":128,\"name\":\"RepresentationPatchHandler\",\"url\":\"classes/RepresentationPatchHandler.html\",\"classes\":\"tsd-kind-class\"},{\"id\":2101,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/RepresentationPatchHandler.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"RepresentationPatchHandler\"},{\"id\":2102,\"kind\":1024,\"name\":\"logger\",\"url\":\"classes/RepresentationPatchHandler.html#logger\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"RepresentationPatchHandler\"},{\"id\":2103,\"kind\":1024,\"name\":\"patcher\",\"url\":\"classes/RepresentationPatchHandler.html#patcher\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"RepresentationPatchHandler\"},{\"id\":2104,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/RepresentationPatchHandler.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"RepresentationPatchHandler\"},{\"id\":2105,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/RepresentationPatchHandler.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RepresentationPatchHandler\"},{\"id\":2106,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/RepresentationPatchHandler.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RepresentationPatchHandler\"},{\"id\":2107,\"kind\":128,\"name\":\"SparqlUpdatePatcher\",\"url\":\"classes/SparqlUpdatePatcher.html\",\"classes\":\"tsd-kind-class\"},{\"id\":2108,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/SparqlUpdatePatcher.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"SparqlUpdatePatcher\"},{\"id\":2109,\"kind\":1024,\"name\":\"logger\",\"url\":\"classes/SparqlUpdatePatcher.html#logger\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"SparqlUpdatePatcher\"},{\"id\":2110,\"kind\":1024,\"name\":\"engine\",\"url\":\"classes/SparqlUpdatePatcher.html#engine\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"SparqlUpdatePatcher\"},{\"id\":2111,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/SparqlUpdatePatcher.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"SparqlUpdatePatcher\"},{\"id\":2112,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/SparqlUpdatePatcher.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"SparqlUpdatePatcher\"},{\"id\":2113,\"kind\":2048,\"name\":\"isSparqlUpdate\",\"url\":\"classes/SparqlUpdatePatcher.html#isSparqlUpdate\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"SparqlUpdatePatcher\"},{\"id\":2114,\"kind\":2048,\"name\":\"isDeleteInsert\",\"url\":\"classes/SparqlUpdatePatcher.html#isDeleteInsert\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"SparqlUpdatePatcher\"},{\"id\":2115,\"kind\":2048,\"name\":\"isComposite\",\"url\":\"classes/SparqlUpdatePatcher.html#isComposite\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"SparqlUpdatePatcher\"},{\"id\":2116,\"kind\":2048,\"name\":\"validateUpdate\",\"url\":\"classes/SparqlUpdatePatcher.html#validateUpdate\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"SparqlUpdatePatcher\"},{\"id\":2117,\"kind\":2048,\"name\":\"validateDeleteInsert\",\"url\":\"classes/SparqlUpdatePatcher.html#validateDeleteInsert\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"SparqlUpdatePatcher\"},{\"id\":2118,\"kind\":2048,\"name\":\"validateComposite\",\"url\":\"classes/SparqlUpdatePatcher.html#validateComposite\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"SparqlUpdatePatcher\"},{\"id\":2119,\"kind\":2048,\"name\":\"patch\",\"url\":\"classes/SparqlUpdatePatcher.html#patch\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"SparqlUpdatePatcher\"},{\"id\":2120,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/SparqlUpdatePatcher.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SparqlUpdatePatcher\"},{\"id\":2121,\"kind\":128,\"name\":\"GlobalQuotaStrategy\",\"url\":\"classes/GlobalQuotaStrategy.html\",\"classes\":\"tsd-kind-class\"},{\"id\":2122,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/GlobalQuotaStrategy.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"GlobalQuotaStrategy\"},{\"id\":2123,\"kind\":1024,\"name\":\"base\",\"url\":\"classes/GlobalQuotaStrategy.html#base\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"GlobalQuotaStrategy\"},{\"id\":2124,\"kind\":2048,\"name\":\"getTotalSpaceUsed\",\"url\":\"classes/GlobalQuotaStrategy.html#getTotalSpaceUsed\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-protected\",\"parent\":\"GlobalQuotaStrategy\"},{\"id\":2125,\"kind\":1024,\"name\":\"reporter\",\"url\":\"classes/GlobalQuotaStrategy.html#reporter\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GlobalQuotaStrategy\"},{\"id\":2126,\"kind\":1024,\"name\":\"limit\",\"url\":\"classes/GlobalQuotaStrategy.html#limit\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GlobalQuotaStrategy\"},{\"id\":2127,\"kind\":2048,\"name\":\"getAvailableSpace\",\"url\":\"classes/GlobalQuotaStrategy.html#getAvailableSpace\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GlobalQuotaStrategy\"},{\"id\":2128,\"kind\":2048,\"name\":\"estimateSize\",\"url\":\"classes/GlobalQuotaStrategy.html#estimateSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GlobalQuotaStrategy\"},{\"id\":2129,\"kind\":2048,\"name\":\"createQuotaGuard\",\"url\":\"classes/GlobalQuotaStrategy.html#createQuotaGuard\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GlobalQuotaStrategy\"},{\"id\":2130,\"kind\":128,\"name\":\"PodQuotaStrategy\",\"url\":\"classes/PodQuotaStrategy.html\",\"classes\":\"tsd-kind-class\"},{\"id\":2131,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/PodQuotaStrategy.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"PodQuotaStrategy\"},{\"id\":2132,\"kind\":1024,\"name\":\"identifierStrategy\",\"url\":\"classes/PodQuotaStrategy.html#identifierStrategy\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"PodQuotaStrategy\"},{\"id\":2133,\"kind\":1024,\"name\":\"accessor\",\"url\":\"classes/PodQuotaStrategy.html#accessor\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"PodQuotaStrategy\"},{\"id\":2134,\"kind\":2048,\"name\":\"getTotalSpaceUsed\",\"url\":\"classes/PodQuotaStrategy.html#getTotalSpaceUsed\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-protected\",\"parent\":\"PodQuotaStrategy\"},{\"id\":2135,\"kind\":2048,\"name\":\"searchPimStorage\",\"url\":\"classes/PodQuotaStrategy.html#searchPimStorage\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"PodQuotaStrategy\"},{\"id\":2136,\"kind\":1024,\"name\":\"reporter\",\"url\":\"classes/PodQuotaStrategy.html#reporter\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PodQuotaStrategy\"},{\"id\":2137,\"kind\":1024,\"name\":\"limit\",\"url\":\"classes/PodQuotaStrategy.html#limit\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PodQuotaStrategy\"},{\"id\":2138,\"kind\":2048,\"name\":\"getAvailableSpace\",\"url\":\"classes/PodQuotaStrategy.html#getAvailableSpace\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PodQuotaStrategy\"},{\"id\":2139,\"kind\":2048,\"name\":\"estimateSize\",\"url\":\"classes/PodQuotaStrategy.html#estimateSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PodQuotaStrategy\"},{\"id\":2140,\"kind\":2048,\"name\":\"createQuotaGuard\",\"url\":\"classes/PodQuotaStrategy.html#createQuotaGuard\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PodQuotaStrategy\"},{\"id\":2141,\"kind\":128,\"name\":\"QuotaStrategy\",\"url\":\"classes/QuotaStrategy.html\",\"classes\":\"tsd-kind-class\"},{\"id\":2142,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/QuotaStrategy.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"QuotaStrategy\"},{\"id\":2143,\"kind\":1024,\"name\":\"reporter\",\"url\":\"classes/QuotaStrategy.html#reporter\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"QuotaStrategy\"},{\"id\":2144,\"kind\":1024,\"name\":\"limit\",\"url\":\"classes/QuotaStrategy.html#limit\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"QuotaStrategy\"},{\"id\":2145,\"kind\":2048,\"name\":\"getAvailableSpace\",\"url\":\"classes/QuotaStrategy.html#getAvailableSpace\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"QuotaStrategy\"},{\"id\":2146,\"kind\":2048,\"name\":\"getTotalSpaceUsed\",\"url\":\"classes/QuotaStrategy.html#getTotalSpaceUsed\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected\",\"parent\":\"QuotaStrategy\"},{\"id\":2147,\"kind\":2048,\"name\":\"estimateSize\",\"url\":\"classes/QuotaStrategy.html#estimateSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"QuotaStrategy\"},{\"id\":2148,\"kind\":2048,\"name\":\"createQuotaGuard\",\"url\":\"classes/QuotaStrategy.html#createQuotaGuard\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"QuotaStrategy\"},{\"id\":2149,\"kind\":128,\"name\":\"BaseUrlRouterRule\",\"url\":\"classes/BaseUrlRouterRule.html\",\"classes\":\"tsd-kind-class\"},{\"id\":2150,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/BaseUrlRouterRule.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"BaseUrlRouterRule\"},{\"id\":2151,\"kind\":1024,\"name\":\"baseStore\",\"url\":\"classes/BaseUrlRouterRule.html#baseStore\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"BaseUrlRouterRule\"},{\"id\":2152,\"kind\":1024,\"name\":\"stores\",\"url\":\"classes/BaseUrlRouterRule.html#stores\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"BaseUrlRouterRule\"},{\"id\":2153,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/BaseUrlRouterRule.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"BaseUrlRouterRule\"},{\"id\":2154,\"kind\":2048,\"name\":\"findStore\",\"url\":\"classes/BaseUrlRouterRule.html#findStore\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"BaseUrlRouterRule\"},{\"id\":2155,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/BaseUrlRouterRule.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BaseUrlRouterRule\"},{\"id\":2156,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/BaseUrlRouterRule.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BaseUrlRouterRule\"},{\"id\":2157,\"kind\":256,\"name\":\"ConvertingStoreEntry\",\"url\":\"interfaces/ConvertingStoreEntry.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2158,\"kind\":1024,\"name\":\"store\",\"url\":\"interfaces/ConvertingStoreEntry.html#store\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ConvertingStoreEntry\"},{\"id\":2159,\"kind\":1024,\"name\":\"supportChecker\",\"url\":\"interfaces/ConvertingStoreEntry.html#supportChecker\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ConvertingStoreEntry\"},{\"id\":2160,\"kind\":128,\"name\":\"ConvertingRouterRule\",\"url\":\"classes/ConvertingRouterRule.html\",\"classes\":\"tsd-kind-class\"},{\"id\":2161,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ConvertingRouterRule.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ConvertingRouterRule\"},{\"id\":2162,\"kind\":1024,\"name\":\"typedStores\",\"url\":\"classes/ConvertingRouterRule.html#typedStores\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ConvertingRouterRule\"},{\"id\":2163,\"kind\":1024,\"name\":\"defaultStore\",\"url\":\"classes/ConvertingRouterRule.html#defaultStore\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ConvertingRouterRule\"},{\"id\":2164,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/ConvertingRouterRule.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ConvertingRouterRule\"},{\"id\":2165,\"kind\":2048,\"name\":\"findStore\",\"url\":\"classes/ConvertingRouterRule.html#findStore\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"ConvertingRouterRule\"},{\"id\":2166,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/ConvertingRouterRule.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ConvertingRouterRule\"},{\"id\":2167,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/ConvertingRouterRule.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ConvertingRouterRule\"},{\"id\":2168,\"kind\":128,\"name\":\"PreferenceSupport\",\"url\":\"classes/PreferenceSupport.html\",\"classes\":\"tsd-kind-class\"},{\"id\":2169,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/PreferenceSupport.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"PreferenceSupport\"},{\"id\":2170,\"kind\":1024,\"name\":\"preferences\",\"url\":\"classes/PreferenceSupport.html#preferences\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"PreferenceSupport\"},{\"id\":2171,\"kind\":1024,\"name\":\"converter\",\"url\":\"classes/PreferenceSupport.html#converter\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"PreferenceSupport\"},{\"id\":2172,\"kind\":2048,\"name\":\"supports\",\"url\":\"classes/PreferenceSupport.html#supports\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"PreferenceSupport\"},{\"id\":2173,\"kind\":128,\"name\":\"RegexRouterRule\",\"url\":\"classes/RegexRouterRule.html\",\"classes\":\"tsd-kind-class\"},{\"id\":2174,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/RegexRouterRule.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"RegexRouterRule\"},{\"id\":2175,\"kind\":1024,\"name\":\"base\",\"url\":\"classes/RegexRouterRule.html#base\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"RegexRouterRule\"},{\"id\":2176,\"kind\":1024,\"name\":\"regexes\",\"url\":\"classes/RegexRouterRule.html#regexes\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"RegexRouterRule\"},{\"id\":2177,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/RegexRouterRule.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"RegexRouterRule\"},{\"id\":2178,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/RegexRouterRule.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"RegexRouterRule\"},{\"id\":2179,\"kind\":2048,\"name\":\"matchStore\",\"url\":\"classes/RegexRouterRule.html#matchStore\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"RegexRouterRule\"},{\"id\":2180,\"kind\":2048,\"name\":\"toRelative\",\"url\":\"classes/RegexRouterRule.html#toRelative\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"RegexRouterRule\"},{\"id\":2181,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/RegexRouterRule.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RegexRouterRule\"},{\"id\":2182,\"kind\":128,\"name\":\"RouterRule\",\"url\":\"classes/RouterRule.html\",\"classes\":\"tsd-kind-class\"},{\"id\":2183,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/RouterRule.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RouterRule\"},{\"id\":2184,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/RouterRule.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RouterRule\"},{\"id\":2185,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/RouterRule.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RouterRule\"},{\"id\":2186,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/RouterRule.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RouterRule\"},{\"id\":2187,\"kind\":128,\"name\":\"FileSizeReporter\",\"url\":\"classes/FileSizeReporter.html\",\"classes\":\"tsd-kind-class\"},{\"id\":2188,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/FileSizeReporter.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"FileSizeReporter\"},{\"id\":2189,\"kind\":1024,\"name\":\"fileIdentifierMapper\",\"url\":\"classes/FileSizeReporter.html#fileIdentifierMapper\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"FileSizeReporter\"},{\"id\":2190,\"kind\":1024,\"name\":\"ignoreFolders\",\"url\":\"classes/FileSizeReporter.html#ignoreFolders\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"FileSizeReporter\"},{\"id\":2191,\"kind\":1024,\"name\":\"rootFilePath\",\"url\":\"classes/FileSizeReporter.html#rootFilePath\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"FileSizeReporter\"},{\"id\":2192,\"kind\":2048,\"name\":\"getUnit\",\"url\":\"classes/FileSizeReporter.html#getUnit\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"FileSizeReporter\"},{\"id\":2193,\"kind\":2048,\"name\":\"getSize\",\"url\":\"classes/FileSizeReporter.html#getSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"FileSizeReporter\"},{\"id\":2194,\"kind\":2048,\"name\":\"calculateChunkSize\",\"url\":\"classes/FileSizeReporter.html#calculateChunkSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"FileSizeReporter\"},{\"id\":2195,\"kind\":2048,\"name\":\"estimateSize\",\"url\":\"classes/FileSizeReporter.html#estimateSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"FileSizeReporter\"},{\"id\":2196,\"kind\":2048,\"name\":\"getTotalSize\",\"url\":\"classes/FileSizeReporter.html#getTotalSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"FileSizeReporter\"},{\"id\":2197,\"kind\":256,\"name\":\"Size\",\"url\":\"interfaces/Size.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2198,\"kind\":1024,\"name\":\"unit\",\"url\":\"interfaces/Size.html#unit\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Size\"},{\"id\":2199,\"kind\":1024,\"name\":\"amount\",\"url\":\"interfaces/Size.html#amount\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Size\"},{\"id\":2200,\"kind\":32,\"name\":\"UNIT_BYTES\",\"url\":\"modules.html#UNIT_BYTES\",\"classes\":\"tsd-kind-variable\"},{\"id\":2201,\"kind\":256,\"name\":\"SizeReporter\",\"url\":\"interfaces/SizeReporter.html\",\"classes\":\"tsd-kind-interface tsd-has-type-parameter\"},{\"id\":2202,\"kind\":2048,\"name\":\"getUnit\",\"url\":\"interfaces/SizeReporter.html#getUnit\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"SizeReporter\"},{\"id\":2203,\"kind\":2048,\"name\":\"getSize\",\"url\":\"interfaces/SizeReporter.html#getSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"SizeReporter\"},{\"id\":2204,\"kind\":2048,\"name\":\"calculateChunkSize\",\"url\":\"interfaces/SizeReporter.html#calculateChunkSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"SizeReporter\"},{\"id\":2205,\"kind\":2048,\"name\":\"estimateSize\",\"url\":\"interfaces/SizeReporter.html#estimateSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"SizeReporter\"},{\"id\":2206,\"kind\":128,\"name\":\"QuotaValidator\",\"url\":\"classes/QuotaValidator.html\",\"classes\":\"tsd-kind-class\"},{\"id\":2207,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/QuotaValidator.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"QuotaValidator\"},{\"id\":2208,\"kind\":1024,\"name\":\"strategy\",\"url\":\"classes/QuotaValidator.html#strategy\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"QuotaValidator\"},{\"id\":2209,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/QuotaValidator.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"QuotaValidator\"},{\"id\":2210,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/QuotaValidator.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"QuotaValidator\"},{\"id\":2211,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/QuotaValidator.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"QuotaValidator\"},{\"id\":2212,\"kind\":256,\"name\":\"AtomicResourceStore\",\"url\":\"interfaces/AtomicResourceStore.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2213,\"kind\":2048,\"name\":\"getRepresentation\",\"url\":\"interfaces/AtomicResourceStore.html#getRepresentation\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AtomicResourceStore\"},{\"id\":2214,\"kind\":2048,\"name\":\"setRepresentation\",\"url\":\"interfaces/AtomicResourceStore.html#setRepresentation\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AtomicResourceStore\"},{\"id\":2215,\"kind\":2048,\"name\":\"addResource\",\"url\":\"interfaces/AtomicResourceStore.html#addResource\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AtomicResourceStore\"},{\"id\":2216,\"kind\":2048,\"name\":\"deleteResource\",\"url\":\"interfaces/AtomicResourceStore.html#deleteResource\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AtomicResourceStore\"},{\"id\":2217,\"kind\":2048,\"name\":\"modifyResource\",\"url\":\"interfaces/AtomicResourceStore.html#modifyResource\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AtomicResourceStore\"},{\"id\":2218,\"kind\":2048,\"name\":\"hasResource\",\"url\":\"interfaces/AtomicResourceStore.html#hasResource\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AtomicResourceStore\"},{\"id\":2219,\"kind\":128,\"name\":\"BaseResourceStore\",\"url\":\"classes/BaseResourceStore.html\",\"classes\":\"tsd-kind-class\"},{\"id\":2220,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/BaseResourceStore.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"BaseResourceStore\"},{\"id\":2221,\"kind\":2048,\"name\":\"hasResource\",\"url\":\"classes/BaseResourceStore.html#hasResource\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"BaseResourceStore\"},{\"id\":2222,\"kind\":2048,\"name\":\"getRepresentation\",\"url\":\"classes/BaseResourceStore.html#getRepresentation\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"BaseResourceStore\"},{\"id\":2223,\"kind\":2048,\"name\":\"setRepresentation\",\"url\":\"classes/BaseResourceStore.html#setRepresentation\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"BaseResourceStore\"},{\"id\":2224,\"kind\":2048,\"name\":\"addResource\",\"url\":\"classes/BaseResourceStore.html#addResource\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"BaseResourceStore\"},{\"id\":2225,\"kind\":2048,\"name\":\"deleteResource\",\"url\":\"classes/BaseResourceStore.html#deleteResource\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"BaseResourceStore\"},{\"id\":2226,\"kind\":2048,\"name\":\"modifyResource\",\"url\":\"classes/BaseResourceStore.html#modifyResource\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"BaseResourceStore\"},{\"id\":2227,\"kind\":256,\"name\":\"BasicConditionsOptions\",\"url\":\"interfaces/BasicConditionsOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2228,\"kind\":1024,\"name\":\"matchesETag\",\"url\":\"interfaces/BasicConditionsOptions.html#matchesETag\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"BasicConditionsOptions\"},{\"id\":2229,\"kind\":1024,\"name\":\"notMatchesETag\",\"url\":\"interfaces/BasicConditionsOptions.html#notMatchesETag\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"BasicConditionsOptions\"},{\"id\":2230,\"kind\":1024,\"name\":\"modifiedSince\",\"url\":\"interfaces/BasicConditionsOptions.html#modifiedSince\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"BasicConditionsOptions\"},{\"id\":2231,\"kind\":1024,\"name\":\"unmodifiedSince\",\"url\":\"interfaces/BasicConditionsOptions.html#unmodifiedSince\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"BasicConditionsOptions\"},{\"id\":2232,\"kind\":128,\"name\":\"BasicConditions\",\"url\":\"classes/BasicConditions.html\",\"classes\":\"tsd-kind-class\"},{\"id\":2233,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/BasicConditions.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"BasicConditions\"},{\"id\":2234,\"kind\":1024,\"name\":\"matchesETag\",\"url\":\"classes/BasicConditions.html#matchesETag\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"BasicConditions\"},{\"id\":2235,\"kind\":1024,\"name\":\"notMatchesETag\",\"url\":\"classes/BasicConditions.html#notMatchesETag\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"BasicConditions\"},{\"id\":2236,\"kind\":1024,\"name\":\"modifiedSince\",\"url\":\"classes/BasicConditions.html#modifiedSince\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"BasicConditions\"},{\"id\":2237,\"kind\":1024,\"name\":\"unmodifiedSince\",\"url\":\"classes/BasicConditions.html#unmodifiedSince\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"BasicConditions\"},{\"id\":2238,\"kind\":2048,\"name\":\"matchesMetadata\",\"url\":\"classes/BasicConditions.html#matchesMetadata\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"BasicConditions\"},{\"id\":2239,\"kind\":2048,\"name\":\"matches\",\"url\":\"classes/BasicConditions.html#matches\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"BasicConditions\"},{\"id\":2240,\"kind\":128,\"name\":\"CachedResourceSet\",\"url\":\"classes/CachedResourceSet.html\",\"classes\":\"tsd-kind-class\"},{\"id\":2241,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/CachedResourceSet.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"CachedResourceSet\"},{\"id\":2242,\"kind\":1024,\"name\":\"source\",\"url\":\"classes/CachedResourceSet.html#source\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"CachedResourceSet\"},{\"id\":2243,\"kind\":1024,\"name\":\"cache\",\"url\":\"classes/CachedResourceSet.html#cache\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"CachedResourceSet\"},{\"id\":2244,\"kind\":2048,\"name\":\"hasResource\",\"url\":\"classes/CachedResourceSet.html#hasResource\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"CachedResourceSet\"},{\"id\":2245,\"kind\":64,\"name\":\"getETag\",\"url\":\"modules.html#getETag\",\"classes\":\"tsd-kind-function\"},{\"id\":2246,\"kind\":256,\"name\":\"Conditions\",\"url\":\"interfaces/Conditions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2247,\"kind\":1024,\"name\":\"matchesETag\",\"url\":\"interfaces/Conditions.html#matchesETag\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Conditions\"},{\"id\":2248,\"kind\":1024,\"name\":\"notMatchesETag\",\"url\":\"interfaces/Conditions.html#notMatchesETag\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Conditions\"},{\"id\":2249,\"kind\":1024,\"name\":\"modifiedSince\",\"url\":\"interfaces/Conditions.html#modifiedSince\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Conditions\"},{\"id\":2250,\"kind\":1024,\"name\":\"unmodifiedSince\",\"url\":\"interfaces/Conditions.html#unmodifiedSince\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Conditions\"},{\"id\":2251,\"kind\":2048,\"name\":\"matchesMetadata\",\"url\":\"interfaces/Conditions.html#matchesMetadata\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"Conditions\"},{\"id\":2252,\"kind\":2048,\"name\":\"matches\",\"url\":\"interfaces/Conditions.html#matches\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"Conditions\"},{\"id\":2253,\"kind\":128,\"name\":\"DataAccessorBasedStore\",\"url\":\"classes/DataAccessorBasedStore.html\",\"classes\":\"tsd-kind-class\"},{\"id\":2254,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/DataAccessorBasedStore.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"DataAccessorBasedStore\"},{\"id\":2255,\"kind\":1024,\"name\":\"logger\",\"url\":\"classes/DataAccessorBasedStore.html#logger\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"DataAccessorBasedStore\"},{\"id\":2256,\"kind\":1024,\"name\":\"accessor\",\"url\":\"classes/DataAccessorBasedStore.html#accessor\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"DataAccessorBasedStore\"},{\"id\":2257,\"kind\":1024,\"name\":\"identifierStrategy\",\"url\":\"classes/DataAccessorBasedStore.html#identifierStrategy\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"DataAccessorBasedStore\"},{\"id\":2258,\"kind\":1024,\"name\":\"auxiliaryStrategy\",\"url\":\"classes/DataAccessorBasedStore.html#auxiliaryStrategy\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"DataAccessorBasedStore\"},{\"id\":2259,\"kind\":2048,\"name\":\"hasResource\",\"url\":\"classes/DataAccessorBasedStore.html#hasResource\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DataAccessorBasedStore\"},{\"id\":2260,\"kind\":2048,\"name\":\"getRepresentation\",\"url\":\"classes/DataAccessorBasedStore.html#getRepresentation\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DataAccessorBasedStore\"},{\"id\":2261,\"kind\":2048,\"name\":\"addResource\",\"url\":\"classes/DataAccessorBasedStore.html#addResource\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DataAccessorBasedStore\"},{\"id\":2262,\"kind\":2048,\"name\":\"setRepresentation\",\"url\":\"classes/DataAccessorBasedStore.html#setRepresentation\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DataAccessorBasedStore\"},{\"id\":2263,\"kind\":2048,\"name\":\"modifyResource\",\"url\":\"classes/DataAccessorBasedStore.html#modifyResource\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DataAccessorBasedStore\"},{\"id\":2264,\"kind\":2048,\"name\":\"deleteResource\",\"url\":\"classes/DataAccessorBasedStore.html#deleteResource\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DataAccessorBasedStore\"},{\"id\":2265,\"kind\":2048,\"name\":\"validateIdentifier\",\"url\":\"classes/DataAccessorBasedStore.html#validateIdentifier\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected\",\"parent\":\"DataAccessorBasedStore\"},{\"id\":2266,\"kind\":2048,\"name\":\"validateConditions\",\"url\":\"classes/DataAccessorBasedStore.html#validateConditions\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected\",\"parent\":\"DataAccessorBasedStore\"},{\"id\":2267,\"kind\":2048,\"name\":\"getNormalizedMetadata\",\"url\":\"classes/DataAccessorBasedStore.html#getNormalizedMetadata\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected\",\"parent\":\"DataAccessorBasedStore\"},{\"id\":2268,\"kind\":2048,\"name\":\"getSafeNormalizedMetadata\",\"url\":\"classes/DataAccessorBasedStore.html#getSafeNormalizedMetadata\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected\",\"parent\":\"DataAccessorBasedStore\"},{\"id\":2269,\"kind\":2048,\"name\":\"writeData\",\"url\":\"classes/DataAccessorBasedStore.html#writeData\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected\",\"parent\":\"DataAccessorBasedStore\"},{\"id\":2270,\"kind\":2048,\"name\":\"handleContainerData\",\"url\":\"classes/DataAccessorBasedStore.html#handleContainerData\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected\",\"parent\":\"DataAccessorBasedStore\"},{\"id\":2271,\"kind\":2048,\"name\":\"removeResponseMetadata\",\"url\":\"classes/DataAccessorBasedStore.html#removeResponseMetadata\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected\",\"parent\":\"DataAccessorBasedStore\"},{\"id\":2272,\"kind\":2048,\"name\":\"updateContainerModifiedDate\",\"url\":\"classes/DataAccessorBasedStore.html#updateContainerModifiedDate\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected\",\"parent\":\"DataAccessorBasedStore\"},{\"id\":2273,\"kind\":2048,\"name\":\"createURI\",\"url\":\"classes/DataAccessorBasedStore.html#createURI\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected\",\"parent\":\"DataAccessorBasedStore\"},{\"id\":2274,\"kind\":2048,\"name\":\"validateSlug\",\"url\":\"classes/DataAccessorBasedStore.html#validateSlug\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected\",\"parent\":\"DataAccessorBasedStore\"},{\"id\":2275,\"kind\":2048,\"name\":\"cleanSlug\",\"url\":\"classes/DataAccessorBasedStore.html#cleanSlug\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected\",\"parent\":\"DataAccessorBasedStore\"},{\"id\":2276,\"kind\":2048,\"name\":\"createSafeUri\",\"url\":\"classes/DataAccessorBasedStore.html#createSafeUri\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected\",\"parent\":\"DataAccessorBasedStore\"},{\"id\":2277,\"kind\":2048,\"name\":\"isContainerType\",\"url\":\"classes/DataAccessorBasedStore.html#isContainerType\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected\",\"parent\":\"DataAccessorBasedStore\"},{\"id\":2278,\"kind\":2048,\"name\":\"hasContainerType\",\"url\":\"classes/DataAccessorBasedStore.html#hasContainerType\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected\",\"parent\":\"DataAccessorBasedStore\"},{\"id\":2279,\"kind\":2048,\"name\":\"isRootStorage\",\"url\":\"classes/DataAccessorBasedStore.html#isRootStorage\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected\",\"parent\":\"DataAccessorBasedStore\"},{\"id\":2280,\"kind\":2048,\"name\":\"hasProperChildren\",\"url\":\"classes/DataAccessorBasedStore.html#hasProperChildren\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected\",\"parent\":\"DataAccessorBasedStore\"},{\"id\":2281,\"kind\":2048,\"name\":\"safelyDeleteAuxiliaryResources\",\"url\":\"classes/DataAccessorBasedStore.html#safelyDeleteAuxiliaryResources\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected\",\"parent\":\"DataAccessorBasedStore\"},{\"id\":2282,\"kind\":2048,\"name\":\"createRecursiveContainers\",\"url\":\"classes/DataAccessorBasedStore.html#createRecursiveContainers\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected\",\"parent\":\"DataAccessorBasedStore\"},{\"id\":2283,\"kind\":128,\"name\":\"IndexRepresentationStore\",\"url\":\"classes/IndexRepresentationStore.html\",\"classes\":\"tsd-kind-class\"},{\"id\":2284,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/IndexRepresentationStore.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"IndexRepresentationStore\"},{\"id\":2285,\"kind\":1024,\"name\":\"indexName\",\"url\":\"classes/IndexRepresentationStore.html#indexName\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"IndexRepresentationStore\"},{\"id\":2286,\"kind\":1024,\"name\":\"mediaRange\",\"url\":\"classes/IndexRepresentationStore.html#mediaRange\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"IndexRepresentationStore\"},{\"id\":2287,\"kind\":2048,\"name\":\"getRepresentation\",\"url\":\"classes/IndexRepresentationStore.html#getRepresentation\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"IndexRepresentationStore\"},{\"id\":2288,\"kind\":2048,\"name\":\"matchesPreferences\",\"url\":\"classes/IndexRepresentationStore.html#matchesPreferences\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"IndexRepresentationStore\"},{\"id\":2289,\"kind\":1024,\"name\":\"source\",\"url\":\"classes/IndexRepresentationStore.html#source\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"IndexRepresentationStore\"},{\"id\":2290,\"kind\":2048,\"name\":\"hasResource\",\"url\":\"classes/IndexRepresentationStore.html#hasResource\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"IndexRepresentationStore\"},{\"id\":2291,\"kind\":2048,\"name\":\"addResource\",\"url\":\"classes/IndexRepresentationStore.html#addResource\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"IndexRepresentationStore\"},{\"id\":2292,\"kind\":2048,\"name\":\"deleteResource\",\"url\":\"classes/IndexRepresentationStore.html#deleteResource\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"IndexRepresentationStore\"},{\"id\":2293,\"kind\":2048,\"name\":\"modifyResource\",\"url\":\"classes/IndexRepresentationStore.html#modifyResource\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"IndexRepresentationStore\"},{\"id\":2294,\"kind\":2048,\"name\":\"setRepresentation\",\"url\":\"classes/IndexRepresentationStore.html#setRepresentation\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"IndexRepresentationStore\"},{\"id\":2295,\"kind\":128,\"name\":\"LockingResourceStore\",\"url\":\"classes/LockingResourceStore.html\",\"classes\":\"tsd-kind-class\"},{\"id\":2296,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/LockingResourceStore.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"LockingResourceStore\"},{\"id\":2297,\"kind\":1024,\"name\":\"logger\",\"url\":\"classes/LockingResourceStore.html#logger\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"LockingResourceStore\"},{\"id\":2298,\"kind\":1024,\"name\":\"source\",\"url\":\"classes/LockingResourceStore.html#source\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"LockingResourceStore\"},{\"id\":2299,\"kind\":1024,\"name\":\"locks\",\"url\":\"classes/LockingResourceStore.html#locks\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"LockingResourceStore\"},{\"id\":2300,\"kind\":1024,\"name\":\"auxiliaryStrategy\",\"url\":\"classes/LockingResourceStore.html#auxiliaryStrategy\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"LockingResourceStore\"},{\"id\":2301,\"kind\":2048,\"name\":\"hasResource\",\"url\":\"classes/LockingResourceStore.html#hasResource\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"LockingResourceStore\"},{\"id\":2302,\"kind\":2048,\"name\":\"getRepresentation\",\"url\":\"classes/LockingResourceStore.html#getRepresentation\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"LockingResourceStore\"},{\"id\":2303,\"kind\":2048,\"name\":\"addResource\",\"url\":\"classes/LockingResourceStore.html#addResource\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"LockingResourceStore\"},{\"id\":2304,\"kind\":2048,\"name\":\"setRepresentation\",\"url\":\"classes/LockingResourceStore.html#setRepresentation\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"LockingResourceStore\"},{\"id\":2305,\"kind\":2048,\"name\":\"deleteResource\",\"url\":\"classes/LockingResourceStore.html#deleteResource\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"LockingResourceStore\"},{\"id\":2306,\"kind\":2048,\"name\":\"modifyResource\",\"url\":\"classes/LockingResourceStore.html#modifyResource\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"LockingResourceStore\"},{\"id\":2307,\"kind\":2048,\"name\":\"getLockIdentifier\",\"url\":\"classes/LockingResourceStore.html#getLockIdentifier\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected\",\"parent\":\"LockingResourceStore\"},{\"id\":2308,\"kind\":2048,\"name\":\"lockedRepresentationRun\",\"url\":\"classes/LockingResourceStore.html#lockedRepresentationRun\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected\",\"parent\":\"LockingResourceStore\"},{\"id\":2309,\"kind\":2048,\"name\":\"createExpiringRepresentation\",\"url\":\"classes/LockingResourceStore.html#createExpiringRepresentation\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected\",\"parent\":\"LockingResourceStore\"},{\"id\":2310,\"kind\":2048,\"name\":\"waitForStreamToEnd\",\"url\":\"classes/LockingResourceStore.html#waitForStreamToEnd\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected\",\"parent\":\"LockingResourceStore\"},{\"id\":2311,\"kind\":128,\"name\":\"MonitoringStore\",\"url\":\"classes/MonitoringStore.html\",\"classes\":\"tsd-kind-class tsd-has-type-parameter\"},{\"id\":2312,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/MonitoringStore.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter tsd-is-overwrite\",\"parent\":\"MonitoringStore\"},{\"id\":2313,\"kind\":1024,\"name\":\"source\",\"url\":\"classes/MonitoringStore.html#source\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"MonitoringStore\"},{\"id\":2314,\"kind\":2048,\"name\":\"hasResource\",\"url\":\"classes/MonitoringStore.html#hasResource\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"MonitoringStore\"},{\"id\":2315,\"kind\":2048,\"name\":\"getRepresentation\",\"url\":\"classes/MonitoringStore.html#getRepresentation\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"MonitoringStore\"},{\"id\":2316,\"kind\":2048,\"name\":\"addResource\",\"url\":\"classes/MonitoringStore.html#addResource\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"MonitoringStore\"},{\"id\":2317,\"kind\":2048,\"name\":\"deleteResource\",\"url\":\"classes/MonitoringStore.html#deleteResource\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"MonitoringStore\"},{\"id\":2318,\"kind\":2048,\"name\":\"setRepresentation\",\"url\":\"classes/MonitoringStore.html#setRepresentation\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"MonitoringStore\"},{\"id\":2319,\"kind\":2048,\"name\":\"modifyResource\",\"url\":\"classes/MonitoringStore.html#modifyResource\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"MonitoringStore\"},{\"id\":2320,\"kind\":2048,\"name\":\"emitChanged\",\"url\":\"classes/MonitoringStore.html#emitChanged\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"MonitoringStore\"},{\"id\":2321,\"kind\":128,\"name\":\"PassthroughStore\",\"url\":\"classes/PassthroughStore.html\",\"classes\":\"tsd-kind-class tsd-has-type-parameter\"},{\"id\":2322,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/PassthroughStore.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter\",\"parent\":\"PassthroughStore\"},{\"id\":2323,\"kind\":1024,\"name\":\"source\",\"url\":\"classes/PassthroughStore.html#source\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"PassthroughStore\"},{\"id\":2324,\"kind\":2048,\"name\":\"hasResource\",\"url\":\"classes/PassthroughStore.html#hasResource\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"PassthroughStore\"},{\"id\":2325,\"kind\":2048,\"name\":\"getRepresentation\",\"url\":\"classes/PassthroughStore.html#getRepresentation\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"PassthroughStore\"},{\"id\":2326,\"kind\":2048,\"name\":\"addResource\",\"url\":\"classes/PassthroughStore.html#addResource\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"PassthroughStore\"},{\"id\":2327,\"kind\":2048,\"name\":\"deleteResource\",\"url\":\"classes/PassthroughStore.html#deleteResource\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"PassthroughStore\"},{\"id\":2328,\"kind\":2048,\"name\":\"modifyResource\",\"url\":\"classes/PassthroughStore.html#modifyResource\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"PassthroughStore\"},{\"id\":2329,\"kind\":2048,\"name\":\"setRepresentation\",\"url\":\"classes/PassthroughStore.html#setRepresentation\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"PassthroughStore\"},{\"id\":2330,\"kind\":128,\"name\":\"PatchingStore\",\"url\":\"classes/PatchingStore.html\",\"classes\":\"tsd-kind-class tsd-has-type-parameter\"},{\"id\":2331,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/PatchingStore.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter tsd-is-overwrite\",\"parent\":\"PatchingStore\"},{\"id\":2332,\"kind\":1024,\"name\":\"patchHandler\",\"url\":\"classes/PatchingStore.html#patchHandler\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"PatchingStore\"},{\"id\":2333,\"kind\":2048,\"name\":\"modifyResource\",\"url\":\"classes/PatchingStore.html#modifyResource\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"PatchingStore\"},{\"id\":2334,\"kind\":1024,\"name\":\"source\",\"url\":\"classes/PatchingStore.html#source\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"PatchingStore\"},{\"id\":2335,\"kind\":2048,\"name\":\"hasResource\",\"url\":\"classes/PatchingStore.html#hasResource\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PatchingStore\"},{\"id\":2336,\"kind\":2048,\"name\":\"getRepresentation\",\"url\":\"classes/PatchingStore.html#getRepresentation\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PatchingStore\"},{\"id\":2337,\"kind\":2048,\"name\":\"addResource\",\"url\":\"classes/PatchingStore.html#addResource\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PatchingStore\"},{\"id\":2338,\"kind\":2048,\"name\":\"deleteResource\",\"url\":\"classes/PatchingStore.html#deleteResource\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PatchingStore\"},{\"id\":2339,\"kind\":2048,\"name\":\"setRepresentation\",\"url\":\"classes/PatchingStore.html#setRepresentation\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PatchingStore\"},{\"id\":2340,\"kind\":128,\"name\":\"ReadOnlyStore\",\"url\":\"classes/ReadOnlyStore.html\",\"classes\":\"tsd-kind-class tsd-has-type-parameter\"},{\"id\":2341,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ReadOnlyStore.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter tsd-is-overwrite\",\"parent\":\"ReadOnlyStore\"},{\"id\":2342,\"kind\":2048,\"name\":\"addResource\",\"url\":\"classes/ReadOnlyStore.html#addResource\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ReadOnlyStore\"},{\"id\":2343,\"kind\":2048,\"name\":\"deleteResource\",\"url\":\"classes/ReadOnlyStore.html#deleteResource\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ReadOnlyStore\"},{\"id\":2344,\"kind\":2048,\"name\":\"modifyResource\",\"url\":\"classes/ReadOnlyStore.html#modifyResource\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ReadOnlyStore\"},{\"id\":2345,\"kind\":2048,\"name\":\"setRepresentation\",\"url\":\"classes/ReadOnlyStore.html#setRepresentation\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ReadOnlyStore\"},{\"id\":2346,\"kind\":1024,\"name\":\"source\",\"url\":\"classes/ReadOnlyStore.html#source\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"ReadOnlyStore\"},{\"id\":2347,\"kind\":2048,\"name\":\"hasResource\",\"url\":\"classes/ReadOnlyStore.html#hasResource\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ReadOnlyStore\"},{\"id\":2348,\"kind\":2048,\"name\":\"getRepresentation\",\"url\":\"classes/ReadOnlyStore.html#getRepresentation\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ReadOnlyStore\"},{\"id\":2349,\"kind\":128,\"name\":\"RepresentationConvertingStore\",\"url\":\"classes/RepresentationConvertingStore.html\",\"classes\":\"tsd-kind-class tsd-has-type-parameter\"},{\"id\":2350,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/RepresentationConvertingStore.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter tsd-is-overwrite\",\"parent\":\"RepresentationConvertingStore\"},{\"id\":2351,\"kind\":1024,\"name\":\"logger\",\"url\":\"classes/RepresentationConvertingStore.html#logger\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"RepresentationConvertingStore\"},{\"id\":2352,\"kind\":1024,\"name\":\"inConverter\",\"url\":\"classes/RepresentationConvertingStore.html#inConverter\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"RepresentationConvertingStore\"},{\"id\":2353,\"kind\":1024,\"name\":\"outConverter\",\"url\":\"classes/RepresentationConvertingStore.html#outConverter\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"RepresentationConvertingStore\"},{\"id\":2354,\"kind\":1024,\"name\":\"inPreferences\",\"url\":\"classes/RepresentationConvertingStore.html#inPreferences\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"RepresentationConvertingStore\"},{\"id\":2355,\"kind\":2048,\"name\":\"getRepresentation\",\"url\":\"classes/RepresentationConvertingStore.html#getRepresentation\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"RepresentationConvertingStore\"},{\"id\":2356,\"kind\":2048,\"name\":\"addResource\",\"url\":\"classes/RepresentationConvertingStore.html#addResource\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"RepresentationConvertingStore\"},{\"id\":2357,\"kind\":2048,\"name\":\"setRepresentation\",\"url\":\"classes/RepresentationConvertingStore.html#setRepresentation\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"RepresentationConvertingStore\"},{\"id\":2358,\"kind\":1024,\"name\":\"source\",\"url\":\"classes/RepresentationConvertingStore.html#source\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"RepresentationConvertingStore\"},{\"id\":2359,\"kind\":2048,\"name\":\"hasResource\",\"url\":\"classes/RepresentationConvertingStore.html#hasResource\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RepresentationConvertingStore\"},{\"id\":2360,\"kind\":2048,\"name\":\"deleteResource\",\"url\":\"classes/RepresentationConvertingStore.html#deleteResource\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RepresentationConvertingStore\"},{\"id\":2361,\"kind\":2048,\"name\":\"modifyResource\",\"url\":\"classes/RepresentationConvertingStore.html#modifyResource\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RepresentationConvertingStore\"},{\"id\":2362,\"kind\":256,\"name\":\"ResourceSet\",\"url\":\"interfaces/ResourceSet.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2363,\"kind\":2048,\"name\":\"hasResource\",\"url\":\"interfaces/ResourceSet.html#hasResource\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"ResourceSet\"},{\"id\":2364,\"kind\":256,\"name\":\"ResourceStore\",\"url\":\"interfaces/ResourceStore.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2365,\"kind\":2048,\"name\":\"getRepresentation\",\"url\":\"interfaces/ResourceStore.html#getRepresentation\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"ResourceStore\"},{\"id\":2366,\"kind\":2048,\"name\":\"setRepresentation\",\"url\":\"interfaces/ResourceStore.html#setRepresentation\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"ResourceStore\"},{\"id\":2367,\"kind\":2048,\"name\":\"addResource\",\"url\":\"interfaces/ResourceStore.html#addResource\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"ResourceStore\"},{\"id\":2368,\"kind\":2048,\"name\":\"deleteResource\",\"url\":\"interfaces/ResourceStore.html#deleteResource\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"ResourceStore\"},{\"id\":2369,\"kind\":2048,\"name\":\"modifyResource\",\"url\":\"interfaces/ResourceStore.html#modifyResource\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"ResourceStore\"},{\"id\":2370,\"kind\":2048,\"name\":\"hasResource\",\"url\":\"interfaces/ResourceStore.html#hasResource\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ResourceStore\"},{\"id\":2371,\"kind\":128,\"name\":\"RoutingResourceStore\",\"url\":\"classes/RoutingResourceStore.html\",\"classes\":\"tsd-kind-class\"},{\"id\":2372,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/RoutingResourceStore.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"RoutingResourceStore\"},{\"id\":2373,\"kind\":1024,\"name\":\"rule\",\"url\":\"classes/RoutingResourceStore.html#rule\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"RoutingResourceStore\"},{\"id\":2374,\"kind\":2048,\"name\":\"hasResource\",\"url\":\"classes/RoutingResourceStore.html#hasResource\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RoutingResourceStore\"},{\"id\":2375,\"kind\":2048,\"name\":\"getRepresentation\",\"url\":\"classes/RoutingResourceStore.html#getRepresentation\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RoutingResourceStore\"},{\"id\":2376,\"kind\":2048,\"name\":\"addResource\",\"url\":\"classes/RoutingResourceStore.html#addResource\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RoutingResourceStore\"},{\"id\":2377,\"kind\":2048,\"name\":\"setRepresentation\",\"url\":\"classes/RoutingResourceStore.html#setRepresentation\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RoutingResourceStore\"},{\"id\":2378,\"kind\":2048,\"name\":\"deleteResource\",\"url\":\"classes/RoutingResourceStore.html#deleteResource\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RoutingResourceStore\"},{\"id\":2379,\"kind\":2048,\"name\":\"modifyResource\",\"url\":\"classes/RoutingResourceStore.html#modifyResource\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RoutingResourceStore\"},{\"id\":2380,\"kind\":2048,\"name\":\"getStore\",\"url\":\"classes/RoutingResourceStore.html#getStore\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"RoutingResourceStore\"},{\"id\":2381,\"kind\":128,\"name\":\"BadRequestHttpError\",\"url\":\"classes/BadRequestHttpError.html\",\"classes\":\"tsd-kind-class\"},{\"id\":2382,\"kind\":1024,\"name\":\"statusCode\",\"url\":\"classes/BadRequestHttpError.html#statusCode-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static\",\"parent\":\"BadRequestHttpError\"},{\"id\":2383,\"kind\":1024,\"name\":\"uri\",\"url\":\"classes/BadRequestHttpError.html#uri\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static\",\"parent\":\"BadRequestHttpError\"},{\"id\":2384,\"kind\":2048,\"name\":\"isInstance\",\"url\":\"classes/BadRequestHttpError.html#isInstance\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static\",\"parent\":\"BadRequestHttpError\"},{\"id\":2385,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/BadRequestHttpError.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"BadRequestHttpError\"},{\"id\":2386,\"kind\":1024,\"name\":\"statusCode\",\"url\":\"classes/BadRequestHttpError.html#statusCode\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BadRequestHttpError\"},{\"id\":2387,\"kind\":1024,\"name\":\"cause\",\"url\":\"classes/BadRequestHttpError.html#cause\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BadRequestHttpError\"},{\"id\":2388,\"kind\":1024,\"name\":\"errorCode\",\"url\":\"classes/BadRequestHttpError.html#errorCode\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BadRequestHttpError\"},{\"id\":2389,\"kind\":1024,\"name\":\"details\",\"url\":\"classes/BadRequestHttpError.html#details\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BadRequestHttpError\"},{\"id\":2390,\"kind\":2048,\"name\":\"generateMetadata\",\"url\":\"classes/BadRequestHttpError.html#generateMetadata\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BadRequestHttpError\"},{\"id\":2391,\"kind\":128,\"name\":\"ConflictHttpError\",\"url\":\"classes/ConflictHttpError.html\",\"classes\":\"tsd-kind-class\"},{\"id\":2392,\"kind\":1024,\"name\":\"statusCode\",\"url\":\"classes/ConflictHttpError.html#statusCode-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static\",\"parent\":\"ConflictHttpError\"},{\"id\":2393,\"kind\":1024,\"name\":\"uri\",\"url\":\"classes/ConflictHttpError.html#uri\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static\",\"parent\":\"ConflictHttpError\"},{\"id\":2394,\"kind\":2048,\"name\":\"isInstance\",\"url\":\"classes/ConflictHttpError.html#isInstance\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static\",\"parent\":\"ConflictHttpError\"},{\"id\":2395,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ConflictHttpError.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ConflictHttpError\"},{\"id\":2396,\"kind\":1024,\"name\":\"statusCode\",\"url\":\"classes/ConflictHttpError.html#statusCode\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ConflictHttpError\"},{\"id\":2397,\"kind\":1024,\"name\":\"cause\",\"url\":\"classes/ConflictHttpError.html#cause\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ConflictHttpError\"},{\"id\":2398,\"kind\":1024,\"name\":\"errorCode\",\"url\":\"classes/ConflictHttpError.html#errorCode\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ConflictHttpError\"},{\"id\":2399,\"kind\":1024,\"name\":\"details\",\"url\":\"classes/ConflictHttpError.html#details\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ConflictHttpError\"},{\"id\":2400,\"kind\":2048,\"name\":\"generateMetadata\",\"url\":\"classes/ConflictHttpError.html#generateMetadata\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ConflictHttpError\"},{\"id\":2401,\"kind\":64,\"name\":\"isError\",\"url\":\"modules.html#isError\",\"classes\":\"tsd-kind-function\"},{\"id\":2402,\"kind\":64,\"name\":\"assertError\",\"url\":\"modules.html#assertError\",\"classes\":\"tsd-kind-function\"},{\"id\":2403,\"kind\":64,\"name\":\"createErrorMessage\",\"url\":\"modules.html#createErrorMessage\",\"classes\":\"tsd-kind-function\"},{\"id\":2404,\"kind\":128,\"name\":\"ForbiddenHttpError\",\"url\":\"classes/ForbiddenHttpError.html\",\"classes\":\"tsd-kind-class\"},{\"id\":2405,\"kind\":1024,\"name\":\"statusCode\",\"url\":\"classes/ForbiddenHttpError.html#statusCode-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static\",\"parent\":\"ForbiddenHttpError\"},{\"id\":2406,\"kind\":1024,\"name\":\"uri\",\"url\":\"classes/ForbiddenHttpError.html#uri\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static\",\"parent\":\"ForbiddenHttpError\"},{\"id\":2407,\"kind\":2048,\"name\":\"isInstance\",\"url\":\"classes/ForbiddenHttpError.html#isInstance\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static\",\"parent\":\"ForbiddenHttpError\"},{\"id\":2408,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ForbiddenHttpError.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ForbiddenHttpError\"},{\"id\":2409,\"kind\":1024,\"name\":\"statusCode\",\"url\":\"classes/ForbiddenHttpError.html#statusCode\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ForbiddenHttpError\"},{\"id\":2410,\"kind\":1024,\"name\":\"cause\",\"url\":\"classes/ForbiddenHttpError.html#cause\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ForbiddenHttpError\"},{\"id\":2411,\"kind\":1024,\"name\":\"errorCode\",\"url\":\"classes/ForbiddenHttpError.html#errorCode\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ForbiddenHttpError\"},{\"id\":2412,\"kind\":1024,\"name\":\"details\",\"url\":\"classes/ForbiddenHttpError.html#details\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ForbiddenHttpError\"},{\"id\":2413,\"kind\":2048,\"name\":\"generateMetadata\",\"url\":\"classes/ForbiddenHttpError.html#generateMetadata\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ForbiddenHttpError\"},{\"id\":2414,\"kind\":128,\"name\":\"FoundHttpError\",\"url\":\"classes/FoundHttpError.html\",\"classes\":\"tsd-kind-class\"},{\"id\":2415,\"kind\":1024,\"name\":\"statusCode\",\"url\":\"classes/FoundHttpError.html#statusCode-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static\",\"parent\":\"FoundHttpError\"},{\"id\":2416,\"kind\":1024,\"name\":\"uri\",\"url\":\"classes/FoundHttpError.html#uri\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static\",\"parent\":\"FoundHttpError\"},{\"id\":2417,\"kind\":2048,\"name\":\"isInstance\",\"url\":\"classes/FoundHttpError.html#isInstance\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static\",\"parent\":\"FoundHttpError\"},{\"id\":2418,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/FoundHttpError.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"FoundHttpError\"},{\"id\":2419,\"kind\":1024,\"name\":\"location\",\"url\":\"classes/FoundHttpError.html#location\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FoundHttpError\"},{\"id\":2420,\"kind\":1024,\"name\":\"statusCode\",\"url\":\"classes/FoundHttpError.html#statusCode\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FoundHttpError\"},{\"id\":2421,\"kind\":1024,\"name\":\"cause\",\"url\":\"classes/FoundHttpError.html#cause\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FoundHttpError\"},{\"id\":2422,\"kind\":1024,\"name\":\"errorCode\",\"url\":\"classes/FoundHttpError.html#errorCode\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FoundHttpError\"},{\"id\":2423,\"kind\":1024,\"name\":\"details\",\"url\":\"classes/FoundHttpError.html#details\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FoundHttpError\"},{\"id\":2424,\"kind\":2048,\"name\":\"generateMetadata\",\"url\":\"classes/FoundHttpError.html#generateMetadata\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FoundHttpError\"},{\"id\":2425,\"kind\":64,\"name\":\"generateHttpErrorUri\",\"url\":\"modules.html#generateHttpErrorUri\",\"classes\":\"tsd-kind-function\"},{\"id\":2426,\"kind\":64,\"name\":\"generateHttpErrorClass\",\"url\":\"modules.html#generateHttpErrorClass\",\"classes\":\"tsd-kind-function tsd-has-type-parameter\"},{\"id\":2427,\"kind\":256,\"name\":\"HttpErrorOptions\",\"url\":\"interfaces/HttpErrorOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2428,\"kind\":1024,\"name\":\"cause\",\"url\":\"interfaces/HttpErrorOptions.html#cause\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"HttpErrorOptions\"},{\"id\":2429,\"kind\":1024,\"name\":\"errorCode\",\"url\":\"interfaces/HttpErrorOptions.html#errorCode\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"HttpErrorOptions\"},{\"id\":2430,\"kind\":1024,\"name\":\"details\",\"url\":\"interfaces/HttpErrorOptions.html#details\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"HttpErrorOptions\"},{\"id\":2431,\"kind\":128,\"name\":\"HttpError\",\"url\":\"classes/HttpError.html\",\"classes\":\"tsd-kind-class tsd-has-type-parameter\"},{\"id\":2432,\"kind\":2048,\"name\":\"isInstance\",\"url\":\"classes/HttpError.html#isInstance\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"HttpError\"},{\"id\":2433,\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/HttpError.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"HttpError\"},{\"id\":2434,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/HttpError.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter tsd-is-overwrite\",\"parent\":\"HttpError\"},{\"id\":2435,\"kind\":1024,\"name\":\"statusCode\",\"url\":\"classes/HttpError.html#statusCode\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"HttpError\"},{\"id\":2436,\"kind\":1024,\"name\":\"cause\",\"url\":\"classes/HttpError.html#cause\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"HttpError\"},{\"id\":2437,\"kind\":1024,\"name\":\"errorCode\",\"url\":\"classes/HttpError.html#errorCode\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"HttpError\"},{\"id\":2438,\"kind\":1024,\"name\":\"details\",\"url\":\"classes/HttpError.html#details\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"HttpError\"},{\"id\":2439,\"kind\":2048,\"name\":\"generateMetadata\",\"url\":\"classes/HttpError.html#generateMetadata\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"HttpError\"},{\"id\":2440,\"kind\":256,\"name\":\"HttpErrorClass\",\"url\":\"interfaces/HttpErrorClass.html\",\"classes\":\"tsd-kind-interface tsd-has-type-parameter\"},{\"id\":2441,\"kind\":1024,\"name\":\"statusCode\",\"url\":\"interfaces/HttpErrorClass.html#statusCode\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"HttpErrorClass\"},{\"id\":2442,\"kind\":1024,\"name\":\"uri\",\"url\":\"interfaces/HttpErrorClass.html#uri\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"HttpErrorClass\"},{\"id\":2443,\"kind\":2048,\"name\":\"isInstance\",\"url\":\"interfaces/HttpErrorClass.html#isInstance\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"HttpErrorClass\"},{\"id\":2444,\"kind\":512,\"name\":\"constructor\",\"url\":\"interfaces/HttpErrorClass.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-interface\",\"parent\":\"HttpErrorClass\"},{\"id\":2445,\"kind\":64,\"name\":\"getStatusCode\",\"url\":\"modules.html#getStatusCode\",\"classes\":\"tsd-kind-function\"},{\"id\":2446,\"kind\":64,\"name\":\"createAggregateError\",\"url\":\"modules.html#createAggregateError\",\"classes\":\"tsd-kind-function\"},{\"id\":2447,\"kind\":128,\"name\":\"InternalServerError\",\"url\":\"classes/InternalServerError.html\",\"classes\":\"tsd-kind-class\"},{\"id\":2448,\"kind\":1024,\"name\":\"statusCode\",\"url\":\"classes/InternalServerError.html#statusCode-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static\",\"parent\":\"InternalServerError\"},{\"id\":2449,\"kind\":1024,\"name\":\"uri\",\"url\":\"classes/InternalServerError.html#uri\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static\",\"parent\":\"InternalServerError\"},{\"id\":2450,\"kind\":2048,\"name\":\"isInstance\",\"url\":\"classes/InternalServerError.html#isInstance\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static\",\"parent\":\"InternalServerError\"},{\"id\":2451,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/InternalServerError.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"InternalServerError\"},{\"id\":2452,\"kind\":1024,\"name\":\"statusCode\",\"url\":\"classes/InternalServerError.html#statusCode\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"InternalServerError\"},{\"id\":2453,\"kind\":1024,\"name\":\"cause\",\"url\":\"classes/InternalServerError.html#cause\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"InternalServerError\"},{\"id\":2454,\"kind\":1024,\"name\":\"errorCode\",\"url\":\"classes/InternalServerError.html#errorCode\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"InternalServerError\"},{\"id\":2455,\"kind\":1024,\"name\":\"details\",\"url\":\"classes/InternalServerError.html#details\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"InternalServerError\"},{\"id\":2456,\"kind\":2048,\"name\":\"generateMetadata\",\"url\":\"classes/InternalServerError.html#generateMetadata\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"InternalServerError\"},{\"id\":2457,\"kind\":128,\"name\":\"MethodNotAllowedHttpError\",\"url\":\"classes/MethodNotAllowedHttpError.html\",\"classes\":\"tsd-kind-class\"},{\"id\":2458,\"kind\":1024,\"name\":\"statusCode\",\"url\":\"classes/MethodNotAllowedHttpError.html#statusCode-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static\",\"parent\":\"MethodNotAllowedHttpError\"},{\"id\":2459,\"kind\":1024,\"name\":\"uri\",\"url\":\"classes/MethodNotAllowedHttpError.html#uri\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static\",\"parent\":\"MethodNotAllowedHttpError\"},{\"id\":2460,\"kind\":2048,\"name\":\"isInstance\",\"url\":\"classes/MethodNotAllowedHttpError.html#isInstance\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static\",\"parent\":\"MethodNotAllowedHttpError\"},{\"id\":2461,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/MethodNotAllowedHttpError.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MethodNotAllowedHttpError\"},{\"id\":2462,\"kind\":1024,\"name\":\"methods\",\"url\":\"classes/MethodNotAllowedHttpError.html#methods\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"MethodNotAllowedHttpError\"},{\"id\":2463,\"kind\":2048,\"name\":\"generateMetadata\",\"url\":\"classes/MethodNotAllowedHttpError.html#generateMetadata\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MethodNotAllowedHttpError\"},{\"id\":2464,\"kind\":1024,\"name\":\"statusCode\",\"url\":\"classes/MethodNotAllowedHttpError.html#statusCode\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MethodNotAllowedHttpError\"},{\"id\":2465,\"kind\":1024,\"name\":\"cause\",\"url\":\"classes/MethodNotAllowedHttpError.html#cause\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MethodNotAllowedHttpError\"},{\"id\":2466,\"kind\":1024,\"name\":\"errorCode\",\"url\":\"classes/MethodNotAllowedHttpError.html#errorCode\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MethodNotAllowedHttpError\"},{\"id\":2467,\"kind\":1024,\"name\":\"details\",\"url\":\"classes/MethodNotAllowedHttpError.html#details\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MethodNotAllowedHttpError\"},{\"id\":2468,\"kind\":128,\"name\":\"MovedPermanentlyHttpError\",\"url\":\"classes/MovedPermanentlyHttpError.html\",\"classes\":\"tsd-kind-class\"},{\"id\":2469,\"kind\":1024,\"name\":\"statusCode\",\"url\":\"classes/MovedPermanentlyHttpError.html#statusCode-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static\",\"parent\":\"MovedPermanentlyHttpError\"},{\"id\":2470,\"kind\":1024,\"name\":\"uri\",\"url\":\"classes/MovedPermanentlyHttpError.html#uri\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static\",\"parent\":\"MovedPermanentlyHttpError\"},{\"id\":2471,\"kind\":2048,\"name\":\"isInstance\",\"url\":\"classes/MovedPermanentlyHttpError.html#isInstance\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static\",\"parent\":\"MovedPermanentlyHttpError\"},{\"id\":2472,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/MovedPermanentlyHttpError.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MovedPermanentlyHttpError\"},{\"id\":2473,\"kind\":1024,\"name\":\"location\",\"url\":\"classes/MovedPermanentlyHttpError.html#location\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MovedPermanentlyHttpError\"},{\"id\":2474,\"kind\":1024,\"name\":\"statusCode\",\"url\":\"classes/MovedPermanentlyHttpError.html#statusCode\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MovedPermanentlyHttpError\"},{\"id\":2475,\"kind\":1024,\"name\":\"cause\",\"url\":\"classes/MovedPermanentlyHttpError.html#cause\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MovedPermanentlyHttpError\"},{\"id\":2476,\"kind\":1024,\"name\":\"errorCode\",\"url\":\"classes/MovedPermanentlyHttpError.html#errorCode\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MovedPermanentlyHttpError\"},{\"id\":2477,\"kind\":1024,\"name\":\"details\",\"url\":\"classes/MovedPermanentlyHttpError.html#details\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MovedPermanentlyHttpError\"},{\"id\":2478,\"kind\":2048,\"name\":\"generateMetadata\",\"url\":\"classes/MovedPermanentlyHttpError.html#generateMetadata\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MovedPermanentlyHttpError\"},{\"id\":2479,\"kind\":128,\"name\":\"NotFoundHttpError\",\"url\":\"classes/NotFoundHttpError.html\",\"classes\":\"tsd-kind-class\"},{\"id\":2480,\"kind\":1024,\"name\":\"statusCode\",\"url\":\"classes/NotFoundHttpError.html#statusCode-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static\",\"parent\":\"NotFoundHttpError\"},{\"id\":2481,\"kind\":1024,\"name\":\"uri\",\"url\":\"classes/NotFoundHttpError.html#uri\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static\",\"parent\":\"NotFoundHttpError\"},{\"id\":2482,\"kind\":2048,\"name\":\"isInstance\",\"url\":\"classes/NotFoundHttpError.html#isInstance\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static\",\"parent\":\"NotFoundHttpError\"},{\"id\":2483,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/NotFoundHttpError.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"NotFoundHttpError\"},{\"id\":2484,\"kind\":1024,\"name\":\"statusCode\",\"url\":\"classes/NotFoundHttpError.html#statusCode\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NotFoundHttpError\"},{\"id\":2485,\"kind\":1024,\"name\":\"cause\",\"url\":\"classes/NotFoundHttpError.html#cause\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NotFoundHttpError\"},{\"id\":2486,\"kind\":1024,\"name\":\"errorCode\",\"url\":\"classes/NotFoundHttpError.html#errorCode\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NotFoundHttpError\"},{\"id\":2487,\"kind\":1024,\"name\":\"details\",\"url\":\"classes/NotFoundHttpError.html#details\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NotFoundHttpError\"},{\"id\":2488,\"kind\":2048,\"name\":\"generateMetadata\",\"url\":\"classes/NotFoundHttpError.html#generateMetadata\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NotFoundHttpError\"},{\"id\":2489,\"kind\":128,\"name\":\"NotImplementedHttpError\",\"url\":\"classes/NotImplementedHttpError.html\",\"classes\":\"tsd-kind-class\"},{\"id\":2490,\"kind\":1024,\"name\":\"statusCode\",\"url\":\"classes/NotImplementedHttpError.html#statusCode-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static\",\"parent\":\"NotImplementedHttpError\"},{\"id\":2491,\"kind\":1024,\"name\":\"uri\",\"url\":\"classes/NotImplementedHttpError.html#uri\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static\",\"parent\":\"NotImplementedHttpError\"},{\"id\":2492,\"kind\":2048,\"name\":\"isInstance\",\"url\":\"classes/NotImplementedHttpError.html#isInstance\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static\",\"parent\":\"NotImplementedHttpError\"},{\"id\":2493,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/NotImplementedHttpError.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"NotImplementedHttpError\"},{\"id\":2494,\"kind\":1024,\"name\":\"statusCode\",\"url\":\"classes/NotImplementedHttpError.html#statusCode\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NotImplementedHttpError\"},{\"id\":2495,\"kind\":1024,\"name\":\"cause\",\"url\":\"classes/NotImplementedHttpError.html#cause\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NotImplementedHttpError\"},{\"id\":2496,\"kind\":1024,\"name\":\"errorCode\",\"url\":\"classes/NotImplementedHttpError.html#errorCode\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NotImplementedHttpError\"},{\"id\":2497,\"kind\":1024,\"name\":\"details\",\"url\":\"classes/NotImplementedHttpError.html#details\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NotImplementedHttpError\"},{\"id\":2498,\"kind\":2048,\"name\":\"generateMetadata\",\"url\":\"classes/NotImplementedHttpError.html#generateMetadata\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NotImplementedHttpError\"},{\"id\":2499,\"kind\":128,\"name\":\"PreconditionFailedHttpError\",\"url\":\"classes/PreconditionFailedHttpError.html\",\"classes\":\"tsd-kind-class\"},{\"id\":2500,\"kind\":1024,\"name\":\"statusCode\",\"url\":\"classes/PreconditionFailedHttpError.html#statusCode-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static\",\"parent\":\"PreconditionFailedHttpError\"},{\"id\":2501,\"kind\":1024,\"name\":\"uri\",\"url\":\"classes/PreconditionFailedHttpError.html#uri\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static\",\"parent\":\"PreconditionFailedHttpError\"},{\"id\":2502,\"kind\":2048,\"name\":\"isInstance\",\"url\":\"classes/PreconditionFailedHttpError.html#isInstance\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static\",\"parent\":\"PreconditionFailedHttpError\"},{\"id\":2503,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/PreconditionFailedHttpError.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"PreconditionFailedHttpError\"},{\"id\":2504,\"kind\":1024,\"name\":\"statusCode\",\"url\":\"classes/PreconditionFailedHttpError.html#statusCode\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PreconditionFailedHttpError\"},{\"id\":2505,\"kind\":1024,\"name\":\"cause\",\"url\":\"classes/PreconditionFailedHttpError.html#cause\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PreconditionFailedHttpError\"},{\"id\":2506,\"kind\":1024,\"name\":\"errorCode\",\"url\":\"classes/PreconditionFailedHttpError.html#errorCode\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PreconditionFailedHttpError\"},{\"id\":2507,\"kind\":1024,\"name\":\"details\",\"url\":\"classes/PreconditionFailedHttpError.html#details\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PreconditionFailedHttpError\"},{\"id\":2508,\"kind\":2048,\"name\":\"generateMetadata\",\"url\":\"classes/PreconditionFailedHttpError.html#generateMetadata\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PreconditionFailedHttpError\"},{\"id\":2509,\"kind\":64,\"name\":\"generateRedirectHttpErrorClass\",\"url\":\"modules.html#generateRedirectHttpErrorClass\",\"classes\":\"tsd-kind-function tsd-has-type-parameter\"},{\"id\":2510,\"kind\":128,\"name\":\"RedirectHttpError\",\"url\":\"classes/RedirectHttpError.html\",\"classes\":\"tsd-kind-class tsd-has-type-parameter\"},{\"id\":2511,\"kind\":2048,\"name\":\"isInstance\",\"url\":\"classes/RedirectHttpError.html#isInstance\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-static\",\"parent\":\"RedirectHttpError\"},{\"id\":2512,\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/RedirectHttpError.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"RedirectHttpError\"},{\"id\":2513,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/RedirectHttpError.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter tsd-is-overwrite\",\"parent\":\"RedirectHttpError\"},{\"id\":2514,\"kind\":1024,\"name\":\"location\",\"url\":\"classes/RedirectHttpError.html#location\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RedirectHttpError\"},{\"id\":2515,\"kind\":1024,\"name\":\"statusCode\",\"url\":\"classes/RedirectHttpError.html#statusCode\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RedirectHttpError\"},{\"id\":2516,\"kind\":1024,\"name\":\"cause\",\"url\":\"classes/RedirectHttpError.html#cause\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RedirectHttpError\"},{\"id\":2517,\"kind\":1024,\"name\":\"errorCode\",\"url\":\"classes/RedirectHttpError.html#errorCode\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RedirectHttpError\"},{\"id\":2518,\"kind\":1024,\"name\":\"details\",\"url\":\"classes/RedirectHttpError.html#details\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RedirectHttpError\"},{\"id\":2519,\"kind\":2048,\"name\":\"generateMetadata\",\"url\":\"classes/RedirectHttpError.html#generateMetadata\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RedirectHttpError\"},{\"id\":2520,\"kind\":256,\"name\":\"RedirectHttpErrorClass\",\"url\":\"interfaces/RedirectHttpErrorClass.html\",\"classes\":\"tsd-kind-interface tsd-has-type-parameter\"},{\"id\":2521,\"kind\":1024,\"name\":\"statusCode\",\"url\":\"interfaces/RedirectHttpErrorClass.html#statusCode\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"RedirectHttpErrorClass\"},{\"id\":2522,\"kind\":1024,\"name\":\"uri\",\"url\":\"interfaces/RedirectHttpErrorClass.html#uri\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"RedirectHttpErrorClass\"},{\"id\":2523,\"kind\":2048,\"name\":\"isInstance\",\"url\":\"interfaces/RedirectHttpErrorClass.html#isInstance\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"RedirectHttpErrorClass\"},{\"id\":2524,\"kind\":512,\"name\":\"constructor\",\"url\":\"interfaces/RedirectHttpErrorClass.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"RedirectHttpErrorClass\"},{\"id\":2525,\"kind\":64,\"name\":\"isSystemError\",\"url\":\"modules.html#isSystemError\",\"classes\":\"tsd-kind-function\"},{\"id\":2526,\"kind\":256,\"name\":\"SystemError\",\"url\":\"interfaces/SystemError.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2527,\"kind\":1024,\"name\":\"address\",\"url\":\"interfaces/SystemError.html#address\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SystemError\"},{\"id\":2528,\"kind\":1024,\"name\":\"code\",\"url\":\"interfaces/SystemError.html#code\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SystemError\"},{\"id\":2529,\"kind\":1024,\"name\":\"dest\",\"url\":\"interfaces/SystemError.html#dest\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SystemError\"},{\"id\":2530,\"kind\":1024,\"name\":\"errno\",\"url\":\"interfaces/SystemError.html#errno\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SystemError\"},{\"id\":2531,\"kind\":1024,\"name\":\"info\",\"url\":\"interfaces/SystemError.html#info\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SystemError\"},{\"id\":2532,\"kind\":1024,\"name\":\"path\",\"url\":\"interfaces/SystemError.html#path\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SystemError\"},{\"id\":2533,\"kind\":1024,\"name\":\"port\",\"url\":\"interfaces/SystemError.html#port\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SystemError\"},{\"id\":2534,\"kind\":1024,\"name\":\"syscall\",\"url\":\"interfaces/SystemError.html#syscall\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SystemError\"},{\"id\":2535,\"kind\":128,\"name\":\"UnauthorizedHttpError\",\"url\":\"classes/UnauthorizedHttpError.html\",\"classes\":\"tsd-kind-class\"},{\"id\":2536,\"kind\":1024,\"name\":\"statusCode\",\"url\":\"classes/UnauthorizedHttpError.html#statusCode-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static\",\"parent\":\"UnauthorizedHttpError\"},{\"id\":2537,\"kind\":1024,\"name\":\"uri\",\"url\":\"classes/UnauthorizedHttpError.html#uri\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static\",\"parent\":\"UnauthorizedHttpError\"},{\"id\":2538,\"kind\":2048,\"name\":\"isInstance\",\"url\":\"classes/UnauthorizedHttpError.html#isInstance\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static\",\"parent\":\"UnauthorizedHttpError\"},{\"id\":2539,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/UnauthorizedHttpError.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"UnauthorizedHttpError\"},{\"id\":2540,\"kind\":1024,\"name\":\"statusCode\",\"url\":\"classes/UnauthorizedHttpError.html#statusCode\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"UnauthorizedHttpError\"},{\"id\":2541,\"kind\":1024,\"name\":\"cause\",\"url\":\"classes/UnauthorizedHttpError.html#cause\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"UnauthorizedHttpError\"},{\"id\":2542,\"kind\":1024,\"name\":\"errorCode\",\"url\":\"classes/UnauthorizedHttpError.html#errorCode\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"UnauthorizedHttpError\"},{\"id\":2543,\"kind\":1024,\"name\":\"details\",\"url\":\"classes/UnauthorizedHttpError.html#details\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"UnauthorizedHttpError\"},{\"id\":2544,\"kind\":2048,\"name\":\"generateMetadata\",\"url\":\"classes/UnauthorizedHttpError.html#generateMetadata\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"UnauthorizedHttpError\"},{\"id\":2545,\"kind\":128,\"name\":\"UnsupportedMediaTypeHttpError\",\"url\":\"classes/UnsupportedMediaTypeHttpError.html\",\"classes\":\"tsd-kind-class\"},{\"id\":2546,\"kind\":1024,\"name\":\"statusCode\",\"url\":\"classes/UnsupportedMediaTypeHttpError.html#statusCode-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static\",\"parent\":\"UnsupportedMediaTypeHttpError\"},{\"id\":2547,\"kind\":1024,\"name\":\"uri\",\"url\":\"classes/UnsupportedMediaTypeHttpError.html#uri\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static\",\"parent\":\"UnsupportedMediaTypeHttpError\"},{\"id\":2548,\"kind\":2048,\"name\":\"isInstance\",\"url\":\"classes/UnsupportedMediaTypeHttpError.html#isInstance\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static\",\"parent\":\"UnsupportedMediaTypeHttpError\"},{\"id\":2549,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/UnsupportedMediaTypeHttpError.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"UnsupportedMediaTypeHttpError\"},{\"id\":2550,\"kind\":1024,\"name\":\"statusCode\",\"url\":\"classes/UnsupportedMediaTypeHttpError.html#statusCode\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"UnsupportedMediaTypeHttpError\"},{\"id\":2551,\"kind\":1024,\"name\":\"cause\",\"url\":\"classes/UnsupportedMediaTypeHttpError.html#cause\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"UnsupportedMediaTypeHttpError\"},{\"id\":2552,\"kind\":1024,\"name\":\"errorCode\",\"url\":\"classes/UnsupportedMediaTypeHttpError.html#errorCode\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"UnsupportedMediaTypeHttpError\"},{\"id\":2553,\"kind\":1024,\"name\":\"details\",\"url\":\"classes/UnsupportedMediaTypeHttpError.html#details\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"UnsupportedMediaTypeHttpError\"},{\"id\":2554,\"kind\":2048,\"name\":\"generateMetadata\",\"url\":\"classes/UnsupportedMediaTypeHttpError.html#generateMetadata\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"UnsupportedMediaTypeHttpError\"},{\"id\":2555,\"kind\":128,\"name\":\"AsyncHandler\",\"url\":\"classes/AsyncHandler.html\",\"classes\":\"tsd-kind-class tsd-has-type-parameter\"},{\"id\":2556,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/AsyncHandler.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter\",\"parent\":\"AsyncHandler\"},{\"id\":2557,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/AsyncHandler.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"AsyncHandler\"},{\"id\":2558,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/AsyncHandler.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"AsyncHandler\"},{\"id\":2559,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/AsyncHandler.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"AsyncHandler\"},{\"id\":2560,\"kind\":128,\"name\":\"BooleanHandler\",\"url\":\"classes/BooleanHandler.html\",\"classes\":\"tsd-kind-class tsd-has-type-parameter\"},{\"id\":2561,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/BooleanHandler.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter tsd-is-overwrite\",\"parent\":\"BooleanHandler\"},{\"id\":2562,\"kind\":1024,\"name\":\"logger\",\"url\":\"classes/BooleanHandler.html#logger\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"BooleanHandler\"},{\"id\":2563,\"kind\":1024,\"name\":\"handlers\",\"url\":\"classes/BooleanHandler.html#handlers\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"BooleanHandler\"},{\"id\":2564,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/BooleanHandler.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"BooleanHandler\"},{\"id\":2565,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/BooleanHandler.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"BooleanHandler\"},{\"id\":2566,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/BooleanHandler.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"BooleanHandler\"},{\"id\":2567,\"kind\":128,\"name\":\"ConditionalHandler\",\"url\":\"classes/ConditionalHandler.html\",\"classes\":\"tsd-kind-class tsd-has-type-parameter\"},{\"id\":2568,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ConditionalHandler.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter tsd-is-overwrite\",\"parent\":\"ConditionalHandler\"},{\"id\":2569,\"kind\":1024,\"name\":\"source\",\"url\":\"classes/ConditionalHandler.html#source\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ConditionalHandler\"},{\"id\":2570,\"kind\":1024,\"name\":\"storage\",\"url\":\"classes/ConditionalHandler.html#storage\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ConditionalHandler\"},{\"id\":2571,\"kind\":1024,\"name\":\"storageKey\",\"url\":\"classes/ConditionalHandler.html#storageKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ConditionalHandler\"},{\"id\":2572,\"kind\":1024,\"name\":\"storageValue\",\"url\":\"classes/ConditionalHandler.html#storageValue\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ConditionalHandler\"},{\"id\":2573,\"kind\":1024,\"name\":\"finished\",\"url\":\"classes/ConditionalHandler.html#finished\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ConditionalHandler\"},{\"id\":2574,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/ConditionalHandler.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ConditionalHandler\"},{\"id\":2575,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/ConditionalHandler.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ConditionalHandler\"},{\"id\":2576,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/ConditionalHandler.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ConditionalHandler\"},{\"id\":2577,\"kind\":2048,\"name\":\"checkCondition\",\"url\":\"classes/ConditionalHandler.html#checkCondition\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"ConditionalHandler\"},{\"id\":2578,\"kind\":64,\"name\":\"findHandler\",\"url\":\"modules.html#findHandler\",\"classes\":\"tsd-kind-function tsd-has-type-parameter\"},{\"id\":2579,\"kind\":64,\"name\":\"filterHandlers\",\"url\":\"modules.html#filterHandlers\",\"classes\":\"tsd-kind-function tsd-has-type-parameter\"},{\"id\":2580,\"kind\":128,\"name\":\"MethodFilterHandler\",\"url\":\"classes/MethodFilterHandler.html\",\"classes\":\"tsd-kind-class tsd-has-type-parameter\"},{\"id\":2581,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/MethodFilterHandler.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter tsd-is-overwrite\",\"parent\":\"MethodFilterHandler\"},{\"id\":2582,\"kind\":1024,\"name\":\"methods\",\"url\":\"classes/MethodFilterHandler.html#methods\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"MethodFilterHandler\"},{\"id\":2583,\"kind\":1024,\"name\":\"source\",\"url\":\"classes/MethodFilterHandler.html#source\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"MethodFilterHandler\"},{\"id\":2584,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/MethodFilterHandler.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MethodFilterHandler\"},{\"id\":2585,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/MethodFilterHandler.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MethodFilterHandler\"},{\"id\":2586,\"kind\":2048,\"name\":\"findMethod\",\"url\":\"classes/MethodFilterHandler.html#findMethod\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"MethodFilterHandler\"},{\"id\":2587,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/MethodFilterHandler.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MethodFilterHandler\"},{\"id\":2588,\"kind\":128,\"name\":\"ParallelHandler\",\"url\":\"classes/ParallelHandler.html\",\"classes\":\"tsd-kind-class tsd-has-type-parameter\"},{\"id\":2589,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ParallelHandler.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter tsd-is-overwrite\",\"parent\":\"ParallelHandler\"},{\"id\":2590,\"kind\":1024,\"name\":\"handlers\",\"url\":\"classes/ParallelHandler.html#handlers\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ParallelHandler\"},{\"id\":2591,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/ParallelHandler.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ParallelHandler\"},{\"id\":2592,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/ParallelHandler.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ParallelHandler\"},{\"id\":2593,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/ParallelHandler.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ParallelHandler\"},{\"id\":2594,\"kind\":128,\"name\":\"SequenceHandler\",\"url\":\"classes/SequenceHandler.html\",\"classes\":\"tsd-kind-class tsd-has-type-parameter\"},{\"id\":2595,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/SequenceHandler.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter tsd-is-overwrite\",\"parent\":\"SequenceHandler\"},{\"id\":2596,\"kind\":1024,\"name\":\"handlers\",\"url\":\"classes/SequenceHandler.html#handlers\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"SequenceHandler\"},{\"id\":2597,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/SequenceHandler.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"SequenceHandler\"},{\"id\":2598,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/SequenceHandler.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SequenceHandler\"},{\"id\":2599,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/SequenceHandler.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SequenceHandler\"},{\"id\":2600,\"kind\":128,\"name\":\"StaticHandler\",\"url\":\"classes/StaticHandler.html\",\"classes\":\"tsd-kind-class tsd-has-type-parameter\"},{\"id\":2601,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/StaticHandler.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter tsd-is-overwrite\",\"parent\":\"StaticHandler\"},{\"id\":2602,\"kind\":1024,\"name\":\"value\",\"url\":\"classes/StaticHandler.html#value\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"StaticHandler\"},{\"id\":2603,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/StaticHandler.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"StaticHandler\"},{\"id\":2604,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/StaticHandler.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaticHandler\"},{\"id\":2605,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/StaticHandler.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaticHandler\"},{\"id\":2606,\"kind\":128,\"name\":\"StaticThrowHandler\",\"url\":\"classes/StaticThrowHandler.html\",\"classes\":\"tsd-kind-class\"},{\"id\":2607,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/StaticThrowHandler.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"StaticThrowHandler\"},{\"id\":2608,\"kind\":1024,\"name\":\"error\",\"url\":\"classes/StaticThrowHandler.html#error\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"StaticThrowHandler\"},{\"id\":2609,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/StaticThrowHandler.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"StaticThrowHandler\"},{\"id\":2610,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/StaticThrowHandler.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaticThrowHandler\"},{\"id\":2611,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/StaticThrowHandler.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaticThrowHandler\"},{\"id\":2612,\"kind\":128,\"name\":\"UnionHandler\",\"url\":\"classes/UnionHandler.html\",\"classes\":\"tsd-kind-class tsd-has-type-parameter\"},{\"id\":2613,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/UnionHandler.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter tsd-is-overwrite\",\"parent\":\"UnionHandler\"},{\"id\":2614,\"kind\":1024,\"name\":\"handlers\",\"url\":\"classes/UnionHandler.html#handlers\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"UnionHandler\"},{\"id\":2615,\"kind\":1024,\"name\":\"requireAll\",\"url\":\"classes/UnionHandler.html#requireAll\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"UnionHandler\"},{\"id\":2616,\"kind\":1024,\"name\":\"ignoreErrors\",\"url\":\"classes/UnionHandler.html#ignoreErrors\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"UnionHandler\"},{\"id\":2617,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/UnionHandler.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"UnionHandler\"},{\"id\":2618,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/UnionHandler.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"UnionHandler\"},{\"id\":2619,\"kind\":2048,\"name\":\"allCanHandle\",\"url\":\"classes/UnionHandler.html#allCanHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected\",\"parent\":\"UnionHandler\"},{\"id\":2620,\"kind\":2048,\"name\":\"combine\",\"url\":\"classes/UnionHandler.html#combine\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected\",\"parent\":\"UnionHandler\"},{\"id\":2621,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/UnionHandler.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"UnionHandler\"},{\"id\":2622,\"kind\":128,\"name\":\"UnsupportedAsyncHandler\",\"url\":\"classes/UnsupportedAsyncHandler.html\",\"classes\":\"tsd-kind-class\"},{\"id\":2623,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/UnsupportedAsyncHandler.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"UnsupportedAsyncHandler\"},{\"id\":2624,\"kind\":1024,\"name\":\"errorMessage\",\"url\":\"classes/UnsupportedAsyncHandler.html#errorMessage\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"UnsupportedAsyncHandler\"},{\"id\":2625,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/UnsupportedAsyncHandler.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"UnsupportedAsyncHandler\"},{\"id\":2626,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/UnsupportedAsyncHandler.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"UnsupportedAsyncHandler\"},{\"id\":2627,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/UnsupportedAsyncHandler.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"UnsupportedAsyncHandler\"},{\"id\":2628,\"kind\":128,\"name\":\"WaterfallHandler\",\"url\":\"classes/WaterfallHandler.html\",\"classes\":\"tsd-kind-class tsd-has-type-parameter\"},{\"id\":2629,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/WaterfallHandler.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter\",\"parent\":\"WaterfallHandler\"},{\"id\":2630,\"kind\":1024,\"name\":\"logger\",\"url\":\"classes/WaterfallHandler.html#logger\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"WaterfallHandler\"},{\"id\":2631,\"kind\":1024,\"name\":\"handlers\",\"url\":\"classes/WaterfallHandler.html#handlers\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"WaterfallHandler\"},{\"id\":2632,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/WaterfallHandler.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"WaterfallHandler\"},{\"id\":2633,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/WaterfallHandler.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"WaterfallHandler\"},{\"id\":2634,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/WaterfallHandler.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"WaterfallHandler\"},{\"id\":2635,\"kind\":128,\"name\":\"BaseIdentifierStrategy\",\"url\":\"classes/BaseIdentifierStrategy.html\",\"classes\":\"tsd-kind-class\"},{\"id\":2636,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/BaseIdentifierStrategy.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"BaseIdentifierStrategy\"},{\"id\":2637,\"kind\":2048,\"name\":\"supportsIdentifier\",\"url\":\"classes/BaseIdentifierStrategy.html#supportsIdentifier\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"BaseIdentifierStrategy\"},{\"id\":2638,\"kind\":2048,\"name\":\"getParentContainer\",\"url\":\"classes/BaseIdentifierStrategy.html#getParentContainer\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"BaseIdentifierStrategy\"},{\"id\":2639,\"kind\":2048,\"name\":\"isRootContainer\",\"url\":\"classes/BaseIdentifierStrategy.html#isRootContainer\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"BaseIdentifierStrategy\"},{\"id\":2640,\"kind\":256,\"name\":\"IdentifierStrategy\",\"url\":\"interfaces/IdentifierStrategy.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2641,\"kind\":2048,\"name\":\"supportsIdentifier\",\"url\":\"interfaces/IdentifierStrategy.html#supportsIdentifier\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"IdentifierStrategy\"},{\"id\":2642,\"kind\":2048,\"name\":\"getParentContainer\",\"url\":\"interfaces/IdentifierStrategy.html#getParentContainer\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"IdentifierStrategy\"},{\"id\":2643,\"kind\":2048,\"name\":\"isRootContainer\",\"url\":\"interfaces/IdentifierStrategy.html#isRootContainer\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"IdentifierStrategy\"},{\"id\":2644,\"kind\":128,\"name\":\"SingleRootIdentifierStrategy\",\"url\":\"classes/SingleRootIdentifierStrategy.html\",\"classes\":\"tsd-kind-class\"},{\"id\":2645,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/SingleRootIdentifierStrategy.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"SingleRootIdentifierStrategy\"},{\"id\":2646,\"kind\":1024,\"name\":\"baseUrl\",\"url\":\"classes/SingleRootIdentifierStrategy.html#baseUrl\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"SingleRootIdentifierStrategy\"},{\"id\":2647,\"kind\":1024,\"name\":\"logger\",\"url\":\"classes/SingleRootIdentifierStrategy.html#logger\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"SingleRootIdentifierStrategy\"},{\"id\":2648,\"kind\":2048,\"name\":\"supportsIdentifier\",\"url\":\"classes/SingleRootIdentifierStrategy.html#supportsIdentifier\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"SingleRootIdentifierStrategy\"},{\"id\":2649,\"kind\":2048,\"name\":\"isRootContainer\",\"url\":\"classes/SingleRootIdentifierStrategy.html#isRootContainer\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"SingleRootIdentifierStrategy\"},{\"id\":2650,\"kind\":2048,\"name\":\"getParentContainer\",\"url\":\"classes/SingleRootIdentifierStrategy.html#getParentContainer\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SingleRootIdentifierStrategy\"},{\"id\":2651,\"kind\":128,\"name\":\"SubdomainIdentifierStrategy\",\"url\":\"classes/SubdomainIdentifierStrategy.html\",\"classes\":\"tsd-kind-class\"},{\"id\":2652,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/SubdomainIdentifierStrategy.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"SubdomainIdentifierStrategy\"},{\"id\":2653,\"kind\":1024,\"name\":\"baseUrl\",\"url\":\"classes/SubdomainIdentifierStrategy.html#baseUrl\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"SubdomainIdentifierStrategy\"},{\"id\":2654,\"kind\":1024,\"name\":\"regex\",\"url\":\"classes/SubdomainIdentifierStrategy.html#regex\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"SubdomainIdentifierStrategy\"},{\"id\":2655,\"kind\":1024,\"name\":\"logger\",\"url\":\"classes/SubdomainIdentifierStrategy.html#logger\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"SubdomainIdentifierStrategy\"},{\"id\":2656,\"kind\":2048,\"name\":\"supportsIdentifier\",\"url\":\"classes/SubdomainIdentifierStrategy.html#supportsIdentifier\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"SubdomainIdentifierStrategy\"},{\"id\":2657,\"kind\":2048,\"name\":\"isRootContainer\",\"url\":\"classes/SubdomainIdentifierStrategy.html#isRootContainer\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"SubdomainIdentifierStrategy\"},{\"id\":2658,\"kind\":2048,\"name\":\"getParentContainer\",\"url\":\"classes/SubdomainIdentifierStrategy.html#getParentContainer\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SubdomainIdentifierStrategy\"},{\"id\":2659,\"kind\":256,\"name\":\"ExpiringReadWriteLocker\",\"url\":\"interfaces/ExpiringReadWriteLocker.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2660,\"kind\":2048,\"name\":\"withReadLock\",\"url\":\"interfaces/ExpiringReadWriteLocker.html#withReadLock\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-has-type-parameter tsd-is-overwrite\",\"parent\":\"ExpiringReadWriteLocker\"},{\"id\":2661,\"kind\":2048,\"name\":\"withWriteLock\",\"url\":\"interfaces/ExpiringReadWriteLocker.html#withWriteLock\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-has-type-parameter tsd-is-overwrite\",\"parent\":\"ExpiringReadWriteLocker\"},{\"id\":2662,\"kind\":128,\"name\":\"EqualReadWriteLocker\",\"url\":\"classes/EqualReadWriteLocker.html\",\"classes\":\"tsd-kind-class\"},{\"id\":2663,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/EqualReadWriteLocker.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"EqualReadWriteLocker\"},{\"id\":2664,\"kind\":1024,\"name\":\"locker\",\"url\":\"classes/EqualReadWriteLocker.html#locker\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"EqualReadWriteLocker\"},{\"id\":2665,\"kind\":2048,\"name\":\"withReadLock\",\"url\":\"classes/EqualReadWriteLocker.html#withReadLock\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter\",\"parent\":\"EqualReadWriteLocker\"},{\"id\":2666,\"kind\":2048,\"name\":\"withWriteLock\",\"url\":\"classes/EqualReadWriteLocker.html#withWriteLock\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter\",\"parent\":\"EqualReadWriteLocker\"},{\"id\":2667,\"kind\":2048,\"name\":\"withLock\",\"url\":\"classes/EqualReadWriteLocker.html#withLock\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-private\",\"parent\":\"EqualReadWriteLocker\"},{\"id\":2668,\"kind\":256,\"name\":\"GreedyReadWriteSuffixes\",\"url\":\"interfaces/GreedyReadWriteSuffixes.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2669,\"kind\":1024,\"name\":\"count\",\"url\":\"interfaces/GreedyReadWriteSuffixes.html#count\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GreedyReadWriteSuffixes\"},{\"id\":2670,\"kind\":1024,\"name\":\"read\",\"url\":\"interfaces/GreedyReadWriteSuffixes.html#read\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GreedyReadWriteSuffixes\"},{\"id\":2671,\"kind\":1024,\"name\":\"write\",\"url\":\"interfaces/GreedyReadWriteSuffixes.html#write\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GreedyReadWriteSuffixes\"},{\"id\":2672,\"kind\":128,\"name\":\"GreedyReadWriteLocker\",\"url\":\"classes/GreedyReadWriteLocker.html\",\"classes\":\"tsd-kind-class\"},{\"id\":2673,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/GreedyReadWriteLocker.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"GreedyReadWriteLocker\"},{\"id\":2674,\"kind\":1024,\"name\":\"locker\",\"url\":\"classes/GreedyReadWriteLocker.html#locker\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"GreedyReadWriteLocker\"},{\"id\":2675,\"kind\":1024,\"name\":\"storage\",\"url\":\"classes/GreedyReadWriteLocker.html#storage\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"GreedyReadWriteLocker\"},{\"id\":2676,\"kind\":1024,\"name\":\"suffixes\",\"url\":\"classes/GreedyReadWriteLocker.html#suffixes\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"GreedyReadWriteLocker\"},{\"id\":2677,\"kind\":2048,\"name\":\"withReadLock\",\"url\":\"classes/GreedyReadWriteLocker.html#withReadLock\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter\",\"parent\":\"GreedyReadWriteLocker\"},{\"id\":2678,\"kind\":2048,\"name\":\"withWriteLock\",\"url\":\"classes/GreedyReadWriteLocker.html#withWriteLock\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter\",\"parent\":\"GreedyReadWriteLocker\"},{\"id\":2679,\"kind\":2048,\"name\":\"getCountKey\",\"url\":\"classes/GreedyReadWriteLocker.html#getCountKey\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"GreedyReadWriteLocker\"},{\"id\":2680,\"kind\":2048,\"name\":\"getReadLockKey\",\"url\":\"classes/GreedyReadWriteLocker.html#getReadLockKey\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"GreedyReadWriteLocker\"},{\"id\":2681,\"kind\":2048,\"name\":\"getWriteLockKey\",\"url\":\"classes/GreedyReadWriteLocker.html#getWriteLockKey\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"GreedyReadWriteLocker\"},{\"id\":2682,\"kind\":2048,\"name\":\"preReadSetup\",\"url\":\"classes/GreedyReadWriteLocker.html#preReadSetup\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"GreedyReadWriteLocker\"},{\"id\":2683,\"kind\":2048,\"name\":\"postReadCleanup\",\"url\":\"classes/GreedyReadWriteLocker.html#postReadCleanup\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"GreedyReadWriteLocker\"},{\"id\":2684,\"kind\":2048,\"name\":\"withInternalReadLock\",\"url\":\"classes/GreedyReadWriteLocker.html#withInternalReadLock\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-private\",\"parent\":\"GreedyReadWriteLocker\"},{\"id\":2685,\"kind\":2048,\"name\":\"incrementCount\",\"url\":\"classes/GreedyReadWriteLocker.html#incrementCount\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"GreedyReadWriteLocker\"},{\"id\":2686,\"kind\":256,\"name\":\"ReadWriteLocker\",\"url\":\"interfaces/ReadWriteLocker.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2687,\"kind\":2048,\"name\":\"withReadLock\",\"url\":\"interfaces/ReadWriteLocker.html#withReadLock\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-has-type-parameter\",\"parent\":\"ReadWriteLocker\"},{\"id\":2688,\"kind\":2048,\"name\":\"withWriteLock\",\"url\":\"interfaces/ReadWriteLocker.html#withWriteLock\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-has-type-parameter\",\"parent\":\"ReadWriteLocker\"},{\"id\":2689,\"kind\":256,\"name\":\"AttemptSettings\",\"url\":\"interfaces/AttemptSettings.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2690,\"kind\":1024,\"name\":\"retryCount\",\"url\":\"interfaces/AttemptSettings.html#retryCount\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AttemptSettings\"},{\"id\":2691,\"kind\":1024,\"name\":\"retryDelay\",\"url\":\"interfaces/AttemptSettings.html#retryDelay\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AttemptSettings\"},{\"id\":2692,\"kind\":1024,\"name\":\"retryJitter\",\"url\":\"interfaces/AttemptSettings.html#retryJitter\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AttemptSettings\"},{\"id\":2693,\"kind\":128,\"name\":\"RedisLocker\",\"url\":\"classes/RedisLocker.html\",\"classes\":\"tsd-kind-class\"},{\"id\":2694,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/RedisLocker.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"RedisLocker\"},{\"id\":2695,\"kind\":1024,\"name\":\"logger\",\"url\":\"classes/RedisLocker.html#logger\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"RedisLocker\"},{\"id\":2696,\"kind\":1024,\"name\":\"redis\",\"url\":\"classes/RedisLocker.html#redis\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"RedisLocker\"},{\"id\":2697,\"kind\":1024,\"name\":\"redisRw\",\"url\":\"classes/RedisLocker.html#redisRw\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"RedisLocker\"},{\"id\":2698,\"kind\":1024,\"name\":\"redisLock\",\"url\":\"classes/RedisLocker.html#redisLock\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"RedisLocker\"},{\"id\":2699,\"kind\":1024,\"name\":\"attemptSettings\",\"url\":\"classes/RedisLocker.html#attemptSettings\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"RedisLocker\"},{\"id\":2700,\"kind\":2048,\"name\":\"createRedisClient\",\"url\":\"classes/RedisLocker.html#createRedisClient\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"RedisLocker\"},{\"id\":2701,\"kind\":2048,\"name\":\"tryRedisFn\",\"url\":\"classes/RedisLocker.html#tryRedisFn\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"RedisLocker\"},{\"id\":2702,\"kind\":2048,\"name\":\"getReadWriteKey\",\"url\":\"classes/RedisLocker.html#getReadWriteKey\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"RedisLocker\"},{\"id\":2703,\"kind\":2048,\"name\":\"getResourceKey\",\"url\":\"classes/RedisLocker.html#getResourceKey\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"RedisLocker\"},{\"id\":2704,\"kind\":2048,\"name\":\"withReadLock\",\"url\":\"classes/RedisLocker.html#withReadLock\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter\",\"parent\":\"RedisLocker\"},{\"id\":2705,\"kind\":2048,\"name\":\"withWriteLock\",\"url\":\"classes/RedisLocker.html#withWriteLock\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter\",\"parent\":\"RedisLocker\"},{\"id\":2706,\"kind\":2048,\"name\":\"acquire\",\"url\":\"classes/RedisLocker.html#acquire\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RedisLocker\"},{\"id\":2707,\"kind\":2048,\"name\":\"release\",\"url\":\"classes/RedisLocker.html#release\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RedisLocker\"},{\"id\":2708,\"kind\":2048,\"name\":\"finalize\",\"url\":\"classes/RedisLocker.html#finalize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RedisLocker\"},{\"id\":2709,\"kind\":256,\"name\":\"ResourceLocker\",\"url\":\"interfaces/ResourceLocker.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2710,\"kind\":2048,\"name\":\"acquire\",\"url\":\"interfaces/ResourceLocker.html#acquire\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"ResourceLocker\"},{\"id\":2711,\"kind\":2048,\"name\":\"release\",\"url\":\"interfaces/ResourceLocker.html#release\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"ResourceLocker\"},{\"id\":2712,\"kind\":128,\"name\":\"SingleThreadedResourceLocker\",\"url\":\"classes/SingleThreadedResourceLocker.html\",\"classes\":\"tsd-kind-class\"},{\"id\":2713,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/SingleThreadedResourceLocker.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"SingleThreadedResourceLocker\"},{\"id\":2714,\"kind\":1024,\"name\":\"logger\",\"url\":\"classes/SingleThreadedResourceLocker.html#logger\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"SingleThreadedResourceLocker\"},{\"id\":2715,\"kind\":1024,\"name\":\"locker\",\"url\":\"classes/SingleThreadedResourceLocker.html#locker\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"SingleThreadedResourceLocker\"},{\"id\":2716,\"kind\":1024,\"name\":\"unlockCallbacks\",\"url\":\"classes/SingleThreadedResourceLocker.html#unlockCallbacks\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"SingleThreadedResourceLocker\"},{\"id\":2717,\"kind\":2048,\"name\":\"acquire\",\"url\":\"classes/SingleThreadedResourceLocker.html#acquire\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"SingleThreadedResourceLocker\"},{\"id\":2718,\"kind\":2048,\"name\":\"release\",\"url\":\"classes/SingleThreadedResourceLocker.html#release\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"SingleThreadedResourceLocker\"},{\"id\":2719,\"kind\":2048,\"name\":\"getLockCount\",\"url\":\"classes/SingleThreadedResourceLocker.html#getLockCount\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"SingleThreadedResourceLocker\"},{\"id\":2720,\"kind\":128,\"name\":\"WrappedExpiringReadWriteLocker\",\"url\":\"classes/WrappedExpiringReadWriteLocker.html\",\"classes\":\"tsd-kind-class\"},{\"id\":2721,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/WrappedExpiringReadWriteLocker.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"WrappedExpiringReadWriteLocker\"},{\"id\":2722,\"kind\":1024,\"name\":\"logger\",\"url\":\"classes/WrappedExpiringReadWriteLocker.html#logger\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"WrappedExpiringReadWriteLocker\"},{\"id\":2723,\"kind\":1024,\"name\":\"locker\",\"url\":\"classes/WrappedExpiringReadWriteLocker.html#locker\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"WrappedExpiringReadWriteLocker\"},{\"id\":2724,\"kind\":1024,\"name\":\"expiration\",\"url\":\"classes/WrappedExpiringReadWriteLocker.html#expiration\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"WrappedExpiringReadWriteLocker\"},{\"id\":2725,\"kind\":2048,\"name\":\"withReadLock\",\"url\":\"classes/WrappedExpiringReadWriteLocker.html#withReadLock\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter\",\"parent\":\"WrappedExpiringReadWriteLocker\"},{\"id\":2726,\"kind\":2048,\"name\":\"withWriteLock\",\"url\":\"classes/WrappedExpiringReadWriteLocker.html#withWriteLock\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter\",\"parent\":\"WrappedExpiringReadWriteLocker\"},{\"id\":2727,\"kind\":2048,\"name\":\"expiringPromise\",\"url\":\"classes/WrappedExpiringReadWriteLocker.html#expiringPromise\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-private\",\"parent\":\"WrappedExpiringReadWriteLocker\"},{\"id\":2728,\"kind\":128,\"name\":\"VoidLocker\",\"url\":\"classes/VoidLocker.html\",\"classes\":\"tsd-kind-class\"},{\"id\":2729,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/VoidLocker.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"VoidLocker\"},{\"id\":2730,\"kind\":1024,\"name\":\"logger\",\"url\":\"classes/VoidLocker.html#logger\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"VoidLocker\"},{\"id\":2731,\"kind\":2048,\"name\":\"withReadLock\",\"url\":\"classes/VoidLocker.html#withReadLock\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter\",\"parent\":\"VoidLocker\"},{\"id\":2732,\"kind\":2048,\"name\":\"withWriteLock\",\"url\":\"classes/VoidLocker.html#withWriteLock\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter\",\"parent\":\"VoidLocker\"},{\"id\":2733,\"kind\":128,\"name\":\"ChainedTemplateEngine\",\"url\":\"classes/ChainedTemplateEngine.html\",\"classes\":\"tsd-kind-class tsd-has-type-parameter\"},{\"id\":2734,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ChainedTemplateEngine.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter\",\"parent\":\"ChainedTemplateEngine\"},{\"id\":2735,\"kind\":1024,\"name\":\"firstEngine\",\"url\":\"classes/ChainedTemplateEngine.html#firstEngine\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ChainedTemplateEngine\"},{\"id\":2736,\"kind\":1024,\"name\":\"chainedEngines\",\"url\":\"classes/ChainedTemplateEngine.html#chainedEngines\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ChainedTemplateEngine\"},{\"id\":2737,\"kind\":1024,\"name\":\"renderedName\",\"url\":\"classes/ChainedTemplateEngine.html#renderedName\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ChainedTemplateEngine\"},{\"id\":2738,\"kind\":2048,\"name\":\"render\",\"url\":\"classes/ChainedTemplateEngine.html#render\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter\",\"parent\":\"ChainedTemplateEngine\"},{\"id\":2739,\"kind\":128,\"name\":\"EjsTemplateEngine\",\"url\":\"classes/EjsTemplateEngine.html\",\"classes\":\"tsd-kind-class tsd-has-type-parameter\"},{\"id\":2740,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/EjsTemplateEngine.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter\",\"parent\":\"EjsTemplateEngine\"},{\"id\":2741,\"kind\":1024,\"name\":\"applyTemplate\",\"url\":\"classes/EjsTemplateEngine.html#applyTemplate\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"EjsTemplateEngine\"},{\"id\":2742,\"kind\":2048,\"name\":\"render\",\"url\":\"classes/EjsTemplateEngine.html#render\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter\",\"parent\":\"EjsTemplateEngine\"},{\"id\":2743,\"kind\":128,\"name\":\"HandlebarsTemplateEngine\",\"url\":\"classes/HandlebarsTemplateEngine.html\",\"classes\":\"tsd-kind-class tsd-has-type-parameter\"},{\"id\":2744,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/HandlebarsTemplateEngine.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter\",\"parent\":\"HandlebarsTemplateEngine\"},{\"id\":2745,\"kind\":1024,\"name\":\"applyTemplate\",\"url\":\"classes/HandlebarsTemplateEngine.html#applyTemplate\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"HandlebarsTemplateEngine\"},{\"id\":2746,\"kind\":2048,\"name\":\"render\",\"url\":\"classes/HandlebarsTemplateEngine.html#render\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter\",\"parent\":\"HandlebarsTemplateEngine\"},{\"id\":2747,\"kind\":64,\"name\":\"getTemplateFilePath\",\"url\":\"modules.html#getTemplateFilePath\",\"classes\":\"tsd-kind-function\"},{\"id\":2748,\"kind\":64,\"name\":\"readTemplate\",\"url\":\"modules.html#readTemplate\",\"classes\":\"tsd-kind-function\"},{\"id\":2749,\"kind\":4194304,\"name\":\"Template\",\"url\":\"modules.html#Template\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":2750,\"kind\":4194304,\"name\":\"TemplateFileName\",\"url\":\"modules.html#TemplateFileName\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":2751,\"kind\":256,\"name\":\"TemplateString\",\"url\":\"interfaces/TemplateString.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2752,\"kind\":1024,\"name\":\"templateString\",\"url\":\"interfaces/TemplateString.html#templateString\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TemplateString\"},{\"id\":2753,\"kind\":256,\"name\":\"TemplatePath\",\"url\":\"interfaces/TemplatePath.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2754,\"kind\":1024,\"name\":\"templateFile\",\"url\":\"interfaces/TemplatePath.html#templateFile\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TemplatePath\"},{\"id\":2755,\"kind\":1024,\"name\":\"templatePath\",\"url\":\"interfaces/TemplatePath.html#templatePath\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TemplatePath\"},{\"id\":2756,\"kind\":256,\"name\":\"TemplateEngine\",\"url\":\"interfaces/TemplateEngine.html\",\"classes\":\"tsd-kind-interface tsd-has-type-parameter\"},{\"id\":2757,\"kind\":2048,\"name\":\"render\",\"url\":\"interfaces/TemplateEngine.html#render\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-has-type-parameter\",\"parent\":\"TemplateEngine\"},{\"id\":2758,\"kind\":32,\"name\":\"APPLICATION_JSON\",\"url\":\"modules.html#APPLICATION_JSON\",\"classes\":\"tsd-kind-variable\"},{\"id\":2759,\"kind\":32,\"name\":\"APPLICATION_OCTET_STREAM\",\"url\":\"modules.html#APPLICATION_OCTET_STREAM\",\"classes\":\"tsd-kind-variable\"},{\"id\":2760,\"kind\":32,\"name\":\"APPLICATION_SPARQL_UPDATE\",\"url\":\"modules.html#APPLICATION_SPARQL_UPDATE\",\"classes\":\"tsd-kind-variable\"},{\"id\":2761,\"kind\":32,\"name\":\"APPLICATION_X_WWW_FORM_URLENCODED\",\"url\":\"modules.html#APPLICATION_X_WWW_FORM_URLENCODED\",\"classes\":\"tsd-kind-variable\"},{\"id\":2762,\"kind\":32,\"name\":\"TEXT_HTML\",\"url\":\"modules.html#TEXT_HTML\",\"classes\":\"tsd-kind-variable\"},{\"id\":2763,\"kind\":32,\"name\":\"TEXT_MARKDOWN\",\"url\":\"modules.html#TEXT_MARKDOWN\",\"classes\":\"tsd-kind-variable\"},{\"id\":2764,\"kind\":32,\"name\":\"TEXT_N3\",\"url\":\"modules.html#TEXT_N3\",\"classes\":\"tsd-kind-variable\"},{\"id\":2765,\"kind\":32,\"name\":\"TEXT_TURTLE\",\"url\":\"modules.html#TEXT_TURTLE\",\"classes\":\"tsd-kind-variable\"},{\"id\":2766,\"kind\":32,\"name\":\"INTERNAL_ALL\",\"url\":\"modules.html#INTERNAL_ALL\",\"classes\":\"tsd-kind-variable\"},{\"id\":2767,\"kind\":32,\"name\":\"INTERNAL_QUADS\",\"url\":\"modules.html#INTERNAL_QUADS\",\"classes\":\"tsd-kind-variable\"},{\"id\":2768,\"kind\":32,\"name\":\"INTERNAL_ERROR\",\"url\":\"modules.html#INTERNAL_ERROR\",\"classes\":\"tsd-kind-variable\"},{\"id\":2769,\"kind\":32,\"name\":\"DEFAULT_CUSTOM_TYPES\",\"url\":\"modules.html#DEFAULT_CUSTOM_TYPES\",\"classes\":\"tsd-kind-variable\"},{\"id\":2770,\"kind\":65536,\"name\":\"__type\",\"url\":\"modules.html#DEFAULT_CUSTOM_TYPES.__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-variable\",\"parent\":\"DEFAULT_CUSTOM_TYPES\"},{\"id\":2771,\"kind\":1024,\"name\":\"acl\",\"url\":\"modules.html#DEFAULT_CUSTOM_TYPES.__type.acl\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"DEFAULT_CUSTOM_TYPES.__type\"},{\"id\":2772,\"kind\":1024,\"name\":\"meta\",\"url\":\"modules.html#DEFAULT_CUSTOM_TYPES.__type.meta\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"DEFAULT_CUSTOM_TYPES.__type\"},{\"id\":2773,\"kind\":64,\"name\":\"fetchDataset\",\"url\":\"modules.html#fetchDataset\",\"classes\":\"tsd-kind-function\"},{\"id\":2774,\"kind\":64,\"name\":\"responseToDataset\",\"url\":\"modules.html#responseToDataset\",\"classes\":\"tsd-kind-function\"},{\"id\":2775,\"kind\":64,\"name\":\"isGuarded\",\"url\":\"modules.html#isGuarded\",\"classes\":\"tsd-kind-function tsd-has-type-parameter\"},{\"id\":2776,\"kind\":64,\"name\":\"guardStream\",\"url\":\"modules.html#guardStream\",\"classes\":\"tsd-kind-function tsd-has-type-parameter\"},{\"id\":2777,\"kind\":4194304,\"name\":\"Guarded\",\"url\":\"modules.html#Guarded\",\"classes\":\"tsd-kind-type-alias tsd-has-type-parameter\"},{\"id\":2778,\"kind\":64,\"name\":\"transformQuotedStrings\",\"url\":\"modules.html#transformQuotedStrings\",\"classes\":\"tsd-kind-function\"},{\"id\":2779,\"kind\":64,\"name\":\"splitAndClean\",\"url\":\"modules.html#splitAndClean\",\"classes\":\"tsd-kind-function\"},{\"id\":2780,\"kind\":64,\"name\":\"parseParameters\",\"url\":\"modules.html#parseParameters\",\"classes\":\"tsd-kind-function\"},{\"id\":2781,\"kind\":64,\"name\":\"parseAccept\",\"url\":\"modules.html#parseAccept\",\"classes\":\"tsd-kind-function\"},{\"id\":2782,\"kind\":64,\"name\":\"parseAcceptCharset\",\"url\":\"modules.html#parseAcceptCharset\",\"classes\":\"tsd-kind-function\"},{\"id\":2783,\"kind\":64,\"name\":\"parseAcceptEncoding\",\"url\":\"modules.html#parseAcceptEncoding\",\"classes\":\"tsd-kind-function\"},{\"id\":2784,\"kind\":64,\"name\":\"parseAcceptLanguage\",\"url\":\"modules.html#parseAcceptLanguage\",\"classes\":\"tsd-kind-function\"},{\"id\":2785,\"kind\":64,\"name\":\"parseAcceptDateTime\",\"url\":\"modules.html#parseAcceptDateTime\",\"classes\":\"tsd-kind-function\"},{\"id\":2786,\"kind\":64,\"name\":\"addHeader\",\"url\":\"modules.html#addHeader\",\"classes\":\"tsd-kind-function\"},{\"id\":2787,\"kind\":64,\"name\":\"parseContentType\",\"url\":\"modules.html#parseContentType\",\"classes\":\"tsd-kind-function\"},{\"id\":2788,\"kind\":64,\"name\":\"parseForwarded\",\"url\":\"modules.html#parseForwarded\",\"classes\":\"tsd-kind-function\"},{\"id\":2789,\"kind\":64,\"name\":\"parseLinkHeader\",\"url\":\"modules.html#parseLinkHeader\",\"classes\":\"tsd-kind-function\"},{\"id\":2790,\"kind\":64,\"name\":\"matchesAuthorizationScheme\",\"url\":\"modules.html#matchesAuthorizationScheme\",\"classes\":\"tsd-kind-function\"},{\"id\":2791,\"kind\":64,\"name\":\"hasScheme\",\"url\":\"modules.html#hasScheme\",\"classes\":\"tsd-kind-function\"},{\"id\":2792,\"kind\":256,\"name\":\"AcceptHeader\",\"url\":\"interfaces/AcceptHeader.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2793,\"kind\":1024,\"name\":\"range\",\"url\":\"interfaces/AcceptHeader.html#range\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AcceptHeader\"},{\"id\":2794,\"kind\":1024,\"name\":\"weight\",\"url\":\"interfaces/AcceptHeader.html#weight\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AcceptHeader\"},{\"id\":2795,\"kind\":256,\"name\":\"Accept\",\"url\":\"interfaces/Accept.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2796,\"kind\":1024,\"name\":\"parameters\",\"url\":\"interfaces/Accept.html#parameters\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Accept\"},{\"id\":2797,\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/Accept.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"Accept\"},{\"id\":2798,\"kind\":1024,\"name\":\"mediaType\",\"url\":\"interfaces/Accept.html#__type.mediaType\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Accept.__type\"},{\"id\":2799,\"kind\":1024,\"name\":\"extension\",\"url\":\"interfaces/Accept.html#__type.extension\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Accept.__type\"},{\"id\":2800,\"kind\":1024,\"name\":\"range\",\"url\":\"interfaces/Accept.html#range\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"Accept\"},{\"id\":2801,\"kind\":1024,\"name\":\"weight\",\"url\":\"interfaces/Accept.html#weight\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"Accept\"},{\"id\":2802,\"kind\":256,\"name\":\"AcceptCharset\",\"url\":\"interfaces/AcceptCharset.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2803,\"kind\":1024,\"name\":\"range\",\"url\":\"interfaces/AcceptCharset.html#range\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AcceptCharset\"},{\"id\":2804,\"kind\":1024,\"name\":\"weight\",\"url\":\"interfaces/AcceptCharset.html#weight\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AcceptCharset\"},{\"id\":2805,\"kind\":256,\"name\":\"AcceptEncoding\",\"url\":\"interfaces/AcceptEncoding.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2806,\"kind\":1024,\"name\":\"range\",\"url\":\"interfaces/AcceptEncoding.html#range\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AcceptEncoding\"},{\"id\":2807,\"kind\":1024,\"name\":\"weight\",\"url\":\"interfaces/AcceptEncoding.html#weight\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AcceptEncoding\"},{\"id\":2808,\"kind\":256,\"name\":\"AcceptLanguage\",\"url\":\"interfaces/AcceptLanguage.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2809,\"kind\":1024,\"name\":\"range\",\"url\":\"interfaces/AcceptLanguage.html#range\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AcceptLanguage\"},{\"id\":2810,\"kind\":1024,\"name\":\"weight\",\"url\":\"interfaces/AcceptLanguage.html#weight\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AcceptLanguage\"},{\"id\":2811,\"kind\":256,\"name\":\"AcceptDatetime\",\"url\":\"interfaces/AcceptDatetime.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2812,\"kind\":1024,\"name\":\"range\",\"url\":\"interfaces/AcceptDatetime.html#range\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AcceptDatetime\"},{\"id\":2813,\"kind\":1024,\"name\":\"weight\",\"url\":\"interfaces/AcceptDatetime.html#weight\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AcceptDatetime\"},{\"id\":2814,\"kind\":256,\"name\":\"ContentType\",\"url\":\"interfaces/ContentType.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2815,\"kind\":1024,\"name\":\"value\",\"url\":\"interfaces/ContentType.html#value\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ContentType\"},{\"id\":2816,\"kind\":1024,\"name\":\"parameters\",\"url\":\"interfaces/ContentType.html#parameters\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ContentType\"},{\"id\":2817,\"kind\":256,\"name\":\"LinkEntryParameters\",\"url\":\"interfaces/LinkEntryParameters.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2818,\"kind\":1024,\"name\":\"rel\",\"url\":\"interfaces/LinkEntryParameters.html#rel\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"LinkEntryParameters\"},{\"id\":2819,\"kind\":256,\"name\":\"LinkEntry\",\"url\":\"interfaces/LinkEntry.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2820,\"kind\":1024,\"name\":\"target\",\"url\":\"interfaces/LinkEntry.html#target\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"LinkEntry\"},{\"id\":2821,\"kind\":1024,\"name\":\"parameters\",\"url\":\"interfaces/LinkEntry.html#parameters\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"LinkEntry\"},{\"id\":2822,\"kind\":256,\"name\":\"Forwarded\",\"url\":\"interfaces/Forwarded.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2823,\"kind\":1024,\"name\":\"by\",\"url\":\"interfaces/Forwarded.html#by\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Forwarded\"},{\"id\":2824,\"kind\":1024,\"name\":\"for\",\"url\":\"interfaces/Forwarded.html#for\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Forwarded\"},{\"id\":2825,\"kind\":1024,\"name\":\"host\",\"url\":\"interfaces/Forwarded.html#host\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Forwarded\"},{\"id\":2826,\"kind\":1024,\"name\":\"proto\",\"url\":\"interfaces/Forwarded.html#proto\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Forwarded\"},{\"id\":2827,\"kind\":64,\"name\":\"normalizeFilePath\",\"url\":\"modules.html#normalizeFilePath\",\"classes\":\"tsd-kind-function\"},{\"id\":2828,\"kind\":64,\"name\":\"joinFilePath\",\"url\":\"modules.html#joinFilePath\",\"classes\":\"tsd-kind-function\"},{\"id\":2829,\"kind\":64,\"name\":\"absoluteFilePath\",\"url\":\"modules.html#absoluteFilePath\",\"classes\":\"tsd-kind-function\"},{\"id\":2830,\"kind\":64,\"name\":\"ensureTrailingSlash\",\"url\":\"modules.html#ensureTrailingSlash\",\"classes\":\"tsd-kind-function\"},{\"id\":2831,\"kind\":64,\"name\":\"trimTrailingSlashes\",\"url\":\"modules.html#trimTrailingSlashes\",\"classes\":\"tsd-kind-function\"},{\"id\":2832,\"kind\":64,\"name\":\"ensureLeadingSlash\",\"url\":\"modules.html#ensureLeadingSlash\",\"classes\":\"tsd-kind-function\"},{\"id\":2833,\"kind\":64,\"name\":\"getExtension\",\"url\":\"modules.html#getExtension\",\"classes\":\"tsd-kind-function\"},{\"id\":2834,\"kind\":64,\"name\":\"toCanonicalUriPath\",\"url\":\"modules.html#toCanonicalUriPath\",\"classes\":\"tsd-kind-function\"},{\"id\":2835,\"kind\":64,\"name\":\"decodeUriPathComponents\",\"url\":\"modules.html#decodeUriPathComponents\",\"classes\":\"tsd-kind-function\"},{\"id\":2836,\"kind\":64,\"name\":\"encodeUriPathComponents\",\"url\":\"modules.html#encodeUriPathComponents\",\"classes\":\"tsd-kind-function\"},{\"id\":2837,\"kind\":64,\"name\":\"isContainerPath\",\"url\":\"modules.html#isContainerPath\",\"classes\":\"tsd-kind-function\"},{\"id\":2838,\"kind\":64,\"name\":\"isContainerIdentifier\",\"url\":\"modules.html#isContainerIdentifier\",\"classes\":\"tsd-kind-function\"},{\"id\":2839,\"kind\":64,\"name\":\"extractScheme\",\"url\":\"modules.html#extractScheme\",\"classes\":\"tsd-kind-function\"},{\"id\":2840,\"kind\":64,\"name\":\"getRelativeUrl\",\"url\":\"modules.html#getRelativeUrl\",\"classes\":\"tsd-kind-function\"},{\"id\":2841,\"kind\":64,\"name\":\"createSubdomainRegexp\",\"url\":\"modules.html#createSubdomainRegexp\",\"classes\":\"tsd-kind-function\"},{\"id\":2842,\"kind\":64,\"name\":\"getModuleRoot\",\"url\":\"modules.html#getModuleRoot\",\"classes\":\"tsd-kind-function\"},{\"id\":2843,\"kind\":64,\"name\":\"modulePath\",\"url\":\"modules.html#modulePath\",\"classes\":\"tsd-kind-function\"},{\"id\":2844,\"kind\":64,\"name\":\"resolveModulePath\",\"url\":\"modules.html#resolveModulePath\",\"classes\":\"tsd-kind-function\"},{\"id\":2845,\"kind\":64,\"name\":\"resolveAssetPath\",\"url\":\"modules.html#resolveAssetPath\",\"classes\":\"tsd-kind-function\"},{\"id\":2846,\"kind\":32,\"name\":\"modulePathPlaceholder\",\"url\":\"modules.html#modulePathPlaceholder\",\"classes\":\"tsd-kind-variable\"},{\"id\":2847,\"kind\":64,\"name\":\"joinUrl\",\"url\":\"modules.html#joinUrl\",\"classes\":\"tsd-kind-function\"},{\"id\":2848,\"kind\":64,\"name\":\"promiseSome\",\"url\":\"modules.html#promiseSome\",\"classes\":\"tsd-kind-function\"},{\"id\":2849,\"kind\":64,\"name\":\"allFulfilled\",\"url\":\"modules.html#allFulfilled\",\"classes\":\"tsd-kind-function tsd-has-type-parameter\"},{\"id\":2850,\"kind\":64,\"name\":\"serializeQuads\",\"url\":\"modules.html#serializeQuads\",\"classes\":\"tsd-kind-function\"},{\"id\":2851,\"kind\":64,\"name\":\"parseQuads\",\"url\":\"modules.html#parseQuads\",\"classes\":\"tsd-kind-function\"},{\"id\":2852,\"kind\":64,\"name\":\"uniqueQuads\",\"url\":\"modules.html#uniqueQuads\",\"classes\":\"tsd-kind-function\"},{\"id\":2853,\"kind\":128,\"name\":\"RecordObject\",\"url\":\"classes/RecordObject.html\",\"classes\":\"tsd-kind-class\"},{\"id\":2854,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/RecordObject.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"RecordObject\"},{\"id\":2855,\"kind\":64,\"name\":\"addResourceMetadata\",\"url\":\"modules.html#addResourceMetadata\",\"classes\":\"tsd-kind-function\"},{\"id\":2856,\"kind\":64,\"name\":\"updateModifiedDate\",\"url\":\"modules.html#updateModifiedDate\",\"classes\":\"tsd-kind-function\"},{\"id\":2857,\"kind\":64,\"name\":\"addTemplateMetadata\",\"url\":\"modules.html#addTemplateMetadata\",\"classes\":\"tsd-kind-function\"},{\"id\":2858,\"kind\":64,\"name\":\"cloneRepresentation\",\"url\":\"modules.html#cloneRepresentation\",\"classes\":\"tsd-kind-function\"},{\"id\":2859,\"kind\":64,\"name\":\"readableToString\",\"url\":\"modules.html#readableToString\",\"classes\":\"tsd-kind-function\"},{\"id\":2860,\"kind\":64,\"name\":\"readableToQuads\",\"url\":\"modules.html#readableToQuads\",\"classes\":\"tsd-kind-function\"},{\"id\":2861,\"kind\":64,\"name\":\"readJsonStream\",\"url\":\"modules.html#readJsonStream\",\"classes\":\"tsd-kind-function\"},{\"id\":2862,\"kind\":64,\"name\":\"getSingleItem\",\"url\":\"modules.html#getSingleItem\",\"classes\":\"tsd-kind-function\"},{\"id\":2863,\"kind\":64,\"name\":\"pipeSafely\",\"url\":\"modules.html#pipeSafely\",\"classes\":\"tsd-kind-function tsd-has-type-parameter\"},{\"id\":2864,\"kind\":64,\"name\":\"transformSafely\",\"url\":\"modules.html#transformSafely\",\"classes\":\"tsd-kind-function tsd-has-type-parameter\"},{\"id\":2865,\"kind\":64,\"name\":\"guardedStreamFrom\",\"url\":\"modules.html#guardedStreamFrom\",\"classes\":\"tsd-kind-function\"},{\"id\":2866,\"kind\":64,\"name\":\"endOfStream\",\"url\":\"modules.html#endOfStream\",\"classes\":\"tsd-kind-function\"},{\"id\":2867,\"kind\":256,\"name\":\"AsyncTransformOptions\",\"url\":\"interfaces/AsyncTransformOptions.html\",\"classes\":\"tsd-kind-interface tsd-has-type-parameter\"},{\"id\":2868,\"kind\":2048,\"name\":\"transform\",\"url\":\"interfaces/AsyncTransformOptions.html#transform\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"AsyncTransformOptions\"},{\"id\":2869,\"kind\":2048,\"name\":\"flush\",\"url\":\"interfaces/AsyncTransformOptions.html#flush\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"AsyncTransformOptions\"},{\"id\":2870,\"kind\":64,\"name\":\"splitCommaSeparated\",\"url\":\"modules.html#splitCommaSeparated\",\"classes\":\"tsd-kind-function\"},{\"id\":2871,\"kind\":64,\"name\":\"sanitizeUrlPart\",\"url\":\"modules.html#sanitizeUrlPart\",\"classes\":\"tsd-kind-function\"},{\"id\":2872,\"kind\":64,\"name\":\"isValidFileName\",\"url\":\"modules.html#isValidFileName\",\"classes\":\"tsd-kind-function\"},{\"id\":2873,\"kind\":64,\"name\":\"isTerm\",\"url\":\"modules.html#isTerm\",\"classes\":\"tsd-kind-function\"},{\"id\":2874,\"kind\":64,\"name\":\"toNamedTerm\",\"url\":\"modules.html#toNamedTerm\",\"classes\":\"tsd-kind-function tsd-has-type-parameter\"},{\"id\":2875,\"kind\":64,\"name\":\"toObjectTerm\",\"url\":\"modules.html#toObjectTerm\",\"classes\":\"tsd-kind-function tsd-has-type-parameter\"},{\"id\":2876,\"kind\":64,\"name\":\"toLiteral\",\"url\":\"modules.html#toLiteral\",\"classes\":\"tsd-kind-function\"},{\"id\":2877,\"kind\":64,\"name\":\"toPredicateTerm\",\"url\":\"modules.html#toPredicateTerm\",\"classes\":\"tsd-kind-function tsd-has-type-parameter\"},{\"id\":2878,\"kind\":64,\"name\":\"setSafeInterval\",\"url\":\"modules.html#setSafeInterval\",\"classes\":\"tsd-kind-function\"},{\"id\":2879,\"kind\":64,\"name\":\"createNamespace\",\"url\":\"modules.html#createNamespace\",\"classes\":\"tsd-kind-function tsd-has-type-parameter\"},{\"id\":2880,\"kind\":64,\"name\":\"createUriNamespace\",\"url\":\"modules.html#createUriNamespace\",\"classes\":\"tsd-kind-function tsd-has-type-parameter\"},{\"id\":2881,\"kind\":64,\"name\":\"createTermNamespace\",\"url\":\"modules.html#createTermNamespace\",\"classes\":\"tsd-kind-function tsd-has-type-parameter\"},{\"id\":2882,\"kind\":64,\"name\":\"createUriAndTermNamespace\",\"url\":\"modules.html#createUriAndTermNamespace\",\"classes\":\"tsd-kind-function tsd-has-type-parameter\"},{\"id\":2883,\"kind\":4194304,\"name\":\"Namespace\",\"url\":\"modules.html#Namespace\",\"classes\":\"tsd-kind-type-alias tsd-has-type-parameter\"},{\"id\":2884,\"kind\":32,\"name\":\"ACL\",\"url\":\"modules.html#ACL\",\"classes\":\"tsd-kind-variable\"},{\"id\":2885,\"kind\":32,\"name\":\"AUTH\",\"url\":\"modules.html#AUTH\",\"classes\":\"tsd-kind-variable\"},{\"id\":2886,\"kind\":32,\"name\":\"DC\",\"url\":\"modules.html#DC\",\"classes\":\"tsd-kind-variable\"},{\"id\":2887,\"kind\":32,\"name\":\"FOAF\",\"url\":\"modules.html#FOAF\",\"classes\":\"tsd-kind-variable\"},{\"id\":2888,\"kind\":32,\"name\":\"HH\",\"url\":\"modules.html#HH\",\"classes\":\"tsd-kind-variable\"},{\"id\":2889,\"kind\":32,\"name\":\"HTTP\",\"url\":\"modules.html#HTTP\",\"classes\":\"tsd-kind-variable\"},{\"id\":2890,\"kind\":32,\"name\":\"IANA\",\"url\":\"modules.html#IANA\",\"classes\":\"tsd-kind-variable\"},{\"id\":2891,\"kind\":32,\"name\":\"JSON_LD\",\"url\":\"modules.html#JSON_LD\",\"classes\":\"tsd-kind-variable\"},{\"id\":2892,\"kind\":32,\"name\":\"LDP\",\"url\":\"modules.html#LDP\",\"classes\":\"tsd-kind-variable\"},{\"id\":2893,\"kind\":32,\"name\":\"MA\",\"url\":\"modules.html#MA\",\"classes\":\"tsd-kind-variable\"},{\"id\":2894,\"kind\":32,\"name\":\"OIDC\",\"url\":\"modules.html#OIDC\",\"classes\":\"tsd-kind-variable\"},{\"id\":2895,\"kind\":32,\"name\":\"PIM\",\"url\":\"modules.html#PIM\",\"classes\":\"tsd-kind-variable\"},{\"id\":2896,\"kind\":32,\"name\":\"POSIX\",\"url\":\"modules.html#POSIX\",\"classes\":\"tsd-kind-variable\"},{\"id\":2897,\"kind\":32,\"name\":\"RDF\",\"url\":\"modules.html#RDF\",\"classes\":\"tsd-kind-variable\"},{\"id\":2898,\"kind\":32,\"name\":\"RDFS\",\"url\":\"modules.html#RDFS\",\"classes\":\"tsd-kind-variable\"},{\"id\":2899,\"kind\":32,\"name\":\"SOLID\",\"url\":\"modules.html#SOLID\",\"classes\":\"tsd-kind-variable\"},{\"id\":2900,\"kind\":32,\"name\":\"SOLID_ERROR\",\"url\":\"modules.html#SOLID_ERROR\",\"classes\":\"tsd-kind-variable\"},{\"id\":2901,\"kind\":32,\"name\":\"SOLID_HTTP\",\"url\":\"modules.html#SOLID_HTTP\",\"classes\":\"tsd-kind-variable\"},{\"id\":2902,\"kind\":32,\"name\":\"SOLID_META\",\"url\":\"modules.html#SOLID_META\",\"classes\":\"tsd-kind-variable\"},{\"id\":2903,\"kind\":32,\"name\":\"VANN\",\"url\":\"modules.html#VANN\",\"classes\":\"tsd-kind-variable\"},{\"id\":2904,\"kind\":32,\"name\":\"VCARD\",\"url\":\"modules.html#VCARD\",\"classes\":\"tsd-kind-variable\"},{\"id\":2905,\"kind\":32,\"name\":\"XSD\",\"url\":\"modules.html#XSD\",\"classes\":\"tsd-kind-variable\"},{\"id\":2906,\"kind\":32,\"name\":\"CONTENT_LENGTH_TERM\",\"url\":\"modules.html#CONTENT_LENGTH_TERM\",\"classes\":\"tsd-kind-variable\"},{\"id\":2907,\"kind\":32,\"name\":\"CONTENT_TYPE\",\"url\":\"modules.html#CONTENT_TYPE\",\"classes\":\"tsd-kind-variable\"},{\"id\":2908,\"kind\":32,\"name\":\"CONTENT_TYPE_TERM\",\"url\":\"modules.html#CONTENT_TYPE_TERM\",\"classes\":\"tsd-kind-variable\"},{\"id\":2909,\"kind\":32,\"name\":\"PREFERRED_PREFIX\",\"url\":\"modules.html#PREFERRED_PREFIX\",\"classes\":\"tsd-kind-variable\"},{\"id\":2910,\"kind\":32,\"name\":\"PREFERRED_PREFIX_TERM\",\"url\":\"modules.html#PREFERRED_PREFIX_TERM\",\"classes\":\"tsd-kind-variable\"}],\"index\":{\"version\":\"2.3.9\",\"fields\":[\"name\",\"parent\"],\"fieldVectors\":[[\"name/0\",[0,59.617]],[\"parent/0\",[]],[\"name/1\",[1,23.653]],[\"parent/1\",[0,5.451]],[\"name/2\",[2,35.398]],[\"parent/2\",[0,5.451]],[\"name/3\",[3,64.725]],[\"parent/3\",[0,5.451]],[\"name/4\",[4,28.033]],[\"parent/4\",[0,5.451]],[\"name/5\",[5,28.497]],[\"parent/5\",[0,5.451]],[\"name/6\",[6,28.497]],[\"parent/6\",[0,5.451]],[\"name/7\",[7,67.238]],[\"parent/7\",[]],[\"name/8\",[8,59.617]],[\"parent/8\",[7,6.148]],[\"name/9\",[9,67.238]],[\"parent/9\",[]],[\"name/10\",[10,75.711]],[\"parent/10\",[9,6.148]],[\"name/11\",[11,75.711]],[\"parent/11\",[9,6.148]],[\"name/12\",[12,75.711]],[\"parent/12\",[]],[\"name/13\",[13,59.617]],[\"parent/13\",[]],[\"name/14\",[1,23.653]],[\"parent/14\",[13,5.451]],[\"name/15\",[4,28.033]],[\"parent/15\",[13,5.451]],[\"name/16\",[5,28.497]],[\"parent/16\",[13,5.451]],[\"name/17\",[6,28.497]],[\"parent/17\",[13,5.451]],[\"name/18\",[14,58.365]],[\"parent/18\",[]],[\"name/19\",[1,23.653]],[\"parent/19\",[14,5.337]],[\"name/20\",[15,58.365]],[\"parent/20\",[14,5.337]],[\"name/21\",[3,64.725]],[\"parent/21\",[14,5.337]],[\"name/22\",[2,35.398]],[\"parent/22\",[14,5.337]],[\"name/23\",[4,28.033]],[\"parent/23\",[14,5.337]],[\"name/24\",[5,28.497]],[\"parent/24\",[14,5.337]],[\"name/25\",[6,28.497]],[\"parent/25\",[14,5.337]],[\"name/26\",[16,62.718]],[\"parent/26\",[]],[\"name/27\",[1,23.653]],[\"parent/27\",[16,5.735]],[\"name/28\",[5,28.497]],[\"parent/28\",[16,5.735]],[\"name/29\",[4,28.033]],[\"parent/29\",[16,5.735]],[\"name/30\",[6,28.497]],[\"parent/30\",[16,5.735]],[\"name/31\",[17,58.365]],[\"parent/31\",[]],[\"name/32\",[1,23.653]],[\"parent/32\",[17,5.337]],[\"name/33\",[18,67.238]],[\"parent/33\",[17,5.337]],[\"name/34\",[19,59.617]],[\"parent/34\",[17,5.337]],[\"name/35\",[4,28.033]],[\"parent/35\",[17,5.337]],[\"name/36\",[5,28.497]],[\"parent/36\",[17,5.337]],[\"name/37\",[20,67.238]],[\"parent/37\",[17,5.337]],[\"name/38\",[6,28.497]],[\"parent/38\",[17,5.337]],[\"name/39\",[21,59.617]],[\"parent/39\",[]],[\"name/40\",[1,23.653]],[\"parent/40\",[21,5.451]],[\"name/41\",[22,67.238]],[\"parent/41\",[21,5.451]],[\"name/42\",[2,35.398]],[\"parent/42\",[21,5.451]],[\"name/43\",[5,28.497]],[\"parent/43\",[21,5.451]],[\"name/44\",[4,28.033]],[\"parent/44\",[21,5.451]],[\"name/45\",[6,28.497]],[\"parent/45\",[21,5.451]],[\"name/46\",[23,61.048]],[\"parent/46\",[]],[\"name/47\",[1,23.653]],[\"parent/47\",[23,5.582]],[\"name/48\",[2,35.398]],[\"parent/48\",[23,5.582]],[\"name/49\",[4,28.033]],[\"parent/49\",[23,5.582]],[\"name/50\",[5,28.497]],[\"parent/50\",[23,5.582]],[\"name/51\",[6,28.497]],[\"parent/51\",[23,5.582]],[\"name/52\",[24,61.048]],[\"parent/52\",[]],[\"name/53\",[1,23.653]],[\"parent/53\",[24,5.582]],[\"name/54\",[4,28.033]],[\"parent/54\",[24,5.582]],[\"name/55\",[5,28.497]],[\"parent/55\",[24,5.582]],[\"name/56\",[6,28.497]],[\"parent/56\",[24,5.582]],[\"name/57\",[25,64.725]],[\"parent/57\",[]],[\"name/58\",[26,67.238]],[\"parent/58\",[25,5.919]],[\"name/59\",[27,70.603]],[\"parent/59\",[25,5.919]],[\"name/60\",[7,67.238]],[\"parent/60\",[25,5.919]],[\"name/61\",[28,62.718]],[\"parent/61\",[]],[\"name/62\",[1,23.653]],[\"parent/62\",[28,5.735]],[\"name/63\",[5,28.497]],[\"parent/63\",[28,5.735]],[\"name/64\",[4,28.033]],[\"parent/64\",[28,5.735]],[\"name/65\",[6,28.497]],[\"parent/65\",[28,5.735]],[\"name/66\",[29,62.718]],[\"parent/66\",[]],[\"name/67\",[1,23.653]],[\"parent/67\",[29,5.735]],[\"name/68\",[5,28.497]],[\"parent/68\",[29,5.735]],[\"name/69\",[4,28.033]],[\"parent/69\",[29,5.735]],[\"name/70\",[6,28.497]],[\"parent/70\",[29,5.735]],[\"name/71\",[30,57.253]],[\"parent/71\",[]],[\"name/72\",[1,23.653]],[\"parent/72\",[30,5.235]],[\"name/73\",[31,70.603]],[\"parent/73\",[30,5.235]],[\"name/74\",[32,67.238]],[\"parent/74\",[30,5.235]],[\"name/75\",[5,28.497]],[\"parent/75\",[30,5.235]],[\"name/76\",[33,75.711]],[\"parent/76\",[30,5.235]],[\"name/77\",[34,75.711]],[\"parent/77\",[30,5.235]],[\"name/78\",[4,28.033]],[\"parent/78\",[30,5.235]],[\"name/79\",[6,28.497]],[\"parent/79\",[30,5.235]],[\"name/80\",[35,61.048]],[\"parent/80\",[]],[\"name/81\",[36,70.603]],[\"parent/81\",[35,5.582]],[\"name/82\",[37,75.711]],[\"parent/82\",[35,5.582]],[\"name/83\",[38,70.603]],[\"parent/83\",[35,5.582]],[\"name/84\",[39,61.048]],[\"parent/84\",[35,5.582]],[\"name/85\",[40,58.365]],[\"parent/85\",[35,5.582]],[\"name/86\",[41,75.711]],[\"parent/86\",[]],[\"name/87\",[42,67.238]],[\"parent/87\",[]],[\"name/88\",[43,59.617]],[\"parent/88\",[]],[\"name/89\",[1,23.653]],[\"parent/89\",[43,5.451]],[\"name/90\",[4,28.033]],[\"parent/90\",[43,5.451]],[\"name/91\",[5,28.497]],[\"parent/91\",[43,5.451]],[\"name/92\",[6,28.497]],[\"parent/92\",[43,5.451]],[\"name/93\",[44,61.048]],[\"parent/93\",[]],[\"name/94\",[1,23.653]],[\"parent/94\",[44,5.582]],[\"name/95\",[45,61.048]],[\"parent/95\",[44,5.582]],[\"name/96\",[4,28.033]],[\"parent/96\",[44,5.582]],[\"name/97\",[5,28.497]],[\"parent/97\",[44,5.582]],[\"name/98\",[6,28.497]],[\"parent/98\",[44,5.582]],[\"name/99\",[46,61.048]],[\"parent/99\",[]],[\"name/100\",[1,23.653]],[\"parent/100\",[46,5.582]],[\"name/101\",[45,61.048]],[\"parent/101\",[46,5.582]],[\"name/102\",[4,28.033]],[\"parent/102\",[46,5.582]],[\"name/103\",[5,28.497]],[\"parent/103\",[46,5.582]],[\"name/104\",[6,28.497]],[\"parent/104\",[46,5.582]],[\"name/105\",[47,53.739]],[\"parent/105\",[]],[\"name/106\",[1,23.653]],[\"parent/106\",[47,4.914]],[\"name/107\",[45,61.048]],[\"parent/107\",[47,4.914]],[\"name/108\",[4,28.033]],[\"parent/108\",[47,4.914]],[\"name/109\",[5,28.497]],[\"parent/109\",[47,4.914]],[\"name/110\",[48,75.711]],[\"parent/110\",[47,4.914]],[\"name/111\",[49,75.711]],[\"parent/111\",[47,4.914]],[\"name/112\",[50,70.603]],[\"parent/112\",[47,4.914]],[\"name/113\",[51,75.711]],[\"parent/113\",[47,4.914]],[\"name/114\",[52,75.711]],[\"parent/114\",[47,4.914]],[\"name/115\",[53,75.711]],[\"parent/115\",[47,4.914]],[\"name/116\",[54,75.711]],[\"parent/116\",[47,4.914]],[\"name/117\",[6,28.497]],[\"parent/117\",[47,4.914]],[\"name/118\",[55,61.048]],[\"parent/118\",[]],[\"name/119\",[1,23.653]],[\"parent/119\",[55,5.582]],[\"name/120\",[56,75.711]],[\"parent/120\",[55,5.582]],[\"name/121\",[5,28.497]],[\"parent/121\",[55,5.582]],[\"name/122\",[4,28.033]],[\"parent/122\",[55,5.582]],[\"name/123\",[6,28.497]],[\"parent/123\",[55,5.582]],[\"name/124\",[57,62.718]],[\"parent/124\",[]],[\"name/125\",[22,67.238]],[\"parent/125\",[57,5.735]],[\"name/126\",[58,57.253]],[\"parent/126\",[57,5.735]],[\"name/127\",[59,70.603]],[\"parent/127\",[57,5.735]],[\"name/128\",[42,67.238]],[\"parent/128\",[57,5.735]],[\"name/129\",[60,59.617]],[\"parent/129\",[]],[\"name/130\",[1,23.653]],[\"parent/130\",[60,5.451]],[\"name/131\",[4,28.033]],[\"parent/131\",[60,5.451]],[\"name/132\",[5,28.497]],[\"parent/132\",[60,5.451]],[\"name/133\",[6,28.497]],[\"parent/133\",[60,5.451]],[\"name/134\",[61,57.253]],[\"parent/134\",[]],[\"name/135\",[1,23.653]],[\"parent/135\",[61,5.235]],[\"name/136\",[2,35.398]],[\"parent/136\",[61,5.235]],[\"name/137\",[62,75.711]],[\"parent/137\",[61,5.235]],[\"name/138\",[63,54.509]],[\"parent/138\",[61,5.235]],[\"name/139\",[4,28.033]],[\"parent/139\",[61,5.235]],[\"name/140\",[5,28.497]],[\"parent/140\",[61,5.235]],[\"name/141\",[6,28.497]],[\"parent/141\",[61,5.235]],[\"name/142\",[64,75.711]],[\"parent/142\",[61,5.235]],[\"name/143\",[65,57.253]],[\"parent/143\",[]],[\"name/144\",[1,23.653]],[\"parent/144\",[65,5.235]],[\"name/145\",[2,35.398]],[\"parent/145\",[65,5.235]],[\"name/146\",[66,48.631]],[\"parent/146\",[65,5.235]],[\"name/147\",[67,70.603]],[\"parent/147\",[65,5.235]],[\"name/148\",[5,28.497]],[\"parent/148\",[65,5.235]],[\"name/149\",[68,75.711]],[\"parent/149\",[65,5.235]],[\"name/150\",[4,28.033]],[\"parent/150\",[65,5.235]],[\"name/151\",[6,28.497]],[\"parent/151\",[65,5.235]],[\"name/152\",[69,58.365]],[\"parent/152\",[]],[\"name/153\",[1,23.653]],[\"parent/153\",[69,5.337]],[\"name/154\",[70,53.739]],[\"parent/154\",[69,5.337]],[\"name/155\",[71,75.711]],[\"parent/155\",[69,5.337]],[\"name/156\",[4,28.033]],[\"parent/156\",[69,5.337]],[\"name/157\",[5,28.497]],[\"parent/157\",[69,5.337]],[\"name/158\",[72,75.711]],[\"parent/158\",[69,5.337]],[\"name/159\",[6,28.497]],[\"parent/159\",[69,5.337]],[\"name/160\",[73,56.252]],[\"parent/160\",[]],[\"name/161\",[1,23.653]],[\"parent/161\",[73,5.144]],[\"name/162\",[2,35.398]],[\"parent/162\",[73,5.144]],[\"name/163\",[45,61.048]],[\"parent/163\",[73,5.144]],[\"name/164\",[5,28.497]],[\"parent/164\",[73,5.144]],[\"name/165\",[74,75.711]],[\"parent/165\",[73,5.144]],[\"name/166\",[75,75.711]],[\"parent/166\",[73,5.144]],[\"name/167\",[76,75.711]],[\"parent/167\",[73,5.144]],[\"name/168\",[4,28.033]],[\"parent/168\",[73,5.144]],[\"name/169\",[6,28.497]],[\"parent/169\",[73,5.144]],[\"name/170\",[77,64.725]],[\"parent/170\",[]],[\"name/171\",[22,67.238]],[\"parent/171\",[77,5.919]],[\"name/172\",[58,57.253]],[\"parent/172\",[77,5.919]],[\"name/173\",[59,70.603]],[\"parent/173\",[77,5.919]],[\"name/174\",[78,59.617]],[\"parent/174\",[]],[\"name/175\",[1,23.653]],[\"parent/175\",[78,5.451]],[\"name/176\",[4,28.033]],[\"parent/176\",[78,5.451]],[\"name/177\",[5,28.497]],[\"parent/177\",[78,5.451]],[\"name/178\",[6,28.497]],[\"parent/178\",[78,5.451]],[\"name/179\",[79,57.253]],[\"parent/179\",[]],[\"name/180\",[1,23.653]],[\"parent/180\",[79,5.235]],[\"name/181\",[18,67.238]],[\"parent/181\",[79,5.235]],[\"name/182\",[80,75.711]],[\"parent/182\",[79,5.235]],[\"name/183\",[19,59.617]],[\"parent/183\",[79,5.235]],[\"name/184\",[4,28.033]],[\"parent/184\",[79,5.235]],[\"name/185\",[5,28.497]],[\"parent/185\",[79,5.235]],[\"name/186\",[20,67.238]],[\"parent/186\",[79,5.235]],[\"name/187\",[6,28.497]],[\"parent/187\",[79,5.235]],[\"name/188\",[81,51.732]],[\"parent/188\",[]],[\"name/189\",[1,23.653]],[\"parent/189\",[81,4.73]],[\"name/190\",[2,35.398]],[\"parent/190\",[81,4.73]],[\"name/191\",[67,70.603]],[\"parent/191\",[81,4.73]],[\"name/192\",[82,75.711]],[\"parent/192\",[81,4.73]],[\"name/193\",[83,53.024]],[\"parent/193\",[81,4.73]],[\"name/194\",[24,61.048]],[\"parent/194\",[81,4.73]],[\"name/195\",[5,28.497]],[\"parent/195\",[81,4.73]],[\"name/196\",[84,75.711]],[\"parent/196\",[81,4.73]],[\"name/197\",[85,75.711]],[\"parent/197\",[81,4.73]],[\"name/198\",[86,75.711]],[\"parent/198\",[81,4.73]],[\"name/199\",[87,75.711]],[\"parent/199\",[81,4.73]],[\"name/200\",[88,75.711]],[\"parent/200\",[81,4.73]],[\"name/201\",[89,75.711]],[\"parent/201\",[81,4.73]],[\"name/202\",[4,28.033]],[\"parent/202\",[81,4.73]],[\"name/203\",[6,28.497]],[\"parent/203\",[81,4.73]],[\"name/204\",[90,62.718]],[\"parent/204\",[]],[\"name/205\",[91,61.048]],[\"parent/205\",[90,5.735]],[\"name/206\",[92,61.048]],[\"parent/206\",[90,5.735]],[\"name/207\",[93,61.048]],[\"parent/207\",[90,5.735]],[\"name/208\",[94,61.048]],[\"parent/208\",[90,5.735]],[\"name/209\",[63,54.509]],[\"parent/209\",[]],[\"name/210\",[95,67.238]],[\"parent/210\",[63,4.984]],[\"name/211\",[96,67.238]],[\"parent/211\",[63,4.984]],[\"name/212\",[97,67.238]],[\"parent/212\",[63,4.984]],[\"name/213\",[98,67.238]],[\"parent/213\",[63,4.984]],[\"name/214\",[91,61.048]],[\"parent/214\",[63,4.984]],[\"name/215\",[92,61.048]],[\"parent/215\",[63,4.984]],[\"name/216\",[93,61.048]],[\"parent/216\",[63,4.984]],[\"name/217\",[94,61.048]],[\"parent/217\",[63,4.984]],[\"name/218\",[99,52.358]],[\"parent/218\",[]],[\"name/219\",[1,23.653]],[\"parent/219\",[99,4.788]],[\"name/220\",[83,53.024]],[\"parent/220\",[99,4.788]],[\"name/221\",[100,61.048]],[\"parent/221\",[99,4.788]],[\"name/222\",[101,59.617]],[\"parent/222\",[99,4.788]],[\"name/223\",[102,75.711]],[\"parent/223\",[99,4.788]],[\"name/224\",[103,75.711]],[\"parent/224\",[99,4.788]],[\"name/225\",[91,61.048]],[\"parent/225\",[99,4.788]],[\"name/226\",[92,61.048]],[\"parent/226\",[99,4.788]],[\"name/227\",[93,61.048]],[\"parent/227\",[99,4.788]],[\"name/228\",[94,61.048]],[\"parent/228\",[99,4.788]],[\"name/229\",[95,67.238]],[\"parent/229\",[99,4.788]],[\"name/230\",[96,67.238]],[\"parent/230\",[99,4.788]],[\"name/231\",[97,67.238]],[\"parent/231\",[99,4.788]],[\"name/232\",[98,67.238]],[\"parent/232\",[99,4.788]],[\"name/233\",[104,59.617]],[\"parent/233\",[]],[\"name/234\",[1,23.653]],[\"parent/234\",[104,5.451]],[\"name/235\",[105,75.711]],[\"parent/235\",[104,5.451]],[\"name/236\",[83,53.024]],[\"parent/236\",[104,5.451]],[\"name/237\",[5,28.497]],[\"parent/237\",[104,5.451]],[\"name/238\",[4,28.033]],[\"parent/238\",[104,5.451]],[\"name/239\",[6,28.497]],[\"parent/239\",[104,5.451]],[\"name/240\",[100,61.048]],[\"parent/240\",[]],[\"name/241\",[1,23.653]],[\"parent/241\",[100,5.582]],[\"name/242\",[4,28.033]],[\"parent/242\",[100,5.582]],[\"name/243\",[5,28.497]],[\"parent/243\",[100,5.582]],[\"name/244\",[6,28.497]],[\"parent/244\",[100,5.582]],[\"name/245\",[106,61.048]],[\"parent/245\",[]],[\"name/246\",[1,23.653]],[\"parent/246\",[106,5.582]],[\"name/247\",[107,56.252]],[\"parent/247\",[106,5.582]],[\"name/248\",[5,28.497]],[\"parent/248\",[106,5.582]],[\"name/249\",[4,28.033]],[\"parent/249\",[106,5.582]],[\"name/250\",[6,28.497]],[\"parent/250\",[106,5.582]],[\"name/251\",[108,58.365]],[\"parent/251\",[]],[\"name/252\",[1,23.653]],[\"parent/252\",[108,5.337]],[\"name/253\",[109,70.603]],[\"parent/253\",[108,5.337]],[\"name/254\",[91,61.048]],[\"parent/254\",[108,5.337]],[\"name/255\",[92,61.048]],[\"parent/255\",[108,5.337]],[\"name/256\",[93,61.048]],[\"parent/256\",[108,5.337]],[\"name/257\",[94,61.048]],[\"parent/257\",[108,5.337]],[\"name/258\",[110,70.603]],[\"parent/258\",[108,5.337]],[\"name/259\",[111,54.509]],[\"parent/259\",[]],[\"name/260\",[1,23.653]],[\"parent/260\",[111,4.984]],[\"name/261\",[109,70.603]],[\"parent/261\",[111,4.984]],[\"name/262\",[95,67.238]],[\"parent/262\",[111,4.984]],[\"name/263\",[96,67.238]],[\"parent/263\",[111,4.984]],[\"name/264\",[97,67.238]],[\"parent/264\",[111,4.984]],[\"name/265\",[98,67.238]],[\"parent/265\",[111,4.984]],[\"name/266\",[110,70.603]],[\"parent/266\",[111,4.984]],[\"name/267\",[91,61.048]],[\"parent/267\",[111,4.984]],[\"name/268\",[92,61.048]],[\"parent/268\",[111,4.984]],[\"name/269\",[93,61.048]],[\"parent/269\",[111,4.984]],[\"name/270\",[94,61.048]],[\"parent/270\",[111,4.984]],[\"name/271\",[112,59.617]],[\"parent/271\",[]],[\"name/272\",[1,23.653]],[\"parent/272\",[112,5.451]],[\"name/273\",[113,75.711]],[\"parent/273\",[112,5.451]],[\"name/274\",[91,61.048]],[\"parent/274\",[112,5.451]],[\"name/275\",[92,61.048]],[\"parent/275\",[112,5.451]],[\"name/276\",[93,61.048]],[\"parent/276\",[112,5.451]],[\"name/277\",[94,61.048]],[\"parent/277\",[112,5.451]],[\"name/278\",[114,70.603]],[\"parent/278\",[]],[\"name/279\",[115,52.358]],[\"parent/279\",[114,6.456]],[\"name/280\",[116,57.253]],[\"parent/280\",[117,6.456]],[\"name/281\",[58,57.253]],[\"parent/281\",[117,6.456]],[\"name/282\",[101,59.617]],[\"parent/282\",[]],[\"name/283\",[1,23.653]],[\"parent/283\",[101,5.451]],[\"name/284\",[4,28.033]],[\"parent/284\",[101,5.451]],[\"name/285\",[5,28.497]],[\"parent/285\",[101,5.451]],[\"name/286\",[6,28.497]],[\"parent/286\",[101,5.451]],[\"name/287\",[118,67.238]],[\"parent/287\",[]],[\"name/288\",[119,67.238]],[\"parent/288\",[118,6.148]],[\"name/289\",[120,56.252]],[\"parent/289\",[118,6.148]],[\"name/290\",[121,59.617]],[\"parent/290\",[]],[\"name/291\",[1,23.653]],[\"parent/291\",[121,5.451]],[\"name/292\",[4,28.033]],[\"parent/292\",[121,5.451]],[\"name/293\",[5,28.497]],[\"parent/293\",[121,5.451]],[\"name/294\",[6,28.497]],[\"parent/294\",[121,5.451]],[\"name/295\",[122,57.253]],[\"parent/295\",[]],[\"name/296\",[1,23.653]],[\"parent/296\",[122,5.235]],[\"name/297\",[4,28.033]],[\"parent/297\",[122,5.235]],[\"name/298\",[5,28.497]],[\"parent/298\",[122,5.235]],[\"name/299\",[123,75.711]],[\"parent/299\",[122,5.235]],[\"name/300\",[124,75.711]],[\"parent/300\",[122,5.235]],[\"name/301\",[125,75.711]],[\"parent/301\",[122,5.235]],[\"name/302\",[126,75.711]],[\"parent/302\",[122,5.235]],[\"name/303\",[6,28.497]],[\"parent/303\",[122,5.235]],[\"name/304\",[127,61.048]],[\"parent/304\",[]],[\"name/305\",[1,23.653]],[\"parent/305\",[127,5.582]],[\"name/306\",[2,35.398]],[\"parent/306\",[127,5.582]],[\"name/307\",[5,28.497]],[\"parent/307\",[127,5.582]],[\"name/308\",[4,28.033]],[\"parent/308\",[127,5.582]],[\"name/309\",[6,28.497]],[\"parent/309\",[127,5.582]],[\"name/310\",[128,61.048]],[\"parent/310\",[]],[\"name/311\",[1,23.653]],[\"parent/311\",[128,5.582]],[\"name/312\",[2,35.398]],[\"parent/312\",[128,5.582]],[\"name/313\",[4,28.033]],[\"parent/313\",[128,5.582]],[\"name/314\",[5,28.497]],[\"parent/314\",[128,5.582]],[\"name/315\",[6,28.497]],[\"parent/315\",[128,5.582]],[\"name/316\",[129,58.365]],[\"parent/316\",[]],[\"name/317\",[1,23.653]],[\"parent/317\",[129,5.337]],[\"name/318\",[2,35.398]],[\"parent/318\",[129,5.337]],[\"name/319\",[5,28.497]],[\"parent/319\",[129,5.337]],[\"name/320\",[130,75.711]],[\"parent/320\",[129,5.337]],[\"name/321\",[131,75.711]],[\"parent/321\",[129,5.337]],[\"name/322\",[4,28.033]],[\"parent/322\",[129,5.337]],[\"name/323\",[6,28.497]],[\"parent/323\",[129,5.337]],[\"name/324\",[132,59.617]],[\"parent/324\",[]],[\"name/325\",[1,23.653]],[\"parent/325\",[132,5.451]],[\"name/326\",[4,28.033]],[\"parent/326\",[132,5.451]],[\"name/327\",[5,28.497]],[\"parent/327\",[132,5.451]],[\"name/328\",[6,28.497]],[\"parent/328\",[132,5.451]],[\"name/329\",[133,67.238]],[\"parent/329\",[]],[\"name/330\",[83,53.024]],[\"parent/330\",[133,6.148]],[\"name/331\",[134,70.603]],[\"parent/331\",[133,6.148]],[\"name/332\",[15,58.365]],[\"parent/332\",[]],[\"name/333\",[1,23.653]],[\"parent/333\",[15,5.337]],[\"name/334\",[83,53.024]],[\"parent/334\",[15,5.337]],[\"name/335\",[134,70.603]],[\"parent/335\",[15,5.337]],[\"name/336\",[5,28.497]],[\"parent/336\",[15,5.337]],[\"name/337\",[4,28.033]],[\"parent/337\",[15,5.337]],[\"name/338\",[6,28.497]],[\"parent/338\",[15,5.337]],[\"name/339\",[135,55.342]],[\"parent/339\",[]],[\"name/340\",[1,23.653]],[\"parent/340\",[135,5.061]],[\"name/341\",[4,28.033]],[\"parent/341\",[135,5.061]],[\"name/342\",[5,28.497]],[\"parent/342\",[135,5.061]],[\"name/343\",[6,28.497]],[\"parent/343\",[135,5.061]],[\"name/344\",[136,61.048]],[\"parent/344\",[]],[\"name/345\",[1,23.653]],[\"parent/345\",[136,5.582]],[\"name/346\",[2,35.398]],[\"parent/346\",[136,5.582]],[\"name/347\",[5,28.497]],[\"parent/347\",[136,5.582]],[\"name/348\",[4,28.033]],[\"parent/348\",[136,5.582]],[\"name/349\",[6,28.497]],[\"parent/349\",[136,5.582]],[\"name/350\",[137,62.718]],[\"parent/350\",[]],[\"name/351\",[1,23.653]],[\"parent/351\",[137,5.735]],[\"name/352\",[5,28.497]],[\"parent/352\",[137,5.735]],[\"name/353\",[4,28.033]],[\"parent/353\",[137,5.735]],[\"name/354\",[6,28.497]],[\"parent/354\",[137,5.735]],[\"name/355\",[138,59.617]],[\"parent/355\",[]],[\"name/356\",[1,23.653]],[\"parent/356\",[138,5.451]],[\"name/357\",[2,35.398]],[\"parent/357\",[138,5.451]],[\"name/358\",[139,70.603]],[\"parent/358\",[138,5.451]],[\"name/359\",[5,28.497]],[\"parent/359\",[138,5.451]],[\"name/360\",[4,28.033]],[\"parent/360\",[138,5.451]],[\"name/361\",[6,28.497]],[\"parent/361\",[138,5.451]],[\"name/362\",[140,59.617]],[\"parent/362\",[]],[\"name/363\",[1,23.653]],[\"parent/363\",[140,5.451]],[\"name/364\",[4,28.033]],[\"parent/364\",[140,5.451]],[\"name/365\",[5,28.497]],[\"parent/365\",[140,5.451]],[\"name/366\",[6,28.497]],[\"parent/366\",[140,5.451]],[\"name/367\",[141,59.617]],[\"parent/367\",[]],[\"name/368\",[1,23.653]],[\"parent/368\",[141,5.451]],[\"name/369\",[2,35.398]],[\"parent/369\",[141,5.451]],[\"name/370\",[5,28.497]],[\"parent/370\",[141,5.451]],[\"name/371\",[142,75.711]],[\"parent/371\",[141,5.451]],[\"name/372\",[4,28.033]],[\"parent/372\",[141,5.451]],[\"name/373\",[6,28.497]],[\"parent/373\",[141,5.451]],[\"name/374\",[143,61.048]],[\"parent/374\",[]],[\"name/375\",[1,23.653]],[\"parent/375\",[143,5.582]],[\"name/376\",[2,35.398]],[\"parent/376\",[143,5.582]],[\"name/377\",[5,28.497]],[\"parent/377\",[143,5.582]],[\"name/378\",[4,28.033]],[\"parent/378\",[143,5.582]],[\"name/379\",[6,28.497]],[\"parent/379\",[143,5.582]],[\"name/380\",[144,62.718]],[\"parent/380\",[]],[\"name/381\",[1,23.653]],[\"parent/381\",[144,5.735]],[\"name/382\",[5,28.497]],[\"parent/382\",[144,5.735]],[\"name/383\",[4,28.033]],[\"parent/383\",[144,5.735]],[\"name/384\",[6,28.497]],[\"parent/384\",[144,5.735]],[\"name/385\",[145,59.617]],[\"parent/385\",[]],[\"name/386\",[1,23.653]],[\"parent/386\",[145,5.451]],[\"name/387\",[4,28.033]],[\"parent/387\",[145,5.451]],[\"name/388\",[5,28.497]],[\"parent/388\",[145,5.451]],[\"name/389\",[6,28.497]],[\"parent/389\",[145,5.451]],[\"name/390\",[146,61.048]],[\"parent/390\",[]],[\"name/391\",[135,55.342]],[\"parent/391\",[146,5.582]],[\"name/392\",[145,59.617]],[\"parent/392\",[146,5.582]],[\"name/393\",[140,59.617]],[\"parent/393\",[146,5.582]],[\"name/394\",[132,59.617]],[\"parent/394\",[146,5.582]],[\"name/395\",[121,59.617]],[\"parent/395\",[146,5.582]],[\"name/396\",[147,56.252]],[\"parent/396\",[]],[\"name/397\",[1,23.653]],[\"parent/397\",[147,5.144]],[\"name/398\",[135,55.342]],[\"parent/398\",[147,5.144]],[\"name/399\",[145,59.617]],[\"parent/399\",[147,5.144]],[\"name/400\",[140,59.617]],[\"parent/400\",[147,5.144]],[\"name/401\",[132,59.617]],[\"parent/401\",[147,5.144]],[\"name/402\",[121,59.617]],[\"parent/402\",[147,5.144]],[\"name/403\",[5,28.497]],[\"parent/403\",[147,5.144]],[\"name/404\",[4,28.033]],[\"parent/404\",[147,5.144]],[\"name/405\",[6,28.497]],[\"parent/405\",[147,5.144]],[\"name/406\",[148,59.617]],[\"parent/406\",[]],[\"name/407\",[1,23.653]],[\"parent/407\",[148,5.451]],[\"name/408\",[4,28.033]],[\"parent/408\",[148,5.451]],[\"name/409\",[5,28.497]],[\"parent/409\",[148,5.451]],[\"name/410\",[6,28.497]],[\"parent/410\",[148,5.451]],[\"name/411\",[149,67.238]],[\"parent/411\",[]],[\"name/412\",[120,56.252]],[\"parent/412\",[149,6.148]],[\"name/413\",[150,54.509]],[\"parent/413\",[149,6.148]],[\"name/414\",[151,62.718]],[\"parent/414\",[]],[\"name/415\",[1,23.653]],[\"parent/415\",[151,5.735]],[\"name/416\",[4,28.033]],[\"parent/416\",[151,5.735]],[\"name/417\",[5,28.497]],[\"parent/417\",[151,5.735]],[\"name/418\",[6,28.497]],[\"parent/418\",[151,5.735]],[\"name/419\",[152,62.718]],[\"parent/419\",[]],[\"name/420\",[1,23.653]],[\"parent/420\",[152,5.735]],[\"name/421\",[5,28.497]],[\"parent/421\",[152,5.735]],[\"name/422\",[4,28.033]],[\"parent/422\",[152,5.735]],[\"name/423\",[6,28.497]],[\"parent/423\",[152,5.735]],[\"name/424\",[153,61.048]],[\"parent/424\",[]],[\"name/425\",[1,23.653]],[\"parent/425\",[153,5.582]],[\"name/426\",[154,54.509]],[\"parent/426\",[153,5.582]],[\"name/427\",[4,28.033]],[\"parent/427\",[153,5.582]],[\"name/428\",[5,28.497]],[\"parent/428\",[153,5.582]],[\"name/429\",[6,28.497]],[\"parent/429\",[153,5.582]],[\"name/430\",[155,61.048]],[\"parent/430\",[]],[\"name/431\",[1,23.653]],[\"parent/431\",[155,5.582]],[\"name/432\",[154,54.509]],[\"parent/432\",[155,5.582]],[\"name/433\",[4,28.033]],[\"parent/433\",[155,5.582]],[\"name/434\",[5,28.497]],[\"parent/434\",[155,5.582]],[\"name/435\",[6,28.497]],[\"parent/435\",[155,5.582]],[\"name/436\",[156,61.048]],[\"parent/436\",[]],[\"name/437\",[1,23.653]],[\"parent/437\",[156,5.582]],[\"name/438\",[154,54.509]],[\"parent/438\",[156,5.582]],[\"name/439\",[4,28.033]],[\"parent/439\",[156,5.582]],[\"name/440\",[5,28.497]],[\"parent/440\",[156,5.582]],[\"name/441\",[6,28.497]],[\"parent/441\",[156,5.582]],[\"name/442\",[157,70.603]],[\"parent/442\",[]],[\"name/443\",[150,54.509]],[\"parent/443\",[157,6.456]],[\"name/444\",[158,57.253]],[\"parent/444\",[]],[\"name/445\",[1,23.653]],[\"parent/445\",[158,5.235]],[\"name/446\",[4,28.033]],[\"parent/446\",[158,5.235]],[\"name/447\",[5,28.497]],[\"parent/447\",[158,5.235]],[\"name/448\",[6,28.497]],[\"parent/448\",[158,5.235]],[\"name/449\",[159,59.617]],[\"parent/449\",[]],[\"name/450\",[1,23.653]],[\"parent/450\",[159,5.451]],[\"name/451\",[2,35.398]],[\"parent/451\",[159,5.451]],[\"name/452\",[154,54.509]],[\"parent/452\",[159,5.451]],[\"name/453\",[4,28.033]],[\"parent/453\",[159,5.451]],[\"name/454\",[5,28.497]],[\"parent/454\",[159,5.451]],[\"name/455\",[6,28.497]],[\"parent/455\",[159,5.451]],[\"name/456\",[160,59.617]],[\"parent/456\",[]],[\"name/457\",[1,23.653]],[\"parent/457\",[160,5.451]],[\"name/458\",[2,35.398]],[\"parent/458\",[160,5.451]],[\"name/459\",[154,54.509]],[\"parent/459\",[160,5.451]],[\"name/460\",[4,28.033]],[\"parent/460\",[160,5.451]],[\"name/461\",[5,28.497]],[\"parent/461\",[160,5.451]],[\"name/462\",[6,28.497]],[\"parent/462\",[160,5.451]],[\"name/463\",[161,59.617]],[\"parent/463\",[]],[\"name/464\",[1,23.653]],[\"parent/464\",[161,5.451]],[\"name/465\",[2,35.398]],[\"parent/465\",[161,5.451]],[\"name/466\",[154,54.509]],[\"parent/466\",[161,5.451]],[\"name/467\",[4,28.033]],[\"parent/467\",[161,5.451]],[\"name/468\",[5,28.497]],[\"parent/468\",[161,5.451]],[\"name/469\",[6,28.497]],[\"parent/469\",[161,5.451]],[\"name/470\",[162,56.252]],[\"parent/470\",[]],[\"name/471\",[1,23.653]],[\"parent/471\",[162,5.144]],[\"name/472\",[107,56.252]],[\"parent/472\",[162,5.144]],[\"name/473\",[163,67.238]],[\"parent/473\",[162,5.144]],[\"name/474\",[4,28.033]],[\"parent/474\",[162,5.144]],[\"name/475\",[5,28.497]],[\"parent/475\",[162,5.144]],[\"name/476\",[6,28.497]],[\"parent/476\",[162,5.144]],[\"name/477\",[164,75.711]],[\"parent/477\",[162,5.144]],[\"name/478\",[165,75.711]],[\"parent/478\",[162,5.144]],[\"name/479\",[166,75.711]],[\"parent/479\",[162,5.144]],[\"name/480\",[167,67.238]],[\"parent/480\",[]],[\"name/481\",[168,59.617]],[\"parent/481\",[167,6.148]],[\"name/482\",[169,64.725]],[\"parent/482\",[167,6.148]],[\"name/483\",[170,56.252]],[\"parent/483\",[]],[\"name/484\",[1,23.653]],[\"parent/484\",[170,5.144]],[\"name/485\",[4,28.033]],[\"parent/485\",[170,5.144]],[\"name/486\",[5,28.497]],[\"parent/486\",[170,5.144]],[\"name/487\",[6,28.497]],[\"parent/487\",[170,5.144]],[\"name/488\",[171,62.718]],[\"parent/488\",[]],[\"name/489\",[1,23.653]],[\"parent/489\",[171,5.735]],[\"name/490\",[4,28.033]],[\"parent/490\",[171,5.735]],[\"name/491\",[5,28.497]],[\"parent/491\",[171,5.735]],[\"name/492\",[6,28.497]],[\"parent/492\",[171,5.735]],[\"name/493\",[172,58.365]],[\"parent/493\",[]],[\"name/494\",[1,23.653]],[\"parent/494\",[172,5.337]],[\"name/495\",[2,35.398]],[\"parent/495\",[172,5.337]],[\"name/496\",[170,56.252]],[\"parent/496\",[172,5.337]],[\"name/497\",[163,67.238]],[\"parent/497\",[172,5.337]],[\"name/498\",[5,28.497]],[\"parent/498\",[172,5.337]],[\"name/499\",[4,28.033]],[\"parent/499\",[172,5.337]],[\"name/500\",[6,28.497]],[\"parent/500\",[172,5.337]],[\"name/501\",[173,53.739]],[\"parent/501\",[]],[\"name/502\",[1,23.653]],[\"parent/502\",[173,4.914]],[\"name/503\",[174,75.711]],[\"parent/503\",[173,4.914]],[\"name/504\",[175,75.711]],[\"parent/504\",[173,4.914]],[\"name/505\",[115,52.358]],[\"parent/505\",[173,4.914]],[\"name/506\",[176,56.252]],[\"parent/506\",[177,6.148]],[\"name/507\",[178,75.711]],[\"parent/507\",[177,6.148]],[\"name/508\",[179,75.711]],[\"parent/508\",[177,6.148]],[\"name/509\",[5,28.497]],[\"parent/509\",[173,4.914]],[\"name/510\",[180,75.711]],[\"parent/510\",[173,4.914]],[\"name/511\",[181,75.711]],[\"parent/511\",[173,4.914]],[\"name/512\",[182,75.711]],[\"parent/512\",[173,4.914]],[\"name/513\",[183,75.711]],[\"parent/513\",[173,4.914]],[\"name/514\",[184,75.711]],[\"parent/514\",[173,4.914]],[\"name/515\",[4,28.033]],[\"parent/515\",[173,4.914]],[\"name/516\",[6,28.497]],[\"parent/516\",[173,4.914]],[\"name/517\",[185,61.048]],[\"parent/517\",[]],[\"name/518\",[1,23.653]],[\"parent/518\",[185,5.582]],[\"name/519\",[186,70.603]],[\"parent/519\",[185,5.582]],[\"name/520\",[5,28.497]],[\"parent/520\",[185,5.582]],[\"name/521\",[4,28.033]],[\"parent/521\",[185,5.582]],[\"name/522\",[6,28.497]],[\"parent/522\",[185,5.582]],[\"name/523\",[187,59.617]],[\"parent/523\",[]],[\"name/524\",[1,23.653]],[\"parent/524\",[187,5.451]],[\"name/525\",[139,70.603]],[\"parent/525\",[187,5.451]],[\"name/526\",[2,35.398]],[\"parent/526\",[187,5.451]],[\"name/527\",[5,28.497]],[\"parent/527\",[187,5.451]],[\"name/528\",[4,28.033]],[\"parent/528\",[187,5.451]],[\"name/529\",[6,28.497]],[\"parent/529\",[187,5.451]],[\"name/530\",[188,61.048]],[\"parent/530\",[]],[\"name/531\",[1,23.653]],[\"parent/531\",[188,5.582]],[\"name/532\",[189,75.711]],[\"parent/532\",[188,5.582]],[\"name/533\",[5,28.497]],[\"parent/533\",[188,5.582]],[\"name/534\",[4,28.033]],[\"parent/534\",[188,5.582]],[\"name/535\",[6,28.497]],[\"parent/535\",[188,5.582]],[\"name/536\",[190,61.048]],[\"parent/536\",[]],[\"name/537\",[1,23.653]],[\"parent/537\",[190,5.582]],[\"name/538\",[4,28.033]],[\"parent/538\",[190,5.582]],[\"name/539\",[5,28.497]],[\"parent/539\",[190,5.582]],[\"name/540\",[6,28.497]],[\"parent/540\",[190,5.582]],[\"name/541\",[191,62.718]],[\"parent/541\",[]],[\"name/542\",[1,23.653]],[\"parent/542\",[191,5.735]],[\"name/543\",[5,28.497]],[\"parent/543\",[191,5.735]],[\"name/544\",[4,28.033]],[\"parent/544\",[191,5.735]],[\"name/545\",[6,28.497]],[\"parent/545\",[191,5.735]],[\"name/546\",[192,59.617]],[\"parent/546\",[]],[\"name/547\",[1,23.653]],[\"parent/547\",[192,5.451]],[\"name/548\",[5,28.497]],[\"parent/548\",[192,5.451]],[\"name/549\",[193,75.711]],[\"parent/549\",[192,5.451]],[\"name/550\",[194,75.711]],[\"parent/550\",[192,5.451]],[\"name/551\",[4,28.033]],[\"parent/551\",[192,5.451]],[\"name/552\",[6,28.497]],[\"parent/552\",[192,5.451]],[\"name/553\",[195,61.048]],[\"parent/553\",[]],[\"name/554\",[1,23.653]],[\"parent/554\",[195,5.582]],[\"name/555\",[196,67.238]],[\"parent/555\",[195,5.582]],[\"name/556\",[5,28.497]],[\"parent/556\",[195,5.582]],[\"name/557\",[4,28.033]],[\"parent/557\",[195,5.582]],[\"name/558\",[6,28.497]],[\"parent/558\",[195,5.582]],[\"name/559\",[197,62.718]],[\"parent/559\",[]],[\"name/560\",[1,23.653]],[\"parent/560\",[197,5.735]],[\"name/561\",[198,44.954]],[\"parent/561\",[197,5.735]],[\"name/562\",[120,56.252]],[\"parent/562\",[197,5.735]],[\"name/563\",[199,57.253]],[\"parent/563\",[197,5.735]],[\"name/564\",[200,62.718]],[\"parent/564\",[]],[\"name/565\",[1,23.653]],[\"parent/565\",[200,5.735]],[\"name/566\",[198,44.954]],[\"parent/566\",[200,5.735]],[\"name/567\",[120,56.252]],[\"parent/567\",[200,5.735]],[\"name/568\",[199,57.253]],[\"parent/568\",[200,5.735]],[\"name/569\",[201,62.718]],[\"parent/569\",[]],[\"name/570\",[1,23.653]],[\"parent/570\",[201,5.735]],[\"name/571\",[198,44.954]],[\"parent/571\",[201,5.735]],[\"name/572\",[120,56.252]],[\"parent/572\",[201,5.735]],[\"name/573\",[199,57.253]],[\"parent/573\",[201,5.735]],[\"name/574\",[202,62.718]],[\"parent/574\",[]],[\"name/575\",[1,23.653]],[\"parent/575\",[202,5.735]],[\"name/576\",[198,44.954]],[\"parent/576\",[202,5.735]],[\"name/577\",[120,56.252]],[\"parent/577\",[202,5.735]],[\"name/578\",[199,57.253]],[\"parent/578\",[202,5.735]],[\"name/579\",[203,59.617]],[\"parent/579\",[]],[\"name/580\",[1,23.653]],[\"parent/580\",[203,5.451]],[\"name/581\",[2,35.398]],[\"parent/581\",[203,5.451]],[\"name/582\",[190,61.048]],[\"parent/582\",[203,5.451]],[\"name/583\",[4,28.033]],[\"parent/583\",[203,5.451]],[\"name/584\",[5,28.497]],[\"parent/584\",[203,5.451]],[\"name/585\",[6,28.497]],[\"parent/585\",[203,5.451]],[\"name/586\",[204,55.342]],[\"parent/586\",[]],[\"name/587\",[1,23.653]],[\"parent/587\",[204,5.061]],[\"name/588\",[4,28.033]],[\"parent/588\",[204,5.061]],[\"name/589\",[5,28.497]],[\"parent/589\",[204,5.061]],[\"name/590\",[6,28.497]],[\"parent/590\",[204,5.061]],[\"name/591\",[205,61.048]],[\"parent/591\",[]],[\"name/592\",[1,23.653]],[\"parent/592\",[205,5.582]],[\"name/593\",[199,57.253]],[\"parent/593\",[205,5.582]],[\"name/594\",[120,56.252]],[\"parent/594\",[205,5.582]],[\"name/595\",[206,64.725]],[\"parent/595\",[205,5.582]],[\"name/596\",[207,64.725]],[\"parent/596\",[205,5.582]],[\"name/597\",[176,56.252]],[\"parent/597\",[]],[\"name/598\",[120,56.252]],[\"parent/598\",[176,5.144]],[\"name/599\",[199,57.253]],[\"parent/599\",[176,5.144]],[\"name/600\",[206,64.725]],[\"parent/600\",[176,5.144]],[\"name/601\",[207,64.725]],[\"parent/601\",[176,5.144]],[\"name/602\",[116,57.253]],[\"parent/602\",[]],[\"name/603\",[120,56.252]],[\"parent/603\",[116,5.235]],[\"name/604\",[199,57.253]],[\"parent/604\",[116,5.235]],[\"name/605\",[206,64.725]],[\"parent/605\",[116,5.235]],[\"name/606\",[207,64.725]],[\"parent/606\",[116,5.235]],[\"name/607\",[208,75.711]],[\"parent/607\",[]],[\"name/608\",[209,75.711]],[\"parent/608\",[]],[\"name/609\",[210,75.711]],[\"parent/609\",[]],[\"name/610\",[211,75.711]],[\"parent/610\",[]],[\"name/611\",[212,75.711]],[\"parent/611\",[]],[\"name/612\",[213,46.624]],[\"parent/612\",[]],[\"name/613\",[1,23.653]],[\"parent/613\",[213,4.263]],[\"name/614\",[2,35.398]],[\"parent/614\",[213,4.263]],[\"name/615\",[154,54.509]],[\"parent/615\",[213,4.263]],[\"name/616\",[214,75.711]],[\"parent/616\",[213,4.263]],[\"name/617\",[215,75.711]],[\"parent/617\",[213,4.263]],[\"name/618\",[216,75.711]],[\"parent/618\",[213,4.263]],[\"name/619\",[58,57.253]],[\"parent/619\",[213,4.263]],[\"name/620\",[217,75.711]],[\"parent/620\",[213,4.263]],[\"name/621\",[218,75.711]],[\"parent/621\",[213,4.263]],[\"name/622\",[219,75.711]],[\"parent/622\",[213,4.263]],[\"name/623\",[220,75.711]],[\"parent/623\",[213,4.263]],[\"name/624\",[221,75.711]],[\"parent/624\",[213,4.263]],[\"name/625\",[222,75.711]],[\"parent/625\",[213,4.263]],[\"name/626\",[223,75.711]],[\"parent/626\",[213,4.263]],[\"name/627\",[224,75.711]],[\"parent/627\",[213,4.263]],[\"name/628\",[225,75.711]],[\"parent/628\",[213,4.263]],[\"name/629\",[226,58.365]],[\"parent/629\",[213,4.263]],[\"name/630\",[227,75.711]],[\"parent/630\",[213,4.263]],[\"name/631\",[228,58.365]],[\"parent/631\",[213,4.263]],[\"name/632\",[229,58.365]],[\"parent/632\",[213,4.263]],[\"name/633\",[230,75.711]],[\"parent/633\",[213,4.263]],[\"name/634\",[231,75.711]],[\"parent/634\",[213,4.263]],[\"name/635\",[232,75.711]],[\"parent/635\",[213,4.263]],[\"name/636\",[233,56.252]],[\"parent/636\",[213,4.263]],[\"name/637\",[234,75.711]],[\"parent/637\",[213,4.263]],[\"name/638\",[235,75.711]],[\"parent/638\",[213,4.263]],[\"name/639\",[236,75.711]],[\"parent/639\",[]],[\"name/640\",[237,70.603]],[\"parent/640\",[]],[\"name/641\",[115,52.358]],[\"parent/641\",[237,6.456]],[\"name/642\",[238,64.725]],[\"parent/642\",[239,6.456]],[\"name/643\",[240,59.617]],[\"parent/643\",[239,6.456]],[\"name/644\",[241,61.048]],[\"parent/644\",[]],[\"name/645\",[242,75.711]],[\"parent/645\",[241,5.582]],[\"name/646\",[243,75.711]],[\"parent/646\",[241,5.582]],[\"name/647\",[244,75.711]],[\"parent/647\",[241,5.582]],[\"name/648\",[245,75.711]],[\"parent/648\",[241,5.582]],[\"name/649\",[246,75.711]],[\"parent/649\",[241,5.582]],[\"name/650\",[247,75.711]],[\"parent/650\",[]],[\"name/651\",[248,70.603]],[\"parent/651\",[]],[\"name/652\",[249,64.725]],[\"parent/652\",[248,6.456]],[\"name/653\",[250,61.048]],[\"parent/653\",[]],[\"name/654\",[251,75.711]],[\"parent/654\",[250,5.582]],[\"name/655\",[120,56.252]],[\"parent/655\",[250,5.582]],[\"name/656\",[199,57.253]],[\"parent/656\",[250,5.582]],[\"name/657\",[206,64.725]],[\"parent/657\",[250,5.582]],[\"name/658\",[207,64.725]],[\"parent/658\",[250,5.582]],[\"name/659\",[150,54.509]],[\"parent/659\",[]],[\"name/660\",[252,75.711]],[\"parent/660\",[150,4.984]],[\"name/661\",[253,64.725]],[\"parent/661\",[150,4.984]],[\"name/662\",[169,64.725]],[\"parent/662\",[150,4.984]],[\"name/663\",[254,58.365]],[\"parent/663\",[150,4.984]],[\"name/664\",[42,67.238]],[\"parent/664\",[150,4.984]],[\"name/665\",[255,70.603]],[\"parent/665\",[150,4.984]],[\"name/666\",[256,58.365]],[\"parent/666\",[]],[\"name/667\",[1,23.653]],[\"parent/667\",[256,5.337]],[\"name/668\",[2,35.398]],[\"parent/668\",[256,5.337]],[\"name/669\",[257,75.711]],[\"parent/669\",[256,5.337]],[\"name/670\",[5,28.497]],[\"parent/670\",[256,5.337]],[\"name/671\",[258,75.711]],[\"parent/671\",[256,5.337]],[\"name/672\",[4,28.033]],[\"parent/672\",[256,5.337]],[\"name/673\",[6,28.497]],[\"parent/673\",[256,5.337]],[\"name/674\",[259,57.253]],[\"parent/674\",[]],[\"name/675\",[260,64.725]],[\"parent/675\",[259,5.235]],[\"name/676\",[70,53.739]],[\"parent/676\",[259,5.235]],[\"name/677\",[261,70.603]],[\"parent/677\",[259,5.235]],[\"name/678\",[262,59.617]],[\"parent/678\",[259,5.235]],[\"name/679\",[263,64.725]],[\"parent/679\",[259,5.235]],[\"name/680\",[264,51.732]],[\"parent/680\",[259,5.235]],[\"name/681\",[170,56.252]],[\"parent/681\",[259,5.235]],[\"name/682\",[204,55.342]],[\"parent/682\",[259,5.235]],[\"name/683\",[265,48.196]],[\"parent/683\",[]],[\"name/684\",[1,23.653]],[\"parent/684\",[265,4.407]],[\"name/685\",[266,75.711]],[\"parent/685\",[265,4.407]],[\"name/686\",[260,64.725]],[\"parent/686\",[265,4.407]],[\"name/687\",[70,53.739]],[\"parent/687\",[265,4.407]],[\"name/688\",[261,70.603]],[\"parent/688\",[265,4.407]],[\"name/689\",[262,59.617]],[\"parent/689\",[265,4.407]],[\"name/690\",[263,64.725]],[\"parent/690\",[265,4.407]],[\"name/691\",[264,51.732]],[\"parent/691\",[265,4.407]],[\"name/692\",[170,56.252]],[\"parent/692\",[265,4.407]],[\"name/693\",[204,55.342]],[\"parent/693\",[265,4.407]],[\"name/694\",[267,75.711]],[\"parent/694\",[265,4.407]],[\"name/695\",[268,75.711]],[\"parent/695\",[265,4.407]],[\"name/696\",[269,70.603]],[\"parent/696\",[265,4.407]],[\"name/697\",[270,75.711]],[\"parent/697\",[265,4.407]],[\"name/698\",[271,75.711]],[\"parent/698\",[265,4.407]],[\"name/699\",[272,75.711]],[\"parent/699\",[265,4.407]],[\"name/700\",[273,75.711]],[\"parent/700\",[265,4.407]],[\"name/701\",[274,75.711]],[\"parent/701\",[265,4.407]],[\"name/702\",[275,75.711]],[\"parent/702\",[265,4.407]],[\"name/703\",[276,75.711]],[\"parent/703\",[265,4.407]],[\"name/704\",[277,75.711]],[\"parent/704\",[265,4.407]],[\"name/705\",[278,75.711]],[\"parent/705\",[265,4.407]],[\"name/706\",[279,61.048]],[\"parent/706\",[]],[\"name/707\",[269,70.603]],[\"parent/707\",[279,5.582]],[\"name/708\",[280,64.725]],[\"parent/708\",[]],[\"name/709\",[281,75.711]],[\"parent/709\",[280,5.919]],[\"name/710\",[8,59.617]],[\"parent/710\",[280,5.919]],[\"name/711\",[282,54.509]],[\"parent/711\",[]],[\"name/712\",[1,23.653]],[\"parent/712\",[282,4.984]],[\"name/713\",[264,51.732]],[\"parent/713\",[282,4.984]],[\"name/714\",[283,64.725]],[\"parent/714\",[282,4.984]],[\"name/715\",[284,62.718]],[\"parent/715\",[282,4.984]],[\"name/716\",[285,47.779]],[\"parent/716\",[282,4.984]],[\"name/717\",[286,64.725]],[\"parent/717\",[282,4.984]],[\"name/718\",[287,64.725]],[\"parent/718\",[282,4.984]],[\"name/719\",[288,64.725]],[\"parent/719\",[282,4.984]],[\"name/720\",[289,64.725]],[\"parent/720\",[282,4.984]],[\"name/721\",[290,64.725]],[\"parent/721\",[282,4.984]],[\"name/722\",[291,64.725]],[\"parent/722\",[282,4.984]],[\"name/723\",[292,62.718]],[\"parent/723\",[]],[\"name/724\",[1,23.653]],[\"parent/724\",[292,5.735]],[\"name/725\",[264,51.732]],[\"parent/725\",[292,5.735]],[\"name/726\",[293,62.718]],[\"parent/726\",[292,5.735]],[\"name/727\",[285,47.779]],[\"parent/727\",[292,5.735]],[\"name/728\",[294,59.617]],[\"parent/728\",[]],[\"name/729\",[1,23.653]],[\"parent/729\",[294,5.451]],[\"name/730\",[66,48.631]],[\"parent/730\",[294,5.451]],[\"name/731\",[285,47.779]],[\"parent/731\",[294,5.451]],[\"name/732\",[5,28.497]],[\"parent/732\",[294,5.451]],[\"name/733\",[4,28.033]],[\"parent/733\",[294,5.451]],[\"name/734\",[6,28.497]],[\"parent/734\",[294,5.451]],[\"name/735\",[295,59.617]],[\"parent/735\",[]],[\"name/736\",[1,23.653]],[\"parent/736\",[295,5.451]],[\"name/737\",[66,48.631]],[\"parent/737\",[295,5.451]],[\"name/738\",[263,64.725]],[\"parent/738\",[295,5.451]],[\"name/739\",[4,28.033]],[\"parent/739\",[295,5.451]],[\"name/740\",[5,28.497]],[\"parent/740\",[295,5.451]],[\"name/741\",[6,28.497]],[\"parent/741\",[295,5.451]],[\"name/742\",[296,67.238]],[\"parent/742\",[]],[\"name/743\",[297,61.048]],[\"parent/743\",[296,6.148]],[\"name/744\",[8,59.617]],[\"parent/744\",[296,6.148]],[\"name/745\",[298,67.238]],[\"parent/745\",[]],[\"name/746\",[150,54.509]],[\"parent/746\",[298,6.148]],[\"name/747\",[255,70.603]],[\"parent/747\",[298,6.148]],[\"name/748\",[299,62.718]],[\"parent/748\",[]],[\"name/749\",[1,23.653]],[\"parent/749\",[299,5.735]],[\"name/750\",[4,28.033]],[\"parent/750\",[299,5.735]],[\"name/751\",[5,28.497]],[\"parent/751\",[299,5.735]],[\"name/752\",[6,28.497]],[\"parent/752\",[299,5.735]],[\"name/753\",[300,59.617]],[\"parent/753\",[]],[\"name/754\",[1,23.653]],[\"parent/754\",[300,5.451]],[\"name/755\",[66,48.631]],[\"parent/755\",[300,5.451]],[\"name/756\",[263,64.725]],[\"parent/756\",[300,5.451]],[\"name/757\",[4,28.033]],[\"parent/757\",[300,5.451]],[\"name/758\",[5,28.497]],[\"parent/758\",[300,5.451]],[\"name/759\",[6,28.497]],[\"parent/759\",[300,5.451]],[\"name/760\",[301,61.048]],[\"parent/760\",[]],[\"name/761\",[1,23.653]],[\"parent/761\",[301,5.582]],[\"name/762\",[66,48.631]],[\"parent/762\",[301,5.582]],[\"name/763\",[5,28.497]],[\"parent/763\",[301,5.582]],[\"name/764\",[4,28.033]],[\"parent/764\",[301,5.582]],[\"name/765\",[6,28.497]],[\"parent/765\",[301,5.582]],[\"name/766\",[302,62.718]],[\"parent/766\",[]],[\"name/767\",[66,48.631]],[\"parent/767\",[302,5.735]],[\"name/768\",[303,54.509]],[\"parent/768\",[302,5.735]],[\"name/769\",[304,59.617]],[\"parent/769\",[302,5.735]],[\"name/770\",[305,70.603]],[\"parent/770\",[302,5.735]],[\"name/771\",[306,53.024]],[\"parent/771\",[]],[\"name/772\",[1,23.653]],[\"parent/772\",[306,4.849]],[\"name/773\",[2,35.398]],[\"parent/773\",[306,4.849]],[\"name/774\",[66,48.631]],[\"parent/774\",[306,4.849]],[\"name/775\",[303,54.509]],[\"parent/775\",[306,4.849]],[\"name/776\",[304,59.617]],[\"parent/776\",[306,4.849]],[\"name/777\",[305,70.603]],[\"parent/777\",[306,4.849]],[\"name/778\",[307,58.365]],[\"parent/778\",[306,4.849]],[\"name/779\",[308,70.603]],[\"parent/779\",[306,4.849]],[\"name/780\",[309,75.711]],[\"parent/780\",[306,4.849]],[\"name/781\",[4,28.033]],[\"parent/781\",[306,4.849]],[\"name/782\",[5,28.497]],[\"parent/782\",[306,4.849]],[\"name/783\",[310,58.365]],[\"parent/783\",[306,4.849]],[\"name/784\",[6,28.497]],[\"parent/784\",[306,4.849]],[\"name/785\",[311,56.252]],[\"parent/785\",[]],[\"name/786\",[1,23.653]],[\"parent/786\",[311,5.144]],[\"name/787\",[2,35.398]],[\"parent/787\",[311,5.144]],[\"name/788\",[66,48.631]],[\"parent/788\",[311,5.144]],[\"name/789\",[4,28.033]],[\"parent/789\",[311,5.144]],[\"name/790\",[307,58.365]],[\"parent/790\",[311,5.144]],[\"name/791\",[312,75.711]],[\"parent/791\",[311,5.144]],[\"name/792\",[5,28.497]],[\"parent/792\",[311,5.144]],[\"name/793\",[310,58.365]],[\"parent/793\",[311,5.144]],[\"name/794\",[6,28.497]],[\"parent/794\",[311,5.144]],[\"name/795\",[313,57.253]],[\"parent/795\",[]],[\"name/796\",[1,23.653]],[\"parent/796\",[313,5.235]],[\"name/797\",[2,35.398]],[\"parent/797\",[313,5.235]],[\"name/798\",[314,51.732]],[\"parent/798\",[313,5.235]],[\"name/799\",[307,58.365]],[\"parent/799\",[313,5.235]],[\"name/800\",[4,28.033]],[\"parent/800\",[313,5.235]],[\"name/801\",[5,28.497]],[\"parent/801\",[313,5.235]],[\"name/802\",[310,58.365]],[\"parent/802\",[313,5.235]],[\"name/803\",[6,28.497]],[\"parent/803\",[313,5.235]],[\"name/804\",[315,56.252]],[\"parent/804\",[]],[\"name/805\",[1,23.653]],[\"parent/805\",[315,5.144]],[\"name/806\",[2,35.398]],[\"parent/806\",[315,5.144]],[\"name/807\",[66,48.631]],[\"parent/807\",[315,5.144]],[\"name/808\",[307,58.365]],[\"parent/808\",[315,5.144]],[\"name/809\",[308,70.603]],[\"parent/809\",[315,5.144]],[\"name/810\",[4,28.033]],[\"parent/810\",[315,5.144]],[\"name/811\",[5,28.497]],[\"parent/811\",[315,5.144]],[\"name/812\",[310,58.365]],[\"parent/812\",[315,5.144]],[\"name/813\",[6,28.497]],[\"parent/813\",[315,5.144]],[\"name/814\",[316,64.725]],[\"parent/814\",[]],[\"name/815\",[317,75.711]],[\"parent/815\",[316,5.919]],[\"name/816\",[318,70.603]],[\"parent/816\",[316,5.919]],[\"name/817\",[280,64.725]],[\"parent/817\",[316,5.919]],[\"name/818\",[66,48.631]],[\"parent/818\",[]],[\"name/819\",[319,70.603]],[\"parent/819\",[66,4.447]],[\"name/820\",[39,61.048]],[\"parent/820\",[66,4.447]],[\"name/821\",[3,64.725]],[\"parent/821\",[66,4.447]],[\"name/822\",[320,70.603]],[\"parent/822\",[66,4.447]],[\"name/823\",[321,70.603]],[\"parent/823\",[66,4.447]],[\"name/824\",[322,70.603]],[\"parent/824\",[66,4.447]],[\"name/825\",[323,70.603]],[\"parent/825\",[66,4.447]],[\"name/826\",[324,70.603]],[\"parent/826\",[66,4.447]],[\"name/827\",[325,70.603]],[\"parent/827\",[66,4.447]],[\"name/828\",[326,70.603]],[\"parent/828\",[66,4.447]],[\"name/829\",[327,62.718]],[\"parent/829\",[]],[\"name/830\",[8,59.617]],[\"parent/830\",[327,5.735]],[\"name/831\",[297,61.048]],[\"parent/831\",[327,5.735]],[\"name/832\",[328,70.603]],[\"parent/832\",[327,5.735]],[\"name/833\",[329,75.711]],[\"parent/833\",[327,5.735]],[\"name/834\",[330,67.238]],[\"parent/834\",[]],[\"name/835\",[297,61.048]],[\"parent/835\",[330,6.148]],[\"name/836\",[331,75.711]],[\"parent/836\",[330,6.148]],[\"name/837\",[332,75.711]],[\"parent/837\",[]],[\"name/838\",[333,50.062]],[\"parent/838\",[]],[\"name/839\",[1,23.653]],[\"parent/839\",[333,4.578]],[\"name/840\",[264,51.732]],[\"parent/840\",[333,4.578]],[\"name/841\",[334,75.711]],[\"parent/841\",[333,4.578]],[\"name/842\",[335,75.711]],[\"parent/842\",[333,4.578]],[\"name/843\",[336,75.711]],[\"parent/843\",[333,4.578]],[\"name/844\",[337,75.711]],[\"parent/844\",[333,4.578]],[\"name/845\",[338,75.711]],[\"parent/845\",[333,4.578]],[\"name/846\",[339,75.711]],[\"parent/846\",[333,4.578]],[\"name/847\",[319,70.603]],[\"parent/847\",[333,4.578]],[\"name/848\",[39,61.048]],[\"parent/848\",[333,4.578]],[\"name/849\",[3,64.725]],[\"parent/849\",[333,4.578]],[\"name/850\",[320,70.603]],[\"parent/850\",[333,4.578]],[\"name/851\",[321,70.603]],[\"parent/851\",[333,4.578]],[\"name/852\",[322,70.603]],[\"parent/852\",[333,4.578]],[\"name/853\",[323,70.603]],[\"parent/853\",[333,4.578]],[\"name/854\",[324,70.603]],[\"parent/854\",[333,4.578]],[\"name/855\",[325,70.603]],[\"parent/855\",[333,4.578]],[\"name/856\",[326,70.603]],[\"parent/856\",[333,4.578]],[\"name/857\",[340,64.725]],[\"parent/857\",[]],[\"name/858\",[341,75.711]],[\"parent/858\",[340,5.919]],[\"name/859\",[115,52.358]],[\"parent/859\",[340,5.919]],[\"name/860\",[342,70.603]],[\"parent/860\",[343,5.919]],[\"name/861\",[344,67.238]],[\"parent/861\",[343,5.919]],[\"name/862\",[196,67.238]],[\"parent/862\",[343,5.919]],[\"name/863\",[115,52.358]],[\"parent/863\",[343,5.919]],[\"name/864\",[345,75.711]],[\"parent/864\",[346,6.456]],[\"name/865\",[347,75.711]],[\"parent/865\",[346,6.456]],[\"name/866\",[348,70.603]],[\"parent/866\",[340,5.919]],[\"name/867\",[349,59.617]],[\"parent/867\",[]],[\"name/868\",[1,23.653]],[\"parent/868\",[349,5.451]],[\"name/869\",[350,75.711]],[\"parent/869\",[349,5.451]],[\"name/870\",[348,70.603]],[\"parent/870\",[349,5.451]],[\"name/871\",[5,28.497]],[\"parent/871\",[349,5.451]],[\"name/872\",[4,28.033]],[\"parent/872\",[349,5.451]],[\"name/873\",[6,28.497]],[\"parent/873\",[349,5.451]],[\"name/874\",[351,62.718]],[\"parent/874\",[]],[\"name/875\",[352,75.711]],[\"parent/875\",[351,5.735]],[\"name/876\",[353,75.711]],[\"parent/876\",[351,5.735]],[\"name/877\",[354,75.711]],[\"parent/877\",[351,5.735]],[\"name/878\",[355,75.711]],[\"parent/878\",[351,5.735]],[\"name/879\",[304,59.617]],[\"parent/879\",[]],[\"name/880\",[1,23.653]],[\"parent/880\",[304,5.451]],[\"name/881\",[4,28.033]],[\"parent/881\",[304,5.451]],[\"name/882\",[5,28.497]],[\"parent/882\",[304,5.451]],[\"name/883\",[6,28.497]],[\"parent/883\",[304,5.451]],[\"name/884\",[356,59.617]],[\"parent/884\",[]],[\"name/885\",[70,53.739]],[\"parent/885\",[356,5.451]],[\"name/886\",[357,70.603]],[\"parent/886\",[356,5.451]],[\"name/887\",[358,64.725]],[\"parent/887\",[356,5.451]],[\"name/888\",[359,59.617]],[\"parent/888\",[356,5.451]],[\"name/889\",[66,48.631]],[\"parent/889\",[356,5.451]],[\"name/890\",[360,64.725]],[\"parent/890\",[356,5.451]],[\"name/891\",[361,56.252]],[\"parent/891\",[]],[\"name/892\",[297,61.048]],[\"parent/892\",[361,5.144]],[\"name/893\",[8,59.617]],[\"parent/893\",[361,5.144]],[\"name/894\",[328,70.603]],[\"parent/894\",[361,5.144]],[\"name/895\",[362,75.711]],[\"parent/895\",[361,5.144]],[\"name/896\",[363,64.725]],[\"parent/896\",[361,5.144]],[\"name/897\",[364,70.603]],[\"parent/897\",[361,5.144]],[\"name/898\",[365,64.725]],[\"parent/898\",[361,5.144]],[\"name/899\",[366,62.718]],[\"parent/899\",[361,5.144]],[\"name/900\",[367,75.711]],[\"parent/900\",[361,5.144]],[\"name/901\",[368,58.365]],[\"parent/901\",[]],[\"name/902\",[297,61.048]],[\"parent/902\",[368,5.337]],[\"name/903\",[8,59.617]],[\"parent/903\",[368,5.337]],[\"name/904\",[369,70.603]],[\"parent/904\",[368,5.337]],[\"name/905\",[318,70.603]],[\"parent/905\",[368,5.337]],[\"name/906\",[364,70.603]],[\"parent/906\",[368,5.337]],[\"name/907\",[365,64.725]],[\"parent/907\",[368,5.337]],[\"name/908\",[366,62.718]],[\"parent/908\",[368,5.337]],[\"name/909\",[314,51.732]],[\"parent/909\",[]],[\"name/910\",[1,23.653]],[\"parent/910\",[314,4.73]],[\"name/911\",[2,35.398]],[\"parent/911\",[314,4.73]],[\"name/912\",[70,53.739]],[\"parent/912\",[314,4.73]],[\"name/913\",[357,70.603]],[\"parent/913\",[314,4.73]],[\"name/914\",[358,64.725]],[\"parent/914\",[314,4.73]],[\"name/915\",[359,59.617]],[\"parent/915\",[314,4.73]],[\"name/916\",[66,48.631]],[\"parent/916\",[314,4.73]],[\"name/917\",[360,64.725]],[\"parent/917\",[314,4.73]],[\"name/918\",[370,75.711]],[\"parent/918\",[314,4.73]],[\"name/919\",[371,75.711]],[\"parent/919\",[314,4.73]],[\"name/920\",[365,64.725]],[\"parent/920\",[314,4.73]],[\"name/921\",[372,75.711]],[\"parent/921\",[]],[\"name/922\",[373,64.725]],[\"parent/922\",[]],[\"name/923\",[1,23.653]],[\"parent/923\",[373,5.919]],[\"name/924\",[249,64.725]],[\"parent/924\",[373,5.919]],[\"name/925\",[374,67.238]],[\"parent/925\",[373,5.919]],[\"name/926\",[375,70.603]],[\"parent/926\",[]],[\"name/927\",[374,67.238]],[\"parent/927\",[375,6.456]],[\"name/928\",[376,59.617]],[\"parent/928\",[]],[\"name/929\",[1,23.653]],[\"parent/929\",[376,5.451]],[\"name/930\",[377,75.711]],[\"parent/930\",[376,5.451]],[\"name/931\",[285,47.779]],[\"parent/931\",[376,5.451]],[\"name/932\",[4,28.033]],[\"parent/932\",[376,5.451]],[\"name/933\",[5,28.497]],[\"parent/933\",[376,5.451]],[\"name/934\",[6,28.497]],[\"parent/934\",[376,5.451]],[\"name/935\",[378,67.238]],[\"parent/935\",[]],[\"name/936\",[1,23.653]],[\"parent/936\",[378,6.148]],[\"name/937\",[374,67.238]],[\"parent/937\",[378,6.148]],[\"name/938\",[379,58.365]],[\"parent/938\",[]],[\"name/939\",[1,23.653]],[\"parent/939\",[379,5.337]],[\"name/940\",[380,75.711]],[\"parent/940\",[379,5.337]],[\"name/941\",[4,28.033]],[\"parent/941\",[379,5.337]],[\"name/942\",[5,28.497]],[\"parent/942\",[379,5.337]],[\"name/943\",[310,58.365]],[\"parent/943\",[379,5.337]],[\"name/944\",[307,58.365]],[\"parent/944\",[379,5.337]],[\"name/945\",[6,28.497]],[\"parent/945\",[379,5.337]],[\"name/946\",[381,55.342]],[\"parent/946\",[]],[\"name/947\",[1,23.653]],[\"parent/947\",[381,5.061]],[\"name/948\",[279,61.048]],[\"parent/948\",[381,5.061]],[\"name/949\",[4,28.033]],[\"parent/949\",[381,5.061]],[\"name/950\",[310,58.365]],[\"parent/950\",[381,5.061]],[\"name/951\",[307,58.365]],[\"parent/951\",[381,5.061]],[\"name/952\",[382,75.711]],[\"parent/952\",[381,5.061]],[\"name/953\",[383,75.711]],[\"parent/953\",[381,5.061]],[\"name/954\",[384,75.711]],[\"parent/954\",[381,5.061]],[\"name/955\",[5,28.497]],[\"parent/955\",[381,5.061]],[\"name/956\",[6,28.497]],[\"parent/956\",[381,5.061]],[\"name/957\",[385,59.617]],[\"parent/957\",[]],[\"name/958\",[1,23.653]],[\"parent/958\",[385,5.451]],[\"name/959\",[285,47.779]],[\"parent/959\",[385,5.451]],[\"name/960\",[386,75.711]],[\"parent/960\",[385,5.451]],[\"name/961\",[4,28.033]],[\"parent/961\",[385,5.451]],[\"name/962\",[5,28.497]],[\"parent/962\",[385,5.451]],[\"name/963\",[6,28.497]],[\"parent/963\",[385,5.451]],[\"name/964\",[387,61.048]],[\"parent/964\",[]],[\"name/965\",[1,23.653]],[\"parent/965\",[387,5.582]],[\"name/966\",[388,67.238]],[\"parent/966\",[387,5.582]],[\"name/967\",[5,28.497]],[\"parent/967\",[387,5.582]],[\"name/968\",[4,28.033]],[\"parent/968\",[387,5.582]],[\"name/969\",[6,28.497]],[\"parent/969\",[387,5.582]],[\"name/970\",[389,58.365]],[\"parent/970\",[]],[\"name/971\",[1,23.653]],[\"parent/971\",[389,5.337]],[\"name/972\",[390,75.711]],[\"parent/972\",[389,5.337]],[\"name/973\",[303,54.509]],[\"parent/973\",[389,5.337]],[\"name/974\",[391,75.711]],[\"parent/974\",[389,5.337]],[\"name/975\",[4,28.033]],[\"parent/975\",[389,5.337]],[\"name/976\",[5,28.497]],[\"parent/976\",[389,5.337]],[\"name/977\",[6,28.497]],[\"parent/977\",[389,5.337]],[\"name/978\",[392,75.711]],[\"parent/978\",[]],[\"name/979\",[393,67.238]],[\"parent/979\",[]],[\"name/980\",[150,54.509]],[\"parent/980\",[393,6.148]],[\"name/981\",[394,75.711]],[\"parent/981\",[393,6.148]],[\"name/982\",[262,59.617]],[\"parent/982\",[]],[\"name/983\",[1,23.653]],[\"parent/983\",[262,5.451]],[\"name/984\",[4,28.033]],[\"parent/984\",[262,5.451]],[\"name/985\",[5,28.497]],[\"parent/985\",[262,5.451]],[\"name/986\",[6,28.497]],[\"parent/986\",[262,5.451]],[\"name/987\",[395,61.048]],[\"parent/987\",[]],[\"name/988\",[1,23.653]],[\"parent/988\",[395,5.582]],[\"name/989\",[285,47.779]],[\"parent/989\",[395,5.582]],[\"name/990\",[4,28.033]],[\"parent/990\",[395,5.582]],[\"name/991\",[5,28.497]],[\"parent/991\",[395,5.582]],[\"name/992\",[6,28.497]],[\"parent/992\",[395,5.582]],[\"name/993\",[396,61.048]],[\"parent/993\",[]],[\"name/994\",[1,23.653]],[\"parent/994\",[396,5.582]],[\"name/995\",[397,75.711]],[\"parent/995\",[396,5.582]],[\"name/996\",[5,28.497]],[\"parent/996\",[396,5.582]],[\"name/997\",[4,28.033]],[\"parent/997\",[396,5.582]],[\"name/998\",[6,28.497]],[\"parent/998\",[396,5.582]],[\"name/999\",[398,61.048]],[\"parent/999\",[]],[\"name/1000\",[1,23.653]],[\"parent/1000\",[398,5.582]],[\"name/1001\",[2,35.398]],[\"parent/1001\",[398,5.582]],[\"name/1002\",[5,28.497]],[\"parent/1002\",[398,5.582]],[\"name/1003\",[4,28.033]],[\"parent/1003\",[398,5.582]],[\"name/1004\",[6,28.497]],[\"parent/1004\",[398,5.582]],[\"name/1005\",[359,59.617]],[\"parent/1005\",[]],[\"name/1006\",[1,23.653]],[\"parent/1006\",[359,5.451]],[\"name/1007\",[4,28.033]],[\"parent/1007\",[359,5.451]],[\"name/1008\",[5,28.497]],[\"parent/1008\",[359,5.451]],[\"name/1009\",[6,28.497]],[\"parent/1009\",[359,5.451]],[\"name/1010\",[399,54.509]],[\"parent/1010\",[]],[\"name/1011\",[1,23.653]],[\"parent/1011\",[399,4.984]],[\"name/1012\",[2,35.398]],[\"parent/1012\",[399,4.984]],[\"name/1013\",[264,51.732]],[\"parent/1013\",[399,4.984]],[\"name/1014\",[32,67.238]],[\"parent/1014\",[399,4.984]],[\"name/1015\",[5,28.497]],[\"parent/1015\",[399,4.984]],[\"name/1016\",[400,75.711]],[\"parent/1016\",[399,4.984]],[\"name/1017\",[401,75.711]],[\"parent/1017\",[399,4.984]],[\"name/1018\",[402,75.711]],[\"parent/1018\",[399,4.984]],[\"name/1019\",[403,75.711]],[\"parent/1019\",[399,4.984]],[\"name/1020\",[4,28.033]],[\"parent/1020\",[399,4.984]],[\"name/1021\",[6,28.497]],[\"parent/1021\",[399,4.984]],[\"name/1022\",[260,64.725]],[\"parent/1022\",[]],[\"name/1023\",[293,62.718]],[\"parent/1023\",[260,5.919]],[\"name/1024\",[404,51.732]],[\"parent/1024\",[]],[\"name/1025\",[1,23.653]],[\"parent/1025\",[404,4.73]],[\"name/1026\",[2,35.398]],[\"parent/1026\",[404,4.73]],[\"name/1027\",[284,62.718]],[\"parent/1027\",[404,4.73]],[\"name/1028\",[264,51.732]],[\"parent/1028\",[404,4.73]],[\"name/1029\",[405,75.711]],[\"parent/1029\",[404,4.73]],[\"name/1030\",[406,75.711]],[\"parent/1030\",[404,4.73]],[\"name/1031\",[407,75.711]],[\"parent/1031\",[404,4.73]],[\"name/1032\",[408,75.711]],[\"parent/1032\",[404,4.73]],[\"name/1033\",[286,64.725]],[\"parent/1033\",[404,4.73]],[\"name/1034\",[283,64.725]],[\"parent/1034\",[404,4.73]],[\"name/1035\",[287,64.725]],[\"parent/1035\",[404,4.73]],[\"name/1036\",[288,64.725]],[\"parent/1036\",[404,4.73]],[\"name/1037\",[290,64.725]],[\"parent/1037\",[404,4.73]],[\"name/1038\",[291,64.725]],[\"parent/1038\",[404,4.73]],[\"name/1039\",[289,64.725]],[\"parent/1039\",[404,4.73]],[\"name/1040\",[409,64.725]],[\"parent/1040\",[]],[\"name/1041\",[1,23.653]],[\"parent/1041\",[409,5.919]],[\"name/1042\",[264,51.732]],[\"parent/1042\",[409,5.919]],[\"name/1043\",[293,62.718]],[\"parent/1043\",[409,5.919]],[\"name/1044\",[410,55.342]],[\"parent/1044\",[]],[\"name/1045\",[1,23.653]],[\"parent/1045\",[410,5.061]],[\"name/1046\",[284,62.718]],[\"parent/1046\",[410,5.061]],[\"name/1047\",[285,47.779]],[\"parent/1047\",[410,5.061]],[\"name/1048\",[286,64.725]],[\"parent/1048\",[410,5.061]],[\"name/1049\",[283,64.725]],[\"parent/1049\",[410,5.061]],[\"name/1050\",[287,64.725]],[\"parent/1050\",[410,5.061]],[\"name/1051\",[288,64.725]],[\"parent/1051\",[410,5.061]],[\"name/1052\",[289,64.725]],[\"parent/1052\",[410,5.061]],[\"name/1053\",[290,64.725]],[\"parent/1053\",[410,5.061]],[\"name/1054\",[291,64.725]],[\"parent/1054\",[410,5.061]],[\"name/1055\",[411,64.725]],[\"parent/1055\",[]],[\"name/1056\",[1,23.653]],[\"parent/1056\",[411,5.919]],[\"name/1057\",[285,47.779]],[\"parent/1057\",[411,5.919]],[\"name/1058\",[293,62.718]],[\"parent/1058\",[411,5.919]],[\"name/1059\",[412,53.024]],[\"parent/1059\",[]],[\"name/1060\",[1,23.653]],[\"parent/1060\",[412,4.849]],[\"name/1061\",[2,35.398]],[\"parent/1061\",[412,4.849]],[\"name/1062\",[107,56.252]],[\"parent/1062\",[412,4.849]],[\"name/1063\",[283,64.725]],[\"parent/1063\",[412,4.849]],[\"name/1064\",[413,75.711]],[\"parent/1064\",[412,4.849]],[\"name/1065\",[284,62.718]],[\"parent/1065\",[412,4.849]],[\"name/1066\",[285,47.779]],[\"parent/1066\",[412,4.849]],[\"name/1067\",[286,64.725]],[\"parent/1067\",[412,4.849]],[\"name/1068\",[287,64.725]],[\"parent/1068\",[412,4.849]],[\"name/1069\",[288,64.725]],[\"parent/1069\",[412,4.849]],[\"name/1070\",[289,64.725]],[\"parent/1070\",[412,4.849]],[\"name/1071\",[290,64.725]],[\"parent/1071\",[412,4.849]],[\"name/1072\",[291,64.725]],[\"parent/1072\",[412,4.849]],[\"name/1073\",[414,62.718]],[\"parent/1073\",[]],[\"name/1074\",[1,23.653]],[\"parent/1074\",[414,5.735]],[\"name/1075\",[107,56.252]],[\"parent/1075\",[414,5.735]],[\"name/1076\",[293,62.718]],[\"parent/1076\",[414,5.735]],[\"name/1077\",[285,47.779]],[\"parent/1077\",[414,5.735]],[\"name/1078\",[415,64.725]],[\"parent/1078\",[]],[\"name/1079\",[279,61.048]],[\"parent/1079\",[415,5.919]],[\"name/1080\",[107,56.252]],[\"parent/1080\",[415,5.919]],[\"name/1081\",[416,59.617]],[\"parent/1081\",[415,5.919]],[\"name/1082\",[417,57.253]],[\"parent/1082\",[]],[\"name/1083\",[1,23.653]],[\"parent/1083\",[417,5.235]],[\"name/1084\",[2,35.398]],[\"parent/1084\",[417,5.235]],[\"name/1085\",[279,61.048]],[\"parent/1085\",[417,5.235]],[\"name/1086\",[107,56.252]],[\"parent/1086\",[417,5.235]],[\"name/1087\",[416,59.617]],[\"parent/1087\",[417,5.235]],[\"name/1088\",[5,28.497]],[\"parent/1088\",[417,5.235]],[\"name/1089\",[4,28.033]],[\"parent/1089\",[417,5.235]],[\"name/1090\",[6,28.497]],[\"parent/1090\",[417,5.235]],[\"name/1091\",[418,59.617]],[\"parent/1091\",[]],[\"name/1092\",[1,23.653]],[\"parent/1092\",[418,5.451]],[\"name/1093\",[2,35.398]],[\"parent/1093\",[418,5.451]],[\"name/1094\",[279,61.048]],[\"parent/1094\",[418,5.451]],[\"name/1095\",[5,28.497]],[\"parent/1095\",[418,5.451]],[\"name/1096\",[4,28.033]],[\"parent/1096\",[418,5.451]],[\"name/1097\",[6,28.497]],[\"parent/1097\",[418,5.451]],[\"name/1098\",[419,70.603]],[\"parent/1098\",[]],[\"name/1099\",[420,62.718]],[\"parent/1099\",[419,6.456]],[\"name/1100\",[421,64.725]],[\"parent/1100\",[]],[\"name/1101\",[1,23.653]],[\"parent/1101\",[421,5.919]],[\"name/1102\",[422,75.711]],[\"parent/1102\",[421,5.919]],[\"name/1103\",[420,62.718]],[\"parent/1103\",[421,5.919]],[\"name/1104\",[423,67.238]],[\"parent/1104\",[]],[\"name/1105\",[314,51.732]],[\"parent/1105\",[423,6.148]],[\"name/1106\",[424,58.365]],[\"parent/1106\",[423,6.148]],[\"name/1107\",[425,54.509]],[\"parent/1107\",[]],[\"name/1108\",[1,23.653]],[\"parent/1108\",[425,4.984]],[\"name/1109\",[2,35.398]],[\"parent/1109\",[425,4.984]],[\"name/1110\",[314,51.732]],[\"parent/1110\",[425,4.984]],[\"name/1111\",[424,58.365]],[\"parent/1111\",[425,4.984]],[\"name/1112\",[307,58.365]],[\"parent/1112\",[425,4.984]],[\"name/1113\",[426,75.711]],[\"parent/1113\",[425,4.984]],[\"name/1114\",[365,64.725]],[\"parent/1114\",[425,4.984]],[\"name/1115\",[4,28.033]],[\"parent/1115\",[425,4.984]],[\"name/1116\",[5,28.497]],[\"parent/1116\",[425,4.984]],[\"name/1117\",[310,58.365]],[\"parent/1117\",[425,4.984]],[\"name/1118\",[6,28.497]],[\"parent/1118\",[425,4.984]],[\"name/1119\",[427,61.048]],[\"parent/1119\",[]],[\"name/1120\",[107,56.252]],[\"parent/1120\",[427,5.582]],[\"name/1121\",[416,59.617]],[\"parent/1121\",[427,5.582]],[\"name/1122\",[428,59.617]],[\"parent/1122\",[427,5.582]],[\"name/1123\",[264,51.732]],[\"parent/1123\",[427,5.582]],[\"name/1124\",[303,54.509]],[\"parent/1124\",[427,5.582]],[\"name/1125\",[429,53.739]],[\"parent/1125\",[]],[\"name/1126\",[1,23.653]],[\"parent/1126\",[429,4.914]],[\"name/1127\",[2,35.398]],[\"parent/1127\",[429,4.914]],[\"name/1128\",[416,59.617]],[\"parent/1128\",[429,4.914]],[\"name/1129\",[107,56.252]],[\"parent/1129\",[429,4.914]],[\"name/1130\",[428,59.617]],[\"parent/1130\",[429,4.914]],[\"name/1131\",[264,51.732]],[\"parent/1131\",[429,4.914]],[\"name/1132\",[303,54.509]],[\"parent/1132\",[429,4.914]],[\"name/1133\",[5,28.497]],[\"parent/1133\",[429,4.914]],[\"name/1134\",[310,58.365]],[\"parent/1134\",[429,4.914]],[\"name/1135\",[307,58.365]],[\"parent/1135\",[429,4.914]],[\"name/1136\",[4,28.033]],[\"parent/1136\",[429,4.914]],[\"name/1137\",[6,28.497]],[\"parent/1137\",[429,4.914]],[\"name/1138\",[430,61.048]],[\"parent/1138\",[]],[\"name/1139\",[1,23.653]],[\"parent/1139\",[430,5.582]],[\"name/1140\",[4,28.033]],[\"parent/1140\",[430,5.582]],[\"name/1141\",[5,28.497]],[\"parent/1141\",[430,5.582]],[\"name/1142\",[6,28.497]],[\"parent/1142\",[430,5.582]],[\"name/1143\",[431,70.603]],[\"parent/1143\",[]],[\"name/1144\",[432,62.718]],[\"parent/1144\",[]],[\"name/1145\",[433,75.711]],[\"parent/1145\",[432,5.735]],[\"name/1146\",[434,75.711]],[\"parent/1146\",[432,5.735]],[\"name/1147\",[435,75.711]],[\"parent/1147\",[432,5.735]],[\"name/1148\",[436,75.711]],[\"parent/1148\",[432,5.735]],[\"name/1149\",[437,58.365]],[\"parent/1149\",[]],[\"name/1150\",[1,23.653]],[\"parent/1150\",[437,5.337]],[\"name/1151\",[431,70.603]],[\"parent/1151\",[437,5.337]],[\"name/1152\",[438,75.711]],[\"parent/1152\",[437,5.337]],[\"name/1153\",[5,28.497]],[\"parent/1153\",[437,5.337]],[\"name/1154\",[439,75.711]],[\"parent/1154\",[437,5.337]],[\"name/1155\",[4,28.033]],[\"parent/1155\",[437,5.337]],[\"name/1156\",[6,28.497]],[\"parent/1156\",[437,5.337]],[\"name/1157\",[440,59.617]],[\"parent/1157\",[]],[\"name/1158\",[1,23.653]],[\"parent/1158\",[440,5.451]],[\"name/1159\",[441,67.238]],[\"parent/1159\",[440,5.451]],[\"name/1160\",[442,75.711]],[\"parent/1160\",[440,5.451]],[\"name/1161\",[5,28.497]],[\"parent/1161\",[440,5.451]],[\"name/1162\",[4,28.033]],[\"parent/1162\",[440,5.451]],[\"name/1163\",[6,28.497]],[\"parent/1163\",[440,5.451]],[\"name/1164\",[443,59.617]],[\"parent/1164\",[]],[\"name/1165\",[1,23.653]],[\"parent/1165\",[443,5.451]],[\"name/1166\",[441,67.238]],[\"parent/1166\",[443,5.451]],[\"name/1167\",[444,75.711]],[\"parent/1167\",[443,5.451]],[\"name/1168\",[5,28.497]],[\"parent/1168\",[443,5.451]],[\"name/1169\",[4,28.033]],[\"parent/1169\",[443,5.451]],[\"name/1170\",[6,28.497]],[\"parent/1170\",[443,5.451]],[\"name/1171\",[445,61.048]],[\"parent/1171\",[]],[\"name/1172\",[1,23.653]],[\"parent/1172\",[445,5.582]],[\"name/1173\",[446,75.711]],[\"parent/1173\",[445,5.582]],[\"name/1174\",[5,28.497]],[\"parent/1174\",[445,5.582]],[\"name/1175\",[4,28.033]],[\"parent/1175\",[445,5.582]],[\"name/1176\",[6,28.497]],[\"parent/1176\",[445,5.582]],[\"name/1177\",[447,62.718]],[\"parent/1177\",[]],[\"name/1178\",[1,23.653]],[\"parent/1178\",[447,5.735]],[\"name/1179\",[4,28.033]],[\"parent/1179\",[447,5.735]],[\"name/1180\",[5,28.497]],[\"parent/1180\",[447,5.735]],[\"name/1181\",[6,28.497]],[\"parent/1181\",[447,5.735]],[\"name/1182\",[448,61.048]],[\"parent/1182\",[]],[\"name/1183\",[1,23.653]],[\"parent/1183\",[448,5.582]],[\"name/1184\",[449,75.711]],[\"parent/1184\",[448,5.582]],[\"name/1185\",[5,28.497]],[\"parent/1185\",[448,5.582]],[\"name/1186\",[4,28.033]],[\"parent/1186\",[448,5.582]],[\"name/1187\",[6,28.497]],[\"parent/1187\",[448,5.582]],[\"name/1188\",[450,61.048]],[\"parent/1188\",[]],[\"name/1189\",[1,23.653]],[\"parent/1189\",[450,5.582]],[\"name/1190\",[4,28.033]],[\"parent/1190\",[450,5.582]],[\"name/1191\",[5,28.497]],[\"parent/1191\",[450,5.582]],[\"name/1192\",[6,28.497]],[\"parent/1192\",[450,5.582]],[\"name/1193\",[451,61.048]],[\"parent/1193\",[]],[\"name/1194\",[1,23.653]],[\"parent/1194\",[451,5.582]],[\"name/1195\",[424,58.365]],[\"parent/1195\",[451,5.582]],[\"name/1196\",[452,75.711]],[\"parent/1196\",[451,5.582]],[\"name/1197\",[453,75.711]],[\"parent/1197\",[451,5.582]],[\"name/1198\",[454,75.711]],[\"parent/1198\",[451,5.582]],[\"name/1199\",[455,54.509]],[\"parent/1199\",[]],[\"name/1200\",[1,23.653]],[\"parent/1200\",[455,4.984]],[\"name/1201\",[2,35.398]],[\"parent/1201\",[455,4.984]],[\"name/1202\",[456,75.711]],[\"parent/1202\",[455,4.984]],[\"name/1203\",[39,61.048]],[\"parent/1203\",[455,4.984]],[\"name/1204\",[457,75.711]],[\"parent/1204\",[455,4.984]],[\"name/1205\",[458,75.711]],[\"parent/1205\",[455,4.984]],[\"name/1206\",[459,75.711]],[\"parent/1206\",[455,4.984]],[\"name/1207\",[460,75.711]],[\"parent/1207\",[455,4.984]],[\"name/1208\",[461,75.711]],[\"parent/1208\",[455,4.984]],[\"name/1209\",[462,75.711]],[\"parent/1209\",[455,4.984]],[\"name/1210\",[463,75.711]],[\"parent/1210\",[455,4.984]],[\"name/1211\",[464,57.253]],[\"parent/1211\",[]],[\"name/1212\",[1,23.653]],[\"parent/1212\",[464,5.235]],[\"name/1213\",[70,53.739]],[\"parent/1213\",[464,5.235]],[\"name/1214\",[428,59.617]],[\"parent/1214\",[464,5.235]],[\"name/1215\",[264,51.732]],[\"parent/1215\",[464,5.235]],[\"name/1216\",[2,35.398]],[\"parent/1216\",[464,5.235]],[\"name/1217\",[5,28.497]],[\"parent/1217\",[464,5.235]],[\"name/1218\",[4,28.033]],[\"parent/1218\",[464,5.235]],[\"name/1219\",[6,28.497]],[\"parent/1219\",[464,5.235]],[\"name/1220\",[465,64.725]],[\"parent/1220\",[]],[\"name/1221\",[1,23.653]],[\"parent/1221\",[465,5.919]],[\"name/1222\",[430,61.048]],[\"parent/1222\",[465,5.919]],[\"name/1223\",[450,61.048]],[\"parent/1223\",[465,5.919]],[\"name/1224\",[466,57.253]],[\"parent/1224\",[]],[\"name/1225\",[1,23.653]],[\"parent/1225\",[466,5.235]],[\"name/1226\",[2,35.398]],[\"parent/1226\",[466,5.235]],[\"name/1227\",[467,70.603]],[\"parent/1227\",[466,5.235]],[\"name/1228\",[468,70.603]],[\"parent/1228\",[466,5.235]],[\"name/1229\",[469,70.603]],[\"parent/1229\",[466,5.235]],[\"name/1230\",[5,28.497]],[\"parent/1230\",[466,5.235]],[\"name/1231\",[4,28.033]],[\"parent/1231\",[466,5.235]],[\"name/1232\",[6,28.497]],[\"parent/1232\",[466,5.235]],[\"name/1233\",[470,59.617]],[\"parent/1233\",[]],[\"name/1234\",[70,53.739]],[\"parent/1234\",[470,5.451]],[\"name/1235\",[249,64.725]],[\"parent/1235\",[470,5.451]],[\"name/1236\",[154,54.509]],[\"parent/1236\",[470,5.451]],[\"name/1237\",[471,64.725]],[\"parent/1237\",[470,5.451]],[\"name/1238\",[428,59.617]],[\"parent/1238\",[470,5.451]],[\"name/1239\",[264,51.732]],[\"parent/1239\",[470,5.451]],[\"name/1240\",[472,55.342]],[\"parent/1240\",[]],[\"name/1241\",[1,23.653]],[\"parent/1241\",[472,5.061]],[\"name/1242\",[2,35.398]],[\"parent/1242\",[472,5.061]],[\"name/1243\",[154,54.509]],[\"parent/1243\",[472,5.061]],[\"name/1244\",[473,75.711]],[\"parent/1244\",[472,5.061]],[\"name/1245\",[471,64.725]],[\"parent/1245\",[472,5.061]],[\"name/1246\",[428,59.617]],[\"parent/1246\",[472,5.061]],[\"name/1247\",[264,51.732]],[\"parent/1247\",[472,5.061]],[\"name/1248\",[5,28.497]],[\"parent/1248\",[472,5.061]],[\"name/1249\",[4,28.033]],[\"parent/1249\",[472,5.061]],[\"name/1250\",[6,28.497]],[\"parent/1250\",[472,5.061]],[\"name/1251\",[424,58.365]],[\"parent/1251\",[]],[\"name/1252\",[1,23.653]],[\"parent/1252\",[424,5.337]],[\"name/1253\",[4,28.033]],[\"parent/1253\",[424,5.337]],[\"name/1254\",[5,28.497]],[\"parent/1254\",[424,5.337]],[\"name/1255\",[6,28.497]],[\"parent/1255\",[424,5.337]],[\"name/1256\",[474,61.048]],[\"parent/1256\",[]],[\"name/1257\",[1,23.653]],[\"parent/1257\",[474,5.582]],[\"name/1258\",[475,64.725]],[\"parent/1258\",[474,5.582]],[\"name/1259\",[5,28.497]],[\"parent/1259\",[474,5.582]],[\"name/1260\",[4,28.033]],[\"parent/1260\",[474,5.582]],[\"name/1261\",[6,28.497]],[\"parent/1261\",[474,5.582]],[\"name/1262\",[476,58.365]],[\"parent/1262\",[]],[\"name/1263\",[1,23.653]],[\"parent/1263\",[476,5.337]],[\"name/1264\",[2,35.398]],[\"parent/1264\",[476,5.337]],[\"name/1265\",[314,51.732]],[\"parent/1265\",[476,5.337]],[\"name/1266\",[477,75.711]],[\"parent/1266\",[476,5.337]],[\"name/1267\",[5,28.497]],[\"parent/1267\",[476,5.337]],[\"name/1268\",[4,28.033]],[\"parent/1268\",[476,5.337]],[\"name/1269\",[6,28.497]],[\"parent/1269\",[476,5.337]],[\"name/1270\",[478,57.253]],[\"parent/1270\",[]],[\"name/1271\",[1,23.653]],[\"parent/1271\",[478,5.235]],[\"name/1272\",[479,75.711]],[\"parent/1272\",[478,5.235]],[\"name/1273\",[344,67.238]],[\"parent/1273\",[478,5.235]],[\"name/1274\",[480,75.711]],[\"parent/1274\",[478,5.235]],[\"name/1275\",[5,28.497]],[\"parent/1275\",[478,5.235]],[\"name/1276\",[420,62.718]],[\"parent/1276\",[478,5.235]],[\"name/1277\",[4,28.033]],[\"parent/1277\",[478,5.235]],[\"name/1278\",[6,28.497]],[\"parent/1278\",[478,5.235]],[\"name/1279\",[481,59.617]],[\"parent/1279\",[]],[\"name/1280\",[1,23.653]],[\"parent/1280\",[481,5.451]],[\"name/1281\",[428,59.617]],[\"parent/1281\",[481,5.451]],[\"name/1282\",[264,51.732]],[\"parent/1282\",[481,5.451]],[\"name/1283\",[5,28.497]],[\"parent/1283\",[481,5.451]],[\"name/1284\",[4,28.033]],[\"parent/1284\",[481,5.451]],[\"name/1285\",[6,28.497]],[\"parent/1285\",[481,5.451]],[\"name/1286\",[482,62.718]],[\"parent/1286\",[]],[\"name/1287\",[1,23.653]],[\"parent/1287\",[482,5.735]],[\"name/1288\",[483,70.603]],[\"parent/1288\",[482,5.735]],[\"name/1289\",[475,64.725]],[\"parent/1289\",[482,5.735]],[\"name/1290\",[484,64.725]],[\"parent/1290\",[482,5.735]],[\"name/1291\",[485,70.603]],[\"parent/1291\",[]],[\"name/1292\",[486,61.048]],[\"parent/1292\",[485,6.456]],[\"name/1293\",[2,35.398]],[\"parent/1293\",[]],[\"name/1294\",[486,61.048]],[\"parent/1294\",[2,3.237]],[\"name/1295\",[168,59.617]],[\"parent/1295\",[2,3.237]],[\"name/1296\",[487,62.718]],[\"parent/1296\",[2,3.237]],[\"name/1297\",[488,61.048]],[\"parent/1297\",[2,3.237]],[\"name/1298\",[489,62.718]],[\"parent/1298\",[2,3.237]],[\"name/1299\",[490,62.718]],[\"parent/1299\",[2,3.237]],[\"name/1300\",[491,62.718]],[\"parent/1300\",[2,3.237]],[\"name/1301\",[492,57.253]],[\"parent/1301\",[]],[\"name/1302\",[1,23.653]],[\"parent/1302\",[492,5.235]],[\"name/1303\",[486,61.048]],[\"parent/1303\",[492,5.235]],[\"name/1304\",[168,59.617]],[\"parent/1304\",[492,5.235]],[\"name/1305\",[487,62.718]],[\"parent/1305\",[492,5.235]],[\"name/1306\",[488,61.048]],[\"parent/1306\",[492,5.235]],[\"name/1307\",[489,62.718]],[\"parent/1307\",[492,5.235]],[\"name/1308\",[490,62.718]],[\"parent/1308\",[492,5.235]],[\"name/1309\",[491,62.718]],[\"parent/1309\",[492,5.235]],[\"name/1310\",[493,56.252]],[\"parent/1310\",[]],[\"name/1311\",[1,23.653]],[\"parent/1311\",[493,5.144]],[\"name/1312\",[2,35.398]],[\"parent/1312\",[493,5.144]],[\"name/1313\",[486,61.048]],[\"parent/1313\",[493,5.144]],[\"name/1314\",[168,59.617]],[\"parent/1314\",[493,5.144]],[\"name/1315\",[487,62.718]],[\"parent/1315\",[493,5.144]],[\"name/1316\",[488,61.048]],[\"parent/1316\",[493,5.144]],[\"name/1317\",[489,62.718]],[\"parent/1317\",[493,5.144]],[\"name/1318\",[490,62.718]],[\"parent/1318\",[493,5.144]],[\"name/1319\",[491,62.718]],[\"parent/1319\",[493,5.144]],[\"name/1320\",[475,64.725]],[\"parent/1320\",[]],[\"name/1321\",[484,64.725]],[\"parent/1321\",[475,5.919]],[\"name/1322\",[494,75.711]],[\"parent/1322\",[]],[\"name/1323\",[495,75.711]],[\"parent/1323\",[]],[\"name/1324\",[496,75.711]],[\"parent/1324\",[]],[\"name/1325\",[497,75.711]],[\"parent/1325\",[]],[\"name/1326\",[498,75.711]],[\"parent/1326\",[]],[\"name/1327\",[499,57.253]],[\"parent/1327\",[]],[\"name/1328\",[1,23.653]],[\"parent/1328\",[499,5.235]],[\"name/1329\",[486,61.048]],[\"parent/1329\",[499,5.235]],[\"name/1330\",[168,59.617]],[\"parent/1330\",[499,5.235]],[\"name/1331\",[487,62.718]],[\"parent/1331\",[499,5.235]],[\"name/1332\",[488,61.048]],[\"parent/1332\",[499,5.235]],[\"name/1333\",[489,62.718]],[\"parent/1333\",[499,5.235]],[\"name/1334\",[490,62.718]],[\"parent/1334\",[499,5.235]],[\"name/1335\",[491,62.718]],[\"parent/1335\",[499,5.235]],[\"name/1336\",[500,64.725]],[\"parent/1336\",[]],[\"name/1337\",[1,23.653]],[\"parent/1337\",[500,5.919]],[\"name/1338\",[2,35.398]],[\"parent/1338\",[500,5.919]],[\"name/1339\",[484,64.725]],[\"parent/1339\",[500,5.919]],[\"name/1340\",[501,56.252]],[\"parent/1340\",[]],[\"name/1341\",[1,23.653]],[\"parent/1341\",[501,5.144]],[\"name/1342\",[2,35.398]],[\"parent/1342\",[501,5.144]],[\"name/1343\",[486,61.048]],[\"parent/1343\",[501,5.144]],[\"name/1344\",[168,59.617]],[\"parent/1344\",[501,5.144]],[\"name/1345\",[487,62.718]],[\"parent/1345\",[501,5.144]],[\"name/1346\",[488,61.048]],[\"parent/1346\",[501,5.144]],[\"name/1347\",[489,62.718]],[\"parent/1347\",[501,5.144]],[\"name/1348\",[490,62.718]],[\"parent/1348\",[501,5.144]],[\"name/1349\",[491,62.718]],[\"parent/1349\",[501,5.144]],[\"name/1350\",[502,62.718]],[\"parent/1350\",[]],[\"name/1351\",[1,23.653]],[\"parent/1351\",[502,5.735]],[\"name/1352\",[503,75.711]],[\"parent/1352\",[502,5.735]],[\"name/1353\",[484,64.725]],[\"parent/1353\",[502,5.735]],[\"name/1354\",[504,75.711]],[\"parent/1354\",[502,5.735]],[\"name/1355\",[505,62.718]],[\"parent/1355\",[]],[\"name/1356\",[1,23.653]],[\"parent/1356\",[505,5.735]],[\"name/1357\",[5,28.497]],[\"parent/1357\",[505,5.735]],[\"name/1358\",[4,28.033]],[\"parent/1358\",[505,5.735]],[\"name/1359\",[6,28.497]],[\"parent/1359\",[505,5.735]],[\"name/1360\",[506,61.048]],[\"parent/1360\",[]],[\"name/1361\",[1,23.653]],[\"parent/1361\",[506,5.582]],[\"name/1362\",[507,75.711]],[\"parent/1362\",[506,5.582]],[\"name/1363\",[5,28.497]],[\"parent/1363\",[506,5.582]],[\"name/1364\",[4,28.033]],[\"parent/1364\",[506,5.582]],[\"name/1365\",[6,28.497]],[\"parent/1365\",[506,5.582]],[\"name/1366\",[508,61.048]],[\"parent/1366\",[]],[\"name/1367\",[1,23.653]],[\"parent/1367\",[508,5.582]],[\"name/1368\",[4,28.033]],[\"parent/1368\",[508,5.582]],[\"name/1369\",[5,28.497]],[\"parent/1369\",[508,5.582]],[\"name/1370\",[6,28.497]],[\"parent/1370\",[508,5.582]],[\"name/1371\",[509,75.711]],[\"parent/1371\",[]],[\"name/1372\",[363,64.725]],[\"parent/1372\",[]],[\"name/1373\",[510,75.711]],[\"parent/1373\",[]],[\"name/1374\",[511,58.365]],[\"parent/1374\",[]],[\"name/1375\",[1,23.653]],[\"parent/1375\",[511,5.337]],[\"name/1376\",[512,75.711]],[\"parent/1376\",[511,5.337]],[\"name/1377\",[238,64.725]],[\"parent/1377\",[511,5.337]],[\"name/1378\",[513,75.711]],[\"parent/1378\",[511,5.337]],[\"name/1379\",[5,28.497]],[\"parent/1379\",[511,5.337]],[\"name/1380\",[4,28.033]],[\"parent/1380\",[511,5.337]],[\"name/1381\",[6,28.497]],[\"parent/1381\",[511,5.337]],[\"name/1382\",[514,62.718]],[\"parent/1382\",[]],[\"name/1383\",[1,23.653]],[\"parent/1383\",[514,5.735]],[\"name/1384\",[515,67.238]],[\"parent/1384\",[514,5.735]],[\"name/1385\",[516,75.711]],[\"parent/1385\",[514,5.735]],[\"name/1386\",[517,57.253]],[\"parent/1386\",[514,5.735]],[\"name/1387\",[518,70.603]],[\"parent/1387\",[]],[\"name/1388\",[517,57.253]],[\"parent/1388\",[518,6.456]],[\"name/1389\",[519,75.711]],[\"parent/1389\",[]],[\"name/1390\",[358,64.725]],[\"parent/1390\",[]],[\"name/1391\",[517,57.253]],[\"parent/1391\",[358,5.919]],[\"name/1392\",[520,67.238]],[\"parent/1392\",[]],[\"name/1393\",[517,57.253]],[\"parent/1393\",[520,6.148]],[\"name/1394\",[521,67.238]],[\"parent/1394\",[]],[\"name/1395\",[58,57.253]],[\"parent/1395\",[521,6.148]],[\"name/1396\",[116,57.253]],[\"parent/1396\",[521,6.148]],[\"name/1397\",[522,64.725]],[\"parent/1397\",[]],[\"name/1398\",[517,57.253]],[\"parent/1398\",[522,5.919]],[\"name/1399\",[523,62.718]],[\"parent/1399\",[]],[\"name/1400\",[1,23.653]],[\"parent/1400\",[523,5.735]],[\"name/1401\",[524,70.603]],[\"parent/1401\",[523,5.735]],[\"name/1402\",[115,52.358]],[\"parent/1402\",[523,5.735]],[\"name/1403\",[525,70.603]],[\"parent/1403\",[526,6.456]],[\"name/1404\",[527,70.603]],[\"parent/1404\",[526,6.456]],[\"name/1405\",[517,57.253]],[\"parent/1405\",[523,5.735]],[\"name/1406\",[528,64.725]],[\"parent/1406\",[]],[\"name/1407\",[1,23.653]],[\"parent/1407\",[528,5.919]],[\"name/1408\",[529,67.238]],[\"parent/1408\",[528,5.919]],[\"name/1409\",[517,57.253]],[\"parent/1409\",[528,5.919]],[\"name/1410\",[530,58.365]],[\"parent/1410\",[]],[\"name/1411\",[1,23.653]],[\"parent/1411\",[530,5.337]],[\"name/1412\",[2,35.398]],[\"parent/1412\",[530,5.337]],[\"name/1413\",[467,70.603]],[\"parent/1413\",[530,5.337]],[\"name/1414\",[508,61.048]],[\"parent/1414\",[530,5.337]],[\"name/1415\",[468,70.603]],[\"parent/1415\",[530,5.337]],[\"name/1416\",[531,75.711]],[\"parent/1416\",[530,5.337]],[\"name/1417\",[517,57.253]],[\"parent/1417\",[530,5.337]],[\"name/1418\",[532,53.739]],[\"parent/1418\",[]],[\"name/1419\",[1,23.653]],[\"parent/1419\",[532,4.914]],[\"name/1420\",[533,75.711]],[\"parent/1420\",[532,4.914]],[\"name/1421\",[483,70.603]],[\"parent/1421\",[532,4.914]],[\"name/1422\",[303,54.509]],[\"parent/1422\",[532,4.914]],[\"name/1423\",[534,75.711]],[\"parent/1423\",[532,4.914]],[\"name/1424\",[517,57.253]],[\"parent/1424\",[532,4.914]],[\"name/1425\",[535,75.711]],[\"parent/1425\",[532,4.914]],[\"name/1426\",[536,75.711]],[\"parent/1426\",[532,4.914]],[\"name/1427\",[537,75.711]],[\"parent/1427\",[532,4.914]],[\"name/1428\",[538,75.711]],[\"parent/1428\",[532,4.914]],[\"name/1429\",[539,52.358]],[\"parent/1429\",[532,4.914]],[\"name/1430\",[540,75.711]],[\"parent/1430\",[532,4.914]],[\"name/1431\",[541,61.048]],[\"parent/1431\",[]],[\"name/1432\",[8,59.617]],[\"parent/1432\",[541,5.582]],[\"name/1433\",[363,64.725]],[\"parent/1433\",[541,5.582]],[\"name/1434\",[284,62.718]],[\"parent/1434\",[541,5.582]],[\"name/1435\",[297,61.048]],[\"parent/1435\",[541,5.582]],[\"name/1436\",[369,70.603]],[\"parent/1436\",[541,5.582]],[\"name/1437\",[542,59.617]],[\"parent/1437\",[]],[\"name/1438\",[1,23.653]],[\"parent/1438\",[542,5.451]],[\"name/1439\",[2,35.398]],[\"parent/1439\",[542,5.451]],[\"name/1440\",[520,67.238]],[\"parent/1440\",[542,5.451]],[\"name/1441\",[469,70.603]],[\"parent/1441\",[542,5.451]],[\"name/1442\",[522,64.725]],[\"parent/1442\",[542,5.451]],[\"name/1443\",[366,62.718]],[\"parent/1443\",[542,5.451]],[\"name/1444\",[543,61.048]],[\"parent/1444\",[]],[\"name/1445\",[1,23.653]],[\"parent/1445\",[543,5.582]],[\"name/1446\",[2,35.398]],[\"parent/1446\",[543,5.582]],[\"name/1447\",[154,54.509]],[\"parent/1447\",[543,5.582]],[\"name/1448\",[522,64.725]],[\"parent/1448\",[543,5.582]],[\"name/1449\",[366,62.718]],[\"parent/1449\",[543,5.582]],[\"name/1450\",[360,64.725]],[\"parent/1450\",[]],[\"name/1451\",[366,62.718]],[\"parent/1451\",[360,5.919]],[\"name/1452\",[544,61.048]],[\"parent/1452\",[]],[\"name/1453\",[13,59.617]],[\"parent/1453\",[544,5.582]],[\"name/1454\",[43,59.617]],[\"parent/1454\",[544,5.582]],[\"name/1455\",[78,59.617]],[\"parent/1455\",[544,5.582]],[\"name/1456\",[60,59.617]],[\"parent/1456\",[544,5.582]],[\"name/1457\",[158,57.253]],[\"parent/1457\",[544,5.582]],[\"name/1458\",[545,55.342]],[\"parent/1458\",[]],[\"name/1459\",[1,23.653]],[\"parent/1459\",[545,5.061]],[\"name/1460\",[2,35.398]],[\"parent/1460\",[545,5.061]],[\"name/1461\",[13,59.617]],[\"parent/1461\",[545,5.061]],[\"name/1462\",[43,59.617]],[\"parent/1462\",[545,5.061]],[\"name/1463\",[78,59.617]],[\"parent/1463\",[545,5.061]],[\"name/1464\",[60,59.617]],[\"parent/1464\",[545,5.061]],[\"name/1465\",[158,57.253]],[\"parent/1465\",[545,5.061]],[\"name/1466\",[5,28.497]],[\"parent/1466\",[545,5.061]],[\"name/1467\",[4,28.033]],[\"parent/1467\",[545,5.061]],[\"name/1468\",[6,28.497]],[\"parent/1468\",[545,5.061]],[\"name/1469\",[546,59.617]],[\"parent/1469\",[]],[\"name/1470\",[547,75.711]],[\"parent/1470\",[546,5.451]],[\"name/1471\",[163,67.238]],[\"parent/1471\",[546,5.451]],[\"name/1472\",[441,67.238]],[\"parent/1472\",[546,5.451]],[\"name/1473\",[548,75.711]],[\"parent/1473\",[546,5.451]],[\"name/1474\",[549,75.711]],[\"parent/1474\",[546,5.451]],[\"name/1475\",[550,75.711]],[\"parent/1475\",[546,5.451]],[\"name/1476\",[551,59.617]],[\"parent/1476\",[]],[\"name/1477\",[1,23.653]],[\"parent/1477\",[551,5.451]],[\"name/1478\",[2,35.398]],[\"parent/1478\",[551,5.451]],[\"name/1479\",[416,59.617]],[\"parent/1479\",[551,5.451]],[\"name/1480\",[515,67.238]],[\"parent/1480\",[551,5.451]],[\"name/1481\",[552,67.238]],[\"parent/1481\",[551,5.451]],[\"name/1482\",[553,75.711]],[\"parent/1482\",[551,5.451]],[\"name/1483\",[554,67.238]],[\"parent/1483\",[]],[\"name/1484\",[119,67.238]],[\"parent/1484\",[554,6.148]],[\"name/1485\",[388,67.238]],[\"parent/1485\",[554,6.148]],[\"name/1486\",[555,62.718]],[\"parent/1486\",[]],[\"name/1487\",[1,23.653]],[\"parent/1487\",[555,5.735]],[\"name/1488\",[4,28.033]],[\"parent/1488\",[555,5.735]],[\"name/1489\",[5,28.497]],[\"parent/1489\",[555,5.735]],[\"name/1490\",[6,28.497]],[\"parent/1490\",[555,5.735]],[\"name/1491\",[556,75.711]],[\"parent/1491\",[]],[\"name/1492\",[557,75.711]],[\"parent/1492\",[]],[\"name/1493\",[558,75.711]],[\"parent/1493\",[]],[\"name/1494\",[559,70.603]],[\"parent/1494\",[]],[\"name/1495\",[552,67.238]],[\"parent/1495\",[559,6.456]],[\"name/1496\",[560,64.725]],[\"parent/1496\",[]],[\"name/1497\",[150,54.509]],[\"parent/1497\",[560,5.919]],[\"name/1498\",[119,67.238]],[\"parent/1498\",[560,5.919]],[\"name/1499\",[388,67.238]],[\"parent/1499\",[560,5.919]],[\"name/1500\",[561,62.718]],[\"parent/1500\",[]],[\"name/1501\",[1,23.653]],[\"parent/1501\",[561,5.735]],[\"name/1502\",[4,28.033]],[\"parent/1502\",[561,5.735]],[\"name/1503\",[5,28.497]],[\"parent/1503\",[561,5.735]],[\"name/1504\",[6,28.497]],[\"parent/1504\",[561,5.735]],[\"name/1505\",[562,61.048]],[\"parent/1505\",[]],[\"name/1506\",[148,59.617]],[\"parent/1506\",[562,5.582]],[\"name/1507\",[563,70.603]],[\"parent/1507\",[562,5.582]],[\"name/1508\",[170,56.252]],[\"parent/1508\",[562,5.582]],[\"name/1509\",[204,55.342]],[\"parent/1509\",[562,5.582]],[\"name/1510\",[158,57.253]],[\"parent/1510\",[562,5.582]],[\"name/1511\",[564,55.342]],[\"parent/1511\",[]],[\"name/1512\",[1,23.653]],[\"parent/1512\",[564,5.061]],[\"name/1513\",[2,35.398]],[\"parent/1513\",[564,5.061]],[\"name/1514\",[148,59.617]],[\"parent/1514\",[564,5.061]],[\"name/1515\",[170,56.252]],[\"parent/1515\",[564,5.061]],[\"name/1516\",[204,55.342]],[\"parent/1516\",[564,5.061]],[\"name/1517\",[563,70.603]],[\"parent/1517\",[564,5.061]],[\"name/1518\",[158,57.253]],[\"parent/1518\",[564,5.061]],[\"name/1519\",[5,28.497]],[\"parent/1519\",[564,5.061]],[\"name/1520\",[4,28.033]],[\"parent/1520\",[564,5.061]],[\"name/1521\",[6,28.497]],[\"parent/1521\",[564,5.061]],[\"name/1522\",[565,58.365]],[\"parent/1522\",[]],[\"name/1523\",[1,23.653]],[\"parent/1523\",[565,5.337]],[\"name/1524\",[2,35.398]],[\"parent/1524\",[565,5.337]],[\"name/1525\",[566,75.711]],[\"parent/1525\",[565,5.337]],[\"name/1526\",[4,28.033]],[\"parent/1526\",[565,5.337]],[\"name/1527\",[5,28.497]],[\"parent/1527\",[565,5.337]],[\"name/1528\",[567,75.711]],[\"parent/1528\",[565,5.337]],[\"name/1529\",[6,28.497]],[\"parent/1529\",[565,5.337]],[\"name/1530\",[568,61.048]],[\"parent/1530\",[]],[\"name/1531\",[1,23.653]],[\"parent/1531\",[568,5.582]],[\"name/1532\",[4,28.033]],[\"parent/1532\",[568,5.582]],[\"name/1533\",[5,28.497]],[\"parent/1533\",[568,5.582]],[\"name/1534\",[6,28.497]],[\"parent/1534\",[568,5.582]],[\"name/1535\",[569,62.718]],[\"parent/1535\",[]],[\"name/1536\",[1,23.653]],[\"parent/1536\",[569,5.735]],[\"name/1537\",[570,75.711]],[\"parent/1537\",[569,5.735]],[\"name/1538\",[568,61.048]],[\"parent/1538\",[569,5.735]],[\"name/1539\",[552,67.238]],[\"parent/1539\",[569,5.735]],[\"name/1540\",[571,58.365]],[\"parent/1540\",[]],[\"name/1541\",[1,23.653]],[\"parent/1541\",[571,5.337]],[\"name/1542\",[571,58.365]],[\"parent/1542\",[571,5.337]],[\"name/1543\",[115,52.358]],[\"parent/1543\",[571,5.337]],[\"name/1544\",[5,28.497]],[\"parent/1544\",[571,5.337]],[\"name/1545\",[4,28.033]],[\"parent/1545\",[571,5.337]],[\"name/1546\",[6,28.497]],[\"parent/1546\",[571,5.337]],[\"name/1547\",[572,61.048]],[\"parent/1547\",[]],[\"name/1548\",[1,23.653]],[\"parent/1548\",[572,5.582]],[\"name/1549\",[186,70.603]],[\"parent/1549\",[572,5.582]],[\"name/1550\",[5,28.497]],[\"parent/1550\",[572,5.582]],[\"name/1551\",[4,28.033]],[\"parent/1551\",[572,5.582]],[\"name/1552\",[6,28.497]],[\"parent/1552\",[572,5.582]],[\"name/1553\",[573,54.509]],[\"parent/1553\",[]],[\"name/1554\",[1,23.653]],[\"parent/1554\",[573,4.984]],[\"name/1555\",[574,75.711]],[\"parent/1555\",[573,4.984]],[\"name/1556\",[575,75.711]],[\"parent/1556\",[573,4.984]],[\"name/1557\",[576,64.725]],[\"parent/1557\",[573,4.984]],[\"name/1558\",[2,35.398]],[\"parent/1558\",[573,4.984]],[\"name/1559\",[577,75.711]],[\"parent/1559\",[573,4.984]],[\"name/1560\",[578,75.711]],[\"parent/1560\",[573,4.984]],[\"name/1561\",[4,28.033]],[\"parent/1561\",[573,4.984]],[\"name/1562\",[5,28.497]],[\"parent/1562\",[573,4.984]],[\"name/1563\",[579,75.711]],[\"parent/1563\",[573,4.984]],[\"name/1564\",[6,28.497]],[\"parent/1564\",[573,4.984]],[\"name/1565\",[580,61.048]],[\"parent/1565\",[]],[\"name/1566\",[1,23.653]],[\"parent/1566\",[580,5.582]],[\"name/1567\",[581,75.711]],[\"parent/1567\",[580,5.582]],[\"name/1568\",[5,28.497]],[\"parent/1568\",[580,5.582]],[\"name/1569\",[4,28.033]],[\"parent/1569\",[580,5.582]],[\"name/1570\",[6,28.497]],[\"parent/1570\",[580,5.582]],[\"name/1571\",[582,62.718]],[\"parent/1571\",[]],[\"name/1572\",[70,53.739]],[\"parent/1572\",[582,5.735]],[\"name/1573\",[253,64.725]],[\"parent/1573\",[582,5.735]],[\"name/1574\",[135,55.342]],[\"parent/1574\",[582,5.735]],[\"name/1575\",[204,55.342]],[\"parent/1575\",[582,5.735]],[\"name/1576\",[583,57.253]],[\"parent/1576\",[]],[\"name/1577\",[1,23.653]],[\"parent/1577\",[583,5.235]],[\"name/1578\",[70,53.739]],[\"parent/1578\",[583,5.235]],[\"name/1579\",[253,64.725]],[\"parent/1579\",[583,5.235]],[\"name/1580\",[135,55.342]],[\"parent/1580\",[583,5.235]],[\"name/1581\",[204,55.342]],[\"parent/1581\",[583,5.235]],[\"name/1582\",[4,28.033]],[\"parent/1582\",[583,5.235]],[\"name/1583\",[5,28.497]],[\"parent/1583\",[583,5.235]],[\"name/1584\",[6,28.497]],[\"parent/1584\",[583,5.235]],[\"name/1585\",[584,61.048]],[\"parent/1585\",[]],[\"name/1586\",[70,53.739]],[\"parent/1586\",[584,5.582]],[\"name/1587\",[135,55.342]],[\"parent/1587\",[584,5.582]],[\"name/1588\",[416,59.617]],[\"parent/1588\",[584,5.582]],[\"name/1589\",[585,70.603]],[\"parent/1589\",[584,5.582]],[\"name/1590\",[586,75.711]],[\"parent/1590\",[584,5.582]],[\"name/1591\",[587,55.342]],[\"parent/1591\",[]],[\"name/1592\",[1,23.653]],[\"parent/1592\",[587,5.061]],[\"name/1593\",[70,53.739]],[\"parent/1593\",[587,5.061]],[\"name/1594\",[135,55.342]],[\"parent/1594\",[587,5.061]],[\"name/1595\",[416,59.617]],[\"parent/1595\",[587,5.061]],[\"name/1596\",[585,70.603]],[\"parent/1596\",[587,5.061]],[\"name/1597\",[588,75.711]],[\"parent/1597\",[587,5.061]],[\"name/1598\",[589,75.711]],[\"parent/1598\",[587,5.061]],[\"name/1599\",[4,28.033]],[\"parent/1599\",[587,5.061]],[\"name/1600\",[5,28.497]],[\"parent/1600\",[587,5.061]],[\"name/1601\",[6,28.497]],[\"parent/1601\",[587,5.061]],[\"name/1602\",[590,58.365]],[\"parent/1602\",[]],[\"name/1603\",[4,28.033]],[\"parent/1603\",[590,5.337]],[\"name/1604\",[591,58.365]],[\"parent/1604\",[590,5.337]],[\"name/1605\",[592,58.365]],[\"parent/1605\",[590,5.337]],[\"name/1606\",[593,58.365]],[\"parent/1606\",[590,5.337]],[\"name/1607\",[594,58.365]],[\"parent/1607\",[590,5.337]],[\"name/1608\",[595,58.365]],[\"parent/1608\",[590,5.337]],[\"name/1609\",[596,49.562]],[\"parent/1609\",[590,5.337]],[\"name/1610\",[597,51.732]],[\"parent/1610\",[]],[\"name/1611\",[1,23.653]],[\"parent/1611\",[597,4.73]],[\"name/1612\",[598,75.711]],[\"parent/1612\",[597,4.73]],[\"name/1613\",[594,58.365]],[\"parent/1613\",[597,4.73]],[\"name/1614\",[2,35.398]],[\"parent/1614\",[597,4.73]],[\"name/1615\",[599,70.603]],[\"parent/1615\",[597,4.73]],[\"name/1616\",[4,28.033]],[\"parent/1616\",[597,4.73]],[\"name/1617\",[591,58.365]],[\"parent/1617\",[597,4.73]],[\"name/1618\",[592,58.365]],[\"parent/1618\",[597,4.73]],[\"name/1619\",[593,58.365]],[\"parent/1619\",[597,4.73]],[\"name/1620\",[595,58.365]],[\"parent/1620\",[597,4.73]],[\"name/1621\",[596,49.562]],[\"parent/1621\",[597,4.73]],[\"name/1622\",[600,70.603]],[\"parent/1622\",[597,4.73]],[\"name/1623\",[601,70.603]],[\"parent/1623\",[597,4.73]],[\"name/1624\",[602,70.603]],[\"parent/1624\",[597,4.73]],[\"name/1625\",[603,70.603]],[\"parent/1625\",[597,4.73]],[\"name/1626\",[604,58.365]],[\"parent/1626\",[]],[\"name/1627\",[4,28.033]],[\"parent/1627\",[604,5.337]],[\"name/1628\",[591,58.365]],[\"parent/1628\",[604,5.337]],[\"name/1629\",[592,58.365]],[\"parent/1629\",[604,5.337]],[\"name/1630\",[593,58.365]],[\"parent/1630\",[604,5.337]],[\"name/1631\",[594,58.365]],[\"parent/1631\",[604,5.337]],[\"name/1632\",[595,58.365]],[\"parent/1632\",[604,5.337]],[\"name/1633\",[596,49.562]],[\"parent/1633\",[604,5.337]],[\"name/1634\",[605,49.085]],[\"parent/1634\",[]],[\"name/1635\",[1,23.653]],[\"parent/1635\",[605,4.488]],[\"name/1636\",[2,35.398]],[\"parent/1636\",[605,4.488]],[\"name/1637\",[599,70.603]],[\"parent/1637\",[605,4.488]],[\"name/1638\",[4,28.033]],[\"parent/1638\",[605,4.488]],[\"name/1639\",[591,58.365]],[\"parent/1639\",[605,4.488]],[\"name/1640\",[592,58.365]],[\"parent/1640\",[605,4.488]],[\"name/1641\",[593,58.365]],[\"parent/1641\",[605,4.488]],[\"name/1642\",[594,58.365]],[\"parent/1642\",[605,4.488]],[\"name/1643\",[595,58.365]],[\"parent/1643\",[605,4.488]],[\"name/1644\",[596,49.562]],[\"parent/1644\",[605,4.488]],[\"name/1645\",[600,70.603]],[\"parent/1645\",[605,4.488]],[\"name/1646\",[606,75.711]],[\"parent/1646\",[605,4.488]],[\"name/1647\",[607,75.711]],[\"parent/1647\",[605,4.488]],[\"name/1648\",[601,70.603]],[\"parent/1648\",[605,4.488]],[\"name/1649\",[608,75.711]],[\"parent/1649\",[605,4.488]],[\"name/1650\",[609,75.711]],[\"parent/1650\",[605,4.488]],[\"name/1651\",[610,75.711]],[\"parent/1651\",[605,4.488]],[\"name/1652\",[611,75.711]],[\"parent/1652\",[605,4.488]],[\"name/1653\",[602,70.603]],[\"parent/1653\",[605,4.488]],[\"name/1654\",[603,70.603]],[\"parent/1654\",[605,4.488]],[\"name/1655\",[612,51.732]],[\"parent/1655\",[]],[\"name/1656\",[1,23.653]],[\"parent/1656\",[612,4.73]],[\"name/1657\",[83,53.024]],[\"parent/1657\",[612,4.73]],[\"name/1658\",[154,54.509]],[\"parent/1658\",[612,4.73]],[\"name/1659\",[115,52.358]],[\"parent/1659\",[612,4.73]],[\"name/1660\",[613,58.365]],[\"parent/1660\",[614,6.923]],[\"name/1661\",[4,28.033]],[\"parent/1661\",[612,4.73]],[\"name/1662\",[591,58.365]],[\"parent/1662\",[612,4.73]],[\"name/1663\",[592,58.365]],[\"parent/1663\",[612,4.73]],[\"name/1664\",[593,58.365]],[\"parent/1664\",[612,4.73]],[\"name/1665\",[594,58.365]],[\"parent/1665\",[612,4.73]],[\"name/1666\",[595,58.365]],[\"parent/1666\",[612,4.73]],[\"name/1667\",[596,49.562]],[\"parent/1667\",[612,4.73]],[\"name/1668\",[615,75.711]],[\"parent/1668\",[612,4.73]],[\"name/1669\",[616,75.711]],[\"parent/1669\",[612,4.73]],[\"name/1670\",[617,75.711]],[\"parent/1670\",[612,4.73]],[\"name/1671\",[618,75.711]],[\"parent/1671\",[612,4.73]],[\"name/1672\",[619,56.252]],[\"parent/1672\",[]],[\"name/1673\",[1,23.653]],[\"parent/1673\",[619,5.144]],[\"name/1674\",[620,64.725]],[\"parent/1674\",[619,5.144]],[\"name/1675\",[594,58.365]],[\"parent/1675\",[619,5.144]],[\"name/1676\",[595,58.365]],[\"parent/1676\",[619,5.144]],[\"name/1677\",[4,28.033]],[\"parent/1677\",[619,5.144]],[\"name/1678\",[591,58.365]],[\"parent/1678\",[619,5.144]],[\"name/1679\",[592,58.365]],[\"parent/1679\",[619,5.144]],[\"name/1680\",[593,58.365]],[\"parent/1680\",[619,5.144]],[\"name/1681\",[596,49.562]],[\"parent/1681\",[619,5.144]],[\"name/1682\",[621,47.379]],[\"parent/1682\",[]],[\"name/1683\",[1,23.653]],[\"parent/1683\",[621,4.332]],[\"name/1684\",[2,35.398]],[\"parent/1684\",[621,4.332]],[\"name/1685\",[622,75.711]],[\"parent/1685\",[621,4.332]],[\"name/1686\",[83,53.024]],[\"parent/1686\",[621,4.332]],[\"name/1687\",[623,75.711]],[\"parent/1687\",[621,4.332]],[\"name/1688\",[471,64.725]],[\"parent/1688\",[621,4.332]],[\"name/1689\",[4,28.033]],[\"parent/1689\",[621,4.332]],[\"name/1690\",[591,58.365]],[\"parent/1690\",[621,4.332]],[\"name/1691\",[592,58.365]],[\"parent/1691\",[621,4.332]],[\"name/1692\",[593,58.365]],[\"parent/1692\",[621,4.332]],[\"name/1693\",[595,58.365]],[\"parent/1693\",[621,4.332]],[\"name/1694\",[594,58.365]],[\"parent/1694\",[621,4.332]],[\"name/1695\",[596,49.562]],[\"parent/1695\",[621,4.332]],[\"name/1696\",[624,75.711]],[\"parent/1696\",[621,4.332]],[\"name/1697\",[625,75.711]],[\"parent/1697\",[621,4.332]],[\"name/1698\",[626,75.711]],[\"parent/1698\",[621,4.332]],[\"name/1699\",[627,75.711]],[\"parent/1699\",[621,4.332]],[\"name/1700\",[628,75.711]],[\"parent/1700\",[621,4.332]],[\"name/1701\",[629,75.711]],[\"parent/1701\",[621,4.332]],[\"name/1702\",[630,75.711]],[\"parent/1702\",[621,4.332]],[\"name/1703\",[631,75.711]],[\"parent/1703\",[621,4.332]],[\"name/1704\",[632,75.711]],[\"parent/1704\",[621,4.332]],[\"name/1705\",[633,75.711]],[\"parent/1705\",[621,4.332]],[\"name/1706\",[634,75.711]],[\"parent/1706\",[621,4.332]],[\"name/1707\",[635,55.342]],[\"parent/1707\",[]],[\"name/1708\",[1,23.653]],[\"parent/1708\",[635,5.061]],[\"name/1709\",[101,59.617]],[\"parent/1709\",[635,5.061]],[\"name/1710\",[594,58.365]],[\"parent/1710\",[635,5.061]],[\"name/1711\",[595,58.365]],[\"parent/1711\",[635,5.061]],[\"name/1712\",[620,64.725]],[\"parent/1712\",[635,5.061]],[\"name/1713\",[4,28.033]],[\"parent/1713\",[635,5.061]],[\"name/1714\",[591,58.365]],[\"parent/1714\",[635,5.061]],[\"name/1715\",[592,58.365]],[\"parent/1715\",[635,5.061]],[\"name/1716\",[593,58.365]],[\"parent/1716\",[635,5.061]],[\"name/1717\",[596,49.562]],[\"parent/1717\",[635,5.061]],[\"name/1718\",[636,58.365]],[\"parent/1718\",[]],[\"name/1719\",[1,23.653]],[\"parent/1719\",[636,5.337]],[\"name/1720\",[637,57.253]],[\"parent/1720\",[636,5.337]],[\"name/1721\",[638,57.253]],[\"parent/1721\",[636,5.337]],[\"name/1722\",[639,55.342]],[\"parent/1722\",[636,5.337]],[\"name/1723\",[4,28.033]],[\"parent/1723\",[636,5.337]],[\"name/1724\",[5,28.497]],[\"parent/1724\",[636,5.337]],[\"name/1725\",[6,28.497]],[\"parent/1725\",[636,5.337]],[\"name/1726\",[640,51.732]],[\"parent/1726\",[]],[\"name/1727\",[1,23.653]],[\"parent/1727\",[640,4.73]],[\"name/1728\",[2,35.398]],[\"parent/1728\",[640,4.73]],[\"name/1729\",[641,75.711]],[\"parent/1729\",[640,4.73]],[\"name/1730\",[4,28.033]],[\"parent/1730\",[640,4.73]],[\"name/1731\",[5,28.497]],[\"parent/1731\",[640,4.73]],[\"name/1732\",[642,75.711]],[\"parent/1732\",[640,4.73]],[\"name/1733\",[643,75.711]],[\"parent/1733\",[640,4.73]],[\"name/1734\",[644,75.711]],[\"parent/1734\",[640,4.73]],[\"name/1735\",[645,75.711]],[\"parent/1735\",[640,4.73]],[\"name/1736\",[646,75.711]],[\"parent/1736\",[640,4.73]],[\"name/1737\",[647,75.711]],[\"parent/1737\",[640,4.73]],[\"name/1738\",[648,75.711]],[\"parent/1738\",[640,4.73]],[\"name/1739\",[649,75.711]],[\"parent/1739\",[640,4.73]],[\"name/1740\",[650,75.711]],[\"parent/1740\",[640,4.73]],[\"name/1741\",[6,28.497]],[\"parent/1741\",[640,4.73]],[\"name/1742\",[651,61.048]],[\"parent/1742\",[]],[\"name/1743\",[652,70.603]],[\"parent/1743\",[651,5.582]],[\"name/1744\",[653,75.711]],[\"parent/1744\",[651,5.582]],[\"name/1745\",[654,75.711]],[\"parent/1745\",[651,5.582]],[\"name/1746\",[655,75.711]],[\"parent/1746\",[651,5.582]],[\"name/1747\",[656,75.711]],[\"parent/1747\",[651,5.582]],[\"name/1748\",[657,58.365]],[\"parent/1748\",[]],[\"name/1749\",[1,23.653]],[\"parent/1749\",[657,5.337]],[\"name/1750\",[658,67.238]],[\"parent/1750\",[657,5.337]],[\"name/1751\",[233,56.252]],[\"parent/1751\",[657,5.337]],[\"name/1752\",[515,67.238]],[\"parent/1752\",[657,5.337]],[\"name/1753\",[4,28.033]],[\"parent/1753\",[657,5.337]],[\"name/1754\",[5,28.497]],[\"parent/1754\",[657,5.337]],[\"name/1755\",[6,28.497]],[\"parent/1755\",[657,5.337]],[\"name/1756\",[659,53.024]],[\"parent/1756\",[]],[\"name/1757\",[1,23.653]],[\"parent/1757\",[659,4.849]],[\"name/1758\",[83,53.024]],[\"parent/1758\",[659,4.849]],[\"name/1759\",[303,54.509]],[\"parent/1759\",[659,4.849]],[\"name/1760\",[233,56.252]],[\"parent/1760\",[659,4.849]],[\"name/1761\",[4,28.033]],[\"parent/1761\",[659,4.849]],[\"name/1762\",[5,28.497]],[\"parent/1762\",[659,4.849]],[\"name/1763\",[660,75.711]],[\"parent/1763\",[659,4.849]],[\"name/1764\",[661,75.711]],[\"parent/1764\",[659,4.849]],[\"name/1765\",[662,75.711]],[\"parent/1765\",[659,4.849]],[\"name/1766\",[637,57.253]],[\"parent/1766\",[659,4.849]],[\"name/1767\",[638,57.253]],[\"parent/1767\",[659,4.849]],[\"name/1768\",[639,55.342]],[\"parent/1768\",[659,4.849]],[\"name/1769\",[6,28.497]],[\"parent/1769\",[659,4.849]],[\"name/1770\",[663,58.365]],[\"parent/1770\",[]],[\"name/1771\",[1,23.653]],[\"parent/1771\",[663,5.337]],[\"name/1772\",[664,75.711]],[\"parent/1772\",[663,5.337]],[\"name/1773\",[639,55.342]],[\"parent/1773\",[663,5.337]],[\"name/1774\",[4,28.033]],[\"parent/1774\",[663,5.337]],[\"name/1775\",[5,28.497]],[\"parent/1775\",[663,5.337]],[\"name/1776\",[6,28.497]],[\"parent/1776\",[663,5.337]],[\"name/1777\",[665,75.711]],[\"parent/1777\",[663,5.337]],[\"name/1778\",[666,75.711]],[\"parent/1778\",[]],[\"name/1779\",[667,75.711]],[\"parent/1779\",[]],[\"name/1780\",[668,75.711]],[\"parent/1780\",[]],[\"name/1781\",[669,75.711]],[\"parent/1781\",[]],[\"name/1782\",[670,75.711]],[\"parent/1782\",[]],[\"name/1783\",[671,75.711]],[\"parent/1783\",[]],[\"name/1784\",[672,75.711]],[\"parent/1784\",[]],[\"name/1785\",[673,75.711]],[\"parent/1785\",[]],[\"name/1786\",[674,75.711]],[\"parent/1786\",[]],[\"name/1787\",[675,58.365]],[\"parent/1787\",[]],[\"name/1788\",[1,23.653]],[\"parent/1788\",[675,5.337]],[\"name/1789\",[303,54.509]],[\"parent/1789\",[675,5.337]],[\"name/1790\",[4,28.033]],[\"parent/1790\",[675,5.337]],[\"name/1791\",[5,28.497]],[\"parent/1791\",[675,5.337]],[\"name/1792\",[676,75.711]],[\"parent/1792\",[675,5.337]],[\"name/1793\",[677,75.711]],[\"parent/1793\",[675,5.337]],[\"name/1794\",[6,28.497]],[\"parent/1794\",[675,5.337]],[\"name/1795\",[678,58.365]],[\"parent/1795\",[]],[\"name/1796\",[1,23.653]],[\"parent/1796\",[678,5.337]],[\"name/1797\",[5,28.497]],[\"parent/1797\",[678,5.337]],[\"name/1798\",[637,57.253]],[\"parent/1798\",[678,5.337]],[\"name/1799\",[638,57.253]],[\"parent/1799\",[678,5.337]],[\"name/1800\",[639,55.342]],[\"parent/1800\",[678,5.337]],[\"name/1801\",[4,28.033]],[\"parent/1801\",[678,5.337]],[\"name/1802\",[6,28.497]],[\"parent/1802\",[678,5.337]],[\"name/1803\",[679,58.365]],[\"parent/1803\",[]],[\"name/1804\",[1,23.653]],[\"parent/1804\",[679,5.337]],[\"name/1805\",[5,28.497]],[\"parent/1805\",[679,5.337]],[\"name/1806\",[637,57.253]],[\"parent/1806\",[679,5.337]],[\"name/1807\",[638,57.253]],[\"parent/1807\",[679,5.337]],[\"name/1808\",[639,55.342]],[\"parent/1808\",[679,5.337]],[\"name/1809\",[4,28.033]],[\"parent/1809\",[679,5.337]],[\"name/1810\",[6,28.497]],[\"parent/1810\",[679,5.337]],[\"name/1811\",[680,62.718]],[\"parent/1811\",[]],[\"name/1812\",[681,70.603]],[\"parent/1812\",[680,5.735]],[\"name/1813\",[682,70.603]],[\"parent/1813\",[680,5.735]],[\"name/1814\",[683,67.238]],[\"parent/1814\",[680,5.735]],[\"name/1815\",[233,56.252]],[\"parent/1815\",[680,5.735]],[\"name/1816\",[684,53.739]],[\"parent/1816\",[]],[\"name/1817\",[1,23.653]],[\"parent/1817\",[684,4.914]],[\"name/1818\",[303,54.509]],[\"parent/1818\",[684,4.914]],[\"name/1819\",[681,70.603]],[\"parent/1819\",[684,4.914]],[\"name/1820\",[682,70.603]],[\"parent/1820\",[684,4.914]],[\"name/1821\",[683,67.238]],[\"parent/1821\",[684,4.914]],[\"name/1822\",[233,56.252]],[\"parent/1822\",[684,4.914]],[\"name/1823\",[5,28.497]],[\"parent/1823\",[684,4.914]],[\"name/1824\",[637,57.253]],[\"parent/1824\",[684,4.914]],[\"name/1825\",[638,57.253]],[\"parent/1825\",[684,4.914]],[\"name/1826\",[639,55.342]],[\"parent/1826\",[684,4.914]],[\"name/1827\",[4,28.033]],[\"parent/1827\",[684,4.914]],[\"name/1828\",[6,28.497]],[\"parent/1828\",[684,4.914]],[\"name/1829\",[685,58.365]],[\"parent/1829\",[]],[\"name/1830\",[1,23.653]],[\"parent/1830\",[685,5.337]],[\"name/1831\",[5,28.497]],[\"parent/1831\",[685,5.337]],[\"name/1832\",[637,57.253]],[\"parent/1832\",[685,5.337]],[\"name/1833\",[638,57.253]],[\"parent/1833\",[685,5.337]],[\"name/1834\",[639,55.342]],[\"parent/1834\",[685,5.337]],[\"name/1835\",[4,28.033]],[\"parent/1835\",[685,5.337]],[\"name/1836\",[6,28.497]],[\"parent/1836\",[685,5.337]],[\"name/1837\",[686,57.253]],[\"parent/1837\",[]],[\"name/1838\",[1,23.653]],[\"parent/1838\",[686,5.235]],[\"name/1839\",[303,54.509]],[\"parent/1839\",[686,5.235]],[\"name/1840\",[5,28.497]],[\"parent/1840\",[686,5.235]],[\"name/1841\",[637,57.253]],[\"parent/1841\",[686,5.235]],[\"name/1842\",[638,57.253]],[\"parent/1842\",[686,5.235]],[\"name/1843\",[639,55.342]],[\"parent/1843\",[686,5.235]],[\"name/1844\",[4,28.033]],[\"parent/1844\",[686,5.235]],[\"name/1845\",[6,28.497]],[\"parent/1845\",[686,5.235]],[\"name/1846\",[687,62.718]],[\"parent/1846\",[]],[\"name/1847\",[1,23.653]],[\"parent/1847\",[687,5.735]],[\"name/1848\",[5,28.497]],[\"parent/1848\",[687,5.735]],[\"name/1849\",[4,28.033]],[\"parent/1849\",[687,5.735]],[\"name/1850\",[6,28.497]],[\"parent/1850\",[687,5.735]],[\"name/1851\",[688,57.253]],[\"parent/1851\",[]],[\"name/1852\",[1,23.653]],[\"parent/1852\",[688,5.235]],[\"name/1853\",[689,75.711]],[\"parent/1853\",[688,5.235]],[\"name/1854\",[5,28.497]],[\"parent/1854\",[688,5.235]],[\"name/1855\",[637,57.253]],[\"parent/1855\",[688,5.235]],[\"name/1856\",[638,57.253]],[\"parent/1856\",[688,5.235]],[\"name/1857\",[639,55.342]],[\"parent/1857\",[688,5.235]],[\"name/1858\",[4,28.033]],[\"parent/1858\",[688,5.235]],[\"name/1859\",[6,28.497]],[\"parent/1859\",[688,5.235]],[\"name/1860\",[690,58.365]],[\"parent/1860\",[]],[\"name/1861\",[1,23.653]],[\"parent/1861\",[690,5.337]],[\"name/1862\",[5,28.497]],[\"parent/1862\",[690,5.337]],[\"name/1863\",[637,57.253]],[\"parent/1863\",[690,5.337]],[\"name/1864\",[638,57.253]],[\"parent/1864\",[690,5.337]],[\"name/1865\",[639,55.342]],[\"parent/1865\",[690,5.337]],[\"name/1866\",[4,28.033]],[\"parent/1866\",[690,5.337]],[\"name/1867\",[6,28.497]],[\"parent/1867\",[690,5.337]],[\"name/1868\",[691,64.725]],[\"parent/1868\",[]],[\"name/1869\",[58,57.253]],[\"parent/1869\",[691,5.919]],[\"name/1870\",[116,57.253]],[\"parent/1870\",[691,5.919]],[\"name/1871\",[169,64.725]],[\"parent/1871\",[691,5.919]],[\"name/1872\",[692,62.718]],[\"parent/1872\",[]],[\"name/1873\",[1,23.653]],[\"parent/1873\",[692,5.735]],[\"name/1874\",[4,28.033]],[\"parent/1874\",[692,5.735]],[\"name/1875\",[5,28.497]],[\"parent/1875\",[692,5.735]],[\"name/1876\",[6,28.497]],[\"parent/1876\",[692,5.735]],[\"name/1877\",[693,61.048]],[\"parent/1877\",[]],[\"name/1878\",[1,23.653]],[\"parent/1878\",[693,5.582]],[\"name/1879\",[639,55.342]],[\"parent/1879\",[693,5.582]],[\"name/1880\",[4,28.033]],[\"parent/1880\",[693,5.582]],[\"name/1881\",[5,28.497]],[\"parent/1881\",[693,5.582]],[\"name/1882\",[6,28.497]],[\"parent/1882\",[693,5.582]],[\"name/1883\",[694,55.342]],[\"parent/1883\",[]],[\"name/1884\",[1,23.653]],[\"parent/1884\",[694,5.061]],[\"name/1885\",[695,75.711]],[\"parent/1885\",[694,5.061]],[\"name/1886\",[285,47.779]],[\"parent/1886\",[694,5.061]],[\"name/1887\",[228,58.365]],[\"parent/1887\",[694,5.061]],[\"name/1888\",[226,58.365]],[\"parent/1888\",[694,5.061]],[\"name/1889\",[229,58.365]],[\"parent/1889\",[694,5.061]],[\"name/1890\",[40,58.365]],[\"parent/1890\",[694,5.061]],[\"name/1891\",[613,58.365]],[\"parent/1891\",[694,5.061]],[\"name/1892\",[696,75.711]],[\"parent/1892\",[694,5.061]],[\"name/1893\",[697,75.711]],[\"parent/1893\",[694,5.061]],[\"name/1894\",[698,61.048]],[\"parent/1894\",[]],[\"name/1895\",[229,58.365]],[\"parent/1895\",[698,5.582]],[\"name/1896\",[228,58.365]],[\"parent/1896\",[698,5.582]],[\"name/1897\",[226,58.365]],[\"parent/1897\",[698,5.582]],[\"name/1898\",[40,58.365]],[\"parent/1898\",[698,5.582]],[\"name/1899\",[613,58.365]],[\"parent/1899\",[698,5.582]],[\"name/1900\",[699,53.739]],[\"parent/1900\",[]],[\"name/1901\",[1,23.653]],[\"parent/1901\",[699,4.914]],[\"name/1902\",[658,67.238]],[\"parent/1902\",[699,4.914]],[\"name/1903\",[700,62.718]],[\"parent/1903\",[699,4.914]],[\"name/1904\",[701,75.711]],[\"parent/1904\",[699,4.914]],[\"name/1905\",[228,58.365]],[\"parent/1905\",[699,4.914]],[\"name/1906\",[226,58.365]],[\"parent/1906\",[699,4.914]],[\"name/1907\",[229,58.365]],[\"parent/1907\",[699,4.914]],[\"name/1908\",[40,58.365]],[\"parent/1908\",[699,4.914]],[\"name/1909\",[613,58.365]],[\"parent/1909\",[699,4.914]],[\"name/1910\",[702,75.711]],[\"parent/1910\",[699,4.914]],[\"name/1911\",[703,75.711]],[\"parent/1911\",[699,4.914]],[\"name/1912\",[704,75.711]],[\"parent/1912\",[699,4.914]],[\"name/1913\",[705,53.739]],[\"parent/1913\",[]],[\"name/1914\",[1,23.653]],[\"parent/1914\",[705,4.914]],[\"name/1915\",[285,47.779]],[\"parent/1915\",[705,4.914]],[\"name/1916\",[652,70.603]],[\"parent/1916\",[705,4.914]],[\"name/1917\",[228,58.365]],[\"parent/1917\",[705,4.914]],[\"name/1918\",[226,58.365]],[\"parent/1918\",[705,4.914]],[\"name/1919\",[229,58.365]],[\"parent/1919\",[705,4.914]],[\"name/1920\",[40,58.365]],[\"parent/1920\",[705,4.914]],[\"name/1921\",[613,58.365]],[\"parent/1921\",[705,4.914]],[\"name/1922\",[706,75.711]],[\"parent/1922\",[705,4.914]],[\"name/1923\",[707,75.711]],[\"parent/1923\",[705,4.914]],[\"name/1924\",[708,75.711]],[\"parent/1924\",[705,4.914]],[\"name/1925\",[709,75.711]],[\"parent/1925\",[705,4.914]],[\"name/1926\",[710,61.048]],[\"parent/1926\",[]],[\"name/1927\",[228,58.365]],[\"parent/1927\",[710,5.582]],[\"name/1928\",[226,58.365]],[\"parent/1928\",[710,5.582]],[\"name/1929\",[229,58.365]],[\"parent/1929\",[710,5.582]],[\"name/1930\",[40,58.365]],[\"parent/1930\",[710,5.582]],[\"name/1931\",[613,58.365]],[\"parent/1931\",[710,5.582]],[\"name/1932\",[711,58.365]],[\"parent/1932\",[]],[\"name/1933\",[1,23.653]],[\"parent/1933\",[711,5.337]],[\"name/1934\",[199,57.253]],[\"parent/1934\",[711,5.337]],[\"name/1935\",[228,58.365]],[\"parent/1935\",[711,5.337]],[\"name/1936\",[226,58.365]],[\"parent/1936\",[711,5.337]],[\"name/1937\",[229,58.365]],[\"parent/1937\",[711,5.337]],[\"name/1938\",[40,58.365]],[\"parent/1938\",[711,5.337]],[\"name/1939\",[613,58.365]],[\"parent/1939\",[711,5.337]],[\"name/1940\",[576,64.725]],[\"parent/1940\",[]],[\"name/1941\",[115,52.358]],[\"parent/1941\",[576,5.919]],[\"name/1942\",[576,64.725]],[\"parent/1942\",[712,6.456]],[\"name/1943\",[713,75.711]],[\"parent/1943\",[712,6.456]],[\"name/1944\",[714,51.732]],[\"parent/1944\",[]],[\"name/1945\",[1,23.653]],[\"parent/1945\",[714,4.73]],[\"name/1946\",[2,35.398]],[\"parent/1946\",[714,4.73]],[\"name/1947\",[285,47.779]],[\"parent/1947\",[714,4.73]],[\"name/1948\",[715,75.711]],[\"parent/1948\",[714,4.73]],[\"name/1949\",[228,58.365]],[\"parent/1949\",[714,4.73]],[\"name/1950\",[226,58.365]],[\"parent/1950\",[714,4.73]],[\"name/1951\",[229,58.365]],[\"parent/1951\",[714,4.73]],[\"name/1952\",[40,58.365]],[\"parent/1952\",[714,4.73]],[\"name/1953\",[613,58.365]],[\"parent/1953\",[714,4.73]],[\"name/1954\",[716,75.711]],[\"parent/1954\",[714,4.73]],[\"name/1955\",[717,75.711]],[\"parent/1955\",[714,4.73]],[\"name/1956\",[718,75.711]],[\"parent/1956\",[714,4.73]],[\"name/1957\",[719,75.711]],[\"parent/1957\",[714,4.73]],[\"name/1958\",[720,75.711]],[\"parent/1958\",[714,4.73]],[\"name/1959\",[420,62.718]],[\"parent/1959\",[714,4.73]],[\"name/1960\",[721,51.144]],[\"parent/1960\",[]],[\"name/1961\",[1,23.653]],[\"parent/1961\",[721,4.677]],[\"name/1962\",[2,35.398]],[\"parent/1962\",[721,4.677]],[\"name/1963\",[722,64.725]],[\"parent/1963\",[721,4.677]],[\"name/1964\",[723,62.718]],[\"parent/1964\",[721,4.677]],[\"name/1965\",[724,62.718]],[\"parent/1965\",[721,4.677]],[\"name/1966\",[725,64.725]],[\"parent/1966\",[721,4.677]],[\"name/1967\",[726,64.725]],[\"parent/1967\",[721,4.677]],[\"name/1968\",[727,64.725]],[\"parent/1968\",[721,4.677]],[\"name/1969\",[728,62.718]],[\"parent/1969\",[721,4.677]],[\"name/1970\",[729,64.725]],[\"parent/1970\",[721,4.677]],[\"name/1971\",[730,64.725]],[\"parent/1971\",[721,4.677]],[\"name/1972\",[731,64.725]],[\"parent/1972\",[721,4.677]],[\"name/1973\",[732,64.725]],[\"parent/1973\",[721,4.677]],[\"name/1974\",[733,64.725]],[\"parent/1974\",[721,4.677]],[\"name/1975\",[734,64.725]],[\"parent/1975\",[721,4.677]],[\"name/1976\",[735,64.725]],[\"parent/1976\",[721,4.677]],[\"name/1977\",[736,49.562]],[\"parent/1977\",[]],[\"name/1978\",[1,23.653]],[\"parent/1978\",[736,4.532]],[\"name/1979\",[737,75.711]],[\"parent/1979\",[736,4.532]],[\"name/1980\",[738,75.711]],[\"parent/1980\",[736,4.532]],[\"name/1981\",[726,64.725]],[\"parent/1981\",[736,4.532]],[\"name/1982\",[730,64.725]],[\"parent/1982\",[736,4.532]],[\"name/1983\",[731,64.725]],[\"parent/1983\",[736,4.532]],[\"name/1984\",[739,70.603]],[\"parent/1984\",[736,4.532]],[\"name/1985\",[2,35.398]],[\"parent/1985\",[736,4.532]],[\"name/1986\",[722,64.725]],[\"parent/1986\",[736,4.532]],[\"name/1987\",[723,62.718]],[\"parent/1987\",[736,4.532]],[\"name/1988\",[724,62.718]],[\"parent/1988\",[736,4.532]],[\"name/1989\",[725,64.725]],[\"parent/1989\",[736,4.532]],[\"name/1990\",[727,64.725]],[\"parent/1990\",[736,4.532]],[\"name/1991\",[728,62.718]],[\"parent/1991\",[736,4.532]],[\"name/1992\",[729,64.725]],[\"parent/1992\",[736,4.532]],[\"name/1993\",[732,64.725]],[\"parent/1993\",[736,4.532]],[\"name/1994\",[733,64.725]],[\"parent/1994\",[736,4.532]],[\"name/1995\",[734,64.725]],[\"parent/1995\",[736,4.532]],[\"name/1996\",[735,64.725]],[\"parent/1996\",[736,4.532]],[\"name/1997\",[740,67.238]],[\"parent/1997\",[]],[\"name/1998\",[1,23.653]],[\"parent/1998\",[740,6.148]],[\"name/1999\",[39,61.048]],[\"parent/1999\",[740,6.148]],[\"name/2000\",[741,62.718]],[\"parent/2000\",[]],[\"name/2001\",[58,57.253]],[\"parent/2001\",[741,5.735]],[\"name/2002\",[658,67.238]],[\"parent/2002\",[741,5.735]],[\"name/2003\",[233,56.252]],[\"parent/2003\",[741,5.735]],[\"name/2004\",[742,75.711]],[\"parent/2004\",[741,5.735]],[\"name/2005\",[743,64.725]],[\"parent/2005\",[]],[\"name/2006\",[728,62.718]],[\"parent/2006\",[743,5.919]],[\"name/2007\",[724,62.718]],[\"parent/2007\",[743,5.919]],[\"name/2008\",[744,70.603]],[\"parent/2008\",[]],[\"name/2009\",[39,61.048]],[\"parent/2009\",[744,6.456]],[\"name/2010\",[745,49.562]],[\"parent/2010\",[]],[\"name/2011\",[1,23.653]],[\"parent/2011\",[745,4.532]],[\"name/2012\",[233,56.252]],[\"parent/2012\",[745,4.532]],[\"name/2013\",[746,75.711]],[\"parent/2013\",[745,4.532]],[\"name/2014\",[747,75.711]],[\"parent/2014\",[745,4.532]],[\"name/2015\",[727,64.725]],[\"parent/2015\",[745,4.532]],[\"name/2016\",[731,64.725]],[\"parent/2016\",[745,4.532]],[\"name/2017\",[726,64.725]],[\"parent/2017\",[745,4.532]],[\"name/2018\",[730,64.725]],[\"parent/2018\",[745,4.532]],[\"name/2019\",[2,35.398]],[\"parent/2019\",[745,4.532]],[\"name/2020\",[722,64.725]],[\"parent/2020\",[745,4.532]],[\"name/2021\",[723,62.718]],[\"parent/2021\",[745,4.532]],[\"name/2022\",[724,62.718]],[\"parent/2022\",[745,4.532]],[\"name/2023\",[725,64.725]],[\"parent/2023\",[745,4.532]],[\"name/2024\",[728,62.718]],[\"parent/2024\",[745,4.532]],[\"name/2025\",[729,64.725]],[\"parent/2025\",[745,4.532]],[\"name/2026\",[732,64.725]],[\"parent/2026\",[745,4.532]],[\"name/2027\",[733,64.725]],[\"parent/2027\",[745,4.532]],[\"name/2028\",[734,64.725]],[\"parent/2028\",[745,4.532]],[\"name/2029\",[735,64.725]],[\"parent/2029\",[745,4.532]],[\"name/2030\",[748,48.196]],[\"parent/2030\",[]],[\"name/2031\",[1,23.653]],[\"parent/2031\",[748,4.407]],[\"name/2032\",[749,75.711]],[\"parent/2032\",[748,4.407]],[\"name/2033\",[750,70.603]],[\"parent/2033\",[748,4.407]],[\"name/2034\",[524,70.603]],[\"parent/2034\",[748,4.407]],[\"name/2035\",[115,52.358]],[\"parent/2035\",[748,4.407]],[\"name/2036\",[525,70.603]],[\"parent/2036\",[751,6.456]],[\"name/2037\",[527,70.603]],[\"parent/2037\",[751,6.456]],[\"name/2038\",[729,64.725]],[\"parent/2038\",[748,4.407]],[\"name/2039\",[730,64.725]],[\"parent/2039\",[748,4.407]],[\"name/2040\",[752,75.711]],[\"parent/2040\",[748,4.407]],[\"name/2041\",[733,64.725]],[\"parent/2041\",[748,4.407]],[\"name/2042\",[726,64.725]],[\"parent/2042\",[748,4.407]],[\"name/2043\",[731,64.725]],[\"parent/2043\",[748,4.407]],[\"name/2044\",[739,70.603]],[\"parent/2044\",[748,4.407]],[\"name/2045\",[2,35.398]],[\"parent/2045\",[748,4.407]],[\"name/2046\",[722,64.725]],[\"parent/2046\",[748,4.407]],[\"name/2047\",[723,62.718]],[\"parent/2047\",[748,4.407]],[\"name/2048\",[724,62.718]],[\"parent/2048\",[748,4.407]],[\"name/2049\",[725,64.725]],[\"parent/2049\",[748,4.407]],[\"name/2050\",[727,64.725]],[\"parent/2050\",[748,4.407]],[\"name/2051\",[728,62.718]],[\"parent/2051\",[748,4.407]],[\"name/2052\",[732,64.725]],[\"parent/2052\",[748,4.407]],[\"name/2053\",[734,64.725]],[\"parent/2053\",[748,4.407]],[\"name/2054\",[735,64.725]],[\"parent/2054\",[748,4.407]],[\"name/2055\",[753,61.048]],[\"parent/2055\",[]],[\"name/2056\",[1,23.653]],[\"parent/2056\",[753,5.582]],[\"name/2057\",[754,67.238]],[\"parent/2057\",[753,5.582]],[\"name/2058\",[4,28.033]],[\"parent/2058\",[753,5.582]],[\"name/2059\",[5,28.497]],[\"parent/2059\",[753,5.582]],[\"name/2060\",[6,28.497]],[\"parent/2060\",[753,5.582]],[\"name/2061\",[755,56.252]],[\"parent/2061\",[]],[\"name/2062\",[1,23.653]],[\"parent/2062\",[755,5.144]],[\"name/2063\",[2,35.398]],[\"parent/2063\",[755,5.144]],[\"name/2064\",[754,67.238]],[\"parent/2064\",[755,5.144]],[\"name/2065\",[107,56.252]],[\"parent/2065\",[755,5.144]],[\"name/2066\",[756,75.711]],[\"parent/2066\",[755,5.144]],[\"name/2067\",[757,75.711]],[\"parent/2067\",[755,5.144]],[\"name/2068\",[4,28.033]],[\"parent/2068\",[755,5.144]],[\"name/2069\",[5,28.497]],[\"parent/2069\",[755,5.144]],[\"name/2070\",[6,28.497]],[\"parent/2070\",[755,5.144]],[\"name/2071\",[758,56.252]],[\"parent/2071\",[]],[\"name/2072\",[1,23.653]],[\"parent/2072\",[758,5.144]],[\"name/2073\",[2,35.398]],[\"parent/2073\",[758,5.144]],[\"name/2074\",[759,70.603]],[\"parent/2074\",[758,5.144]],[\"name/2075\",[471,64.725]],[\"parent/2075\",[758,5.144]],[\"name/2076\",[4,28.033]],[\"parent/2076\",[758,5.144]],[\"name/2077\",[5,28.497]],[\"parent/2077\",[758,5.144]],[\"name/2078\",[176,56.252]],[\"parent/2078\",[758,5.144]],[\"name/2079\",[760,75.711]],[\"parent/2079\",[758,5.144]],[\"name/2080\",[6,28.497]],[\"parent/2080\",[758,5.144]],[\"name/2081\",[761,70.603]],[\"parent/2081\",[]],[\"name/2082\",[115,52.358]],[\"parent/2082\",[761,6.456]],[\"name/2083\",[285,47.779]],[\"parent/2083\",[762,6.148]],[\"name/2084\",[58,57.253]],[\"parent/2084\",[762,6.148]],[\"name/2085\",[176,56.252]],[\"parent/2085\",[762,6.148]],[\"name/2086\",[763,61.048]],[\"parent/2086\",[]],[\"name/2087\",[1,23.653]],[\"parent/2087\",[763,5.582]],[\"name/2088\",[4,28.033]],[\"parent/2088\",[763,5.582]],[\"name/2089\",[5,28.497]],[\"parent/2089\",[763,5.582]],[\"name/2090\",[6,28.497]],[\"parent/2090\",[763,5.582]],[\"name/2091\",[764,64.725]],[\"parent/2091\",[]],[\"name/2092\",[58,57.253]],[\"parent/2092\",[764,5.919]],[\"name/2093\",[176,56.252]],[\"parent/2093\",[764,5.919]],[\"name/2094\",[116,57.253]],[\"parent/2094\",[764,5.919]],[\"name/2095\",[765,62.718]],[\"parent/2095\",[]],[\"name/2096\",[1,23.653]],[\"parent/2096\",[765,5.735]],[\"name/2097\",[4,28.033]],[\"parent/2097\",[765,5.735]],[\"name/2098\",[5,28.497]],[\"parent/2098\",[765,5.735]],[\"name/2099\",[6,28.497]],[\"parent/2099\",[765,5.735]],[\"name/2100\",[766,59.617]],[\"parent/2100\",[]],[\"name/2101\",[1,23.653]],[\"parent/2101\",[766,5.451]],[\"name/2102\",[2,35.398]],[\"parent/2102\",[766,5.451]],[\"name/2103\",[754,67.238]],[\"parent/2103\",[766,5.451]],[\"name/2104\",[5,28.497]],[\"parent/2104\",[766,5.451]],[\"name/2105\",[4,28.033]],[\"parent/2105\",[766,5.451]],[\"name/2106\",[6,28.497]],[\"parent/2106\",[766,5.451]],[\"name/2107\",[767,53.024]],[\"parent/2107\",[]],[\"name/2108\",[1,23.653]],[\"parent/2108\",[767,4.849]],[\"name/2109\",[2,35.398]],[\"parent/2109\",[767,4.849]],[\"name/2110\",[759,70.603]],[\"parent/2110\",[767,4.849]],[\"name/2111\",[4,28.033]],[\"parent/2111\",[767,4.849]],[\"name/2112\",[5,28.497]],[\"parent/2112\",[767,4.849]],[\"name/2113\",[768,75.711]],[\"parent/2113\",[767,4.849]],[\"name/2114\",[50,70.603]],[\"parent/2114\",[767,4.849]],[\"name/2115\",[769,75.711]],[\"parent/2115\",[767,4.849]],[\"name/2116\",[770,75.711]],[\"parent/2116\",[767,4.849]],[\"name/2117\",[771,75.711]],[\"parent/2117\",[767,4.849]],[\"name/2118\",[772,75.711]],[\"parent/2118\",[767,4.849]],[\"name/2119\",[176,56.252]],[\"parent/2119\",[767,4.849]],[\"name/2120\",[6,28.497]],[\"parent/2120\",[767,4.849]],[\"name/2121\",[773,57.253]],[\"parent/2121\",[]],[\"name/2122\",[1,23.653]],[\"parent/2122\",[773,5.235]],[\"name/2123\",[529,67.238]],[\"parent/2123\",[773,5.235]],[\"name/2124\",[774,67.238]],[\"parent/2124\",[773,5.235]],[\"name/2125\",[775,67.238]],[\"parent/2125\",[773,5.235]],[\"name/2126\",[776,67.238]],[\"parent/2126\",[773,5.235]],[\"name/2127\",[777,67.238]],[\"parent/2127\",[773,5.235]],[\"name/2128\",[778,62.718]],[\"parent/2128\",[773,5.235]],[\"name/2129\",[779,67.238]],[\"parent/2129\",[773,5.235]],[\"name/2130\",[780,55.342]],[\"parent/2130\",[]],[\"name/2131\",[1,23.653]],[\"parent/2131\",[780,5.061]],[\"name/2132\",[83,53.024]],[\"parent/2132\",[780,5.061]],[\"name/2133\",[620,64.725]],[\"parent/2133\",[780,5.061]],[\"name/2134\",[774,67.238]],[\"parent/2134\",[780,5.061]],[\"name/2135\",[781,75.711]],[\"parent/2135\",[780,5.061]],[\"name/2136\",[775,67.238]],[\"parent/2136\",[780,5.061]],[\"name/2137\",[776,67.238]],[\"parent/2137\",[780,5.061]],[\"name/2138\",[777,67.238]],[\"parent/2138\",[780,5.061]],[\"name/2139\",[778,62.718]],[\"parent/2139\",[780,5.061]],[\"name/2140\",[779,67.238]],[\"parent/2140\",[780,5.061]],[\"name/2141\",[782,58.365]],[\"parent/2141\",[]],[\"name/2142\",[1,23.653]],[\"parent/2142\",[782,5.337]],[\"name/2143\",[775,67.238]],[\"parent/2143\",[782,5.337]],[\"name/2144\",[776,67.238]],[\"parent/2144\",[782,5.337]],[\"name/2145\",[777,67.238]],[\"parent/2145\",[782,5.337]],[\"name/2146\",[774,67.238]],[\"parent/2146\",[782,5.337]],[\"name/2147\",[778,62.718]],[\"parent/2147\",[782,5.337]],[\"name/2148\",[779,67.238]],[\"parent/2148\",[782,5.337]],[\"name/2149\",[783,58.365]],[\"parent/2149\",[]],[\"name/2150\",[1,23.653]],[\"parent/2150\",[783,5.337]],[\"name/2151\",[784,75.711]],[\"parent/2151\",[783,5.337]],[\"name/2152\",[785,75.711]],[\"parent/2152\",[783,5.337]],[\"name/2153\",[5,28.497]],[\"parent/2153\",[783,5.337]],[\"name/2154\",[786,70.603]],[\"parent/2154\",[783,5.337]],[\"name/2155\",[4,28.033]],[\"parent/2155\",[783,5.337]],[\"name/2156\",[6,28.497]],[\"parent/2156\",[783,5.337]],[\"name/2157\",[787,67.238]],[\"parent/2157\",[]],[\"name/2158\",[154,54.509]],[\"parent/2158\",[787,6.148]],[\"name/2159\",[788,75.711]],[\"parent/2159\",[787,6.148]],[\"name/2160\",[789,58.365]],[\"parent/2160\",[]],[\"name/2161\",[1,23.653]],[\"parent/2161\",[789,5.337]],[\"name/2162\",[790,75.711]],[\"parent/2162\",[789,5.337]],[\"name/2163\",[791,75.711]],[\"parent/2163\",[789,5.337]],[\"name/2164\",[5,28.497]],[\"parent/2164\",[789,5.337]],[\"name/2165\",[786,70.603]],[\"parent/2165\",[789,5.337]],[\"name/2166\",[4,28.033]],[\"parent/2166\",[789,5.337]],[\"name/2167\",[6,28.497]],[\"parent/2167\",[789,5.337]],[\"name/2168\",[792,62.718]],[\"parent/2168\",[]],[\"name/2169\",[1,23.653]],[\"parent/2169\",[792,5.735]],[\"name/2170\",[169,64.725]],[\"parent/2170\",[792,5.735]],[\"name/2171\",[107,56.252]],[\"parent/2171\",[792,5.735]],[\"name/2172\",[793,75.711]],[\"parent/2172\",[792,5.735]],[\"name/2173\",[794,57.253]],[\"parent/2173\",[]],[\"name/2174\",[1,23.653]],[\"parent/2174\",[794,5.235]],[\"name/2175\",[529,67.238]],[\"parent/2175\",[794,5.235]],[\"name/2176\",[795,75.711]],[\"parent/2176\",[794,5.235]],[\"name/2177\",[4,28.033]],[\"parent/2177\",[794,5.235]],[\"name/2178\",[5,28.497]],[\"parent/2178\",[794,5.235]],[\"name/2179\",[796,75.711]],[\"parent/2179\",[794,5.235]],[\"name/2180\",[797,75.711]],[\"parent/2180\",[794,5.235]],[\"name/2181\",[6,28.497]],[\"parent/2181\",[794,5.235]],[\"name/2182\",[798,62.718]],[\"parent/2182\",[]],[\"name/2183\",[1,23.653]],[\"parent/2183\",[798,5.735]],[\"name/2184\",[4,28.033]],[\"parent/2184\",[798,5.735]],[\"name/2185\",[5,28.497]],[\"parent/2185\",[798,5.735]],[\"name/2186\",[6,28.497]],[\"parent/2186\",[798,5.735]],[\"name/2187\",[799,56.252]],[\"parent/2187\",[]],[\"name/2188\",[1,23.653]],[\"parent/2188\",[799,5.144]],[\"name/2189\",[743,64.725]],[\"parent/2189\",[799,5.144]],[\"name/2190\",[800,75.711]],[\"parent/2190\",[799,5.144]],[\"name/2191\",[723,62.718]],[\"parent/2191\",[799,5.144]],[\"name/2192\",[801,70.603]],[\"parent/2192\",[799,5.144]],[\"name/2193\",[802,70.603]],[\"parent/2193\",[799,5.144]],[\"name/2194\",[803,70.603]],[\"parent/2194\",[799,5.144]],[\"name/2195\",[778,62.718]],[\"parent/2195\",[799,5.144]],[\"name/2196\",[804,75.711]],[\"parent/2196\",[799,5.144]],[\"name/2197\",[805,67.238]],[\"parent/2197\",[]],[\"name/2198\",[806,75.711]],[\"parent/2198\",[805,6.148]],[\"name/2199\",[807,75.711]],[\"parent/2199\",[805,6.148]],[\"name/2200\",[808,75.711]],[\"parent/2200\",[]],[\"name/2201\",[809,62.718]],[\"parent/2201\",[]],[\"name/2202\",[801,70.603]],[\"parent/2202\",[809,5.735]],[\"name/2203\",[802,70.603]],[\"parent/2203\",[809,5.735]],[\"name/2204\",[803,70.603]],[\"parent/2204\",[809,5.735]],[\"name/2205\",[778,62.718]],[\"parent/2205\",[809,5.735]],[\"name/2206\",[810,61.048]],[\"parent/2206\",[]],[\"name/2207\",[1,23.653]],[\"parent/2207\",[810,5.582]],[\"name/2208\",[811,75.711]],[\"parent/2208\",[810,5.582]],[\"name/2209\",[5,28.497]],[\"parent/2209\",[810,5.582]],[\"name/2210\",[4,28.033]],[\"parent/2210\",[810,5.582]],[\"name/2211\",[6,28.497]],[\"parent/2211\",[810,5.582]],[\"name/2212\",[812,59.617]],[\"parent/2212\",[]],[\"name/2213\",[813,54.509]],[\"parent/2213\",[812,5.451]],[\"name/2214\",[814,54.509]],[\"parent/2214\",[812,5.451]],[\"name/2215\",[815,54.509]],[\"parent/2215\",[812,5.451]],[\"name/2216\",[596,49.562]],[\"parent/2216\",[812,5.451]],[\"name/2217\",[816,54.509]],[\"parent/2217\",[812,5.451]],[\"name/2218\",[817,53.024]],[\"parent/2218\",[812,5.451]],[\"name/2219\",[818,58.365]],[\"parent/2219\",[]],[\"name/2220\",[1,23.653]],[\"parent/2220\",[818,5.337]],[\"name/2221\",[817,53.024]],[\"parent/2221\",[818,5.337]],[\"name/2222\",[813,54.509]],[\"parent/2222\",[818,5.337]],[\"name/2223\",[814,54.509]],[\"parent/2223\",[818,5.337]],[\"name/2224\",[815,54.509]],[\"parent/2224\",[818,5.337]],[\"name/2225\",[596,49.562]],[\"parent/2225\",[818,5.337]],[\"name/2226\",[816,54.509]],[\"parent/2226\",[818,5.337]],[\"name/2227\",[819,62.718]],[\"parent/2227\",[]],[\"name/2228\",[820,67.238]],[\"parent/2228\",[819,5.735]],[\"name/2229\",[821,67.238]],[\"parent/2229\",[819,5.735]],[\"name/2230\",[822,67.238]],[\"parent/2230\",[819,5.735]],[\"name/2231\",[823,67.238]],[\"parent/2231\",[819,5.735]],[\"name/2232\",[824,58.365]],[\"parent/2232\",[]],[\"name/2233\",[1,23.653]],[\"parent/2233\",[824,5.337]],[\"name/2234\",[820,67.238]],[\"parent/2234\",[824,5.337]],[\"name/2235\",[821,67.238]],[\"parent/2235\",[824,5.337]],[\"name/2236\",[822,67.238]],[\"parent/2236\",[824,5.337]],[\"name/2237\",[823,67.238]],[\"parent/2237\",[824,5.337]],[\"name/2238\",[825,70.603]],[\"parent/2238\",[824,5.337]],[\"name/2239\",[826,70.603]],[\"parent/2239\",[824,5.337]],[\"name/2240\",[827,62.718]],[\"parent/2240\",[]],[\"name/2241\",[1,23.653]],[\"parent/2241\",[827,5.735]],[\"name/2242\",[285,47.779]],[\"parent/2242\",[827,5.735]],[\"name/2243\",[31,70.603]],[\"parent/2243\",[827,5.735]],[\"name/2244\",[817,53.024]],[\"parent/2244\",[827,5.735]],[\"name/2245\",[828,75.711]],[\"parent/2245\",[]],[\"name/2246\",[254,58.365]],[\"parent/2246\",[]],[\"name/2247\",[820,67.238]],[\"parent/2247\",[254,5.337]],[\"name/2248\",[821,67.238]],[\"parent/2248\",[254,5.337]],[\"name/2249\",[822,67.238]],[\"parent/2249\",[254,5.337]],[\"name/2250\",[823,67.238]],[\"parent/2250\",[254,5.337]],[\"name/2251\",[825,70.603]],[\"parent/2251\",[254,5.337]],[\"name/2252\",[826,70.603]],[\"parent/2252\",[254,5.337]],[\"name/2253\",[829,45.589]],[\"parent/2253\",[]],[\"name/2254\",[1,23.653]],[\"parent/2254\",[829,4.169]],[\"name/2255\",[2,35.398]],[\"parent/2255\",[829,4.169]],[\"name/2256\",[620,64.725]],[\"parent/2256\",[829,4.169]],[\"name/2257\",[83,53.024]],[\"parent/2257\",[829,4.169]],[\"name/2258\",[63,54.509]],[\"parent/2258\",[829,4.169]],[\"name/2259\",[817,53.024]],[\"parent/2259\",[829,4.169]],[\"name/2260\",[813,54.509]],[\"parent/2260\",[829,4.169]],[\"name/2261\",[815,54.509]],[\"parent/2261\",[829,4.169]],[\"name/2262\",[814,54.509]],[\"parent/2262\",[829,4.169]],[\"name/2263\",[816,54.509]],[\"parent/2263\",[829,4.169]],[\"name/2264\",[596,49.562]],[\"parent/2264\",[829,4.169]],[\"name/2265\",[830,75.711]],[\"parent/2265\",[829,4.169]],[\"name/2266\",[831,75.711]],[\"parent/2266\",[829,4.169]],[\"name/2267\",[832,75.711]],[\"parent/2267\",[829,4.169]],[\"name/2268\",[833,75.711]],[\"parent/2268\",[829,4.169]],[\"name/2269\",[834,75.711]],[\"parent/2269\",[829,4.169]],[\"name/2270\",[835,75.711]],[\"parent/2270\",[829,4.169]],[\"name/2271\",[836,75.711]],[\"parent/2271\",[829,4.169]],[\"name/2272\",[837,75.711]],[\"parent/2272\",[829,4.169]],[\"name/2273\",[838,75.711]],[\"parent/2273\",[829,4.169]],[\"name/2274\",[839,75.711]],[\"parent/2274\",[829,4.169]],[\"name/2275\",[840,75.711]],[\"parent/2275\",[829,4.169]],[\"name/2276\",[841,75.711]],[\"parent/2276\",[829,4.169]],[\"name/2277\",[842,75.711]],[\"parent/2277\",[829,4.169]],[\"name/2278\",[843,75.711]],[\"parent/2278\",[829,4.169]],[\"name/2279\",[844,75.711]],[\"parent/2279\",[829,4.169]],[\"name/2280\",[845,75.711]],[\"parent/2280\",[829,4.169]],[\"name/2281\",[846,75.711]],[\"parent/2281\",[829,4.169]],[\"name/2282\",[847,75.711]],[\"parent/2282\",[829,4.169]],[\"name/2283\",[848,54.509]],[\"parent/2283\",[]],[\"name/2284\",[1,23.653]],[\"parent/2284\",[848,4.984]],[\"name/2285\",[849,75.711]],[\"parent/2285\",[848,4.984]],[\"name/2286\",[850,75.711]],[\"parent/2286\",[848,4.984]],[\"name/2287\",[813,54.509]],[\"parent/2287\",[848,4.984]],[\"name/2288\",[851,75.711]],[\"parent/2288\",[848,4.984]],[\"name/2289\",[285,47.779]],[\"parent/2289\",[848,4.984]],[\"name/2290\",[817,53.024]],[\"parent/2290\",[848,4.984]],[\"name/2291\",[815,54.509]],[\"parent/2291\",[848,4.984]],[\"name/2292\",[596,49.562]],[\"parent/2292\",[848,4.984]],[\"name/2293\",[816,54.509]],[\"parent/2293\",[848,4.984]],[\"name/2294\",[814,54.509]],[\"parent/2294\",[848,4.984]],[\"name/2295\",[852,51.732]],[\"parent/2295\",[]],[\"name/2296\",[1,23.653]],[\"parent/2296\",[852,4.73]],[\"name/2297\",[2,35.398]],[\"parent/2297\",[852,4.73]],[\"name/2298\",[285,47.779]],[\"parent/2298\",[852,4.73]],[\"name/2299\",[853,75.711]],[\"parent/2299\",[852,4.73]],[\"name/2300\",[63,54.509]],[\"parent/2300\",[852,4.73]],[\"name/2301\",[817,53.024]],[\"parent/2301\",[852,4.73]],[\"name/2302\",[813,54.509]],[\"parent/2302\",[852,4.73]],[\"name/2303\",[815,54.509]],[\"parent/2303\",[852,4.73]],[\"name/2304\",[814,54.509]],[\"parent/2304\",[852,4.73]],[\"name/2305\",[596,49.562]],[\"parent/2305\",[852,4.73]],[\"name/2306\",[816,54.509]],[\"parent/2306\",[852,4.73]],[\"name/2307\",[854,75.711]],[\"parent/2307\",[852,4.73]],[\"name/2308\",[855,75.711]],[\"parent/2308\",[852,4.73]],[\"name/2309\",[856,75.711]],[\"parent/2309\",[852,4.73]],[\"name/2310\",[857,75.711]],[\"parent/2310\",[852,4.73]],[\"name/2311\",[858,56.252]],[\"parent/2311\",[]],[\"name/2312\",[1,23.653]],[\"parent/2312\",[858,5.144]],[\"name/2313\",[285,47.779]],[\"parent/2313\",[858,5.144]],[\"name/2314\",[817,53.024]],[\"parent/2314\",[858,5.144]],[\"name/2315\",[813,54.509]],[\"parent/2315\",[858,5.144]],[\"name/2316\",[815,54.509]],[\"parent/2316\",[858,5.144]],[\"name/2317\",[596,49.562]],[\"parent/2317\",[858,5.144]],[\"name/2318\",[814,54.509]],[\"parent/2318\",[858,5.144]],[\"name/2319\",[816,54.509]],[\"parent/2319\",[858,5.144]],[\"name/2320\",[859,75.711]],[\"parent/2320\",[858,5.144]],[\"name/2321\",[860,57.253]],[\"parent/2321\",[]],[\"name/2322\",[1,23.653]],[\"parent/2322\",[860,5.235]],[\"name/2323\",[285,47.779]],[\"parent/2323\",[860,5.235]],[\"name/2324\",[817,53.024]],[\"parent/2324\",[860,5.235]],[\"name/2325\",[813,54.509]],[\"parent/2325\",[860,5.235]],[\"name/2326\",[815,54.509]],[\"parent/2326\",[860,5.235]],[\"name/2327\",[596,49.562]],[\"parent/2327\",[860,5.235]],[\"name/2328\",[816,54.509]],[\"parent/2328\",[860,5.235]],[\"name/2329\",[814,54.509]],[\"parent/2329\",[860,5.235]],[\"name/2330\",[861,56.252]],[\"parent/2330\",[]],[\"name/2331\",[1,23.653]],[\"parent/2331\",[861,5.144]],[\"name/2332\",[763,61.048]],[\"parent/2332\",[861,5.144]],[\"name/2333\",[816,54.509]],[\"parent/2333\",[861,5.144]],[\"name/2334\",[285,47.779]],[\"parent/2334\",[861,5.144]],[\"name/2335\",[817,53.024]],[\"parent/2335\",[861,5.144]],[\"name/2336\",[813,54.509]],[\"parent/2336\",[861,5.144]],[\"name/2337\",[815,54.509]],[\"parent/2337\",[861,5.144]],[\"name/2338\",[596,49.562]],[\"parent/2338\",[861,5.144]],[\"name/2339\",[814,54.509]],[\"parent/2339\",[861,5.144]],[\"name/2340\",[862,57.253]],[\"parent/2340\",[]],[\"name/2341\",[1,23.653]],[\"parent/2341\",[862,5.235]],[\"name/2342\",[815,54.509]],[\"parent/2342\",[862,5.235]],[\"name/2343\",[596,49.562]],[\"parent/2343\",[862,5.235]],[\"name/2344\",[816,54.509]],[\"parent/2344\",[862,5.235]],[\"name/2345\",[814,54.509]],[\"parent/2345\",[862,5.235]],[\"name/2346\",[285,47.779]],[\"parent/2346\",[862,5.235]],[\"name/2347\",[817,53.024]],[\"parent/2347\",[862,5.235]],[\"name/2348\",[813,54.509]],[\"parent/2348\",[862,5.235]],[\"name/2349\",[863,53.739]],[\"parent/2349\",[]],[\"name/2350\",[1,23.653]],[\"parent/2350\",[863,4.914]],[\"name/2351\",[2,35.398]],[\"parent/2351\",[863,4.914]],[\"name/2352\",[864,75.711]],[\"parent/2352\",[863,4.914]],[\"name/2353\",[865,75.711]],[\"parent/2353\",[863,4.914]],[\"name/2354\",[866,75.711]],[\"parent/2354\",[863,4.914]],[\"name/2355\",[813,54.509]],[\"parent/2355\",[863,4.914]],[\"name/2356\",[815,54.509]],[\"parent/2356\",[863,4.914]],[\"name/2357\",[814,54.509]],[\"parent/2357\",[863,4.914]],[\"name/2358\",[285,47.779]],[\"parent/2358\",[863,4.914]],[\"name/2359\",[817,53.024]],[\"parent/2359\",[863,4.914]],[\"name/2360\",[596,49.562]],[\"parent/2360\",[863,4.914]],[\"name/2361\",[816,54.509]],[\"parent/2361\",[863,4.914]],[\"name/2362\",[45,61.048]],[\"parent/2362\",[]],[\"name/2363\",[817,53.024]],[\"parent/2363\",[45,5.582]],[\"name/2364\",[867,59.617]],[\"parent/2364\",[]],[\"name/2365\",[813,54.509]],[\"parent/2365\",[867,5.451]],[\"name/2366\",[814,54.509]],[\"parent/2366\",[867,5.451]],[\"name/2367\",[815,54.509]],[\"parent/2367\",[867,5.451]],[\"name/2368\",[596,49.562]],[\"parent/2368\",[867,5.451]],[\"name/2369\",[816,54.509]],[\"parent/2369\",[867,5.451]],[\"name/2370\",[817,53.024]],[\"parent/2370\",[867,5.451]],[\"name/2371\",[868,56.252]],[\"parent/2371\",[]],[\"name/2372\",[1,23.653]],[\"parent/2372\",[868,5.144]],[\"name/2373\",[27,70.603]],[\"parent/2373\",[868,5.144]],[\"name/2374\",[817,53.024]],[\"parent/2374\",[868,5.144]],[\"name/2375\",[813,54.509]],[\"parent/2375\",[868,5.144]],[\"name/2376\",[815,54.509]],[\"parent/2376\",[868,5.144]],[\"name/2377\",[814,54.509]],[\"parent/2377\",[868,5.144]],[\"name/2378\",[596,49.562]],[\"parent/2378\",[868,5.144]],[\"name/2379\",[816,54.509]],[\"parent/2379\",[868,5.144]],[\"name/2380\",[869,75.711]],[\"parent/2380\",[868,5.144]],[\"name/2381\",[870,56.252]],[\"parent/2381\",[]],[\"name/2382\",[198,44.954]],[\"parent/2382\",[870,5.144]],[\"name/2383\",[871,53.024]],[\"parent/2383\",[870,5.144]],[\"name/2384\",[872,51.732]],[\"parent/2384\",[870,5.144]],[\"name/2385\",[1,23.653]],[\"parent/2385\",[870,5.144]],[\"name/2386\",[198,44.954]],[\"parent/2386\",[870,5.144]],[\"name/2387\",[873,52.358]],[\"parent/2387\",[870,5.144]],[\"name/2388\",[874,52.358]],[\"parent/2388\",[870,5.144]],[\"name/2389\",[875,52.358]],[\"parent/2389\",[870,5.144]],[\"name/2390\",[539,52.358]],[\"parent/2390\",[870,5.144]],[\"name/2391\",[876,56.252]],[\"parent/2391\",[]],[\"name/2392\",[198,44.954]],[\"parent/2392\",[876,5.144]],[\"name/2393\",[871,53.024]],[\"parent/2393\",[876,5.144]],[\"name/2394\",[872,51.732]],[\"parent/2394\",[876,5.144]],[\"name/2395\",[1,23.653]],[\"parent/2395\",[876,5.144]],[\"name/2396\",[198,44.954]],[\"parent/2396\",[876,5.144]],[\"name/2397\",[873,52.358]],[\"parent/2397\",[876,5.144]],[\"name/2398\",[874,52.358]],[\"parent/2398\",[876,5.144]],[\"name/2399\",[875,52.358]],[\"parent/2399\",[876,5.144]],[\"name/2400\",[539,52.358]],[\"parent/2400\",[876,5.144]],[\"name/2401\",[877,75.711]],[\"parent/2401\",[]],[\"name/2402\",[878,75.711]],[\"parent/2402\",[]],[\"name/2403\",[879,75.711]],[\"parent/2403\",[]],[\"name/2404\",[880,56.252]],[\"parent/2404\",[]],[\"name/2405\",[198,44.954]],[\"parent/2405\",[880,5.144]],[\"name/2406\",[871,53.024]],[\"parent/2406\",[880,5.144]],[\"name/2407\",[872,51.732]],[\"parent/2407\",[880,5.144]],[\"name/2408\",[1,23.653]],[\"parent/2408\",[880,5.144]],[\"name/2409\",[198,44.954]],[\"parent/2409\",[880,5.144]],[\"name/2410\",[873,52.358]],[\"parent/2410\",[880,5.144]],[\"name/2411\",[874,52.358]],[\"parent/2411\",[880,5.144]],[\"name/2412\",[875,52.358]],[\"parent/2412\",[880,5.144]],[\"name/2413\",[539,52.358]],[\"parent/2413\",[880,5.144]],[\"name/2414\",[881,55.342]],[\"parent/2414\",[]],[\"name/2415\",[198,44.954]],[\"parent/2415\",[881,5.061]],[\"name/2416\",[871,53.024]],[\"parent/2416\",[881,5.061]],[\"name/2417\",[872,51.732]],[\"parent/2417\",[881,5.061]],[\"name/2418\",[1,23.653]],[\"parent/2418\",[881,5.061]],[\"name/2419\",[882,67.238]],[\"parent/2419\",[881,5.061]],[\"name/2420\",[198,44.954]],[\"parent/2420\",[881,5.061]],[\"name/2421\",[873,52.358]],[\"parent/2421\",[881,5.061]],[\"name/2422\",[874,52.358]],[\"parent/2422\",[881,5.061]],[\"name/2423\",[875,52.358]],[\"parent/2423\",[881,5.061]],[\"name/2424\",[539,52.358]],[\"parent/2424\",[881,5.061]],[\"name/2425\",[883,75.711]],[\"parent/2425\",[]],[\"name/2426\",[884,75.711]],[\"parent/2426\",[]],[\"name/2427\",[885,64.725]],[\"parent/2427\",[]],[\"name/2428\",[873,52.358]],[\"parent/2428\",[885,5.919]],[\"name/2429\",[874,52.358]],[\"parent/2429\",[885,5.919]],[\"name/2430\",[875,52.358]],[\"parent/2430\",[885,5.919]],[\"name/2431\",[886,57.253]],[\"parent/2431\",[]],[\"name/2432\",[872,51.732]],[\"parent/2432\",[886,5.235]],[\"name/2433\",[115,52.358]],[\"parent/2433\",[886,5.235]],[\"name/2434\",[1,23.653]],[\"parent/2434\",[886,5.235]],[\"name/2435\",[198,44.954]],[\"parent/2435\",[886,5.235]],[\"name/2436\",[873,52.358]],[\"parent/2436\",[886,5.235]],[\"name/2437\",[874,52.358]],[\"parent/2437\",[886,5.235]],[\"name/2438\",[875,52.358]],[\"parent/2438\",[886,5.235]],[\"name/2439\",[539,52.358]],[\"parent/2439\",[886,5.235]],[\"name/2440\",[887,62.718]],[\"parent/2440\",[]],[\"name/2441\",[198,44.954]],[\"parent/2441\",[887,5.735]],[\"name/2442\",[871,53.024]],[\"parent/2442\",[887,5.735]],[\"name/2443\",[872,51.732]],[\"parent/2443\",[887,5.735]],[\"name/2444\",[1,23.653]],[\"parent/2444\",[887,5.735]],[\"name/2445\",[888,75.711]],[\"parent/2445\",[]],[\"name/2446\",[889,75.711]],[\"parent/2446\",[]],[\"name/2447\",[890,56.252]],[\"parent/2447\",[]],[\"name/2448\",[198,44.954]],[\"parent/2448\",[890,5.144]],[\"name/2449\",[871,53.024]],[\"parent/2449\",[890,5.144]],[\"name/2450\",[872,51.732]],[\"parent/2450\",[890,5.144]],[\"name/2451\",[1,23.653]],[\"parent/2451\",[890,5.144]],[\"name/2452\",[198,44.954]],[\"parent/2452\",[890,5.144]],[\"name/2453\",[873,52.358]],[\"parent/2453\",[890,5.144]],[\"name/2454\",[874,52.358]],[\"parent/2454\",[890,5.144]],[\"name/2455\",[875,52.358]],[\"parent/2455\",[890,5.144]],[\"name/2456\",[539,52.358]],[\"parent/2456\",[890,5.144]],[\"name/2457\",[891,55.342]],[\"parent/2457\",[]],[\"name/2458\",[198,44.954]],[\"parent/2458\",[891,5.061]],[\"name/2459\",[871,53.024]],[\"parent/2459\",[891,5.061]],[\"name/2460\",[872,51.732]],[\"parent/2460\",[891,5.061]],[\"name/2461\",[1,23.653]],[\"parent/2461\",[891,5.061]],[\"name/2462\",[892,70.603]],[\"parent/2462\",[891,5.061]],[\"name/2463\",[539,52.358]],[\"parent/2463\",[891,5.061]],[\"name/2464\",[198,44.954]],[\"parent/2464\",[891,5.061]],[\"name/2465\",[873,52.358]],[\"parent/2465\",[891,5.061]],[\"name/2466\",[874,52.358]],[\"parent/2466\",[891,5.061]],[\"name/2467\",[875,52.358]],[\"parent/2467\",[891,5.061]],[\"name/2468\",[893,55.342]],[\"parent/2468\",[]],[\"name/2469\",[198,44.954]],[\"parent/2469\",[893,5.061]],[\"name/2470\",[871,53.024]],[\"parent/2470\",[893,5.061]],[\"name/2471\",[872,51.732]],[\"parent/2471\",[893,5.061]],[\"name/2472\",[1,23.653]],[\"parent/2472\",[893,5.061]],[\"name/2473\",[882,67.238]],[\"parent/2473\",[893,5.061]],[\"name/2474\",[198,44.954]],[\"parent/2474\",[893,5.061]],[\"name/2475\",[873,52.358]],[\"parent/2475\",[893,5.061]],[\"name/2476\",[874,52.358]],[\"parent/2476\",[893,5.061]],[\"name/2477\",[875,52.358]],[\"parent/2477\",[893,5.061]],[\"name/2478\",[539,52.358]],[\"parent/2478\",[893,5.061]],[\"name/2479\",[894,56.252]],[\"parent/2479\",[]],[\"name/2480\",[198,44.954]],[\"parent/2480\",[894,5.144]],[\"name/2481\",[871,53.024]],[\"parent/2481\",[894,5.144]],[\"name/2482\",[872,51.732]],[\"parent/2482\",[894,5.144]],[\"name/2483\",[1,23.653]],[\"parent/2483\",[894,5.144]],[\"name/2484\",[198,44.954]],[\"parent/2484\",[894,5.144]],[\"name/2485\",[873,52.358]],[\"parent/2485\",[894,5.144]],[\"name/2486\",[874,52.358]],[\"parent/2486\",[894,5.144]],[\"name/2487\",[875,52.358]],[\"parent/2487\",[894,5.144]],[\"name/2488\",[539,52.358]],[\"parent/2488\",[894,5.144]],[\"name/2489\",[895,56.252]],[\"parent/2489\",[]],[\"name/2490\",[198,44.954]],[\"parent/2490\",[895,5.144]],[\"name/2491\",[871,53.024]],[\"parent/2491\",[895,5.144]],[\"name/2492\",[872,51.732]],[\"parent/2492\",[895,5.144]],[\"name/2493\",[1,23.653]],[\"parent/2493\",[895,5.144]],[\"name/2494\",[198,44.954]],[\"parent/2494\",[895,5.144]],[\"name/2495\",[873,52.358]],[\"parent/2495\",[895,5.144]],[\"name/2496\",[874,52.358]],[\"parent/2496\",[895,5.144]],[\"name/2497\",[875,52.358]],[\"parent/2497\",[895,5.144]],[\"name/2498\",[539,52.358]],[\"parent/2498\",[895,5.144]],[\"name/2499\",[896,56.252]],[\"parent/2499\",[]],[\"name/2500\",[198,44.954]],[\"parent/2500\",[896,5.144]],[\"name/2501\",[871,53.024]],[\"parent/2501\",[896,5.144]],[\"name/2502\",[872,51.732]],[\"parent/2502\",[896,5.144]],[\"name/2503\",[1,23.653]],[\"parent/2503\",[896,5.144]],[\"name/2504\",[198,44.954]],[\"parent/2504\",[896,5.144]],[\"name/2505\",[873,52.358]],[\"parent/2505\",[896,5.144]],[\"name/2506\",[874,52.358]],[\"parent/2506\",[896,5.144]],[\"name/2507\",[875,52.358]],[\"parent/2507\",[896,5.144]],[\"name/2508\",[539,52.358]],[\"parent/2508\",[896,5.144]],[\"name/2509\",[897,75.711]],[\"parent/2509\",[]],[\"name/2510\",[898,56.252]],[\"parent/2510\",[]],[\"name/2511\",[872,51.732]],[\"parent/2511\",[898,5.144]],[\"name/2512\",[115,52.358]],[\"parent/2512\",[898,5.144]],[\"name/2513\",[1,23.653]],[\"parent/2513\",[898,5.144]],[\"name/2514\",[882,67.238]],[\"parent/2514\",[898,5.144]],[\"name/2515\",[198,44.954]],[\"parent/2515\",[898,5.144]],[\"name/2516\",[873,52.358]],[\"parent/2516\",[898,5.144]],[\"name/2517\",[874,52.358]],[\"parent/2517\",[898,5.144]],[\"name/2518\",[875,52.358]],[\"parent/2518\",[898,5.144]],[\"name/2519\",[539,52.358]],[\"parent/2519\",[898,5.144]],[\"name/2520\",[899,62.718]],[\"parent/2520\",[]],[\"name/2521\",[198,44.954]],[\"parent/2521\",[899,5.735]],[\"name/2522\",[871,53.024]],[\"parent/2522\",[899,5.735]],[\"name/2523\",[872,51.732]],[\"parent/2523\",[899,5.735]],[\"name/2524\",[1,23.653]],[\"parent/2524\",[899,5.735]],[\"name/2525\",[900,75.711]],[\"parent/2525\",[]],[\"name/2526\",[901,57.253]],[\"parent/2526\",[]],[\"name/2527\",[902,75.711]],[\"parent/2527\",[901,5.235]],[\"name/2528\",[903,75.711]],[\"parent/2528\",[901,5.235]],[\"name/2529\",[904,75.711]],[\"parent/2529\",[901,5.235]],[\"name/2530\",[905,75.711]],[\"parent/2530\",[901,5.235]],[\"name/2531\",[488,61.048]],[\"parent/2531\",[901,5.235]],[\"name/2532\",[249,64.725]],[\"parent/2532\",[901,5.235]],[\"name/2533\",[344,67.238]],[\"parent/2533\",[901,5.235]],[\"name/2534\",[906,75.711]],[\"parent/2534\",[901,5.235]],[\"name/2535\",[907,56.252]],[\"parent/2535\",[]],[\"name/2536\",[198,44.954]],[\"parent/2536\",[907,5.144]],[\"name/2537\",[871,53.024]],[\"parent/2537\",[907,5.144]],[\"name/2538\",[872,51.732]],[\"parent/2538\",[907,5.144]],[\"name/2539\",[1,23.653]],[\"parent/2539\",[907,5.144]],[\"name/2540\",[198,44.954]],[\"parent/2540\",[907,5.144]],[\"name/2541\",[873,52.358]],[\"parent/2541\",[907,5.144]],[\"name/2542\",[874,52.358]],[\"parent/2542\",[907,5.144]],[\"name/2543\",[875,52.358]],[\"parent/2543\",[907,5.144]],[\"name/2544\",[539,52.358]],[\"parent/2544\",[907,5.144]],[\"name/2545\",[908,56.252]],[\"parent/2545\",[]],[\"name/2546\",[198,44.954]],[\"parent/2546\",[908,5.144]],[\"name/2547\",[871,53.024]],[\"parent/2547\",[908,5.144]],[\"name/2548\",[872,51.732]],[\"parent/2548\",[908,5.144]],[\"name/2549\",[1,23.653]],[\"parent/2549\",[908,5.144]],[\"name/2550\",[198,44.954]],[\"parent/2550\",[908,5.144]],[\"name/2551\",[873,52.358]],[\"parent/2551\",[908,5.144]],[\"name/2552\",[874,52.358]],[\"parent/2552\",[908,5.144]],[\"name/2553\",[875,52.358]],[\"parent/2553\",[908,5.144]],[\"name/2554\",[539,52.358]],[\"parent/2554\",[908,5.144]],[\"name/2555\",[909,62.718]],[\"parent/2555\",[]],[\"name/2556\",[1,23.653]],[\"parent/2556\",[909,5.735]],[\"name/2557\",[4,28.033]],[\"parent/2557\",[909,5.735]],[\"name/2558\",[5,28.497]],[\"parent/2558\",[909,5.735]],[\"name/2559\",[6,28.497]],[\"parent/2559\",[909,5.735]],[\"name/2560\",[910,59.617]],[\"parent/2560\",[]],[\"name/2561\",[1,23.653]],[\"parent/2561\",[910,5.451]],[\"name/2562\",[2,35.398]],[\"parent/2562\",[910,5.451]],[\"name/2563\",[19,59.617]],[\"parent/2563\",[910,5.451]],[\"name/2564\",[4,28.033]],[\"parent/2564\",[910,5.451]],[\"name/2565\",[6,28.497]],[\"parent/2565\",[910,5.451]],[\"name/2566\",[5,28.497]],[\"parent/2566\",[910,5.451]],[\"name/2567\",[911,55.342]],[\"parent/2567\",[]],[\"name/2568\",[1,23.653]],[\"parent/2568\",[911,5.061]],[\"name/2569\",[285,47.779]],[\"parent/2569\",[911,5.061]],[\"name/2570\",[264,51.732]],[\"parent/2570\",[911,5.061]],[\"name/2571\",[428,59.617]],[\"parent/2571\",[911,5.061]],[\"name/2572\",[912,75.711]],[\"parent/2572\",[911,5.061]],[\"name/2573\",[913,75.711]],[\"parent/2573\",[911,5.061]],[\"name/2574\",[4,28.033]],[\"parent/2574\",[911,5.061]],[\"name/2575\",[6,28.497]],[\"parent/2575\",[911,5.061]],[\"name/2576\",[5,28.497]],[\"parent/2576\",[911,5.061]],[\"name/2577\",[914,75.711]],[\"parent/2577\",[911,5.061]],[\"name/2578\",[915,75.711]],[\"parent/2578\",[]],[\"name/2579\",[916,75.711]],[\"parent/2579\",[]],[\"name/2580\",[917,58.365]],[\"parent/2580\",[]],[\"name/2581\",[1,23.653]],[\"parent/2581\",[917,5.337]],[\"name/2582\",[892,70.603]],[\"parent/2582\",[917,5.337]],[\"name/2583\",[285,47.779]],[\"parent/2583\",[917,5.337]],[\"name/2584\",[4,28.033]],[\"parent/2584\",[917,5.337]],[\"name/2585\",[5,28.497]],[\"parent/2585\",[917,5.337]],[\"name/2586\",[918,75.711]],[\"parent/2586\",[917,5.337]],[\"name/2587\",[6,28.497]],[\"parent/2587\",[917,5.337]],[\"name/2588\",[919,61.048]],[\"parent/2588\",[]],[\"name/2589\",[1,23.653]],[\"parent/2589\",[919,5.582]],[\"name/2590\",[19,59.617]],[\"parent/2590\",[919,5.582]],[\"name/2591\",[4,28.033]],[\"parent/2591\",[919,5.582]],[\"name/2592\",[5,28.497]],[\"parent/2592\",[919,5.582]],[\"name/2593\",[6,28.497]],[\"parent/2593\",[919,5.582]],[\"name/2594\",[920,61.048]],[\"parent/2594\",[]],[\"name/2595\",[1,23.653]],[\"parent/2595\",[920,5.582]],[\"name/2596\",[19,59.617]],[\"parent/2596\",[920,5.582]],[\"name/2597\",[5,28.497]],[\"parent/2597\",[920,5.582]],[\"name/2598\",[4,28.033]],[\"parent/2598\",[920,5.582]],[\"name/2599\",[6,28.497]],[\"parent/2599\",[920,5.582]],[\"name/2600\",[921,61.048]],[\"parent/2600\",[]],[\"name/2601\",[1,23.653]],[\"parent/2601\",[921,5.582]],[\"name/2602\",[238,64.725]],[\"parent/2602\",[921,5.582]],[\"name/2603\",[5,28.497]],[\"parent/2603\",[921,5.582]],[\"name/2604\",[4,28.033]],[\"parent/2604\",[921,5.582]],[\"name/2605\",[6,28.497]],[\"parent/2605\",[921,5.582]],[\"name/2606\",[922,61.048]],[\"parent/2606\",[]],[\"name/2607\",[1,23.653]],[\"parent/2607\",[922,5.582]],[\"name/2608\",[168,59.617]],[\"parent/2608\",[922,5.582]],[\"name/2609\",[5,28.497]],[\"parent/2609\",[922,5.582]],[\"name/2610\",[4,28.033]],[\"parent/2610\",[922,5.582]],[\"name/2611\",[6,28.497]],[\"parent/2611\",[922,5.582]],[\"name/2612\",[923,56.252]],[\"parent/2612\",[]],[\"name/2613\",[1,23.653]],[\"parent/2613\",[923,5.144]],[\"name/2614\",[19,59.617]],[\"parent/2614\",[923,5.144]],[\"name/2615\",[924,75.711]],[\"parent/2615\",[923,5.144]],[\"name/2616\",[925,75.711]],[\"parent/2616\",[923,5.144]],[\"name/2617\",[4,28.033]],[\"parent/2617\",[923,5.144]],[\"name/2618\",[5,28.497]],[\"parent/2618\",[923,5.144]],[\"name/2619\",[20,67.238]],[\"parent/2619\",[923,5.144]],[\"name/2620\",[18,67.238]],[\"parent/2620\",[923,5.144]],[\"name/2621\",[6,28.497]],[\"parent/2621\",[923,5.144]],[\"name/2622\",[926,61.048]],[\"parent/2622\",[]],[\"name/2623\",[1,23.653]],[\"parent/2623\",[926,5.582]],[\"name/2624\",[927,75.711]],[\"parent/2624\",[926,5.582]],[\"name/2625\",[4,28.033]],[\"parent/2625\",[926,5.582]],[\"name/2626\",[5,28.497]],[\"parent/2626\",[926,5.582]],[\"name/2627\",[6,28.497]],[\"parent/2627\",[926,5.582]],[\"name/2628\",[928,59.617]],[\"parent/2628\",[]],[\"name/2629\",[1,23.653]],[\"parent/2629\",[928,5.451]],[\"name/2630\",[2,35.398]],[\"parent/2630\",[928,5.451]],[\"name/2631\",[19,59.617]],[\"parent/2631\",[928,5.451]],[\"name/2632\",[4,28.033]],[\"parent/2632\",[928,5.451]],[\"name/2633\",[5,28.497]],[\"parent/2633\",[928,5.451]],[\"name/2634\",[6,28.497]],[\"parent/2634\",[928,5.451]],[\"name/2635\",[929,62.718]],[\"parent/2635\",[]],[\"name/2636\",[1,23.653]],[\"parent/2636\",[929,5.735]],[\"name/2637\",[930,64.725]],[\"parent/2637\",[929,5.735]],[\"name/2638\",[931,64.725]],[\"parent/2638\",[929,5.735]],[\"name/2639\",[932,64.725]],[\"parent/2639\",[929,5.735]],[\"name/2640\",[83,53.024]],[\"parent/2640\",[]],[\"name/2641\",[930,64.725]],[\"parent/2641\",[83,4.849]],[\"name/2642\",[931,64.725]],[\"parent/2642\",[83,4.849]],[\"name/2643\",[932,64.725]],[\"parent/2643\",[83,4.849]],[\"name/2644\",[933,59.617]],[\"parent/2644\",[]],[\"name/2645\",[1,23.653]],[\"parent/2645\",[933,5.451]],[\"name/2646\",[70,53.739]],[\"parent/2646\",[933,5.451]],[\"name/2647\",[2,35.398]],[\"parent/2647\",[933,5.451]],[\"name/2648\",[930,64.725]],[\"parent/2648\",[933,5.451]],[\"name/2649\",[932,64.725]],[\"parent/2649\",[933,5.451]],[\"name/2650\",[931,64.725]],[\"parent/2650\",[933,5.451]],[\"name/2651\",[934,58.365]],[\"parent/2651\",[]],[\"name/2652\",[1,23.653]],[\"parent/2652\",[934,5.337]],[\"name/2653\",[70,53.739]],[\"parent/2653\",[934,5.337]],[\"name/2654\",[750,70.603]],[\"parent/2654\",[934,5.337]],[\"name/2655\",[2,35.398]],[\"parent/2655\",[934,5.337]],[\"name/2656\",[930,64.725]],[\"parent/2656\",[934,5.337]],[\"name/2657\",[932,64.725]],[\"parent/2657\",[934,5.337]],[\"name/2658\",[931,64.725]],[\"parent/2658\",[934,5.337]],[\"name/2659\",[935,67.238]],[\"parent/2659\",[]],[\"name/2660\",[936,59.617]],[\"parent/2660\",[935,6.148]],[\"name/2661\",[937,59.617]],[\"parent/2661\",[935,6.148]],[\"name/2662\",[938,61.048]],[\"parent/2662\",[]],[\"name/2663\",[1,23.653]],[\"parent/2663\",[938,5.582]],[\"name/2664\",[700,62.718]],[\"parent/2664\",[938,5.582]],[\"name/2665\",[936,59.617]],[\"parent/2665\",[938,5.582]],[\"name/2666\",[937,59.617]],[\"parent/2666\",[938,5.582]],[\"name/2667\",[939,75.711]],[\"parent/2667\",[938,5.582]],[\"name/2668\",[940,64.725]],[\"parent/2668\",[]],[\"name/2669\",[941,75.711]],[\"parent/2669\",[940,5.919]],[\"name/2670\",[36,70.603]],[\"parent/2670\",[940,5.919]],[\"name/2671\",[38,70.603]],[\"parent/2671\",[940,5.919]],[\"name/2672\",[942,53.024]],[\"parent/2672\",[]],[\"name/2673\",[1,23.653]],[\"parent/2673\",[942,4.849]],[\"name/2674\",[700,62.718]],[\"parent/2674\",[942,4.849]],[\"name/2675\",[264,51.732]],[\"parent/2675\",[942,4.849]],[\"name/2676\",[943,75.711]],[\"parent/2676\",[942,4.849]],[\"name/2677\",[936,59.617]],[\"parent/2677\",[942,4.849]],[\"name/2678\",[937,59.617]],[\"parent/2678\",[942,4.849]],[\"name/2679\",[944,75.711]],[\"parent/2679\",[942,4.849]],[\"name/2680\",[945,75.711]],[\"parent/2680\",[942,4.849]],[\"name/2681\",[946,75.711]],[\"parent/2681\",[942,4.849]],[\"name/2682\",[947,75.711]],[\"parent/2682\",[942,4.849]],[\"name/2683\",[948,75.711]],[\"parent/2683\",[942,4.849]],[\"name/2684\",[949,75.711]],[\"parent/2684\",[942,4.849]],[\"name/2685\",[950,75.711]],[\"parent/2685\",[942,4.849]],[\"name/2686\",[951,67.238]],[\"parent/2686\",[]],[\"name/2687\",[936,59.617]],[\"parent/2687\",[951,6.148]],[\"name/2688\",[937,59.617]],[\"parent/2688\",[951,6.148]],[\"name/2689\",[952,62.718]],[\"parent/2689\",[]],[\"name/2690\",[953,75.711]],[\"parent/2690\",[952,5.735]],[\"name/2691\",[954,75.711]],[\"parent/2691\",[952,5.735]],[\"name/2692\",[955,75.711]],[\"parent/2692\",[952,5.735]],[\"name/2693\",[956,51.732]],[\"parent/2693\",[]],[\"name/2694\",[1,23.653]],[\"parent/2694\",[956,4.73]],[\"name/2695\",[2,35.398]],[\"parent/2695\",[956,4.73]],[\"name/2696\",[957,75.711]],[\"parent/2696\",[956,4.73]],[\"name/2697\",[958,75.711]],[\"parent/2697\",[956,4.73]],[\"name/2698\",[959,75.711]],[\"parent/2698\",[956,4.73]],[\"name/2699\",[952,62.718]],[\"parent/2699\",[956,4.73]],[\"name/2700\",[960,75.711]],[\"parent/2700\",[956,4.73]],[\"name/2701\",[961,75.711]],[\"parent/2701\",[956,4.73]],[\"name/2702\",[962,75.711]],[\"parent/2702\",[956,4.73]],[\"name/2703\",[963,75.711]],[\"parent/2703\",[956,4.73]],[\"name/2704\",[936,59.617]],[\"parent/2704\",[956,4.73]],[\"name/2705\",[937,59.617]],[\"parent/2705\",[956,4.73]],[\"name/2706\",[964,67.238]],[\"parent/2706\",[956,4.73]],[\"name/2707\",[965,67.238]],[\"parent/2707\",[956,4.73]],[\"name/2708\",[420,62.718]],[\"parent/2708\",[956,4.73]],[\"name/2709\",[966,67.238]],[\"parent/2709\",[]],[\"name/2710\",[964,67.238]],[\"parent/2710\",[966,6.148]],[\"name/2711\",[965,67.238]],[\"parent/2711\",[966,6.148]],[\"name/2712\",[967,58.365]],[\"parent/2712\",[]],[\"name/2713\",[1,23.653]],[\"parent/2713\",[967,5.337]],[\"name/2714\",[2,35.398]],[\"parent/2714\",[967,5.337]],[\"name/2715\",[700,62.718]],[\"parent/2715\",[967,5.337]],[\"name/2716\",[968,75.711]],[\"parent/2716\",[967,5.337]],[\"name/2717\",[964,67.238]],[\"parent/2717\",[967,5.337]],[\"name/2718\",[965,67.238]],[\"parent/2718\",[967,5.337]],[\"name/2719\",[969,75.711]],[\"parent/2719\",[967,5.337]],[\"name/2720\",[970,58.365]],[\"parent/2720\",[]],[\"name/2721\",[1,23.653]],[\"parent/2721\",[970,5.337]],[\"name/2722\",[2,35.398]],[\"parent/2722\",[970,5.337]],[\"name/2723\",[700,62.718]],[\"parent/2723\",[970,5.337]],[\"name/2724\",[32,67.238]],[\"parent/2724\",[970,5.337]],[\"name/2725\",[936,59.617]],[\"parent/2725\",[970,5.337]],[\"name/2726\",[937,59.617]],[\"parent/2726\",[970,5.337]],[\"name/2727\",[971,75.711]],[\"parent/2727\",[970,5.337]],[\"name/2728\",[972,62.718]],[\"parent/2728\",[]],[\"name/2729\",[1,23.653]],[\"parent/2729\",[972,5.735]],[\"name/2730\",[2,35.398]],[\"parent/2730\",[972,5.735]],[\"name/2731\",[936,59.617]],[\"parent/2731\",[972,5.735]],[\"name/2732\",[937,59.617]],[\"parent/2732\",[972,5.735]],[\"name/2733\",[973,61.048]],[\"parent/2733\",[]],[\"name/2734\",[1,23.653]],[\"parent/2734\",[973,5.582]],[\"name/2735\",[974,75.711]],[\"parent/2735\",[973,5.582]],[\"name/2736\",[975,75.711]],[\"parent/2736\",[973,5.582]],[\"name/2737\",[976,75.711]],[\"parent/2737\",[973,5.582]],[\"name/2738\",[977,64.725]],[\"parent/2738\",[973,5.582]],[\"name/2739\",[978,64.725]],[\"parent/2739\",[]],[\"name/2740\",[1,23.653]],[\"parent/2740\",[978,5.919]],[\"name/2741\",[979,70.603]],[\"parent/2741\",[978,5.919]],[\"name/2742\",[977,64.725]],[\"parent/2742\",[978,5.919]],[\"name/2743\",[980,64.725]],[\"parent/2743\",[]],[\"name/2744\",[1,23.653]],[\"parent/2744\",[980,5.919]],[\"name/2745\",[979,70.603]],[\"parent/2745\",[980,5.919]],[\"name/2746\",[977,64.725]],[\"parent/2746\",[980,5.919]],[\"name/2747\",[981,75.711]],[\"parent/2747\",[]],[\"name/2748\",[982,75.711]],[\"parent/2748\",[]],[\"name/2749\",[363,64.725]],[\"parent/2749\",[]],[\"name/2750\",[983,75.711]],[\"parent/2750\",[]],[\"name/2751\",[984,67.238]],[\"parent/2751\",[]],[\"name/2752\",[984,67.238]],[\"parent/2752\",[984,6.148]],[\"name/2753\",[985,64.725]],[\"parent/2753\",[]],[\"name/2754\",[986,75.711]],[\"parent/2754\",[985,5.919]],[\"name/2755\",[985,64.725]],[\"parent/2755\",[985,5.919]],[\"name/2756\",[303,54.509]],[\"parent/2756\",[]],[\"name/2757\",[977,64.725]],[\"parent/2757\",[303,4.984]],[\"name/2758\",[987,75.711]],[\"parent/2758\",[]],[\"name/2759\",[988,75.711]],[\"parent/2759\",[]],[\"name/2760\",[989,75.711]],[\"parent/2760\",[]],[\"name/2761\",[990,75.711]],[\"parent/2761\",[]],[\"name/2762\",[991,75.711]],[\"parent/2762\",[]],[\"name/2763\",[992,75.711]],[\"parent/2763\",[]],[\"name/2764\",[993,75.711]],[\"parent/2764\",[]],[\"name/2765\",[994,75.711]],[\"parent/2765\",[]],[\"name/2766\",[995,75.711]],[\"parent/2766\",[]],[\"name/2767\",[996,75.711]],[\"parent/2767\",[]],[\"name/2768\",[997,75.711]],[\"parent/2768\",[]],[\"name/2769\",[998,70.603]],[\"parent/2769\",[]],[\"name/2770\",[115,52.358]],[\"parent/2770\",[998,6.456]],[\"name/2771\",[26,67.238]],[\"parent/2771\",[999,6.456]],[\"name/2772\",[1000,75.711]],[\"parent/2772\",[999,6.456]],[\"name/2773\",[1001,75.711]],[\"parent/2773\",[]],[\"name/2774\",[1002,75.711]],[\"parent/2774\",[]],[\"name/2775\",[1003,75.711]],[\"parent/2775\",[]],[\"name/2776\",[1004,75.711]],[\"parent/2776\",[]],[\"name/2777\",[1005,75.711]],[\"parent/2777\",[]],[\"name/2778\",[1006,75.711]],[\"parent/2778\",[]],[\"name/2779\",[1007,75.711]],[\"parent/2779\",[]],[\"name/2780\",[1008,75.711]],[\"parent/2780\",[]],[\"name/2781\",[1009,75.711]],[\"parent/2781\",[]],[\"name/2782\",[1010,75.711]],[\"parent/2782\",[]],[\"name/2783\",[1011,75.711]],[\"parent/2783\",[]],[\"name/2784\",[1012,75.711]],[\"parent/2784\",[]],[\"name/2785\",[1013,75.711]],[\"parent/2785\",[]],[\"name/2786\",[1014,75.711]],[\"parent/2786\",[]],[\"name/2787\",[1015,75.711]],[\"parent/2787\",[]],[\"name/2788\",[1016,75.711]],[\"parent/2788\",[]],[\"name/2789\",[1017,75.711]],[\"parent/2789\",[]],[\"name/2790\",[1018,75.711]],[\"parent/2790\",[]],[\"name/2791\",[1019,75.711]],[\"parent/2791\",[]],[\"name/2792\",[1020,67.238]],[\"parent/2792\",[]],[\"name/2793\",[1021,61.048]],[\"parent/2793\",[1020,6.148]],[\"name/2794\",[240,59.617]],[\"parent/2794\",[1020,6.148]],[\"name/2795\",[1022,62.718]],[\"parent/2795\",[]],[\"name/2796\",[1023,67.238]],[\"parent/2796\",[1022,5.735]],[\"name/2797\",[115,52.358]],[\"parent/2797\",[1022,5.735]],[\"name/2798\",[1024,75.711]],[\"parent/2798\",[1025,6.456]],[\"name/2799\",[683,67.238]],[\"parent/2799\",[1025,6.456]],[\"name/2800\",[1021,61.048]],[\"parent/2800\",[1022,5.735]],[\"name/2801\",[240,59.617]],[\"parent/2801\",[1022,5.735]],[\"name/2802\",[1026,67.238]],[\"parent/2802\",[]],[\"name/2803\",[1021,61.048]],[\"parent/2803\",[1026,6.148]],[\"name/2804\",[240,59.617]],[\"parent/2804\",[1026,6.148]],[\"name/2805\",[1027,67.238]],[\"parent/2805\",[]],[\"name/2806\",[1021,61.048]],[\"parent/2806\",[1027,6.148]],[\"name/2807\",[240,59.617]],[\"parent/2807\",[1027,6.148]],[\"name/2808\",[1028,67.238]],[\"parent/2808\",[]],[\"name/2809\",[1021,61.048]],[\"parent/2809\",[1028,6.148]],[\"name/2810\",[240,59.617]],[\"parent/2810\",[1028,6.148]],[\"name/2811\",[1029,67.238]],[\"parent/2811\",[]],[\"name/2812\",[1021,61.048]],[\"parent/2812\",[1029,6.148]],[\"name/2813\",[240,59.617]],[\"parent/2813\",[1029,6.148]],[\"name/2814\",[233,56.252]],[\"parent/2814\",[]],[\"name/2815\",[238,64.725]],[\"parent/2815\",[233,5.144]],[\"name/2816\",[1023,67.238]],[\"parent/2816\",[233,5.144]],[\"name/2817\",[1030,70.603]],[\"parent/2817\",[]],[\"name/2818\",[1031,75.711]],[\"parent/2818\",[1030,6.456]],[\"name/2819\",[1032,67.238]],[\"parent/2819\",[]],[\"name/2820\",[253,64.725]],[\"parent/2820\",[1032,6.148]],[\"name/2821\",[1023,67.238]],[\"parent/2821\",[1032,6.148]],[\"name/2822\",[1033,62.718]],[\"parent/2822\",[]],[\"name/2823\",[1034,75.711]],[\"parent/2823\",[1033,5.735]],[\"name/2824\",[1035,75.711]],[\"parent/2824\",[1033,5.735]],[\"name/2825\",[342,70.603]],[\"parent/2825\",[1033,5.735]],[\"name/2826\",[1036,75.711]],[\"parent/2826\",[1033,5.735]],[\"name/2827\",[1037,75.711]],[\"parent/2827\",[]],[\"name/2828\",[1038,75.711]],[\"parent/2828\",[]],[\"name/2829\",[1039,75.711]],[\"parent/2829\",[]],[\"name/2830\",[1040,75.711]],[\"parent/2830\",[]],[\"name/2831\",[1041,75.711]],[\"parent/2831\",[]],[\"name/2832\",[1042,75.711]],[\"parent/2832\",[]],[\"name/2833\",[1043,75.711]],[\"parent/2833\",[]],[\"name/2834\",[1044,75.711]],[\"parent/2834\",[]],[\"name/2835\",[1045,75.711]],[\"parent/2835\",[]],[\"name/2836\",[1046,75.711]],[\"parent/2836\",[]],[\"name/2837\",[1047,75.711]],[\"parent/2837\",[]],[\"name/2838\",[1048,75.711]],[\"parent/2838\",[]],[\"name/2839\",[1049,75.711]],[\"parent/2839\",[]],[\"name/2840\",[1050,75.711]],[\"parent/2840\",[]],[\"name/2841\",[1051,75.711]],[\"parent/2841\",[]],[\"name/2842\",[1052,75.711]],[\"parent/2842\",[]],[\"name/2843\",[1053,75.711]],[\"parent/2843\",[]],[\"name/2844\",[1054,75.711]],[\"parent/2844\",[]],[\"name/2845\",[1055,75.711]],[\"parent/2845\",[]],[\"name/2846\",[1056,75.711]],[\"parent/2846\",[]],[\"name/2847\",[1057,75.711]],[\"parent/2847\",[]],[\"name/2848\",[1058,75.711]],[\"parent/2848\",[]],[\"name/2849\",[1059,75.711]],[\"parent/2849\",[]],[\"name/2850\",[1060,75.711]],[\"parent/2850\",[]],[\"name/2851\",[1061,75.711]],[\"parent/2851\",[]],[\"name/2852\",[1062,75.711]],[\"parent/2852\",[]],[\"name/2853\",[1063,70.603]],[\"parent/2853\",[]],[\"name/2854\",[1,23.653]],[\"parent/2854\",[1063,6.456]],[\"name/2855\",[1064,75.711]],[\"parent/2855\",[]],[\"name/2856\",[1065,75.711]],[\"parent/2856\",[]],[\"name/2857\",[1066,75.711]],[\"parent/2857\",[]],[\"name/2858\",[1067,75.711]],[\"parent/2858\",[]],[\"name/2859\",[1068,75.711]],[\"parent/2859\",[]],[\"name/2860\",[1069,75.711]],[\"parent/2860\",[]],[\"name/2861\",[1070,75.711]],[\"parent/2861\",[]],[\"name/2862\",[1071,75.711]],[\"parent/2862\",[]],[\"name/2863\",[1072,75.711]],[\"parent/2863\",[]],[\"name/2864\",[1073,75.711]],[\"parent/2864\",[]],[\"name/2865\",[1074,75.711]],[\"parent/2865\",[]],[\"name/2866\",[1075,75.711]],[\"parent/2866\",[]],[\"name/2867\",[1076,67.238]],[\"parent/2867\",[]],[\"name/2868\",[1077,75.711]],[\"parent/2868\",[1076,6.148]],[\"name/2869\",[1078,75.711]],[\"parent/2869\",[1076,6.148]],[\"name/2870\",[1079,75.711]],[\"parent/2870\",[]],[\"name/2871\",[1080,75.711]],[\"parent/2871\",[]],[\"name/2872\",[1081,75.711]],[\"parent/2872\",[]],[\"name/2873\",[1082,75.711]],[\"parent/2873\",[]],[\"name/2874\",[1083,75.711]],[\"parent/2874\",[]],[\"name/2875\",[1084,75.711]],[\"parent/2875\",[]],[\"name/2876\",[1085,75.711]],[\"parent/2876\",[]],[\"name/2877\",[1086,75.711]],[\"parent/2877\",[]],[\"name/2878\",[1087,75.711]],[\"parent/2878\",[]],[\"name/2879\",[1088,75.711]],[\"parent/2879\",[]],[\"name/2880\",[1089,75.711]],[\"parent/2880\",[]],[\"name/2881\",[1090,75.711]],[\"parent/2881\",[]],[\"name/2882\",[1091,75.711]],[\"parent/2882\",[]],[\"name/2883\",[1092,75.711]],[\"parent/2883\",[]],[\"name/2884\",[26,67.238]],[\"parent/2884\",[]],[\"name/2885\",[196,67.238]],[\"parent/2885\",[]],[\"name/2886\",[1093,75.711]],[\"parent/2886\",[]],[\"name/2887\",[1094,75.711]],[\"parent/2887\",[]],[\"name/2888\",[1095,75.711]],[\"parent/2888\",[]],[\"name/2889\",[1096,75.711]],[\"parent/2889\",[]],[\"name/2890\",[1097,75.711]],[\"parent/2890\",[]],[\"name/2891\",[1098,75.711]],[\"parent/2891\",[]],[\"name/2892\",[1099,75.711]],[\"parent/2892\",[]],[\"name/2893\",[1100,75.711]],[\"parent/2893\",[]],[\"name/2894\",[1101,75.711]],[\"parent/2894\",[]],[\"name/2895\",[1102,75.711]],[\"parent/2895\",[]],[\"name/2896\",[1103,75.711]],[\"parent/2896\",[]],[\"name/2897\",[1104,75.711]],[\"parent/2897\",[]],[\"name/2898\",[1105,75.711]],[\"parent/2898\",[]],[\"name/2899\",[1106,75.711]],[\"parent/2899\",[]],[\"name/2900\",[1107,75.711]],[\"parent/2900\",[]],[\"name/2901\",[1108,75.711]],[\"parent/2901\",[]],[\"name/2902\",[1109,75.711]],[\"parent/2902\",[]],[\"name/2903\",[1110,75.711]],[\"parent/2903\",[]],[\"name/2904\",[1111,75.711]],[\"parent/2904\",[]],[\"name/2905\",[1112,75.711]],[\"parent/2905\",[]],[\"name/2906\",[1113,75.711]],[\"parent/2906\",[]],[\"name/2907\",[1114,75.711]],[\"parent/2907\",[]],[\"name/2908\",[1115,75.711]],[\"parent/2908\",[]],[\"name/2909\",[1116,75.711]],[\"parent/2909\",[]],[\"name/2910\",[1117,75.711]],[\"parent/2910\",[]]],\"invertedIndex\":[[\"__type\",{\"_index\":115,\"name\":{\"279\":{},\"505\":{},\"641\":{},\"859\":{},\"863\":{},\"1402\":{},\"1543\":{},\"1659\":{},\"1941\":{},\"2035\":{},\"2082\":{},\"2433\":{},\"2512\":{},\"2770\":{},\"2797\":{}},\"parent\":{}}],[\"absolutefilepath\",{\"_index\":1039,\"name\":{\"2829\":{}},\"parent\":{}}],[\"absolutepathinteractionroute\",{\"_index\":373,\"name\":{\"922\":{}},\"parent\":{\"923\":{},\"924\":{},\"925\":{}}}],[\"accept\",{\"_index\":1022,\"name\":{\"2795\":{}},\"parent\":{\"2796\":{},\"2797\":{},\"2800\":{},\"2801\":{}}}],[\"accept.__type\",{\"_index\":1025,\"name\":{},\"parent\":{\"2798\":{},\"2799\":{}}}],[\"acceptcharset\",{\"_index\":1026,\"name\":{\"2802\":{}},\"parent\":{\"2803\":{},\"2804\":{}}}],[\"acceptdatetime\",{\"_index\":1029,\"name\":{\"2811\":{}},\"parent\":{\"2812\":{},\"2813\":{}}}],[\"acceptencoding\",{\"_index\":1027,\"name\":{\"2805\":{}},\"parent\":{\"2806\":{},\"2807\":{}}}],[\"acceptheader\",{\"_index\":1020,\"name\":{\"2792\":{}},\"parent\":{\"2793\":{},\"2794\":{}}}],[\"acceptlanguage\",{\"_index\":1028,\"name\":{\"2808\":{}},\"parent\":{\"2809\":{},\"2810\":{}}}],[\"acceptpreferenceparser\",{\"_index\":144,\"name\":{\"380\":{}},\"parent\":{\"381\":{},\"382\":{},\"383\":{},\"384\":{}}}],[\"accepttypes\",{\"_index\":175,\"name\":{\"504\":{}},\"parent\":{}}],[\"accesschecker\",{\"_index\":24,\"name\":{\"52\":{},\"194\":{}},\"parent\":{\"53\":{},\"54\":{},\"55\":{},\"56\":{}}}],[\"accesscheckerargs\",{\"_index\":25,\"name\":{\"57\":{}},\"parent\":{\"58\":{},\"59\":{},\"60\":{}}}],[\"accessmode\",{\"_index\":35,\"name\":{\"80\":{}},\"parent\":{\"81\":{},\"82\":{},\"83\":{},\"84\":{},\"85\":{}}}],[\"accessor\",{\"_index\":620,\"name\":{\"1674\":{},\"1712\":{},\"2133\":{},\"2256\":{}},\"parent\":{}}],[\"accountpayload\",{\"_index\":327,\"name\":{\"829\":{}},\"parent\":{\"830\":{},\"831\":{},\"832\":{},\"833\":{}}}],[\"accountsettings\",{\"_index\":316,\"name\":{\"814\":{}},\"parent\":{\"815\":{},\"816\":{},\"817\":{}}}],[\"accountstore\",{\"_index\":66,\"name\":{\"146\":{},\"730\":{},\"737\":{},\"755\":{},\"762\":{},\"767\":{},\"774\":{},\"788\":{},\"807\":{},\"818\":{},\"889\":{},\"916\":{}},\"parent\":{\"819\":{},\"820\":{},\"821\":{},\"822\":{},\"823\":{},\"824\":{},\"825\":{},\"826\":{},\"827\":{},\"828\":{}}}],[\"acl\",{\"_index\":26,\"name\":{\"58\":{},\"2771\":{},\"2884\":{}},\"parent\":{}}],[\"aclstore\",{\"_index\":82,\"name\":{\"192\":{}},\"parent\":{}}],[\"aclstrategy\",{\"_index\":67,\"name\":{\"147\":{},\"191\":{}},\"parent\":{}}],[\"acltopermission\",{\"_index\":193,\"name\":{\"549\":{}},\"parent\":{}}],[\"acquire\",{\"_index\":964,\"name\":{\"2706\":{},\"2710\":{},\"2717\":{}},\"parent\":{}}],[\"adapterfactory\",{\"_index\":260,\"name\":{\"675\":{},\"686\":{},\"1022\":{}},\"parent\":{\"1023\":{}}}],[\"add\",{\"_index\":222,\"name\":{\"625\":{}},\"parent\":{}}],[\"addgeneratedresources\",{\"_index\":519,\"name\":{\"1389\":{}},\"parent\":{}}],[\"addheader\",{\"_index\":1014,\"name\":{\"2786\":{}},\"parent\":{}}],[\"addmetadata\",{\"_index\":97,\"name\":{\"212\":{},\"231\":{},\"264\":{}},\"parent\":{}}],[\"addposixmetadata\",{\"_index\":611,\"name\":{\"1652\":{}},\"parent\":{}}],[\"addquad\",{\"_index\":218,\"name\":{\"621\":{}},\"parent\":{}}],[\"addquads\",{\"_index\":219,\"name\":{\"622\":{}},\"parent\":{}}],[\"addresource\",{\"_index\":815,\"name\":{\"2215\":{},\"2224\":{},\"2261\":{},\"2291\":{},\"2303\":{},\"2316\":{},\"2326\":{},\"2337\":{},\"2342\":{},\"2356\":{},\"2367\":{},\"2376\":{}},\"parent\":{}}],[\"addresourcemetadata\",{\"_index\":1064,\"name\":{\"2855\":{}},\"parent\":{}}],[\"address\",{\"_index\":902,\"name\":{\"2527\":{}},\"parent\":{}}],[\"addtemplatemetadata\",{\"_index\":1066,\"name\":{\"2857\":{}},\"parent\":{}}],[\"agent\",{\"_index\":11,\"name\":{\"11\":{}},\"parent\":{}}],[\"agentaccesschecker\",{\"_index\":28,\"name\":{\"61\":{}},\"parent\":{\"62\":{},\"63\":{},\"64\":{},\"65\":{}}}],[\"agentclassaccesschecker\",{\"_index\":29,\"name\":{\"66\":{}},\"parent\":{\"67\":{},\"68\":{},\"69\":{},\"70\":{}}}],[\"agentgroupaccesschecker\",{\"_index\":30,\"name\":{\"71\":{}},\"parent\":{\"72\":{},\"73\":{},\"74\":{},\"75\":{},\"76\":{},\"77\":{},\"78\":{},\"79\":{}}}],[\"algebra\",{\"_index\":251,\"name\":{\"654\":{}},\"parent\":{}}],[\"allcanhandle\",{\"_index\":20,\"name\":{\"37\":{},\"186\":{},\"2619\":{}},\"parent\":{}}],[\"allfulfilled\",{\"_index\":1059,\"name\":{\"2849\":{}},\"parent\":{}}],[\"allmethods\",{\"_index\":588,\"name\":{\"1597\":{}},\"parent\":{}}],[\"allowacceptheaderwriter\",{\"_index\":173,\"name\":{\"501\":{}},\"parent\":{\"502\":{},\"503\":{},\"504\":{},\"505\":{},\"509\":{},\"510\":{},\"511\":{},\"512\":{},\"513\":{},\"514\":{},\"515\":{},\"516\":{}}}],[\"allowacceptheaderwriter.__type\",{\"_index\":177,\"name\":{},\"parent\":{\"506\":{},\"507\":{},\"508\":{}}}],[\"allowedmethods\",{\"_index\":585,\"name\":{\"1589\":{},\"1596\":{}},\"parent\":{}}],[\"allowedpathnames\",{\"_index\":586,\"name\":{\"1590\":{}},\"parent\":{}}],[\"allowedpathnamesregex\",{\"_index\":589,\"name\":{\"1598\":{}},\"parent\":{}}],[\"allstaticreader\",{\"_index\":55,\"name\":{\"118\":{}},\"parent\":{\"119\":{},\"120\":{},\"121\":{},\"122\":{},\"123\":{}}}],[\"amount\",{\"_index\":807,\"name\":{\"2199\":{}},\"parent\":{}}],[\"app\",{\"_index\":451,\"name\":{\"1193\":{}},\"parent\":{\"1194\":{},\"1195\":{},\"1196\":{},\"1197\":{},\"1198\":{}}}],[\"append\",{\"_index\":37,\"name\":{\"82\":{}},\"parent\":{}}],[\"application_json\",{\"_index\":987,\"name\":{\"2758\":{}},\"parent\":{}}],[\"application_octet_stream\",{\"_index\":988,\"name\":{\"2759\":{}},\"parent\":{}}],[\"application_sparql_update\",{\"_index\":989,\"name\":{\"2760\":{}},\"parent\":{}}],[\"application_x_www_form_urlencoded\",{\"_index\":990,\"name\":{\"2761\":{}},\"parent\":{}}],[\"applyconditions\",{\"_index\":760,\"name\":{\"2079\":{}},\"parent\":{}}],[\"applypermissions\",{\"_index\":80,\"name\":{\"182\":{}},\"parent\":{}}],[\"applytemplate\",{\"_index\":979,\"name\":{\"2741\":{},\"2745\":{}},\"parent\":{}}],[\"apprunner\",{\"_index\":455,\"name\":{\"1199\":{}},\"parent\":{\"1200\":{},\"1201\":{},\"1202\":{},\"1203\":{},\"1204\":{},\"1205\":{},\"1206\":{},\"1207\":{},\"1208\":{},\"1209\":{},\"1210\":{}}}],[\"asserterror\",{\"_index\":878,\"name\":{\"2402\":{}},\"parent\":{}}],[\"assertpassword\",{\"_index\":372,\"name\":{\"921\":{}},\"parent\":{}}],[\"assetpathextractor\",{\"_index\":443,\"name\":{\"1164\":{}},\"parent\":{\"1165\":{},\"1166\":{},\"1167\":{},\"1168\":{},\"1169\":{},\"1170\":{}}}],[\"asynchandler\",{\"_index\":909,\"name\":{\"2555\":{}},\"parent\":{\"2556\":{},\"2557\":{},\"2558\":{},\"2559\":{}}}],[\"asynctransformoptions\",{\"_index\":1076,\"name\":{\"2867\":{}},\"parent\":{\"2868\":{},\"2869\":{}}}],[\"atomicdataaccessor\",{\"_index\":590,\"name\":{\"1602\":{}},\"parent\":{\"1603\":{},\"1604\":{},\"1605\":{},\"1606\":{},\"1607\":{},\"1608\":{},\"1609\":{}}}],[\"atomicfiledataaccessor\",{\"_index\":597,\"name\":{\"1610\":{}},\"parent\":{\"1611\":{},\"1612\":{},\"1613\":{},\"1614\":{},\"1615\":{},\"1616\":{},\"1617\":{},\"1618\":{},\"1619\":{},\"1620\":{},\"1621\":{},\"1622\":{},\"1623\":{},\"1624\":{},\"1625\":{}}}],[\"atomicresourcestore\",{\"_index\":812,\"name\":{\"2212\":{}},\"parent\":{\"2213\":{},\"2214\":{},\"2215\":{},\"2216\":{},\"2217\":{},\"2218\":{}}}],[\"attemptsettings\",{\"_index\":952,\"name\":{\"2689\":{},\"2699\":{}},\"parent\":{\"2690\":{},\"2691\":{},\"2692\":{}}}],[\"auth\",{\"_index\":196,\"name\":{\"555\":{},\"862\":{},\"2885\":{}},\"parent\":{}}],[\"authenticate\",{\"_index\":319,\"name\":{\"819\":{},\"847\":{}},\"parent\":{}}],[\"authorizer\",{\"_index\":60,\"name\":{\"129\":{},\"1456\":{},\"1464\":{}},\"parent\":{\"130\":{},\"131\":{},\"132\":{},\"133\":{}}}],[\"authorizerinput\",{\"_index\":57,\"name\":{\"124\":{}},\"parent\":{\"125\":{},\"126\":{},\"127\":{},\"128\":{}}}],[\"authorizinghttphandler\",{\"_index\":545,\"name\":{\"1458\":{}},\"parent\":{\"1459\":{},\"1460\":{},\"1461\":{},\"1462\":{},\"1463\":{},\"1464\":{},\"1465\":{},\"1466\":{},\"1467\":{},\"1468\":{}}}],[\"authorizinghttphandlerargs\",{\"_index\":544,\"name\":{\"1452\":{}},\"parent\":{\"1453\":{},\"1454\":{},\"1455\":{},\"1456\":{},\"1457\":{}}}],[\"auxiliaryidentifierstrategy\",{\"_index\":90,\"name\":{\"204\":{}},\"parent\":{\"205\":{},\"206\":{},\"207\":{},\"208\":{}}}],[\"auxiliaryreader\",{\"_index\":61,\"name\":{\"134\":{}},\"parent\":{\"135\":{},\"136\":{},\"137\":{},\"138\":{},\"139\":{},\"140\":{},\"141\":{},\"142\":{}}}],[\"auxiliarystrategy\",{\"_index\":63,\"name\":{\"138\":{},\"209\":{},\"2258\":{},\"2300\":{}},\"parent\":{\"210\":{},\"211\":{},\"212\":{},\"213\":{},\"214\":{},\"215\":{},\"216\":{},\"217\":{}}}],[\"badrequesthttperror\",{\"_index\":870,\"name\":{\"2381\":{}},\"parent\":{\"2382\":{},\"2383\":{},\"2384\":{},\"2385\":{},\"2386\":{},\"2387\":{},\"2388\":{},\"2389\":{},\"2390\":{}}}],[\"base\",{\"_index\":529,\"name\":{\"1408\":{},\"2123\":{},\"2175\":{}},\"parent\":{}}],[\"baseaccountstore\",{\"_index\":333,\"name\":{\"838\":{}},\"parent\":{\"839\":{},\"840\":{},\"841\":{},\"842\":{},\"843\":{},\"844\":{},\"845\":{},\"846\":{},\"847\":{},\"848\":{},\"849\":{},\"850\":{},\"851\":{},\"852\":{},\"853\":{},\"854\":{},\"855\":{},\"856\":{}}}],[\"basecomponentsjsfactory\",{\"_index\":514,\"name\":{\"1382\":{}},\"parent\":{\"1383\":{},\"1384\":{},\"1385\":{},\"1386\":{}}}],[\"baseemailsender\",{\"_index\":349,\"name\":{\"867\":{}},\"parent\":{\"868\":{},\"869\":{},\"870\":{},\"871\":{},\"872\":{},\"873\":{}}}],[\"basefileidentifiermapper\",{\"_index\":721,\"name\":{\"1960\":{}},\"parent\":{\"1961\":{},\"1962\":{},\"1963\":{},\"1964\":{},\"1965\":{},\"1966\":{},\"1967\":{},\"1968\":{},\"1969\":{},\"1970\":{},\"1971\":{},\"1972\":{},\"1973\":{},\"1974\":{},\"1975\":{},\"1976\":{}}}],[\"basehttpserverfactory\",{\"_index\":551,\"name\":{\"1476\":{}},\"parent\":{\"1477\":{},\"1478\":{},\"1479\":{},\"1480\":{},\"1481\":{},\"1482\":{}}}],[\"basehttpserveroptions\",{\"_index\":546,\"name\":{\"1469\":{}},\"parent\":{\"1470\":{},\"1471\":{},\"1472\":{},\"1473\":{},\"1474\":{},\"1475\":{}}}],[\"baseidentifierstrategy\",{\"_index\":929,\"name\":{\"2635\":{}},\"parent\":{\"2636\":{},\"2637\":{},\"2638\":{},\"2639\":{}}}],[\"baseinteractionhandler\",{\"_index\":379,\"name\":{\"938\":{}},\"parent\":{\"939\":{},\"940\":{},\"941\":{},\"942\":{},\"943\":{},\"944\":{},\"945\":{}}}],[\"baselogger\",{\"_index\":492,\"name\":{\"1301\":{}},\"parent\":{\"1302\":{},\"1303\":{},\"1304\":{},\"1305\":{},\"1306\":{},\"1307\":{},\"1308\":{},\"1309\":{}}}],[\"baseparts\",{\"_index\":524,\"name\":{\"1401\":{},\"2034\":{}},\"parent\":{}}],[\"basepath\",{\"_index\":695,\"name\":{\"1885\":{}},\"parent\":{}}],[\"baserequesturi\",{\"_index\":722,\"name\":{\"1963\":{},\"1986\":{},\"2020\":{},\"2046\":{}},\"parent\":{}}],[\"baseresourcestore\",{\"_index\":818,\"name\":{\"2219\":{}},\"parent\":{\"2220\":{},\"2221\":{},\"2222\":{},\"2223\":{},\"2224\":{},\"2225\":{},\"2226\":{}}}],[\"baseserverfactory\",{\"_index\":570,\"name\":{\"1537\":{}},\"parent\":{}}],[\"basestore\",{\"_index\":784,\"name\":{\"2151\":{}},\"parent\":{}}],[\"basesubdomain\",{\"_index\":749,\"name\":{\"2032\":{}},\"parent\":{}}],[\"basetypedrepresentationconverter\",{\"_index\":636,\"name\":{\"1718\":{}},\"parent\":{\"1719\":{},\"1720\":{},\"1721\":{},\"1722\":{},\"1723\":{},\"1724\":{},\"1725\":{}}}],[\"baseurl\",{\"_index\":70,\"name\":{\"154\":{},\"676\":{},\"687\":{},\"885\":{},\"912\":{},\"1213\":{},\"1234\":{},\"1572\":{},\"1578\":{},\"1586\":{},\"1593\":{},\"2646\":{},\"2653\":{}},\"parent\":{}}],[\"baseurlextractor\",{\"_index\":445,\"name\":{\"1171\":{}},\"parent\":{\"1172\":{},\"1173\":{},\"1174\":{},\"1175\":{},\"1176\":{}}}],[\"baseurlhandler\",{\"_index\":505,\"name\":{\"1355\":{}},\"parent\":{\"1356\":{},\"1357\":{},\"1358\":{},\"1359\":{}}}],[\"baseurlrouterrule\",{\"_index\":783,\"name\":{\"2149\":{}},\"parent\":{\"2150\":{},\"2151\":{},\"2152\":{},\"2153\":{},\"2154\":{},\"2155\":{},\"2156\":{}}}],[\"baseurlverifier\",{\"_index\":464,\"name\":{\"1211\":{}},\"parent\":{\"1212\":{},\"1213\":{},\"1214\":{},\"1215\":{},\"1216\":{},\"1217\":{},\"1218\":{},\"1219\":{}}}],[\"basicconditions\",{\"_index\":824,\"name\":{\"2232\":{}},\"parent\":{\"2233\":{},\"2234\":{},\"2235\":{},\"2236\":{},\"2237\":{},\"2238\":{},\"2239\":{}}}],[\"basicconditionsoptions\",{\"_index\":819,\"name\":{\"2227\":{}},\"parent\":{\"2228\":{},\"2229\":{},\"2230\":{},\"2231\":{}}}],[\"basicconditionsparser\",{\"_index\":129,\"name\":{\"316\":{}},\"parent\":{\"317\":{},\"318\":{},\"319\":{},\"320\":{},\"321\":{},\"322\":{},\"323\":{}}}],[\"basicrepresentation\",{\"_index\":205,\"name\":{\"591\":{}},\"parent\":{\"592\":{},\"593\":{},\"594\":{},\"595\":{},\"596\":{}}}],[\"basicrequestparser\",{\"_index\":147,\"name\":{\"396\":{}},\"parent\":{\"397\":{},\"398\":{},\"399\":{},\"400\":{},\"401\":{},\"402\":{},\"403\":{},\"404\":{},\"405\":{}}}],[\"basicrequestparserargs\",{\"_index\":146,\"name\":{\"390\":{}},\"parent\":{\"391\":{},\"392\":{},\"393\":{},\"394\":{},\"395\":{}}}],[\"basicresponsewriter\",{\"_index\":203,\"name\":{\"579\":{}},\"parent\":{\"580\":{},\"581\":{},\"582\":{},\"583\":{},\"584\":{},\"585\":{}}}],[\"bearerwebidextractor\",{\"_index\":0,\"name\":{\"0\":{}},\"parent\":{\"1\":{},\"2\":{},\"3\":{},\"4\":{},\"5\":{},\"6\":{}}}],[\"binary\",{\"_index\":206,\"name\":{\"595\":{},\"600\":{},\"605\":{},\"657\":{}},\"parent\":{}}],[\"body\",{\"_index\":255,\"name\":{\"665\":{},\"747\":{}},\"parent\":{}}],[\"bodyparser\",{\"_index\":121,\"name\":{\"290\":{},\"395\":{},\"402\":{}},\"parent\":{\"291\":{},\"292\":{},\"293\":{},\"294\":{}}}],[\"bodyparserargs\",{\"_index\":118,\"name\":{\"287\":{}},\"parent\":{\"288\":{},\"289\":{}}}],[\"booleanhandler\",{\"_index\":910,\"name\":{\"2560\":{}},\"parent\":{\"2561\":{},\"2562\":{},\"2563\":{},\"2564\":{},\"2565\":{},\"2566\":{}}}],[\"buildmanager\",{\"_index\":516,\"name\":{\"1385\":{}},\"parent\":{}}],[\"by\",{\"_index\":1034,\"name\":{\"2823\":{}},\"parent\":{}}],[\"cache\",{\"_index\":31,\"name\":{\"73\":{},\"2243\":{}},\"parent\":{}}],[\"cachedresourceset\",{\"_index\":827,\"name\":{\"2240\":{}},\"parent\":{\"2241\":{},\"2242\":{},\"2243\":{},\"2244\":{}}}],[\"calculatechunksize\",{\"_index\":803,\"name\":{\"2194\":{},\"2204\":{}},\"parent\":{}}],[\"canhandle\",{\"_index\":4,\"name\":{\"4\":{},\"15\":{},\"23\":{},\"29\":{},\"35\":{},\"44\":{},\"49\":{},\"54\":{},\"64\":{},\"69\":{},\"78\":{},\"90\":{},\"96\":{},\"102\":{},\"108\":{},\"122\":{},\"131\":{},\"139\":{},\"150\":{},\"156\":{},\"168\":{},\"176\":{},\"184\":{},\"202\":{},\"238\":{},\"242\":{},\"249\":{},\"284\":{},\"292\":{},\"297\":{},\"308\":{},\"313\":{},\"322\":{},\"326\":{},\"337\":{},\"341\":{},\"348\":{},\"353\":{},\"360\":{},\"364\":{},\"372\":{},\"378\":{},\"383\":{},\"387\":{},\"404\":{},\"408\":{},\"416\":{},\"422\":{},\"427\":{},\"433\":{},\"439\":{},\"446\":{},\"453\":{},\"460\":{},\"467\":{},\"474\":{},\"485\":{},\"490\":{},\"499\":{},\"515\":{},\"521\":{},\"528\":{},\"534\":{},\"538\":{},\"544\":{},\"551\":{},\"557\":{},\"583\":{},\"588\":{},\"672\":{},\"733\":{},\"739\":{},\"750\":{},\"757\":{},\"764\":{},\"781\":{},\"789\":{},\"800\":{},\"810\":{},\"872\":{},\"881\":{},\"932\":{},\"941\":{},\"949\":{},\"961\":{},\"968\":{},\"975\":{},\"984\":{},\"990\":{},\"997\":{},\"1003\":{},\"1007\":{},\"1020\":{},\"1089\":{},\"1096\":{},\"1115\":{},\"1136\":{},\"1140\":{},\"1155\":{},\"1162\":{},\"1169\":{},\"1175\":{},\"1179\":{},\"1186\":{},\"1190\":{},\"1218\":{},\"1231\":{},\"1249\":{},\"1253\":{},\"1260\":{},\"1268\":{},\"1277\":{},\"1284\":{},\"1358\":{},\"1364\":{},\"1368\":{},\"1380\":{},\"1467\":{},\"1488\":{},\"1502\":{},\"1520\":{},\"1526\":{},\"1532\":{},\"1545\":{},\"1551\":{},\"1561\":{},\"1569\":{},\"1582\":{},\"1599\":{},\"1603\":{},\"1616\":{},\"1627\":{},\"1638\":{},\"1661\":{},\"1677\":{},\"1689\":{},\"1713\":{},\"1723\":{},\"1730\":{},\"1753\":{},\"1761\":{},\"1774\":{},\"1790\":{},\"1801\":{},\"1809\":{},\"1827\":{},\"1835\":{},\"1844\":{},\"1849\":{},\"1858\":{},\"1866\":{},\"1874\":{},\"1880\":{},\"2058\":{},\"2068\":{},\"2076\":{},\"2088\":{},\"2097\":{},\"2105\":{},\"2111\":{},\"2155\":{},\"2166\":{},\"2177\":{},\"2184\":{},\"2210\":{},\"2557\":{},\"2564\":{},\"2574\":{},\"2584\":{},\"2591\":{},\"2598\":{},\"2604\":{},\"2610\":{},\"2617\":{},\"2625\":{},\"2632\":{}},\"parent\":{}}],[\"cause\",{\"_index\":873,\"name\":{\"2387\":{},\"2397\":{},\"2410\":{},\"2421\":{},\"2428\":{},\"2436\":{},\"2453\":{},\"2465\":{},\"2475\":{},\"2485\":{},\"2495\":{},\"2505\":{},\"2516\":{},\"2541\":{},\"2551\":{}},\"parent\":{}}],[\"cert\",{\"_index\":548,\"name\":{\"1473\":{}},\"parent\":{}}],[\"chainedconverter\",{\"_index\":640,\"name\":{\"1726\":{}},\"parent\":{\"1727\":{},\"1728\":{},\"1729\":{},\"1730\":{},\"1731\":{},\"1732\":{},\"1733\":{},\"1734\":{},\"1735\":{},\"1736\":{},\"1737\":{},\"1738\":{},\"1739\":{},\"1740\":{},\"1741\":{}}}],[\"chainedengines\",{\"_index\":975,\"name\":{\"2736\":{}},\"parent\":{}}],[\"chainedtemplateengine\",{\"_index\":973,\"name\":{\"2733\":{}},\"parent\":{\"2734\":{},\"2735\":{},\"2736\":{},\"2737\":{},\"2738\":{}}}],[\"changepassword\",{\"_index\":320,\"name\":{\"822\":{},\"850\":{}},\"parent\":{}}],[\"charset\",{\"_index\":243,\"name\":{\"646\":{}},\"parent\":{}}],[\"checkcondition\",{\"_index\":914,\"name\":{\"2577\":{}},\"parent\":{}}],[\"cleanpreferences\",{\"_index\":666,\"name\":{\"1778\":{}},\"parent\":{}}],[\"cleanslug\",{\"_index\":840,\"name\":{\"2275\":{}},\"parent\":{}}],[\"clientcredentials\",{\"_index\":280,\"name\":{\"708\":{},\"817\":{}},\"parent\":{\"709\":{},\"710\":{}}}],[\"clientcredentialsadapter\",{\"_index\":282,\"name\":{\"711\":{}},\"parent\":{\"712\":{},\"713\":{},\"714\":{},\"715\":{},\"716\":{},\"717\":{},\"718\":{},\"719\":{},\"720\":{},\"721\":{},\"722\":{}}}],[\"clientcredentialsadapterfactory\",{\"_index\":292,\"name\":{\"723\":{}},\"parent\":{\"724\":{},\"725\":{},\"726\":{},\"727\":{}}}],[\"cliextractor\",{\"_index\":430,\"name\":{\"1138\":{},\"1222\":{}},\"parent\":{\"1139\":{},\"1140\":{},\"1141\":{},\"1142\":{}}}],[\"clioptions\",{\"_index\":432,\"name\":{\"1144\":{}},\"parent\":{\"1145\":{},\"1146\":{},\"1147\":{},\"1148\":{}}}],[\"cliresolver\",{\"_index\":465,\"name\":{\"1220\":{}},\"parent\":{\"1221\":{},\"1222\":{},\"1223\":{}}}],[\"clonerepresentation\",{\"_index\":1067,\"name\":{\"2858\":{}},\"parent\":{}}],[\"code\",{\"_index\":903,\"name\":{\"2528\":{}},\"parent\":{}}],[\"codetemplatespath\",{\"_index\":682,\"name\":{\"1813\":{},\"1820\":{}},\"parent\":{}}],[\"combine\",{\"_index\":18,\"name\":{\"33\":{},\"181\":{},\"2620\":{}},\"parent\":{}}],[\"combinedsettingsresolver\",{\"_index\":448,\"name\":{\"1182\":{}},\"parent\":{\"1183\":{},\"1184\":{},\"1185\":{},\"1186\":{},\"1187\":{}}}],[\"componentsjsfactory\",{\"_index\":518,\"name\":{\"1387\":{}},\"parent\":{\"1388\":{}}}],[\"composedauxiliarystrategy\",{\"_index\":99,\"name\":{\"218\":{}},\"parent\":{\"219\":{},\"220\":{},\"221\":{},\"222\":{},\"223\":{},\"224\":{},\"225\":{},\"226\":{},\"227\":{},\"228\":{},\"229\":{},\"230\":{},\"231\":{},\"232\":{}}}],[\"conditionalhandler\",{\"_index\":911,\"name\":{\"2567\":{}},\"parent\":{\"2568\":{},\"2569\":{},\"2570\":{},\"2571\":{},\"2572\":{},\"2573\":{},\"2574\":{},\"2575\":{},\"2576\":{},\"2577\":{}}}],[\"conditions\",{\"_index\":254,\"name\":{\"663\":{},\"2246\":{}},\"parent\":{\"2247\":{},\"2248\":{},\"2249\":{},\"2250\":{},\"2251\":{},\"2252\":{}}}],[\"conditionsparser\",{\"_index\":132,\"name\":{\"324\":{},\"394\":{},\"401\":{}},\"parent\":{\"325\":{},\"326\":{},\"327\":{},\"328\":{}}}],[\"config\",{\"_index\":266,\"name\":{\"685\":{}},\"parent\":{}}],[\"configfilepath\",{\"_index\":477,\"name\":{\"1266\":{}},\"parent\":{}}],[\"configpodinitializer\",{\"_index\":466,\"name\":{\"1224\":{}},\"parent\":{\"1225\":{},\"1226\":{},\"1227\":{},\"1228\":{},\"1229\":{},\"1230\":{},\"1231\":{},\"1232\":{}}}],[\"configpodmanager\",{\"_index\":542,\"name\":{\"1437\":{}},\"parent\":{\"1438\":{},\"1439\":{},\"1440\":{},\"1441\":{},\"1442\":{},\"1443\":{}}}],[\"configstorage\",{\"_index\":468,\"name\":{\"1228\":{},\"1415\":{}},\"parent\":{}}],[\"configtemplatepath\",{\"_index\":531,\"name\":{\"1416\":{}},\"parent\":{}}],[\"configureclaims\",{\"_index\":275,\"name\":{\"702\":{}},\"parent\":{}}],[\"configureerrors\",{\"_index\":278,\"name\":{\"705\":{}},\"parent\":{}}],[\"configureroutes\",{\"_index\":277,\"name\":{\"704\":{}},\"parent\":{}}],[\"conflicthttperror\",{\"_index\":876,\"name\":{\"2391\":{}},\"parent\":{\"2392\":{},\"2393\":{},\"2394\":{},\"2395\":{},\"2396\":{},\"2397\":{},\"2398\":{},\"2399\":{},\"2400\":{}}}],[\"consenthandler\",{\"_index\":381,\"name\":{\"946\":{}},\"parent\":{\"947\":{},\"948\":{},\"949\":{},\"950\":{},\"951\":{},\"952\":{},\"953\":{},\"954\":{},\"955\":{},\"956\":{}}}],[\"constantconverter\",{\"_index\":657,\"name\":{\"1748\":{}},\"parent\":{\"1749\":{},\"1750\":{},\"1751\":{},\"1752\":{},\"1753\":{},\"1754\":{},\"1755\":{}}}],[\"constantconverteroptions\",{\"_index\":651,\"name\":{\"1742\":{}},\"parent\":{\"1743\":{},\"1744\":{},\"1745\":{},\"1746\":{},\"1747\":{}}}],[\"constantmetadatawriter\",{\"_index\":185,\"name\":{\"517\":{}},\"parent\":{\"518\":{},\"519\":{},\"520\":{},\"521\":{},\"522\":{}}}],[\"constructor\",{\"_index\":1,\"name\":{\"1\":{},\"14\":{},\"19\":{},\"27\":{},\"32\":{},\"40\":{},\"47\":{},\"53\":{},\"62\":{},\"67\":{},\"72\":{},\"89\":{},\"94\":{},\"100\":{},\"106\":{},\"119\":{},\"130\":{},\"135\":{},\"144\":{},\"153\":{},\"161\":{},\"175\":{},\"180\":{},\"189\":{},\"219\":{},\"234\":{},\"241\":{},\"246\":{},\"252\":{},\"260\":{},\"272\":{},\"283\":{},\"291\":{},\"296\":{},\"305\":{},\"311\":{},\"317\":{},\"325\":{},\"333\":{},\"340\":{},\"345\":{},\"351\":{},\"356\":{},\"363\":{},\"368\":{},\"375\":{},\"381\":{},\"386\":{},\"397\":{},\"407\":{},\"415\":{},\"420\":{},\"425\":{},\"431\":{},\"437\":{},\"445\":{},\"450\":{},\"457\":{},\"464\":{},\"471\":{},\"484\":{},\"489\":{},\"494\":{},\"502\":{},\"518\":{},\"524\":{},\"531\":{},\"537\":{},\"542\":{},\"547\":{},\"554\":{},\"560\":{},\"565\":{},\"570\":{},\"575\":{},\"580\":{},\"587\":{},\"592\":{},\"613\":{},\"667\":{},\"684\":{},\"712\":{},\"724\":{},\"729\":{},\"736\":{},\"749\":{},\"754\":{},\"761\":{},\"772\":{},\"786\":{},\"796\":{},\"805\":{},\"839\":{},\"868\":{},\"880\":{},\"910\":{},\"923\":{},\"929\":{},\"936\":{},\"939\":{},\"947\":{},\"958\":{},\"965\":{},\"971\":{},\"983\":{},\"988\":{},\"994\":{},\"1000\":{},\"1006\":{},\"1011\":{},\"1025\":{},\"1041\":{},\"1045\":{},\"1056\":{},\"1060\":{},\"1074\":{},\"1083\":{},\"1092\":{},\"1101\":{},\"1108\":{},\"1126\":{},\"1139\":{},\"1150\":{},\"1158\":{},\"1165\":{},\"1172\":{},\"1178\":{},\"1183\":{},\"1189\":{},\"1194\":{},\"1200\":{},\"1212\":{},\"1221\":{},\"1225\":{},\"1241\":{},\"1252\":{},\"1257\":{},\"1263\":{},\"1271\":{},\"1280\":{},\"1287\":{},\"1302\":{},\"1311\":{},\"1328\":{},\"1337\":{},\"1341\":{},\"1351\":{},\"1356\":{},\"1361\":{},\"1367\":{},\"1375\":{},\"1383\":{},\"1400\":{},\"1407\":{},\"1411\":{},\"1419\":{},\"1438\":{},\"1445\":{},\"1459\":{},\"1477\":{},\"1487\":{},\"1501\":{},\"1512\":{},\"1523\":{},\"1531\":{},\"1536\":{},\"1541\":{},\"1548\":{},\"1554\":{},\"1566\":{},\"1577\":{},\"1592\":{},\"1611\":{},\"1635\":{},\"1656\":{},\"1673\":{},\"1683\":{},\"1708\":{},\"1719\":{},\"1727\":{},\"1749\":{},\"1757\":{},\"1771\":{},\"1788\":{},\"1796\":{},\"1804\":{},\"1817\":{},\"1830\":{},\"1838\":{},\"1847\":{},\"1852\":{},\"1861\":{},\"1873\":{},\"1878\":{},\"1884\":{},\"1901\":{},\"1914\":{},\"1933\":{},\"1945\":{},\"1961\":{},\"1978\":{},\"1998\":{},\"2011\":{},\"2031\":{},\"2056\":{},\"2062\":{},\"2072\":{},\"2087\":{},\"2096\":{},\"2101\":{},\"2108\":{},\"2122\":{},\"2131\":{},\"2142\":{},\"2150\":{},\"2161\":{},\"2169\":{},\"2174\":{},\"2183\":{},\"2188\":{},\"2207\":{},\"2220\":{},\"2233\":{},\"2241\":{},\"2254\":{},\"2284\":{},\"2296\":{},\"2312\":{},\"2322\":{},\"2331\":{},\"2341\":{},\"2350\":{},\"2372\":{},\"2385\":{},\"2395\":{},\"2408\":{},\"2418\":{},\"2434\":{},\"2444\":{},\"2451\":{},\"2461\":{},\"2472\":{},\"2483\":{},\"2493\":{},\"2503\":{},\"2513\":{},\"2524\":{},\"2539\":{},\"2549\":{},\"2556\":{},\"2561\":{},\"2568\":{},\"2581\":{},\"2589\":{},\"2595\":{},\"2601\":{},\"2607\":{},\"2613\":{},\"2623\":{},\"2629\":{},\"2636\":{},\"2645\":{},\"2652\":{},\"2663\":{},\"2673\":{},\"2694\":{},\"2713\":{},\"2721\":{},\"2729\":{},\"2734\":{},\"2740\":{},\"2744\":{},\"2854\":{}},\"parent\":{}}],[\"constructtypemap\",{\"_index\":676,\"name\":{\"1792\":{}},\"parent\":{}}],[\"consume\",{\"_index\":289,\"name\":{\"720\":{},\"1039\":{},\"1052\":{},\"1070\":{}},\"parent\":{}}],[\"container\",{\"_index\":652,\"name\":{\"1743\":{},\"1916\":{}},\"parent\":{}}],[\"containerid\",{\"_index\":473,\"name\":{\"1244\":{}},\"parent\":{}}],[\"containerinitializer\",{\"_index\":472,\"name\":{\"1240\":{}},\"parent\":{\"1241\":{},\"1242\":{},\"1243\":{},\"1244\":{},\"1245\":{},\"1246\":{},\"1247\":{},\"1248\":{},\"1249\":{},\"1250\":{}}}],[\"containerinitializerargs\",{\"_index\":470,\"name\":{\"1233\":{}},\"parent\":{\"1234\":{},\"1235\":{},\"1236\":{},\"1237\":{},\"1238\":{},\"1239\":{}}}],[\"containerpatcher\",{\"_index\":753,\"name\":{\"2055\":{}},\"parent\":{\"2056\":{},\"2057\":{},\"2058\":{},\"2059\":{},\"2060\":{}}}],[\"containertotemplateconverter\",{\"_index\":659,\"name\":{\"1756\":{}},\"parent\":{\"1757\":{},\"1758\":{},\"1759\":{},\"1760\":{},\"1761\":{},\"1762\":{},\"1763\":{},\"1764\":{},\"1765\":{},\"1766\":{},\"1767\":{},\"1768\":{},\"1769\":{}}}],[\"content_length_term\",{\"_index\":1113,\"name\":{\"2906\":{}},\"parent\":{}}],[\"content_type\",{\"_index\":1114,\"name\":{\"2907\":{}},\"parent\":{}}],[\"content_type_term\",{\"_index\":1115,\"name\":{\"2908\":{}},\"parent\":{}}],[\"contentlength\",{\"_index\":235,\"name\":{\"638\":{}},\"parent\":{}}],[\"contentlengthparser\",{\"_index\":136,\"name\":{\"344\":{}},\"parent\":{\"345\":{},\"346\":{},\"347\":{},\"348\":{},\"349\":{}}}],[\"contenttype\",{\"_index\":233,\"name\":{\"636\":{},\"1751\":{},\"1760\":{},\"1815\":{},\"1822\":{},\"2003\":{},\"2012\":{},\"2814\":{}},\"parent\":{\"2815\":{},\"2816\":{}}}],[\"contenttypemap\",{\"_index\":664,\"name\":{\"1772\":{}},\"parent\":{}}],[\"contenttypeobject\",{\"_index\":234,\"name\":{\"637\":{}},\"parent\":{}}],[\"contenttypeparser\",{\"_index\":137,\"name\":{\"350\":{}},\"parent\":{\"351\":{},\"352\":{},\"353\":{},\"354\":{}}}],[\"contenttypereplacer\",{\"_index\":663,\"name\":{\"1770\":{}},\"parent\":{\"1771\":{},\"1772\":{},\"1773\":{},\"1774\":{},\"1775\":{},\"1776\":{},\"1777\":{}}}],[\"controlhandler\",{\"_index\":385,\"name\":{\"957\":{}},\"parent\":{\"958\":{},\"959\":{},\"960\":{},\"961\":{},\"962\":{},\"963\":{}}}],[\"controls\",{\"_index\":386,\"name\":{\"960\":{}},\"parent\":{}}],[\"converter\",{\"_index\":107,\"name\":{\"247\":{},\"472\":{},\"1062\":{},\"1075\":{},\"1080\":{},\"1086\":{},\"1120\":{},\"1129\":{},\"2065\":{},\"2171\":{}},\"parent\":{}}],[\"converters\",{\"_index\":641,\"name\":{\"1729\":{}},\"parent\":{}}],[\"convertingerrorhandler\",{\"_index\":162,\"name\":{\"470\":{}},\"parent\":{\"471\":{},\"472\":{},\"473\":{},\"474\":{},\"475\":{},\"476\":{},\"477\":{},\"478\":{},\"479\":{}}}],[\"convertingpatcher\",{\"_index\":755,\"name\":{\"2061\":{}},\"parent\":{\"2062\":{},\"2063\":{},\"2064\":{},\"2065\":{},\"2066\":{},\"2067\":{},\"2068\":{},\"2069\":{},\"2070\":{}}}],[\"convertingrouterrule\",{\"_index\":789,\"name\":{\"2160\":{}},\"parent\":{\"2161\":{},\"2162\":{},\"2163\":{},\"2164\":{},\"2165\":{},\"2166\":{},\"2167\":{}}}],[\"convertingstoreentry\",{\"_index\":787,\"name\":{\"2157\":{}},\"parent\":{\"2158\":{},\"2159\":{}}}],[\"corshandler\",{\"_index\":571,\"name\":{\"1540\":{},\"1542\":{}},\"parent\":{\"1541\":{},\"1542\":{},\"1543\":{},\"1544\":{},\"1545\":{},\"1546\":{}}}],[\"count\",{\"_index\":941,\"name\":{\"2669\":{}},\"parent\":{}}],[\"create\",{\"_index\":39,\"name\":{\"84\":{},\"820\":{},\"848\":{},\"1203\":{},\"1999\":{},\"2009\":{}},\"parent\":{}}],[\"createaccessparam\",{\"_index\":194,\"name\":{\"550\":{}},\"parent\":{}}],[\"createaggregateerror\",{\"_index\":889,\"name\":{\"2446\":{}},\"parent\":{}}],[\"createapp\",{\"_index\":462,\"name\":{\"1209\":{}},\"parent\":{}}],[\"createcli\",{\"_index\":459,\"name\":{\"1206\":{}},\"parent\":{}}],[\"createcomponentsmanager\",{\"_index\":460,\"name\":{\"1207\":{}},\"parent\":{}}],[\"createcredentialshandler\",{\"_index\":295,\"name\":{\"735\":{}},\"parent\":{\"736\":{},\"737\":{},\"738\":{},\"739\":{},\"740\":{},\"741\":{}}}],[\"createdresponsedescription\",{\"_index\":197,\"name\":{\"559\":{}},\"parent\":{\"560\":{},\"561\":{},\"562\":{},\"563\":{}}}],[\"createerrormessage\",{\"_index\":879,\"name\":{\"2403\":{}},\"parent\":{}}],[\"createexpiringrepresentation\",{\"_index\":856,\"name\":{\"2309\":{}},\"parent\":{}}],[\"createlogger\",{\"_index\":484,\"name\":{\"1290\":{},\"1321\":{},\"1339\":{},\"1353\":{}},\"parent\":{}}],[\"createnamespace\",{\"_index\":1088,\"name\":{\"2879\":{}},\"parent\":{}}],[\"createpathmatcher\",{\"_index\":577,\"name\":{\"1559\":{}},\"parent\":{}}],[\"createpod\",{\"_index\":366,\"name\":{\"899\":{},\"908\":{},\"1443\":{},\"1449\":{},\"1451\":{}},\"parent\":{}}],[\"createprovider\",{\"_index\":270,\"name\":{\"697\":{}},\"parent\":{}}],[\"createquotaguard\",{\"_index\":779,\"name\":{\"2129\":{},\"2140\":{},\"2148\":{}},\"parent\":{}}],[\"createrecursivecontainers\",{\"_index\":847,\"name\":{\"2282\":{}},\"parent\":{}}],[\"createredisclient\",{\"_index\":960,\"name\":{\"2700\":{}},\"parent\":{}}],[\"createresponse\",{\"_index\":165,\"name\":{\"478\":{}},\"parent\":{}}],[\"createroute\",{\"_index\":276,\"name\":{\"703\":{}},\"parent\":{}}],[\"createsafeuri\",{\"_index\":841,\"name\":{\"2276\":{}},\"parent\":{}}],[\"createserveroptions\",{\"_index\":553,\"name\":{\"1482\":{}},\"parent\":{}}],[\"createstorageadapter\",{\"_index\":293,\"name\":{\"726\":{},\"1023\":{},\"1043\":{},\"1058\":{},\"1076\":{}},\"parent\":{}}],[\"createsubdomainregexp\",{\"_index\":1051,\"name\":{\"2841\":{}},\"parent\":{}}],[\"createtermnamespace\",{\"_index\":1090,\"name\":{\"2881\":{}},\"parent\":{}}],[\"createtransports\",{\"_index\":504,\"name\":{\"1354\":{}},\"parent\":{}}],[\"createuri\",{\"_index\":838,\"name\":{\"2273\":{}},\"parent\":{}}],[\"createuriandtermnamespace\",{\"_index\":1091,\"name\":{\"2882\":{}},\"parent\":{}}],[\"createurinamespace\",{\"_index\":1089,\"name\":{\"2880\":{}},\"parent\":{}}],[\"createwebid\",{\"_index\":364,\"name\":{\"897\":{},\"906\":{}},\"parent\":{}}],[\"createyargv\",{\"_index\":439,\"name\":{\"1154\":{}},\"parent\":{}}],[\"credential\",{\"_index\":7,\"name\":{\"7\":{},\"60\":{}},\"parent\":{\"8\":{}}}],[\"credentialgroup\",{\"_index\":9,\"name\":{\"9\":{}},\"parent\":{\"10\":{},\"11\":{}}}],[\"credentials\",{\"_index\":22,\"name\":{\"41\":{},\"125\":{},\"171\":{}},\"parent\":{}}],[\"credentialset\",{\"_index\":12,\"name\":{\"12\":{}},\"parent\":{}}],[\"credentialsextractor\",{\"_index\":13,\"name\":{\"13\":{},\"1453\":{},\"1461\":{}},\"parent\":{\"14\":{},\"15\":{},\"16\":{},\"17\":{}}}],[\"credentialshandler\",{\"_index\":299,\"name\":{\"748\":{}},\"parent\":{\"749\":{},\"750\":{},\"751\":{},\"752\":{}}}],[\"credentialshandlerbody\",{\"_index\":296,\"name\":{\"742\":{}},\"parent\":{\"743\":{},\"744\":{}}}],[\"credentialshandlerinput\",{\"_index\":298,\"name\":{\"745\":{}},\"parent\":{\"746\":{},\"747\":{}}}],[\"credentialstorage\",{\"_index\":263,\"name\":{\"679\":{},\"690\":{},\"738\":{},\"756\":{}},\"parent\":{}}],[\"customextensions\",{\"_index\":738,\"name\":{\"1980\":{}},\"parent\":{}}],[\"customtypes\",{\"_index\":737,\"name\":{\"1979\":{}},\"parent\":{}}],[\"data\",{\"_index\":199,\"name\":{\"563\":{},\"568\":{},\"573\":{},\"578\":{},\"593\":{},\"599\":{},\"604\":{},\"656\":{},\"1934\":{}},\"parent\":{}}],[\"dataaccessor\",{\"_index\":604,\"name\":{\"1626\":{}},\"parent\":{\"1627\":{},\"1628\":{},\"1629\":{},\"1630\":{},\"1631\":{},\"1632\":{},\"1633\":{}}}],[\"dataaccessorbasedstore\",{\"_index\":829,\"name\":{\"2253\":{}},\"parent\":{\"2254\":{},\"2255\":{},\"2256\":{},\"2257\":{},\"2258\":{},\"2259\":{},\"2260\":{},\"2261\":{},\"2262\":{},\"2263\":{},\"2264\":{},\"2265\":{},\"2266\":{},\"2267\":{},\"2268\":{},\"2269\":{},\"2270\":{},\"2271\":{},\"2272\":{},\"2273\":{},\"2274\":{},\"2275\":{},\"2276\":{},\"2277\":{},\"2278\":{},\"2279\":{},\"2280\":{},\"2281\":{},\"2282\":{}}}],[\"datetime\",{\"_index\":244,\"name\":{\"647\":{}},\"parent\":{}}],[\"dc\",{\"_index\":1093,\"name\":{\"2886\":{}},\"parent\":{}}],[\"debug\",{\"_index\":490,\"name\":{\"1299\":{},\"1308\":{},\"1318\":{},\"1334\":{},\"1348\":{}},\"parent\":{}}],[\"decodeuripathcomponents\",{\"_index\":1045,\"name\":{\"2835\":{}},\"parent\":{}}],[\"default_custom_types\",{\"_index\":998,\"name\":{\"2769\":{}},\"parent\":{\"2770\":{}}}],[\"default_custom_types.__type\",{\"_index\":999,\"name\":{},\"parent\":{\"2771\":{},\"2772\":{}}}],[\"defaultpath\",{\"_index\":444,\"name\":{\"1167\":{}},\"parent\":{}}],[\"defaultport\",{\"_index\":446,\"name\":{\"1173\":{}},\"parent\":{}}],[\"defaultstore\",{\"_index\":791,\"name\":{\"2163\":{}},\"parent\":{}}],[\"defaulttype\",{\"_index\":757,\"name\":{\"2067\":{}},\"parent\":{}}],[\"defaultvalue\",{\"_index\":442,\"name\":{\"1160\":{}},\"parent\":{}}],[\"delete\",{\"_index\":40,\"name\":{\"85\":{},\"1890\":{},\"1898\":{},\"1908\":{},\"1920\":{},\"1930\":{},\"1938\":{},\"1952\":{}},\"parent\":{}}],[\"deleteaccount\",{\"_index\":323,\"name\":{\"825\":{},\"853\":{}},\"parent\":{}}],[\"deletecredentialshandler\",{\"_index\":300,\"name\":{\"753\":{}},\"parent\":{\"754\":{},\"755\":{},\"756\":{},\"757\":{},\"758\":{},\"759\":{}}}],[\"deleteforgotpasswordrecord\",{\"_index\":326,\"name\":{\"828\":{},\"856\":{}},\"parent\":{}}],[\"deleteoperationhandler\",{\"_index\":153,\"name\":{\"424\":{}},\"parent\":{\"425\":{},\"426\":{},\"427\":{},\"428\":{},\"429\":{}}}],[\"deleteresource\",{\"_index\":596,\"name\":{\"1609\":{},\"1621\":{},\"1633\":{},\"1644\":{},\"1667\":{},\"1681\":{},\"1695\":{},\"1717\":{},\"2216\":{},\"2225\":{},\"2264\":{},\"2292\":{},\"2305\":{},\"2317\":{},\"2327\":{},\"2338\":{},\"2343\":{},\"2360\":{},\"2368\":{},\"2378\":{}},\"parent\":{}}],[\"dest\",{\"_index\":904,\"name\":{\"2529\":{}},\"parent\":{}}],[\"destroy\",{\"_index\":290,\"name\":{\"721\":{},\"1037\":{},\"1053\":{},\"1071\":{}},\"parent\":{}}],[\"details\",{\"_index\":875,\"name\":{\"2389\":{},\"2399\":{},\"2412\":{},\"2423\":{},\"2430\":{},\"2438\":{},\"2455\":{},\"2467\":{},\"2477\":{},\"2487\":{},\"2497\":{},\"2507\":{},\"2518\":{},\"2543\":{},\"2553\":{}},\"parent\":{}}],[\"determinepermissions\",{\"_index\":85,\"name\":{\"197\":{}},\"parent\":{}}],[\"disabledmediaranges\",{\"_index\":656,\"name\":{\"1747\":{}},\"parent\":{}}],[\"document\",{\"_index\":653,\"name\":{\"1744\":{}},\"parent\":{}}],[\"dpopwebidextractor\",{\"_index\":14,\"name\":{\"18\":{}},\"parent\":{\"19\":{},\"20\":{},\"21\":{},\"22\":{},\"23\":{},\"24\":{},\"25\":{}}}],[\"dynamicjsontotemplateconverter\",{\"_index\":675,\"name\":{\"1787\":{}},\"parent\":{\"1788\":{},\"1789\":{},\"1790\":{},\"1791\":{},\"1792\":{},\"1793\":{},\"1794\":{}}}],[\"ejstemplateengine\",{\"_index\":978,\"name\":{\"2739\":{}},\"parent\":{\"2740\":{},\"2741\":{},\"2742\":{}}}],[\"email\",{\"_index\":297,\"name\":{\"743\":{},\"831\":{},\"835\":{},\"892\":{},\"902\":{},\"1435\":{}},\"parent\":{}}],[\"emailargs\",{\"_index\":351,\"name\":{\"874\":{}},\"parent\":{\"875\":{},\"876\":{},\"877\":{},\"878\":{}}}],[\"emailconfig\",{\"_index\":341,\"name\":{\"858\":{}},\"parent\":{}}],[\"emailpasswordauthorizer\",{\"_index\":294,\"name\":{\"728\":{}},\"parent\":{\"729\":{},\"730\":{},\"731\":{},\"732\":{},\"733\":{},\"734\":{}}}],[\"emailpassworddata\",{\"_index\":332,\"name\":{\"837\":{}},\"parent\":{}}],[\"emailsender\",{\"_index\":304,\"name\":{\"769\":{},\"776\":{},\"879\":{}},\"parent\":{\"880\":{},\"881\":{},\"882\":{},\"883\":{}}}],[\"emailsenderargs\",{\"_index\":340,\"name\":{\"857\":{}},\"parent\":{\"858\":{},\"859\":{},\"866\":{}}}],[\"emailsenderargs.__type\",{\"_index\":343,\"name\":{},\"parent\":{\"860\":{},\"861\":{},\"862\":{},\"863\":{}}}],[\"emailsenderargs.__type.__type\",{\"_index\":346,\"name\":{},\"parent\":{\"864\":{},\"865\":{}}}],[\"emitchanged\",{\"_index\":859,\"name\":{\"2320\":{}},\"parent\":{}}],[\"enabledmediaranges\",{\"_index\":655,\"name\":{\"1746\":{}},\"parent\":{}}],[\"encodeuripathcomponents\",{\"_index\":1046,\"name\":{\"2836\":{}},\"parent\":{}}],[\"encoding\",{\"_index\":245,\"name\":{\"648\":{}},\"parent\":{}}],[\"encodingpathstorage\",{\"_index\":694,\"name\":{\"1883\":{}},\"parent\":{\"1884\":{},\"1885\":{},\"1886\":{},\"1887\":{},\"1888\":{},\"1889\":{},\"1890\":{},\"1891\":{},\"1892\":{},\"1893\":{}}}],[\"endofstream\",{\"_index\":1075,\"name\":{\"2866\":{}},\"parent\":{}}],[\"endpoint\",{\"_index\":622,\"name\":{\"1685\":{}},\"parent\":{}}],[\"engine\",{\"_index\":759,\"name\":{\"2074\":{},\"2110\":{}},\"parent\":{}}],[\"ensureleadingslash\",{\"_index\":1042,\"name\":{\"2832\":{}},\"parent\":{}}],[\"ensurepodowner\",{\"_index\":68,\"name\":{\"149\":{}},\"parent\":{}}],[\"ensuretrailingslash\",{\"_index\":1040,\"name\":{\"2830\":{}},\"parent\":{}}],[\"entries\",{\"_index\":613,\"name\":{\"1660\":{},\"1891\":{},\"1899\":{},\"1909\":{},\"1921\":{},\"1931\":{},\"1939\":{},\"1953\":{}},\"parent\":{}}],[\"envvarprefix\",{\"_index\":436,\"name\":{\"1148\":{}},\"parent\":{}}],[\"equalreadwritelocker\",{\"_index\":938,\"name\":{\"2662\":{}},\"parent\":{\"2663\":{},\"2664\":{},\"2665\":{},\"2666\":{},\"2667\":{}}}],[\"errno\",{\"_index\":905,\"name\":{\"2530\":{}},\"parent\":{}}],[\"error\",{\"_index\":168,\"name\":{\"481\":{},\"1295\":{},\"1304\":{},\"1314\":{},\"1330\":{},\"1344\":{},\"2608\":{}},\"parent\":{}}],[\"errorcode\",{\"_index\":874,\"name\":{\"2388\":{},\"2398\":{},\"2411\":{},\"2422\":{},\"2429\":{},\"2437\":{},\"2454\":{},\"2466\":{},\"2476\":{},\"2486\":{},\"2496\":{},\"2506\":{},\"2517\":{},\"2542\":{},\"2552\":{}},\"parent\":{}}],[\"errorhandler\",{\"_index\":170,\"name\":{\"483\":{},\"496\":{},\"681\":{},\"692\":{},\"1508\":{},\"1515\":{}},\"parent\":{\"484\":{},\"485\":{},\"486\":{},\"487\":{}}}],[\"errorhandlerargs\",{\"_index\":167,\"name\":{\"480\":{}},\"parent\":{\"481\":{},\"482\":{}}}],[\"errormessage\",{\"_index\":927,\"name\":{\"2624\":{}},\"parent\":{}}],[\"errortojsonconverter\",{\"_index\":678,\"name\":{\"1795\":{}},\"parent\":{\"1796\":{},\"1797\":{},\"1798\":{},\"1799\":{},\"1800\":{},\"1801\":{},\"1802\":{}}}],[\"errortoquadconverter\",{\"_index\":679,\"name\":{\"1803\":{}},\"parent\":{\"1804\":{},\"1805\":{},\"1806\":{},\"1807\":{},\"1808\":{},\"1809\":{},\"1810\":{}}}],[\"errortotemplateconverter\",{\"_index\":684,\"name\":{\"1816\":{}},\"parent\":{\"1817\":{},\"1818\":{},\"1819\":{},\"1820\":{},\"1821\":{},\"1822\":{},\"1823\":{},\"1824\":{},\"1825\":{},\"1826\":{},\"1827\":{},\"1828\":{}}}],[\"estimatesize\",{\"_index\":778,\"name\":{\"2128\":{},\"2139\":{},\"2147\":{},\"2195\":{},\"2205\":{}},\"parent\":{}}],[\"expiration\",{\"_index\":32,\"name\":{\"74\":{},\"1014\":{},\"2724\":{}},\"parent\":{}}],[\"expires\",{\"_index\":576,\"name\":{\"1557\":{},\"1940\":{},\"1942\":{}},\"parent\":{\"1941\":{}}}],[\"expires.__type\",{\"_index\":712,\"name\":{},\"parent\":{\"1942\":{},\"1943\":{}}}],[\"expiringadapter\",{\"_index\":404,\"name\":{\"1024\":{}},\"parent\":{\"1025\":{},\"1026\":{},\"1027\":{},\"1028\":{},\"1029\":{},\"1030\":{},\"1031\":{},\"1032\":{},\"1033\":{},\"1034\":{},\"1035\":{},\"1036\":{},\"1037\":{},\"1038\":{},\"1039\":{}}}],[\"expiringadapterfactory\",{\"_index\":409,\"name\":{\"1040\":{}},\"parent\":{\"1041\":{},\"1042\":{},\"1043\":{}}}],[\"expiringpromise\",{\"_index\":971,\"name\":{\"2727\":{}},\"parent\":{}}],[\"expiringreadwritelocker\",{\"_index\":935,\"name\":{\"2659\":{}},\"parent\":{\"2660\":{},\"2661\":{}}}],[\"expiringstorage\",{\"_index\":698,\"name\":{\"1894\":{}},\"parent\":{\"1895\":{},\"1896\":{},\"1897\":{},\"1898\":{},\"1899\":{}}}],[\"extension\",{\"_index\":683,\"name\":{\"1814\":{},\"1821\":{},\"2799\":{}},\"parent\":{}}],[\"extensionbasedmapper\",{\"_index\":736,\"name\":{\"1977\":{}},\"parent\":{\"1978\":{},\"1979\":{},\"1980\":{},\"1981\":{},\"1982\":{},\"1983\":{},\"1984\":{},\"1985\":{},\"1986\":{},\"1987\":{},\"1988\":{},\"1989\":{},\"1990\":{},\"1991\":{},\"1992\":{},\"1993\":{},\"1994\":{},\"1995\":{},\"1996\":{}}}],[\"extensionbasedmapperfactory\",{\"_index\":740,\"name\":{\"1997\":{}},\"parent\":{\"1998\":{},\"1999\":{}}}],[\"extractscheme\",{\"_index\":1049,\"name\":{\"2839\":{}},\"parent\":{}}],[\"factory\",{\"_index\":483,\"name\":{\"1288\":{},\"1421\":{}},\"parent\":{}}],[\"fetchcachedquads\",{\"_index\":34,\"name\":{\"77\":{}},\"parent\":{}}],[\"fetchdataset\",{\"_index\":1001,\"name\":{\"2773\":{}},\"parent\":{}}],[\"fetcher\",{\"_index\":623,\"name\":{\"1687\":{}},\"parent\":{}}],[\"filedataaccessor\",{\"_index\":605,\"name\":{\"1634\":{}},\"parent\":{\"1635\":{},\"1636\":{},\"1637\":{},\"1638\":{},\"1639\":{},\"1640\":{},\"1641\":{},\"1642\":{},\"1643\":{},\"1644\":{},\"1645\":{},\"1646\":{},\"1647\":{},\"1648\":{},\"1649\":{},\"1650\":{},\"1651\":{},\"1652\":{},\"1653\":{},\"1654\":{}}}],[\"fileidentifiermapper\",{\"_index\":743,\"name\":{\"2005\":{},\"2189\":{}},\"parent\":{\"2006\":{},\"2007\":{}}}],[\"fileidentifiermapperfactory\",{\"_index\":744,\"name\":{\"2008\":{}},\"parent\":{\"2009\":{}}}],[\"filemapper\",{\"_index\":507,\"name\":{\"1362\":{}},\"parent\":{}}],[\"filepath\",{\"_index\":658,\"name\":{\"1750\":{},\"1902\":{},\"2002\":{}},\"parent\":{}}],[\"filesizereporter\",{\"_index\":799,\"name\":{\"2187\":{}},\"parent\":{\"2188\":{},\"2189\":{},\"2190\":{},\"2191\":{},\"2192\":{},\"2193\":{},\"2194\":{},\"2195\":{},\"2196\":{}}}],[\"filterallowedmethods\",{\"_index\":180,\"name\":{\"510\":{}},\"parent\":{}}],[\"filterhandlers\",{\"_index\":916,\"name\":{\"2579\":{}},\"parent\":{}}],[\"filterstore\",{\"_index\":89,\"name\":{\"201\":{}},\"parent\":{}}],[\"finalizable\",{\"_index\":419,\"name\":{\"1098\":{}},\"parent\":{\"1099\":{}}}],[\"finalize\",{\"_index\":420,\"name\":{\"1099\":{},\"1103\":{},\"1276\":{},\"1959\":{},\"2708\":{}},\"parent\":{}}],[\"finalizer\",{\"_index\":452,\"name\":{\"1196\":{}},\"parent\":{}}],[\"finalizers\",{\"_index\":422,\"name\":{\"1102\":{}},\"parent\":{}}],[\"find\",{\"_index\":283,\"name\":{\"714\":{},\"1034\":{},\"1049\":{},\"1063\":{}},\"parent\":{}}],[\"findbest\",{\"_index\":645,\"name\":{\"1735\":{}},\"parent\":{}}],[\"findbyuid\",{\"_index\":288,\"name\":{\"719\":{},\"1036\":{},\"1051\":{},\"1069\":{}},\"parent\":{}}],[\"findbyusercode\",{\"_index\":287,\"name\":{\"718\":{},\"1035\":{},\"1050\":{},\"1068\":{}},\"parent\":{}}],[\"findconverterpreference\",{\"_index\":650,\"name\":{\"1740\":{}},\"parent\":{}}],[\"findhandler\",{\"_index\":915,\"name\":{\"2578\":{}},\"parent\":{}}],[\"findmethod\",{\"_index\":918,\"name\":{\"2586\":{}},\"parent\":{}}],[\"findpath\",{\"_index\":642,\"name\":{\"1732\":{}},\"parent\":{}}],[\"findpermissions\",{\"_index\":84,\"name\":{\"196\":{}},\"parent\":{}}],[\"findquads\",{\"_index\":124,\"name\":{\"300\":{}},\"parent\":{}}],[\"findreader\",{\"_index\":72,\"name\":{\"158\":{}},\"parent\":{}}],[\"findredirect\",{\"_index\":567,\"name\":{\"1528\":{}},\"parent\":{}}],[\"findstore\",{\"_index\":786,\"name\":{\"2154\":{},\"2165\":{}},\"parent\":{}}],[\"findtype\",{\"_index\":677,\"name\":{\"1793\":{}},\"parent\":{}}],[\"findvariables\",{\"_index\":125,\"name\":{\"301\":{}},\"parent\":{}}],[\"finished\",{\"_index\":913,\"name\":{\"2573\":{}},\"parent\":{}}],[\"firstengine\",{\"_index\":974,\"name\":{\"2735\":{}},\"parent\":{}}],[\"fixedcontenttypemapper\",{\"_index\":745,\"name\":{\"2010\":{}},\"parent\":{\"2011\":{},\"2012\":{},\"2013\":{},\"2014\":{},\"2015\":{},\"2016\":{},\"2017\":{},\"2018\":{},\"2019\":{},\"2020\":{},\"2021\":{},\"2022\":{},\"2023\":{},\"2024\":{},\"2025\":{},\"2026\":{},\"2027\":{},\"2028\":{},\"2029\":{}}}],[\"fixedinteractionhandler\",{\"_index\":387,\"name\":{\"964\":{}},\"parent\":{\"965\":{},\"966\":{},\"967\":{},\"968\":{},\"969\":{}}}],[\"flush\",{\"_index\":1078,\"name\":{\"2869\":{}},\"parent\":{}}],[\"foaf\",{\"_index\":1094,\"name\":{\"2887\":{}},\"parent\":{}}],[\"for\",{\"_index\":1035,\"name\":{\"2824\":{}},\"parent\":{}}],[\"forbiddenhttperror\",{\"_index\":880,\"name\":{\"2404\":{}},\"parent\":{\"2405\":{},\"2406\":{},\"2407\":{},\"2408\":{},\"2409\":{},\"2410\":{},\"2411\":{},\"2412\":{},\"2413\":{}}}],[\"forgotpasswordexpiration\",{\"_index\":336,\"name\":{\"843\":{}},\"parent\":{}}],[\"forgotpasswordhandler\",{\"_index\":306,\"name\":{\"771\":{}},\"parent\":{\"772\":{},\"773\":{},\"774\":{},\"775\":{},\"776\":{},\"777\":{},\"778\":{},\"779\":{},\"780\":{},\"781\":{},\"782\":{},\"783\":{},\"784\":{}}}],[\"forgotpasswordhandlerargs\",{\"_index\":302,\"name\":{\"766\":{}},\"parent\":{\"767\":{},\"768\":{},\"769\":{},\"770\":{}}}],[\"forgotpasswordpayload\",{\"_index\":330,\"name\":{\"834\":{}},\"parent\":{\"835\":{},\"836\":{}}}],[\"forgotpasswordstorage\",{\"_index\":334,\"name\":{\"841\":{}},\"parent\":{}}],[\"formtojsonconverter\",{\"_index\":685,\"name\":{\"1829\":{}},\"parent\":{\"1830\":{},\"1831\":{},\"1832\":{},\"1833\":{},\"1834\":{},\"1835\":{},\"1836\":{}}}],[\"forquads\",{\"_index\":224,\"name\":{\"627\":{}},\"parent\":{}}],[\"forwarded\",{\"_index\":1033,\"name\":{\"2822\":{}},\"parent\":{\"2823\":{},\"2824\":{},\"2825\":{},\"2826\":{}}}],[\"foundhttperror\",{\"_index\":881,\"name\":{\"2414\":{}},\"parent\":{\"2415\":{},\"2416\":{},\"2417\":{},\"2418\":{},\"2419\":{},\"2420\":{},\"2421\":{},\"2422\":{},\"2423\":{},\"2424\":{}}}],[\"generate\",{\"_index\":517,\"name\":{\"1386\":{},\"1388\":{},\"1391\":{},\"1393\":{},\"1398\":{},\"1405\":{},\"1409\":{},\"1417\":{},\"1424\":{}},\"parent\":{}}],[\"generateaccept\",{\"_index\":184,\"name\":{\"514\":{}},\"parent\":{}}],[\"generateallow\",{\"_index\":183,\"name\":{\"513\":{}},\"parent\":{}}],[\"generatecookiekeys\",{\"_index\":273,\"name\":{\"700\":{}},\"parent\":{}}],[\"generatedpodmanager\",{\"_index\":543,\"name\":{\"1444\":{}},\"parent\":{\"1445\":{},\"1446\":{},\"1447\":{},\"1448\":{},\"1449\":{}}}],[\"generateforgotpasswordrecord\",{\"_index\":324,\"name\":{\"826\":{},\"854\":{}},\"parent\":{}}],[\"generatehttperrorclass\",{\"_index\":884,\"name\":{\"2426\":{}},\"parent\":{}}],[\"generatehttperroruri\",{\"_index\":883,\"name\":{\"2425\":{}},\"parent\":{}}],[\"generatejwks\",{\"_index\":272,\"name\":{\"699\":{}},\"parent\":{}}],[\"generatemetadata\",{\"_index\":539,\"name\":{\"1429\":{},\"2390\":{},\"2400\":{},\"2413\":{},\"2424\":{},\"2439\":{},\"2456\":{},\"2463\":{},\"2478\":{},\"2488\":{},\"2498\":{},\"2508\":{},\"2519\":{},\"2544\":{},\"2554\":{}},\"parent\":{}}],[\"generatepath\",{\"_index\":643,\"name\":{\"1733\":{}},\"parent\":{}}],[\"generateredirecthttperrorclass\",{\"_index\":897,\"name\":{\"2509\":{}},\"parent\":{}}],[\"generateresource\",{\"_index\":538,\"name\":{\"1428\":{}},\"parent\":{}}],[\"generatetoken\",{\"_index\":401,\"name\":{\"1017\":{}},\"parent\":{}}],[\"generator\",{\"_index\":471,\"name\":{\"1237\":{},\"1245\":{},\"1688\":{},\"2075\":{}},\"parent\":{}}],[\"get\",{\"_index\":228,\"name\":{\"631\":{},\"1887\":{},\"1896\":{},\"1905\":{},\"1917\":{},\"1927\":{},\"1935\":{},\"1949\":{}},\"parent\":{}}],[\"getabsolutepath\",{\"_index\":732,\"name\":{\"1973\":{},\"1993\":{},\"2026\":{},\"2052\":{}},\"parent\":{}}],[\"getaccountpayload\",{\"_index\":339,\"name\":{\"846\":{}},\"parent\":{}}],[\"getaccountresourceidentifier\",{\"_index\":337,\"name\":{\"844\":{}},\"parent\":{}}],[\"getacl\",{\"_index\":87,\"name\":{\"199\":{}},\"parent\":{}}],[\"getaclrecursive\",{\"_index\":88,\"name\":{\"200\":{}},\"parent\":{}}],[\"getall\",{\"_index\":227,\"name\":{\"630\":{}},\"parent\":{}}],[\"getauxiliaryidentifier\",{\"_index\":91,\"name\":{\"205\":{},\"214\":{},\"225\":{},\"254\":{},\"267\":{},\"274\":{}},\"parent\":{}}],[\"getauxiliaryidentifiers\",{\"_index\":92,\"name\":{\"206\":{},\"215\":{},\"226\":{},\"255\":{},\"268\":{},\"275\":{}},\"parent\":{}}],[\"getavailablespace\",{\"_index\":777,\"name\":{\"2127\":{},\"2138\":{},\"2145\":{}},\"parent\":{}}],[\"getbasemetadata\",{\"_index\":608,\"name\":{\"1649\":{}},\"parent\":{}}],[\"getbestpreference\",{\"_index\":669,\"name\":{\"1781\":{}},\"parent\":{}}],[\"getcacheheaders\",{\"_index\":579,\"name\":{\"1563\":{}},\"parent\":{}}],[\"getchildmetadata\",{\"_index\":610,\"name\":{\"1651\":{}},\"parent\":{}}],[\"getchildren\",{\"_index\":593,\"name\":{\"1606\":{},\"1619\":{},\"1630\":{},\"1641\":{},\"1664\":{},\"1680\":{},\"1692\":{},\"1716\":{}},\"parent\":{}}],[\"getchildresources\",{\"_index\":660,\"name\":{\"1763\":{}},\"parent\":{}}],[\"getcontainerurl\",{\"_index\":729,\"name\":{\"1970\":{},\"1992\":{},\"2025\":{},\"2038\":{}},\"parent\":{}}],[\"getcontenttype\",{\"_index\":231,\"name\":{\"634\":{}},\"parent\":{}}],[\"getcontenttypefrompath\",{\"_index\":731,\"name\":{\"1972\":{},\"1983\":{},\"2016\":{},\"2043\":{}},\"parent\":{}}],[\"getcontenttypefromurl\",{\"_index\":727,\"name\":{\"1968\":{},\"1990\":{},\"2015\":{},\"2050\":{}},\"parent\":{}}],[\"getconversiontarget\",{\"_index\":670,\"name\":{\"1782\":{}},\"parent\":{}}],[\"getcountkey\",{\"_index\":944,\"name\":{\"2679\":{}},\"parent\":{}}],[\"getdata\",{\"_index\":591,\"name\":{\"1604\":{},\"1617\":{},\"1628\":{},\"1639\":{},\"1662\":{},\"1678\":{},\"1690\":{},\"1714\":{}},\"parent\":{}}],[\"getdirectorymetadata\",{\"_index\":607,\"name\":{\"1647\":{}},\"parent\":{}}],[\"getdocumenturl\",{\"_index\":730,\"name\":{\"1971\":{},\"1982\":{},\"2018\":{},\"2039\":{}},\"parent\":{}}],[\"getentry\",{\"_index\":618,\"name\":{\"1671\":{}},\"parent\":{}}],[\"getetag\",{\"_index\":828,\"name\":{\"2245\":{}},\"parent\":{}}],[\"getextension\",{\"_index\":1043,\"name\":{\"2833\":{}},\"parent\":{}}],[\"getfilemetadata\",{\"_index\":606,\"name\":{\"1646\":{}},\"parent\":{}}],[\"getfilepath\",{\"_index\":578,\"name\":{\"1560\":{}},\"parent\":{}}],[\"getforgotpasswordrecord\",{\"_index\":325,\"name\":{\"827\":{},\"855\":{}},\"parent\":{}}],[\"getforgotpasswordrecordresourceidentifier\",{\"_index\":338,\"name\":{\"845\":{}},\"parent\":{}}],[\"getgrant\",{\"_index\":382,\"name\":{\"952\":{}},\"parent\":{}}],[\"gethierarchy\",{\"_index\":616,\"name\":{\"1669\":{}},\"parent\":{}}],[\"getjson\",{\"_index\":704,\"name\":{\"1912\":{}},\"parent\":{}}],[\"getjsonsafely\",{\"_index\":702,\"name\":{\"1910\":{}},\"parent\":{}}],[\"getlocalname\",{\"_index\":662,\"name\":{\"1765\":{}},\"parent\":{}}],[\"getlockcount\",{\"_index\":969,\"name\":{\"2719\":{}},\"parent\":{}}],[\"getlockidentifier\",{\"_index\":854,\"name\":{\"2307\":{}},\"parent\":{}}],[\"getloggerfor\",{\"_index\":496,\"name\":{\"1324\":{}},\"parent\":{}}],[\"getmatchingsource\",{\"_index\":110,\"name\":{\"258\":{},\"266\":{}},\"parent\":{}}],[\"getmetadata\",{\"_index\":592,\"name\":{\"1605\":{},\"1618\":{},\"1629\":{},\"1640\":{},\"1663\":{},\"1679\":{},\"1691\":{},\"1715\":{}},\"parent\":{}}],[\"getmetadatanode\",{\"_index\":625,\"name\":{\"1697\":{}},\"parent\":{}}],[\"getmoduleroot\",{\"_index\":1052,\"name\":{\"2842\":{}},\"parent\":{}}],[\"getnormalizedmetadata\",{\"_index\":832,\"name\":{\"2267\":{}},\"parent\":{}}],[\"getoperationhandler\",{\"_index\":155,\"name\":{\"430\":{}},\"parent\":{\"431\":{},\"432\":{},\"433\":{},\"434\":{},\"435\":{}}}],[\"getoutputtypes\",{\"_index\":639,\"name\":{\"1722\":{},\"1768\":{},\"1773\":{},\"1800\":{},\"1808\":{},\"1826\":{},\"1834\":{},\"1843\":{},\"1857\":{},\"1865\":{},\"1879\":{}},\"parent\":{}}],[\"getparentcontainer\",{\"_index\":931,\"name\":{\"2638\":{},\"2642\":{},\"2650\":{},\"2658\":{}},\"parent\":{}}],[\"getparentcontainers\",{\"_index\":661,\"name\":{\"1764\":{}},\"parent\":{}}],[\"getparententry\",{\"_index\":617,\"name\":{\"1670\":{}},\"parent\":{}}],[\"getpath\",{\"_index\":374,\"name\":{\"925\":{},\"927\":{},\"937\":{}},\"parent\":{}}],[\"getprovider\",{\"_index\":269,\"name\":{\"696\":{},\"707\":{}},\"parent\":{}}],[\"getrawmetadata\",{\"_index\":609,\"name\":{\"1650\":{}},\"parent\":{}}],[\"getreadlockkey\",{\"_index\":945,\"name\":{\"2680\":{}},\"parent\":{}}],[\"getreadwritekey\",{\"_index\":962,\"name\":{\"2702\":{}},\"parent\":{}}],[\"getrelatednames\",{\"_index\":624,\"name\":{\"1696\":{}},\"parent\":{}}],[\"getrelativepath\",{\"_index\":733,\"name\":{\"1974\":{},\"1994\":{},\"2027\":{},\"2041\":{}},\"parent\":{}}],[\"getrelativeurl\",{\"_index\":1050,\"name\":{\"2840\":{}},\"parent\":{}}],[\"getreplacementtype\",{\"_index\":665,\"name\":{\"1777\":{}},\"parent\":{}}],[\"getrepresentation\",{\"_index\":813,\"name\":{\"2213\":{},\"2222\":{},\"2260\":{},\"2287\":{},\"2302\":{},\"2315\":{},\"2325\":{},\"2336\":{},\"2348\":{},\"2355\":{},\"2365\":{},\"2375\":{}},\"parent\":{}}],[\"getrequiredauthorization\",{\"_index\":64,\"name\":{\"142\":{}},\"parent\":{}}],[\"getresourceentries\",{\"_index\":706,\"name\":{\"1922\":{}},\"parent\":{}}],[\"getresourcekey\",{\"_index\":963,\"name\":{\"2703\":{}},\"parent\":{}}],[\"getsafenormalizedmetadata\",{\"_index\":833,\"name\":{\"2268\":{}},\"parent\":{}}],[\"getsettings\",{\"_index\":321,\"name\":{\"823\":{},\"851\":{}},\"parent\":{}}],[\"getsingleitem\",{\"_index\":1071,\"name\":{\"2862\":{}},\"parent\":{}}],[\"getsize\",{\"_index\":802,\"name\":{\"2193\":{},\"2203\":{}},\"parent\":{}}],[\"getstats\",{\"_index\":600,\"name\":{\"1622\":{},\"1645\":{}},\"parent\":{}}],[\"getstatuscode\",{\"_index\":888,\"name\":{\"2445\":{}},\"parent\":{}}],[\"getstore\",{\"_index\":869,\"name\":{\"2380\":{}},\"parent\":{}}],[\"getsubjectidentifier\",{\"_index\":94,\"name\":{\"208\":{},\"217\":{},\"228\":{},\"257\":{},\"270\":{},\"277\":{}},\"parent\":{}}],[\"gettemplatefilepath\",{\"_index\":981,\"name\":{\"2747\":{}},\"parent\":{}}],[\"gettokenkey\",{\"_index\":400,\"name\":{\"1016\":{}},\"parent\":{}}],[\"gettotalsize\",{\"_index\":804,\"name\":{\"2196\":{}},\"parent\":{}}],[\"gettotalspaceused\",{\"_index\":774,\"name\":{\"2124\":{},\"2134\":{},\"2146\":{}},\"parent\":{}}],[\"gettypeweight\",{\"_index\":667,\"name\":{\"1779\":{}},\"parent\":{}}],[\"getunexpired\",{\"_index\":717,\"name\":{\"1955\":{}},\"parent\":{}}],[\"getunit\",{\"_index\":801,\"name\":{\"2192\":{},\"2202\":{}},\"parent\":{}}],[\"getweightedpreferences\",{\"_index\":668,\"name\":{\"1780\":{}},\"parent\":{}}],[\"getwritelockkey\",{\"_index\":946,\"name\":{\"2681\":{}},\"parent\":{}}],[\"globalquotastrategy\",{\"_index\":773,\"name\":{\"2121\":{}},\"parent\":{\"2122\":{},\"2123\":{},\"2124\":{},\"2125\":{},\"2126\":{},\"2127\":{},\"2128\":{},\"2129\":{}}}],[\"grantkeyfor\",{\"_index\":405,\"name\":{\"1029\":{}},\"parent\":{}}],[\"greedyreadwritelocker\",{\"_index\":942,\"name\":{\"2672\":{}},\"parent\":{\"2673\":{},\"2674\":{},\"2675\":{},\"2676\":{},\"2677\":{},\"2678\":{},\"2679\":{},\"2680\":{},\"2681\":{},\"2682\":{},\"2683\":{},\"2684\":{},\"2685\":{}}}],[\"greedyreadwritesuffixes\",{\"_index\":940,\"name\":{\"2668\":{}},\"parent\":{\"2669\":{},\"2670\":{},\"2671\":{}}}],[\"grouplinks\",{\"_index\":537,\"name\":{\"1427\":{}},\"parent\":{}}],[\"guarded\",{\"_index\":1005,\"name\":{\"2777\":{}},\"parent\":{}}],[\"guardedstreamfrom\",{\"_index\":1074,\"name\":{\"2865\":{}},\"parent\":{}}],[\"guardstream\",{\"_index\":1004,\"name\":{\"2776\":{}},\"parent\":{}}],[\"handle\",{\"_index\":5,\"name\":{\"5\":{},\"16\":{},\"24\":{},\"28\":{},\"36\":{},\"43\":{},\"50\":{},\"55\":{},\"63\":{},\"68\":{},\"75\":{},\"91\":{},\"97\":{},\"103\":{},\"109\":{},\"121\":{},\"132\":{},\"140\":{},\"148\":{},\"157\":{},\"164\":{},\"177\":{},\"185\":{},\"195\":{},\"237\":{},\"243\":{},\"248\":{},\"285\":{},\"293\":{},\"298\":{},\"307\":{},\"314\":{},\"319\":{},\"327\":{},\"336\":{},\"342\":{},\"347\":{},\"352\":{},\"359\":{},\"365\":{},\"370\":{},\"377\":{},\"382\":{},\"388\":{},\"403\":{},\"409\":{},\"417\":{},\"421\":{},\"428\":{},\"434\":{},\"440\":{},\"447\":{},\"454\":{},\"461\":{},\"468\":{},\"475\":{},\"486\":{},\"491\":{},\"498\":{},\"509\":{},\"520\":{},\"527\":{},\"533\":{},\"539\":{},\"543\":{},\"548\":{},\"556\":{},\"584\":{},\"589\":{},\"670\":{},\"732\":{},\"740\":{},\"751\":{},\"758\":{},\"763\":{},\"782\":{},\"792\":{},\"801\":{},\"811\":{},\"871\":{},\"882\":{},\"933\":{},\"942\":{},\"955\":{},\"962\":{},\"967\":{},\"976\":{},\"985\":{},\"991\":{},\"996\":{},\"1002\":{},\"1008\":{},\"1015\":{},\"1088\":{},\"1095\":{},\"1116\":{},\"1133\":{},\"1141\":{},\"1153\":{},\"1161\":{},\"1168\":{},\"1174\":{},\"1180\":{},\"1185\":{},\"1191\":{},\"1217\":{},\"1230\":{},\"1248\":{},\"1254\":{},\"1259\":{},\"1267\":{},\"1275\":{},\"1283\":{},\"1357\":{},\"1363\":{},\"1369\":{},\"1379\":{},\"1466\":{},\"1489\":{},\"1503\":{},\"1519\":{},\"1527\":{},\"1533\":{},\"1544\":{},\"1550\":{},\"1562\":{},\"1568\":{},\"1583\":{},\"1600\":{},\"1724\":{},\"1731\":{},\"1754\":{},\"1762\":{},\"1775\":{},\"1791\":{},\"1797\":{},\"1805\":{},\"1823\":{},\"1831\":{},\"1840\":{},\"1848\":{},\"1854\":{},\"1862\":{},\"1875\":{},\"1881\":{},\"2059\":{},\"2069\":{},\"2077\":{},\"2089\":{},\"2098\":{},\"2104\":{},\"2112\":{},\"2153\":{},\"2164\":{},\"2178\":{},\"2185\":{},\"2209\":{},\"2558\":{},\"2566\":{},\"2576\":{},\"2585\":{},\"2592\":{},\"2597\":{},\"2603\":{},\"2609\":{},\"2618\":{},\"2626\":{},\"2633\":{}},\"parent\":{}}],[\"handlebarstemplateengine\",{\"_index\":980,\"name\":{\"2743\":{}},\"parent\":{\"2744\":{},\"2745\":{},\"2746\":{}}}],[\"handlecontainerdata\",{\"_index\":835,\"name\":{\"2270\":{}},\"parent\":{}}],[\"handleget\",{\"_index\":310,\"name\":{\"783\":{},\"793\":{},\"802\":{},\"812\":{},\"943\":{},\"950\":{},\"1117\":{},\"1134\":{}},\"parent\":{}}],[\"handlepost\",{\"_index\":307,\"name\":{\"778\":{},\"790\":{},\"799\":{},\"808\":{},\"944\":{},\"951\":{},\"1112\":{},\"1135\":{}},\"parent\":{}}],[\"handler\",{\"_index\":416,\"name\":{\"1081\":{},\"1087\":{},\"1121\":{},\"1128\":{},\"1479\":{},\"1588\":{},\"1595\":{}},\"parent\":{}}],[\"handlers\",{\"_index\":19,\"name\":{\"34\":{},\"183\":{},\"2563\":{},\"2590\":{},\"2596\":{},\"2614\":{},\"2631\":{}},\"parent\":{}}],[\"handlesafe\",{\"_index\":6,\"name\":{\"6\":{},\"17\":{},\"25\":{},\"30\":{},\"38\":{},\"45\":{},\"51\":{},\"56\":{},\"65\":{},\"70\":{},\"79\":{},\"92\":{},\"98\":{},\"104\":{},\"117\":{},\"123\":{},\"133\":{},\"141\":{},\"151\":{},\"159\":{},\"169\":{},\"178\":{},\"187\":{},\"203\":{},\"239\":{},\"244\":{},\"250\":{},\"286\":{},\"294\":{},\"303\":{},\"309\":{},\"315\":{},\"323\":{},\"328\":{},\"338\":{},\"343\":{},\"349\":{},\"354\":{},\"361\":{},\"366\":{},\"373\":{},\"379\":{},\"384\":{},\"389\":{},\"405\":{},\"410\":{},\"418\":{},\"423\":{},\"429\":{},\"435\":{},\"441\":{},\"448\":{},\"455\":{},\"462\":{},\"469\":{},\"476\":{},\"487\":{},\"492\":{},\"500\":{},\"516\":{},\"522\":{},\"529\":{},\"535\":{},\"540\":{},\"545\":{},\"552\":{},\"558\":{},\"585\":{},\"590\":{},\"673\":{},\"734\":{},\"741\":{},\"752\":{},\"759\":{},\"765\":{},\"784\":{},\"794\":{},\"803\":{},\"813\":{},\"873\":{},\"883\":{},\"934\":{},\"945\":{},\"956\":{},\"963\":{},\"969\":{},\"977\":{},\"986\":{},\"992\":{},\"998\":{},\"1004\":{},\"1009\":{},\"1021\":{},\"1090\":{},\"1097\":{},\"1118\":{},\"1137\":{},\"1142\":{},\"1156\":{},\"1163\":{},\"1170\":{},\"1176\":{},\"1181\":{},\"1187\":{},\"1192\":{},\"1219\":{},\"1232\":{},\"1250\":{},\"1255\":{},\"1261\":{},\"1269\":{},\"1278\":{},\"1285\":{},\"1359\":{},\"1365\":{},\"1370\":{},\"1381\":{},\"1468\":{},\"1490\":{},\"1504\":{},\"1521\":{},\"1529\":{},\"1534\":{},\"1546\":{},\"1552\":{},\"1564\":{},\"1570\":{},\"1584\":{},\"1601\":{},\"1725\":{},\"1741\":{},\"1755\":{},\"1769\":{},\"1776\":{},\"1794\":{},\"1802\":{},\"1810\":{},\"1828\":{},\"1836\":{},\"1845\":{},\"1850\":{},\"1859\":{},\"1867\":{},\"1876\":{},\"1882\":{},\"2060\":{},\"2070\":{},\"2080\":{},\"2090\":{},\"2099\":{},\"2106\":{},\"2120\":{},\"2156\":{},\"2167\":{},\"2181\":{},\"2186\":{},\"2211\":{},\"2559\":{},\"2565\":{},\"2575\":{},\"2587\":{},\"2593\":{},\"2599\":{},\"2605\":{},\"2611\":{},\"2621\":{},\"2627\":{},\"2634\":{}},\"parent\":{}}],[\"has\",{\"_index\":226,\"name\":{\"629\":{},\"1888\":{},\"1897\":{},\"1906\":{},\"1918\":{},\"1928\":{},\"1936\":{},\"1950\":{}},\"parent\":{}}],[\"hasconditions\",{\"_index\":52,\"name\":{\"114\":{}},\"parent\":{}}],[\"hascontainertype\",{\"_index\":843,\"name\":{\"2278\":{}},\"parent\":{}}],[\"hasdeletes\",{\"_index\":54,\"name\":{\"116\":{}},\"parent\":{}}],[\"hasinserts\",{\"_index\":53,\"name\":{\"115\":{}},\"parent\":{}}],[\"hasmodepermission\",{\"_index\":75,\"name\":{\"166\":{}},\"parent\":{}}],[\"hasproperchildren\",{\"_index\":845,\"name\":{\"2280\":{}},\"parent\":{}}],[\"hasresource\",{\"_index\":817,\"name\":{\"2218\":{},\"2221\":{},\"2244\":{},\"2259\":{},\"2290\":{},\"2301\":{},\"2314\":{},\"2324\":{},\"2335\":{},\"2347\":{},\"2359\":{},\"2363\":{},\"2370\":{},\"2374\":{}},\"parent\":{}}],[\"hasscheme\",{\"_index\":1019,\"name\":{\"2791\":{}},\"parent\":{}}],[\"hastoken\",{\"_index\":402,\"name\":{\"1018\":{}},\"parent\":{}}],[\"headerhandler\",{\"_index\":572,\"name\":{\"1547\":{}},\"parent\":{\"1548\":{},\"1549\":{},\"1550\":{},\"1551\":{},\"1552\":{}}}],[\"headermap\",{\"_index\":189,\"name\":{\"532\":{}},\"parent\":{}}],[\"headers\",{\"_index\":186,\"name\":{\"519\":{},\"1549\":{}},\"parent\":{}}],[\"headoperationhandler\",{\"_index\":156,\"name\":{\"436\":{}},\"parent\":{\"437\":{},\"438\":{},\"439\":{},\"440\":{},\"441\":{}}}],[\"hh\",{\"_index\":1095,\"name\":{\"2888\":{}},\"parent\":{}}],[\"host\",{\"_index\":342,\"name\":{\"860\":{},\"2825\":{}},\"parent\":{}}],[\"html\",{\"_index\":355,\"name\":{\"878\":{}},\"parent\":{}}],[\"htmlviewhandler\",{\"_index\":389,\"name\":{\"970\":{}},\"parent\":{\"971\":{},\"972\":{},\"973\":{},\"974\":{},\"975\":{},\"976\":{},\"977\":{}}}],[\"http\",{\"_index\":1096,\"name\":{\"2889\":{}},\"parent\":{}}],[\"httperror\",{\"_index\":886,\"name\":{\"2431\":{}},\"parent\":{\"2432\":{},\"2433\":{},\"2434\":{},\"2435\":{},\"2436\":{},\"2437\":{},\"2438\":{},\"2439\":{}}}],[\"httperrorclass\",{\"_index\":887,\"name\":{\"2440\":{}},\"parent\":{\"2441\":{},\"2442\":{},\"2443\":{},\"2444\":{}}}],[\"httperroroptions\",{\"_index\":885,\"name\":{\"2427\":{}},\"parent\":{\"2428\":{},\"2429\":{},\"2430\":{}}}],[\"httphandler\",{\"_index\":555,\"name\":{\"1486\":{}},\"parent\":{\"1487\":{},\"1488\":{},\"1489\":{},\"1490\":{}}}],[\"httphandlerinput\",{\"_index\":554,\"name\":{\"1483\":{}},\"parent\":{\"1484\":{},\"1485\":{}}}],[\"httprequest\",{\"_index\":557,\"name\":{\"1492\":{}},\"parent\":{}}],[\"httpresponse\",{\"_index\":558,\"name\":{\"1493\":{}},\"parent\":{}}],[\"https\",{\"_index\":547,\"name\":{\"1470\":{}},\"parent\":{}}],[\"httpserverfactory\",{\"_index\":559,\"name\":{\"1494\":{}},\"parent\":{\"1495\":{}}}],[\"iana\",{\"_index\":1097,\"name\":{\"2890\":{}},\"parent\":{}}],[\"id\",{\"_index\":214,\"name\":{\"616\":{}},\"parent\":{}}],[\"identifier\",{\"_index\":58,\"name\":{\"126\":{},\"172\":{},\"281\":{},\"619\":{},\"1395\":{},\"1869\":{},\"2001\":{},\"2084\":{},\"2092\":{}},\"parent\":{}}],[\"identifiergenerator\",{\"_index\":358,\"name\":{\"887\":{},\"914\":{},\"1390\":{}},\"parent\":{\"1391\":{}}}],[\"identifierstrategy\",{\"_index\":83,\"name\":{\"193\":{},\"220\":{},\"236\":{},\"330\":{},\"334\":{},\"1657\":{},\"1686\":{},\"1758\":{},\"2132\":{},\"2257\":{},\"2640\":{}},\"parent\":{\"2641\":{},\"2642\":{},\"2643\":{}}}],[\"identifiertokey\",{\"_index\":709,\"name\":{\"1925\":{}},\"parent\":{}}],[\"identityproviderfactory\",{\"_index\":265,\"name\":{\"683\":{}},\"parent\":{\"684\":{},\"685\":{},\"686\":{},\"687\":{},\"688\":{},\"689\":{},\"690\":{},\"691\":{},\"692\":{},\"693\":{},\"694\":{},\"695\":{},\"696\":{},\"697\":{},\"698\":{},\"699\":{},\"700\":{},\"701\":{},\"702\":{},\"703\":{},\"704\":{},\"705\":{}}}],[\"identityproviderfactoryargs\",{\"_index\":259,\"name\":{\"674\":{}},\"parent\":{\"675\":{},\"676\":{},\"677\":{},\"678\":{},\"679\":{},\"680\":{},\"681\":{},\"682\":{}}}],[\"identityproviderhttphandler\",{\"_index\":417,\"name\":{\"1082\":{}},\"parent\":{\"1083\":{},\"1084\":{},\"1085\":{},\"1086\":{},\"1087\":{},\"1088\":{},\"1089\":{},\"1090\":{}}}],[\"identityproviderhttphandlerargs\",{\"_index\":415,\"name\":{\"1078\":{}},\"parent\":{\"1079\":{},\"1080\":{},\"1081\":{}}}],[\"idpindex\",{\"_index\":390,\"name\":{\"972\":{}},\"parent\":{}}],[\"ignoreerrors\",{\"_index\":925,\"name\":{\"2616\":{}},\"parent\":{}}],[\"ignorefolders\",{\"_index\":800,\"name\":{\"2190\":{}},\"parent\":{}}],[\"includequerystring\",{\"_index\":134,\"name\":{\"331\":{},\"335\":{}},\"parent\":{}}],[\"inconverter\",{\"_index\":864,\"name\":{\"2352\":{}},\"parent\":{}}],[\"incrementcount\",{\"_index\":950,\"name\":{\"2685\":{}},\"parent\":{}}],[\"indexname\",{\"_index\":849,\"name\":{\"2285\":{}},\"parent\":{}}],[\"indexrepresentationstore\",{\"_index\":848,\"name\":{\"2283\":{}},\"parent\":{\"2284\":{},\"2285\":{},\"2286\":{},\"2287\":{},\"2288\":{},\"2289\":{},\"2290\":{},\"2291\":{},\"2292\":{},\"2293\":{},\"2294\":{}}}],[\"info\",{\"_index\":488,\"name\":{\"1297\":{},\"1306\":{},\"1316\":{},\"1332\":{},\"1346\":{},\"2531\":{}},\"parent\":{}}],[\"initconfig\",{\"_index\":271,\"name\":{\"698\":{}},\"parent\":{}}],[\"initialize\",{\"_index\":426,\"name\":{\"1113\":{}},\"parent\":{}}],[\"initializer\",{\"_index\":424,\"name\":{\"1106\":{},\"1111\":{},\"1195\":{},\"1251\":{}},\"parent\":{\"1252\":{},\"1253\":{},\"1254\":{},\"1255\":{}}}],[\"inmemorydataaccessor\",{\"_index\":612,\"name\":{\"1655\":{}},\"parent\":{\"1656\":{},\"1657\":{},\"1658\":{},\"1659\":{},\"1661\":{},\"1662\":{},\"1663\":{},\"1664\":{},\"1665\":{},\"1666\":{},\"1667\":{},\"1668\":{},\"1669\":{},\"1670\":{},\"1671\":{}}}],[\"inmemorydataaccessor.__type\",{\"_index\":614,\"name\":{},\"parent\":{\"1660\":{}}}],[\"inpreferences\",{\"_index\":866,\"name\":{\"2354\":{}},\"parent\":{}}],[\"inputtypes\",{\"_index\":637,\"name\":{\"1720\":{},\"1766\":{},\"1798\":{},\"1806\":{},\"1824\":{},\"1832\":{},\"1841\":{},\"1855\":{},\"1863\":{}},\"parent\":{}}],[\"interaction\",{\"_index\":392,\"name\":{\"978\":{}},\"parent\":{}}],[\"interactionhandler\",{\"_index\":262,\"name\":{\"678\":{},\"689\":{},\"982\":{}},\"parent\":{\"983\":{},\"984\":{},\"985\":{},\"986\":{}}}],[\"interactionhandlerinput\",{\"_index\":393,\"name\":{\"979\":{}},\"parent\":{\"980\":{},\"981\":{}}}],[\"interactionroute\",{\"_index\":375,\"name\":{\"926\":{}},\"parent\":{\"927\":{}}}],[\"interactionroutehandler\",{\"_index\":376,\"name\":{\"928\":{}},\"parent\":{\"929\":{},\"930\":{},\"931\":{},\"932\":{},\"933\":{},\"934\":{}}}],[\"intermediatetype\",{\"_index\":756,\"name\":{\"2066\":{}},\"parent\":{}}],[\"internal_all\",{\"_index\":995,\"name\":{\"2766\":{}},\"parent\":{}}],[\"internal_error\",{\"_index\":997,\"name\":{\"2768\":{}},\"parent\":{}}],[\"internal_quads\",{\"_index\":996,\"name\":{\"2767\":{}},\"parent\":{}}],[\"internalservererror\",{\"_index\":890,\"name\":{\"2447\":{}},\"parent\":{\"2448\":{},\"2449\":{},\"2450\":{},\"2451\":{},\"2452\":{},\"2453\":{},\"2454\":{},\"2455\":{},\"2456\":{}}}],[\"isaccesstoken\",{\"_index\":274,\"name\":{\"701\":{}},\"parent\":{}}],[\"isauthenticated\",{\"_index\":76,\"name\":{\"167\":{}},\"parent\":{}}],[\"isauxiliaryidentifier\",{\"_index\":93,\"name\":{\"207\":{},\"216\":{},\"227\":{},\"256\":{},\"269\":{},\"276\":{}},\"parent\":{}}],[\"iscomposite\",{\"_index\":769,\"name\":{\"2115\":{}},\"parent\":{}}],[\"iscontaineridentifier\",{\"_index\":1048,\"name\":{\"2838\":{}},\"parent\":{}}],[\"iscontainerpath\",{\"_index\":1047,\"name\":{\"2837\":{}},\"parent\":{}}],[\"iscontainertype\",{\"_index\":842,\"name\":{\"2277\":{}},\"parent\":{}}],[\"isdataentry\",{\"_index\":615,\"name\":{\"1668\":{}},\"parent\":{}}],[\"isdeleteallowed\",{\"_index\":182,\"name\":{\"512\":{}},\"parent\":{}}],[\"isdeleteinsert\",{\"_index\":50,\"name\":{\"112\":{},\"2114\":{}},\"parent\":{}}],[\"isempty\",{\"_index\":207,\"name\":{\"596\":{},\"601\":{},\"606\":{},\"658\":{}},\"parent\":{}}],[\"iserror\",{\"_index\":877,\"name\":{\"2401\":{}},\"parent\":{}}],[\"isexpired\",{\"_index\":718,\"name\":{\"1956\":{}},\"parent\":{}}],[\"isguarded\",{\"_index\":1003,\"name\":{\"2775\":{}},\"parent\":{}}],[\"ishttprequest\",{\"_index\":556,\"name\":{\"1491\":{}},\"parent\":{}}],[\"isinstance\",{\"_index\":872,\"name\":{\"2384\":{},\"2394\":{},\"2407\":{},\"2417\":{},\"2432\":{},\"2443\":{},\"2450\":{},\"2460\":{},\"2471\":{},\"2482\":{},\"2492\":{},\"2502\":{},\"2511\":{},\"2523\":{},\"2538\":{},\"2548\":{}},\"parent\":{}}],[\"isinternalcontenttype\",{\"_index\":673,\"name\":{\"1785\":{}},\"parent\":{}}],[\"ismemberofgroup\",{\"_index\":33,\"name\":{\"76\":{}},\"parent\":{}}],[\"ismetadata\",{\"_index\":742,\"name\":{\"2004\":{}},\"parent\":{}}],[\"ismetadataidentifier\",{\"_index\":626,\"name\":{\"1698\":{}},\"parent\":{}}],[\"ismetadatapath\",{\"_index\":735,\"name\":{\"1976\":{},\"1996\":{},\"2029\":{},\"2054\":{}},\"parent\":{}}],[\"isnop\",{\"_index\":51,\"name\":{\"113\":{}},\"parent\":{}}],[\"ispostallowed\",{\"_index\":181,\"name\":{\"511\":{}},\"parent\":{}}],[\"isrepresentationmetadata\",{\"_index\":208,\"name\":{\"607\":{}},\"parent\":{}}],[\"isrequiredinroot\",{\"_index\":96,\"name\":{\"211\":{},\"230\":{},\"263\":{}},\"parent\":{}}],[\"isresourceidentifier\",{\"_index\":247,\"name\":{\"650\":{}},\"parent\":{}}],[\"isrootcontainer\",{\"_index\":932,\"name\":{\"2639\":{},\"2643\":{},\"2649\":{},\"2657\":{}},\"parent\":{}}],[\"isrootstorage\",{\"_index\":844,\"name\":{\"2279\":{}},\"parent\":{}}],[\"issparql\",{\"_index\":48,\"name\":{\"110\":{}},\"parent\":{}}],[\"issparqlupdate\",{\"_index\":768,\"name\":{\"2113\":{}},\"parent\":{}}],[\"issupported\",{\"_index\":49,\"name\":{\"111\":{}},\"parent\":{}}],[\"issystemerror\",{\"_index\":900,\"name\":{\"2525\":{}},\"parent\":{}}],[\"isterm\",{\"_index\":1082,\"name\":{\"2873\":{}},\"parent\":{}}],[\"isvalidfilename\",{\"_index\":1081,\"name\":{\"2872\":{}},\"parent\":{}}],[\"isvalidvariable\",{\"_index\":509,\"name\":{\"1371\":{}},\"parent\":{}}],[\"joinfilepath\",{\"_index\":1038,\"name\":{\"2828\":{}},\"parent\":{}}],[\"joinurl\",{\"_index\":1057,\"name\":{\"2847\":{}},\"parent\":{}}],[\"json_ld\",{\"_index\":1098,\"name\":{\"2891\":{}},\"parent\":{}}],[\"jsonfilestorage\",{\"_index\":699,\"name\":{\"1900\":{}},\"parent\":{\"1901\":{},\"1902\":{},\"1903\":{},\"1904\":{},\"1905\":{},\"1906\":{},\"1907\":{},\"1908\":{},\"1909\":{},\"1910\":{},\"1911\":{},\"1912\":{}}}],[\"jsonresourcestorage\",{\"_index\":705,\"name\":{\"1913\":{}},\"parent\":{\"1914\":{},\"1915\":{},\"1916\":{},\"1917\":{},\"1918\":{},\"1919\":{},\"1920\":{},\"1921\":{},\"1922\":{},\"1923\":{},\"1924\":{},\"1925\":{}}}],[\"jwtalg\",{\"_index\":267,\"name\":{\"694\":{}},\"parent\":{}}],[\"key\",{\"_index\":441,\"name\":{\"1159\":{},\"1166\":{},\"1472\":{}},\"parent\":{}}],[\"keyextractor\",{\"_index\":440,\"name\":{\"1157\":{}},\"parent\":{\"1158\":{},\"1159\":{},\"1160\":{},\"1161\":{},\"1162\":{},\"1163\":{}}}],[\"keyfor\",{\"_index\":408,\"name\":{\"1032\":{}},\"parent\":{}}],[\"keytoidentifier\",{\"_index\":708,\"name\":{\"1924\":{}},\"parent\":{}}],[\"keytopath\",{\"_index\":696,\"name\":{\"1892\":{}},\"parent\":{}}],[\"keyvaluestorage\",{\"_index\":710,\"name\":{\"1926\":{}},\"parent\":{\"1927\":{},\"1928\":{},\"1929\":{},\"1930\":{},\"1931\":{}}}],[\"language\",{\"_index\":246,\"name\":{\"649\":{}},\"parent\":{}}],[\"lazyloggerfactory\",{\"_index\":482,\"name\":{\"1286\":{}},\"parent\":{\"1287\":{},\"1288\":{},\"1289\":{},\"1290\":{}}}],[\"ldp\",{\"_index\":1099,\"name\":{\"2892\":{}},\"parent\":{}}],[\"level\",{\"_index\":503,\"name\":{\"1352\":{}},\"parent\":{}}],[\"limit\",{\"_index\":776,\"name\":{\"2126\":{},\"2137\":{},\"2144\":{}},\"parent\":{}}],[\"link\",{\"_index\":105,\"name\":{\"235\":{}},\"parent\":{}}],[\"linkentry\",{\"_index\":1032,\"name\":{\"2819\":{}},\"parent\":{\"2820\":{},\"2821\":{}}}],[\"linkentryparameters\",{\"_index\":1030,\"name\":{\"2817\":{}},\"parent\":{\"2818\":{}}}],[\"linkhascontextrelation\",{\"_index\":142,\"name\":{\"371\":{}},\"parent\":{}}],[\"linkmetadatagenerator\",{\"_index\":104,\"name\":{\"233\":{}},\"parent\":{\"234\":{},\"235\":{},\"236\":{},\"237\":{},\"238\":{},\"239\":{}}}],[\"linkrelmap\",{\"_index\":139,\"name\":{\"358\":{},\"525\":{}},\"parent\":{}}],[\"linkrelmetadatawriter\",{\"_index\":187,\"name\":{\"523\":{}},\"parent\":{\"524\":{},\"525\":{},\"526\":{},\"527\":{},\"528\":{},\"529\":{}}}],[\"linkrelparser\",{\"_index\":138,\"name\":{\"355\":{}},\"parent\":{\"356\":{},\"357\":{},\"358\":{},\"359\":{},\"360\":{},\"361\":{}}}],[\"listcredentialshandler\",{\"_index\":301,\"name\":{\"760\":{}},\"parent\":{\"761\":{},\"762\":{},\"763\":{},\"764\":{},\"765\":{}}}],[\"listeners\",{\"_index\":257,\"name\":{\"669\":{}},\"parent\":{}}],[\"loadfromenv\",{\"_index\":435,\"name\":{\"1147\":{}},\"parent\":{}}],[\"location\",{\"_index\":882,\"name\":{\"2419\":{},\"2473\":{},\"2514\":{}},\"parent\":{}}],[\"locationinteractionhandler\",{\"_index\":395,\"name\":{\"987\":{}},\"parent\":{\"988\":{},\"989\":{},\"990\":{},\"991\":{},\"992\":{}}}],[\"lockedrepresentationrun\",{\"_index\":855,\"name\":{\"2308\":{}},\"parent\":{}}],[\"locker\",{\"_index\":700,\"name\":{\"1903\":{},\"2664\":{},\"2674\":{},\"2715\":{},\"2723\":{}},\"parent\":{}}],[\"lockidentifier\",{\"_index\":701,\"name\":{\"1904\":{}},\"parent\":{}}],[\"lockingresourcestore\",{\"_index\":852,\"name\":{\"2295\":{}},\"parent\":{\"2296\":{},\"2297\":{},\"2298\":{},\"2299\":{},\"2300\":{},\"2301\":{},\"2302\":{},\"2303\":{},\"2304\":{},\"2305\":{},\"2306\":{},\"2307\":{},\"2308\":{},\"2309\":{},\"2310\":{}}}],[\"locks\",{\"_index\":853,\"name\":{\"2299\":{}},\"parent\":{}}],[\"log\",{\"_index\":486,\"name\":{\"1292\":{},\"1294\":{},\"1303\":{},\"1313\":{},\"1329\":{},\"1343\":{}},\"parent\":{}}],[\"log_levels\",{\"_index\":494,\"name\":{\"1322\":{}},\"parent\":{}}],[\"logger\",{\"_index\":2,\"name\":{\"2\":{},\"22\":{},\"42\":{},\"48\":{},\"136\":{},\"145\":{},\"162\":{},\"190\":{},\"306\":{},\"312\":{},\"318\":{},\"346\":{},\"357\":{},\"369\":{},\"376\":{},\"451\":{},\"458\":{},\"465\":{},\"495\":{},\"526\":{},\"581\":{},\"614\":{},\"668\":{},\"773\":{},\"787\":{},\"797\":{},\"806\":{},\"911\":{},\"1001\":{},\"1012\":{},\"1026\":{},\"1061\":{},\"1084\":{},\"1093\":{},\"1109\":{},\"1127\":{},\"1201\":{},\"1216\":{},\"1226\":{},\"1242\":{},\"1264\":{},\"1293\":{},\"1312\":{},\"1338\":{},\"1342\":{},\"1412\":{},\"1439\":{},\"1446\":{},\"1460\":{},\"1478\":{},\"1513\":{},\"1524\":{},\"1558\":{},\"1614\":{},\"1636\":{},\"1684\":{},\"1728\":{},\"1946\":{},\"1962\":{},\"1985\":{},\"2019\":{},\"2045\":{},\"2063\":{},\"2073\":{},\"2102\":{},\"2109\":{},\"2255\":{},\"2297\":{},\"2351\":{},\"2562\":{},\"2630\":{},\"2647\":{},\"2655\":{},\"2695\":{},\"2714\":{},\"2722\":{},\"2730\":{}},\"parent\":{\"1294\":{},\"1295\":{},\"1296\":{},\"1297\":{},\"1298\":{},\"1299\":{},\"1300\":{}}}],[\"loggerfactory\",{\"_index\":475,\"name\":{\"1258\":{},\"1289\":{},\"1320\":{}},\"parent\":{\"1321\":{}}}],[\"loggerinitializer\",{\"_index\":474,\"name\":{\"1256\":{}},\"parent\":{\"1257\":{},\"1258\":{},\"1259\":{},\"1260\":{},\"1261\":{}}}],[\"loginhandler\",{\"_index\":311,\"name\":{\"785\":{}},\"parent\":{\"786\":{},\"787\":{},\"788\":{},\"789\":{},\"790\":{},\"791\":{},\"792\":{},\"793\":{},\"794\":{}}}],[\"loglevel\",{\"_index\":495,\"name\":{\"1323\":{}},\"parent\":{}}],[\"ma\",{\"_index\":1100,\"name\":{\"2893\":{}},\"parent\":{}}],[\"mailtransporter\",{\"_index\":350,\"name\":{\"869\":{}},\"parent\":{}}],[\"maintemplatepath\",{\"_index\":681,\"name\":{\"1812\":{},\"1819\":{}},\"parent\":{}}],[\"mapfilepathtourl\",{\"_index\":728,\"name\":{\"1969\":{},\"1991\":{},\"2006\":{},\"2024\":{},\"2051\":{}},\"parent\":{}}],[\"mappedmetadatawriter\",{\"_index\":188,\"name\":{\"530\":{}},\"parent\":{\"531\":{},\"532\":{},\"533\":{},\"534\":{},\"535\":{}}}],[\"mappings\",{\"_index\":574,\"name\":{\"1555\":{}},\"parent\":{}}],[\"mapurltocontainerpath\",{\"_index\":725,\"name\":{\"1966\":{},\"1989\":{},\"2023\":{},\"2049\":{}},\"parent\":{}}],[\"mapurltodocumentpath\",{\"_index\":726,\"name\":{\"1967\":{},\"1981\":{},\"2017\":{},\"2042\":{}},\"parent\":{}}],[\"mapurltofilepath\",{\"_index\":724,\"name\":{\"1965\":{},\"1988\":{},\"2007\":{},\"2022\":{},\"2048\":{}},\"parent\":{}}],[\"markdowntohtmlconverter\",{\"_index\":686,\"name\":{\"1837\":{}},\"parent\":{\"1838\":{},\"1839\":{},\"1840\":{},\"1841\":{},\"1842\":{},\"1843\":{},\"1844\":{},\"1845\":{}}}],[\"matches\",{\"_index\":826,\"name\":{\"2239\":{},\"2252\":{}},\"parent\":{}}],[\"matchesauthorizationscheme\",{\"_index\":1018,\"name\":{\"2790\":{}},\"parent\":{}}],[\"matchesetag\",{\"_index\":820,\"name\":{\"2228\":{},\"2234\":{},\"2247\":{}},\"parent\":{}}],[\"matchesmediapreferences\",{\"_index\":671,\"name\":{\"1783\":{}},\"parent\":{}}],[\"matchesmediatype\",{\"_index\":672,\"name\":{\"1784\":{}},\"parent\":{}}],[\"matchesmetadata\",{\"_index\":825,\"name\":{\"2238\":{},\"2251\":{}},\"parent\":{}}],[\"matchespreferences\",{\"_index\":851,\"name\":{\"2288\":{}},\"parent\":{}}],[\"matchstore\",{\"_index\":796,\"name\":{\"2179\":{}},\"parent\":{}}],[\"mediarange\",{\"_index\":850,\"name\":{\"2286\":{}},\"parent\":{}}],[\"mediatype\",{\"_index\":1024,\"name\":{\"2798\":{}},\"parent\":{}}],[\"memorymapstorage\",{\"_index\":711,\"name\":{\"1932\":{}},\"parent\":{\"1933\":{},\"1934\":{},\"1935\":{},\"1936\":{},\"1937\":{},\"1938\":{},\"1939\":{}}}],[\"meta\",{\"_index\":1000,\"name\":{\"2772\":{}},\"parent\":{}}],[\"metadata\",{\"_index\":120,\"name\":{\"289\":{},\"412\":{},\"562\":{},\"567\":{},\"572\":{},\"577\":{},\"594\":{},\"598\":{},\"603\":{},\"655\":{}},\"parent\":{}}],[\"metadatacollector\",{\"_index\":563,\"name\":{\"1507\":{},\"1517\":{}},\"parent\":{}}],[\"metadatagenerator\",{\"_index\":100,\"name\":{\"221\":{},\"240\":{}},\"parent\":{\"241\":{},\"242\":{},\"243\":{},\"244\":{}}}],[\"metadatagraph\",{\"_index\":212,\"name\":{\"611\":{}},\"parent\":{}}],[\"metadataidentifier\",{\"_index\":209,\"name\":{\"608\":{}},\"parent\":{}}],[\"metadataparser\",{\"_index\":140,\"name\":{\"362\":{},\"393\":{},\"400\":{}},\"parent\":{\"363\":{},\"364\":{},\"365\":{},\"366\":{}}}],[\"metadatarecord\",{\"_index\":211,\"name\":{\"610\":{}},\"parent\":{}}],[\"metadatavalue\",{\"_index\":210,\"name\":{\"609\":{}},\"parent\":{}}],[\"metadatawriter\",{\"_index\":190,\"name\":{\"536\":{},\"582\":{}},\"parent\":{\"537\":{},\"538\":{},\"539\":{},\"540\":{}}}],[\"method\",{\"_index\":252,\"name\":{\"660\":{}},\"parent\":{}}],[\"methodfilterhandler\",{\"_index\":917,\"name\":{\"2580\":{}},\"parent\":{\"2581\":{},\"2582\":{},\"2583\":{},\"2584\":{},\"2585\":{},\"2586\":{},\"2587\":{}}}],[\"methodmodesextractor\",{\"_index\":44,\"name\":{\"93\":{}},\"parent\":{\"94\":{},\"95\":{},\"96\":{},\"97\":{},\"98\":{}}}],[\"methodnotallowedhttperror\",{\"_index\":891,\"name\":{\"2457\":{}},\"parent\":{\"2458\":{},\"2459\":{},\"2460\":{},\"2461\":{},\"2462\":{},\"2463\":{},\"2464\":{},\"2465\":{},\"2466\":{},\"2467\":{}}}],[\"methods\",{\"_index\":892,\"name\":{\"2462\":{},\"2582\":{}},\"parent\":{}}],[\"minquality\",{\"_index\":654,\"name\":{\"1745\":{}},\"parent\":{}}],[\"modes\",{\"_index\":59,\"name\":{\"127\":{},\"173\":{}},\"parent\":{}}],[\"modesextractor\",{\"_index\":43,\"name\":{\"88\":{},\"1454\":{},\"1462\":{}},\"parent\":{\"89\":{},\"90\":{},\"91\":{},\"92\":{}}}],[\"modifiedmetadatawriter\",{\"_index\":191,\"name\":{\"541\":{}},\"parent\":{\"542\":{},\"543\":{},\"544\":{},\"545\":{}}}],[\"modifiedsince\",{\"_index\":822,\"name\":{\"2230\":{},\"2236\":{},\"2249\":{}},\"parent\":{}}],[\"modifyresource\",{\"_index\":816,\"name\":{\"2217\":{},\"2226\":{},\"2263\":{},\"2293\":{},\"2306\":{},\"2319\":{},\"2328\":{},\"2333\":{},\"2344\":{},\"2361\":{},\"2369\":{},\"2379\":{}},\"parent\":{}}],[\"modifytypeweights\",{\"_index\":648,\"name\":{\"1738\":{}},\"parent\":{}}],[\"modulepath\",{\"_index\":1053,\"name\":{\"2843\":{}},\"parent\":{}}],[\"modulepathplaceholder\",{\"_index\":1056,\"name\":{\"2846\":{}},\"parent\":{}}],[\"moduleversionverifier\",{\"_index\":481,\"name\":{\"1279\":{}},\"parent\":{\"1280\":{},\"1281\":{},\"1282\":{},\"1283\":{},\"1284\":{},\"1285\":{}}}],[\"monitoringstore\",{\"_index\":858,\"name\":{\"2311\":{}},\"parent\":{\"2312\":{},\"2313\":{},\"2314\":{},\"2315\":{},\"2316\":{},\"2317\":{},\"2318\":{},\"2319\":{},\"2320\":{}}}],[\"movedpermanentlyhttperror\",{\"_index\":893,\"name\":{\"2468\":{}},\"parent\":{\"2469\":{},\"2470\":{},\"2471\":{},\"2472\":{},\"2473\":{},\"2474\":{},\"2475\":{},\"2476\":{},\"2477\":{},\"2478\":{}}}],[\"n3patchbodyparser\",{\"_index\":122,\"name\":{\"295\":{}},\"parent\":{\"296\":{},\"297\":{},\"298\":{},\"299\":{},\"300\":{},\"301\":{},\"302\":{},\"303\":{}}}],[\"n3patcher\",{\"_index\":758,\"name\":{\"2071\":{}},\"parent\":{\"2072\":{},\"2073\":{},\"2074\":{},\"2075\":{},\"2076\":{},\"2077\":{},\"2078\":{},\"2079\":{},\"2080\":{}}}],[\"n3patchmodesextractor\",{\"_index\":46,\"name\":{\"99\":{}},\"parent\":{\"100\":{},\"101\":{},\"102\":{},\"103\":{},\"104\":{}}}],[\"name\",{\"_index\":284,\"name\":{\"715\":{},\"1027\":{},\"1046\":{},\"1065\":{},\"1434\":{}},\"parent\":{}}],[\"namespace\",{\"_index\":1092,\"name\":{\"2883\":{}},\"parent\":{}}],[\"nocheckownershipvalidator\",{\"_index\":398,\"name\":{\"999\":{}},\"parent\":{\"1000\":{},\"1001\":{},\"1002\":{},\"1003\":{},\"1004\":{}}}],[\"normalizefilepath\",{\"_index\":1037,\"name\":{\"2827\":{}},\"parent\":{}}],[\"notfoundhttperror\",{\"_index\":894,\"name\":{\"2479\":{}},\"parent\":{\"2480\":{},\"2481\":{},\"2482\":{},\"2483\":{},\"2484\":{},\"2485\":{},\"2486\":{},\"2487\":{},\"2488\":{}}}],[\"notimplementedhttperror\",{\"_index\":895,\"name\":{\"2489\":{}},\"parent\":{\"2490\":{},\"2491\":{},\"2492\":{},\"2493\":{},\"2494\":{},\"2495\":{},\"2496\":{},\"2497\":{},\"2498\":{}}}],[\"notmatchesetag\",{\"_index\":821,\"name\":{\"2229\":{},\"2235\":{},\"2248\":{}},\"parent\":{}}],[\"oidc\",{\"_index\":1101,\"name\":{\"2894\":{}},\"parent\":{}}],[\"oidchttphandler\",{\"_index\":418,\"name\":{\"1091\":{}},\"parent\":{\"1092\":{},\"1093\":{},\"1094\":{},\"1095\":{},\"1096\":{},\"1097\":{}}}],[\"oidcinteraction\",{\"_index\":394,\"name\":{\"981\":{}},\"parent\":{}}],[\"oidcissuer\",{\"_index\":369,\"name\":{\"904\":{},\"1436\":{}},\"parent\":{}}],[\"oidcpath\",{\"_index\":261,\"name\":{\"677\":{},\"688\":{}},\"parent\":{}}],[\"okresponsedescription\",{\"_index\":200,\"name\":{\"564\":{}},\"parent\":{\"565\":{},\"566\":{},\"567\":{},\"568\":{}}}],[\"onresourcechanged\",{\"_index\":258,\"name\":{\"671\":{}},\"parent\":{}}],[\"operation\",{\"_index\":150,\"name\":{\"413\":{},\"443\":{},\"659\":{},\"746\":{},\"980\":{},\"1497\":{}},\"parent\":{\"660\":{},\"661\":{},\"662\":{},\"663\":{},\"664\":{},\"665\":{}}}],[\"operationhandler\",{\"_index\":158,\"name\":{\"444\":{},\"1457\":{},\"1465\":{},\"1510\":{},\"1518\":{}},\"parent\":{\"445\":{},\"446\":{},\"447\":{},\"448\":{}}}],[\"operationhandlerinput\",{\"_index\":157,\"name\":{\"442\":{}},\"parent\":{\"443\":{}}}],[\"operationhttphandler\",{\"_index\":561,\"name\":{\"1500\":{}},\"parent\":{\"1501\":{},\"1502\":{},\"1503\":{},\"1504\":{}}}],[\"operationhttphandlerinput\",{\"_index\":560,\"name\":{\"1496\":{}},\"parent\":{\"1497\":{},\"1498\":{},\"1499\":{}}}],[\"operationmetadatacollector\",{\"_index\":151,\"name\":{\"414\":{}},\"parent\":{\"415\":{},\"416\":{},\"417\":{},\"418\":{}}}],[\"operationmetadatacollectorinput\",{\"_index\":149,\"name\":{\"411\":{}},\"parent\":{\"412\":{},\"413\":{}}}],[\"options\",{\"_index\":515,\"name\":{\"1384\":{},\"1480\":{},\"1752\":{}},\"parent\":{}}],[\"originalurlextractor\",{\"_index\":15,\"name\":{\"20\":{},\"332\":{}},\"parent\":{\"333\":{},\"334\":{},\"335\":{},\"336\":{},\"337\":{},\"338\":{}}}],[\"originalurlextractorargs\",{\"_index\":133,\"name\":{\"329\":{}},\"parent\":{\"330\":{},\"331\":{}}}],[\"outconverter\",{\"_index\":865,\"name\":{\"2353\":{}},\"parent\":{}}],[\"outputpreferences\",{\"_index\":689,\"name\":{\"1853\":{}},\"parent\":{}}],[\"outputtypes\",{\"_index\":638,\"name\":{\"1721\":{},\"1767\":{},\"1799\":{},\"1807\":{},\"1825\":{},\"1833\":{},\"1842\":{},\"1856\":{},\"1864\":{}},\"parent\":{}}],[\"override\",{\"_index\":513,\"name\":{\"1378\":{}},\"parent\":{}}],[\"ownauthorization\",{\"_index\":102,\"name\":{\"223\":{}},\"parent\":{}}],[\"ownerpermissionreader\",{\"_index\":65,\"name\":{\"143\":{}},\"parent\":{\"144\":{},\"145\":{},\"146\":{},\"147\":{},\"148\":{},\"149\":{},\"150\":{},\"151\":{}}}],[\"ownershipvalidator\",{\"_index\":359,\"name\":{\"888\":{},\"915\":{},\"1005\":{}},\"parent\":{\"1006\":{},\"1007\":{},\"1008\":{},\"1009\":{}}}],[\"parallelfinalizer\",{\"_index\":421,\"name\":{\"1100\":{}},\"parent\":{\"1101\":{},\"1102\":{},\"1103\":{}}}],[\"parallelhandler\",{\"_index\":919,\"name\":{\"2588\":{}},\"parent\":{\"2589\":{},\"2590\":{},\"2591\":{},\"2592\":{},\"2593\":{}}}],[\"parameters\",{\"_index\":1023,\"name\":{\"2796\":{},\"2816\":{},\"2821\":{}},\"parent\":{}}],[\"parseaccept\",{\"_index\":1009,\"name\":{\"2781\":{}},\"parent\":{}}],[\"parseacceptcharset\",{\"_index\":1010,\"name\":{\"2782\":{}},\"parent\":{}}],[\"parseacceptdatetime\",{\"_index\":1013,\"name\":{\"2785\":{}},\"parent\":{}}],[\"parseacceptencoding\",{\"_index\":1011,\"name\":{\"2783\":{}},\"parent\":{}}],[\"parseacceptlanguage\",{\"_index\":1012,\"name\":{\"2784\":{}},\"parent\":{}}],[\"parsecontenttype\",{\"_index\":1015,\"name\":{\"2787\":{}},\"parent\":{}}],[\"parsedateheader\",{\"_index\":130,\"name\":{\"320\":{}},\"parent\":{}}],[\"parseforwarded\",{\"_index\":1016,\"name\":{\"2788\":{}},\"parent\":{}}],[\"parseinput\",{\"_index\":312,\"name\":{\"791\":{}},\"parent\":{}}],[\"parselinkheader\",{\"_index\":1017,\"name\":{\"2789\":{}},\"parent\":{}}],[\"parseparameters\",{\"_index\":1008,\"name\":{\"2780\":{}},\"parent\":{}}],[\"parsepatch\",{\"_index\":123,\"name\":{\"299\":{}},\"parent\":{}}],[\"parsequads\",{\"_index\":1061,\"name\":{\"2851\":{}},\"parent\":{}}],[\"parserdfwebid\",{\"_index\":413,\"name\":{\"1064\":{}},\"parent\":{}}],[\"parsetagheader\",{\"_index\":131,\"name\":{\"321\":{}},\"parent\":{}}],[\"parsinghttphandler\",{\"_index\":564,\"name\":{\"1511\":{}},\"parent\":{\"1512\":{},\"1513\":{},\"1514\":{},\"1515\":{},\"1516\":{},\"1517\":{},\"1518\":{},\"1519\":{},\"1520\":{},\"1521\":{}}}],[\"parsinghttphandlerargs\",{\"_index\":562,\"name\":{\"1505\":{}},\"parent\":{\"1506\":{},\"1507\":{},\"1508\":{},\"1509\":{},\"1510\":{}}}],[\"pass\",{\"_index\":347,\"name\":{\"865\":{}},\"parent\":{}}],[\"passphrase\",{\"_index\":550,\"name\":{\"1475\":{}},\"parent\":{}}],[\"passthroughadapter\",{\"_index\":410,\"name\":{\"1044\":{}},\"parent\":{\"1045\":{},\"1046\":{},\"1047\":{},\"1048\":{},\"1049\":{},\"1050\":{},\"1051\":{},\"1052\":{},\"1053\":{},\"1054\":{}}}],[\"passthroughadapterfactory\",{\"_index\":411,\"name\":{\"1055\":{}},\"parent\":{\"1056\":{},\"1057\":{},\"1058\":{}}}],[\"passthroughconverter\",{\"_index\":687,\"name\":{\"1846\":{}},\"parent\":{\"1847\":{},\"1848\":{},\"1849\":{},\"1850\":{}}}],[\"passthroughdataaccessor\",{\"_index\":619,\"name\":{\"1672\":{}},\"parent\":{\"1673\":{},\"1674\":{},\"1675\":{},\"1676\":{},\"1677\":{},\"1678\":{},\"1679\":{},\"1680\":{},\"1681\":{}}}],[\"passthroughstore\",{\"_index\":860,\"name\":{\"2321\":{}},\"parent\":{\"2322\":{},\"2323\":{},\"2324\":{},\"2325\":{},\"2326\":{},\"2327\":{},\"2328\":{},\"2329\":{}}}],[\"password\",{\"_index\":328,\"name\":{\"832\":{},\"894\":{}},\"parent\":{}}],[\"patch\",{\"_index\":176,\"name\":{\"506\":{},\"597\":{},\"2078\":{},\"2085\":{},\"2093\":{},\"2119\":{}},\"parent\":{\"598\":{},\"599\":{},\"600\":{},\"601\":{}}}],[\"patcher\",{\"_index\":754,\"name\":{\"2057\":{},\"2064\":{},\"2103\":{}},\"parent\":{}}],[\"patchhandler\",{\"_index\":763,\"name\":{\"2086\":{},\"2332\":{}},\"parent\":{\"2087\":{},\"2088\":{},\"2089\":{},\"2090\":{}}}],[\"patchhandlerinput\",{\"_index\":761,\"name\":{\"2081\":{}},\"parent\":{\"2082\":{}}}],[\"patchhandlerinput.__type\",{\"_index\":762,\"name\":{},\"parent\":{\"2083\":{},\"2084\":{},\"2085\":{}}}],[\"patchingstore\",{\"_index\":861,\"name\":{\"2330\":{}},\"parent\":{\"2331\":{},\"2332\":{},\"2333\":{},\"2334\":{},\"2335\":{},\"2336\":{},\"2337\":{},\"2338\":{},\"2339\":{}}}],[\"patchoperationhandler\",{\"_index\":159,\"name\":{\"449\":{}},\"parent\":{\"450\":{},\"451\":{},\"452\":{},\"453\":{},\"454\":{},\"455\":{}}}],[\"path\",{\"_index\":249,\"name\":{\"652\":{},\"924\":{},\"1235\":{},\"2532\":{}},\"parent\":{}}],[\"pathbasedreader\",{\"_index\":69,\"name\":{\"152\":{}},\"parent\":{\"153\":{},\"154\":{},\"155\":{},\"156\":{},\"157\":{},\"158\":{},\"159\":{}}}],[\"pathmatcher\",{\"_index\":575,\"name\":{\"1556\":{}},\"parent\":{}}],[\"paths\",{\"_index\":71,\"name\":{\"155\":{}},\"parent\":{}}],[\"pathsuffix\",{\"_index\":746,\"name\":{\"2013\":{}},\"parent\":{}}],[\"pathtokey\",{\"_index\":697,\"name\":{\"1893\":{}},\"parent\":{}}],[\"payload\",{\"_index\":713,\"name\":{\"1943\":{}},\"parent\":{}}],[\"permission\",{\"_index\":41,\"name\":{\"86\":{}},\"parent\":{}}],[\"permissionbasedauthorizer\",{\"_index\":73,\"name\":{\"160\":{}},\"parent\":{\"161\":{},\"162\":{},\"163\":{},\"164\":{},\"165\":{},\"166\":{},\"167\":{},\"168\":{},\"169\":{}}}],[\"permissionreader\",{\"_index\":78,\"name\":{\"174\":{},\"1455\":{},\"1463\":{}},\"parent\":{\"175\":{},\"176\":{},\"177\":{},\"178\":{}}}],[\"permissionreaderinput\",{\"_index\":77,\"name\":{\"170\":{}},\"parent\":{\"171\":{},\"172\":{},\"173\":{}}}],[\"permissions\",{\"_index\":56,\"name\":{\"120\":{}},\"parent\":{}}],[\"permissionset\",{\"_index\":42,\"name\":{\"87\":{},\"128\":{},\"664\":{}},\"parent\":{}}],[\"pfx\",{\"_index\":549,\"name\":{\"1474\":{}},\"parent\":{}}],[\"pim\",{\"_index\":1102,\"name\":{\"2895\":{}},\"parent\":{}}],[\"pipesafely\",{\"_index\":1072,\"name\":{\"2863\":{}},\"parent\":{}}],[\"plainjsonldfilter\",{\"_index\":141,\"name\":{\"367\":{}},\"parent\":{\"368\":{},\"369\":{},\"370\":{},\"371\":{},\"372\":{},\"373\":{}}}],[\"podbaseurl\",{\"_index\":318,\"name\":{\"816\":{},\"905\":{}},\"parent\":{}}],[\"podgenerator\",{\"_index\":520,\"name\":{\"1392\":{},\"1440\":{}},\"parent\":{\"1393\":{}}}],[\"podmanager\",{\"_index\":360,\"name\":{\"890\":{},\"917\":{},\"1450\":{}},\"parent\":{\"1451\":{}}}],[\"podname\",{\"_index\":362,\"name\":{\"895\":{}},\"parent\":{}}],[\"podquotastrategy\",{\"_index\":780,\"name\":{\"2130\":{}},\"parent\":{\"2131\":{},\"2132\":{},\"2133\":{},\"2134\":{},\"2135\":{},\"2136\":{},\"2137\":{},\"2138\":{},\"2139\":{},\"2140\":{}}}],[\"podsettings\",{\"_index\":541,\"name\":{\"1431\":{}},\"parent\":{\"1432\":{},\"1433\":{},\"1434\":{},\"1435\":{},\"1436\":{}}}],[\"port\",{\"_index\":344,\"name\":{\"861\":{},\"1273\":{},\"2533\":{}},\"parent\":{}}],[\"posix\",{\"_index\":1103,\"name\":{\"2896\":{}},\"parent\":{}}],[\"post\",{\"_index\":178,\"name\":{\"507\":{}},\"parent\":{}}],[\"postoperationhandler\",{\"_index\":160,\"name\":{\"456\":{}},\"parent\":{\"457\":{},\"458\":{},\"459\":{},\"460\":{},\"461\":{},\"462\":{}}}],[\"postreadcleanup\",{\"_index\":948,\"name\":{\"2683\":{}},\"parent\":{}}],[\"preconditionfailedhttperror\",{\"_index\":896,\"name\":{\"2499\":{}},\"parent\":{\"2500\":{},\"2501\":{},\"2502\":{},\"2503\":{},\"2504\":{},\"2505\":{},\"2506\":{},\"2507\":{},\"2508\":{}}}],[\"preferenceparser\",{\"_index\":145,\"name\":{\"385\":{},\"392\":{},\"399\":{}},\"parent\":{\"386\":{},\"387\":{},\"388\":{},\"389\":{}}}],[\"preferences\",{\"_index\":169,\"name\":{\"482\":{},\"662\":{},\"1871\":{},\"2170\":{}},\"parent\":{}}],[\"preferencestostring\",{\"_index\":674,\"name\":{\"1786\":{}},\"parent\":{}}],[\"preferencesupport\",{\"_index\":792,\"name\":{\"2168\":{}},\"parent\":{\"2169\":{},\"2170\":{},\"2171\":{},\"2172\":{}}}],[\"preferred_prefix\",{\"_index\":1116,\"name\":{\"2909\":{}},\"parent\":{}}],[\"preferred_prefix_term\",{\"_index\":1117,\"name\":{\"2910\":{}},\"parent\":{}}],[\"preparearguments\",{\"_index\":164,\"name\":{\"477\":{}},\"parent\":{}}],[\"prereadsetup\",{\"_index\":947,\"name\":{\"2682\":{}},\"parent\":{}}],[\"processfile\",{\"_index\":540,\"name\":{\"1430\":{}},\"parent\":{}}],[\"processfolder\",{\"_index\":535,\"name\":{\"1425\":{}},\"parent\":{}}],[\"promisesome\",{\"_index\":1058,\"name\":{\"2848\":{}},\"parent\":{}}],[\"prompthandler\",{\"_index\":396,\"name\":{\"993\":{}},\"parent\":{\"994\":{},\"995\":{},\"996\":{},\"997\":{},\"998\":{}}}],[\"promptroutes\",{\"_index\":397,\"name\":{\"995\":{}},\"parent\":{}}],[\"proto\",{\"_index\":1036,\"name\":{\"2826\":{}},\"parent\":{}}],[\"provider\",{\"_index\":268,\"name\":{\"695\":{}},\"parent\":{}}],[\"providerfactory\",{\"_index\":279,\"name\":{\"706\":{},\"948\":{},\"1079\":{},\"1085\":{},\"1094\":{}},\"parent\":{\"707\":{}}}],[\"public\",{\"_index\":10,\"name\":{\"10\":{}},\"parent\":{}}],[\"publiccredentialsextractor\",{\"_index\":16,\"name\":{\"26\":{}},\"parent\":{\"27\":{},\"28\":{},\"29\":{},\"30\":{}}}],[\"put\",{\"_index\":179,\"name\":{\"508\":{}},\"parent\":{}}],[\"putoperationhandler\",{\"_index\":161,\"name\":{\"463\":{}},\"parent\":{\"464\":{},\"465\":{},\"466\":{},\"467\":{},\"468\":{},\"469\":{}}}],[\"quads\",{\"_index\":216,\"name\":{\"618\":{}},\"parent\":{}}],[\"quadtordfconverter\",{\"_index\":688,\"name\":{\"1851\":{}},\"parent\":{\"1852\":{},\"1853\":{},\"1854\":{},\"1855\":{},\"1856\":{},\"1857\":{},\"1858\":{},\"1859\":{}}}],[\"quotastrategy\",{\"_index\":782,\"name\":{\"2141\":{}},\"parent\":{\"2142\":{},\"2143\":{},\"2144\":{},\"2145\":{},\"2146\":{},\"2147\":{},\"2148\":{}}}],[\"quotavalidator\",{\"_index\":810,\"name\":{\"2206\":{}},\"parent\":{\"2207\":{},\"2208\":{},\"2209\":{},\"2210\":{},\"2211\":{}}}],[\"range\",{\"_index\":1021,\"name\":{\"2793\":{},\"2800\":{},\"2803\":{},\"2806\":{},\"2809\":{},\"2812\":{}},\"parent\":{}}],[\"rawbodyparser\",{\"_index\":127,\"name\":{\"304\":{}},\"parent\":{\"305\":{},\"306\":{},\"307\":{},\"308\":{},\"309\":{}}}],[\"rdf\",{\"_index\":1104,\"name\":{\"2897\":{}},\"parent\":{}}],[\"rdfs\",{\"_index\":1105,\"name\":{\"2898\":{}},\"parent\":{}}],[\"rdftoquadconverter\",{\"_index\":690,\"name\":{\"1860\":{}},\"parent\":{\"1861\":{},\"1862\":{},\"1863\":{},\"1864\":{},\"1865\":{},\"1866\":{},\"1867\":{}}}],[\"rdfvalidator\",{\"_index\":106,\"name\":{\"245\":{}},\"parent\":{\"246\":{},\"247\":{},\"248\":{},\"249\":{},\"250\":{}}}],[\"read\",{\"_index\":36,\"name\":{\"81\":{},\"2670\":{}},\"parent\":{}}],[\"readabletoquads\",{\"_index\":1069,\"name\":{\"2860\":{}},\"parent\":{}}],[\"readabletostring\",{\"_index\":1068,\"name\":{\"2859\":{}},\"parent\":{}}],[\"readjsonstream\",{\"_index\":1070,\"name\":{\"2861\":{}},\"parent\":{}}],[\"readonlystore\",{\"_index\":862,\"name\":{\"2340\":{}},\"parent\":{\"2341\":{},\"2342\":{},\"2343\":{},\"2344\":{},\"2345\":{},\"2346\":{},\"2347\":{},\"2348\":{}}}],[\"readtemplate\",{\"_index\":982,\"name\":{\"2748\":{}},\"parent\":{}}],[\"readwritelocker\",{\"_index\":951,\"name\":{\"2686\":{}},\"parent\":{\"2687\":{},\"2688\":{}}}],[\"recipient\",{\"_index\":352,\"name\":{\"875\":{}},\"parent\":{}}],[\"recordid\",{\"_index\":331,\"name\":{\"836\":{}},\"parent\":{}}],[\"recordobject\",{\"_index\":1063,\"name\":{\"2853\":{}},\"parent\":{\"2854\":{}}}],[\"redirectallhttphandler\",{\"_index\":583,\"name\":{\"1576\":{}},\"parent\":{\"1577\":{},\"1578\":{},\"1579\":{},\"1580\":{},\"1581\":{},\"1582\":{},\"1583\":{},\"1584\":{}}}],[\"redirectallhttphandlerargs\",{\"_index\":582,\"name\":{\"1571\":{}},\"parent\":{\"1572\":{},\"1573\":{},\"1574\":{},\"1575\":{}}}],[\"redirecthttperror\",{\"_index\":898,\"name\":{\"2510\":{}},\"parent\":{\"2511\":{},\"2512\":{},\"2513\":{},\"2514\":{},\"2515\":{},\"2516\":{},\"2517\":{},\"2518\":{},\"2519\":{}}}],[\"redirecthttperrorclass\",{\"_index\":899,\"name\":{\"2520\":{}},\"parent\":{\"2521\":{},\"2522\":{},\"2523\":{},\"2524\":{}}}],[\"redirectingerrorhandler\",{\"_index\":171,\"name\":{\"488\":{}},\"parent\":{\"489\":{},\"490\":{},\"491\":{},\"492\":{}}}],[\"redirectinghttphandler\",{\"_index\":565,\"name\":{\"1522\":{}},\"parent\":{\"1523\":{},\"1524\":{},\"1525\":{},\"1526\":{},\"1527\":{},\"1528\":{},\"1529\":{}}}],[\"redirects\",{\"_index\":566,\"name\":{\"1525\":{}},\"parent\":{}}],[\"redis\",{\"_index\":957,\"name\":{\"2696\":{}},\"parent\":{}}],[\"redislock\",{\"_index\":959,\"name\":{\"2698\":{}},\"parent\":{}}],[\"redislocker\",{\"_index\":956,\"name\":{\"2693\":{}},\"parent\":{\"2694\":{},\"2695\":{},\"2696\":{},\"2697\":{},\"2698\":{},\"2699\":{},\"2700\":{},\"2701\":{},\"2702\":{},\"2703\":{},\"2704\":{},\"2705\":{},\"2706\":{},\"2707\":{},\"2708\":{}}}],[\"redisrw\",{\"_index\":958,\"name\":{\"2697\":{}},\"parent\":{}}],[\"regex\",{\"_index\":750,\"name\":{\"2033\":{},\"2654\":{}},\"parent\":{}}],[\"regexes\",{\"_index\":795,\"name\":{\"2176\":{}},\"parent\":{}}],[\"regexrouterrule\",{\"_index\":794,\"name\":{\"2173\":{}},\"parent\":{\"2174\":{},\"2175\":{},\"2176\":{},\"2177\":{},\"2178\":{},\"2179\":{},\"2180\":{},\"2181\":{}}}],[\"register\",{\"_index\":365,\"name\":{\"898\":{},\"907\":{},\"920\":{},\"1114\":{}},\"parent\":{}}],[\"registrationhandler\",{\"_index\":313,\"name\":{\"795\":{}},\"parent\":{\"796\":{},\"797\":{},\"798\":{},\"799\":{},\"800\":{},\"801\":{},\"802\":{},\"803\":{}}}],[\"registrationmanager\",{\"_index\":314,\"name\":{\"798\":{},\"909\":{},\"1105\":{},\"1110\":{},\"1265\":{}},\"parent\":{\"910\":{},\"911\":{},\"912\":{},\"913\":{},\"914\":{},\"915\":{},\"916\":{},\"917\":{},\"918\":{},\"919\":{},\"920\":{}}}],[\"registrationmanagerargs\",{\"_index\":356,\"name\":{\"884\":{}},\"parent\":{\"885\":{},\"886\":{},\"887\":{},\"888\":{},\"889\":{},\"890\":{}}}],[\"registrationparams\",{\"_index\":361,\"name\":{\"891\":{}},\"parent\":{\"892\":{},\"893\":{},\"894\":{},\"895\":{},\"896\":{},\"897\":{},\"898\":{},\"899\":{},\"900\":{}}}],[\"registrationresponse\",{\"_index\":368,\"name\":{\"901\":{}},\"parent\":{\"902\":{},\"903\":{},\"904\":{},\"905\":{},\"906\":{},\"907\":{},\"908\":{}}}],[\"rel\",{\"_index\":1031,\"name\":{\"2818\":{}},\"parent\":{}}],[\"relativepathinteractionroute\",{\"_index\":378,\"name\":{\"935\":{}},\"parent\":{\"936\":{},\"937\":{}}}],[\"relativetourl\",{\"_index\":752,\"name\":{\"2040\":{}},\"parent\":{}}],[\"release\",{\"_index\":965,\"name\":{\"2707\":{},\"2711\":{},\"2718\":{}},\"parent\":{}}],[\"remove\",{\"_index\":223,\"name\":{\"626\":{}},\"parent\":{}}],[\"removeall\",{\"_index\":225,\"name\":{\"628\":{}},\"parent\":{}}],[\"removebadpaths\",{\"_index\":646,\"name\":{\"1736\":{}},\"parent\":{}}],[\"removecontenttype\",{\"_index\":232,\"name\":{\"635\":{}},\"parent\":{}}],[\"removeexpiredentries\",{\"_index\":716,\"name\":{\"1954\":{}},\"parent\":{}}],[\"removequad\",{\"_index\":220,\"name\":{\"623\":{}},\"parent\":{}}],[\"removequads\",{\"_index\":221,\"name\":{\"624\":{}},\"parent\":{}}],[\"removeresponsemetadata\",{\"_index\":836,\"name\":{\"2271\":{}},\"parent\":{}}],[\"render\",{\"_index\":977,\"name\":{\"2738\":{},\"2742\":{},\"2746\":{},\"2757\":{}},\"parent\":{}}],[\"renderedname\",{\"_index\":976,\"name\":{\"2737\":{}},\"parent\":{}}],[\"reporter\",{\"_index\":775,\"name\":{\"2125\":{},\"2136\":{},\"2143\":{}},\"parent\":{}}],[\"representation\",{\"_index\":116,\"name\":{\"280\":{},\"602\":{},\"1396\":{},\"1870\":{},\"2094\":{}},\"parent\":{\"603\":{},\"604\":{},\"605\":{},\"606\":{}}}],[\"representationconverter\",{\"_index\":692,\"name\":{\"1872\":{}},\"parent\":{\"1873\":{},\"1874\":{},\"1875\":{},\"1876\":{}}}],[\"representationconverterargs\",{\"_index\":691,\"name\":{\"1868\":{}},\"parent\":{\"1869\":{},\"1870\":{},\"1871\":{}}}],[\"representationconvertingstore\",{\"_index\":863,\"name\":{\"2349\":{}},\"parent\":{\"2350\":{},\"2351\":{},\"2352\":{},\"2353\":{},\"2354\":{},\"2355\":{},\"2356\":{},\"2357\":{},\"2358\":{},\"2359\":{},\"2360\":{},\"2361\":{}}}],[\"representationmetadata\",{\"_index\":213,\"name\":{\"612\":{}},\"parent\":{\"613\":{},\"614\":{},\"615\":{},\"616\":{},\"617\":{},\"618\":{},\"619\":{},\"620\":{},\"621\":{},\"622\":{},\"623\":{},\"624\":{},\"625\":{},\"626\":{},\"627\":{},\"628\":{},\"629\":{},\"630\":{},\"631\":{},\"632\":{},\"633\":{},\"634\":{},\"635\":{},\"636\":{},\"637\":{},\"638\":{}}}],[\"representationpatcher\",{\"_index\":765,\"name\":{\"2095\":{}},\"parent\":{\"2096\":{},\"2097\":{},\"2098\":{},\"2099\":{}}}],[\"representationpatcherinput\",{\"_index\":764,\"name\":{\"2091\":{}},\"parent\":{\"2092\":{},\"2093\":{},\"2094\":{}}}],[\"representationpatchhandler\",{\"_index\":766,\"name\":{\"2100\":{}},\"parent\":{\"2101\":{},\"2102\":{},\"2103\":{},\"2104\":{},\"2105\":{},\"2106\":{}}}],[\"representationpreferences\",{\"_index\":241,\"name\":{\"644\":{}},\"parent\":{\"645\":{},\"646\":{},\"647\":{},\"648\":{},\"649\":{}}}],[\"request\",{\"_index\":119,\"name\":{\"288\":{},\"1484\":{},\"1498\":{}},\"parent\":{}}],[\"requestparser\",{\"_index\":148,\"name\":{\"406\":{},\"1506\":{},\"1514\":{}},\"parent\":{\"407\":{},\"408\":{},\"409\":{},\"410\":{}}}],[\"requireall\",{\"_index\":924,\"name\":{\"2615\":{}},\"parent\":{}}],[\"requiredinroot\",{\"_index\":103,\"name\":{\"224\":{}},\"parent\":{}}],[\"requiremodepermission\",{\"_index\":74,\"name\":{\"165\":{}},\"parent\":{}}],[\"resetinternalloggerfactory\",{\"_index\":498,\"name\":{\"1326\":{}},\"parent\":{}}],[\"resetpassword\",{\"_index\":308,\"name\":{\"779\":{},\"809\":{}},\"parent\":{}}],[\"resetpasswordhandler\",{\"_index\":315,\"name\":{\"804\":{}},\"parent\":{\"805\":{},\"806\":{},\"807\":{},\"808\":{},\"809\":{},\"810\":{},\"811\":{},\"812\":{},\"813\":{}}}],[\"resetresponsedescription\",{\"_index\":201,\"name\":{\"569\":{}},\"parent\":{\"570\":{},\"571\":{},\"572\":{},\"573\":{}}}],[\"resetroute\",{\"_index\":305,\"name\":{\"770\":{},\"777\":{}},\"parent\":{}}],[\"resolveassetpath\",{\"_index\":1055,\"name\":{\"2845\":{}},\"parent\":{}}],[\"resolveerror\",{\"_index\":463,\"name\":{\"1210\":{}},\"parent\":{}}],[\"resolvemodulepath\",{\"_index\":1054,\"name\":{\"2844\":{}},\"parent\":{}}],[\"resolvers\",{\"_index\":449,\"name\":{\"1184\":{}},\"parent\":{}}],[\"resolvevariables\",{\"_index\":461,\"name\":{\"1208\":{}},\"parent\":{}}],[\"resource\",{\"_index\":521,\"name\":{\"1394\":{}},\"parent\":{\"1395\":{},\"1396\":{}}}],[\"resourceidentifier\",{\"_index\":248,\"name\":{\"651\":{}},\"parent\":{\"652\":{}}}],[\"resourcelink\",{\"_index\":741,\"name\":{\"2000\":{}},\"parent\":{\"2001\":{},\"2002\":{},\"2003\":{},\"2004\":{}}}],[\"resourcelocker\",{\"_index\":966,\"name\":{\"2709\":{}},\"parent\":{\"2710\":{},\"2711\":{}}}],[\"resourcemapper\",{\"_index\":599,\"name\":{\"1615\":{},\"1637\":{}},\"parent\":{}}],[\"resourcereader\",{\"_index\":62,\"name\":{\"137\":{}},\"parent\":{}}],[\"resourceset\",{\"_index\":45,\"name\":{\"95\":{},\"101\":{},\"107\":{},\"163\":{},\"2362\":{}},\"parent\":{\"2363\":{}}}],[\"resourcesgenerator\",{\"_index\":522,\"name\":{\"1397\":{},\"1442\":{},\"1448\":{}},\"parent\":{\"1398\":{}}}],[\"resourcestore\",{\"_index\":867,\"name\":{\"2364\":{}},\"parent\":{\"2365\":{},\"2366\":{},\"2367\":{},\"2368\":{},\"2369\":{},\"2370\":{}}}],[\"response\",{\"_index\":388,\"name\":{\"966\":{},\"1485\":{},\"1499\":{}},\"parent\":{}}],[\"responsedescription\",{\"_index\":202,\"name\":{\"574\":{}},\"parent\":{\"575\":{},\"576\":{},\"577\":{},\"578\":{}}}],[\"responsetodataset\",{\"_index\":1002,\"name\":{\"2774\":{}},\"parent\":{}}],[\"responsewriter\",{\"_index\":204,\"name\":{\"586\":{},\"682\":{},\"693\":{},\"1509\":{},\"1516\":{},\"1575\":{},\"1581\":{}},\"parent\":{\"587\":{},\"588\":{},\"589\":{},\"590\":{}}}],[\"rest\",{\"_index\":527,\"name\":{\"1404\":{},\"2037\":{}},\"parent\":{}}],[\"retrycount\",{\"_index\":953,\"name\":{\"2690\":{}},\"parent\":{}}],[\"retrydelay\",{\"_index\":954,\"name\":{\"2691\":{}},\"parent\":{}}],[\"retryjitter\",{\"_index\":955,\"name\":{\"2692\":{}},\"parent\":{}}],[\"revokebygrantid\",{\"_index\":291,\"name\":{\"722\":{},\"1038\":{},\"1054\":{},\"1072\":{}},\"parent\":{}}],[\"rootfilepath\",{\"_index\":723,\"name\":{\"1964\":{},\"1987\":{},\"2021\":{},\"2047\":{},\"2191\":{}},\"parent\":{}}],[\"rootfilepathhandler\",{\"_index\":506,\"name\":{\"1360\":{}},\"parent\":{\"1361\":{},\"1362\":{},\"1363\":{},\"1364\":{},\"1365\":{}}}],[\"rootpod\",{\"_index\":367,\"name\":{\"900\":{}},\"parent\":{}}],[\"route\",{\"_index\":377,\"name\":{\"930\":{}},\"parent\":{}}],[\"routerhandler\",{\"_index\":587,\"name\":{\"1591\":{}},\"parent\":{\"1592\":{},\"1593\":{},\"1594\":{},\"1595\":{},\"1596\":{},\"1597\":{},\"1598\":{},\"1599\":{},\"1600\":{},\"1601\":{}}}],[\"routerhandlerargs\",{\"_index\":584,\"name\":{\"1585\":{}},\"parent\":{\"1586\":{},\"1587\":{},\"1588\":{},\"1589\":{},\"1590\":{}}}],[\"routerrule\",{\"_index\":798,\"name\":{\"2182\":{}},\"parent\":{\"2183\":{},\"2184\":{},\"2185\":{},\"2186\":{}}}],[\"routingauxiliaryidentifierstrategy\",{\"_index\":108,\"name\":{\"251\":{}},\"parent\":{\"252\":{},\"253\":{},\"254\":{},\"255\":{},\"256\":{},\"257\":{},\"258\":{}}}],[\"routingauxiliarystrategy\",{\"_index\":111,\"name\":{\"259\":{}},\"parent\":{\"260\":{},\"261\":{},\"262\":{},\"263\":{},\"264\":{},\"265\":{},\"266\":{},\"267\":{},\"268\":{},\"269\":{},\"270\":{}}}],[\"routingresourcestore\",{\"_index\":868,\"name\":{\"2371\":{}},\"parent\":{\"2372\":{},\"2373\":{},\"2374\":{},\"2375\":{},\"2376\":{},\"2377\":{},\"2378\":{},\"2379\":{},\"2380\":{}}}],[\"routingstorage\",{\"_index\":469,\"name\":{\"1229\":{},\"1441\":{}},\"parent\":{}}],[\"rule\",{\"_index\":27,\"name\":{\"59\":{},\"2373\":{}},\"parent\":{}}],[\"run\",{\"_index\":456,\"name\":{\"1202\":{}},\"parent\":{}}],[\"runcli\",{\"_index\":458,\"name\":{\"1205\":{}},\"parent\":{}}],[\"runclisync\",{\"_index\":457,\"name\":{\"1204\":{}},\"parent\":{}}],[\"safeerrorhandler\",{\"_index\":172,\"name\":{\"493\":{}},\"parent\":{\"494\":{},\"495\":{},\"496\":{},\"497\":{},\"498\":{},\"499\":{},\"500\":{}}}],[\"safelydeleteauxiliaryresources\",{\"_index\":846,\"name\":{\"2281\":{}},\"parent\":{}}],[\"safelygetresource\",{\"_index\":707,\"name\":{\"1923\":{}},\"parent\":{}}],[\"saltrounds\",{\"_index\":335,\"name\":{\"842\":{}},\"parent\":{}}],[\"sanitizeurlpart\",{\"_index\":1080,\"name\":{\"2871\":{}},\"parent\":{}}],[\"scheme\",{\"_index\":525,\"name\":{\"1403\":{},\"2036\":{}},\"parent\":{}}],[\"searchpimstorage\",{\"_index\":781,\"name\":{\"2135\":{}},\"parent\":{}}],[\"secret\",{\"_index\":281,\"name\":{\"709\":{}},\"parent\":{}}],[\"seededpodinitializer\",{\"_index\":476,\"name\":{\"1262\":{}},\"parent\":{\"1263\":{},\"1264\":{},\"1265\":{},\"1266\":{},\"1267\":{},\"1268\":{},\"1269\":{}}}],[\"sendername\",{\"_index\":348,\"name\":{\"866\":{},\"870\":{}},\"parent\":{}}],[\"sendresetmail\",{\"_index\":309,\"name\":{\"780\":{}},\"parent\":{}}],[\"sendsparqlconstruct\",{\"_index\":633,\"name\":{\"1705\":{}},\"parent\":{}}],[\"sendsparqlupdate\",{\"_index\":634,\"name\":{\"1706\":{}},\"parent\":{}}],[\"sequencehandler\",{\"_index\":920,\"name\":{\"2594\":{}},\"parent\":{\"2595\":{},\"2596\":{},\"2597\":{},\"2598\":{},\"2599\":{}}}],[\"serializequads\",{\"_index\":1060,\"name\":{\"2850\":{}},\"parent\":{}}],[\"server\",{\"_index\":480,\"name\":{\"1274\":{}},\"parent\":{}}],[\"serverfactory\",{\"_index\":479,\"name\":{\"1272\":{}},\"parent\":{}}],[\"serverinitializer\",{\"_index\":478,\"name\":{\"1270\":{}},\"parent\":{\"1271\":{},\"1272\":{},\"1273\":{},\"1274\":{},\"1275\":{},\"1276\":{},\"1277\":{},\"1278\":{}}}],[\"set\",{\"_index\":229,\"name\":{\"632\":{},\"1889\":{},\"1895\":{},\"1907\":{},\"1919\":{},\"1929\":{},\"1937\":{},\"1951\":{}},\"parent\":{}}],[\"setcontenttype\",{\"_index\":230,\"name\":{\"633\":{}},\"parent\":{}}],[\"setgloballoggerfactory\",{\"_index\":497,\"name\":{\"1325\":{}},\"parent\":{}}],[\"setmetadata\",{\"_index\":217,\"name\":{\"620\":{}},\"parent\":{}}],[\"setoverrides\",{\"_index\":215,\"name\":{\"617\":{}},\"parent\":{}}],[\"setrepresentation\",{\"_index\":814,\"name\":{\"2214\":{},\"2223\":{},\"2262\":{},\"2294\":{},\"2304\":{},\"2318\":{},\"2329\":{},\"2339\":{},\"2345\":{},\"2357\":{},\"2366\":{},\"2377\":{}},\"parent\":{}}],[\"setsafeinterval\",{\"_index\":1087,\"name\":{\"2878\":{}},\"parent\":{}}],[\"settingsextractor\",{\"_index\":447,\"name\":{\"1177\":{}},\"parent\":{\"1178\":{},\"1179\":{},\"1180\":{},\"1181\":{}}}],[\"settingsresolver\",{\"_index\":450,\"name\":{\"1188\":{},\"1223\":{}},\"parent\":{\"1189\":{},\"1190\":{},\"1191\":{},\"1192\":{}}}],[\"setuphandler\",{\"_index\":425,\"name\":{\"1107\":{}},\"parent\":{\"1108\":{},\"1109\":{},\"1110\":{},\"1111\":{},\"1112\":{},\"1113\":{},\"1114\":{},\"1115\":{},\"1116\":{},\"1117\":{},\"1118\":{}}}],[\"setuphandlerargs\",{\"_index\":423,\"name\":{\"1104\":{}},\"parent\":{\"1105\":{},\"1106\":{}}}],[\"setuphttphandler\",{\"_index\":429,\"name\":{\"1125\":{}},\"parent\":{\"1126\":{},\"1127\":{},\"1128\":{},\"1129\":{},\"1130\":{},\"1131\":{},\"1132\":{},\"1133\":{},\"1134\":{},\"1135\":{},\"1136\":{},\"1137\":{}}}],[\"setuphttphandlerargs\",{\"_index\":427,\"name\":{\"1119\":{}},\"parent\":{\"1120\":{},\"1121\":{},\"1122\":{},\"1123\":{},\"1124\":{}}}],[\"showstacktrace\",{\"_index\":163,\"name\":{\"473\":{},\"497\":{},\"1471\":{}},\"parent\":{}}],[\"silly\",{\"_index\":491,\"name\":{\"1300\":{},\"1309\":{},\"1319\":{},\"1335\":{},\"1349\":{}},\"parent\":{}}],[\"simplelogger\",{\"_index\":485,\"name\":{\"1291\":{}},\"parent\":{\"1292\":{}}}],[\"singlerootidentifierstrategy\",{\"_index\":933,\"name\":{\"2644\":{}},\"parent\":{\"2645\":{},\"2646\":{},\"2647\":{},\"2648\":{},\"2649\":{},\"2650\":{}}}],[\"singlethreadedresourcelocker\",{\"_index\":967,\"name\":{\"2712\":{}},\"parent\":{\"2713\":{},\"2714\":{},\"2715\":{},\"2716\":{},\"2717\":{},\"2718\":{},\"2719\":{}}}],[\"size\",{\"_index\":805,\"name\":{\"2197\":{}},\"parent\":{\"2198\":{},\"2199\":{}}}],[\"sizereporter\",{\"_index\":809,\"name\":{\"2201\":{}},\"parent\":{\"2202\":{},\"2203\":{},\"2204\":{},\"2205\":{}}}],[\"slugparser\",{\"_index\":143,\"name\":{\"374\":{}},\"parent\":{\"375\":{},\"376\":{},\"377\":{},\"378\":{},\"379\":{}}}],[\"socketurl\",{\"_index\":581,\"name\":{\"1567\":{}},\"parent\":{}}],[\"solid\",{\"_index\":1106,\"name\":{\"2899\":{}},\"parent\":{}}],[\"solid_error\",{\"_index\":1107,\"name\":{\"2900\":{}},\"parent\":{}}],[\"solid_http\",{\"_index\":1108,\"name\":{\"2901\":{}},\"parent\":{}}],[\"solid_meta\",{\"_index\":1109,\"name\":{\"2902\":{}},\"parent\":{}}],[\"source\",{\"_index\":285,\"name\":{\"716\":{},\"727\":{},\"731\":{},\"931\":{},\"959\":{},\"989\":{},\"1047\":{},\"1057\":{},\"1066\":{},\"1077\":{},\"1886\":{},\"1915\":{},\"1947\":{},\"2083\":{},\"2242\":{},\"2289\":{},\"2298\":{},\"2313\":{},\"2323\":{},\"2334\":{},\"2346\":{},\"2358\":{},\"2569\":{},\"2583\":{}},\"parent\":{}}],[\"sources\",{\"_index\":109,\"name\":{\"253\":{},\"261\":{}},\"parent\":{}}],[\"sparqlconstruct\",{\"_index\":627,\"name\":{\"1699\":{}},\"parent\":{}}],[\"sparqldataaccessor\",{\"_index\":621,\"name\":{\"1682\":{}},\"parent\":{\"1683\":{},\"1684\":{},\"1685\":{},\"1686\":{},\"1687\":{},\"1688\":{},\"1689\":{},\"1690\":{},\"1691\":{},\"1692\":{},\"1693\":{},\"1694\":{},\"1695\":{},\"1696\":{},\"1697\":{},\"1698\":{},\"1699\":{},\"1700\":{},\"1701\":{},\"1702\":{},\"1703\":{},\"1704\":{},\"1705\":{},\"1706\":{}}}],[\"sparqldelete\",{\"_index\":630,\"name\":{\"1702\":{}},\"parent\":{}}],[\"sparqlinsert\",{\"_index\":629,\"name\":{\"1701\":{}},\"parent\":{}}],[\"sparqlselectgraph\",{\"_index\":628,\"name\":{\"1700\":{}},\"parent\":{}}],[\"sparqlupdatebodyparser\",{\"_index\":128,\"name\":{\"310\":{}},\"parent\":{\"311\":{},\"312\":{},\"313\":{},\"314\":{},\"315\":{}}}],[\"sparqlupdatedeleteall\",{\"_index\":631,\"name\":{\"1703\":{}},\"parent\":{}}],[\"sparqlupdategraph\",{\"_index\":632,\"name\":{\"1704\":{}},\"parent\":{}}],[\"sparqlupdatemodesextractor\",{\"_index\":47,\"name\":{\"105\":{}},\"parent\":{\"106\":{},\"107\":{},\"108\":{},\"109\":{},\"110\":{},\"111\":{},\"112\":{},\"113\":{},\"114\":{},\"115\":{},\"116\":{},\"117\":{}}}],[\"sparqlupdatepatch\",{\"_index\":250,\"name\":{\"653\":{}},\"parent\":{\"654\":{},\"655\":{},\"656\":{},\"657\":{},\"658\":{}}}],[\"sparqlupdatepatcher\",{\"_index\":767,\"name\":{\"2107\":{}},\"parent\":{\"2108\":{},\"2109\":{},\"2110\":{},\"2111\":{},\"2112\":{},\"2113\":{},\"2114\":{},\"2115\":{},\"2116\":{},\"2117\":{},\"2118\":{},\"2119\":{},\"2120\":{}}}],[\"splitandclean\",{\"_index\":1007,\"name\":{\"2779\":{}},\"parent\":{}}],[\"splitcommaseparated\",{\"_index\":1079,\"name\":{\"2870\":{}},\"parent\":{}}],[\"start\",{\"_index\":453,\"name\":{\"1197\":{}},\"parent\":{}}],[\"startserver\",{\"_index\":552,\"name\":{\"1481\":{},\"1495\":{},\"1539\":{}},\"parent\":{}}],[\"staticassethandler\",{\"_index\":573,\"name\":{\"1553\":{}},\"parent\":{\"1554\":{},\"1555\":{},\"1556\":{},\"1557\":{},\"1558\":{},\"1559\":{},\"1560\":{},\"1561\":{},\"1562\":{},\"1563\":{},\"1564\":{}}}],[\"statichandler\",{\"_index\":921,\"name\":{\"2600\":{}},\"parent\":{\"2601\":{},\"2602\":{},\"2603\":{},\"2604\":{},\"2605\":{}}}],[\"staticthrowhandler\",{\"_index\":922,\"name\":{\"2606\":{}},\"parent\":{\"2607\":{},\"2608\":{},\"2609\":{},\"2610\":{},\"2611\":{}}}],[\"statuscode\",{\"_index\":198,\"name\":{\"561\":{},\"566\":{},\"571\":{},\"576\":{},\"2382\":{},\"2386\":{},\"2392\":{},\"2396\":{},\"2405\":{},\"2409\":{},\"2415\":{},\"2420\":{},\"2435\":{},\"2441\":{},\"2448\":{},\"2452\":{},\"2458\":{},\"2464\":{},\"2469\":{},\"2474\":{},\"2480\":{},\"2484\":{},\"2490\":{},\"2494\":{},\"2500\":{},\"2504\":{},\"2515\":{},\"2521\":{},\"2536\":{},\"2540\":{},\"2546\":{},\"2550\":{}},\"parent\":{}}],[\"stop\",{\"_index\":454,\"name\":{\"1198\":{}},\"parent\":{}}],[\"storage\",{\"_index\":264,\"name\":{\"680\":{},\"691\":{},\"713\":{},\"725\":{},\"840\":{},\"1013\":{},\"1028\":{},\"1042\":{},\"1123\":{},\"1131\":{},\"1215\":{},\"1239\":{},\"1247\":{},\"1282\":{},\"2570\":{},\"2675\":{}},\"parent\":{}}],[\"storagekey\",{\"_index\":428,\"name\":{\"1122\":{},\"1130\":{},\"1214\":{},\"1238\":{},\"1246\":{},\"1281\":{},\"2571\":{}},\"parent\":{}}],[\"storagevalue\",{\"_index\":912,\"name\":{\"2572\":{}},\"parent\":{}}],[\"store\",{\"_index\":154,\"name\":{\"426\":{},\"432\":{},\"438\":{},\"452\":{},\"459\":{},\"466\":{},\"615\":{},\"1236\":{},\"1243\":{},\"1447\":{},\"1658\":{},\"2158\":{}},\"parent\":{}}],[\"storefactory\",{\"_index\":467,\"name\":{\"1227\":{},\"1413\":{}},\"parent\":{}}],[\"stores\",{\"_index\":785,\"name\":{\"2152\":{}},\"parent\":{}}],[\"strategy\",{\"_index\":811,\"name\":{\"2208\":{}},\"parent\":{}}],[\"strictmode\",{\"_index\":434,\"name\":{\"1146\":{}},\"parent\":{}}],[\"stripextension\",{\"_index\":739,\"name\":{\"1984\":{},\"2044\":{}},\"parent\":{}}],[\"subdomainextensionbasedmapper\",{\"_index\":748,\"name\":{\"2030\":{}},\"parent\":{\"2031\":{},\"2032\":{},\"2033\":{},\"2034\":{},\"2035\":{},\"2038\":{},\"2039\":{},\"2040\":{},\"2041\":{},\"2042\":{},\"2043\":{},\"2044\":{},\"2045\":{},\"2046\":{},\"2047\":{},\"2048\":{},\"2049\":{},\"2050\":{},\"2051\":{},\"2052\":{},\"2053\":{},\"2054\":{}}}],[\"subdomainextensionbasedmapper.__type\",{\"_index\":751,\"name\":{},\"parent\":{\"2036\":{},\"2037\":{}}}],[\"subdomainidentifiergenerator\",{\"_index\":523,\"name\":{\"1399\":{}},\"parent\":{\"1400\":{},\"1401\":{},\"1402\":{},\"1405\":{}}}],[\"subdomainidentifiergenerator.__type\",{\"_index\":526,\"name\":{},\"parent\":{\"1403\":{},\"1404\":{}}}],[\"subdomainidentifierstrategy\",{\"_index\":934,\"name\":{\"2651\":{}},\"parent\":{\"2652\":{},\"2653\":{},\"2654\":{},\"2655\":{},\"2656\":{},\"2657\":{},\"2658\":{}}}],[\"subject\",{\"_index\":353,\"name\":{\"876\":{}},\"parent\":{}}],[\"suffix\",{\"_index\":113,\"name\":{\"273\":{}},\"parent\":{}}],[\"suffixauxiliaryidentifierstrategy\",{\"_index\":112,\"name\":{\"271\":{}},\"parent\":{\"272\":{},\"273\":{},\"274\":{},\"275\":{},\"276\":{},\"277\":{}}}],[\"suffixes\",{\"_index\":943,\"name\":{\"2676\":{}},\"parent\":{}}],[\"suffixidentifiergenerator\",{\"_index\":528,\"name\":{\"1406\":{}},\"parent\":{\"1407\":{},\"1408\":{},\"1409\":{}}}],[\"supportchecker\",{\"_index\":788,\"name\":{\"2159\":{}},\"parent\":{}}],[\"supportedconverters\",{\"_index\":649,\"name\":{\"1739\":{}},\"parent\":{}}],[\"supportedmethods\",{\"_index\":174,\"name\":{\"503\":{}},\"parent\":{}}],[\"supports\",{\"_index\":793,\"name\":{\"2172\":{}},\"parent\":{}}],[\"supportsidentifier\",{\"_index\":930,\"name\":{\"2637\":{},\"2641\":{},\"2648\":{},\"2656\":{}},\"parent\":{}}],[\"syscall\",{\"_index\":906,\"name\":{\"2534\":{}},\"parent\":{}}],[\"systemerror\",{\"_index\":901,\"name\":{\"2526\":{}},\"parent\":{\"2527\":{},\"2528\":{},\"2529\":{},\"2530\":{},\"2531\":{},\"2532\":{},\"2533\":{},\"2534\":{}}}],[\"takestep\",{\"_index\":647,\"name\":{\"1737\":{}},\"parent\":{}}],[\"target\",{\"_index\":253,\"name\":{\"661\":{},\"1573\":{},\"1579\":{},\"2820\":{}},\"parent\":{}}],[\"targetextractor\",{\"_index\":135,\"name\":{\"339\":{},\"391\":{},\"398\":{},\"1574\":{},\"1580\":{},\"1587\":{},\"1594\":{}},\"parent\":{\"340\":{},\"341\":{},\"342\":{},\"343\":{}}}],[\"tempfilepath\",{\"_index\":598,\"name\":{\"1612\":{}},\"parent\":{}}],[\"template\",{\"_index\":363,\"name\":{\"896\":{},\"1372\":{},\"1433\":{},\"2749\":{}},\"parent\":{}}],[\"template_variable\",{\"_index\":510,\"name\":{\"1373\":{}},\"parent\":{}}],[\"templatedpodgenerator\",{\"_index\":530,\"name\":{\"1410\":{}},\"parent\":{\"1411\":{},\"1412\":{},\"1413\":{},\"1414\":{},\"1415\":{},\"1416\":{},\"1417\":{}}}],[\"templatedresourcesgenerator\",{\"_index\":532,\"name\":{\"1418\":{}},\"parent\":{\"1419\":{},\"1420\":{},\"1421\":{},\"1422\":{},\"1423\":{},\"1424\":{},\"1425\":{},\"1426\":{},\"1427\":{},\"1428\":{},\"1429\":{},\"1430\":{}}}],[\"templateengine\",{\"_index\":303,\"name\":{\"768\":{},\"775\":{},\"973\":{},\"1124\":{},\"1132\":{},\"1422\":{},\"1759\":{},\"1789\":{},\"1818\":{},\"1839\":{},\"2756\":{}},\"parent\":{\"2757\":{}}}],[\"templateextension\",{\"_index\":534,\"name\":{\"1423\":{}},\"parent\":{}}],[\"templatefile\",{\"_index\":986,\"name\":{\"2754\":{}},\"parent\":{}}],[\"templatefilename\",{\"_index\":983,\"name\":{\"2750\":{}},\"parent\":{}}],[\"templatefolder\",{\"_index\":533,\"name\":{\"1420\":{}},\"parent\":{}}],[\"templateoptions\",{\"_index\":680,\"name\":{\"1811\":{}},\"parent\":{\"1812\":{},\"1813\":{},\"1814\":{},\"1815\":{}}}],[\"templatepath\",{\"_index\":985,\"name\":{\"2753\":{},\"2755\":{}},\"parent\":{\"2754\":{},\"2755\":{}}}],[\"templates\",{\"_index\":391,\"name\":{\"974\":{}},\"parent\":{}}],[\"templatestring\",{\"_index\":984,\"name\":{\"2751\":{},\"2752\":{}},\"parent\":{\"2752\":{}}}],[\"text\",{\"_index\":354,\"name\":{\"877\":{}},\"parent\":{}}],[\"text_html\",{\"_index\":991,\"name\":{\"2762\":{}},\"parent\":{}}],[\"text_markdown\",{\"_index\":992,\"name\":{\"2763\":{}},\"parent\":{}}],[\"text_n3\",{\"_index\":993,\"name\":{\"2764\":{}},\"parent\":{}}],[\"text_turtle\",{\"_index\":994,\"name\":{\"2765\":{}},\"parent\":{}}],[\"throwerror\",{\"_index\":403,\"name\":{\"1019\":{}},\"parent\":{}}],[\"timer\",{\"_index\":715,\"name\":{\"1948\":{}},\"parent\":{}}],[\"tocanonicaluripath\",{\"_index\":1044,\"name\":{\"2834\":{}},\"parent\":{}}],[\"todata\",{\"_index\":720,\"name\":{\"1958\":{}},\"parent\":{}}],[\"toexpires\",{\"_index\":719,\"name\":{\"1957\":{}},\"parent\":{}}],[\"tokenownershipvalidator\",{\"_index\":399,\"name\":{\"1010\":{}},\"parent\":{\"1011\":{},\"1012\":{},\"1013\":{},\"1014\":{},\"1015\":{},\"1016\":{},\"1017\":{},\"1018\":{},\"1019\":{},\"1020\":{},\"1021\":{}}}],[\"toliteral\",{\"_index\":1085,\"name\":{\"2876\":{}},\"parent\":{}}],[\"tonamedterm\",{\"_index\":1083,\"name\":{\"2874\":{}},\"parent\":{}}],[\"toobjectterm\",{\"_index\":1084,\"name\":{\"2875\":{}},\"parent\":{}}],[\"topredicateterm\",{\"_index\":1086,\"name\":{\"2877\":{}},\"parent\":{}}],[\"torelative\",{\"_index\":797,\"name\":{\"2180\":{}},\"parent\":{}}],[\"torepresentation\",{\"_index\":166,\"name\":{\"479\":{}},\"parent\":{}}],[\"totemplatelink\",{\"_index\":536,\"name\":{\"1426\":{}},\"parent\":{}}],[\"transform\",{\"_index\":1077,\"name\":{\"2868\":{}},\"parent\":{}}],[\"transformquotedstrings\",{\"_index\":1006,\"name\":{\"2778\":{}},\"parent\":{}}],[\"transformsafely\",{\"_index\":1073,\"name\":{\"2864\":{}},\"parent\":{}}],[\"trimstring\",{\"_index\":370,\"name\":{\"918\":{}},\"parent\":{}}],[\"trimtrailingslashes\",{\"_index\":1041,\"name\":{\"2831\":{}},\"parent\":{}}],[\"tryredisfn\",{\"_index\":961,\"name\":{\"2701\":{}},\"parent\":{}}],[\"type\",{\"_index\":242,\"name\":{\"645\":{}},\"parent\":{}}],[\"typedrepresentationconverter\",{\"_index\":693,\"name\":{\"1877\":{}},\"parent\":{\"1878\":{},\"1879\":{},\"1880\":{},\"1881\":{},\"1882\":{}}}],[\"typedstores\",{\"_index\":790,\"name\":{\"2162\":{}},\"parent\":{}}],[\"uidkeyfor\",{\"_index\":407,\"name\":{\"1031\":{}},\"parent\":{}}],[\"unauthorizedhttperror\",{\"_index\":907,\"name\":{\"2535\":{}},\"parent\":{\"2536\":{},\"2537\":{},\"2538\":{},\"2539\":{},\"2540\":{},\"2541\":{},\"2542\":{},\"2543\":{},\"2544\":{}}}],[\"unioncredentialsextractor\",{\"_index\":17,\"name\":{\"31\":{}},\"parent\":{\"32\":{},\"33\":{},\"34\":{},\"35\":{},\"36\":{},\"37\":{},\"38\":{}}}],[\"unionhandler\",{\"_index\":923,\"name\":{\"2612\":{}},\"parent\":{\"2613\":{},\"2614\":{},\"2615\":{},\"2616\":{},\"2617\":{},\"2618\":{},\"2619\":{},\"2620\":{},\"2621\":{}}}],[\"unionpermissionreader\",{\"_index\":79,\"name\":{\"179\":{}},\"parent\":{\"180\":{},\"181\":{},\"182\":{},\"183\":{},\"184\":{},\"185\":{},\"186\":{},\"187\":{}}}],[\"uniquequads\",{\"_index\":1062,\"name\":{\"2852\":{}},\"parent\":{}}],[\"unit\",{\"_index\":806,\"name\":{\"2198\":{}},\"parent\":{}}],[\"unit_bytes\",{\"_index\":808,\"name\":{\"2200\":{}},\"parent\":{}}],[\"unlockcallbacks\",{\"_index\":968,\"name\":{\"2716\":{}},\"parent\":{}}],[\"unmodifiedsince\",{\"_index\":823,\"name\":{\"2231\":{},\"2237\":{},\"2250\":{}},\"parent\":{}}],[\"unsecureconstantcredentialsextractor\",{\"_index\":21,\"name\":{\"39\":{}},\"parent\":{\"40\":{},\"41\":{},\"42\":{},\"43\":{},\"44\":{},\"45\":{}}}],[\"unsecurewebidextractor\",{\"_index\":23,\"name\":{\"46\":{}},\"parent\":{\"47\":{},\"48\":{},\"49\":{},\"50\":{},\"51\":{}}}],[\"unsecurewebsocketsprotocol\",{\"_index\":256,\"name\":{\"666\":{}},\"parent\":{\"667\":{},\"668\":{},\"669\":{},\"670\":{},\"671\":{},\"672\":{},\"673\":{}}}],[\"unsupportedasynchandler\",{\"_index\":926,\"name\":{\"2622\":{}},\"parent\":{\"2623\":{},\"2624\":{},\"2625\":{},\"2626\":{},\"2627\":{}}}],[\"unsupportedmediatypehttperror\",{\"_index\":908,\"name\":{\"2545\":{}},\"parent\":{\"2546\":{},\"2547\":{},\"2548\":{},\"2549\":{},\"2550\":{},\"2551\":{},\"2552\":{},\"2553\":{},\"2554\":{}}}],[\"updateaclpermissions\",{\"_index\":86,\"name\":{\"198\":{}},\"parent\":{}}],[\"updatecontainermodifieddate\",{\"_index\":837,\"name\":{\"2272\":{}},\"parent\":{}}],[\"updategrant\",{\"_index\":383,\"name\":{\"953\":{}},\"parent\":{}}],[\"updateinteraction\",{\"_index\":384,\"name\":{\"954\":{}},\"parent\":{}}],[\"updatejsonsafely\",{\"_index\":703,\"name\":{\"1911\":{}},\"parent\":{}}],[\"updatemodifieddate\",{\"_index\":1065,\"name\":{\"2856\":{}},\"parent\":{}}],[\"updatepathweights\",{\"_index\":644,\"name\":{\"1734\":{}},\"parent\":{}}],[\"updatesettings\",{\"_index\":322,\"name\":{\"824\":{},\"852\":{}},\"parent\":{}}],[\"upsert\",{\"_index\":286,\"name\":{\"717\":{},\"1033\":{},\"1048\":{},\"1067\":{}},\"parent\":{}}],[\"uri\",{\"_index\":871,\"name\":{\"2383\":{},\"2393\":{},\"2406\":{},\"2416\":{},\"2442\":{},\"2449\":{},\"2459\":{},\"2470\":{},\"2481\":{},\"2491\":{},\"2501\":{},\"2522\":{},\"2537\":{},\"2547\":{}},\"parent\":{}}],[\"urlsuffix\",{\"_index\":747,\"name\":{\"2014\":{}},\"parent\":{}}],[\"usage\",{\"_index\":433,\"name\":{\"1145\":{}},\"parent\":{}}],[\"useidp\",{\"_index\":317,\"name\":{\"815\":{}},\"parent\":{}}],[\"user\",{\"_index\":345,\"name\":{\"864\":{}},\"parent\":{}}],[\"usercodekeyfor\",{\"_index\":406,\"name\":{\"1030\":{}},\"parent\":{}}],[\"usesownauthorization\",{\"_index\":95,\"name\":{\"210\":{},\"229\":{},\"262\":{}},\"parent\":{}}],[\"validate\",{\"_index\":98,\"name\":{\"213\":{},\"232\":{},\"265\":{}},\"parent\":{}}],[\"validatecomposite\",{\"_index\":772,\"name\":{\"2118\":{}},\"parent\":{}}],[\"validateconditions\",{\"_index\":831,\"name\":{\"2266\":{}},\"parent\":{}}],[\"validatedeleteinsert\",{\"_index\":771,\"name\":{\"2117\":{}},\"parent\":{}}],[\"validateidentifier\",{\"_index\":830,\"name\":{\"2265\":{}},\"parent\":{}}],[\"validateinput\",{\"_index\":371,\"name\":{\"919\":{}},\"parent\":{}}],[\"validaterelativepath\",{\"_index\":734,\"name\":{\"1975\":{},\"1995\":{},\"2028\":{},\"2053\":{}},\"parent\":{}}],[\"validateslug\",{\"_index\":839,\"name\":{\"2274\":{}},\"parent\":{}}],[\"validateupdate\",{\"_index\":770,\"name\":{\"2116\":{}},\"parent\":{}}],[\"validatingdataaccessor\",{\"_index\":635,\"name\":{\"1707\":{}},\"parent\":{\"1708\":{},\"1709\":{},\"1710\":{},\"1711\":{},\"1712\":{},\"1713\":{},\"1714\":{},\"1715\":{},\"1716\":{},\"1717\":{}}}],[\"validator\",{\"_index\":101,\"name\":{\"222\":{},\"282\":{},\"1709\":{}},\"parent\":{\"283\":{},\"284\":{},\"285\":{},\"286\":{}}}],[\"validatorinput\",{\"_index\":114,\"name\":{\"278\":{}},\"parent\":{\"279\":{}}}],[\"validatorinput.__type\",{\"_index\":117,\"name\":{},\"parent\":{\"280\":{},\"281\":{}}}],[\"value\",{\"_index\":238,\"name\":{\"642\":{},\"1377\":{},\"2602\":{},\"2815\":{}},\"parent\":{}}],[\"valuepreference\",{\"_index\":237,\"name\":{\"640\":{}},\"parent\":{\"641\":{}}}],[\"valuepreference.__type\",{\"_index\":239,\"name\":{},\"parent\":{\"642\":{},\"643\":{}}}],[\"valuepreferences\",{\"_index\":236,\"name\":{\"639\":{}},\"parent\":{}}],[\"vann\",{\"_index\":1110,\"name\":{\"2903\":{}},\"parent\":{}}],[\"variable\",{\"_index\":512,\"name\":{\"1376\":{}},\"parent\":{}}],[\"variablehandler\",{\"_index\":508,\"name\":{\"1366\":{},\"1414\":{}},\"parent\":{\"1367\":{},\"1368\":{},\"1369\":{},\"1370\":{}}}],[\"variablesetter\",{\"_index\":511,\"name\":{\"1374\":{}},\"parent\":{\"1375\":{},\"1376\":{},\"1377\":{},\"1378\":{},\"1379\":{},\"1380\":{},\"1381\":{}}}],[\"vcard\",{\"_index\":1111,\"name\":{\"2904\":{}},\"parent\":{}}],[\"verbose\",{\"_index\":489,\"name\":{\"1298\":{},\"1307\":{},\"1317\":{},\"1333\":{},\"1347\":{}},\"parent\":{}}],[\"verified\",{\"_index\":329,\"name\":{\"833\":{}},\"parent\":{}}],[\"verify\",{\"_index\":3,\"name\":{\"3\":{},\"21\":{},\"821\":{},\"849\":{}},\"parent\":{}}],[\"verifyexistingextension\",{\"_index\":602,\"name\":{\"1624\":{},\"1653\":{}},\"parent\":{}}],[\"verifyquads\",{\"_index\":126,\"name\":{\"302\":{}},\"parent\":{}}],[\"view\",{\"_index\":380,\"name\":{\"940\":{}},\"parent\":{}}],[\"voidlocker\",{\"_index\":972,\"name\":{\"2728\":{}},\"parent\":{\"2729\":{},\"2730\":{},\"2731\":{},\"2732\":{}}}],[\"voidlogger\",{\"_index\":499,\"name\":{\"1327\":{}},\"parent\":{\"1328\":{},\"1329\":{},\"1330\":{},\"1331\":{},\"1332\":{},\"1333\":{},\"1334\":{},\"1335\":{}}}],[\"voidloggerfactory\",{\"_index\":500,\"name\":{\"1336\":{}},\"parent\":{\"1337\":{},\"1338\":{},\"1339\":{}}}],[\"wacallowmetadatawriter\",{\"_index\":192,\"name\":{\"546\":{}},\"parent\":{\"547\":{},\"548\":{},\"549\":{},\"550\":{},\"551\":{},\"552\":{}}}],[\"waitforstreamtoend\",{\"_index\":857,\"name\":{\"2310\":{}},\"parent\":{}}],[\"warn\",{\"_index\":487,\"name\":{\"1296\":{},\"1305\":{},\"1315\":{},\"1331\":{},\"1345\":{}},\"parent\":{}}],[\"waterfallhandler\",{\"_index\":928,\"name\":{\"2628\":{}},\"parent\":{\"2629\":{},\"2630\":{},\"2631\":{},\"2632\":{},\"2633\":{},\"2634\":{}}}],[\"webaclmetadatacollector\",{\"_index\":152,\"name\":{\"419\":{}},\"parent\":{\"420\":{},\"421\":{},\"422\":{},\"423\":{}}}],[\"webaclreader\",{\"_index\":81,\"name\":{\"188\":{}},\"parent\":{\"189\":{},\"190\":{},\"191\":{},\"192\":{},\"193\":{},\"194\":{},\"195\":{},\"196\":{},\"197\":{},\"198\":{},\"199\":{},\"200\":{},\"201\":{},\"202\":{},\"203\":{}}}],[\"webid\",{\"_index\":8,\"name\":{\"8\":{},\"710\":{},\"744\":{},\"830\":{},\"893\":{},\"903\":{},\"1432\":{}},\"parent\":{}}],[\"webidadapter\",{\"_index\":412,\"name\":{\"1059\":{}},\"parent\":{\"1060\":{},\"1061\":{},\"1062\":{},\"1063\":{},\"1064\":{},\"1065\":{},\"1066\":{},\"1067\":{},\"1068\":{},\"1069\":{},\"1070\":{},\"1071\":{},\"1072\":{}}}],[\"webidadapterfactory\",{\"_index\":414,\"name\":{\"1073\":{}},\"parent\":{\"1074\":{},\"1075\":{},\"1076\":{},\"1077\":{}}}],[\"webidsuffix\",{\"_index\":357,\"name\":{\"886\":{},\"913\":{}},\"parent\":{}}],[\"websocketadvertiser\",{\"_index\":580,\"name\":{\"1565\":{}},\"parent\":{\"1566\":{},\"1567\":{},\"1568\":{},\"1569\":{},\"1570\":{}}}],[\"websockethandler\",{\"_index\":568,\"name\":{\"1530\":{},\"1538\":{}},\"parent\":{\"1531\":{},\"1532\":{},\"1533\":{},\"1534\":{}}}],[\"websocketserverfactory\",{\"_index\":569,\"name\":{\"1535\":{}},\"parent\":{\"1536\":{},\"1537\":{},\"1538\":{},\"1539\":{}}}],[\"weight\",{\"_index\":240,\"name\":{\"643\":{},\"2794\":{},\"2801\":{},\"2804\":{},\"2807\":{},\"2810\":{},\"2813\":{}},\"parent\":{}}],[\"winstonlogger\",{\"_index\":501,\"name\":{\"1340\":{}},\"parent\":{\"1341\":{},\"1342\":{},\"1343\":{},\"1344\":{},\"1345\":{},\"1346\":{},\"1347\":{},\"1348\":{},\"1349\":{}}}],[\"winstonloggerfactory\",{\"_index\":502,\"name\":{\"1350\":{}},\"parent\":{\"1351\":{},\"1352\":{},\"1353\":{},\"1354\":{}}}],[\"withinternalreadlock\",{\"_index\":949,\"name\":{\"2684\":{}},\"parent\":{}}],[\"withlock\",{\"_index\":939,\"name\":{\"2667\":{}},\"parent\":{}}],[\"withreadlock\",{\"_index\":936,\"name\":{\"2660\":{},\"2665\":{},\"2677\":{},\"2687\":{},\"2704\":{},\"2725\":{},\"2731\":{}},\"parent\":{}}],[\"withwritelock\",{\"_index\":937,\"name\":{\"2661\":{},\"2666\":{},\"2678\":{},\"2688\":{},\"2705\":{},\"2726\":{},\"2732\":{}},\"parent\":{}}],[\"wrappedexpiringreadwritelocker\",{\"_index\":970,\"name\":{\"2720\":{}},\"parent\":{\"2721\":{},\"2722\":{},\"2723\":{},\"2724\":{},\"2725\":{},\"2726\":{},\"2727\":{}}}],[\"wrappedexpiringstorage\",{\"_index\":714,\"name\":{\"1944\":{}},\"parent\":{\"1945\":{},\"1946\":{},\"1947\":{},\"1948\":{},\"1949\":{},\"1950\":{},\"1951\":{},\"1952\":{},\"1953\":{},\"1954\":{},\"1955\":{},\"1956\":{},\"1957\":{},\"1958\":{},\"1959\":{}}}],[\"wrappinglogger\",{\"_index\":493,\"name\":{\"1310\":{}},\"parent\":{\"1311\":{},\"1312\":{},\"1313\":{},\"1314\":{},\"1315\":{},\"1316\":{},\"1317\":{},\"1318\":{},\"1319\":{}}}],[\"write\",{\"_index\":38,\"name\":{\"83\":{},\"2671\":{}},\"parent\":{}}],[\"writecontainer\",{\"_index\":595,\"name\":{\"1608\":{},\"1620\":{},\"1632\":{},\"1643\":{},\"1666\":{},\"1676\":{},\"1693\":{},\"1711\":{}},\"parent\":{}}],[\"writedata\",{\"_index\":834,\"name\":{\"2269\":{}},\"parent\":{}}],[\"writedatafile\",{\"_index\":603,\"name\":{\"1625\":{},\"1654\":{}},\"parent\":{}}],[\"writedocument\",{\"_index\":594,\"name\":{\"1607\":{},\"1613\":{},\"1631\":{},\"1642\":{},\"1665\":{},\"1675\":{},\"1694\":{},\"1710\":{}},\"parent\":{}}],[\"writemetadata\",{\"_index\":601,\"name\":{\"1623\":{},\"1648\":{}},\"parent\":{}}],[\"wwwauthmetadatawriter\",{\"_index\":195,\"name\":{\"553\":{}},\"parent\":{\"554\":{},\"555\":{},\"556\":{},\"557\":{},\"558\":{}}}],[\"xsd\",{\"_index\":1112,\"name\":{\"2905\":{}},\"parent\":{}}],[\"yargsargoptions\",{\"_index\":431,\"name\":{\"1143\":{},\"1151\":{}},\"parent\":{}}],[\"yargscliextractor\",{\"_index\":437,\"name\":{\"1149\":{}},\"parent\":{\"1150\":{},\"1151\":{},\"1152\":{},\"1153\":{},\"1154\":{},\"1155\":{},\"1156\":{}}}],[\"yargvoptions\",{\"_index\":438,\"name\":{\"1152\":{}},\"parent\":{}}]],\"pipeline\":[]}}"); \ No newline at end of file diff --git a/docs/assets/style.css b/docs/assets/style.css deleted file mode 100644 index a16ed029e..000000000 --- a/docs/assets/style.css +++ /dev/null @@ -1,1413 +0,0 @@ -@import url("./icons.css"); - -:root { - /* Light */ - --light-color-background: #fcfcfc; - --light-color-secondary-background: #fff; - --light-color-text: #222; - --light-color-text-aside: #707070; - --light-color-link: #4da6ff; - --light-color-menu-divider: #eee; - --light-color-menu-divider-focus: #000; - --light-color-menu-label: #707070; - --light-color-panel: var(--light-color-secondary-background); - --light-color-panel-divider: #eee; - --light-color-comment-tag: #707070; - --light-color-comment-tag-text: #fff; - --light-color-ts: #9600ff; - --light-color-ts-interface: #647f1b; - --light-color-ts-enum: #937210; - --light-color-ts-class: #0672de; - --light-color-ts-private: #707070; - --light-color-toolbar: #fff; - --light-color-toolbar-text: #333; - --light-icon-filter: invert(0); - --light-external-icon: url("data:image/svg+xml;utf8,"); - - /* Dark */ - --dark-color-background: #36393f; - --dark-color-secondary-background: #2f3136; - --dark-color-text: #ffffff; - --dark-color-text-aside: #e6e4e4; - --dark-color-link: #00aff4; - --dark-color-menu-divider: #eee; - --dark-color-menu-divider-focus: #000; - --dark-color-menu-label: #707070; - --dark-color-panel: var(--dark-color-secondary-background); - --dark-color-panel-divider: #818181; - --dark-color-comment-tag: #dcddde; - --dark-color-comment-tag-text: #2f3136; - --dark-color-ts: #c97dff; - --dark-color-ts-interface: #9cbe3c; - --dark-color-ts-enum: #d6ab29; - --dark-color-ts-class: #3695f3; - --dark-color-ts-private: #e2e2e2; - --dark-color-toolbar: #34373c; - --dark-color-toolbar-text: #ffffff; - --dark-icon-filter: invert(1); - --dark-external-icon: url("data:image/svg+xml;utf8,"); -} - -@media (prefers-color-scheme: light) { - :root { - --color-background: var(--light-color-background); - --color-secondary-background: var(--light-color-secondary-background); - --color-text: var(--light-color-text); - --color-text-aside: var(--light-color-text-aside); - --color-link: var(--light-color-link); - --color-menu-divider: var(--light-color-menu-divider); - --color-menu-divider-focus: var(--light-color-menu-divider-focus); - --color-menu-label: var(--light-color-menu-label); - --color-panel: var(--light-color-panel); - --color-panel-divider: var(--light-color-panel-divider); - --color-comment-tag: var(--light-color-comment-tag); - --color-comment-tag-text: var(--light-color-comment-tag-text); - --color-ts: var(--light-color-ts); - --color-ts-interface: var(--light-color-ts-interface); - --color-ts-enum: var(--light-color-ts-enum); - --color-ts-class: var(--light-color-ts-class); - --color-ts-private: var(--light-color-ts-private); - --color-toolbar: var(--light-color-toolbar); - --color-toolbar-text: var(--light-color-toolbar-text); - --icon-filter: var(--light-icon-filter); - --external-icon: var(--light-external-icon); - } -} - -@media (prefers-color-scheme: dark) { - :root { - --color-background: var(--dark-color-background); - --color-secondary-background: var(--dark-color-secondary-background); - --color-text: var(--dark-color-text); - --color-text-aside: var(--dark-color-text-aside); - --color-link: var(--dark-color-link); - --color-menu-divider: var(--dark-color-menu-divider); - --color-menu-divider-focus: var(--dark-color-menu-divider-focus); - --color-menu-label: var(--dark-color-menu-label); - --color-panel: var(--dark-color-panel); - --color-panel-divider: var(--dark-color-panel-divider); - --color-comment-tag: var(--dark-color-comment-tag); - --color-comment-tag-text: var(--dark-color-comment-tag-text); - --color-ts: var(--dark-color-ts); - --color-ts-interface: var(--dark-color-ts-interface); - --color-ts-enum: var(--dark-color-ts-enum); - --color-ts-class: var(--dark-color-ts-class); - --color-ts-private: var(--dark-color-ts-private); - --color-toolbar: var(--dark-color-toolbar); - --color-toolbar-text: var(--dark-color-toolbar-text); - --icon-filter: var(--dark-icon-filter); - --external-icon: var(--dark-external-icon); - } -} - -body { - margin: 0; -} - -body.light { - --color-background: var(--light-color-background); - --color-secondary-background: var(--light-color-secondary-background); - --color-text: var(--light-color-text); - --color-text-aside: var(--light-color-text-aside); - --color-link: var(--light-color-link); - --color-menu-divider: var(--light-color-menu-divider); - --color-menu-divider-focus: var(--light-color-menu-divider-focus); - --color-menu-label: var(--light-color-menu-label); - --color-panel: var(--light-color-panel); - --color-panel-divider: var(--light-color-panel-divider); - --color-comment-tag: var(--light-color-comment-tag); - --color-comment-tag-text: var(--light-color-comment-tag-text); - --color-ts: var(--light-color-ts); - --color-ts-interface: var(--light-color-ts-interface); - --color-ts-enum: var(--light-color-ts-enum); - --color-ts-class: var(--light-color-ts-class); - --color-ts-private: var(--light-color-ts-private); - --color-toolbar: var(--light-color-toolbar); - --color-toolbar-text: var(--light-color-toolbar-text); - --icon-filter: var(--light-icon-filter); - --external-icon: var(--light-external-icon); -} - -body.dark { - --color-background: var(--dark-color-background); - --color-secondary-background: var(--dark-color-secondary-background); - --color-text: var(--dark-color-text); - --color-text-aside: var(--dark-color-text-aside); - --color-link: var(--dark-color-link); - --color-menu-divider: var(--dark-color-menu-divider); - --color-menu-divider-focus: var(--dark-color-menu-divider-focus); - --color-menu-label: var(--dark-color-menu-label); - --color-panel: var(--dark-color-panel); - --color-panel-divider: var(--dark-color-panel-divider); - --color-comment-tag: var(--dark-color-comment-tag); - --color-comment-tag-text: var(--dark-color-comment-tag-text); - --color-ts: var(--dark-color-ts); - --color-ts-interface: var(--dark-color-ts-interface); - --color-ts-enum: var(--dark-color-ts-enum); - --color-ts-class: var(--dark-color-ts-class); - --color-ts-private: var(--dark-color-ts-private); - --color-toolbar: var(--dark-color-toolbar); - --color-toolbar-text: var(--dark-color-toolbar-text); - --icon-filter: var(--dark-icon-filter); - --external-icon: var(--dark-external-icon); -} - -h1, -h2, -h3, -h4, -h5, -h6 { - line-height: 1.2; -} - -h1 { - font-size: 2em; - margin: 0.67em 0; -} - -h2 { - font-size: 1.5em; - margin: 0.83em 0; -} - -h3 { - font-size: 1.17em; - margin: 1em 0; -} - -h4, -.tsd-index-panel h3 { - font-size: 1em; - margin: 1.33em 0; -} - -h5 { - font-size: 0.83em; - margin: 1.67em 0; -} - -h6 { - font-size: 0.67em; - margin: 2.33em 0; -} - -pre { - white-space: pre; - white-space: pre-wrap; - word-wrap: break-word; -} - -dl, -menu, -ol, -ul { - margin: 1em 0; -} - -dd { - margin: 0 0 0 40px; -} - -.container { - max-width: 1200px; - margin: 0 auto; - padding: 0 40px; -} -@media (max-width: 640px) { - .container { - padding: 0 20px; - } -} - -.container-main { - padding-bottom: 200px; -} - -.row { - display: flex; - position: relative; - margin: 0 -10px; -} -.row:after { - visibility: hidden; - display: block; - content: ""; - clear: both; - height: 0; -} - -.col-4, -.col-8 { - box-sizing: border-box; - float: left; - padding: 0 10px; -} - -.col-4 { - width: 33.3333333333%; -} -.col-8 { - width: 66.6666666667%; -} - -ul.tsd-descriptions > li > :first-child, -.tsd-panel > :first-child, -.col-8 > :first-child, -.col-4 > :first-child, -ul.tsd-descriptions > li > :first-child > :first-child, -.tsd-panel > :first-child > :first-child, -.col-8 > :first-child > :first-child, -.col-4 > :first-child > :first-child, -ul.tsd-descriptions > li > :first-child > :first-child > :first-child, -.tsd-panel > :first-child > :first-child > :first-child, -.col-8 > :first-child > :first-child > :first-child, -.col-4 > :first-child > :first-child > :first-child { - margin-top: 0; -} -ul.tsd-descriptions > li > :last-child, -.tsd-panel > :last-child, -.col-8 > :last-child, -.col-4 > :last-child, -ul.tsd-descriptions > li > :last-child > :last-child, -.tsd-panel > :last-child > :last-child, -.col-8 > :last-child > :last-child, -.col-4 > :last-child > :last-child, -ul.tsd-descriptions > li > :last-child > :last-child > :last-child, -.tsd-panel > :last-child > :last-child > :last-child, -.col-8 > :last-child > :last-child > :last-child, -.col-4 > :last-child > :last-child > :last-child { - margin-bottom: 0; -} - -@keyframes fade-in { - from { - opacity: 0; - } - to { - opacity: 1; - } -} -@keyframes fade-out { - from { - opacity: 1; - visibility: visible; - } - to { - opacity: 0; - } -} -@keyframes fade-in-delayed { - 0% { - opacity: 0; - } - 33% { - opacity: 0; - } - 100% { - opacity: 1; - } -} -@keyframes fade-out-delayed { - 0% { - opacity: 1; - visibility: visible; - } - 66% { - opacity: 0; - } - 100% { - opacity: 0; - } -} -@keyframes shift-to-left { - from { - transform: translate(0, 0); - } - to { - transform: translate(-25%, 0); - } -} -@keyframes unshift-to-left { - from { - transform: translate(-25%, 0); - } - to { - transform: translate(0, 0); - } -} -@keyframes pop-in-from-right { - from { - transform: translate(100%, 0); - } - to { - transform: translate(0, 0); - } -} -@keyframes pop-out-to-right { - from { - transform: translate(0, 0); - visibility: visible; - } - to { - transform: translate(100%, 0); - } -} -body { - background: var(--color-background); - font-family: "Segoe UI", sans-serif; - font-size: 16px; - color: var(--color-text); -} - -a { - color: var(--color-link); - text-decoration: none; -} -a:hover { - text-decoration: underline; -} -a.external[target="_blank"] { - background-image: var(--external-icon); - background-position: top 3px right; - background-repeat: no-repeat; - padding-right: 13px; -} - -code, -pre { - font-family: Menlo, Monaco, Consolas, "Courier New", monospace; - padding: 0.2em; - margin: 0; - font-size: 14px; -} - -pre { - padding: 10px; -} -pre code { - padding: 0; - font-size: 100%; -} - -blockquote { - margin: 1em 0; - padding-left: 1em; - border-left: 4px solid gray; -} - -.tsd-typography { - line-height: 1.333em; -} -.tsd-typography ul { - list-style: square; - padding: 0 0 0 20px; - margin: 0; -} -.tsd-typography h4, -.tsd-typography .tsd-index-panel h3, -.tsd-index-panel .tsd-typography h3, -.tsd-typography h5, -.tsd-typography h6 { - font-size: 1em; - margin: 0; -} -.tsd-typography h5, -.tsd-typography h6 { - font-weight: normal; -} -.tsd-typography p, -.tsd-typography ul, -.tsd-typography ol { - margin: 1em 0; -} - -@media (min-width: 901px) and (max-width: 1024px) { - html .col-content { - width: 72%; - } - html .col-menu { - width: 28%; - } - html .tsd-navigation { - padding-left: 10px; - } -} -@media (max-width: 900px) { - html .col-content { - float: none; - width: 100%; - } - html .col-menu { - position: fixed !important; - overflow: auto; - -webkit-overflow-scrolling: touch; - z-index: 1024; - top: 0 !important; - bottom: 0 !important; - left: auto !important; - right: 0 !important; - width: 100%; - padding: 20px 20px 0 0; - max-width: 450px; - visibility: hidden; - background-color: var(--color-panel); - transform: translate(100%, 0); - } - html .col-menu > *:last-child { - padding-bottom: 20px; - } - html .overlay { - content: ""; - display: block; - position: fixed; - z-index: 1023; - top: 0; - left: 0; - right: 0; - bottom: 0; - background-color: rgba(0, 0, 0, 0.75); - visibility: hidden; - } - - .to-has-menu .overlay { - animation: fade-in 0.4s; - } - - .to-has-menu :is(header, footer, .col-content) { - animation: shift-to-left 0.4s; - } - - .to-has-menu .col-menu { - animation: pop-in-from-right 0.4s; - } - - .from-has-menu .overlay { - animation: fade-out 0.4s; - } - - .from-has-menu :is(header, footer, .col-content) { - animation: unshift-to-left 0.4s; - } - - .from-has-menu .col-menu { - animation: pop-out-to-right 0.4s; - } - - .has-menu body { - overflow: hidden; - } - .has-menu .overlay { - visibility: visible; - } - .has-menu :is(header, footer, .col-content) { - transform: translate(-25%, 0); - } - .has-menu .col-menu { - visibility: visible; - transform: translate(0, 0); - display: grid; - grid-template-rows: auto 1fr; - max-height: 100vh; - } - .has-menu .tsd-navigation { - max-height: 100%; - } -} - -.tsd-page-title { - padding: 70px 0 20px 0; - margin: 0 0 40px 0; - background: var(--color-panel); - box-shadow: 0 0 5px rgba(0, 0, 0, 0.35); -} -.tsd-page-title h1 { - margin: 0; -} - -.tsd-breadcrumb { - margin: 0; - padding: 0; - color: var(--color-text-aside); -} -.tsd-breadcrumb a { - color: var(--color-text-aside); - text-decoration: none; -} -.tsd-breadcrumb a:hover { - text-decoration: underline; -} -.tsd-breadcrumb li { - display: inline; -} -.tsd-breadcrumb li:after { - content: " / "; -} - -dl.tsd-comment-tags { - overflow: hidden; -} -dl.tsd-comment-tags dt { - float: left; - padding: 1px 5px; - margin: 0 10px 0 0; - border-radius: 4px; - border: 1px solid var(--color-comment-tag); - color: var(--color-comment-tag); - font-size: 0.8em; - font-weight: normal; -} -dl.tsd-comment-tags dd { - margin: 0 0 10px 0; -} -dl.tsd-comment-tags dd:before, -dl.tsd-comment-tags dd:after { - display: table; - content: " "; -} -dl.tsd-comment-tags dd pre, -dl.tsd-comment-tags dd:after { - clear: both; -} -dl.tsd-comment-tags p { - margin: 0; -} - -.tsd-panel.tsd-comment .lead { - font-size: 1.1em; - line-height: 1.333em; - margin-bottom: 2em; -} -.tsd-panel.tsd-comment .lead:last-child { - margin-bottom: 0; -} - -.toggle-protected .tsd-is-private { - display: none; -} - -.toggle-public .tsd-is-private, -.toggle-public .tsd-is-protected, -.toggle-public .tsd-is-private-protected { - display: none; -} - -.toggle-inherited .tsd-is-inherited { - display: none; -} - -.toggle-externals .tsd-is-external { - display: none; -} - -#tsd-filter { - position: relative; - display: inline-block; - height: 40px; - vertical-align: bottom; -} -.no-filter #tsd-filter { - display: none; -} -#tsd-filter .tsd-filter-group { - display: inline-block; - height: 40px; - vertical-align: bottom; - white-space: nowrap; -} -#tsd-filter input { - display: none; -} -@media (max-width: 900px) { - #tsd-filter .tsd-filter-group { - display: block; - position: absolute; - top: 40px; - right: 20px; - height: auto; - background-color: var(--color-panel); - visibility: hidden; - transform: translate(50%, 0); - box-shadow: 0 0 4px rgba(0, 0, 0, 0.25); - } - .has-options #tsd-filter .tsd-filter-group { - visibility: visible; - } - .to-has-options #tsd-filter .tsd-filter-group { - animation: fade-in 0.2s; - } - .from-has-options #tsd-filter .tsd-filter-group { - animation: fade-out 0.2s; - } - #tsd-filter label, - #tsd-filter .tsd-select { - display: block; - padding-right: 20px; - } -} - -footer { - border-top: 1px solid var(--color-panel-divider); - background-color: var(--color-panel); -} -footer:after { - content: ""; - display: table; -} -footer.with-border-bottom { - border-bottom: 1px solid var(--color-panel-divider); -} -footer .tsd-legend-group { - font-size: 0; -} -footer .tsd-legend { - display: inline-block; - width: 25%; - padding: 0; - font-size: 16px; - list-style: none; - line-height: 1.333em; - vertical-align: top; -} -@media (max-width: 900px) { - footer .tsd-legend { - width: 50%; - } -} - -.tsd-hierarchy { - list-style: square; - padding: 0 0 0 20px; - margin: 0; -} -.tsd-hierarchy .target { - font-weight: bold; -} - -.tsd-index-panel .tsd-index-content { - margin-bottom: -30px !important; -} -.tsd-index-panel .tsd-index-section { - margin-bottom: 30px !important; -} -.tsd-index-panel h3 { - margin: 0 -20px 10px -20px; - padding: 0 20px 10px 20px; - border-bottom: 1px solid var(--color-panel-divider); -} -.tsd-index-panel ul.tsd-index-list { - -webkit-column-count: 3; - -moz-column-count: 3; - -ms-column-count: 3; - -o-column-count: 3; - column-count: 3; - -webkit-column-gap: 20px; - -moz-column-gap: 20px; - -ms-column-gap: 20px; - -o-column-gap: 20px; - column-gap: 20px; - padding: 0; - list-style: none; - line-height: 1.333em; -} -@media (max-width: 900px) { - .tsd-index-panel ul.tsd-index-list { - -webkit-column-count: 1; - -moz-column-count: 1; - -ms-column-count: 1; - -o-column-count: 1; - column-count: 1; - } -} -@media (min-width: 901px) and (max-width: 1024px) { - .tsd-index-panel ul.tsd-index-list { - -webkit-column-count: 2; - -moz-column-count: 2; - -ms-column-count: 2; - -o-column-count: 2; - column-count: 2; - } -} -.tsd-index-panel ul.tsd-index-list li { - -webkit-page-break-inside: avoid; - -moz-page-break-inside: avoid; - -ms-page-break-inside: avoid; - -o-page-break-inside: avoid; - page-break-inside: avoid; -} -.tsd-index-panel a, -.tsd-index-panel .tsd-parent-kind-module a { - color: var(--color-ts); -} -.tsd-index-panel .tsd-parent-kind-interface a { - color: var(--color-ts-interface); -} -.tsd-index-panel .tsd-parent-kind-enum a { - color: var(--color-ts-enum); -} -.tsd-index-panel .tsd-parent-kind-class a { - color: var(--color-ts-class); -} -.tsd-index-panel .tsd-kind-module a { - color: var(--color-ts); -} -.tsd-index-panel .tsd-kind-interface a { - color: var(--color-ts-interface); -} -.tsd-index-panel .tsd-kind-enum a { - color: var(--color-ts-enum); -} -.tsd-index-panel .tsd-kind-class a { - color: var(--color-ts-class); -} -.tsd-index-panel .tsd-is-private a { - color: var(--color-ts-private); -} - -.tsd-flag { - display: inline-block; - padding: 1px 5px; - border-radius: 4px; - color: var(--color-comment-tag-text); - background-color: var(--color-comment-tag); - text-indent: 0; - font-size: 14px; - font-weight: normal; -} - -.tsd-anchor { - position: absolute; - top: -100px; -} - -.tsd-member { - position: relative; -} -.tsd-member .tsd-anchor + h3 { - margin-top: 0; - margin-bottom: 0; - border-bottom: none; -} -.tsd-member [data-tsd-kind] { - color: var(--color-ts); -} -.tsd-member [data-tsd-kind="Interface"] { - color: var(--color-ts-interface); -} -.tsd-member [data-tsd-kind="Enum"] { - color: var(--color-ts-enum); -} -.tsd-member [data-tsd-kind="Class"] { - color: var(--color-ts-class); -} -.tsd-member [data-tsd-kind="Private"] { - color: var(--color-ts-private); -} - -.tsd-navigation { - margin: 0 0 0 40px; -} -.tsd-navigation a { - display: block; - padding-top: 2px; - padding-bottom: 2px; - border-left: 2px solid transparent; - color: var(--color-text); - text-decoration: none; - transition: border-left-color 0.1s; -} -.tsd-navigation a:hover { - text-decoration: underline; -} -.tsd-navigation ul { - margin: 0; - padding: 0; - list-style: none; -} -.tsd-navigation li { - padding: 0; -} - -.tsd-navigation.primary { - padding-bottom: 40px; -} -.tsd-navigation.primary a { - display: block; - padding-top: 6px; - padding-bottom: 6px; -} -.tsd-navigation.primary ul li a { - padding-left: 5px; -} -.tsd-navigation.primary ul li li a { - padding-left: 25px; -} -.tsd-navigation.primary ul li li li a { - padding-left: 45px; -} -.tsd-navigation.primary ul li li li li a { - padding-left: 65px; -} -.tsd-navigation.primary ul li li li li li a { - padding-left: 85px; -} -.tsd-navigation.primary ul li li li li li li a { - padding-left: 105px; -} -.tsd-navigation.primary > ul { - border-bottom: 1px solid var(--color-panel-divider); -} -.tsd-navigation.primary li { - border-top: 1px solid var(--color-panel-divider); -} -.tsd-navigation.primary li.current > a { - font-weight: bold; -} -.tsd-navigation.primary li.label span { - display: block; - padding: 20px 0 6px 5px; - color: var(--color-menu-label); -} -.tsd-navigation.primary li.globals + li > span, -.tsd-navigation.primary li.globals + li > a { - padding-top: 20px; -} - -.tsd-navigation.secondary { - max-height: calc(100vh - 1rem - 40px); - overflow: auto; - position: sticky; - top: calc(0.5rem + 40px); - transition: 0.3s; -} -.tsd-navigation.secondary.tsd-navigation--toolbar-hide { - max-height: calc(100vh - 1rem); - top: 0.5rem; -} -.tsd-navigation.secondary ul { - transition: opacity 0.2s; -} -.tsd-navigation.secondary ul li a { - padding-left: 25px; -} -.tsd-navigation.secondary ul li li a { - padding-left: 45px; -} -.tsd-navigation.secondary ul li li li a { - padding-left: 65px; -} -.tsd-navigation.secondary ul li li li li a { - padding-left: 85px; -} -.tsd-navigation.secondary ul li li li li li a { - padding-left: 105px; -} -.tsd-navigation.secondary ul li li li li li li a { - padding-left: 125px; -} -.tsd-navigation.secondary ul.current a { - border-left-color: var(--color-panel-divider); -} -.tsd-navigation.secondary li.focus > a, -.tsd-navigation.secondary ul.current li.focus > a { - border-left-color: var(--color-menu-divider-focus); -} -.tsd-navigation.secondary li.current { - margin-top: 20px; - margin-bottom: 20px; - border-left-color: var(--color-panel-divider); -} -.tsd-navigation.secondary li.current > a { - font-weight: bold; -} - -@media (min-width: 901px) { - .menu-sticky-wrap { - position: static; - } -} - -.tsd-panel { - margin: 20px 0; - padding: 20px; - background-color: var(--color-panel); - box-shadow: 0 0 4px rgba(0, 0, 0, 0.25); -} -.tsd-panel:empty { - display: none; -} -.tsd-panel > h1, -.tsd-panel > h2, -.tsd-panel > h3 { - margin: 1.5em -20px 10px -20px; - padding: 0 20px 10px 20px; - border-bottom: 1px solid var(--color-panel-divider); -} -.tsd-panel > h1.tsd-before-signature, -.tsd-panel > h2.tsd-before-signature, -.tsd-panel > h3.tsd-before-signature { - margin-bottom: 0; - border-bottom: 0; -} -.tsd-panel table { - display: block; - width: 100%; - overflow: auto; - margin-top: 10px; - word-break: normal; - word-break: keep-all; - border-collapse: collapse; -} -.tsd-panel table th { - font-weight: bold; -} -.tsd-panel table th, -.tsd-panel table td { - padding: 6px 13px; - border: 1px solid var(--color-panel-divider); -} -.tsd-panel table tr { - background: var(--color-background); -} -.tsd-panel table tr:nth-child(even) { - background: var(--color-secondary-background); -} - -.tsd-panel-group { - margin: 60px 0; -} -.tsd-panel-group > h1, -.tsd-panel-group > h2, -.tsd-panel-group > h3 { - padding-left: 20px; - padding-right: 20px; -} - -#tsd-search { - transition: background-color 0.2s; -} -#tsd-search .title { - position: relative; - z-index: 2; -} -#tsd-search .field { - position: absolute; - left: 0; - top: 0; - right: 40px; - height: 40px; -} -#tsd-search .field input { - box-sizing: border-box; - position: relative; - top: -50px; - z-index: 1; - width: 100%; - padding: 0 10px; - opacity: 0; - outline: 0; - border: 0; - background: transparent; - color: var(--color-text); -} -#tsd-search .field label { - position: absolute; - overflow: hidden; - right: -40px; -} -#tsd-search .field input, -#tsd-search .title { - transition: opacity 0.2s; -} -#tsd-search .results { - position: absolute; - visibility: hidden; - top: 40px; - width: 100%; - margin: 0; - padding: 0; - list-style: none; - box-shadow: 0 0 4px rgba(0, 0, 0, 0.25); -} -#tsd-search .results li { - padding: 0 10px; - background-color: var(--color-background); -} -#tsd-search .results li:nth-child(even) { - background-color: var(--color-panel); -} -#tsd-search .results li.state { - display: none; -} -#tsd-search .results li.current, -#tsd-search .results li:hover { - background-color: var(--color-panel-divider); -} -#tsd-search .results a { - display: block; -} -#tsd-search .results a:before { - top: 10px; -} -#tsd-search .results span.parent { - color: var(--color-text-aside); - font-weight: normal; -} -#tsd-search.has-focus { - background-color: var(--color-panel-divider); -} -#tsd-search.has-focus .field input { - top: 0; - opacity: 1; -} -#tsd-search.has-focus .title { - z-index: 0; - opacity: 0; -} -#tsd-search.has-focus .results { - visibility: visible; -} -#tsd-search.loading .results li.state.loading { - display: block; -} -#tsd-search.failure .results li.state.failure { - display: block; -} - -.tsd-signature { - margin: 0 0 1em 0; - padding: 10px; - border: 1px solid var(--color-panel-divider); - font-family: Menlo, Monaco, Consolas, "Courier New", monospace; - font-size: 14px; - overflow-x: auto; -} -.tsd-signature.tsd-kind-icon { - padding-left: 30px; -} -.tsd-signature.tsd-kind-icon:before { - top: 10px; - left: 10px; -} -.tsd-panel > .tsd-signature { - margin-left: -20px; - margin-right: -20px; - border-width: 1px 0; -} -.tsd-panel > .tsd-signature.tsd-kind-icon { - padding-left: 40px; -} -.tsd-panel > .tsd-signature.tsd-kind-icon:before { - left: 20px; -} - -.tsd-signature-symbol { - color: var(--color-text-aside); - font-weight: normal; -} - -.tsd-signature-type { - font-style: italic; - font-weight: normal; -} - -.tsd-signatures { - padding: 0; - margin: 0 0 1em 0; - border: 1px solid var(--color-panel-divider); -} -.tsd-signatures .tsd-signature { - margin: 0; - border-width: 1px 0 0 0; - transition: background-color 0.1s; -} -.tsd-signatures .tsd-signature:first-child { - border-top-width: 0; -} -.tsd-signatures .tsd-signature.current { - background-color: var(--color-panel-divider); -} -.tsd-signatures.active > .tsd-signature { - cursor: pointer; -} -.tsd-panel > .tsd-signatures { - margin-left: -20px; - margin-right: -20px; - border-width: 1px 0; -} -.tsd-panel > .tsd-signatures .tsd-signature.tsd-kind-icon { - padding-left: 40px; -} -.tsd-panel > .tsd-signatures .tsd-signature.tsd-kind-icon:before { - left: 20px; -} -.tsd-panel > a.anchor + .tsd-signatures { - border-top-width: 0; - margin-top: -20px; -} - -ul.tsd-descriptions { - position: relative; - overflow: hidden; - padding: 0; - list-style: none; -} -ul.tsd-descriptions.active > .tsd-description { - display: none; -} -ul.tsd-descriptions.active > .tsd-description.current { - display: block; -} -ul.tsd-descriptions.active > .tsd-description.fade-in { - animation: fade-in-delayed 0.3s; -} -ul.tsd-descriptions.active > .tsd-description.fade-out { - animation: fade-out-delayed 0.3s; - position: absolute; - display: block; - top: 0; - left: 0; - right: 0; - opacity: 0; - visibility: hidden; -} -ul.tsd-descriptions h4, -ul.tsd-descriptions .tsd-index-panel h3, -.tsd-index-panel ul.tsd-descriptions h3 { - font-size: 16px; - margin: 1em 0 0.5em 0; -} - -ul.tsd-parameters, -ul.tsd-type-parameters { - list-style: square; - margin: 0; - padding-left: 20px; -} -ul.tsd-parameters > li.tsd-parameter-signature, -ul.tsd-type-parameters > li.tsd-parameter-signature { - list-style: none; - margin-left: -20px; -} -ul.tsd-parameters h5, -ul.tsd-type-parameters h5 { - font-size: 16px; - margin: 1em 0 0.5em 0; -} -ul.tsd-parameters .tsd-comment, -ul.tsd-type-parameters .tsd-comment { - margin-top: -0.5em; -} - -.tsd-sources { - font-size: 14px; - color: var(--color-text-aside); - margin: 0 0 1em 0; -} -.tsd-sources a { - color: var(--color-text-aside); - text-decoration: underline; -} -.tsd-sources ul, -.tsd-sources p { - margin: 0 !important; -} -.tsd-sources ul { - list-style: none; - padding: 0; -} - -.tsd-page-toolbar { - position: fixed; - z-index: 1; - top: 0; - left: 0; - width: 100%; - height: 40px; - color: var(--color-toolbar-text); - background: var(--color-toolbar); - border-bottom: 1px solid var(--color-panel-divider); - transition: transform 0.3s linear; -} -.tsd-page-toolbar a { - color: var(--color-toolbar-text); - text-decoration: none; -} -.tsd-page-toolbar a.title { - font-weight: bold; -} -.tsd-page-toolbar a.title:hover { - text-decoration: underline; -} -.tsd-page-toolbar .table-wrap { - display: table; - width: 100%; - height: 40px; -} -.tsd-page-toolbar .table-cell { - display: table-cell; - position: relative; - white-space: nowrap; - line-height: 40px; -} -.tsd-page-toolbar .table-cell:first-child { - width: 100%; -} - -.tsd-page-toolbar--hide { - transform: translateY(-100%); -} - -.tsd-select .tsd-select-list li:before, -.tsd-select .tsd-select-label:before, -.tsd-widget:before { - content: ""; - display: inline-block; - width: 40px; - height: 40px; - margin: 0 -8px 0 0; - background-image: url(./widgets.png); - background-repeat: no-repeat; - text-indent: -1024px; - vertical-align: bottom; - filter: var(--icon-filter); -} -@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) { - .tsd-select .tsd-select-list li:before, - .tsd-select .tsd-select-label:before, - .tsd-widget:before { - background-image: url(./widgets@2x.png); - background-size: 320px 40px; - } -} - -.tsd-widget { - display: inline-block; - overflow: hidden; - opacity: 0.8; - height: 40px; - transition: opacity 0.1s, background-color 0.2s; - vertical-align: bottom; - cursor: pointer; -} -.tsd-widget:hover { - opacity: 0.9; -} -.tsd-widget.active { - opacity: 1; - background-color: var(--color-panel-divider); -} -.tsd-widget.no-caption { - width: 40px; -} -.tsd-widget.no-caption:before { - margin: 0; -} -.tsd-widget.search:before { - background-position: 0 0; -} -.tsd-widget.menu:before { - background-position: -40px 0; -} -.tsd-widget.options:before { - background-position: -80px 0; -} -.tsd-widget.options, -.tsd-widget.menu { - display: none; -} -@media (max-width: 900px) { - .tsd-widget.options, - .tsd-widget.menu { - display: inline-block; - } -} -input[type="checkbox"] + .tsd-widget:before { - background-position: -120px 0; -} -input[type="checkbox"]:checked + .tsd-widget:before { - background-position: -160px 0; -} - -.tsd-select { - position: relative; - display: inline-block; - height: 40px; - transition: opacity 0.1s, background-color 0.2s; - vertical-align: bottom; - cursor: pointer; -} -.tsd-select .tsd-select-label { - opacity: 0.6; - transition: opacity 0.2s; -} -.tsd-select .tsd-select-label:before { - background-position: -240px 0; -} -.tsd-select.active .tsd-select-label { - opacity: 0.8; -} -.tsd-select.active .tsd-select-list { - visibility: visible; - opacity: 1; - transition-delay: 0s; -} -.tsd-select .tsd-select-list { - position: absolute; - visibility: hidden; - top: 40px; - left: 0; - margin: 0; - padding: 0; - opacity: 0; - list-style: none; - box-shadow: 0 0 4px rgba(0, 0, 0, 0.25); - transition: visibility 0s 0.2s, opacity 0.2s; -} -.tsd-select .tsd-select-list li { - padding: 0 20px 0 0; - background-color: var(--color-background); -} -.tsd-select .tsd-select-list li:before { - background-position: 40px 0; -} -.tsd-select .tsd-select-list li:nth-child(even) { - background-color: var(--color-panel); -} -.tsd-select .tsd-select-list li:hover { - background-color: var(--color-panel-divider); -} -.tsd-select .tsd-select-list li.selected:before { - background-position: -200px 0; -} -@media (max-width: 900px) { - .tsd-select .tsd-select-list { - top: 0; - left: auto; - right: 100%; - margin-right: -5px; - } - .tsd-select .tsd-select-label:before { - background-position: -280px 0; - } -} - -img { - max-width: 100%; -} - -.tsd-anchor-icon { - margin-left: 10px; - vertical-align: middle; - color: var(--color-text); -} - -.tsd-anchor-icon svg { - width: 1em; - height: 1em; - visibility: hidden; -} - -.tsd-anchor-link:hover > .tsd-anchor-icon svg { - visibility: visible; -} diff --git a/docs/assets/widgets.png b/docs/assets/widgets.png deleted file mode 100644 index c7380532a..000000000 Binary files a/docs/assets/widgets.png and /dev/null differ diff --git a/docs/assets/widgets@2x.png b/docs/assets/widgets@2x.png deleted file mode 100644 index 4bbbd5727..000000000 Binary files a/docs/assets/widgets@2x.png and /dev/null differ diff --git a/docs/classes/AbsolutePathInteractionRoute.html b/docs/classes/AbsolutePathInteractionRoute.html deleted file mode 100644 index 82a700999..000000000 --- a/docs/classes/AbsolutePathInteractionRoute.html +++ /dev/null @@ -1,3 +0,0 @@ -AbsolutePathInteractionRoute | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

A route that returns the input string as path.

-

Hierarchy

Implements

Index

Constructors

Properties

Methods

Constructors

Properties

path: string

Methods

  • getPath(): string

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/AcceptPreferenceParser.html b/docs/classes/AcceptPreferenceParser.html deleted file mode 100644 index 5460020cd..000000000 --- a/docs/classes/AcceptPreferenceParser.html +++ /dev/null @@ -1,21 +0,0 @@ -AcceptPreferenceParser | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Extracts preferences from the Accept-* headers from an incoming HttpRequest. -Supports Accept, Accept-Charset, Accept-Encoding, Accept-Language and Accept-DateTime.

-

Hierarchy

Index

Constructors

Methods

  • canHandle(input: { request: HttpRequest }): Promise<void>
  • -

    Checks if the input can be handled by this class. -If it cannot handle the input, rejects with an error explaining why.

    -

    Parameters

    Returns Promise<void>

    A promise resolving if the input can be handled, rejecting with an Error if not.

    -

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/AccessChecker.html b/docs/classes/AccessChecker.html deleted file mode 100644 index 7de949055..000000000 --- a/docs/classes/AccessChecker.html +++ /dev/null @@ -1,22 +0,0 @@ -AccessChecker | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Performs an authorization check against the given acl resource.

-

Hierarchy

Index

Constructors

Methods

  • -

    Checks if the input can be handled by this class. -If it cannot handle the input, rejects with an error explaining why.

    -

    Parameters

    Returns Promise<void>

    A promise resolving if the input can be handled, rejecting with an Error if not.

    -

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/AgentAccessChecker.html b/docs/classes/AgentAccessChecker.html deleted file mode 100644 index 43c4dc291..000000000 --- a/docs/classes/AgentAccessChecker.html +++ /dev/null @@ -1,20 +0,0 @@ -AgentAccessChecker | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Checks if the given WebID has been given access.

-

Hierarchy

Index

Constructors

Methods

  • -

    Checks if the input can be handled by this class. -If it cannot handle the input, rejects with an error explaining why.

    -

    Parameters

    Returns Promise<void>

    A promise resolving if the input can be handled, rejecting with an Error if not.

    -

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/AgentClassAccessChecker.html b/docs/classes/AgentClassAccessChecker.html deleted file mode 100644 index 7af27bba3..000000000 --- a/docs/classes/AgentClassAccessChecker.html +++ /dev/null @@ -1,20 +0,0 @@ -AgentClassAccessChecker | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Checks access based on the agent class.

-

Hierarchy

Index

Constructors

Methods

  • -

    Checks if the input can be handled by this class. -If it cannot handle the input, rejects with an error explaining why.

    -

    Parameters

    Returns Promise<void>

    A promise resolving if the input can be handled, rejecting with an Error if not.

    -

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/AgentGroupAccessChecker.html b/docs/classes/AgentGroupAccessChecker.html deleted file mode 100644 index 661c4ed55..000000000 --- a/docs/classes/AgentGroupAccessChecker.html +++ /dev/null @@ -1,34 +0,0 @@ -AgentGroupAccessChecker | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Checks if the given WebID belongs to a group that has access. -Implements the behaviour of groups from the WAC specification.

-

Fetched results will be stored in an ExpiringStorage.

-

Requires a storage that can store JS objects. -expiration parameter is how long entries in the cache should be stored in seconds, defaults to 3600.

-

Hierarchy

Index

Constructors

Properties

cache: ExpiringStorage<string, Promise<Store<Quad, Quad, Quad, Quad>>>
expiration: number

Methods

  • -

    Checks if the input can be handled by this class. -If it cannot handle the input, rejects with an error explaining why.

    -

    Parameters

    Returns Promise<void>

    A promise resolving if the input can be handled, rejecting with an Error if not.

    -
  • fetchCachedQuads(url: string): Promise<Store<Quad, Quad, Quad, Quad>>
  • isMemberOfGroup(webId: string, group: Term): Promise<boolean>
  • -

    Checks if the given agent is member of a given vCard group.

    -

    Parameters

    • webId: string
      -

      WebID of the agent that needs access.

      -
    • group: Term
      -

      URL of the vCard group that needs to be checked.

      -

    Returns Promise<boolean>

    If the agent is member of the given vCard group.

    -

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/AllStaticReader.html b/docs/classes/AllStaticReader.html deleted file mode 100644 index 6054b0a46..000000000 --- a/docs/classes/AllStaticReader.html +++ /dev/null @@ -1,21 +0,0 @@ -AllStaticReader | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

PermissionReader which sets all permissions to true or false -independently of the identifier and requested permissions.

-

Hierarchy

Index

Constructors

Properties

permissions: Partial<Record<AccessMode, boolean>>

Methods

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/AllowAcceptHeaderWriter.html b/docs/classes/AllowAcceptHeaderWriter.html deleted file mode 100644 index 9b5a7cd03..000000000 --- a/docs/classes/AllowAcceptHeaderWriter.html +++ /dev/null @@ -1,44 +0,0 @@ -AllowAcceptHeaderWriter | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Generates Allow, Accept-Patch, Accept-Post, and Accept-Put headers. -The resulting values depend on the choses input methods and types. -The input metadata also gets used to remove methods from that list -if they are not valid in the given situation.

-

Hierarchy

Index

Constructors

  • new AllowAcceptHeaderWriter(supportedMethods: string[], acceptTypes: { patch?: string[]; post?: string[]; put?: string[] }): AllowAcceptHeaderWriter

Properties

acceptTypes: { patch: string[]; post: string[]; put: string[] }

Type declaration

  • patch: string[]
  • post: string[]
  • put: string[]
supportedMethods: string[]

Methods

  • generateAccept(methods: Set<string>, generateAllow: boolean, response: ServerResponse, metadata: RepresentationMetadata): void
  • -

    Generates the Accept-[Method] headers if required. -Will be added if the Allow header was added, or in case of a 415 error. -Specific Accept-[Method] headers will only be added if the method is in the methods set.

    -

    Parameters

    Returns void

  • -

    Generates the Allow header if required. -It only needs to get added for successful GET/HEAD requests, 404s, or 405s. -The spec only requires it for GET/HEAD requests and 405s. -In the case of other error messages we can't deduce what the request method was, -so we do not add the header as we don't have enough information.

    -

    Parameters

    Returns boolean

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/App.html b/docs/classes/App.html deleted file mode 100644 index 816aa7f75..000000000 --- a/docs/classes/App.html +++ /dev/null @@ -1,7 +0,0 @@ -App | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Entry point for the entire Solid server.

-

Hierarchy

  • App

Index

Constructors

Properties

Methods

Constructors

Properties

finalizer: Finalizable
initializer: Initializer

Methods

  • start(): Promise<void>
  • -

    Initializes and starts the application.

    -

    Returns Promise<void>

  • stop(): Promise<void>
  • -

    Stops the application and handles cleanup.

    -

    Returns Promise<void>

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/AppRunner.html b/docs/classes/AppRunner.html deleted file mode 100644 index 317517e4e..000000000 --- a/docs/classes/AppRunner.html +++ /dev/null @@ -1,51 +0,0 @@ -AppRunner | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

A class that can be used to instantiate and start a server based on a Component.js configuration.

-

Hierarchy

  • AppRunner

Index

Constructors

Properties

logger: Logger = ...

Methods

  • create(loaderProperties: IComponentsManagerBuilderOptions<App>, configFile: string, variableBindings: VariableBindings): Promise<App>
  • -

    Returns an App object, created with the given config, that can start and stop the Solid server. -Keys of the variableBindings object should be Components.js variables. -E.g.: { 'urn:solid-server:default:variable:rootFilePath': '.data' }.

    -

    Parameters

    • loaderProperties: IComponentsManagerBuilderOptions<App>
      -

      Components.js loader properties.

      -
    • configFile: string
      -

      Path to the server config file.

      -
    • variableBindings: VariableBindings
      -

      Bindings of Components.js variables.

      -

    Returns Promise<App>

  • createApp(componentsManager: ComponentsManager<App>, variables: Record<string, unknown>): Promise<App>
  • -

    The second Components.js instantiation, -where the App is created and started using the variable mappings.

    -

    Parameters

    • componentsManager: ComponentsManager<App>
    • variables: Record<string, unknown>

    Returns Promise<App>

  • createCli(argv?: CliArgv): Promise<App>
  • -

    Returns an App object, created by parsing the Command line arguments, that can start and stop the Solid server. -Will exit the process on failure.

    -

    Parameters

    • argv: CliArgv = process.argv
      -

      Command line arguments.

      -

    Returns Promise<App>

  • createComponentsManager<T>(loaderProperties: IComponentsManagerBuilderOptions<T>, configFile: string): Promise<ComponentsManager<T>>
  • -

    Creates the Components Manager that will be used for instantiating.

    -

    Type parameters

    • T

    Parameters

    • loaderProperties: IComponentsManagerBuilderOptions<T>
    • configFile: string

    Returns Promise<ComponentsManager<T>>

  • resolveError(message: string, error: unknown): never
  • -

    Throws a new error that provides additional information through the extra message. -Also appends the stack trace to the message. -This is needed for errors that are thrown before the logger is created as we can't log those the standard way.

    -

    Parameters

    • message: string
    • error: unknown

    Returns never

  • resolveVariables(componentsManager: ComponentsManager<CliResolver>, argv: string[]): Promise<VariableBindings>
  • -

    Handles the first Components.js instantiation, -where CLI settings and variable mappings are created.

    -

    Parameters

    • componentsManager: ComponentsManager<CliResolver>
    • argv: string[]

    Returns Promise<VariableBindings>

  • run(loaderProperties: IComponentsManagerBuilderOptions<App>, configFile: string, variableBindings: VariableBindings): Promise<void>
  • -

    Starts the server with a given config. -This method can be used to start the server from within another JavaScript application. -Keys of the variableBindings object should be Components.js variables. -E.g.: { 'urn:solid-server:default:variable:rootFilePath': '.data' }.

    -

    Parameters

    • loaderProperties: IComponentsManagerBuilderOptions<App>
      -

      Components.js loader properties.

      -
    • configFile: string
      -

      Path to the server config file.

      -
    • variableBindings: VariableBindings
      -

      Parameters to pass into the VariableResolver.

      -

    Returns Promise<void>

  • runCli(argv?: CliArgv): Promise<void>
  • -

    Starts the server as a command-line application.

    -

    Parameters

    • Optional argv: CliArgv
      -

      Command line arguments.

      -

    Returns Promise<void>

  • runCliSync(__namedParameters: { argv?: CliArgv; stderr?: WriteStream }): void
  • -

    Starts the server as a command-line application. -Will exit the process on failure.

    -

    Made non-async to lower the risk of unhandled promise rejections. -This is only relevant when this is used to start as a Node.js application on its own, -if you use this as part of your code you probably want to use the async version.

    -

    Parameters

    • __namedParameters: { argv?: CliArgv; stderr?: WriteStream }
      • Optional argv?: CliArgv
      • Optional stderr?: WriteStream

    Returns void

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/AssetPathExtractor.html b/docs/classes/AssetPathExtractor.html deleted file mode 100644 index ed3ba8aa2..000000000 --- a/docs/classes/AssetPathExtractor.html +++ /dev/null @@ -1,21 +0,0 @@ -AssetPathExtractor | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

A SettingsExtractor that converts a path value to an absolute asset path by making use of resolveAssetPath. -Returns the default path in case it is defined and no path was found in the map.

-

Hierarchy

Index

Constructors

Properties

defaultPath?: string
key: string

Methods

  • canHandle(input: Settings): Promise<void>
  • -

    Checks if the input can be handled by this class. -If it cannot handle the input, rejects with an error explaining why.

    -

    Parameters

    • input: Settings
      -

      Input that could potentially be handled.

      -

    Returns Promise<void>

    A promise resolving if the input can be handled, rejecting with an Error if not.

    -
  • handle(args: Settings): Promise<unknown>
  • handleSafe(input: Settings): Promise<unknown>

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/AsyncHandler.html b/docs/classes/AsyncHandler.html deleted file mode 100644 index 99901ad84..000000000 --- a/docs/classes/AsyncHandler.html +++ /dev/null @@ -1,22 +0,0 @@ -AsyncHandler | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class AsyncHandler<TIn, TOut>

-

Simple interface for classes that can potentially handle a specific kind of data asynchronously.

-

Type parameters

  • TIn = void

  • TOut = void

Hierarchy

Implemented by

Index

Constructors

  • Type parameters

    • TIn = void

    • TOut = void

    Returns AsyncHandler<TIn, TOut>

Methods

  • canHandle(input: TIn): Promise<void>
  • -

    Checks if the input can be handled by this class. -If it cannot handle the input, rejects with an error explaining why.

    -

    Parameters

    • input: TIn
      -

      Input that could potentially be handled.

      -

    Returns Promise<void>

    A promise resolving if the input can be handled, rejecting with an Error if not.

    -
  • handle(input: TIn): Promise<TOut>
  • -

    Handles the given input. This may only be called if canHandle did not reject. -When unconditionally calling both in sequence, consider handleSafe instead.

    -

    Parameters

    • input: TIn
      -

      Input that needs to be handled.

      -

    Returns Promise<TOut>

    A promise resolving when handling is finished.

    -
  • handleSafe(input: TIn): Promise<TOut>
  • -

    Helper function that first runs canHandle followed by handle. -Throws the error of canHandle if the data cannot be handled, -or returns the result of handle otherwise.

    -

    Parameters

    • input: TIn
      -

      Input data that will be handled if it can be handled.

      -

    Returns Promise<TOut>

    A promise resolving if the input can be handled, rejecting with an Error if not.

    -

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/AtomicFileDataAccessor.html b/docs/classes/AtomicFileDataAccessor.html deleted file mode 100644 index 33ce24932..000000000 --- a/docs/classes/AtomicFileDataAccessor.html +++ /dev/null @@ -1,57 +0,0 @@ -AtomicFileDataAccessor | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

AtomicDataAccessor that uses the file system to store documents as files and containers as folders. -Data will first be written to a temporary location and only if no errors occur -will the data be written to the desired location.

-

Hierarchy

Implements

Index

Constructors

Properties

logger: Logger = ...
resourceMapper: FileIdentifierMapper
tempFilePath: string

Methods

  • -

    Returns metadata for all resources in the requested container. -This should not be all metadata of those resources (but it can be), -but instead the main metadata you want to show in situations -where all these resources are presented simultaneously. -Generally this would be metadata that is present for all of these resources, -such as resource type or last modified date.

    -

    It can be safely assumed that the incoming identifier will always correspond to a container.

    -

    Parameters

    Returns AsyncIterableIterator<RepresentationMetadata>

  • getStats(path: string): Promise<Stats>
  • writeDataFile(path: string, data: Readable): Promise<void>

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/Authorizer.html b/docs/classes/Authorizer.html deleted file mode 100644 index c233aeb7f..000000000 --- a/docs/classes/Authorizer.html +++ /dev/null @@ -1,23 +0,0 @@ -Authorizer | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Verifies if the credentials provide access with the given permissions on the resource. -An {@link Error} with the necessary explanation will be thrown when permissions are not granted.

-

Hierarchy

Index

Constructors

Methods

  • -

    Checks if the input can be handled by this class. -If it cannot handle the input, rejects with an error explaining why.

    -

    Parameters

    Returns Promise<void>

    A promise resolving if the input can be handled, rejecting with an Error if not.

    -

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/AuthorizingHttpHandler.html b/docs/classes/AuthorizingHttpHandler.html deleted file mode 100644 index 2975a1eda..000000000 --- a/docs/classes/AuthorizingHttpHandler.html +++ /dev/null @@ -1,28 +0,0 @@ -AuthorizingHttpHandler | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Handles all the necessary steps for an authorization. -Errors if authorization fails, otherwise passes the parameter to the operationHandler handler. -The following steps are executed:

-
    -
  • Extracting credentials from the request.
  • -
  • Extracting the required permissions.
  • -
  • Reading the allowed permissions for the credentials.
  • -
  • Validating if this operation is allowed.
  • -
-

Hierarchy

Index

Constructors

Properties

authorizer: Authorizer
credentialsExtractor: CredentialsExtractor
logger: Logger = ...
modesExtractor: ModesExtractor
operationHandler: OperationHttpHandler
permissionReader: PermissionReader

Methods

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/AuxiliaryReader.html b/docs/classes/AuxiliaryReader.html deleted file mode 100644 index 622aa0de2..000000000 --- a/docs/classes/AuxiliaryReader.html +++ /dev/null @@ -1,18 +0,0 @@ -AuxiliaryReader | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

A PermissionReader for auxiliary resources such as acl or shape resources. -By default, the access permissions of an auxiliary resource depend on those of its subject resource. -This authorizer calls the source authorizer with the identifier of the subject resource.

-

Hierarchy

Index

Constructors

Properties

auxiliaryStrategy: AuxiliaryStrategy
logger: Logger = ...
resourceReader: PermissionReader

Methods

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/BadRequestHttpError.html b/docs/classes/BadRequestHttpError.html deleted file mode 100644 index 4e530a06f..000000000 --- a/docs/classes/BadRequestHttpError.html +++ /dev/null @@ -1,18 +0,0 @@ -BadRequestHttpError | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

An error thrown when incoming data is not supported. -Probably because an AsyncHandler returns false on the canHandle call.

-

Hierarchy

  • BaseHttpError
    • BadRequestHttpError

Index

Constructors

Properties

cause?: unknown
details?: Dict<unknown>
errorCode: string
message: string
name: string
stack?: string
statusCode: 400
statusCode: 400
-

The status code corresponding to this error class.

-
uri: NamedNode<string>
-

A unique URI identifying this error class.

-

Methods

  • generateMetadata(subject: string | Quad_Subject): Quad[]
  • -

    Returns quads representing metadata relevant to this error.

    -

    Parameters

    • subject: string | Quad_Subject

    Returns Quad[]

  • isInstance(error: any): error is HttpError<TCode>

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/BaseAccountStore.html b/docs/classes/BaseAccountStore.html deleted file mode 100644 index 51cd371b4..000000000 --- a/docs/classes/BaseAccountStore.html +++ /dev/null @@ -1,44 +0,0 @@ -BaseAccountStore | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

A EmailPasswordStore that uses a KeyValueStorage to persist its information and an -ExpiringStorage to persist ForgotPassword records.

-

forgotPasswordExpiration parameter is how long the ForgotPassword record should be - stored in minutes. (defaults to 15 minutes)

-

Hierarchy

  • BaseAccountStore

Implements

Index

Constructors

Properties

forgotPasswordExpiration: number
forgotPasswordStorage: ExpiringStorage<string, EmailPasswordData>
saltRounds: number

Methods

  • authenticate(email: string, password: string): Promise<string>
  • changePassword(email: string, password: string): Promise<void>
  • create(email: string, webId: string, password: string, settings: AccountSettings): Promise<void>
  • deleteAccount(email: string): Promise<void>
  • deleteForgotPasswordRecord(recordId: string): Promise<void>
  • generateForgotPasswordRecord(email: string): Promise<string>
  • getAccountPayload(email: string, checkExistence: true): Promise<{ account: AccountPayload; key: string }>
  • getAccountPayload(email: string, checkExistence: false): Promise<{ account?: AccountPayload; key: string }>
  • getAccountResourceIdentifier(email: string): string
  • getForgotPasswordRecord(recordId: string): Promise<undefined | string>
  • getForgotPasswordRecordResourceIdentifier(recordId: string): string
  • verify(email: string): Promise<void>

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/BaseComponentsJsFactory.html b/docs/classes/BaseComponentsJsFactory.html deleted file mode 100644 index 472a5d1e7..000000000 --- a/docs/classes/BaseComponentsJsFactory.html +++ /dev/null @@ -1,15 +0,0 @@ -BaseComponentsJsFactory | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Can be used to instantiate objects using Components.js. -Default main module path is the root folder of the project. -For every generate call a new manager will be made, -but moduleState will be stored in between calls.

-

Hierarchy

  • BaseComponentsJsFactory

Implements

Index

Constructors

Properties

Methods

Constructors

Properties

options: IComponentsManagerBuilderOptions<any>

Methods

  • buildManager(): Promise<ComponentsManager<any>>
  • generate<T>(configPath: string, componentIri: string, variables: Record<string, any>): Promise<T>
  • -

    Calls Components.js to instantiate a new object.

    -

    Type parameters

    • T

    Parameters

    • configPath: string
      -

      Location of the config to instantiate.

      -
    • componentIri: string
      -

      Iri of the object in the config that will be the result.

      -
    • variables: Record<string, any>
      -

      Variables to send to Components.js

      -

    Returns Promise<T>

    The resulting object, corresponding to the given component IRI.

    -

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/BaseEmailSender.html b/docs/classes/BaseEmailSender.html deleted file mode 100644 index b972443f7..000000000 --- a/docs/classes/BaseEmailSender.html +++ /dev/null @@ -1,20 +0,0 @@ -BaseEmailSender | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Sends e-mails using nodemailer.

-

Hierarchy

Index

Constructors

Properties

mailTransporter: Mail<any>
senderName: string

Methods

  • -

    Checks if the input can be handled by this class. -If it cannot handle the input, rejects with an error explaining why.

    -

    Parameters

    • input: EmailArgs
      -

      Input that could potentially be handled.

      -

    Returns Promise<void>

    A promise resolving if the input can be handled, rejecting with an Error if not.

    -
  • handle(__namedParameters: EmailArgs): Promise<void>

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/BaseFileIdentifierMapper.html b/docs/classes/BaseFileIdentifierMapper.html deleted file mode 100644 index d17ce4434..000000000 --- a/docs/classes/BaseFileIdentifierMapper.html +++ /dev/null @@ -1,85 +0,0 @@ -BaseFileIdentifierMapper | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Base class for FileIdentifierMapper implementations.

-

Hierarchy

Implements

Index

Constructors

Properties

baseRequestURI: string
logger: Logger = ...
rootFilepath: string

Methods

  • getAbsolutePath(path: string): string
  • getContainerUrl(relative: string): Promise<string>
  • -

    Maps the given container path to a URL and determines its content type.

    -

    Parameters

    • relative: string
      -

      The relative container path.

      -

    Returns Promise<string>

    A ResourceLink with all the necessary metadata.

    -
  • getContentTypeFromPath(filePath: string): Promise<string>
  • getContentTypeFromUrl(identifier: ResourceIdentifier, contentType?: string): Promise<string>
  • getDocumentUrl(relative: string): Promise<string>
  • -

    Maps the given document path to a URL and determines its content type.

    -

    Parameters

    • relative: string
      -

      The relative document path.

      -

    Returns Promise<string>

    A ResourceLink with all the necessary metadata.

    -
  • isMetadataPath(path: string): boolean
  • mapFilePathToUrl(filePath: string, isContainer: boolean): Promise<ResourceLink>
  • -

    Maps the given document identifier to a file path, -possibly making alterations to the direct translation -(for instance, based on its content type)). -Determines the content type if none was provided.

    -

    Parameters

    • identifier: ResourceIdentifier
      -

      The input identifier.

      -
    • filePath: string
      -

      The direct translation of the identifier onto the file path.

      -
    • Optional contentType: string
      -

      The content-type provided with the request.

      -

    Returns Promise<ResourceLink>

    A ResourceLink with all the necessary metadata.

    -

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/BaseHttpServerFactory.html b/docs/classes/BaseHttpServerFactory.html deleted file mode 100644 index 9a30c34b3..000000000 --- a/docs/classes/BaseHttpServerFactory.html +++ /dev/null @@ -1,9 +0,0 @@ -BaseHttpServerFactory | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

HttpServerFactory based on the native Node.js http module

-

Hierarchy

  • BaseHttpServerFactory

Implements

Index

Constructors

Properties

handler: HttpHandler
-

The main HttpHandler

-
logger: Logger = ...

Methods

  • startServer(port: number): Server

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/BaseIdentifierStrategy.html b/docs/classes/BaseIdentifierStrategy.html deleted file mode 100644 index c5595cd76..000000000 --- a/docs/classes/BaseIdentifierStrategy.html +++ /dev/null @@ -1,16 +0,0 @@ -BaseIdentifierStrategy | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Provides a default implementation for getParentContainer -which checks if the identifier is supported and not a root container. -If not, the last part before the first relevant slash will be removed to find the parent.

-

Hierarchy

Implements

Index

Constructors

Methods

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/BaseInteractionHandler.html b/docs/classes/BaseInteractionHandler.html deleted file mode 100644 index fa1d100ec..000000000 --- a/docs/classes/BaseInteractionHandler.html +++ /dev/null @@ -1,28 +0,0 @@ -BaseInteractionHandler | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Abstract implementation for handlers that always return a fixed JSON view on a GET. -POST requests are passed to an abstract function. -Other methods will be rejected.

-

Hierarchy

Index

Constructors

Properties

view: string

Methods

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/BaseLogger.html b/docs/classes/BaseLogger.html deleted file mode 100644 index d85458dd5..000000000 --- a/docs/classes/BaseLogger.html +++ /dev/null @@ -1,19 +0,0 @@ -BaseLogger | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Base class that implements all additional BaseLogger methods, -leaving only the implementation of SimpleLogger.

-

Hierarchy

Implements

Index

Constructors

Methods

  • debug(message: string): Logger
  • error(message: string): Logger
  • log(level: "error" | "warn" | "info" | "verbose" | "debug" | "silly", message: string): Logger
  • -

    Log the given message at the given level. -If the internal level is higher than the given level, the message may be voided.

    -

    Parameters

    • level: "error" | "warn" | "info" | "verbose" | "debug" | "silly"
    • message: string

    Returns Logger

  • silly(message: string): Logger
  • verbose(message: string): Logger

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/BaseResourceStore.html b/docs/classes/BaseResourceStore.html deleted file mode 100644 index 734e5562d..000000000 --- a/docs/classes/BaseResourceStore.html +++ /dev/null @@ -1,17 +0,0 @@ -BaseResourceStore | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Base implementation of ResourceStore for implementers of custom stores.

-

Hierarchy

  • BaseResourceStore

Implements

Index

Constructors

Methods

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/BaseTypedRepresentationConverter.html b/docs/classes/BaseTypedRepresentationConverter.html deleted file mode 100644 index 2b6123c48..000000000 --- a/docs/classes/BaseTypedRepresentationConverter.html +++ /dev/null @@ -1,31 +0,0 @@ -BaseTypedRepresentationConverter | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

A base TypedRepresentationConverter implementation for converters -that can convert from all its input types to all its output types.

-

This base class handles the canHandle call by comparing the input content type to the stored input types -and the output preferences to the stored output types.

-

Output weights are determined by multiplying all stored output weights with the weight of the input type.

-

Hierarchy

Index

Constructors

Properties

inputTypes: Promise<ValuePreferences>
outputTypes: Promise<ValuePreferences>

Methods

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/BaseUrlExtractor.html b/docs/classes/BaseUrlExtractor.html deleted file mode 100644 index 59e667854..000000000 --- a/docs/classes/BaseUrlExtractor.html +++ /dev/null @@ -1,21 +0,0 @@ -BaseUrlExtractor | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

A SettingsExtractor that that generates the base URL based on the input baseUrl value, -or by using the port if the first isn't provided.

-

Hierarchy

Index

Constructors

Properties

defaultPort: number

Methods

  • canHandle(input: Settings): Promise<void>
  • -

    Checks if the input can be handled by this class. -If it cannot handle the input, rejects with an error explaining why.

    -

    Parameters

    • input: Settings
      -

      Input that could potentially be handled.

      -

    Returns Promise<void>

    A promise resolving if the input can be handled, rejecting with an Error if not.

    -
  • handle(args: Settings): Promise<unknown>
  • handleSafe(input: Settings): Promise<unknown>

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/BaseUrlHandler.html b/docs/classes/BaseUrlHandler.html deleted file mode 100644 index f8fbd6b55..000000000 --- a/docs/classes/BaseUrlHandler.html +++ /dev/null @@ -1,22 +0,0 @@ -BaseUrlHandler | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Adds the pod identifier as base url variable to the agent. -This allows for config templates that require a value for TEMPLATE_BASE_URL_URN, -which should equal the pod identifier.

-

Hierarchy

Index

Constructors

Methods

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/BaseUrlRouterRule.html b/docs/classes/BaseUrlRouterRule.html deleted file mode 100644 index cf863fc4b..000000000 --- a/docs/classes/BaseUrlRouterRule.html +++ /dev/null @@ -1,27 +0,0 @@ -BaseUrlRouterRule | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Routes requests based on their base url. -Checks if any of the stored base URLs match the request identifier. -If there are no matches the base store will be returned if one was configured.

-

Part of the dynamic pod creation. -Uses the identifiers that were added to the routing storage.

-
see

TemplatedPodGenerator, ConfigPodInitializer, ConfigPodManager

-

Hierarchy

Index

Constructors

Properties

baseStore?: ResourceStore

Methods

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/BaseUrlVerifier.html b/docs/classes/BaseUrlVerifier.html deleted file mode 100644 index 0417f7d34..000000000 --- a/docs/classes/BaseUrlVerifier.html +++ /dev/null @@ -1,21 +0,0 @@ -BaseUrlVerifier | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Stores the baseUrl value that was used to start the server -and warns the user in case it differs from the previous one.

-

Hierarchy

Index

Constructors

Properties

baseUrl: string
logger: Logger = ...
storage: KeyValueStorage<string, string>
storageKey: string

Methods

  • canHandle(input: void): Promise<void>
  • -

    Checks if the input can be handled by this class. -If it cannot handle the input, rejects with an error explaining why.

    -

    Parameters

    • input: void
      -

      Input that could potentially be handled.

      -

    Returns Promise<void>

    A promise resolving if the input can be handled, rejecting with an Error if not.

    -
  • handle(): Promise<void>
  • handleSafe(input: void): Promise<void>
  • -

    Helper function that first runs canHandle followed by handle. -Throws the error of canHandle if the data cannot be handled, -or returns the result of handle otherwise.

    -

    Parameters

    • input: void
      -

      Input data that will be handled if it can be handled.

      -

    Returns Promise<void>

    A promise resolving if the input can be handled, rejecting with an Error if not.

    -

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/BasicConditions.html b/docs/classes/BasicConditions.html deleted file mode 100644 index 3de5a916a..000000000 --- a/docs/classes/BasicConditions.html +++ /dev/null @@ -1,17 +0,0 @@ -BasicConditions | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Stores all the relevant Conditions values and matches them based on RFC7232.

-

Hierarchy

  • BasicConditions

Implements

Index

Constructors

Properties

matchesETag?: string[]
-

Valid if matching any of the given ETags.

-
modifiedSince?: Date
-

Valid if modified since the given date.

-
notMatchesETag?: string[]
-

Valid if not matching any of the given ETags.

-
unmodifiedSince?: Date
-

Valid if not modified since the given date.

-

Methods

  • matches(eTag?: string, lastModified?: Date): boolean
  • -

    Checks validity based on the given ETag and/or date. -This function assumes the resource being checked exists. -If not, the matchesMetadata function should be used.

    -

    Parameters

    • Optional eTag: string
    • Optional lastModified: Date

    Returns boolean

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/BasicConditionsParser.html b/docs/classes/BasicConditionsParser.html deleted file mode 100644 index e880278ab..000000000 --- a/docs/classes/BasicConditionsParser.html +++ /dev/null @@ -1,33 +0,0 @@ -BasicConditionsParser | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Creates a Conditions object based on the the following headers:

-
    -
  • If-Modified-Since
  • -
  • If-Unmodified-Since
  • -
  • If-Match
  • -
  • If-None-Match
  • -
-

Implementation based on RFC7232

-

Hierarchy

Index

Constructors

Properties

logger: Logger = ...

Methods

  • -

    Checks if the input can be handled by this class. -If it cannot handle the input, rejects with an error explaining why.

    -

    Parameters

    • input: HttpRequest
      -

      Input that could potentially be handled.

      -

    Returns Promise<void>

    A promise resolving if the input can be handled, rejecting with an Error if not.

    -
  • parseDateHeader(request: HttpRequest, header: "if-modified-since" | "if-unmodified-since"): undefined | Date
  • parseTagHeader(request: HttpRequest, header: "if-match" | "if-none-match"): undefined | string[]

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/BasicRepresentation.html b/docs/classes/BasicRepresentation.html deleted file mode 100644 index 2a91087bd..000000000 --- a/docs/classes/BasicRepresentation.html +++ /dev/null @@ -1,69 +0,0 @@ -BasicRepresentation | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Class with various constructors to facilitate creating a representation.

-

A representation consists of 1) data, 2) metadata, and 3) a binary flag -to indicate whether the data is a binary stream or an object stream.

-
    -
  1. The data can be given as a stream, array, or string.
  2. -
  3. The metadata can be specified as one or two parameters -that will be passed to the RepresentationMetadata constructor.
  4. -
  5. The binary field is optional, and if not specified, -is determined from the content type inside the metadata.
  6. -
-

Hierarchy

  • BasicRepresentation

Implements

Index

Constructors

Properties

Accessors

Constructors

Properties

binary: boolean
-

Whether the data stream consists of binary/string chunks -(as opposed to complex objects).

-
data: Guarded<Readable>
-

The raw data stream for this representation.

-
-

The corresponding metadata.

-

Accessors

  • get isEmpty(): boolean

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/BasicRequestParser.html b/docs/classes/BasicRequestParser.html deleted file mode 100644 index dde94c593..000000000 --- a/docs/classes/BasicRequestParser.html +++ /dev/null @@ -1,22 +0,0 @@ -BasicRequestParser | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Creates an Operation from an incoming HttpRequest by aggregating the results -of a TargetExtractor, PreferenceParser, MetadataParser, -ConditionsParser and BodyParser.

-

Hierarchy

Index

Constructors

Properties

bodyParser: BodyParser
conditionsParser: ConditionsParser
metadataParser: MetadataParser
preferenceParser: PreferenceParser
targetExtractor: TargetExtractor

Methods

  • -

    Checks if the input can be handled by this class. -If it cannot handle the input, rejects with an error explaining why.

    -

    Parameters

    • input: HttpRequest
      -

      Input that could potentially be handled.

      -

    Returns Promise<void>

    A promise resolving if the input can be handled, rejecting with an Error if not.

    -

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/BasicResponseWriter.html b/docs/classes/BasicResponseWriter.html deleted file mode 100644 index 43bfc63cf..000000000 --- a/docs/classes/BasicResponseWriter.html +++ /dev/null @@ -1,18 +0,0 @@ -BasicResponseWriter | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Writes to an HttpResponse based on the incoming ResponseDescription.

-

Hierarchy

Index

Constructors

Properties

logger: Logger = ...
metadataWriter: MetadataWriter

Methods

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/BearerWebIdExtractor.html b/docs/classes/BearerWebIdExtractor.html deleted file mode 100644 index 8ee5459d8..000000000 --- a/docs/classes/BearerWebIdExtractor.html +++ /dev/null @@ -1,16 +0,0 @@ -BearerWebIdExtractor | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

Properties

logger: Logger = ...
verify: SolidTokenVerifierFunction

Methods

  • canHandle(__namedParameters: HttpRequest): Promise<void>

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/BodyParser.html b/docs/classes/BodyParser.html deleted file mode 100644 index 7bfcdbc10..000000000 --- a/docs/classes/BodyParser.html +++ /dev/null @@ -1,22 +0,0 @@ -BodyParser | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Parses the body of an incoming HttpRequest and converts it to a Representation.

-

Hierarchy

Index

Constructors

Methods

  • -

    Checks if the input can be handled by this class. -If it cannot handle the input, rejects with an error explaining why.

    -

    Parameters

    Returns Promise<void>

    A promise resolving if the input can be handled, rejecting with an Error if not.

    -

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/BooleanHandler.html b/docs/classes/BooleanHandler.html deleted file mode 100644 index baa023d29..000000000 --- a/docs/classes/BooleanHandler.html +++ /dev/null @@ -1,21 +0,0 @@ -BooleanHandler | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

A composite handler that returns true if any of its handlers can handle the input and return true. -Handler errors are interpreted as false results.

-

Type parameters

  • TIn

Hierarchy

Index

Constructors

Properties

handlers: AsyncHandler<TIn, boolean>[]
logger: Logger = ...

Methods

  • canHandle(input: TIn): Promise<void>
  • -

    Checks if the input can be handled by this class. -If it cannot handle the input, rejects with an error explaining why.

    -

    Parameters

    • input: TIn

    Returns Promise<void>

    A promise resolving if the input can be handled, rejecting with an Error if not.

    -
  • handle(input: TIn): Promise<boolean>
  • handleSafe(input: TIn): Promise<boolean>

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/CachedResourceSet.html b/docs/classes/CachedResourceSet.html deleted file mode 100644 index 3b6253661..000000000 --- a/docs/classes/CachedResourceSet.html +++ /dev/null @@ -1,5 +0,0 @@ -CachedResourceSet | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Caches resource existence in a WeakMap tied to the ResourceIdentifier object.

-

Hierarchy

  • CachedResourceSet

Implements

Index

Constructors

Properties

Methods

Constructors

Properties

cache: WeakMap<ResourceIdentifier, boolean>
source: ResourceSet

Methods

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/ChainedConverter.html b/docs/classes/ChainedConverter.html deleted file mode 100644 index f4f476875..000000000 --- a/docs/classes/ChainedConverter.html +++ /dev/null @@ -1,69 +0,0 @@ -ChainedConverter | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

A meta converter that takes an array of other converters as input. -It chains these converters by finding a path of converters -that can go from the given content-type to the given type preferences. -In case there are multiple paths, the one with the highest weight gets found. -Will error in case no path can be found.

-

This is not a TypedRepresentationConverter since the supported output types -might depend on what is the input content-type.

-

This converter should be the last in a WaterfallHandler if there are multiple, -since it will try to convert any representation with a content-type.

-

Some suggestions on how this class can be even more optimized should this ever be needed in the future. -Most of these decrease computation time at the cost of more memory.

-
    -
  • The algorithm could start on both ends of a possible path and work towards the middle.
  • -
  • When creating a path, store the list of unused converters instead of checking every step.
  • -
  • Caching: https://github.com/CommunitySolidServer/CommunitySolidServer/issues/832
  • -
  • Making sure each intermediate type is only used once.
  • -
  • The TypedRepresentationConverter interface could potentially be updated -so paths only differing in intermediate types can be combined.
  • -
-

Hierarchy

Index

Constructors

Properties

logger: Logger = ...

Methods

  • findBest(paths: ConversionPath[]): undefined | ConversionPath
  • -

    Finds the path from the given list that can convert to the given preferences. -If there are multiple matches the one with the highest result weight gets chosen. -Will return undefined if there are no matches.

    -

    Parameters

    • paths: ConversionPath[]

    Returns undefined | ConversionPath

  • removeBadPaths(paths: ConversionPath[], maxWeight: number, bestMatch?: ConversionPath): ConversionPath[]
  • -

    Filter out paths that can no longer be better than the current best solution. -This depends on a valid path already being found, if not all the input paths will be returned.

    -

    Parameters

    • paths: ConversionPath[]
      -

      Paths to filter.

      -
    • maxWeight: number
      -

      The maximum weight in the output preferences.

      -
    • Optional bestMatch: ConversionPath
      -

      The current best path.

      -

    Returns ConversionPath[]

  • updatePathWeights(paths: ConversionPath[], outPreferences: ValuePreferences): void

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/ChainedTemplateEngine.html b/docs/classes/ChainedTemplateEngine.html deleted file mode 100644 index 537920217..000000000 --- a/docs/classes/ChainedTemplateEngine.html +++ /dev/null @@ -1,13 +0,0 @@ -ChainedTemplateEngine | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Calls the given array of TemplateEngines in the order they appear, -feeding the output of one into the input of the next.

-

The first engine will be called with the provided contents and template parameters. -All subsequent engines will be called with no template parameter. -Contents will still be passed along and another entry will be added for the body of the previous output.

-

Type parameters

  • T: Dict<any> = Dict<any>

Hierarchy

  • ChainedTemplateEngine

Implements

Index

Constructors

Properties

chainedEngines: TemplateEngine<Dict<any>>[]
firstEngine: TemplateEngine<T>
renderedName: string

Methods

  • render(contents: T): Promise<string>
  • render<TCustom>(contents: TCustom, template: Template): Promise<string>

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/CliExtractor.html b/docs/classes/CliExtractor.html deleted file mode 100644 index b54dac0cc..000000000 --- a/docs/classes/CliExtractor.html +++ /dev/null @@ -1,33 +0,0 @@ -CliExtractor | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Converts the input CLI arguments into an easily parseable key/value object.

-

Due to how the application is built, there are certain CLI parameters -that need to be parsed before this class can be instantiated. -These can be ignored by this class as they will have been handled before it is called, -but that does mean that this class should not error if they are present, -e.g., by being strict throwing an error on these unexpected parameters.

-

The following core CLI parameters are mandatory:

-
    -
  • -c / --config
  • -
  • -m / --mainModulePath
  • -
  • -l / --loggingLevel
  • -
-

Hierarchy

Index

Constructors

Methods

  • canHandle(input: CliArgv): Promise<void>
  • -

    Checks if the input can be handled by this class. -If it cannot handle the input, rejects with an error explaining why.

    -

    Parameters

    • input: CliArgv
      -

      Input that could potentially be handled.

      -

    Returns Promise<void>

    A promise resolving if the input can be handled, rejecting with an Error if not.

    -
  • handle(input: CliArgv): Promise<Settings>
  • -

    Handles the given input. This may only be called if canHandle did not reject. -When unconditionally calling both in sequence, consider handleSafe instead.

    -

    Parameters

    • input: CliArgv
      -

      Input that needs to be handled.

      -

    Returns Promise<Settings>

    A promise resolving when handling is finished.

    -
  • handleSafe(input: CliArgv): Promise<Settings>
  • -

    Helper function that first runs canHandle followed by handle. -Throws the error of canHandle if the data cannot be handled, -or returns the result of handle otherwise.

    -

    Parameters

    • input: CliArgv
      -

      Input data that will be handled if it can be handled.

      -

    Returns Promise<Settings>

    A promise resolving if the input can be handled, rejecting with an Error if not.

    -

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/CliResolver.html b/docs/classes/CliResolver.html deleted file mode 100644 index 3ba9ddbcb..000000000 --- a/docs/classes/CliResolver.html +++ /dev/null @@ -1,4 +0,0 @@ -CliResolver | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

A class that combines a CliExtractor and a SettingsResolver. -Mainly exists so both such classes can be generated in a single Components.js instance.

-

Hierarchy

  • CliResolver

Index

Constructors

Properties

cliExtractor: CliExtractor
settingsResolver: SettingsResolver

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/ClientCredentialsAdapter.html b/docs/classes/ClientCredentialsAdapter.html deleted file mode 100644 index eab2b5291..000000000 --- a/docs/classes/ClientCredentialsAdapter.html +++ /dev/null @@ -1,5 +0,0 @@ -ClientCredentialsAdapter | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

A PassthroughAdapter that overrides the find function -by checking if there are stored client credentials for the given ID -if no payload is found in the source.

-

Hierarchy

Index

Constructors

Properties

name: string
source: Adapter

Methods

  • consume(id: string): Promise<undefined | void>
  • destroy(id: string): Promise<undefined | void>
  • find(id: string): Promise<undefined | void | AdapterPayload>
  • findByUid(uid: string): Promise<undefined | void | AdapterPayload>
  • findByUserCode(userCode: string): Promise<undefined | void | AdapterPayload>
  • revokeByGrantId(grantId: string): Promise<undefined | void>
  • upsert(id: string, payload: AdapterPayload, expiresIn: number): Promise<undefined | void>

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/ClientCredentialsAdapterFactory.html b/docs/classes/ClientCredentialsAdapterFactory.html deleted file mode 100644 index 8301c47ab..000000000 --- a/docs/classes/ClientCredentialsAdapterFactory.html +++ /dev/null @@ -1 +0,0 @@ -ClientCredentialsAdapterFactory | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/CombinedSettingsResolver.html b/docs/classes/CombinedSettingsResolver.html deleted file mode 100644 index 08fd3d1ec..000000000 --- a/docs/classes/CombinedSettingsResolver.html +++ /dev/null @@ -1,20 +0,0 @@ -CombinedSettingsResolver | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Generates variable values by running a set of SettingsExtractors on the input.

-

Hierarchy

Index

Constructors

Properties

resolvers: Record<string, SettingsExtractor>

Methods

  • canHandle(input: Settings): Promise<void>
  • -

    Checks if the input can be handled by this class. -If it cannot handle the input, rejects with an error explaining why.

    -

    Parameters

    • input: Settings
      -

      Input that could potentially be handled.

      -

    Returns Promise<void>

    A promise resolving if the input can be handled, rejecting with an Error if not.

    -
  • handle(input: Record<string, unknown>): Promise<Record<string, unknown>>
  • handleSafe(input: Settings): Promise<VariableBindings>

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/ComposedAuxiliaryStrategy.html b/docs/classes/ComposedAuxiliaryStrategy.html deleted file mode 100644 index 750162e35..000000000 --- a/docs/classes/ComposedAuxiliaryStrategy.html +++ /dev/null @@ -1,41 +0,0 @@ -ComposedAuxiliaryStrategy | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

An AuxiliaryStrategy that provides its functionality through the combination of -an AuxiliaryIdentifierStrategy, MetadataGenerator and Validator.

-

Hierarchy

  • ComposedAuxiliaryStrategy

Implements

Index

Constructors

Properties

identifierStrategy: AuxiliaryIdentifierStrategy
metadataGenerator?: MetadataGenerator
ownAuthorization: boolean
requiredInRoot: boolean
validator?: Validator

Methods

  • -

    Adds metadata related to this auxiliary resource, -in case this is required for this type of auxiliary resource. -The metadata that is added depends on the given identifier being an auxiliary or subject resource: -the metadata will be used to link to the other one, and potentially add extra typing info.

    -

    Used for: -Solid, §4.3.1: "For any defined auxiliary resource available for a given Solid resource, all representations of -that resource MUST include an HTTP Link header pointing to the location of each auxiliary resource." -https://solid.github.io/specification/protocol#auxiliary-resources-server

    -

    The above is an example of how that metadata would only be added in case the input is the subject identifier.

    -

    Parameters

    Returns Promise<void>

  • isRequiredInRoot(): boolean
  • usesOwnAuthorization(): boolean

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/ConditionalHandler.html b/docs/classes/ConditionalHandler.html deleted file mode 100644 index 5814ec27a..000000000 --- a/docs/classes/ConditionalHandler.html +++ /dev/null @@ -1,22 +0,0 @@ -ConditionalHandler | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ConditionalHandler<TIn, TOut>

-

This handler will pass all requests to the wrapped handler, -until a specific value has been set in the given storage. -After that all input will be rejected. -Once the value has been matched this behaviour will be cached, -so changing the value again afterwards will not enable this handler again.

-

Type parameters

  • TIn

  • TOut

Hierarchy

Index

Constructors

Properties

finished: boolean
source: AsyncHandler<TIn, TOut>
storage: KeyValueStorage<string, unknown>
storageKey: string
storageValue: unknown

Methods

  • canHandle(input: TIn): Promise<void>
  • -

    Checks if the input can be handled by this class. -If it cannot handle the input, rejects with an error explaining why.

    -

    Parameters

    • input: TIn

    Returns Promise<void>

    A promise resolving if the input can be handled, rejecting with an Error if not.

    -
  • checkCondition(): Promise<void>
  • handle(input: TIn): Promise<TOut>
  • handleSafe(input: TIn): Promise<TOut>

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/ConditionsParser.html b/docs/classes/ConditionsParser.html deleted file mode 100644 index c486692f0..000000000 --- a/docs/classes/ConditionsParser.html +++ /dev/null @@ -1,22 +0,0 @@ -ConditionsParser | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Creates a Conditions object based on the input HttpRequest.

-

Hierarchy

Index

Constructors

Methods

  • -

    Checks if the input can be handled by this class. -If it cannot handle the input, rejects with an error explaining why.

    -

    Parameters

    • input: HttpRequest
      -

      Input that could potentially be handled.

      -

    Returns Promise<void>

    A promise resolving if the input can be handled, rejecting with an Error if not.

    -

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/ConfigPodInitializer.html b/docs/classes/ConfigPodInitializer.html deleted file mode 100644 index 1f9394dde..000000000 --- a/docs/classes/ConfigPodInitializer.html +++ /dev/null @@ -1,27 +0,0 @@ -ConfigPodInitializer | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Initializes all pods that have been stored and loads them in memory. -This reads the pod settings from a permanent storage and uses those -to create the corresponding ResourceStores in memory, -so this is required every time the server starts.

-

Part of the dynamic pod creation. -Reads the contents from the configuration storage, uses those values to instantiate ResourceStores, -and then adds them to the routing storage.

-
see

ConfigPodManager, TemplatedPodGenerator, BaseUrlRouterRule

-

Hierarchy

Index

Constructors

Properties

configStorage: KeyValueStorage<string, unknown>
logger: Logger = ...
routingStorage: KeyValueStorage<string, ResourceStore>
storeFactory: ComponentsJsFactory

Methods

  • canHandle(input: void): Promise<void>
  • -

    Checks if the input can be handled by this class. -If it cannot handle the input, rejects with an error explaining why.

    -

    Parameters

    • input: void
      -

      Input that could potentially be handled.

      -

    Returns Promise<void>

    A promise resolving if the input can be handled, rejecting with an Error if not.

    -
  • handle(): Promise<void>
  • handleSafe(input: void): Promise<void>
  • -

    Helper function that first runs canHandle followed by handle. -Throws the error of canHandle if the data cannot be handled, -or returns the result of handle otherwise.

    -

    Parameters

    • input: void
      -

      Input data that will be handled if it can be handled.

      -

    Returns Promise<void>

    A promise resolving if the input can be handled, rejecting with an Error if not.

    -

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/ConfigPodManager.html b/docs/classes/ConfigPodManager.html deleted file mode 100644 index af4036646..000000000 --- a/docs/classes/ConfigPodManager.html +++ /dev/null @@ -1,19 +0,0 @@ -ConfigPodManager | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Pod manager that creates a store for the pod with a PodGenerator -and fills it with resources from a ResourcesGenerator.

-

Part of the dynamic pod creation.

-
    -
  1. Calls a PodGenerator to instantiate a new resource store for the pod.
  2. -
  3. Generates the pod resources based on the templates as usual.
  4. -
  5. Adds the created pod to the routing storage, which is used for linking pod identifiers to their resource stores.
  6. -
-
see

TemplatedPodGenerator, ConfigPodInitializer, BaseUrlRouterRule

-

Hierarchy

  • ConfigPodManager

Implements

Index

Constructors

Properties

logger: Logger = ...
podGenerator: PodGenerator
resourcesGenerator: ResourcesGenerator
routingStorage: KeyValueStorage<string, ResourceStore>

Methods

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/ConflictHttpError.html b/docs/classes/ConflictHttpError.html deleted file mode 100644 index 8939c0b97..000000000 --- a/docs/classes/ConflictHttpError.html +++ /dev/null @@ -1,11 +0,0 @@ -ConflictHttpError | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

An error thrown when a request conflict with current state of the server.

-

Hierarchy

  • BaseHttpError
    • ConflictHttpError

Index

Constructors

Properties

cause?: unknown
details?: Dict<unknown>
errorCode: string
message: string
name: string
stack?: string
statusCode: 409
statusCode: 409
-

The status code corresponding to this error class.

-
uri: NamedNode<string>
-

A unique URI identifying this error class.

-

Methods

  • generateMetadata(subject: string | Quad_Subject): Quad[]
  • -

    Returns quads representing metadata relevant to this error.

    -

    Parameters

    • subject: string | Quad_Subject

    Returns Quad[]

  • isInstance(error: any): error is HttpError<TCode>

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/ConsentHandler.html b/docs/classes/ConsentHandler.html deleted file mode 100644 index 809a7c880..000000000 --- a/docs/classes/ConsentHandler.html +++ /dev/null @@ -1,30 +0,0 @@ -ConsentHandler | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Handles the OIDC consent prompts where the user confirms they want to log in for the given client.

-

Returns all the relevant Client metadata on GET requests.

-

Hierarchy

Index

Constructors

Properties

providerFactory: ProviderFactory

Methods

  • getGrant(oidcInteraction: Interaction): Promise<Grant>
  • -

    Either returns the grant associated with the given interaction or creates a new one if it does not exist yet.

    -

    Parameters

    • oidcInteraction: Interaction

    Returns Promise<Grant>

  • updateGrant(grant: Grant, details: UnknownObject, remember: boolean): void
  • -

    Updates the grant with all the missing scopes and claims requested by the interaction.

    -

    Will reject the offline_access scope if remember is false.

    -

    Parameters

    • grant: Grant
    • details: UnknownObject
    • remember: boolean

    Returns void

  • updateInteraction(oidcInteraction: Interaction, grant: Grant): Promise<string>

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/ConstantConverter.html b/docs/classes/ConstantConverter.html deleted file mode 100644 index ef1d78c82..000000000 --- a/docs/classes/ConstantConverter.html +++ /dev/null @@ -1,32 +0,0 @@ -ConstantConverter | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

A RepresentationConverter that ensures -a representation for a certain content type is available.

-

Representations of the same content type are served as is; -others are replaced by a constant document.

-

This can for example be used to serve an index.html file, -which could then interactively load another representation.

-

Options default to the most permissive values when not defined.

-

Hierarchy

Index

Constructors

Properties

contentType: string
filePath: string
options: Required<ConstantConverterOptions>

Methods

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/ConstantMetadataWriter.html b/docs/classes/ConstantMetadataWriter.html deleted file mode 100644 index a68343916..000000000 --- a/docs/classes/ConstantMetadataWriter.html +++ /dev/null @@ -1,20 +0,0 @@ -ConstantMetadataWriter | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

A MetadataWriter that takes a constant map of header names and values.

-

Hierarchy

Index

Constructors

Properties

Methods

Constructors

Properties

headers: [string, string][]

Methods

  • handle(__namedParameters: { response: ServerResponse }): Promise<void>

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/ContainerInitializer.html b/docs/classes/ContainerInitializer.html deleted file mode 100644 index 3b9bb1ca1..000000000 --- a/docs/classes/ContainerInitializer.html +++ /dev/null @@ -1,21 +0,0 @@ -ContainerInitializer | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Initializer that sets up a container. -Will copy all the files and folders in the given path to the corresponding documents and containers.

-

Hierarchy

Index

Constructors

Properties

containerId: ResourceIdentifier
logger: Logger = ...
storage: KeyValueStorage<string, boolean>
storageKey: string

Methods

  • canHandle(input: void): Promise<void>
  • -

    Checks if the input can be handled by this class. -If it cannot handle the input, rejects with an error explaining why.

    -

    Parameters

    • input: void
      -

      Input that could potentially be handled.

      -

    Returns Promise<void>

    A promise resolving if the input can be handled, rejecting with an Error if not.

    -
  • handle(): Promise<void>
  • handleSafe(input: void): Promise<void>
  • -

    Helper function that first runs canHandle followed by handle. -Throws the error of canHandle if the data cannot be handled, -or returns the result of handle otherwise.

    -

    Parameters

    • input: void
      -

      Input data that will be handled if it can be handled.

      -

    Returns Promise<void>

    A promise resolving if the input can be handled, rejecting with an Error if not.

    -

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/ContainerPatcher.html b/docs/classes/ContainerPatcher.html deleted file mode 100644 index 921a39419..000000000 --- a/docs/classes/ContainerPatcher.html +++ /dev/null @@ -1,20 +0,0 @@ -ContainerPatcher | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

A RepresentationPatcher specifically for patching containers. -A new body will be constructed from the metadata by removing all generated metadata. -This body will be passed to the wrapped patcher.

-

Hierarchy

Index

Constructors

Properties

Methods

Constructors

Properties

Methods

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/ContainerToTemplateConverter.html b/docs/classes/ContainerToTemplateConverter.html deleted file mode 100644 index 11d2e0e97..000000000 --- a/docs/classes/ContainerToTemplateConverter.html +++ /dev/null @@ -1,31 +0,0 @@ -ContainerToTemplateConverter | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

A RepresentationConverter that creates a templated representation of a container.

-

Hierarchy

Index

Constructors

Properties

contentType: string
identifierStrategy: IdentifierStrategy
inputTypes: Promise<ValuePreferences>
outputTypes: Promise<ValuePreferences>
templateEngine: TemplateEngine<Dict<any>>

Methods

  • getChildResources(container: ResourceIdentifier, quads: Readable): Promise<ResourceDetails[]>
  • getLocalName(iri: string): string

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/ContentLengthParser.html b/docs/classes/ContentLengthParser.html deleted file mode 100644 index fdca4d669..000000000 --- a/docs/classes/ContentLengthParser.html +++ /dev/null @@ -1,20 +0,0 @@ -ContentLengthParser | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Parser for the content-length header.

-

Hierarchy

Index

Constructors

Properties

Methods

Constructors

Properties

logger: Logger = ...

Methods

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/ContentTypeParser.html b/docs/classes/ContentTypeParser.html deleted file mode 100644 index 8558e737e..000000000 --- a/docs/classes/ContentTypeParser.html +++ /dev/null @@ -1,21 +0,0 @@ -ContentTypeParser | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Parser for the content-type header. -Currently only stores the media type and ignores other parameters such as charset.

-

Hierarchy

Index

Constructors

Methods

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/ContentTypeReplacer.html b/docs/classes/ContentTypeReplacer.html deleted file mode 100644 index 78f1b069b..000000000 --- a/docs/classes/ContentTypeReplacer.html +++ /dev/null @@ -1,26 +0,0 @@ -ContentTypeReplacer | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

A RepresentationConverter that changes the content type -but does not alter the representation.

-

Useful for when a content type is binary-compatible with another one; -for instance, all JSON-LD files are valid JSON files.

-

Hierarchy

Index

Constructors

Properties

contentTypeMap: Record<string, ValuePreferences> = {}

Methods

  • getReplacementType(contentType?: string, preferred?: ValuePreferences): Promise<string>

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/ControlHandler.html b/docs/classes/ControlHandler.html deleted file mode 100644 index b408c3b2d..000000000 --- a/docs/classes/ControlHandler.html +++ /dev/null @@ -1,19 +0,0 @@ -ControlHandler | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Adds controls and apiVersion fields to the output of its source handler, -such that clients can predictably find their way to other resources. -Control paths are determined by the input routes.

-

Hierarchy

Index

Constructors

Properties

controls: Record<string, string>

Methods

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/ConvertingErrorHandler.html b/docs/classes/ConvertingErrorHandler.html deleted file mode 100644 index 6f4c22f15..000000000 --- a/docs/classes/ConvertingErrorHandler.html +++ /dev/null @@ -1,25 +0,0 @@ -ConvertingErrorHandler | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Converts an error into a Representation of content type internal/error. -Then feeds that representation into its converter to create a representation based on the given preferences.

-

Hierarchy

Index

Constructors

Properties

showStackTrace: boolean

Methods

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/ConvertingPatcher.html b/docs/classes/ConvertingPatcher.html deleted file mode 100644 index fa12fe718..000000000 --- a/docs/classes/ConvertingPatcher.html +++ /dev/null @@ -1,31 +0,0 @@ -ConvertingPatcher | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

A ConvertingPatcher converts a document to its intermediateType, -sends the result to the wrapped patcher, and then converts back to its original type. -No changes will take place if no intermediateType is provided.

-

In case there is no resource yet and a new one needs to be created, -the result of the wrapped patcher will be converted to the provided defaultType. -In case no defaultType is provided, the patcher output will be returned directly.

-

Hierarchy

Index

Constructors

Properties

defaultType?: string
intermediateType?: string
logger: Logger = ...

Methods

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/ConvertingRouterRule.html b/docs/classes/ConvertingRouterRule.html deleted file mode 100644 index 0f3d5db58..000000000 --- a/docs/classes/ConvertingRouterRule.html +++ /dev/null @@ -1,30 +0,0 @@ -ConvertingRouterRule | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Rule that directs requests based on how the data would need to be converted. -In case the given converter can convert the data to the requested type, -it will be directed to the convertStore. -Otherwise the defaultStore will be chosen.

-

In case there is no data and only an identifier the defaultStore will be checked -if it contains the given identifier. -If not, the convertStore will be returned.

-

Hierarchy

Index

Constructors

Properties

defaultStore: ResourceStore
typedStores: ConvertingStoreEntry[]

Methods

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/CorsHandler.html b/docs/classes/CorsHandler.html deleted file mode 100644 index 7b03d5c03..000000000 --- a/docs/classes/CorsHandler.html +++ /dev/null @@ -1,26 +0,0 @@ -CorsHandler | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Handler that sets CORS options on the response. -In case of an OPTIONS request this handler will close the connection after adding its headers -if preflightContinue is set to false.

-

Solid, §8.1: "A server MUST implement the CORS protocol [FETCH] such that, to the extent possible, -the browser allows Solid apps to send any request and combination of request headers to the server, -and the Solid app can read any response and response headers received from the server." -Full details: https://solidproject.org/TR/2021/protocol-20211217#cors-server

-

Hierarchy

Index

Constructors

  • new CorsHandler(options?: SimpleCorsOptions): CorsHandler

Properties

corsHandler: (req: CorsRequest, res: { statusCode?: number; end: any; setHeader: any }, next: (err?: any) => any) => void

Type declaration

    • (req: CorsRequest, res: { statusCode?: number; end: any; setHeader: any }, next: (err?: any) => any): void
    • Parameters

      • req: CorsRequest
      • res: { statusCode?: number; end: any; setHeader: any }
      • next: (err?: any) => any
          • (err?: any): any
          • Parameters

            • Optional err: any

            Returns any

      Returns void

Methods

  • -

    Checks if the input can be handled by this class. -If it cannot handle the input, rejects with an error explaining why.

    -

    Parameters

    Returns Promise<void>

    A promise resolving if the input can be handled, rejecting with an Error if not.

    -

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/CreateCredentialsHandler.html b/docs/classes/CreateCredentialsHandler.html deleted file mode 100644 index 8cad91ed6..000000000 --- a/docs/classes/CreateCredentialsHandler.html +++ /dev/null @@ -1,20 +0,0 @@ -CreateCredentialsHandler | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Handles the creation of credential tokens. -Requires a name field in the input JSON body, -that will be used to generate the ID token.

-

Hierarchy

Index

Constructors

Properties

accountStore: AccountStore
credentialStorage: KeyValueStorage<string, ClientCredentials>

Methods

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/CreatedResponseDescription.html b/docs/classes/CreatedResponseDescription.html deleted file mode 100644 index 2f2a77923..000000000 --- a/docs/classes/CreatedResponseDescription.html +++ /dev/null @@ -1,3 +0,0 @@ -CreatedResponseDescription | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Corresponds to a 201 response, containing the relevant location metadata.

-

Hierarchy

Index

Constructors

Properties

Constructors

Properties

data?: Guarded<Readable>
statusCode: number

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/CredentialsExtractor.html b/docs/classes/CredentialsExtractor.html deleted file mode 100644 index 79f8f1b51..000000000 --- a/docs/classes/CredentialsExtractor.html +++ /dev/null @@ -1,22 +0,0 @@ -CredentialsExtractor | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Responsible for extracting credentials from an incoming request.

-

Hierarchy

Index

Constructors

Methods

  • -

    Checks if the input can be handled by this class. -If it cannot handle the input, rejects with an error explaining why.

    -

    Parameters

    • input: HttpRequest
      -

      Input that could potentially be handled.

      -

    Returns Promise<void>

    A promise resolving if the input can be handled, rejecting with an Error if not.

    -

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/CredentialsHandler.html b/docs/classes/CredentialsHandler.html deleted file mode 100644 index 08db94ea6..000000000 --- a/docs/classes/CredentialsHandler.html +++ /dev/null @@ -1,23 +0,0 @@ -CredentialsHandler | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Handles a request after the user has been authenticated -by providing a valid email/password combination in the JSON body.

-

Hierarchy

Index

Constructors

Methods

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/DPoPWebIdExtractor.html b/docs/classes/DPoPWebIdExtractor.html deleted file mode 100644 index 5f87ab4f9..000000000 --- a/docs/classes/DPoPWebIdExtractor.html +++ /dev/null @@ -1,20 +0,0 @@ -DPoPWebIdExtractor | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Credentials extractor that extracts a WebID from a DPoP-bound access token.

-

Hierarchy

Index

Constructors

Properties

logger: Logger = ...
originalUrlExtractor: TargetExtractor
verify: SolidTokenVerifierFunction = ...

Methods

  • canHandle(__namedParameters: HttpRequest): Promise<void>

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/DataAccessorBasedStore.html b/docs/classes/DataAccessorBasedStore.html deleted file mode 100644 index 79332c0f0..000000000 --- a/docs/classes/DataAccessorBasedStore.html +++ /dev/null @@ -1,125 +0,0 @@ -DataAccessorBasedStore | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

ResourceStore which uses a DataAccessor for backend access.

-

The DataAccessor interface provides elementary store operations such as read and write. -This DataAccessorBasedStore uses those elementary store operations -to implement the more high-level ResourceStore contact, abstracting all common functionality -such that new stores can be added by implementing the more simple DataAccessor contract. -DataAccessorBasedStore thereby provides behaviours for reuse across different stores, such as:

-
    -
  • Converting container metadata to data
  • -
  • Converting slug to URI
  • -
  • Checking if addResource target is a container
  • -
  • Checking if no containment triples are written to a container
  • -
  • etc.
  • -
-

Currently "metadata" is seen as something that is not directly accessible. -That means that a consumer can't write directly to the metadata of a resource, only indirectly through headers. -(Except for containers where data and metadata overlap).

-

The one thing this store does not take care of (yet?) are containment triples for containers

-

Work has been done to minimize the number of required calls to the DataAccessor, -but the main disadvantage is that sometimes multiple calls are required where a specific store might only need one.

-

Hierarchy

  • DataAccessorBasedStore

Implements

Index

Constructors

Properties

accessor: DataAccessor
auxiliaryStrategy: AuxiliaryStrategy
identifierStrategy: IdentifierStrategy
logger: Logger = ...

Methods

  • cleanSlug(slug: string): string
  • -

    Clean http Slug to be compatible with the server. Makes sure there are no unwanted characters -e.g.: cleanslug('&%26') returns '%26%26'

    -

    Parameters

    • slug: string
      -

      the slug to clean

      -

    Returns string

  • -

    Create containers starting from the root until the given identifier corresponds to an existing container. -Will throw errors if the identifier of the last existing "container" corresponds to an existing document.

    -

    Parameters

    Returns Promise<ResourceIdentifier[]>

  • -

    Generates a new URI for a resource in the given container, potentially using the given slug.

    -

    Solid, §5.3: "Servers MUST allow creating new resources with a POST request to URI path ending /. -Servers MUST create a resource with URI path ending /{id} in container /. -Servers MUST create a container with URI path ending /{id}/ in container / for requests -including the HTTP Link header with rel="type" targeting a valid LDP container type." -https://solid.github.io/specification/protocol#writing-resources

    -

    Parameters

    • container: ResourceIdentifier
      -

      Parent container of the new URI.

      -
    • isContainer: boolean
      -

      Does the new URI represent a container?

      -
    • Optional slug: string
      -

      Slug to use for the new URI.

      -

    Returns ResourceIdentifier

  • -

    Verify if the incoming data for a container is valid (RDF and no containment triples). -Adds the container data to its metadata afterwards.

    -

    Parameters

    Returns Promise<void>

  • hasContainerType(rdfTypes: Term[]): boolean
  • validateSlug(isContainer: boolean, slug?: string): void
  • -

    Validates if the slug and headers are valid. -Errors if slug exists, ends on slash, but ContainerType Link header is NOT present

    -

    Parameters

    • isContainer: boolean
      -

      Is the slug supposed to represent a container?

      -
    • Optional slug: string
      -

      Is the requested slug (if any).

      -

    Returns void

  • -

    Write the given resource to the DataAccessor. Metadata will be updated with necessary triples. -In case of containers handleContainerData will be used to verify the data.

    -

    Parameters

    • identifier: ResourceIdentifier
      -

      Identifier of the resource.

      -
    • representation: Representation
      -

      Corresponding Representation.

      -
    • isContainer: boolean
      -

      Is the incoming resource a container?

      -
    • createContainers: boolean
      -

      Should parent containers (potentially) be created?

      -
    • exists: boolean
      -

      If the resource already exists.

      -

    Returns Promise<ResourceIdentifier[]>

    Identifiers of resources that were possibly modified.

    -

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/DeleteCredentialsHandler.html b/docs/classes/DeleteCredentialsHandler.html deleted file mode 100644 index cb4ebc37f..000000000 --- a/docs/classes/DeleteCredentialsHandler.html +++ /dev/null @@ -1,20 +0,0 @@ -DeleteCredentialsHandler | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Handles the deletion of credential tokens. -Expects the JSON body to have a delete field with as value the ID of the token to be deleted. -This should be replaced to be an actual DELETE request once the API supports it.

-

Hierarchy

Index

Constructors

Properties

accountStore: AccountStore
credentialStorage: KeyValueStorage<string, ClientCredentials>

Methods

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/DeleteOperationHandler.html b/docs/classes/DeleteOperationHandler.html deleted file mode 100644 index 49f6ff4ef..000000000 --- a/docs/classes/DeleteOperationHandler.html +++ /dev/null @@ -1,19 +0,0 @@ -DeleteOperationHandler | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Handles DELETE Operations. -Calls the deleteResource function from a ResourceStore.

-

Hierarchy

Index

Constructors

Properties

Methods

Constructors

Properties

Methods

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/DynamicJsonToTemplateConverter.html b/docs/classes/DynamicJsonToTemplateConverter.html deleted file mode 100644 index dffbd8c2e..000000000 --- a/docs/classes/DynamicJsonToTemplateConverter.html +++ /dev/null @@ -1,32 +0,0 @@ -DynamicJsonToTemplateConverter | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Converts JSON data by using it as input parameters for rendering a template. -The extension field can be used to only support a specific type of templates, -such as ".ejs" for EJS templates.

-

To find the templates it expects the Representation metadata to contain SOLID_META.template triples, -with the objects being the template paths. -For each of those templates there also needs to be a CONTENT_TYPE triple -describing the content-type of that template.

-

The output of the result depends on the content-type matched with the template. -In case JSON is the most preferred output type, -the input representation will be returned unless a JSON template is defined.

-

Hierarchy

Index

Constructors

Properties

templateEngine: TemplateEngine<Dict<any>>

Methods

  • findType(typeMap: Record<string, string>, typePreferences?: ValuePreferences): string

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/EjsTemplateEngine.html b/docs/classes/EjsTemplateEngine.html deleted file mode 100644 index ef38d9679..000000000 --- a/docs/classes/EjsTemplateEngine.html +++ /dev/null @@ -1,7 +0,0 @@ -EjsTemplateEngine | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Fills in EJS templates.

-

Type parameters

  • T: Dict<any> = Dict<any>

Hierarchy

  • EjsTemplateEngine

Implements

Index

Constructors

Properties

Methods

Constructors

Properties

applyTemplate: Promise<TemplateFunction>

Methods

  • render(contents: T): Promise<string>
  • render<TCustom>(contents: TCustom, template: Template): Promise<string>

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/EmailPasswordAuthorizer.html b/docs/classes/EmailPasswordAuthorizer.html deleted file mode 100644 index ed2a1d169..000000000 --- a/docs/classes/EmailPasswordAuthorizer.html +++ /dev/null @@ -1,18 +0,0 @@ -EmailPasswordAuthorizer | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Authenticates a user by the email/password in a JSON POST body. -Passes the body and the WebID associated with that account to the source handler.

-

Hierarchy

Index

Constructors

Properties

accountStore: AccountStore

Methods

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/EmailSender.html b/docs/classes/EmailSender.html deleted file mode 100644 index f37715fdf..000000000 --- a/docs/classes/EmailSender.html +++ /dev/null @@ -1,22 +0,0 @@ -EmailSender | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

A class that can send an e-mail.

-

Hierarchy

Index

Constructors

Methods

  • -

    Checks if the input can be handled by this class. -If it cannot handle the input, rejects with an error explaining why.

    -

    Parameters

    • input: EmailArgs
      -

      Input that could potentially be handled.

      -

    Returns Promise<void>

    A promise resolving if the input can be handled, rejecting with an Error if not.

    -

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/EncodingPathStorage.html b/docs/classes/EncodingPathStorage.html deleted file mode 100644 index 443aeef43..000000000 --- a/docs/classes/EncodingPathStorage.html +++ /dev/null @@ -1,23 +0,0 @@ -EncodingPathStorage | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Transforms the keys into relative paths, to be used by the source storage. -Encodes the input key with base64 encoding, -to make sure there are no invalid or special path characters, -and prepends it with the stored relative path. -This can be useful to eventually generate URLs in specific containers -without having to worry about cleaning the input keys.

-

Type parameters

  • T

Hierarchy

  • EncodingPathStorage

Implements

Index

Constructors

Properties

basePath: string
source: KeyValueStorage<string, T>

Methods

  • delete(key: string): Promise<boolean>
  • entries(): AsyncIterableIterator<[string, T]>
  • get(key: string): Promise<undefined | T>
  • has(key: string): Promise<boolean>
  • keyToPath(key: string): string
  • pathToKey(path: string): string

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/EqualReadWriteLocker.html b/docs/classes/EqualReadWriteLocker.html deleted file mode 100644 index ee2714fd7..000000000 --- a/docs/classes/EqualReadWriteLocker.html +++ /dev/null @@ -1,18 +0,0 @@ -EqualReadWriteLocker | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

A ReadWriteLocker that gives no priority to read or write operations: both use the same lock.

-

Hierarchy

  • EqualReadWriteLocker

Implements

Index

Constructors

Properties

Methods

  • withLock<T>(identifier: ResourceIdentifier, whileLocked: () => T | Promise<T>): Promise<T>
  • -

    Acquires a new lock for the requested identifier. -Will resolve when the input function resolves.

    -

    Type parameters

    • T

    Parameters

    • identifier: ResourceIdentifier
      -

      Identifier of resource that needs to be locked.

      -
    • whileLocked: () => T | Promise<T>
      -

      Function to resolve while the resource is locked.

      -
        • (): T | Promise<T>
        • Returns T | Promise<T>

    Returns Promise<T>

  • withReadLock<T>(identifier: ResourceIdentifier, whileLocked: () => T | Promise<T>): Promise<T>
  • -

    Run the given function while the resource is locked. -The lock will be released when the (async) input function resolves. -This function should be used for operations that only require reading the resource.

    -

    Type parameters

    • T

    Parameters

    • identifier: ResourceIdentifier
    • whileLocked: () => T | Promise<T>
        • (): T | Promise<T>
        • Returns T | Promise<T>

    Returns Promise<T>

  • withWriteLock<T>(identifier: ResourceIdentifier, whileLocked: () => T | Promise<T>): Promise<T>
  • -

    Run the given function while the resource is locked. -The lock will be released when the (async) input function resolves. -This function should be used for operations that could modify the resource.

    -

    Type parameters

    • T

    Parameters

    • identifier: ResourceIdentifier
    • whileLocked: () => T | Promise<T>
        • (): T | Promise<T>
        • Returns T | Promise<T>

    Returns Promise<T>

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/ErrorHandler.html b/docs/classes/ErrorHandler.html deleted file mode 100644 index 4ca1c702a..000000000 --- a/docs/classes/ErrorHandler.html +++ /dev/null @@ -1,22 +0,0 @@ -ErrorHandler | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Converts an error into a ResponseDescription based on the request preferences.

-

Hierarchy

Index

Constructors

Methods

  • -

    Checks if the input can be handled by this class. -If it cannot handle the input, rejects with an error explaining why.

    -

    Parameters

    Returns Promise<void>

    A promise resolving if the input can be handled, rejecting with an Error if not.

    -

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/ErrorToJsonConverter.html b/docs/classes/ErrorToJsonConverter.html deleted file mode 100644 index d71683aa4..000000000 --- a/docs/classes/ErrorToJsonConverter.html +++ /dev/null @@ -1,25 +0,0 @@ -ErrorToJsonConverter | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Converts an Error object to JSON by copying its fields.

-

Hierarchy

Index

Constructors

Properties

inputTypes: Promise<ValuePreferences>
outputTypes: Promise<ValuePreferences>

Methods

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/ErrorToQuadConverter.html b/docs/classes/ErrorToQuadConverter.html deleted file mode 100644 index 34a6b959a..000000000 --- a/docs/classes/ErrorToQuadConverter.html +++ /dev/null @@ -1,25 +0,0 @@ -ErrorToQuadConverter | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Converts an error object into quads by creating a triple for each of name/message/stack.

-

Hierarchy

Index

Constructors

Properties

inputTypes: Promise<ValuePreferences>
outputTypes: Promise<ValuePreferences>

Methods

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/ErrorToTemplateConverter.html b/docs/classes/ErrorToTemplateConverter.html deleted file mode 100644 index ff71825f7..000000000 --- a/docs/classes/ErrorToTemplateConverter.html +++ /dev/null @@ -1,32 +0,0 @@ -ErrorToTemplateConverter | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Serializes an Error by filling in the provided template. -Content-type is based on the constructor parameter.

-

In case the input Error has an errorCode value, -the converter will look in the descriptions for a file -with the exact same name as that error code + extension. -The templating engine will then be applied to that file. -That result will be passed as an additional parameter to the main templating call, -using the variable codeMessage.

-

Hierarchy

Index

Constructors

Properties

codeTemplatesPath: string
contentType: string
extension: string
inputTypes: Promise<ValuePreferences>
mainTemplatePath: string
outputTypes: Promise<ValuePreferences>
templateEngine: TemplateEngine<Dict<any>>

Methods

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/ExpiringAdapter.html b/docs/classes/ExpiringAdapter.html deleted file mode 100644 index 2a5aef6f1..000000000 --- a/docs/classes/ExpiringAdapter.html +++ /dev/null @@ -1,4 +0,0 @@ -ExpiringAdapter | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

An IDP storage adapter that uses an ExpiringStorage -to persist data.

-

Hierarchy

  • ExpiringAdapter

Implements

  • Adapter

Index

Constructors

Properties

logger: Logger = ...
name: string
storage: ExpiringStorage<string, unknown>

Methods

  • consume(id: string): Promise<void>
  • destroy(id: string): Promise<void>
  • find(id: string): Promise<void | AdapterPayload>
  • findByUid(uid: string): Promise<void | AdapterPayload>
  • findByUserCode(userCode: string): Promise<void | AdapterPayload>
  • grantKeyFor(id: string): string
  • keyFor(id: string): string
  • revokeByGrantId(grantId: string): Promise<void>
  • uidKeyFor(uid: string): string
  • upsert(id: string, payload: AdapterPayload, expiresIn?: number): Promise<void>
  • userCodeKeyFor(userCode: string): string

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/ExpiringAdapterFactory.html b/docs/classes/ExpiringAdapterFactory.html deleted file mode 100644 index dc9182798..000000000 --- a/docs/classes/ExpiringAdapterFactory.html +++ /dev/null @@ -1,3 +0,0 @@ -ExpiringAdapterFactory | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

The factory for a ExpiringStorageAdapter

-

Hierarchy

  • ExpiringAdapterFactory

Implements

Index

Constructors

Properties

Methods

Constructors

Properties

storage: ExpiringStorage<string, unknown>

Methods

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/ExtensionBasedMapper.html b/docs/classes/ExtensionBasedMapper.html deleted file mode 100644 index 2abf47ca3..000000000 --- a/docs/classes/ExtensionBasedMapper.html +++ /dev/null @@ -1,81 +0,0 @@ -ExtensionBasedMapper | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Supports the behaviour described in https://www.w3.org/DesignIssues/HTTPFilenameMapping.html -Determines content-type based on the file extension. -In case an identifier does not end on an extension matching its content-type, -the corresponding file will be appended with the correct extension, preceded by $.

-

Hierarchy

Index

Constructors

  • new ExtensionBasedMapper(base: string, rootFilepath: string, customTypes?: Record<string, string>): ExtensionBasedMapper

Properties

baseRequestURI: string
customExtensions: Record<string, string>
customTypes: Record<string, string>
logger: Logger = ...
rootFilepath: string

Methods

  • getAbsolutePath(path: string): string
  • getContainerUrl(relative: string): Promise<string>
  • getContentTypeFromPath(filePath: string): Promise<string>
  • getContentTypeFromUrl(identifier: ResourceIdentifier, contentType?: string): Promise<string>
  • getDocumentUrl(relative: string): Promise<string>
  • isMetadataPath(path: string): boolean
  • mapFilePathToUrl(filePath: string, isContainer: boolean): Promise<ResourceLink>
  • stripExtension(path: string): string
  • -

    Helper function that removes the internal extension, one starting with $., from the given path. -Nothing happens if no such extension is present.

    -

    Parameters

    • path: string

    Returns string

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/ExtensionBasedMapperFactory.html b/docs/classes/ExtensionBasedMapperFactory.html deleted file mode 100644 index a30572315..000000000 --- a/docs/classes/ExtensionBasedMapperFactory.html +++ /dev/null @@ -1 +0,0 @@ -ExtensionBasedMapperFactory | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • ExtensionBasedMapperFactory

Implements

Index

Constructors

Methods

Constructors

Methods

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/FileDataAccessor.html b/docs/classes/FileDataAccessor.html deleted file mode 100644 index 77d813af1..000000000 --- a/docs/classes/FileDataAccessor.html +++ /dev/null @@ -1,89 +0,0 @@ -FileDataAccessor | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

DataAccessor that uses the file system to store documents as files and containers as folders.

-

Hierarchy

Implements

Index

Constructors

Properties

logger: Logger = ...
resourceMapper: FileIdentifierMapper

Methods

  • -

    Returns metadata for all resources in the requested container. -This should not be all metadata of those resources (but it can be), -but instead the main metadata you want to show in situations -where all these resources are presented simultaneously. -Generally this would be metadata that is present for all of these resources, -such as resource type or last modified date.

    -

    It can be safely assumed that the incoming identifier will always correspond to a container.

    -

    Parameters

    Returns AsyncIterableIterator<RepresentationMetadata>

  • getStats(path: string): Promise<Stats>
  • -

    Gets the Stats object corresponding to the given file path, -resolving symbolic links.

    -
    throws

    NotFoundHttpError -If the file/folder doesn't exist.

    -

    Parameters

    • path: string
      -

      File path to get info from.

      -

    Returns Promise<Stats>

  • -

    Verifies if there already is a file corresponding to the given resource. -If yes, that file is removed if it does not match the path given in the input ResourceLink. -This can happen if the content-type differs from the one that was stored.

    -

    Parameters

    • link: ResourceLink
      -

      ResourceLink corresponding to the new resource data.

      -

    Returns Promise<void>

  • writeDataFile(path: string, data: Readable): Promise<void>
  • -

    Helper function without extra validation checking to create a data file.

    -

    Parameters

    • path: string
      -

      The filepath of the file to be created.

      -
    • data: Readable
      -

      The data to be put in the file.

      -

    Returns Promise<void>

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/FileSizeReporter.html b/docs/classes/FileSizeReporter.html deleted file mode 100644 index 07553109c..000000000 --- a/docs/classes/FileSizeReporter.html +++ /dev/null @@ -1,16 +0,0 @@ -FileSizeReporter | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

SizeReporter that is used to calculate sizes of resources for a file based system.

-

Hierarchy

  • FileSizeReporter

Implements

Index

Constructors

Properties

fileIdentifierMapper: FileIdentifierMapper
ignoreFolders: RegExp[]
rootFilePath: string

Methods

  • calculateChunkSize(chunk: string): Promise<number>
  • getTotalSize(fileLocation: string): Promise<number>
  • -

    Get the total size of a resource and its children if present

    -

    Parameters

    • fileLocation: string
      -

      the resource of which you want the total size of ( on disk )

      -

    Returns Promise<number>

    a number specifying how many bytes are used by the resource

    -
  • getUnit(): string

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/FixedContentTypeMapper.html b/docs/classes/FixedContentTypeMapper.html deleted file mode 100644 index 2d0dc4740..000000000 --- a/docs/classes/FixedContentTypeMapper.html +++ /dev/null @@ -1,83 +0,0 @@ -FixedContentTypeMapper | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

A mapper that always returns a fixed content type for files.

-

Hierarchy

Index

Constructors

  • new FixedContentTypeMapper(base: string, rootFilepath: string, contentType: string, pathSuffix?: string, urlSuffix?: string): FixedContentTypeMapper
  • Parameters

    • base: string
      -

      Base URL.

      -
    • rootFilepath: string
      -

      Base file path.

      -
    • contentType: string
      -

      Fixed content type that will be used for all resources.

      -
    • pathSuffix: string = ''
      -

      An optional suffix that will be appended to all file paths. - Requested file paths without this suffix will be rejected.

      -
    • urlSuffix: string = ''
      -

      An optional suffix that will be appended to all URL. - Requested URLs without this suffix will be rejected.

      -

    Returns FixedContentTypeMapper

Properties

baseRequestURI: string
contentType: string
logger: Logger = ...
pathSuffix: string
rootFilepath: string
urlSuffix: string

Methods

  • getAbsolutePath(path: string): string
  • getContainerUrl(relative: string): Promise<string>
  • getContentTypeFromPath(): Promise<string>
  • getContentTypeFromUrl(identifier: ResourceIdentifier, contentType?: string): Promise<string>
  • getDocumentUrl(relative: string): Promise<string>
  • isMetadataPath(path: string): boolean
  • mapFilePathToUrl(filePath: string, isContainer: boolean): Promise<ResourceLink>

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/FixedInteractionHandler.html b/docs/classes/FixedInteractionHandler.html deleted file mode 100644 index e9f33d3d6..000000000 --- a/docs/classes/FixedInteractionHandler.html +++ /dev/null @@ -1,19 +0,0 @@ -FixedInteractionHandler | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

An InteractionHandler that always returns the same JSON response on all requests.

-

Hierarchy

Index

Constructors

Properties

response: string

Methods

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/ForbiddenHttpError.html b/docs/classes/ForbiddenHttpError.html deleted file mode 100644 index 10c549d17..000000000 --- a/docs/classes/ForbiddenHttpError.html +++ /dev/null @@ -1,11 +0,0 @@ -ForbiddenHttpError | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

An error thrown when an agent is not allowed to access data.

-

Hierarchy

  • BaseHttpError
    • ForbiddenHttpError

Index

Constructors

Properties

cause?: unknown
details?: Dict<unknown>
errorCode: string
message: string
name: string
stack?: string
statusCode: 403
statusCode: 403
-

The status code corresponding to this error class.

-
uri: NamedNode<string>
-

A unique URI identifying this error class.

-

Methods

  • generateMetadata(subject: string | Quad_Subject): Quad[]
  • -

    Returns quads representing metadata relevant to this error.

    -

    Parameters

    • subject: string | Quad_Subject

    Returns Quad[]

  • isInstance(error: any): error is HttpError<TCode>

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/ForgotPasswordHandler.html b/docs/classes/ForgotPasswordHandler.html deleted file mode 100644 index d72b9cba4..000000000 --- a/docs/classes/ForgotPasswordHandler.html +++ /dev/null @@ -1,30 +0,0 @@ -ForgotPasswordHandler | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Handles the submission of the ForgotPassword form

-

Hierarchy

Index

Constructors

Properties

accountStore: AccountStore
emailSender: EmailSender
logger: Logger = ...
resetRoute: InteractionRoute
templateEngine: TemplateEngine<{ resetLink: string }>

Methods

  • resetPassword(email: string): Promise<void>
  • sendResetMail(recordId: string, email: string): Promise<void>

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/FormToJsonConverter.html b/docs/classes/FormToJsonConverter.html deleted file mode 100644 index 4e2e29aab..000000000 --- a/docs/classes/FormToJsonConverter.html +++ /dev/null @@ -1,26 +0,0 @@ -FormToJsonConverter | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Converts application/x-www-form-urlencoded data to application/json. -Due to the nature of form data, the result will be a simple key/value JSON object.

-

Hierarchy

Index

Constructors

Properties

inputTypes: Promise<ValuePreferences>
outputTypes: Promise<ValuePreferences>

Methods

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/FoundHttpError.html b/docs/classes/FoundHttpError.html deleted file mode 100644 index fcd2590ad..000000000 --- a/docs/classes/FoundHttpError.html +++ /dev/null @@ -1,12 +0,0 @@ -FoundHttpError | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Error used for resources that have been moved temporarily. -Methods other than GET may or may not be changed to GET in subsequent requests.

-

Hierarchy

  • BaseHttpError
    • FoundHttpError

Index

Constructors

Properties

cause?: unknown
details?: Dict<unknown>
errorCode: string
location: string
message: string
name: string
stack?: string
statusCode: 302
statusCode: 302
-

The status code corresponding to this error class.

-
uri: NamedNode<string>
-

A unique URI identifying this error class.

-

Methods

  • generateMetadata(subject: string | Quad_Subject): Quad[]
  • -

    Returns quads representing metadata relevant to this error.

    -

    Parameters

    • subject: string | Quad_Subject

    Returns Quad[]

  • isInstance(error: any): error is HttpError<TCode>

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/GeneratedPodManager.html b/docs/classes/GeneratedPodManager.html deleted file mode 100644 index 3d5a76ca7..000000000 --- a/docs/classes/GeneratedPodManager.html +++ /dev/null @@ -1,7 +0,0 @@ -GeneratedPodManager | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Pod manager that uses an IdentifierGenerator and ResourcesGenerator -to create the default resources and identifier for a new pod.

-

Hierarchy

  • GeneratedPodManager

Implements

Index

Constructors

Properties

logger: Logger = ...
resourcesGenerator: ResourcesGenerator

Methods

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/GetOperationHandler.html b/docs/classes/GetOperationHandler.html deleted file mode 100644 index e87efd81d..000000000 --- a/docs/classes/GetOperationHandler.html +++ /dev/null @@ -1,19 +0,0 @@ -GetOperationHandler | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Handles GET Operations. -Calls the getRepresentation function from a ResourceStore.

-

Hierarchy

Index

Constructors

Properties

Methods

Constructors

Properties

Methods

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/GlobalQuotaStrategy.html b/docs/classes/GlobalQuotaStrategy.html deleted file mode 100644 index a8bd8e00b..000000000 --- a/docs/classes/GlobalQuotaStrategy.html +++ /dev/null @@ -1,25 +0,0 @@ -GlobalQuotaStrategy | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

The GlobalQuotaStrategy sets a limit on the amount of data stored on the server globally.

-

Hierarchy

Index

Constructors

Properties

base: string
limit: Size
reporter: SizeReporter<any>

Methods

  • -

    Get a Passthrough stream that will keep track of the available space. -If the quota is exceeded the stream will emit an error and destroy itself. -Like other Passthrough instances this will simply pass on the chunks, when the quota isn't exceeded.

    -

    Parameters

    Returns Promise<Guarded<PassThrough>>

    a Passthrough instance that errors when quota is exceeded

    -
  • -

    Get the available space when writing data to the given identifier. -If the given resource already exists it will deduct the already taken up -space by that resource since it is going to be overwritten and thus counts -as available space.

    -

    Parameters

    • identifier: ResourceIdentifier
      -

      the identifier of the resource of which you want the available space

      -

    Returns Promise<Size>

    the available space and the unit of the space as a Size object

    -
  • getTotalSpaceUsed(): Promise<Size>

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/GreedyReadWriteLocker.html b/docs/classes/GreedyReadWriteLocker.html deleted file mode 100644 index 2f805f8d5..000000000 --- a/docs/classes/GreedyReadWriteLocker.html +++ /dev/null @@ -1,44 +0,0 @@ -GreedyReadWriteLocker | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

A ReadWriteLocker that allows for multiple simultaneous read operations. -Write operations will be blocked as long as read operations are not finished. -New read operations are allowed while this is going on, which will cause write operations to wait longer.

-

Based on https://en.wikipedia.org/wiki/Readers%E2%80%93writer_lock#Using_two_mutexes . -As soon as 1 read lock request is made, the write lock is locked. -Internally a counter keeps track of the amount of active read locks. -Only when this number reaches 0 will the write lock be released again. -The internal read lock is only locked to increase/decrease this counter and is released afterwards. -This allows for multiple read operations, although only 1 at the time can update the counter, -which means there can still be a small waiting period if there are multiple simultaneous read operations.

-

Hierarchy

  • GreedyReadWriteLocker

Implements

Index

Constructors

Properties

storage: KeyValueStorage<string, number>

Methods

  • withInternalReadLock<T>(identifier: ResourceIdentifier, whileLocked: () => T | Promise<T>): Promise<T>
  • withReadLock<T>(identifier: ResourceIdentifier, whileLocked: () => T | Promise<T>): Promise<T>
  • -

    Run the given function while the resource is locked. -The lock will be released when the (async) input function resolves. -This function should be used for operations that only require reading the resource.

    -

    Type parameters

    • T

    Parameters

    • identifier: ResourceIdentifier
    • whileLocked: () => T | Promise<T>
        • (): T | Promise<T>
        • Returns T | Promise<T>

    Returns Promise<T>

  • withWriteLock<T>(identifier: ResourceIdentifier, whileLocked: () => T | Promise<T>): Promise<T>
  • -

    Run the given function while the resource is locked. -The lock will be released when the (async) input function resolves. -This function should be used for operations that could modify the resource.

    -

    Type parameters

    • T

    Parameters

    • identifier: ResourceIdentifier
    • whileLocked: () => T | Promise<T>
        • (): T | Promise<T>
        • Returns T | Promise<T>

    Returns Promise<T>

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/HandlebarsTemplateEngine.html b/docs/classes/HandlebarsTemplateEngine.html deleted file mode 100644 index e0046eb56..000000000 --- a/docs/classes/HandlebarsTemplateEngine.html +++ /dev/null @@ -1,7 +0,0 @@ -HandlebarsTemplateEngine | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Fills in Handlebars templates.

-

Type parameters

  • T: Dict<any> = Dict<any>

Hierarchy

  • HandlebarsTemplateEngine

Implements

Index

Constructors

Properties

Methods

Constructors

Properties

applyTemplate: Promise<TemplateDelegate<any>>

Methods

  • render(contents: T): Promise<string>
  • render<TCustom>(contents: TCustom, template: Template): Promise<string>

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/HeadOperationHandler.html b/docs/classes/HeadOperationHandler.html deleted file mode 100644 index 51b30de9f..000000000 --- a/docs/classes/HeadOperationHandler.html +++ /dev/null @@ -1,19 +0,0 @@ -HeadOperationHandler | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Handles HEAD Operations. -Calls the getRepresentation function from a ResourceStore.

-

Hierarchy

Index

Constructors

Properties

Methods

Constructors

Properties

Methods

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/HeaderHandler.html b/docs/classes/HeaderHandler.html deleted file mode 100644 index 94a663647..000000000 --- a/docs/classes/HeaderHandler.html +++ /dev/null @@ -1,20 +0,0 @@ -HeaderHandler | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Handler that sets custom headers on the response.

-

Hierarchy

Index

Constructors

Properties

Methods

Constructors

  • new HeaderHandler(headers: Record<string, string>): HeaderHandler

Properties

headers: Record<string, string>

Methods

  • -

    Checks if the input can be handled by this class. -If it cannot handle the input, rejects with an error explaining why.

    -

    Parameters

    Returns Promise<void>

    A promise resolving if the input can be handled, rejecting with an Error if not.

    -
  • handle(__namedParameters: { response: ServerResponse }): Promise<void>
  • -

    Handles the given input. This may only be called if canHandle did not reject. -When unconditionally calling both in sequence, consider handleSafe instead.

    -

    Parameters

    • __namedParameters: { response: ServerResponse }
      • response: ServerResponse

    Returns Promise<void>

    A promise resolving when handling is finished.

    -

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/HtmlViewHandler.html b/docs/classes/HtmlViewHandler.html deleted file mode 100644 index 1c4c9846e..000000000 --- a/docs/classes/HtmlViewHandler.html +++ /dev/null @@ -1,24 +0,0 @@ -HtmlViewHandler | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Stores the HTML templates associated with specific InteractionRoutes. -Template keys should be file paths to the templates, -values should be the corresponding routes.

-

Will only handle GET operations for which there is a matching template if HTML is more preferred than JSON. -Reason for doing it like this instead of a standard content negotiation flow -is because we only want to return the HTML pages on GET requests. *

-

Templates will receive the parameter idpIndex in their context pointing to the root index URL of the IDP API -and an authenticating parameter indicating if this is an active OIDC interaction.

-

Hierarchy

Index

Constructors

Properties

idpIndex: string
templateEngine: TemplateEngine<Dict<any>>
templates: Record<string, string>

Methods

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/HttpError.html b/docs/classes/HttpError.html deleted file mode 100644 index 9b72e3c02..000000000 --- a/docs/classes/HttpError.html +++ /dev/null @@ -1,21 +0,0 @@ -HttpError | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

A class for all errors that could be thrown by Solid. -All errors inheriting from this should fix the status code thereby hiding the HTTP internals from other components.

-

Type parameters

  • T: number = number

Hierarchy

Implements

Index

Constructors

  • -

    Creates a new HTTP error. Subclasses should call this with their fixed status code.

    -

    Type parameters

    • T: number = number

    Parameters

    • statusCode: T
      -

      HTTP status code needed for the HTTP response.

      -
    • name: string
      -

      Error name. Useful for logging and stack tracing.

      -
    • Optional message: string
      -

      Error message.

      -
    • options: HttpErrorOptions = {}
      -

      Optional options.

      -

    Returns HttpError<T>

Properties

cause?: unknown
details?: Dict<unknown>
errorCode: string
message: string
name: string
stack?: string
statusCode: T
prepareStackTrace?: (err: Error, stackTraces: CallSite[]) => any

Type declaration

stackTraceLimit: number

Methods

  • generateMetadata(subject: string | Quad_Subject): Quad[]
  • -

    Returns quads representing metadata relevant to this error.

    -

    Parameters

    • subject: string | Quad_Subject

    Returns Quad[]

  • captureStackTrace(targetObject: object, constructorOpt?: Function): void
  • -

    Create .stack property on a target object

    -

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void

  • isInstance(error: any): error is HttpError<number>

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/HttpHandler.html b/docs/classes/HttpHandler.html deleted file mode 100644 index eebbcf244..000000000 --- a/docs/classes/HttpHandler.html +++ /dev/null @@ -1,22 +0,0 @@ -HttpHandler | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

An HTTP request handler.

-

Hierarchy

Index

Constructors

Methods

  • -

    Checks if the input can be handled by this class. -If it cannot handle the input, rejects with an error explaining why.

    -

    Parameters

    Returns Promise<void>

    A promise resolving if the input can be handled, rejecting with an Error if not.

    -

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/IdentityProviderFactory.html b/docs/classes/IdentityProviderFactory.html deleted file mode 100644 index e661a3636..000000000 --- a/docs/classes/IdentityProviderFactory.html +++ /dev/null @@ -1,39 +0,0 @@ -IdentityProviderFactory | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Creates an OIDC Provider based on the provided configuration and parameters. -The provider will be cached and returned on subsequent calls. -Cookie and JWT keys will be stored in an internal storage so they can be re-used over multiple threads. -Necessary claims for Solid OIDC interactions will be added. -Routes will be updated based on the baseUrl and oidcPath.

-

Hierarchy

  • IdentityProviderFactory

Implements

Index

Constructors

Properties

adapterFactory: AdapterFactory
baseUrl: string
config: Configuration
credentialStorage: KeyValueStorage<string, ClientCredentials>
errorHandler: ErrorHandler
interactionHandler: InteractionHandler
jwtAlg: "ES256" = 'ES256'
oidcPath: string
provider?: Provider
responseWriter: ResponseWriter
storage: KeyValueStorage<string, unknown>

Methods

  • configureClaims(config: Configuration): void
  • configureErrors(config: Configuration): void
  • configureRoutes(config: Configuration): void
  • createProvider(): Promise<Provider>
  • createRoute(relative: string): string
  • -

    Creates the route string as required by the oidc-provider library. -In case base URL is http://test.com/foo/, oidcPath is /idp and relative is device/auth, -this would result in /foo/idp/device/auth.

    -

    Parameters

    • relative: string

    Returns string

  • generateCookieKeys(): Promise<string[]>
  • generateJwks(): Promise<{ keys: JWK[] }>
  • getProvider(): Promise<Provider>
  • initConfig(): Promise<Configuration>
  • isAccessToken(token: any): token is undefined | AccessToken

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/IdentityProviderHttpHandler.html b/docs/classes/IdentityProviderHttpHandler.html deleted file mode 100644 index 531d4879c..000000000 --- a/docs/classes/IdentityProviderHttpHandler.html +++ /dev/null @@ -1,23 +0,0 @@ -IdentityProviderHttpHandler | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Generates the active Interaction object if there is an ongoing OIDC interaction -and sends it to the InteractionHandler.

-

Input data will first be converted to JSON.

-

Only GET and POST methods are accepted.

-

Hierarchy

Index

Constructors

Properties

logger: Logger = ...
providerFactory: ProviderFactory

Methods

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/InMemoryDataAccessor.html b/docs/classes/InMemoryDataAccessor.html deleted file mode 100644 index 40b9c024c..000000000 --- a/docs/classes/InMemoryDataAccessor.html +++ /dev/null @@ -1,37 +0,0 @@ -InMemoryDataAccessor | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • InMemoryDataAccessor

Implements

Index

Constructors

Properties

identifierStrategy: IdentifierStrategy
store: { entries: Record<string, ContainerEntry> }

Type declaration

  • entries: Record<string, ContainerEntry>

Methods

  • canHandle(): Promise<void>
  • -

    Returns metadata for all resources in the requested container. -This should not be all metadata of those resources (but it can be), -but instead the main metadata you want to show in situations -where all these resources are presented simultaneously. -Generally this would be metadata that is present for all of these resources, -such as resource type or last modified date.

    -

    It can be safely assumed that the incoming identifier will always correspond to a container.

    -

    Parameters

    Returns AsyncIterableIterator<RepresentationMetadata>

  • isDataEntry(entry: CacheEntry): entry is DataEntry

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/IndexRepresentationStore.html b/docs/classes/IndexRepresentationStore.html deleted file mode 100644 index 725caa52e..000000000 --- a/docs/classes/IndexRepresentationStore.html +++ /dev/null @@ -1,35 +0,0 @@ -IndexRepresentationStore | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Allow containers to have a custom representation. -The index representation will be returned when the following conditions are fulfilled:

-
    -
  • The request targets a container.
  • -
  • A resource with the given indexName exists in the container. (default: "index.html")
  • -
  • The highest weighted preference matches the mediaRange (default: "text/html") -Otherwise the request will be passed on to the source store. -In case the index representation should always be returned when it exists, -the mediaRange should be set to "*∕*".
  • -
-

Hierarchy

Index

Constructors

Properties

indexName: string
mediaRange: string

Methods

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/Initializer.html b/docs/classes/Initializer.html deleted file mode 100644 index 73b2585c8..000000000 --- a/docs/classes/Initializer.html +++ /dev/null @@ -1,20 +0,0 @@ -Initializer | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

Methods

  • canHandle(input: void): Promise<void>
  • -

    Checks if the input can be handled by this class. -If it cannot handle the input, rejects with an error explaining why.

    -

    Parameters

    • input: void
      -

      Input that could potentially be handled.

      -

    Returns Promise<void>

    A promise resolving if the input can be handled, rejecting with an Error if not.

    -
  • handle(input: void): Promise<void>
  • handleSafe(input: void): Promise<void>

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/InteractionHandler.html b/docs/classes/InteractionHandler.html deleted file mode 100644 index 620fb9d8e..000000000 --- a/docs/classes/InteractionHandler.html +++ /dev/null @@ -1,20 +0,0 @@ -InteractionHandler | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Handler used for IDP interactions. -Only supports JSON data.

-

Hierarchy

Index

Constructors

Methods

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/InteractionRouteHandler.html b/docs/classes/InteractionRouteHandler.html deleted file mode 100644 index 93acacf7b..000000000 --- a/docs/classes/InteractionRouteHandler.html +++ /dev/null @@ -1,19 +0,0 @@ -InteractionRouteHandler | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

InteractionHandler that only accepts operations with an expected path.

-

Rejects operations that target a different path, -otherwise the input parameters are passed to the source handler.

-

Hierarchy

Index

Constructors

Properties

Methods

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/InternalServerError.html b/docs/classes/InternalServerError.html deleted file mode 100644 index e483ecc4d..000000000 --- a/docs/classes/InternalServerError.html +++ /dev/null @@ -1,11 +0,0 @@ -InternalServerError | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

A generic error message, given when an unexpected condition was encountered and no more specific message is suitable.

-

Hierarchy

  • BaseHttpError
    • InternalServerError

Index

Constructors

Properties

cause?: unknown
details?: Dict<unknown>
errorCode: string
message: string
name: string
stack?: string
statusCode: 500
statusCode: 500
-

The status code corresponding to this error class.

-
uri: NamedNode<string>
-

A unique URI identifying this error class.

-

Methods

  • generateMetadata(subject: string | Quad_Subject): Quad[]
  • -

    Returns quads representing metadata relevant to this error.

    -

    Parameters

    • subject: string | Quad_Subject

    Returns Quad[]

  • isInstance(error: any): error is HttpError<TCode>

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/JsonFileStorage.html b/docs/classes/JsonFileStorage.html deleted file mode 100644 index 28c228bb5..000000000 --- a/docs/classes/JsonFileStorage.html +++ /dev/null @@ -1,23 +0,0 @@ -JsonFileStorage | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Uses a JSON file to store key/value pairs.

-

Hierarchy

  • JsonFileStorage

Implements

Index

Constructors

Properties

filePath: string
lockIdentifier: ResourceIdentifier

Methods

  • delete(key: string): Promise<boolean>
  • entries(): AsyncIterableIterator<[string, unknown]>
  • get(key: string): Promise<unknown>
  • getJson(): Promise<Dict<unknown>>
  • getJsonSafely(): Promise<Dict<unknown>>
  • has(key: string): Promise<boolean>
  • updateJsonSafely<T>(updateFn: (json: Dict<unknown>) => T): Promise<T>
  • -

    Updates the data in the JSON file while using a write lock.

    -

    Type parameters

    • T

    Parameters

    • updateFn: (json: Dict<unknown>) => T
      -

      A function that updates the JSON object.

      -
        • (json: Dict<unknown>): T
        • Parameters

          • json: Dict<unknown>

          Returns T

    Returns Promise<T>

    The return value of updateFn.

    -

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/JsonResourceStorage.html b/docs/classes/JsonResourceStorage.html deleted file mode 100644 index 3802a4f2e..000000000 --- a/docs/classes/JsonResourceStorage.html +++ /dev/null @@ -1,30 +0,0 @@ -JsonResourceStorage | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

A KeyValueStorage for JSON-like objects using a ResourceStore as backend.

-

Creates a base URL by joining the input base URL with the container string. -The storage assumes it has ownership over all entries in the target container -so no other classes should access resources there to prevent issues.

-

Assumes the input keys can be safely used to generate identifiers, -which will be appended to the stored base URL.

-

All non-404 errors will be re-thrown.

-

Type parameters

  • T

Hierarchy

  • JsonResourceStorage

Implements

Index

Constructors

Properties

container: string

Methods

  • delete(key: string): Promise<boolean>
  • entries(): AsyncIterableIterator<[string, T]>
  • get(key: string): Promise<undefined | T>
  • has(key: string): Promise<boolean>

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/KeyExtractor.html b/docs/classes/KeyExtractor.html deleted file mode 100644 index d7aec9061..000000000 --- a/docs/classes/KeyExtractor.html +++ /dev/null @@ -1,21 +0,0 @@ -KeyExtractor | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

A simple SettingsExtractor that extracts a single value from the input map. -Returns the default value if it was defined in case no value was found in the map.

-

Hierarchy

Index

Constructors

  • new KeyExtractor(key: string, defaultValue?: unknown): KeyExtractor

Properties

defaultValue: unknown
key: string

Methods

  • canHandle(input: Settings): Promise<void>
  • -

    Checks if the input can be handled by this class. -If it cannot handle the input, rejects with an error explaining why.

    -

    Parameters

    • input: Settings
      -

      Input that could potentially be handled.

      -

    Returns Promise<void>

    A promise resolving if the input can be handled, rejecting with an Error if not.

    -
  • handle(args: Settings): Promise<unknown>
  • handleSafe(input: Settings): Promise<unknown>

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/LazyLoggerFactory.html b/docs/classes/LazyLoggerFactory.html deleted file mode 100644 index 4f82bd339..000000000 --- a/docs/classes/LazyLoggerFactory.html +++ /dev/null @@ -1,10 +0,0 @@ -LazyLoggerFactory | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Wraps around another LoggerFactory that can be set lazily. -This is useful when objects are instantiated (and when they create loggers) -before the logging system has been fully instantiated, -as is the case when using a dependency injection framework such as Components.js.

-

Loggers can be created even before a LoggerFactory is set; -any log messages will be buffered and re-emitted.

-

Hierarchy

  • LazyLoggerFactory

Implements

Index

Constructors

Properties

Accessors

Methods

Constructors

Properties

factory: LoggerFactory

Accessors

Methods

  • createLogger(label: string): Logger

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/LinkMetadataGenerator.html b/docs/classes/LinkMetadataGenerator.html deleted file mode 100644 index 07ee0dbe0..000000000 --- a/docs/classes/LinkMetadataGenerator.html +++ /dev/null @@ -1,22 +0,0 @@ -LinkMetadataGenerator | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Adds a link to the auxiliary resource when called on the subject resource. -Specifically: will be added.

-

In case the input is metadata of an auxiliary resource no metadata will be added

-

Hierarchy

Index

Constructors

Properties

identifierStrategy: AuxiliaryIdentifierStrategy
link: NamedNode<string>

Methods

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/LinkRelMetadataWriter.html b/docs/classes/LinkRelMetadataWriter.html deleted file mode 100644 index bb5188b91..000000000 --- a/docs/classes/LinkRelMetadataWriter.html +++ /dev/null @@ -1,21 +0,0 @@ -LinkRelMetadataWriter | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

A MetadataWriter that takes a linking metadata predicates to Link header "rel" values. -The values of the objects will be put in a Link header with the corresponding "rel" value.

-

Hierarchy

Index

Constructors

Properties

linkRelMap: Map<NamedNode<string>, string>
logger: Logger = ...

Methods

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/LinkRelParser.html b/docs/classes/LinkRelParser.html deleted file mode 100644 index 834da35f3..000000000 --- a/docs/classes/LinkRelParser.html +++ /dev/null @@ -1,20 +0,0 @@ -LinkRelParser | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Parses Link headers with a specific rel value and adds them as metadata with the given predicate.

-

Hierarchy

Index

Constructors

  • new LinkRelParser(linkRelMap: Record<string, string>): LinkRelParser

Properties

linkRelMap: Record<string, NamedNode<string>>
logger: Logger = ...

Methods

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/ListCredentialsHandler.html b/docs/classes/ListCredentialsHandler.html deleted file mode 100644 index 590e7a91a..000000000 --- a/docs/classes/ListCredentialsHandler.html +++ /dev/null @@ -1,21 +0,0 @@ -ListCredentialsHandler | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Returns a list of all credential tokens associated with this account. -Note that this only returns the ID tokens, not the associated secrets.

-

Hierarchy

Index

Constructors

Properties

accountStore: AccountStore

Methods

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/LocationInteractionHandler.html b/docs/classes/LocationInteractionHandler.html deleted file mode 100644 index 578ecfa97..000000000 --- a/docs/classes/LocationInteractionHandler.html +++ /dev/null @@ -1,30 +0,0 @@ -LocationInteractionHandler | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Transforms an HTTP redirect into a hypermedia document with a redirection link, -such that scripts running in a browser can redirect the user to the next page.

-

This handler addresses the situation where:

-
    -
  • the user visits a first page
  • -
  • this first page contains a script that performs interactions with a JSON API
  • -
  • as a result of a certain interaction, the user needs to be redirected to a second page
  • -
-

Regular HTTP redirects are performed via responses with 3xx status codes. -However, since the consumer of the API in this case is a browser script, -a 3xx response would only reach that script and not move the page for the user.

-

Therefore, this handler changes a 3xx response into a 200 response -with an explicit link to the next page, -enabling the script to move the user to the next page.

-

Hierarchy

Index

Constructors

Properties

Methods

Constructors

Properties

Methods

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/LockingResourceStore.html b/docs/classes/LockingResourceStore.html deleted file mode 100644 index 4a92a6be2..000000000 --- a/docs/classes/LockingResourceStore.html +++ /dev/null @@ -1,51 +0,0 @@ -LockingResourceStore | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Store that for every call acquires a lock before executing it on the requested resource, -and releases it afterwards. -In case the request returns a Representation the lock will only be released when the data stream is finished.

-

For auxiliary resources the lock will be applied to the subject resource. -The actual operation is still executed on the auxiliary resource.

-

Hierarchy

  • LockingResourceStore

Implements

Index

Constructors

Properties

auxiliaryStrategy: AuxiliaryIdentifierStrategy
logger: Logger = ...

Methods

  • -

    Acquires a lock that is only released when all data of the resulting representation data has been read, -an error occurs, or the timeout has been triggered. -The resulting data stream will be adapted to reset the timer every time data is read.

    -

    In case the data of the resulting stream is not needed it should be closed to prevent a timeout error.

    -

    Parameters

    Returns Promise<Representation>

  • waitForStreamToEnd(source: Readable): Promise<void>
  • -

    Returns a promise that resolve when the source stream is finished, -either by ending or emitting an error. -In the case of an error the stream will be destroyed if it hasn't been already.

    -

    Parameters

    • source: Readable
      -

      The input stream.

      -

    Returns Promise<void>

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/LoggerInitializer.html b/docs/classes/LoggerInitializer.html deleted file mode 100644 index 81f7203b8..000000000 --- a/docs/classes/LoggerInitializer.html +++ /dev/null @@ -1,20 +0,0 @@ -LoggerInitializer | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Sets up the global logger factory.

-

Hierarchy

Index

Constructors

Properties

loggerFactory: LoggerFactory

Methods

  • canHandle(input: void): Promise<void>
  • -

    Checks if the input can be handled by this class. -If it cannot handle the input, rejects with an error explaining why.

    -

    Parameters

    • input: void
      -

      Input that could potentially be handled.

      -

    Returns Promise<void>

    A promise resolving if the input can be handled, rejecting with an Error if not.

    -
  • handle(): Promise<void>
  • handleSafe(input: void): Promise<void>
  • -

    Helper function that first runs canHandle followed by handle. -Throws the error of canHandle if the data cannot be handled, -or returns the result of handle otherwise.

    -

    Parameters

    • input: void
      -

      Input data that will be handled if it can be handled.

      -

    Returns Promise<void>

    A promise resolving if the input can be handled, rejecting with an Error if not.

    -

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/LoginHandler.html b/docs/classes/LoginHandler.html deleted file mode 100644 index 899e093e7..000000000 --- a/docs/classes/LoginHandler.html +++ /dev/null @@ -1,28 +0,0 @@ -LoginHandler | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Handles the submission of the Login Form and logs the user in. -Will throw a RedirectHttpError on success.

-

Hierarchy

Index

Constructors

Properties

accountStore: AccountStore
logger: Logger = ...

Methods

  • parseInput(operation: Operation): Promise<LoginInput>

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/MappedMetadataWriter.html b/docs/classes/MappedMetadataWriter.html deleted file mode 100644 index 9abab8e94..000000000 --- a/docs/classes/MappedMetadataWriter.html +++ /dev/null @@ -1,21 +0,0 @@ -MappedMetadataWriter | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

A MetadataWriter that takes a map directly converting metadata predicates to headers. -The header value(s) will be the same as the corresponding object value(s).

-

Hierarchy

Index

Constructors

Properties

headerMap: Map<NamedNode<string>, string>

Methods

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/MarkdownToHtmlConverter.html b/docs/classes/MarkdownToHtmlConverter.html deleted file mode 100644 index 3c89d4d99..000000000 --- a/docs/classes/MarkdownToHtmlConverter.html +++ /dev/null @@ -1,28 +0,0 @@ -MarkdownToHtmlConverter | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Converts Markdown data to HTML. -The generated HTML will be injected into the given template using the parameter htmlBody. -A standard Markdown string will be converted to a

tag, so html and body tags should be part of the template. -In case the Markdown body starts with a header (#), that value will also be used as title parameter.

-

Hierarchy

Index

Constructors

Properties

inputTypes: Promise<ValuePreferences>
outputTypes: Promise<ValuePreferences>
templateEngine: TemplateEngine<Dict<any>>

Methods

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/MemoryMapStorage.html b/docs/classes/MemoryMapStorage.html deleted file mode 100644 index 71dfbe6b3..000000000 --- a/docs/classes/MemoryMapStorage.html +++ /dev/null @@ -1,16 +0,0 @@ -MemoryMapStorage | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

A KeyValueStorage which uses a JavaScript Map for internal storage.

-

Type parameters

  • TValue

Hierarchy

  • MemoryMapStorage

Implements

Index

Constructors

Properties

Methods

Constructors

Properties

data: Map<string, TValue>

Methods

  • delete(key: string): Promise<boolean>
  • entries(): AsyncIterableIterator<[string, TValue]>
  • get(key: string): Promise<undefined | TValue>
  • has(key: string): Promise<boolean>

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/MetadataGenerator.html b/docs/classes/MetadataGenerator.html deleted file mode 100644 index f40969677..000000000 --- a/docs/classes/MetadataGenerator.html +++ /dev/null @@ -1,22 +0,0 @@ -MetadataGenerator | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Generic interface for classes that add metadata to a RepresentationMetadata.

-

Hierarchy

Index

Constructors

Methods

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/MetadataParser.html b/docs/classes/MetadataParser.html deleted file mode 100644 index b92681421..000000000 --- a/docs/classes/MetadataParser.html +++ /dev/null @@ -1,23 +0,0 @@ -MetadataParser | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

A parser that takes a specific part of an HttpRequest and converts it into metadata, -such as the value of a header entry.

-

Hierarchy

Index

Constructors

Methods

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/MetadataWriter.html b/docs/classes/MetadataWriter.html deleted file mode 100644 index 7f8ebdd9d..000000000 --- a/docs/classes/MetadataWriter.html +++ /dev/null @@ -1,22 +0,0 @@ -MetadataWriter | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

A serializer that converts metadata to headers for an HttpResponse.

-

Hierarchy

Index

Constructors

Methods

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/MethodFilterHandler.html b/docs/classes/MethodFilterHandler.html deleted file mode 100644 index 2b579f652..000000000 --- a/docs/classes/MethodFilterHandler.html +++ /dev/null @@ -1,22 +0,0 @@ -MethodFilterHandler | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class MethodFilterHandler<TIn, TOut>

-

Only accepts requests where the input has a (possibly nested) method field -that matches any one of the given methods. -In case of a match, the input will be sent to the source handler.

-

Type parameters

  • TIn: InType

  • TOut

Hierarchy

Index

Constructors

Properties

methods: string[]
source: AsyncHandler<TIn, TOut>

Methods

  • canHandle(input: TIn): Promise<void>
  • -

    Checks if the input can be handled by this class. -If it cannot handle the input, rejects with an error explaining why.

    -

    Parameters

    • input: TIn

    Returns Promise<void>

    A promise resolving if the input can be handled, rejecting with an Error if not.

    -
  • findMethod(input: InType): string
  • handle(input: TIn): Promise<TOut>
  • handleSafe(input: TIn): Promise<TOut>

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/MethodModesExtractor.html b/docs/classes/MethodModesExtractor.html deleted file mode 100644 index ff0e6fa4b..000000000 --- a/docs/classes/MethodModesExtractor.html +++ /dev/null @@ -1,24 +0,0 @@ -MethodModesExtractor | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Generates permissions for the base set of methods that always require the same permissions. -Specifically: GET, HEAD, POST, PUT and DELETE.

-

Hierarchy

Index

Constructors

Properties

resourceSet: ResourceSet

Methods

  • canHandle(__namedParameters: Operation): Promise<void>

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/MethodNotAllowedHttpError.html b/docs/classes/MethodNotAllowedHttpError.html deleted file mode 100644 index cf308ca1a..000000000 --- a/docs/classes/MethodNotAllowedHttpError.html +++ /dev/null @@ -1,10 +0,0 @@ -MethodNotAllowedHttpError | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

An error thrown when data was found for the requested identifier, but is not supported by the target resource. -Can keep track of the methods that are not allowed.

-

Hierarchy

  • BaseHttpError
    • MethodNotAllowedHttpError

Index

Constructors

Properties

cause?: unknown
details?: Dict<unknown>
errorCode: string
message: string
methods: readonly string[]
name: string
stack?: string
statusCode: 405
statusCode: 405
-

The status code corresponding to this error class.

-
uri: NamedNode<string>
-

A unique URI identifying this error class.

-

Methods

  • generateMetadata(subject: string | Quad_Subject): Quad[]
  • isInstance(error: any): error is HttpError<TCode>

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/ModesExtractor.html b/docs/classes/ModesExtractor.html deleted file mode 100644 index 7e8ebe073..000000000 --- a/docs/classes/ModesExtractor.html +++ /dev/null @@ -1,22 +0,0 @@ -ModesExtractor | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Extracts all AccessModes that are necessary to execute the given Operation.

-

Hierarchy

Index

Constructors

Methods

  • -

    Checks if the input can be handled by this class. -If it cannot handle the input, rejects with an error explaining why.

    -

    Parameters

    • input: Operation
      -

      Input that could potentially be handled.

      -

    Returns Promise<void>

    A promise resolving if the input can be handled, rejecting with an Error if not.

    -

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/ModifiedMetadataWriter.html b/docs/classes/ModifiedMetadataWriter.html deleted file mode 100644 index bed56bee6..000000000 --- a/docs/classes/ModifiedMetadataWriter.html +++ /dev/null @@ -1,20 +0,0 @@ -ModifiedMetadataWriter | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

A MetadataWriter that generates all the necessary headers related to the modification date of a resource.

-

Hierarchy

Index

Constructors

Methods

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/ModuleVersionVerifier.html b/docs/classes/ModuleVersionVerifier.html deleted file mode 100644 index 73fd8aca7..000000000 --- a/docs/classes/ModuleVersionVerifier.html +++ /dev/null @@ -1,22 +0,0 @@ -ModuleVersionVerifier | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

This initializer simply writes the version number of the server to the storage. -This will be relevant in the future when we look into migration initializers.

-

It automatically parses the version number from the package.json.

-

Hierarchy

Index

Constructors

Properties

storage: KeyValueStorage<string, string>
storageKey: string

Methods

  • canHandle(input: void): Promise<void>
  • -

    Checks if the input can be handled by this class. -If it cannot handle the input, rejects with an error explaining why.

    -

    Parameters

    • input: void
      -

      Input that could potentially be handled.

      -

    Returns Promise<void>

    A promise resolving if the input can be handled, rejecting with an Error if not.

    -
  • handle(): Promise<void>
  • handleSafe(input: void): Promise<void>
  • -

    Helper function that first runs canHandle followed by handle. -Throws the error of canHandle if the data cannot be handled, -or returns the result of handle otherwise.

    -

    Parameters

    • input: void
      -

      Input data that will be handled if it can be handled.

      -

    Returns Promise<void>

    A promise resolving if the input can be handled, rejecting with an Error if not.

    -

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/MonitoringStore.html b/docs/classes/MonitoringStore.html deleted file mode 100644 index 211e5d878..000000000 --- a/docs/classes/MonitoringStore.html +++ /dev/null @@ -1,28 +0,0 @@ -MonitoringStore | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Store that notifies listeners of changes to its source -by emitting a changed event.

-

Type parameters

Hierarchy

  • EventEmitter
    • MonitoringStore

Implements

Index

Constructors

Properties

source: T
captureRejectionSymbol: typeof captureRejectionSymbol
captureRejections: boolean
-

Sets or gets the default captureRejection value for all emitters.

-
defaultMaxListeners: number
errorMonitor: typeof errorMonitor
-

This symbol shall be used to install a listener for only monitoring 'error' -events. Listeners installed using this symbol are called before the regular -'error' listeners are called.

-

Installing a listener using this symbol does not change the behavior once an -'error' event is emitted, therefore the process will still crash if no -regular 'error' listener is installed.

-

Methods

  • addListener(event: string | symbol, listener: (...args: any[]) => void): MonitoringStore<T>
  • Parameters

    • event: string | symbol
    • listener: (...args: any[]) => void
        • (...args: any[]): void
        • Parameters

          • Rest ...args: any[]

          Returns void

    Returns MonitoringStore<T>

  • emit(event: string | symbol, ...args: any[]): boolean
  • Parameters

    • event: string | symbol
    • Rest ...args: any[]

    Returns boolean

  • eventNames(): (string | symbol)[]
  • Returns (string | symbol)[]

  • getMaxListeners(): number
  • Returns number

  • listenerCount(event: string | symbol): number
  • Parameters

    • event: string | symbol

    Returns number

  • listeners(event: string | symbol): Function[]
  • Parameters

    • event: string | symbol

    Returns Function[]

  • off(event: string | symbol, listener: (...args: any[]) => void): MonitoringStore<T>
  • Parameters

    • event: string | symbol
    • listener: (...args: any[]) => void
        • (...args: any[]): void
        • Parameters

          • Rest ...args: any[]

          Returns void

    Returns MonitoringStore<T>

  • on(event: string | symbol, listener: (...args: any[]) => void): MonitoringStore<T>
  • Parameters

    • event: string | symbol
    • listener: (...args: any[]) => void
        • (...args: any[]): void
        • Parameters

          • Rest ...args: any[]

          Returns void

    Returns MonitoringStore<T>

  • once(event: string | symbol, listener: (...args: any[]) => void): MonitoringStore<T>
  • Parameters

    • event: string | symbol
    • listener: (...args: any[]) => void
        • (...args: any[]): void
        • Parameters

          • Rest ...args: any[]

          Returns void

    Returns MonitoringStore<T>

  • prependListener(event: string | symbol, listener: (...args: any[]) => void): MonitoringStore<T>
  • Parameters

    • event: string | symbol
    • listener: (...args: any[]) => void
        • (...args: any[]): void
        • Parameters

          • Rest ...args: any[]

          Returns void

    Returns MonitoringStore<T>

  • prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): MonitoringStore<T>
  • Parameters

    • event: string | symbol
    • listener: (...args: any[]) => void
        • (...args: any[]): void
        • Parameters

          • Rest ...args: any[]

          Returns void

    Returns MonitoringStore<T>

  • rawListeners(event: string | symbol): Function[]
  • Parameters

    • event: string | symbol

    Returns Function[]

  • Parameters

    • Optional event: string | symbol

    Returns MonitoringStore<T>

  • removeListener(event: string | symbol, listener: (...args: any[]) => void): MonitoringStore<T>
  • Parameters

    • event: string | symbol
    • listener: (...args: any[]) => void
        • (...args: any[]): void
        • Parameters

          • Rest ...args: any[]

          Returns void

    Returns MonitoringStore<T>

  • Parameters

    • n: number

    Returns MonitoringStore<T>

  • listenerCount(emitter: EventEmitter, event: string | symbol): number
  • deprecated

    since v4.0.0

    -

    Parameters

    • emitter: EventEmitter
    • event: string | symbol

    Returns number

  • on(emitter: EventEmitter, event: string): AsyncIterableIterator<any>
  • Parameters

    • emitter: EventEmitter
    • event: string

    Returns AsyncIterableIterator<any>

  • once(emitter: NodeEventTarget, event: string | symbol): Promise<any[]>
  • once(emitter: DOMEventTarget, event: string): Promise<any[]>
  • Parameters

    • emitter: NodeEventTarget
    • event: string | symbol

    Returns Promise<any[]>

  • Parameters

    • emitter: DOMEventTarget
    • event: string

    Returns Promise<any[]>

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/MovedPermanentlyHttpError.html b/docs/classes/MovedPermanentlyHttpError.html deleted file mode 100644 index 555afab4d..000000000 --- a/docs/classes/MovedPermanentlyHttpError.html +++ /dev/null @@ -1,12 +0,0 @@ -MovedPermanentlyHttpError | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Error used for resources that have been moved permanently. -Methods other than GET may or may not be changed to GET in subsequent requests.

-

Hierarchy

  • BaseHttpError
    • MovedPermanentlyHttpError

Index

Constructors

Properties

cause?: unknown
details?: Dict<unknown>
errorCode: string
location: string
message: string
name: string
stack?: string
statusCode: 301
statusCode: 301
-

The status code corresponding to this error class.

-
uri: NamedNode<string>
-

A unique URI identifying this error class.

-

Methods

  • generateMetadata(subject: string | Quad_Subject): Quad[]
  • -

    Returns quads representing metadata relevant to this error.

    -

    Parameters

    • subject: string | Quad_Subject

    Returns Quad[]

  • isInstance(error: any): error is HttpError<TCode>

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/N3PatchBodyParser.html b/docs/classes/N3PatchBodyParser.html deleted file mode 100644 index 07cd80423..000000000 --- a/docs/classes/N3PatchBodyParser.html +++ /dev/null @@ -1,33 +0,0 @@ -N3PatchBodyParser | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Parses an N3 Patch document and makes sure it conforms to the specification requirements. -Requirements can be found at Solid Protocol, §5.3.1: https://solid.github.io/specification/protocol#n3-patch

-

Hierarchy

Index

Constructors

Methods

  • findQuads(store: Store<Quad, Quad, Quad, Quad>, subject: Quad_Subject, predicate: NamedNode<string>): Quad[]
  • -

    Finds all quads in a where/deletes/inserts formula. -The returned quads will be updated so their graph is the default graph instead of the N3 reference to the formula. -Will error in case there are multiple instances of the subject/predicate combination.

    -

    Parameters

    • store: Store<Quad, Quad, Quad, Quad>
    • subject: Quad_Subject
    • predicate: NamedNode<string>

    Returns Quad[]

  • findVariables(quads: Quad[]): Set<string>
  • parsePatch(patch: Quad_Subject, store: Store<Quad, Quad, Quad, Quad>): { conditions: Quad[]; deletes: Quad[]; inserts: Quad[] }
  • -

    Extracts the deletes/inserts/conditions from a solid:InsertDeletePatch entry.

    -

    Parameters

    • patch: Quad_Subject
    • store: Store<Quad, Quad, Quad, Quad>

    Returns { conditions: Quad[]; deletes: Quad[]; inserts: Quad[] }

    • conditions: Quad[]
    • deletes: Quad[]
    • inserts: Quad[]
  • verifyQuads(otherQuads: Quad[], conditionVars: Set<string>): void
  • -

    Verifies if the delete/insert triples conform to the specification requirements:

    -
      -
    • They should not contain blank nodes.
    • -
    • They should not contain variables that do not occur in the conditions.
    • -
    -

    Parameters

    • otherQuads: Quad[]
    • conditionVars: Set<string>

    Returns void

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/N3PatchModesExtractor.html b/docs/classes/N3PatchModesExtractor.html deleted file mode 100644 index e6281969d..000000000 --- a/docs/classes/N3PatchModesExtractor.html +++ /dev/null @@ -1,27 +0,0 @@ -N3PatchModesExtractor | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Extracts the required access modes from an N3 Patch.

-

Solid, §5.3.1: "When ?conditions is non-empty, servers MUST treat the request as a Read operation. -When ?insertions is non-empty, servers MUST (also) treat the request as an Append operation. -When ?deletions is non-empty, servers MUST treat the request as a Read and Write operation." -https://solid.github.io/specification/protocol#n3-patch

-

Hierarchy

Index

Constructors

Properties

resourceSet: ResourceSet

Methods

  • canHandle(__namedParameters: Operation): Promise<void>

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/N3Patcher.html b/docs/classes/N3Patcher.html deleted file mode 100644 index 35b32892d..000000000 --- a/docs/classes/N3Patcher.html +++ /dev/null @@ -1,27 +0,0 @@ -N3Patcher | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Applies an N3 Patch to a representation, or creates a new one if required. -Follows all the steps from Solid, §5.3.1: https://solid.github.io/specification/protocol#n3-patch

-

Hierarchy

Index

Constructors

Properties

engine: ActorInitSparql
generator: SparqlGenerator
logger: Logger = ...

Methods

  • applyConditions(patch: N3Patch, identifier: ResourceIdentifier, source: Store<Quad, Quad, Quad, Quad>): Promise<N3Patch>
  • -

    Creates a new N3Patch where the conditions of the provided patch parameter are applied to its deletes and inserts. -Also does the necessary checks to make sure the conditions are valid for the given dataset.

    -

    Parameters

    Returns Promise<N3Patch>

  • -

    Applies the given N3Patch to the representation. -First the conditions are applied to find the necessary bindings, -which are then applied to generate the triples that need to be deleted and inserted. -After that the delete and insert operations are applied.

    -

    Parameters

    Returns Promise<Representation>

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/NoCheckOwnershipValidator.html b/docs/classes/NoCheckOwnershipValidator.html deleted file mode 100644 index 6e60ee280..000000000 --- a/docs/classes/NoCheckOwnershipValidator.html +++ /dev/null @@ -1,21 +0,0 @@ -NoCheckOwnershipValidator | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Does not do any checks to verify if the agent doing the request is actually the owner of the WebID. -This should only be used for debugging.

-

Hierarchy

Index

Constructors

Properties

Methods

Constructors

Properties

logger: Logger = ...

Methods

  • canHandle(input: { webId: string }): Promise<void>
  • -

    Checks if the input can be handled by this class. -If it cannot handle the input, rejects with an error explaining why.

    -

    Parameters

    • input: { webId: string }
      -

      Input that could potentially be handled.

      -
      • webId: string

    Returns Promise<void>

    A promise resolving if the input can be handled, rejecting with an Error if not.

    -
  • handle(__namedParameters: { webId: string }): Promise<void>
  • handleSafe(input: { webId: string }): Promise<void>

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/NotFoundHttpError.html b/docs/classes/NotFoundHttpError.html deleted file mode 100644 index 281ad8366..000000000 --- a/docs/classes/NotFoundHttpError.html +++ /dev/null @@ -1,11 +0,0 @@ -NotFoundHttpError | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

An error thrown when no data was found for the requested identifier.

-

Hierarchy

  • BaseHttpError
    • NotFoundHttpError

Index

Constructors

Properties

cause?: unknown
details?: Dict<unknown>
errorCode: string
message: string
name: string
stack?: string
statusCode: 404
statusCode: 404
-

The status code corresponding to this error class.

-
uri: NamedNode<string>
-

A unique URI identifying this error class.

-

Methods

  • generateMetadata(subject: string | Quad_Subject): Quad[]
  • -

    Returns quads representing metadata relevant to this error.

    -

    Parameters

    • subject: string | Quad_Subject

    Returns Quad[]

  • isInstance(error: any): error is HttpError<TCode>

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/NotImplementedHttpError.html b/docs/classes/NotImplementedHttpError.html deleted file mode 100644 index b07cd55d5..000000000 --- a/docs/classes/NotImplementedHttpError.html +++ /dev/null @@ -1,12 +0,0 @@ -NotImplementedHttpError | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

The server either does not recognize the request method, or it lacks the ability to fulfil the request. -Usually this implies future availability (e.g., a new feature of a web-service API).

-

Hierarchy

  • BaseHttpError
    • NotImplementedHttpError

Index

Constructors

Properties

cause?: unknown
details?: Dict<unknown>
errorCode: string
message: string
name: string
stack?: string
statusCode: 501
statusCode: 501
-

The status code corresponding to this error class.

-
uri: NamedNode<string>
-

A unique URI identifying this error class.

-

Methods

  • generateMetadata(subject: string | Quad_Subject): Quad[]
  • -

    Returns quads representing metadata relevant to this error.

    -

    Parameters

    • subject: string | Quad_Subject

    Returns Quad[]

  • isInstance(error: any): error is HttpError<TCode>

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/OidcHttpHandler.html b/docs/classes/OidcHttpHandler.html deleted file mode 100644 index 91745514e..000000000 --- a/docs/classes/OidcHttpHandler.html +++ /dev/null @@ -1,20 +0,0 @@ -OidcHttpHandler | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

HTTP handler that redirects all requests to the OIDC library.

-

Hierarchy

Index

Constructors

Properties

logger: Logger = ...
providerFactory: ProviderFactory

Methods

  • -

    Checks if the input can be handled by this class. -If it cannot handle the input, rejects with an error explaining why.

    -

    Parameters

    Returns Promise<void>

    A promise resolving if the input can be handled, rejecting with an Error if not.

    -

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/OkResponseDescription.html b/docs/classes/OkResponseDescription.html deleted file mode 100644 index 22b5108ab..000000000 --- a/docs/classes/OkResponseDescription.html +++ /dev/null @@ -1,7 +0,0 @@ -OkResponseDescription | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Corresponds to a 200 response, containing relevant metadata and potentially data.

-

Hierarchy

Index

Constructors

Properties

Constructors

Properties

data?: Guarded<Readable>
statusCode: number

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/OperationHandler.html b/docs/classes/OperationHandler.html deleted file mode 100644 index af4f032bd..000000000 --- a/docs/classes/OperationHandler.html +++ /dev/null @@ -1,22 +0,0 @@ -OperationHandler | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Handler for a specific operation type.

-

Hierarchy

Index

Constructors

Methods

  • -

    Checks if the input can be handled by this class. -If it cannot handle the input, rejects with an error explaining why.

    -

    Parameters

    Returns Promise<void>

    A promise resolving if the input can be handled, rejecting with an Error if not.

    -

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/OperationHttpHandler.html b/docs/classes/OperationHttpHandler.html deleted file mode 100644 index 6fd5d5375..000000000 --- a/docs/classes/OperationHttpHandler.html +++ /dev/null @@ -1,22 +0,0 @@ -OperationHttpHandler | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

An HTTP handler that makes use of an already parsed Operation.

-

Hierarchy

Index

Constructors

Methods

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/OperationMetadataCollector.html b/docs/classes/OperationMetadataCollector.html deleted file mode 100644 index c5decc97f..000000000 --- a/docs/classes/OperationMetadataCollector.html +++ /dev/null @@ -1,22 +0,0 @@ -OperationMetadataCollector | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Adds metadata about the operation to the provided metadata object.

-

Hierarchy

Index

Constructors

Methods

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/OriginalUrlExtractor.html b/docs/classes/OriginalUrlExtractor.html deleted file mode 100644 index 5e0cb6b59..000000000 --- a/docs/classes/OriginalUrlExtractor.html +++ /dev/null @@ -1,20 +0,0 @@ -OriginalUrlExtractor | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Reconstructs the original URL of an incoming HttpRequest.

-

Hierarchy

Index

Constructors

Properties

identifierStrategy: IdentifierStrategy
includeQueryString: boolean

Methods

  • canHandle(input: { request: HttpRequest }): Promise<void>
  • -

    Checks if the input can be handled by this class. -If it cannot handle the input, rejects with an error explaining why.

    -

    Parameters

    Returns Promise<void>

    A promise resolving if the input can be handled, rejecting with an Error if not.

    -

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/OwnerPermissionReader.html b/docs/classes/OwnerPermissionReader.html deleted file mode 100644 index 1594898ca..000000000 --- a/docs/classes/OwnerPermissionReader.html +++ /dev/null @@ -1,22 +0,0 @@ -OwnerPermissionReader | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Allows control access if the request is being made by the owner of the pod containing the resource.

-

Hierarchy

Index

Constructors

Properties

accountStore: AccountStore
logger: Logger = ...

Methods

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/OwnershipValidator.html b/docs/classes/OwnershipValidator.html deleted file mode 100644 index 63a40b022..000000000 --- a/docs/classes/OwnershipValidator.html +++ /dev/null @@ -1,24 +0,0 @@ -OwnershipValidator | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

A class that validates if a someone owns a WebId. -Will throw an error if the WebId is not valid or ownership could not be validated. -The error message should contain a description of what is wrong and how it can be resolved.

-

Hierarchy

Index

Constructors

Methods

  • canHandle(input: { webId: string }): Promise<void>
  • -

    Checks if the input can be handled by this class. -If it cannot handle the input, rejects with an error explaining why.

    -

    Parameters

    • input: { webId: string }
      -

      Input that could potentially be handled.

      -
      • webId: string

    Returns Promise<void>

    A promise resolving if the input can be handled, rejecting with an Error if not.

    -
  • handle(input: { webId: string }): Promise<void>
  • -

    Handles the given input. This may only be called if canHandle did not reject. -When unconditionally calling both in sequence, consider handleSafe instead.

    -

    Parameters

    • input: { webId: string }
      -

      Input that needs to be handled.

      -
      • webId: string

    Returns Promise<void>

    A promise resolving when handling is finished.

    -
  • handleSafe(input: { webId: string }): Promise<void>
  • -

    Helper function that first runs canHandle followed by handle. -Throws the error of canHandle if the data cannot be handled, -or returns the result of handle otherwise.

    -

    Parameters

    • input: { webId: string }
      -

      Input data that will be handled if it can be handled.

      -
      • webId: string

    Returns Promise<void>

    A promise resolving if the input can be handled, rejecting with an Error if not.

    -

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/ParallelFinalizer.html b/docs/classes/ParallelFinalizer.html deleted file mode 100644 index b70616034..000000000 --- a/docs/classes/ParallelFinalizer.html +++ /dev/null @@ -1,3 +0,0 @@ -ParallelFinalizer | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Finalizes all the injected Finalizable classes in parallel.

-

Hierarchy

  • ParallelFinalizer

Implements

Index

Constructors

Properties

Methods

Constructors

Properties

finalizers: Finalizable[]

Methods

  • finalize(): Promise<void>

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/ParallelHandler.html b/docs/classes/ParallelHandler.html deleted file mode 100644 index f99b5bc6f..000000000 --- a/docs/classes/ParallelHandler.html +++ /dev/null @@ -1,18 +0,0 @@ -ParallelHandler | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ParallelHandler<TIn, TOut>

-

A composite handler that executes handlers in parallel.

-

Type parameters

  • TIn = void

  • TOut = void

Hierarchy

Index

Constructors

Properties

handlers: AsyncHandler<TIn, TOut>[]

Methods

  • canHandle(input: TIn): Promise<void>
  • -

    Checks if the input can be handled by this class. -If it cannot handle the input, rejects with an error explaining why.

    -

    Parameters

    • input: TIn

    Returns Promise<void>

    A promise resolving if the input can be handled, rejecting with an Error if not.

    -
  • handle(input: TIn): Promise<TOut[]>
  • handleSafe(input: TIn): Promise<TOut[]>

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/ParsingHttpHandler.html b/docs/classes/ParsingHttpHandler.html deleted file mode 100644 index e83b5cd02..000000000 --- a/docs/classes/ParsingHttpHandler.html +++ /dev/null @@ -1,22 +0,0 @@ -ParsingHttpHandler | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Parses requests and sends the resulting Operation to wrapped operationHandler. -Errors are caught and handled by the Errorhandler. -In case the operationHandler returns a result it will be sent to the ResponseWriter.

-

Hierarchy

Index

Constructors

Properties

errorHandler: ErrorHandler
logger: Logger = ...
metadataCollector: OperationMetadataCollector
operationHandler: OperationHttpHandler
requestParser: RequestParser
responseWriter: ResponseWriter

Methods

  • -

    Checks if the input can be handled by this class. -If it cannot handle the input, rejects with an error explaining why.

    -

    Parameters

    Returns Promise<void>

    A promise resolving if the input can be handled, rejecting with an Error if not.

    -

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/PassthroughAdapter.html b/docs/classes/PassthroughAdapter.html deleted file mode 100644 index 79c5346be..000000000 --- a/docs/classes/PassthroughAdapter.html +++ /dev/null @@ -1,5 +0,0 @@ -PassthroughAdapter | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

OIDC Adapter that calls the corresponding functions of the source Adapter. -Can be extended by adapters that do not want to override all functions -by implementing a decorator pattern.

-

Hierarchy

Implements

  • Adapter

Index

Constructors

Properties

name: string
source: Adapter

Methods

  • consume(id: string): Promise<undefined | void>
  • destroy(id: string): Promise<undefined | void>
  • find(id: string): Promise<undefined | void | AdapterPayload>
  • findByUid(uid: string): Promise<undefined | void | AdapterPayload>
  • findByUserCode(userCode: string): Promise<undefined | void | AdapterPayload>
  • revokeByGrantId(grantId: string): Promise<undefined | void>
  • upsert(id: string, payload: AdapterPayload, expiresIn: number): Promise<undefined | void>

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/PassthroughAdapterFactory.html b/docs/classes/PassthroughAdapterFactory.html deleted file mode 100644 index 1addd9477..000000000 --- a/docs/classes/PassthroughAdapterFactory.html +++ /dev/null @@ -1 +0,0 @@ -PassthroughAdapterFactory | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Implements

Index

Constructors

Properties

Methods

Constructors

Properties

Methods

  • createStorageAdapter(name: string): Adapter

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/PassthroughConverter.html b/docs/classes/PassthroughConverter.html deleted file mode 100644 index a6d62e6f8..000000000 --- a/docs/classes/PassthroughConverter.html +++ /dev/null @@ -1,20 +0,0 @@ -PassthroughConverter | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

A RepresentationConverter that does not perform any conversion.

-

Hierarchy

Index

Constructors

Methods

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/PassthroughDataAccessor.html b/docs/classes/PassthroughDataAccessor.html deleted file mode 100644 index 2faf3ebd8..000000000 --- a/docs/classes/PassthroughDataAccessor.html +++ /dev/null @@ -1,32 +0,0 @@ -PassthroughDataAccessor | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

DataAccessor that calls the corresponding functions of the source DataAccessor. -Can be extended by data accessors that do not want to override all functions -by implementing a decorator pattern.

-

Hierarchy

Implements

Index

Constructors

Properties

Methods

  • -

    Returns metadata for all resources in the requested container. -This should not be all metadata of those resources (but it can be), -but instead the main metadata you want to show in situations -where all these resources are presented simultaneously. -Generally this would be metadata that is present for all of these resources, -such as resource type or last modified date.

    -

    It can be safely assumed that the incoming identifier will always correspond to a container.

    -

    Parameters

    Returns AsyncIterableIterator<RepresentationMetadata>

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/PassthroughStore.html b/docs/classes/PassthroughStore.html deleted file mode 100644 index 2e4e17f54..000000000 --- a/docs/classes/PassthroughStore.html +++ /dev/null @@ -1,19 +0,0 @@ -PassthroughStore | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Store that calls the corresponding functions of the source Store. -Can be extended by stores that do not want to override all functions -by implementing a decorator pattern.

-

Type parameters

Hierarchy

Implements

Index

Constructors

Properties

source: T

Methods

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/PatchHandler.html b/docs/classes/PatchHandler.html deleted file mode 100644 index 566c11d5f..000000000 --- a/docs/classes/PatchHandler.html +++ /dev/null @@ -1,22 +0,0 @@ -PatchHandler | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Executes the given Patch.

-

Type parameters

Hierarchy

Index

Constructors

Methods

  • -

    Checks if the input can be handled by this class. -If it cannot handle the input, rejects with an error explaining why.

    -

    Parameters

    Returns Promise<void>

    A promise resolving if the input can be handled, rejecting with an Error if not.

    -

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/PatchOperationHandler.html b/docs/classes/PatchOperationHandler.html deleted file mode 100644 index ad87da70e..000000000 --- a/docs/classes/PatchOperationHandler.html +++ /dev/null @@ -1,19 +0,0 @@ -PatchOperationHandler | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Handles PATCH Operations. -Calls the modifyResource function from a ResourceStore.

-

Hierarchy

Index

Constructors

Properties

logger: Logger = ...

Methods

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/PatchingStore.html b/docs/classes/PatchingStore.html deleted file mode 100644 index 66f334710..000000000 --- a/docs/classes/PatchingStore.html +++ /dev/null @@ -1,19 +0,0 @@ -PatchingStore | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

ResourceStore using decorator pattern for the modifyResource function. -If the original store supports the Patch, behaviour will be identical, -otherwise the PatchHandler will be called instead.

-

Type parameters

Hierarchy

Index

Constructors

Properties

source: T

Methods

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/PathBasedReader.html b/docs/classes/PathBasedReader.html deleted file mode 100644 index 8e0b305f0..000000000 --- a/docs/classes/PathBasedReader.html +++ /dev/null @@ -1,25 +0,0 @@ -PathBasedReader | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Redirects requests to specific PermissionReaders based on their identifier. -The keys in the input map will be converted to regular expressions. -The regular expressions should all start with a slash -and will be evaluated relative to the base URL.

-

Will error if no match is found.

-

Hierarchy

Index

Constructors

Properties

baseUrl: string
paths: Map<RegExp, PermissionReader>

Methods

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/PermissionBasedAuthorizer.html b/docs/classes/PermissionBasedAuthorizer.html deleted file mode 100644 index a8a416ae5..000000000 --- a/docs/classes/PermissionBasedAuthorizer.html +++ /dev/null @@ -1,44 +0,0 @@ -PermissionBasedAuthorizer | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Authorizer that bases its decision on the output it gets from its PermissionReader. -For each permission it checks if the reader allows that for at least one credential type, -if yes authorization is granted. -undefined values for reader results are interpreted as false.

-

Hierarchy

Index

Constructors

Properties

logger: Logger = ...
resourceSet: ResourceSet

Methods

  • -

    Checks if the input can be handled by this class. -If it cannot handle the input, rejects with an error explaining why.

    -

    Parameters

    Returns Promise<void>

    A promise resolving if the input can be handled, rejecting with an Error if not.

    -

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/PermissionReader.html b/docs/classes/PermissionReader.html deleted file mode 100644 index 26e2f2843..000000000 --- a/docs/classes/PermissionReader.html +++ /dev/null @@ -1,22 +0,0 @@ -PermissionReader | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Discovers the permissions of the given credentials on the given identifier.

-

Hierarchy

Index

Constructors

Methods

  • -

    Checks if the input can be handled by this class. -If it cannot handle the input, rejects with an error explaining why.

    -

    Parameters

    Returns Promise<void>

    A promise resolving if the input can be handled, rejecting with an Error if not.

    -

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/PlainJsonLdFilter.html b/docs/classes/PlainJsonLdFilter.html deleted file mode 100644 index ac98f33d1..000000000 --- a/docs/classes/PlainJsonLdFilter.html +++ /dev/null @@ -1,21 +0,0 @@ -PlainJsonLdFilter | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Filter that errors on JSON-LD with a plain application/json content-type. -This will not store metadata, only throw errors if necessary.

-

Hierarchy

Index

Constructors

Properties

logger: Logger = ...

Methods

  • linkHasContextRelation(link?: string | string[]): boolean

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/PodQuotaStrategy.html b/docs/classes/PodQuotaStrategy.html deleted file mode 100644 index 0d64bbf47..000000000 --- a/docs/classes/PodQuotaStrategy.html +++ /dev/null @@ -1,27 +0,0 @@ -PodQuotaStrategy | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

The PodQuotaStrategy sets a limit on the amount of data stored on a per pod basis

-

Hierarchy

Index

Constructors

Properties

accessor: DataAccessor
identifierStrategy: IdentifierStrategy
limit: Size
reporter: SizeReporter<any>

Methods

  • -

    Get a Passthrough stream that will keep track of the available space. -If the quota is exceeded the stream will emit an error and destroy itself. -Like other Passthrough instances this will simply pass on the chunks, when the quota isn't exceeded.

    -

    Parameters

    Returns Promise<Guarded<PassThrough>>

    a Passthrough instance that errors when quota is exceeded

    -
  • -

    Get the available space when writing data to the given identifier. -If the given resource already exists it will deduct the already taken up -space by that resource since it is going to be overwritten and thus counts -as available space.

    -

    Parameters

    • identifier: ResourceIdentifier
      -

      the identifier of the resource of which you want the available space

      -

    Returns Promise<Size>

    the available space and the unit of the space as a Size object

    -

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/PostOperationHandler.html b/docs/classes/PostOperationHandler.html deleted file mode 100644 index 6b312840c..000000000 --- a/docs/classes/PostOperationHandler.html +++ /dev/null @@ -1,19 +0,0 @@ -PostOperationHandler | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Handles POST Operations. -Calls the addResource function from a ResourceStore.

-

Hierarchy

Index

Constructors

Properties

logger: Logger = ...

Methods

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/PreconditionFailedHttpError.html b/docs/classes/PreconditionFailedHttpError.html deleted file mode 100644 index e1446c7ab..000000000 --- a/docs/classes/PreconditionFailedHttpError.html +++ /dev/null @@ -1,11 +0,0 @@ -PreconditionFailedHttpError | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

An error thrown when access was denied due to the conditions on the request.

-

Hierarchy

  • BaseHttpError
    • PreconditionFailedHttpError

Index

Constructors

Properties

cause?: unknown
details?: Dict<unknown>
errorCode: string
message: string
name: string
stack?: string
statusCode: 412
statusCode: 412
-

The status code corresponding to this error class.

-
uri: NamedNode<string>
-

A unique URI identifying this error class.

-

Methods

  • generateMetadata(subject: string | Quad_Subject): Quad[]
  • -

    Returns quads representing metadata relevant to this error.

    -

    Parameters

    • subject: string | Quad_Subject

    Returns Quad[]

  • isInstance(error: any): error is HttpError<TCode>

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/PreferenceParser.html b/docs/classes/PreferenceParser.html deleted file mode 100644 index 90b4ed5f4..000000000 --- a/docs/classes/PreferenceParser.html +++ /dev/null @@ -1,22 +0,0 @@ -PreferenceParser | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Creates RepresentationPreferences based on the incoming HTTP headers in a HttpRequest.

-

Hierarchy

Index

Constructors

Methods

  • canHandle(input: { request: HttpRequest }): Promise<void>
  • -

    Checks if the input can be handled by this class. -If it cannot handle the input, rejects with an error explaining why.

    -

    Parameters

    Returns Promise<void>

    A promise resolving if the input can be handled, rejecting with an Error if not.

    -

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/PreferenceSupport.html b/docs/classes/PreferenceSupport.html deleted file mode 100644 index 176c89c68..000000000 --- a/docs/classes/PreferenceSupport.html +++ /dev/null @@ -1,6 +0,0 @@ -PreferenceSupport | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Helper class that checks if the stored RepresentationConverter and RepresentationPreferences -support the given input RepresentationPreferences and Representation.

-

Creates a new object by combining the input arguments together with the stored preferences and checks -if the converter can handle that object.

-

Hierarchy

  • PreferenceSupport

Index

Constructors

Properties

Methods

Constructors

Properties

Methods

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/PromptHandler.html b/docs/classes/PromptHandler.html deleted file mode 100644 index daaede702..000000000 --- a/docs/classes/PromptHandler.html +++ /dev/null @@ -1,18 +0,0 @@ -PromptHandler | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Redirects requests based on the OIDC Interaction prompt. -Errors in case no match was found.

-

Hierarchy

Index

Constructors

Properties

promptRoutes: Record<string, InteractionRoute>

Methods

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/PublicCredentialsExtractor.html b/docs/classes/PublicCredentialsExtractor.html deleted file mode 100644 index 99a3eeab4..000000000 --- a/docs/classes/PublicCredentialsExtractor.html +++ /dev/null @@ -1,20 +0,0 @@ -PublicCredentialsExtractor | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Extracts the public credentials, to be used for data everyone has access to.

-

Hierarchy

Index

Constructors

Methods

  • -

    Checks if the input can be handled by this class. -If it cannot handle the input, rejects with an error explaining why.

    -

    Parameters

    • input: HttpRequest
      -

      Input that could potentially be handled.

      -

    Returns Promise<void>

    A promise resolving if the input can be handled, rejecting with an Error if not.

    -

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/PutOperationHandler.html b/docs/classes/PutOperationHandler.html deleted file mode 100644 index 6e72bacdd..000000000 --- a/docs/classes/PutOperationHandler.html +++ /dev/null @@ -1,19 +0,0 @@ -PutOperationHandler | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Handles PUT Operations. -Calls the setRepresentation function from a ResourceStore.

-

Hierarchy

Index

Constructors

Properties

logger: Logger = ...

Methods

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/QuadToRdfConverter.html b/docs/classes/QuadToRdfConverter.html deleted file mode 100644 index a25e2d476..000000000 --- a/docs/classes/QuadToRdfConverter.html +++ /dev/null @@ -1,25 +0,0 @@ -QuadToRdfConverter | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Converts internal/quads to most major RDF serializations.

-

Hierarchy

Index

Constructors

  • new QuadToRdfConverter(options?: { outputPreferences?: Record<string, number> }): QuadToRdfConverter

Properties

inputTypes: Promise<ValuePreferences>
outputPreferences?: ValuePreferences
outputTypes: Promise<ValuePreferences>

Methods

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/QuotaStrategy.html b/docs/classes/QuotaStrategy.html deleted file mode 100644 index 58eeab0e5..000000000 --- a/docs/classes/QuotaStrategy.html +++ /dev/null @@ -1,33 +0,0 @@ -QuotaStrategy | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

A QuotaStrategy is used when we want to set a limit to the amount of data that can be -stored on the server. -This can range from a limit for the whole server to a limit on a per pod basis. -The way the size of a resource is calculated is implemented by the implementing classes. -This can be bytes, quads, file count, ...

-

Hierarchy

Index

Constructors

Properties

limit: Size
reporter: SizeReporter<any>

Methods

  • -

    Get a Passthrough stream that will keep track of the available space. -If the quota is exceeded the stream will emit an error and destroy itself. -Like other Passthrough instances this will simply pass on the chunks, when the quota isn't exceeded.

    -

    Parameters

    Returns Promise<Guarded<PassThrough>>

    a Passthrough instance that errors when quota is exceeded

    -
  • -

    Get the available space when writing data to the given identifier. -If the given resource already exists it will deduct the already taken up -space by that resource since it is going to be overwritten and thus counts -as available space.

    -

    Parameters

    • identifier: ResourceIdentifier
      -

      the identifier of the resource of which you want the available space

      -

    Returns Promise<Size>

    the available space and the unit of the space as a Size object

    -
  • -

    Get the currently used/occupied space.

    -

    Parameters

    • identifier: ResourceIdentifier
      -

      the identifier that should be used to calculate the total

      -

    Returns Promise<Size>

    a Size object containing the requested value. -If quota is not relevant for this identifier, Size.amount should be Number.MAX_SAFE_INTEGER

    -

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/QuotaValidator.html b/docs/classes/QuotaValidator.html deleted file mode 100644 index 426a6ed1d..000000000 --- a/docs/classes/QuotaValidator.html +++ /dev/null @@ -1,20 +0,0 @@ -QuotaValidator | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

The QuotaValidator validates data streams by making sure they would not exceed the limits of a QuotaStrategy.

-

Hierarchy

Index

Constructors

Properties

strategy: QuotaStrategy

Methods

  • -

    Checks if the input can be handled by this class. -If it cannot handle the input, rejects with an error explaining why.

    -

    Parameters

    Returns Promise<void>

    A promise resolving if the input can be handled, rejecting with an Error if not.

    -

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/RawBodyParser.html b/docs/classes/RawBodyParser.html deleted file mode 100644 index 354a86fb1..000000000 --- a/docs/classes/RawBodyParser.html +++ /dev/null @@ -1,20 +0,0 @@ -RawBodyParser | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Converts incoming HttpRequest to a Representation without any further parsing.

-

Hierarchy

Index

Constructors

Properties

Methods

Constructors

Properties

logger: Logger = ...

Methods

  • -

    Checks if the input can be handled by this class. -If it cannot handle the input, rejects with an error explaining why.

    -

    Parameters

    Returns Promise<void>

    A promise resolving if the input can be handled, rejecting with an Error if not.

    -

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/RdfToQuadConverter.html b/docs/classes/RdfToQuadConverter.html deleted file mode 100644 index fa966f344..000000000 --- a/docs/classes/RdfToQuadConverter.html +++ /dev/null @@ -1,25 +0,0 @@ -RdfToQuadConverter | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Converts most major RDF serializations to internal/quads.

-

Hierarchy

Index

Constructors

Properties

inputTypes: Promise<ValuePreferences>
outputTypes: Promise<ValuePreferences>

Methods

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/RdfValidator.html b/docs/classes/RdfValidator.html deleted file mode 100644 index 3e91359fe..000000000 --- a/docs/classes/RdfValidator.html +++ /dev/null @@ -1,21 +0,0 @@ -RdfValidator | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Validates a Representation by verifying if the data stream contains valid RDF data. -It does this by letting the stored RepresentationConverter convert the data.

-

Hierarchy

Index

Constructors

Properties

Methods

  • -

    Checks if the input can be handled by this class. -If it cannot handle the input, rejects with an error explaining why.

    -

    Parameters

    Returns Promise<void>

    A promise resolving if the input can be handled, rejecting with an Error if not.

    -

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/ReadOnlyStore.html b/docs/classes/ReadOnlyStore.html deleted file mode 100644 index 3a0cf1ab2..000000000 --- a/docs/classes/ReadOnlyStore.html +++ /dev/null @@ -1,17 +0,0 @@ -ReadOnlyStore | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Store that only allow read operations on the underlying source.

-

Type parameters

Hierarchy

Index

Constructors

Properties

source: T

Methods

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/RecordObject.html b/docs/classes/RecordObject.html deleted file mode 100644 index db6490f52..000000000 --- a/docs/classes/RecordObject.html +++ /dev/null @@ -1,4 +0,0 @@ -RecordObject | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Helper class for instantiating multiple objects with Components.js. -See https://github.com/LinkedSoftwareDependencies/Components.js/issues/26

-

Hierarchy

  • RecordObject

Implements

  • Record<string, any>

Index

Constructors

Constructors

  • new RecordObject(record?: Record<string, string>): RecordObject

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/RedirectAllHttpHandler.html b/docs/classes/RedirectAllHttpHandler.html deleted file mode 100644 index a1b719162..000000000 --- a/docs/classes/RedirectAllHttpHandler.html +++ /dev/null @@ -1,20 +0,0 @@ -RedirectAllHttpHandler | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Will redirect all incoming requests to the given target. -In case the incoming request already has the correct target, -the canHandle call will reject the input.

-

Hierarchy

Index

Constructors

Properties

baseUrl: string
responseWriter: ResponseWriter
target: string
targetExtractor: TargetExtractor

Methods

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/RedirectHttpError.html b/docs/classes/RedirectHttpError.html deleted file mode 100644 index 8cdf47ed0..000000000 --- a/docs/classes/RedirectHttpError.html +++ /dev/null @@ -1,13 +0,0 @@ -RedirectHttpError | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

An error corresponding to a 3xx status code. -Includes the location it redirects to.

-

Type parameters

  • TCode: number = number

Hierarchy

Index

Constructors

Properties

cause?: unknown
details?: Dict<unknown>
errorCode: string
location: string
message: string
name: string
stack?: string
statusCode: TCode
prepareStackTrace?: (err: Error, stackTraces: CallSite[]) => any

Type declaration

stackTraceLimit: number

Methods

  • generateMetadata(subject: string | Quad_Subject): Quad[]
  • captureStackTrace(targetObject: object, constructorOpt?: Function): void
  • -

    Create .stack property on a target object

    -

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/RedirectingErrorHandler.html b/docs/classes/RedirectingErrorHandler.html deleted file mode 100644 index ff83567f5..000000000 --- a/docs/classes/RedirectingErrorHandler.html +++ /dev/null @@ -1,19 +0,0 @@ -RedirectingErrorHandler | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Internally we create redirects by throwing specific RedirectHttpErrors. -This Error handler converts those to {@link RedirectResponseDescription}s that are used for output.

-

Hierarchy

Index

Constructors

Methods

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/RedirectingHttpHandler.html b/docs/classes/RedirectingHttpHandler.html deleted file mode 100644 index be716b5ef..000000000 --- a/docs/classes/RedirectingHttpHandler.html +++ /dev/null @@ -1,29 +0,0 @@ -RedirectingHttpHandler | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Handler that redirects paths matching given patterns -to their corresponding URL, substituting selected groups.

-

Hierarchy

Index

Constructors

Properties

logger: Logger = ...
redirects: { redirectPattern: string; regex: RegExp }[]

Methods

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/RedisLocker.html b/docs/classes/RedisLocker.html deleted file mode 100644 index 14077a330..000000000 --- a/docs/classes/RedisLocker.html +++ /dev/null @@ -1,67 +0,0 @@ -RedisLocker | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

A Redis Locker that can be used as both:

-
    -
  • a Read Write Locker that uses a (single) Redis server to store the locks and counts.
  • -
  • a Resource Locker that uses a (single) Redis server to store the lock. -This solution should be process-safe. The only references to locks are string keys -derived from identifier paths.
  • -
-

The Read Write algorithm roughly goes as follows:

-
    -
  • Acquire a read lock: allowed as long as there is no write lock. On acquiring the read counter goes up.
  • -
  • Acquire a write lock: allowed as long as there is no other write lock AND the read counter is 0.
  • -
  • Release a read lock: decreases the read counter with 1
  • -
  • Release a write lock: unlocks the write lock
  • -
-

The Resource locking algorithm uses a single mutex/lock.

-

All operations, such as checking for a write lock AND read count, are executed in a single Lua script. -These scripts are used by Redis as a single new command. -Redis executes its operations in a single thread, as such, each such operation can be considered atomic.

- -

Hierarchy

  • RedisLocker

Implements

Index

Constructors

Properties

attemptSettings: Required<AttemptSettings>
logger: Logger = ...
redis: Redis
redisLock: RedisResourceLock
redisRw: RedisReadWriteLock

Methods

  • createRedisClient(redisClientString: string): Redis
  • -

    Generate and return a RedisClient based on the provided string

    -

    Parameters

    • redisClientString: string
      -

      A string that contains either a host address and a - port number like '127.0.0.1:6379' or just a port number like '6379'.

      -

    Returns Redis

  • finalize(): Promise<void>
  • -

    Create a scoped Redis key for Read-Write locking.

    -

    Parameters

    Returns string

    A scoped Redis key that allows cleanup afterwards without affecting other keys.

    -
  • -

    Create a scoped Redis key for Resource locking.

    -

    Parameters

    Returns string

    A scoped Redis key that allows cleanup afterwards without affecting other keys.

    -
  • tryRedisFn(fn: () => Promise<boolean>): Promise<void>
  • -

    Try a Redis function according to the set AttemptSettings -Since the locking strategy is custom-built on Redis and Redis itself does not have a lock concept, -this function allows us to wait until we acquired a lock.

    -

    The AttemptSettings will dictate how many times we should retry the Redis functions -before giving up and throwing an error.

    -
    see

    To convert from Redis operation to Promise use {@link fromResp2ToBool} to wrap the function

    -

    Parameters

    • fn: () => Promise<boolean>
      -

      The function to try

      -
        • (): Promise<boolean>
        • Returns Promise<boolean>

    Returns Promise<void>

    Promise that resolves if operation succeeded. Rejects with error otherwise

    -
  • withReadLock<T>(identifier: ResourceIdentifier, whileLocked: () => T | Promise<T>): Promise<T>
  • -

    Run the given function while the resource is locked. -The lock will be released when the (async) input function resolves. -This function should be used for operations that only require reading the resource.

    -

    Type parameters

    • T

    Parameters

    • identifier: ResourceIdentifier
    • whileLocked: () => T | Promise<T>
        • (): T | Promise<T>
        • Returns T | Promise<T>

    Returns Promise<T>

    A promise resolving when the lock is released.

    -
  • withWriteLock<T>(identifier: ResourceIdentifier, whileLocked: () => T | Promise<T>): Promise<T>
  • -

    Run the given function while the resource is locked. -The lock will be released when the (async) input function resolves. -This function should be used for operations that could modify the resource.

    -

    Type parameters

    • T

    Parameters

    • identifier: ResourceIdentifier
    • whileLocked: () => T | Promise<T>
        • (): T | Promise<T>
        • Returns T | Promise<T>

    Returns Promise<T>

    A promise resolving when the lock is released.

    -

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/RegexRouterRule.html b/docs/classes/RegexRouterRule.html deleted file mode 100644 index 654f14682..000000000 --- a/docs/classes/RegexRouterRule.html +++ /dev/null @@ -1,29 +0,0 @@ -RegexRouterRule | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Routes requests to a store based on the path of the identifier. -The identifier will be stripped of the base URI after which regexes will be used to find the correct store. -The trailing slash of the base URI will still be present so the first character a regex can match would be that /. -This way regexes such as /container/ can match containers in any position.

-

In case none of the regexes match an error will be thrown.

-

Hierarchy

Index

Constructors

Properties

base: string
regexes: Map<RegExp, ResourceStore>

Methods

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/RegistrationHandler.html b/docs/classes/RegistrationHandler.html deleted file mode 100644 index 906a2b734..000000000 --- a/docs/classes/RegistrationHandler.html +++ /dev/null @@ -1,24 +0,0 @@ -RegistrationHandler | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Supports registration based on the RegistrationManager behaviour.

-

Hierarchy

Index

Constructors

Properties

logger: Logger = ...
registrationManager: RegistrationManager

Methods

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/RegistrationManager.html b/docs/classes/RegistrationManager.html deleted file mode 100644 index c7761cb80..000000000 --- a/docs/classes/RegistrationManager.html +++ /dev/null @@ -1,35 +0,0 @@ -RegistrationManager | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Supports IDP registration and pod creation based on input parameters.

-

The above behaviour is combined in the two class functions. -validateInput will make sure all incoming data is correct and makes sense. -register will call all the correct handlers based on the requirements of the validated parameters.

-

Hierarchy

  • RegistrationManager

Index

Constructors

Properties

accountStore: AccountStore
baseUrl: string
identifierGenerator: IdentifierGenerator
logger: Logger = ...
ownershipValidator: OwnershipValidator
podManager: PodManager
webIdSuffix: string

Methods

  • -

    Handles the 3 potential steps of the registration process:

    -
      -
    1. Generating a new WebID.
    2. -
    3. Registering a WebID with the IDP.
    4. -
    5. Creating a new pod for a given WebID.
    6. -
    -

    All of these steps are optional and will be determined based on the input parameters.

    -

    This includes the following steps:

    -
      -
    • Ownership will be verified when the WebID is provided.
    • -
    • When registering and creating a pod, the base URL will be used as oidcIssuer value.
    • -
    -

    Parameters

    Returns Promise<RegistrationResponse>

  • trimString(input: unknown): undefined | string
  • -

    Makes sure the input conforms to the following requirements when relevant:

    -
      -
    • At least one option needs to be chosen.
    • -
    • In case a new WebID needs to be created, the other 2 steps will be set to true.
    • -
    • Valid email/WebID/password/podName when required.
    • -
    • Only create a root pod when allowed.
    • -
    -

    Parameters

    • input: Dict<unknown>
      -

      Input parameters for the registration procedure.

      -
    • allowRoot: boolean = false
      -

      If creating a pod in the root container should be allowed.

      -

    Returns RegistrationParams

    A cleaned up version of the input parameters. -Only (trimmed) parameters that are relevant to the registration procedure will be retained.

    -

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/RelativePathInteractionRoute.html b/docs/classes/RelativePathInteractionRoute.html deleted file mode 100644 index 0272b2636..000000000 --- a/docs/classes/RelativePathInteractionRoute.html +++ /dev/null @@ -1,5 +0,0 @@ -RelativePathInteractionRoute | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

A route that is relative to another route. -The relative path will be joined to the input base, -which can either be an absolute URL or an InteractionRoute of which the path will be used.

-

Hierarchy

Index

Constructors

Methods

Constructors

Methods

  • getPath(): string

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/RepresentationConverter.html b/docs/classes/RepresentationConverter.html deleted file mode 100644 index 34ea37b3d..000000000 --- a/docs/classes/RepresentationConverter.html +++ /dev/null @@ -1,22 +0,0 @@ -RepresentationConverter | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Converts a Representation from one media type to another, based on the given preferences.

-

Hierarchy

Index

Constructors

Methods

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/RepresentationConvertingStore.html b/docs/classes/RepresentationConvertingStore.html deleted file mode 100644 index e45f5a93a..000000000 --- a/docs/classes/RepresentationConvertingStore.html +++ /dev/null @@ -1,19 +0,0 @@ -RepresentationConvertingStore | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Store that provides (optional) conversion of incoming and outgoing Representations.

-

Type parameters

Hierarchy

Index

Constructors

Properties

logger: Logger = ...
source: T

Methods

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/RepresentationMetadata.html b/docs/classes/RepresentationMetadata.html deleted file mode 100644 index 34f8a20c3..000000000 --- a/docs/classes/RepresentationMetadata.html +++ /dev/null @@ -1,126 +0,0 @@ -RepresentationMetadata | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Stores the metadata triples and provides methods for easy access. -Most functions return the metadata object to allow for chaining.

-

Hierarchy

  • RepresentationMetadata

Index

Constructors

Properties

id: NamedNode<string> | BlankNode
logger: Logger = ...
store: Store<Quad, Quad, Quad, Quad>

Accessors

  • get contentLength(): undefined | number
  • set contentLength(input: undefined | number): void
  • get contentType(): undefined | string
  • set contentType(input: undefined | string): void
  • get contentTypeObject(): undefined | ContentType
  • set contentTypeObject(contentType: undefined | ContentType): void
  • get identifier(): NamedNode<string> | BlankNode
  • set identifier(id: NamedNode<string> | BlankNode): void

Methods

  • addQuad(subject: string | NamedNode<string> | BlankNode, predicate: NamedNode<string>, object: string | NamedNode<string> | BlankNode | Literal, graph?: MetadataGraph): RepresentationMetadata
  • -

    Helper function to simplify add/remove -Runs the given function on all predicate/object pairs, but only converts the predicate to a named node once.

    -

    Parameters

    • predicate: NamedNode<string>
    • object: MetadataValue
    • forFn: (pred: NamedNode<string>, obj: NamedNode<string> | Literal) => void
        • (pred: NamedNode<string>, obj: NamedNode<string> | Literal): void
        • Parameters

          • pred: NamedNode<string>
          • obj: NamedNode<string> | Literal

          Returns void

    Returns RepresentationMetadata

  • get(predicate: NamedNode<string>, graph?: MetadataGraph): undefined | Term
  • throws

    Error -If there are multiple matching values.

    -

    Parameters

    • predicate: NamedNode<string>
      -

      Predicate to get the value for.

      -
    • Optional graph: MetadataGraph
      -

      Optional graph where the triple should be found.

      -

    Returns undefined | Term

    The corresponding value. Undefined if there is no match

    -
  • getAll(predicate: NamedNode<string>, graph?: MetadataGraph): Term[]
  • has(predicate?: null | string | NamedNode<string>, object?: null | string | NamedNode<string> | BlankNode | Literal, graph?: null | MetadataGraph): boolean
  • -

    Verifies if a specific triple can be found in the metadata. -Undefined parameters are interpreted as wildcards.

    -

    Parameters

    • predicate: null | string | NamedNode<string> = null
    • object: null | string | NamedNode<string> | BlankNode | Literal = null
    • graph: null | MetadataGraph = null

    Returns boolean

  • quads(subject?: null | string | NamedNode<string> | BlankNode, predicate?: null | NamedNode<string>, object?: null | string | NamedNode<string> | BlankNode | Literal, graph?: null | MetadataGraph): Quad[]
  • removeContentType(): void
  • removeQuad(subject: string | NamedNode<string> | BlankNode, predicate: NamedNode<string>, object: string | NamedNode<string> | BlankNode | Literal, graph?: MetadataGraph): RepresentationMetadata

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/RepresentationPatchHandler.html b/docs/classes/RepresentationPatchHandler.html deleted file mode 100644 index 64a122a3e..000000000 --- a/docs/classes/RepresentationPatchHandler.html +++ /dev/null @@ -1,23 +0,0 @@ -RepresentationPatchHandler | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Handles a patch operation by getting the representation from the store, applying a RepresentationPatcher, -and then writing the result back to the store.

-

In case there is no original representation (the store throws a NotFoundHttpError), -the patcher is expected to create a new one.

-

Hierarchy

Index

Constructors

Properties

logger: Logger = ...

Methods

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/RepresentationPatcher.html b/docs/classes/RepresentationPatcher.html deleted file mode 100644 index 297870302..000000000 --- a/docs/classes/RepresentationPatcher.html +++ /dev/null @@ -1,22 +0,0 @@ -RepresentationPatcher | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Handles the patching of a specific Representation.

-

Hierarchy

Index

Constructors

Methods

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/RequestParser.html b/docs/classes/RequestParser.html deleted file mode 100644 index 156eda781..000000000 --- a/docs/classes/RequestParser.html +++ /dev/null @@ -1,22 +0,0 @@ -RequestParser | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Converts an incoming HttpRequest to an Operation.

-

Hierarchy

Index

Constructors

Methods

  • -

    Checks if the input can be handled by this class. -If it cannot handle the input, rejects with an error explaining why.

    -

    Parameters

    • input: HttpRequest
      -

      Input that could potentially be handled.

      -

    Returns Promise<void>

    A promise resolving if the input can be handled, rejecting with an Error if not.

    -

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/ResetPasswordHandler.html b/docs/classes/ResetPasswordHandler.html deleted file mode 100644 index 97be7e80f..000000000 --- a/docs/classes/ResetPasswordHandler.html +++ /dev/null @@ -1,27 +0,0 @@ -ResetPasswordHandler | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Resets a password if a valid recordId is provided, -which should have been generated by a different handler.

-

Hierarchy

Index

Constructors

Properties

accountStore: AccountStore
logger: Logger = ...

Methods

  • resetPassword(recordId: string, newPassword: string): Promise<void>

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/ResetResponseDescription.html b/docs/classes/ResetResponseDescription.html deleted file mode 100644 index 3d3a0111e..000000000 --- a/docs/classes/ResetResponseDescription.html +++ /dev/null @@ -1,3 +0,0 @@ -ResetResponseDescription | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Corresponds to a 205 response.

-

Hierarchy

Index

Constructors

Properties

Constructors

Properties

data?: Guarded<Readable>
statusCode: number

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/ResponseDescription.html b/docs/classes/ResponseDescription.html deleted file mode 100644 index 7f7dbcd20..000000000 --- a/docs/classes/ResponseDescription.html +++ /dev/null @@ -1,9 +0,0 @@ -ResponseDescription | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

The result of executing an operation.

-

Hierarchy

Index

Constructors

Properties

Constructors

Properties

data?: Guarded<Readable>
statusCode: number

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/ResponseWriter.html b/docs/classes/ResponseWriter.html deleted file mode 100644 index 41d5a673b..000000000 --- a/docs/classes/ResponseWriter.html +++ /dev/null @@ -1,22 +0,0 @@ -ResponseWriter | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Writes the ResponseDescription to the HttpResponse.

-

Hierarchy

Index

Constructors

Methods

  • -

    Checks if the input can be handled by this class. -If it cannot handle the input, rejects with an error explaining why.

    -

    Parameters

    Returns Promise<void>

    A promise resolving if the input can be handled, rejecting with an Error if not.

    -

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/RootFilePathHandler.html b/docs/classes/RootFilePathHandler.html deleted file mode 100644 index 3a1301bc9..000000000 --- a/docs/classes/RootFilePathHandler.html +++ /dev/null @@ -1,21 +0,0 @@ -RootFilePathHandler | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Uses a FileIdentifierMapper to generate a root file path variable based on the identifier. -Will throw an error if the resulting file path already exists.

-

Hierarchy

Index

Constructors

Properties

Methods

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/RouterHandler.html b/docs/classes/RouterHandler.html deleted file mode 100644 index 8e1a867e8..000000000 --- a/docs/classes/RouterHandler.html +++ /dev/null @@ -1,20 +0,0 @@ -RouterHandler | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

An HttpHandler that checks if a given method and path are satisfied -and allows its handler to be executed if so.

-

If allowedMethods contains '*' it will match all methods.

-

Hierarchy

Index

Constructors

Properties

allMethods: boolean
allowedMethods: string[]
allowedPathNamesRegEx: RegExp[]
baseUrl: string
handler: HttpHandler
targetExtractor: TargetExtractor

Methods

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/RouterRule.html b/docs/classes/RouterRule.html deleted file mode 100644 index fdd65037b..000000000 --- a/docs/classes/RouterRule.html +++ /dev/null @@ -1,23 +0,0 @@ -RouterRule | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Finds which store needs to be accessed for the given resource, -potentially based on the Representation of incoming data.

-

Hierarchy

Index

Constructors

Methods

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/RoutingAuxiliaryIdentifierStrategy.html b/docs/classes/RoutingAuxiliaryIdentifierStrategy.html deleted file mode 100644 index 1ed57af3e..000000000 --- a/docs/classes/RoutingAuxiliaryIdentifierStrategy.html +++ /dev/null @@ -1,23 +0,0 @@ -RoutingAuxiliaryIdentifierStrategy | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

An AuxiliaryIdentifierStrategy that combines multiple AuxiliaryIdentifierStrategies into one. -Uses isAuxiliaryIdentifier to know which strategy to route to.

-

Hierarchy

Implements

Index

Constructors

Properties

Methods

  • getAuxiliaryIdentifier(): never

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/RoutingAuxiliaryStrategy.html b/docs/classes/RoutingAuxiliaryStrategy.html deleted file mode 100644 index 3e552cf04..000000000 --- a/docs/classes/RoutingAuxiliaryStrategy.html +++ /dev/null @@ -1,43 +0,0 @@ -RoutingAuxiliaryStrategy | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

An AuxiliaryStrategy that combines multiple AuxiliaryStrategies into one. -Uses isAuxiliaryIdentifier to know which strategy to call for which call.

-

addMetadata will either call all strategies if the input is the subject identifier, -or only the matching strategy if the input is an auxiliary identifier.

-

Hierarchy

Implements

Index

Constructors

Properties

Methods

  • -

    Adds metadata related to this auxiliary resource, -in case this is required for this type of auxiliary resource. -The metadata that is added depends on the given identifier being an auxiliary or subject resource: -the metadata will be used to link to the other one, and potentially add extra typing info.

    -

    Used for: -Solid, §4.3.1: "For any defined auxiliary resource available for a given Solid resource, all representations of -that resource MUST include an HTTP Link header pointing to the location of each auxiliary resource." -https://solid.github.io/specification/protocol#auxiliary-resources-server

    -

    The above is an example of how that metadata would only be added in case the input is the subject identifier.

    -

    Parameters

    Returns Promise<void>

  • getAuxiliaryIdentifier(): never

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/RoutingResourceStore.html b/docs/classes/RoutingResourceStore.html deleted file mode 100644 index fd2c29d3f..000000000 --- a/docs/classes/RoutingResourceStore.html +++ /dev/null @@ -1,25 +0,0 @@ -RoutingResourceStore | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Store that routes the incoming request to a specific store based on the stored ResourceRouter. -In case no store was found for one of the functions that take no data (GET/PATCH/DELETE), -a 404 will be thrown. In the other cases the error of the router will be thrown (which would probably be 400).

-

Hierarchy

  • RoutingResourceStore

Implements

Index

Constructors

Properties

Methods

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/SafeErrorHandler.html b/docs/classes/SafeErrorHandler.html deleted file mode 100644 index 9fc711010..000000000 --- a/docs/classes/SafeErrorHandler.html +++ /dev/null @@ -1,21 +0,0 @@ -SafeErrorHandler | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Returns a simple text description of an error. -This class is a failsafe in case the wrapped error handler fails.

-

Hierarchy

Index

Constructors

Properties

errorHandler: ErrorHandler
logger: Logger = ...
showStackTrace: boolean

Methods

  • -

    Checks if the input can be handled by this class. -If it cannot handle the input, rejects with an error explaining why.

    -

    Parameters

    Returns Promise<void>

    A promise resolving if the input can be handled, rejecting with an Error if not.

    -

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/SeededPodInitializer.html b/docs/classes/SeededPodInitializer.html deleted file mode 100644 index c12a2372a..000000000 --- a/docs/classes/SeededPodInitializer.html +++ /dev/null @@ -1,21 +0,0 @@ -SeededPodInitializer | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Uses a RegistrationManager to initialize accounts and pods -for all seeded pods. Reads the pod settings from seededPodConfigJson.

-

Hierarchy

Index

Constructors

Properties

configFilePath: null | string
logger: Logger = ...
registrationManager: RegistrationManager

Methods

  • canHandle(input: void): Promise<void>
  • -

    Checks if the input can be handled by this class. -If it cannot handle the input, rejects with an error explaining why.

    -

    Parameters

    • input: void
      -

      Input that could potentially be handled.

      -

    Returns Promise<void>

    A promise resolving if the input can be handled, rejecting with an Error if not.

    -
  • handle(): Promise<void>
  • handleSafe(input: void): Promise<void>
  • -

    Helper function that first runs canHandle followed by handle. -Throws the error of canHandle if the data cannot be handled, -or returns the result of handle otherwise.

    -

    Parameters

    • input: void
      -

      Input data that will be handled if it can be handled.

      -

    Returns Promise<void>

    A promise resolving if the input can be handled, rejecting with an Error if not.

    -

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/SequenceHandler.html b/docs/classes/SequenceHandler.html deleted file mode 100644 index 0ce367384..000000000 --- a/docs/classes/SequenceHandler.html +++ /dev/null @@ -1,22 +0,0 @@ -SequenceHandler | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class SequenceHandler<TIn, TOut>

-

A composite handler that will try to run all supporting handlers sequentially -and return the value of the last supported handler. -The canHandle check of this handler will always succeed.

-

Type parameters

  • TIn = void

  • TOut = void

Hierarchy

Index

Constructors

Properties

handlers: AsyncHandler<TIn, TOut>[]

Methods

  • canHandle(input: TIn): Promise<void>
  • -

    Checks if the input can be handled by this class. -If it cannot handle the input, rejects with an error explaining why.

    -

    Parameters

    • input: TIn
      -

      Input that could potentially be handled.

      -

    Returns Promise<void>

    A promise resolving if the input can be handled, rejecting with an Error if not.

    -
  • handle(input: TIn): Promise<undefined | TOut>
  • handleSafe(input: TIn): Promise<undefined | TOut>
  • -

    Helper function that first runs canHandle followed by handle. -Throws the error of canHandle if the data cannot be handled, -or returns the result of handle otherwise.

    -

    Parameters

    • input: TIn
      -

      Input data that will be handled if it can be handled.

      -

    Returns Promise<undefined | TOut>

    A promise resolving if the input can be handled, rejecting with an Error if not.

    -

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/ServerInitializer.html b/docs/classes/ServerInitializer.html deleted file mode 100644 index d5f51d798..000000000 --- a/docs/classes/ServerInitializer.html +++ /dev/null @@ -1,20 +0,0 @@ -ServerInitializer | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Creates and starts an HTTP server.

-

Hierarchy

Implements

Index

Constructors

Properties

port: number
server?: Server
serverFactory: HttpServerFactory

Methods

  • canHandle(input: void): Promise<void>
  • -

    Checks if the input can be handled by this class. -If it cannot handle the input, rejects with an error explaining why.

    -

    Parameters

    • input: void
      -

      Input that could potentially be handled.

      -

    Returns Promise<void>

    A promise resolving if the input can be handled, rejecting with an Error if not.

    -
  • finalize(): Promise<void>
  • handle(): Promise<void>
  • handleSafe(input: void): Promise<void>
  • -

    Helper function that first runs canHandle followed by handle. -Throws the error of canHandle if the data cannot be handled, -or returns the result of handle otherwise.

    -

    Parameters

    • input: void
      -

      Input data that will be handled if it can be handled.

      -

    Returns Promise<void>

    A promise resolving if the input can be handled, rejecting with an Error if not.

    -

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/SettingsExtractor.html b/docs/classes/SettingsExtractor.html deleted file mode 100644 index 9ae72b03c..000000000 --- a/docs/classes/SettingsExtractor.html +++ /dev/null @@ -1,22 +0,0 @@ -SettingsExtractor | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

A handler that computes a specific value from a given map of values.

-

Hierarchy

Index

Constructors

Methods

  • canHandle(input: Settings): Promise<void>
  • -

    Checks if the input can be handled by this class. -If it cannot handle the input, rejects with an error explaining why.

    -

    Parameters

    • input: Settings
      -

      Input that could potentially be handled.

      -

    Returns Promise<void>

    A promise resolving if the input can be handled, rejecting with an Error if not.

    -
  • handle(input: Settings): Promise<unknown>
  • -

    Handles the given input. This may only be called if canHandle did not reject. -When unconditionally calling both in sequence, consider handleSafe instead.

    -

    Parameters

    • input: Settings
      -

      Input that needs to be handled.

      -

    Returns Promise<unknown>

    A promise resolving when handling is finished.

    -
  • handleSafe(input: Settings): Promise<unknown>
  • -

    Helper function that first runs canHandle followed by handle. -Throws the error of canHandle if the data cannot be handled, -or returns the result of handle otherwise.

    -

    Parameters

    • input: Settings
      -

      Input data that will be handled if it can be handled.

      -

    Returns Promise<unknown>

    A promise resolving if the input can be handled, rejecting with an Error if not.

    -

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/SettingsResolver.html b/docs/classes/SettingsResolver.html deleted file mode 100644 index 61c567ee7..000000000 --- a/docs/classes/SettingsResolver.html +++ /dev/null @@ -1,24 +0,0 @@ -SettingsResolver | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Converts a key/value object, extracted from the CLI or passed as a parameter, -into a new key/value object where the keys are variables defined in the Components.js configuration. -The resulting values are the values that should be assigned to those variables.

-

Hierarchy

Index

Constructors

Methods

  • canHandle(input: Settings): Promise<void>
  • -

    Checks if the input can be handled by this class. -If it cannot handle the input, rejects with an error explaining why.

    -

    Parameters

    • input: Settings
      -

      Input that could potentially be handled.

      -

    Returns Promise<void>

    A promise resolving if the input can be handled, rejecting with an Error if not.

    -
  • handle(input: Settings): Promise<VariableBindings>
  • -

    Handles the given input. This may only be called if canHandle did not reject. -When unconditionally calling both in sequence, consider handleSafe instead.

    -

    Parameters

    • input: Settings
      -

      Input that needs to be handled.

      -

    Returns Promise<VariableBindings>

    A promise resolving when handling is finished.

    -
  • handleSafe(input: Settings): Promise<VariableBindings>
  • -

    Helper function that first runs canHandle followed by handle. -Throws the error of canHandle if the data cannot be handled, -or returns the result of handle otherwise.

    -

    Parameters

    • input: Settings
      -

      Input data that will be handled if it can be handled.

      -

    Returns Promise<VariableBindings>

    A promise resolving if the input can be handled, rejecting with an Error if not.

    -

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/SetupHandler.html b/docs/classes/SetupHandler.html deleted file mode 100644 index faca237c8..000000000 --- a/docs/classes/SetupHandler.html +++ /dev/null @@ -1,30 +0,0 @@ -SetupHandler | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

On POST requests, runs an initializer and/or performs a registration step, both optional.

-

Hierarchy

Index

Constructors

Properties

initializer?: Initializer
logger: Logger = ...
registrationManager?: RegistrationManager

Methods

  • initialize(): Promise<void>
  • register(json: Dict<any>): Promise<Record<string, any>>
  • -

    Register a user based on the given input. -Errors if no registration manager is defined.

    -

    Parameters

    • json: Dict<any>

    Returns Promise<Record<string, any>>

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/SetupHttpHandler.html b/docs/classes/SetupHttpHandler.html deleted file mode 100644 index a649f2d20..000000000 --- a/docs/classes/SetupHttpHandler.html +++ /dev/null @@ -1,31 +0,0 @@ -SetupHttpHandler | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Handles the initial setup of a server. -Will capture all requests until setup is finished, -this to prevent accidentally running unsafe servers.

-

GET requests will return the view template which should contain the setup information for the user. -POST requests will be sent to the InteractionHandler. -After successfully completing a POST request this handler will disable itself and become unreachable. -All other methods will be rejected.

-

Hierarchy

Index

Constructors

Properties

logger: Logger = ...
storage: KeyValueStorage<string, boolean>
storageKey: string
templateEngine: TemplateEngine<Dict<any>>

Methods

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/SingleRootIdentifierStrategy.html b/docs/classes/SingleRootIdentifierStrategy.html deleted file mode 100644 index dc8030ea4..000000000 --- a/docs/classes/SingleRootIdentifierStrategy.html +++ /dev/null @@ -1,14 +0,0 @@ -SingleRootIdentifierStrategy | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

An IdentifierStrategy that assumes there is only 1 root and all other identifiers are made by appending to that root.

-

Hierarchy

Index

Constructors

Properties

baseUrl: string
logger: Logger = ...

Methods

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/SingleThreadedResourceLocker.html b/docs/classes/SingleThreadedResourceLocker.html deleted file mode 100644 index 753325bc2..000000000 --- a/docs/classes/SingleThreadedResourceLocker.html +++ /dev/null @@ -1,15 +0,0 @@ -SingleThreadedResourceLocker | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

A resource locker making use of the async-lock library. -Note that all locks are kept in memory until they are unlocked which could potentially result -in a memory leak if locks are never unlocked, so make sure this is covered with expiring locks for example, -and/or proper finally handles.

-

Hierarchy

  • SingleThreadedResourceLocker

Implements

Index

Constructors

Properties

locker: AsyncLock
logger: Logger = ...
unlockCallbacks: Record<string, () => void>

Methods

  • getLockCount(): number

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/SlugParser.html b/docs/classes/SlugParser.html deleted file mode 100644 index bb2027301..000000000 --- a/docs/classes/SlugParser.html +++ /dev/null @@ -1,20 +0,0 @@ -SlugParser | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Converts the contents of the slug header to metadata.

-

Hierarchy

Index

Constructors

Properties

Methods

Constructors

Properties

logger: Logger = ...

Methods

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/SparqlDataAccessor.html b/docs/classes/SparqlDataAccessor.html deleted file mode 100644 index 1fbceb04e..000000000 --- a/docs/classes/SparqlDataAccessor.html +++ /dev/null @@ -1,82 +0,0 @@ -SparqlDataAccessor | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Stores all data and metadata of resources in a SPARQL backend. -Communication is done by sending SPARQL queries. -Queries are constructed in such a way to keep everything consistent, -such as updating containment triples and deleting old data when it is overwritten.

-

Since metadata is hidden, no containment triples are stored for metadata files.

-

All input container metadata is stored in its metadata identifier. -The containment triples are stored in the graph corresponding to the actual identifier -so those don't get overwritten.

-

Hierarchy

  • SparqlDataAccessor

Implements

Index

Constructors

Properties

endpoint: string
fetcher: SparqlEndpointFetcher
generator: SparqlGenerator
identifierStrategy: IdentifierStrategy
logger: Logger = ...

Methods

  • -

    Returns metadata for all resources in the requested container. -This should not be all metadata of those resources (but it can be), -but instead the main metadata you want to show in situations -where all these resources are presented simultaneously. -Generally this would be metadata that is present for all of these resources, -such as resource type or last modified date.

    -

    It can be safely assumed that the incoming identifier will always correspond to a container.

    -

    Parameters

    Returns AsyncIterableIterator<RepresentationMetadata>

  • getMetadataNode(name: NamedNode<string>): NamedNode<string>
  • getRelatedNames(identifier: ResourceIdentifier): { name: NamedNode<string>; parent?: NamedNode<string> }
  • -

    Helper function to get named nodes corresponding to the identifier and its parent container. -In case of a root container only the name will be returned.

    -

    Parameters

    Returns { name: NamedNode<string>; parent?: NamedNode<string> }

    • name: NamedNode<string>
    • Optional parent?: NamedNode<string>
  • sendSparqlConstruct(sparqlQuery: ConstructQuery): Promise<Guarded<Readable>>
  • sendSparqlUpdate(sparqlQuery: Update): Promise<void>
  • sparqlConstruct(name: NamedNode<string>): ConstructQuery
  • -

    Creates a CONSTRUCT query that returns all quads contained within a single resource.

    -

    Parameters

    • name: NamedNode<string>
      -

      Name of the resource to query.

      -

    Returns ConstructQuery

  • sparqlDelete(name: NamedNode<string>, parent?: NamedNode<string>): Update
  • -

    Creates a query that deletes everything related to the given name.

    -

    Parameters

    • name: NamedNode<string>
      -

      Name of resource to delete.

      -
    • Optional parent: NamedNode<string>
      -

      Parent of the resource to delete so the containment triple can be removed (unless root).

      -

    Returns Update

  • sparqlInsert(name: NamedNode<string>, metadata: RepresentationMetadata, parent?: NamedNode<string>, triples?: Quad[]): Update
  • -

    Creates an update query that overwrites the data and metadata of a resource. -If there are no triples we assume it's a container (so don't overwrite the main graph with containment triples).

    -

    Parameters

    • name: NamedNode<string>
      -

      Name of the resource to update.

      -
    • metadata: RepresentationMetadata
      -

      New metadata of the resource.

      -
    • Optional parent: NamedNode<string>
      -

      Name of the parent to update the containment triples.

      -
    • Optional triples: Quad[]
      -

      New data of the resource.

      -

    Returns Update

  • sparqlSelectGraph(name: NamedNode<string>, triples: Quad[]): GraphPattern
  • sparqlUpdateDeleteAll(name: NamedNode<string>): InsertDeleteOperation
  • -

    Helper function for creating SPARQL update queries. -Creates an operation for deleting all triples in a graph.

    -

    Parameters

    • name: NamedNode<string>
      -

      Name of the graph to delete.

      -

    Returns InsertDeleteOperation

  • sparqlUpdateGraph(name: NamedNode<string>, triples: Quad[]): GraphQuads
  • -

    Helper function for creating SPARQL update queries. -Creates a Graph selector with the given triples.

    -

    Parameters

    • name: NamedNode<string>
      -

      Name of the graph.

      -
    • triples: Quad[]
      -

      Triples/triple patterns to select.

      -

    Returns GraphQuads

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/SparqlUpdateBodyParser.html b/docs/classes/SparqlUpdateBodyParser.html deleted file mode 100644 index d2ae820ca..000000000 --- a/docs/classes/SparqlUpdateBodyParser.html +++ /dev/null @@ -1,19 +0,0 @@ -SparqlUpdateBodyParser | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

BodyParser that supports application/sparql-update content. -Will convert the incoming update string to algebra in a SparqlUpdatePatch.

-

Hierarchy

Index

Constructors

Properties

Methods

Constructors

Properties

logger: Logger = ...

Methods

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/SparqlUpdateModesExtractor.html b/docs/classes/SparqlUpdateModesExtractor.html deleted file mode 100644 index 41c238e27..000000000 --- a/docs/classes/SparqlUpdateModesExtractor.html +++ /dev/null @@ -1,25 +0,0 @@ -SparqlUpdateModesExtractor | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Generates permissions for a SPARQL DELETE/INSERT body. -Updates with only an INSERT can be done with just append permissions, -while DELETEs require write permissions as well.

-

Hierarchy

Index

Constructors

Properties

resourceSet: ResourceSet

Methods

  • canHandle(__namedParameters: Operation): Promise<void>
  • hasConditions(update: Update): boolean
  • hasDeletes(update: Update): boolean
  • hasInserts(update: Update): boolean
  • isDeleteInsert(op: Operation): op is DeleteInsert
  • isNop(op: Operation): op is Nop
  • isSupported(op: Update): boolean

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/SparqlUpdatePatcher.html b/docs/classes/SparqlUpdatePatcher.html deleted file mode 100644 index 1d3f701e1..000000000 --- a/docs/classes/SparqlUpdatePatcher.html +++ /dev/null @@ -1,28 +0,0 @@ -SparqlUpdatePatcher | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Supports application/sparql-update PATCH requests on RDF resources.

-

Only DELETE/INSERT updates without variables are supported.

-

Hierarchy

Index

Constructors

Properties

engine: ActorInitSparql
logger: Logger = ...

Methods

  • isComposite(op: Operation): op is CompositeUpdate
  • isDeleteInsert(op: Operation): op is DeleteInsert
  • validateComposite(op: CompositeUpdate): void
  • validateDeleteInsert(op: DeleteInsert): void
  • -

    Checks if the input DELETE/INSERT is supported. -This means: no GRAPH statements, no DELETE WHERE containing terms of type Variable.

    -

    Parameters

    • op: DeleteInsert

    Returns void

  • validateUpdate(op: Operation): void

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/StaticAssetHandler.html b/docs/classes/StaticAssetHandler.html deleted file mode 100644 index 3a9c25835..000000000 --- a/docs/classes/StaticAssetHandler.html +++ /dev/null @@ -1,32 +0,0 @@ -StaticAssetHandler | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Handler that serves static resources on specific paths. -Relative file paths are assumed to be relative to cwd. -Relative file paths can be preceded by @css:, e.g. @css:foo/bar, -in case they need to be relative to the module root.

-

Hierarchy

Index

Constructors

  • new StaticAssetHandler(assets: Record<string, string>, options?: { expires?: number }): StaticAssetHandler

Properties

expires: number
logger: Logger = ...
mappings: Record<string, string>
pathMatcher: RegExp

Methods

  • createPathMatcher(assets: Record<string, string>): RegExp
  • getCacheHeaders(): Record<string, string>

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/StaticHandler.html b/docs/classes/StaticHandler.html deleted file mode 100644 index 99ca33493..000000000 --- a/docs/classes/StaticHandler.html +++ /dev/null @@ -1,22 +0,0 @@ -StaticHandler | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

A handler that always resolves and always returns the stored value. -Will return undefined if no value is stored.

-

The generic type extends any due to Components.js requirements.

-

Type parameters

  • T: any = void

Hierarchy

Index

Constructors

Properties

Methods

Constructors

Properties

value?: T

Methods

  • canHandle(input: any): Promise<void>
  • -

    Checks if the input can be handled by this class. -If it cannot handle the input, rejects with an error explaining why.

    -

    Parameters

    • input: any
      -

      Input that could potentially be handled.

      -

    Returns Promise<void>

    A promise resolving if the input can be handled, rejecting with an Error if not.

    -
  • handle(): Promise<T>
  • handleSafe(input: any): Promise<T>

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/StaticThrowHandler.html b/docs/classes/StaticThrowHandler.html deleted file mode 100644 index ab16be45a..000000000 --- a/docs/classes/StaticThrowHandler.html +++ /dev/null @@ -1,20 +0,0 @@ -StaticThrowHandler | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Utility handler that can handle all input and always throws the given error.

-

Hierarchy

Index

Constructors

Properties

Methods

Constructors

Properties

error: HttpError<number>

Methods

  • canHandle(input: any): Promise<void>
  • -

    Checks if the input can be handled by this class. -If it cannot handle the input, rejects with an error explaining why.

    -

    Parameters

    • input: any
      -

      Input that could potentially be handled.

      -

    Returns Promise<void>

    A promise resolving if the input can be handled, rejecting with an Error if not.

    -
  • handle(): Promise<never>
  • handleSafe(input: any): Promise<never>

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/SubdomainExtensionBasedMapper.html b/docs/classes/SubdomainExtensionBasedMapper.html deleted file mode 100644 index 325d3959d..000000000 --- a/docs/classes/SubdomainExtensionBasedMapper.html +++ /dev/null @@ -1,94 +0,0 @@ -SubdomainExtensionBasedMapper | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Extends the functionality of an ExtensionBasedMapper to support identifiers containing subdomains. -This is mostly only relevant in case you want to support multiple pods with subdomain identifiers -in a single ResourceStore.

-

When converting to/from file paths, the subdomain is interpreted as a folder in the rootFilePath. -The rest of the path is then interpreted relative to that folder. -E.g. http://alice.test.com/foo results in the relative path /alice/foo.

-

In case there is no subdomain in the URL, the baseSubdomain parameter is used instead. -E.g., if the baseSubdomain is "www", http://test.com/foo would result in the relative path /www/foo. -This means that there is no identifier that maps to the rootFilePath itself. -To prevent the possibility of 2 identifiers linking to the same file, -identifiers containing the default subdomain are rejected. -E.g., http://www.test.com/foo would result in a 403, even if http://test.com/foo exists.

-

Hierarchy

Index

Constructors

  • new SubdomainExtensionBasedMapper(base: string, rootFilepath: string, baseSubdomain?: string, customTypes?: Record<string, string>): SubdomainExtensionBasedMapper

Properties

baseParts: { rest: string; scheme: string }

Type declaration

  • rest: string
  • scheme: string
baseRequestURI: string
baseSubdomain: string
logger: Logger = ...
regex: RegExp
rootFilepath: string

Methods

  • getAbsolutePath(path: string): string
  • getContainerUrl(relative: string): Promise<string>
  • getContentTypeFromPath(filePath: string): Promise<string>
  • getContentTypeFromUrl(identifier: ResourceIdentifier, contentType?: string): Promise<string>
  • getDocumentUrl(relative: string): Promise<string>
  • isMetadataPath(path: string): boolean
  • mapFilePathToUrl(filePath: string, isContainer: boolean): Promise<ResourceLink>
  • relativeToUrl(relative: string): string
  • stripExtension(path: string): string

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/SubdomainIdentifierGenerator.html b/docs/classes/SubdomainIdentifierGenerator.html deleted file mode 100644 index 8ad22a529..000000000 --- a/docs/classes/SubdomainIdentifierGenerator.html +++ /dev/null @@ -1,7 +0,0 @@ -SubdomainIdentifierGenerator | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Generates identifiers by using the name as a subdomain on the base URL. -Non-alphanumeric characters will be replaced with -.

-

Hierarchy

  • SubdomainIdentifierGenerator

Implements

Index

Constructors

Properties

Methods

Constructors

Properties

baseParts: { rest: string; scheme: string }

Type declaration

  • rest: string
  • scheme: string

Methods

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/SubdomainIdentifierStrategy.html b/docs/classes/SubdomainIdentifierStrategy.html deleted file mode 100644 index eb8ac8aa3..000000000 --- a/docs/classes/SubdomainIdentifierStrategy.html +++ /dev/null @@ -1,14 +0,0 @@ -SubdomainIdentifierStrategy | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

An IdentifierStrategy that interprets all subdomains of the given base URL as roots.

-

Hierarchy

Index

Constructors

Properties

baseUrl: string
logger: Logger = ...
regex: RegExp

Methods

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/SuffixAuxiliaryIdentifierStrategy.html b/docs/classes/SuffixAuxiliaryIdentifierStrategy.html deleted file mode 100644 index 4fe5d02e9..000000000 --- a/docs/classes/SuffixAuxiliaryIdentifierStrategy.html +++ /dev/null @@ -1,23 +0,0 @@ -SuffixAuxiliaryIdentifierStrategy | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Helper class that uses a suffix to determine if a resource is an auxiliary resource or not. -Simple string matching is used, so the dot needs to be included if needed, e.g. ".acl".

-

Hierarchy

  • SuffixAuxiliaryIdentifierStrategy

Implements

Index

Constructors

Properties

suffix: string

Methods

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/SuffixIdentifierGenerator.html b/docs/classes/SuffixIdentifierGenerator.html deleted file mode 100644 index dcac6ca0e..000000000 --- a/docs/classes/SuffixIdentifierGenerator.html +++ /dev/null @@ -1,7 +0,0 @@ -SuffixIdentifierGenerator | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Generates identifiers by appending the name to a stored base identifier. -Non-alphanumeric characters will be replaced with -.

-

Hierarchy

  • SuffixIdentifierGenerator

Implements

Index

Constructors

Properties

Methods

Constructors

Properties

base: string

Methods

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/TargetExtractor.html b/docs/classes/TargetExtractor.html deleted file mode 100644 index 4468c182f..000000000 --- a/docs/classes/TargetExtractor.html +++ /dev/null @@ -1,22 +0,0 @@ -TargetExtractor | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Extracts a ResourceIdentifier from an incoming HttpRequest.

-

Hierarchy

Index

Constructors

Methods

  • canHandle(input: { request: HttpRequest }): Promise<void>
  • -

    Checks if the input can be handled by this class. -If it cannot handle the input, rejects with an error explaining why.

    -

    Parameters

    Returns Promise<void>

    A promise resolving if the input can be handled, rejecting with an Error if not.

    -

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/TemplatedPodGenerator.html b/docs/classes/TemplatedPodGenerator.html deleted file mode 100644 index 03e9a5b74..000000000 --- a/docs/classes/TemplatedPodGenerator.html +++ /dev/null @@ -1,24 +0,0 @@ -TemplatedPodGenerator | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Creates a new ResourceStore when creating a pod based on a Components.js configuration.

-

Part of the dynamic pod creation.

-
    -
  1. It calls a VariableHandler to add necessary variable values. -E.g. setting the base url variable for components.js to the pod identifier.
  2. -
  3. It filters/cleans the input agent values using VariableHandlers
  4. -
  5. It calls a ComponentsJsFactory with the variables and template location to instantiate a new ResourceStore.
  6. -
  7. It stores these values in the configuration storage, which is used as a permanent storage for pod configurations.
  8. -
-
see

ConfigPodManager, ConfigPodInitializer, BaseUrlRouterRule

-

Hierarchy

  • TemplatedPodGenerator

Implements

Index

Constructors

Properties

configStorage: KeyValueStorage<string, unknown>
configTemplatePath: string
logger: Logger = ...
storeFactory: ComponentsJsFactory
variableHandler: VariableHandler

Methods

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/TemplatedResourcesGenerator.html b/docs/classes/TemplatedResourcesGenerator.html deleted file mode 100644 index 5f44c7a79..000000000 --- a/docs/classes/TemplatedResourcesGenerator.html +++ /dev/null @@ -1,40 +0,0 @@ -TemplatedResourcesGenerator | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Generates resources by making use of a template engine. -The template folder structure will be kept. -Folders will be interpreted as containers and files as documents. -A FileIdentifierMapper will be used to generate identifiers that correspond to the relative structure.

-

A relative templateFolder is resolved relative to cwd, -unless it's preceded by @css:, e.g. @css:foo/bar.

-

Hierarchy

  • TemplatedResourcesGenerator

Implements

Index

Constructors

Properties

templateEngine: TemplateEngine<Dict<any>>
templateExtension: string
templateFolder: string

Methods

  • generateResource(link: TemplateResourceLink, options: Dict<string>, metaLink?: TemplateResourceLink): Promise<Resource>
  • -

    Generates a Resource object for the given ResourceLink. -In the case of documents the corresponding template will be used. -If a ResourceLink of metadata is provided the corresponding data will be added as metadata.

    -

    Parameters

    • link: TemplateResourceLink
    • options: Dict<string>
    • Optional metaLink: TemplateResourceLink

    Returns Promise<Resource>

  • groupLinks(folderPath: string, mapper: FileIdentifierMapper): Promise<Record<string, { link: TemplateResourceLink; meta?: TemplateResourceLink }>>
  • -

    Generates TemplateResourceLinks for each entry in the given folder -and combines the results so resources and their metadata are grouped together.

    -

    Parameters

    Returns Promise<Record<string, { link: TemplateResourceLink; meta?: TemplateResourceLink }>>

  • processFile(link: TemplateResourceLink, options: Dict<string>): Promise<Guarded<Readable>>
  • -

    Creates a TemplateResourceLink for the given filePath. -The identifier will be based on the file path stripped from the template extension, -but the filePath parameter will still point to the original file.

    -

    Parameters

    Returns Promise<TemplateResourceLink>

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/TokenOwnershipValidator.html b/docs/classes/TokenOwnershipValidator.html deleted file mode 100644 index e596883b1..000000000 --- a/docs/classes/TokenOwnershipValidator.html +++ /dev/null @@ -1,29 +0,0 @@ -TokenOwnershipValidator | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Validates ownership of a WebId by seeing if a specific triple can be added. -expiration parameter is how long the token should be valid in minutes.

-

Hierarchy

Index

Constructors

Properties

expiration: number
logger: Logger = ...
storage: ExpiringStorage<string, string>

Methods

  • canHandle(input: { webId: string }): Promise<void>
  • -

    Checks if the input can be handled by this class. -If it cannot handle the input, rejects with an error explaining why.

    -

    Parameters

    • input: { webId: string }
      -

      Input that could potentially be handled.

      -
      • webId: string

    Returns Promise<void>

    A promise resolving if the input can be handled, rejecting with an Error if not.

    -
  • generateToken(): string
  • getTokenKey(webId: string): string
  • handle(__namedParameters: { webId: string }): Promise<void>
  • handleSafe(input: { webId: string }): Promise<void>
  • hasToken(webId: string, token: string): Promise<boolean>
  • throwError(webId: string, token: string): never

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/TypedRepresentationConverter.html b/docs/classes/TypedRepresentationConverter.html deleted file mode 100644 index 36be0c5a6..000000000 --- a/docs/classes/TypedRepresentationConverter.html +++ /dev/null @@ -1,24 +0,0 @@ -TypedRepresentationConverter | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

A RepresentationConverter that allows requesting the supported types.

-

Hierarchy

Index

Constructors

Methods

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/UnauthorizedHttpError.html b/docs/classes/UnauthorizedHttpError.html deleted file mode 100644 index 86a2a71d2..000000000 --- a/docs/classes/UnauthorizedHttpError.html +++ /dev/null @@ -1,11 +0,0 @@ -UnauthorizedHttpError | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

An error thrown when an agent is not authorized.

-

Hierarchy

  • BaseHttpError
    • UnauthorizedHttpError

Index

Constructors

Properties

cause?: unknown
details?: Dict<unknown>
errorCode: string
message: string
name: string
stack?: string
statusCode: 401
statusCode: 401
-

The status code corresponding to this error class.

-
uri: NamedNode<string>
-

A unique URI identifying this error class.

-

Methods

  • generateMetadata(subject: string | Quad_Subject): Quad[]
  • -

    Returns quads representing metadata relevant to this error.

    -

    Parameters

    • subject: string | Quad_Subject

    Returns Quad[]

  • isInstance(error: any): error is HttpError<TCode>

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/UnionCredentialsExtractor.html b/docs/classes/UnionCredentialsExtractor.html deleted file mode 100644 index 189806d2e..000000000 --- a/docs/classes/UnionCredentialsExtractor.html +++ /dev/null @@ -1,30 +0,0 @@ -UnionCredentialsExtractor | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Combines the results of several CredentialsExtractors into one. -If multiple of these extractors return a value for the same key, -the last result will be used.

-

Hierarchy

Index

Constructors

Properties

Methods

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/UnionHandler.html b/docs/classes/UnionHandler.html deleted file mode 100644 index 703aa0b8c..000000000 --- a/docs/classes/UnionHandler.html +++ /dev/null @@ -1,39 +0,0 @@ -UnionHandler | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Utility handler that allows combining the results of multiple handlers into one. -Will run the handlers and then call the abstract combine function with the results, -which then generates the handler's output.

-

Type parameters

Hierarchy

Index

Constructors

  • new UnionHandler<T>(handlers: T[], requireAll?: boolean, ignoreErrors?: boolean): UnionHandler<T>
  • -

    Creates a new UnionHandler.

    -

    When requireAll is false or ignoreErrors is true, -the length of the input to combine can vary; -otherwise, it is exactly the number of handlers.

    -

    Type parameters

    Parameters

    • handlers: T[]
      -

      The handlers whose output is to be combined.

      -
    • requireAll: boolean = false
      -

      If true, will fail if any of the handlers do not support the input. -If false, only the handlers that support the input will be called; - will fail only if none of the handlers can handle the input.

      -
    • ignoreErrors: boolean = !requireAll
      -

      If true, ignores handlers that fail by omitting their output; - if false, fails when any handlers fail.

      -

    Returns UnionHandler<T>

Properties

handlers: T[]
ignoreErrors: boolean
requireAll: boolean

Methods

  • allCanHandle(input: InType<T>): Promise<void>
  • -

    Checks if all handlers can handle the input. -If not, throw an error based on the errors of the failed handlers.

    -

    Parameters

    • input: InType<T>

    Returns Promise<void>

  • canHandle(input: InType<T>): Promise<void>
  • -

    Checks if the input can be handled by this class. -If it cannot handle the input, rejects with an error explaining why.

    -

    Parameters

    • input: InType<T>

    Returns Promise<void>

    A promise resolving if the input can be handled, rejecting with an Error if not.

    -
  • combine(results: Awaited<ReturnType<T["handle"]>>[]): Promise<Awaited<ReturnType<T["handle"]>>>
  • -

    Combines the results of the handlers into a single output.

    -

    Parameters

    • results: Awaited<ReturnType<T["handle"]>>[]

    Returns Promise<Awaited<ReturnType<T["handle"]>>>

  • handle(input: InType<T>): Promise<Awaited<ReturnType<T["handle"]>>>
  • handleSafe(input: InType<T>): Promise<Awaited<ReturnType<T["handle"]>>>
  • -

    Helper function that first runs canHandle followed by handle. -Throws the error of canHandle if the data cannot be handled, -or returns the result of handle otherwise.

    -

    Parameters

    • input: InType<T>
      -

      Input data that will be handled if it can be handled.

      -

    Returns Promise<Awaited<ReturnType<T["handle"]>>>

    A promise resolving if the input can be handled, rejecting with an Error if not.

    -

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/UnionPermissionReader.html b/docs/classes/UnionPermissionReader.html deleted file mode 100644 index 362fc3b4d..000000000 --- a/docs/classes/UnionPermissionReader.html +++ /dev/null @@ -1,31 +0,0 @@ -UnionPermissionReader | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Combines the results of multiple PermissionReaders. -Every permission in every credential type is handled according to the rule false > true > undefined.

-

Hierarchy

Index

Constructors

Properties

handlers: PermissionReader[]

Methods

  • applyPermissions(permissions?: Partial<Record<AccessMode, boolean>>, result?: Partial<Record<AccessMode, boolean>>): Partial<Record<AccessMode, boolean>>

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/UnsecureConstantCredentialsExtractor.html b/docs/classes/UnsecureConstantCredentialsExtractor.html deleted file mode 100644 index cacbe89ba..000000000 --- a/docs/classes/UnsecureConstantCredentialsExtractor.html +++ /dev/null @@ -1,21 +0,0 @@ -UnsecureConstantCredentialsExtractor | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Credentials extractor that authenticates a constant agent -(useful for development or debugging purposes).

-

Hierarchy

Index

Constructors

Properties

credentials: Partial<Record<CredentialGroup, Credential>>
logger: Logger = ...

Methods

  • -

    Checks if the input can be handled by this class. -If it cannot handle the input, rejects with an error explaining why.

    -

    Parameters

    • input: HttpRequest
      -

      Input that could potentially be handled.

      -

    Returns Promise<void>

    A promise resolving if the input can be handled, rejecting with an Error if not.

    -

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/UnsecureWebIdExtractor.html b/docs/classes/UnsecureWebIdExtractor.html deleted file mode 100644 index 24cdfd659..000000000 --- a/docs/classes/UnsecureWebIdExtractor.html +++ /dev/null @@ -1,18 +0,0 @@ -UnsecureWebIdExtractor | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Credentials extractor which simply interprets the contents of the Authorization header as a WebID.

-

Hierarchy

Index

Constructors

Properties

Methods

Constructors

Properties

logger: Logger = ...

Methods

  • canHandle(__namedParameters: HttpRequest): Promise<void>

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/UnsecureWebSocketsProtocol.html b/docs/classes/UnsecureWebSocketsProtocol.html deleted file mode 100644 index 44f9cf00f..000000000 --- a/docs/classes/UnsecureWebSocketsProtocol.html +++ /dev/null @@ -1,21 +0,0 @@ -UnsecureWebSocketsProtocol | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Provides live update functionality following -the Solid WebSockets API Spec solid-0.1

-

Hierarchy

Index

Constructors

Properties

listeners: Set<WebSocketListener> = ...
logger: Logger = ...

Methods

  • canHandle(input: { upgradeRequest: HttpRequest; webSocket: WebSocket }): Promise<void>
  • -

    Checks if the input can be handled by this class. -If it cannot handle the input, rejects with an error explaining why.

    -

    Parameters

    • input: { upgradeRequest: HttpRequest; webSocket: WebSocket }
      -

      Input that could potentially be handled.

      -

    Returns Promise<void>

    A promise resolving if the input can be handled, rejecting with an Error if not.

    -
  • handle(input: { upgradeRequest: HttpRequest; webSocket: WebSocket }): Promise<void>
  • handleSafe(input: { upgradeRequest: HttpRequest; webSocket: WebSocket }): Promise<void>

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/UnsupportedAsyncHandler.html b/docs/classes/UnsupportedAsyncHandler.html deleted file mode 100644 index 12ab7052c..000000000 --- a/docs/classes/UnsupportedAsyncHandler.html +++ /dev/null @@ -1,18 +0,0 @@ -UnsupportedAsyncHandler | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Handler that does not support any input and will always throw an error.

-

Hierarchy

Index

Constructors

Properties

errorMessage?: string

Methods

  • canHandle(): Promise<never>
  • handle(): Promise<never>
  • handleSafe(input: any): Promise<never>

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/UnsupportedMediaTypeHttpError.html b/docs/classes/UnsupportedMediaTypeHttpError.html deleted file mode 100644 index 97b9c7179..000000000 --- a/docs/classes/UnsupportedMediaTypeHttpError.html +++ /dev/null @@ -1,11 +0,0 @@ -UnsupportedMediaTypeHttpError | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

An error thrown when the media type of incoming data is not supported by a parser.

-

Hierarchy

  • BaseHttpError
    • UnsupportedMediaTypeHttpError

Index

Constructors

Properties

cause?: unknown
details?: Dict<unknown>
errorCode: string
message: string
name: string
stack?: string
statusCode: 415
statusCode: 415
-

The status code corresponding to this error class.

-
uri: NamedNode<string>
-

A unique URI identifying this error class.

-

Methods

  • generateMetadata(subject: string | Quad_Subject): Quad[]
  • -

    Returns quads representing metadata relevant to this error.

    -

    Parameters

    • subject: string | Quad_Subject

    Returns Quad[]

  • isInstance(error: any): error is HttpError<TCode>

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/ValidatingDataAccessor.html b/docs/classes/ValidatingDataAccessor.html deleted file mode 100644 index 916b0f66b..000000000 --- a/docs/classes/ValidatingDataAccessor.html +++ /dev/null @@ -1,31 +0,0 @@ -ValidatingDataAccessor | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

A ValidatingDataAccessor wraps a DataAccessor such that the data stream is validated while being written. -An AtomicDataAccessor can be used to prevent data being written in case validation fails.

-

Hierarchy

Index

Constructors

Properties

validator: Validator

Methods

  • -

    Returns metadata for all resources in the requested container. -This should not be all metadata of those resources (but it can be), -but instead the main metadata you want to show in situations -where all these resources are presented simultaneously. -Generally this would be metadata that is present for all of these resources, -such as resource type or last modified date.

    -

    It can be safely assumed that the incoming identifier will always correspond to a container.

    -

    Parameters

    Returns AsyncIterableIterator<RepresentationMetadata>

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/Validator.html b/docs/classes/Validator.html deleted file mode 100644 index 0d7041249..000000000 --- a/docs/classes/Validator.html +++ /dev/null @@ -1,22 +0,0 @@ -Validator | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Generic interface for classes that validate Representations in some way.

-

Hierarchy

Index

Constructors

Methods

  • -

    Checks if the input can be handled by this class. -If it cannot handle the input, rejects with an error explaining why.

    -

    Parameters

    Returns Promise<void>

    A promise resolving if the input can be handled, rejecting with an Error if not.

    -

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/VariableHandler.html b/docs/classes/VariableHandler.html deleted file mode 100644 index ffe0a9a41..000000000 --- a/docs/classes/VariableHandler.html +++ /dev/null @@ -1,25 +0,0 @@ -VariableHandler | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Updates the variables stored in the given agent. -Can be used to set variables that are required for the Components.js instantiation -but which should not be provided by the request. -E.g.: The exact file path (when required) should be determined by the server to prevent abuse.

-

Hierarchy

Index

Constructors

Methods

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/VariableSetter.html b/docs/classes/VariableSetter.html deleted file mode 100644 index a8e517a77..000000000 --- a/docs/classes/VariableSetter.html +++ /dev/null @@ -1,21 +0,0 @@ -VariableSetter | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

A VariableHandler that will set the given variable to the given value, -unless there already is a value for the variable and override is false.

-

Hierarchy

Index

Constructors

  • new VariableSetter(variable: string, value: string, override?: boolean): VariableSetter

Properties

override: boolean
value: string
variable: string

Methods

  • handle(__namedParameters: { settings: PodSettings }): Promise<void>

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/VoidLocker.html b/docs/classes/VoidLocker.html deleted file mode 100644 index 953605282..000000000 --- a/docs/classes/VoidLocker.html +++ /dev/null @@ -1,9 +0,0 @@ -VoidLocker | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • VoidLocker

Implements

Index

Constructors

Properties

Methods

Constructors

Properties

logger: Logger = ...

Methods

  • withReadLock<T>(identifier: ResourceIdentifier, whileLocked: (maintainLock: () => void) => T | Promise<T>): Promise<T>
  • withWriteLock<T>(identifier: ResourceIdentifier, whileLocked: (maintainLock: () => void) => T | Promise<T>): Promise<T>

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/VoidLogger.html b/docs/classes/VoidLogger.html deleted file mode 100644 index 31e3fccbf..000000000 --- a/docs/classes/VoidLogger.html +++ /dev/null @@ -1,18 +0,0 @@ -VoidLogger | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

A logger that does nothing on a log message.

-

Hierarchy

Index

Constructors

Methods

  • debug(message: string): Logger
  • error(message: string): Logger
  • log(level: "error" | "warn" | "info" | "verbose" | "debug" | "silly", message: string, meta?: any): VoidLogger
  • -

    Log the given message at the given level. -If the internal level is higher than the given level, the message may be voided.

    -

    Parameters

    • level: "error" | "warn" | "info" | "verbose" | "debug" | "silly"
    • message: string
    • Optional meta: any

    Returns VoidLogger

  • silly(message: string): Logger
  • verbose(message: string): Logger

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/VoidLoggerFactory.html b/docs/classes/VoidLoggerFactory.html deleted file mode 100644 index 3c0354a78..000000000 --- a/docs/classes/VoidLoggerFactory.html +++ /dev/null @@ -1,5 +0,0 @@ -VoidLoggerFactory | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

A factory that always returns VoidLogger, which does nothing on log messages.

-

Hierarchy

  • VoidLoggerFactory

Implements

Index

Constructors

Properties

Methods

Constructors

Properties

logger: VoidLogger = ...

Methods

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/WacAllowMetadataWriter.html b/docs/classes/WacAllowMetadataWriter.html deleted file mode 100644 index b3ec8d3b3..000000000 --- a/docs/classes/WacAllowMetadataWriter.html +++ /dev/null @@ -1,23 +0,0 @@ -WacAllowMetadataWriter | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Add the necessary WAC-Allow header values. -Solid, §10.1: "Servers exposing client’s access privileges on a resource URL MUST advertise -by including the WAC-Allow HTTP header in the response of HTTP HEAD and GET requests." -https://solid.github.io/specification/protocol#web-access-control

-

Hierarchy

Index

Constructors

Methods

  • aclToPermission(aclTerm: Term): string
  • createAccessParam(name: string, modes: Set<string>): string

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/WaterfallHandler.html b/docs/classes/WaterfallHandler.html deleted file mode 100644 index de9cdcaf2..000000000 --- a/docs/classes/WaterfallHandler.html +++ /dev/null @@ -1,28 +0,0 @@ -WaterfallHandler | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class WaterfallHandler<TIn, TOut>

-

A composite handler that tries multiple handlers one by one -until it finds a handler that supports the input. -The handlers will be checked in the order they appear in the input array, -allowing for more fine-grained handlers to check before catch-all handlers.

-

Type parameters

  • TIn

  • TOut

Hierarchy

  • WaterfallHandler

Implements

Index

Constructors

Properties

handlers: AsyncHandler<TIn, TOut>[]
logger: Logger = ...

Methods

  • canHandle(input: TIn): Promise<void>
  • -

    Checks if any of the stored handlers can handle the given input.

    -

    Parameters

    • input: TIn
      -

      The data that would need to be handled.

      -

    Returns Promise<void>

    A promise resolving if at least 1 handler supports to input, or rejecting if none do.

    -
  • handle(input: TIn): Promise<TOut>
  • -

    Finds a handler that supports the given input and then lets it handle the given data.

    -

    Parameters

    • input: TIn
      -

      The data that needs to be handled.

      -

    Returns Promise<TOut>

    A promise corresponding to the handle call of a handler that supports the input. -It rejects if no handlers support the given data.

    -
  • handleSafe(input: TIn): Promise<TOut>
  • -

    Identical to AsyncHandler.handleSafe but optimized for composite -by only needing 1 canHandle call on members.

    -

    Parameters

    • input: TIn
      -

      The input data.

      -

    Returns Promise<TOut>

    A promise corresponding to the handle call of a handler that supports the input. -It rejects if no handlers support the given data.

    -

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/WebAclMetadataCollector.html b/docs/classes/WebAclMetadataCollector.html deleted file mode 100644 index 947ca5840..000000000 --- a/docs/classes/WebAclMetadataCollector.html +++ /dev/null @@ -1,21 +0,0 @@ -WebAclMetadataCollector | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Indicates which acl permissions are available on the requested resource. -Only adds public and agent permissions for HEAD/GET requests.

-

Hierarchy

Index

Constructors

Methods

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/WebAclReader.html b/docs/classes/WebAclReader.html deleted file mode 100644 index c6d633f34..000000000 --- a/docs/classes/WebAclReader.html +++ /dev/null @@ -1,75 +0,0 @@ -WebAclReader | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Handles permissions according to the WAC specification. -Specific access checks are done by the provided AccessChecker.

-

Hierarchy

Index

Constructors

Properties

accessChecker: AccessChecker
aclStore: ResourceStore
identifierStrategy: IdentifierStrategy
logger: Logger = ...

Methods

  • determinePermissions(acl: Store<Quad, Quad, Quad, Quad>, credentials?: Credential): Promise<AclPermission>
  • -

    Determines the available permissions for the given credentials. -Will deny all permissions if credentials are not defined

    -

    Parameters

    • acl: Store<Quad, Quad, Quad, Quad>
      -

      Store containing all relevant authorization triples.

      -
    • Optional credentials: Credential
      -

      Credentials to find the permissions for.

      -

    Returns Promise<AclPermission>

  • filterStore(store: Store<Quad, Quad, Quad, Quad>, target: string, directAcl: boolean): Promise<Store<Quad, Quad, Quad, Quad>>
  • -

    Extracts all rules from the store that are relevant for the given target, -based on either the acl:accessTo or acl:default predicates.

    -

    Parameters

    • store: Store<Quad, Quad, Quad, Quad>
      -

      Store to filter.

      -
    • target: string
      -

      The identifier of which the acl rules need to be known.

      -
    • directAcl: boolean
      -

      If the store contains triples from the direct acl resource of the target or not. - Determines if acl:accessTo or acl:default are used.

      -

    Returns Promise<Store<Quad, Quad, Quad, Quad>>

    A store containing the relevant triples for the given target.

    -
  • -

    Finds the permissions in the provided WebACL quads.

    -

    Parameters

    • acl: Store<Quad, Quad, Quad, Quad>
      -

      Store containing all relevant authorization triples.

      -
    • credentials: Partial<Record<CredentialGroup, Credential>>
      -

      Credentials to check permissions for.

      -
    • isAcl: boolean
      -

      If the target resource is an acl document.

      -

    Returns Promise<Partial<Record<CredentialGroup, Partial<Record<AccessMode, boolean>>>>>

  • -

    Finds the ACL data relevant for its resource, and potentially its parent if required. -All quads in the resulting store(s) can be interpreted as being relevant ACL rules for their target.

    -

    Parameters

    • target: ResourceIdentifier
      -

      Target to find ACL data for.

      -
    • includeParent: boolean
      -

      If parent ACL data is also needed.

      -

    Returns Promise<AclSet>

    The relevant triples.

    -
  • -

    Finds the ACL resources from all resources in the path between the two (inclusive) identifiers. -It is important that from is a child path of to, otherwise behaviour is undefined.

    -

    The result is a key/value object with the keys being the identifiers of resources in the path -that had a corresponding ACL resource, and the value being the contents of that ACL resource.

    -

    The function stops after it finds an ACL resource relevant for the to identifier. -This is either its corresponding ACL resource, or one if its parent containers if such a resource does not exist.

    -

    Rethrows any non-NotFoundHttpErrors thrown by the ResourceStore.

    -

    Parameters

    Returns Promise<Record<string, Store<Quad, Quad, Quad, Quad>>>

    A map with the key being the actual identifier of which the ACL was found -and a list of all data found within.

    -
  • updateAclPermissions(aclPermissions: AclPermission, isAcl: boolean): AclPermission
  • -

    Sets the correct values for non-acl permissions such as create and delete. -Also adds the correct values to indicate that having control permission -implies having read/write/etc. on the acl resource.

    -

    The main reason for keeping the control value is so we can correctly set the WAC-Allow header later.

    -

    Parameters

    • aclPermissions: AclPermission
    • isAcl: boolean

    Returns AclPermission

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/WebIdAdapter.html b/docs/classes/WebIdAdapter.html deleted file mode 100644 index e86928ccb..000000000 --- a/docs/classes/WebIdAdapter.html +++ /dev/null @@ -1,15 +0,0 @@ -WebIdAdapter | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

This {@link 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

Index

Constructors

Properties

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

Methods

  • consume(id: string): Promise<undefined | void>
  • destroy(id: string): Promise<undefined | void>
  • find(id: string): Promise<void | AdapterPayload>
  • findByUid(uid: string): Promise<undefined | void | AdapterPayload>
  • findByUserCode(userCode: string): Promise<undefined | void | AdapterPayload>
  • parseRdfWebId(data: string, id: string, response: Response): Promise<AdapterPayload>
  • -

    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>

  • revokeByGrantId(grantId: string): Promise<undefined | void>
  • upsert(id: string, payload: AdapterPayload, expiresIn: number): Promise<undefined | void>

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/WebIdAdapterFactory.html b/docs/classes/WebIdAdapterFactory.html deleted file mode 100644 index 2dd6b40f5..000000000 --- a/docs/classes/WebIdAdapterFactory.html +++ /dev/null @@ -1 +0,0 @@ -WebIdAdapterFactory | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

Properties

Methods

  • createStorageAdapter(name: string): Adapter

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/WebSocketAdvertiser.html b/docs/classes/WebSocketAdvertiser.html deleted file mode 100644 index 094c16f16..000000000 --- a/docs/classes/WebSocketAdvertiser.html +++ /dev/null @@ -1,20 +0,0 @@ -WebSocketAdvertiser | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Handler that advertises a WebSocket through the Updates-Via header.

-

Hierarchy

Index

Constructors

Properties

socketUrl: string

Methods

  • -

    Checks if the input can be handled by this class. -If it cannot handle the input, rejects with an error explaining why.

    -

    Parameters

    Returns Promise<void>

    A promise resolving if the input can be handled, rejecting with an Error if not.

    -
  • handle(__namedParameters: { response: ServerResponse }): Promise<void>

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/WebSocketHandler.html b/docs/classes/WebSocketHandler.html deleted file mode 100644 index c4448d297..000000000 --- a/docs/classes/WebSocketHandler.html +++ /dev/null @@ -1,22 +0,0 @@ -WebSocketHandler | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

A WebSocketHandler handles the communication with multiple WebSockets

-

Hierarchy

Index

Constructors

Methods

  • canHandle(input: { upgradeRequest: HttpRequest; webSocket: WebSocket }): Promise<void>
  • -

    Checks if the input can be handled by this class. -If it cannot handle the input, rejects with an error explaining why.

    -

    Parameters

    • input: { upgradeRequest: HttpRequest; webSocket: WebSocket }
      -

      Input that could potentially be handled.

      -

    Returns Promise<void>

    A promise resolving if the input can be handled, rejecting with an Error if not.

    -
  • handle(input: { upgradeRequest: HttpRequest; webSocket: WebSocket }): Promise<void>
  • handleSafe(input: { upgradeRequest: HttpRequest; webSocket: WebSocket }): Promise<void>

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/WebSocketServerFactory.html b/docs/classes/WebSocketServerFactory.html deleted file mode 100644 index 1bbd18772..000000000 --- a/docs/classes/WebSocketServerFactory.html +++ /dev/null @@ -1,3 +0,0 @@ -WebSocketServerFactory | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Factory that adds WebSocket functionality to an existing server

-

Hierarchy

  • WebSocketServerFactory

Implements

Index

Constructors

Properties

baseServerFactory: HttpServerFactory
webSocketHandler: WebSocketHandler

Methods

  • startServer(port: number): Server

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/WinstonLogger.html b/docs/classes/WinstonLogger.html deleted file mode 100644 index b13b90ce0..000000000 --- a/docs/classes/WinstonLogger.html +++ /dev/null @@ -1,18 +0,0 @@ -WinstonLogger | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

A WinstonLogger implements the Logger interface using a given winston logger.

-

Hierarchy

Index

Constructors

Properties

logger: Logger

Methods

  • debug(message: string): Logger
  • error(message: string): Logger
  • log(level: "error" | "warn" | "info" | "verbose" | "debug" | "silly", message: string, meta?: any): WinstonLogger
  • -

    Log the given message at the given level. -If the internal level is higher than the given level, the message may be voided.

    -

    Parameters

    • level: "error" | "warn" | "info" | "verbose" | "debug" | "silly"
    • message: string
    • Optional meta: any

    Returns WinstonLogger

  • silly(message: string): Logger
  • verbose(message: string): Logger

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/WinstonLoggerFactory.html b/docs/classes/WinstonLoggerFactory.html deleted file mode 100644 index 18c6bddc0..000000000 --- a/docs/classes/WinstonLoggerFactory.html +++ /dev/null @@ -1,7 +0,0 @@ -WinstonLoggerFactory | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Uses the winston library to create loggers for the given logging level. -By default, it will print to the console with colorized logging levels.

-

This creates instances of WinstonLogger.

-

Hierarchy

  • WinstonLoggerFactory

Implements

Index

Constructors

Properties

level: string

Methods

  • createLogger(label: string): Logger
  • createTransports(): TransportStream[]

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/WrappedExpiringReadWriteLocker.html b/docs/classes/WrappedExpiringReadWriteLocker.html deleted file mode 100644 index 7cb58df4c..000000000 --- a/docs/classes/WrappedExpiringReadWriteLocker.html +++ /dev/null @@ -1,19 +0,0 @@ -WrappedExpiringReadWriteLocker | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Wraps around an existing ReadWriteLocker and adds expiration logic to prevent locks from getting stuck.

-

Hierarchy

  • WrappedExpiringReadWriteLocker

Implements

Index

Constructors

Properties

expiration: number
logger: Logger = ...

Methods

  • expiringPromise<T>(identifier: ResourceIdentifier, whileLocked: (maintainLock: () => void) => T | Promise<T>): Promise<T>
  • -

    Creates a Promise that either resolves the given input function or rejects if time runs out, -whichever happens first. The input function can reset the timer by calling the maintainLock function -it receives. The ResourceIdentifier is only used for logging.

    -

    Type parameters

    • T

    Parameters

    • identifier: ResourceIdentifier
    • whileLocked: (maintainLock: () => void) => T | Promise<T>
        • (maintainLock: () => void): T | Promise<T>
        • Parameters

          • maintainLock: () => void
              • (): void
              • Returns void

          Returns T | Promise<T>

    Returns Promise<T>

  • withReadLock<T>(identifier: ResourceIdentifier, whileLocked: (maintainLock: () => void) => T | Promise<T>): Promise<T>
  • withWriteLock<T>(identifier: ResourceIdentifier, whileLocked: (maintainLock: () => void) => T | Promise<T>): Promise<T>

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/WrappedExpiringStorage.html b/docs/classes/WrappedExpiringStorage.html deleted file mode 100644 index 07a2a4498..000000000 --- a/docs/classes/WrappedExpiringStorage.html +++ /dev/null @@ -1,41 +0,0 @@ -WrappedExpiringStorage | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class WrappedExpiringStorage<TKey, TValue>

-

A storage that wraps around another storage and expires resources based on the given (optional) expiry date. -Will delete expired entries when trying to get their value. -Has a timer that will delete all expired data every hour (default value).

-

Type parameters

  • TKey

  • TValue

Hierarchy

  • WrappedExpiringStorage

Implements

Index

Constructors

Properties

logger: Logger = ...
source: KeyValueStorage<TKey, Expires<TValue>>
timer: Timeout

Methods

  • delete(key: TKey): Promise<boolean>
  • entries(): AsyncIterableIterator<[TKey, TValue]>
  • finalize(): Promise<void>
  • get(key: TKey): Promise<undefined | TValue>
  • getUnexpired(key: TKey): Promise<undefined | TValue>
  • -

    Tries to get the data for the given key. -In case the data exists but has expired, -it will be deleted and undefined will be returned instead.

    -

    Parameters

    • key: TKey

    Returns Promise<undefined | TValue>

  • has(key: TKey): Promise<boolean>
  • isExpired(expires?: Date): boolean
  • removeExpiredEntries(): Promise<void>
  • toData(expireData: Expires<TValue>): { expires?: Date; payload: TValue }
  • toExpires(data: TValue, expires?: Date): Expires<TValue>

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/WrappingLogger.html b/docs/classes/WrappingLogger.html deleted file mode 100644 index 3aa991639..000000000 --- a/docs/classes/WrappingLogger.html +++ /dev/null @@ -1,19 +0,0 @@ -WrappingLogger | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Implements BaseLogger around a SimpleLogger, -which can be swapped out a runtime.

-

Hierarchy

Index

Constructors

Properties

logger: SimpleLogger

Methods

  • debug(message: string): Logger
  • error(message: string): Logger
  • log(level: "error" | "warn" | "info" | "verbose" | "debug" | "silly", message: string): WrappingLogger
  • -

    Log the given message at the given level. -If the internal level is higher than the given level, the message may be voided.

    -

    Parameters

    • level: "error" | "warn" | "info" | "verbose" | "debug" | "silly"
    • message: string

    Returns WrappingLogger

  • silly(message: string): Logger
  • verbose(message: string): Logger

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/WwwAuthMetadataWriter.html b/docs/classes/WwwAuthMetadataWriter.html deleted file mode 100644 index e171653c5..000000000 --- a/docs/classes/WwwAuthMetadataWriter.html +++ /dev/null @@ -1,20 +0,0 @@ -WwwAuthMetadataWriter | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Adds the WWW-Authenticate header with the injected value in case the response status code is 401.

-

Hierarchy

Index

Constructors

Properties

Methods

Constructors

Properties

auth: string

Methods

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/YargsCliExtractor.html b/docs/classes/YargsCliExtractor.html deleted file mode 100644 index 99f33ce76..000000000 --- a/docs/classes/YargsCliExtractor.html +++ /dev/null @@ -1,31 +0,0 @@ -YargsCliExtractor | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Parses CLI args using the yargs library. -Specific settings can be enabled through the provided options.

-

Hierarchy

Index

Constructors

Properties

yargsArgOptions: YargsArgOptions
yargvOptions: CliOptions

Methods

  • canHandle(input: CliArgv): Promise<void>
  • -

    Checks if the input can be handled by this class. -If it cannot handle the input, rejects with an error explaining why.

    -

    Parameters

    • input: CliArgv
      -

      Input that could potentially be handled.

      -

    Returns Promise<void>

    A promise resolving if the input can be handled, rejecting with an Error if not.

    -
  • createYArgv(argv: readonly string[]): Argv<{}>
  • handle(argv: readonly string[]): Promise<{ $0: string; _: (string | number)[] }>
  • -

    Handles the given input. This may only be called if canHandle did not reject. -When unconditionally calling both in sequence, consider handleSafe instead.

    -

    Parameters

    • argv: readonly string[]

    Returns Promise<{ $0: string; _: (string | number)[] }>

    A promise resolving when handling is finished.

    -
  • handleSafe(input: CliArgv): Promise<Settings>
  • -

    Helper function that first runs canHandle followed by handle. -Throws the error of canHandle if the data cannot be handled, -or returns the result of handle otherwise.

    -

    Parameters

    • input: CliArgv
      -

      Input data that will be handled if it can be handled.

      -

    Returns Promise<Settings>

    A promise resolving if the input can be handled, rejecting with an Error if not.

    -

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/enums/AccessMode.html b/docs/enums/AccessMode.html deleted file mode 100644 index 753d68092..000000000 --- a/docs/enums/AccessMode.html +++ /dev/null @@ -1,3 +0,0 @@ -AccessMode | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Different modes that require permission.

-

Index

Enumeration members

Enumeration members

append = "append"
create = "create"
delete = "delete"
read = "read"
write = "write"

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/enums/CredentialGroup.html b/docs/enums/CredentialGroup.html deleted file mode 100644 index 6da010292..000000000 --- a/docs/enums/CredentialGroup.html +++ /dev/null @@ -1,3 +0,0 @@ -CredentialGroup | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Specific groups that can have credentials.

-

Index

Enumeration members

Enumeration members

agent = "agent"
public = "public"

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/index.html b/docs/index.html deleted file mode 100644 index 7851edf28..000000000 --- a/docs/index.html +++ /dev/null @@ -1,200 +0,0 @@ -Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu

Community Solid Server - v4.0.1

- -

Community Solid Server

-
-[Solid logo] - -

MIT license -npm version -Node.js version -Build Status -Coverage Status -GitHub discussions -Chat on Gitter

-

The Community Solid Server is open software -that provides you with a Solid Pod and identity. -This Pod acts as your own personal storage space -so you can share data with people and Solid applications.

-

As an open and modular implementation of the -Solid specifications, -the Community Solid Server is a great companion:

-
    -
  • 🧑🏽 for people who want to try out having their own Pod

    -
  • -
  • 👨🏿‍💻 for developers who want to create and test Solid apps

    -
  • -
  • 👩🏻‍🔬 for researchers who want to design new features for Solid

    -
  • -
-

And, of course, for many others who like to experience Solid.

-

You can install the software locally or on your server -and get started with Solid immediately.

- - -

⚡ Running the server

-
-

To run the server, you will need Node.js. -We support versions 14.2 and up. -
-If you do not use Node.js, -you can run a Docker version instead.

- - -

💻 Installing and running locally

-
-

After installing Node.js, -install the latest server version -from the npm package repository:

-
npm install -g @solid/community-server
-
-

To run the server with in-memory storage, use:

-
community-solid-server # add parameters if needed
-
-

To run the server with your current folder as storage, use:

-
community-solid-server -c @css:config/file.json
-
- - -

📃 Installing and running from source

-
-

If you rather prefer to run the latest source code version, -or if you want to try a specific branch of the code, -you can use:

-
git clone https://github.com/CommunitySolidServer/CommunitySolidServer.git
cd CommunitySolidServer
npm ci
npm start -- # add parameters if needed -
- - -

📦 Running via Docker

-
-

Docker allows you to run the server without having Node.js installed. Images are built on each tagged version and hosted on Docker Hub.

-
# Clone the repo to get access to the configs
git clone https://github.com/CommunitySolidServer/CommunitySolidServer.git
cd CommunitySolidServer
# Run the image, serving your `~/Solid` directory on `http://localhost:3000`
docker run --rm -v ~/Solid:/data -p 3000:3000 -it solidproject/community-server:latest
# Or use one of the built-in configurations
docker run --rm -p 3000:3000 -it solidproject/community-server -c config/default.json
# Or use your own configuration mapped to the right directory
docker run --rm -v ~/solid-config:/config -p 3000:3000 -it solidproject/community-server -c /config/my-config.json -
- - -

🗃️ Helm Chart

-
-

The official Helm Chart for Kubernetes deployment is maintained at CommunitySolidServer/css-helm-chart and published on ArtifactHUB. There you will find complete installation instructions.

-
# Summary
helm repo add community-solid-server https://communitysolidserver.github.io/css-helm-chart/charts/
helm install my-css community-solid-server/community-solid-server -
- - -

🔧 Configuring the server

-
-

The Community Solid Server is designed to be flexible -such that people can easily run different configurations. -This is useful for customizing the server with plugins, -testing applications in different setups, -or developing new parts for the server -without needing to change its base code.

- - -

⏱️ Parameters

-
-

An easy way to customize the server is -by passing parameters to the server command. -These parameters give you direct access -to some commonly used settings:

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
parameter namedefault valuedescription
--port, -p3000The TCP port on which the server should listen.
--baseUrl, -bhttp://localhost:$PORT/The base URL used internally to generate URLs. Change this if your server does not run on http://localhost:$PORT/.
--loggingLevel, -linfoThe detail level of logging; useful for debugging problems. Use debug for full information.
--config, -c@css:config/default.jsonThe configuration for the server. The default only stores data in memory; to persist to your filesystem, use @css:config/file.json
--rootFilePath, -f./Root folder where the server stores data, when using a file-based configuration.
--sparqlEndpoint, -sURL of the SPARQL endpoint, when using a quadstore-based configuration.
--showStackTrace, -tfalseEnables detailed logging on error output.
--podConfigJson./pod-config.jsonPath to the file that keeps track of dynamic Pod configurations. Only relevant when using @css:config/dynamic.json.
--seededPodConfigJsonPath to the file that keeps track of seeded Pod configurations.
--mainModulePath, -mPath from where Components.js will start its lookup when initializing configurations.
- - -

🧶 Custom configurations

-
-

More substantial changes to server behavior can be achieved -by writing new configuration files in JSON-LD. -The Community Solid Server uses Components.js -to specify how modules and components need to be wired together at runtime.

-

Examples and guidance on configurations -are available in the config folder.

-

Recipes for configuring the server can be found at CommunitySolidServer/recipes.

- - -

👩🏽‍💻 Developing server code

-
-

The server allows writing and plugging in custom modules -without altering its base source code.

-

The 📗 API documentation and -the 📐 architectural diagram -can help you find your way.

-

If you want to help out with server development, -have a look at the 📓 user documentation and -🛠️ good first issues.

- - -

📜 License

-
-

The Solid Community Server code -is copyrighted by Inrupt Inc. -and imec -and available under the MIT License.

-

Core contributors are -Joachim Van Herwegen, -Ruben Verborgh, -Ruben Taelman, -and -Matthieu Bosquet.

- - -

🎤 Feedback and questions

-
-

Don't hesitate to start a discussion -or report a bug.

-

Learn more about Solid at solidproject.org.

-

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/interfaces/Accept.html b/docs/interfaces/Accept.html deleted file mode 100644 index 58aae9e3f..000000000 --- a/docs/interfaces/Accept.html +++ /dev/null @@ -1,13 +0,0 @@ -Accept | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Contents of an HTTP Accept header. -Range is type/subtype. Both can be *.

-

Hierarchy

Index

Properties

parameters: { extension: Record<string, string>; mediaType: Record<string, string> }

Type declaration

  • extension: Record<string, string>
    -

    Extension parameters. These are the parameters that came after the q value. -Value will be an empty string if there was none.

    -
  • mediaType: Record<string, string>
    -

    Media type parameters. These are the parameters that came before the q value.

    -
range: string
-

Requested range. Can be a specific value or *, matching all.

-
weight: number
-

Weight of the preference [0, 1].

-

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/interfaces/AcceptCharset.html b/docs/interfaces/AcceptCharset.html deleted file mode 100644 index d258fdddb..000000000 --- a/docs/interfaces/AcceptCharset.html +++ /dev/null @@ -1,7 +0,0 @@ -AcceptCharset | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Contents of an HTTP Accept-Charset header.

-

Hierarchy

Index

Properties

Properties

range: string
-

Requested range. Can be a specific value or *, matching all.

-
weight: number
-

Weight of the preference [0, 1].

-

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/interfaces/AcceptDatetime.html b/docs/interfaces/AcceptDatetime.html deleted file mode 100644 index 3a68c0eb0..000000000 --- a/docs/interfaces/AcceptDatetime.html +++ /dev/null @@ -1,7 +0,0 @@ -AcceptDatetime | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Contents of an HTTP Accept-Datetime header.

-

Hierarchy

Index

Properties

Properties

range: string
-

Requested range. Can be a specific value or *, matching all.

-
weight: number
-

Weight of the preference [0, 1].

-

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/interfaces/AcceptEncoding.html b/docs/interfaces/AcceptEncoding.html deleted file mode 100644 index b72340105..000000000 --- a/docs/interfaces/AcceptEncoding.html +++ /dev/null @@ -1,7 +0,0 @@ -AcceptEncoding | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Contents of an HTTP Accept-Encoding header.

-

Hierarchy

Index

Properties

Properties

range: string
-

Requested range. Can be a specific value or *, matching all.

-
weight: number
-

Weight of the preference [0, 1].

-

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/interfaces/AcceptHeader.html b/docs/interfaces/AcceptHeader.html deleted file mode 100644 index 3f169106d..000000000 --- a/docs/interfaces/AcceptHeader.html +++ /dev/null @@ -1,7 +0,0 @@ -AcceptHeader | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

General interface for all Accept* headers.

-

Hierarchy

Index

Properties

Properties

range: string
-

Requested range. Can be a specific value or *, matching all.

-
weight: number
-

Weight of the preference [0, 1].

-

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/interfaces/AcceptLanguage.html b/docs/interfaces/AcceptLanguage.html deleted file mode 100644 index ed70d4f90..000000000 --- a/docs/interfaces/AcceptLanguage.html +++ /dev/null @@ -1,7 +0,0 @@ -AcceptLanguage | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Contents of an HTTP Accept-Language header.

-

Hierarchy

Index

Properties

Properties

range: string
-

Requested range. Can be a specific value or *, matching all.

-
weight: number
-

Weight of the preference [0, 1].

-

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/interfaces/AccessCheckerArgs.html b/docs/interfaces/AccessCheckerArgs.html deleted file mode 100644 index 56f80b021..000000000 --- a/docs/interfaces/AccessCheckerArgs.html +++ /dev/null @@ -1,7 +0,0 @@ -AccessCheckerArgs | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • AccessCheckerArgs

Index

Properties

acl: Store<Quad, Quad, Quad, Quad>
-

A store containing the relevant triples of the authorization.

-
credential: Credential
-

Credential of the entity that wants to use the resource.

-
rule: Term
-

Authorization rule to be processed.

-

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/interfaces/AccountPayload.html b/docs/interfaces/AccountPayload.html deleted file mode 100644 index fbc233ff7..000000000 --- a/docs/interfaces/AccountPayload.html +++ /dev/null @@ -1,3 +0,0 @@ -AccountPayload | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/interfaces/AccountSettings.html b/docs/interfaces/AccountSettings.html deleted file mode 100644 index e1e0ff27e..000000000 --- a/docs/interfaces/AccountSettings.html +++ /dev/null @@ -1,9 +0,0 @@ -AccountSettings | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Options that can be set on an account.

-

Hierarchy

  • AccountSettings

Index

Properties

clientCredentials?: string[]
-

All credential tokens associated with this account.

-
podBaseUrl?: string
-

The base URL of the pod associated with this account, if there is one.

-
useIdp: boolean
-

If this account can be used to identify as the corresponding WebID in the IDP.

-

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/interfaces/AccountStore.html b/docs/interfaces/AccountStore.html deleted file mode 100644 index d73ab1d15..000000000 --- a/docs/interfaces/AccountStore.html +++ /dev/null @@ -1,65 +0,0 @@ -AccountStore | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Storage needed for the email-password interaction

-

Hierarchy

  • AccountStore

Implemented by

Index

Methods

  • authenticate(email: string, password: string): Promise<string>
  • changePassword(email: string, password: string): Promise<void>
  • create(email: string, webId: string, password: string, settings: AccountSettings): Promise<void>
  • deleteAccount(email: string): Promise<void>
  • deleteForgotPasswordRecord(recordId: string): Promise<void>
  • generateForgotPasswordRecord(email: string): Promise<string>
  • -

    Creates a Forgot Password Confirmation Record. This will be to remember that -a user has made a request to reset a password. Throws an error if the email doesn't -exist

    -

    Parameters

    • email: string
      -

      The user's email.

      -

    Returns Promise<string>

    The record id. This should be included in the reset password link.

    -
  • getForgotPasswordRecord(recordId: string): Promise<undefined | string>
  • verify(email: string): Promise<void>
  • -

    Verifies the account creation. This can be used with, for example, e-mail verification. -The account can only be used after it is verified. -In case verification is not required, this should be called immediately after the create call.

    -

    Parameters

    • email: string
      -

      The account email.

      -

    Returns Promise<void>

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/interfaces/AdapterFactory.html b/docs/interfaces/AdapterFactory.html deleted file mode 100644 index 4fc2be472..000000000 --- a/docs/interfaces/AdapterFactory.html +++ /dev/null @@ -1,6 +0,0 @@ -AdapterFactory | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

A factory that generates an Adapter to be used by the IDP to persist information.

-

The oidc-provider library will call the relevant functions when it needs to find/create/delete metadata. -For a full explanation of how these functions work and what is expected, -have a look at https://github.com/panva/node-oidc-provider/blob/main/example/my_adapter.js

-

Hierarchy

  • AdapterFactory

Implemented by

Index

Methods

  • createStorageAdapter(name: string): Adapter

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/interfaces/AsyncTransformOptions.html b/docs/interfaces/AsyncTransformOptions.html deleted file mode 100644 index 350de1527..000000000 --- a/docs/interfaces/AsyncTransformOptions.html +++ /dev/null @@ -1,5 +0,0 @@ -AsyncTransformOptions | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

  • T = any

Hierarchy

  • DuplexOptions
    • AsyncTransformOptions

Index

Properties

allowHalfOpen?: boolean
autoDestroy?: boolean
decodeStrings?: boolean
defaultEncoding?: BufferEncoding
emitClose?: boolean
encoding?: BufferEncoding
highWaterMark?: number
objectMode?: boolean
readableHighWaterMark?: number
readableObjectMode?: boolean
writableCorked?: number
writableHighWaterMark?: number
writableObjectMode?: boolean

Methods

  • destroy(error: null | Error, callback: (error: null | Error) => void): void
  • Parameters

    • error: null | Error
    • callback: (error: null | Error) => void
        • (error: null | Error): void
        • Parameters

          • error: null | Error

          Returns void

    Returns void

  • final(callback: (error?: null | Error) => void): void
  • Parameters

    • callback: (error?: null | Error) => void
        • (error?: null | Error): void
        • Parameters

          • Optional error: null | Error

          Returns void

    Returns void

  • flush(): any
  • read(size: number): void
  • Parameters

    • size: number

    Returns void

  • transform(data: T, encoding: string): any
  • -

    Transforms data from the source by calling the push method

    -

    Parameters

    • data: T
    • encoding: string

    Returns any

  • write(chunk: any, encoding: BufferEncoding, callback: (error?: null | Error) => void): void
  • Parameters

    • chunk: any
    • encoding: BufferEncoding
    • callback: (error?: null | Error) => void
        • (error?: null | Error): void
        • Parameters

          • Optional error: null | Error

          Returns void

    Returns void

  • writev(chunks: { chunk: any; encoding: BufferEncoding }[], callback: (error?: null | Error) => void): void
  • Parameters

    • chunks: { chunk: any; encoding: BufferEncoding }[]
    • callback: (error?: null | Error) => void
        • (error?: null | Error): void
        • Parameters

          • Optional error: null | Error

          Returns void

    Returns void

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/interfaces/AtomicDataAccessor.html b/docs/interfaces/AtomicDataAccessor.html deleted file mode 100644 index 07901fdde..000000000 --- a/docs/interfaces/AtomicDataAccessor.html +++ /dev/null @@ -1,56 +0,0 @@ -AtomicDataAccessor | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

The AtomicDataAccessor interface has identical function signatures as -the DataAccessor, with the additional constraint that every function call -must be atomic in its effect: either the call fully succeeds, reaching the -desired new state; or it fails, upon which the resulting state remains -identical to the one before the call.

-

Hierarchy

Implemented by

Index

Methods

  • -

    Returns metadata for all resources in the requested container. -This should not be all metadata of those resources (but it can be), -but instead the main metadata you want to show in situations -where all these resources are presented simultaneously. -Generally this would be metadata that is present for all of these resources, -such as resource type or last modified date.

    -

    It can be safely assumed that the incoming identifier will always correspond to a container.

    -

    Parameters

    Returns AsyncIterableIterator<RepresentationMetadata>

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/interfaces/AtomicResourceStore.html b/docs/interfaces/AtomicResourceStore.html deleted file mode 100644 index d542ae9e5..000000000 --- a/docs/interfaces/AtomicResourceStore.html +++ /dev/null @@ -1,53 +0,0 @@ -AtomicResourceStore | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

A ResourceStore of which all operations are atomic.

-

Hierarchy

Implemented by

Index

Methods

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/interfaces/AttemptSettings.html b/docs/interfaces/AttemptSettings.html deleted file mode 100644 index fda128227..000000000 --- a/docs/interfaces/AttemptSettings.html +++ /dev/null @@ -1,7 +0,0 @@ -AttemptSettings | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • AttemptSettings

Index

Properties

retryCount?: number
-

How many times should an operation in Redis be retried. (-1 is indefinitely).

-
retryDelay?: number
-

The how long should the next retry be delayed (+ some retryJitter) (in ms).

-
retryJitter?: number
-

Add a fraction of jitter to the original delay each attempt (in ms).

-

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/interfaces/AuthorizerInput.html b/docs/interfaces/AuthorizerInput.html deleted file mode 100644 index 27ca8fc2b..000000000 --- a/docs/interfaces/AuthorizerInput.html +++ /dev/null @@ -1,9 +0,0 @@ -AuthorizerInput | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • AuthorizerInput

Index

Properties

credentials: Partial<Record<CredentialGroup, Credential>>
-

Credentials of the entity that wants to use the resource.

-
identifier: ResourceIdentifier
-

Identifier of the resource that will be read/modified.

-
modes: Set<AccessMode>
-

Modes that are requested on the resource.

-
permissionSet: Partial<Record<CredentialGroup, Partial<Record<AccessMode, boolean>>>>
-

Permissions that are available for the request.

-

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/interfaces/AuthorizingHttpHandlerArgs.html b/docs/interfaces/AuthorizingHttpHandlerArgs.html deleted file mode 100644 index 93736e811..000000000 --- a/docs/interfaces/AuthorizingHttpHandlerArgs.html +++ /dev/null @@ -1,11 +0,0 @@ -AuthorizingHttpHandlerArgs | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • AuthorizingHttpHandlerArgs

Index

Properties

authorizer: Authorizer
-

Verifies if the requested operation is allowed.

-
credentialsExtractor: CredentialsExtractor
-

Extracts the credentials from the incoming request.

-
modesExtractor: ModesExtractor
-

Extracts the required modes from the generated Operation.

-
operationHandler: OperationHttpHandler
-

Handler to call if the operation is authorized.

-
permissionReader: PermissionReader
-

Reads the permissions available for the Operation.

-

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/interfaces/AuxiliaryIdentifierStrategy.html b/docs/interfaces/AuxiliaryIdentifierStrategy.html deleted file mode 100644 index 1e60c7e19..000000000 --- a/docs/interfaces/AuxiliaryIdentifierStrategy.html +++ /dev/null @@ -1,30 +0,0 @@ -AuxiliaryIdentifierStrategy | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

A strategy for handling auxiliary related ResourceIdentifiers.

-

Hierarchy

Implemented by

Index

Methods

  • -

    Checks if the input identifier corresponds to an auxiliary resource. -This does not check if that auxiliary resource exists, -only if the identifier indicates that there could be an auxiliary resource there.

    -

    Parameters

    Returns boolean

    true if the input identifier points to an auxiliary resource.

    -

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/interfaces/AuxiliaryStrategy.html b/docs/interfaces/AuxiliaryStrategy.html deleted file mode 100644 index 4110d54a5..000000000 --- a/docs/interfaces/AuxiliaryStrategy.html +++ /dev/null @@ -1,58 +0,0 @@ -AuxiliaryStrategy | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

A strategy for handling one or more types of auxiliary resources. -References to "an auxiliary resource" implicitly imply a specific type of auxiliary resources -supported by this strategy.

-

Hierarchy

Implemented by

Index

Methods

  • -

    Adds metadata related to this auxiliary resource, -in case this is required for this type of auxiliary resource. -The metadata that is added depends on the given identifier being an auxiliary or subject resource: -the metadata will be used to link to the other one, and potentially add extra typing info.

    -

    Used for: -Solid, §4.3.1: "For any defined auxiliary resource available for a given Solid resource, all representations of -that resource MUST include an HTTP Link header pointing to the location of each auxiliary resource." -https://solid.github.io/specification/protocol#auxiliary-resources-server

    -

    The above is an example of how that metadata would only be added in case the input is the subject identifier.

    -

    Parameters

    Returns Promise<void>

  • -

    Whether the root storage container requires this auxiliary resource to be present. -If yes, this means they can't be deleted individually from such a container.

    -

    Parameters

    Returns boolean

  • -

    Validates if the representation contains valid data for an auxiliary resource. -Should throw an error in case the data is invalid.

    -

    Parameters

    • representation: Representation
      -

      Representation of the auxiliary resource.

      -

    Returns Promise<void>

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/interfaces/BaseHttpServerOptions.html b/docs/interfaces/BaseHttpServerOptions.html deleted file mode 100644 index 1cdce886d..000000000 --- a/docs/interfaces/BaseHttpServerOptions.html +++ /dev/null @@ -1,10 +0,0 @@ -BaseHttpServerOptions | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Options to be used when creating the server. -Due to Components.js not supporting external types, this has been simplified (for now?). -The common https keys here (key/cert/pfx) will be interpreted as file paths that need to be read -before passing the options to the createServer function.

-

Hierarchy

  • BaseHttpServerOptions

Index

Properties

cert?: string
https?: boolean
-

If the server should start as an http or https server.

-
key?: string
passphrase?: string
pfx?: string
showStackTrace?: boolean
-

If the error stack traces should be shown in case the HttpHandler throws one.

-

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/interfaces/BasicConditionsOptions.html b/docs/interfaces/BasicConditionsOptions.html deleted file mode 100644 index f829f92fc..000000000 --- a/docs/interfaces/BasicConditionsOptions.html +++ /dev/null @@ -1 +0,0 @@ -BasicConditionsOptions | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • BasicConditionsOptions

Index

Properties

matchesETag?: string[]
modifiedSince?: Date
notMatchesETag?: string[]
unmodifiedSince?: Date

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/interfaces/BasicRequestParserArgs.html b/docs/interfaces/BasicRequestParserArgs.html deleted file mode 100644 index faf768063..000000000 --- a/docs/interfaces/BasicRequestParserArgs.html +++ /dev/null @@ -1,3 +0,0 @@ -BasicRequestParserArgs | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/interfaces/BodyParserArgs.html b/docs/interfaces/BodyParserArgs.html deleted file mode 100644 index f5e7fd0eb..000000000 --- a/docs/interfaces/BodyParserArgs.html +++ /dev/null @@ -1,6 +0,0 @@ -BodyParserArgs | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • BodyParserArgs

Index

Properties

Properties

-

Metadata that has already been parsed from the request. -Can be updated by the BodyParser with extra metadata.

-
request: HttpRequest
-

Request that contains the (potential) body.

-

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/interfaces/CliOptions.html b/docs/interfaces/CliOptions.html deleted file mode 100644 index 3286a7eef..000000000 --- a/docs/interfaces/CliOptions.html +++ /dev/null @@ -1 +0,0 @@ -CliOptions | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • CliOptions

Index

Properties

envVarPrefix?: string
loadFromEnv?: boolean
strictMode?: boolean
usage?: string

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/interfaces/ClientCredentials.html b/docs/interfaces/ClientCredentials.html deleted file mode 100644 index 322d19540..000000000 --- a/docs/interfaces/ClientCredentials.html +++ /dev/null @@ -1 +0,0 @@ -ClientCredentials | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/interfaces/ComponentsJsFactory.html b/docs/interfaces/ComponentsJsFactory.html deleted file mode 100644 index eb1e53d21..000000000 --- a/docs/interfaces/ComponentsJsFactory.html +++ /dev/null @@ -1,12 +0,0 @@ -ComponentsJsFactory | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Used for instantiating new object using Components.js configurations.

-

Hierarchy

  • ComponentsJsFactory

Implemented by

Index

Methods

Methods

  • generate<T>(configPath: string, componentIri: string, variables: Record<string, any>): Promise<T>
  • -

    Instantiates a new object using Components.js.

    -

    Type parameters

    • T

    Parameters

    • configPath: string
      -

      Location of the config to instantiate.

      -
    • componentIri: string
      -

      Iri of the object in the config that will be the result.

      -
    • variables: Record<string, any>
      -

      Variables to send to Components.js

      -

    Returns Promise<T>

    The resulting object, corresponding to the given component IRI.

    -

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/interfaces/Conditions.html b/docs/interfaces/Conditions.html deleted file mode 100644 index f71704dd2..000000000 --- a/docs/interfaces/Conditions.html +++ /dev/null @@ -1,23 +0,0 @@ -Conditions | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

The conditions of an HTTP conditional request.

-

Hierarchy

  • Conditions

Implemented by

Index

Properties

matchesETag?: string[]
-

Valid if matching any of the given ETags.

-
modifiedSince?: Date
-

Valid if modified since the given date.

-
notMatchesETag?: string[]
-

Valid if not matching any of the given ETags.

-
unmodifiedSince?: Date
-

Valid if not modified since the given date.

-

Methods

  • matches(eTag?: string, lastModified?: Date): boolean
  • -

    Checks validity based on the given ETag and/or date. -This function assumes the resource being checked exists. -If not, the matchesMetadata function should be used.

    -

    Parameters

    • Optional eTag: string
      -

      Condition based on ETag.

      -
    • Optional lastModified: Date
      -

      Condition based on last modified date.

      -

    Returns boolean

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/interfaces/ConstantConverterOptions.html b/docs/interfaces/ConstantConverterOptions.html deleted file mode 100644 index 238847a1f..000000000 --- a/docs/interfaces/ConstantConverterOptions.html +++ /dev/null @@ -1,13 +0,0 @@ -ConstantConverterOptions | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Extra options for the ConstantConverter.

-

Hierarchy

  • ConstantConverterOptions

Index

Properties

container?: boolean
-

Whether this should trigger on containers.

-
disabledMediaRanges?: string[]
-

Media ranges for which the conversion should not happen.

-
document?: boolean
-

Whether this should trigger on documents.

-
enabledMediaRanges?: string[]
-

Media ranges for which the conversion should happen.

-
minQuality?: number
-

The minimum requested quality/preference before this should trigger.

-

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/interfaces/ContainerInitializerArgs.html b/docs/interfaces/ContainerInitializerArgs.html deleted file mode 100644 index 5af1bb1f7..000000000 --- a/docs/interfaces/ContainerInitializerArgs.html +++ /dev/null @@ -1,13 +0,0 @@ -ContainerInitializerArgs | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • ContainerInitializerArgs

Index

Properties

baseUrl: string
-

Base URL of the server.

-
-

Generator that should be used to generate container contents.

-
path: string
-

Relative path of the container.

-
storage: KeyValueStorage<string, boolean>
-

Used to store initialization status.

-
storageKey: string
-

Key that is used to store the boolean in the storage indicating the container is initialized.

-
-

ResourceStore where the container should be stored.

-

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/interfaces/ContentType.html b/docs/interfaces/ContentType.html deleted file mode 100644 index 01da5305a..000000000 --- a/docs/interfaces/ContentType.html +++ /dev/null @@ -1,4 +0,0 @@ -ContentType | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Contents of a HTTP Content-Type Header. -Optional parameters Record is included.

-

Hierarchy

  • ContentType

Index

Properties

Properties

parameters: Record<string, string>
value: string

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/interfaces/ConvertingStoreEntry.html b/docs/interfaces/ConvertingStoreEntry.html deleted file mode 100644 index 0acd2aa06..000000000 --- a/docs/interfaces/ConvertingStoreEntry.html +++ /dev/null @@ -1 +0,0 @@ -ConvertingStoreEntry | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/interfaces/Credential.html b/docs/interfaces/Credential.html deleted file mode 100644 index d9d3df9a3..000000000 --- a/docs/interfaces/Credential.html +++ /dev/null @@ -1,3 +0,0 @@ -Credential | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Credentials identifying an entity accessing or owning data.

-

Hierarchy

  • Credential

Index

Properties

Properties

webId?: string

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/interfaces/CredentialsHandlerBody.html b/docs/interfaces/CredentialsHandlerBody.html deleted file mode 100644 index ed23997fb..000000000 --- a/docs/interfaces/CredentialsHandlerBody.html +++ /dev/null @@ -1 +0,0 @@ -CredentialsHandlerBody | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Record<string, unknown>
    • CredentialsHandlerBody

Index

Properties

Properties

email: string
webId: string

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/interfaces/CredentialsHandlerInput.html b/docs/interfaces/CredentialsHandlerInput.html deleted file mode 100644 index 5f4e78076..000000000 --- a/docs/interfaces/CredentialsHandlerInput.html +++ /dev/null @@ -1,4 +0,0 @@ -CredentialsHandlerInput | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

body is the parsed JSON from operation.body.data with the WebID of the account having been added. -This means that the data stream in the Operation can not be read again.

-

Hierarchy

  • CredentialsHandlerInput

Index

Properties

Properties

operation: Operation

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/interfaces/DataAccessor.html b/docs/interfaces/DataAccessor.html deleted file mode 100644 index b626a684d..000000000 --- a/docs/interfaces/DataAccessor.html +++ /dev/null @@ -1,60 +0,0 @@ -DataAccessor | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

A DataAccessor is the building block closest to the actual data storage. -It should not worry about most Solid logic, most of that will be handled before it is called. -There are a few things it still needs to do, and it is very important every implementation does this:

-
    -
  • If the input identifier ends with a slash, it should be assumed the identifier is targeting a container.
  • -
  • Similarly, if there is no trailing slash it should assume a document.
  • -
  • It should always throw a NotFoundHttpError if it does not have data matching the input identifier.
  • -
  • DataAccessors should not generate containment triples. This will be done externally using getChildren.
  • -
-

Hierarchy

Implemented by

Index

Methods

  • -

    Should throw a NotImplementedHttpError if the DataAccessor does not support storing the given Representation.

    -
    throws

    BadRequestHttpError -If it does not support the incoming data.

    -

    Parameters

    Returns Promise<void>

  • -

    Returns metadata for all resources in the requested container. -This should not be all metadata of those resources (but it can be), -but instead the main metadata you want to show in situations -where all these resources are presented simultaneously. -Generally this would be metadata that is present for all of these resources, -such as resource type or last modified date.

    -

    It can be safely assumed that the incoming identifier will always correspond to a container.

    -

    Parameters

    Returns AsyncIterableIterator<RepresentationMetadata>

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/interfaces/EmailArgs.html b/docs/interfaces/EmailArgs.html deleted file mode 100644 index cea3ac10c..000000000 --- a/docs/interfaces/EmailArgs.html +++ /dev/null @@ -1 +0,0 @@ -EmailArgs | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/interfaces/EmailSenderArgs.html b/docs/interfaces/EmailSenderArgs.html deleted file mode 100644 index 0b3592b82..000000000 --- a/docs/interfaces/EmailSenderArgs.html +++ /dev/null @@ -1 +0,0 @@ -EmailSenderArgs | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • EmailSenderArgs

Index

Properties

emailConfig: { auth: { pass: string; user: string }; host: string; port: number }

Type declaration

  • auth: { pass: string; user: string }
    • pass: string
    • user: string
  • host: string
  • port: number
senderName?: string

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/interfaces/ErrorHandlerArgs.html b/docs/interfaces/ErrorHandlerArgs.html deleted file mode 100644 index 542a19858..000000000 --- a/docs/interfaces/ErrorHandlerArgs.html +++ /dev/null @@ -1 +0,0 @@ -ErrorHandlerArgs | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • ErrorHandlerArgs

Index

Properties

error: Error

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/interfaces/ExpiringReadWriteLocker.html b/docs/interfaces/ExpiringReadWriteLocker.html deleted file mode 100644 index 41161e09b..000000000 --- a/docs/interfaces/ExpiringReadWriteLocker.html +++ /dev/null @@ -1,21 +0,0 @@ -ExpiringReadWriteLocker | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

A ReadWriteLocker where the locks expire after a given time.

-

Hierarchy

Implemented by

Index

Methods

  • withReadLock<T>(identifier: ResourceIdentifier, whileLocked: (maintainLock: () => void) => T | Promise<T>): Promise<T>
  • -

    As ReadWriteLocker.withReadLock but the locked function gets called with a maintainLock callback function -to reset the lock expiration every time it is called. -The resulting promise will reject once the lock expires.

    -

    Type parameters

    • T

    Parameters

    • identifier: ResourceIdentifier
      -

      Identifier of the resource that needs to be locked.

      -
    • whileLocked: (maintainLock: () => void) => T | Promise<T>
      -

      A function to execute while the resource is locked. -Receives a callback as input parameter to maintain the lock.

      -
        • (maintainLock: () => void): T | Promise<T>
        • Parameters

          • maintainLock: () => void
              • (): void
              • Returns void

          Returns T | Promise<T>

    Returns Promise<T>

  • withWriteLock<T>(identifier: ResourceIdentifier, whileLocked: (maintainLock: () => void) => T | Promise<T>): Promise<T>
  • -

    As ReadWriteLocker.withWriteLock but the locked function gets called with a maintainLock -callback function to reset the lock expiration every time it is called. -The resulting promise will reject once the lock expires.

    -

    Type parameters

    • T

    Parameters

    • identifier: ResourceIdentifier
      -

      Identifier of the resource that needs to be locked.

      -
    • whileLocked: (maintainLock: () => void) => T | Promise<T>
      -

      A function to execute while the resource is locked. -Receives a callback as input parameter to maintain the lock.

      -
        • (maintainLock: () => void): T | Promise<T>
        • Parameters

          • maintainLock: () => void
              • (): void
              • Returns void

          Returns T | Promise<T>

    Returns Promise<T>

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/interfaces/ExpiringStorage.html b/docs/interfaces/ExpiringStorage.html deleted file mode 100644 index 6ab855804..000000000 --- a/docs/interfaces/ExpiringStorage.html +++ /dev/null @@ -1,36 +0,0 @@ -ExpiringStorage | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ExpiringStorage<TKey, TValue>

-

A KeyValueStorage in which the values can expire. -Entries with no expiration date never expire.

-

Type parameters

  • TKey

  • TValue

Hierarchy

Implemented by

Index

Methods

  • delete(key: TKey): Promise<boolean>
  • entries(): AsyncIterableIterator<[TKey, TValue]>
  • get(key: TKey): Promise<undefined | TValue>
  • has(key: TKey): Promise<boolean>
  • set(key: TKey, value: TValue, expiration?: number): Promise<ExpiringStorage<TKey, TValue>>
  • set(key: TKey, value: TValue, expires?: Date): Promise<ExpiringStorage<TKey, TValue>>
  • -

    Sets the value for the given key. -Should error if the data is already expired.

    -

    Parameters

    • key: TKey
      -

      Key to set/update.

      -
    • value: TValue
      -

      Value to store.

      -
    • Optional expiration: number
      -

      How long this data should stay valid in milliseconds.

      -

    Returns Promise<ExpiringStorage<TKey, TValue>>

    The storage.

    -
  • -

    Sets the value for the given key. -Should error if the data is already expired.

    -

    Parameters

    • key: TKey
      -

      Key to set/update.

      -
    • value: TValue
      -

      Value to store.

      -
    • Optional expires: Date
      -

      When this value expires. Never if undefined.

      -

    Returns Promise<ExpiringStorage<TKey, TValue>>

    The storage.

    -

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/interfaces/FileIdentifierMapper.html b/docs/interfaces/FileIdentifierMapper.html deleted file mode 100644 index f890d8848..000000000 --- a/docs/interfaces/FileIdentifierMapper.html +++ /dev/null @@ -1,22 +0,0 @@ -FileIdentifierMapper | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Supports mapping a file to an URL and back.

-

Hierarchy

  • FileIdentifierMapper

Implemented by

Index

Methods

  • mapFilePathToUrl(filePath: string, isContainer: boolean): Promise<ResourceLink>
  • -

    Maps the given file path to an URL and determines the content-type

    -

    Parameters

    • filePath: string
      -

      The input file path.

      -
    • isContainer: boolean
      -

      If the path corresponds to a file.

      -

    Returns Promise<ResourceLink>

    A ResourceLink with all the necessary metadata.

    -
  • -

    Maps the given resource identifier / URL to a file path. -Determines the content-type if no content-type was provided by finding the corresponding file. -If there is no corresponding file a file path will be generated. -For containers the content-type input gets ignored.

    -

    Parameters

    • identifier: ResourceIdentifier
      -

      The input identifier.

      -
    • isMetadata: boolean
      -

      If we are mapping the metadata of the resource instead of its data.

      -
    • Optional contentType: string
      -

      The (optional) content-type of the resource.

      -

    Returns Promise<ResourceLink>

    A ResourceLink with all the necessary metadata.

    -

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/interfaces/FileIdentifierMapperFactory.html b/docs/interfaces/FileIdentifierMapperFactory.html deleted file mode 100644 index e2d735a75..000000000 --- a/docs/interfaces/FileIdentifierMapperFactory.html +++ /dev/null @@ -1,4 +0,0 @@ -FileIdentifierMapperFactory | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FileIdentifierMapperFactory<T>

-

Factory that can create FileIdentifierMappers so the base and rootFilePath can be set dynamically. -Specifically used when identifiers need to be generated for a new pod (since pod identifiers are generated).

-

Type parameters

Hierarchy

  • FileIdentifierMapperFactory

Implemented by

Index

Methods

Methods

  • create(base: string, rootFilePath: string): Promise<T>

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/interfaces/Finalizable.html b/docs/interfaces/Finalizable.html deleted file mode 100644 index c9e770e4c..000000000 --- a/docs/interfaces/Finalizable.html +++ /dev/null @@ -1,3 +0,0 @@ -Finalizable | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Allows for cleaning up an object and stopping relevant loops when the application needs to be stopped.

-

Hierarchy

  • Finalizable

Implemented by

Index

Methods

Methods

  • finalize(): Promise<void>

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/interfaces/ForgotPasswordHandlerArgs.html b/docs/interfaces/ForgotPasswordHandlerArgs.html deleted file mode 100644 index 9a90b2860..000000000 --- a/docs/interfaces/ForgotPasswordHandlerArgs.html +++ /dev/null @@ -1 +0,0 @@ -ForgotPasswordHandlerArgs | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/interfaces/ForgotPasswordPayload.html b/docs/interfaces/ForgotPasswordPayload.html deleted file mode 100644 index 1e0bece6d..000000000 --- a/docs/interfaces/ForgotPasswordPayload.html +++ /dev/null @@ -1,4 +0,0 @@ -ForgotPasswordPayload | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

A payload to persist the fact that a user -has requested to reset their password

-

Hierarchy

  • ForgotPasswordPayload

Index

Properties

Properties

email: string
recordId: string

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/interfaces/Forwarded.html b/docs/interfaces/Forwarded.html deleted file mode 100644 index d98dd1d83..000000000 --- a/docs/interfaces/Forwarded.html +++ /dev/null @@ -1,11 +0,0 @@ -Forwarded | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

The Forwarded header from RFC7239

-

Hierarchy

  • Forwarded

Index

Properties

Properties

by?: string
-

The user-agent facing interface of the proxy

-
for?: string
-

The node making the request to the proxy

-
host?: string
-

The host request header field as received by the proxy

-
proto?: string
-

The protocol used to make the request

-

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/interfaces/GreedyReadWriteSuffixes.html b/docs/interfaces/GreedyReadWriteSuffixes.html deleted file mode 100644 index edd09a9d8..000000000 --- a/docs/interfaces/GreedyReadWriteSuffixes.html +++ /dev/null @@ -1 +0,0 @@ -GreedyReadWriteSuffixes | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • GreedyReadWriteSuffixes

Index

Properties

Properties

count: string
read: string
write: string

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/interfaces/HttpErrorClass.html b/docs/interfaces/HttpErrorClass.html deleted file mode 100644 index 17de22d4b..000000000 --- a/docs/interfaces/HttpErrorClass.html +++ /dev/null @@ -1,10 +0,0 @@ -HttpErrorClass | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface HttpErrorClass<TCode>

-

Interface describing what an HttpError class should look like. -This helps us make sure all HttpError classes have the same utility static functions.

-

Type parameters

  • TCode: number = number

Hierarchy

  • HttpErrorClass

Index

Constructors

Properties

Methods

Constructors

Properties

statusCode: TCode
-

The status code corresponding to this error class.

-
uri: NamedNode<string>
-

A unique URI identifying this error class.

-

Methods

  • isInstance(error: any): error is HttpError<TCode>

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/interfaces/HttpErrorOptions.html b/docs/interfaces/HttpErrorOptions.html deleted file mode 100644 index fa805612d..000000000 --- a/docs/interfaces/HttpErrorOptions.html +++ /dev/null @@ -1 +0,0 @@ -HttpErrorOptions | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • HttpErrorOptions

Implemented by

Index

Properties

cause?: unknown
details?: Dict<unknown>
errorCode?: string

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/interfaces/HttpHandlerInput.html b/docs/interfaces/HttpHandlerInput.html deleted file mode 100644 index aa2f6af4d..000000000 --- a/docs/interfaces/HttpHandlerInput.html +++ /dev/null @@ -1 +0,0 @@ -HttpHandlerInput | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Properties

Properties

request: HttpRequest
response: ServerResponse

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/interfaces/HttpServerFactory.html b/docs/interfaces/HttpServerFactory.html deleted file mode 100644 index 670f8854d..000000000 --- a/docs/interfaces/HttpServerFactory.html +++ /dev/null @@ -1,3 +0,0 @@ -HttpServerFactory | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

A factory for HTTP servers

-

Hierarchy

  • HttpServerFactory

Implemented by

Index

Methods

  • startServer(port: number): Server

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/interfaces/IdentifierGenerator.html b/docs/interfaces/IdentifierGenerator.html deleted file mode 100644 index 10645c291..000000000 --- a/docs/interfaces/IdentifierGenerator.html +++ /dev/null @@ -1,6 +0,0 @@ -IdentifierGenerator | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Utility class for generating container identifiers.

-

Hierarchy

  • IdentifierGenerator

Implemented by

Index

Methods

Methods

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/interfaces/IdentifierStrategy.html b/docs/interfaces/IdentifierStrategy.html deleted file mode 100644 index 28b064628..000000000 --- a/docs/interfaces/IdentifierStrategy.html +++ /dev/null @@ -1,14 +0,0 @@ -IdentifierStrategy | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Captures the behavior of container identifiers in a certain storage configuration.

-

Hierarchy

  • IdentifierStrategy

Implemented by

Index

Methods

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/interfaces/IdentityProviderFactoryArgs.html b/docs/interfaces/IdentityProviderFactoryArgs.html deleted file mode 100644 index 2a4537752..000000000 --- a/docs/interfaces/IdentityProviderFactoryArgs.html +++ /dev/null @@ -1,17 +0,0 @@ -IdentityProviderFactoryArgs | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • IdentityProviderFactoryArgs

Index

Properties

adapterFactory: AdapterFactory
-

Factory that creates the adapter used for OIDC data storage.

-
baseUrl: string
-

Base URL of the server.

-
credentialStorage: KeyValueStorage<string, ClientCredentials>
-

Storage containing the generated client credentials with their associated WebID.

-
errorHandler: ErrorHandler
-

Used to convert errors thrown by the OIDC library.

-
interactionHandler: InteractionHandler
-

The handler responsible for redirecting interaction requests to the correct URL.

-
oidcPath: string
-

Path for all requests targeting the OIDC library.

-
responseWriter: ResponseWriter
-

Used to write out errors thrown by the OIDC library.

-
storage: KeyValueStorage<string, unknown>
-

Storage used to store cookie and JWT keys so they can be re-used in case of multithreading.

-

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/interfaces/IdentityProviderHttpHandlerArgs.html b/docs/interfaces/IdentityProviderHttpHandlerArgs.html deleted file mode 100644 index 33e16dcdb..000000000 --- a/docs/interfaces/IdentityProviderHttpHandlerArgs.html +++ /dev/null @@ -1,7 +0,0 @@ -IdentityProviderHttpHandlerArgs | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • IdentityProviderHttpHandlerArgs

Index

Properties

-

Used for converting the input data.

-
-

Handles the requests.

-
providerFactory: ProviderFactory
-

Used to generate the OIDC provider.

-

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/interfaces/InteractionHandlerInput.html b/docs/interfaces/InteractionHandlerInput.html deleted file mode 100644 index 8be00dc47..000000000 --- a/docs/interfaces/InteractionHandlerInput.html +++ /dev/null @@ -1,6 +0,0 @@ -InteractionHandlerInput | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • InteractionHandlerInput

Index

Properties

oidcInteraction?: Interaction
-

Will be defined if the OIDC library expects us to resolve an interaction it can't handle itself, -such as logging a user in.

-
operation: Operation
-

The operation to execute.

-

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/interfaces/InteractionRoute.html b/docs/interfaces/InteractionRoute.html deleted file mode 100644 index feb8c4c2c..000000000 --- a/docs/interfaces/InteractionRoute.html +++ /dev/null @@ -1,4 +0,0 @@ -InteractionRoute | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

An object with a specific path.

-

Hierarchy

  • InteractionRoute

Implemented by

Index

Methods

Methods

  • getPath(): string

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/interfaces/KeyValueStorage.html b/docs/interfaces/KeyValueStorage.html deleted file mode 100644 index d957feaa7..000000000 --- a/docs/interfaces/KeyValueStorage.html +++ /dev/null @@ -1,22 +0,0 @@ -KeyValueStorage | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface KeyValueStorage<TKey, TValue>

-

A simple storage solution that can be used for internal values that need to be stored.

-

Type parameters

  • TKey

  • TValue

Hierarchy

Implemented by

Index

Methods

  • delete(key: TKey): Promise<boolean>
  • entries(): AsyncIterableIterator<[TKey, TValue]>
  • get(key: TKey): Promise<undefined | TValue>
  • has(key: TKey): Promise<boolean>
  • set(key: TKey, value: TValue): Promise<this>

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/interfaces/LinkEntry.html b/docs/interfaces/LinkEntry.html deleted file mode 100644 index aacf167fd..000000000 --- a/docs/interfaces/LinkEntry.html +++ /dev/null @@ -1 +0,0 @@ -LinkEntry | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • LinkEntry

Index

Properties

target: string

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/interfaces/LinkEntryParameters.html b/docs/interfaces/LinkEntryParameters.html deleted file mode 100644 index cebc2204a..000000000 --- a/docs/interfaces/LinkEntryParameters.html +++ /dev/null @@ -1,3 +0,0 @@ -LinkEntryParameters | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Record<string, string>
    • LinkEntryParameters

Index

Properties

Properties

rel: string
-

Required rel properties of Link entry

-

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/interfaces/Logger.html b/docs/interfaces/Logger.html deleted file mode 100644 index 5fd70b598..000000000 --- a/docs/interfaces/Logger.html +++ /dev/null @@ -1,35 +0,0 @@ -Logger | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Logs messages, with convenience methods to log on a specific level.

-
see

getLoggerFor on how to instantiate loggers.

-

Hierarchy

Implemented by

Index

Methods

  • debug(message: string): Logger
  • error(message: string): Logger
  • log(level: "error" | "warn" | "info" | "verbose" | "debug" | "silly", message: string): Logger
  • -

    Log the given message at the given level. -If the internal level is higher than the given level, the message may be voided.

    -

    Parameters

    • level: "error" | "warn" | "info" | "verbose" | "debug" | "silly"
      -

      The level to log at.

      -
    • message: string
      -

      The message to log.

      -

    Returns Logger

  • silly(message: string): Logger
  • verbose(message: string): Logger

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/interfaces/LoggerFactory.html b/docs/interfaces/LoggerFactory.html deleted file mode 100644 index 7c3c48f15..000000000 --- a/docs/interfaces/LoggerFactory.html +++ /dev/null @@ -1,7 +0,0 @@ -LoggerFactory | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Instantiates new logger instances.

-

Hierarchy

  • LoggerFactory

Implemented by

Index

Methods

  • createLogger(label: string): Logger

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/interfaces/Operation.html b/docs/interfaces/Operation.html deleted file mode 100644 index e5031c9a2..000000000 --- a/docs/interfaces/Operation.html +++ /dev/null @@ -1,15 +0,0 @@ -Operation | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

A single REST operation.

-

Hierarchy

  • Operation

Index

Properties

-

Representation of the body and metadata headers.

-
conditions?: Conditions
-

Conditions the resource must fulfill for a valid operation.

-
method: string
-

The HTTP method (GET/POST/PUT/PATCH/DELETE/etc.).

-
permissionSet?: Partial<Record<CredentialGroup, Partial<Record<AccessMode, boolean>>>>
-

The permissions available for the current operation.

-
-

Representation preferences of the response. Will be empty if there are none.

-
-

Identifier of the target.

-

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/interfaces/OperationHandlerInput.html b/docs/interfaces/OperationHandlerInput.html deleted file mode 100644 index aad9eb9f8..000000000 --- a/docs/interfaces/OperationHandlerInput.html +++ /dev/null @@ -1 +0,0 @@ -OperationHandlerInput | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • OperationHandlerInput

Index

Properties

Properties

operation: Operation

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/interfaces/OperationHttpHandlerInput.html b/docs/interfaces/OperationHttpHandlerInput.html deleted file mode 100644 index 9c45157ca..000000000 --- a/docs/interfaces/OperationHttpHandlerInput.html +++ /dev/null @@ -1 +0,0 @@ -OperationHttpHandlerInput | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Properties

operation: Operation
request: HttpRequest
response: ServerResponse

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/interfaces/OperationMetadataCollectorInput.html b/docs/interfaces/OperationMetadataCollectorInput.html deleted file mode 100644 index ddceb1049..000000000 --- a/docs/interfaces/OperationMetadataCollectorInput.html +++ /dev/null @@ -1,5 +0,0 @@ -OperationMetadataCollectorInput | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • OperationMetadataCollectorInput

Index

Properties

-

Metadata to update with permission knowledge.

-
operation: Operation
-

Operation corresponding to the request.

-

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/interfaces/OriginalUrlExtractorArgs.html b/docs/interfaces/OriginalUrlExtractorArgs.html deleted file mode 100644 index dc251e062..000000000 --- a/docs/interfaces/OriginalUrlExtractorArgs.html +++ /dev/null @@ -1,5 +0,0 @@ -OriginalUrlExtractorArgs | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • OriginalUrlExtractorArgs

Index

Properties

identifierStrategy: IdentifierStrategy
-

The IdentifierStrategy to use for checking the scope of the request

-
includeQueryString?: boolean
-

Specify wether the OriginalUrlExtractor should include the request query string.

-

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/interfaces/ParsingHttpHandlerArgs.html b/docs/interfaces/ParsingHttpHandlerArgs.html deleted file mode 100644 index 5f6961de9..000000000 --- a/docs/interfaces/ParsingHttpHandlerArgs.html +++ /dev/null @@ -1,11 +0,0 @@ -ParsingHttpHandlerArgs | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • ParsingHttpHandlerArgs

Index

Properties

errorHandler: ErrorHandler
-

Converts errors to a serializable format.

-
metadataCollector: OperationMetadataCollector
-

Generates generic operation metadata that is required for a response.

-
operationHandler: OperationHttpHandler
-

Handler to send the operation to.

-
requestParser: RequestParser
-

Parses the incoming requests.

-
responseWriter: ResponseWriter
-

Writes out the response of the operation.

-

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/interfaces/Patch.html b/docs/interfaces/Patch.html deleted file mode 100644 index 942720afd..000000000 --- a/docs/interfaces/Patch.html +++ /dev/null @@ -1,14 +0,0 @@ -Patch | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Represents the changes needed for a PATCH request.

-

Hierarchy

Index

Properties

binary: boolean
-

Whether the data stream consists of binary/string chunks -(as opposed to complex objects).

-
data: Guarded<Readable>
-

The raw data stream for this representation.

-
isEmpty: boolean
-

Whether the data stream is empty. -This being true does not imply that the data stream has a length of more than 0, -only that it is a possibility and should be read to be sure.

-
-

The corresponding metadata.

-

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/interfaces/PermissionReaderInput.html b/docs/interfaces/PermissionReaderInput.html deleted file mode 100644 index d0cd6b906..000000000 --- a/docs/interfaces/PermissionReaderInput.html +++ /dev/null @@ -1,9 +0,0 @@ -PermissionReaderInput | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • PermissionReaderInput

Index

Properties

credentials: Partial<Record<CredentialGroup, Credential>>
-

Credentials of the entity that wants to use the resource.

-
identifier: ResourceIdentifier
-

Identifier of the resource that will be read/modified.

-
modes: Set<AccessMode>
-

This is the minimum set of access modes the output needs to contain, -allowing the handler to limit its search space to this set. -However, non-exhaustive information about other access modes can still be returned.

-

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/interfaces/PodGenerator.html b/docs/interfaces/PodGenerator.html deleted file mode 100644 index a9a488a13..000000000 --- a/docs/interfaces/PodGenerator.html +++ /dev/null @@ -1,13 +0,0 @@ -PodGenerator | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Generates an empty resource store to be used as a new pod. -It is also responsible for storing any relevant variables needed to instantiate this resource store. -These can then be used when the server is restarted to re-instantiate those stores.

-

Hierarchy

  • PodGenerator

Implemented by

Index

Methods

Methods

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/interfaces/PodManager.html b/docs/interfaces/PodManager.html deleted file mode 100644 index ed071f1f9..000000000 --- a/docs/interfaces/PodManager.html +++ /dev/null @@ -1,12 +0,0 @@ -PodManager | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Covers all functions related to pod management. -In the future this should also include delete, and potentially recovery functions.

-

Hierarchy

  • PodManager

Implemented by

Index

Methods

Methods

  • -

    Creates a pod for the given settings.

    -

    Parameters

    • identifier: ResourceIdentifier
      -

      Root identifier indicating where the pod should be created.

      -
    • settings: PodSettings
      -

      Settings describing the pod.

      -
    • overwrite: boolean
      -

      If the creation should proceed if there already is a resource there.

      -

    Returns Promise<void>

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/interfaces/PodSettings.html b/docs/interfaces/PodSettings.html deleted file mode 100644 index e86d62fde..000000000 --- a/docs/interfaces/PodSettings.html +++ /dev/null @@ -1,16 +0,0 @@ -PodSettings | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Metadata related to pod generation. -Although the optional fields are not that relevant since this extends Dict, -they give an indication of what is sometimes expected.

-

Hierarchy

  • Dict<string>
    • PodSettings

Index

Properties

email?: string
-

E-mail of the owner. Used in provisioning templates.

-
name?: string
-

Name of the owner. Used in provisioning templates.

-
oidcIssuer?: string
-

The OIDC issuer of the owner's WebId.

-
template?: string
-

Required for dynamic pod configuration. -Indicates the name of the config to use for the pod.

-
webId: string
-

The WebId of the owner of this pod.

-

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/interfaces/ProviderFactory.html b/docs/interfaces/ProviderFactory.html deleted file mode 100644 index f8818ae88..000000000 --- a/docs/interfaces/ProviderFactory.html +++ /dev/null @@ -1,7 +0,0 @@ -ProviderFactory | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Returns a Provider of OIDC interactions.

-

Hierarchy

  • ProviderFactory

Implemented by

Index

Methods

  • getProvider(): Promise<Provider>
  • -

    Gets a provider from the factory. -Multiple calls to this function should return providers that produce the same results. -This is mostly relevant for signing keys.

    -

    Returns Promise<Provider>

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/interfaces/ReadWriteLocker.html b/docs/interfaces/ReadWriteLocker.html deleted file mode 100644 index e66179ba1..000000000 --- a/docs/interfaces/ReadWriteLocker.html +++ /dev/null @@ -1,21 +0,0 @@ -ReadWriteLocker | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Allows the locking of resources which is needed for non-atomic ResourceStores.

-

Hierarchy

Implemented by

Index

Methods

  • withReadLock<T>(identifier: ResourceIdentifier, whileLocked: () => T | Promise<T>): Promise<T>
  • -

    Run the given function while the resource is locked. -The lock will be released when the (async) input function resolves. -This function should be used for operations that only require reading the resource.

    -

    Type parameters

    • T

    Parameters

    • identifier: ResourceIdentifier
      -

      Identifier of the resource that needs to be locked.

      -
    • whileLocked: () => T | Promise<T>
      -

      A function to execute while the resource is locked.

      -
        • (): T | Promise<T>
        • Returns T | Promise<T>

    Returns Promise<T>

    A promise resolving when the lock is released.

    -
  • withWriteLock<T>(identifier: ResourceIdentifier, whileLocked: () => T | Promise<T>): Promise<T>
  • -

    Run the given function while the resource is locked. -The lock will be released when the (async) input function resolves. -This function should be used for operations that could modify the resource.

    -

    Type parameters

    • T

    Parameters

    • identifier: ResourceIdentifier
      -

      Identifier of the resource that needs to be locked.

      -
    • whileLocked: () => T | Promise<T>
      -

      A function to execute while the resource is locked.

      -
        • (): T | Promise<T>
        • Returns T | Promise<T>

    Returns Promise<T>

    A promise resolving when the lock is released.

    -

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/interfaces/RedirectAllHttpHandlerArgs.html b/docs/interfaces/RedirectAllHttpHandlerArgs.html deleted file mode 100644 index ee5fbc14b..000000000 --- a/docs/interfaces/RedirectAllHttpHandlerArgs.html +++ /dev/null @@ -1 +0,0 @@ -RedirectAllHttpHandlerArgs | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/interfaces/RedirectHttpErrorClass.html b/docs/interfaces/RedirectHttpErrorClass.html deleted file mode 100644 index 6bd096c1b..000000000 --- a/docs/interfaces/RedirectHttpErrorClass.html +++ /dev/null @@ -1,10 +0,0 @@ -RedirectHttpErrorClass | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RedirectHttpErrorClass<TCode>

-

Interface describing what a RedirectHttpError class should look like. -Makes sure a location value is always needed.

-

Type parameters

  • TCode: number = number

Hierarchy

Index

Constructors

Properties

Methods

Constructors

Properties

statusCode: TCode
-

The status code corresponding to this error class.

-
uri: NamedNode<string>
-

A unique URI identifying this error class.

-

Methods

  • isInstance(error: any): error is HttpError<TCode>

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/interfaces/RegistrationManagerArgs.html b/docs/interfaces/RegistrationManagerArgs.html deleted file mode 100644 index 90da5e677..000000000 --- a/docs/interfaces/RegistrationManagerArgs.html +++ /dev/null @@ -1,13 +0,0 @@ -RegistrationManagerArgs | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • RegistrationManagerArgs

Index

Properties

accountStore: AccountStore
-

Stores all the registered account information.

-
baseUrl: string
-

Used to set the oidcIssuer value of newly registered pods.

-
identifierGenerator: IdentifierGenerator
-

Generates identifiers for new pods.

-
ownershipValidator: OwnershipValidator
-

Verifies the user is the owner of the WebID they provide.

-
podManager: PodManager
-

Creates the new pods.

-
webIdSuffix: string
-

Appended to the generated pod identifier to create the corresponding WebID.

-

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/interfaces/RegistrationParams.html b/docs/interfaces/RegistrationParams.html deleted file mode 100644 index 62641ecc5..000000000 --- a/docs/interfaces/RegistrationParams.html +++ /dev/null @@ -1,3 +0,0 @@ -RegistrationParams | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/interfaces/RegistrationResponse.html b/docs/interfaces/RegistrationResponse.html deleted file mode 100644 index 599ee71d1..000000000 --- a/docs/interfaces/RegistrationResponse.html +++ /dev/null @@ -1,3 +0,0 @@ -RegistrationResponse | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/interfaces/Representation.html b/docs/interfaces/Representation.html deleted file mode 100644 index 1bff73280..000000000 --- a/docs/interfaces/Representation.html +++ /dev/null @@ -1,14 +0,0 @@ -Representation | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

A representation of a resource.

-

Hierarchy

Implemented by

Index

Properties

binary: boolean
-

Whether the data stream consists of binary/string chunks -(as opposed to complex objects).

-
data: Guarded<Readable>
-

The raw data stream for this representation.

-
isEmpty: boolean
-

Whether the data stream is empty. -This being true does not imply that the data stream has a length of more than 0, -only that it is a possibility and should be read to be sure.

-
-

The corresponding metadata.

-

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/interfaces/RepresentationConverterArgs.html b/docs/interfaces/RepresentationConverterArgs.html deleted file mode 100644 index f4beb2123..000000000 --- a/docs/interfaces/RepresentationConverterArgs.html +++ /dev/null @@ -1,7 +0,0 @@ -RepresentationConverterArgs | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • RepresentationConverterArgs

Index

Properties

identifier: ResourceIdentifier
-

Identifier of the resource. Can be used as base IRI.

-
-

Preferences indicating what is requested.

-
representation: Representation
-

Representation to convert.

-

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/interfaces/RepresentationPatcherInput.html b/docs/interfaces/RepresentationPatcherInput.html deleted file mode 100644 index f2bdc647a..000000000 --- a/docs/interfaces/RepresentationPatcherInput.html +++ /dev/null @@ -1 +0,0 @@ -RepresentationPatcherInput | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/interfaces/RepresentationPreferences.html b/docs/interfaces/RepresentationPreferences.html deleted file mode 100644 index dce54b0f4..000000000 --- a/docs/interfaces/RepresentationPreferences.html +++ /dev/null @@ -1,5 +0,0 @@ -RepresentationPreferences | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Contains preferences along multiple content negotiation dimensions.

-

All dimensions are optional for ease of constructing; either undefined -or an empty ValuePreferences can indicate that no preferences were specified.

-

Hierarchy

  • RepresentationPreferences

Index

Properties

datetime?: ValuePreferences
encoding?: ValuePreferences
language?: ValuePreferences

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/interfaces/Resource.html b/docs/interfaces/Resource.html deleted file mode 100644 index ad6944e8b..000000000 --- a/docs/interfaces/Resource.html +++ /dev/null @@ -1 +0,0 @@ -Resource | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/interfaces/ResourceIdentifier.html b/docs/interfaces/ResourceIdentifier.html deleted file mode 100644 index 38bed14c1..000000000 --- a/docs/interfaces/ResourceIdentifier.html +++ /dev/null @@ -1,5 +0,0 @@ -ResourceIdentifier | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

The unique identifier of a resource.

-

Hierarchy

  • ResourceIdentifier

Index

Properties

Properties

path: string
-

Path to the relevant resource.

-

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/interfaces/ResourceLink.html b/docs/interfaces/ResourceLink.html deleted file mode 100644 index f6643f4c3..000000000 --- a/docs/interfaces/ResourceLink.html +++ /dev/null @@ -1,9 +0,0 @@ -ResourceLink | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • ResourceLink

Index

Properties

contentType?: string
-

Content-type for a document (not defined for containers).

-
filePath: string
-

File path of a resource.

-
identifier: ResourceIdentifier
-

Identifier of a resource.

-
isMetadata: boolean
-

If the resource is a metadata file.

-

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/interfaces/ResourceLocker.html b/docs/interfaces/ResourceLocker.html deleted file mode 100644 index cce52a0c9..000000000 --- a/docs/interfaces/ResourceLocker.html +++ /dev/null @@ -1,16 +0,0 @@ -ResourceLocker | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

An interface for classes that only have 1 way to lock interfaces. -In general this should only be used by components implementing the ReadWriteLocker interface. -Other components that require locking of resources should use that interface.

-

Hierarchy

  • ResourceLocker

Implemented by

Index

Methods

  • -

    Releases a lock on the requested identifier. -The promise will resolve when the lock has been released. -In case there is no lock on the resource an error should be thrown.

    -

    Parameters

    Returns Promise<void>

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/interfaces/ResourceSet.html b/docs/interfaces/ResourceSet.html deleted file mode 100644 index 4e13802fc..000000000 --- a/docs/interfaces/ResourceSet.html +++ /dev/null @@ -1,8 +0,0 @@ -ResourceSet | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

A set containing resources.

-

Hierarchy

Implemented by

Index

Methods

  • -

    Check if a resource exists in this ResourceSet.

    -

    Parameters

    Returns Promise<boolean>

    A promise resolving if the resource already exists.

    -

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/interfaces/ResourceStore.html b/docs/interfaces/ResourceStore.html deleted file mode 100644 index d0b368ab9..000000000 --- a/docs/interfaces/ResourceStore.html +++ /dev/null @@ -1,60 +0,0 @@ -ResourceStore | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

A ResourceStore represents a collection of resources. -It has been designed such that each of its methods -can be implemented in an atomic way: for each CRUD operation, only one -dedicated method needs to be called. A fifth method enables the optimization -of partial updates with PATCH. It is up to the implementer of the interface to -(not) make an implementation atomic.

-

ResourceStores are also responsible for taking auxiliary resources into account -should those be relevant to the store.

-

Hierarchy

Implemented by

Index

Methods

  • -

    Sets or updates the representation of a resource, -creating a new resource and intermediary containers as needed.

    -

    Parameters

    • identifier: ResourceIdentifier
      -

      Identifier of resource to update.

      -
    • patch: Patch
      -

      Description of which parts to update.

      -
    • Optional conditions: Conditions
      -

      Optional conditions under which to proceed.

      -

    Returns Promise<ResourceIdentifier[]>

    Identifiers of resources that were possibly modified.

    -
  • -

    Sets or replaces the representation of a resource, -creating a new resource and intermediary containers as needed.

    -

    Parameters

    • identifier: ResourceIdentifier
      -

      Identifier of resource to update.

      -
    • representation: Representation
      -

      New representation of the resource.

      -
    • Optional conditions: Conditions
      -

      Optional conditions under which to proceed.

      -

    Returns Promise<ResourceIdentifier[]>

    Identifiers of resources that were possibly modified.

    -

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/interfaces/ResourcesGenerator.html b/docs/interfaces/ResourcesGenerator.html deleted file mode 100644 index 028778659..000000000 --- a/docs/interfaces/ResourcesGenerator.html +++ /dev/null @@ -1,12 +0,0 @@ -ResourcesGenerator | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Generator used to create resources relative to a given base identifier. -Note that this is not an AsyncHandler since it returns an AsyncIterable instead of a promise.

-

Hierarchy

  • ResourcesGenerator

Implemented by

Index

Methods

Methods

  • -

    Generates resources with the given options. -The output Map should be sorted so that containers always appear before their contents.

    -

    Parameters

    • location: ResourceIdentifier
      -

      Base identifier.

      -
    • options: Dict<string>
      -

      Options that can be used when generating resources.

      -

    Returns AsyncIterable<Resource>

    A map where the keys are the identifiers and the values the corresponding representations to store.

    -

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/interfaces/RouterHandlerArgs.html b/docs/interfaces/RouterHandlerArgs.html deleted file mode 100644 index 608a57484..000000000 --- a/docs/interfaces/RouterHandlerArgs.html +++ /dev/null @@ -1 +0,0 @@ -RouterHandlerArgs | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • RouterHandlerArgs

Index

Properties

allowedMethods: string[]
allowedPathNames: string[]
baseUrl: string
handler: HttpHandler
targetExtractor: TargetExtractor

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/interfaces/SetupHandlerArgs.html b/docs/interfaces/SetupHandlerArgs.html deleted file mode 100644 index 4b45e7c4a..000000000 --- a/docs/interfaces/SetupHandlerArgs.html +++ /dev/null @@ -1,6 +0,0 @@ -SetupHandlerArgs | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • SetupHandlerArgs

Index

Properties

initializer?: Initializer
-

Initializer to call in case no registration procedure needs to happen. -This Initializer should make sure the necessary resources are there so the server can work correctly.

-
registrationManager?: RegistrationManager
-

Used for registering a pod during setup.

-

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/interfaces/SetupHttpHandlerArgs.html b/docs/interfaces/SetupHttpHandlerArgs.html deleted file mode 100644 index 5de0d5101..000000000 --- a/docs/interfaces/SetupHttpHandlerArgs.html +++ /dev/null @@ -1,11 +0,0 @@ -SetupHttpHandlerArgs | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • SetupHttpHandlerArgs

Index

Properties

-

Used for converting the input data.

-
-

Handles the requests.

-
storage: KeyValueStorage<string, boolean>
-

Used to store setup status.

-
storageKey: string
-

Key that is used to store the boolean in the storage indicating setup is finished.

-
templateEngine: TemplateEngine<Dict<any>>
-

Renders the main view.

-

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/interfaces/SimpleLogger.html b/docs/interfaces/SimpleLogger.html deleted file mode 100644 index 82f0b1fa8..000000000 --- a/docs/interfaces/SimpleLogger.html +++ /dev/null @@ -1,11 +0,0 @@ -SimpleLogger | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Logs messages on a specific level.

-
see

getLoggerFor on how to instantiate loggers.

-

Hierarchy

Index

Methods

Methods

  • log(level: "error" | "warn" | "info" | "verbose" | "debug" | "silly", message: string): SimpleLogger
  • -

    Log the given message at the given level. -If the internal level is higher than the given level, the message may be voided.

    -

    Parameters

    • level: "error" | "warn" | "info" | "verbose" | "debug" | "silly"
      -

      The level to log at.

      -
    • message: string
      -

      The message to log.

      -

    Returns SimpleLogger

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/interfaces/Size.html b/docs/interfaces/Size.html deleted file mode 100644 index 15572a0cd..000000000 --- a/docs/interfaces/Size.html +++ /dev/null @@ -1,3 +0,0 @@ -Size | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Describes the size of something by stating how much of a certain unit is present.

-

Hierarchy

  • Size

Index

Properties

Properties

amount: number
unit: string

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/interfaces/SizeReporter.html b/docs/interfaces/SizeReporter.html deleted file mode 100644 index fc1044b70..000000000 --- a/docs/interfaces/SizeReporter.html +++ /dev/null @@ -1,26 +0,0 @@ -SizeReporter | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

A SizeReporter's only purpose (at the moment) is to calculate the size -of a resource. How the size is calculated or what unit it is in is defined by -the class implementing this interface. -One might use the amount of bytes and another might use the amount of triples -stored in a resource.

-

Type parameters

  • T

Hierarchy

  • SizeReporter

Implemented by

Index

Methods

  • calculateChunkSize(chunk: T): Promise<number>
  • -

    Calculate the size of a chunk based on which SizeReporter is being used

    -

    Parameters

    • chunk: T
      -

      the chunk of which you want the size

      -

    Returns Promise<number>

    the size of the passed chunk as a number

    -
  • -

    Estimate the size of a body / request by looking at its metadata

    -

    Parameters

    Returns Promise<undefined | number>

    the estimated size of the body / request or undefined if no -meaningful estimation can be made

    -
  • getUnit(): string

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/interfaces/SparqlUpdatePatch.html b/docs/interfaces/SparqlUpdatePatch.html deleted file mode 100644 index b5b198cc5..000000000 --- a/docs/interfaces/SparqlUpdatePatch.html +++ /dev/null @@ -1,16 +0,0 @@ -SparqlUpdatePatch | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

A specific type of Patch corresponding to a SPARQL update.

-

Hierarchy

Index

Properties

algebra: Update
-

Algebra corresponding to the SPARQL update.

-
binary: boolean
-

Whether the data stream consists of binary/string chunks -(as opposed to complex objects).

-
data: Guarded<Readable>
-

The raw data stream for this representation.

-
isEmpty: boolean
-

Whether the data stream is empty. -This being true does not imply that the data stream has a length of more than 0, -only that it is a possibility and should be read to be sure.

-
-

The corresponding metadata.

-

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/interfaces/SystemError.html b/docs/interfaces/SystemError.html deleted file mode 100644 index cb5b803a4..000000000 --- a/docs/interfaces/SystemError.html +++ /dev/null @@ -1,23 +0,0 @@ -SystemError | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

Interface for Node.js System errors

-

Node.js generates system errors when exceptions occur within its runtime environment. -These usually occur when an application violates an operating system constraint. -For example, a system error will occur if an application attempts to read a file that does not exist.

-

Hierarchy

  • Error
    • SystemError

Index

Properties

address?: string
-

If present, the address to which a network connection failed.

-
code: string
-

The string error code. -Full list: https://man7.org/linux/man-pages/man3/errno.3.html

-
dest?: string
-

If present, the file path destination when reporting a file system error.

-
errno: string | number
-

The system-provided error number.

-
info?: any
-

If present, extra details about the error condition.

-
message: string
name: string
path?: string
-

If present, the file path when reporting a file system error.

-
port?: string
-

If present, the network connection port that is not available.

-
stack?: string
syscall: string
-

The name of the system call that triggered the error.

-

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/interfaces/TemplateEngine.html b/docs/interfaces/TemplateEngine.html deleted file mode 100644 index 6e13b3c44..000000000 --- a/docs/interfaces/TemplateEngine.html +++ /dev/null @@ -1,8 +0,0 @@ -TemplateEngine | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

A template engine renders content into a template.

-

Type parameters

  • T: Dict<any> = Dict<any>

Hierarchy

  • TemplateEngine

Implemented by

Index

Methods

Methods

  • render(contents: T): Promise<string>
  • render<TCustom>(contents: TCustom, template: Template): Promise<string>

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/interfaces/TemplateOptions.html b/docs/interfaces/TemplateOptions.html deleted file mode 100644 index 5dfcb8b27..000000000 --- a/docs/interfaces/TemplateOptions.html +++ /dev/null @@ -1 +0,0 @@ -TemplateOptions | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • TemplateOptions

Index

Properties

codeTemplatesPath?: string
contentType?: string
extension?: string
mainTemplatePath?: string

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/interfaces/TemplatePath.html b/docs/interfaces/TemplatePath.html deleted file mode 100644 index 6851ccddb..000000000 --- a/docs/interfaces/TemplatePath.html +++ /dev/null @@ -1 +0,0 @@ -TemplatePath | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • TemplatePath

Index

Properties

templateFile: string
templatePath?: string

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/interfaces/TemplateString.html b/docs/interfaces/TemplateString.html deleted file mode 100644 index 70d454451..000000000 --- a/docs/interfaces/TemplateString.html +++ /dev/null @@ -1 +0,0 @@ -TemplateString | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • TemplateString

Index

Properties

Properties

templateString: string

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/modules.html b/docs/modules.html deleted file mode 100644 index 68a99b6c4..000000000 --- a/docs/modules.html +++ /dev/null @@ -1,573 +0,0 @@ -Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu

Community Solid Server - v4.0.1

Index

Enumerations

Classes

Interfaces

Type aliases

Variables

Functions

Type aliases

CredentialSet: Partial<Record<CredentialGroup, Credential>>
-

A combination of multiple credentials, where their group is specified by the key.

-
Expires<T>: { expires?: string; payload: T }

Type parameters

  • T

Type declaration

  • Optional expires?: string
  • payload: T
Guarded<T>: T & Guard
-

A stream that is guarded from emitting errors when there are no listeners. -If an error occurs while no listener is attached, -it will store the error and emit it once a listener is added (or a timeout occurs).

-

Type parameters

  • T: NodeJS.EventEmitter = NodeJS.EventEmitter

HttpRequest: Guarded<IncomingMessage>
-

An incoming HTTP request;

-
HttpResponse: ServerResponse
-

An outgoing HTTP response;

-
Interaction: NonNullable<KoaContextWithOIDC["oidc"]["entities"]["Interaction"]>
LogLevel: typeof LOG_LEVELS[number]
-

Different log levels, from most important to least important.

-
MetadataGraph: NamedNode | BlankNode | DefaultGraph | string
MetadataIdentifier: ResourceIdentifier | NamedNode | BlankNode
MetadataRecord: Record<string, MetadataValue>
MetadataValue: NamedNode | Literal | string | (NamedNode | Literal | string)[]
Namespace<TKey, TValue>: { namespace: TValue } & RecordOf<TKey, TValue>

Type parameters

  • TKey: any[]

  • TValue

PatchHandlerInput<T>: { identifier: ResourceIdentifier; patch: Patch; source: T }

Type parameters

Type declaration

Permission: Partial<Record<AccessMode, boolean>>
-

A data interface indicating which permissions are required (based on the context).

-
PermissionSet: Partial<Record<CredentialGroup, Permission>>
TemplateFileName: string
ValidatorInput: { identifier: ResourceIdentifier; representation: Representation }

Type declaration

ValuePreference: { value: string; weight: number }
-

A single entry of a ValuePreferences object. -Useful when doing operations on such an object.

-

Type declaration

  • value: string
  • weight: number
ValuePreferences: Record<string, number>
-

Represents preferred values along a single content negotiation dimension.

-

The number represents how preferred this value is from 0 to 1. -Follows the quality values rule from RFC 7231: -"The weight is normalized to a real number in the range 0 through 1, -where 0.001 is the least preferred and 1 is the most preferred; a -value of 0 means "not acceptable"."

-
YargsArgOptions: Record<string, Options>

Variables

ACL: { namespace: string } & RecordOf<("default" | "accessTo" | "agent" | "agentClass" | "agentGroup" | "AuthenticatedAgent" | "Authorization" | "mode" | "Write" | "Read" | "Append" | "Control")[], string> & { terms: Namespace<("default" | "accessTo" | "agent" | "agentClass" | "agentGroup" | "AuthenticatedAgent" | "Authorization" | "mode" | "Write" | "Read" | "Append" | "Control")[], NamedNode<string>> } = ...
APPLICATION_JSON: "application/json" = 'application/json'
APPLICATION_OCTET_STREAM: "application/octet-stream" = 'application/octet-stream'
APPLICATION_SPARQL_UPDATE: "application/sparql-update" = 'application/sparql-update'
APPLICATION_X_WWW_FORM_URLENCODED: "application/x-www-form-urlencoded" = 'application/x-www-form-urlencoded'
AUTH: { namespace: string } & RecordOf<("userMode" | "publicMode")[], string> & { terms: Namespace<("userMode" | "publicMode")[], NamedNode<string>> } = ...
CONTENT_LENGTH_TERM: NamedNode<string> = ...
CONTENT_TYPE: string = MA.format
CONTENT_TYPE_TERM: NamedNode<string> = MA.terms.format
DC: { namespace: string } & RecordOf<("description" | "modified" | "title")[], string> & { terms: Namespace<("description" | "modified" | "title")[], NamedNode<string>> } = ...
DEFAULT_CUSTOM_TYPES: { acl: string; meta: string } = ...

Type declaration

  • acl: string
  • meta: string
FOAF: { namespace: string } & RecordOf<"Agent"[], string> & { terms: Namespace<"Agent"[], NamedNode<string>> } = ...
HH: { namespace: string } & RecordOf<"content-length"[], string> & { terms: Namespace<"content-length"[], NamedNode<string>> } = ...
HTTP: { namespace: string } & RecordOf<"statusCodeNumber"[], string> & { terms: Namespace<"statusCodeNumber"[], NamedNode<string>> } = ...
IANA: { namespace: string } & RecordOf<string[], string> & { terms: Namespace<string[], NamedNode<string>> } = ...
INTERNAL_ALL: "internal/*" = 'internal/*'
INTERNAL_ERROR: "internal/error" = 'internal/error'
INTERNAL_QUADS: "internal/quads" = 'internal/quads'
JSON_LD: { namespace: string } & RecordOf<"context"[], string> & { terms: Namespace<"context"[], NamedNode<string>> } = ...
LDP: { namespace: string } & RecordOf<("contains" | "BasicContainer" | "Container" | "Resource")[], string> & { terms: Namespace<("contains" | "BasicContainer" | "Container" | "Resource")[], NamedNode<string>> } = ...
LOG_LEVELS: readonly ["error", "warn", "info", "verbose", "debug", "silly"] = ...
MA: { namespace: string } & RecordOf<"format"[], string> & { terms: Namespace<"format"[], NamedNode<string>> } = ...
OIDC: { namespace: string } & RecordOf<"redirect_uris"[], string> & { terms: Namespace<"redirect_uris"[], NamedNode<string>> } = ...
PIM: { namespace: string } & RecordOf<"Storage"[], string> & { terms: Namespace<"Storage"[], NamedNode<string>> } = ...
POSIX: { namespace: string } & RecordOf<("mtime" | "size")[], string> & { terms: Namespace<("mtime" | "size")[], NamedNode<string>> } = ...
PREFERRED_PREFIX: string = VANN.preferredNamespacePrefix
PREFERRED_PREFIX_TERM: NamedNode<string> = VANN.terms.preferredNamespacePrefix
RDF: { namespace: string } & RecordOf<"type"[], string> & { terms: Namespace<"type"[], NamedNode<string>> } = ...
RDFS: { namespace: string } & RecordOf<"label"[], string> & { terms: Namespace<"label"[], NamedNode<string>> } = ...
SOLID: { namespace: string } & RecordOf<("deletes" | "inserts" | "oidcIssuer" | "oidcIssuerRegistrationToken" | "oidcRegistration" | "where" | "InsertDeletePatch")[], string> & { terms: Namespace<("deletes" | "inserts" | "oidcIssuer" | "oidcIssuerRegistrationToken" | "oidcRegistration" | "where" | "InsertDeletePatch")[], NamedNode<string>> } = ...
SOLID_ERROR: { namespace: string } & RecordOf<("disallowedMethod" | "errorResponse" | "stack")[], string> & { terms: Namespace<("disallowedMethod" | "errorResponse" | "stack")[], NamedNode<string>> } = ...
SOLID_HTTP: { namespace: string } & RecordOf<("location" | "slug")[], string> & { terms: Namespace<("location" | "slug")[], NamedNode<string>> } = ...
SOLID_META: { namespace: string } & RecordOf<("ResponseMetadata" | "template" | "contentTypeParameter" | "value")[], string> & { terms: Namespace<("ResponseMetadata" | "template" | "contentTypeParameter" | "value")[], NamedNode<string>> } = ...
TEMPLATE: { namespace: string } & RecordOf<"ResourceStore"[], string> & { terms: Namespace<"ResourceStore"[], NamedNode<string>> } = ...
TEMPLATE_VARIABLE: { namespace: string } & RecordOf<("baseUrl" | "rootFilePath" | "sparqlEndpoint" | "templateConfig")[], string> & { terms: Namespace<("baseUrl" | "rootFilePath" | "sparqlEndpoint" | "templateConfig")[], NamedNode<string>> } = ...
TEXT_HTML: "text/html" = 'text/html'
TEXT_MARKDOWN: "text/markdown" = 'text/markdown'
TEXT_N3: "text/n3" = 'text/n3'
TEXT_TURTLE: "text/turtle" = 'text/turtle'
UNIT_BYTES: "bytes" = 'bytes'
VANN: { namespace: string } & RecordOf<"preferredNamespacePrefix"[], string> & { terms: Namespace<"preferredNamespacePrefix"[], NamedNode<string>> } = ...
VCARD: { namespace: string } & RecordOf<"hasMember"[], string> & { terms: Namespace<"hasMember"[], NamedNode<string>> } = ...
XSD: { namespace: string } & RecordOf<("dateTime" | "integer")[], string> & { terms: Namespace<("dateTime" | "integer")[], NamedNode<string>> } = ...
modulePathPlaceholder: "@css:" = '@css:'
-

A placeholder for the path to the @solid/community-server module root. -The resolveAssetPath function will replace this string with the actual path.

-

Functions

  • absoluteFilePath(path: string): string
  • -

    Resolves a path to its absolute form. -Absolute inputs will not be changed (except changing Windows to POSIX). -Relative inputs will be interpreted relative to process.cwd().

    -

    Parameters

    • path: string
      -

      Path to check (POSIX or Windows).

      -

    Returns string

    The potentially changed path (POSIX).

    -
  • -

    Generates resources with the given generator and adds them to the given store.

    -

    Parameters

    Returns Promise<number>

    The amount of resources that were added.

    -
  • addHeader(response: ServerResponse, name: string, value: string | string[]): void
  • -

    Adds a header value without overriding previous values.

    -

    Parameters

    • response: ServerResponse
    • name: string
    • value: string | string[]

    Returns void

  • -

    Helper function to generate type quads for a Container or Resource.

    -

    Parameters

    • metadata: RepresentationMetadata
      -

      Metadata to add to.

      -
    • isContainer: boolean
      -

      If the identifier corresponds to a container.

      -

    Returns void

    The generated quads.

    -
  • -

    Links a template file with a given content-type to the metadata using the SOLID_META.template predicate.

    -

    Parameters

    • metadata: RepresentationMetadata
      -

      Metadata to update.

      -
    • templateFile: string
      -

      Path to the template.

      -
    • contentType: string
      -

      Content-type of the template after it is rendered.

      -

    Returns void

  • allFulfilled<T>(promises: Promise<T>[], ignoreErrors?: boolean): Promise<T[]>
  • -

    Obtains the values of all fulfilled promises. -If there are rejections (and ignoreErrors is false), throws a combined error of all rejected promises.

    -

    Type parameters

    • T

    Parameters

    • promises: Promise<T>[]
    • ignoreErrors: boolean = false

    Returns Promise<T[]>

  • assertError(error: unknown): asserts error is Error
  • -

    Asserts that the input is a native error. -If not the input will be re-thrown.

    -

    Parameters

    • error: unknown

    Returns asserts error is Error

  • assertPassword(password: any, confirmPassword: any): asserts password is string
  • -

    Asserts that password is a string that matches confirmPassword. -Will throw an Error otherwise.

    -

    Parameters

    • password: any
      -

      Password to assert.

      -
    • confirmPassword: any
      -

      Confirmation of password to match.

      -

    Returns asserts password is string

  • -

    Cleans incoming preferences to prevent unwanted behaviour. -Makes sure internal types have weight 0, unless specifically requested in the preferences, -and interprets empty preferences as accepting everything.

    -

    Parameters

    Returns ValuePreferences

    A copy of the the preferences with the necessary updates.

    -
  • -

    Helper function to clone a representation, the original representation can still be used. -This function loads the entire stream in memory.

    -

    Parameters

    Returns Promise<BasicRepresentation>

    The cloned representation.

    -
  • createAggregateError(errors: Error[], messagePrefix?: string): HttpError
  • -

    Combines a list of errors into a single HttpErrors. -Status code depends on the input errors. If they all share the same status code that code will be re-used. -If they are all within the 4xx range, 400 will be used, otherwise 500.

    -

    Parameters

    • errors: Error[]
      -

      Errors to combine.

      -
    • messagePrefix: string = 'No handler supports the given input:'
      -

      Prefix for the aggregate error message. Will be followed with an array of all the messages.

      -

    Returns HttpError

  • createErrorMessage(error: unknown): string
  • createNamespace<TKey, TValue>(baseUri: string, toValue: (expanded: string) => TValue, ...localNames: TKey[]): Namespace<typeof localNames, TValue>
  • -

    Creates a function that expands local names from the given base URI, -and exports the given local names as properties on the returned object.

    -

    Type parameters

    • TKey: string

    • TValue

    Parameters

    • baseUri: string
    • toValue: (expanded: string) => TValue
        • (expanded: string): TValue
        • Parameters

          • expanded: string

          Returns TValue

    • Rest ...localNames: TKey[]

    Returns Namespace<typeof localNames, TValue>

  • createSubdomainRegexp(baseUrl: string): RegExp
  • -

    Creates a regular expression that matches URLs containing the given baseUrl, or a subdomain of the given baseUrl. -In case there is a subdomain, the first match of the regular expression will be that subdomain.

    -

    Examples with baseUrl http://test.com/foo/:

    -
      -
    • Will match http://test.com/foo/
    • -
    • Will match http://test.com/foo/bar/baz
    • -
    • Will match http://alice.bob.test.com/foo/bar/baz, first match result will be alice.bob
    • -
    • Will not match http://test.com/
    • -
    • Will not match http://alicetest.com/foo/
    • -
    -

    Parameters

    • baseUrl: string
      -

      Base URL for the regular expression.

      -

    Returns RegExp

  • createTermNamespace<T>(baseUri: string, ...localNames: T[]): Namespace<typeof localNames, NamedNode>
  • -

    Creates a function that expands local names from the given base URI into named nodes, -and exports the given local names as properties on the returned object.

    -

    Type parameters

    • T: string

    Parameters

    • baseUri: string
    • Rest ...localNames: T[]

    Returns Namespace<typeof localNames, NamedNode>

  • -

    Creates a function that expands local names from the given base URI into string, -and exports the given local names as properties on the returned object. -Under the terms property, it exposes the expanded local names as named nodes.

    -

    Type parameters

    • T: string

    Parameters

    • baseUri: string
    • Rest ...localNames: T[]

    Returns Namespace<typeof localNames, string> & { terms: Namespace<typeof localNames, NamedNode> }

  • createUriNamespace<T>(baseUri: string, ...localNames: T[]): Namespace<typeof localNames, string>
  • -

    Creates a function that expands local names from the given base URI into strings, -and exports the given local names as properties on the returned object.

    -

    Type parameters

    • T: string

    Parameters

    • baseUri: string
    • Rest ...localNames: T[]

    Returns Namespace<typeof localNames, string>

  • decodeUriPathComponents(path: string): string
  • -

    This function is used when converting a URI to a file path. Decodes all components of a URI path, -with the exception of encoded slash characters, as this would lead to unexpected file locations -being targeted (resulting in erroneous behaviour of the file based backend).

    -

    Parameters

    • path: string
      -

      The path to decode the URI path components of.

      -

    Returns string

    A decoded copy of the provided URI path (ignoring encoded slash characters).

    -
  • encodeUriPathComponents(path: string): string
  • -

    This function is used in the process of converting a file path to a URI. Encodes all (non-slash) -special characters in a URI path, with the exception of encoded slash characters, as this would -lead to unnecessary double encoding, resulting in a URI that differs from the expected result.

    -

    Parameters

    • path: string
      -

      The path to encode the URI path components of.

      -

    Returns string

    An encoded copy of the provided URI path (ignoring encoded slash characters).

    -
  • endOfStream(arg1: Stream): Promise<void>
  • ensureLeadingSlash(path: string): string
  • -

    Makes sure the input path has exactly 1 slash at the beginning. -Multiple slashes will get merged into one. -If there is no slash it will be added.

    -

    Parameters

    • path: string
      -

      Path to check.

      -

    Returns string

    The potentially changed path.

    -
  • ensureTrailingSlash(path: string): string
  • -

    Makes sure the input path has exactly 1 slash at the end. -Multiple slashes will get merged into one. -If there is no slash it will be added.

    -

    Parameters

    • path: string
      -

      Path to check.

      -

    Returns string

    The potentially changed path.

    -
  • extractScheme(url: string): { rest: string; scheme: string }
  • -

    Splits a URL (or similar) string into a part containing its scheme and one containing the rest. -E.g., http://test.com/ results in { scheme: 'http://', rest: 'test.com/' }.

    -

    Parameters

    • url: string
      -

      String to parse.

      -

    Returns { rest: string; scheme: string }

    • rest: string
    • scheme: string
  • -

    Fetches an RDF dataset from the given URL.

    -

    Response will be a Representation with content-type internal/quads.

    -

    Parameters

    • url: string

    Returns Promise<Representation>

  • -

    Filters a list of handlers to only keep those that can handle the input. -Will error if no matching handlers are found.

    -

    Type parameters

    • TIn

    • TOut

    Parameters

    • handlers: AsyncHandler<TIn, TOut>[]
      -

      Handlers to filter.

      -
    • input: TIn
      -

      Input that needs to be supported.

      -

    Returns Promise<AsyncHandler<TIn, TOut>[]>

  • -

    Finds a handler that can handle the given input data. -Otherwise an error gets thrown.

    -

    Type parameters

    • TIn

    • TOut

    Parameters

    • handlers: AsyncHandler<TIn, TOut>[]
      -

      List of handlers to search in.

      -
    • input: TIn
      -

      The input data.

      -

    Returns Promise<AsyncHandler<TIn, TOut>>

    A promise resolving to a handler that supports the data or otherwise rejecting.

    -
  • generateHttpErrorClass<TCode>(statusCode: TCode, name: string): HttpErrorClass<TCode>
  • -

    Generates a new HttpError class with the given status code and name. -In general, status codes are used to uniquely identify error types, -so there should be no 2 classes with the same value there.

    -

    To make sure Components.js can work with these newly generated classes, -the generated class should be called BaseHttpError as that name is an entry in .componentsignore. -The actual class should then extend BaseHttpError and have a correct constructor, -so the Components.js generator can generate the correct components JSON-LD file during build.

    -

    Type parameters

    • TCode: number

    Parameters

    • statusCode: TCode
    • name: string

    Returns HttpErrorClass<TCode>

  • generateHttpErrorUri(statusCode: number): NamedNode
  • -

    For a media type converter that can generate the given types, -this function tries to find the type that best matches the given preferences.

    -

    This function combines several other conversion utility functions -to determine what output a converter should generate: -it cleans the preferences with cleanPreferences to support empty preferences -and to prevent the accidental generation of internal types, -after which the best match gets found based on the weights.

    -

    Parameters

    Returns string | undefined

    The best match. Undefined if there is no match.

    -
  • -

    Generates an ETag based on the last modified date of a resource.

    -

    Parameters

    Returns string | undefined

    the generated ETag. Undefined if no last modified date was found.

    -
  • getExtension(path: string): string
  • -

    Extracts the extension (without dot) from a path. -Custom function since path.extname does not work on all cases (e.g. ".acl")

    -

    Parameters

    • path: string
      -

      Input path to parse.

      -

    Returns string

  • getLoggerFor(loggable: string | Instance): Logger
  • -

    Gets a logger instance for the given class instance.

    -

    The following shows a typical pattern on how to create loggers:

    -
    class MyClass {
    protected readonly logger = getLoggerFor(this);
    } -
    -

    If no class is applicable, a logger can also be created as follows:

    -
    const logger = getLoggerFor('MyFunction');
    -
    -

    Parameters

    • loggable: string | Instance
      -

      A class instance or a class string name.

      -

    Returns Logger

  • getModuleRoot(): string
  • -

    Returns the folder corresponding to the root of the Community Solid Server module

    -

    Returns string

  • -

    Creates a relative URL by removing the base URL. -Will throw an error in case the resulting target is not withing the base URL scope.

    -

    Parameters

    • baseUrl: string
      -

      Base URL.

      -
    • request: HttpRequest
      -

      Incoming request of which the target needs to be extracted.

      -
    • targetExtractor: TargetExtractor
      -

      Will extract the target from the request.

      -

    Returns Promise<string>

  • getSingleItem(stream: Readable): Promise<unknown>
  • -

    Converts the stream to a single object. -This assumes the stream is in object mode and only contains a single element, -otherwise an error will be thrown.

    -

    Parameters

    • stream: Readable
      -

      Object stream with single entry.

      -

    Returns Promise<unknown>

  • getStatusCode(error: Error): number
  • getTemplateFilePath(template?: Template): string | undefined
  • -

    Tries to match the given type to the given preferences. -In case there are multiple matches the most specific one will be chosen as per RFC 7231.

    -

    Parameters

    • type: string
      -

      Type for which the matching weight is needed.

      -
    • preferred: ValuePreferences
      -

      Preferences to match the type to.

      -

    Returns number

    The corresponding weight from the preferences or 0 if there is no match.

    -
  • guardStream<T>(stream: T): Guarded<T>
  • -

    Makes sure that listeners always receive the error event of a stream, -even if it was thrown before the listener was attached.

    -

    When guarding a stream it is assumed that error listeners already attached should be ignored, -only error listeners attached after the stream is guarded will prevent an error from being logged.

    -

    If the input is already guarded the guard will be reset, -which means ignoring error listeners already attached.

    -

    Type parameters

    • T: EventEmitter<T>

    Parameters

    • stream: T
      -

      Stream that can potentially throw an error.

      -

    Returns Guarded<T>

    The stream.

    -
  • guardedStreamFrom(contents: string | Iterable<any>, options?: ReadableOptions): Guarded<Readable>
  • -

    Converts a string or array to a stream and applies an error guard so that it is Guarded.

    -

    Parameters

    • contents: string | Iterable<any>
      -

      Data to stream.

      -
    • Optional options: ReadableOptions
      -

      Options to pass to the Readable constructor. See {@link Readable.from}.

      -

    Returns Guarded<Readable>

  • hasScheme(url: string, ...schemes: string[]): boolean
  • -

    Checks if the scheme part of the specified url matches at least one of the provided options.

    -

    Parameters

    • url: string
      -

      A string representing the URL.

      -
    • Rest ...schemes: string[]
      -

      Scheme value options (the function will check if at least one matches the URL scheme).

      -

    Returns boolean

    True if the URL scheme matches at least one of the provided options, false otherwise.

    -
  • isContainerPath(path: string): boolean
  • -

    Checks if the path corresponds to a container path (ending in a /).

    -

    Parameters

    • path: string
      -

      Path to check.

      -

    Returns boolean

  • isError(error: any): error is Error
  • isGuarded<T>(stream: T): stream is Guarded<T>
  • -

    Determines whether the stream is guarded from emitting errors.

    -

    Type parameters

    • T: EventEmitter<T>

    Parameters

    • stream: T

    Returns stream is Guarded<T>

  • isInternalContentType(contentType?: string): boolean
  • -

    Checks if the given content type is an internal content type such as internal/quads. -Response will be false if the input type is undefined.

    -

    Do not use this for media ranges.

    -

    Parameters

    • Optional contentType: string
      -

      Type to check.

      -

    Returns boolean

  • isTerm(input?: any): input is Term
  • Parameters

    • Optional input: any
      -

      Checks if this is a {@link Term}.

      -

    Returns input is Term

  • isValidFileName(name: string): boolean
  • -

    Checks the validity of a file name. A valid name consists of word characters, '-' or '.'.

    -

    Parameters

    • name: string
      -

      The name of the file to validate.

      -

    Returns boolean

    True if the filename is valid, false otherwise.

    -
  • isValidVariable(variable: string): boolean
  • -

    Checks if the given variable is one that is supported. -This can be used to weed out irrelevant parameters in an object.

    -

    Parameters

    • variable: string

    Returns boolean

  • joinFilePath(basePath: string, ...paths: string[]): string
  • -

    Adds the paths to the base path.

    -

    Parameters

    • basePath: string
      -

      The base path (POSIX or Windows).

      -
    • Rest ...paths: string[]
      -

      Subpaths to attach (POSIX).

      -

    Returns string

    The potentially changed path (POSIX).

    -
  • joinUrl(...parts: string[]): string
  • joinUrl(parts: string[]): string
  • -

    Concatenates all the given strings into a normalized URL. -Will place slashes between input strings if necessary.

    -

    Parameters

    • Rest ...parts: string[]

    Returns string

  • -

    Concatenates all the given strings into a normalized URL. -Will place slashes between input strings if necessary.

    -

    Parameters

    • parts: string[]

    Returns string

  • matchesAuthorizationScheme(scheme: string, authorization?: string): boolean
  • -

    Checks if the value of an HTTP Authorization header matches a specific scheme (e.g. Basic, Bearer, etc).

    -

    Parameters

    • scheme: string
      -

      Name of the authorization scheme (case insensitive).

      -
    • Optional authorization: string
      -

      The value of the Authorization header (may be undefined).

      -

    Returns boolean

    True if the Authorization header uses the specified scheme, false otherwise.

    -
  • matchesMediaType(mediaA: string, mediaB: string): boolean
  • -

    Checks if the given two media types/ranges match each other. -Takes wildcards into account.

    -

    Parameters

    • mediaA: string
      -

      Media type to match.

      -
    • mediaB: string
      -

      Media type to match.

      -

    Returns boolean

    True if the media type patterns can match each other.

    -
  • modulePath(relativePath?: string): string
  • -

    Creates a path starting from the @solid/community-server module root, -to be resolved by the resolveAssetPath function.

    -

    Parameters

    • relativePath: string = ''

    Returns string

  • normalizeFilePath(path: string): string
  • -

    Resolves relative segments in the path.

    -

    Parameters

    • path: string
      -

      Path to check (POSIX or Windows).

      -

    Returns string

    The potentially changed path (POSIX).

    -
  • parseAccept(input: string): Accept[]
  • parseForwarded(headers: IncomingHttpHeaders): Forwarded
  • -

    Parses a Forwarded header value and will fall back to X-Forwarded-* headers.

    -

    Parameters

    • headers: IncomingHttpHeaders
      -

      The incoming HTTP headers.

      -

    Returns Forwarded

    The parsed Forwarded header.

    -
  • parseLinkHeader(link?: string | string[]): LinkEntry[]
  • -

    Parses the link header(s) and returns an array of LinkEntry objects.

    -

    Parameters

    • link: string | string[] = []
      -

      A single link header or an array of link headers

      -

    Returns LinkEntry[]

    A LinkEntry array, LinkEntry contains a link and a params Record<string,string>

    -
  • parseParameters(parameters: string[], replacements: Record<string, string>): { name: string; value: string }[]
  • -

    Parses a list of split parameters and checks their validity.

    -
    throws

    BadRequestHttpError -Thrown on invalid parameter syntax.

    -

    Parameters

    • parameters: string[]
      -

      A list of split parameters (token [ "=" ( token / quoted-string ) ])

      -
    • replacements: Record<string, string>
      -

      The double quoted strings that need to be replaced.

      -

    Returns { name: string; value: string }[]

    An array of name/value objects corresponding to the parameters.

    -
  • parseQuads(readable: Guarded<Readable>, options?: ParserOptions): Promise<Quad[]>
  • -

    Helper function to convert a Readable into an array of quads.

    -

    Parameters

    • readable: Guarded<Readable>
      -

      The readable object.

      -
    • options: ParserOptions = {}
      -

      Options for the parser.

      -

    Returns Promise<Quad[]>

    A promise containing the array of quads.

    -
  • pipeSafely<T>(readable: ReadableStream, destination: T, mapError?: (error: Error) => Error): Guarded<T>
  • -

    Pipes one stream into another and emits errors of the first stream with the second. -In case of an error in the first stream the second one will be destroyed with the given error. -This will also make the stream Guarded.

    -

    Type parameters

    • T: Writable<T>

    Parameters

    • readable: ReadableStream
      -

      Initial readable stream.

      -
    • destination: T
      -

      The destination for writing data.

      -
    • Optional mapError: (error: Error) => Error
      -

      Optional function that takes the error and converts it to a new error.

      -
        • (error: Error): Error
        • Parameters

          • error: Error

          Returns Error

    Returns Guarded<T>

    The destination stream.

    -
  • promiseSome(predicates: Promise<boolean>[]): Promise<boolean>
  • -

    A function that simulates the Array.some behaviour but on an array of Promises. -Returns true if at least one promise returns true. -Returns false if all promises return false or error.

    -
    remarks

    Predicates provided as input must be implemented considering -the following points:

    -
      -
    1. if they throw an error, it won't be propagated;
    2. -
    3. throwing an error should be logically equivalent to returning false.
    4. -
    -

    Parameters

    • predicates: Promise<boolean>[]

    Returns Promise<boolean>

  • readJsonStream(stream: Readable): Promise<NodeJS.Dict<any>>
  • -

    Interprets the stream as JSON and converts it to a Dict.

    -

    Parameters

    • stream: Readable
      -

      Stream of JSON data.

      -

    Returns Promise<NodeJS.Dict<any>>

    The parsed object.

    -
  • readTemplate(template?: Template): Promise<string>
  • readableToQuads(stream: Readable): Promise<Store>
  • -

    Imports quads from a stream into a Store.

    -

    Parameters

    • stream: Readable
      -

      Stream of quads.

      -

    Returns Promise<Store>

    A Store containing all the quads.

    -
  • readableToString(stream: Readable): Promise<string>
  • -

    Joins all strings of a stream.

    -

    Parameters

    • stream: Readable
      -

      Stream of strings.

      -

    Returns Promise<string>

    The joined string.

    -
  • resolveAssetPath(path?: string): string
  • -

    Converts file path inputs into absolute paths. -Works similar to absoluteFilePath but paths that start with the modulePathPlaceholder -will be relative to the module directory instead of the cwd.

    -

    Parameters

    • path: string = modulePathPlaceholder

    Returns string

  • resolveModulePath(relativePath?: string): string
  • -

    Creates an absolute path starting from the @solid/community-server module root.

    -

    Parameters

    • relativePath: string = ''

    Returns string

  • -

    Converts a given Response (from a request that was already made) to an RDF dataset. -In case the given Response object was already parsed its body can be passed along as a string.

    -

    The converter will be used to convert the response body to RDF.

    -

    Response will be a Representation with content-type internal/quads.

    -

    Parameters

    Returns Promise<Representation>

  • sanitizeUrlPart(urlPart: string): string
  • -

    Sanitizes part of a URL by replacing non-word content with a '-'.

    -

    Parameters

    • urlPart: string
      -

      The URL part to sanitize.

      -

    Returns string

    The sanitized output.

    -
  • serializeQuads(quads: Quad[], contentType?: string): Guarded<Readable>
  • -

    Helper function for serializing an array of quads, with as result a Readable object.

    -

    Parameters

    • quads: Quad[]
      -

      The array of quads.

      -
    • Optional contentType: string
      -

      The content-type to serialize to.

      -

    Returns Guarded<Readable>

    The Readable object.

    -
  • setSafeInterval(logger: Logger, message: string, callback: (...cbArgs: any[]) => void, ms?: number, ...args: any[]): NodeJS.Timeout
  • -

    Wraps the callback for {@link setInterval} so errors get caught and logged. -Parameters are identical to the {@link setInterval} parameters starting from the 3rd argument. -The logger and message will be used when the callback throws an error. -Supports asynchronous callback functions.

    -

    Parameters

    • logger: Logger
    • message: string
    • callback: (...cbArgs: any[]) => void
        • (...cbArgs: any[]): void
        • Parameters

          • Rest ...cbArgs: any[]

          Returns void

    • Optional ms: number
    • Rest ...args: any[]

    Returns NodeJS.Timeout

  • splitAndClean(input: string): string[]
  • -

    Splits the input string on commas, trims all parts and filters out empty ones.

    -

    Parameters

    • input: string
      -

      Input header string.

      -

    Returns string[]

  • splitCommaSeparated(input: string): string[]
  • -

    Splits a string by comma.

    -

    Parameters

    • input: string
      -

      String instance to split.

      -

    Returns string[]

    A String array containining the split parts.

    -
  • toCanonicalUriPath(path: string): string
  • -

    Converts a URI path to the canonical version by splitting on slashes, -decoding any percent-based encodings, and then encoding any special characters. -This function is used to clean unwanted characters in the components of -the provided path.

    -

    Parameters

    • path: string
      -

      The path to convert to its canonical URI path form.

      -

    Returns string

    The canonical URI path form of the provided path.

    -
  • toLiteral(object: string | number, dataType: NamedNode<string>): Literal
  • -

    Creates a literal by first converting the dataType string to a named node.

    -

    Parameters

    • object: string | number
      -

      Object value.

      -
    • dataType: NamedNode<string>
      -

      Object data type (as string).

      -

    Returns Literal

  • toNamedTerm(subject: string): NamedNode
  • toNamedTerm<T>(subject: T): T
  • toNamedTerm<T>(subject: string | T): T | NamedNode
  • -

    Converts a string to a named node when needed.

    -

    Parameters

    • subject: string
      -

      Subject to potentially transform.

      -

    Returns NamedNode

  • Type parameters

    • T: Term

    Parameters

    • subject: T

    Returns T

  • Type parameters

    • T: Term

    Parameters

    • subject: string | T

    Returns T | NamedNode

  • toObjectTerm(object: string, preferLiteral?: boolean): NamedNode
  • toObjectTerm<T>(object: T, preferLiteral?: boolean): T
  • toObjectTerm<T>(object: string | T, preferLiteral?: boolean): T | NamedNode
  • -

    Converts an object term when needed.

    -

    Parameters

    • object: string
      -

      Object to potentially transform.

      -
    • Optional preferLiteral: boolean
      -

      Whether strings are converted to literals or named nodes.

      -

    Returns NamedNode

  • Type parameters

    • T: Term

    Parameters

    • object: T
    • Optional preferLiteral: boolean

    Returns T

  • Type parameters

    • T: Term

    Parameters

    • object: string | T
    • Optional preferLiteral: boolean

    Returns T | NamedNode

  • toPredicateTerm(subject: string): NamedNode
  • toPredicateTerm<T>(subject: T): T
  • toPredicateTerm<T>(subject: string | T): T | NamedNode
  • transformQuotedStrings(input: string): { replacements: Record<string, string>; result: string }
  • -

    Replaces all double quoted strings in the input string with "0", "1", etc.

    -

    Parameters

    • input: string
      -

      The Accept header string.

      -

    Returns { replacements: Record<string, string>; result: string }

    The transformed string and a map with keys "0", etc. and values the original string that was there.

    -
    • replacements: Record<string, string>
    • result: string
  • -

    Transforms a stream, ensuring that all errors are forwarded.

    -

    Type parameters

    • T = any

    Parameters

    • source: ReadableStream
      -

      The stream to be transformed

      -
    • options: AsyncTransformOptions<T> = {}
      -

      The transformation options

      -

    Returns Guarded<Transform>

    The transformed stream

    -
  • trimTrailingSlashes(path: string): string
  • -

    Makes sure the input path has no slashes at the end.

    -

    Parameters

    • path: string
      -

      Path to check.

      -

    Returns string

    The potentially changed path.

    -
  • uniqueQuads(quads: Quad[]): Quad[]
  • -

    Filter out duplicate quads from an array.

    -

    Parameters

    • quads: Quad[]
      -

      Quads to filter.

      -

    Returns Quad[]

    A new array containing the unique quads.

    -

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file