diff --git a/docs/assets/css/main.css b/docs/assets/css/main.css deleted file mode 100644 index 46571c27c..000000000 --- a/docs/assets/css/main.css +++ /dev/null @@ -1,2660 +0,0 @@ -:root { - --color-background: #fdfdfd; - --color-text: #222; - --color-text-aside: #707070; - --color-link: #4da6ff; - --color-menu-divider: #eee; - --color-menu-divider-focus: #000; - --color-menu-label: #707070; - --color-panel: #fff; - --color-panel-divider: #eee; - --color-comment-tag: #707070; - --color-comment-tag-text: #fff; - --color-code-background: rgba(0, 0, 0, 0.04); - --color-ts: #9600ff; - --color-ts-interface: #647f1b; - --color-ts-enum: #937210; - --color-ts-class: #0672de; - --color-ts-private: #707070; - --color-toolbar: #fff; - --color-toolbar-text: #333; -} - -/*! normalize.css v1.1.3 | MIT License | git.io/normalize */ -/* ========================================================================== - * * HTML5 display definitions - * * ========================================================================== */ -/** - * * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3. */ -article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { - display: block; -} - -/** - * * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3. */ -audio, canvas, video { - display: inline-block; - *display: inline; - *zoom: 1; -} - -/** - * * Prevent modern browsers from displaying `audio` without controls. - * * Remove excess height in iOS 5 devices. */ -audio:not([controls]) { - display: none; - height: 0; -} - -/** - * * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4. - * * Known issue: no IE 6 support. */ -[hidden] { - display: none; -} - -/* ========================================================================== - * * Base - * * ========================================================================== */ -/** - * * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using - * * `em` units. - * * 2. Prevent iOS text size adjust after orientation change, without disabling - * * user zoom. */ -html { - font-size: 100%; - /* 1 */ - -ms-text-size-adjust: 100%; - /* 2 */ - -webkit-text-size-adjust: 100%; - /* 2 */ - font-family: sans-serif; -} - -/** - * * Address `font-family` inconsistency between `textarea` and other form - * * elements. */ -button, input, select, textarea { - font-family: sans-serif; -} - -/** - * * Address margins handled incorrectly in IE 6/7. */ -body { - margin: 0; -} - -/* ========================================================================== - * * Links - * * ========================================================================== */ -/** - * * Address `outline` inconsistency between Chrome and other browsers. */ -a:focus { - outline: thin dotted; -} -a:active, a:hover { - outline: 0; -} - -/** - * * Improve readability when focused and also mouse hovered in all browsers. */ -/* ========================================================================== - * * Typography - * * ========================================================================== */ -/** - * * Address font sizes and margins set differently in IE 6/7. - * * Address font sizes within `section` and `article` in Firefox 4+, Safari 5, - * * and Chrome. */ -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; -} - -/** - * * Address styling not present in IE 7/8/9, Safari 5, and Chrome. */ -abbr[title] { - border-bottom: 1px dotted; -} - -/** - * * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome. */ -b, strong { - font-weight: bold; -} - -blockquote { - margin: 1em 40px; -} - -/** - * * Address styling not present in Safari 5 and Chrome. */ -dfn { - font-style: italic; -} - -/** - * * Address differences between Firefox and other browsers. - * * Known issue: no IE 6/7 normalization. */ -hr { - -moz-box-sizing: content-box; - box-sizing: content-box; - height: 0; -} - -/** - * * Address styling not present in IE 6/7/8/9. */ -mark { - background: #ff0; - color: #000; -} - -/** - * * Address margins set differently in IE 6/7. */ -p, pre { - margin: 1em 0; -} - -/** - * * Correct font family set oddly in IE 6, Safari 4/5, and Chrome. */ -code, kbd, pre, samp { - font-family: monospace, serif; - _font-family: "courier new", monospace; - font-size: 1em; -} - -/** - * * Improve readability of pre-formatted text in all browsers. */ -pre { - white-space: pre; - white-space: pre-wrap; - word-wrap: break-word; -} - -/** - * * Address CSS quotes not supported in IE 6/7. */ -q { - quotes: none; -} -q:before, q:after { - content: ""; - content: none; -} - -/** - * * Address `quotes` property not supported in Safari 4. */ -/** - * * Address inconsistent and variable font size in all browsers. */ -small { - font-size: 80%; -} - -/** - * * Prevent `sub` and `sup` affecting `line-height` in all browsers. */ -sub { - font-size: 75%; - line-height: 0; - position: relative; - vertical-align: baseline; -} - -sup { - font-size: 75%; - line-height: 0; - position: relative; - vertical-align: baseline; - top: -0.5em; -} - -sub { - bottom: -0.25em; -} - -/* ========================================================================== - * * Lists - * * ========================================================================== */ -/** - * * Address margins set differently in IE 6/7. */ -dl, menu, ol, ul { - margin: 1em 0; -} - -dd { - margin: 0 0 0 40px; -} - -/** - * * Address paddings set differently in IE 6/7. */ -menu, ol, ul { - padding: 0 0 0 40px; -} - -/** - * * Correct list images handled incorrectly in IE 7. */ -nav ul, nav ol { - list-style: none; - list-style-image: none; -} - -/* ========================================================================== - * * Embedded content - * * ========================================================================== */ -/** - * * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3. - * * 2. Improve image quality when scaled in IE 7. */ -img { - border: 0; - /* 1 */ - -ms-interpolation-mode: bicubic; -} - -/* 2 */ -/** - * * Correct overflow displayed oddly in IE 9. */ -svg:not(:root) { - overflow: hidden; -} - -/* ========================================================================== - * * Figures - * * ========================================================================== */ -/** - * * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11. */ -figure, form { - margin: 0; -} - -/* ========================================================================== - * * Forms - * * ========================================================================== */ -/** - * * Correct margin displayed oddly in IE 6/7. */ -/** - * * Define consistent border, margin, and padding. */ -fieldset { - border: 1px solid #c0c0c0; - margin: 0 2px; - padding: 0.35em 0.625em 0.75em; -} - -/** - * * 1. Correct color not being inherited in IE 6/7/8/9. - * * 2. Correct text not wrapping in Firefox 3. - * * 3. Correct alignment displayed oddly in IE 6/7. */ -legend { - border: 0; - /* 1 */ - padding: 0; - white-space: normal; - /* 2 */ - *margin-left: -7px; -} - -/* 3 */ -/** - * * 1. Correct font size not being inherited in all browsers. - * * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5, - * * and Chrome. - * * 3. Improve appearance and consistency in all browsers. */ -button, input, select, textarea { - font-size: 100%; - /* 1 */ - margin: 0; - /* 2 */ - vertical-align: baseline; - /* 3 */ - *vertical-align: middle; -} - -/* 3 */ -/** - * * Address Firefox 3+ setting `line-height` on `input` using `!important` in - * * the UA stylesheet. */ -button, input { - line-height: normal; -} - -/** - * * Address inconsistent `text-transform` inheritance for `button` and `select`. - * * All other form control elements do not inherit `text-transform` values. - * * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+. - * * Correct `select` style inheritance in Firefox 4+ and Opera. */ -button, select { - text-transform: none; -} - -/** - * * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` - * * and `video` controls. - * * 2. Correct inability to style clickable `input` types in iOS. - * * 3. Improve usability and consistency of cursor style between image-type - * * `input` and others. - * * 4. Remove inner spacing in IE 7 without affecting normal text inputs. - * * Known issue: inner spacing remains in IE 6. */ -button, html input[type=button] { - -webkit-appearance: button; - /* 2 */ - cursor: pointer; - /* 3 */ - *overflow: visible; -} - -/* 4 */ -input[type=reset], input[type=submit] { - -webkit-appearance: button; - /* 2 */ - cursor: pointer; - /* 3 */ - *overflow: visible; -} - -/* 4 */ -/** - * * Re-set default cursor for disabled elements. */ -button[disabled], html input[disabled] { - cursor: default; -} - -/** - * * 1. Address box sizing set to content-box in IE 8/9. - * * 2. Remove excess padding in IE 8/9. - * * 3. Remove excess padding in IE 7. - * * Known issue: excess padding remains in IE 6. */ -input { - /* 3 */ -} -input[type=checkbox], input[type=radio] { - box-sizing: border-box; - /* 1 */ - padding: 0; - /* 2 */ - *height: 13px; - /* 3 */ - *width: 13px; -} -input[type=search] { - -webkit-appearance: textfield; - /* 1 */ - -moz-box-sizing: content-box; - -webkit-box-sizing: content-box; - /* 2 */ - box-sizing: content-box; -} -input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration { - -webkit-appearance: none; -} - -/** - * * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome. - * * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome - * * (include `-moz` to future-proof). */ -/** - * * Remove inner padding and search cancel button in Safari 5 and Chrome - * * on OS X. */ -/** - * * Remove inner padding and border in Firefox 3+. */ -button::-moz-focus-inner, input::-moz-focus-inner { - border: 0; - padding: 0; -} - -/** - * * 1. Remove default vertical scrollbar in IE 6/7/8/9. - * * 2. Improve readability and alignment in all browsers. */ -textarea { - overflow: auto; - /* 1 */ - vertical-align: top; -} - -/* 2 */ -/* ========================================================================== - * * Tables - * * ========================================================================== */ -/** - * * Remove most spacing between table cells. */ -table { - border-collapse: collapse; - border-spacing: 0; -} - -ul.tsd-descriptions > li > :first-child, .tsd-panel > :first-child, .col > :first-child, .col-11 > :first-child, .col-10 > :first-child, .col-9 > :first-child, .col-8 > :first-child, .col-7 > :first-child, .col-6 > :first-child, .col-5 > :first-child, .col-4 > :first-child, .col-3 > :first-child, .col-2 > :first-child, .col-1 > :first-child, -ul.tsd-descriptions > li > :first-child > :first-child, -.tsd-panel > :first-child > :first-child, -.col > :first-child > :first-child, -.col-11 > :first-child > :first-child, -.col-10 > :first-child > :first-child, -.col-9 > :first-child > :first-child, -.col-8 > :first-child > :first-child, -.col-7 > :first-child > :first-child, -.col-6 > :first-child > :first-child, -.col-5 > :first-child > :first-child, -.col-4 > :first-child > :first-child, -.col-3 > :first-child > :first-child, -.col-2 > :first-child > :first-child, -.col-1 > :first-child > :first-child, -ul.tsd-descriptions > li > :first-child > :first-child > :first-child, -.tsd-panel > :first-child > :first-child > :first-child, -.col > :first-child > :first-child > :first-child, -.col-11 > :first-child > :first-child > :first-child, -.col-10 > :first-child > :first-child > :first-child, -.col-9 > :first-child > :first-child > :first-child, -.col-8 > :first-child > :first-child > :first-child, -.col-7 > :first-child > :first-child > :first-child, -.col-6 > :first-child > :first-child > :first-child, -.col-5 > :first-child > :first-child > :first-child, -.col-4 > :first-child > :first-child > :first-child, -.col-3 > :first-child > :first-child > :first-child, -.col-2 > :first-child > :first-child > :first-child, -.col-1 > :first-child > :first-child > :first-child { - margin-top: 0; -} -ul.tsd-descriptions > li > :last-child, .tsd-panel > :last-child, .col > :last-child, .col-11 > :last-child, .col-10 > :last-child, .col-9 > :last-child, .col-8 > :last-child, .col-7 > :last-child, .col-6 > :last-child, .col-5 > :last-child, .col-4 > :last-child, .col-3 > :last-child, .col-2 > :last-child, .col-1 > :last-child, -ul.tsd-descriptions > li > :last-child > :last-child, -.tsd-panel > :last-child > :last-child, -.col > :last-child > :last-child, -.col-11 > :last-child > :last-child, -.col-10 > :last-child > :last-child, -.col-9 > :last-child > :last-child, -.col-8 > :last-child > :last-child, -.col-7 > :last-child > :last-child, -.col-6 > :last-child > :last-child, -.col-5 > :last-child > :last-child, -.col-4 > :last-child > :last-child, -.col-3 > :last-child > :last-child, -.col-2 > :last-child > :last-child, -.col-1 > :last-child > :last-child, -ul.tsd-descriptions > li > :last-child > :last-child > :last-child, -.tsd-panel > :last-child > :last-child > :last-child, -.col > :last-child > :last-child > :last-child, -.col-11 > :last-child > :last-child > :last-child, -.col-10 > :last-child > :last-child > :last-child, -.col-9 > :last-child > :last-child > :last-child, -.col-8 > :last-child > :last-child > :last-child, -.col-7 > :last-child > :last-child > :last-child, -.col-6 > :last-child > :last-child > :last-child, -.col-5 > :last-child > :last-child > :last-child, -.col-4 > :last-child > :last-child > :last-child, -.col-3 > :last-child > :last-child > :last-child, -.col-2 > :last-child > :last-child > :last-child, -.col-1 > :last-child > :last-child > :last-child { - margin-bottom: 0; -} - -.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, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 { - box-sizing: border-box; - float: left; - padding: 0 10px; -} - -.col-1 { - width: 8.3333333333%; -} - -.offset-1 { - margin-left: 8.3333333333%; -} - -.col-2 { - width: 16.6666666667%; -} - -.offset-2 { - margin-left: 16.6666666667%; -} - -.col-3 { - width: 25%; -} - -.offset-3 { - margin-left: 25%; -} - -.col-4 { - width: 33.3333333333%; -} - -.offset-4 { - margin-left: 33.3333333333%; -} - -.col-5 { - width: 41.6666666667%; -} - -.offset-5 { - margin-left: 41.6666666667%; -} - -.col-6 { - width: 50%; -} - -.offset-6 { - margin-left: 50%; -} - -.col-7 { - width: 58.3333333333%; -} - -.offset-7 { - margin-left: 58.3333333333%; -} - -.col-8 { - width: 66.6666666667%; -} - -.offset-8 { - margin-left: 66.6666666667%; -} - -.col-9 { - width: 75%; -} - -.offset-9 { - margin-left: 75%; -} - -.col-10 { - width: 83.3333333333%; -} - -.offset-10 { - margin-left: 83.3333333333%; -} - -.col-11 { - width: 91.6666666667%; -} - -.offset-11 { - margin-left: 91.6666666667%; -} - -.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(../images/icons.png); -} -@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) { - .tsd-kind-icon:before { - background-image: url(../images/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; -} - -@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; -} - -code, pre { - font-family: Menlo, Monaco, Consolas, "Courier New", monospace; - padding: 0.2em; - margin: 0; - font-size: 14px; - background-color: var(--color-code-background); -} - -pre { - padding: 10px; -} -pre code { - padding: 0; - font-size: 100%; - background-color: transparent; -} - -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.default .col-content { - width: 72%; - } - html.default .col-menu { - width: 28%; - } - html.default .tsd-navigation { - padding-left: 10px; - } -} -@media (max-width: 900px) { - html.default .col-content { - float: none; - width: 100%; - } - html.default .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.default .col-menu > *:last-child { - padding-bottom: 20px; - } - html.default .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; - } - html.default.to-has-menu .overlay { - animation: fade-in 0.4s; - } - html.default.to-has-menu header, -html.default.to-has-menu footer, -html.default.to-has-menu .col-content { - animation: shift-to-left 0.4s; - } - html.default.to-has-menu .col-menu { - animation: pop-in-from-right 0.4s; - } - html.default.from-has-menu .overlay { - animation: fade-out 0.4s; - } - html.default.from-has-menu header, -html.default.from-has-menu footer, -html.default.from-has-menu .col-content { - animation: unshift-to-left 0.4s; - } - html.default.from-has-menu .col-menu { - animation: pop-out-to-right 0.4s; - } - html.default.has-menu body { - overflow: hidden; - } - html.default.has-menu .overlay { - visibility: visible; - } - html.default.has-menu header, -html.default.has-menu footer, -html.default.has-menu .col-content { - transform: translate(-25%, 0); - } - html.default.has-menu .col-menu { - visibility: visible; - transform: translate(0, 0); - } -} - -.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: " / "; -} - -html.minimal .container { - margin: 0; -} -html.minimal .container-main { - padding-top: 50px; - padding-bottom: 0; -} -html.minimal .content-wrap { - padding-left: 300px; -} -html.minimal .tsd-navigation { - position: fixed !important; - overflow: auto; - -webkit-overflow-scrolling: touch; - box-sizing: border-box; - z-index: 1; - left: 0; - top: 40px; - bottom: 0; - width: 300px; - padding: 20px; - margin: 0; -} -html.minimal .tsd-member .tsd-member { - margin-left: 0; -} -html.minimal .tsd-page-toolbar { - position: fixed; - z-index: 2; -} -html.minimal #tsd-filter .tsd-filter-group { - right: 0; - transform: none; -} -html.minimal footer { - background-color: transparent; -} -html.minimal footer .container { - padding: 0; -} -html.minimal .tsd-generator { - padding: 0; -} -@media (max-width: 900px) { - html.minimal .tsd-navigation { - display: none; - } - html.minimal .content-wrap { - padding-left: 0; - } -} - -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.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 a[data-tsd-kind] { - color: var(--color-ts); -} -.tsd-member a[data-tsd-kind=Interface] { - color: var(--color-ts-interface); -} -.tsd-member a[data-tsd-kind=Enum] { - color: var(--color-ts-enum); -} -.tsd-member a[data-tsd-kind=Class] { - color: var(--color-ts-class); -} -.tsd-member a[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: -webkit-sticky; - position: sticky; - top: calc(.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; -} -.tsd-panel table th { - font-weight: bold; -} -.tsd-panel table th, .tsd-panel table td { - padding: 6px 13px; - border: 1px solid #ddd; -} -.tsd-panel table tr { - background-color: #fff; - border-top: 1px solid #ccc; -} -.tsd-panel table tr:nth-child(2n) { - background-color: #f8f8f8; -} - -.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(../images/widgets.png); - background-repeat: no-repeat; - text-indent: -1024px; - vertical-align: bottom; -} -@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(../images/widgets@2x.png); - background-size: 320px 40px; - } -} - -.tsd-widget { - display: inline-block; - overflow: hidden; - opacity: 0.6; - height: 40px; - transition: opacity 0.1s, background-color 0.2s; - vertical-align: bottom; - cursor: pointer; -} -.tsd-widget:hover { - opacity: 0.8; -} -.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%; -} diff --git a/docs/assets/highlight.css b/docs/assets/highlight.css new file mode 100644 index 000000000..646ac1fa7 --- /dev/null +++ b/docs/assets/highlight.css @@ -0,0 +1,78 @@ +: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-code-background: #FFFFFF; + --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); + --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); + --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); + --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); + --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); } +pre, code { background: var(--code-background); } diff --git a/docs/assets/icons.css b/docs/assets/icons.css new file mode 100644 index 000000000..776a3562d --- /dev/null +++ b/docs/assets/icons.css @@ -0,0 +1,1043 @@ +.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/images/icons.png b/docs/assets/icons.png similarity index 100% rename from docs/assets/images/icons.png rename to docs/assets/icons.png diff --git a/docs/assets/images/icons@2x.png b/docs/assets/icons@2x.png similarity index 100% rename from docs/assets/images/icons@2x.png rename to docs/assets/icons@2x.png diff --git a/docs/assets/js/main.js b/docs/assets/js/main.js deleted file mode 100644 index dc257a868..000000000 --- a/docs/assets/js/main.js +++ /dev/null @@ -1,248 +0,0 @@ -/* - * ATTENTION: The "eval" devtool has been used (maybe by default in mode: "development"). - * This devtool is not neither made for production nor for readable output files. - * It uses "eval()" calls to create a separate source file in the browser devtools. - * If you are trying to read the output file, select a different devtool (https://webpack.js.org/configuration/devtool/) - * or disable the default devtool with "devtool: false". - * If you are looking for production-ready output files, see mode: "production" (https://webpack.js.org/configuration/mode/). - */ -/******/ (() => { // webpackBootstrap -/******/ var __webpack_modules__ = ({ - -/***/ "../node_modules/lunr/lunr.js": -/*!************************************!*\ - !*** ../node_modules/lunr/lunr.js ***! - \************************************/ -/***/ ((module, exports, __webpack_require__) => { - -eval("var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_RESULT__;/**\n * lunr - http://lunrjs.com - A bit like Solr, but much smaller and not as bright - 2.3.9\n * Copyright (C) 2020 Oliver Nightingale\n * @license MIT\n */\n\n;(function(){\n\n/**\n * A convenience function for configuring and constructing\n * a new lunr Index.\n *\n * A lunr.Builder instance is created and the pipeline setup\n * with a trimmer, stop word filter and stemmer.\n *\n * This builder object is yielded to the configuration function\n * that is passed as a parameter, allowing the list of fields\n * and other builder parameters to be customised.\n *\n * All documents _must_ be added within the passed config function.\n *\n * @example\n * var idx = lunr(function () {\n * this.field('title')\n * this.field('body')\n * this.ref('id')\n *\n * documents.forEach(function (doc) {\n * this.add(doc)\n * }, this)\n * })\n *\n * @see {@link lunr.Builder}\n * @see {@link lunr.Pipeline}\n * @see {@link lunr.trimmer}\n * @see {@link lunr.stopWordFilter}\n * @see {@link lunr.stemmer}\n * @namespace {function} lunr\n */\nvar lunr = function (config) {\n var builder = new lunr.Builder\n\n builder.pipeline.add(\n lunr.trimmer,\n lunr.stopWordFilter,\n lunr.stemmer\n )\n\n builder.searchPipeline.add(\n lunr.stemmer\n )\n\n config.call(builder, builder)\n return builder.build()\n}\n\nlunr.version = \"2.3.9\"\n/*!\n * lunr.utils\n * Copyright (C) 2020 Oliver Nightingale\n */\n\n/**\n * A namespace containing utils for the rest of the lunr library\n * @namespace lunr.utils\n */\nlunr.utils = {}\n\n/**\n * Print a warning message to the console.\n *\n * @param {String} message The message to be printed.\n * @memberOf lunr.utils\n * @function\n */\nlunr.utils.warn = (function (global) {\n /* eslint-disable no-console */\n return function (message) {\n if (global.console && console.warn) {\n console.warn(message)\n }\n }\n /* eslint-enable no-console */\n})(this)\n\n/**\n * Convert an object to a string.\n *\n * In the case of `null` and `undefined` the function returns\n * the empty string, in all other cases the result of calling\n * `toString` on the passed object is returned.\n *\n * @param {Any} obj The object to convert to a string.\n * @return {String} string representation of the passed object.\n * @memberOf lunr.utils\n */\nlunr.utils.asString = function (obj) {\n if (obj === void 0 || obj === null) {\n return \"\"\n } else {\n return obj.toString()\n }\n}\n\n/**\n * Clones an object.\n *\n * Will create a copy of an existing object such that any mutations\n * on the copy cannot affect the original.\n *\n * Only shallow objects are supported, passing a nested object to this\n * function will cause a TypeError.\n *\n * Objects with primitives, and arrays of primitives are supported.\n *\n * @param {Object} obj The object to clone.\n * @return {Object} a clone of the passed object.\n * @throws {TypeError} when a nested object is passed.\n * @memberOf Utils\n */\nlunr.utils.clone = function (obj) {\n if (obj === null || obj === undefined) {\n return obj\n }\n\n var clone = Object.create(null),\n keys = Object.keys(obj)\n\n for (var i = 0; i < keys.length; i++) {\n var key = keys[i],\n val = obj[key]\n\n if (Array.isArray(val)) {\n clone[key] = val.slice()\n continue\n }\n\n if (typeof val === 'string' ||\n typeof val === 'number' ||\n typeof val === 'boolean') {\n clone[key] = val\n continue\n }\n\n throw new TypeError(\"clone is not deep and does not support nested objects\")\n }\n\n return clone\n}\nlunr.FieldRef = function (docRef, fieldName, stringValue) {\n this.docRef = docRef\n this.fieldName = fieldName\n this._stringValue = stringValue\n}\n\nlunr.FieldRef.joiner = \"/\"\n\nlunr.FieldRef.fromString = function (s) {\n var n = s.indexOf(lunr.FieldRef.joiner)\n\n if (n === -1) {\n throw \"malformed field ref string\"\n }\n\n var fieldRef = s.slice(0, n),\n docRef = s.slice(n + 1)\n\n return new lunr.FieldRef (docRef, fieldRef, s)\n}\n\nlunr.FieldRef.prototype.toString = function () {\n if (this._stringValue == undefined) {\n this._stringValue = this.fieldName + lunr.FieldRef.joiner + this.docRef\n }\n\n return this._stringValue\n}\n/*!\n * lunr.Set\n * Copyright (C) 2020 Oliver Nightingale\n */\n\n/**\n * A lunr set.\n *\n * @constructor\n */\nlunr.Set = function (elements) {\n this.elements = Object.create(null)\n\n if (elements) {\n this.length = elements.length\n\n for (var i = 0; i < this.length; i++) {\n this.elements[elements[i]] = true\n }\n } else {\n this.length = 0\n }\n}\n\n/**\n * A complete set that contains all elements.\n *\n * @static\n * @readonly\n * @type {lunr.Set}\n */\nlunr.Set.complete = {\n intersect: function (other) {\n return other\n },\n\n union: function () {\n return this\n },\n\n contains: function () {\n return true\n }\n}\n\n/**\n * An empty set that contains no elements.\n *\n * @static\n * @readonly\n * @type {lunr.Set}\n */\nlunr.Set.empty = {\n intersect: function () {\n return this\n },\n\n union: function (other) {\n return other\n },\n\n contains: function () {\n return false\n }\n}\n\n/**\n * Returns true if this set contains the specified object.\n *\n * @param {object} object - Object whose presence in this set is to be tested.\n * @returns {boolean} - True if this set contains the specified object.\n */\nlunr.Set.prototype.contains = function (object) {\n return !!this.elements[object]\n}\n\n/**\n * Returns a new set containing only the elements that are present in both\n * this set and the specified set.\n *\n * @param {lunr.Set} other - set to intersect with this set.\n * @returns {lunr.Set} a new set that is the intersection of this and the specified set.\n */\n\nlunr.Set.prototype.intersect = function (other) {\n var a, b, elements, intersection = []\n\n if (other === lunr.Set.complete) {\n return this\n }\n\n if (other === lunr.Set.empty) {\n return other\n }\n\n if (this.length < other.length) {\n a = this\n b = other\n } else {\n a = other\n b = this\n }\n\n elements = Object.keys(a.elements)\n\n for (var i = 0; i < elements.length; i++) {\n var element = elements[i]\n if (element in b.elements) {\n intersection.push(element)\n }\n }\n\n return new lunr.Set (intersection)\n}\n\n/**\n * Returns a new set combining the elements of this and the specified set.\n *\n * @param {lunr.Set} other - set to union with this set.\n * @return {lunr.Set} a new set that is the union of this and the specified set.\n */\n\nlunr.Set.prototype.union = function (other) {\n if (other === lunr.Set.complete) {\n return lunr.Set.complete\n }\n\n if (other === lunr.Set.empty) {\n return this\n }\n\n return new lunr.Set(Object.keys(this.elements).concat(Object.keys(other.elements)))\n}\n/**\n * A function to calculate the inverse document frequency for\n * a posting. This is shared between the builder and the index\n *\n * @private\n * @param {object} posting - The posting for a given term\n * @param {number} documentCount - The total number of documents.\n */\nlunr.idf = function (posting, documentCount) {\n var documentsWithTerm = 0\n\n for (var fieldName in posting) {\n if (fieldName == '_index') continue // Ignore the term index, its not a field\n documentsWithTerm += Object.keys(posting[fieldName]).length\n }\n\n var x = (documentCount - documentsWithTerm + 0.5) / (documentsWithTerm + 0.5)\n\n return Math.log(1 + Math.abs(x))\n}\n\n/**\n * A token wraps a string representation of a token\n * as it is passed through the text processing pipeline.\n *\n * @constructor\n * @param {string} [str=''] - The string token being wrapped.\n * @param {object} [metadata={}] - Metadata associated with this token.\n */\nlunr.Token = function (str, metadata) {\n this.str = str || \"\"\n this.metadata = metadata || {}\n}\n\n/**\n * Returns the token string that is being wrapped by this object.\n *\n * @returns {string}\n */\nlunr.Token.prototype.toString = function () {\n return this.str\n}\n\n/**\n * A token update function is used when updating or optionally\n * when cloning a token.\n *\n * @callback lunr.Token~updateFunction\n * @param {string} str - The string representation of the token.\n * @param {Object} metadata - All metadata associated with this token.\n */\n\n/**\n * Applies the given function to the wrapped string token.\n *\n * @example\n * token.update(function (str, metadata) {\n * return str.toUpperCase()\n * })\n *\n * @param {lunr.Token~updateFunction} fn - A function to apply to the token string.\n * @returns {lunr.Token}\n */\nlunr.Token.prototype.update = function (fn) {\n this.str = fn(this.str, this.metadata)\n return this\n}\n\n/**\n * Creates a clone of this token. Optionally a function can be\n * applied to the cloned token.\n *\n * @param {lunr.Token~updateFunction} [fn] - An optional function to apply to the cloned token.\n * @returns {lunr.Token}\n */\nlunr.Token.prototype.clone = function (fn) {\n fn = fn || function (s) { return s }\n return new lunr.Token (fn(this.str, this.metadata), this.metadata)\n}\n/*!\n * lunr.tokenizer\n * Copyright (C) 2020 Oliver Nightingale\n */\n\n/**\n * A function for splitting a string into tokens ready to be inserted into\n * the search index. Uses `lunr.tokenizer.separator` to split strings, change\n * the value of this property to change how strings are split into tokens.\n *\n * This tokenizer will convert its parameter to a string by calling `toString` and\n * then will split this string on the character in `lunr.tokenizer.separator`.\n * Arrays will have their elements converted to strings and wrapped in a lunr.Token.\n *\n * Optional metadata can be passed to the tokenizer, this metadata will be cloned and\n * added as metadata to every token that is created from the object to be tokenized.\n *\n * @static\n * @param {?(string|object|object[])} obj - The object to convert into tokens\n * @param {?object} metadata - Optional metadata to associate with every token\n * @returns {lunr.Token[]}\n * @see {@link lunr.Pipeline}\n */\nlunr.tokenizer = function (obj, metadata) {\n if (obj == null || obj == undefined) {\n return []\n }\n\n if (Array.isArray(obj)) {\n return obj.map(function (t) {\n return new lunr.Token(\n lunr.utils.asString(t).toLowerCase(),\n lunr.utils.clone(metadata)\n )\n })\n }\n\n var str = obj.toString().toLowerCase(),\n len = str.length,\n tokens = []\n\n for (var sliceEnd = 0, sliceStart = 0; sliceEnd <= len; sliceEnd++) {\n var char = str.charAt(sliceEnd),\n sliceLength = sliceEnd - sliceStart\n\n if ((char.match(lunr.tokenizer.separator) || sliceEnd == len)) {\n\n if (sliceLength > 0) {\n var tokenMetadata = lunr.utils.clone(metadata) || {}\n tokenMetadata[\"position\"] = [sliceStart, sliceLength]\n tokenMetadata[\"index\"] = tokens.length\n\n tokens.push(\n new lunr.Token (\n str.slice(sliceStart, sliceEnd),\n tokenMetadata\n )\n )\n }\n\n sliceStart = sliceEnd + 1\n }\n\n }\n\n return tokens\n}\n\n/**\n * The separator used to split a string into tokens. Override this property to change the behaviour of\n * `lunr.tokenizer` behaviour when tokenizing strings. By default this splits on whitespace and hyphens.\n *\n * @static\n * @see lunr.tokenizer\n */\nlunr.tokenizer.separator = /[\\s\\-]+/\n/*!\n * lunr.Pipeline\n * Copyright (C) 2020 Oliver Nightingale\n */\n\n/**\n * lunr.Pipelines maintain an ordered list of functions to be applied to all\n * tokens in documents entering the search index and queries being ran against\n * the index.\n *\n * An instance of lunr.Index created with the lunr shortcut will contain a\n * pipeline with a stop word filter and an English language stemmer. Extra\n * functions can be added before or after either of these functions or these\n * default functions can be removed.\n *\n * When run the pipeline will call each function in turn, passing a token, the\n * index of that token in the original list of all tokens and finally a list of\n * all the original tokens.\n *\n * The output of functions in the pipeline will be passed to the next function\n * in the pipeline. To exclude a token from entering the index the function\n * should return undefined, the rest of the pipeline will not be called with\n * this token.\n *\n * For serialisation of pipelines to work, all functions used in an instance of\n * a pipeline should be registered with lunr.Pipeline. Registered functions can\n * then be loaded. If trying to load a serialised pipeline that uses functions\n * that are not registered an error will be thrown.\n *\n * If not planning on serialising the pipeline then registering pipeline functions\n * is not necessary.\n *\n * @constructor\n */\nlunr.Pipeline = function () {\n this._stack = []\n}\n\nlunr.Pipeline.registeredFunctions = Object.create(null)\n\n/**\n * A pipeline function maps lunr.Token to lunr.Token. A lunr.Token contains the token\n * string as well as all known metadata. A pipeline function can mutate the token string\n * or mutate (or add) metadata for a given token.\n *\n * A pipeline function can indicate that the passed token should be discarded by returning\n * null, undefined or an empty string. This token will not be passed to any downstream pipeline\n * functions and will not be added to the index.\n *\n * Multiple tokens can be returned by returning an array of tokens. Each token will be passed\n * to any downstream pipeline functions and all will returned tokens will be added to the index.\n *\n * Any number of pipeline functions may be chained together using a lunr.Pipeline.\n *\n * @interface lunr.PipelineFunction\n * @param {lunr.Token} token - A token from the document being processed.\n * @param {number} i - The index of this token in the complete list of tokens for this document/field.\n * @param {lunr.Token[]} tokens - All tokens for this document/field.\n * @returns {(?lunr.Token|lunr.Token[])}\n */\n\n/**\n * Register a function with the pipeline.\n *\n * Functions that are used in the pipeline should be registered if the pipeline\n * needs to be serialised, or a serialised pipeline needs to be loaded.\n *\n * Registering a function does not add it to a pipeline, functions must still be\n * added to instances of the pipeline for them to be used when running a pipeline.\n *\n * @param {lunr.PipelineFunction} fn - The function to check for.\n * @param {String} label - The label to register this function with\n */\nlunr.Pipeline.registerFunction = function (fn, label) {\n if (label in this.registeredFunctions) {\n lunr.utils.warn('Overwriting existing registered function: ' + label)\n }\n\n fn.label = label\n lunr.Pipeline.registeredFunctions[fn.label] = fn\n}\n\n/**\n * Warns if the function is not registered as a Pipeline function.\n *\n * @param {lunr.PipelineFunction} fn - The function to check for.\n * @private\n */\nlunr.Pipeline.warnIfFunctionNotRegistered = function (fn) {\n var isRegistered = fn.label && (fn.label in this.registeredFunctions)\n\n if (!isRegistered) {\n lunr.utils.warn('Function is not registered with pipeline. This may cause problems when serialising the index.\\n', fn)\n }\n}\n\n/**\n * Loads a previously serialised pipeline.\n *\n * All functions to be loaded must already be registered with lunr.Pipeline.\n * If any function from the serialised data has not been registered then an\n * error will be thrown.\n *\n * @param {Object} serialised - The serialised pipeline to load.\n * @returns {lunr.Pipeline}\n */\nlunr.Pipeline.load = function (serialised) {\n var pipeline = new lunr.Pipeline\n\n serialised.forEach(function (fnName) {\n var fn = lunr.Pipeline.registeredFunctions[fnName]\n\n if (fn) {\n pipeline.add(fn)\n } else {\n throw new Error('Cannot load unregistered function: ' + fnName)\n }\n })\n\n return pipeline\n}\n\n/**\n * Adds new functions to the end of the pipeline.\n *\n * Logs a warning if the function has not been registered.\n *\n * @param {lunr.PipelineFunction[]} functions - Any number of functions to add to the pipeline.\n */\nlunr.Pipeline.prototype.add = function () {\n var fns = Array.prototype.slice.call(arguments)\n\n fns.forEach(function (fn) {\n lunr.Pipeline.warnIfFunctionNotRegistered(fn)\n this._stack.push(fn)\n }, this)\n}\n\n/**\n * Adds a single function after a function that already exists in the\n * pipeline.\n *\n * Logs a warning if the function has not been registered.\n *\n * @param {lunr.PipelineFunction} existingFn - A function that already exists in the pipeline.\n * @param {lunr.PipelineFunction} newFn - The new function to add to the pipeline.\n */\nlunr.Pipeline.prototype.after = function (existingFn, newFn) {\n lunr.Pipeline.warnIfFunctionNotRegistered(newFn)\n\n var pos = this._stack.indexOf(existingFn)\n if (pos == -1) {\n throw new Error('Cannot find existingFn')\n }\n\n pos = pos + 1\n this._stack.splice(pos, 0, newFn)\n}\n\n/**\n * Adds a single function before a function that already exists in the\n * pipeline.\n *\n * Logs a warning if the function has not been registered.\n *\n * @param {lunr.PipelineFunction} existingFn - A function that already exists in the pipeline.\n * @param {lunr.PipelineFunction} newFn - The new function to add to the pipeline.\n */\nlunr.Pipeline.prototype.before = function (existingFn, newFn) {\n lunr.Pipeline.warnIfFunctionNotRegistered(newFn)\n\n var pos = this._stack.indexOf(existingFn)\n if (pos == -1) {\n throw new Error('Cannot find existingFn')\n }\n\n this._stack.splice(pos, 0, newFn)\n}\n\n/**\n * Removes a function from the pipeline.\n *\n * @param {lunr.PipelineFunction} fn The function to remove from the pipeline.\n */\nlunr.Pipeline.prototype.remove = function (fn) {\n var pos = this._stack.indexOf(fn)\n if (pos == -1) {\n return\n }\n\n this._stack.splice(pos, 1)\n}\n\n/**\n * Runs the current list of functions that make up the pipeline against the\n * passed tokens.\n *\n * @param {Array} tokens The tokens to run through the pipeline.\n * @returns {Array}\n */\nlunr.Pipeline.prototype.run = function (tokens) {\n var stackLength = this._stack.length\n\n for (var i = 0; i < stackLength; i++) {\n var fn = this._stack[i]\n var memo = []\n\n for (var j = 0; j < tokens.length; j++) {\n var result = fn(tokens[j], j, tokens)\n\n if (result === null || result === void 0 || result === '') continue\n\n if (Array.isArray(result)) {\n for (var k = 0; k < result.length; k++) {\n memo.push(result[k])\n }\n } else {\n memo.push(result)\n }\n }\n\n tokens = memo\n }\n\n return tokens\n}\n\n/**\n * Convenience method for passing a string through a pipeline and getting\n * strings out. This method takes care of wrapping the passed string in a\n * token and mapping the resulting tokens back to strings.\n *\n * @param {string} str - The string to pass through the pipeline.\n * @param {?object} metadata - Optional metadata to associate with the token\n * passed to the pipeline.\n * @returns {string[]}\n */\nlunr.Pipeline.prototype.runString = function (str, metadata) {\n var token = new lunr.Token (str, metadata)\n\n return this.run([token]).map(function (t) {\n return t.toString()\n })\n}\n\n/**\n * Resets the pipeline by removing any existing processors.\n *\n */\nlunr.Pipeline.prototype.reset = function () {\n this._stack = []\n}\n\n/**\n * Returns a representation of the pipeline ready for serialisation.\n *\n * Logs a warning if the function has not been registered.\n *\n * @returns {Array}\n */\nlunr.Pipeline.prototype.toJSON = function () {\n return this._stack.map(function (fn) {\n lunr.Pipeline.warnIfFunctionNotRegistered(fn)\n\n return fn.label\n })\n}\n/*!\n * lunr.Vector\n * Copyright (C) 2020 Oliver Nightingale\n */\n\n/**\n * A vector is used to construct the vector space of documents and queries. These\n * vectors support operations to determine the similarity between two documents or\n * a document and a query.\n *\n * Normally no parameters are required for initializing a vector, but in the case of\n * loading a previously dumped vector the raw elements can be provided to the constructor.\n *\n * For performance reasons vectors are implemented with a flat array, where an elements\n * index is immediately followed by its value. E.g. [index, value, index, value]. This\n * allows the underlying array to be as sparse as possible and still offer decent\n * performance when being used for vector calculations.\n *\n * @constructor\n * @param {Number[]} [elements] - The flat list of element index and element value pairs.\n */\nlunr.Vector = function (elements) {\n this._magnitude = 0\n this.elements = elements || []\n}\n\n\n/**\n * Calculates the position within the vector to insert a given index.\n *\n * This is used internally by insert and upsert. If there are duplicate indexes then\n * the position is returned as if the value for that index were to be updated, but it\n * is the callers responsibility to check whether there is a duplicate at that index\n *\n * @param {Number} insertIdx - The index at which the element should be inserted.\n * @returns {Number}\n */\nlunr.Vector.prototype.positionForIndex = function (index) {\n // For an empty vector the tuple can be inserted at the beginning\n if (this.elements.length == 0) {\n return 0\n }\n\n var start = 0,\n end = this.elements.length / 2,\n sliceLength = end - start,\n pivotPoint = Math.floor(sliceLength / 2),\n pivotIndex = this.elements[pivotPoint * 2]\n\n while (sliceLength > 1) {\n if (pivotIndex < index) {\n start = pivotPoint\n }\n\n if (pivotIndex > index) {\n end = pivotPoint\n }\n\n if (pivotIndex == index) {\n break\n }\n\n sliceLength = end - start\n pivotPoint = start + Math.floor(sliceLength / 2)\n pivotIndex = this.elements[pivotPoint * 2]\n }\n\n if (pivotIndex == index) {\n return pivotPoint * 2\n }\n\n if (pivotIndex > index) {\n return pivotPoint * 2\n }\n\n if (pivotIndex < index) {\n return (pivotPoint + 1) * 2\n }\n}\n\n/**\n * Inserts an element at an index within the vector.\n *\n * Does not allow duplicates, will throw an error if there is already an entry\n * for this index.\n *\n * @param {Number} insertIdx - The index at which the element should be inserted.\n * @param {Number} val - The value to be inserted into the vector.\n */\nlunr.Vector.prototype.insert = function (insertIdx, val) {\n this.upsert(insertIdx, val, function () {\n throw \"duplicate index\"\n })\n}\n\n/**\n * Inserts or updates an existing index within the vector.\n *\n * @param {Number} insertIdx - The index at which the element should be inserted.\n * @param {Number} val - The value to be inserted into the vector.\n * @param {function} fn - A function that is called for updates, the existing value and the\n * requested value are passed as arguments\n */\nlunr.Vector.prototype.upsert = function (insertIdx, val, fn) {\n this._magnitude = 0\n var position = this.positionForIndex(insertIdx)\n\n if (this.elements[position] == insertIdx) {\n this.elements[position + 1] = fn(this.elements[position + 1], val)\n } else {\n this.elements.splice(position, 0, insertIdx, val)\n }\n}\n\n/**\n * Calculates the magnitude of this vector.\n *\n * @returns {Number}\n */\nlunr.Vector.prototype.magnitude = function () {\n if (this._magnitude) return this._magnitude\n\n var sumOfSquares = 0,\n elementsLength = this.elements.length\n\n for (var i = 1; i < elementsLength; i += 2) {\n var val = this.elements[i]\n sumOfSquares += val * val\n }\n\n return this._magnitude = Math.sqrt(sumOfSquares)\n}\n\n/**\n * Calculates the dot product of this vector and another vector.\n *\n * @param {lunr.Vector} otherVector - The vector to compute the dot product with.\n * @returns {Number}\n */\nlunr.Vector.prototype.dot = function (otherVector) {\n var dotProduct = 0,\n a = this.elements, b = otherVector.elements,\n aLen = a.length, bLen = b.length,\n aVal = 0, bVal = 0,\n i = 0, j = 0\n\n while (i < aLen && j < bLen) {\n aVal = a[i], bVal = b[j]\n if (aVal < bVal) {\n i += 2\n } else if (aVal > bVal) {\n j += 2\n } else if (aVal == bVal) {\n dotProduct += a[i + 1] * b[j + 1]\n i += 2\n j += 2\n }\n }\n\n return dotProduct\n}\n\n/**\n * Calculates the similarity between this vector and another vector.\n *\n * @param {lunr.Vector} otherVector - The other vector to calculate the\n * similarity with.\n * @returns {Number}\n */\nlunr.Vector.prototype.similarity = function (otherVector) {\n return this.dot(otherVector) / this.magnitude() || 0\n}\n\n/**\n * Converts the vector to an array of the elements within the vector.\n *\n * @returns {Number[]}\n */\nlunr.Vector.prototype.toArray = function () {\n var output = new Array (this.elements.length / 2)\n\n for (var i = 1, j = 0; i < this.elements.length; i += 2, j++) {\n output[j] = this.elements[i]\n }\n\n return output\n}\n\n/**\n * A JSON serializable representation of the vector.\n *\n * @returns {Number[]}\n */\nlunr.Vector.prototype.toJSON = function () {\n return this.elements\n}\n/* eslint-disable */\n/*!\n * lunr.stemmer\n * Copyright (C) 2020 Oliver Nightingale\n * Includes code from - http://tartarus.org/~martin/PorterStemmer/js.txt\n */\n\n/**\n * lunr.stemmer is an english language stemmer, this is a JavaScript\n * implementation of the PorterStemmer taken from http://tartarus.org/~martin\n *\n * @static\n * @implements {lunr.PipelineFunction}\n * @param {lunr.Token} token - The string to stem\n * @returns {lunr.Token}\n * @see {@link lunr.Pipeline}\n * @function\n */\nlunr.stemmer = (function(){\n var step2list = {\n \"ational\" : \"ate\",\n \"tional\" : \"tion\",\n \"enci\" : \"ence\",\n \"anci\" : \"ance\",\n \"izer\" : \"ize\",\n \"bli\" : \"ble\",\n \"alli\" : \"al\",\n \"entli\" : \"ent\",\n \"eli\" : \"e\",\n \"ousli\" : \"ous\",\n \"ization\" : \"ize\",\n \"ation\" : \"ate\",\n \"ator\" : \"ate\",\n \"alism\" : \"al\",\n \"iveness\" : \"ive\",\n \"fulness\" : \"ful\",\n \"ousness\" : \"ous\",\n \"aliti\" : \"al\",\n \"iviti\" : \"ive\",\n \"biliti\" : \"ble\",\n \"logi\" : \"log\"\n },\n\n step3list = {\n \"icate\" : \"ic\",\n \"ative\" : \"\",\n \"alize\" : \"al\",\n \"iciti\" : \"ic\",\n \"ical\" : \"ic\",\n \"ful\" : \"\",\n \"ness\" : \"\"\n },\n\n c = \"[^aeiou]\", // consonant\n v = \"[aeiouy]\", // vowel\n C = c + \"[^aeiouy]*\", // consonant sequence\n V = v + \"[aeiou]*\", // vowel sequence\n\n mgr0 = \"^(\" + C + \")?\" + V + C, // [C]VC... is m>0\n meq1 = \"^(\" + C + \")?\" + V + C + \"(\" + V + \")?$\", // [C]VC[V] is m=1\n mgr1 = \"^(\" + C + \")?\" + V + C + V + C, // [C]VCVC... is m>1\n s_v = \"^(\" + C + \")?\" + v; // vowel in stem\n\n var re_mgr0 = new RegExp(mgr0);\n var re_mgr1 = new RegExp(mgr1);\n var re_meq1 = new RegExp(meq1);\n var re_s_v = new RegExp(s_v);\n\n var re_1a = /^(.+?)(ss|i)es$/;\n var re2_1a = /^(.+?)([^s])s$/;\n var re_1b = /^(.+?)eed$/;\n var re2_1b = /^(.+?)(ed|ing)$/;\n var re_1b_2 = /.$/;\n var re2_1b_2 = /(at|bl|iz)$/;\n var re3_1b_2 = new RegExp(\"([^aeiouylsz])\\\\1$\");\n var re4_1b_2 = new RegExp(\"^\" + C + v + \"[^aeiouwxy]$\");\n\n var re_1c = /^(.+?[^aeiou])y$/;\n var re_2 = /^(.+?)(ational|tional|enci|anci|izer|bli|alli|entli|eli|ousli|ization|ation|ator|alism|iveness|fulness|ousness|aliti|iviti|biliti|logi)$/;\n\n var re_3 = /^(.+?)(icate|ative|alize|iciti|ical|ful|ness)$/;\n\n var re_4 = /^(.+?)(al|ance|ence|er|ic|able|ible|ant|ement|ment|ent|ou|ism|ate|iti|ous|ive|ize)$/;\n var re2_4 = /^(.+?)(s|t)(ion)$/;\n\n var re_5 = /^(.+?)e$/;\n var re_5_1 = /ll$/;\n var re3_5 = new RegExp(\"^\" + C + v + \"[^aeiouwxy]$\");\n\n var porterStemmer = function porterStemmer(w) {\n var stem,\n suffix,\n firstch,\n re,\n re2,\n re3,\n re4;\n\n if (w.length < 3) { return w; }\n\n firstch = w.substr(0,1);\n if (firstch == \"y\") {\n w = firstch.toUpperCase() + w.substr(1);\n }\n\n // Step 1a\n re = re_1a\n re2 = re2_1a;\n\n if (re.test(w)) { w = w.replace(re,\"$1$2\"); }\n else if (re2.test(w)) { w = w.replace(re2,\"$1$2\"); }\n\n // Step 1b\n re = re_1b;\n re2 = re2_1b;\n if (re.test(w)) {\n var fp = re.exec(w);\n re = re_mgr0;\n if (re.test(fp[1])) {\n re = re_1b_2;\n w = w.replace(re,\"\");\n }\n } else if (re2.test(w)) {\n var fp = re2.exec(w);\n stem = fp[1];\n re2 = re_s_v;\n if (re2.test(stem)) {\n w = stem;\n re2 = re2_1b_2;\n re3 = re3_1b_2;\n re4 = re4_1b_2;\n if (re2.test(w)) { w = w + \"e\"; }\n else if (re3.test(w)) { re = re_1b_2; w = w.replace(re,\"\"); }\n else if (re4.test(w)) { w = w + \"e\"; }\n }\n }\n\n // Step 1c - replace suffix y or Y by i if preceded by a non-vowel which is not the first letter of the word (so cry -> cri, by -> by, say -> say)\n re = re_1c;\n if (re.test(w)) {\n var fp = re.exec(w);\n stem = fp[1];\n w = stem + \"i\";\n }\n\n // Step 2\n re = re_2;\n if (re.test(w)) {\n var fp = re.exec(w);\n stem = fp[1];\n suffix = fp[2];\n re = re_mgr0;\n if (re.test(stem)) {\n w = stem + step2list[suffix];\n }\n }\n\n // Step 3\n re = re_3;\n if (re.test(w)) {\n var fp = re.exec(w);\n stem = fp[1];\n suffix = fp[2];\n re = re_mgr0;\n if (re.test(stem)) {\n w = stem + step3list[suffix];\n }\n }\n\n // Step 4\n re = re_4;\n re2 = re2_4;\n if (re.test(w)) {\n var fp = re.exec(w);\n stem = fp[1];\n re = re_mgr1;\n if (re.test(stem)) {\n w = stem;\n }\n } else if (re2.test(w)) {\n var fp = re2.exec(w);\n stem = fp[1] + fp[2];\n re2 = re_mgr1;\n if (re2.test(stem)) {\n w = stem;\n }\n }\n\n // Step 5\n re = re_5;\n if (re.test(w)) {\n var fp = re.exec(w);\n stem = fp[1];\n re = re_mgr1;\n re2 = re_meq1;\n re3 = re3_5;\n if (re.test(stem) || (re2.test(stem) && !(re3.test(stem)))) {\n w = stem;\n }\n }\n\n re = re_5_1;\n re2 = re_mgr1;\n if (re.test(w) && re2.test(w)) {\n re = re_1b_2;\n w = w.replace(re,\"\");\n }\n\n // and turn initial Y back to y\n\n if (firstch == \"y\") {\n w = firstch.toLowerCase() + w.substr(1);\n }\n\n return w;\n };\n\n return function (token) {\n return token.update(porterStemmer);\n }\n})();\n\nlunr.Pipeline.registerFunction(lunr.stemmer, 'stemmer')\n/*!\n * lunr.stopWordFilter\n * Copyright (C) 2020 Oliver Nightingale\n */\n\n/**\n * lunr.generateStopWordFilter builds a stopWordFilter function from the provided\n * list of stop words.\n *\n * The built in lunr.stopWordFilter is built using this generator and can be used\n * to generate custom stopWordFilters for applications or non English languages.\n *\n * @function\n * @param {Array} token The token to pass through the filter\n * @returns {lunr.PipelineFunction}\n * @see lunr.Pipeline\n * @see lunr.stopWordFilter\n */\nlunr.generateStopWordFilter = function (stopWords) {\n var words = stopWords.reduce(function (memo, stopWord) {\n memo[stopWord] = stopWord\n return memo\n }, {})\n\n return function (token) {\n if (token && words[token.toString()] !== token.toString()) return token\n }\n}\n\n/**\n * lunr.stopWordFilter is an English language stop word list filter, any words\n * contained in the list will not be passed through the filter.\n *\n * This is intended to be used in the Pipeline. If the token does not pass the\n * filter then undefined will be returned.\n *\n * @function\n * @implements {lunr.PipelineFunction}\n * @params {lunr.Token} token - A token to check for being a stop word.\n * @returns {lunr.Token}\n * @see {@link lunr.Pipeline}\n */\nlunr.stopWordFilter = lunr.generateStopWordFilter([\n 'a',\n 'able',\n 'about',\n 'across',\n 'after',\n 'all',\n 'almost',\n 'also',\n 'am',\n 'among',\n 'an',\n 'and',\n 'any',\n 'are',\n 'as',\n 'at',\n 'be',\n 'because',\n 'been',\n 'but',\n 'by',\n 'can',\n 'cannot',\n 'could',\n 'dear',\n 'did',\n 'do',\n 'does',\n 'either',\n 'else',\n 'ever',\n 'every',\n 'for',\n 'from',\n 'get',\n 'got',\n 'had',\n 'has',\n 'have',\n 'he',\n 'her',\n 'hers',\n 'him',\n 'his',\n 'how',\n 'however',\n 'i',\n 'if',\n 'in',\n 'into',\n 'is',\n 'it',\n 'its',\n 'just',\n 'least',\n 'let',\n 'like',\n 'likely',\n 'may',\n 'me',\n 'might',\n 'most',\n 'must',\n 'my',\n 'neither',\n 'no',\n 'nor',\n 'not',\n 'of',\n 'off',\n 'often',\n 'on',\n 'only',\n 'or',\n 'other',\n 'our',\n 'own',\n 'rather',\n 'said',\n 'say',\n 'says',\n 'she',\n 'should',\n 'since',\n 'so',\n 'some',\n 'than',\n 'that',\n 'the',\n 'their',\n 'them',\n 'then',\n 'there',\n 'these',\n 'they',\n 'this',\n 'tis',\n 'to',\n 'too',\n 'twas',\n 'us',\n 'wants',\n 'was',\n 'we',\n 'were',\n 'what',\n 'when',\n 'where',\n 'which',\n 'while',\n 'who',\n 'whom',\n 'why',\n 'will',\n 'with',\n 'would',\n 'yet',\n 'you',\n 'your'\n])\n\nlunr.Pipeline.registerFunction(lunr.stopWordFilter, 'stopWordFilter')\n/*!\n * lunr.trimmer\n * Copyright (C) 2020 Oliver Nightingale\n */\n\n/**\n * lunr.trimmer is a pipeline function for trimming non word\n * characters from the beginning and end of tokens before they\n * enter the index.\n *\n * This implementation may not work correctly for non latin\n * characters and should either be removed or adapted for use\n * with languages with non-latin characters.\n *\n * @static\n * @implements {lunr.PipelineFunction}\n * @param {lunr.Token} token The token to pass through the filter\n * @returns {lunr.Token}\n * @see lunr.Pipeline\n */\nlunr.trimmer = function (token) {\n return token.update(function (s) {\n return s.replace(/^\\W+/, '').replace(/\\W+$/, '')\n })\n}\n\nlunr.Pipeline.registerFunction(lunr.trimmer, 'trimmer')\n/*!\n * lunr.TokenSet\n * Copyright (C) 2020 Oliver Nightingale\n */\n\n/**\n * A token set is used to store the unique list of all tokens\n * within an index. Token sets are also used to represent an\n * incoming query to the index, this query token set and index\n * token set are then intersected to find which tokens to look\n * up in the inverted index.\n *\n * A token set can hold multiple tokens, as in the case of the\n * index token set, or it can hold a single token as in the\n * case of a simple query token set.\n *\n * Additionally token sets are used to perform wildcard matching.\n * Leading, contained and trailing wildcards are supported, and\n * from this edit distance matching can also be provided.\n *\n * Token sets are implemented as a minimal finite state automata,\n * where both common prefixes and suffixes are shared between tokens.\n * This helps to reduce the space used for storing the token set.\n *\n * @constructor\n */\nlunr.TokenSet = function () {\n this.final = false\n this.edges = {}\n this.id = lunr.TokenSet._nextId\n lunr.TokenSet._nextId += 1\n}\n\n/**\n * Keeps track of the next, auto increment, identifier to assign\n * to a new tokenSet.\n *\n * TokenSets require a unique identifier to be correctly minimised.\n *\n * @private\n */\nlunr.TokenSet._nextId = 1\n\n/**\n * Creates a TokenSet instance from the given sorted array of words.\n *\n * @param {String[]} arr - A sorted array of strings to create the set from.\n * @returns {lunr.TokenSet}\n * @throws Will throw an error if the input array is not sorted.\n */\nlunr.TokenSet.fromArray = function (arr) {\n var builder = new lunr.TokenSet.Builder\n\n for (var i = 0, len = arr.length; i < len; i++) {\n builder.insert(arr[i])\n }\n\n builder.finish()\n return builder.root\n}\n\n/**\n * Creates a token set from a query clause.\n *\n * @private\n * @param {Object} clause - A single clause from lunr.Query.\n * @param {string} clause.term - The query clause term.\n * @param {number} [clause.editDistance] - The optional edit distance for the term.\n * @returns {lunr.TokenSet}\n */\nlunr.TokenSet.fromClause = function (clause) {\n if ('editDistance' in clause) {\n return lunr.TokenSet.fromFuzzyString(clause.term, clause.editDistance)\n } else {\n return lunr.TokenSet.fromString(clause.term)\n }\n}\n\n/**\n * Creates a token set representing a single string with a specified\n * edit distance.\n *\n * Insertions, deletions, substitutions and transpositions are each\n * treated as an edit distance of 1.\n *\n * Increasing the allowed edit distance will have a dramatic impact\n * on the performance of both creating and intersecting these TokenSets.\n * It is advised to keep the edit distance less than 3.\n *\n * @param {string} str - The string to create the token set from.\n * @param {number} editDistance - The allowed edit distance to match.\n * @returns {lunr.Vector}\n */\nlunr.TokenSet.fromFuzzyString = function (str, editDistance) {\n var root = new lunr.TokenSet\n\n var stack = [{\n node: root,\n editsRemaining: editDistance,\n str: str\n }]\n\n while (stack.length) {\n var frame = stack.pop()\n\n // no edit\n if (frame.str.length > 0) {\n var char = frame.str.charAt(0),\n noEditNode\n\n if (char in frame.node.edges) {\n noEditNode = frame.node.edges[char]\n } else {\n noEditNode = new lunr.TokenSet\n frame.node.edges[char] = noEditNode\n }\n\n if (frame.str.length == 1) {\n noEditNode.final = true\n }\n\n stack.push({\n node: noEditNode,\n editsRemaining: frame.editsRemaining,\n str: frame.str.slice(1)\n })\n }\n\n if (frame.editsRemaining == 0) {\n continue\n }\n\n // insertion\n if (\"*\" in frame.node.edges) {\n var insertionNode = frame.node.edges[\"*\"]\n } else {\n var insertionNode = new lunr.TokenSet\n frame.node.edges[\"*\"] = insertionNode\n }\n\n if (frame.str.length == 0) {\n insertionNode.final = true\n }\n\n stack.push({\n node: insertionNode,\n editsRemaining: frame.editsRemaining - 1,\n str: frame.str\n })\n\n // deletion\n // can only do a deletion if we have enough edits remaining\n // and if there are characters left to delete in the string\n if (frame.str.length > 1) {\n stack.push({\n node: frame.node,\n editsRemaining: frame.editsRemaining - 1,\n str: frame.str.slice(1)\n })\n }\n\n // deletion\n // just removing the last character from the str\n if (frame.str.length == 1) {\n frame.node.final = true\n }\n\n // substitution\n // can only do a substitution if we have enough edits remaining\n // and if there are characters left to substitute\n if (frame.str.length >= 1) {\n if (\"*\" in frame.node.edges) {\n var substitutionNode = frame.node.edges[\"*\"]\n } else {\n var substitutionNode = new lunr.TokenSet\n frame.node.edges[\"*\"] = substitutionNode\n }\n\n if (frame.str.length == 1) {\n substitutionNode.final = true\n }\n\n stack.push({\n node: substitutionNode,\n editsRemaining: frame.editsRemaining - 1,\n str: frame.str.slice(1)\n })\n }\n\n // transposition\n // can only do a transposition if there are edits remaining\n // and there are enough characters to transpose\n if (frame.str.length > 1) {\n var charA = frame.str.charAt(0),\n charB = frame.str.charAt(1),\n transposeNode\n\n if (charB in frame.node.edges) {\n transposeNode = frame.node.edges[charB]\n } else {\n transposeNode = new lunr.TokenSet\n frame.node.edges[charB] = transposeNode\n }\n\n if (frame.str.length == 1) {\n transposeNode.final = true\n }\n\n stack.push({\n node: transposeNode,\n editsRemaining: frame.editsRemaining - 1,\n str: charA + frame.str.slice(2)\n })\n }\n }\n\n return root\n}\n\n/**\n * Creates a TokenSet from a string.\n *\n * The string may contain one or more wildcard characters (*)\n * that will allow wildcard matching when intersecting with\n * another TokenSet.\n *\n * @param {string} str - The string to create a TokenSet from.\n * @returns {lunr.TokenSet}\n */\nlunr.TokenSet.fromString = function (str) {\n var node = new lunr.TokenSet,\n root = node\n\n /*\n * Iterates through all characters within the passed string\n * appending a node for each character.\n *\n * When a wildcard character is found then a self\n * referencing edge is introduced to continually match\n * any number of any characters.\n */\n for (var i = 0, len = str.length; i < len; i++) {\n var char = str[i],\n final = (i == len - 1)\n\n if (char == \"*\") {\n node.edges[char] = node\n node.final = final\n\n } else {\n var next = new lunr.TokenSet\n next.final = final\n\n node.edges[char] = next\n node = next\n }\n }\n\n return root\n}\n\n/**\n * Converts this TokenSet into an array of strings\n * contained within the TokenSet.\n *\n * This is not intended to be used on a TokenSet that\n * contains wildcards, in these cases the results are\n * undefined and are likely to cause an infinite loop.\n *\n * @returns {string[]}\n */\nlunr.TokenSet.prototype.toArray = function () {\n var words = []\n\n var stack = [{\n prefix: \"\",\n node: this\n }]\n\n while (stack.length) {\n var frame = stack.pop(),\n edges = Object.keys(frame.node.edges),\n len = edges.length\n\n if (frame.node.final) {\n /* In Safari, at this point the prefix is sometimes corrupted, see:\n * https://github.com/olivernn/lunr.js/issues/279 Calling any\n * String.prototype method forces Safari to \"cast\" this string to what\n * it's supposed to be, fixing the bug. */\n frame.prefix.charAt(0)\n words.push(frame.prefix)\n }\n\n for (var i = 0; i < len; i++) {\n var edge = edges[i]\n\n stack.push({\n prefix: frame.prefix.concat(edge),\n node: frame.node.edges[edge]\n })\n }\n }\n\n return words\n}\n\n/**\n * Generates a string representation of a TokenSet.\n *\n * This is intended to allow TokenSets to be used as keys\n * in objects, largely to aid the construction and minimisation\n * of a TokenSet. As such it is not designed to be a human\n * friendly representation of the TokenSet.\n *\n * @returns {string}\n */\nlunr.TokenSet.prototype.toString = function () {\n // NOTE: Using Object.keys here as this.edges is very likely\n // to enter 'hash-mode' with many keys being added\n //\n // avoiding a for-in loop here as it leads to the function\n // being de-optimised (at least in V8). From some simple\n // benchmarks the performance is comparable, but allowing\n // V8 to optimize may mean easy performance wins in the future.\n\n if (this._str) {\n return this._str\n }\n\n var str = this.final ? '1' : '0',\n labels = Object.keys(this.edges).sort(),\n len = labels.length\n\n for (var i = 0; i < len; i++) {\n var label = labels[i],\n node = this.edges[label]\n\n str = str + label + node.id\n }\n\n return str\n}\n\n/**\n * Returns a new TokenSet that is the intersection of\n * this TokenSet and the passed TokenSet.\n *\n * This intersection will take into account any wildcards\n * contained within the TokenSet.\n *\n * @param {lunr.TokenSet} b - An other TokenSet to intersect with.\n * @returns {lunr.TokenSet}\n */\nlunr.TokenSet.prototype.intersect = function (b) {\n var output = new lunr.TokenSet,\n frame = undefined\n\n var stack = [{\n qNode: b,\n output: output,\n node: this\n }]\n\n while (stack.length) {\n frame = stack.pop()\n\n // NOTE: As with the #toString method, we are using\n // Object.keys and a for loop instead of a for-in loop\n // as both of these objects enter 'hash' mode, causing\n // the function to be de-optimised in V8\n var qEdges = Object.keys(frame.qNode.edges),\n qLen = qEdges.length,\n nEdges = Object.keys(frame.node.edges),\n nLen = nEdges.length\n\n for (var q = 0; q < qLen; q++) {\n var qEdge = qEdges[q]\n\n for (var n = 0; n < nLen; n++) {\n var nEdge = nEdges[n]\n\n if (nEdge == qEdge || qEdge == '*') {\n var node = frame.node.edges[nEdge],\n qNode = frame.qNode.edges[qEdge],\n final = node.final && qNode.final,\n next = undefined\n\n if (nEdge in frame.output.edges) {\n // an edge already exists for this character\n // no need to create a new node, just set the finality\n // bit unless this node is already final\n next = frame.output.edges[nEdge]\n next.final = next.final || final\n\n } else {\n // no edge exists yet, must create one\n // set the finality bit and insert it\n // into the output\n next = new lunr.TokenSet\n next.final = final\n frame.output.edges[nEdge] = next\n }\n\n stack.push({\n qNode: qNode,\n output: next,\n node: node\n })\n }\n }\n }\n }\n\n return output\n}\nlunr.TokenSet.Builder = function () {\n this.previousWord = \"\"\n this.root = new lunr.TokenSet\n this.uncheckedNodes = []\n this.minimizedNodes = {}\n}\n\nlunr.TokenSet.Builder.prototype.insert = function (word) {\n var node,\n commonPrefix = 0\n\n if (word < this.previousWord) {\n throw new Error (\"Out of order word insertion\")\n }\n\n for (var i = 0; i < word.length && i < this.previousWord.length; i++) {\n if (word[i] != this.previousWord[i]) break\n commonPrefix++\n }\n\n this.minimize(commonPrefix)\n\n if (this.uncheckedNodes.length == 0) {\n node = this.root\n } else {\n node = this.uncheckedNodes[this.uncheckedNodes.length - 1].child\n }\n\n for (var i = commonPrefix; i < word.length; i++) {\n var nextNode = new lunr.TokenSet,\n char = word[i]\n\n node.edges[char] = nextNode\n\n this.uncheckedNodes.push({\n parent: node,\n char: char,\n child: nextNode\n })\n\n node = nextNode\n }\n\n node.final = true\n this.previousWord = word\n}\n\nlunr.TokenSet.Builder.prototype.finish = function () {\n this.minimize(0)\n}\n\nlunr.TokenSet.Builder.prototype.minimize = function (downTo) {\n for (var i = this.uncheckedNodes.length - 1; i >= downTo; i--) {\n var node = this.uncheckedNodes[i],\n childKey = node.child.toString()\n\n if (childKey in this.minimizedNodes) {\n node.parent.edges[node.char] = this.minimizedNodes[childKey]\n } else {\n // Cache the key for this node since\n // we know it can't change anymore\n node.child._str = childKey\n\n this.minimizedNodes[childKey] = node.child\n }\n\n this.uncheckedNodes.pop()\n }\n}\n/*!\n * lunr.Index\n * Copyright (C) 2020 Oliver Nightingale\n */\n\n/**\n * An index contains the built index of all documents and provides a query interface\n * to the index.\n *\n * Usually instances of lunr.Index will not be created using this constructor, instead\n * lunr.Builder should be used to construct new indexes, or lunr.Index.load should be\n * used to load previously built and serialized indexes.\n *\n * @constructor\n * @param {Object} attrs - The attributes of the built search index.\n * @param {Object} attrs.invertedIndex - An index of term/field to document reference.\n * @param {Object} attrs.fieldVectors - Field vectors\n * @param {lunr.TokenSet} attrs.tokenSet - An set of all corpus tokens.\n * @param {string[]} attrs.fields - The names of indexed document fields.\n * @param {lunr.Pipeline} attrs.pipeline - The pipeline to use for search terms.\n */\nlunr.Index = function (attrs) {\n this.invertedIndex = attrs.invertedIndex\n this.fieldVectors = attrs.fieldVectors\n this.tokenSet = attrs.tokenSet\n this.fields = attrs.fields\n this.pipeline = attrs.pipeline\n}\n\n/**\n * A result contains details of a document matching a search query.\n * @typedef {Object} lunr.Index~Result\n * @property {string} ref - The reference of the document this result represents.\n * @property {number} score - A number between 0 and 1 representing how similar this document is to the query.\n * @property {lunr.MatchData} matchData - Contains metadata about this match including which term(s) caused the match.\n */\n\n/**\n * Although lunr provides the ability to create queries using lunr.Query, it also provides a simple\n * query language which itself is parsed into an instance of lunr.Query.\n *\n * For programmatically building queries it is advised to directly use lunr.Query, the query language\n * is best used for human entered text rather than program generated text.\n *\n * At its simplest queries can just be a single term, e.g. `hello`, multiple terms are also supported\n * and will be combined with OR, e.g `hello world` will match documents that contain either 'hello'\n * or 'world', though those that contain both will rank higher in the results.\n *\n * Wildcards can be included in terms to match one or more unspecified characters, these wildcards can\n * be inserted anywhere within the term, and more than one wildcard can exist in a single term. Adding\n * wildcards will increase the number of documents that will be found but can also have a negative\n * impact on query performance, especially with wildcards at the beginning of a term.\n *\n * Terms can be restricted to specific fields, e.g. `title:hello`, only documents with the term\n * hello in the title field will match this query. Using a field not present in the index will lead\n * to an error being thrown.\n *\n * Modifiers can also be added to terms, lunr supports edit distance and boost modifiers on terms. A term\n * boost will make documents matching that term score higher, e.g. `foo^5`. Edit distance is also supported\n * to provide fuzzy matching, e.g. 'hello~2' will match documents with hello with an edit distance of 2.\n * Avoid large values for edit distance to improve query performance.\n *\n * Each term also supports a presence modifier. By default a term's presence in document is optional, however\n * this can be changed to either required or prohibited. For a term's presence to be required in a document the\n * term should be prefixed with a '+', e.g. `+foo bar` is a search for documents that must contain 'foo' and\n * optionally contain 'bar'. Conversely a leading '-' sets the terms presence to prohibited, i.e. it must not\n * appear in a document, e.g. `-foo bar` is a search for documents that do not contain 'foo' but may contain 'bar'.\n *\n * To escape special characters the backslash character '\\' can be used, this allows searches to include\n * characters that would normally be considered modifiers, e.g. `foo\\~2` will search for a term \"foo~2\" instead\n * of attempting to apply a boost of 2 to the search term \"foo\".\n *\n * @typedef {string} lunr.Index~QueryString\n * @example Simple single term query\n * hello\n * @example Multiple term query\n * hello world\n * @example term scoped to a field\n * title:hello\n * @example term with a boost of 10\n * hello^10\n * @example term with an edit distance of 2\n * hello~2\n * @example terms with presence modifiers\n * -foo +bar baz\n */\n\n/**\n * Performs a search against the index using lunr query syntax.\n *\n * Results will be returned sorted by their score, the most relevant results\n * will be returned first. For details on how the score is calculated, please see\n * the {@link https://lunrjs.com/guides/searching.html#scoring|guide}.\n *\n * For more programmatic querying use lunr.Index#query.\n *\n * @param {lunr.Index~QueryString} queryString - A string containing a lunr query.\n * @throws {lunr.QueryParseError} If the passed query string cannot be parsed.\n * @returns {lunr.Index~Result[]}\n */\nlunr.Index.prototype.search = function (queryString) {\n return this.query(function (query) {\n var parser = new lunr.QueryParser(queryString, query)\n parser.parse()\n })\n}\n\n/**\n * A query builder callback provides a query object to be used to express\n * the query to perform on the index.\n *\n * @callback lunr.Index~queryBuilder\n * @param {lunr.Query} query - The query object to build up.\n * @this lunr.Query\n */\n\n/**\n * Performs a query against the index using the yielded lunr.Query object.\n *\n * If performing programmatic queries against the index, this method is preferred\n * over lunr.Index#search so as to avoid the additional query parsing overhead.\n *\n * A query object is yielded to the supplied function which should be used to\n * express the query to be run against the index.\n *\n * Note that although this function takes a callback parameter it is _not_ an\n * asynchronous operation, the callback is just yielded a query object to be\n * customized.\n *\n * @param {lunr.Index~queryBuilder} fn - A function that is used to build the query.\n * @returns {lunr.Index~Result[]}\n */\nlunr.Index.prototype.query = function (fn) {\n // for each query clause\n // * process terms\n // * expand terms from token set\n // * find matching documents and metadata\n // * get document vectors\n // * score documents\n\n var query = new lunr.Query(this.fields),\n matchingFields = Object.create(null),\n queryVectors = Object.create(null),\n termFieldCache = Object.create(null),\n requiredMatches = Object.create(null),\n prohibitedMatches = Object.create(null)\n\n /*\n * To support field level boosts a query vector is created per\n * field. An empty vector is eagerly created to support negated\n * queries.\n */\n for (var i = 0; i < this.fields.length; i++) {\n queryVectors[this.fields[i]] = new lunr.Vector\n }\n\n fn.call(query, query)\n\n for (var i = 0; i < query.clauses.length; i++) {\n /*\n * Unless the pipeline has been disabled for this term, which is\n * the case for terms with wildcards, we need to pass the clause\n * term through the search pipeline. A pipeline returns an array\n * of processed terms. Pipeline functions may expand the passed\n * term, which means we may end up performing multiple index lookups\n * for a single query term.\n */\n var clause = query.clauses[i],\n terms = null,\n clauseMatches = lunr.Set.empty\n\n if (clause.usePipeline) {\n terms = this.pipeline.runString(clause.term, {\n fields: clause.fields\n })\n } else {\n terms = [clause.term]\n }\n\n for (var m = 0; m < terms.length; m++) {\n var term = terms[m]\n\n /*\n * Each term returned from the pipeline needs to use the same query\n * clause object, e.g. the same boost and or edit distance. The\n * simplest way to do this is to re-use the clause object but mutate\n * its term property.\n */\n clause.term = term\n\n /*\n * From the term in the clause we create a token set which will then\n * be used to intersect the indexes token set to get a list of terms\n * to lookup in the inverted index\n */\n var termTokenSet = lunr.TokenSet.fromClause(clause),\n expandedTerms = this.tokenSet.intersect(termTokenSet).toArray()\n\n /*\n * If a term marked as required does not exist in the tokenSet it is\n * impossible for the search to return any matches. We set all the field\n * scoped required matches set to empty and stop examining any further\n * clauses.\n */\n if (expandedTerms.length === 0 && clause.presence === lunr.Query.presence.REQUIRED) {\n for (var k = 0; k < clause.fields.length; k++) {\n var field = clause.fields[k]\n requiredMatches[field] = lunr.Set.empty\n }\n\n break\n }\n\n for (var j = 0; j < expandedTerms.length; j++) {\n /*\n * For each term get the posting and termIndex, this is required for\n * building the query vector.\n */\n var expandedTerm = expandedTerms[j],\n posting = this.invertedIndex[expandedTerm],\n termIndex = posting._index\n\n for (var k = 0; k < clause.fields.length; k++) {\n /*\n * For each field that this query term is scoped by (by default\n * all fields are in scope) we need to get all the document refs\n * that have this term in that field.\n *\n * The posting is the entry in the invertedIndex for the matching\n * term from above.\n */\n var field = clause.fields[k],\n fieldPosting = posting[field],\n matchingDocumentRefs = Object.keys(fieldPosting),\n termField = expandedTerm + \"/\" + field,\n matchingDocumentsSet = new lunr.Set(matchingDocumentRefs)\n\n /*\n * if the presence of this term is required ensure that the matching\n * documents are added to the set of required matches for this clause.\n *\n */\n if (clause.presence == lunr.Query.presence.REQUIRED) {\n clauseMatches = clauseMatches.union(matchingDocumentsSet)\n\n if (requiredMatches[field] === undefined) {\n requiredMatches[field] = lunr.Set.complete\n }\n }\n\n /*\n * if the presence of this term is prohibited ensure that the matching\n * documents are added to the set of prohibited matches for this field,\n * creating that set if it does not yet exist.\n */\n if (clause.presence == lunr.Query.presence.PROHIBITED) {\n if (prohibitedMatches[field] === undefined) {\n prohibitedMatches[field] = lunr.Set.empty\n }\n\n prohibitedMatches[field] = prohibitedMatches[field].union(matchingDocumentsSet)\n\n /*\n * Prohibited matches should not be part of the query vector used for\n * similarity scoring and no metadata should be extracted so we continue\n * to the next field\n */\n continue\n }\n\n /*\n * The query field vector is populated using the termIndex found for\n * the term and a unit value with the appropriate boost applied.\n * Using upsert because there could already be an entry in the vector\n * for the term we are working with. In that case we just add the scores\n * together.\n */\n queryVectors[field].upsert(termIndex, clause.boost, function (a, b) { return a + b })\n\n /**\n * If we've already seen this term, field combo then we've already collected\n * the matching documents and metadata, no need to go through all that again\n */\n if (termFieldCache[termField]) {\n continue\n }\n\n for (var l = 0; l < matchingDocumentRefs.length; l++) {\n /*\n * All metadata for this term/field/document triple\n * are then extracted and collected into an instance\n * of lunr.MatchData ready to be returned in the query\n * results\n */\n var matchingDocumentRef = matchingDocumentRefs[l],\n matchingFieldRef = new lunr.FieldRef (matchingDocumentRef, field),\n metadata = fieldPosting[matchingDocumentRef],\n fieldMatch\n\n if ((fieldMatch = matchingFields[matchingFieldRef]) === undefined) {\n matchingFields[matchingFieldRef] = new lunr.MatchData (expandedTerm, field, metadata)\n } else {\n fieldMatch.add(expandedTerm, field, metadata)\n }\n\n }\n\n termFieldCache[termField] = true\n }\n }\n }\n\n /**\n * If the presence was required we need to update the requiredMatches field sets.\n * We do this after all fields for the term have collected their matches because\n * the clause terms presence is required in _any_ of the fields not _all_ of the\n * fields.\n */\n if (clause.presence === lunr.Query.presence.REQUIRED) {\n for (var k = 0; k < clause.fields.length; k++) {\n var field = clause.fields[k]\n requiredMatches[field] = requiredMatches[field].intersect(clauseMatches)\n }\n }\n }\n\n /**\n * Need to combine the field scoped required and prohibited\n * matching documents into a global set of required and prohibited\n * matches\n */\n var allRequiredMatches = lunr.Set.complete,\n allProhibitedMatches = lunr.Set.empty\n\n for (var i = 0; i < this.fields.length; i++) {\n var field = this.fields[i]\n\n if (requiredMatches[field]) {\n allRequiredMatches = allRequiredMatches.intersect(requiredMatches[field])\n }\n\n if (prohibitedMatches[field]) {\n allProhibitedMatches = allProhibitedMatches.union(prohibitedMatches[field])\n }\n }\n\n var matchingFieldRefs = Object.keys(matchingFields),\n results = [],\n matches = Object.create(null)\n\n /*\n * If the query is negated (contains only prohibited terms)\n * we need to get _all_ fieldRefs currently existing in the\n * index. This is only done when we know that the query is\n * entirely prohibited terms to avoid any cost of getting all\n * fieldRefs unnecessarily.\n *\n * Additionally, blank MatchData must be created to correctly\n * populate the results.\n */\n if (query.isNegated()) {\n matchingFieldRefs = Object.keys(this.fieldVectors)\n\n for (var i = 0; i < matchingFieldRefs.length; i++) {\n var matchingFieldRef = matchingFieldRefs[i]\n var fieldRef = lunr.FieldRef.fromString(matchingFieldRef)\n matchingFields[matchingFieldRef] = new lunr.MatchData\n }\n }\n\n for (var i = 0; i < matchingFieldRefs.length; i++) {\n /*\n * Currently we have document fields that match the query, but we\n * need to return documents. The matchData and scores are combined\n * from multiple fields belonging to the same document.\n *\n * Scores are calculated by field, using the query vectors created\n * above, and combined into a final document score using addition.\n */\n var fieldRef = lunr.FieldRef.fromString(matchingFieldRefs[i]),\n docRef = fieldRef.docRef\n\n if (!allRequiredMatches.contains(docRef)) {\n continue\n }\n\n if (allProhibitedMatches.contains(docRef)) {\n continue\n }\n\n var fieldVector = this.fieldVectors[fieldRef],\n score = queryVectors[fieldRef.fieldName].similarity(fieldVector),\n docMatch\n\n if ((docMatch = matches[docRef]) !== undefined) {\n docMatch.score += score\n docMatch.matchData.combine(matchingFields[fieldRef])\n } else {\n var match = {\n ref: docRef,\n score: score,\n matchData: matchingFields[fieldRef]\n }\n matches[docRef] = match\n results.push(match)\n }\n }\n\n /*\n * Sort the results objects by score, highest first.\n */\n return results.sort(function (a, b) {\n return b.score - a.score\n })\n}\n\n/**\n * Prepares the index for JSON serialization.\n *\n * The schema for this JSON blob will be described in a\n * separate JSON schema file.\n *\n * @returns {Object}\n */\nlunr.Index.prototype.toJSON = function () {\n var invertedIndex = Object.keys(this.invertedIndex)\n .sort()\n .map(function (term) {\n return [term, this.invertedIndex[term]]\n }, this)\n\n var fieldVectors = Object.keys(this.fieldVectors)\n .map(function (ref) {\n return [ref, this.fieldVectors[ref].toJSON()]\n }, this)\n\n return {\n version: lunr.version,\n fields: this.fields,\n fieldVectors: fieldVectors,\n invertedIndex: invertedIndex,\n pipeline: this.pipeline.toJSON()\n }\n}\n\n/**\n * Loads a previously serialized lunr.Index\n *\n * @param {Object} serializedIndex - A previously serialized lunr.Index\n * @returns {lunr.Index}\n */\nlunr.Index.load = function (serializedIndex) {\n var attrs = {},\n fieldVectors = {},\n serializedVectors = serializedIndex.fieldVectors,\n invertedIndex = Object.create(null),\n serializedInvertedIndex = serializedIndex.invertedIndex,\n tokenSetBuilder = new lunr.TokenSet.Builder,\n pipeline = lunr.Pipeline.load(serializedIndex.pipeline)\n\n if (serializedIndex.version != lunr.version) {\n lunr.utils.warn(\"Version mismatch when loading serialised index. Current version of lunr '\" + lunr.version + \"' does not match serialized index '\" + serializedIndex.version + \"'\")\n }\n\n for (var i = 0; i < serializedVectors.length; i++) {\n var tuple = serializedVectors[i],\n ref = tuple[0],\n elements = tuple[1]\n\n fieldVectors[ref] = new lunr.Vector(elements)\n }\n\n for (var i = 0; i < serializedInvertedIndex.length; i++) {\n var tuple = serializedInvertedIndex[i],\n term = tuple[0],\n posting = tuple[1]\n\n tokenSetBuilder.insert(term)\n invertedIndex[term] = posting\n }\n\n tokenSetBuilder.finish()\n\n attrs.fields = serializedIndex.fields\n\n attrs.fieldVectors = fieldVectors\n attrs.invertedIndex = invertedIndex\n attrs.tokenSet = tokenSetBuilder.root\n attrs.pipeline = pipeline\n\n return new lunr.Index(attrs)\n}\n/*!\n * lunr.Builder\n * Copyright (C) 2020 Oliver Nightingale\n */\n\n/**\n * lunr.Builder performs indexing on a set of documents and\n * returns instances of lunr.Index ready for querying.\n *\n * All configuration of the index is done via the builder, the\n * fields to index, the document reference, the text processing\n * pipeline and document scoring parameters are all set on the\n * builder before indexing.\n *\n * @constructor\n * @property {string} _ref - Internal reference to the document reference field.\n * @property {string[]} _fields - Internal reference to the document fields to index.\n * @property {object} invertedIndex - The inverted index maps terms to document fields.\n * @property {object} documentTermFrequencies - Keeps track of document term frequencies.\n * @property {object} documentLengths - Keeps track of the length of documents added to the index.\n * @property {lunr.tokenizer} tokenizer - Function for splitting strings into tokens for indexing.\n * @property {lunr.Pipeline} pipeline - The pipeline performs text processing on tokens before indexing.\n * @property {lunr.Pipeline} searchPipeline - A pipeline for processing search terms before querying the index.\n * @property {number} documentCount - Keeps track of the total number of documents indexed.\n * @property {number} _b - A parameter to control field length normalization, setting this to 0 disabled normalization, 1 fully normalizes field lengths, the default value is 0.75.\n * @property {number} _k1 - A parameter to control how quickly an increase in term frequency results in term frequency saturation, the default value is 1.2.\n * @property {number} termIndex - A counter incremented for each unique term, used to identify a terms position in the vector space.\n * @property {array} metadataWhitelist - A list of metadata keys that have been whitelisted for entry in the index.\n */\nlunr.Builder = function () {\n this._ref = \"id\"\n this._fields = Object.create(null)\n this._documents = Object.create(null)\n this.invertedIndex = Object.create(null)\n this.fieldTermFrequencies = {}\n this.fieldLengths = {}\n this.tokenizer = lunr.tokenizer\n this.pipeline = new lunr.Pipeline\n this.searchPipeline = new lunr.Pipeline\n this.documentCount = 0\n this._b = 0.75\n this._k1 = 1.2\n this.termIndex = 0\n this.metadataWhitelist = []\n}\n\n/**\n * Sets the document field used as the document reference. Every document must have this field.\n * The type of this field in the document should be a string, if it is not a string it will be\n * coerced into a string by calling toString.\n *\n * The default ref is 'id'.\n *\n * The ref should _not_ be changed during indexing, it should be set before any documents are\n * added to the index. Changing it during indexing can lead to inconsistent results.\n *\n * @param {string} ref - The name of the reference field in the document.\n */\nlunr.Builder.prototype.ref = function (ref) {\n this._ref = ref\n}\n\n/**\n * A function that is used to extract a field from a document.\n *\n * Lunr expects a field to be at the top level of a document, if however the field\n * is deeply nested within a document an extractor function can be used to extract\n * the right field for indexing.\n *\n * @callback fieldExtractor\n * @param {object} doc - The document being added to the index.\n * @returns {?(string|object|object[])} obj - The object that will be indexed for this field.\n * @example Extracting a nested field\n * function (doc) { return doc.nested.field }\n */\n\n/**\n * Adds a field to the list of document fields that will be indexed. Every document being\n * indexed should have this field. Null values for this field in indexed documents will\n * not cause errors but will limit the chance of that document being retrieved by searches.\n *\n * All fields should be added before adding documents to the index. Adding fields after\n * a document has been indexed will have no effect on already indexed documents.\n *\n * Fields can be boosted at build time. This allows terms within that field to have more\n * importance when ranking search results. Use a field boost to specify that matches within\n * one field are more important than other fields.\n *\n * @param {string} fieldName - The name of a field to index in all documents.\n * @param {object} attributes - Optional attributes associated with this field.\n * @param {number} [attributes.boost=1] - Boost applied to all terms within this field.\n * @param {fieldExtractor} [attributes.extractor] - Function to extract a field from a document.\n * @throws {RangeError} fieldName cannot contain unsupported characters '/'\n */\nlunr.Builder.prototype.field = function (fieldName, attributes) {\n if (/\\//.test(fieldName)) {\n throw new RangeError (\"Field '\" + fieldName + \"' contains illegal character '/'\")\n }\n\n this._fields[fieldName] = attributes || {}\n}\n\n/**\n * A parameter to tune the amount of field length normalisation that is applied when\n * calculating relevance scores. A value of 0 will completely disable any normalisation\n * and a value of 1 will fully normalise field lengths. The default is 0.75. Values of b\n * will be clamped to the range 0 - 1.\n *\n * @param {number} number - The value to set for this tuning parameter.\n */\nlunr.Builder.prototype.b = function (number) {\n if (number < 0) {\n this._b = 0\n } else if (number > 1) {\n this._b = 1\n } else {\n this._b = number\n }\n}\n\n/**\n * A parameter that controls the speed at which a rise in term frequency results in term\n * frequency saturation. The default value is 1.2. Setting this to a higher value will give\n * slower saturation levels, a lower value will result in quicker saturation.\n *\n * @param {number} number - The value to set for this tuning parameter.\n */\nlunr.Builder.prototype.k1 = function (number) {\n this._k1 = number\n}\n\n/**\n * Adds a document to the index.\n *\n * Before adding fields to the index the index should have been fully setup, with the document\n * ref and all fields to index already having been specified.\n *\n * The document must have a field name as specified by the ref (by default this is 'id') and\n * it should have all fields defined for indexing, though null or undefined values will not\n * cause errors.\n *\n * Entire documents can be boosted at build time. Applying a boost to a document indicates that\n * this document should rank higher in search results than other documents.\n *\n * @param {object} doc - The document to add to the index.\n * @param {object} attributes - Optional attributes associated with this document.\n * @param {number} [attributes.boost=1] - Boost applied to all terms within this document.\n */\nlunr.Builder.prototype.add = function (doc, attributes) {\n var docRef = doc[this._ref],\n fields = Object.keys(this._fields)\n\n this._documents[docRef] = attributes || {}\n this.documentCount += 1\n\n for (var i = 0; i < fields.length; i++) {\n var fieldName = fields[i],\n extractor = this._fields[fieldName].extractor,\n field = extractor ? extractor(doc) : doc[fieldName],\n tokens = this.tokenizer(field, {\n fields: [fieldName]\n }),\n terms = this.pipeline.run(tokens),\n fieldRef = new lunr.FieldRef (docRef, fieldName),\n fieldTerms = Object.create(null)\n\n this.fieldTermFrequencies[fieldRef] = fieldTerms\n this.fieldLengths[fieldRef] = 0\n\n // store the length of this field for this document\n this.fieldLengths[fieldRef] += terms.length\n\n // calculate term frequencies for this field\n for (var j = 0; j < terms.length; j++) {\n var term = terms[j]\n\n if (fieldTerms[term] == undefined) {\n fieldTerms[term] = 0\n }\n\n fieldTerms[term] += 1\n\n // add to inverted index\n // create an initial posting if one doesn't exist\n if (this.invertedIndex[term] == undefined) {\n var posting = Object.create(null)\n posting[\"_index\"] = this.termIndex\n this.termIndex += 1\n\n for (var k = 0; k < fields.length; k++) {\n posting[fields[k]] = Object.create(null)\n }\n\n this.invertedIndex[term] = posting\n }\n\n // add an entry for this term/fieldName/docRef to the invertedIndex\n if (this.invertedIndex[term][fieldName][docRef] == undefined) {\n this.invertedIndex[term][fieldName][docRef] = Object.create(null)\n }\n\n // store all whitelisted metadata about this token in the\n // inverted index\n for (var l = 0; l < this.metadataWhitelist.length; l++) {\n var metadataKey = this.metadataWhitelist[l],\n metadata = term.metadata[metadataKey]\n\n if (this.invertedIndex[term][fieldName][docRef][metadataKey] == undefined) {\n this.invertedIndex[term][fieldName][docRef][metadataKey] = []\n }\n\n this.invertedIndex[term][fieldName][docRef][metadataKey].push(metadata)\n }\n }\n\n }\n}\n\n/**\n * Calculates the average document length for this index\n *\n * @private\n */\nlunr.Builder.prototype.calculateAverageFieldLengths = function () {\n\n var fieldRefs = Object.keys(this.fieldLengths),\n numberOfFields = fieldRefs.length,\n accumulator = {},\n documentsWithField = {}\n\n for (var i = 0; i < numberOfFields; i++) {\n var fieldRef = lunr.FieldRef.fromString(fieldRefs[i]),\n field = fieldRef.fieldName\n\n documentsWithField[field] || (documentsWithField[field] = 0)\n documentsWithField[field] += 1\n\n accumulator[field] || (accumulator[field] = 0)\n accumulator[field] += this.fieldLengths[fieldRef]\n }\n\n var fields = Object.keys(this._fields)\n\n for (var i = 0; i < fields.length; i++) {\n var fieldName = fields[i]\n accumulator[fieldName] = accumulator[fieldName] / documentsWithField[fieldName]\n }\n\n this.averageFieldLength = accumulator\n}\n\n/**\n * Builds a vector space model of every document using lunr.Vector\n *\n * @private\n */\nlunr.Builder.prototype.createFieldVectors = function () {\n var fieldVectors = {},\n fieldRefs = Object.keys(this.fieldTermFrequencies),\n fieldRefsLength = fieldRefs.length,\n termIdfCache = Object.create(null)\n\n for (var i = 0; i < fieldRefsLength; i++) {\n var fieldRef = lunr.FieldRef.fromString(fieldRefs[i]),\n fieldName = fieldRef.fieldName,\n fieldLength = this.fieldLengths[fieldRef],\n fieldVector = new lunr.Vector,\n termFrequencies = this.fieldTermFrequencies[fieldRef],\n terms = Object.keys(termFrequencies),\n termsLength = terms.length\n\n\n var fieldBoost = this._fields[fieldName].boost || 1,\n docBoost = this._documents[fieldRef.docRef].boost || 1\n\n for (var j = 0; j < termsLength; j++) {\n var term = terms[j],\n tf = termFrequencies[term],\n termIndex = this.invertedIndex[term]._index,\n idf, score, scoreWithPrecision\n\n if (termIdfCache[term] === undefined) {\n idf = lunr.idf(this.invertedIndex[term], this.documentCount)\n termIdfCache[term] = idf\n } else {\n idf = termIdfCache[term]\n }\n\n score = idf * ((this._k1 + 1) * tf) / (this._k1 * (1 - this._b + this._b * (fieldLength / this.averageFieldLength[fieldName])) + tf)\n score *= fieldBoost\n score *= docBoost\n scoreWithPrecision = Math.round(score * 1000) / 1000\n // Converts 1.23456789 to 1.234.\n // Reducing the precision so that the vectors take up less\n // space when serialised. Doing it now so that they behave\n // the same before and after serialisation. Also, this is\n // the fastest approach to reducing a number's precision in\n // JavaScript.\n\n fieldVector.insert(termIndex, scoreWithPrecision)\n }\n\n fieldVectors[fieldRef] = fieldVector\n }\n\n this.fieldVectors = fieldVectors\n}\n\n/**\n * Creates a token set of all tokens in the index using lunr.TokenSet\n *\n * @private\n */\nlunr.Builder.prototype.createTokenSet = function () {\n this.tokenSet = lunr.TokenSet.fromArray(\n Object.keys(this.invertedIndex).sort()\n )\n}\n\n/**\n * Builds the index, creating an instance of lunr.Index.\n *\n * This completes the indexing process and should only be called\n * once all documents have been added to the index.\n *\n * @returns {lunr.Index}\n */\nlunr.Builder.prototype.build = function () {\n this.calculateAverageFieldLengths()\n this.createFieldVectors()\n this.createTokenSet()\n\n return new lunr.Index({\n invertedIndex: this.invertedIndex,\n fieldVectors: this.fieldVectors,\n tokenSet: this.tokenSet,\n fields: Object.keys(this._fields),\n pipeline: this.searchPipeline\n })\n}\n\n/**\n * Applies a plugin to the index builder.\n *\n * A plugin is a function that is called with the index builder as its context.\n * Plugins can be used to customise or extend the behaviour of the index\n * in some way. A plugin is just a function, that encapsulated the custom\n * behaviour that should be applied when building the index.\n *\n * The plugin function will be called with the index builder as its argument, additional\n * arguments can also be passed when calling use. The function will be called\n * with the index builder as its context.\n *\n * @param {Function} plugin The plugin to apply.\n */\nlunr.Builder.prototype.use = function (fn) {\n var args = Array.prototype.slice.call(arguments, 1)\n args.unshift(this)\n fn.apply(this, args)\n}\n/**\n * Contains and collects metadata about a matching document.\n * A single instance of lunr.MatchData is returned as part of every\n * lunr.Index~Result.\n *\n * @constructor\n * @param {string} term - The term this match data is associated with\n * @param {string} field - The field in which the term was found\n * @param {object} metadata - The metadata recorded about this term in this field\n * @property {object} metadata - A cloned collection of metadata associated with this document.\n * @see {@link lunr.Index~Result}\n */\nlunr.MatchData = function (term, field, metadata) {\n var clonedMetadata = Object.create(null),\n metadataKeys = Object.keys(metadata || {})\n\n // Cloning the metadata to prevent the original\n // being mutated during match data combination.\n // Metadata is kept in an array within the inverted\n // index so cloning the data can be done with\n // Array#slice\n for (var i = 0; i < metadataKeys.length; i++) {\n var key = metadataKeys[i]\n clonedMetadata[key] = metadata[key].slice()\n }\n\n this.metadata = Object.create(null)\n\n if (term !== undefined) {\n this.metadata[term] = Object.create(null)\n this.metadata[term][field] = clonedMetadata\n }\n}\n\n/**\n * An instance of lunr.MatchData will be created for every term that matches a\n * document. However only one instance is required in a lunr.Index~Result. This\n * method combines metadata from another instance of lunr.MatchData with this\n * objects metadata.\n *\n * @param {lunr.MatchData} otherMatchData - Another instance of match data to merge with this one.\n * @see {@link lunr.Index~Result}\n */\nlunr.MatchData.prototype.combine = function (otherMatchData) {\n var terms = Object.keys(otherMatchData.metadata)\n\n for (var i = 0; i < terms.length; i++) {\n var term = terms[i],\n fields = Object.keys(otherMatchData.metadata[term])\n\n if (this.metadata[term] == undefined) {\n this.metadata[term] = Object.create(null)\n }\n\n for (var j = 0; j < fields.length; j++) {\n var field = fields[j],\n keys = Object.keys(otherMatchData.metadata[term][field])\n\n if (this.metadata[term][field] == undefined) {\n this.metadata[term][field] = Object.create(null)\n }\n\n for (var k = 0; k < keys.length; k++) {\n var key = keys[k]\n\n if (this.metadata[term][field][key] == undefined) {\n this.metadata[term][field][key] = otherMatchData.metadata[term][field][key]\n } else {\n this.metadata[term][field][key] = this.metadata[term][field][key].concat(otherMatchData.metadata[term][field][key])\n }\n\n }\n }\n }\n}\n\n/**\n * Add metadata for a term/field pair to this instance of match data.\n *\n * @param {string} term - The term this match data is associated with\n * @param {string} field - The field in which the term was found\n * @param {object} metadata - The metadata recorded about this term in this field\n */\nlunr.MatchData.prototype.add = function (term, field, metadata) {\n if (!(term in this.metadata)) {\n this.metadata[term] = Object.create(null)\n this.metadata[term][field] = metadata\n return\n }\n\n if (!(field in this.metadata[term])) {\n this.metadata[term][field] = metadata\n return\n }\n\n var metadataKeys = Object.keys(metadata)\n\n for (var i = 0; i < metadataKeys.length; i++) {\n var key = metadataKeys[i]\n\n if (key in this.metadata[term][field]) {\n this.metadata[term][field][key] = this.metadata[term][field][key].concat(metadata[key])\n } else {\n this.metadata[term][field][key] = metadata[key]\n }\n }\n}\n/**\n * A lunr.Query provides a programmatic way of defining queries to be performed\n * against a {@link lunr.Index}.\n *\n * Prefer constructing a lunr.Query using the {@link lunr.Index#query} method\n * so the query object is pre-initialized with the right index fields.\n *\n * @constructor\n * @property {lunr.Query~Clause[]} clauses - An array of query clauses.\n * @property {string[]} allFields - An array of all available fields in a lunr.Index.\n */\nlunr.Query = function (allFields) {\n this.clauses = []\n this.allFields = allFields\n}\n\n/**\n * Constants for indicating what kind of automatic wildcard insertion will be used when constructing a query clause.\n *\n * This allows wildcards to be added to the beginning and end of a term without having to manually do any string\n * concatenation.\n *\n * The wildcard constants can be bitwise combined to select both leading and trailing wildcards.\n *\n * @constant\n * @default\n * @property {number} wildcard.NONE - The term will have no wildcards inserted, this is the default behaviour\n * @property {number} wildcard.LEADING - Prepend the term with a wildcard, unless a leading wildcard already exists\n * @property {number} wildcard.TRAILING - Append a wildcard to the term, unless a trailing wildcard already exists\n * @see lunr.Query~Clause\n * @see lunr.Query#clause\n * @see lunr.Query#term\n * @example query term with trailing wildcard\n * query.term('foo', { wildcard: lunr.Query.wildcard.TRAILING })\n * @example query term with leading and trailing wildcard\n * query.term('foo', {\n * wildcard: lunr.Query.wildcard.LEADING | lunr.Query.wildcard.TRAILING\n * })\n */\n\nlunr.Query.wildcard = new String (\"*\")\nlunr.Query.wildcard.NONE = 0\nlunr.Query.wildcard.LEADING = 1\nlunr.Query.wildcard.TRAILING = 2\n\n/**\n * Constants for indicating what kind of presence a term must have in matching documents.\n *\n * @constant\n * @enum {number}\n * @see lunr.Query~Clause\n * @see lunr.Query#clause\n * @see lunr.Query#term\n * @example query term with required presence\n * query.term('foo', { presence: lunr.Query.presence.REQUIRED })\n */\nlunr.Query.presence = {\n /**\n * Term's presence in a document is optional, this is the default value.\n */\n OPTIONAL: 1,\n\n /**\n * Term's presence in a document is required, documents that do not contain\n * this term will not be returned.\n */\n REQUIRED: 2,\n\n /**\n * Term's presence in a document is prohibited, documents that do contain\n * this term will not be returned.\n */\n PROHIBITED: 3\n}\n\n/**\n * A single clause in a {@link lunr.Query} contains a term and details on how to\n * match that term against a {@link lunr.Index}.\n *\n * @typedef {Object} lunr.Query~Clause\n * @property {string[]} fields - The fields in an index this clause should be matched against.\n * @property {number} [boost=1] - Any boost that should be applied when matching this clause.\n * @property {number} [editDistance] - Whether the term should have fuzzy matching applied, and how fuzzy the match should be.\n * @property {boolean} [usePipeline] - Whether the term should be passed through the search pipeline.\n * @property {number} [wildcard=lunr.Query.wildcard.NONE] - Whether the term should have wildcards appended or prepended.\n * @property {number} [presence=lunr.Query.presence.OPTIONAL] - The terms presence in any matching documents.\n */\n\n/**\n * Adds a {@link lunr.Query~Clause} to this query.\n *\n * Unless the clause contains the fields to be matched all fields will be matched. In addition\n * a default boost of 1 is applied to the clause.\n *\n * @param {lunr.Query~Clause} clause - The clause to add to this query.\n * @see lunr.Query~Clause\n * @returns {lunr.Query}\n */\nlunr.Query.prototype.clause = function (clause) {\n if (!('fields' in clause)) {\n clause.fields = this.allFields\n }\n\n if (!('boost' in clause)) {\n clause.boost = 1\n }\n\n if (!('usePipeline' in clause)) {\n clause.usePipeline = true\n }\n\n if (!('wildcard' in clause)) {\n clause.wildcard = lunr.Query.wildcard.NONE\n }\n\n if ((clause.wildcard & lunr.Query.wildcard.LEADING) && (clause.term.charAt(0) != lunr.Query.wildcard)) {\n clause.term = \"*\" + clause.term\n }\n\n if ((clause.wildcard & lunr.Query.wildcard.TRAILING) && (clause.term.slice(-1) != lunr.Query.wildcard)) {\n clause.term = \"\" + clause.term + \"*\"\n }\n\n if (!('presence' in clause)) {\n clause.presence = lunr.Query.presence.OPTIONAL\n }\n\n this.clauses.push(clause)\n\n return this\n}\n\n/**\n * A negated query is one in which every clause has a presence of\n * prohibited. These queries require some special processing to return\n * the expected results.\n *\n * @returns boolean\n */\nlunr.Query.prototype.isNegated = function () {\n for (var i = 0; i < this.clauses.length; i++) {\n if (this.clauses[i].presence != lunr.Query.presence.PROHIBITED) {\n return false\n }\n }\n\n return true\n}\n\n/**\n * Adds a term to the current query, under the covers this will create a {@link lunr.Query~Clause}\n * to the list of clauses that make up this query.\n *\n * The term is used as is, i.e. no tokenization will be performed by this method. Instead conversion\n * to a token or token-like string should be done before calling this method.\n *\n * The term will be converted to a string by calling `toString`. Multiple terms can be passed as an\n * array, each term in the array will share the same options.\n *\n * @param {object|object[]} term - The term(s) to add to the query.\n * @param {object} [options] - Any additional properties to add to the query clause.\n * @returns {lunr.Query}\n * @see lunr.Query#clause\n * @see lunr.Query~Clause\n * @example adding a single term to a query\n * query.term(\"foo\")\n * @example adding a single term to a query and specifying search fields, term boost and automatic trailing wildcard\n * query.term(\"foo\", {\n * fields: [\"title\"],\n * boost: 10,\n * wildcard: lunr.Query.wildcard.TRAILING\n * })\n * @example using lunr.tokenizer to convert a string to tokens before using them as terms\n * query.term(lunr.tokenizer(\"foo bar\"))\n */\nlunr.Query.prototype.term = function (term, options) {\n if (Array.isArray(term)) {\n term.forEach(function (t) { this.term(t, lunr.utils.clone(options)) }, this)\n return this\n }\n\n var clause = options || {}\n clause.term = term.toString()\n\n this.clause(clause)\n\n return this\n}\nlunr.QueryParseError = function (message, start, end) {\n this.name = \"QueryParseError\"\n this.message = message\n this.start = start\n this.end = end\n}\n\nlunr.QueryParseError.prototype = new Error\nlunr.QueryLexer = function (str) {\n this.lexemes = []\n this.str = str\n this.length = str.length\n this.pos = 0\n this.start = 0\n this.escapeCharPositions = []\n}\n\nlunr.QueryLexer.prototype.run = function () {\n var state = lunr.QueryLexer.lexText\n\n while (state) {\n state = state(this)\n }\n}\n\nlunr.QueryLexer.prototype.sliceString = function () {\n var subSlices = [],\n sliceStart = this.start,\n sliceEnd = this.pos\n\n for (var i = 0; i < this.escapeCharPositions.length; i++) {\n sliceEnd = this.escapeCharPositions[i]\n subSlices.push(this.str.slice(sliceStart, sliceEnd))\n sliceStart = sliceEnd + 1\n }\n\n subSlices.push(this.str.slice(sliceStart, this.pos))\n this.escapeCharPositions.length = 0\n\n return subSlices.join('')\n}\n\nlunr.QueryLexer.prototype.emit = function (type) {\n this.lexemes.push({\n type: type,\n str: this.sliceString(),\n start: this.start,\n end: this.pos\n })\n\n this.start = this.pos\n}\n\nlunr.QueryLexer.prototype.escapeCharacter = function () {\n this.escapeCharPositions.push(this.pos - 1)\n this.pos += 1\n}\n\nlunr.QueryLexer.prototype.next = function () {\n if (this.pos >= this.length) {\n return lunr.QueryLexer.EOS\n }\n\n var char = this.str.charAt(this.pos)\n this.pos += 1\n return char\n}\n\nlunr.QueryLexer.prototype.width = function () {\n return this.pos - this.start\n}\n\nlunr.QueryLexer.prototype.ignore = function () {\n if (this.start == this.pos) {\n this.pos += 1\n }\n\n this.start = this.pos\n}\n\nlunr.QueryLexer.prototype.backup = function () {\n this.pos -= 1\n}\n\nlunr.QueryLexer.prototype.acceptDigitRun = function () {\n var char, charCode\n\n do {\n char = this.next()\n charCode = char.charCodeAt(0)\n } while (charCode > 47 && charCode < 58)\n\n if (char != lunr.QueryLexer.EOS) {\n this.backup()\n }\n}\n\nlunr.QueryLexer.prototype.more = function () {\n return this.pos < this.length\n}\n\nlunr.QueryLexer.EOS = 'EOS'\nlunr.QueryLexer.FIELD = 'FIELD'\nlunr.QueryLexer.TERM = 'TERM'\nlunr.QueryLexer.EDIT_DISTANCE = 'EDIT_DISTANCE'\nlunr.QueryLexer.BOOST = 'BOOST'\nlunr.QueryLexer.PRESENCE = 'PRESENCE'\n\nlunr.QueryLexer.lexField = function (lexer) {\n lexer.backup()\n lexer.emit(lunr.QueryLexer.FIELD)\n lexer.ignore()\n return lunr.QueryLexer.lexText\n}\n\nlunr.QueryLexer.lexTerm = function (lexer) {\n if (lexer.width() > 1) {\n lexer.backup()\n lexer.emit(lunr.QueryLexer.TERM)\n }\n\n lexer.ignore()\n\n if (lexer.more()) {\n return lunr.QueryLexer.lexText\n }\n}\n\nlunr.QueryLexer.lexEditDistance = function (lexer) {\n lexer.ignore()\n lexer.acceptDigitRun()\n lexer.emit(lunr.QueryLexer.EDIT_DISTANCE)\n return lunr.QueryLexer.lexText\n}\n\nlunr.QueryLexer.lexBoost = function (lexer) {\n lexer.ignore()\n lexer.acceptDigitRun()\n lexer.emit(lunr.QueryLexer.BOOST)\n return lunr.QueryLexer.lexText\n}\n\nlunr.QueryLexer.lexEOS = function (lexer) {\n if (lexer.width() > 0) {\n lexer.emit(lunr.QueryLexer.TERM)\n }\n}\n\n// This matches the separator used when tokenising fields\n// within a document. These should match otherwise it is\n// not possible to search for some tokens within a document.\n//\n// It is possible for the user to change the separator on the\n// tokenizer so it _might_ clash with any other of the special\n// characters already used within the search string, e.g. :.\n//\n// This means that it is possible to change the separator in\n// such a way that makes some words unsearchable using a search\n// string.\nlunr.QueryLexer.termSeparator = lunr.tokenizer.separator\n\nlunr.QueryLexer.lexText = function (lexer) {\n while (true) {\n var char = lexer.next()\n\n if (char == lunr.QueryLexer.EOS) {\n return lunr.QueryLexer.lexEOS\n }\n\n // Escape character is '\\'\n if (char.charCodeAt(0) == 92) {\n lexer.escapeCharacter()\n continue\n }\n\n if (char == \":\") {\n return lunr.QueryLexer.lexField\n }\n\n if (char == \"~\") {\n lexer.backup()\n if (lexer.width() > 0) {\n lexer.emit(lunr.QueryLexer.TERM)\n }\n return lunr.QueryLexer.lexEditDistance\n }\n\n if (char == \"^\") {\n lexer.backup()\n if (lexer.width() > 0) {\n lexer.emit(lunr.QueryLexer.TERM)\n }\n return lunr.QueryLexer.lexBoost\n }\n\n // \"+\" indicates term presence is required\n // checking for length to ensure that only\n // leading \"+\" are considered\n if (char == \"+\" && lexer.width() === 1) {\n lexer.emit(lunr.QueryLexer.PRESENCE)\n return lunr.QueryLexer.lexText\n }\n\n // \"-\" indicates term presence is prohibited\n // checking for length to ensure that only\n // leading \"-\" are considered\n if (char == \"-\" && lexer.width() === 1) {\n lexer.emit(lunr.QueryLexer.PRESENCE)\n return lunr.QueryLexer.lexText\n }\n\n if (char.match(lunr.QueryLexer.termSeparator)) {\n return lunr.QueryLexer.lexTerm\n }\n }\n}\n\nlunr.QueryParser = function (str, query) {\n this.lexer = new lunr.QueryLexer (str)\n this.query = query\n this.currentClause = {}\n this.lexemeIdx = 0\n}\n\nlunr.QueryParser.prototype.parse = function () {\n this.lexer.run()\n this.lexemes = this.lexer.lexemes\n\n var state = lunr.QueryParser.parseClause\n\n while (state) {\n state = state(this)\n }\n\n return this.query\n}\n\nlunr.QueryParser.prototype.peekLexeme = function () {\n return this.lexemes[this.lexemeIdx]\n}\n\nlunr.QueryParser.prototype.consumeLexeme = function () {\n var lexeme = this.peekLexeme()\n this.lexemeIdx += 1\n return lexeme\n}\n\nlunr.QueryParser.prototype.nextClause = function () {\n var completedClause = this.currentClause\n this.query.clause(completedClause)\n this.currentClause = {}\n}\n\nlunr.QueryParser.parseClause = function (parser) {\n var lexeme = parser.peekLexeme()\n\n if (lexeme == undefined) {\n return\n }\n\n switch (lexeme.type) {\n case lunr.QueryLexer.PRESENCE:\n return lunr.QueryParser.parsePresence\n case lunr.QueryLexer.FIELD:\n return lunr.QueryParser.parseField\n case lunr.QueryLexer.TERM:\n return lunr.QueryParser.parseTerm\n default:\n var errorMessage = \"expected either a field or a term, found \" + lexeme.type\n\n if (lexeme.str.length >= 1) {\n errorMessage += \" with value '\" + lexeme.str + \"'\"\n }\n\n throw new lunr.QueryParseError (errorMessage, lexeme.start, lexeme.end)\n }\n}\n\nlunr.QueryParser.parsePresence = function (parser) {\n var lexeme = parser.consumeLexeme()\n\n if (lexeme == undefined) {\n return\n }\n\n switch (lexeme.str) {\n case \"-\":\n parser.currentClause.presence = lunr.Query.presence.PROHIBITED\n break\n case \"+\":\n parser.currentClause.presence = lunr.Query.presence.REQUIRED\n break\n default:\n var errorMessage = \"unrecognised presence operator'\" + lexeme.str + \"'\"\n throw new lunr.QueryParseError (errorMessage, lexeme.start, lexeme.end)\n }\n\n var nextLexeme = parser.peekLexeme()\n\n if (nextLexeme == undefined) {\n var errorMessage = \"expecting term or field, found nothing\"\n throw new lunr.QueryParseError (errorMessage, lexeme.start, lexeme.end)\n }\n\n switch (nextLexeme.type) {\n case lunr.QueryLexer.FIELD:\n return lunr.QueryParser.parseField\n case lunr.QueryLexer.TERM:\n return lunr.QueryParser.parseTerm\n default:\n var errorMessage = \"expecting term or field, found '\" + nextLexeme.type + \"'\"\n throw new lunr.QueryParseError (errorMessage, nextLexeme.start, nextLexeme.end)\n }\n}\n\nlunr.QueryParser.parseField = function (parser) {\n var lexeme = parser.consumeLexeme()\n\n if (lexeme == undefined) {\n return\n }\n\n if (parser.query.allFields.indexOf(lexeme.str) == -1) {\n var possibleFields = parser.query.allFields.map(function (f) { return \"'\" + f + \"'\" }).join(', '),\n errorMessage = \"unrecognised field '\" + lexeme.str + \"', possible fields: \" + possibleFields\n\n throw new lunr.QueryParseError (errorMessage, lexeme.start, lexeme.end)\n }\n\n parser.currentClause.fields = [lexeme.str]\n\n var nextLexeme = parser.peekLexeme()\n\n if (nextLexeme == undefined) {\n var errorMessage = \"expecting term, found nothing\"\n throw new lunr.QueryParseError (errorMessage, lexeme.start, lexeme.end)\n }\n\n switch (nextLexeme.type) {\n case lunr.QueryLexer.TERM:\n return lunr.QueryParser.parseTerm\n default:\n var errorMessage = \"expecting term, found '\" + nextLexeme.type + \"'\"\n throw new lunr.QueryParseError (errorMessage, nextLexeme.start, nextLexeme.end)\n }\n}\n\nlunr.QueryParser.parseTerm = function (parser) {\n var lexeme = parser.consumeLexeme()\n\n if (lexeme == undefined) {\n return\n }\n\n parser.currentClause.term = lexeme.str.toLowerCase()\n\n if (lexeme.str.indexOf(\"*\") != -1) {\n parser.currentClause.usePipeline = false\n }\n\n var nextLexeme = parser.peekLexeme()\n\n if (nextLexeme == undefined) {\n parser.nextClause()\n return\n }\n\n switch (nextLexeme.type) {\n case lunr.QueryLexer.TERM:\n parser.nextClause()\n return lunr.QueryParser.parseTerm\n case lunr.QueryLexer.FIELD:\n parser.nextClause()\n return lunr.QueryParser.parseField\n case lunr.QueryLexer.EDIT_DISTANCE:\n return lunr.QueryParser.parseEditDistance\n case lunr.QueryLexer.BOOST:\n return lunr.QueryParser.parseBoost\n case lunr.QueryLexer.PRESENCE:\n parser.nextClause()\n return lunr.QueryParser.parsePresence\n default:\n var errorMessage = \"Unexpected lexeme type '\" + nextLexeme.type + \"'\"\n throw new lunr.QueryParseError (errorMessage, nextLexeme.start, nextLexeme.end)\n }\n}\n\nlunr.QueryParser.parseEditDistance = function (parser) {\n var lexeme = parser.consumeLexeme()\n\n if (lexeme == undefined) {\n return\n }\n\n var editDistance = parseInt(lexeme.str, 10)\n\n if (isNaN(editDistance)) {\n var errorMessage = \"edit distance must be numeric\"\n throw new lunr.QueryParseError (errorMessage, lexeme.start, lexeme.end)\n }\n\n parser.currentClause.editDistance = editDistance\n\n var nextLexeme = parser.peekLexeme()\n\n if (nextLexeme == undefined) {\n parser.nextClause()\n return\n }\n\n switch (nextLexeme.type) {\n case lunr.QueryLexer.TERM:\n parser.nextClause()\n return lunr.QueryParser.parseTerm\n case lunr.QueryLexer.FIELD:\n parser.nextClause()\n return lunr.QueryParser.parseField\n case lunr.QueryLexer.EDIT_DISTANCE:\n return lunr.QueryParser.parseEditDistance\n case lunr.QueryLexer.BOOST:\n return lunr.QueryParser.parseBoost\n case lunr.QueryLexer.PRESENCE:\n parser.nextClause()\n return lunr.QueryParser.parsePresence\n default:\n var errorMessage = \"Unexpected lexeme type '\" + nextLexeme.type + \"'\"\n throw new lunr.QueryParseError (errorMessage, nextLexeme.start, nextLexeme.end)\n }\n}\n\nlunr.QueryParser.parseBoost = function (parser) {\n var lexeme = parser.consumeLexeme()\n\n if (lexeme == undefined) {\n return\n }\n\n var boost = parseInt(lexeme.str, 10)\n\n if (isNaN(boost)) {\n var errorMessage = \"boost must be numeric\"\n throw new lunr.QueryParseError (errorMessage, lexeme.start, lexeme.end)\n }\n\n parser.currentClause.boost = boost\n\n var nextLexeme = parser.peekLexeme()\n\n if (nextLexeme == undefined) {\n parser.nextClause()\n return\n }\n\n switch (nextLexeme.type) {\n case lunr.QueryLexer.TERM:\n parser.nextClause()\n return lunr.QueryParser.parseTerm\n case lunr.QueryLexer.FIELD:\n parser.nextClause()\n return lunr.QueryParser.parseField\n case lunr.QueryLexer.EDIT_DISTANCE:\n return lunr.QueryParser.parseEditDistance\n case lunr.QueryLexer.BOOST:\n return lunr.QueryParser.parseBoost\n case lunr.QueryLexer.PRESENCE:\n parser.nextClause()\n return lunr.QueryParser.parsePresence\n default:\n var errorMessage = \"Unexpected lexeme type '\" + nextLexeme.type + \"'\"\n throw new lunr.QueryParseError (errorMessage, nextLexeme.start, nextLexeme.end)\n }\n}\n\n /**\n * export the module via AMD, CommonJS or as a browser global\n * Export code from https://github.com/umdjs/umd/blob/master/returnExports.js\n */\n ;(function (root, factory) {\n if (true) {\n // AMD. Register as an anonymous module.\n !(__WEBPACK_AMD_DEFINE_FACTORY__ = (factory),\n\t\t__WEBPACK_AMD_DEFINE_RESULT__ = (typeof __WEBPACK_AMD_DEFINE_FACTORY__ === 'function' ?\n\t\t(__WEBPACK_AMD_DEFINE_FACTORY__.call(exports, __webpack_require__, exports, module)) :\n\t\t__WEBPACK_AMD_DEFINE_FACTORY__),\n\t\t__WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__))\n } else {}\n }(this, function () {\n /**\n * Just return a value to define the module export.\n * This example returns an object, but the module\n * can return a function as the exported value.\n */\n return lunr\n }))\n})();\n\n\n//# sourceURL=webpack:///../node_modules/lunr/lunr.js?"); - -/***/ }), - -/***/ "./default/assets/css/main.sass": -/*!**************************************!*\ - !*** ./default/assets/css/main.sass ***! - \**************************************/ -/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { - -"use strict"; -eval("__webpack_require__.r(__webpack_exports__);\n// extracted by mini-css-extract-plugin\n\n\n//# sourceURL=webpack:///./default/assets/css/main.sass?"); - -/***/ }), - -/***/ "./default/assets/js/src/bootstrap.ts": -/*!********************************************!*\ - !*** ./default/assets/js/src/bootstrap.ts ***! - \********************************************/ -/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { - -"use strict"; -eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _typedoc_Application__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./typedoc/Application */ \"./default/assets/js/src/typedoc/Application.ts\");\n/* harmony import */ var _typedoc_components_MenuHighlight__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./typedoc/components/MenuHighlight */ \"./default/assets/js/src/typedoc/components/MenuHighlight.ts\");\n/* harmony import */ var _typedoc_components_Search__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./typedoc/components/Search */ \"./default/assets/js/src/typedoc/components/Search.ts\");\n/* harmony import */ var _typedoc_components_Signature__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./typedoc/components/Signature */ \"./default/assets/js/src/typedoc/components/Signature.ts\");\n/* harmony import */ var _typedoc_components_Toggle__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./typedoc/components/Toggle */ \"./default/assets/js/src/typedoc/components/Toggle.ts\");\n/* harmony import */ var _typedoc_components_Filter__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./typedoc/components/Filter */ \"./default/assets/js/src/typedoc/components/Filter.ts\");\n/* harmony import */ var _css_main_sass__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../css/main.sass */ \"./default/assets/css/main.sass\");\n\n\n\n\n\n\n\n(0,_typedoc_components_Search__WEBPACK_IMPORTED_MODULE_2__.initSearch)();\n(0,_typedoc_Application__WEBPACK_IMPORTED_MODULE_0__.registerComponent)(_typedoc_components_MenuHighlight__WEBPACK_IMPORTED_MODULE_1__.MenuHighlight, \".menu-highlight\");\n(0,_typedoc_Application__WEBPACK_IMPORTED_MODULE_0__.registerComponent)(_typedoc_components_Signature__WEBPACK_IMPORTED_MODULE_3__.Signature, \".tsd-signatures\");\n(0,_typedoc_Application__WEBPACK_IMPORTED_MODULE_0__.registerComponent)(_typedoc_components_Toggle__WEBPACK_IMPORTED_MODULE_4__.Toggle, \"a[data-toggle]\");\nif (_typedoc_components_Filter__WEBPACK_IMPORTED_MODULE_5__.Filter.isSupported()) {\n (0,_typedoc_Application__WEBPACK_IMPORTED_MODULE_0__.registerComponent)(_typedoc_components_Filter__WEBPACK_IMPORTED_MODULE_5__.Filter, \"#tsd-filter\");\n}\nelse {\n document.documentElement.classList.add(\"no-filter\");\n}\nvar app = new _typedoc_Application__WEBPACK_IMPORTED_MODULE_0__.Application();\nObject.defineProperty(window, \"app\", { value: app });\n\n\n//# sourceURL=webpack:///./default/assets/js/src/bootstrap.ts?"); - -/***/ }), - -/***/ "./default/assets/js/src/typedoc/Application.ts": -/*!******************************************************!*\ - !*** ./default/assets/js/src/typedoc/Application.ts ***! - \******************************************************/ -/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { - -"use strict"; -eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"registerComponent\": () => /* binding */ registerComponent,\n/* harmony export */ \"Application\": () => /* binding */ Application\n/* harmony export */ });\n/**\n * List of all known components.\n */\nvar components = [];\n/**\n * Register a new component.\n */\nfunction registerComponent(constructor, selector) {\n components.push({\n selector: selector,\n constructor: constructor,\n });\n}\n/**\n * TypeDoc application class.\n */\nvar Application = /** @class */ (function () {\n /**\n * Create a new Application instance.\n */\n function Application() {\n this.createComponents(document.body);\n }\n /**\n * Create all components beneath the given jQuery element.\n */\n Application.prototype.createComponents = function (context) {\n components.forEach(function (c) {\n context.querySelectorAll(c.selector).forEach(function (el) {\n if (!el.dataset.hasInstance) {\n new c.constructor({ el: el });\n el.dataset.hasInstance = String(true);\n }\n });\n });\n };\n return Application;\n}());\n\n\n\n//# sourceURL=webpack:///./default/assets/js/src/typedoc/Application.ts?"); - -/***/ }), - -/***/ "./default/assets/js/src/typedoc/Component.ts": -/*!****************************************************!*\ - !*** ./default/assets/js/src/typedoc/Component.ts ***! - \****************************************************/ -/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { - -"use strict"; -eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"Component\": () => /* binding */ Component\n/* harmony export */ });\n/**\n * TypeDoc component class.\n */\nvar Component = /** @class */ (function () {\n function Component(options) {\n this.el = options.el;\n }\n return Component;\n}());\n\n\n\n//# sourceURL=webpack:///./default/assets/js/src/typedoc/Component.ts?"); - -/***/ }), - -/***/ "./default/assets/js/src/typedoc/EventTarget.ts": -/*!******************************************************!*\ - !*** ./default/assets/js/src/typedoc/EventTarget.ts ***! - \******************************************************/ -/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { - -"use strict"; -eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"EventTarget\": () => /* binding */ EventTarget\n/* harmony export */ });\n/**\n * TypeDoc event target class.\n */\nvar EventTarget = /** @class */ (function () {\n function EventTarget() {\n this.listeners = {};\n }\n EventTarget.prototype.addEventListener = function (type, callback) {\n if (!(type in this.listeners)) {\n this.listeners[type] = [];\n }\n this.listeners[type].push(callback);\n };\n EventTarget.prototype.removeEventListener = function (type, callback) {\n if (!(type in this.listeners)) {\n return;\n }\n var stack = this.listeners[type];\n for (var i = 0, l = stack.length; i < l; i++) {\n if (stack[i] === callback) {\n stack.splice(i, 1);\n return;\n }\n }\n };\n EventTarget.prototype.dispatchEvent = function (event) {\n if (!(event.type in this.listeners)) {\n return true;\n }\n var stack = this.listeners[event.type].slice();\n for (var i = 0, l = stack.length; i < l; i++) {\n stack[i].call(this, event);\n }\n return !event.defaultPrevented;\n };\n return EventTarget;\n}());\n\n\n\n//# sourceURL=webpack:///./default/assets/js/src/typedoc/EventTarget.ts?"); - -/***/ }), - -/***/ "./default/assets/js/src/typedoc/components/Filter.ts": -/*!************************************************************!*\ - !*** ./default/assets/js/src/typedoc/components/Filter.ts ***! - \************************************************************/ -/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { - -"use strict"; -eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"Filter\": () => /* binding */ Filter\n/* harmony export */ });\n/* harmony import */ var _Component__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../Component */ \"./default/assets/js/src/typedoc/Component.ts\");\n/* harmony import */ var _utils_pointer__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../utils/pointer */ \"./default/assets/js/src/typedoc/utils/pointer.ts\");\nvar __extends = (undefined && undefined.__extends) || (function () {\n var extendStatics = function (d, b) {\n extendStatics = Object.setPrototypeOf ||\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };\n return extendStatics(d, b);\n };\n return function (d, b) {\n extendStatics(d, b);\n function __() { this.constructor = d; }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n };\n})();\n\n\nvar FilterItem = /** @class */ (function () {\n function FilterItem(key, value) {\n this.key = key;\n this.value = value;\n this.defaultValue = value;\n this.initialize();\n if (window.localStorage[this.key]) {\n this.setValue(this.fromLocalStorage(window.localStorage[this.key]));\n }\n }\n FilterItem.prototype.initialize = function () { };\n FilterItem.prototype.setValue = function (value) {\n if (this.value == value)\n return;\n var oldValue = this.value;\n this.value = value;\n window.localStorage[this.key] = this.toLocalStorage(value);\n this.handleValueChange(oldValue, value);\n };\n return FilterItem;\n}());\nvar FilterItemCheckbox = /** @class */ (function (_super) {\n __extends(FilterItemCheckbox, _super);\n function FilterItemCheckbox() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n FilterItemCheckbox.prototype.initialize = function () {\n var _this = this;\n var checkbox = document.querySelector(\"#tsd-filter-\" + this.key);\n if (!checkbox)\n return;\n this.checkbox = checkbox;\n this.checkbox.addEventListener(\"change\", function () {\n _this.setValue(_this.checkbox.checked);\n });\n };\n FilterItemCheckbox.prototype.handleValueChange = function (oldValue, newValue) {\n if (!this.checkbox)\n return;\n this.checkbox.checked = this.value;\n document.documentElement.classList.toggle(\"toggle-\" + this.key, this.value != this.defaultValue);\n };\n FilterItemCheckbox.prototype.fromLocalStorage = function (value) {\n return value == \"true\";\n };\n FilterItemCheckbox.prototype.toLocalStorage = function (value) {\n return value ? \"true\" : \"false\";\n };\n return FilterItemCheckbox;\n}(FilterItem));\nvar FilterItemSelect = /** @class */ (function (_super) {\n __extends(FilterItemSelect, _super);\n function FilterItemSelect() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n FilterItemSelect.prototype.initialize = function () {\n var _this = this;\n document.documentElement.classList.add(\"toggle-\" + this.key + this.value);\n var select = document.querySelector(\"#tsd-filter-\" + this.key);\n if (!select)\n return;\n this.select = select;\n var onActivate = function () {\n _this.select.classList.add(\"active\");\n };\n var onDeactivate = function () {\n _this.select.classList.remove(\"active\");\n };\n this.select.addEventListener(_utils_pointer__WEBPACK_IMPORTED_MODULE_1__.pointerDown, onActivate);\n this.select.addEventListener(\"mouseover\", onActivate);\n this.select.addEventListener(\"mouseleave\", onDeactivate);\n this.select.querySelectorAll(\"li\").forEach(function (el) {\n el.addEventListener(_utils_pointer__WEBPACK_IMPORTED_MODULE_1__.pointerUp, function (e) {\n select.classList.remove(\"active\");\n _this.setValue(e.target.dataset.value || \"\");\n });\n });\n document.addEventListener(_utils_pointer__WEBPACK_IMPORTED_MODULE_1__.pointerDown, function (e) {\n if (_this.select.contains(e.target))\n return;\n _this.select.classList.remove(\"active\");\n });\n };\n FilterItemSelect.prototype.handleValueChange = function (oldValue, newValue) {\n this.select.querySelectorAll(\"li.selected\").forEach(function (el) {\n el.classList.remove(\"selected\");\n });\n var selected = this.select.querySelector('li[data-value=\"' + newValue + '\"]');\n var label = this.select.querySelector(\".tsd-select-label\");\n if (selected && label) {\n selected.classList.add(\"selected\");\n label.textContent = selected.textContent;\n }\n document.documentElement.classList.remove(\"toggle-\" + oldValue);\n document.documentElement.classList.add(\"toggle-\" + newValue);\n };\n FilterItemSelect.prototype.fromLocalStorage = function (value) {\n return value;\n };\n FilterItemSelect.prototype.toLocalStorage = function (value) {\n return value;\n };\n return FilterItemSelect;\n}(FilterItem));\nvar Filter = /** @class */ (function (_super) {\n __extends(Filter, _super);\n function Filter(options) {\n var _this = _super.call(this, options) || this;\n _this.optionVisibility = new FilterItemSelect(\"visibility\", \"private\");\n _this.optionInherited = new FilterItemCheckbox(\"inherited\", true);\n _this.optionExternals = new FilterItemCheckbox(\"externals\", true);\n return _this;\n }\n Filter.isSupported = function () {\n try {\n return typeof window.localStorage != \"undefined\";\n }\n catch (e) {\n return false;\n }\n };\n return Filter;\n}(_Component__WEBPACK_IMPORTED_MODULE_0__.Component));\n\n\n\n//# sourceURL=webpack:///./default/assets/js/src/typedoc/components/Filter.ts?"); - -/***/ }), - -/***/ "./default/assets/js/src/typedoc/components/MenuHighlight.ts": -/*!*******************************************************************!*\ - !*** ./default/assets/js/src/typedoc/components/MenuHighlight.ts ***! - \*******************************************************************/ -/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { - -"use strict"; -eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"MenuHighlight\": () => /* binding */ MenuHighlight\n/* harmony export */ });\n/* harmony import */ var _Component__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../Component */ \"./default/assets/js/src/typedoc/Component.ts\");\n/* harmony import */ var _services_Viewport__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../services/Viewport */ \"./default/assets/js/src/typedoc/services/Viewport.ts\");\nvar __extends = (undefined && undefined.__extends) || (function () {\n var extendStatics = function (d, b) {\n extendStatics = Object.setPrototypeOf ||\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };\n return extendStatics(d, b);\n };\n return function (d, b) {\n extendStatics(d, b);\n function __() { this.constructor = d; }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n };\n})();\n\n\n/**\n * Manages the sticky state of the navigation and moves the highlight\n * to the current navigation item.\n */\nvar MenuHighlight = /** @class */ (function (_super) {\n __extends(MenuHighlight, _super);\n /**\n * Create a new MenuHighlight instance.\n *\n * @param options Backbone view constructor options.\n */\n function MenuHighlight(options) {\n var _this = _super.call(this, options) || this;\n /**\n * List of all discovered anchors.\n */\n _this.anchors = [];\n /**\n * Index of the currently highlighted anchor.\n */\n _this.index = -1;\n _services_Viewport__WEBPACK_IMPORTED_MODULE_1__.Viewport.instance.addEventListener(\"resize\", function () { return _this.onResize(); });\n _services_Viewport__WEBPACK_IMPORTED_MODULE_1__.Viewport.instance.addEventListener(\"scroll\", function (e) { return _this.onScroll(e); });\n _this.createAnchors();\n return _this;\n }\n /**\n * Find all anchors on the current page.\n */\n MenuHighlight.prototype.createAnchors = function () {\n var _this = this;\n var base = window.location.href;\n if (base.indexOf(\"#\") != -1) {\n base = base.substr(0, base.indexOf(\"#\"));\n }\n this.el.querySelectorAll(\"a\").forEach(function (el) {\n var href = el.href;\n if (href.indexOf(\"#\") == -1)\n return;\n if (href.substr(0, base.length) != base)\n return;\n var hash = href.substr(href.indexOf(\"#\") + 1);\n var anchor = document.querySelector(\"a.tsd-anchor[name=\" + hash + \"]\");\n var link = el.parentNode;\n if (!anchor || !link)\n return;\n _this.anchors.push({\n link: link,\n anchor: anchor,\n position: 0,\n });\n });\n this.onResize();\n };\n /**\n * Triggered after the viewport was resized.\n */\n MenuHighlight.prototype.onResize = function () {\n var anchor;\n for (var index = 0, count = this.anchors.length; index < count; index++) {\n anchor = this.anchors[index];\n var rect = anchor.anchor.getBoundingClientRect();\n anchor.position = rect.top + document.body.scrollTop;\n }\n this.anchors.sort(function (a, b) {\n return a.position - b.position;\n });\n var event = new CustomEvent(\"scroll\", {\n detail: {\n scrollTop: _services_Viewport__WEBPACK_IMPORTED_MODULE_1__.Viewport.instance.scrollTop,\n },\n });\n this.onScroll(event);\n };\n /**\n * Triggered after the viewport was scrolled.\n *\n * @param event The custom event with the current vertical scroll position.\n */\n MenuHighlight.prototype.onScroll = function (event) {\n var scrollTop = event.detail.scrollTop + 5;\n var anchors = this.anchors;\n var count = anchors.length - 1;\n var index = this.index;\n while (index > -1 && anchors[index].position > scrollTop) {\n index -= 1;\n }\n while (index < count && anchors[index + 1].position < scrollTop) {\n index += 1;\n }\n if (this.index != index) {\n if (this.index > -1)\n this.anchors[this.index].link.classList.remove(\"focus\");\n this.index = index;\n if (this.index > -1)\n this.anchors[this.index].link.classList.add(\"focus\");\n }\n };\n return MenuHighlight;\n}(_Component__WEBPACK_IMPORTED_MODULE_0__.Component));\n\n\n\n//# sourceURL=webpack:///./default/assets/js/src/typedoc/components/MenuHighlight.ts?"); - -/***/ }), - -/***/ "./default/assets/js/src/typedoc/components/Search.ts": -/*!************************************************************!*\ - !*** ./default/assets/js/src/typedoc/components/Search.ts ***! - \************************************************************/ -/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { - -"use strict"; -eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"initSearch\": () => /* binding */ initSearch\n/* harmony export */ });\n/* harmony import */ var _utils_debounce__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../utils/debounce */ \"./default/assets/js/src/typedoc/utils/debounce.ts\");\n/* harmony import */ var lunr__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! lunr */ \"../node_modules/lunr/lunr.js\");\n/* harmony import */ var lunr__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(lunr__WEBPACK_IMPORTED_MODULE_1__);\n\n\nfunction initSearch() {\n var searchEl = document.getElementById(\"tsd-search\");\n if (!searchEl)\n return;\n var searchScript = document.getElementById(\"search-script\");\n searchEl.classList.add(\"loading\");\n if (searchScript) {\n searchScript.addEventListener(\"error\", function () {\n searchEl.classList.remove(\"loading\");\n searchEl.classList.add(\"failure\");\n });\n searchScript.addEventListener(\"load\", function () {\n searchEl.classList.remove(\"loading\");\n searchEl.classList.add(\"ready\");\n });\n if (window.searchData) {\n searchEl.classList.remove(\"loading\");\n }\n }\n var field = document.querySelector(\"#tsd-search-field\");\n var results = document.querySelector(\".results\");\n if (!field || !results) {\n throw new Error(\"The input field or the result list wrapper was not found\");\n }\n var resultClicked = false;\n results.addEventListener(\"mousedown\", function () { return (resultClicked = true); });\n results.addEventListener(\"mouseup\", function () {\n resultClicked = false;\n searchEl.classList.remove(\"has-focus\");\n });\n field.addEventListener(\"focus\", function () { return searchEl.classList.add(\"has-focus\"); });\n field.addEventListener(\"blur\", function () {\n if (!resultClicked) {\n resultClicked = false;\n searchEl.classList.remove(\"has-focus\");\n }\n });\n var state = {\n base: searchEl.dataset.base + \"/\",\n };\n bindEvents(searchEl, results, field, state);\n}\nfunction bindEvents(searchEl, results, field, state) {\n field.addEventListener(\"input\", (0,_utils_debounce__WEBPACK_IMPORTED_MODULE_0__.debounce)(function () {\n updateResults(searchEl, results, field, state);\n }, 200));\n var preventPress = false;\n field.addEventListener(\"keydown\", function (e) {\n preventPress = true;\n if (e.key == \"Enter\") {\n gotoCurrentResult(results, field);\n }\n else if (e.key == \"Escape\") {\n field.blur();\n }\n else if (e.key == \"ArrowUp\") {\n setCurrentResult(results, -1);\n }\n else if (e.key === \"ArrowDown\") {\n setCurrentResult(results, 1);\n }\n else {\n preventPress = false;\n }\n });\n field.addEventListener(\"keypress\", function (e) {\n if (preventPress)\n e.preventDefault();\n });\n /**\n * Start searching by pressing slash.\n */\n document.body.addEventListener(\"keydown\", function (e) {\n if (e.altKey || e.ctrlKey || e.metaKey)\n return;\n if (!field.matches(\":focus\") && e.key === \"/\") {\n field.focus();\n e.preventDefault();\n }\n });\n}\nfunction checkIndex(state, searchEl) {\n if (state.index)\n return;\n if (window.searchData) {\n searchEl.classList.remove(\"loading\");\n searchEl.classList.add(\"ready\");\n state.data = window.searchData;\n state.index = lunr__WEBPACK_IMPORTED_MODULE_1__.Index.load(window.searchData.index);\n }\n}\nfunction updateResults(searchEl, results, query, state) {\n checkIndex(state, searchEl);\n // Don't clear results if loading state is not ready,\n // because loading or error message can be removed.\n if (!state.index || !state.data)\n return;\n results.textContent = \"\";\n var searchText = query.value.trim();\n // Perform a wildcard search\n var res = state.index.search(\"*\" + searchText + \"*\");\n for (var i = 0, c = Math.min(10, res.length); i < c; i++) {\n var row = state.data.rows[Number(res[i].ref)];\n // Bold the matched part of the query in the search results\n var name_1 = boldMatches(row.name, searchText);\n if (row.parent) {\n name_1 = \"\" + boldMatches(row.parent, searchText) + \".\" + name_1;\n }\n var item = document.createElement(\"li\");\n item.classList.value = row.classes;\n var anchor = document.createElement(\"a\");\n anchor.href = state.base + row.url;\n anchor.classList.add(\"tsd-kind-icon\");\n anchor.innerHTML = name_1;\n item.append(anchor);\n results.appendChild(item);\n }\n}\n/**\n * Move the highlight within the result set.\n */\nfunction setCurrentResult(results, dir) {\n var current = results.querySelector(\".current\");\n if (!current) {\n current = results.querySelector(dir == 1 ? \"li:first-child\" : \"li:last-child\");\n if (current) {\n current.classList.add(\"current\");\n }\n }\n else {\n var rel = dir == 1\n ? current.nextElementSibling\n : current.previousElementSibling;\n if (rel) {\n current.classList.remove(\"current\");\n rel.classList.add(\"current\");\n }\n }\n}\n/**\n * Navigate to the highlighted result.\n */\nfunction gotoCurrentResult(results, field) {\n var current = results.querySelector(\".current\");\n if (!current) {\n current = results.querySelector(\"li:first-child\");\n }\n if (current) {\n var link = current.querySelector(\"a\");\n if (link) {\n window.location.href = link.href;\n }\n field.blur();\n }\n}\nfunction boldMatches(text, search) {\n if (search === \"\") {\n return text;\n }\n var lowerText = text.toLocaleLowerCase();\n var lowerSearch = search.toLocaleLowerCase();\n var parts = [];\n var lastIndex = 0;\n var index = lowerText.indexOf(lowerSearch);\n while (index != -1) {\n parts.push(escapeHtml(text.substring(lastIndex, index)), \"\" + escapeHtml(text.substring(index, index + lowerSearch.length)) + \"\");\n lastIndex = index + lowerSearch.length;\n index = lowerText.indexOf(lowerSearch, lastIndex);\n }\n parts.push(escapeHtml(text.substring(lastIndex)));\n return parts.join(\"\");\n}\nvar SPECIAL_HTML = {\n \"&\": \"&\",\n \"<\": \"<\",\n \">\": \">\",\n \"'\": \"'\",\n '\"': \""\",\n};\nfunction escapeHtml(text) {\n return text.replace(/[&<>\"'\"]/g, function (match) { return SPECIAL_HTML[match]; });\n}\n\n\n//# sourceURL=webpack:///./default/assets/js/src/typedoc/components/Search.ts?"); - -/***/ }), - -/***/ "./default/assets/js/src/typedoc/components/Signature.ts": -/*!***************************************************************!*\ - !*** ./default/assets/js/src/typedoc/components/Signature.ts ***! - \***************************************************************/ -/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { - -"use strict"; -eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"Signature\": () => /* binding */ Signature\n/* harmony export */ });\n/* harmony import */ var _Component__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../Component */ \"./default/assets/js/src/typedoc/Component.ts\");\n/* harmony import */ var _services_Viewport__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../services/Viewport */ \"./default/assets/js/src/typedoc/services/Viewport.ts\");\nvar __extends = (undefined && undefined.__extends) || (function () {\n var extendStatics = function (d, b) {\n extendStatics = Object.setPrototypeOf ||\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };\n return extendStatics(d, b);\n };\n return function (d, b) {\n extendStatics(d, b);\n function __() { this.constructor = d; }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n };\n})();\n\n\n/**\n * Holds a signature and its description.\n */\nvar SignatureGroup = /** @class */ (function () {\n /**\n * Create a new SignatureGroup instance.\n *\n * @param signature The target signature.\n * @param description The description for the signature.\n */\n function SignatureGroup(signature, description) {\n this.signature = signature;\n this.description = description;\n }\n /**\n * Add the given class to all elements of the group.\n *\n * @param className The class name to add.\n */\n SignatureGroup.prototype.addClass = function (className) {\n this.signature.classList.add(className);\n this.description.classList.add(className);\n return this;\n };\n /**\n * Remove the given class from all elements of the group.\n *\n * @param className The class name to remove.\n */\n SignatureGroup.prototype.removeClass = function (className) {\n this.signature.classList.remove(className);\n this.description.classList.remove(className);\n return this;\n };\n return SignatureGroup;\n}());\n/**\n * Controls the tab like behaviour of methods and functions with multiple signatures.\n */\nvar Signature = /** @class */ (function (_super) {\n __extends(Signature, _super);\n /**\n * Create a new Signature instance.\n *\n * @param options Backbone view constructor options.\n */\n function Signature(options) {\n var _this = _super.call(this, options) || this;\n /**\n * List of found signature groups.\n */\n _this.groups = [];\n /**\n * The index of the currently displayed signature.\n */\n _this.index = -1;\n _this.createGroups();\n if (_this.container) {\n _this.el.classList.add(\"active\");\n Array.from(_this.el.children).forEach(function (signature) {\n signature.addEventListener(\"touchstart\", function (event) {\n return _this.onClick(event);\n });\n signature.addEventListener(\"click\", function (event) {\n return _this.onClick(event);\n });\n });\n _this.container.classList.add(\"active\");\n _this.setIndex(0);\n }\n return _this;\n }\n /**\n * Set the index of the active signature.\n *\n * @param index The index of the signature to activate.\n */\n Signature.prototype.setIndex = function (index) {\n if (index < 0)\n index = 0;\n if (index > this.groups.length - 1)\n index = this.groups.length - 1;\n if (this.index == index)\n return;\n var to = this.groups[index];\n if (this.index > -1) {\n var from_1 = this.groups[this.index];\n from_1.removeClass(\"current\").addClass(\"fade-out\");\n to.addClass(\"current\");\n to.addClass(\"fade-in\");\n _services_Viewport__WEBPACK_IMPORTED_MODULE_1__.Viewport.instance.triggerResize();\n setTimeout(function () {\n from_1.removeClass(\"fade-out\");\n to.removeClass(\"fade-in\");\n }, 300);\n }\n else {\n to.addClass(\"current\");\n _services_Viewport__WEBPACK_IMPORTED_MODULE_1__.Viewport.instance.triggerResize();\n }\n this.index = index;\n };\n /**\n * Find all signature/description groups.\n */\n Signature.prototype.createGroups = function () {\n var signatures = this.el.children;\n if (signatures.length < 2)\n return;\n this.container = this.el.nextElementSibling;\n var descriptions = this.container.children;\n this.groups = [];\n for (var index = 0; index < signatures.length; index++) {\n this.groups.push(new SignatureGroup(signatures[index], descriptions[index]));\n }\n };\n /**\n * Triggered when the user clicks onto a signature header.\n *\n * @param e The related event object.\n */\n Signature.prototype.onClick = function (e) {\n var _this = this;\n this.groups.forEach(function (group, index) {\n if (group.signature === e.currentTarget) {\n _this.setIndex(index);\n }\n });\n };\n return Signature;\n}(_Component__WEBPACK_IMPORTED_MODULE_0__.Component));\n\n\n\n//# sourceURL=webpack:///./default/assets/js/src/typedoc/components/Signature.ts?"); - -/***/ }), - -/***/ "./default/assets/js/src/typedoc/components/Toggle.ts": -/*!************************************************************!*\ - !*** ./default/assets/js/src/typedoc/components/Toggle.ts ***! - \************************************************************/ -/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { - -"use strict"; -eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"Toggle\": () => /* binding */ Toggle\n/* harmony export */ });\n/* harmony import */ var _Component__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../Component */ \"./default/assets/js/src/typedoc/Component.ts\");\n/* harmony import */ var _utils_pointer__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../utils/pointer */ \"./default/assets/js/src/typedoc/utils/pointer.ts\");\nvar __extends = (undefined && undefined.__extends) || (function () {\n var extendStatics = function (d, b) {\n extendStatics = Object.setPrototypeOf ||\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };\n return extendStatics(d, b);\n };\n return function (d, b) {\n extendStatics(d, b);\n function __() { this.constructor = d; }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n };\n})();\n\n\nvar Toggle = /** @class */ (function (_super) {\n __extends(Toggle, _super);\n function Toggle(options) {\n var _this = _super.call(this, options) || this;\n _this.className = _this.el.dataset.toggle || \"\";\n _this.el.addEventListener(_utils_pointer__WEBPACK_IMPORTED_MODULE_1__.pointerUp, function (e) { return _this.onPointerUp(e); });\n _this.el.addEventListener(\"click\", function (e) { return e.preventDefault(); });\n document.addEventListener(_utils_pointer__WEBPACK_IMPORTED_MODULE_1__.pointerDown, function (e) {\n return _this.onDocumentPointerDown(e);\n });\n document.addEventListener(_utils_pointer__WEBPACK_IMPORTED_MODULE_1__.pointerUp, function (e) {\n return _this.onDocumentPointerUp(e);\n });\n return _this;\n }\n Toggle.prototype.setActive = function (value) {\n if (this.active == value)\n return;\n this.active = value;\n document.documentElement.classList.toggle(\"has-\" + this.className, value);\n this.el.classList.toggle(\"active\", value);\n var transition = (this.active ? \"to-has-\" : \"from-has-\") + this.className;\n document.documentElement.classList.add(transition);\n setTimeout(function () { return document.documentElement.classList.remove(transition); }, 500);\n };\n Toggle.prototype.onPointerUp = function (event) {\n if (_utils_pointer__WEBPACK_IMPORTED_MODULE_1__.hasPointerMoved)\n return;\n this.setActive(true);\n event.preventDefault();\n };\n Toggle.prototype.onDocumentPointerDown = function (e) {\n if (this.active) {\n if (e.target.closest(\".col-menu, .tsd-filter-group\")) {\n return;\n }\n this.setActive(false);\n }\n };\n Toggle.prototype.onDocumentPointerUp = function (e) {\n var _this = this;\n if (_utils_pointer__WEBPACK_IMPORTED_MODULE_1__.hasPointerMoved)\n return;\n if (this.active) {\n if (e.target.closest(\".col-menu\")) {\n var link = e.target.closest(\"a\");\n if (link) {\n var href = window.location.href;\n if (href.indexOf(\"#\") != -1) {\n href = href.substr(0, href.indexOf(\"#\"));\n }\n if (link.href.substr(0, href.length) == href) {\n setTimeout(function () { return _this.setActive(false); }, 250);\n }\n }\n }\n }\n };\n return Toggle;\n}(_Component__WEBPACK_IMPORTED_MODULE_0__.Component));\n\n\n\n//# sourceURL=webpack:///./default/assets/js/src/typedoc/components/Toggle.ts?"); - -/***/ }), - -/***/ "./default/assets/js/src/typedoc/services/Viewport.ts": -/*!************************************************************!*\ - !*** ./default/assets/js/src/typedoc/services/Viewport.ts ***! - \************************************************************/ -/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { - -"use strict"; -eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"Viewport\": () => /* binding */ Viewport\n/* harmony export */ });\n/* harmony import */ var _EventTarget__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../EventTarget */ \"./default/assets/js/src/typedoc/EventTarget.ts\");\n/* harmony import */ var _utils_trottle__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../utils/trottle */ \"./default/assets/js/src/typedoc/utils/trottle.ts\");\nvar __extends = (undefined && undefined.__extends) || (function () {\n var extendStatics = function (d, b) {\n extendStatics = Object.setPrototypeOf ||\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };\n return extendStatics(d, b);\n };\n return function (d, b) {\n extendStatics(d, b);\n function __() { this.constructor = d; }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n };\n})();\n\n\n/**\n * A global service that monitors the window size and scroll position.\n */\nvar Viewport = /** @class */ (function (_super) {\n __extends(Viewport, _super);\n /**\n * Create new Viewport instance.\n */\n function Viewport() {\n var _this = _super.call(this) || this;\n /**\n * The current scroll position.\n */\n _this.scrollTop = 0;\n /**\n * The previous scrollTop.\n */\n _this.lastY = 0;\n /**\n * The width of the window.\n */\n _this.width = 0;\n /**\n * The height of the window.\n */\n _this.height = 0;\n /**\n * Boolean indicating whether the toolbar is shown.\n */\n _this.showToolbar = true;\n _this.toolbar = (document.querySelector(\".tsd-page-toolbar\"));\n _this.secondaryNav = (document.querySelector(\".tsd-navigation.secondary\"));\n window.addEventListener(\"scroll\", (0,_utils_trottle__WEBPACK_IMPORTED_MODULE_1__.throttle)(function () { return _this.onScroll(); }, 10));\n window.addEventListener(\"resize\", (0,_utils_trottle__WEBPACK_IMPORTED_MODULE_1__.throttle)(function () { return _this.onResize(); }, 10));\n _this.onResize();\n _this.onScroll();\n return _this;\n }\n /**\n * Trigger a resize event.\n */\n Viewport.prototype.triggerResize = function () {\n var event = new CustomEvent(\"resize\", {\n detail: {\n width: this.width,\n height: this.height,\n },\n });\n this.dispatchEvent(event);\n };\n /**\n * Triggered when the size of the window has changed.\n */\n Viewport.prototype.onResize = function () {\n this.width = window.innerWidth || 0;\n this.height = window.innerHeight || 0;\n var event = new CustomEvent(\"resize\", {\n detail: {\n width: this.width,\n height: this.height,\n },\n });\n this.dispatchEvent(event);\n };\n /**\n * Triggered when the user scrolled the viewport.\n */\n Viewport.prototype.onScroll = function () {\n this.scrollTop = window.scrollY || 0;\n var event = new CustomEvent(\"scroll\", {\n detail: {\n scrollTop: this.scrollTop,\n },\n });\n this.dispatchEvent(event);\n this.hideShowToolbar();\n };\n /**\n * Handle hiding/showing of the toolbar.\n */\n Viewport.prototype.hideShowToolbar = function () {\n var isShown = this.showToolbar;\n this.showToolbar = this.lastY >= this.scrollTop || this.scrollTop <= 0;\n if (isShown !== this.showToolbar) {\n this.toolbar.classList.toggle(\"tsd-page-toolbar--hide\");\n this.secondaryNav.classList.toggle(\"tsd-navigation--toolbar-hide\");\n }\n this.lastY = this.scrollTop;\n };\n Viewport.instance = new Viewport();\n return Viewport;\n}(_EventTarget__WEBPACK_IMPORTED_MODULE_0__.EventTarget));\n\n\n\n//# sourceURL=webpack:///./default/assets/js/src/typedoc/services/Viewport.ts?"); - -/***/ }), - -/***/ "./default/assets/js/src/typedoc/utils/debounce.ts": -/*!*********************************************************!*\ - !*** ./default/assets/js/src/typedoc/utils/debounce.ts ***! - \*********************************************************/ -/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { - -"use strict"; -eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"debounce\": () => /* binding */ debounce\n/* harmony export */ });\nvar debounce = function (fn, wait) {\n if (wait === void 0) { wait = 100; }\n var timeout;\n return function () {\n var args = [];\n for (var _i = 0; _i < arguments.length; _i++) {\n args[_i] = arguments[_i];\n }\n clearTimeout(timeout);\n timeout = setTimeout(function () { return fn(args); }, wait);\n };\n};\n\n\n//# sourceURL=webpack:///./default/assets/js/src/typedoc/utils/debounce.ts?"); - -/***/ }), - -/***/ "./default/assets/js/src/typedoc/utils/pointer.ts": -/*!********************************************************!*\ - !*** ./default/assets/js/src/typedoc/utils/pointer.ts ***! - \********************************************************/ -/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { - -"use strict"; -eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"pointerDown\": () => /* binding */ pointerDown,\n/* harmony export */ \"pointerMove\": () => /* binding */ pointerMove,\n/* harmony export */ \"pointerUp\": () => /* binding */ pointerUp,\n/* harmony export */ \"pointerDownPosition\": () => /* binding */ pointerDownPosition,\n/* harmony export */ \"preventNextClick\": () => /* binding */ preventNextClick,\n/* harmony export */ \"isPointerDown\": () => /* binding */ isPointerDown,\n/* harmony export */ \"isPointerTouch\": () => /* binding */ isPointerTouch,\n/* harmony export */ \"hasPointerMoved\": () => /* binding */ hasPointerMoved,\n/* harmony export */ \"isMobile\": () => /* binding */ isMobile\n/* harmony export */ });\n/**\n * Event name of the pointer down event.\n */\nvar pointerDown = \"mousedown\";\n/**\n * Event name of the pointer move event.\n */\nvar pointerMove = \"mousemove\";\n/**\n * Event name of the pointer up event.\n */\nvar pointerUp = \"mouseup\";\n/**\n * Position the pointer was pressed at.\n */\nvar pointerDownPosition = { x: 0, y: 0 };\n/**\n * Should the next click on the document be supressed?\n */\nvar preventNextClick = false;\n/**\n * Is the pointer down?\n */\nvar isPointerDown = false;\n/**\n * Is the pointer a touch point?\n */\nvar isPointerTouch = false;\n/**\n * Did the pointer move since the last down event?\n */\nvar hasPointerMoved = false;\n/**\n * Is the user agent a mobile agent?\n */\nvar isMobile = /Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent);\ndocument.documentElement.classList.add(isMobile ? \"is-mobile\" : \"not-mobile\");\nif (isMobile && \"ontouchstart\" in document.documentElement) {\n isPointerTouch = true;\n pointerDown = \"touchstart\";\n pointerMove = \"touchmove\";\n pointerUp = \"touchend\";\n}\ndocument.addEventListener(pointerDown, function (e) {\n isPointerDown = true;\n hasPointerMoved = false;\n var t = pointerDown == \"touchstart\"\n ? e.targetTouches[0]\n : e;\n pointerDownPosition.y = t.pageY || 0;\n pointerDownPosition.x = t.pageX || 0;\n});\ndocument.addEventListener(pointerMove, function (e) {\n if (!isPointerDown)\n return;\n if (!hasPointerMoved) {\n var t = pointerDown == \"touchstart\"\n ? e.targetTouches[0]\n : e;\n var x = pointerDownPosition.x - (t.pageX || 0);\n var y = pointerDownPosition.y - (t.pageY || 0);\n hasPointerMoved = Math.sqrt(x * x + y * y) > 10;\n }\n});\ndocument.addEventListener(pointerUp, function () {\n isPointerDown = false;\n});\ndocument.addEventListener(\"click\", function (e) {\n if (preventNextClick) {\n e.preventDefault();\n e.stopImmediatePropagation();\n preventNextClick = false;\n }\n});\n\n\n//# sourceURL=webpack:///./default/assets/js/src/typedoc/utils/pointer.ts?"); - -/***/ }), - -/***/ "./default/assets/js/src/typedoc/utils/trottle.ts": -/*!********************************************************!*\ - !*** ./default/assets/js/src/typedoc/utils/trottle.ts ***! - \********************************************************/ -/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { - -"use strict"; -eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"throttle\": () => /* binding */ throttle\n/* harmony export */ });\nvar throttle = function (fn, wait) {\n if (wait === void 0) { wait = 100; }\n var time = Date.now();\n return function () {\n var args = [];\n for (var _i = 0; _i < arguments.length; _i++) {\n args[_i] = arguments[_i];\n }\n if (time + wait - Date.now() < 0) {\n fn.apply(void 0, args);\n time = Date.now();\n }\n };\n};\n\n\n//# sourceURL=webpack:///./default/assets/js/src/typedoc/utils/trottle.ts?"); - -/***/ }) - -/******/ }); -/************************************************************************/ -/******/ // The module cache -/******/ var __webpack_module_cache__ = {}; -/******/ -/******/ // The require function -/******/ function __webpack_require__(moduleId) { -/******/ // Check if module is in cache -/******/ if(__webpack_module_cache__[moduleId]) { -/******/ return __webpack_module_cache__[moduleId].exports; -/******/ } -/******/ // Create a new module (and put it into the cache) -/******/ var module = __webpack_module_cache__[moduleId] = { -/******/ // no module.id needed -/******/ // no module.loaded needed -/******/ exports: {} -/******/ }; -/******/ -/******/ // Execute the module function -/******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__); -/******/ -/******/ // Return the exports of the module -/******/ return module.exports; -/******/ } -/******/ -/************************************************************************/ -/******/ /* webpack/runtime/compat get default export */ -/******/ (() => { -/******/ // getDefaultExport function for compatibility with non-harmony modules -/******/ __webpack_require__.n = (module) => { -/******/ var getter = module && module.__esModule ? -/******/ () => module['default'] : -/******/ () => module; -/******/ __webpack_require__.d(getter, { a: getter }); -/******/ return getter; -/******/ }; -/******/ })(); -/******/ -/******/ /* webpack/runtime/define property getters */ -/******/ (() => { -/******/ // define getter functions for harmony exports -/******/ __webpack_require__.d = (exports, definition) => { -/******/ for(var key in definition) { -/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) { -/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] }); -/******/ } -/******/ } -/******/ }; -/******/ })(); -/******/ -/******/ /* webpack/runtime/hasOwnProperty shorthand */ -/******/ (() => { -/******/ __webpack_require__.o = (obj, prop) => Object.prototype.hasOwnProperty.call(obj, prop) -/******/ })(); -/******/ -/******/ /* webpack/runtime/make namespace object */ -/******/ (() => { -/******/ // define __esModule on exports -/******/ __webpack_require__.r = (exports) => { -/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) { -/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' }); -/******/ } -/******/ Object.defineProperty(exports, '__esModule', { value: true }); -/******/ }; -/******/ })(); -/******/ -/************************************************************************/ -/******/ // startup -/******/ // Load entry module -/******/ __webpack_require__("./default/assets/js/src/bootstrap.ts"); -/******/ // This entry module used 'exports' so it can't be inlined -/******/ })() -; \ No newline at end of file diff --git a/docs/assets/js/search.js b/docs/assets/js/search.js deleted file mode 100644 index 0639b791f..000000000 --- a/docs/assets/js/search.js +++ /dev/null @@ -1 +0,0 @@ -window.searchData = {"kinds":{"1":"Module","32":"Variable","64":"Function","128":"Class","256":"Interface","512":"Constructor","1024":"Property","2048":"Method","65536":"Type literal","262144":"Accessor","4194304":"Type alias","16777216":"Reference"},"rows":[{"id":0,"kind":1,"name":"authentication/BearerWebIdExtractor","url":"modules/authentication_bearerwebidextractor.html","classes":"tsd-kind-module"},{"id":1,"kind":128,"name":"BearerWebIdExtractor","url":"classes/authentication_bearerwebidextractor.bearerwebidextractor.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"authentication/BearerWebIdExtractor"},{"id":2,"kind":512,"name":"constructor","url":"classes/authentication_bearerwebidextractor.bearerwebidextractor.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"authentication/BearerWebIdExtractor.BearerWebIdExtractor"},{"id":3,"kind":1024,"name":"logger","url":"classes/authentication_bearerwebidextractor.bearerwebidextractor.html#logger","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"authentication/BearerWebIdExtractor.BearerWebIdExtractor"},{"id":4,"kind":1024,"name":"verify","url":"classes/authentication_bearerwebidextractor.bearerwebidextractor.html#verify","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"authentication/BearerWebIdExtractor.BearerWebIdExtractor"},{"id":5,"kind":2048,"name":"canHandle","url":"classes/authentication_bearerwebidextractor.bearerwebidextractor.html#canhandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"authentication/BearerWebIdExtractor.BearerWebIdExtractor"},{"id":6,"kind":2048,"name":"handle","url":"classes/authentication_bearerwebidextractor.bearerwebidextractor.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"authentication/BearerWebIdExtractor.BearerWebIdExtractor"},{"id":7,"kind":2048,"name":"handleSafe","url":"classes/authentication_bearerwebidextractor.bearerwebidextractor.html#handlesafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"authentication/BearerWebIdExtractor.BearerWebIdExtractor"},{"id":8,"kind":1,"name":"authentication/Credentials","url":"modules/authentication_credentials.html","classes":"tsd-kind-module"},{"id":9,"kind":256,"name":"Credentials","url":"interfaces/authentication_credentials.credentials.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"authentication/Credentials"},{"id":10,"kind":1024,"name":"webId","url":"interfaces/authentication_credentials.credentials.html#webid","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"authentication/Credentials.Credentials"},{"id":11,"kind":1,"name":"authentication/CredentialsExtractor","url":"modules/authentication_credentialsextractor.html","classes":"tsd-kind-module"},{"id":12,"kind":128,"name":"CredentialsExtractor","url":"classes/authentication_credentialsextractor.credentialsextractor.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"authentication/CredentialsExtractor"},{"id":13,"kind":512,"name":"constructor","url":"classes/authentication_credentialsextractor.credentialsextractor.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"authentication/CredentialsExtractor.CredentialsExtractor"},{"id":14,"kind":2048,"name":"canHandle","url":"classes/authentication_credentialsextractor.credentialsextractor.html#canhandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"authentication/CredentialsExtractor.CredentialsExtractor"},{"id":15,"kind":2048,"name":"handle","url":"classes/authentication_credentialsextractor.credentialsextractor.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"authentication/CredentialsExtractor.CredentialsExtractor"},{"id":16,"kind":2048,"name":"handleSafe","url":"classes/authentication_credentialsextractor.credentialsextractor.html#handlesafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"authentication/CredentialsExtractor.CredentialsExtractor"},{"id":17,"kind":1,"name":"authentication/DPoPWebIdExtractor","url":"modules/authentication_dpopwebidextractor.html","classes":"tsd-kind-module"},{"id":18,"kind":128,"name":"DPoPWebIdExtractor","url":"classes/authentication_dpopwebidextractor.dpopwebidextractor.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"authentication/DPoPWebIdExtractor"},{"id":19,"kind":512,"name":"constructor","url":"classes/authentication_dpopwebidextractor.dpopwebidextractor.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"authentication/DPoPWebIdExtractor.DPoPWebIdExtractor"},{"id":20,"kind":1024,"name":"originalUrlExtractor","url":"classes/authentication_dpopwebidextractor.dpopwebidextractor.html#originalurlextractor","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"authentication/DPoPWebIdExtractor.DPoPWebIdExtractor"},{"id":21,"kind":1024,"name":"verify","url":"classes/authentication_dpopwebidextractor.dpopwebidextractor.html#verify","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"authentication/DPoPWebIdExtractor.DPoPWebIdExtractor"},{"id":22,"kind":1024,"name":"logger","url":"classes/authentication_dpopwebidextractor.dpopwebidextractor.html#logger","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"authentication/DPoPWebIdExtractor.DPoPWebIdExtractor"},{"id":23,"kind":2048,"name":"canHandle","url":"classes/authentication_dpopwebidextractor.dpopwebidextractor.html#canhandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"authentication/DPoPWebIdExtractor.DPoPWebIdExtractor"},{"id":24,"kind":2048,"name":"handle","url":"classes/authentication_dpopwebidextractor.dpopwebidextractor.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"authentication/DPoPWebIdExtractor.DPoPWebIdExtractor"},{"id":25,"kind":2048,"name":"handleSafe","url":"classes/authentication_dpopwebidextractor.dpopwebidextractor.html#handlesafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"authentication/DPoPWebIdExtractor.DPoPWebIdExtractor"},{"id":26,"kind":1,"name":"authentication/EmptyCredentialsExtractor","url":"modules/authentication_emptycredentialsextractor.html","classes":"tsd-kind-module"},{"id":27,"kind":128,"name":"EmptyCredentialsExtractor","url":"classes/authentication_emptycredentialsextractor.emptycredentialsextractor.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"authentication/EmptyCredentialsExtractor"},{"id":28,"kind":512,"name":"constructor","url":"classes/authentication_emptycredentialsextractor.emptycredentialsextractor.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"authentication/EmptyCredentialsExtractor.EmptyCredentialsExtractor"},{"id":29,"kind":2048,"name":"canHandle","url":"classes/authentication_emptycredentialsextractor.emptycredentialsextractor.html#canhandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"authentication/EmptyCredentialsExtractor.EmptyCredentialsExtractor"},{"id":30,"kind":2048,"name":"handle","url":"classes/authentication_emptycredentialsextractor.emptycredentialsextractor.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"authentication/EmptyCredentialsExtractor.EmptyCredentialsExtractor"},{"id":31,"kind":2048,"name":"handleSafe","url":"classes/authentication_emptycredentialsextractor.emptycredentialsextractor.html#handlesafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"authentication/EmptyCredentialsExtractor.EmptyCredentialsExtractor"},{"id":32,"kind":1,"name":"authentication/UnsecureConstantCredentialsExtractor","url":"modules/authentication_unsecureconstantcredentialsextractor.html","classes":"tsd-kind-module"},{"id":33,"kind":128,"name":"UnsecureConstantCredentialsExtractor","url":"classes/authentication_unsecureconstantcredentialsextractor.unsecureconstantcredentialsextractor.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"authentication/UnsecureConstantCredentialsExtractor"},{"id":34,"kind":512,"name":"constructor","url":"classes/authentication_unsecureconstantcredentialsextractor.unsecureconstantcredentialsextractor.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"authentication/UnsecureConstantCredentialsExtractor.UnsecureConstantCredentialsExtractor"},{"id":35,"kind":1024,"name":"agent","url":"classes/authentication_unsecureconstantcredentialsextractor.unsecureconstantcredentialsextractor.html#agent","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"authentication/UnsecureConstantCredentialsExtractor.UnsecureConstantCredentialsExtractor"},{"id":36,"kind":1024,"name":"logger","url":"classes/authentication_unsecureconstantcredentialsextractor.unsecureconstantcredentialsextractor.html#logger","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"authentication/UnsecureConstantCredentialsExtractor.UnsecureConstantCredentialsExtractor"},{"id":37,"kind":2048,"name":"handle","url":"classes/authentication_unsecureconstantcredentialsextractor.unsecureconstantcredentialsextractor.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"authentication/UnsecureConstantCredentialsExtractor.UnsecureConstantCredentialsExtractor"},{"id":38,"kind":2048,"name":"canHandle","url":"classes/authentication_unsecureconstantcredentialsextractor.unsecureconstantcredentialsextractor.html#canhandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"authentication/UnsecureConstantCredentialsExtractor.UnsecureConstantCredentialsExtractor"},{"id":39,"kind":2048,"name":"handleSafe","url":"classes/authentication_unsecureconstantcredentialsextractor.unsecureconstantcredentialsextractor.html#handlesafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"authentication/UnsecureConstantCredentialsExtractor.UnsecureConstantCredentialsExtractor"},{"id":40,"kind":1,"name":"authentication/UnsecureWebIdExtractor","url":"modules/authentication_unsecurewebidextractor.html","classes":"tsd-kind-module"},{"id":41,"kind":128,"name":"UnsecureWebIdExtractor","url":"classes/authentication_unsecurewebidextractor.unsecurewebidextractor.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"authentication/UnsecureWebIdExtractor"},{"id":42,"kind":512,"name":"constructor","url":"classes/authentication_unsecurewebidextractor.unsecurewebidextractor.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"authentication/UnsecureWebIdExtractor.UnsecureWebIdExtractor"},{"id":43,"kind":1024,"name":"logger","url":"classes/authentication_unsecurewebidextractor.unsecurewebidextractor.html#logger","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"authentication/UnsecureWebIdExtractor.UnsecureWebIdExtractor"},{"id":44,"kind":2048,"name":"canHandle","url":"classes/authentication_unsecurewebidextractor.unsecurewebidextractor.html#canhandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"authentication/UnsecureWebIdExtractor.UnsecureWebIdExtractor"},{"id":45,"kind":2048,"name":"handle","url":"classes/authentication_unsecurewebidextractor.unsecurewebidextractor.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"authentication/UnsecureWebIdExtractor.UnsecureWebIdExtractor"},{"id":46,"kind":2048,"name":"handleSafe","url":"classes/authentication_unsecurewebidextractor.unsecurewebidextractor.html#handlesafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"authentication/UnsecureWebIdExtractor.UnsecureWebIdExtractor"},{"id":47,"kind":1,"name":"authorization/AllowAllAuthorizer","url":"modules/authorization_allowallauthorizer.html","classes":"tsd-kind-module"},{"id":48,"kind":128,"name":"AllowAllAuthorizer","url":"classes/authorization_allowallauthorizer.allowallauthorizer.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"authorization/AllowAllAuthorizer"},{"id":49,"kind":512,"name":"constructor","url":"classes/authorization_allowallauthorizer.allowallauthorizer.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"authorization/AllowAllAuthorizer.AllowAllAuthorizer"},{"id":50,"kind":2048,"name":"handle","url":"classes/authorization_allowallauthorizer.allowallauthorizer.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"authorization/AllowAllAuthorizer.AllowAllAuthorizer"},{"id":51,"kind":2048,"name":"canHandle","url":"classes/authorization_allowallauthorizer.allowallauthorizer.html#canhandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"authorization/AllowAllAuthorizer.AllowAllAuthorizer"},{"id":52,"kind":2048,"name":"handleSafe","url":"classes/authorization_allowallauthorizer.allowallauthorizer.html#handlesafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"authorization/AllowAllAuthorizer.AllowAllAuthorizer"},{"id":53,"kind":1,"name":"authorization/Authorization","url":"modules/authorization_authorization.html","classes":"tsd-kind-module"},{"id":54,"kind":256,"name":"Authorization","url":"interfaces/authorization_authorization.authorization.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"authorization/Authorization"},{"id":55,"kind":1024,"name":"addMetadata","url":"interfaces/authorization_authorization.authorization.html#addmetadata","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"authorization/Authorization.Authorization"},{"id":56,"kind":65536,"name":"__type","url":"interfaces/authorization_authorization.authorization.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"authorization/Authorization.Authorization"},{"id":57,"kind":1,"name":"authorization/Authorizer","url":"modules/authorization_authorizer.html","classes":"tsd-kind-module"},{"id":58,"kind":128,"name":"Authorizer","url":"classes/authorization_authorizer.authorizer.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"authorization/Authorizer"},{"id":59,"kind":512,"name":"constructor","url":"classes/authorization_authorizer.authorizer.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"authorization/Authorizer.Authorizer"},{"id":60,"kind":2048,"name":"canHandle","url":"classes/authorization_authorizer.authorizer.html#canhandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"authorization/Authorizer.Authorizer"},{"id":61,"kind":2048,"name":"handle","url":"classes/authorization_authorizer.authorizer.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"authorization/Authorizer.Authorizer"},{"id":62,"kind":2048,"name":"handleSafe","url":"classes/authorization_authorizer.authorizer.html#handlesafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"authorization/Authorizer.Authorizer"},{"id":63,"kind":256,"name":"AuthorizerArgs","url":"interfaces/authorization_authorizer.authorizerargs.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"authorization/Authorizer"},{"id":64,"kind":1024,"name":"credentials","url":"interfaces/authorization_authorizer.authorizerargs.html#credentials","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"authorization/Authorizer.AuthorizerArgs"},{"id":65,"kind":1024,"name":"identifier","url":"interfaces/authorization_authorizer.authorizerargs.html#identifier","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"authorization/Authorizer.AuthorizerArgs"},{"id":66,"kind":1024,"name":"permissions","url":"interfaces/authorization_authorizer.authorizerargs.html#permissions","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"authorization/Authorizer.AuthorizerArgs"},{"id":67,"kind":1,"name":"authorization/AuxiliaryAuthorizer","url":"modules/authorization_auxiliaryauthorizer.html","classes":"tsd-kind-module"},{"id":68,"kind":128,"name":"AuxiliaryAuthorizer","url":"classes/authorization_auxiliaryauthorizer.auxiliaryauthorizer.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"authorization/AuxiliaryAuthorizer"},{"id":69,"kind":512,"name":"constructor","url":"classes/authorization_auxiliaryauthorizer.auxiliaryauthorizer.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"authorization/AuxiliaryAuthorizer.AuxiliaryAuthorizer"},{"id":70,"kind":1024,"name":"logger","url":"classes/authorization_auxiliaryauthorizer.auxiliaryauthorizer.html#logger","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"authorization/AuxiliaryAuthorizer.AuxiliaryAuthorizer"},{"id":71,"kind":1024,"name":"resourceAuthorizer","url":"classes/authorization_auxiliaryauthorizer.auxiliaryauthorizer.html#resourceauthorizer","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"authorization/AuxiliaryAuthorizer.AuxiliaryAuthorizer"},{"id":72,"kind":1024,"name":"auxiliaryStrategy","url":"classes/authorization_auxiliaryauthorizer.auxiliaryauthorizer.html#auxiliarystrategy","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"authorization/AuxiliaryAuthorizer.AuxiliaryAuthorizer"},{"id":73,"kind":2048,"name":"canHandle","url":"classes/authorization_auxiliaryauthorizer.auxiliaryauthorizer.html#canhandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"authorization/AuxiliaryAuthorizer.AuxiliaryAuthorizer"},{"id":74,"kind":2048,"name":"handle","url":"classes/authorization_auxiliaryauthorizer.auxiliaryauthorizer.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"authorization/AuxiliaryAuthorizer.AuxiliaryAuthorizer"},{"id":75,"kind":2048,"name":"handleSafe","url":"classes/authorization_auxiliaryauthorizer.auxiliaryauthorizer.html#handlesafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"authorization/AuxiliaryAuthorizer.AuxiliaryAuthorizer"},{"id":76,"kind":2048,"name":"getRequiredAuthorization","url":"classes/authorization_auxiliaryauthorizer.auxiliaryauthorizer.html#getrequiredauthorization","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"authorization/AuxiliaryAuthorizer.AuxiliaryAuthorizer"},{"id":77,"kind":1,"name":"authorization/DenyAllAuthorizer","url":"modules/authorization_denyallauthorizer.html","classes":"tsd-kind-module"},{"id":78,"kind":128,"name":"DenyAllAuthorizer","url":"classes/authorization_denyallauthorizer.denyallauthorizer.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"authorization/DenyAllAuthorizer"},{"id":79,"kind":512,"name":"constructor","url":"classes/authorization_denyallauthorizer.denyallauthorizer.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"authorization/DenyAllAuthorizer.DenyAllAuthorizer"},{"id":80,"kind":2048,"name":"handle","url":"classes/authorization_denyallauthorizer.denyallauthorizer.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"authorization/DenyAllAuthorizer.DenyAllAuthorizer"},{"id":81,"kind":2048,"name":"canHandle","url":"classes/authorization_denyallauthorizer.denyallauthorizer.html#canhandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"authorization/DenyAllAuthorizer.DenyAllAuthorizer"},{"id":82,"kind":2048,"name":"handleSafe","url":"classes/authorization_denyallauthorizer.denyallauthorizer.html#handlesafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"authorization/DenyAllAuthorizer.DenyAllAuthorizer"},{"id":83,"kind":1,"name":"authorization/PathBasedAuthorizer","url":"modules/authorization_pathbasedauthorizer.html","classes":"tsd-kind-module"},{"id":84,"kind":128,"name":"PathBasedAuthorizer","url":"classes/authorization_pathbasedauthorizer.pathbasedauthorizer.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"authorization/PathBasedAuthorizer"},{"id":85,"kind":512,"name":"constructor","url":"classes/authorization_pathbasedauthorizer.pathbasedauthorizer.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"authorization/PathBasedAuthorizer.PathBasedAuthorizer"},{"id":86,"kind":1024,"name":"baseUrl","url":"classes/authorization_pathbasedauthorizer.pathbasedauthorizer.html#baseurl","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"authorization/PathBasedAuthorizer.PathBasedAuthorizer"},{"id":87,"kind":1024,"name":"paths","url":"classes/authorization_pathbasedauthorizer.pathbasedauthorizer.html#paths","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"authorization/PathBasedAuthorizer.PathBasedAuthorizer"},{"id":88,"kind":2048,"name":"canHandle","url":"classes/authorization_pathbasedauthorizer.pathbasedauthorizer.html#canhandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"authorization/PathBasedAuthorizer.PathBasedAuthorizer"},{"id":89,"kind":2048,"name":"handle","url":"classes/authorization_pathbasedauthorizer.pathbasedauthorizer.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"authorization/PathBasedAuthorizer.PathBasedAuthorizer"},{"id":90,"kind":2048,"name":"findAuthorizer","url":"classes/authorization_pathbasedauthorizer.pathbasedauthorizer.html#findauthorizer","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"authorization/PathBasedAuthorizer.PathBasedAuthorizer"},{"id":91,"kind":2048,"name":"handleSafe","url":"classes/authorization_pathbasedauthorizer.pathbasedauthorizer.html#handlesafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"authorization/PathBasedAuthorizer.PathBasedAuthorizer"},{"id":92,"kind":1,"name":"authorization/WebAclAuthorization","url":"modules/authorization_webaclauthorization.html","classes":"tsd-kind-module"},{"id":93,"kind":128,"name":"WebAclAuthorization","url":"classes/authorization_webaclauthorization.webaclauthorization.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"authorization/WebAclAuthorization"},{"id":94,"kind":512,"name":"constructor","url":"classes/authorization_webaclauthorization.webaclauthorization.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"authorization/WebAclAuthorization.WebAclAuthorization"},{"id":95,"kind":1024,"name":"user","url":"classes/authorization_webaclauthorization.webaclauthorization.html#user","classes":"tsd-kind-property tsd-parent-kind-class","parent":"authorization/WebAclAuthorization.WebAclAuthorization"},{"id":96,"kind":1024,"name":"everyone","url":"classes/authorization_webaclauthorization.webaclauthorization.html#everyone","classes":"tsd-kind-property tsd-parent-kind-class","parent":"authorization/WebAclAuthorization.WebAclAuthorization"},{"id":97,"kind":2048,"name":"addMetadata","url":"classes/authorization_webaclauthorization.webaclauthorization.html#addmetadata","classes":"tsd-kind-method tsd-parent-kind-class","parent":"authorization/WebAclAuthorization.WebAclAuthorization"},{"id":98,"kind":1,"name":"authorization/WebAclAuthorizer","url":"modules/authorization_webaclauthorizer.html","classes":"tsd-kind-module"},{"id":99,"kind":128,"name":"WebAclAuthorizer","url":"classes/authorization_webaclauthorizer.webaclauthorizer.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"authorization/WebAclAuthorizer"},{"id":100,"kind":512,"name":"constructor","url":"classes/authorization_webaclauthorizer.webaclauthorizer.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"authorization/WebAclAuthorizer.WebAclAuthorizer"},{"id":101,"kind":1024,"name":"logger","url":"classes/authorization_webaclauthorizer.webaclauthorizer.html#logger","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"authorization/WebAclAuthorizer.WebAclAuthorizer"},{"id":102,"kind":1024,"name":"aclStrategy","url":"classes/authorization_webaclauthorizer.webaclauthorizer.html#aclstrategy","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"authorization/WebAclAuthorizer.WebAclAuthorizer"},{"id":103,"kind":1024,"name":"resourceStore","url":"classes/authorization_webaclauthorizer.webaclauthorizer.html#resourcestore","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"authorization/WebAclAuthorizer.WebAclAuthorizer"},{"id":104,"kind":1024,"name":"identifierStrategy","url":"classes/authorization_webaclauthorizer.webaclauthorizer.html#identifierstrategy","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"authorization/WebAclAuthorizer.WebAclAuthorizer"},{"id":105,"kind":2048,"name":"canHandle","url":"classes/authorization_webaclauthorizer.webaclauthorizer.html#canhandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"authorization/WebAclAuthorizer.WebAclAuthorizer"},{"id":106,"kind":2048,"name":"handle","url":"classes/authorization_webaclauthorizer.webaclauthorizer.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"authorization/WebAclAuthorizer.WebAclAuthorizer"},{"id":107,"kind":2048,"name":"isAuthenticated","url":"classes/authorization_webaclauthorizer.webaclauthorizer.html#isauthenticated","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"authorization/WebAclAuthorizer.WebAclAuthorizer"},{"id":108,"kind":2048,"name":"createAuthorization","url":"classes/authorization_webaclauthorizer.webaclauthorizer.html#createauthorization","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"authorization/WebAclAuthorizer.WebAclAuthorizer"},{"id":109,"kind":2048,"name":"determinePermissions","url":"classes/authorization_webaclauthorizer.webaclauthorizer.html#determinepermissions","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"authorization/WebAclAuthorizer.WebAclAuthorizer"},{"id":110,"kind":2048,"name":"requirePermission","url":"classes/authorization_webaclauthorizer.webaclauthorizer.html#requirepermission","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"authorization/WebAclAuthorizer.WebAclAuthorizer"},{"id":111,"kind":2048,"name":"hasPermission","url":"classes/authorization_webaclauthorizer.webaclauthorizer.html#haspermission","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"authorization/WebAclAuthorizer.WebAclAuthorizer"},{"id":112,"kind":2048,"name":"capitalize","url":"classes/authorization_webaclauthorizer.webaclauthorizer.html#capitalize","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"authorization/WebAclAuthorizer.WebAclAuthorizer"},{"id":113,"kind":2048,"name":"getModePermissions","url":"classes/authorization_webaclauthorizer.webaclauthorizer.html#getmodepermissions","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"authorization/WebAclAuthorizer.WebAclAuthorizer"},{"id":114,"kind":2048,"name":"hasAccess","url":"classes/authorization_webaclauthorizer.webaclauthorizer.html#hasaccess","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"authorization/WebAclAuthorizer.WebAclAuthorizer"},{"id":115,"kind":2048,"name":"getAclRecursive","url":"classes/authorization_webaclauthorizer.webaclauthorizer.html#getaclrecursive","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"authorization/WebAclAuthorizer.WebAclAuthorizer"},{"id":116,"kind":2048,"name":"filterData","url":"classes/authorization_webaclauthorizer.webaclauthorizer.html#filterdata","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"authorization/WebAclAuthorizer.WebAclAuthorizer"},{"id":117,"kind":2048,"name":"handleSafe","url":"classes/authorization_webaclauthorizer.webaclauthorizer.html#handlesafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"authorization/WebAclAuthorizer.WebAclAuthorizer"},{"id":118,"kind":1,"name":"identity/IdentityProviderHttpHandler","url":"modules/identity_identityproviderhttphandler.html","classes":"tsd-kind-module"},{"id":119,"kind":128,"name":"InteractionRoute","url":"classes/identity_identityproviderhttphandler.interactionroute.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"identity/IdentityProviderHttpHandler"},{"id":120,"kind":512,"name":"constructor","url":"classes/identity_identityproviderhttphandler.interactionroute.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"identity/IdentityProviderHttpHandler.InteractionRoute"},{"id":121,"kind":1024,"name":"route","url":"classes/identity_identityproviderhttphandler.interactionroute.html#route","classes":"tsd-kind-property tsd-parent-kind-class","parent":"identity/IdentityProviderHttpHandler.InteractionRoute"},{"id":122,"kind":1024,"name":"handler","url":"classes/identity_identityproviderhttphandler.interactionroute.html#handler","classes":"tsd-kind-property tsd-parent-kind-class","parent":"identity/IdentityProviderHttpHandler.InteractionRoute"},{"id":123,"kind":1024,"name":"viewTemplate","url":"classes/identity_identityproviderhttphandler.interactionroute.html#viewtemplate","classes":"tsd-kind-property tsd-parent-kind-class","parent":"identity/IdentityProviderHttpHandler.InteractionRoute"},{"id":124,"kind":1024,"name":"prompt","url":"classes/identity_identityproviderhttphandler.interactionroute.html#prompt","classes":"tsd-kind-property tsd-parent-kind-class","parent":"identity/IdentityProviderHttpHandler.InteractionRoute"},{"id":125,"kind":1024,"name":"responseTemplate","url":"classes/identity_identityproviderhttphandler.interactionroute.html#responsetemplate","classes":"tsd-kind-property tsd-parent-kind-class","parent":"identity/IdentityProviderHttpHandler.InteractionRoute"},{"id":126,"kind":128,"name":"IdentityProviderHttpHandler","url":"classes/identity_identityproviderhttphandler.identityproviderhttphandler.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"identity/IdentityProviderHttpHandler"},{"id":127,"kind":512,"name":"constructor","url":"classes/identity_identityproviderhttphandler.identityproviderhttphandler.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"identity/IdentityProviderHttpHandler.IdentityProviderHttpHandler"},{"id":128,"kind":1024,"name":"logger","url":"classes/identity_identityproviderhttphandler.identityproviderhttphandler.html#logger","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"identity/IdentityProviderHttpHandler.IdentityProviderHttpHandler"},{"id":129,"kind":1024,"name":"idpPath","url":"classes/identity_identityproviderhttphandler.identityproviderhttphandler.html#idppath","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"identity/IdentityProviderHttpHandler.IdentityProviderHttpHandler"},{"id":130,"kind":1024,"name":"providerFactory","url":"classes/identity_identityproviderhttphandler.identityproviderhttphandler.html#providerfactory","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"identity/IdentityProviderHttpHandler.IdentityProviderHttpHandler"},{"id":131,"kind":1024,"name":"interactionRoutes","url":"classes/identity_identityproviderhttphandler.identityproviderhttphandler.html#interactionroutes","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"identity/IdentityProviderHttpHandler.IdentityProviderHttpHandler"},{"id":132,"kind":1024,"name":"templateHandler","url":"classes/identity_identityproviderhttphandler.identityproviderhttphandler.html#templatehandler","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"identity/IdentityProviderHttpHandler.IdentityProviderHttpHandler"},{"id":133,"kind":1024,"name":"interactionCompleter","url":"classes/identity_identityproviderhttphandler.identityproviderhttphandler.html#interactioncompleter","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"identity/IdentityProviderHttpHandler.IdentityProviderHttpHandler"},{"id":134,"kind":1024,"name":"errorHandler","url":"classes/identity_identityproviderhttphandler.identityproviderhttphandler.html#errorhandler","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"identity/IdentityProviderHttpHandler.IdentityProviderHttpHandler"},{"id":135,"kind":1024,"name":"responseWriter","url":"classes/identity_identityproviderhttphandler.identityproviderhttphandler.html#responsewriter","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"identity/IdentityProviderHttpHandler.IdentityProviderHttpHandler"},{"id":136,"kind":2048,"name":"handle","url":"classes/identity_identityproviderhttphandler.identityproviderhttphandler.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"identity/IdentityProviderHttpHandler.IdentityProviderHttpHandler"},{"id":137,"kind":2048,"name":"handleRequest","url":"classes/identity_identityproviderhttphandler.identityproviderhttphandler.html#handlerequest","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"identity/IdentityProviderHttpHandler.IdentityProviderHttpHandler"},{"id":138,"kind":2048,"name":"findRoute","url":"classes/identity_identityproviderhttphandler.identityproviderhttphandler.html#findroute","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"identity/IdentityProviderHttpHandler.IdentityProviderHttpHandler"},{"id":139,"kind":2048,"name":"resolveRoute","url":"classes/identity_identityproviderhttphandler.identityproviderhttphandler.html#resolveroute","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"identity/IdentityProviderHttpHandler.IdentityProviderHttpHandler"},{"id":140,"kind":2048,"name":"handleTemplateResponse","url":"classes/identity_identityproviderhttphandler.identityproviderhttphandler.html#handletemplateresponse","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"identity/IdentityProviderHttpHandler.IdentityProviderHttpHandler"},{"id":141,"kind":2048,"name":"getRouteMatch","url":"classes/identity_identityproviderhttphandler.identityproviderhttphandler.html#getroutematch","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"identity/IdentityProviderHttpHandler.IdentityProviderHttpHandler"},{"id":142,"kind":2048,"name":"getPromptMatch","url":"classes/identity_identityproviderhttphandler.identityproviderhttphandler.html#getpromptmatch","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"identity/IdentityProviderHttpHandler.IdentityProviderHttpHandler"},{"id":143,"kind":2048,"name":"canHandle","url":"classes/identity_identityproviderhttphandler.identityproviderhttphandler.html#canhandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"identity/IdentityProviderHttpHandler.IdentityProviderHttpHandler"},{"id":144,"kind":2048,"name":"handleSafe","url":"classes/identity_identityproviderhttphandler.identityproviderhttphandler.html#handlesafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"identity/IdentityProviderHttpHandler.IdentityProviderHttpHandler"},{"id":145,"kind":1,"name":"identity/configuration/IdentityProviderFactory","url":"modules/identity_configuration_identityproviderfactory.html","classes":"tsd-kind-module"},{"id":146,"kind":256,"name":"IdentityProviderFactoryArgs","url":"interfaces/identity_configuration_identityproviderfactory.identityproviderfactoryargs.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"identity/configuration/IdentityProviderFactory"},{"id":147,"kind":1024,"name":"adapterFactory","url":"interfaces/identity_configuration_identityproviderfactory.identityproviderfactoryargs.html#adapterfactory","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"identity/configuration/IdentityProviderFactory.IdentityProviderFactoryArgs"},{"id":148,"kind":1024,"name":"baseUrl","url":"interfaces/identity_configuration_identityproviderfactory.identityproviderfactoryargs.html#baseurl","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"identity/configuration/IdentityProviderFactory.IdentityProviderFactoryArgs"},{"id":149,"kind":1024,"name":"idpPath","url":"interfaces/identity_configuration_identityproviderfactory.identityproviderfactoryargs.html#idppath","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"identity/configuration/IdentityProviderFactory.IdentityProviderFactoryArgs"},{"id":150,"kind":1024,"name":"storage","url":"interfaces/identity_configuration_identityproviderfactory.identityproviderfactoryargs.html#storage","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"identity/configuration/IdentityProviderFactory.IdentityProviderFactoryArgs"},{"id":151,"kind":1024,"name":"errorHandler","url":"interfaces/identity_configuration_identityproviderfactory.identityproviderfactoryargs.html#errorhandler","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"identity/configuration/IdentityProviderFactory.IdentityProviderFactoryArgs"},{"id":152,"kind":1024,"name":"responseWriter","url":"interfaces/identity_configuration_identityproviderfactory.identityproviderfactoryargs.html#responsewriter","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"identity/configuration/IdentityProviderFactory.IdentityProviderFactoryArgs"},{"id":153,"kind":128,"name":"IdentityProviderFactory","url":"classes/identity_configuration_identityproviderfactory.identityproviderfactory.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"identity/configuration/IdentityProviderFactory"},{"id":154,"kind":512,"name":"constructor","url":"classes/identity_configuration_identityproviderfactory.identityproviderfactory.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"identity/configuration/IdentityProviderFactory.IdentityProviderFactory"},{"id":155,"kind":1024,"name":"config","url":"classes/identity_configuration_identityproviderfactory.identityproviderfactory.html#config","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"identity/configuration/IdentityProviderFactory.IdentityProviderFactory"},{"id":156,"kind":1024,"name":"adapterFactory","url":"classes/identity_configuration_identityproviderfactory.identityproviderfactory.html#adapterfactory","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"identity/configuration/IdentityProviderFactory.IdentityProviderFactory"},{"id":157,"kind":1024,"name":"baseUrl","url":"classes/identity_configuration_identityproviderfactory.identityproviderfactory.html#baseurl","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"identity/configuration/IdentityProviderFactory.IdentityProviderFactory"},{"id":158,"kind":1024,"name":"idpPath","url":"classes/identity_configuration_identityproviderfactory.identityproviderfactory.html#idppath","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"identity/configuration/IdentityProviderFactory.IdentityProviderFactory"},{"id":159,"kind":1024,"name":"storage","url":"classes/identity_configuration_identityproviderfactory.identityproviderfactory.html#storage","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"identity/configuration/IdentityProviderFactory.IdentityProviderFactory"},{"id":160,"kind":1024,"name":"errorHandler","url":"classes/identity_configuration_identityproviderfactory.identityproviderfactory.html#errorhandler","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"identity/configuration/IdentityProviderFactory.IdentityProviderFactory"},{"id":161,"kind":1024,"name":"responseWriter","url":"classes/identity_configuration_identityproviderfactory.identityproviderfactory.html#responsewriter","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"identity/configuration/IdentityProviderFactory.IdentityProviderFactory"},{"id":162,"kind":1024,"name":"provider","url":"classes/identity_configuration_identityproviderfactory.identityproviderfactory.html#provider","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"identity/configuration/IdentityProviderFactory.IdentityProviderFactory"},{"id":163,"kind":2048,"name":"getProvider","url":"classes/identity_configuration_identityproviderfactory.identityproviderfactory.html#getprovider","classes":"tsd-kind-method tsd-parent-kind-class","parent":"identity/configuration/IdentityProviderFactory.IdentityProviderFactory"},{"id":164,"kind":2048,"name":"createProvider","url":"classes/identity_configuration_identityproviderfactory.identityproviderfactory.html#createprovider","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"identity/configuration/IdentityProviderFactory.IdentityProviderFactory"},{"id":165,"kind":2048,"name":"initConfig","url":"classes/identity_configuration_identityproviderfactory.identityproviderfactory.html#initconfig","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"identity/configuration/IdentityProviderFactory.IdentityProviderFactory"},{"id":166,"kind":2048,"name":"generateJwks","url":"classes/identity_configuration_identityproviderfactory.identityproviderfactory.html#generatejwks","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"identity/configuration/IdentityProviderFactory.IdentityProviderFactory"},{"id":167,"kind":2048,"name":"generateCookieKeys","url":"classes/identity_configuration_identityproviderfactory.identityproviderfactory.html#generatecookiekeys","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"identity/configuration/IdentityProviderFactory.IdentityProviderFactory"},{"id":168,"kind":2048,"name":"isAccessToken","url":"classes/identity_configuration_identityproviderfactory.identityproviderfactory.html#isaccesstoken","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"identity/configuration/IdentityProviderFactory.IdentityProviderFactory"},{"id":169,"kind":2048,"name":"configureClaims","url":"classes/identity_configuration_identityproviderfactory.identityproviderfactory.html#configureclaims","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"identity/configuration/IdentityProviderFactory.IdentityProviderFactory"},{"id":170,"kind":2048,"name":"createRoute","url":"classes/identity_configuration_identityproviderfactory.identityproviderfactory.html#createroute","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"identity/configuration/IdentityProviderFactory.IdentityProviderFactory"},{"id":171,"kind":2048,"name":"configureRoutes","url":"classes/identity_configuration_identityproviderfactory.identityproviderfactory.html#configureroutes","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"identity/configuration/IdentityProviderFactory.IdentityProviderFactory"},{"id":172,"kind":2048,"name":"configureErrors","url":"classes/identity_configuration_identityproviderfactory.identityproviderfactory.html#configureerrors","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"identity/configuration/IdentityProviderFactory.IdentityProviderFactory"},{"id":173,"kind":1,"name":"identity/configuration/ProviderFactory","url":"modules/identity_configuration_providerfactory.html","classes":"tsd-kind-module"},{"id":174,"kind":256,"name":"ProviderFactory","url":"interfaces/identity_configuration_providerfactory.providerfactory.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"identity/configuration/ProviderFactory"},{"id":175,"kind":1024,"name":"getProvider","url":"interfaces/identity_configuration_providerfactory.providerfactory.html#getprovider","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"identity/configuration/ProviderFactory.ProviderFactory"},{"id":176,"kind":65536,"name":"__type","url":"interfaces/identity_configuration_providerfactory.providerfactory.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"identity/configuration/ProviderFactory.ProviderFactory"},{"id":177,"kind":1,"name":"identity/interaction/SessionHttpHandler","url":"modules/identity_interaction_sessionhttphandler.html","classes":"tsd-kind-module"},{"id":178,"kind":128,"name":"SessionHttpHandler","url":"classes/identity_interaction_sessionhttphandler.sessionhttphandler.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"identity/interaction/SessionHttpHandler"},{"id":179,"kind":512,"name":"constructor","url":"classes/identity_interaction_sessionhttphandler.sessionhttphandler.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"identity/interaction/SessionHttpHandler.SessionHttpHandler"},{"id":180,"kind":2048,"name":"handle","url":"classes/identity_interaction_sessionhttphandler.sessionhttphandler.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"identity/interaction/SessionHttpHandler.SessionHttpHandler"},{"id":181,"kind":2048,"name":"canHandle","url":"classes/identity_interaction_sessionhttphandler.sessionhttphandler.html#canhandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"identity/interaction/SessionHttpHandler.SessionHttpHandler"},{"id":182,"kind":2048,"name":"handleSafe","url":"classes/identity_interaction_sessionhttphandler.sessionhttphandler.html#handlesafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"identity/interaction/SessionHttpHandler.SessionHttpHandler"},{"id":183,"kind":1,"name":"identity/interaction/email-password/EmailPasswordUtil","url":"modules/identity_interaction_email_password_emailpasswordutil.html","classes":"tsd-kind-module"},{"id":184,"kind":64,"name":"throwIdpInteractionError","url":"modules/identity_interaction_email_password_emailpasswordutil.html#throwidpinteractionerror","classes":"tsd-kind-function tsd-parent-kind-module","parent":"identity/interaction/email-password/EmailPasswordUtil"},{"id":185,"kind":64,"name":"assertPassword","url":"modules/identity_interaction_email_password_emailpasswordutil.html#assertpassword","classes":"tsd-kind-function tsd-parent-kind-module","parent":"identity/interaction/email-password/EmailPasswordUtil"},{"id":186,"kind":1,"name":"identity/interaction/email-password/handler/ForgotPasswordHandler","url":"modules/identity_interaction_email_password_handler_forgotpasswordhandler.html","classes":"tsd-kind-module"},{"id":187,"kind":256,"name":"ForgotPasswordHandlerArgs","url":"interfaces/identity_interaction_email_password_handler_forgotpasswordhandler.forgotpasswordhandlerargs.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"identity/interaction/email-password/handler/ForgotPasswordHandler"},{"id":188,"kind":1024,"name":"accountStore","url":"interfaces/identity_interaction_email_password_handler_forgotpasswordhandler.forgotpasswordhandlerargs.html#accountstore","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"identity/interaction/email-password/handler/ForgotPasswordHandler.ForgotPasswordHandlerArgs"},{"id":189,"kind":1024,"name":"baseUrl","url":"interfaces/identity_interaction_email_password_handler_forgotpasswordhandler.forgotpasswordhandlerargs.html#baseurl","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"identity/interaction/email-password/handler/ForgotPasswordHandler.ForgotPasswordHandlerArgs"},{"id":190,"kind":1024,"name":"idpPath","url":"interfaces/identity_interaction_email_password_handler_forgotpasswordhandler.forgotpasswordhandlerargs.html#idppath","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"identity/interaction/email-password/handler/ForgotPasswordHandler.ForgotPasswordHandlerArgs"},{"id":191,"kind":1024,"name":"templateEngine","url":"interfaces/identity_interaction_email_password_handler_forgotpasswordhandler.forgotpasswordhandlerargs.html#templateengine","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"identity/interaction/email-password/handler/ForgotPasswordHandler.ForgotPasswordHandlerArgs"},{"id":192,"kind":1024,"name":"emailSender","url":"interfaces/identity_interaction_email_password_handler_forgotpasswordhandler.forgotpasswordhandlerargs.html#emailsender","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"identity/interaction/email-password/handler/ForgotPasswordHandler.ForgotPasswordHandlerArgs"},{"id":193,"kind":128,"name":"ForgotPasswordHandler","url":"classes/identity_interaction_email_password_handler_forgotpasswordhandler.forgotpasswordhandler.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"identity/interaction/email-password/handler/ForgotPasswordHandler"},{"id":194,"kind":512,"name":"constructor","url":"classes/identity_interaction_email_password_handler_forgotpasswordhandler.forgotpasswordhandler.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"identity/interaction/email-password/handler/ForgotPasswordHandler.ForgotPasswordHandler"},{"id":195,"kind":1024,"name":"logger","url":"classes/identity_interaction_email_password_handler_forgotpasswordhandler.forgotpasswordhandler.html#logger","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"identity/interaction/email-password/handler/ForgotPasswordHandler.ForgotPasswordHandler"},{"id":196,"kind":1024,"name":"accountStore","url":"classes/identity_interaction_email_password_handler_forgotpasswordhandler.forgotpasswordhandler.html#accountstore","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"identity/interaction/email-password/handler/ForgotPasswordHandler.ForgotPasswordHandler"},{"id":197,"kind":1024,"name":"baseUrl","url":"classes/identity_interaction_email_password_handler_forgotpasswordhandler.forgotpasswordhandler.html#baseurl","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"identity/interaction/email-password/handler/ForgotPasswordHandler.ForgotPasswordHandler"},{"id":198,"kind":1024,"name":"idpPath","url":"classes/identity_interaction_email_password_handler_forgotpasswordhandler.forgotpasswordhandler.html#idppath","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"identity/interaction/email-password/handler/ForgotPasswordHandler.ForgotPasswordHandler"},{"id":199,"kind":1024,"name":"templateEngine","url":"classes/identity_interaction_email_password_handler_forgotpasswordhandler.forgotpasswordhandler.html#templateengine","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"identity/interaction/email-password/handler/ForgotPasswordHandler.ForgotPasswordHandler"},{"id":200,"kind":1024,"name":"emailSender","url":"classes/identity_interaction_email_password_handler_forgotpasswordhandler.forgotpasswordhandler.html#emailsender","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"identity/interaction/email-password/handler/ForgotPasswordHandler.ForgotPasswordHandler"},{"id":201,"kind":2048,"name":"handle","url":"classes/identity_interaction_email_password_handler_forgotpasswordhandler.forgotpasswordhandler.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"identity/interaction/email-password/handler/ForgotPasswordHandler.ForgotPasswordHandler"},{"id":202,"kind":2048,"name":"resetPassword","url":"classes/identity_interaction_email_password_handler_forgotpasswordhandler.forgotpasswordhandler.html#resetpassword","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"identity/interaction/email-password/handler/ForgotPasswordHandler.ForgotPasswordHandler"},{"id":203,"kind":2048,"name":"sendResetMail","url":"classes/identity_interaction_email_password_handler_forgotpasswordhandler.forgotpasswordhandler.html#sendresetmail","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"identity/interaction/email-password/handler/ForgotPasswordHandler.ForgotPasswordHandler"},{"id":204,"kind":2048,"name":"canHandle","url":"classes/identity_interaction_email_password_handler_forgotpasswordhandler.forgotpasswordhandler.html#canhandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"identity/interaction/email-password/handler/ForgotPasswordHandler.ForgotPasswordHandler"},{"id":205,"kind":2048,"name":"handleSafe","url":"classes/identity_interaction_email_password_handler_forgotpasswordhandler.forgotpasswordhandler.html#handlesafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"identity/interaction/email-password/handler/ForgotPasswordHandler.ForgotPasswordHandler"},{"id":206,"kind":1,"name":"identity/interaction/email-password/handler/InteractionHandler","url":"modules/identity_interaction_email_password_handler_interactionhandler.html","classes":"tsd-kind-module"},{"id":207,"kind":4194304,"name":"Interaction","url":"modules/identity_interaction_email_password_handler_interactionhandler.html#interaction","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"identity/interaction/email-password/handler/InteractionHandler"},{"id":208,"kind":256,"name":"InteractionHandlerInput","url":"interfaces/identity_interaction_email_password_handler_interactionhandler.interactionhandlerinput.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"identity/interaction/email-password/handler/InteractionHandler"},{"id":209,"kind":1024,"name":"request","url":"interfaces/identity_interaction_email_password_handler_interactionhandler.interactionhandlerinput.html#request","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"identity/interaction/email-password/handler/InteractionHandler.InteractionHandlerInput"},{"id":210,"kind":1024,"name":"oidcInteraction","url":"interfaces/identity_interaction_email_password_handler_interactionhandler.interactionhandlerinput.html#oidcinteraction","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"identity/interaction/email-password/handler/InteractionHandler.InteractionHandlerInput"},{"id":211,"kind":4194304,"name":"InteractionHandlerResult","url":"modules/identity_interaction_email_password_handler_interactionhandler.html#interactionhandlerresult","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"identity/interaction/email-password/handler/InteractionHandler"},{"id":212,"kind":256,"name":"InteractionResponseResult","url":"interfaces/identity_interaction_email_password_handler_interactionhandler.interactionresponseresult.html","classes":"tsd-kind-interface tsd-parent-kind-module tsd-has-type-parameter","parent":"identity/interaction/email-password/handler/InteractionHandler"},{"id":213,"kind":1024,"name":"type","url":"interfaces/identity_interaction_email_password_handler_interactionhandler.interactionresponseresult.html#type","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"identity/interaction/email-password/handler/InteractionHandler.InteractionResponseResult"},{"id":214,"kind":1024,"name":"details","url":"interfaces/identity_interaction_email_password_handler_interactionhandler.interactionresponseresult.html#details","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"identity/interaction/email-password/handler/InteractionHandler.InteractionResponseResult"},{"id":215,"kind":256,"name":"InteractionCompleteResult","url":"interfaces/identity_interaction_email_password_handler_interactionhandler.interactioncompleteresult.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"identity/interaction/email-password/handler/InteractionHandler"},{"id":216,"kind":1024,"name":"type","url":"interfaces/identity_interaction_email_password_handler_interactionhandler.interactioncompleteresult.html#type","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"identity/interaction/email-password/handler/InteractionHandler.InteractionCompleteResult"},{"id":217,"kind":1024,"name":"details","url":"interfaces/identity_interaction_email_password_handler_interactionhandler.interactioncompleteresult.html#details","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"identity/interaction/email-password/handler/InteractionHandler.InteractionCompleteResult"},{"id":218,"kind":128,"name":"InteractionHandler","url":"classes/identity_interaction_email_password_handler_interactionhandler.interactionhandler.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"identity/interaction/email-password/handler/InteractionHandler"},{"id":219,"kind":512,"name":"constructor","url":"classes/identity_interaction_email_password_handler_interactionhandler.interactionhandler.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"identity/interaction/email-password/handler/InteractionHandler.InteractionHandler"},{"id":220,"kind":2048,"name":"canHandle","url":"classes/identity_interaction_email_password_handler_interactionhandler.interactionhandler.html#canhandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"identity/interaction/email-password/handler/InteractionHandler.InteractionHandler"},{"id":221,"kind":2048,"name":"handle","url":"classes/identity_interaction_email_password_handler_interactionhandler.interactionhandler.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"identity/interaction/email-password/handler/InteractionHandler.InteractionHandler"},{"id":222,"kind":2048,"name":"handleSafe","url":"classes/identity_interaction_email_password_handler_interactionhandler.interactionhandler.html#handlesafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"identity/interaction/email-password/handler/InteractionHandler.InteractionHandler"},{"id":223,"kind":1,"name":"identity/interaction/email-password/handler/LoginHandler","url":"modules/identity_interaction_email_password_handler_loginhandler.html","classes":"tsd-kind-module"},{"id":224,"kind":128,"name":"LoginHandler","url":"classes/identity_interaction_email_password_handler_loginhandler.loginhandler.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"identity/interaction/email-password/handler/LoginHandler"},{"id":225,"kind":512,"name":"constructor","url":"classes/identity_interaction_email_password_handler_loginhandler.loginhandler.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"identity/interaction/email-password/handler/LoginHandler.LoginHandler"},{"id":226,"kind":1024,"name":"logger","url":"classes/identity_interaction_email_password_handler_loginhandler.loginhandler.html#logger","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"identity/interaction/email-password/handler/LoginHandler.LoginHandler"},{"id":227,"kind":1024,"name":"accountStore","url":"classes/identity_interaction_email_password_handler_loginhandler.loginhandler.html#accountstore","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"identity/interaction/email-password/handler/LoginHandler.LoginHandler"},{"id":228,"kind":2048,"name":"handle","url":"classes/identity_interaction_email_password_handler_loginhandler.loginhandler.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"identity/interaction/email-password/handler/LoginHandler.LoginHandler"},{"id":229,"kind":2048,"name":"parseInput","url":"classes/identity_interaction_email_password_handler_loginhandler.loginhandler.html#parseinput","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"identity/interaction/email-password/handler/LoginHandler.LoginHandler"},{"id":230,"kind":2048,"name":"canHandle","url":"classes/identity_interaction_email_password_handler_loginhandler.loginhandler.html#canhandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"identity/interaction/email-password/handler/LoginHandler.LoginHandler"},{"id":231,"kind":2048,"name":"handleSafe","url":"classes/identity_interaction_email_password_handler_loginhandler.loginhandler.html#handlesafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"identity/interaction/email-password/handler/LoginHandler.LoginHandler"},{"id":232,"kind":1,"name":"identity/interaction/email-password/handler/RegistrationHandler","url":"modules/identity_interaction_email_password_handler_registrationhandler.html","classes":"tsd-kind-module"},{"id":233,"kind":256,"name":"RegistrationHandlerArgs","url":"interfaces/identity_interaction_email_password_handler_registrationhandler.registrationhandlerargs.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"identity/interaction/email-password/handler/RegistrationHandler"},{"id":234,"kind":1024,"name":"baseUrl","url":"interfaces/identity_interaction_email_password_handler_registrationhandler.registrationhandlerargs.html#baseurl","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"identity/interaction/email-password/handler/RegistrationHandler.RegistrationHandlerArgs"},{"id":235,"kind":1024,"name":"webIdSuffix","url":"interfaces/identity_interaction_email_password_handler_registrationhandler.registrationhandlerargs.html#webidsuffix","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"identity/interaction/email-password/handler/RegistrationHandler.RegistrationHandlerArgs"},{"id":236,"kind":1024,"name":"identifierGenerator","url":"interfaces/identity_interaction_email_password_handler_registrationhandler.registrationhandlerargs.html#identifiergenerator","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"identity/interaction/email-password/handler/RegistrationHandler.RegistrationHandlerArgs"},{"id":237,"kind":1024,"name":"ownershipValidator","url":"interfaces/identity_interaction_email_password_handler_registrationhandler.registrationhandlerargs.html#ownershipvalidator","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"identity/interaction/email-password/handler/RegistrationHandler.RegistrationHandlerArgs"},{"id":238,"kind":1024,"name":"accountStore","url":"interfaces/identity_interaction_email_password_handler_registrationhandler.registrationhandlerargs.html#accountstore","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"identity/interaction/email-password/handler/RegistrationHandler.RegistrationHandlerArgs"},{"id":239,"kind":1024,"name":"podManager","url":"interfaces/identity_interaction_email_password_handler_registrationhandler.registrationhandlerargs.html#podmanager","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"identity/interaction/email-password/handler/RegistrationHandler.RegistrationHandlerArgs"},{"id":240,"kind":128,"name":"RegistrationHandler","url":"classes/identity_interaction_email_password_handler_registrationhandler.registrationhandler.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"identity/interaction/email-password/handler/RegistrationHandler"},{"id":241,"kind":512,"name":"constructor","url":"classes/identity_interaction_email_password_handler_registrationhandler.registrationhandler.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"identity/interaction/email-password/handler/RegistrationHandler.RegistrationHandler"},{"id":242,"kind":1024,"name":"logger","url":"classes/identity_interaction_email_password_handler_registrationhandler.registrationhandler.html#logger","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"identity/interaction/email-password/handler/RegistrationHandler.RegistrationHandler"},{"id":243,"kind":1024,"name":"baseUrl","url":"classes/identity_interaction_email_password_handler_registrationhandler.registrationhandler.html#baseurl","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"identity/interaction/email-password/handler/RegistrationHandler.RegistrationHandler"},{"id":244,"kind":1024,"name":"webIdSuffix","url":"classes/identity_interaction_email_password_handler_registrationhandler.registrationhandler.html#webidsuffix","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"identity/interaction/email-password/handler/RegistrationHandler.RegistrationHandler"},{"id":245,"kind":1024,"name":"identifierGenerator","url":"classes/identity_interaction_email_password_handler_registrationhandler.registrationhandler.html#identifiergenerator","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"identity/interaction/email-password/handler/RegistrationHandler.RegistrationHandler"},{"id":246,"kind":1024,"name":"ownershipValidator","url":"classes/identity_interaction_email_password_handler_registrationhandler.registrationhandler.html#ownershipvalidator","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"identity/interaction/email-password/handler/RegistrationHandler.RegistrationHandler"},{"id":247,"kind":1024,"name":"accountStore","url":"classes/identity_interaction_email_password_handler_registrationhandler.registrationhandler.html#accountstore","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"identity/interaction/email-password/handler/RegistrationHandler.RegistrationHandler"},{"id":248,"kind":1024,"name":"podManager","url":"classes/identity_interaction_email_password_handler_registrationhandler.registrationhandler.html#podmanager","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"identity/interaction/email-password/handler/RegistrationHandler.RegistrationHandler"},{"id":249,"kind":2048,"name":"handle","url":"classes/identity_interaction_email_password_handler_registrationhandler.registrationhandler.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"identity/interaction/email-password/handler/RegistrationHandler.RegistrationHandler"},{"id":250,"kind":2048,"name":"register","url":"classes/identity_interaction_email_password_handler_registrationhandler.registrationhandler.html#register","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"identity/interaction/email-password/handler/RegistrationHandler.RegistrationHandler"},{"id":251,"kind":2048,"name":"parseInput","url":"classes/identity_interaction_email_password_handler_registrationhandler.registrationhandler.html#parseinput","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"identity/interaction/email-password/handler/RegistrationHandler.RegistrationHandler"},{"id":252,"kind":2048,"name":"validateInput","url":"classes/identity_interaction_email_password_handler_registrationhandler.registrationhandler.html#validateinput","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"identity/interaction/email-password/handler/RegistrationHandler.RegistrationHandler"},{"id":253,"kind":2048,"name":"canHandle","url":"classes/identity_interaction_email_password_handler_registrationhandler.registrationhandler.html#canhandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"identity/interaction/email-password/handler/RegistrationHandler.RegistrationHandler"},{"id":254,"kind":2048,"name":"handleSafe","url":"classes/identity_interaction_email_password_handler_registrationhandler.registrationhandler.html#handlesafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"identity/interaction/email-password/handler/RegistrationHandler.RegistrationHandler"},{"id":255,"kind":1,"name":"identity/interaction/email-password/handler/ResetPasswordHandler","url":"modules/identity_interaction_email_password_handler_resetpasswordhandler.html","classes":"tsd-kind-module"},{"id":256,"kind":128,"name":"ResetPasswordHandler","url":"classes/identity_interaction_email_password_handler_resetpasswordhandler.resetpasswordhandler.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"identity/interaction/email-password/handler/ResetPasswordHandler"},{"id":257,"kind":512,"name":"constructor","url":"classes/identity_interaction_email_password_handler_resetpasswordhandler.resetpasswordhandler.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"identity/interaction/email-password/handler/ResetPasswordHandler.ResetPasswordHandler"},{"id":258,"kind":1024,"name":"logger","url":"classes/identity_interaction_email_password_handler_resetpasswordhandler.resetpasswordhandler.html#logger","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"identity/interaction/email-password/handler/ResetPasswordHandler.ResetPasswordHandler"},{"id":259,"kind":1024,"name":"accountStore","url":"classes/identity_interaction_email_password_handler_resetpasswordhandler.resetpasswordhandler.html#accountstore","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"identity/interaction/email-password/handler/ResetPasswordHandler.ResetPasswordHandler"},{"id":260,"kind":2048,"name":"handle","url":"classes/identity_interaction_email_password_handler_resetpasswordhandler.resetpasswordhandler.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"identity/interaction/email-password/handler/ResetPasswordHandler.ResetPasswordHandler"},{"id":261,"kind":2048,"name":"resetPassword","url":"classes/identity_interaction_email_password_handler_resetpasswordhandler.resetpasswordhandler.html#resetpassword","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"identity/interaction/email-password/handler/ResetPasswordHandler.ResetPasswordHandler"},{"id":262,"kind":2048,"name":"canHandle","url":"classes/identity_interaction_email_password_handler_resetpasswordhandler.resetpasswordhandler.html#canhandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"identity/interaction/email-password/handler/ResetPasswordHandler.ResetPasswordHandler"},{"id":263,"kind":2048,"name":"handleSafe","url":"classes/identity_interaction_email_password_handler_resetpasswordhandler.resetpasswordhandler.html#handlesafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"identity/interaction/email-password/handler/ResetPasswordHandler.ResetPasswordHandler"},{"id":264,"kind":1,"name":"identity/interaction/email-password/storage/AccountStore","url":"modules/identity_interaction_email_password_storage_accountstore.html","classes":"tsd-kind-module"},{"id":265,"kind":256,"name":"AccountStore","url":"interfaces/identity_interaction_email_password_storage_accountstore.accountstore.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"identity/interaction/email-password/storage/AccountStore"},{"id":266,"kind":1024,"name":"authenticate","url":"interfaces/identity_interaction_email_password_storage_accountstore.accountstore.html#authenticate","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"identity/interaction/email-password/storage/AccountStore.AccountStore"},{"id":267,"kind":65536,"name":"__type","url":"interfaces/identity_interaction_email_password_storage_accountstore.accountstore.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"identity/interaction/email-password/storage/AccountStore.AccountStore"},{"id":268,"kind":1024,"name":"create","url":"interfaces/identity_interaction_email_password_storage_accountstore.accountstore.html#create","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"identity/interaction/email-password/storage/AccountStore.AccountStore"},{"id":269,"kind":65536,"name":"__type","url":"interfaces/identity_interaction_email_password_storage_accountstore.accountstore.html#__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"identity/interaction/email-password/storage/AccountStore.AccountStore"},{"id":270,"kind":1024,"name":"verify","url":"interfaces/identity_interaction_email_password_storage_accountstore.accountstore.html#verify","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"identity/interaction/email-password/storage/AccountStore.AccountStore"},{"id":271,"kind":65536,"name":"__type","url":"interfaces/identity_interaction_email_password_storage_accountstore.accountstore.html#__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"identity/interaction/email-password/storage/AccountStore.AccountStore"},{"id":272,"kind":1024,"name":"changePassword","url":"interfaces/identity_interaction_email_password_storage_accountstore.accountstore.html#changepassword","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"identity/interaction/email-password/storage/AccountStore.AccountStore"},{"id":273,"kind":65536,"name":"__type","url":"interfaces/identity_interaction_email_password_storage_accountstore.accountstore.html#__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"identity/interaction/email-password/storage/AccountStore.AccountStore"},{"id":274,"kind":1024,"name":"deleteAccount","url":"interfaces/identity_interaction_email_password_storage_accountstore.accountstore.html#deleteaccount","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"identity/interaction/email-password/storage/AccountStore.AccountStore"},{"id":275,"kind":65536,"name":"__type","url":"interfaces/identity_interaction_email_password_storage_accountstore.accountstore.html#__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"identity/interaction/email-password/storage/AccountStore.AccountStore"},{"id":276,"kind":1024,"name":"generateForgotPasswordRecord","url":"interfaces/identity_interaction_email_password_storage_accountstore.accountstore.html#generateforgotpasswordrecord","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"identity/interaction/email-password/storage/AccountStore.AccountStore"},{"id":277,"kind":65536,"name":"__type","url":"interfaces/identity_interaction_email_password_storage_accountstore.accountstore.html#__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"identity/interaction/email-password/storage/AccountStore.AccountStore"},{"id":278,"kind":1024,"name":"getForgotPasswordRecord","url":"interfaces/identity_interaction_email_password_storage_accountstore.accountstore.html#getforgotpasswordrecord","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"identity/interaction/email-password/storage/AccountStore.AccountStore"},{"id":279,"kind":65536,"name":"__type","url":"interfaces/identity_interaction_email_password_storage_accountstore.accountstore.html#__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"identity/interaction/email-password/storage/AccountStore.AccountStore"},{"id":280,"kind":1024,"name":"deleteForgotPasswordRecord","url":"interfaces/identity_interaction_email_password_storage_accountstore.accountstore.html#deleteforgotpasswordrecord","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"identity/interaction/email-password/storage/AccountStore.AccountStore"},{"id":281,"kind":65536,"name":"__type","url":"interfaces/identity_interaction_email_password_storage_accountstore.accountstore.html#__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"identity/interaction/email-password/storage/AccountStore.AccountStore"},{"id":282,"kind":1,"name":"identity/interaction/email-password/storage/BaseAccountStore","url":"modules/identity_interaction_email_password_storage_baseaccountstore.html","classes":"tsd-kind-module"},{"id":283,"kind":256,"name":"AccountPayload","url":"interfaces/identity_interaction_email_password_storage_baseaccountstore.accountpayload.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"identity/interaction/email-password/storage/BaseAccountStore"},{"id":284,"kind":1024,"name":"webId","url":"interfaces/identity_interaction_email_password_storage_baseaccountstore.accountpayload.html#webid","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"identity/interaction/email-password/storage/BaseAccountStore.AccountPayload"},{"id":285,"kind":1024,"name":"email","url":"interfaces/identity_interaction_email_password_storage_baseaccountstore.accountpayload.html#email","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"identity/interaction/email-password/storage/BaseAccountStore.AccountPayload"},{"id":286,"kind":1024,"name":"password","url":"interfaces/identity_interaction_email_password_storage_baseaccountstore.accountpayload.html#password","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"identity/interaction/email-password/storage/BaseAccountStore.AccountPayload"},{"id":287,"kind":1024,"name":"verified","url":"interfaces/identity_interaction_email_password_storage_baseaccountstore.accountpayload.html#verified","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"identity/interaction/email-password/storage/BaseAccountStore.AccountPayload"},{"id":288,"kind":256,"name":"ForgotPasswordPayload","url":"interfaces/identity_interaction_email_password_storage_baseaccountstore.forgotpasswordpayload.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"identity/interaction/email-password/storage/BaseAccountStore"},{"id":289,"kind":1024,"name":"email","url":"interfaces/identity_interaction_email_password_storage_baseaccountstore.forgotpasswordpayload.html#email","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"identity/interaction/email-password/storage/BaseAccountStore.ForgotPasswordPayload"},{"id":290,"kind":1024,"name":"recordId","url":"interfaces/identity_interaction_email_password_storage_baseaccountstore.forgotpasswordpayload.html#recordid","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"identity/interaction/email-password/storage/BaseAccountStore.ForgotPasswordPayload"},{"id":291,"kind":4194304,"name":"EmailPasswordData","url":"modules/identity_interaction_email_password_storage_baseaccountstore.html#emailpassworddata","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"identity/interaction/email-password/storage/BaseAccountStore"},{"id":292,"kind":256,"name":"BaseAccountStoreArgs","url":"interfaces/identity_interaction_email_password_storage_baseaccountstore.baseaccountstoreargs.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"identity/interaction/email-password/storage/BaseAccountStore"},{"id":293,"kind":1024,"name":"storageName","url":"interfaces/identity_interaction_email_password_storage_baseaccountstore.baseaccountstoreargs.html#storagename","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"identity/interaction/email-password/storage/BaseAccountStore.BaseAccountStoreArgs"},{"id":294,"kind":1024,"name":"storage","url":"interfaces/identity_interaction_email_password_storage_baseaccountstore.baseaccountstoreargs.html#storage","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"identity/interaction/email-password/storage/BaseAccountStore.BaseAccountStoreArgs"},{"id":295,"kind":1024,"name":"saltRounds","url":"interfaces/identity_interaction_email_password_storage_baseaccountstore.baseaccountstoreargs.html#saltrounds","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"identity/interaction/email-password/storage/BaseAccountStore.BaseAccountStoreArgs"},{"id":296,"kind":128,"name":"BaseAccountStore","url":"classes/identity_interaction_email_password_storage_baseaccountstore.baseaccountstore.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"identity/interaction/email-password/storage/BaseAccountStore"},{"id":297,"kind":512,"name":"constructor","url":"classes/identity_interaction_email_password_storage_baseaccountstore.baseaccountstore.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"identity/interaction/email-password/storage/BaseAccountStore.BaseAccountStore"},{"id":298,"kind":1024,"name":"storageName","url":"classes/identity_interaction_email_password_storage_baseaccountstore.baseaccountstore.html#storagename","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"identity/interaction/email-password/storage/BaseAccountStore.BaseAccountStore"},{"id":299,"kind":1024,"name":"storage","url":"classes/identity_interaction_email_password_storage_baseaccountstore.baseaccountstore.html#storage","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"identity/interaction/email-password/storage/BaseAccountStore.BaseAccountStore"},{"id":300,"kind":1024,"name":"saltRounds","url":"classes/identity_interaction_email_password_storage_baseaccountstore.baseaccountstore.html#saltrounds","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"identity/interaction/email-password/storage/BaseAccountStore.BaseAccountStore"},{"id":301,"kind":2048,"name":"getAccountResourceIdentifier","url":"classes/identity_interaction_email_password_storage_baseaccountstore.baseaccountstore.html#getaccountresourceidentifier","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"identity/interaction/email-password/storage/BaseAccountStore.BaseAccountStore"},{"id":302,"kind":2048,"name":"getForgotPasswordRecordResourceIdentifier","url":"classes/identity_interaction_email_password_storage_baseaccountstore.baseaccountstore.html#getforgotpasswordrecordresourceidentifier","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"identity/interaction/email-password/storage/BaseAccountStore.BaseAccountStore"},{"id":303,"kind":2048,"name":"getAccountPayload","url":"classes/identity_interaction_email_password_storage_baseaccountstore.baseaccountstore.html#getaccountpayload","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"identity/interaction/email-password/storage/BaseAccountStore.BaseAccountStore"},{"id":304,"kind":2048,"name":"authenticate","url":"classes/identity_interaction_email_password_storage_baseaccountstore.baseaccountstore.html#authenticate","classes":"tsd-kind-method tsd-parent-kind-class","parent":"identity/interaction/email-password/storage/BaseAccountStore.BaseAccountStore"},{"id":305,"kind":2048,"name":"create","url":"classes/identity_interaction_email_password_storage_baseaccountstore.baseaccountstore.html#create","classes":"tsd-kind-method tsd-parent-kind-class","parent":"identity/interaction/email-password/storage/BaseAccountStore.BaseAccountStore"},{"id":306,"kind":2048,"name":"verify","url":"classes/identity_interaction_email_password_storage_baseaccountstore.baseaccountstore.html#verify","classes":"tsd-kind-method tsd-parent-kind-class","parent":"identity/interaction/email-password/storage/BaseAccountStore.BaseAccountStore"},{"id":307,"kind":2048,"name":"changePassword","url":"classes/identity_interaction_email_password_storage_baseaccountstore.baseaccountstore.html#changepassword","classes":"tsd-kind-method tsd-parent-kind-class","parent":"identity/interaction/email-password/storage/BaseAccountStore.BaseAccountStore"},{"id":308,"kind":2048,"name":"deleteAccount","url":"classes/identity_interaction_email_password_storage_baseaccountstore.baseaccountstore.html#deleteaccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"identity/interaction/email-password/storage/BaseAccountStore.BaseAccountStore"},{"id":309,"kind":2048,"name":"generateForgotPasswordRecord","url":"classes/identity_interaction_email_password_storage_baseaccountstore.baseaccountstore.html#generateforgotpasswordrecord","classes":"tsd-kind-method tsd-parent-kind-class","parent":"identity/interaction/email-password/storage/BaseAccountStore.BaseAccountStore"},{"id":310,"kind":2048,"name":"getForgotPasswordRecord","url":"classes/identity_interaction_email_password_storage_baseaccountstore.baseaccountstore.html#getforgotpasswordrecord","classes":"tsd-kind-method tsd-parent-kind-class","parent":"identity/interaction/email-password/storage/BaseAccountStore.BaseAccountStore"},{"id":311,"kind":2048,"name":"deleteForgotPasswordRecord","url":"classes/identity_interaction_email_password_storage_baseaccountstore.baseaccountstore.html#deleteforgotpasswordrecord","classes":"tsd-kind-method tsd-parent-kind-class","parent":"identity/interaction/email-password/storage/BaseAccountStore.BaseAccountStore"},{"id":312,"kind":1,"name":"identity/interaction/util/BaseEmailSender","url":"modules/identity_interaction_util_baseemailsender.html","classes":"tsd-kind-module"},{"id":313,"kind":256,"name":"EmailSenderArgs","url":"interfaces/identity_interaction_util_baseemailsender.emailsenderargs.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"identity/interaction/util/BaseEmailSender"},{"id":314,"kind":1024,"name":"emailConfig","url":"interfaces/identity_interaction_util_baseemailsender.emailsenderargs.html#emailconfig","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"identity/interaction/util/BaseEmailSender.EmailSenderArgs"},{"id":315,"kind":65536,"name":"__type","url":"interfaces/identity_interaction_util_baseemailsender.emailsenderargs.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"identity/interaction/util/BaseEmailSender.EmailSenderArgs"},{"id":316,"kind":1024,"name":"host","url":"interfaces/identity_interaction_util_baseemailsender.emailsenderargs.html#__type.host","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"identity/interaction/util/BaseEmailSender.EmailSenderArgs.__type"},{"id":317,"kind":1024,"name":"port","url":"interfaces/identity_interaction_util_baseemailsender.emailsenderargs.html#__type.port","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"identity/interaction/util/BaseEmailSender.EmailSenderArgs.__type"},{"id":318,"kind":1024,"name":"auth","url":"interfaces/identity_interaction_util_baseemailsender.emailsenderargs.html#__type.auth","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"identity/interaction/util/BaseEmailSender.EmailSenderArgs.__type"},{"id":319,"kind":65536,"name":"__type","url":"interfaces/identity_interaction_util_baseemailsender.emailsenderargs.html#__type.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"identity/interaction/util/BaseEmailSender.EmailSenderArgs.__type"},{"id":320,"kind":1024,"name":"user","url":"interfaces/identity_interaction_util_baseemailsender.emailsenderargs.html#__type.__type-1.user","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"identity/interaction/util/BaseEmailSender.EmailSenderArgs.__type.__type"},{"id":321,"kind":1024,"name":"pass","url":"interfaces/identity_interaction_util_baseemailsender.emailsenderargs.html#__type.__type-1.pass","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"identity/interaction/util/BaseEmailSender.EmailSenderArgs.__type.__type"},{"id":322,"kind":1024,"name":"senderName","url":"interfaces/identity_interaction_util_baseemailsender.emailsenderargs.html#sendername","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"identity/interaction/util/BaseEmailSender.EmailSenderArgs"},{"id":323,"kind":128,"name":"BaseEmailSender","url":"classes/identity_interaction_util_baseemailsender.baseemailsender.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"identity/interaction/util/BaseEmailSender"},{"id":324,"kind":512,"name":"constructor","url":"classes/identity_interaction_util_baseemailsender.baseemailsender.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"identity/interaction/util/BaseEmailSender.BaseEmailSender"},{"id":325,"kind":1024,"name":"mailTransporter","url":"classes/identity_interaction_util_baseemailsender.baseemailsender.html#mailtransporter","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"identity/interaction/util/BaseEmailSender.BaseEmailSender"},{"id":326,"kind":1024,"name":"senderName","url":"classes/identity_interaction_util_baseemailsender.baseemailsender.html#sendername","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"identity/interaction/util/BaseEmailSender.BaseEmailSender"},{"id":327,"kind":2048,"name":"handle","url":"classes/identity_interaction_util_baseemailsender.baseemailsender.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"identity/interaction/util/BaseEmailSender.BaseEmailSender"},{"id":328,"kind":2048,"name":"canHandle","url":"classes/identity_interaction_util_baseemailsender.baseemailsender.html#canhandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"identity/interaction/util/BaseEmailSender.BaseEmailSender"},{"id":329,"kind":2048,"name":"handleSafe","url":"classes/identity_interaction_util_baseemailsender.baseemailsender.html#handlesafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"identity/interaction/util/BaseEmailSender.BaseEmailSender"},{"id":330,"kind":1,"name":"identity/interaction/util/EmailSender","url":"modules/identity_interaction_util_emailsender.html","classes":"tsd-kind-module"},{"id":331,"kind":256,"name":"EmailArgs","url":"interfaces/identity_interaction_util_emailsender.emailargs.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"identity/interaction/util/EmailSender"},{"id":332,"kind":1024,"name":"recipient","url":"interfaces/identity_interaction_util_emailsender.emailargs.html#recipient","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"identity/interaction/util/EmailSender.EmailArgs"},{"id":333,"kind":1024,"name":"subject","url":"interfaces/identity_interaction_util_emailsender.emailargs.html#subject","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"identity/interaction/util/EmailSender.EmailArgs"},{"id":334,"kind":1024,"name":"text","url":"interfaces/identity_interaction_util_emailsender.emailargs.html#text","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"identity/interaction/util/EmailSender.EmailArgs"},{"id":335,"kind":1024,"name":"html","url":"interfaces/identity_interaction_util_emailsender.emailargs.html#html","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"identity/interaction/util/EmailSender.EmailArgs"},{"id":336,"kind":128,"name":"EmailSender","url":"classes/identity_interaction_util_emailsender.emailsender.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"identity/interaction/util/EmailSender"},{"id":337,"kind":512,"name":"constructor","url":"classes/identity_interaction_util_emailsender.emailsender.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"identity/interaction/util/EmailSender.EmailSender"},{"id":338,"kind":2048,"name":"canHandle","url":"classes/identity_interaction_util_emailsender.emailsender.html#canhandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"identity/interaction/util/EmailSender.EmailSender"},{"id":339,"kind":2048,"name":"handle","url":"classes/identity_interaction_util_emailsender.emailsender.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"identity/interaction/util/EmailSender.EmailSender"},{"id":340,"kind":2048,"name":"handleSafe","url":"classes/identity_interaction_util_emailsender.emailsender.html#handlesafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"identity/interaction/util/EmailSender.EmailSender"},{"id":341,"kind":1,"name":"identity/interaction/util/FormDataUtil","url":"modules/identity_interaction_util_formdatautil.html","classes":"tsd-kind-module"},{"id":342,"kind":64,"name":"getFormDataRequestBody","url":"modules/identity_interaction_util_formdatautil.html#getformdatarequestbody","classes":"tsd-kind-function tsd-parent-kind-module","parent":"identity/interaction/util/FormDataUtil"},{"id":343,"kind":1,"name":"identity/interaction/util/IdpInteractionError","url":"modules/identity_interaction_util_idpinteractionerror.html","classes":"tsd-kind-module"},{"id":344,"kind":128,"name":"IdpInteractionError","url":"classes/identity_interaction_util_idpinteractionerror.idpinteractionerror.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"identity/interaction/util/IdpInteractionError"},{"id":345,"kind":2048,"name":"isInstance","url":"classes/identity_interaction_util_idpinteractionerror.idpinteractionerror.html#isinstance","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-static","parent":"identity/interaction/util/IdpInteractionError.IdpInteractionError"},{"id":346,"kind":1024,"name":"statusCode","url":"classes/identity_interaction_util_idpinteractionerror.idpinteractionerror.html#statuscode-1","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-static","parent":"identity/interaction/util/IdpInteractionError.IdpInteractionError"},{"id":347,"kind":65536,"name":"__type","url":"classes/identity_interaction_util_idpinteractionerror.idpinteractionerror.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-class","parent":"identity/interaction/util/IdpInteractionError.IdpInteractionError"},{"id":348,"kind":512,"name":"constructor","url":"classes/identity_interaction_util_idpinteractionerror.idpinteractionerror.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"identity/interaction/util/IdpInteractionError.IdpInteractionError"},{"id":349,"kind":1024,"name":"prefilled","url":"classes/identity_interaction_util_idpinteractionerror.idpinteractionerror.html#prefilled","classes":"tsd-kind-property tsd-parent-kind-class","parent":"identity/interaction/util/IdpInteractionError.IdpInteractionError"},{"id":350,"kind":1024,"name":"statusCode","url":"classes/identity_interaction_util_idpinteractionerror.idpinteractionerror.html#statuscode","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"identity/interaction/util/IdpInteractionError.IdpInteractionError"},{"id":351,"kind":1024,"name":"cause","url":"classes/identity_interaction_util_idpinteractionerror.idpinteractionerror.html#cause","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"identity/interaction/util/IdpInteractionError.IdpInteractionError"},{"id":352,"kind":1024,"name":"errorCode","url":"classes/identity_interaction_util_idpinteractionerror.idpinteractionerror.html#errorcode","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"identity/interaction/util/IdpInteractionError.IdpInteractionError"},{"id":353,"kind":1024,"name":"details","url":"classes/identity_interaction_util_idpinteractionerror.idpinteractionerror.html#details","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"identity/interaction/util/IdpInteractionError.IdpInteractionError"},{"id":354,"kind":1,"name":"identity/interaction/util/InteractionCompleter","url":"modules/identity_interaction_util_interactioncompleter.html","classes":"tsd-kind-module"},{"id":355,"kind":256,"name":"InteractionCompleterParams","url":"interfaces/identity_interaction_util_interactioncompleter.interactioncompleterparams.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"identity/interaction/util/InteractionCompleter"},{"id":356,"kind":1024,"name":"webId","url":"interfaces/identity_interaction_util_interactioncompleter.interactioncompleterparams.html#webid","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"identity/interaction/util/InteractionCompleter.InteractionCompleterParams"},{"id":357,"kind":1024,"name":"shouldRemember","url":"interfaces/identity_interaction_util_interactioncompleter.interactioncompleterparams.html#shouldremember","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"identity/interaction/util/InteractionCompleter.InteractionCompleterParams"},{"id":358,"kind":4194304,"name":"InteractionCompleterInput","url":"modules/identity_interaction_util_interactioncompleter.html#interactioncompleterinput","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"identity/interaction/util/InteractionCompleter"},{"id":359,"kind":128,"name":"InteractionCompleter","url":"classes/identity_interaction_util_interactioncompleter.interactioncompleter.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"identity/interaction/util/InteractionCompleter"},{"id":360,"kind":512,"name":"constructor","url":"classes/identity_interaction_util_interactioncompleter.interactioncompleter.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"identity/interaction/util/InteractionCompleter.InteractionCompleter"},{"id":361,"kind":1024,"name":"providerFactory","url":"classes/identity_interaction_util_interactioncompleter.interactioncompleter.html#providerfactory","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"identity/interaction/util/InteractionCompleter.InteractionCompleter"},{"id":362,"kind":2048,"name":"handle","url":"classes/identity_interaction_util_interactioncompleter.interactioncompleter.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"identity/interaction/util/InteractionCompleter.InteractionCompleter"},{"id":363,"kind":2048,"name":"canHandle","url":"classes/identity_interaction_util_interactioncompleter.interactioncompleter.html#canhandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"identity/interaction/util/InteractionCompleter.InteractionCompleter"},{"id":364,"kind":2048,"name":"handleSafe","url":"classes/identity_interaction_util_interactioncompleter.interactioncompleter.html#handlesafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"identity/interaction/util/InteractionCompleter.InteractionCompleter"},{"id":365,"kind":1,"name":"identity/ownership/NoCheckOwnershipValidator","url":"modules/identity_ownership_nocheckownershipvalidator.html","classes":"tsd-kind-module"},{"id":366,"kind":128,"name":"NoCheckOwnershipValidator","url":"classes/identity_ownership_nocheckownershipvalidator.nocheckownershipvalidator.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"identity/ownership/NoCheckOwnershipValidator"},{"id":367,"kind":512,"name":"constructor","url":"classes/identity_ownership_nocheckownershipvalidator.nocheckownershipvalidator.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"identity/ownership/NoCheckOwnershipValidator.NoCheckOwnershipValidator"},{"id":368,"kind":1024,"name":"logger","url":"classes/identity_ownership_nocheckownershipvalidator.nocheckownershipvalidator.html#logger","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"identity/ownership/NoCheckOwnershipValidator.NoCheckOwnershipValidator"},{"id":369,"kind":2048,"name":"handle","url":"classes/identity_ownership_nocheckownershipvalidator.nocheckownershipvalidator.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"identity/ownership/NoCheckOwnershipValidator.NoCheckOwnershipValidator"},{"id":370,"kind":2048,"name":"canHandle","url":"classes/identity_ownership_nocheckownershipvalidator.nocheckownershipvalidator.html#canhandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"identity/ownership/NoCheckOwnershipValidator.NoCheckOwnershipValidator"},{"id":371,"kind":2048,"name":"handleSafe","url":"classes/identity_ownership_nocheckownershipvalidator.nocheckownershipvalidator.html#handlesafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"identity/ownership/NoCheckOwnershipValidator.NoCheckOwnershipValidator"},{"id":372,"kind":1,"name":"identity/ownership/OwnershipValidator","url":"modules/identity_ownership_ownershipvalidator.html","classes":"tsd-kind-module"},{"id":373,"kind":128,"name":"OwnershipValidator","url":"classes/identity_ownership_ownershipvalidator.ownershipvalidator.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"identity/ownership/OwnershipValidator"},{"id":374,"kind":512,"name":"constructor","url":"classes/identity_ownership_ownershipvalidator.ownershipvalidator.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"identity/ownership/OwnershipValidator.OwnershipValidator"},{"id":375,"kind":2048,"name":"canHandle","url":"classes/identity_ownership_ownershipvalidator.ownershipvalidator.html#canhandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"identity/ownership/OwnershipValidator.OwnershipValidator"},{"id":376,"kind":2048,"name":"handle","url":"classes/identity_ownership_ownershipvalidator.ownershipvalidator.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"identity/ownership/OwnershipValidator.OwnershipValidator"},{"id":377,"kind":2048,"name":"handleSafe","url":"classes/identity_ownership_ownershipvalidator.ownershipvalidator.html#handlesafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"identity/ownership/OwnershipValidator.OwnershipValidator"},{"id":378,"kind":1,"name":"identity/ownership/TokenOwnershipValidator","url":"modules/identity_ownership_tokenownershipvalidator.html","classes":"tsd-kind-module"},{"id":379,"kind":128,"name":"TokenOwnershipValidator","url":"classes/identity_ownership_tokenownershipvalidator.tokenownershipvalidator.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"identity/ownership/TokenOwnershipValidator"},{"id":380,"kind":512,"name":"constructor","url":"classes/identity_ownership_tokenownershipvalidator.tokenownershipvalidator.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"identity/ownership/TokenOwnershipValidator.TokenOwnershipValidator"},{"id":381,"kind":1024,"name":"logger","url":"classes/identity_ownership_tokenownershipvalidator.tokenownershipvalidator.html#logger","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"identity/ownership/TokenOwnershipValidator.TokenOwnershipValidator"},{"id":382,"kind":1024,"name":"converter","url":"classes/identity_ownership_tokenownershipvalidator.tokenownershipvalidator.html#converter","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"identity/ownership/TokenOwnershipValidator.TokenOwnershipValidator"},{"id":383,"kind":1024,"name":"storage","url":"classes/identity_ownership_tokenownershipvalidator.tokenownershipvalidator.html#storage","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"identity/ownership/TokenOwnershipValidator.TokenOwnershipValidator"},{"id":384,"kind":1024,"name":"expiration","url":"classes/identity_ownership_tokenownershipvalidator.tokenownershipvalidator.html#expiration","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"identity/ownership/TokenOwnershipValidator.TokenOwnershipValidator"},{"id":385,"kind":2048,"name":"handle","url":"classes/identity_ownership_tokenownershipvalidator.tokenownershipvalidator.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"identity/ownership/TokenOwnershipValidator.TokenOwnershipValidator"},{"id":386,"kind":2048,"name":"getTokenKey","url":"classes/identity_ownership_tokenownershipvalidator.tokenownershipvalidator.html#gettokenkey","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"identity/ownership/TokenOwnershipValidator.TokenOwnershipValidator"},{"id":387,"kind":2048,"name":"generateToken","url":"classes/identity_ownership_tokenownershipvalidator.tokenownershipvalidator.html#generatetoken","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"identity/ownership/TokenOwnershipValidator.TokenOwnershipValidator"},{"id":388,"kind":2048,"name":"hasToken","url":"classes/identity_ownership_tokenownershipvalidator.tokenownershipvalidator.html#hastoken","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"identity/ownership/TokenOwnershipValidator.TokenOwnershipValidator"},{"id":389,"kind":2048,"name":"throwError","url":"classes/identity_ownership_tokenownershipvalidator.tokenownershipvalidator.html#throwerror","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"identity/ownership/TokenOwnershipValidator.TokenOwnershipValidator"},{"id":390,"kind":2048,"name":"canHandle","url":"classes/identity_ownership_tokenownershipvalidator.tokenownershipvalidator.html#canhandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"identity/ownership/TokenOwnershipValidator.TokenOwnershipValidator"},{"id":391,"kind":2048,"name":"handleSafe","url":"classes/identity_ownership_tokenownershipvalidator.tokenownershipvalidator.html#handlesafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"identity/ownership/TokenOwnershipValidator.TokenOwnershipValidator"},{"id":392,"kind":1,"name":"identity/storage/AdapterFactory","url":"modules/identity_storage_adapterfactory.html","classes":"tsd-kind-module"},{"id":393,"kind":256,"name":"AdapterFactory","url":"interfaces/identity_storage_adapterfactory.adapterfactory.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"identity/storage/AdapterFactory"},{"id":394,"kind":1024,"name":"createStorageAdapter","url":"interfaces/identity_storage_adapterfactory.adapterfactory.html#createstorageadapter","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"identity/storage/AdapterFactory.AdapterFactory"},{"id":395,"kind":65536,"name":"__type","url":"interfaces/identity_storage_adapterfactory.adapterfactory.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"identity/storage/AdapterFactory.AdapterFactory"},{"id":396,"kind":1,"name":"identity/storage/ExpiringAdapterFactory","url":"modules/identity_storage_expiringadapterfactory.html","classes":"tsd-kind-module"},{"id":397,"kind":256,"name":"ExpiringAdapterArgs","url":"interfaces/identity_storage_expiringadapterfactory.expiringadapterargs.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"identity/storage/ExpiringAdapterFactory"},{"id":398,"kind":1024,"name":"storageName","url":"interfaces/identity_storage_expiringadapterfactory.expiringadapterargs.html#storagename","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"identity/storage/ExpiringAdapterFactory.ExpiringAdapterArgs"},{"id":399,"kind":1024,"name":"storage","url":"interfaces/identity_storage_expiringadapterfactory.expiringadapterargs.html#storage","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"identity/storage/ExpiringAdapterFactory.ExpiringAdapterArgs"},{"id":400,"kind":128,"name":"ExpiringAdapter","url":"classes/identity_storage_expiringadapterfactory.expiringadapter.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"identity/storage/ExpiringAdapterFactory"},{"id":401,"kind":512,"name":"constructor","url":"classes/identity_storage_expiringadapterfactory.expiringadapter.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"identity/storage/ExpiringAdapterFactory.ExpiringAdapter"},{"id":402,"kind":1024,"name":"logger","url":"classes/identity_storage_expiringadapterfactory.expiringadapter.html#logger","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"identity/storage/ExpiringAdapterFactory.ExpiringAdapter"},{"id":403,"kind":1024,"name":"storageName","url":"classes/identity_storage_expiringadapterfactory.expiringadapter.html#storagename","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"identity/storage/ExpiringAdapterFactory.ExpiringAdapter"},{"id":404,"kind":1024,"name":"name","url":"classes/identity_storage_expiringadapterfactory.expiringadapter.html#name","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"identity/storage/ExpiringAdapterFactory.ExpiringAdapter"},{"id":405,"kind":1024,"name":"storage","url":"classes/identity_storage_expiringadapterfactory.expiringadapter.html#storage","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"identity/storage/ExpiringAdapterFactory.ExpiringAdapter"},{"id":406,"kind":2048,"name":"grantKeyFor","url":"classes/identity_storage_expiringadapterfactory.expiringadapter.html#grantkeyfor","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"identity/storage/ExpiringAdapterFactory.ExpiringAdapter"},{"id":407,"kind":2048,"name":"userCodeKeyFor","url":"classes/identity_storage_expiringadapterfactory.expiringadapter.html#usercodekeyfor","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"identity/storage/ExpiringAdapterFactory.ExpiringAdapter"},{"id":408,"kind":2048,"name":"uidKeyFor","url":"classes/identity_storage_expiringadapterfactory.expiringadapter.html#uidkeyfor","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"identity/storage/ExpiringAdapterFactory.ExpiringAdapter"},{"id":409,"kind":2048,"name":"keyFor","url":"classes/identity_storage_expiringadapterfactory.expiringadapter.html#keyfor","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"identity/storage/ExpiringAdapterFactory.ExpiringAdapter"},{"id":410,"kind":2048,"name":"upsert","url":"classes/identity_storage_expiringadapterfactory.expiringadapter.html#upsert","classes":"tsd-kind-method tsd-parent-kind-class","parent":"identity/storage/ExpiringAdapterFactory.ExpiringAdapter"},{"id":411,"kind":2048,"name":"find","url":"classes/identity_storage_expiringadapterfactory.expiringadapter.html#find","classes":"tsd-kind-method tsd-parent-kind-class","parent":"identity/storage/ExpiringAdapterFactory.ExpiringAdapter"},{"id":412,"kind":2048,"name":"findByUserCode","url":"classes/identity_storage_expiringadapterfactory.expiringadapter.html#findbyusercode","classes":"tsd-kind-method tsd-parent-kind-class","parent":"identity/storage/ExpiringAdapterFactory.ExpiringAdapter"},{"id":413,"kind":2048,"name":"findByUid","url":"classes/identity_storage_expiringadapterfactory.expiringadapter.html#findbyuid","classes":"tsd-kind-method tsd-parent-kind-class","parent":"identity/storage/ExpiringAdapterFactory.ExpiringAdapter"},{"id":414,"kind":2048,"name":"destroy","url":"classes/identity_storage_expiringadapterfactory.expiringadapter.html#destroy","classes":"tsd-kind-method tsd-parent-kind-class","parent":"identity/storage/ExpiringAdapterFactory.ExpiringAdapter"},{"id":415,"kind":2048,"name":"revokeByGrantId","url":"classes/identity_storage_expiringadapterfactory.expiringadapter.html#revokebygrantid","classes":"tsd-kind-method tsd-parent-kind-class","parent":"identity/storage/ExpiringAdapterFactory.ExpiringAdapter"},{"id":416,"kind":2048,"name":"consume","url":"classes/identity_storage_expiringadapterfactory.expiringadapter.html#consume","classes":"tsd-kind-method tsd-parent-kind-class","parent":"identity/storage/ExpiringAdapterFactory.ExpiringAdapter"},{"id":417,"kind":128,"name":"ExpiringAdapterFactory","url":"classes/identity_storage_expiringadapterfactory.expiringadapterfactory.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"identity/storage/ExpiringAdapterFactory"},{"id":418,"kind":512,"name":"constructor","url":"classes/identity_storage_expiringadapterfactory.expiringadapterfactory.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"identity/storage/ExpiringAdapterFactory.ExpiringAdapterFactory"},{"id":419,"kind":1024,"name":"args","url":"classes/identity_storage_expiringadapterfactory.expiringadapterfactory.html#args","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"identity/storage/ExpiringAdapterFactory.ExpiringAdapterFactory"},{"id":420,"kind":2048,"name":"createStorageAdapter","url":"classes/identity_storage_expiringadapterfactory.expiringadapterfactory.html#createstorageadapter","classes":"tsd-kind-method tsd-parent-kind-class","parent":"identity/storage/ExpiringAdapterFactory.ExpiringAdapterFactory"},{"id":421,"kind":1,"name":"identity/storage/WebIdAdapterFactory","url":"modules/identity_storage_webidadapterfactory.html","classes":"tsd-kind-module"},{"id":422,"kind":128,"name":"WebIdAdapter","url":"classes/identity_storage_webidadapterfactory.webidadapter.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"identity/storage/WebIdAdapterFactory"},{"id":423,"kind":512,"name":"constructor","url":"classes/identity_storage_webidadapterfactory.webidadapter.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"identity/storage/WebIdAdapterFactory.WebIdAdapter"},{"id":424,"kind":1024,"name":"logger","url":"classes/identity_storage_webidadapterfactory.webidadapter.html#logger","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"identity/storage/WebIdAdapterFactory.WebIdAdapter"},{"id":425,"kind":1024,"name":"name","url":"classes/identity_storage_webidadapterfactory.webidadapter.html#name","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"identity/storage/WebIdAdapterFactory.WebIdAdapter"},{"id":426,"kind":1024,"name":"source","url":"classes/identity_storage_webidadapterfactory.webidadapter.html#source","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"identity/storage/WebIdAdapterFactory.WebIdAdapter"},{"id":427,"kind":1024,"name":"converter","url":"classes/identity_storage_webidadapterfactory.webidadapter.html#converter","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"identity/storage/WebIdAdapterFactory.WebIdAdapter"},{"id":428,"kind":2048,"name":"upsert","url":"classes/identity_storage_webidadapterfactory.webidadapter.html#upsert","classes":"tsd-kind-method tsd-parent-kind-class","parent":"identity/storage/WebIdAdapterFactory.WebIdAdapter"},{"id":429,"kind":2048,"name":"find","url":"classes/identity_storage_webidadapterfactory.webidadapter.html#find","classes":"tsd-kind-method tsd-parent-kind-class","parent":"identity/storage/WebIdAdapterFactory.WebIdAdapter"},{"id":430,"kind":2048,"name":"parseRdfWebId","url":"classes/identity_storage_webidadapterfactory.webidadapter.html#parserdfwebid","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"identity/storage/WebIdAdapterFactory.WebIdAdapter"},{"id":431,"kind":2048,"name":"findByUserCode","url":"classes/identity_storage_webidadapterfactory.webidadapter.html#findbyusercode","classes":"tsd-kind-method tsd-parent-kind-class","parent":"identity/storage/WebIdAdapterFactory.WebIdAdapter"},{"id":432,"kind":2048,"name":"findByUid","url":"classes/identity_storage_webidadapterfactory.webidadapter.html#findbyuid","classes":"tsd-kind-method tsd-parent-kind-class","parent":"identity/storage/WebIdAdapterFactory.WebIdAdapter"},{"id":433,"kind":2048,"name":"destroy","url":"classes/identity_storage_webidadapterfactory.webidadapter.html#destroy","classes":"tsd-kind-method tsd-parent-kind-class","parent":"identity/storage/WebIdAdapterFactory.WebIdAdapter"},{"id":434,"kind":2048,"name":"revokeByGrantId","url":"classes/identity_storage_webidadapterfactory.webidadapter.html#revokebygrantid","classes":"tsd-kind-method tsd-parent-kind-class","parent":"identity/storage/WebIdAdapterFactory.WebIdAdapter"},{"id":435,"kind":2048,"name":"consume","url":"classes/identity_storage_webidadapterfactory.webidadapter.html#consume","classes":"tsd-kind-method tsd-parent-kind-class","parent":"identity/storage/WebIdAdapterFactory.WebIdAdapter"},{"id":436,"kind":128,"name":"WebIdAdapterFactory","url":"classes/identity_storage_webidadapterfactory.webidadapterfactory.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"identity/storage/WebIdAdapterFactory"},{"id":437,"kind":512,"name":"constructor","url":"classes/identity_storage_webidadapterfactory.webidadapterfactory.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"identity/storage/WebIdAdapterFactory.WebIdAdapterFactory"},{"id":438,"kind":1024,"name":"source","url":"classes/identity_storage_webidadapterfactory.webidadapterfactory.html#source","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"identity/storage/WebIdAdapterFactory.WebIdAdapterFactory"},{"id":439,"kind":1024,"name":"converter","url":"classes/identity_storage_webidadapterfactory.webidadapterfactory.html#converter","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"identity/storage/WebIdAdapterFactory.WebIdAdapterFactory"},{"id":440,"kind":2048,"name":"createStorageAdapter","url":"classes/identity_storage_webidadapterfactory.webidadapterfactory.html#createstorageadapter","classes":"tsd-kind-method tsd-parent-kind-class","parent":"identity/storage/WebIdAdapterFactory.WebIdAdapterFactory"},{"id":441,"kind":1,"name":"index","url":"modules/index.html","classes":"tsd-kind-module"},{"id":442,"kind":1,"name":"init/App","url":"modules/init_app.html","classes":"tsd-kind-module"},{"id":443,"kind":128,"name":"App","url":"classes/init_app.app.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"init/App"},{"id":444,"kind":512,"name":"constructor","url":"classes/init_app.app.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"init/App.App"},{"id":445,"kind":1024,"name":"initializer","url":"classes/init_app.app.html#initializer","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"init/App.App"},{"id":446,"kind":1024,"name":"finalizer","url":"classes/init_app.app.html#finalizer","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"init/App.App"},{"id":447,"kind":2048,"name":"start","url":"classes/init_app.app.html#start","classes":"tsd-kind-method tsd-parent-kind-class","parent":"init/App.App"},{"id":448,"kind":2048,"name":"stop","url":"classes/init_app.app.html#stop","classes":"tsd-kind-method tsd-parent-kind-class","parent":"init/App.App"},{"id":449,"kind":1,"name":"init/AppRunner","url":"modules/init_apprunner.html","classes":"tsd-kind-module"},{"id":450,"kind":256,"name":"CliParams","url":"interfaces/init_apprunner.cliparams.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"init/AppRunner"},{"id":451,"kind":1024,"name":"loggingLevel","url":"interfaces/init_apprunner.cliparams.html#logginglevel","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"init/AppRunner.CliParams"},{"id":452,"kind":1024,"name":"port","url":"interfaces/init_apprunner.cliparams.html#port","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"init/AppRunner.CliParams"},{"id":453,"kind":1024,"name":"baseUrl","url":"interfaces/init_apprunner.cliparams.html#baseurl","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"init/AppRunner.CliParams"},{"id":454,"kind":1024,"name":"rootFilePath","url":"interfaces/init_apprunner.cliparams.html#rootfilepath","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"init/AppRunner.CliParams"},{"id":455,"kind":1024,"name":"sparqlEndpoint","url":"interfaces/init_apprunner.cliparams.html#sparqlendpoint","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"init/AppRunner.CliParams"},{"id":456,"kind":1024,"name":"showStackTrace","url":"interfaces/init_apprunner.cliparams.html#showstacktrace","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"init/AppRunner.CliParams"},{"id":457,"kind":1024,"name":"podConfigJson","url":"interfaces/init_apprunner.cliparams.html#podconfigjson","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"init/AppRunner.CliParams"},{"id":458,"kind":128,"name":"AppRunner","url":"classes/init_apprunner.apprunner.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"init/AppRunner"},{"id":459,"kind":512,"name":"constructor","url":"classes/init_apprunner.apprunner.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"init/AppRunner.AppRunner"},{"id":460,"kind":1024,"name":"logger","url":"classes/init_apprunner.apprunner.html#logger","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"init/AppRunner.AppRunner"},{"id":461,"kind":2048,"name":"run","url":"classes/init_apprunner.apprunner.html#run","classes":"tsd-kind-method tsd-parent-kind-class","parent":"init/AppRunner.AppRunner"},{"id":462,"kind":2048,"name":"runCli","url":"classes/init_apprunner.apprunner.html#runcli","classes":"tsd-kind-method tsd-parent-kind-class","parent":"init/AppRunner.AppRunner"},{"id":463,"kind":2048,"name":"createApp","url":"classes/init_apprunner.apprunner.html#createapp","classes":"tsd-kind-method tsd-parent-kind-class","parent":"init/AppRunner.AppRunner"},{"id":464,"kind":2048,"name":"createVariables","url":"classes/init_apprunner.apprunner.html#createvariables","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-protected","parent":"init/AppRunner.AppRunner"},{"id":465,"kind":1,"name":"init/ConfigPodInitializer","url":"modules/init_configpodinitializer.html","classes":"tsd-kind-module"},{"id":466,"kind":128,"name":"ConfigPodInitializer","url":"classes/init_configpodinitializer.configpodinitializer.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"init/ConfigPodInitializer"},{"id":467,"kind":512,"name":"constructor","url":"classes/init_configpodinitializer.configpodinitializer.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"init/ConfigPodInitializer.ConfigPodInitializer"},{"id":468,"kind":1024,"name":"logger","url":"classes/init_configpodinitializer.configpodinitializer.html#logger","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"init/ConfigPodInitializer.ConfigPodInitializer"},{"id":469,"kind":1024,"name":"storeFactory","url":"classes/init_configpodinitializer.configpodinitializer.html#storefactory","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"init/ConfigPodInitializer.ConfigPodInitializer"},{"id":470,"kind":1024,"name":"configStorage","url":"classes/init_configpodinitializer.configpodinitializer.html#configstorage","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"init/ConfigPodInitializer.ConfigPodInitializer"},{"id":471,"kind":1024,"name":"routingStorage","url":"classes/init_configpodinitializer.configpodinitializer.html#routingstorage","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"init/ConfigPodInitializer.ConfigPodInitializer"},{"id":472,"kind":2048,"name":"handle","url":"classes/init_configpodinitializer.configpodinitializer.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"init/ConfigPodInitializer.ConfigPodInitializer"},{"id":473,"kind":2048,"name":"canHandle","url":"classes/init_configpodinitializer.configpodinitializer.html#canhandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"init/ConfigPodInitializer.ConfigPodInitializer"},{"id":474,"kind":2048,"name":"handleSafe","url":"classes/init_configpodinitializer.configpodinitializer.html#handlesafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"init/ConfigPodInitializer.ConfigPodInitializer"},{"id":475,"kind":1,"name":"init/Initializer","url":"modules/init_initializer.html","classes":"tsd-kind-module"},{"id":476,"kind":128,"name":"Initializer","url":"classes/init_initializer.initializer.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"init/Initializer"},{"id":477,"kind":512,"name":"constructor","url":"classes/init_initializer.initializer.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"init/Initializer.Initializer"},{"id":478,"kind":2048,"name":"canHandle","url":"classes/init_initializer.initializer.html#canhandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"init/Initializer.Initializer"},{"id":479,"kind":2048,"name":"handle","url":"classes/init_initializer.initializer.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"init/Initializer.Initializer"},{"id":480,"kind":2048,"name":"handleSafe","url":"classes/init_initializer.initializer.html#handlesafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"init/Initializer.Initializer"},{"id":481,"kind":1,"name":"init/LoggerInitializer","url":"modules/init_loggerinitializer.html","classes":"tsd-kind-module"},{"id":482,"kind":128,"name":"LoggerInitializer","url":"classes/init_loggerinitializer.loggerinitializer.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"init/LoggerInitializer"},{"id":483,"kind":512,"name":"constructor","url":"classes/init_loggerinitializer.loggerinitializer.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"init/LoggerInitializer.LoggerInitializer"},{"id":484,"kind":1024,"name":"loggerFactory","url":"classes/init_loggerinitializer.loggerinitializer.html#loggerfactory","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"init/LoggerInitializer.LoggerInitializer"},{"id":485,"kind":2048,"name":"handle","url":"classes/init_loggerinitializer.loggerinitializer.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"init/LoggerInitializer.LoggerInitializer"},{"id":486,"kind":2048,"name":"canHandle","url":"classes/init_loggerinitializer.loggerinitializer.html#canhandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"init/LoggerInitializer.LoggerInitializer"},{"id":487,"kind":2048,"name":"handleSafe","url":"classes/init_loggerinitializer.loggerinitializer.html#handlesafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"init/LoggerInitializer.LoggerInitializer"},{"id":488,"kind":1,"name":"init/RootInitializer","url":"modules/init_rootinitializer.html","classes":"tsd-kind-module"},{"id":489,"kind":128,"name":"RootInitializer","url":"classes/init_rootinitializer.rootinitializer.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"init/RootInitializer"},{"id":490,"kind":512,"name":"constructor","url":"classes/init_rootinitializer.rootinitializer.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"init/RootInitializer.RootInitializer"},{"id":491,"kind":1024,"name":"logger","url":"classes/init_rootinitializer.rootinitializer.html#logger","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"init/RootInitializer.RootInitializer"},{"id":492,"kind":1024,"name":"store","url":"classes/init_rootinitializer.rootinitializer.html#store","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"init/RootInitializer.RootInitializer"},{"id":493,"kind":1024,"name":"baseId","url":"classes/init_rootinitializer.rootinitializer.html#baseid","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"init/RootInitializer.RootInitializer"},{"id":494,"kind":1024,"name":"generator","url":"classes/init_rootinitializer.rootinitializer.html#generator","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"init/RootInitializer.RootInitializer"},{"id":495,"kind":2048,"name":"handle","url":"classes/init_rootinitializer.rootinitializer.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"init/RootInitializer.RootInitializer"},{"id":496,"kind":2048,"name":"rootContainerIsValid","url":"classes/init_rootinitializer.rootinitializer.html#rootcontainerisvalid","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"init/RootInitializer.RootInitializer"},{"id":497,"kind":2048,"name":"canHandle","url":"classes/init_rootinitializer.rootinitializer.html#canhandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"init/RootInitializer.RootInitializer"},{"id":498,"kind":2048,"name":"handleSafe","url":"classes/init_rootinitializer.rootinitializer.html#handlesafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"init/RootInitializer.RootInitializer"},{"id":499,"kind":1,"name":"init/ServerInitializer","url":"modules/init_serverinitializer.html","classes":"tsd-kind-module"},{"id":500,"kind":128,"name":"ServerInitializer","url":"classes/init_serverinitializer.serverinitializer.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"init/ServerInitializer"},{"id":501,"kind":512,"name":"constructor","url":"classes/init_serverinitializer.serverinitializer.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"init/ServerInitializer.ServerInitializer"},{"id":502,"kind":1024,"name":"serverFactory","url":"classes/init_serverinitializer.serverinitializer.html#serverfactory","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"init/ServerInitializer.ServerInitializer"},{"id":503,"kind":1024,"name":"port","url":"classes/init_serverinitializer.serverinitializer.html#port","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"init/ServerInitializer.ServerInitializer"},{"id":504,"kind":1024,"name":"server","url":"classes/init_serverinitializer.serverinitializer.html#server","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"init/ServerInitializer.ServerInitializer"},{"id":505,"kind":2048,"name":"handle","url":"classes/init_serverinitializer.serverinitializer.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"init/ServerInitializer.ServerInitializer"},{"id":506,"kind":2048,"name":"finalize","url":"classes/init_serverinitializer.serverinitializer.html#finalize","classes":"tsd-kind-method tsd-parent-kind-class","parent":"init/ServerInitializer.ServerInitializer"},{"id":507,"kind":2048,"name":"canHandle","url":"classes/init_serverinitializer.serverinitializer.html#canhandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"init/ServerInitializer.ServerInitializer"},{"id":508,"kind":2048,"name":"handleSafe","url":"classes/init_serverinitializer.serverinitializer.html#handlesafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"init/ServerInitializer.ServerInitializer"},{"id":509,"kind":1,"name":"init/final/Finalizable","url":"modules/init_final_finalizable.html","classes":"tsd-kind-module"},{"id":510,"kind":256,"name":"Finalizable","url":"interfaces/init_final_finalizable.finalizable.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"init/final/Finalizable"},{"id":511,"kind":1024,"name":"finalize","url":"interfaces/init_final_finalizable.finalizable.html#finalize","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"init/final/Finalizable.Finalizable"},{"id":512,"kind":65536,"name":"__type","url":"interfaces/init_final_finalizable.finalizable.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"init/final/Finalizable.Finalizable"},{"id":513,"kind":1,"name":"init/final/ParallelFinalizer","url":"modules/init_final_parallelfinalizer.html","classes":"tsd-kind-module"},{"id":514,"kind":128,"name":"ParallelFinalizer","url":"classes/init_final_parallelfinalizer.parallelfinalizer.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"init/final/ParallelFinalizer"},{"id":515,"kind":512,"name":"constructor","url":"classes/init_final_parallelfinalizer.parallelfinalizer.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"init/final/ParallelFinalizer.ParallelFinalizer"},{"id":516,"kind":1024,"name":"finalizers","url":"classes/init_final_parallelfinalizer.parallelfinalizer.html#finalizers","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"init/final/ParallelFinalizer.ParallelFinalizer"},{"id":517,"kind":2048,"name":"finalize","url":"classes/init_final_parallelfinalizer.parallelfinalizer.html#finalize","classes":"tsd-kind-method tsd-parent-kind-class","parent":"init/final/ParallelFinalizer.ParallelFinalizer"},{"id":518,"kind":1,"name":"ldp/AuthenticatedLdpHandler","url":"modules/ldp_authenticatedldphandler.html","classes":"tsd-kind-module"},{"id":519,"kind":256,"name":"AuthenticatedLdpHandlerArgs","url":"interfaces/ldp_authenticatedldphandler.authenticatedldphandlerargs.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"ldp/AuthenticatedLdpHandler"},{"id":520,"kind":1024,"name":"requestParser","url":"interfaces/ldp_authenticatedldphandler.authenticatedldphandlerargs.html#requestparser","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ldp/AuthenticatedLdpHandler.AuthenticatedLdpHandlerArgs"},{"id":521,"kind":1024,"name":"credentialsExtractor","url":"interfaces/ldp_authenticatedldphandler.authenticatedldphandlerargs.html#credentialsextractor","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ldp/AuthenticatedLdpHandler.AuthenticatedLdpHandlerArgs"},{"id":522,"kind":1024,"name":"permissionsExtractor","url":"interfaces/ldp_authenticatedldphandler.authenticatedldphandlerargs.html#permissionsextractor","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ldp/AuthenticatedLdpHandler.AuthenticatedLdpHandlerArgs"},{"id":523,"kind":1024,"name":"authorizer","url":"interfaces/ldp_authenticatedldphandler.authenticatedldphandlerargs.html#authorizer","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ldp/AuthenticatedLdpHandler.AuthenticatedLdpHandlerArgs"},{"id":524,"kind":1024,"name":"operationHandler","url":"interfaces/ldp_authenticatedldphandler.authenticatedldphandlerargs.html#operationhandler","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ldp/AuthenticatedLdpHandler.AuthenticatedLdpHandlerArgs"},{"id":525,"kind":1024,"name":"errorHandler","url":"interfaces/ldp_authenticatedldphandler.authenticatedldphandlerargs.html#errorhandler","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ldp/AuthenticatedLdpHandler.AuthenticatedLdpHandlerArgs"},{"id":526,"kind":1024,"name":"responseWriter","url":"interfaces/ldp_authenticatedldphandler.authenticatedldphandlerargs.html#responsewriter","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ldp/AuthenticatedLdpHandler.AuthenticatedLdpHandlerArgs"},{"id":527,"kind":128,"name":"AuthenticatedLdpHandler","url":"classes/ldp_authenticatedldphandler.authenticatedldphandler.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"ldp/AuthenticatedLdpHandler"},{"id":528,"kind":512,"name":"constructor","url":"classes/ldp_authenticatedldphandler.authenticatedldphandler.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"ldp/AuthenticatedLdpHandler.AuthenticatedLdpHandler"},{"id":529,"kind":1024,"name":"requestParser","url":"classes/ldp_authenticatedldphandler.authenticatedldphandler.html#requestparser","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"ldp/AuthenticatedLdpHandler.AuthenticatedLdpHandler"},{"id":530,"kind":1024,"name":"credentialsExtractor","url":"classes/ldp_authenticatedldphandler.authenticatedldphandler.html#credentialsextractor","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"ldp/AuthenticatedLdpHandler.AuthenticatedLdpHandler"},{"id":531,"kind":1024,"name":"permissionsExtractor","url":"classes/ldp_authenticatedldphandler.authenticatedldphandler.html#permissionsextractor","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"ldp/AuthenticatedLdpHandler.AuthenticatedLdpHandler"},{"id":532,"kind":1024,"name":"authorizer","url":"classes/ldp_authenticatedldphandler.authenticatedldphandler.html#authorizer","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"ldp/AuthenticatedLdpHandler.AuthenticatedLdpHandler"},{"id":533,"kind":1024,"name":"operationHandler","url":"classes/ldp_authenticatedldphandler.authenticatedldphandler.html#operationhandler","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"ldp/AuthenticatedLdpHandler.AuthenticatedLdpHandler"},{"id":534,"kind":1024,"name":"errorHandler","url":"classes/ldp_authenticatedldphandler.authenticatedldphandler.html#errorhandler","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"ldp/AuthenticatedLdpHandler.AuthenticatedLdpHandler"},{"id":535,"kind":1024,"name":"responseWriter","url":"classes/ldp_authenticatedldphandler.authenticatedldphandler.html#responsewriter","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"ldp/AuthenticatedLdpHandler.AuthenticatedLdpHandler"},{"id":536,"kind":1024,"name":"logger","url":"classes/ldp_authenticatedldphandler.authenticatedldphandler.html#logger","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"ldp/AuthenticatedLdpHandler.AuthenticatedLdpHandler"},{"id":537,"kind":2048,"name":"canHandle","url":"classes/ldp_authenticatedldphandler.authenticatedldphandler.html#canhandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"ldp/AuthenticatedLdpHandler.AuthenticatedLdpHandler"},{"id":538,"kind":2048,"name":"handle","url":"classes/ldp_authenticatedldphandler.authenticatedldphandler.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"ldp/AuthenticatedLdpHandler.AuthenticatedLdpHandler"},{"id":539,"kind":2048,"name":"runHandlers","url":"classes/ldp_authenticatedldphandler.authenticatedldphandler.html#runhandlers","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"ldp/AuthenticatedLdpHandler.AuthenticatedLdpHandler"},{"id":540,"kind":2048,"name":"handleOperation","url":"classes/ldp_authenticatedldphandler.authenticatedldphandler.html#handleoperation","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"ldp/AuthenticatedLdpHandler.AuthenticatedLdpHandler"},{"id":541,"kind":2048,"name":"handleSafe","url":"classes/ldp_authenticatedldphandler.authenticatedldphandler.html#handlesafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ldp/AuthenticatedLdpHandler.AuthenticatedLdpHandler"},{"id":542,"kind":1,"name":"ldp/UnsecureWebSocketsProtocol","url":"modules/ldp_unsecurewebsocketsprotocol.html","classes":"tsd-kind-module"},{"id":543,"kind":128,"name":"UnsecureWebSocketsProtocol","url":"classes/ldp_unsecurewebsocketsprotocol.unsecurewebsocketsprotocol.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"ldp/UnsecureWebSocketsProtocol"},{"id":544,"kind":512,"name":"constructor","url":"classes/ldp_unsecurewebsocketsprotocol.unsecurewebsocketsprotocol.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"ldp/UnsecureWebSocketsProtocol.UnsecureWebSocketsProtocol"},{"id":545,"kind":1024,"name":"logger","url":"classes/ldp_unsecurewebsocketsprotocol.unsecurewebsocketsprotocol.html#logger","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"ldp/UnsecureWebSocketsProtocol.UnsecureWebSocketsProtocol"},{"id":546,"kind":1024,"name":"listeners","url":"classes/ldp_unsecurewebsocketsprotocol.unsecurewebsocketsprotocol.html#listeners","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"ldp/UnsecureWebSocketsProtocol.UnsecureWebSocketsProtocol"},{"id":547,"kind":2048,"name":"handle","url":"classes/ldp_unsecurewebsocketsprotocol.unsecurewebsocketsprotocol.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"ldp/UnsecureWebSocketsProtocol.UnsecureWebSocketsProtocol"},{"id":548,"kind":2048,"name":"onResourceChanged","url":"classes/ldp_unsecurewebsocketsprotocol.unsecurewebsocketsprotocol.html#onresourcechanged","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"ldp/UnsecureWebSocketsProtocol.UnsecureWebSocketsProtocol"},{"id":549,"kind":2048,"name":"canHandle","url":"classes/ldp_unsecurewebsocketsprotocol.unsecurewebsocketsprotocol.html#canhandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ldp/UnsecureWebSocketsProtocol.UnsecureWebSocketsProtocol"},{"id":550,"kind":2048,"name":"handleSafe","url":"classes/ldp_unsecurewebsocketsprotocol.unsecurewebsocketsprotocol.html#handlesafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ldp/UnsecureWebSocketsProtocol.UnsecureWebSocketsProtocol"},{"id":551,"kind":1,"name":"ldp/auxiliary/AuxiliaryIdentifierStrategy","url":"modules/ldp_auxiliary_auxiliaryidentifierstrategy.html","classes":"tsd-kind-module"},{"id":552,"kind":256,"name":"AuxiliaryIdentifierStrategy","url":"interfaces/ldp_auxiliary_auxiliaryidentifierstrategy.auxiliaryidentifierstrategy.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"ldp/auxiliary/AuxiliaryIdentifierStrategy"},{"id":553,"kind":1024,"name":"getAuxiliaryIdentifier","url":"interfaces/ldp_auxiliary_auxiliaryidentifierstrategy.auxiliaryidentifierstrategy.html#getauxiliaryidentifier","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ldp/auxiliary/AuxiliaryIdentifierStrategy.AuxiliaryIdentifierStrategy"},{"id":554,"kind":65536,"name":"__type","url":"interfaces/ldp_auxiliary_auxiliaryidentifierstrategy.auxiliaryidentifierstrategy.html#__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"ldp/auxiliary/AuxiliaryIdentifierStrategy.AuxiliaryIdentifierStrategy"},{"id":555,"kind":1024,"name":"getAuxiliaryIdentifiers","url":"interfaces/ldp_auxiliary_auxiliaryidentifierstrategy.auxiliaryidentifierstrategy.html#getauxiliaryidentifiers","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ldp/auxiliary/AuxiliaryIdentifierStrategy.AuxiliaryIdentifierStrategy"},{"id":556,"kind":65536,"name":"__type","url":"interfaces/ldp_auxiliary_auxiliaryidentifierstrategy.auxiliaryidentifierstrategy.html#__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"ldp/auxiliary/AuxiliaryIdentifierStrategy.AuxiliaryIdentifierStrategy"},{"id":557,"kind":1024,"name":"isAuxiliaryIdentifier","url":"interfaces/ldp_auxiliary_auxiliaryidentifierstrategy.auxiliaryidentifierstrategy.html#isauxiliaryidentifier","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ldp/auxiliary/AuxiliaryIdentifierStrategy.AuxiliaryIdentifierStrategy"},{"id":558,"kind":65536,"name":"__type","url":"interfaces/ldp_auxiliary_auxiliaryidentifierstrategy.auxiliaryidentifierstrategy.html#__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"ldp/auxiliary/AuxiliaryIdentifierStrategy.AuxiliaryIdentifierStrategy"},{"id":559,"kind":1024,"name":"getAssociatedIdentifier","url":"interfaces/ldp_auxiliary_auxiliaryidentifierstrategy.auxiliaryidentifierstrategy.html#getassociatedidentifier","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ldp/auxiliary/AuxiliaryIdentifierStrategy.AuxiliaryIdentifierStrategy"},{"id":560,"kind":65536,"name":"__type","url":"interfaces/ldp_auxiliary_auxiliaryidentifierstrategy.auxiliaryidentifierstrategy.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"ldp/auxiliary/AuxiliaryIdentifierStrategy.AuxiliaryIdentifierStrategy"},{"id":561,"kind":1,"name":"ldp/auxiliary/AuxiliaryStrategy","url":"modules/ldp_auxiliary_auxiliarystrategy.html","classes":"tsd-kind-module"},{"id":562,"kind":256,"name":"AuxiliaryStrategy","url":"interfaces/ldp_auxiliary_auxiliarystrategy.auxiliarystrategy.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"ldp/auxiliary/AuxiliaryStrategy"},{"id":563,"kind":1024,"name":"isRootRequired","url":"interfaces/ldp_auxiliary_auxiliarystrategy.auxiliarystrategy.html#isrootrequired","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ldp/auxiliary/AuxiliaryStrategy.AuxiliaryStrategy"},{"id":564,"kind":65536,"name":"__type","url":"interfaces/ldp_auxiliary_auxiliarystrategy.auxiliarystrategy.html#__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"ldp/auxiliary/AuxiliaryStrategy.AuxiliaryStrategy"},{"id":565,"kind":1024,"name":"addMetadata","url":"interfaces/ldp_auxiliary_auxiliarystrategy.auxiliarystrategy.html#addmetadata","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ldp/auxiliary/AuxiliaryStrategy.AuxiliaryStrategy"},{"id":566,"kind":65536,"name":"__type","url":"interfaces/ldp_auxiliary_auxiliarystrategy.auxiliarystrategy.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"ldp/auxiliary/AuxiliaryStrategy.AuxiliaryStrategy"},{"id":567,"kind":1024,"name":"validate","url":"interfaces/ldp_auxiliary_auxiliarystrategy.auxiliarystrategy.html#validate","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ldp/auxiliary/AuxiliaryStrategy.AuxiliaryStrategy"},{"id":568,"kind":65536,"name":"__type","url":"interfaces/ldp_auxiliary_auxiliarystrategy.auxiliarystrategy.html#__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"ldp/auxiliary/AuxiliaryStrategy.AuxiliaryStrategy"},{"id":569,"kind":1024,"name":"getAuxiliaryIdentifier","url":"interfaces/ldp_auxiliary_auxiliarystrategy.auxiliarystrategy.html#getauxiliaryidentifier","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ldp/auxiliary/AuxiliaryStrategy.AuxiliaryStrategy"},{"id":570,"kind":65536,"name":"__type","url":"interfaces/ldp_auxiliary_auxiliarystrategy.auxiliarystrategy.html#__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"ldp/auxiliary/AuxiliaryStrategy.AuxiliaryStrategy"},{"id":571,"kind":1024,"name":"getAuxiliaryIdentifiers","url":"interfaces/ldp_auxiliary_auxiliarystrategy.auxiliarystrategy.html#getauxiliaryidentifiers","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ldp/auxiliary/AuxiliaryStrategy.AuxiliaryStrategy"},{"id":572,"kind":65536,"name":"__type","url":"interfaces/ldp_auxiliary_auxiliarystrategy.auxiliarystrategy.html#__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"ldp/auxiliary/AuxiliaryStrategy.AuxiliaryStrategy"},{"id":573,"kind":1024,"name":"isAuxiliaryIdentifier","url":"interfaces/ldp_auxiliary_auxiliarystrategy.auxiliarystrategy.html#isauxiliaryidentifier","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ldp/auxiliary/AuxiliaryStrategy.AuxiliaryStrategy"},{"id":574,"kind":65536,"name":"__type","url":"interfaces/ldp_auxiliary_auxiliarystrategy.auxiliarystrategy.html#__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"ldp/auxiliary/AuxiliaryStrategy.AuxiliaryStrategy"},{"id":575,"kind":1024,"name":"getAssociatedIdentifier","url":"interfaces/ldp_auxiliary_auxiliarystrategy.auxiliarystrategy.html#getassociatedidentifier","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ldp/auxiliary/AuxiliaryStrategy.AuxiliaryStrategy"},{"id":576,"kind":65536,"name":"__type","url":"interfaces/ldp_auxiliary_auxiliarystrategy.auxiliarystrategy.html#__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"ldp/auxiliary/AuxiliaryStrategy.AuxiliaryStrategy"},{"id":577,"kind":1,"name":"ldp/auxiliary/ComposedAuxiliaryStrategy","url":"modules/ldp_auxiliary_composedauxiliarystrategy.html","classes":"tsd-kind-module"},{"id":578,"kind":128,"name":"ComposedAuxiliaryStrategy","url":"classes/ldp_auxiliary_composedauxiliarystrategy.composedauxiliarystrategy.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"ldp/auxiliary/ComposedAuxiliaryStrategy"},{"id":579,"kind":512,"name":"constructor","url":"classes/ldp_auxiliary_composedauxiliarystrategy.composedauxiliarystrategy.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"ldp/auxiliary/ComposedAuxiliaryStrategy.ComposedAuxiliaryStrategy"},{"id":580,"kind":1024,"name":"identifierStrategy","url":"classes/ldp_auxiliary_composedauxiliarystrategy.composedauxiliarystrategy.html#identifierstrategy","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"ldp/auxiliary/ComposedAuxiliaryStrategy.ComposedAuxiliaryStrategy"},{"id":581,"kind":1024,"name":"metadataGenerator","url":"classes/ldp_auxiliary_composedauxiliarystrategy.composedauxiliarystrategy.html#metadatagenerator","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"ldp/auxiliary/ComposedAuxiliaryStrategy.ComposedAuxiliaryStrategy"},{"id":582,"kind":1024,"name":"validator","url":"classes/ldp_auxiliary_composedauxiliarystrategy.composedauxiliarystrategy.html#validator","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"ldp/auxiliary/ComposedAuxiliaryStrategy.ComposedAuxiliaryStrategy"},{"id":583,"kind":1024,"name":"rootRequired","url":"classes/ldp_auxiliary_composedauxiliarystrategy.composedauxiliarystrategy.html#rootrequired","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"ldp/auxiliary/ComposedAuxiliaryStrategy.ComposedAuxiliaryStrategy"},{"id":584,"kind":2048,"name":"getAuxiliaryIdentifier","url":"classes/ldp_auxiliary_composedauxiliarystrategy.composedauxiliarystrategy.html#getauxiliaryidentifier","classes":"tsd-kind-method tsd-parent-kind-class","parent":"ldp/auxiliary/ComposedAuxiliaryStrategy.ComposedAuxiliaryStrategy"},{"id":585,"kind":2048,"name":"getAuxiliaryIdentifiers","url":"classes/ldp_auxiliary_composedauxiliarystrategy.composedauxiliarystrategy.html#getauxiliaryidentifiers","classes":"tsd-kind-method tsd-parent-kind-class","parent":"ldp/auxiliary/ComposedAuxiliaryStrategy.ComposedAuxiliaryStrategy"},{"id":586,"kind":2048,"name":"isAuxiliaryIdentifier","url":"classes/ldp_auxiliary_composedauxiliarystrategy.composedauxiliarystrategy.html#isauxiliaryidentifier","classes":"tsd-kind-method tsd-parent-kind-class","parent":"ldp/auxiliary/ComposedAuxiliaryStrategy.ComposedAuxiliaryStrategy"},{"id":587,"kind":2048,"name":"getAssociatedIdentifier","url":"classes/ldp_auxiliary_composedauxiliarystrategy.composedauxiliarystrategy.html#getassociatedidentifier","classes":"tsd-kind-method tsd-parent-kind-class","parent":"ldp/auxiliary/ComposedAuxiliaryStrategy.ComposedAuxiliaryStrategy"},{"id":588,"kind":2048,"name":"isRootRequired","url":"classes/ldp_auxiliary_composedauxiliarystrategy.composedauxiliarystrategy.html#isrootrequired","classes":"tsd-kind-method tsd-parent-kind-class","parent":"ldp/auxiliary/ComposedAuxiliaryStrategy.ComposedAuxiliaryStrategy"},{"id":589,"kind":2048,"name":"addMetadata","url":"classes/ldp_auxiliary_composedauxiliarystrategy.composedauxiliarystrategy.html#addmetadata","classes":"tsd-kind-method tsd-parent-kind-class","parent":"ldp/auxiliary/ComposedAuxiliaryStrategy.ComposedAuxiliaryStrategy"},{"id":590,"kind":2048,"name":"validate","url":"classes/ldp_auxiliary_composedauxiliarystrategy.composedauxiliarystrategy.html#validate","classes":"tsd-kind-method tsd-parent-kind-class","parent":"ldp/auxiliary/ComposedAuxiliaryStrategy.ComposedAuxiliaryStrategy"},{"id":591,"kind":1,"name":"ldp/auxiliary/LinkMetadataGenerator","url":"modules/ldp_auxiliary_linkmetadatagenerator.html","classes":"tsd-kind-module"},{"id":592,"kind":128,"name":"LinkMetadataGenerator","url":"classes/ldp_auxiliary_linkmetadatagenerator.linkmetadatagenerator.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"ldp/auxiliary/LinkMetadataGenerator"},{"id":593,"kind":512,"name":"constructor","url":"classes/ldp_auxiliary_linkmetadatagenerator.linkmetadatagenerator.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"ldp/auxiliary/LinkMetadataGenerator.LinkMetadataGenerator"},{"id":594,"kind":1024,"name":"link","url":"classes/ldp_auxiliary_linkmetadatagenerator.linkmetadatagenerator.html#link","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"ldp/auxiliary/LinkMetadataGenerator.LinkMetadataGenerator"},{"id":595,"kind":1024,"name":"identifierStrategy","url":"classes/ldp_auxiliary_linkmetadatagenerator.linkmetadatagenerator.html#identifierstrategy","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"ldp/auxiliary/LinkMetadataGenerator.LinkMetadataGenerator"},{"id":596,"kind":2048,"name":"handle","url":"classes/ldp_auxiliary_linkmetadatagenerator.linkmetadatagenerator.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"ldp/auxiliary/LinkMetadataGenerator.LinkMetadataGenerator"},{"id":597,"kind":2048,"name":"canHandle","url":"classes/ldp_auxiliary_linkmetadatagenerator.linkmetadatagenerator.html#canhandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ldp/auxiliary/LinkMetadataGenerator.LinkMetadataGenerator"},{"id":598,"kind":2048,"name":"handleSafe","url":"classes/ldp_auxiliary_linkmetadatagenerator.linkmetadatagenerator.html#handlesafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ldp/auxiliary/LinkMetadataGenerator.LinkMetadataGenerator"},{"id":599,"kind":1,"name":"ldp/auxiliary/MetadataGenerator","url":"modules/ldp_auxiliary_metadatagenerator.html","classes":"tsd-kind-module"},{"id":600,"kind":128,"name":"MetadataGenerator","url":"classes/ldp_auxiliary_metadatagenerator.metadatagenerator.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"ldp/auxiliary/MetadataGenerator"},{"id":601,"kind":512,"name":"constructor","url":"classes/ldp_auxiliary_metadatagenerator.metadatagenerator.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"ldp/auxiliary/MetadataGenerator.MetadataGenerator"},{"id":602,"kind":2048,"name":"canHandle","url":"classes/ldp_auxiliary_metadatagenerator.metadatagenerator.html#canhandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ldp/auxiliary/MetadataGenerator.MetadataGenerator"},{"id":603,"kind":2048,"name":"handle","url":"classes/ldp_auxiliary_metadatagenerator.metadatagenerator.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ldp/auxiliary/MetadataGenerator.MetadataGenerator"},{"id":604,"kind":2048,"name":"handleSafe","url":"classes/ldp_auxiliary_metadatagenerator.metadatagenerator.html#handlesafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ldp/auxiliary/MetadataGenerator.MetadataGenerator"},{"id":605,"kind":1,"name":"ldp/auxiliary/RdfValidator","url":"modules/ldp_auxiliary_rdfvalidator.html","classes":"tsd-kind-module"},{"id":606,"kind":128,"name":"RdfValidator","url":"classes/ldp_auxiliary_rdfvalidator.rdfvalidator.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"ldp/auxiliary/RdfValidator"},{"id":607,"kind":512,"name":"constructor","url":"classes/ldp_auxiliary_rdfvalidator.rdfvalidator.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"ldp/auxiliary/RdfValidator.RdfValidator"},{"id":608,"kind":1024,"name":"converter","url":"classes/ldp_auxiliary_rdfvalidator.rdfvalidator.html#converter","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"ldp/auxiliary/RdfValidator.RdfValidator"},{"id":609,"kind":2048,"name":"handle","url":"classes/ldp_auxiliary_rdfvalidator.rdfvalidator.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"ldp/auxiliary/RdfValidator.RdfValidator"},{"id":610,"kind":2048,"name":"canHandle","url":"classes/ldp_auxiliary_rdfvalidator.rdfvalidator.html#canhandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ldp/auxiliary/RdfValidator.RdfValidator"},{"id":611,"kind":2048,"name":"handleSafe","url":"classes/ldp_auxiliary_rdfvalidator.rdfvalidator.html#handlesafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ldp/auxiliary/RdfValidator.RdfValidator"},{"id":612,"kind":1,"name":"ldp/auxiliary/RoutingAuxiliaryIdentifierStrategy","url":"modules/ldp_auxiliary_routingauxiliaryidentifierstrategy.html","classes":"tsd-kind-module"},{"id":613,"kind":128,"name":"RoutingAuxiliaryIdentifierStrategy","url":"classes/ldp_auxiliary_routingauxiliaryidentifierstrategy.routingauxiliaryidentifierstrategy.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"ldp/auxiliary/RoutingAuxiliaryIdentifierStrategy"},{"id":614,"kind":512,"name":"constructor","url":"classes/ldp_auxiliary_routingauxiliaryidentifierstrategy.routingauxiliaryidentifierstrategy.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"ldp/auxiliary/RoutingAuxiliaryIdentifierStrategy.RoutingAuxiliaryIdentifierStrategy"},{"id":615,"kind":1024,"name":"sources","url":"classes/ldp_auxiliary_routingauxiliaryidentifierstrategy.routingauxiliaryidentifierstrategy.html#sources","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"ldp/auxiliary/RoutingAuxiliaryIdentifierStrategy.RoutingAuxiliaryIdentifierStrategy"},{"id":616,"kind":2048,"name":"getAuxiliaryIdentifier","url":"classes/ldp_auxiliary_routingauxiliaryidentifierstrategy.routingauxiliaryidentifierstrategy.html#getauxiliaryidentifier","classes":"tsd-kind-method tsd-parent-kind-class","parent":"ldp/auxiliary/RoutingAuxiliaryIdentifierStrategy.RoutingAuxiliaryIdentifierStrategy"},{"id":617,"kind":2048,"name":"getAuxiliaryIdentifiers","url":"classes/ldp_auxiliary_routingauxiliaryidentifierstrategy.routingauxiliaryidentifierstrategy.html#getauxiliaryidentifiers","classes":"tsd-kind-method tsd-parent-kind-class","parent":"ldp/auxiliary/RoutingAuxiliaryIdentifierStrategy.RoutingAuxiliaryIdentifierStrategy"},{"id":618,"kind":2048,"name":"isAuxiliaryIdentifier","url":"classes/ldp_auxiliary_routingauxiliaryidentifierstrategy.routingauxiliaryidentifierstrategy.html#isauxiliaryidentifier","classes":"tsd-kind-method tsd-parent-kind-class","parent":"ldp/auxiliary/RoutingAuxiliaryIdentifierStrategy.RoutingAuxiliaryIdentifierStrategy"},{"id":619,"kind":2048,"name":"getAssociatedIdentifier","url":"classes/ldp_auxiliary_routingauxiliaryidentifierstrategy.routingauxiliaryidentifierstrategy.html#getassociatedidentifier","classes":"tsd-kind-method tsd-parent-kind-class","parent":"ldp/auxiliary/RoutingAuxiliaryIdentifierStrategy.RoutingAuxiliaryIdentifierStrategy"},{"id":620,"kind":2048,"name":"getMatchingSource","url":"classes/ldp_auxiliary_routingauxiliaryidentifierstrategy.routingauxiliaryidentifierstrategy.html#getmatchingsource","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-protected","parent":"ldp/auxiliary/RoutingAuxiliaryIdentifierStrategy.RoutingAuxiliaryIdentifierStrategy"},{"id":621,"kind":1,"name":"ldp/auxiliary/RoutingAuxiliaryStrategy","url":"modules/ldp_auxiliary_routingauxiliarystrategy.html","classes":"tsd-kind-module"},{"id":622,"kind":128,"name":"RoutingAuxiliaryStrategy","url":"classes/ldp_auxiliary_routingauxiliarystrategy.routingauxiliarystrategy.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"ldp/auxiliary/RoutingAuxiliaryStrategy"},{"id":623,"kind":512,"name":"constructor","url":"classes/ldp_auxiliary_routingauxiliarystrategy.routingauxiliarystrategy.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"ldp/auxiliary/RoutingAuxiliaryStrategy.RoutingAuxiliaryStrategy"},{"id":624,"kind":1024,"name":"sources","url":"classes/ldp_auxiliary_routingauxiliarystrategy.routingauxiliarystrategy.html#sources","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite tsd-is-protected","parent":"ldp/auxiliary/RoutingAuxiliaryStrategy.RoutingAuxiliaryStrategy"},{"id":625,"kind":2048,"name":"isRootRequired","url":"classes/ldp_auxiliary_routingauxiliarystrategy.routingauxiliarystrategy.html#isrootrequired","classes":"tsd-kind-method tsd-parent-kind-class","parent":"ldp/auxiliary/RoutingAuxiliaryStrategy.RoutingAuxiliaryStrategy"},{"id":626,"kind":2048,"name":"addMetadata","url":"classes/ldp_auxiliary_routingauxiliarystrategy.routingauxiliarystrategy.html#addmetadata","classes":"tsd-kind-method tsd-parent-kind-class","parent":"ldp/auxiliary/RoutingAuxiliaryStrategy.RoutingAuxiliaryStrategy"},{"id":627,"kind":2048,"name":"validate","url":"classes/ldp_auxiliary_routingauxiliarystrategy.routingauxiliarystrategy.html#validate","classes":"tsd-kind-method tsd-parent-kind-class","parent":"ldp/auxiliary/RoutingAuxiliaryStrategy.RoutingAuxiliaryStrategy"},{"id":628,"kind":2048,"name":"getMatchingSource","url":"classes/ldp_auxiliary_routingauxiliarystrategy.routingauxiliarystrategy.html#getmatchingsource","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-protected","parent":"ldp/auxiliary/RoutingAuxiliaryStrategy.RoutingAuxiliaryStrategy"},{"id":629,"kind":2048,"name":"getAuxiliaryIdentifier","url":"classes/ldp_auxiliary_routingauxiliarystrategy.routingauxiliarystrategy.html#getauxiliaryidentifier","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ldp/auxiliary/RoutingAuxiliaryStrategy.RoutingAuxiliaryStrategy"},{"id":630,"kind":2048,"name":"getAuxiliaryIdentifiers","url":"classes/ldp_auxiliary_routingauxiliarystrategy.routingauxiliarystrategy.html#getauxiliaryidentifiers","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ldp/auxiliary/RoutingAuxiliaryStrategy.RoutingAuxiliaryStrategy"},{"id":631,"kind":2048,"name":"isAuxiliaryIdentifier","url":"classes/ldp_auxiliary_routingauxiliarystrategy.routingauxiliarystrategy.html#isauxiliaryidentifier","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ldp/auxiliary/RoutingAuxiliaryStrategy.RoutingAuxiliaryStrategy"},{"id":632,"kind":2048,"name":"getAssociatedIdentifier","url":"classes/ldp_auxiliary_routingauxiliarystrategy.routingauxiliarystrategy.html#getassociatedidentifier","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ldp/auxiliary/RoutingAuxiliaryStrategy.RoutingAuxiliaryStrategy"},{"id":633,"kind":1,"name":"ldp/auxiliary/SuffixAuxiliaryIdentifierStrategy","url":"modules/ldp_auxiliary_suffixauxiliaryidentifierstrategy.html","classes":"tsd-kind-module"},{"id":634,"kind":128,"name":"SuffixAuxiliaryIdentifierStrategy","url":"classes/ldp_auxiliary_suffixauxiliaryidentifierstrategy.suffixauxiliaryidentifierstrategy.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"ldp/auxiliary/SuffixAuxiliaryIdentifierStrategy"},{"id":635,"kind":512,"name":"constructor","url":"classes/ldp_auxiliary_suffixauxiliaryidentifierstrategy.suffixauxiliaryidentifierstrategy.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"ldp/auxiliary/SuffixAuxiliaryIdentifierStrategy.SuffixAuxiliaryIdentifierStrategy"},{"id":636,"kind":1024,"name":"suffix","url":"classes/ldp_auxiliary_suffixauxiliaryidentifierstrategy.suffixauxiliaryidentifierstrategy.html#suffix","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"ldp/auxiliary/SuffixAuxiliaryIdentifierStrategy.SuffixAuxiliaryIdentifierStrategy"},{"id":637,"kind":2048,"name":"getAuxiliaryIdentifier","url":"classes/ldp_auxiliary_suffixauxiliaryidentifierstrategy.suffixauxiliaryidentifierstrategy.html#getauxiliaryidentifier","classes":"tsd-kind-method tsd-parent-kind-class","parent":"ldp/auxiliary/SuffixAuxiliaryIdentifierStrategy.SuffixAuxiliaryIdentifierStrategy"},{"id":638,"kind":2048,"name":"getAuxiliaryIdentifiers","url":"classes/ldp_auxiliary_suffixauxiliaryidentifierstrategy.suffixauxiliaryidentifierstrategy.html#getauxiliaryidentifiers","classes":"tsd-kind-method tsd-parent-kind-class","parent":"ldp/auxiliary/SuffixAuxiliaryIdentifierStrategy.SuffixAuxiliaryIdentifierStrategy"},{"id":639,"kind":2048,"name":"isAuxiliaryIdentifier","url":"classes/ldp_auxiliary_suffixauxiliaryidentifierstrategy.suffixauxiliaryidentifierstrategy.html#isauxiliaryidentifier","classes":"tsd-kind-method tsd-parent-kind-class","parent":"ldp/auxiliary/SuffixAuxiliaryIdentifierStrategy.SuffixAuxiliaryIdentifierStrategy"},{"id":640,"kind":2048,"name":"getAssociatedIdentifier","url":"classes/ldp_auxiliary_suffixauxiliaryidentifierstrategy.suffixauxiliaryidentifierstrategy.html#getassociatedidentifier","classes":"tsd-kind-method tsd-parent-kind-class","parent":"ldp/auxiliary/SuffixAuxiliaryIdentifierStrategy.SuffixAuxiliaryIdentifierStrategy"},{"id":641,"kind":1,"name":"ldp/auxiliary/Validator","url":"modules/ldp_auxiliary_validator.html","classes":"tsd-kind-module"},{"id":642,"kind":128,"name":"Validator","url":"classes/ldp_auxiliary_validator.validator.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"ldp/auxiliary/Validator"},{"id":643,"kind":512,"name":"constructor","url":"classes/ldp_auxiliary_validator.validator.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"ldp/auxiliary/Validator.Validator"},{"id":644,"kind":2048,"name":"canHandle","url":"classes/ldp_auxiliary_validator.validator.html#canhandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ldp/auxiliary/Validator.Validator"},{"id":645,"kind":2048,"name":"handle","url":"classes/ldp_auxiliary_validator.validator.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ldp/auxiliary/Validator.Validator"},{"id":646,"kind":2048,"name":"handleSafe","url":"classes/ldp_auxiliary_validator.validator.html#handlesafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ldp/auxiliary/Validator.Validator"},{"id":647,"kind":1,"name":"ldp/http/AcceptPreferenceParser","url":"modules/ldp_http_acceptpreferenceparser.html","classes":"tsd-kind-module"},{"id":648,"kind":128,"name":"AcceptPreferenceParser","url":"classes/ldp_http_acceptpreferenceparser.acceptpreferenceparser.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"ldp/http/AcceptPreferenceParser"},{"id":649,"kind":512,"name":"constructor","url":"classes/ldp_http_acceptpreferenceparser.acceptpreferenceparser.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"ldp/http/AcceptPreferenceParser.AcceptPreferenceParser"},{"id":650,"kind":2048,"name":"handle","url":"classes/ldp_http_acceptpreferenceparser.acceptpreferenceparser.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"ldp/http/AcceptPreferenceParser.AcceptPreferenceParser"},{"id":651,"kind":2048,"name":"canHandle","url":"classes/ldp_http_acceptpreferenceparser.acceptpreferenceparser.html#canhandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ldp/http/AcceptPreferenceParser.AcceptPreferenceParser"},{"id":652,"kind":2048,"name":"handleSafe","url":"classes/ldp_http_acceptpreferenceparser.acceptpreferenceparser.html#handlesafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ldp/http/AcceptPreferenceParser.AcceptPreferenceParser"},{"id":653,"kind":1,"name":"ldp/http/BasicRequestParser","url":"modules/ldp_http_basicrequestparser.html","classes":"tsd-kind-module"},{"id":654,"kind":256,"name":"BasicRequestParserArgs","url":"interfaces/ldp_http_basicrequestparser.basicrequestparserargs.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"ldp/http/BasicRequestParser"},{"id":655,"kind":1024,"name":"targetExtractor","url":"interfaces/ldp_http_basicrequestparser.basicrequestparserargs.html#targetextractor","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ldp/http/BasicRequestParser.BasicRequestParserArgs"},{"id":656,"kind":1024,"name":"preferenceParser","url":"interfaces/ldp_http_basicrequestparser.basicrequestparserargs.html#preferenceparser","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ldp/http/BasicRequestParser.BasicRequestParserArgs"},{"id":657,"kind":1024,"name":"metadataParser","url":"interfaces/ldp_http_basicrequestparser.basicrequestparserargs.html#metadataparser","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ldp/http/BasicRequestParser.BasicRequestParserArgs"},{"id":658,"kind":1024,"name":"bodyParser","url":"interfaces/ldp_http_basicrequestparser.basicrequestparserargs.html#bodyparser","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ldp/http/BasicRequestParser.BasicRequestParserArgs"},{"id":659,"kind":128,"name":"BasicRequestParser","url":"classes/ldp_http_basicrequestparser.basicrequestparser.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"ldp/http/BasicRequestParser"},{"id":660,"kind":512,"name":"constructor","url":"classes/ldp_http_basicrequestparser.basicrequestparser.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"ldp/http/BasicRequestParser.BasicRequestParser"},{"id":661,"kind":1024,"name":"targetExtractor","url":"classes/ldp_http_basicrequestparser.basicrequestparser.html#targetextractor","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"ldp/http/BasicRequestParser.BasicRequestParser"},{"id":662,"kind":1024,"name":"preferenceParser","url":"classes/ldp_http_basicrequestparser.basicrequestparser.html#preferenceparser","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"ldp/http/BasicRequestParser.BasicRequestParser"},{"id":663,"kind":1024,"name":"metadataParser","url":"classes/ldp_http_basicrequestparser.basicrequestparser.html#metadataparser","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"ldp/http/BasicRequestParser.BasicRequestParser"},{"id":664,"kind":1024,"name":"bodyParser","url":"classes/ldp_http_basicrequestparser.basicrequestparser.html#bodyparser","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"ldp/http/BasicRequestParser.BasicRequestParser"},{"id":665,"kind":2048,"name":"handle","url":"classes/ldp_http_basicrequestparser.basicrequestparser.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"ldp/http/BasicRequestParser.BasicRequestParser"},{"id":666,"kind":2048,"name":"canHandle","url":"classes/ldp_http_basicrequestparser.basicrequestparser.html#canhandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ldp/http/BasicRequestParser.BasicRequestParser"},{"id":667,"kind":2048,"name":"handleSafe","url":"classes/ldp_http_basicrequestparser.basicrequestparser.html#handlesafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ldp/http/BasicRequestParser.BasicRequestParser"},{"id":668,"kind":1,"name":"ldp/http/BasicResponseWriter","url":"modules/ldp_http_basicresponsewriter.html","classes":"tsd-kind-module"},{"id":669,"kind":128,"name":"BasicResponseWriter","url":"classes/ldp_http_basicresponsewriter.basicresponsewriter.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"ldp/http/BasicResponseWriter"},{"id":670,"kind":512,"name":"constructor","url":"classes/ldp_http_basicresponsewriter.basicresponsewriter.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"ldp/http/BasicResponseWriter.BasicResponseWriter"},{"id":671,"kind":1024,"name":"logger","url":"classes/ldp_http_basicresponsewriter.basicresponsewriter.html#logger","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"ldp/http/BasicResponseWriter.BasicResponseWriter"},{"id":672,"kind":1024,"name":"metadataWriter","url":"classes/ldp_http_basicresponsewriter.basicresponsewriter.html#metadatawriter","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"ldp/http/BasicResponseWriter.BasicResponseWriter"},{"id":673,"kind":2048,"name":"canHandle","url":"classes/ldp_http_basicresponsewriter.basicresponsewriter.html#canhandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"ldp/http/BasicResponseWriter.BasicResponseWriter"},{"id":674,"kind":2048,"name":"handle","url":"classes/ldp_http_basicresponsewriter.basicresponsewriter.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"ldp/http/BasicResponseWriter.BasicResponseWriter"},{"id":675,"kind":2048,"name":"handleSafe","url":"classes/ldp_http_basicresponsewriter.basicresponsewriter.html#handlesafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ldp/http/BasicResponseWriter.BasicResponseWriter"},{"id":676,"kind":1,"name":"ldp/http/BodyParser","url":"modules/ldp_http_bodyparser.html","classes":"tsd-kind-module"},{"id":677,"kind":256,"name":"BodyParserArgs","url":"interfaces/ldp_http_bodyparser.bodyparserargs.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"ldp/http/BodyParser"},{"id":678,"kind":1024,"name":"request","url":"interfaces/ldp_http_bodyparser.bodyparserargs.html#request","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ldp/http/BodyParser.BodyParserArgs"},{"id":679,"kind":1024,"name":"metadata","url":"interfaces/ldp_http_bodyparser.bodyparserargs.html#metadata","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ldp/http/BodyParser.BodyParserArgs"},{"id":680,"kind":128,"name":"BodyParser","url":"classes/ldp_http_bodyparser.bodyparser.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"ldp/http/BodyParser"},{"id":681,"kind":512,"name":"constructor","url":"classes/ldp_http_bodyparser.bodyparser.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"ldp/http/BodyParser.BodyParser"},{"id":682,"kind":2048,"name":"canHandle","url":"classes/ldp_http_bodyparser.bodyparser.html#canhandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ldp/http/BodyParser.BodyParser"},{"id":683,"kind":2048,"name":"handle","url":"classes/ldp_http_bodyparser.bodyparser.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ldp/http/BodyParser.BodyParser"},{"id":684,"kind":2048,"name":"handleSafe","url":"classes/ldp_http_bodyparser.bodyparser.html#handlesafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ldp/http/BodyParser.BodyParser"},{"id":685,"kind":1,"name":"ldp/http/ConvertingErrorHandler","url":"modules/ldp_http_convertingerrorhandler.html","classes":"tsd-kind-module"},{"id":686,"kind":128,"name":"ConvertingErrorHandler","url":"classes/ldp_http_convertingerrorhandler.convertingerrorhandler.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"ldp/http/ConvertingErrorHandler"},{"id":687,"kind":512,"name":"constructor","url":"classes/ldp_http_convertingerrorhandler.convertingerrorhandler.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"ldp/http/ConvertingErrorHandler.ConvertingErrorHandler"},{"id":688,"kind":1024,"name":"converter","url":"classes/ldp_http_convertingerrorhandler.convertingerrorhandler.html#converter","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"ldp/http/ConvertingErrorHandler.ConvertingErrorHandler"},{"id":689,"kind":1024,"name":"showStackTrace","url":"classes/ldp_http_convertingerrorhandler.convertingerrorhandler.html#showstacktrace","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"ldp/http/ConvertingErrorHandler.ConvertingErrorHandler"},{"id":690,"kind":2048,"name":"canHandle","url":"classes/ldp_http_convertingerrorhandler.convertingerrorhandler.html#canhandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"ldp/http/ConvertingErrorHandler.ConvertingErrorHandler"},{"id":691,"kind":2048,"name":"handle","url":"classes/ldp_http_convertingerrorhandler.convertingerrorhandler.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"ldp/http/ConvertingErrorHandler.ConvertingErrorHandler"},{"id":692,"kind":2048,"name":"handleSafe","url":"classes/ldp_http_convertingerrorhandler.convertingerrorhandler.html#handlesafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"ldp/http/ConvertingErrorHandler.ConvertingErrorHandler"},{"id":693,"kind":2048,"name":"prepareArguments","url":"classes/ldp_http_convertingerrorhandler.convertingerrorhandler.html#preparearguments","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"ldp/http/ConvertingErrorHandler.ConvertingErrorHandler"},{"id":694,"kind":2048,"name":"createResponse","url":"classes/ldp_http_convertingerrorhandler.convertingerrorhandler.html#createresponse","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"ldp/http/ConvertingErrorHandler.ConvertingErrorHandler"},{"id":695,"kind":2048,"name":"toRepresentation","url":"classes/ldp_http_convertingerrorhandler.convertingerrorhandler.html#torepresentation","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"ldp/http/ConvertingErrorHandler.ConvertingErrorHandler"},{"id":696,"kind":1,"name":"ldp/http/ErrorHandler","url":"modules/ldp_http_errorhandler.html","classes":"tsd-kind-module"},{"id":697,"kind":256,"name":"ErrorHandlerArgs","url":"interfaces/ldp_http_errorhandler.errorhandlerargs.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"ldp/http/ErrorHandler"},{"id":698,"kind":1024,"name":"error","url":"interfaces/ldp_http_errorhandler.errorhandlerargs.html#error","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ldp/http/ErrorHandler.ErrorHandlerArgs"},{"id":699,"kind":1024,"name":"preferences","url":"interfaces/ldp_http_errorhandler.errorhandlerargs.html#preferences","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ldp/http/ErrorHandler.ErrorHandlerArgs"},{"id":700,"kind":128,"name":"ErrorHandler","url":"classes/ldp_http_errorhandler.errorhandler.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"ldp/http/ErrorHandler"},{"id":701,"kind":512,"name":"constructor","url":"classes/ldp_http_errorhandler.errorhandler.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"ldp/http/ErrorHandler.ErrorHandler"},{"id":702,"kind":2048,"name":"canHandle","url":"classes/ldp_http_errorhandler.errorhandler.html#canhandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ldp/http/ErrorHandler.ErrorHandler"},{"id":703,"kind":2048,"name":"handle","url":"classes/ldp_http_errorhandler.errorhandler.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ldp/http/ErrorHandler.ErrorHandler"},{"id":704,"kind":2048,"name":"handleSafe","url":"classes/ldp_http_errorhandler.errorhandler.html#handlesafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ldp/http/ErrorHandler.ErrorHandler"},{"id":705,"kind":1,"name":"ldp/http/OriginalUrlExtractor","url":"modules/ldp_http_originalurlextractor.html","classes":"tsd-kind-module"},{"id":706,"kind":128,"name":"OriginalUrlExtractor","url":"classes/ldp_http_originalurlextractor.originalurlextractor.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"ldp/http/OriginalUrlExtractor"},{"id":707,"kind":512,"name":"constructor","url":"classes/ldp_http_originalurlextractor.originalurlextractor.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"ldp/http/OriginalUrlExtractor.OriginalUrlExtractor"},{"id":708,"kind":1024,"name":"includeQueryString","url":"classes/ldp_http_originalurlextractor.originalurlextractor.html#includequerystring","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"ldp/http/OriginalUrlExtractor.OriginalUrlExtractor"},{"id":709,"kind":2048,"name":"handle","url":"classes/ldp_http_originalurlextractor.originalurlextractor.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"ldp/http/OriginalUrlExtractor.OriginalUrlExtractor"},{"id":710,"kind":2048,"name":"canHandle","url":"classes/ldp_http_originalurlextractor.originalurlextractor.html#canhandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ldp/http/OriginalUrlExtractor.OriginalUrlExtractor"},{"id":711,"kind":2048,"name":"handleSafe","url":"classes/ldp_http_originalurlextractor.originalurlextractor.html#handlesafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ldp/http/OriginalUrlExtractor.OriginalUrlExtractor"},{"id":712,"kind":1,"name":"ldp/http/Patch","url":"modules/ldp_http_patch.html","classes":"tsd-kind-module"},{"id":713,"kind":256,"name":"Patch","url":"interfaces/ldp_http_patch.patch.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"ldp/http/Patch"},{"id":714,"kind":1024,"name":"metadata","url":"interfaces/ldp_http_patch.patch.html#metadata","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ldp/http/Patch.Patch"},{"id":715,"kind":1024,"name":"data","url":"interfaces/ldp_http_patch.patch.html#data","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ldp/http/Patch.Patch"},{"id":716,"kind":1024,"name":"binary","url":"interfaces/ldp_http_patch.patch.html#binary","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ldp/http/Patch.Patch"},{"id":717,"kind":1,"name":"ldp/http/PreferenceParser","url":"modules/ldp_http_preferenceparser.html","classes":"tsd-kind-module"},{"id":718,"kind":128,"name":"PreferenceParser","url":"classes/ldp_http_preferenceparser.preferenceparser.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"ldp/http/PreferenceParser"},{"id":719,"kind":512,"name":"constructor","url":"classes/ldp_http_preferenceparser.preferenceparser.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"ldp/http/PreferenceParser.PreferenceParser"},{"id":720,"kind":2048,"name":"canHandle","url":"classes/ldp_http_preferenceparser.preferenceparser.html#canhandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ldp/http/PreferenceParser.PreferenceParser"},{"id":721,"kind":2048,"name":"handle","url":"classes/ldp_http_preferenceparser.preferenceparser.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ldp/http/PreferenceParser.PreferenceParser"},{"id":722,"kind":2048,"name":"handleSafe","url":"classes/ldp_http_preferenceparser.preferenceparser.html#handlesafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ldp/http/PreferenceParser.PreferenceParser"},{"id":723,"kind":1,"name":"ldp/http/RawBodyParser","url":"modules/ldp_http_rawbodyparser.html","classes":"tsd-kind-module"},{"id":724,"kind":128,"name":"RawBodyParser","url":"classes/ldp_http_rawbodyparser.rawbodyparser.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"ldp/http/RawBodyParser"},{"id":725,"kind":512,"name":"constructor","url":"classes/ldp_http_rawbodyparser.rawbodyparser.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"ldp/http/RawBodyParser.RawBodyParser"},{"id":726,"kind":1024,"name":"logger","url":"classes/ldp_http_rawbodyparser.rawbodyparser.html#logger","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"ldp/http/RawBodyParser.RawBodyParser"},{"id":727,"kind":2048,"name":"handle","url":"classes/ldp_http_rawbodyparser.rawbodyparser.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"ldp/http/RawBodyParser.RawBodyParser"},{"id":728,"kind":2048,"name":"canHandle","url":"classes/ldp_http_rawbodyparser.rawbodyparser.html#canhandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ldp/http/RawBodyParser.RawBodyParser"},{"id":729,"kind":2048,"name":"handleSafe","url":"classes/ldp_http_rawbodyparser.rawbodyparser.html#handlesafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ldp/http/RawBodyParser.RawBodyParser"},{"id":730,"kind":1,"name":"ldp/http/RequestParser","url":"modules/ldp_http_requestparser.html","classes":"tsd-kind-module"},{"id":731,"kind":128,"name":"RequestParser","url":"classes/ldp_http_requestparser.requestparser.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"ldp/http/RequestParser"},{"id":732,"kind":512,"name":"constructor","url":"classes/ldp_http_requestparser.requestparser.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"ldp/http/RequestParser.RequestParser"},{"id":733,"kind":2048,"name":"canHandle","url":"classes/ldp_http_requestparser.requestparser.html#canhandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ldp/http/RequestParser.RequestParser"},{"id":734,"kind":2048,"name":"handle","url":"classes/ldp_http_requestparser.requestparser.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ldp/http/RequestParser.RequestParser"},{"id":735,"kind":2048,"name":"handleSafe","url":"classes/ldp_http_requestparser.requestparser.html#handlesafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ldp/http/RequestParser.RequestParser"},{"id":736,"kind":1,"name":"ldp/http/ResponseWriter","url":"modules/ldp_http_responsewriter.html","classes":"tsd-kind-module"},{"id":737,"kind":128,"name":"ResponseWriter","url":"classes/ldp_http_responsewriter.responsewriter.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"ldp/http/ResponseWriter"},{"id":738,"kind":512,"name":"constructor","url":"classes/ldp_http_responsewriter.responsewriter.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"ldp/http/ResponseWriter.ResponseWriter"},{"id":739,"kind":2048,"name":"canHandle","url":"classes/ldp_http_responsewriter.responsewriter.html#canhandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ldp/http/ResponseWriter.ResponseWriter"},{"id":740,"kind":2048,"name":"handle","url":"classes/ldp_http_responsewriter.responsewriter.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ldp/http/ResponseWriter.ResponseWriter"},{"id":741,"kind":2048,"name":"handleSafe","url":"classes/ldp_http_responsewriter.responsewriter.html#handlesafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ldp/http/ResponseWriter.ResponseWriter"},{"id":742,"kind":1,"name":"ldp/http/SafeErrorHandler","url":"modules/ldp_http_safeerrorhandler.html","classes":"tsd-kind-module"},{"id":743,"kind":128,"name":"SafeErrorHandler","url":"classes/ldp_http_safeerrorhandler.safeerrorhandler.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"ldp/http/SafeErrorHandler"},{"id":744,"kind":512,"name":"constructor","url":"classes/ldp_http_safeerrorhandler.safeerrorhandler.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"ldp/http/SafeErrorHandler.SafeErrorHandler"},{"id":745,"kind":1024,"name":"logger","url":"classes/ldp_http_safeerrorhandler.safeerrorhandler.html#logger","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"ldp/http/SafeErrorHandler.SafeErrorHandler"},{"id":746,"kind":1024,"name":"errorHandler","url":"classes/ldp_http_safeerrorhandler.safeerrorhandler.html#errorhandler","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"ldp/http/SafeErrorHandler.SafeErrorHandler"},{"id":747,"kind":1024,"name":"showStackTrace","url":"classes/ldp_http_safeerrorhandler.safeerrorhandler.html#showstacktrace","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"ldp/http/SafeErrorHandler.SafeErrorHandler"},{"id":748,"kind":2048,"name":"handle","url":"classes/ldp_http_safeerrorhandler.safeerrorhandler.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"ldp/http/SafeErrorHandler.SafeErrorHandler"},{"id":749,"kind":2048,"name":"canHandle","url":"classes/ldp_http_safeerrorhandler.safeerrorhandler.html#canhandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ldp/http/SafeErrorHandler.SafeErrorHandler"},{"id":750,"kind":2048,"name":"handleSafe","url":"classes/ldp_http_safeerrorhandler.safeerrorhandler.html#handlesafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ldp/http/SafeErrorHandler.SafeErrorHandler"},{"id":751,"kind":1,"name":"ldp/http/SparqlUpdateBodyParser","url":"modules/ldp_http_sparqlupdatebodyparser.html","classes":"tsd-kind-module"},{"id":752,"kind":128,"name":"SparqlUpdateBodyParser","url":"classes/ldp_http_sparqlupdatebodyparser.sparqlupdatebodyparser.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"ldp/http/SparqlUpdateBodyParser"},{"id":753,"kind":512,"name":"constructor","url":"classes/ldp_http_sparqlupdatebodyparser.sparqlupdatebodyparser.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"ldp/http/SparqlUpdateBodyParser.SparqlUpdateBodyParser"},{"id":754,"kind":1024,"name":"logger","url":"classes/ldp_http_sparqlupdatebodyparser.sparqlupdatebodyparser.html#logger","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"ldp/http/SparqlUpdateBodyParser.SparqlUpdateBodyParser"},{"id":755,"kind":2048,"name":"canHandle","url":"classes/ldp_http_sparqlupdatebodyparser.sparqlupdatebodyparser.html#canhandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"ldp/http/SparqlUpdateBodyParser.SparqlUpdateBodyParser"},{"id":756,"kind":2048,"name":"handle","url":"classes/ldp_http_sparqlupdatebodyparser.sparqlupdatebodyparser.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"ldp/http/SparqlUpdateBodyParser.SparqlUpdateBodyParser"},{"id":757,"kind":2048,"name":"handleSafe","url":"classes/ldp_http_sparqlupdatebodyparser.sparqlupdatebodyparser.html#handlesafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ldp/http/SparqlUpdateBodyParser.SparqlUpdateBodyParser"},{"id":758,"kind":1,"name":"ldp/http/SparqlUpdatePatch","url":"modules/ldp_http_sparqlupdatepatch.html","classes":"tsd-kind-module"},{"id":759,"kind":256,"name":"SparqlUpdatePatch","url":"interfaces/ldp_http_sparqlupdatepatch.sparqlupdatepatch.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"ldp/http/SparqlUpdatePatch"},{"id":760,"kind":1024,"name":"algebra","url":"interfaces/ldp_http_sparqlupdatepatch.sparqlupdatepatch.html#algebra","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ldp/http/SparqlUpdatePatch.SparqlUpdatePatch"},{"id":761,"kind":1024,"name":"metadata","url":"interfaces/ldp_http_sparqlupdatepatch.sparqlupdatepatch.html#metadata","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ldp/http/SparqlUpdatePatch.SparqlUpdatePatch"},{"id":762,"kind":1024,"name":"data","url":"interfaces/ldp_http_sparqlupdatepatch.sparqlupdatepatch.html#data","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ldp/http/SparqlUpdatePatch.SparqlUpdatePatch"},{"id":763,"kind":1024,"name":"binary","url":"interfaces/ldp_http_sparqlupdatepatch.sparqlupdatepatch.html#binary","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ldp/http/SparqlUpdatePatch.SparqlUpdatePatch"},{"id":764,"kind":1,"name":"ldp/http/TargetExtractor","url":"modules/ldp_http_targetextractor.html","classes":"tsd-kind-module"},{"id":765,"kind":128,"name":"TargetExtractor","url":"classes/ldp_http_targetextractor.targetextractor.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"ldp/http/TargetExtractor"},{"id":766,"kind":512,"name":"constructor","url":"classes/ldp_http_targetextractor.targetextractor.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"ldp/http/TargetExtractor.TargetExtractor"},{"id":767,"kind":2048,"name":"canHandle","url":"classes/ldp_http_targetextractor.targetextractor.html#canhandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ldp/http/TargetExtractor.TargetExtractor"},{"id":768,"kind":2048,"name":"handle","url":"classes/ldp_http_targetextractor.targetextractor.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ldp/http/TargetExtractor.TargetExtractor"},{"id":769,"kind":2048,"name":"handleSafe","url":"classes/ldp_http_targetextractor.targetextractor.html#handlesafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ldp/http/TargetExtractor.TargetExtractor"},{"id":770,"kind":1,"name":"ldp/http/metadata/ConstantMetadataWriter","url":"modules/ldp_http_metadata_constantmetadatawriter.html","classes":"tsd-kind-module"},{"id":771,"kind":128,"name":"ConstantMetadataWriter","url":"classes/ldp_http_metadata_constantmetadatawriter.constantmetadatawriter.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"ldp/http/metadata/ConstantMetadataWriter"},{"id":772,"kind":512,"name":"constructor","url":"classes/ldp_http_metadata_constantmetadatawriter.constantmetadatawriter.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"ldp/http/metadata/ConstantMetadataWriter.ConstantMetadataWriter"},{"id":773,"kind":1024,"name":"headers","url":"classes/ldp_http_metadata_constantmetadatawriter.constantmetadatawriter.html#headers","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"ldp/http/metadata/ConstantMetadataWriter.ConstantMetadataWriter"},{"id":774,"kind":2048,"name":"handle","url":"classes/ldp_http_metadata_constantmetadatawriter.constantmetadatawriter.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"ldp/http/metadata/ConstantMetadataWriter.ConstantMetadataWriter"},{"id":775,"kind":2048,"name":"canHandle","url":"classes/ldp_http_metadata_constantmetadatawriter.constantmetadatawriter.html#canhandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ldp/http/metadata/ConstantMetadataWriter.ConstantMetadataWriter"},{"id":776,"kind":2048,"name":"handleSafe","url":"classes/ldp_http_metadata_constantmetadatawriter.constantmetadatawriter.html#handlesafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ldp/http/metadata/ConstantMetadataWriter.ConstantMetadataWriter"},{"id":777,"kind":1,"name":"ldp/http/metadata/ContentTypeParser","url":"modules/ldp_http_metadata_contenttypeparser.html","classes":"tsd-kind-module"},{"id":778,"kind":128,"name":"ContentTypeParser","url":"classes/ldp_http_metadata_contenttypeparser.contenttypeparser.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"ldp/http/metadata/ContentTypeParser"},{"id":779,"kind":512,"name":"constructor","url":"classes/ldp_http_metadata_contenttypeparser.contenttypeparser.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"ldp/http/metadata/ContentTypeParser.ContentTypeParser"},{"id":780,"kind":2048,"name":"handle","url":"classes/ldp_http_metadata_contenttypeparser.contenttypeparser.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"ldp/http/metadata/ContentTypeParser.ContentTypeParser"},{"id":781,"kind":2048,"name":"canHandle","url":"classes/ldp_http_metadata_contenttypeparser.contenttypeparser.html#canhandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ldp/http/metadata/ContentTypeParser.ContentTypeParser"},{"id":782,"kind":2048,"name":"handleSafe","url":"classes/ldp_http_metadata_contenttypeparser.contenttypeparser.html#handlesafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ldp/http/metadata/ContentTypeParser.ContentTypeParser"},{"id":783,"kind":1,"name":"ldp/http/metadata/LinkRelMetadataWriter","url":"modules/ldp_http_metadata_linkrelmetadatawriter.html","classes":"tsd-kind-module"},{"id":784,"kind":128,"name":"LinkRelMetadataWriter","url":"classes/ldp_http_metadata_linkrelmetadatawriter.linkrelmetadatawriter.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"ldp/http/metadata/LinkRelMetadataWriter"},{"id":785,"kind":512,"name":"constructor","url":"classes/ldp_http_metadata_linkrelmetadatawriter.linkrelmetadatawriter.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"ldp/http/metadata/LinkRelMetadataWriter.LinkRelMetadataWriter"},{"id":786,"kind":1024,"name":"linkRelMap","url":"classes/ldp_http_metadata_linkrelmetadatawriter.linkrelmetadatawriter.html#linkrelmap","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"ldp/http/metadata/LinkRelMetadataWriter.LinkRelMetadataWriter"},{"id":787,"kind":1024,"name":"logger","url":"classes/ldp_http_metadata_linkrelmetadatawriter.linkrelmetadatawriter.html#logger","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"ldp/http/metadata/LinkRelMetadataWriter.LinkRelMetadataWriter"},{"id":788,"kind":2048,"name":"handle","url":"classes/ldp_http_metadata_linkrelmetadatawriter.linkrelmetadatawriter.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"ldp/http/metadata/LinkRelMetadataWriter.LinkRelMetadataWriter"},{"id":789,"kind":2048,"name":"canHandle","url":"classes/ldp_http_metadata_linkrelmetadatawriter.linkrelmetadatawriter.html#canhandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ldp/http/metadata/LinkRelMetadataWriter.LinkRelMetadataWriter"},{"id":790,"kind":2048,"name":"handleSafe","url":"classes/ldp_http_metadata_linkrelmetadatawriter.linkrelmetadatawriter.html#handlesafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ldp/http/metadata/LinkRelMetadataWriter.LinkRelMetadataWriter"},{"id":791,"kind":1,"name":"ldp/http/metadata/LinkTypeParser","url":"modules/ldp_http_metadata_linktypeparser.html","classes":"tsd-kind-module"},{"id":792,"kind":128,"name":"LinkTypeParser","url":"classes/ldp_http_metadata_linktypeparser.linktypeparser.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"ldp/http/metadata/LinkTypeParser"},{"id":793,"kind":512,"name":"constructor","url":"classes/ldp_http_metadata_linktypeparser.linktypeparser.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"ldp/http/metadata/LinkTypeParser.LinkTypeParser"},{"id":794,"kind":1024,"name":"logger","url":"classes/ldp_http_metadata_linktypeparser.linktypeparser.html#logger","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"ldp/http/metadata/LinkTypeParser.LinkTypeParser"},{"id":795,"kind":2048,"name":"handle","url":"classes/ldp_http_metadata_linktypeparser.linktypeparser.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"ldp/http/metadata/LinkTypeParser.LinkTypeParser"},{"id":796,"kind":2048,"name":"parseLink","url":"classes/ldp_http_metadata_linktypeparser.linktypeparser.html#parselink","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-protected","parent":"ldp/http/metadata/LinkTypeParser.LinkTypeParser"},{"id":797,"kind":2048,"name":"canHandle","url":"classes/ldp_http_metadata_linktypeparser.linktypeparser.html#canhandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ldp/http/metadata/LinkTypeParser.LinkTypeParser"},{"id":798,"kind":2048,"name":"handleSafe","url":"classes/ldp_http_metadata_linktypeparser.linktypeparser.html#handlesafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ldp/http/metadata/LinkTypeParser.LinkTypeParser"},{"id":799,"kind":1,"name":"ldp/http/metadata/MappedMetadataWriter","url":"modules/ldp_http_metadata_mappedmetadatawriter.html","classes":"tsd-kind-module"},{"id":800,"kind":128,"name":"MappedMetadataWriter","url":"classes/ldp_http_metadata_mappedmetadatawriter.mappedmetadatawriter.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"ldp/http/metadata/MappedMetadataWriter"},{"id":801,"kind":512,"name":"constructor","url":"classes/ldp_http_metadata_mappedmetadatawriter.mappedmetadatawriter.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"ldp/http/metadata/MappedMetadataWriter.MappedMetadataWriter"},{"id":802,"kind":1024,"name":"headerMap","url":"classes/ldp_http_metadata_mappedmetadatawriter.mappedmetadatawriter.html#headermap","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"ldp/http/metadata/MappedMetadataWriter.MappedMetadataWriter"},{"id":803,"kind":2048,"name":"handle","url":"classes/ldp_http_metadata_mappedmetadatawriter.mappedmetadatawriter.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"ldp/http/metadata/MappedMetadataWriter.MappedMetadataWriter"},{"id":804,"kind":2048,"name":"canHandle","url":"classes/ldp_http_metadata_mappedmetadatawriter.mappedmetadatawriter.html#canhandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ldp/http/metadata/MappedMetadataWriter.MappedMetadataWriter"},{"id":805,"kind":2048,"name":"handleSafe","url":"classes/ldp_http_metadata_mappedmetadatawriter.mappedmetadatawriter.html#handlesafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ldp/http/metadata/MappedMetadataWriter.MappedMetadataWriter"},{"id":806,"kind":1,"name":"ldp/http/metadata/MetadataParser","url":"modules/ldp_http_metadata_metadataparser.html","classes":"tsd-kind-module"},{"id":807,"kind":128,"name":"MetadataParser","url":"classes/ldp_http_metadata_metadataparser.metadataparser.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"ldp/http/metadata/MetadataParser"},{"id":808,"kind":512,"name":"constructor","url":"classes/ldp_http_metadata_metadataparser.metadataparser.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"ldp/http/metadata/MetadataParser.MetadataParser"},{"id":809,"kind":2048,"name":"canHandle","url":"classes/ldp_http_metadata_metadataparser.metadataparser.html#canhandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ldp/http/metadata/MetadataParser.MetadataParser"},{"id":810,"kind":2048,"name":"handle","url":"classes/ldp_http_metadata_metadataparser.metadataparser.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ldp/http/metadata/MetadataParser.MetadataParser"},{"id":811,"kind":2048,"name":"handleSafe","url":"classes/ldp_http_metadata_metadataparser.metadataparser.html#handlesafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ldp/http/metadata/MetadataParser.MetadataParser"},{"id":812,"kind":1,"name":"ldp/http/metadata/MetadataWriter","url":"modules/ldp_http_metadata_metadatawriter.html","classes":"tsd-kind-module"},{"id":813,"kind":128,"name":"MetadataWriter","url":"classes/ldp_http_metadata_metadatawriter.metadatawriter.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"ldp/http/metadata/MetadataWriter"},{"id":814,"kind":512,"name":"constructor","url":"classes/ldp_http_metadata_metadatawriter.metadatawriter.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"ldp/http/metadata/MetadataWriter.MetadataWriter"},{"id":815,"kind":2048,"name":"canHandle","url":"classes/ldp_http_metadata_metadatawriter.metadatawriter.html#canhandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ldp/http/metadata/MetadataWriter.MetadataWriter"},{"id":816,"kind":2048,"name":"handle","url":"classes/ldp_http_metadata_metadatawriter.metadatawriter.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ldp/http/metadata/MetadataWriter.MetadataWriter"},{"id":817,"kind":2048,"name":"handleSafe","url":"classes/ldp_http_metadata_metadatawriter.metadatawriter.html#handlesafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ldp/http/metadata/MetadataWriter.MetadataWriter"},{"id":818,"kind":1,"name":"ldp/http/metadata/SlugParser","url":"modules/ldp_http_metadata_slugparser.html","classes":"tsd-kind-module"},{"id":819,"kind":128,"name":"SlugParser","url":"classes/ldp_http_metadata_slugparser.slugparser.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"ldp/http/metadata/SlugParser"},{"id":820,"kind":512,"name":"constructor","url":"classes/ldp_http_metadata_slugparser.slugparser.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"ldp/http/metadata/SlugParser.SlugParser"},{"id":821,"kind":1024,"name":"logger","url":"classes/ldp_http_metadata_slugparser.slugparser.html#logger","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"ldp/http/metadata/SlugParser.SlugParser"},{"id":822,"kind":2048,"name":"handle","url":"classes/ldp_http_metadata_slugparser.slugparser.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"ldp/http/metadata/SlugParser.SlugParser"},{"id":823,"kind":2048,"name":"canHandle","url":"classes/ldp_http_metadata_slugparser.slugparser.html#canhandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ldp/http/metadata/SlugParser.SlugParser"},{"id":824,"kind":2048,"name":"handleSafe","url":"classes/ldp_http_metadata_slugparser.slugparser.html#handlesafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ldp/http/metadata/SlugParser.SlugParser"},{"id":825,"kind":1,"name":"ldp/http/metadata/WacAllowMetadataWriter","url":"modules/ldp_http_metadata_wacallowmetadatawriter.html","classes":"tsd-kind-module"},{"id":826,"kind":128,"name":"WacAllowMetadataWriter","url":"classes/ldp_http_metadata_wacallowmetadatawriter.wacallowmetadatawriter.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"ldp/http/metadata/WacAllowMetadataWriter"},{"id":827,"kind":512,"name":"constructor","url":"classes/ldp_http_metadata_wacallowmetadatawriter.wacallowmetadatawriter.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"ldp/http/metadata/WacAllowMetadataWriter.WacAllowMetadataWriter"},{"id":828,"kind":2048,"name":"handle","url":"classes/ldp_http_metadata_wacallowmetadatawriter.wacallowmetadatawriter.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"ldp/http/metadata/WacAllowMetadataWriter.WacAllowMetadataWriter"},{"id":829,"kind":2048,"name":"aclToPermission","url":"classes/ldp_http_metadata_wacallowmetadatawriter.wacallowmetadatawriter.html#acltopermission","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"ldp/http/metadata/WacAllowMetadataWriter.WacAllowMetadataWriter"},{"id":830,"kind":2048,"name":"createAccessParam","url":"classes/ldp_http_metadata_wacallowmetadatawriter.wacallowmetadatawriter.html#createaccessparam","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"ldp/http/metadata/WacAllowMetadataWriter.WacAllowMetadataWriter"},{"id":831,"kind":2048,"name":"canHandle","url":"classes/ldp_http_metadata_wacallowmetadatawriter.wacallowmetadatawriter.html#canhandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ldp/http/metadata/WacAllowMetadataWriter.WacAllowMetadataWriter"},{"id":832,"kind":2048,"name":"handleSafe","url":"classes/ldp_http_metadata_wacallowmetadatawriter.wacallowmetadatawriter.html#handlesafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ldp/http/metadata/WacAllowMetadataWriter.WacAllowMetadataWriter"},{"id":833,"kind":1,"name":"ldp/http/metadata/WwwAuthMetadataWriter","url":"modules/ldp_http_metadata_wwwauthmetadatawriter.html","classes":"tsd-kind-module"},{"id":834,"kind":128,"name":"WwwAuthMetadataWriter","url":"classes/ldp_http_metadata_wwwauthmetadatawriter.wwwauthmetadatawriter.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"ldp/http/metadata/WwwAuthMetadataWriter"},{"id":835,"kind":512,"name":"constructor","url":"classes/ldp_http_metadata_wwwauthmetadatawriter.wwwauthmetadatawriter.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"ldp/http/metadata/WwwAuthMetadataWriter.WwwAuthMetadataWriter"},{"id":836,"kind":1024,"name":"auth","url":"classes/ldp_http_metadata_wwwauthmetadatawriter.wwwauthmetadatawriter.html#auth","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"ldp/http/metadata/WwwAuthMetadataWriter.WwwAuthMetadataWriter"},{"id":837,"kind":2048,"name":"handle","url":"classes/ldp_http_metadata_wwwauthmetadatawriter.wwwauthmetadatawriter.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"ldp/http/metadata/WwwAuthMetadataWriter.WwwAuthMetadataWriter"},{"id":838,"kind":2048,"name":"canHandle","url":"classes/ldp_http_metadata_wwwauthmetadatawriter.wwwauthmetadatawriter.html#canhandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ldp/http/metadata/WwwAuthMetadataWriter.WwwAuthMetadataWriter"},{"id":839,"kind":2048,"name":"handleSafe","url":"classes/ldp_http_metadata_wwwauthmetadatawriter.wwwauthmetadatawriter.html#handlesafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ldp/http/metadata/WwwAuthMetadataWriter.WwwAuthMetadataWriter"},{"id":840,"kind":1,"name":"ldp/http/response/CreatedResponseDescription","url":"modules/ldp_http_response_createdresponsedescription.html","classes":"tsd-kind-module"},{"id":841,"kind":128,"name":"CreatedResponseDescription","url":"classes/ldp_http_response_createdresponsedescription.createdresponsedescription.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"ldp/http/response/CreatedResponseDescription"},{"id":842,"kind":512,"name":"constructor","url":"classes/ldp_http_response_createdresponsedescription.createdresponsedescription.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"ldp/http/response/CreatedResponseDescription.CreatedResponseDescription"},{"id":843,"kind":1024,"name":"statusCode","url":"classes/ldp_http_response_createdresponsedescription.createdresponsedescription.html#statuscode","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"ldp/http/response/CreatedResponseDescription.CreatedResponseDescription"},{"id":844,"kind":1024,"name":"metadata","url":"classes/ldp_http_response_createdresponsedescription.createdresponsedescription.html#metadata","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"ldp/http/response/CreatedResponseDescription.CreatedResponseDescription"},{"id":845,"kind":1024,"name":"data","url":"classes/ldp_http_response_createdresponsedescription.createdresponsedescription.html#data","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"ldp/http/response/CreatedResponseDescription.CreatedResponseDescription"},{"id":846,"kind":1,"name":"ldp/http/response/OkResponseDescription","url":"modules/ldp_http_response_okresponsedescription.html","classes":"tsd-kind-module"},{"id":847,"kind":128,"name":"OkResponseDescription","url":"classes/ldp_http_response_okresponsedescription.okresponsedescription.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"ldp/http/response/OkResponseDescription"},{"id":848,"kind":512,"name":"constructor","url":"classes/ldp_http_response_okresponsedescription.okresponsedescription.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"ldp/http/response/OkResponseDescription.OkResponseDescription"},{"id":849,"kind":1024,"name":"statusCode","url":"classes/ldp_http_response_okresponsedescription.okresponsedescription.html#statuscode","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"ldp/http/response/OkResponseDescription.OkResponseDescription"},{"id":850,"kind":1024,"name":"metadata","url":"classes/ldp_http_response_okresponsedescription.okresponsedescription.html#metadata","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"ldp/http/response/OkResponseDescription.OkResponseDescription"},{"id":851,"kind":1024,"name":"data","url":"classes/ldp_http_response_okresponsedescription.okresponsedescription.html#data","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"ldp/http/response/OkResponseDescription.OkResponseDescription"},{"id":852,"kind":1,"name":"ldp/http/response/ResetResponseDescription","url":"modules/ldp_http_response_resetresponsedescription.html","classes":"tsd-kind-module"},{"id":853,"kind":128,"name":"ResetResponseDescription","url":"classes/ldp_http_response_resetresponsedescription.resetresponsedescription.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"ldp/http/response/ResetResponseDescription"},{"id":854,"kind":512,"name":"constructor","url":"classes/ldp_http_response_resetresponsedescription.resetresponsedescription.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"ldp/http/response/ResetResponseDescription.ResetResponseDescription"},{"id":855,"kind":1024,"name":"statusCode","url":"classes/ldp_http_response_resetresponsedescription.resetresponsedescription.html#statuscode","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"ldp/http/response/ResetResponseDescription.ResetResponseDescription"},{"id":856,"kind":1024,"name":"metadata","url":"classes/ldp_http_response_resetresponsedescription.resetresponsedescription.html#metadata","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"ldp/http/response/ResetResponseDescription.ResetResponseDescription"},{"id":857,"kind":1024,"name":"data","url":"classes/ldp_http_response_resetresponsedescription.resetresponsedescription.html#data","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"ldp/http/response/ResetResponseDescription.ResetResponseDescription"},{"id":858,"kind":1,"name":"ldp/http/response/ResponseDescription","url":"modules/ldp_http_response_responsedescription.html","classes":"tsd-kind-module"},{"id":859,"kind":128,"name":"ResponseDescription","url":"classes/ldp_http_response_responsedescription.responsedescription.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"ldp/http/response/ResponseDescription"},{"id":860,"kind":512,"name":"constructor","url":"classes/ldp_http_response_responsedescription.responsedescription.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"ldp/http/response/ResponseDescription.ResponseDescription"},{"id":861,"kind":1024,"name":"statusCode","url":"classes/ldp_http_response_responsedescription.responsedescription.html#statuscode","classes":"tsd-kind-property tsd-parent-kind-class","parent":"ldp/http/response/ResponseDescription.ResponseDescription"},{"id":862,"kind":1024,"name":"metadata","url":"classes/ldp_http_response_responsedescription.responsedescription.html#metadata","classes":"tsd-kind-property tsd-parent-kind-class","parent":"ldp/http/response/ResponseDescription.ResponseDescription"},{"id":863,"kind":1024,"name":"data","url":"classes/ldp_http_response_responsedescription.responsedescription.html#data","classes":"tsd-kind-property tsd-parent-kind-class","parent":"ldp/http/response/ResponseDescription.ResponseDescription"},{"id":864,"kind":1,"name":"ldp/operations/DeleteOperationHandler","url":"modules/ldp_operations_deleteoperationhandler.html","classes":"tsd-kind-module"},{"id":865,"kind":128,"name":"DeleteOperationHandler","url":"classes/ldp_operations_deleteoperationhandler.deleteoperationhandler.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"ldp/operations/DeleteOperationHandler"},{"id":866,"kind":512,"name":"constructor","url":"classes/ldp_operations_deleteoperationhandler.deleteoperationhandler.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"ldp/operations/DeleteOperationHandler.DeleteOperationHandler"},{"id":867,"kind":1024,"name":"store","url":"classes/ldp_operations_deleteoperationhandler.deleteoperationhandler.html#store","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"ldp/operations/DeleteOperationHandler.DeleteOperationHandler"},{"id":868,"kind":2048,"name":"canHandle","url":"classes/ldp_operations_deleteoperationhandler.deleteoperationhandler.html#canhandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"ldp/operations/DeleteOperationHandler.DeleteOperationHandler"},{"id":869,"kind":2048,"name":"handle","url":"classes/ldp_operations_deleteoperationhandler.deleteoperationhandler.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"ldp/operations/DeleteOperationHandler.DeleteOperationHandler"},{"id":870,"kind":2048,"name":"handleSafe","url":"classes/ldp_operations_deleteoperationhandler.deleteoperationhandler.html#handlesafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ldp/operations/DeleteOperationHandler.DeleteOperationHandler"},{"id":871,"kind":1,"name":"ldp/operations/GetOperationHandler","url":"modules/ldp_operations_getoperationhandler.html","classes":"tsd-kind-module"},{"id":872,"kind":128,"name":"GetOperationHandler","url":"classes/ldp_operations_getoperationhandler.getoperationhandler.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"ldp/operations/GetOperationHandler"},{"id":873,"kind":512,"name":"constructor","url":"classes/ldp_operations_getoperationhandler.getoperationhandler.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"ldp/operations/GetOperationHandler.GetOperationHandler"},{"id":874,"kind":1024,"name":"store","url":"classes/ldp_operations_getoperationhandler.getoperationhandler.html#store","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"ldp/operations/GetOperationHandler.GetOperationHandler"},{"id":875,"kind":2048,"name":"canHandle","url":"classes/ldp_operations_getoperationhandler.getoperationhandler.html#canhandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"ldp/operations/GetOperationHandler.GetOperationHandler"},{"id":876,"kind":2048,"name":"handle","url":"classes/ldp_operations_getoperationhandler.getoperationhandler.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"ldp/operations/GetOperationHandler.GetOperationHandler"},{"id":877,"kind":2048,"name":"handleSafe","url":"classes/ldp_operations_getoperationhandler.getoperationhandler.html#handlesafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ldp/operations/GetOperationHandler.GetOperationHandler"},{"id":878,"kind":1,"name":"ldp/operations/HeadOperationHandler","url":"modules/ldp_operations_headoperationhandler.html","classes":"tsd-kind-module"},{"id":879,"kind":128,"name":"HeadOperationHandler","url":"classes/ldp_operations_headoperationhandler.headoperationhandler.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"ldp/operations/HeadOperationHandler"},{"id":880,"kind":512,"name":"constructor","url":"classes/ldp_operations_headoperationhandler.headoperationhandler.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"ldp/operations/HeadOperationHandler.HeadOperationHandler"},{"id":881,"kind":1024,"name":"store","url":"classes/ldp_operations_headoperationhandler.headoperationhandler.html#store","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"ldp/operations/HeadOperationHandler.HeadOperationHandler"},{"id":882,"kind":2048,"name":"canHandle","url":"classes/ldp_operations_headoperationhandler.headoperationhandler.html#canhandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"ldp/operations/HeadOperationHandler.HeadOperationHandler"},{"id":883,"kind":2048,"name":"handle","url":"classes/ldp_operations_headoperationhandler.headoperationhandler.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"ldp/operations/HeadOperationHandler.HeadOperationHandler"},{"id":884,"kind":2048,"name":"handleSafe","url":"classes/ldp_operations_headoperationhandler.headoperationhandler.html#handlesafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ldp/operations/HeadOperationHandler.HeadOperationHandler"},{"id":885,"kind":1,"name":"ldp/operations/Operation","url":"modules/ldp_operations_operation.html","classes":"tsd-kind-module"},{"id":886,"kind":256,"name":"Operation","url":"interfaces/ldp_operations_operation.operation.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"ldp/operations/Operation"},{"id":887,"kind":1024,"name":"method","url":"interfaces/ldp_operations_operation.operation.html#method","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ldp/operations/Operation.Operation"},{"id":888,"kind":1024,"name":"target","url":"interfaces/ldp_operations_operation.operation.html#target","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ldp/operations/Operation.Operation"},{"id":889,"kind":1024,"name":"preferences","url":"interfaces/ldp_operations_operation.operation.html#preferences","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ldp/operations/Operation.Operation"},{"id":890,"kind":1024,"name":"authorization","url":"interfaces/ldp_operations_operation.operation.html#authorization","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ldp/operations/Operation.Operation"},{"id":891,"kind":1024,"name":"body","url":"interfaces/ldp_operations_operation.operation.html#body","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ldp/operations/Operation.Operation"},{"id":892,"kind":1,"name":"ldp/operations/OperationHandler","url":"modules/ldp_operations_operationhandler.html","classes":"tsd-kind-module"},{"id":893,"kind":128,"name":"OperationHandler","url":"classes/ldp_operations_operationhandler.operationhandler.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"ldp/operations/OperationHandler"},{"id":894,"kind":512,"name":"constructor","url":"classes/ldp_operations_operationhandler.operationhandler.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"ldp/operations/OperationHandler.OperationHandler"},{"id":895,"kind":2048,"name":"canHandle","url":"classes/ldp_operations_operationhandler.operationhandler.html#canhandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ldp/operations/OperationHandler.OperationHandler"},{"id":896,"kind":2048,"name":"handle","url":"classes/ldp_operations_operationhandler.operationhandler.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ldp/operations/OperationHandler.OperationHandler"},{"id":897,"kind":2048,"name":"handleSafe","url":"classes/ldp_operations_operationhandler.operationhandler.html#handlesafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ldp/operations/OperationHandler.OperationHandler"},{"id":898,"kind":1,"name":"ldp/operations/PatchOperationHandler","url":"modules/ldp_operations_patchoperationhandler.html","classes":"tsd-kind-module"},{"id":899,"kind":128,"name":"PatchOperationHandler","url":"classes/ldp_operations_patchoperationhandler.patchoperationhandler.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"ldp/operations/PatchOperationHandler"},{"id":900,"kind":512,"name":"constructor","url":"classes/ldp_operations_patchoperationhandler.patchoperationhandler.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"ldp/operations/PatchOperationHandler.PatchOperationHandler"},{"id":901,"kind":1024,"name":"logger","url":"classes/ldp_operations_patchoperationhandler.patchoperationhandler.html#logger","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"ldp/operations/PatchOperationHandler.PatchOperationHandler"},{"id":902,"kind":1024,"name":"store","url":"classes/ldp_operations_patchoperationhandler.patchoperationhandler.html#store","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"ldp/operations/PatchOperationHandler.PatchOperationHandler"},{"id":903,"kind":2048,"name":"canHandle","url":"classes/ldp_operations_patchoperationhandler.patchoperationhandler.html#canhandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"ldp/operations/PatchOperationHandler.PatchOperationHandler"},{"id":904,"kind":2048,"name":"handle","url":"classes/ldp_operations_patchoperationhandler.patchoperationhandler.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"ldp/operations/PatchOperationHandler.PatchOperationHandler"},{"id":905,"kind":2048,"name":"handleSafe","url":"classes/ldp_operations_patchoperationhandler.patchoperationhandler.html#handlesafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ldp/operations/PatchOperationHandler.PatchOperationHandler"},{"id":906,"kind":1,"name":"ldp/operations/PostOperationHandler","url":"modules/ldp_operations_postoperationhandler.html","classes":"tsd-kind-module"},{"id":907,"kind":128,"name":"PostOperationHandler","url":"classes/ldp_operations_postoperationhandler.postoperationhandler.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"ldp/operations/PostOperationHandler"},{"id":908,"kind":512,"name":"constructor","url":"classes/ldp_operations_postoperationhandler.postoperationhandler.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"ldp/operations/PostOperationHandler.PostOperationHandler"},{"id":909,"kind":1024,"name":"logger","url":"classes/ldp_operations_postoperationhandler.postoperationhandler.html#logger","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"ldp/operations/PostOperationHandler.PostOperationHandler"},{"id":910,"kind":1024,"name":"store","url":"classes/ldp_operations_postoperationhandler.postoperationhandler.html#store","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"ldp/operations/PostOperationHandler.PostOperationHandler"},{"id":911,"kind":2048,"name":"canHandle","url":"classes/ldp_operations_postoperationhandler.postoperationhandler.html#canhandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"ldp/operations/PostOperationHandler.PostOperationHandler"},{"id":912,"kind":2048,"name":"handle","url":"classes/ldp_operations_postoperationhandler.postoperationhandler.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"ldp/operations/PostOperationHandler.PostOperationHandler"},{"id":913,"kind":2048,"name":"handleSafe","url":"classes/ldp_operations_postoperationhandler.postoperationhandler.html#handlesafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ldp/operations/PostOperationHandler.PostOperationHandler"},{"id":914,"kind":1,"name":"ldp/operations/PutOperationHandler","url":"modules/ldp_operations_putoperationhandler.html","classes":"tsd-kind-module"},{"id":915,"kind":128,"name":"PutOperationHandler","url":"classes/ldp_operations_putoperationhandler.putoperationhandler.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"ldp/operations/PutOperationHandler"},{"id":916,"kind":512,"name":"constructor","url":"classes/ldp_operations_putoperationhandler.putoperationhandler.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"ldp/operations/PutOperationHandler.PutOperationHandler"},{"id":917,"kind":1024,"name":"logger","url":"classes/ldp_operations_putoperationhandler.putoperationhandler.html#logger","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"ldp/operations/PutOperationHandler.PutOperationHandler"},{"id":918,"kind":1024,"name":"store","url":"classes/ldp_operations_putoperationhandler.putoperationhandler.html#store","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"ldp/operations/PutOperationHandler.PutOperationHandler"},{"id":919,"kind":2048,"name":"canHandle","url":"classes/ldp_operations_putoperationhandler.putoperationhandler.html#canhandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"ldp/operations/PutOperationHandler.PutOperationHandler"},{"id":920,"kind":2048,"name":"handle","url":"classes/ldp_operations_putoperationhandler.putoperationhandler.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"ldp/operations/PutOperationHandler.PutOperationHandler"},{"id":921,"kind":2048,"name":"handleSafe","url":"classes/ldp_operations_putoperationhandler.putoperationhandler.html#handlesafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ldp/operations/PutOperationHandler.PutOperationHandler"},{"id":922,"kind":1,"name":"ldp/permissions/AclPermissionsExtractor","url":"modules/ldp_permissions_aclpermissionsextractor.html","classes":"tsd-kind-module"},{"id":923,"kind":128,"name":"AclPermissionsExtractor","url":"classes/ldp_permissions_aclpermissionsextractor.aclpermissionsextractor.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"ldp/permissions/AclPermissionsExtractor"},{"id":924,"kind":512,"name":"constructor","url":"classes/ldp_permissions_aclpermissionsextractor.aclpermissionsextractor.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"ldp/permissions/AclPermissionsExtractor.AclPermissionsExtractor"},{"id":925,"kind":1024,"name":"aclStrategy","url":"classes/ldp_permissions_aclpermissionsextractor.aclpermissionsextractor.html#aclstrategy","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"ldp/permissions/AclPermissionsExtractor.AclPermissionsExtractor"},{"id":926,"kind":2048,"name":"canHandle","url":"classes/ldp_permissions_aclpermissionsextractor.aclpermissionsextractor.html#canhandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"ldp/permissions/AclPermissionsExtractor.AclPermissionsExtractor"},{"id":927,"kind":2048,"name":"handle","url":"classes/ldp_permissions_aclpermissionsextractor.aclpermissionsextractor.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"ldp/permissions/AclPermissionsExtractor.AclPermissionsExtractor"},{"id":928,"kind":2048,"name":"handleSafe","url":"classes/ldp_permissions_aclpermissionsextractor.aclpermissionsextractor.html#handlesafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ldp/permissions/AclPermissionsExtractor.AclPermissionsExtractor"},{"id":929,"kind":1,"name":"ldp/permissions/MethodPermissionsExtractor","url":"modules/ldp_permissions_methodpermissionsextractor.html","classes":"tsd-kind-module"},{"id":930,"kind":128,"name":"MethodPermissionsExtractor","url":"classes/ldp_permissions_methodpermissionsextractor.methodpermissionsextractor.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"ldp/permissions/MethodPermissionsExtractor"},{"id":931,"kind":512,"name":"constructor","url":"classes/ldp_permissions_methodpermissionsextractor.methodpermissionsextractor.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"ldp/permissions/MethodPermissionsExtractor.MethodPermissionsExtractor"},{"id":932,"kind":2048,"name":"canHandle","url":"classes/ldp_permissions_methodpermissionsextractor.methodpermissionsextractor.html#canhandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"ldp/permissions/MethodPermissionsExtractor.MethodPermissionsExtractor"},{"id":933,"kind":2048,"name":"handle","url":"classes/ldp_permissions_methodpermissionsextractor.methodpermissionsextractor.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"ldp/permissions/MethodPermissionsExtractor.MethodPermissionsExtractor"},{"id":934,"kind":2048,"name":"handleSafe","url":"classes/ldp_permissions_methodpermissionsextractor.methodpermissionsextractor.html#handlesafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ldp/permissions/MethodPermissionsExtractor.MethodPermissionsExtractor"},{"id":935,"kind":1,"name":"ldp/permissions/PermissionSet","url":"modules/ldp_permissions_permissionset.html","classes":"tsd-kind-module"},{"id":936,"kind":256,"name":"PermissionSet","url":"interfaces/ldp_permissions_permissionset.permissionset.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"ldp/permissions/PermissionSet"},{"id":937,"kind":1024,"name":"read","url":"interfaces/ldp_permissions_permissionset.permissionset.html#read","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ldp/permissions/PermissionSet.PermissionSet"},{"id":938,"kind":1024,"name":"append","url":"interfaces/ldp_permissions_permissionset.permissionset.html#append","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ldp/permissions/PermissionSet.PermissionSet"},{"id":939,"kind":1024,"name":"write","url":"interfaces/ldp_permissions_permissionset.permissionset.html#write","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ldp/permissions/PermissionSet.PermissionSet"},{"id":940,"kind":1024,"name":"control","url":"interfaces/ldp_permissions_permissionset.permissionset.html#control","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ldp/permissions/PermissionSet.PermissionSet"},{"id":941,"kind":1,"name":"ldp/permissions/PermissionsExtractor","url":"modules/ldp_permissions_permissionsextractor.html","classes":"tsd-kind-module"},{"id":942,"kind":128,"name":"PermissionsExtractor","url":"classes/ldp_permissions_permissionsextractor.permissionsextractor.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"ldp/permissions/PermissionsExtractor"},{"id":943,"kind":512,"name":"constructor","url":"classes/ldp_permissions_permissionsextractor.permissionsextractor.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"ldp/permissions/PermissionsExtractor.PermissionsExtractor"},{"id":944,"kind":2048,"name":"canHandle","url":"classes/ldp_permissions_permissionsextractor.permissionsextractor.html#canhandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ldp/permissions/PermissionsExtractor.PermissionsExtractor"},{"id":945,"kind":2048,"name":"handle","url":"classes/ldp_permissions_permissionsextractor.permissionsextractor.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ldp/permissions/PermissionsExtractor.PermissionsExtractor"},{"id":946,"kind":2048,"name":"handleSafe","url":"classes/ldp_permissions_permissionsextractor.permissionsextractor.html#handlesafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ldp/permissions/PermissionsExtractor.PermissionsExtractor"},{"id":947,"kind":1,"name":"ldp/permissions/SparqlPatchPermissionsExtractor","url":"modules/ldp_permissions_sparqlpatchpermissionsextractor.html","classes":"tsd-kind-module"},{"id":948,"kind":128,"name":"SparqlPatchPermissionsExtractor","url":"classes/ldp_permissions_sparqlpatchpermissionsextractor.sparqlpatchpermissionsextractor.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"ldp/permissions/SparqlPatchPermissionsExtractor"},{"id":949,"kind":512,"name":"constructor","url":"classes/ldp_permissions_sparqlpatchpermissionsextractor.sparqlpatchpermissionsextractor.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"ldp/permissions/SparqlPatchPermissionsExtractor.SparqlPatchPermissionsExtractor"},{"id":950,"kind":2048,"name":"canHandle","url":"classes/ldp_permissions_sparqlpatchpermissionsextractor.sparqlpatchpermissionsextractor.html#canhandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"ldp/permissions/SparqlPatchPermissionsExtractor.SparqlPatchPermissionsExtractor"},{"id":951,"kind":2048,"name":"handle","url":"classes/ldp_permissions_sparqlpatchpermissionsextractor.sparqlpatchpermissionsextractor.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"ldp/permissions/SparqlPatchPermissionsExtractor.SparqlPatchPermissionsExtractor"},{"id":952,"kind":2048,"name":"isSparql","url":"classes/ldp_permissions_sparqlpatchpermissionsextractor.sparqlpatchpermissionsextractor.html#issparql","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"ldp/permissions/SparqlPatchPermissionsExtractor.SparqlPatchPermissionsExtractor"},{"id":953,"kind":2048,"name":"isSupported","url":"classes/ldp_permissions_sparqlpatchpermissionsextractor.sparqlpatchpermissionsextractor.html#issupported","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"ldp/permissions/SparqlPatchPermissionsExtractor.SparqlPatchPermissionsExtractor"},{"id":954,"kind":2048,"name":"isDeleteInsert","url":"classes/ldp_permissions_sparqlpatchpermissionsextractor.sparqlpatchpermissionsextractor.html#isdeleteinsert","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"ldp/permissions/SparqlPatchPermissionsExtractor.SparqlPatchPermissionsExtractor"},{"id":955,"kind":2048,"name":"isNop","url":"classes/ldp_permissions_sparqlpatchpermissionsextractor.sparqlpatchpermissionsextractor.html#isnop","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"ldp/permissions/SparqlPatchPermissionsExtractor.SparqlPatchPermissionsExtractor"},{"id":956,"kind":2048,"name":"needsAppend","url":"classes/ldp_permissions_sparqlpatchpermissionsextractor.sparqlpatchpermissionsextractor.html#needsappend","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"ldp/permissions/SparqlPatchPermissionsExtractor.SparqlPatchPermissionsExtractor"},{"id":957,"kind":2048,"name":"needsWrite","url":"classes/ldp_permissions_sparqlpatchpermissionsextractor.sparqlpatchpermissionsextractor.html#needswrite","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"ldp/permissions/SparqlPatchPermissionsExtractor.SparqlPatchPermissionsExtractor"},{"id":958,"kind":2048,"name":"handleSafe","url":"classes/ldp_permissions_sparqlpatchpermissionsextractor.sparqlpatchpermissionsextractor.html#handlesafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ldp/permissions/SparqlPatchPermissionsExtractor.SparqlPatchPermissionsExtractor"},{"id":959,"kind":1,"name":"ldp/representation/BasicRepresentation","url":"modules/ldp_representation_basicrepresentation.html","classes":"tsd-kind-module"},{"id":960,"kind":128,"name":"BasicRepresentation","url":"classes/ldp_representation_basicrepresentation.basicrepresentation.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"ldp/representation/BasicRepresentation"},{"id":961,"kind":512,"name":"constructor","url":"classes/ldp_representation_basicrepresentation.basicrepresentation.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"ldp/representation/BasicRepresentation.BasicRepresentation"},{"id":962,"kind":1024,"name":"data","url":"classes/ldp_representation_basicrepresentation.basicrepresentation.html#data","classes":"tsd-kind-property tsd-parent-kind-class","parent":"ldp/representation/BasicRepresentation.BasicRepresentation"},{"id":963,"kind":1024,"name":"metadata","url":"classes/ldp_representation_basicrepresentation.basicrepresentation.html#metadata","classes":"tsd-kind-property tsd-parent-kind-class","parent":"ldp/representation/BasicRepresentation.BasicRepresentation"},{"id":964,"kind":1024,"name":"binary","url":"classes/ldp_representation_basicrepresentation.basicrepresentation.html#binary","classes":"tsd-kind-property tsd-parent-kind-class","parent":"ldp/representation/BasicRepresentation.BasicRepresentation"},{"id":965,"kind":1,"name":"ldp/representation/Representation","url":"modules/ldp_representation_representation.html","classes":"tsd-kind-module"},{"id":966,"kind":256,"name":"Representation","url":"interfaces/ldp_representation_representation.representation.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"ldp/representation/Representation"},{"id":967,"kind":1024,"name":"metadata","url":"interfaces/ldp_representation_representation.representation.html#metadata","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ldp/representation/Representation.Representation"},{"id":968,"kind":1024,"name":"data","url":"interfaces/ldp_representation_representation.representation.html#data","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ldp/representation/Representation.Representation"},{"id":969,"kind":1024,"name":"binary","url":"interfaces/ldp_representation_representation.representation.html#binary","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ldp/representation/Representation.Representation"},{"id":970,"kind":1,"name":"ldp/representation/RepresentationMetadata","url":"modules/ldp_representation_representationmetadata.html","classes":"tsd-kind-module"},{"id":971,"kind":64,"name":"isRepresentationMetadata","url":"modules/ldp_representation_representationmetadata.html#isrepresentationmetadata","classes":"tsd-kind-function tsd-parent-kind-module","parent":"ldp/representation/RepresentationMetadata"},{"id":972,"kind":4194304,"name":"MetadataIdentifier","url":"modules/ldp_representation_representationmetadata.html#metadataidentifier","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"ldp/representation/RepresentationMetadata"},{"id":973,"kind":4194304,"name":"MetadataValue","url":"modules/ldp_representation_representationmetadata.html#metadatavalue","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"ldp/representation/RepresentationMetadata"},{"id":974,"kind":4194304,"name":"MetadataRecord","url":"modules/ldp_representation_representationmetadata.html#metadatarecord","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"ldp/representation/RepresentationMetadata"},{"id":975,"kind":4194304,"name":"MetadataGraph","url":"modules/ldp_representation_representationmetadata.html#metadatagraph","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"ldp/representation/RepresentationMetadata"},{"id":976,"kind":128,"name":"RepresentationMetadata","url":"classes/ldp_representation_representationmetadata.representationmetadata.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"ldp/representation/RepresentationMetadata"},{"id":977,"kind":512,"name":"constructor","url":"classes/ldp_representation_representationmetadata.representationmetadata.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"ldp/representation/RepresentationMetadata.RepresentationMetadata"},{"id":978,"kind":1024,"name":"logger","url":"classes/ldp_representation_representationmetadata.representationmetadata.html#logger","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"ldp/representation/RepresentationMetadata.RepresentationMetadata"},{"id":979,"kind":1024,"name":"store","url":"classes/ldp_representation_representationmetadata.representationmetadata.html#store","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"ldp/representation/RepresentationMetadata.RepresentationMetadata"},{"id":980,"kind":1024,"name":"id","url":"classes/ldp_representation_representationmetadata.representationmetadata.html#id","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"ldp/representation/RepresentationMetadata.RepresentationMetadata"},{"id":981,"kind":2048,"name":"setOverrides","url":"classes/ldp_representation_representationmetadata.representationmetadata.html#setoverrides","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"ldp/representation/RepresentationMetadata.RepresentationMetadata"},{"id":982,"kind":2048,"name":"quads","url":"classes/ldp_representation_representationmetadata.representationmetadata.html#quads","classes":"tsd-kind-method tsd-parent-kind-class","parent":"ldp/representation/RepresentationMetadata.RepresentationMetadata"},{"id":983,"kind":262144,"name":"identifier","url":"classes/ldp_representation_representationmetadata.representationmetadata.html#identifier","classes":"tsd-kind-accessor tsd-parent-kind-class","parent":"ldp/representation/RepresentationMetadata.RepresentationMetadata"},{"id":984,"kind":2048,"name":"setMetadata","url":"classes/ldp_representation_representationmetadata.representationmetadata.html#setmetadata","classes":"tsd-kind-method tsd-parent-kind-class","parent":"ldp/representation/RepresentationMetadata.RepresentationMetadata"},{"id":985,"kind":2048,"name":"addQuad","url":"classes/ldp_representation_representationmetadata.representationmetadata.html#addquad","classes":"tsd-kind-method tsd-parent-kind-class","parent":"ldp/representation/RepresentationMetadata.RepresentationMetadata"},{"id":986,"kind":2048,"name":"addQuads","url":"classes/ldp_representation_representationmetadata.representationmetadata.html#addquads","classes":"tsd-kind-method tsd-parent-kind-class","parent":"ldp/representation/RepresentationMetadata.RepresentationMetadata"},{"id":987,"kind":2048,"name":"removeQuad","url":"classes/ldp_representation_representationmetadata.representationmetadata.html#removequad","classes":"tsd-kind-method tsd-parent-kind-class","parent":"ldp/representation/RepresentationMetadata.RepresentationMetadata"},{"id":988,"kind":2048,"name":"removeQuads","url":"classes/ldp_representation_representationmetadata.representationmetadata.html#removequads","classes":"tsd-kind-method tsd-parent-kind-class","parent":"ldp/representation/RepresentationMetadata.RepresentationMetadata"},{"id":989,"kind":2048,"name":"add","url":"classes/ldp_representation_representationmetadata.representationmetadata.html#add","classes":"tsd-kind-method tsd-parent-kind-class","parent":"ldp/representation/RepresentationMetadata.RepresentationMetadata"},{"id":990,"kind":2048,"name":"remove","url":"classes/ldp_representation_representationmetadata.representationmetadata.html#remove","classes":"tsd-kind-method tsd-parent-kind-class","parent":"ldp/representation/RepresentationMetadata.RepresentationMetadata"},{"id":991,"kind":2048,"name":"forQuads","url":"classes/ldp_representation_representationmetadata.representationmetadata.html#forquads","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"ldp/representation/RepresentationMetadata.RepresentationMetadata"},{"id":992,"kind":2048,"name":"removeAll","url":"classes/ldp_representation_representationmetadata.representationmetadata.html#removeall","classes":"tsd-kind-method tsd-parent-kind-class","parent":"ldp/representation/RepresentationMetadata.RepresentationMetadata"},{"id":993,"kind":2048,"name":"getAll","url":"classes/ldp_representation_representationmetadata.representationmetadata.html#getall","classes":"tsd-kind-method tsd-parent-kind-class","parent":"ldp/representation/RepresentationMetadata.RepresentationMetadata"},{"id":994,"kind":2048,"name":"get","url":"classes/ldp_representation_representationmetadata.representationmetadata.html#get","classes":"tsd-kind-method tsd-parent-kind-class","parent":"ldp/representation/RepresentationMetadata.RepresentationMetadata"},{"id":995,"kind":2048,"name":"set","url":"classes/ldp_representation_representationmetadata.representationmetadata.html#set","classes":"tsd-kind-method tsd-parent-kind-class","parent":"ldp/representation/RepresentationMetadata.RepresentationMetadata"},{"id":996,"kind":262144,"name":"contentType","url":"classes/ldp_representation_representationmetadata.representationmetadata.html#contenttype","classes":"tsd-kind-accessor tsd-parent-kind-class","parent":"ldp/representation/RepresentationMetadata.RepresentationMetadata"},{"id":997,"kind":1,"name":"ldp/representation/RepresentationPreferences","url":"modules/ldp_representation_representationpreferences.html","classes":"tsd-kind-module"},{"id":998,"kind":4194304,"name":"ValuePreferences","url":"modules/ldp_representation_representationpreferences.html#valuepreferences","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"ldp/representation/RepresentationPreferences"},{"id":999,"kind":4194304,"name":"ValuePreference","url":"modules/ldp_representation_representationpreferences.html#valuepreference","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"ldp/representation/RepresentationPreferences"},{"id":1000,"kind":65536,"name":"__type","url":"modules/ldp_representation_representationpreferences.html#valuepreference.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"ldp/representation/RepresentationPreferences.ValuePreference"},{"id":1001,"kind":1024,"name":"value","url":"modules/ldp_representation_representationpreferences.html#valuepreference.__type.value","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"ldp/representation/RepresentationPreferences.ValuePreference.__type"},{"id":1002,"kind":1024,"name":"weight","url":"modules/ldp_representation_representationpreferences.html#valuepreference.__type.weight","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"ldp/representation/RepresentationPreferences.ValuePreference.__type"},{"id":1003,"kind":256,"name":"RepresentationPreferences","url":"interfaces/ldp_representation_representationpreferences.representationpreferences.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"ldp/representation/RepresentationPreferences"},{"id":1004,"kind":1024,"name":"type","url":"interfaces/ldp_representation_representationpreferences.representationpreferences.html#type","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ldp/representation/RepresentationPreferences.RepresentationPreferences"},{"id":1005,"kind":1024,"name":"charset","url":"interfaces/ldp_representation_representationpreferences.representationpreferences.html#charset","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ldp/representation/RepresentationPreferences.RepresentationPreferences"},{"id":1006,"kind":1024,"name":"datetime","url":"interfaces/ldp_representation_representationpreferences.representationpreferences.html#datetime","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ldp/representation/RepresentationPreferences.RepresentationPreferences"},{"id":1007,"kind":1024,"name":"encoding","url":"interfaces/ldp_representation_representationpreferences.representationpreferences.html#encoding","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ldp/representation/RepresentationPreferences.RepresentationPreferences"},{"id":1008,"kind":1024,"name":"language","url":"interfaces/ldp_representation_representationpreferences.representationpreferences.html#language","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ldp/representation/RepresentationPreferences.RepresentationPreferences"},{"id":1009,"kind":1,"name":"ldp/representation/ResourceIdentifier","url":"modules/ldp_representation_resourceidentifier.html","classes":"tsd-kind-module"},{"id":1010,"kind":64,"name":"isResourceIdentifier","url":"modules/ldp_representation_resourceidentifier.html#isresourceidentifier","classes":"tsd-kind-function tsd-parent-kind-module","parent":"ldp/representation/ResourceIdentifier"},{"id":1011,"kind":256,"name":"ResourceIdentifier","url":"interfaces/ldp_representation_resourceidentifier.resourceidentifier.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"ldp/representation/ResourceIdentifier"},{"id":1012,"kind":1024,"name":"path","url":"interfaces/ldp_representation_resourceidentifier.resourceidentifier.html#path","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ldp/representation/ResourceIdentifier.ResourceIdentifier"},{"id":1013,"kind":1,"name":"logging/LazyLogger","url":"modules/logging_lazylogger.html","classes":"tsd-kind-module"},{"id":1014,"kind":128,"name":"LazyLogger","url":"classes/logging_lazylogger.lazylogger.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"logging/LazyLogger"},{"id":1015,"kind":512,"name":"constructor","url":"classes/logging_lazylogger.lazylogger.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"logging/LazyLogger.LazyLogger"},{"id":1016,"kind":1024,"name":"lazyLoggerFactory","url":"classes/logging_lazylogger.lazylogger.html#lazyloggerfactory","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"logging/LazyLogger.LazyLogger"},{"id":1017,"kind":1024,"name":"label","url":"classes/logging_lazylogger.lazylogger.html#label","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"logging/LazyLogger.LazyLogger"},{"id":1018,"kind":1024,"name":"logger","url":"classes/logging_lazylogger.lazylogger.html#logger","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"logging/LazyLogger.LazyLogger"},{"id":1019,"kind":2048,"name":"log","url":"classes/logging_lazylogger.lazylogger.html#log","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"logging/LazyLogger.LazyLogger"},{"id":1020,"kind":2048,"name":"error","url":"classes/logging_lazylogger.lazylogger.html#error","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"logging/LazyLogger.LazyLogger"},{"id":1021,"kind":2048,"name":"warn","url":"classes/logging_lazylogger.lazylogger.html#warn","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"logging/LazyLogger.LazyLogger"},{"id":1022,"kind":2048,"name":"info","url":"classes/logging_lazylogger.lazylogger.html#info","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"logging/LazyLogger.LazyLogger"},{"id":1023,"kind":2048,"name":"verbose","url":"classes/logging_lazylogger.lazylogger.html#verbose","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"logging/LazyLogger.LazyLogger"},{"id":1024,"kind":2048,"name":"debug","url":"classes/logging_lazylogger.lazylogger.html#debug","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"logging/LazyLogger.LazyLogger"},{"id":1025,"kind":2048,"name":"silly","url":"classes/logging_lazylogger.lazylogger.html#silly","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"logging/LazyLogger.LazyLogger"},{"id":1026,"kind":1,"name":"logging/LazyLoggerFactory","url":"modules/logging_lazyloggerfactory.html","classes":"tsd-kind-module"},{"id":1027,"kind":128,"name":"LazyLoggerFactory","url":"classes/logging_lazyloggerfactory.lazyloggerfactory.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"logging/LazyLoggerFactory"},{"id":1028,"kind":1024,"name":"instance","url":"classes/logging_lazyloggerfactory.lazyloggerfactory.html#instance","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private tsd-is-static","parent":"logging/LazyLoggerFactory.LazyLoggerFactory"},{"id":1029,"kind":2048,"name":"getInstance","url":"classes/logging_lazyloggerfactory.lazyloggerfactory.html#getinstance","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"logging/LazyLoggerFactory.LazyLoggerFactory"},{"id":1030,"kind":512,"name":"constructor","url":"classes/logging_lazyloggerfactory.lazyloggerfactory.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-private","parent":"logging/LazyLoggerFactory.LazyLoggerFactory"},{"id":1031,"kind":1024,"name":"ploggerFactory","url":"classes/logging_lazyloggerfactory.lazyloggerfactory.html#ploggerfactory","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"logging/LazyLoggerFactory.LazyLoggerFactory"},{"id":1032,"kind":2048,"name":"createLogger","url":"classes/logging_lazyloggerfactory.lazyloggerfactory.html#createlogger","classes":"tsd-kind-method tsd-parent-kind-class","parent":"logging/LazyLoggerFactory.LazyLoggerFactory"},{"id":1033,"kind":2048,"name":"resetLoggerFactory","url":"classes/logging_lazyloggerfactory.lazyloggerfactory.html#resetloggerfactory","classes":"tsd-kind-method tsd-parent-kind-class","parent":"logging/LazyLoggerFactory.LazyLoggerFactory"},{"id":1034,"kind":262144,"name":"loggerFactory","url":"classes/logging_lazyloggerfactory.lazyloggerfactory.html#loggerfactory","classes":"tsd-kind-accessor tsd-parent-kind-class","parent":"logging/LazyLoggerFactory.LazyLoggerFactory"},{"id":1035,"kind":1,"name":"logging/LogLevel","url":"modules/logging_loglevel.html","classes":"tsd-kind-module"},{"id":1036,"kind":4194304,"name":"LogLevel","url":"modules/logging_loglevel.html#loglevel","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"logging/LogLevel"},{"id":1037,"kind":1,"name":"logging/LogUtil","url":"modules/logging_logutil.html","classes":"tsd-kind-module"},{"id":1038,"kind":64,"name":"getLoggerFor","url":"modules/logging_logutil.html#getloggerfor","classes":"tsd-kind-function tsd-parent-kind-module","parent":"logging/LogUtil"},{"id":1039,"kind":64,"name":"setGlobalLoggerFactory","url":"modules/logging_logutil.html#setgloballoggerfactory","classes":"tsd-kind-function tsd-parent-kind-module","parent":"logging/LogUtil"},{"id":1040,"kind":64,"name":"resetGlobalLoggerFactory","url":"modules/logging_logutil.html#resetgloballoggerfactory","classes":"tsd-kind-function tsd-parent-kind-module","parent":"logging/LogUtil"},{"id":1041,"kind":1,"name":"logging/Logger","url":"modules/logging_logger.html","classes":"tsd-kind-module"},{"id":1042,"kind":128,"name":"Logger","url":"classes/logging_logger.logger.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"logging/Logger"},{"id":1043,"kind":512,"name":"constructor","url":"classes/logging_logger.logger.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"logging/Logger.Logger"},{"id":1044,"kind":2048,"name":"log","url":"classes/logging_logger.logger.html#log","classes":"tsd-kind-method tsd-parent-kind-class","parent":"logging/Logger.Logger"},{"id":1045,"kind":2048,"name":"error","url":"classes/logging_logger.logger.html#error","classes":"tsd-kind-method tsd-parent-kind-class","parent":"logging/Logger.Logger"},{"id":1046,"kind":2048,"name":"warn","url":"classes/logging_logger.logger.html#warn","classes":"tsd-kind-method tsd-parent-kind-class","parent":"logging/Logger.Logger"},{"id":1047,"kind":2048,"name":"info","url":"classes/logging_logger.logger.html#info","classes":"tsd-kind-method tsd-parent-kind-class","parent":"logging/Logger.Logger"},{"id":1048,"kind":2048,"name":"verbose","url":"classes/logging_logger.logger.html#verbose","classes":"tsd-kind-method tsd-parent-kind-class","parent":"logging/Logger.Logger"},{"id":1049,"kind":2048,"name":"debug","url":"classes/logging_logger.logger.html#debug","classes":"tsd-kind-method tsd-parent-kind-class","parent":"logging/Logger.Logger"},{"id":1050,"kind":2048,"name":"silly","url":"classes/logging_logger.logger.html#silly","classes":"tsd-kind-method tsd-parent-kind-class","parent":"logging/Logger.Logger"},{"id":1051,"kind":1,"name":"logging/LoggerFactory","url":"modules/logging_loggerfactory.html","classes":"tsd-kind-module"},{"id":1052,"kind":256,"name":"LoggerFactory","url":"interfaces/logging_loggerfactory.loggerfactory.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"logging/LoggerFactory"},{"id":1053,"kind":1024,"name":"createLogger","url":"interfaces/logging_loggerfactory.loggerfactory.html#createlogger","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"logging/LoggerFactory.LoggerFactory"},{"id":1054,"kind":65536,"name":"__type","url":"interfaces/logging_loggerfactory.loggerfactory.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"logging/LoggerFactory.LoggerFactory"},{"id":1055,"kind":1,"name":"logging/VoidLogger","url":"modules/logging_voidlogger.html","classes":"tsd-kind-module"},{"id":1056,"kind":128,"name":"VoidLogger","url":"classes/logging_voidlogger.voidlogger.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"logging/VoidLogger"},{"id":1057,"kind":512,"name":"constructor","url":"classes/logging_voidlogger.voidlogger.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"logging/VoidLogger.VoidLogger"},{"id":1058,"kind":2048,"name":"log","url":"classes/logging_voidlogger.voidlogger.html#log","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"logging/VoidLogger.VoidLogger"},{"id":1059,"kind":2048,"name":"error","url":"classes/logging_voidlogger.voidlogger.html#error","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"logging/VoidLogger.VoidLogger"},{"id":1060,"kind":2048,"name":"warn","url":"classes/logging_voidlogger.voidlogger.html#warn","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"logging/VoidLogger.VoidLogger"},{"id":1061,"kind":2048,"name":"info","url":"classes/logging_voidlogger.voidlogger.html#info","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"logging/VoidLogger.VoidLogger"},{"id":1062,"kind":2048,"name":"verbose","url":"classes/logging_voidlogger.voidlogger.html#verbose","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"logging/VoidLogger.VoidLogger"},{"id":1063,"kind":2048,"name":"debug","url":"classes/logging_voidlogger.voidlogger.html#debug","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"logging/VoidLogger.VoidLogger"},{"id":1064,"kind":2048,"name":"silly","url":"classes/logging_voidlogger.voidlogger.html#silly","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"logging/VoidLogger.VoidLogger"},{"id":1065,"kind":1,"name":"logging/VoidLoggerFactory","url":"modules/logging_voidloggerfactory.html","classes":"tsd-kind-module"},{"id":1066,"kind":128,"name":"VoidLoggerFactory","url":"classes/logging_voidloggerfactory.voidloggerfactory.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"logging/VoidLoggerFactory"},{"id":1067,"kind":512,"name":"constructor","url":"classes/logging_voidloggerfactory.voidloggerfactory.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"logging/VoidLoggerFactory.VoidLoggerFactory"},{"id":1068,"kind":1024,"name":"logger","url":"classes/logging_voidloggerfactory.voidloggerfactory.html#logger","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"logging/VoidLoggerFactory.VoidLoggerFactory"},{"id":1069,"kind":2048,"name":"createLogger","url":"classes/logging_voidloggerfactory.voidloggerfactory.html#createlogger","classes":"tsd-kind-method tsd-parent-kind-class","parent":"logging/VoidLoggerFactory.VoidLoggerFactory"},{"id":1070,"kind":1,"name":"logging/WinstonLogger","url":"modules/logging_winstonlogger.html","classes":"tsd-kind-module"},{"id":1071,"kind":128,"name":"WinstonLogger","url":"classes/logging_winstonlogger.winstonlogger.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"logging/WinstonLogger"},{"id":1072,"kind":512,"name":"constructor","url":"classes/logging_winstonlogger.winstonlogger.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"logging/WinstonLogger.WinstonLogger"},{"id":1073,"kind":1024,"name":"logger","url":"classes/logging_winstonlogger.winstonlogger.html#logger","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"logging/WinstonLogger.WinstonLogger"},{"id":1074,"kind":2048,"name":"log","url":"classes/logging_winstonlogger.winstonlogger.html#log","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"logging/WinstonLogger.WinstonLogger"},{"id":1075,"kind":2048,"name":"error","url":"classes/logging_winstonlogger.winstonlogger.html#error","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"logging/WinstonLogger.WinstonLogger"},{"id":1076,"kind":2048,"name":"warn","url":"classes/logging_winstonlogger.winstonlogger.html#warn","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"logging/WinstonLogger.WinstonLogger"},{"id":1077,"kind":2048,"name":"info","url":"classes/logging_winstonlogger.winstonlogger.html#info","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"logging/WinstonLogger.WinstonLogger"},{"id":1078,"kind":2048,"name":"verbose","url":"classes/logging_winstonlogger.winstonlogger.html#verbose","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"logging/WinstonLogger.WinstonLogger"},{"id":1079,"kind":2048,"name":"debug","url":"classes/logging_winstonlogger.winstonlogger.html#debug","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"logging/WinstonLogger.WinstonLogger"},{"id":1080,"kind":2048,"name":"silly","url":"classes/logging_winstonlogger.winstonlogger.html#silly","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"logging/WinstonLogger.WinstonLogger"},{"id":1081,"kind":1,"name":"logging/WinstonLoggerFactory","url":"modules/logging_winstonloggerfactory.html","classes":"tsd-kind-module"},{"id":1082,"kind":128,"name":"WinstonLoggerFactory","url":"classes/logging_winstonloggerfactory.winstonloggerfactory.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"logging/WinstonLoggerFactory"},{"id":1083,"kind":512,"name":"constructor","url":"classes/logging_winstonloggerfactory.winstonloggerfactory.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"logging/WinstonLoggerFactory.WinstonLoggerFactory"},{"id":1084,"kind":1024,"name":"level","url":"classes/logging_winstonloggerfactory.winstonloggerfactory.html#level","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"logging/WinstonLoggerFactory.WinstonLoggerFactory"},{"id":1085,"kind":2048,"name":"createLogger","url":"classes/logging_winstonloggerfactory.winstonloggerfactory.html#createlogger","classes":"tsd-kind-method tsd-parent-kind-class","parent":"logging/WinstonLoggerFactory.WinstonLoggerFactory"},{"id":1086,"kind":2048,"name":"createTransports","url":"classes/logging_winstonloggerfactory.winstonloggerfactory.html#createtransports","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-protected","parent":"logging/WinstonLoggerFactory.WinstonLoggerFactory"},{"id":1087,"kind":1,"name":"pods/ConfigPodManager","url":"modules/pods_configpodmanager.html","classes":"tsd-kind-module"},{"id":1088,"kind":128,"name":"ConfigPodManager","url":"classes/pods_configpodmanager.configpodmanager.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"pods/ConfigPodManager"},{"id":1089,"kind":512,"name":"constructor","url":"classes/pods_configpodmanager.configpodmanager.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"pods/ConfigPodManager.ConfigPodManager"},{"id":1090,"kind":1024,"name":"logger","url":"classes/pods_configpodmanager.configpodmanager.html#logger","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"pods/ConfigPodManager.ConfigPodManager"},{"id":1091,"kind":1024,"name":"podGenerator","url":"classes/pods_configpodmanager.configpodmanager.html#podgenerator","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"pods/ConfigPodManager.ConfigPodManager"},{"id":1092,"kind":1024,"name":"routingStorage","url":"classes/pods_configpodmanager.configpodmanager.html#routingstorage","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"pods/ConfigPodManager.ConfigPodManager"},{"id":1093,"kind":1024,"name":"resourcesGenerator","url":"classes/pods_configpodmanager.configpodmanager.html#resourcesgenerator","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"pods/ConfigPodManager.ConfigPodManager"},{"id":1094,"kind":2048,"name":"createPod","url":"classes/pods_configpodmanager.configpodmanager.html#createpod","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pods/ConfigPodManager.ConfigPodManager"},{"id":1095,"kind":1,"name":"pods/GeneratedPodManager","url":"modules/pods_generatedpodmanager.html","classes":"tsd-kind-module"},{"id":1096,"kind":128,"name":"GeneratedPodManager","url":"classes/pods_generatedpodmanager.generatedpodmanager.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"pods/GeneratedPodManager"},{"id":1097,"kind":512,"name":"constructor","url":"classes/pods_generatedpodmanager.generatedpodmanager.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"pods/GeneratedPodManager.GeneratedPodManager"},{"id":1098,"kind":1024,"name":"logger","url":"classes/pods_generatedpodmanager.generatedpodmanager.html#logger","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"pods/GeneratedPodManager.GeneratedPodManager"},{"id":1099,"kind":1024,"name":"store","url":"classes/pods_generatedpodmanager.generatedpodmanager.html#store","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"pods/GeneratedPodManager.GeneratedPodManager"},{"id":1100,"kind":1024,"name":"resourcesGenerator","url":"classes/pods_generatedpodmanager.generatedpodmanager.html#resourcesgenerator","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"pods/GeneratedPodManager.GeneratedPodManager"},{"id":1101,"kind":2048,"name":"createPod","url":"classes/pods_generatedpodmanager.generatedpodmanager.html#createpod","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pods/GeneratedPodManager.GeneratedPodManager"},{"id":1102,"kind":1,"name":"pods/PodManager","url":"modules/pods_podmanager.html","classes":"tsd-kind-module"},{"id":1103,"kind":256,"name":"PodManager","url":"interfaces/pods_podmanager.podmanager.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"pods/PodManager"},{"id":1104,"kind":1024,"name":"createPod","url":"interfaces/pods_podmanager.podmanager.html#createpod","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"pods/PodManager.PodManager"},{"id":1105,"kind":65536,"name":"__type","url":"interfaces/pods_podmanager.podmanager.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"pods/PodManager.PodManager"},{"id":1106,"kind":1,"name":"pods/generate/BaseComponentsJsFactory","url":"modules/pods_generate_basecomponentsjsfactory.html","classes":"tsd-kind-module"},{"id":1107,"kind":128,"name":"BaseComponentsJsFactory","url":"classes/pods_generate_basecomponentsjsfactory.basecomponentsjsfactory.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"pods/generate/BaseComponentsJsFactory"},{"id":1108,"kind":512,"name":"constructor","url":"classes/pods_generate_basecomponentsjsfactory.basecomponentsjsfactory.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"pods/generate/BaseComponentsJsFactory.BaseComponentsJsFactory"},{"id":1109,"kind":1024,"name":"options","url":"classes/pods_generate_basecomponentsjsfactory.basecomponentsjsfactory.html#options","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"pods/generate/BaseComponentsJsFactory.BaseComponentsJsFactory"},{"id":1110,"kind":2048,"name":"buildManager","url":"classes/pods_generate_basecomponentsjsfactory.basecomponentsjsfactory.html#buildmanager","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"pods/generate/BaseComponentsJsFactory.BaseComponentsJsFactory"},{"id":1111,"kind":2048,"name":"generate","url":"classes/pods_generate_basecomponentsjsfactory.basecomponentsjsfactory.html#generate","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"pods/generate/BaseComponentsJsFactory.BaseComponentsJsFactory"},{"id":1112,"kind":1,"name":"pods/generate/ComponentsJsFactory","url":"modules/pods_generate_componentsjsfactory.html","classes":"tsd-kind-module"},{"id":1113,"kind":256,"name":"ComponentsJsFactory","url":"interfaces/pods_generate_componentsjsfactory.componentsjsfactory.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"pods/generate/ComponentsJsFactory"},{"id":1114,"kind":1024,"name":"generate","url":"interfaces/pods_generate_componentsjsfactory.componentsjsfactory.html#generate","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"pods/generate/ComponentsJsFactory.ComponentsJsFactory"},{"id":1115,"kind":65536,"name":"__type","url":"interfaces/pods_generate_componentsjsfactory.componentsjsfactory.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-interface tsd-has-type-parameter","parent":"pods/generate/ComponentsJsFactory.ComponentsJsFactory"},{"id":1116,"kind":1,"name":"pods/generate/GenerateUtil","url":"modules/pods_generate_generateutil.html","classes":"tsd-kind-module"},{"id":1117,"kind":64,"name":"addGeneratedResources","url":"modules/pods_generate_generateutil.html#addgeneratedresources","classes":"tsd-kind-function tsd-parent-kind-module","parent":"pods/generate/GenerateUtil"},{"id":1118,"kind":1,"name":"pods/generate/IdentifierGenerator","url":"modules/pods_generate_identifiergenerator.html","classes":"tsd-kind-module"},{"id":1119,"kind":256,"name":"IdentifierGenerator","url":"interfaces/pods_generate_identifiergenerator.identifiergenerator.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"pods/generate/IdentifierGenerator"},{"id":1120,"kind":1024,"name":"generate","url":"interfaces/pods_generate_identifiergenerator.identifiergenerator.html#generate","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"pods/generate/IdentifierGenerator.IdentifierGenerator"},{"id":1121,"kind":65536,"name":"__type","url":"interfaces/pods_generate_identifiergenerator.identifiergenerator.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"pods/generate/IdentifierGenerator.IdentifierGenerator"},{"id":1122,"kind":1,"name":"pods/generate/PodGenerator","url":"modules/pods_generate_podgenerator.html","classes":"tsd-kind-module"},{"id":1123,"kind":256,"name":"PodGenerator","url":"interfaces/pods_generate_podgenerator.podgenerator.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"pods/generate/PodGenerator"},{"id":1124,"kind":1024,"name":"generate","url":"interfaces/pods_generate_podgenerator.podgenerator.html#generate","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"pods/generate/PodGenerator.PodGenerator"},{"id":1125,"kind":65536,"name":"__type","url":"interfaces/pods_generate_podgenerator.podgenerator.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"pods/generate/PodGenerator.PodGenerator"},{"id":1126,"kind":1,"name":"pods/generate/ResourcesGenerator","url":"modules/pods_generate_resourcesgenerator.html","classes":"tsd-kind-module"},{"id":1127,"kind":256,"name":"Resource","url":"interfaces/pods_generate_resourcesgenerator.resource.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"pods/generate/ResourcesGenerator"},{"id":1128,"kind":1024,"name":"identifier","url":"interfaces/pods_generate_resourcesgenerator.resource.html#identifier","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"pods/generate/ResourcesGenerator.Resource"},{"id":1129,"kind":1024,"name":"representation","url":"interfaces/pods_generate_resourcesgenerator.resource.html#representation","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"pods/generate/ResourcesGenerator.Resource"},{"id":1130,"kind":256,"name":"ResourcesGenerator","url":"interfaces/pods_generate_resourcesgenerator.resourcesgenerator.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"pods/generate/ResourcesGenerator"},{"id":1131,"kind":1024,"name":"generate","url":"interfaces/pods_generate_resourcesgenerator.resourcesgenerator.html#generate","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"pods/generate/ResourcesGenerator.ResourcesGenerator"},{"id":1132,"kind":65536,"name":"__type","url":"interfaces/pods_generate_resourcesgenerator.resourcesgenerator.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"pods/generate/ResourcesGenerator.ResourcesGenerator"},{"id":1133,"kind":1,"name":"pods/generate/SubdomainIdentifierGenerator","url":"modules/pods_generate_subdomainidentifiergenerator.html","classes":"tsd-kind-module"},{"id":1134,"kind":128,"name":"SubdomainIdentifierGenerator","url":"classes/pods_generate_subdomainidentifiergenerator.subdomainidentifiergenerator.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"pods/generate/SubdomainIdentifierGenerator"},{"id":1135,"kind":512,"name":"constructor","url":"classes/pods_generate_subdomainidentifiergenerator.subdomainidentifiergenerator.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"pods/generate/SubdomainIdentifierGenerator.SubdomainIdentifierGenerator"},{"id":1136,"kind":1024,"name":"baseParts","url":"classes/pods_generate_subdomainidentifiergenerator.subdomainidentifiergenerator.html#baseparts","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"pods/generate/SubdomainIdentifierGenerator.SubdomainIdentifierGenerator"},{"id":1137,"kind":65536,"name":"__type","url":"classes/pods_generate_subdomainidentifiergenerator.subdomainidentifiergenerator.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-class","parent":"pods/generate/SubdomainIdentifierGenerator.SubdomainIdentifierGenerator"},{"id":1138,"kind":1024,"name":"scheme","url":"classes/pods_generate_subdomainidentifiergenerator.subdomainidentifiergenerator.html#__type.scheme","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pods/generate/SubdomainIdentifierGenerator.SubdomainIdentifierGenerator.__type"},{"id":1139,"kind":1024,"name":"rest","url":"classes/pods_generate_subdomainidentifiergenerator.subdomainidentifiergenerator.html#__type.rest","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pods/generate/SubdomainIdentifierGenerator.SubdomainIdentifierGenerator.__type"},{"id":1140,"kind":2048,"name":"generate","url":"classes/pods_generate_subdomainidentifiergenerator.subdomainidentifiergenerator.html#generate","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pods/generate/SubdomainIdentifierGenerator.SubdomainIdentifierGenerator"},{"id":1141,"kind":1,"name":"pods/generate/SuffixIdentifierGenerator","url":"modules/pods_generate_suffixidentifiergenerator.html","classes":"tsd-kind-module"},{"id":1142,"kind":128,"name":"SuffixIdentifierGenerator","url":"classes/pods_generate_suffixidentifiergenerator.suffixidentifiergenerator.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"pods/generate/SuffixIdentifierGenerator"},{"id":1143,"kind":512,"name":"constructor","url":"classes/pods_generate_suffixidentifiergenerator.suffixidentifiergenerator.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"pods/generate/SuffixIdentifierGenerator.SuffixIdentifierGenerator"},{"id":1144,"kind":1024,"name":"base","url":"classes/pods_generate_suffixidentifiergenerator.suffixidentifiergenerator.html#base","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"pods/generate/SuffixIdentifierGenerator.SuffixIdentifierGenerator"},{"id":1145,"kind":2048,"name":"generate","url":"classes/pods_generate_suffixidentifiergenerator.suffixidentifiergenerator.html#generate","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pods/generate/SuffixIdentifierGenerator.SuffixIdentifierGenerator"},{"id":1146,"kind":1,"name":"pods/generate/TemplatedPodGenerator","url":"modules/pods_generate_templatedpodgenerator.html","classes":"tsd-kind-module"},{"id":1147,"kind":128,"name":"TemplatedPodGenerator","url":"classes/pods_generate_templatedpodgenerator.templatedpodgenerator.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"pods/generate/TemplatedPodGenerator"},{"id":1148,"kind":512,"name":"constructor","url":"classes/pods_generate_templatedpodgenerator.templatedpodgenerator.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"pods/generate/TemplatedPodGenerator.TemplatedPodGenerator"},{"id":1149,"kind":1024,"name":"logger","url":"classes/pods_generate_templatedpodgenerator.templatedpodgenerator.html#logger","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"pods/generate/TemplatedPodGenerator.TemplatedPodGenerator"},{"id":1150,"kind":1024,"name":"storeFactory","url":"classes/pods_generate_templatedpodgenerator.templatedpodgenerator.html#storefactory","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"pods/generate/TemplatedPodGenerator.TemplatedPodGenerator"},{"id":1151,"kind":1024,"name":"variableHandler","url":"classes/pods_generate_templatedpodgenerator.templatedpodgenerator.html#variablehandler","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"pods/generate/TemplatedPodGenerator.TemplatedPodGenerator"},{"id":1152,"kind":1024,"name":"configStorage","url":"classes/pods_generate_templatedpodgenerator.templatedpodgenerator.html#configstorage","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"pods/generate/TemplatedPodGenerator.TemplatedPodGenerator"},{"id":1153,"kind":1024,"name":"configTemplatePath","url":"classes/pods_generate_templatedpodgenerator.templatedpodgenerator.html#configtemplatepath","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"pods/generate/TemplatedPodGenerator.TemplatedPodGenerator"},{"id":1154,"kind":2048,"name":"generate","url":"classes/pods_generate_templatedpodgenerator.templatedpodgenerator.html#generate","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pods/generate/TemplatedPodGenerator.TemplatedPodGenerator"},{"id":1155,"kind":1,"name":"pods/generate/TemplatedResourcesGenerator","url":"modules/pods_generate_templatedresourcesgenerator.html","classes":"tsd-kind-module"},{"id":1156,"kind":128,"name":"TemplatedResourcesGenerator","url":"classes/pods_generate_templatedresourcesgenerator.templatedresourcesgenerator.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"pods/generate/TemplatedResourcesGenerator"},{"id":1157,"kind":512,"name":"constructor","url":"classes/pods_generate_templatedresourcesgenerator.templatedresourcesgenerator.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"pods/generate/TemplatedResourcesGenerator.TemplatedResourcesGenerator"},{"id":1158,"kind":1024,"name":"templateFolder","url":"classes/pods_generate_templatedresourcesgenerator.templatedresourcesgenerator.html#templatefolder","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"pods/generate/TemplatedResourcesGenerator.TemplatedResourcesGenerator"},{"id":1159,"kind":1024,"name":"factory","url":"classes/pods_generate_templatedresourcesgenerator.templatedresourcesgenerator.html#factory","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"pods/generate/TemplatedResourcesGenerator.TemplatedResourcesGenerator"},{"id":1160,"kind":1024,"name":"templateEngine","url":"classes/pods_generate_templatedresourcesgenerator.templatedresourcesgenerator.html#templateengine","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"pods/generate/TemplatedResourcesGenerator.TemplatedResourcesGenerator"},{"id":1161,"kind":1024,"name":"templateExtension","url":"classes/pods_generate_templatedresourcesgenerator.templatedresourcesgenerator.html#templateextension","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"pods/generate/TemplatedResourcesGenerator.TemplatedResourcesGenerator"},{"id":1162,"kind":2048,"name":"generate","url":"classes/pods_generate_templatedresourcesgenerator.templatedresourcesgenerator.html#generate","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pods/generate/TemplatedResourcesGenerator.TemplatedResourcesGenerator"},{"id":1163,"kind":2048,"name":"processFolder","url":"classes/pods_generate_templatedresourcesgenerator.templatedresourcesgenerator.html#processfolder","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"pods/generate/TemplatedResourcesGenerator.TemplatedResourcesGenerator"},{"id":1164,"kind":2048,"name":"toTemplateLink","url":"classes/pods_generate_templatedresourcesgenerator.templatedresourcesgenerator.html#totemplatelink","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"pods/generate/TemplatedResourcesGenerator.TemplatedResourcesGenerator"},{"id":1165,"kind":2048,"name":"groupLinks","url":"classes/pods_generate_templatedresourcesgenerator.templatedresourcesgenerator.html#grouplinks","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"pods/generate/TemplatedResourcesGenerator.TemplatedResourcesGenerator"},{"id":1166,"kind":2048,"name":"generateResource","url":"classes/pods_generate_templatedresourcesgenerator.templatedresourcesgenerator.html#generateresource","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"pods/generate/TemplatedResourcesGenerator.TemplatedResourcesGenerator"},{"id":1167,"kind":2048,"name":"generateMetadata","url":"classes/pods_generate_templatedresourcesgenerator.templatedresourcesgenerator.html#generatemetadata","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"pods/generate/TemplatedResourcesGenerator.TemplatedResourcesGenerator"},{"id":1168,"kind":2048,"name":"processFile","url":"classes/pods_generate_templatedresourcesgenerator.templatedresourcesgenerator.html#processfile","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"pods/generate/TemplatedResourcesGenerator.TemplatedResourcesGenerator"},{"id":1169,"kind":1,"name":"pods/generate/variables/BaseUrlHandler","url":"modules/pods_generate_variables_baseurlhandler.html","classes":"tsd-kind-module"},{"id":1170,"kind":128,"name":"BaseUrlHandler","url":"classes/pods_generate_variables_baseurlhandler.baseurlhandler.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"pods/generate/variables/BaseUrlHandler"},{"id":1171,"kind":512,"name":"constructor","url":"classes/pods_generate_variables_baseurlhandler.baseurlhandler.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"pods/generate/variables/BaseUrlHandler.BaseUrlHandler"},{"id":1172,"kind":2048,"name":"handle","url":"classes/pods_generate_variables_baseurlhandler.baseurlhandler.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"pods/generate/variables/BaseUrlHandler.BaseUrlHandler"},{"id":1173,"kind":2048,"name":"canHandle","url":"classes/pods_generate_variables_baseurlhandler.baseurlhandler.html#canhandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"pods/generate/variables/BaseUrlHandler.BaseUrlHandler"},{"id":1174,"kind":2048,"name":"handleSafe","url":"classes/pods_generate_variables_baseurlhandler.baseurlhandler.html#handlesafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"pods/generate/variables/BaseUrlHandler.BaseUrlHandler"},{"id":1175,"kind":1,"name":"pods/generate/variables/RootFilePathHandler","url":"modules/pods_generate_variables_rootfilepathhandler.html","classes":"tsd-kind-module"},{"id":1176,"kind":128,"name":"RootFilePathHandler","url":"classes/pods_generate_variables_rootfilepathhandler.rootfilepathhandler.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"pods/generate/variables/RootFilePathHandler"},{"id":1177,"kind":512,"name":"constructor","url":"classes/pods_generate_variables_rootfilepathhandler.rootfilepathhandler.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"pods/generate/variables/RootFilePathHandler.RootFilePathHandler"},{"id":1178,"kind":1024,"name":"fileMapper","url":"classes/pods_generate_variables_rootfilepathhandler.rootfilepathhandler.html#filemapper","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"pods/generate/variables/RootFilePathHandler.RootFilePathHandler"},{"id":1179,"kind":2048,"name":"handle","url":"classes/pods_generate_variables_rootfilepathhandler.rootfilepathhandler.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"pods/generate/variables/RootFilePathHandler.RootFilePathHandler"},{"id":1180,"kind":2048,"name":"canHandle","url":"classes/pods_generate_variables_rootfilepathhandler.rootfilepathhandler.html#canhandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"pods/generate/variables/RootFilePathHandler.RootFilePathHandler"},{"id":1181,"kind":2048,"name":"handleSafe","url":"classes/pods_generate_variables_rootfilepathhandler.rootfilepathhandler.html#handlesafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"pods/generate/variables/RootFilePathHandler.RootFilePathHandler"},{"id":1182,"kind":1,"name":"pods/generate/variables/VariableHandler","url":"modules/pods_generate_variables_variablehandler.html","classes":"tsd-kind-module"},{"id":1183,"kind":128,"name":"VariableHandler","url":"classes/pods_generate_variables_variablehandler.variablehandler.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"pods/generate/variables/VariableHandler"},{"id":1184,"kind":512,"name":"constructor","url":"classes/pods_generate_variables_variablehandler.variablehandler.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"pods/generate/variables/VariableHandler.VariableHandler"},{"id":1185,"kind":2048,"name":"canHandle","url":"classes/pods_generate_variables_variablehandler.variablehandler.html#canhandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"pods/generate/variables/VariableHandler.VariableHandler"},{"id":1186,"kind":2048,"name":"handle","url":"classes/pods_generate_variables_variablehandler.variablehandler.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"pods/generate/variables/VariableHandler.VariableHandler"},{"id":1187,"kind":2048,"name":"handleSafe","url":"classes/pods_generate_variables_variablehandler.variablehandler.html#handlesafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"pods/generate/variables/VariableHandler.VariableHandler"},{"id":1188,"kind":1,"name":"pods/generate/variables/VariableSetter","url":"modules/pods_generate_variables_variablesetter.html","classes":"tsd-kind-module"},{"id":1189,"kind":128,"name":"VariableSetter","url":"classes/pods_generate_variables_variablesetter.variablesetter.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"pods/generate/variables/VariableSetter"},{"id":1190,"kind":512,"name":"constructor","url":"classes/pods_generate_variables_variablesetter.variablesetter.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"pods/generate/variables/VariableSetter.VariableSetter"},{"id":1191,"kind":1024,"name":"variable","url":"classes/pods_generate_variables_variablesetter.variablesetter.html#variable","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"pods/generate/variables/VariableSetter.VariableSetter"},{"id":1192,"kind":1024,"name":"value","url":"classes/pods_generate_variables_variablesetter.variablesetter.html#value","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"pods/generate/variables/VariableSetter.VariableSetter"},{"id":1193,"kind":1024,"name":"override","url":"classes/pods_generate_variables_variablesetter.variablesetter.html#override","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"pods/generate/variables/VariableSetter.VariableSetter"},{"id":1194,"kind":2048,"name":"handle","url":"classes/pods_generate_variables_variablesetter.variablesetter.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"pods/generate/variables/VariableSetter.VariableSetter"},{"id":1195,"kind":2048,"name":"canHandle","url":"classes/pods_generate_variables_variablesetter.variablesetter.html#canhandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"pods/generate/variables/VariableSetter.VariableSetter"},{"id":1196,"kind":2048,"name":"handleSafe","url":"classes/pods_generate_variables_variablesetter.variablesetter.html#handlesafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"pods/generate/variables/VariableSetter.VariableSetter"},{"id":1197,"kind":1,"name":"pods/generate/variables/Variables","url":"modules/pods_generate_variables_variables.html","classes":"tsd-kind-module"},{"id":1198,"kind":64,"name":"isValidVariable","url":"modules/pods_generate_variables_variables.html#isvalidvariable","classes":"tsd-kind-function tsd-parent-kind-module","parent":"pods/generate/variables/Variables"},{"id":1199,"kind":32,"name":"TEMPLATE","url":"modules/pods_generate_variables_variables.html#template","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"pods/generate/variables/Variables"},{"id":1200,"kind":32,"name":"TEMPLATE_VARIABLE","url":"modules/pods_generate_variables_variables.html#template_variable","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"pods/generate/variables/Variables"},{"id":1201,"kind":1,"name":"pods/settings/PodSettings","url":"modules/pods_settings_podsettings.html","classes":"tsd-kind-module"},{"id":1202,"kind":256,"name":"PodSettings","url":"interfaces/pods_settings_podsettings.podsettings.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"pods/settings/PodSettings"},{"id":1203,"kind":1024,"name":"webId","url":"interfaces/pods_settings_podsettings.podsettings.html#webid","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"pods/settings/PodSettings.PodSettings"},{"id":1204,"kind":1024,"name":"template","url":"interfaces/pods_settings_podsettings.podsettings.html#template","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"pods/settings/PodSettings.PodSettings"},{"id":1205,"kind":1024,"name":"name","url":"interfaces/pods_settings_podsettings.podsettings.html#name","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"pods/settings/PodSettings.PodSettings"},{"id":1206,"kind":1024,"name":"email","url":"interfaces/pods_settings_podsettings.podsettings.html#email","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"pods/settings/PodSettings.PodSettings"},{"id":1207,"kind":1024,"name":"oidcIssuer","url":"interfaces/pods_settings_podsettings.podsettings.html#oidcissuer","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"pods/settings/PodSettings.PodSettings"},{"id":1208,"kind":1,"name":"server/BaseHttpServerFactory","url":"modules/server_basehttpserverfactory.html","classes":"tsd-kind-module"},{"id":1209,"kind":256,"name":"BaseHttpServerOptions","url":"interfaces/server_basehttpserverfactory.basehttpserveroptions.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"server/BaseHttpServerFactory"},{"id":1210,"kind":1024,"name":"https","url":"interfaces/server_basehttpserverfactory.basehttpserveroptions.html#https","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"server/BaseHttpServerFactory.BaseHttpServerOptions"},{"id":1211,"kind":1024,"name":"showStackTrace","url":"interfaces/server_basehttpserverfactory.basehttpserveroptions.html#showstacktrace","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"server/BaseHttpServerFactory.BaseHttpServerOptions"},{"id":1212,"kind":1024,"name":"key","url":"interfaces/server_basehttpserverfactory.basehttpserveroptions.html#key","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"server/BaseHttpServerFactory.BaseHttpServerOptions"},{"id":1213,"kind":1024,"name":"cert","url":"interfaces/server_basehttpserverfactory.basehttpserveroptions.html#cert","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"server/BaseHttpServerFactory.BaseHttpServerOptions"},{"id":1214,"kind":1024,"name":"pfx","url":"interfaces/server_basehttpserverfactory.basehttpserveroptions.html#pfx","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"server/BaseHttpServerFactory.BaseHttpServerOptions"},{"id":1215,"kind":1024,"name":"passphrase","url":"interfaces/server_basehttpserverfactory.basehttpserveroptions.html#passphrase","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"server/BaseHttpServerFactory.BaseHttpServerOptions"},{"id":1216,"kind":128,"name":"BaseHttpServerFactory","url":"classes/server_basehttpserverfactory.basehttpserverfactory.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"server/BaseHttpServerFactory"},{"id":1217,"kind":512,"name":"constructor","url":"classes/server_basehttpserverfactory.basehttpserverfactory.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"server/BaseHttpServerFactory.BaseHttpServerFactory"},{"id":1218,"kind":1024,"name":"logger","url":"classes/server_basehttpserverfactory.basehttpserverfactory.html#logger","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"server/BaseHttpServerFactory.BaseHttpServerFactory"},{"id":1219,"kind":1024,"name":"handler","url":"classes/server_basehttpserverfactory.basehttpserverfactory.html#handler","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"server/BaseHttpServerFactory.BaseHttpServerFactory"},{"id":1220,"kind":1024,"name":"options","url":"classes/server_basehttpserverfactory.basehttpserverfactory.html#options","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"server/BaseHttpServerFactory.BaseHttpServerFactory"},{"id":1221,"kind":2048,"name":"startServer","url":"classes/server_basehttpserverfactory.basehttpserverfactory.html#startserver","classes":"tsd-kind-method tsd-parent-kind-class","parent":"server/BaseHttpServerFactory.BaseHttpServerFactory"},{"id":1222,"kind":2048,"name":"createServerOptions","url":"classes/server_basehttpserverfactory.basehttpserverfactory.html#createserveroptions","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"server/BaseHttpServerFactory.BaseHttpServerFactory"},{"id":1223,"kind":1,"name":"server/HttpHandler","url":"modules/server_httphandler.html","classes":"tsd-kind-module"},{"id":1224,"kind":256,"name":"HttpHandlerInput","url":"interfaces/server_httphandler.httphandlerinput.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"server/HttpHandler"},{"id":1225,"kind":1024,"name":"request","url":"interfaces/server_httphandler.httphandlerinput.html#request","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"server/HttpHandler.HttpHandlerInput"},{"id":1226,"kind":1024,"name":"response","url":"interfaces/server_httphandler.httphandlerinput.html#response","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"server/HttpHandler.HttpHandlerInput"},{"id":1227,"kind":128,"name":"HttpHandler","url":"classes/server_httphandler.httphandler.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"server/HttpHandler"},{"id":1228,"kind":512,"name":"constructor","url":"classes/server_httphandler.httphandler.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"server/HttpHandler.HttpHandler"},{"id":1229,"kind":2048,"name":"canHandle","url":"classes/server_httphandler.httphandler.html#canhandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"server/HttpHandler.HttpHandler"},{"id":1230,"kind":2048,"name":"handle","url":"classes/server_httphandler.httphandler.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"server/HttpHandler.HttpHandler"},{"id":1231,"kind":2048,"name":"handleSafe","url":"classes/server_httphandler.httphandler.html#handlesafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"server/HttpHandler.HttpHandler"},{"id":1232,"kind":1,"name":"server/HttpRequest","url":"modules/server_httprequest.html","classes":"tsd-kind-module"},{"id":1233,"kind":64,"name":"isHttpRequest","url":"modules/server_httprequest.html#ishttprequest","classes":"tsd-kind-function tsd-parent-kind-module","parent":"server/HttpRequest"},{"id":1234,"kind":4194304,"name":"HttpRequest","url":"modules/server_httprequest.html#httprequest","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"server/HttpRequest"},{"id":1235,"kind":1,"name":"server/HttpResponse","url":"modules/server_httpresponse.html","classes":"tsd-kind-module"},{"id":1236,"kind":4194304,"name":"HttpResponse","url":"modules/server_httpresponse.html#httpresponse","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"server/HttpResponse"},{"id":1237,"kind":1,"name":"server/HttpServerFactory","url":"modules/server_httpserverfactory.html","classes":"tsd-kind-module"},{"id":1238,"kind":256,"name":"HttpServerFactory","url":"interfaces/server_httpserverfactory.httpserverfactory.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"server/HttpServerFactory"},{"id":1239,"kind":1024,"name":"startServer","url":"interfaces/server_httpserverfactory.httpserverfactory.html#startserver","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"server/HttpServerFactory.HttpServerFactory"},{"id":1240,"kind":65536,"name":"__type","url":"interfaces/server_httpserverfactory.httpserverfactory.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"server/HttpServerFactory.HttpServerFactory"},{"id":1241,"kind":1,"name":"server/WebSocketHandler","url":"modules/server_websockethandler.html","classes":"tsd-kind-module"},{"id":1242,"kind":128,"name":"WebSocketHandler","url":"classes/server_websockethandler.websockethandler.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"server/WebSocketHandler"},{"id":1243,"kind":512,"name":"constructor","url":"classes/server_websockethandler.websockethandler.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"server/WebSocketHandler.WebSocketHandler"},{"id":1244,"kind":2048,"name":"canHandle","url":"classes/server_websockethandler.websockethandler.html#canhandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"server/WebSocketHandler.WebSocketHandler"},{"id":1245,"kind":2048,"name":"handle","url":"classes/server_websockethandler.websockethandler.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"server/WebSocketHandler.WebSocketHandler"},{"id":1246,"kind":2048,"name":"handleSafe","url":"classes/server_websockethandler.websockethandler.html#handlesafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"server/WebSocketHandler.WebSocketHandler"},{"id":1247,"kind":1,"name":"server/WebSocketServerFactory","url":"modules/server_websocketserverfactory.html","classes":"tsd-kind-module"},{"id":1248,"kind":128,"name":"WebSocketServerFactory","url":"classes/server_websocketserverfactory.websocketserverfactory.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"server/WebSocketServerFactory"},{"id":1249,"kind":512,"name":"constructor","url":"classes/server_websocketserverfactory.websocketserverfactory.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"server/WebSocketServerFactory.WebSocketServerFactory"},{"id":1250,"kind":1024,"name":"baseServerFactory","url":"classes/server_websocketserverfactory.websocketserverfactory.html#baseserverfactory","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"server/WebSocketServerFactory.WebSocketServerFactory"},{"id":1251,"kind":1024,"name":"webSocketHandler","url":"classes/server_websocketserverfactory.websocketserverfactory.html#websockethandler","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"server/WebSocketServerFactory.WebSocketServerFactory"},{"id":1252,"kind":2048,"name":"startServer","url":"classes/server_websocketserverfactory.websocketserverfactory.html#startserver","classes":"tsd-kind-method tsd-parent-kind-class","parent":"server/WebSocketServerFactory.WebSocketServerFactory"},{"id":1253,"kind":1,"name":"server/middleware/CorsHandler","url":"modules/server_middleware_corshandler.html","classes":"tsd-kind-module"},{"id":1254,"kind":128,"name":"CorsHandler","url":"classes/server_middleware_corshandler.corshandler.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"server/middleware/CorsHandler"},{"id":1255,"kind":512,"name":"constructor","url":"classes/server_middleware_corshandler.corshandler.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"server/middleware/CorsHandler.CorsHandler"},{"id":1256,"kind":1024,"name":"corsHandler","url":"classes/server_middleware_corshandler.corshandler.html#corshandler","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"server/middleware/CorsHandler.CorsHandler"},{"id":1257,"kind":65536,"name":"__type","url":"classes/server_middleware_corshandler.corshandler.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-class","parent":"server/middleware/CorsHandler.CorsHandler"},{"id":1258,"kind":2048,"name":"handle","url":"classes/server_middleware_corshandler.corshandler.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"server/middleware/CorsHandler.CorsHandler"},{"id":1259,"kind":2048,"name":"canHandle","url":"classes/server_middleware_corshandler.corshandler.html#canhandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"server/middleware/CorsHandler.CorsHandler"},{"id":1260,"kind":2048,"name":"handleSafe","url":"classes/server_middleware_corshandler.corshandler.html#handlesafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"server/middleware/CorsHandler.CorsHandler"},{"id":1261,"kind":1,"name":"server/middleware/HeaderHandler","url":"modules/server_middleware_headerhandler.html","classes":"tsd-kind-module"},{"id":1262,"kind":128,"name":"HeaderHandler","url":"classes/server_middleware_headerhandler.headerhandler.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"server/middleware/HeaderHandler"},{"id":1263,"kind":512,"name":"constructor","url":"classes/server_middleware_headerhandler.headerhandler.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"server/middleware/HeaderHandler.HeaderHandler"},{"id":1264,"kind":1024,"name":"headers","url":"classes/server_middleware_headerhandler.headerhandler.html#headers","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"server/middleware/HeaderHandler.HeaderHandler"},{"id":1265,"kind":2048,"name":"handle","url":"classes/server_middleware_headerhandler.headerhandler.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"server/middleware/HeaderHandler.HeaderHandler"},{"id":1266,"kind":2048,"name":"canHandle","url":"classes/server_middleware_headerhandler.headerhandler.html#canhandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"server/middleware/HeaderHandler.HeaderHandler"},{"id":1267,"kind":2048,"name":"handleSafe","url":"classes/server_middleware_headerhandler.headerhandler.html#handlesafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"server/middleware/HeaderHandler.HeaderHandler"},{"id":1268,"kind":1,"name":"server/middleware/StaticAssetHandler","url":"modules/server_middleware_staticassethandler.html","classes":"tsd-kind-module"},{"id":1269,"kind":128,"name":"StaticAssetHandler","url":"classes/server_middleware_staticassethandler.staticassethandler.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"server/middleware/StaticAssetHandler"},{"id":1270,"kind":512,"name":"constructor","url":"classes/server_middleware_staticassethandler.staticassethandler.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"server/middleware/StaticAssetHandler.StaticAssetHandler"},{"id":1271,"kind":1024,"name":"mappings","url":"classes/server_middleware_staticassethandler.staticassethandler.html#mappings","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"server/middleware/StaticAssetHandler.StaticAssetHandler"},{"id":1272,"kind":1024,"name":"pathMatcher","url":"classes/server_middleware_staticassethandler.staticassethandler.html#pathmatcher","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"server/middleware/StaticAssetHandler.StaticAssetHandler"},{"id":1273,"kind":1024,"name":"expires","url":"classes/server_middleware_staticassethandler.staticassethandler.html#expires","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"server/middleware/StaticAssetHandler.StaticAssetHandler"},{"id":1274,"kind":1024,"name":"logger","url":"classes/server_middleware_staticassethandler.staticassethandler.html#logger","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"server/middleware/StaticAssetHandler.StaticAssetHandler"},{"id":1275,"kind":2048,"name":"createPathMatcher","url":"classes/server_middleware_staticassethandler.staticassethandler.html#createpathmatcher","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"server/middleware/StaticAssetHandler.StaticAssetHandler"},{"id":1276,"kind":2048,"name":"getFilePath","url":"classes/server_middleware_staticassethandler.staticassethandler.html#getfilepath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"server/middleware/StaticAssetHandler.StaticAssetHandler"},{"id":1277,"kind":2048,"name":"canHandle","url":"classes/server_middleware_staticassethandler.staticassethandler.html#canhandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"server/middleware/StaticAssetHandler.StaticAssetHandler"},{"id":1278,"kind":2048,"name":"handle","url":"classes/server_middleware_staticassethandler.staticassethandler.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"server/middleware/StaticAssetHandler.StaticAssetHandler"},{"id":1279,"kind":2048,"name":"getCacheHeaders","url":"classes/server_middleware_staticassethandler.staticassethandler.html#getcacheheaders","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"server/middleware/StaticAssetHandler.StaticAssetHandler"},{"id":1280,"kind":2048,"name":"handleSafe","url":"classes/server_middleware_staticassethandler.staticassethandler.html#handlesafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"server/middleware/StaticAssetHandler.StaticAssetHandler"},{"id":1281,"kind":1,"name":"server/middleware/WebSocketAdvertiser","url":"modules/server_middleware_websocketadvertiser.html","classes":"tsd-kind-module"},{"id":1282,"kind":128,"name":"WebSocketAdvertiser","url":"classes/server_middleware_websocketadvertiser.websocketadvertiser.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"server/middleware/WebSocketAdvertiser"},{"id":1283,"kind":512,"name":"constructor","url":"classes/server_middleware_websocketadvertiser.websocketadvertiser.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"server/middleware/WebSocketAdvertiser.WebSocketAdvertiser"},{"id":1284,"kind":1024,"name":"socketUrl","url":"classes/server_middleware_websocketadvertiser.websocketadvertiser.html#socketurl","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"server/middleware/WebSocketAdvertiser.WebSocketAdvertiser"},{"id":1285,"kind":2048,"name":"handle","url":"classes/server_middleware_websocketadvertiser.websocketadvertiser.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"server/middleware/WebSocketAdvertiser.WebSocketAdvertiser"},{"id":1286,"kind":2048,"name":"canHandle","url":"classes/server_middleware_websocketadvertiser.websocketadvertiser.html#canhandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"server/middleware/WebSocketAdvertiser.WebSocketAdvertiser"},{"id":1287,"kind":2048,"name":"handleSafe","url":"classes/server_middleware_websocketadvertiser.websocketadvertiser.html#handlesafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"server/middleware/WebSocketAdvertiser.WebSocketAdvertiser"},{"id":1288,"kind":1,"name":"server/util/RouterHandler","url":"modules/server_util_routerhandler.html","classes":"tsd-kind-module"},{"id":1289,"kind":128,"name":"RouterHandler","url":"classes/server_util_routerhandler.routerhandler.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"server/util/RouterHandler"},{"id":1290,"kind":512,"name":"constructor","url":"classes/server_util_routerhandler.routerhandler.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"server/util/RouterHandler.RouterHandler"},{"id":1291,"kind":1024,"name":"handler","url":"classes/server_util_routerhandler.routerhandler.html#handler","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"server/util/RouterHandler.RouterHandler"},{"id":1292,"kind":1024,"name":"allowedMethods","url":"classes/server_util_routerhandler.routerhandler.html#allowedmethods","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"server/util/RouterHandler.RouterHandler"},{"id":1293,"kind":1024,"name":"allowedPathNamesRegEx","url":"classes/server_util_routerhandler.routerhandler.html#allowedpathnamesregex","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"server/util/RouterHandler.RouterHandler"},{"id":1294,"kind":2048,"name":"canHandle","url":"classes/server_util_routerhandler.routerhandler.html#canhandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"server/util/RouterHandler.RouterHandler"},{"id":1295,"kind":2048,"name":"handle","url":"classes/server_util_routerhandler.routerhandler.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"server/util/RouterHandler.RouterHandler"},{"id":1296,"kind":2048,"name":"handleSafe","url":"classes/server_util_routerhandler.routerhandler.html#handlesafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"server/util/RouterHandler.RouterHandler"},{"id":1297,"kind":1,"name":"server/util/TemplateHandler","url":"modules/server_util_templatehandler.html","classes":"tsd-kind-module"},{"id":1298,"kind":128,"name":"TemplateHandler","url":"classes/server_util_templatehandler.templatehandler.html","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"server/util/TemplateHandler"},{"id":1299,"kind":512,"name":"constructor","url":"classes/server_util_templatehandler.templatehandler.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter tsd-is-overwrite","parent":"server/util/TemplateHandler.TemplateHandler"},{"id":1300,"kind":1024,"name":"templateEngine","url":"classes/server_util_templatehandler.templatehandler.html#templateengine","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"server/util/TemplateHandler.TemplateHandler"},{"id":1301,"kind":1024,"name":"contentType","url":"classes/server_util_templatehandler.templatehandler.html#contenttype","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"server/util/TemplateHandler.TemplateHandler"},{"id":1302,"kind":2048,"name":"handle","url":"classes/server_util_templatehandler.templatehandler.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"server/util/TemplateHandler.TemplateHandler"},{"id":1303,"kind":2048,"name":"canHandle","url":"classes/server_util_templatehandler.templatehandler.html#canhandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"server/util/TemplateHandler.TemplateHandler"},{"id":1304,"kind":2048,"name":"handleSafe","url":"classes/server_util_templatehandler.templatehandler.html#handlesafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"server/util/TemplateHandler.TemplateHandler"},{"id":1305,"kind":1,"name":"storage/AtomicResourceStore","url":"modules/storage_atomicresourcestore.html","classes":"tsd-kind-module"},{"id":1306,"kind":256,"name":"AtomicResourceStore","url":"interfaces/storage_atomicresourcestore.atomicresourcestore.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"storage/AtomicResourceStore"},{"id":1307,"kind":1024,"name":"resourceExists","url":"interfaces/storage_atomicresourcestore.atomicresourcestore.html#resourceexists","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"storage/AtomicResourceStore.AtomicResourceStore"},{"id":1308,"kind":65536,"name":"__type","url":"interfaces/storage_atomicresourcestore.atomicresourcestore.html#__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"storage/AtomicResourceStore.AtomicResourceStore"},{"id":1309,"kind":1024,"name":"getRepresentation","url":"interfaces/storage_atomicresourcestore.atomicresourcestore.html#getrepresentation","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"storage/AtomicResourceStore.AtomicResourceStore"},{"id":1310,"kind":65536,"name":"__type","url":"interfaces/storage_atomicresourcestore.atomicresourcestore.html#__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"storage/AtomicResourceStore.AtomicResourceStore"},{"id":1311,"kind":1024,"name":"setRepresentation","url":"interfaces/storage_atomicresourcestore.atomicresourcestore.html#setrepresentation","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"storage/AtomicResourceStore.AtomicResourceStore"},{"id":1312,"kind":65536,"name":"__type","url":"interfaces/storage_atomicresourcestore.atomicresourcestore.html#__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"storage/AtomicResourceStore.AtomicResourceStore"},{"id":1313,"kind":1024,"name":"addResource","url":"interfaces/storage_atomicresourcestore.atomicresourcestore.html#addresource","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"storage/AtomicResourceStore.AtomicResourceStore"},{"id":1314,"kind":65536,"name":"__type","url":"interfaces/storage_atomicresourcestore.atomicresourcestore.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"storage/AtomicResourceStore.AtomicResourceStore"},{"id":1315,"kind":1024,"name":"deleteResource","url":"interfaces/storage_atomicresourcestore.atomicresourcestore.html#deleteresource","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"storage/AtomicResourceStore.AtomicResourceStore"},{"id":1316,"kind":65536,"name":"__type","url":"interfaces/storage_atomicresourcestore.atomicresourcestore.html#__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"storage/AtomicResourceStore.AtomicResourceStore"},{"id":1317,"kind":1024,"name":"modifyResource","url":"interfaces/storage_atomicresourcestore.atomicresourcestore.html#modifyresource","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"storage/AtomicResourceStore.AtomicResourceStore"},{"id":1318,"kind":65536,"name":"__type","url":"interfaces/storage_atomicresourcestore.atomicresourcestore.html#__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"storage/AtomicResourceStore.AtomicResourceStore"},{"id":1319,"kind":1,"name":"storage/BaseResourceStore","url":"modules/storage_baseresourcestore.html","classes":"tsd-kind-module"},{"id":1320,"kind":128,"name":"BaseResourceStore","url":"classes/storage_baseresourcestore.baseresourcestore.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"storage/BaseResourceStore"},{"id":1321,"kind":512,"name":"constructor","url":"classes/storage_baseresourcestore.baseresourcestore.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"storage/BaseResourceStore.BaseResourceStore"},{"id":1322,"kind":2048,"name":"resourceExists","url":"classes/storage_baseresourcestore.baseresourcestore.html#resourceexists","classes":"tsd-kind-method tsd-parent-kind-class","parent":"storage/BaseResourceStore.BaseResourceStore"},{"id":1323,"kind":2048,"name":"getRepresentation","url":"classes/storage_baseresourcestore.baseresourcestore.html#getrepresentation","classes":"tsd-kind-method tsd-parent-kind-class","parent":"storage/BaseResourceStore.BaseResourceStore"},{"id":1324,"kind":2048,"name":"setRepresentation","url":"classes/storage_baseresourcestore.baseresourcestore.html#setrepresentation","classes":"tsd-kind-method tsd-parent-kind-class","parent":"storage/BaseResourceStore.BaseResourceStore"},{"id":1325,"kind":2048,"name":"addResource","url":"classes/storage_baseresourcestore.baseresourcestore.html#addresource","classes":"tsd-kind-method tsd-parent-kind-class","parent":"storage/BaseResourceStore.BaseResourceStore"},{"id":1326,"kind":2048,"name":"deleteResource","url":"classes/storage_baseresourcestore.baseresourcestore.html#deleteresource","classes":"tsd-kind-method tsd-parent-kind-class","parent":"storage/BaseResourceStore.BaseResourceStore"},{"id":1327,"kind":2048,"name":"modifyResource","url":"classes/storage_baseresourcestore.baseresourcestore.html#modifyresource","classes":"tsd-kind-method tsd-parent-kind-class","parent":"storage/BaseResourceStore.BaseResourceStore"},{"id":1328,"kind":1,"name":"storage/Conditions","url":"modules/storage_conditions.html","classes":"tsd-kind-module"},{"id":1329,"kind":256,"name":"Conditions","url":"interfaces/storage_conditions.conditions.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"storage/Conditions"},{"id":1330,"kind":1024,"name":"matchesEtag","url":"interfaces/storage_conditions.conditions.html#matchesetag","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"storage/Conditions.Conditions"},{"id":1331,"kind":1024,"name":"notMatchesEtag","url":"interfaces/storage_conditions.conditions.html#notmatchesetag","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"storage/Conditions.Conditions"},{"id":1332,"kind":1024,"name":"modifiedSince","url":"interfaces/storage_conditions.conditions.html#modifiedsince","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"storage/Conditions.Conditions"},{"id":1333,"kind":1024,"name":"unmodifiedSince","url":"interfaces/storage_conditions.conditions.html#unmodifiedsince","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"storage/Conditions.Conditions"},{"id":1334,"kind":1024,"name":"matchesMetadata","url":"interfaces/storage_conditions.conditions.html#matchesmetadata","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"storage/Conditions.Conditions"},{"id":1335,"kind":65536,"name":"__type","url":"interfaces/storage_conditions.conditions.html#__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"storage/Conditions.Conditions"},{"id":1336,"kind":1024,"name":"matches","url":"interfaces/storage_conditions.conditions.html#matches","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"storage/Conditions.Conditions"},{"id":1337,"kind":65536,"name":"__type","url":"interfaces/storage_conditions.conditions.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"storage/Conditions.Conditions"},{"id":1338,"kind":1,"name":"storage/DataAccessorBasedStore","url":"modules/storage_dataaccessorbasedstore.html","classes":"tsd-kind-module"},{"id":1339,"kind":128,"name":"DataAccessorBasedStore","url":"classes/storage_dataaccessorbasedstore.dataaccessorbasedstore.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"storage/DataAccessorBasedStore"},{"id":1340,"kind":512,"name":"constructor","url":"classes/storage_dataaccessorbasedstore.dataaccessorbasedstore.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"storage/DataAccessorBasedStore.DataAccessorBasedStore"},{"id":1341,"kind":1024,"name":"logger","url":"classes/storage_dataaccessorbasedstore.dataaccessorbasedstore.html#logger","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"storage/DataAccessorBasedStore.DataAccessorBasedStore"},{"id":1342,"kind":1024,"name":"accessor","url":"classes/storage_dataaccessorbasedstore.dataaccessorbasedstore.html#accessor","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"storage/DataAccessorBasedStore.DataAccessorBasedStore"},{"id":1343,"kind":1024,"name":"identifierStrategy","url":"classes/storage_dataaccessorbasedstore.dataaccessorbasedstore.html#identifierstrategy","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"storage/DataAccessorBasedStore.DataAccessorBasedStore"},{"id":1344,"kind":1024,"name":"auxiliaryStrategy","url":"classes/storage_dataaccessorbasedstore.dataaccessorbasedstore.html#auxiliarystrategy","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"storage/DataAccessorBasedStore.DataAccessorBasedStore"},{"id":1345,"kind":2048,"name":"resourceExists","url":"classes/storage_dataaccessorbasedstore.dataaccessorbasedstore.html#resourceexists","classes":"tsd-kind-method tsd-parent-kind-class","parent":"storage/DataAccessorBasedStore.DataAccessorBasedStore"},{"id":1346,"kind":2048,"name":"getRepresentation","url":"classes/storage_dataaccessorbasedstore.dataaccessorbasedstore.html#getrepresentation","classes":"tsd-kind-method tsd-parent-kind-class","parent":"storage/DataAccessorBasedStore.DataAccessorBasedStore"},{"id":1347,"kind":2048,"name":"addResource","url":"classes/storage_dataaccessorbasedstore.dataaccessorbasedstore.html#addresource","classes":"tsd-kind-method tsd-parent-kind-class","parent":"storage/DataAccessorBasedStore.DataAccessorBasedStore"},{"id":1348,"kind":2048,"name":"setRepresentation","url":"classes/storage_dataaccessorbasedstore.dataaccessorbasedstore.html#setrepresentation","classes":"tsd-kind-method tsd-parent-kind-class","parent":"storage/DataAccessorBasedStore.DataAccessorBasedStore"},{"id":1349,"kind":2048,"name":"modifyResource","url":"classes/storage_dataaccessorbasedstore.dataaccessorbasedstore.html#modifyresource","classes":"tsd-kind-method tsd-parent-kind-class","parent":"storage/DataAccessorBasedStore.DataAccessorBasedStore"},{"id":1350,"kind":2048,"name":"deleteResource","url":"classes/storage_dataaccessorbasedstore.dataaccessorbasedstore.html#deleteresource","classes":"tsd-kind-method tsd-parent-kind-class","parent":"storage/DataAccessorBasedStore.DataAccessorBasedStore"},{"id":1351,"kind":2048,"name":"validateIdentifier","url":"classes/storage_dataaccessorbasedstore.dataaccessorbasedstore.html#validateidentifier","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-protected","parent":"storage/DataAccessorBasedStore.DataAccessorBasedStore"},{"id":1352,"kind":2048,"name":"getNormalizedMetadata","url":"classes/storage_dataaccessorbasedstore.dataaccessorbasedstore.html#getnormalizedmetadata","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-protected","parent":"storage/DataAccessorBasedStore.DataAccessorBasedStore"},{"id":1353,"kind":2048,"name":"getSafeNormalizedMetadata","url":"classes/storage_dataaccessorbasedstore.dataaccessorbasedstore.html#getsafenormalizedmetadata","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-protected","parent":"storage/DataAccessorBasedStore.DataAccessorBasedStore"},{"id":1354,"kind":2048,"name":"writeData","url":"classes/storage_dataaccessorbasedstore.dataaccessorbasedstore.html#writedata","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-protected","parent":"storage/DataAccessorBasedStore.DataAccessorBasedStore"},{"id":1355,"kind":2048,"name":"handleContainerData","url":"classes/storage_dataaccessorbasedstore.dataaccessorbasedstore.html#handlecontainerdata","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-protected","parent":"storage/DataAccessorBasedStore.DataAccessorBasedStore"},{"id":1356,"kind":2048,"name":"createURI","url":"classes/storage_dataaccessorbasedstore.dataaccessorbasedstore.html#createuri","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-protected","parent":"storage/DataAccessorBasedStore.DataAccessorBasedStore"},{"id":1357,"kind":2048,"name":"cleanSlug","url":"classes/storage_dataaccessorbasedstore.dataaccessorbasedstore.html#cleanslug","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-protected","parent":"storage/DataAccessorBasedStore.DataAccessorBasedStore"},{"id":1358,"kind":2048,"name":"createSafeUri","url":"classes/storage_dataaccessorbasedstore.dataaccessorbasedstore.html#createsafeuri","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-protected","parent":"storage/DataAccessorBasedStore.DataAccessorBasedStore"},{"id":1359,"kind":2048,"name":"isNewContainer","url":"classes/storage_dataaccessorbasedstore.dataaccessorbasedstore.html#isnewcontainer","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-protected","parent":"storage/DataAccessorBasedStore.DataAccessorBasedStore"},{"id":1360,"kind":2048,"name":"hasContainerType","url":"classes/storage_dataaccessorbasedstore.dataaccessorbasedstore.html#hascontainertype","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-protected","parent":"storage/DataAccessorBasedStore.DataAccessorBasedStore"},{"id":1361,"kind":2048,"name":"isRootStorage","url":"classes/storage_dataaccessorbasedstore.dataaccessorbasedstore.html#isrootstorage","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-protected","parent":"storage/DataAccessorBasedStore.DataAccessorBasedStore"},{"id":1362,"kind":2048,"name":"hasProperChildren","url":"classes/storage_dataaccessorbasedstore.dataaccessorbasedstore.html#hasproperchildren","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-protected","parent":"storage/DataAccessorBasedStore.DataAccessorBasedStore"},{"id":1363,"kind":2048,"name":"safelyDeleteAuxiliaryResources","url":"classes/storage_dataaccessorbasedstore.dataaccessorbasedstore.html#safelydeleteauxiliaryresources","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-protected","parent":"storage/DataAccessorBasedStore.DataAccessorBasedStore"},{"id":1364,"kind":2048,"name":"createRecursiveContainers","url":"classes/storage_dataaccessorbasedstore.dataaccessorbasedstore.html#createrecursivecontainers","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-protected","parent":"storage/DataAccessorBasedStore.DataAccessorBasedStore"},{"id":1365,"kind":1,"name":"storage/IndexRepresentationStore","url":"modules/storage_indexrepresentationstore.html","classes":"tsd-kind-module"},{"id":1366,"kind":128,"name":"IndexRepresentationStore","url":"classes/storage_indexrepresentationstore.indexrepresentationstore.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"storage/IndexRepresentationStore"},{"id":1367,"kind":512,"name":"constructor","url":"classes/storage_indexrepresentationstore.indexrepresentationstore.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"storage/IndexRepresentationStore.IndexRepresentationStore"},{"id":1368,"kind":1024,"name":"indexName","url":"classes/storage_indexrepresentationstore.indexrepresentationstore.html#indexname","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"storage/IndexRepresentationStore.IndexRepresentationStore"},{"id":1369,"kind":1024,"name":"mediaRange","url":"classes/storage_indexrepresentationstore.indexrepresentationstore.html#mediarange","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"storage/IndexRepresentationStore.IndexRepresentationStore"},{"id":1370,"kind":2048,"name":"getRepresentation","url":"classes/storage_indexrepresentationstore.indexrepresentationstore.html#getrepresentation","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"storage/IndexRepresentationStore.IndexRepresentationStore"},{"id":1371,"kind":2048,"name":"matchesPreferences","url":"classes/storage_indexrepresentationstore.indexrepresentationstore.html#matchespreferences","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"storage/IndexRepresentationStore.IndexRepresentationStore"},{"id":1372,"kind":1024,"name":"source","url":"classes/storage_indexrepresentationstore.indexrepresentationstore.html#source","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"storage/IndexRepresentationStore.IndexRepresentationStore"},{"id":1373,"kind":2048,"name":"resourceExists","url":"classes/storage_indexrepresentationstore.indexrepresentationstore.html#resourceexists","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"storage/IndexRepresentationStore.IndexRepresentationStore"},{"id":1374,"kind":2048,"name":"addResource","url":"classes/storage_indexrepresentationstore.indexrepresentationstore.html#addresource","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"storage/IndexRepresentationStore.IndexRepresentationStore"},{"id":1375,"kind":2048,"name":"deleteResource","url":"classes/storage_indexrepresentationstore.indexrepresentationstore.html#deleteresource","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"storage/IndexRepresentationStore.IndexRepresentationStore"},{"id":1376,"kind":2048,"name":"modifyResource","url":"classes/storage_indexrepresentationstore.indexrepresentationstore.html#modifyresource","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"storage/IndexRepresentationStore.IndexRepresentationStore"},{"id":1377,"kind":2048,"name":"setRepresentation","url":"classes/storage_indexrepresentationstore.indexrepresentationstore.html#setrepresentation","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"storage/IndexRepresentationStore.IndexRepresentationStore"},{"id":1378,"kind":1,"name":"storage/LockingResourceStore","url":"modules/storage_lockingresourcestore.html","classes":"tsd-kind-module"},{"id":1379,"kind":128,"name":"LockingResourceStore","url":"classes/storage_lockingresourcestore.lockingresourcestore.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"storage/LockingResourceStore"},{"id":1380,"kind":512,"name":"constructor","url":"classes/storage_lockingresourcestore.lockingresourcestore.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"storage/LockingResourceStore.LockingResourceStore"},{"id":1381,"kind":1024,"name":"logger","url":"classes/storage_lockingresourcestore.lockingresourcestore.html#logger","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"storage/LockingResourceStore.LockingResourceStore"},{"id":1382,"kind":1024,"name":"source","url":"classes/storage_lockingresourcestore.lockingresourcestore.html#source","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"storage/LockingResourceStore.LockingResourceStore"},{"id":1383,"kind":1024,"name":"locks","url":"classes/storage_lockingresourcestore.lockingresourcestore.html#locks","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"storage/LockingResourceStore.LockingResourceStore"},{"id":1384,"kind":1024,"name":"auxiliaryStrategy","url":"classes/storage_lockingresourcestore.lockingresourcestore.html#auxiliarystrategy","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"storage/LockingResourceStore.LockingResourceStore"},{"id":1385,"kind":2048,"name":"resourceExists","url":"classes/storage_lockingresourcestore.lockingresourcestore.html#resourceexists","classes":"tsd-kind-method tsd-parent-kind-class","parent":"storage/LockingResourceStore.LockingResourceStore"},{"id":1386,"kind":2048,"name":"getRepresentation","url":"classes/storage_lockingresourcestore.lockingresourcestore.html#getrepresentation","classes":"tsd-kind-method tsd-parent-kind-class","parent":"storage/LockingResourceStore.LockingResourceStore"},{"id":1387,"kind":2048,"name":"addResource","url":"classes/storage_lockingresourcestore.lockingresourcestore.html#addresource","classes":"tsd-kind-method tsd-parent-kind-class","parent":"storage/LockingResourceStore.LockingResourceStore"},{"id":1388,"kind":2048,"name":"setRepresentation","url":"classes/storage_lockingresourcestore.lockingresourcestore.html#setrepresentation","classes":"tsd-kind-method tsd-parent-kind-class","parent":"storage/LockingResourceStore.LockingResourceStore"},{"id":1389,"kind":2048,"name":"deleteResource","url":"classes/storage_lockingresourcestore.lockingresourcestore.html#deleteresource","classes":"tsd-kind-method tsd-parent-kind-class","parent":"storage/LockingResourceStore.LockingResourceStore"},{"id":1390,"kind":2048,"name":"modifyResource","url":"classes/storage_lockingresourcestore.lockingresourcestore.html#modifyresource","classes":"tsd-kind-method tsd-parent-kind-class","parent":"storage/LockingResourceStore.LockingResourceStore"},{"id":1391,"kind":2048,"name":"getLockIdentifier","url":"classes/storage_lockingresourcestore.lockingresourcestore.html#getlockidentifier","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-protected","parent":"storage/LockingResourceStore.LockingResourceStore"},{"id":1392,"kind":2048,"name":"lockedRepresentationRun","url":"classes/storage_lockingresourcestore.lockingresourcestore.html#lockedrepresentationrun","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-protected","parent":"storage/LockingResourceStore.LockingResourceStore"},{"id":1393,"kind":2048,"name":"createExpiringRepresentation","url":"classes/storage_lockingresourcestore.lockingresourcestore.html#createexpiringrepresentation","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-protected","parent":"storage/LockingResourceStore.LockingResourceStore"},{"id":1394,"kind":2048,"name":"waitForStreamToEnd","url":"classes/storage_lockingresourcestore.lockingresourcestore.html#waitforstreamtoend","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-protected","parent":"storage/LockingResourceStore.LockingResourceStore"},{"id":1395,"kind":1,"name":"storage/MonitoringStore","url":"modules/storage_monitoringstore.html","classes":"tsd-kind-module"},{"id":1396,"kind":128,"name":"MonitoringStore","url":"classes/storage_monitoringstore.monitoringstore.html","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"storage/MonitoringStore"},{"id":1397,"kind":512,"name":"constructor","url":"classes/storage_monitoringstore.monitoringstore.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter tsd-is-overwrite","parent":"storage/MonitoringStore.MonitoringStore"},{"id":1398,"kind":1024,"name":"source","url":"classes/storage_monitoringstore.monitoringstore.html#source","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"storage/MonitoringStore.MonitoringStore"},{"id":1399,"kind":2048,"name":"resourceExists","url":"classes/storage_monitoringstore.monitoringstore.html#resourceexists","classes":"tsd-kind-method tsd-parent-kind-class","parent":"storage/MonitoringStore.MonitoringStore"},{"id":1400,"kind":2048,"name":"getRepresentation","url":"classes/storage_monitoringstore.monitoringstore.html#getrepresentation","classes":"tsd-kind-method tsd-parent-kind-class","parent":"storage/MonitoringStore.MonitoringStore"},{"id":1401,"kind":2048,"name":"addResource","url":"classes/storage_monitoringstore.monitoringstore.html#addresource","classes":"tsd-kind-method tsd-parent-kind-class","parent":"storage/MonitoringStore.MonitoringStore"},{"id":1402,"kind":2048,"name":"deleteResource","url":"classes/storage_monitoringstore.monitoringstore.html#deleteresource","classes":"tsd-kind-method tsd-parent-kind-class","parent":"storage/MonitoringStore.MonitoringStore"},{"id":1403,"kind":2048,"name":"setRepresentation","url":"classes/storage_monitoringstore.monitoringstore.html#setrepresentation","classes":"tsd-kind-method tsd-parent-kind-class","parent":"storage/MonitoringStore.MonitoringStore"},{"id":1404,"kind":2048,"name":"modifyResource","url":"classes/storage_monitoringstore.monitoringstore.html#modifyresource","classes":"tsd-kind-method tsd-parent-kind-class","parent":"storage/MonitoringStore.MonitoringStore"},{"id":1405,"kind":2048,"name":"emitChanged","url":"classes/storage_monitoringstore.monitoringstore.html#emitchanged","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"storage/MonitoringStore.MonitoringStore"},{"id":1406,"kind":1,"name":"storage/PassthroughStore","url":"modules/storage_passthroughstore.html","classes":"tsd-kind-module"},{"id":1407,"kind":128,"name":"PassthroughStore","url":"classes/storage_passthroughstore.passthroughstore.html","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"storage/PassthroughStore"},{"id":1408,"kind":512,"name":"constructor","url":"classes/storage_passthroughstore.passthroughstore.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter","parent":"storage/PassthroughStore.PassthroughStore"},{"id":1409,"kind":1024,"name":"source","url":"classes/storage_passthroughstore.passthroughstore.html#source","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"storage/PassthroughStore.PassthroughStore"},{"id":1410,"kind":2048,"name":"resourceExists","url":"classes/storage_passthroughstore.passthroughstore.html#resourceexists","classes":"tsd-kind-method tsd-parent-kind-class","parent":"storage/PassthroughStore.PassthroughStore"},{"id":1411,"kind":2048,"name":"getRepresentation","url":"classes/storage_passthroughstore.passthroughstore.html#getrepresentation","classes":"tsd-kind-method tsd-parent-kind-class","parent":"storage/PassthroughStore.PassthroughStore"},{"id":1412,"kind":2048,"name":"addResource","url":"classes/storage_passthroughstore.passthroughstore.html#addresource","classes":"tsd-kind-method tsd-parent-kind-class","parent":"storage/PassthroughStore.PassthroughStore"},{"id":1413,"kind":2048,"name":"deleteResource","url":"classes/storage_passthroughstore.passthroughstore.html#deleteresource","classes":"tsd-kind-method tsd-parent-kind-class","parent":"storage/PassthroughStore.PassthroughStore"},{"id":1414,"kind":2048,"name":"modifyResource","url":"classes/storage_passthroughstore.passthroughstore.html#modifyresource","classes":"tsd-kind-method tsd-parent-kind-class","parent":"storage/PassthroughStore.PassthroughStore"},{"id":1415,"kind":2048,"name":"setRepresentation","url":"classes/storage_passthroughstore.passthroughstore.html#setrepresentation","classes":"tsd-kind-method tsd-parent-kind-class","parent":"storage/PassthroughStore.PassthroughStore"},{"id":1416,"kind":1,"name":"storage/PatchingStore","url":"modules/storage_patchingstore.html","classes":"tsd-kind-module"},{"id":1417,"kind":128,"name":"PatchingStore","url":"classes/storage_patchingstore.patchingstore.html","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"storage/PatchingStore"},{"id":1418,"kind":512,"name":"constructor","url":"classes/storage_patchingstore.patchingstore.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter tsd-is-overwrite","parent":"storage/PatchingStore.PatchingStore"},{"id":1419,"kind":1024,"name":"patcher","url":"classes/storage_patchingstore.patchingstore.html#patcher","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"storage/PatchingStore.PatchingStore"},{"id":1420,"kind":2048,"name":"modifyResource","url":"classes/storage_patchingstore.patchingstore.html#modifyresource","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"storage/PatchingStore.PatchingStore"},{"id":1421,"kind":1024,"name":"source","url":"classes/storage_patchingstore.patchingstore.html#source","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"storage/PatchingStore.PatchingStore"},{"id":1422,"kind":2048,"name":"resourceExists","url":"classes/storage_patchingstore.patchingstore.html#resourceexists","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"storage/PatchingStore.PatchingStore"},{"id":1423,"kind":2048,"name":"getRepresentation","url":"classes/storage_patchingstore.patchingstore.html#getrepresentation","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"storage/PatchingStore.PatchingStore"},{"id":1424,"kind":2048,"name":"addResource","url":"classes/storage_patchingstore.patchingstore.html#addresource","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"storage/PatchingStore.PatchingStore"},{"id":1425,"kind":2048,"name":"deleteResource","url":"classes/storage_patchingstore.patchingstore.html#deleteresource","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"storage/PatchingStore.PatchingStore"},{"id":1426,"kind":2048,"name":"setRepresentation","url":"classes/storage_patchingstore.patchingstore.html#setrepresentation","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"storage/PatchingStore.PatchingStore"},{"id":1427,"kind":1,"name":"storage/ReadOnlyStore","url":"modules/storage_readonlystore.html","classes":"tsd-kind-module"},{"id":1428,"kind":128,"name":"ReadOnlyStore","url":"classes/storage_readonlystore.readonlystore.html","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"storage/ReadOnlyStore"},{"id":1429,"kind":512,"name":"constructor","url":"classes/storage_readonlystore.readonlystore.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter tsd-is-overwrite","parent":"storage/ReadOnlyStore.ReadOnlyStore"},{"id":1430,"kind":2048,"name":"addResource","url":"classes/storage_readonlystore.readonlystore.html#addresource","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"storage/ReadOnlyStore.ReadOnlyStore"},{"id":1431,"kind":2048,"name":"deleteResource","url":"classes/storage_readonlystore.readonlystore.html#deleteresource","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"storage/ReadOnlyStore.ReadOnlyStore"},{"id":1432,"kind":2048,"name":"modifyResource","url":"classes/storage_readonlystore.readonlystore.html#modifyresource","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"storage/ReadOnlyStore.ReadOnlyStore"},{"id":1433,"kind":2048,"name":"setRepresentation","url":"classes/storage_readonlystore.readonlystore.html#setrepresentation","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"storage/ReadOnlyStore.ReadOnlyStore"},{"id":1434,"kind":1024,"name":"source","url":"classes/storage_readonlystore.readonlystore.html#source","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"storage/ReadOnlyStore.ReadOnlyStore"},{"id":1435,"kind":2048,"name":"resourceExists","url":"classes/storage_readonlystore.readonlystore.html#resourceexists","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"storage/ReadOnlyStore.ReadOnlyStore"},{"id":1436,"kind":2048,"name":"getRepresentation","url":"classes/storage_readonlystore.readonlystore.html#getrepresentation","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"storage/ReadOnlyStore.ReadOnlyStore"},{"id":1437,"kind":1,"name":"storage/RepresentationConvertingStore","url":"modules/storage_representationconvertingstore.html","classes":"tsd-kind-module"},{"id":1438,"kind":128,"name":"RepresentationConvertingStore","url":"classes/storage_representationconvertingstore.representationconvertingstore.html","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"storage/RepresentationConvertingStore"},{"id":1439,"kind":512,"name":"constructor","url":"classes/storage_representationconvertingstore.representationconvertingstore.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter tsd-is-overwrite","parent":"storage/RepresentationConvertingStore.RepresentationConvertingStore"},{"id":1440,"kind":1024,"name":"logger","url":"classes/storage_representationconvertingstore.representationconvertingstore.html#logger","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"storage/RepresentationConvertingStore.RepresentationConvertingStore"},{"id":1441,"kind":1024,"name":"inConverter","url":"classes/storage_representationconvertingstore.representationconvertingstore.html#inconverter","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"storage/RepresentationConvertingStore.RepresentationConvertingStore"},{"id":1442,"kind":1024,"name":"outConverter","url":"classes/storage_representationconvertingstore.representationconvertingstore.html#outconverter","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"storage/RepresentationConvertingStore.RepresentationConvertingStore"},{"id":1443,"kind":1024,"name":"inPreferences","url":"classes/storage_representationconvertingstore.representationconvertingstore.html#inpreferences","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"storage/RepresentationConvertingStore.RepresentationConvertingStore"},{"id":1444,"kind":2048,"name":"getRepresentation","url":"classes/storage_representationconvertingstore.representationconvertingstore.html#getrepresentation","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"storage/RepresentationConvertingStore.RepresentationConvertingStore"},{"id":1445,"kind":2048,"name":"addResource","url":"classes/storage_representationconvertingstore.representationconvertingstore.html#addresource","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"storage/RepresentationConvertingStore.RepresentationConvertingStore"},{"id":1446,"kind":2048,"name":"setRepresentation","url":"classes/storage_representationconvertingstore.representationconvertingstore.html#setrepresentation","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"storage/RepresentationConvertingStore.RepresentationConvertingStore"},{"id":1447,"kind":1024,"name":"source","url":"classes/storage_representationconvertingstore.representationconvertingstore.html#source","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"storage/RepresentationConvertingStore.RepresentationConvertingStore"},{"id":1448,"kind":2048,"name":"resourceExists","url":"classes/storage_representationconvertingstore.representationconvertingstore.html#resourceexists","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"storage/RepresentationConvertingStore.RepresentationConvertingStore"},{"id":1449,"kind":2048,"name":"deleteResource","url":"classes/storage_representationconvertingstore.representationconvertingstore.html#deleteresource","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"storage/RepresentationConvertingStore.RepresentationConvertingStore"},{"id":1450,"kind":2048,"name":"modifyResource","url":"classes/storage_representationconvertingstore.representationconvertingstore.html#modifyresource","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"storage/RepresentationConvertingStore.RepresentationConvertingStore"},{"id":1451,"kind":1,"name":"storage/ResourceStore","url":"modules/storage_resourcestore.html","classes":"tsd-kind-module"},{"id":1452,"kind":256,"name":"ResourceStore","url":"interfaces/storage_resourcestore.resourcestore.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"storage/ResourceStore"},{"id":1453,"kind":1024,"name":"resourceExists","url":"interfaces/storage_resourcestore.resourcestore.html#resourceexists","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"storage/ResourceStore.ResourceStore"},{"id":1454,"kind":65536,"name":"__type","url":"interfaces/storage_resourcestore.resourcestore.html#__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"storage/ResourceStore.ResourceStore"},{"id":1455,"kind":1024,"name":"getRepresentation","url":"interfaces/storage_resourcestore.resourcestore.html#getrepresentation","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"storage/ResourceStore.ResourceStore"},{"id":1456,"kind":65536,"name":"__type","url":"interfaces/storage_resourcestore.resourcestore.html#__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"storage/ResourceStore.ResourceStore"},{"id":1457,"kind":1024,"name":"setRepresentation","url":"interfaces/storage_resourcestore.resourcestore.html#setrepresentation","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"storage/ResourceStore.ResourceStore"},{"id":1458,"kind":65536,"name":"__type","url":"interfaces/storage_resourcestore.resourcestore.html#__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"storage/ResourceStore.ResourceStore"},{"id":1459,"kind":1024,"name":"addResource","url":"interfaces/storage_resourcestore.resourcestore.html#addresource","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"storage/ResourceStore.ResourceStore"},{"id":1460,"kind":65536,"name":"__type","url":"interfaces/storage_resourcestore.resourcestore.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"storage/ResourceStore.ResourceStore"},{"id":1461,"kind":1024,"name":"deleteResource","url":"interfaces/storage_resourcestore.resourcestore.html#deleteresource","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"storage/ResourceStore.ResourceStore"},{"id":1462,"kind":65536,"name":"__type","url":"interfaces/storage_resourcestore.resourcestore.html#__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"storage/ResourceStore.ResourceStore"},{"id":1463,"kind":1024,"name":"modifyResource","url":"interfaces/storage_resourcestore.resourcestore.html#modifyresource","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"storage/ResourceStore.ResourceStore"},{"id":1464,"kind":65536,"name":"__type","url":"interfaces/storage_resourcestore.resourcestore.html#__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"storage/ResourceStore.ResourceStore"},{"id":1465,"kind":1,"name":"storage/RoutingResourceStore","url":"modules/storage_routingresourcestore.html","classes":"tsd-kind-module"},{"id":1466,"kind":128,"name":"RoutingResourceStore","url":"classes/storage_routingresourcestore.routingresourcestore.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"storage/RoutingResourceStore"},{"id":1467,"kind":512,"name":"constructor","url":"classes/storage_routingresourcestore.routingresourcestore.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"storage/RoutingResourceStore.RoutingResourceStore"},{"id":1468,"kind":1024,"name":"rule","url":"classes/storage_routingresourcestore.routingresourcestore.html#rule","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"storage/RoutingResourceStore.RoutingResourceStore"},{"id":1469,"kind":2048,"name":"resourceExists","url":"classes/storage_routingresourcestore.routingresourcestore.html#resourceexists","classes":"tsd-kind-method tsd-parent-kind-class","parent":"storage/RoutingResourceStore.RoutingResourceStore"},{"id":1470,"kind":2048,"name":"getRepresentation","url":"classes/storage_routingresourcestore.routingresourcestore.html#getrepresentation","classes":"tsd-kind-method tsd-parent-kind-class","parent":"storage/RoutingResourceStore.RoutingResourceStore"},{"id":1471,"kind":2048,"name":"addResource","url":"classes/storage_routingresourcestore.routingresourcestore.html#addresource","classes":"tsd-kind-method tsd-parent-kind-class","parent":"storage/RoutingResourceStore.RoutingResourceStore"},{"id":1472,"kind":2048,"name":"setRepresentation","url":"classes/storage_routingresourcestore.routingresourcestore.html#setrepresentation","classes":"tsd-kind-method tsd-parent-kind-class","parent":"storage/RoutingResourceStore.RoutingResourceStore"},{"id":1473,"kind":2048,"name":"deleteResource","url":"classes/storage_routingresourcestore.routingresourcestore.html#deleteresource","classes":"tsd-kind-method tsd-parent-kind-class","parent":"storage/RoutingResourceStore.RoutingResourceStore"},{"id":1474,"kind":2048,"name":"modifyResource","url":"classes/storage_routingresourcestore.routingresourcestore.html#modifyresource","classes":"tsd-kind-method tsd-parent-kind-class","parent":"storage/RoutingResourceStore.RoutingResourceStore"},{"id":1475,"kind":2048,"name":"getStore","url":"classes/storage_routingresourcestore.routingresourcestore.html#getstore","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"storage/RoutingResourceStore.RoutingResourceStore"},{"id":1476,"kind":1,"name":"storage/accessors/DataAccessor","url":"modules/storage_accessors_dataaccessor.html","classes":"tsd-kind-module"},{"id":1477,"kind":256,"name":"DataAccessor","url":"interfaces/storage_accessors_dataaccessor.dataaccessor.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"storage/accessors/DataAccessor"},{"id":1478,"kind":1024,"name":"canHandle","url":"interfaces/storage_accessors_dataaccessor.dataaccessor.html#canhandle","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"storage/accessors/DataAccessor.DataAccessor"},{"id":1479,"kind":65536,"name":"__type","url":"interfaces/storage_accessors_dataaccessor.dataaccessor.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"storage/accessors/DataAccessor.DataAccessor"},{"id":1480,"kind":1024,"name":"getData","url":"interfaces/storage_accessors_dataaccessor.dataaccessor.html#getdata","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"storage/accessors/DataAccessor.DataAccessor"},{"id":1481,"kind":65536,"name":"__type","url":"interfaces/storage_accessors_dataaccessor.dataaccessor.html#__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"storage/accessors/DataAccessor.DataAccessor"},{"id":1482,"kind":1024,"name":"getMetadata","url":"interfaces/storage_accessors_dataaccessor.dataaccessor.html#getmetadata","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"storage/accessors/DataAccessor.DataAccessor"},{"id":1483,"kind":65536,"name":"__type","url":"interfaces/storage_accessors_dataaccessor.dataaccessor.html#__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"storage/accessors/DataAccessor.DataAccessor"},{"id":1484,"kind":1024,"name":"getChildren","url":"interfaces/storage_accessors_dataaccessor.dataaccessor.html#getchildren","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"storage/accessors/DataAccessor.DataAccessor"},{"id":1485,"kind":65536,"name":"__type","url":"interfaces/storage_accessors_dataaccessor.dataaccessor.html#__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"storage/accessors/DataAccessor.DataAccessor"},{"id":1486,"kind":1024,"name":"writeDocument","url":"interfaces/storage_accessors_dataaccessor.dataaccessor.html#writedocument","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"storage/accessors/DataAccessor.DataAccessor"},{"id":1487,"kind":65536,"name":"__type","url":"interfaces/storage_accessors_dataaccessor.dataaccessor.html#__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"storage/accessors/DataAccessor.DataAccessor"},{"id":1488,"kind":1024,"name":"writeContainer","url":"interfaces/storage_accessors_dataaccessor.dataaccessor.html#writecontainer","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"storage/accessors/DataAccessor.DataAccessor"},{"id":1489,"kind":65536,"name":"__type","url":"interfaces/storage_accessors_dataaccessor.dataaccessor.html#__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"storage/accessors/DataAccessor.DataAccessor"},{"id":1490,"kind":1024,"name":"deleteResource","url":"interfaces/storage_accessors_dataaccessor.dataaccessor.html#deleteresource","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"storage/accessors/DataAccessor.DataAccessor"},{"id":1491,"kind":65536,"name":"__type","url":"interfaces/storage_accessors_dataaccessor.dataaccessor.html#__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"storage/accessors/DataAccessor.DataAccessor"},{"id":1492,"kind":1,"name":"storage/accessors/FileDataAccessor","url":"modules/storage_accessors_filedataaccessor.html","classes":"tsd-kind-module"},{"id":1493,"kind":128,"name":"FileDataAccessor","url":"classes/storage_accessors_filedataaccessor.filedataaccessor.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"storage/accessors/FileDataAccessor"},{"id":1494,"kind":512,"name":"constructor","url":"classes/storage_accessors_filedataaccessor.filedataaccessor.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"storage/accessors/FileDataAccessor.FileDataAccessor"},{"id":1495,"kind":1024,"name":"resourceMapper","url":"classes/storage_accessors_filedataaccessor.filedataaccessor.html#resourcemapper","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"storage/accessors/FileDataAccessor.FileDataAccessor"},{"id":1496,"kind":2048,"name":"canHandle","url":"classes/storage_accessors_filedataaccessor.filedataaccessor.html#canhandle","classes":"tsd-kind-method tsd-parent-kind-class","parent":"storage/accessors/FileDataAccessor.FileDataAccessor"},{"id":1497,"kind":2048,"name":"getData","url":"classes/storage_accessors_filedataaccessor.filedataaccessor.html#getdata","classes":"tsd-kind-method tsd-parent-kind-class","parent":"storage/accessors/FileDataAccessor.FileDataAccessor"},{"id":1498,"kind":2048,"name":"getMetadata","url":"classes/storage_accessors_filedataaccessor.filedataaccessor.html#getmetadata","classes":"tsd-kind-method tsd-parent-kind-class","parent":"storage/accessors/FileDataAccessor.FileDataAccessor"},{"id":1499,"kind":2048,"name":"getChildren","url":"classes/storage_accessors_filedataaccessor.filedataaccessor.html#getchildren","classes":"tsd-kind-method tsd-parent-kind-class","parent":"storage/accessors/FileDataAccessor.FileDataAccessor"},{"id":1500,"kind":2048,"name":"writeDocument","url":"classes/storage_accessors_filedataaccessor.filedataaccessor.html#writedocument","classes":"tsd-kind-method tsd-parent-kind-class","parent":"storage/accessors/FileDataAccessor.FileDataAccessor"},{"id":1501,"kind":2048,"name":"writeContainer","url":"classes/storage_accessors_filedataaccessor.filedataaccessor.html#writecontainer","classes":"tsd-kind-method tsd-parent-kind-class","parent":"storage/accessors/FileDataAccessor.FileDataAccessor"},{"id":1502,"kind":2048,"name":"deleteResource","url":"classes/storage_accessors_filedataaccessor.filedataaccessor.html#deleteresource","classes":"tsd-kind-method tsd-parent-kind-class","parent":"storage/accessors/FileDataAccessor.FileDataAccessor"},{"id":1503,"kind":2048,"name":"getStats","url":"classes/storage_accessors_filedataaccessor.filedataaccessor.html#getstats","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"storage/accessors/FileDataAccessor.FileDataAccessor"},{"id":1504,"kind":2048,"name":"getFileMetadata","url":"classes/storage_accessors_filedataaccessor.filedataaccessor.html#getfilemetadata","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"storage/accessors/FileDataAccessor.FileDataAccessor"},{"id":1505,"kind":2048,"name":"getDirectoryMetadata","url":"classes/storage_accessors_filedataaccessor.filedataaccessor.html#getdirectorymetadata","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"storage/accessors/FileDataAccessor.FileDataAccessor"},{"id":1506,"kind":2048,"name":"writeMetadata","url":"classes/storage_accessors_filedataaccessor.filedataaccessor.html#writemetadata","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"storage/accessors/FileDataAccessor.FileDataAccessor"},{"id":1507,"kind":2048,"name":"getBaseMetadata","url":"classes/storage_accessors_filedataaccessor.filedataaccessor.html#getbasemetadata","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"storage/accessors/FileDataAccessor.FileDataAccessor"},{"id":1508,"kind":2048,"name":"getRawMetadata","url":"classes/storage_accessors_filedataaccessor.filedataaccessor.html#getrawmetadata","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"storage/accessors/FileDataAccessor.FileDataAccessor"},{"id":1509,"kind":2048,"name":"getChildMetadata","url":"classes/storage_accessors_filedataaccessor.filedataaccessor.html#getchildmetadata","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"storage/accessors/FileDataAccessor.FileDataAccessor"},{"id":1510,"kind":2048,"name":"addPosixMetadata","url":"classes/storage_accessors_filedataaccessor.filedataaccessor.html#addposixmetadata","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"storage/accessors/FileDataAccessor.FileDataAccessor"},{"id":1511,"kind":2048,"name":"verifyExistingExtension","url":"classes/storage_accessors_filedataaccessor.filedataaccessor.html#verifyexistingextension","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"storage/accessors/FileDataAccessor.FileDataAccessor"},{"id":1512,"kind":2048,"name":"writeDataFile","url":"classes/storage_accessors_filedataaccessor.filedataaccessor.html#writedatafile","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"storage/accessors/FileDataAccessor.FileDataAccessor"},{"id":1513,"kind":1,"name":"storage/accessors/InMemoryDataAccessor","url":"modules/storage_accessors_inmemorydataaccessor.html","classes":"tsd-kind-module"},{"id":1514,"kind":128,"name":"InMemoryDataAccessor","url":"classes/storage_accessors_inmemorydataaccessor.inmemorydataaccessor.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"storage/accessors/InMemoryDataAccessor"},{"id":1515,"kind":512,"name":"constructor","url":"classes/storage_accessors_inmemorydataaccessor.inmemorydataaccessor.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"storage/accessors/InMemoryDataAccessor.InMemoryDataAccessor"},{"id":1516,"kind":1024,"name":"identifierStrategy","url":"classes/storage_accessors_inmemorydataaccessor.inmemorydataaccessor.html#identifierstrategy","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"storage/accessors/InMemoryDataAccessor.InMemoryDataAccessor"},{"id":1517,"kind":1024,"name":"store","url":"classes/storage_accessors_inmemorydataaccessor.inmemorydataaccessor.html#store","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"storage/accessors/InMemoryDataAccessor.InMemoryDataAccessor"},{"id":1518,"kind":65536,"name":"__type","url":"classes/storage_accessors_inmemorydataaccessor.inmemorydataaccessor.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-class","parent":"storage/accessors/InMemoryDataAccessor.InMemoryDataAccessor"},{"id":1519,"kind":1024,"name":"entries","url":"classes/storage_accessors_inmemorydataaccessor.inmemorydataaccessor.html#__type.entries","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"storage/accessors/InMemoryDataAccessor.InMemoryDataAccessor.__type"},{"id":1520,"kind":2048,"name":"canHandle","url":"classes/storage_accessors_inmemorydataaccessor.inmemorydataaccessor.html#canhandle","classes":"tsd-kind-method tsd-parent-kind-class","parent":"storage/accessors/InMemoryDataAccessor.InMemoryDataAccessor"},{"id":1521,"kind":2048,"name":"getData","url":"classes/storage_accessors_inmemorydataaccessor.inmemorydataaccessor.html#getdata","classes":"tsd-kind-method tsd-parent-kind-class","parent":"storage/accessors/InMemoryDataAccessor.InMemoryDataAccessor"},{"id":1522,"kind":2048,"name":"getMetadata","url":"classes/storage_accessors_inmemorydataaccessor.inmemorydataaccessor.html#getmetadata","classes":"tsd-kind-method tsd-parent-kind-class","parent":"storage/accessors/InMemoryDataAccessor.InMemoryDataAccessor"},{"id":1523,"kind":2048,"name":"getChildren","url":"classes/storage_accessors_inmemorydataaccessor.inmemorydataaccessor.html#getchildren","classes":"tsd-kind-method tsd-parent-kind-class","parent":"storage/accessors/InMemoryDataAccessor.InMemoryDataAccessor"},{"id":1524,"kind":2048,"name":"writeDocument","url":"classes/storage_accessors_inmemorydataaccessor.inmemorydataaccessor.html#writedocument","classes":"tsd-kind-method tsd-parent-kind-class","parent":"storage/accessors/InMemoryDataAccessor.InMemoryDataAccessor"},{"id":1525,"kind":2048,"name":"writeContainer","url":"classes/storage_accessors_inmemorydataaccessor.inmemorydataaccessor.html#writecontainer","classes":"tsd-kind-method tsd-parent-kind-class","parent":"storage/accessors/InMemoryDataAccessor.InMemoryDataAccessor"},{"id":1526,"kind":2048,"name":"deleteResource","url":"classes/storage_accessors_inmemorydataaccessor.inmemorydataaccessor.html#deleteresource","classes":"tsd-kind-method tsd-parent-kind-class","parent":"storage/accessors/InMemoryDataAccessor.InMemoryDataAccessor"},{"id":1527,"kind":2048,"name":"isDataEntry","url":"classes/storage_accessors_inmemorydataaccessor.inmemorydataaccessor.html#isdataentry","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"storage/accessors/InMemoryDataAccessor.InMemoryDataAccessor"},{"id":1528,"kind":2048,"name":"getHierarchy","url":"classes/storage_accessors_inmemorydataaccessor.inmemorydataaccessor.html#gethierarchy","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"storage/accessors/InMemoryDataAccessor.InMemoryDataAccessor"},{"id":1529,"kind":2048,"name":"getParentEntry","url":"classes/storage_accessors_inmemorydataaccessor.inmemorydataaccessor.html#getparententry","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"storage/accessors/InMemoryDataAccessor.InMemoryDataAccessor"},{"id":1530,"kind":2048,"name":"getEntry","url":"classes/storage_accessors_inmemorydataaccessor.inmemorydataaccessor.html#getentry","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"storage/accessors/InMemoryDataAccessor.InMemoryDataAccessor"},{"id":1531,"kind":1,"name":"storage/accessors/SparqlDataAccessor","url":"modules/storage_accessors_sparqldataaccessor.html","classes":"tsd-kind-module"},{"id":1532,"kind":128,"name":"SparqlDataAccessor","url":"classes/storage_accessors_sparqldataaccessor.sparqldataaccessor.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"storage/accessors/SparqlDataAccessor"},{"id":1533,"kind":512,"name":"constructor","url":"classes/storage_accessors_sparqldataaccessor.sparqldataaccessor.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"storage/accessors/SparqlDataAccessor.SparqlDataAccessor"},{"id":1534,"kind":1024,"name":"logger","url":"classes/storage_accessors_sparqldataaccessor.sparqldataaccessor.html#logger","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"storage/accessors/SparqlDataAccessor.SparqlDataAccessor"},{"id":1535,"kind":1024,"name":"endpoint","url":"classes/storage_accessors_sparqldataaccessor.sparqldataaccessor.html#endpoint","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"storage/accessors/SparqlDataAccessor.SparqlDataAccessor"},{"id":1536,"kind":1024,"name":"identifierStrategy","url":"classes/storage_accessors_sparqldataaccessor.sparqldataaccessor.html#identifierstrategy","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"storage/accessors/SparqlDataAccessor.SparqlDataAccessor"},{"id":1537,"kind":1024,"name":"fetcher","url":"classes/storage_accessors_sparqldataaccessor.sparqldataaccessor.html#fetcher","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"storage/accessors/SparqlDataAccessor.SparqlDataAccessor"},{"id":1538,"kind":1024,"name":"generator","url":"classes/storage_accessors_sparqldataaccessor.sparqldataaccessor.html#generator","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"storage/accessors/SparqlDataAccessor.SparqlDataAccessor"},{"id":1539,"kind":2048,"name":"canHandle","url":"classes/storage_accessors_sparqldataaccessor.sparqldataaccessor.html#canhandle","classes":"tsd-kind-method tsd-parent-kind-class","parent":"storage/accessors/SparqlDataAccessor.SparqlDataAccessor"},{"id":1540,"kind":2048,"name":"getData","url":"classes/storage_accessors_sparqldataaccessor.sparqldataaccessor.html#getdata","classes":"tsd-kind-method tsd-parent-kind-class","parent":"storage/accessors/SparqlDataAccessor.SparqlDataAccessor"},{"id":1541,"kind":2048,"name":"getMetadata","url":"classes/storage_accessors_sparqldataaccessor.sparqldataaccessor.html#getmetadata","classes":"tsd-kind-method tsd-parent-kind-class","parent":"storage/accessors/SparqlDataAccessor.SparqlDataAccessor"},{"id":1542,"kind":2048,"name":"getChildren","url":"classes/storage_accessors_sparqldataaccessor.sparqldataaccessor.html#getchildren","classes":"tsd-kind-method tsd-parent-kind-class","parent":"storage/accessors/SparqlDataAccessor.SparqlDataAccessor"},{"id":1543,"kind":2048,"name":"writeContainer","url":"classes/storage_accessors_sparqldataaccessor.sparqldataaccessor.html#writecontainer","classes":"tsd-kind-method tsd-parent-kind-class","parent":"storage/accessors/SparqlDataAccessor.SparqlDataAccessor"},{"id":1544,"kind":2048,"name":"writeDocument","url":"classes/storage_accessors_sparqldataaccessor.sparqldataaccessor.html#writedocument","classes":"tsd-kind-method tsd-parent-kind-class","parent":"storage/accessors/SparqlDataAccessor.SparqlDataAccessor"},{"id":1545,"kind":2048,"name":"deleteResource","url":"classes/storage_accessors_sparqldataaccessor.sparqldataaccessor.html#deleteresource","classes":"tsd-kind-method tsd-parent-kind-class","parent":"storage/accessors/SparqlDataAccessor.SparqlDataAccessor"},{"id":1546,"kind":2048,"name":"getRelatedNames","url":"classes/storage_accessors_sparqldataaccessor.sparqldataaccessor.html#getrelatednames","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"storage/accessors/SparqlDataAccessor.SparqlDataAccessor"},{"id":1547,"kind":2048,"name":"getMetadataNode","url":"classes/storage_accessors_sparqldataaccessor.sparqldataaccessor.html#getmetadatanode","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"storage/accessors/SparqlDataAccessor.SparqlDataAccessor"},{"id":1548,"kind":2048,"name":"isMetadataIdentifier","url":"classes/storage_accessors_sparqldataaccessor.sparqldataaccessor.html#ismetadataidentifier","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"storage/accessors/SparqlDataAccessor.SparqlDataAccessor"},{"id":1549,"kind":2048,"name":"sparqlConstruct","url":"classes/storage_accessors_sparqldataaccessor.sparqldataaccessor.html#sparqlconstruct","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"storage/accessors/SparqlDataAccessor.SparqlDataAccessor"},{"id":1550,"kind":2048,"name":"sparqlSelectGraph","url":"classes/storage_accessors_sparqldataaccessor.sparqldataaccessor.html#sparqlselectgraph","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"storage/accessors/SparqlDataAccessor.SparqlDataAccessor"},{"id":1551,"kind":2048,"name":"sparqlInsert","url":"classes/storage_accessors_sparqldataaccessor.sparqldataaccessor.html#sparqlinsert","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"storage/accessors/SparqlDataAccessor.SparqlDataAccessor"},{"id":1552,"kind":2048,"name":"sparqlDelete","url":"classes/storage_accessors_sparqldataaccessor.sparqldataaccessor.html#sparqldelete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"storage/accessors/SparqlDataAccessor.SparqlDataAccessor"},{"id":1553,"kind":2048,"name":"sparqlUpdateDeleteAll","url":"classes/storage_accessors_sparqldataaccessor.sparqldataaccessor.html#sparqlupdatedeleteall","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"storage/accessors/SparqlDataAccessor.SparqlDataAccessor"},{"id":1554,"kind":2048,"name":"sparqlUpdateGraph","url":"classes/storage_accessors_sparqldataaccessor.sparqldataaccessor.html#sparqlupdategraph","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"storage/accessors/SparqlDataAccessor.SparqlDataAccessor"},{"id":1555,"kind":2048,"name":"sendSparqlConstruct","url":"classes/storage_accessors_sparqldataaccessor.sparqldataaccessor.html#sendsparqlconstruct","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"storage/accessors/SparqlDataAccessor.SparqlDataAccessor"},{"id":1556,"kind":2048,"name":"sendSparqlUpdate","url":"classes/storage_accessors_sparqldataaccessor.sparqldataaccessor.html#sendsparqlupdate","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"storage/accessors/SparqlDataAccessor.SparqlDataAccessor"},{"id":1557,"kind":1,"name":"storage/conversion/ChainedConverter","url":"modules/storage_conversion_chainedconverter.html","classes":"tsd-kind-module"},{"id":1558,"kind":128,"name":"ChainedConverter","url":"classes/storage_conversion_chainedconverter.chainedconverter.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"storage/conversion/ChainedConverter"},{"id":1559,"kind":512,"name":"constructor","url":"classes/storage_conversion_chainedconverter.chainedconverter.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"storage/conversion/ChainedConverter.ChainedConverter"},{"id":1560,"kind":1024,"name":"logger","url":"classes/storage_conversion_chainedconverter.chainedconverter.html#logger","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"storage/conversion/ChainedConverter.ChainedConverter"},{"id":1561,"kind":1024,"name":"converters","url":"classes/storage_conversion_chainedconverter.chainedconverter.html#converters","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"storage/conversion/ChainedConverter.ChainedConverter"},{"id":1562,"kind":2048,"name":"canHandle","url":"classes/storage_conversion_chainedconverter.chainedconverter.html#canhandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"storage/conversion/ChainedConverter.ChainedConverter"},{"id":1563,"kind":2048,"name":"handle","url":"classes/storage_conversion_chainedconverter.chainedconverter.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"storage/conversion/ChainedConverter.ChainedConverter"},{"id":1564,"kind":2048,"name":"isMatchedPath","url":"classes/storage_conversion_chainedconverter.chainedconverter.html#ismatchedpath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"storage/conversion/ChainedConverter.ChainedConverter"},{"id":1565,"kind":2048,"name":"findPath","url":"classes/storage_conversion_chainedconverter.chainedconverter.html#findpath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"storage/conversion/ChainedConverter.ChainedConverter"},{"id":1566,"kind":2048,"name":"generatePath","url":"classes/storage_conversion_chainedconverter.chainedconverter.html#generatepath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"storage/conversion/ChainedConverter.ChainedConverter"},{"id":1567,"kind":2048,"name":"findBest","url":"classes/storage_conversion_chainedconverter.chainedconverter.html#findbest","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"storage/conversion/ChainedConverter.ChainedConverter"},{"id":1568,"kind":2048,"name":"removeBadPaths","url":"classes/storage_conversion_chainedconverter.chainedconverter.html#removebadpaths","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"storage/conversion/ChainedConverter.ChainedConverter"},{"id":1569,"kind":2048,"name":"takeStep","url":"classes/storage_conversion_chainedconverter.chainedconverter.html#takestep","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"storage/conversion/ChainedConverter.ChainedConverter"},{"id":1570,"kind":2048,"name":"modifyTypeWeights","url":"classes/storage_conversion_chainedconverter.chainedconverter.html#modifytypeweights","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"storage/conversion/ChainedConverter.ChainedConverter"},{"id":1571,"kind":2048,"name":"supportedConverters","url":"classes/storage_conversion_chainedconverter.chainedconverter.html#supportedconverters","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"storage/conversion/ChainedConverter.ChainedConverter"},{"id":1572,"kind":2048,"name":"handleSafe","url":"classes/storage_conversion_chainedconverter.chainedconverter.html#handlesafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"storage/conversion/ChainedConverter.ChainedConverter"},{"id":1573,"kind":1,"name":"storage/conversion/ConstantConverter","url":"modules/storage_conversion_constantconverter.html","classes":"tsd-kind-module"},{"id":1574,"kind":256,"name":"ConstantConverterOptions","url":"interfaces/storage_conversion_constantconverter.constantconverteroptions.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"storage/conversion/ConstantConverter"},{"id":1575,"kind":1024,"name":"container","url":"interfaces/storage_conversion_constantconverter.constantconverteroptions.html#container","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"storage/conversion/ConstantConverter.ConstantConverterOptions"},{"id":1576,"kind":1024,"name":"document","url":"interfaces/storage_conversion_constantconverter.constantconverteroptions.html#document","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"storage/conversion/ConstantConverter.ConstantConverterOptions"},{"id":1577,"kind":1024,"name":"minQuality","url":"interfaces/storage_conversion_constantconverter.constantconverteroptions.html#minquality","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"storage/conversion/ConstantConverter.ConstantConverterOptions"},{"id":1578,"kind":1024,"name":"enabledMediaRanges","url":"interfaces/storage_conversion_constantconverter.constantconverteroptions.html#enabledmediaranges","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"storage/conversion/ConstantConverter.ConstantConverterOptions"},{"id":1579,"kind":1024,"name":"disabledMediaRanges","url":"interfaces/storage_conversion_constantconverter.constantconverteroptions.html#disabledmediaranges","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"storage/conversion/ConstantConverter.ConstantConverterOptions"},{"id":1580,"kind":128,"name":"ConstantConverter","url":"classes/storage_conversion_constantconverter.constantconverter.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"storage/conversion/ConstantConverter"},{"id":1581,"kind":512,"name":"constructor","url":"classes/storage_conversion_constantconverter.constantconverter.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"storage/conversion/ConstantConverter.ConstantConverter"},{"id":1582,"kind":1024,"name":"filePath","url":"classes/storage_conversion_constantconverter.constantconverter.html#filepath","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"storage/conversion/ConstantConverter.ConstantConverter"},{"id":1583,"kind":1024,"name":"contentType","url":"classes/storage_conversion_constantconverter.constantconverter.html#contenttype","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"storage/conversion/ConstantConverter.ConstantConverter"},{"id":1584,"kind":1024,"name":"options","url":"classes/storage_conversion_constantconverter.constantconverter.html#options","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"storage/conversion/ConstantConverter.ConstantConverter"},{"id":1585,"kind":2048,"name":"canHandle","url":"classes/storage_conversion_constantconverter.constantconverter.html#canhandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"storage/conversion/ConstantConverter.ConstantConverter"},{"id":1586,"kind":2048,"name":"handle","url":"classes/storage_conversion_constantconverter.constantconverter.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"storage/conversion/ConstantConverter.ConstantConverter"},{"id":1587,"kind":2048,"name":"handleSafe","url":"classes/storage_conversion_constantconverter.constantconverter.html#handlesafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"storage/conversion/ConstantConverter.ConstantConverter"},{"id":1588,"kind":1,"name":"storage/conversion/ContainerToTemplateConverter","url":"modules/storage_conversion_containertotemplateconverter.html","classes":"tsd-kind-module"},{"id":1589,"kind":128,"name":"ContainerToTemplateConverter","url":"classes/storage_conversion_containertotemplateconverter.containertotemplateconverter.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"storage/conversion/ContainerToTemplateConverter"},{"id":1590,"kind":512,"name":"constructor","url":"classes/storage_conversion_containertotemplateconverter.containertotemplateconverter.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"storage/conversion/ContainerToTemplateConverter.ContainerToTemplateConverter"},{"id":1591,"kind":1024,"name":"identifierStrategy","url":"classes/storage_conversion_containertotemplateconverter.containertotemplateconverter.html#identifierstrategy","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"storage/conversion/ContainerToTemplateConverter.ContainerToTemplateConverter"},{"id":1592,"kind":1024,"name":"templateEngine","url":"classes/storage_conversion_containertotemplateconverter.containertotemplateconverter.html#templateengine","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"storage/conversion/ContainerToTemplateConverter.ContainerToTemplateConverter"},{"id":1593,"kind":1024,"name":"contentType","url":"classes/storage_conversion_containertotemplateconverter.containertotemplateconverter.html#contenttype","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"storage/conversion/ContainerToTemplateConverter.ContainerToTemplateConverter"},{"id":1594,"kind":2048,"name":"canHandle","url":"classes/storage_conversion_containertotemplateconverter.containertotemplateconverter.html#canhandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"storage/conversion/ContainerToTemplateConverter.ContainerToTemplateConverter"},{"id":1595,"kind":2048,"name":"handle","url":"classes/storage_conversion_containertotemplateconverter.containertotemplateconverter.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"storage/conversion/ContainerToTemplateConverter.ContainerToTemplateConverter"},{"id":1596,"kind":2048,"name":"getChildResources","url":"classes/storage_conversion_containertotemplateconverter.containertotemplateconverter.html#getchildresources","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"storage/conversion/ContainerToTemplateConverter.ContainerToTemplateConverter"},{"id":1597,"kind":2048,"name":"getParentContainers","url":"classes/storage_conversion_containertotemplateconverter.containertotemplateconverter.html#getparentcontainers","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"storage/conversion/ContainerToTemplateConverter.ContainerToTemplateConverter"},{"id":1598,"kind":2048,"name":"getLocalName","url":"classes/storage_conversion_containertotemplateconverter.containertotemplateconverter.html#getlocalname","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"storage/conversion/ContainerToTemplateConverter.ContainerToTemplateConverter"},{"id":1599,"kind":1024,"name":"inputTypes","url":"classes/storage_conversion_containertotemplateconverter.containertotemplateconverter.html#inputtypes","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"storage/conversion/ContainerToTemplateConverter.ContainerToTemplateConverter"},{"id":1600,"kind":1024,"name":"outputTypes","url":"classes/storage_conversion_containertotemplateconverter.containertotemplateconverter.html#outputtypes","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"storage/conversion/ContainerToTemplateConverter.ContainerToTemplateConverter"},{"id":1601,"kind":2048,"name":"getInputTypes","url":"classes/storage_conversion_containertotemplateconverter.containertotemplateconverter.html#getinputtypes","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"storage/conversion/ContainerToTemplateConverter.ContainerToTemplateConverter"},{"id":1602,"kind":2048,"name":"getOutputTypes","url":"classes/storage_conversion_containertotemplateconverter.containertotemplateconverter.html#getoutputtypes","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"storage/conversion/ContainerToTemplateConverter.ContainerToTemplateConverter"},{"id":1603,"kind":2048,"name":"handleSafe","url":"classes/storage_conversion_containertotemplateconverter.containertotemplateconverter.html#handlesafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"storage/conversion/ContainerToTemplateConverter.ContainerToTemplateConverter"},{"id":1604,"kind":1,"name":"storage/conversion/ContentTypeReplacer","url":"modules/storage_conversion_contenttypereplacer.html","classes":"tsd-kind-module"},{"id":1605,"kind":128,"name":"ContentTypeReplacer","url":"classes/storage_conversion_contenttypereplacer.contenttypereplacer.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"storage/conversion/ContentTypeReplacer"},{"id":1606,"kind":512,"name":"constructor","url":"classes/storage_conversion_contenttypereplacer.contenttypereplacer.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"storage/conversion/ContentTypeReplacer.ContentTypeReplacer"},{"id":1607,"kind":1024,"name":"contentTypeMap","url":"classes/storage_conversion_contenttypereplacer.contenttypereplacer.html#contenttypemap","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"storage/conversion/ContentTypeReplacer.ContentTypeReplacer"},{"id":1608,"kind":2048,"name":"canHandle","url":"classes/storage_conversion_contenttypereplacer.contenttypereplacer.html#canhandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"storage/conversion/ContentTypeReplacer.ContentTypeReplacer"},{"id":1609,"kind":2048,"name":"handle","url":"classes/storage_conversion_contenttypereplacer.contenttypereplacer.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"storage/conversion/ContentTypeReplacer.ContentTypeReplacer"},{"id":1610,"kind":2048,"name":"handleSafe","url":"classes/storage_conversion_contenttypereplacer.contenttypereplacer.html#handlesafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"storage/conversion/ContentTypeReplacer.ContentTypeReplacer"},{"id":1611,"kind":2048,"name":"getReplacementType","url":"classes/storage_conversion_contenttypereplacer.contenttypereplacer.html#getreplacementtype","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"storage/conversion/ContentTypeReplacer.ContentTypeReplacer"},{"id":1612,"kind":1,"name":"storage/conversion/ConversionUtil","url":"modules/storage_conversion_conversionutil.html","classes":"tsd-kind-module"},{"id":1613,"kind":64,"name":"cleanPreferences","url":"modules/storage_conversion_conversionutil.html#cleanpreferences","classes":"tsd-kind-function tsd-parent-kind-module","parent":"storage/conversion/ConversionUtil"},{"id":1614,"kind":64,"name":"getTypeWeight","url":"modules/storage_conversion_conversionutil.html#gettypeweight","classes":"tsd-kind-function tsd-parent-kind-module","parent":"storage/conversion/ConversionUtil"},{"id":1615,"kind":64,"name":"getWeightedPreferences","url":"modules/storage_conversion_conversionutil.html#getweightedpreferences","classes":"tsd-kind-function tsd-parent-kind-module","parent":"storage/conversion/ConversionUtil"},{"id":1616,"kind":64,"name":"getBestPreference","url":"modules/storage_conversion_conversionutil.html#getbestpreference","classes":"tsd-kind-function tsd-parent-kind-module","parent":"storage/conversion/ConversionUtil"},{"id":1617,"kind":64,"name":"getConversionTarget","url":"modules/storage_conversion_conversionutil.html#getconversiontarget","classes":"tsd-kind-function tsd-parent-kind-module","parent":"storage/conversion/ConversionUtil"},{"id":1618,"kind":64,"name":"matchesMediaPreferences","url":"modules/storage_conversion_conversionutil.html#matchesmediapreferences","classes":"tsd-kind-function tsd-parent-kind-module","parent":"storage/conversion/ConversionUtil"},{"id":1619,"kind":64,"name":"matchesMediaType","url":"modules/storage_conversion_conversionutil.html#matchesmediatype","classes":"tsd-kind-function tsd-parent-kind-module","parent":"storage/conversion/ConversionUtil"},{"id":1620,"kind":64,"name":"isInternalContentType","url":"modules/storage_conversion_conversionutil.html#isinternalcontenttype","classes":"tsd-kind-function tsd-parent-kind-module","parent":"storage/conversion/ConversionUtil"},{"id":1621,"kind":1,"name":"storage/conversion/ErrorToQuadConverter","url":"modules/storage_conversion_errortoquadconverter.html","classes":"tsd-kind-module"},{"id":1622,"kind":128,"name":"ErrorToQuadConverter","url":"classes/storage_conversion_errortoquadconverter.errortoquadconverter.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"storage/conversion/ErrorToQuadConverter"},{"id":1623,"kind":512,"name":"constructor","url":"classes/storage_conversion_errortoquadconverter.errortoquadconverter.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"storage/conversion/ErrorToQuadConverter.ErrorToQuadConverter"},{"id":1624,"kind":2048,"name":"handle","url":"classes/storage_conversion_errortoquadconverter.errortoquadconverter.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"storage/conversion/ErrorToQuadConverter.ErrorToQuadConverter"},{"id":1625,"kind":1024,"name":"inputTypes","url":"classes/storage_conversion_errortoquadconverter.errortoquadconverter.html#inputtypes","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"storage/conversion/ErrorToQuadConverter.ErrorToQuadConverter"},{"id":1626,"kind":1024,"name":"outputTypes","url":"classes/storage_conversion_errortoquadconverter.errortoquadconverter.html#outputtypes","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"storage/conversion/ErrorToQuadConverter.ErrorToQuadConverter"},{"id":1627,"kind":2048,"name":"getInputTypes","url":"classes/storage_conversion_errortoquadconverter.errortoquadconverter.html#getinputtypes","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"storage/conversion/ErrorToQuadConverter.ErrorToQuadConverter"},{"id":1628,"kind":2048,"name":"getOutputTypes","url":"classes/storage_conversion_errortoquadconverter.errortoquadconverter.html#getoutputtypes","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"storage/conversion/ErrorToQuadConverter.ErrorToQuadConverter"},{"id":1629,"kind":2048,"name":"canHandle","url":"classes/storage_conversion_errortoquadconverter.errortoquadconverter.html#canhandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"storage/conversion/ErrorToQuadConverter.ErrorToQuadConverter"},{"id":1630,"kind":2048,"name":"handleSafe","url":"classes/storage_conversion_errortoquadconverter.errortoquadconverter.html#handlesafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"storage/conversion/ErrorToQuadConverter.ErrorToQuadConverter"},{"id":1631,"kind":1,"name":"storage/conversion/ErrorToTemplateConverter","url":"modules/storage_conversion_errortotemplateconverter.html","classes":"tsd-kind-module"},{"id":1632,"kind":256,"name":"TemplateOptions","url":"interfaces/storage_conversion_errortotemplateconverter.templateoptions.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"storage/conversion/ErrorToTemplateConverter"},{"id":1633,"kind":1024,"name":"mainTemplatePath","url":"interfaces/storage_conversion_errortotemplateconverter.templateoptions.html#maintemplatepath","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"storage/conversion/ErrorToTemplateConverter.TemplateOptions"},{"id":1634,"kind":1024,"name":"codeTemplatesPath","url":"interfaces/storage_conversion_errortotemplateconverter.templateoptions.html#codetemplatespath","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"storage/conversion/ErrorToTemplateConverter.TemplateOptions"},{"id":1635,"kind":1024,"name":"extension","url":"interfaces/storage_conversion_errortotemplateconverter.templateoptions.html#extension","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"storage/conversion/ErrorToTemplateConverter.TemplateOptions"},{"id":1636,"kind":1024,"name":"contentType","url":"interfaces/storage_conversion_errortotemplateconverter.templateoptions.html#contenttype","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"storage/conversion/ErrorToTemplateConverter.TemplateOptions"},{"id":1637,"kind":128,"name":"ErrorToTemplateConverter","url":"classes/storage_conversion_errortotemplateconverter.errortotemplateconverter.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"storage/conversion/ErrorToTemplateConverter"},{"id":1638,"kind":512,"name":"constructor","url":"classes/storage_conversion_errortotemplateconverter.errortotemplateconverter.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"storage/conversion/ErrorToTemplateConverter.ErrorToTemplateConverter"},{"id":1639,"kind":1024,"name":"templateEngine","url":"classes/storage_conversion_errortotemplateconverter.errortotemplateconverter.html#templateengine","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"storage/conversion/ErrorToTemplateConverter.ErrorToTemplateConverter"},{"id":1640,"kind":1024,"name":"mainTemplatePath","url":"classes/storage_conversion_errortotemplateconverter.errortotemplateconverter.html#maintemplatepath","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"storage/conversion/ErrorToTemplateConverter.ErrorToTemplateConverter"},{"id":1641,"kind":1024,"name":"codeTemplatesPath","url":"classes/storage_conversion_errortotemplateconverter.errortotemplateconverter.html#codetemplatespath","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"storage/conversion/ErrorToTemplateConverter.ErrorToTemplateConverter"},{"id":1642,"kind":1024,"name":"extension","url":"classes/storage_conversion_errortotemplateconverter.errortotemplateconverter.html#extension","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"storage/conversion/ErrorToTemplateConverter.ErrorToTemplateConverter"},{"id":1643,"kind":1024,"name":"contentType","url":"classes/storage_conversion_errortotemplateconverter.errortotemplateconverter.html#contenttype","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"storage/conversion/ErrorToTemplateConverter.ErrorToTemplateConverter"},{"id":1644,"kind":2048,"name":"handle","url":"classes/storage_conversion_errortotemplateconverter.errortotemplateconverter.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"storage/conversion/ErrorToTemplateConverter.ErrorToTemplateConverter"},{"id":1645,"kind":1024,"name":"inputTypes","url":"classes/storage_conversion_errortotemplateconverter.errortotemplateconverter.html#inputtypes","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"storage/conversion/ErrorToTemplateConverter.ErrorToTemplateConverter"},{"id":1646,"kind":1024,"name":"outputTypes","url":"classes/storage_conversion_errortotemplateconverter.errortotemplateconverter.html#outputtypes","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"storage/conversion/ErrorToTemplateConverter.ErrorToTemplateConverter"},{"id":1647,"kind":2048,"name":"getInputTypes","url":"classes/storage_conversion_errortotemplateconverter.errortotemplateconverter.html#getinputtypes","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"storage/conversion/ErrorToTemplateConverter.ErrorToTemplateConverter"},{"id":1648,"kind":2048,"name":"getOutputTypes","url":"classes/storage_conversion_errortotemplateconverter.errortotemplateconverter.html#getoutputtypes","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"storage/conversion/ErrorToTemplateConverter.ErrorToTemplateConverter"},{"id":1649,"kind":2048,"name":"canHandle","url":"classes/storage_conversion_errortotemplateconverter.errortotemplateconverter.html#canhandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"storage/conversion/ErrorToTemplateConverter.ErrorToTemplateConverter"},{"id":1650,"kind":2048,"name":"handleSafe","url":"classes/storage_conversion_errortotemplateconverter.errortotemplateconverter.html#handlesafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"storage/conversion/ErrorToTemplateConverter.ErrorToTemplateConverter"},{"id":1651,"kind":1,"name":"storage/conversion/IfNeededConverter","url":"modules/storage_conversion_ifneededconverter.html","classes":"tsd-kind-module"},{"id":1652,"kind":128,"name":"IfNeededConverter","url":"classes/storage_conversion_ifneededconverter.ifneededconverter.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"storage/conversion/IfNeededConverter"},{"id":1653,"kind":512,"name":"constructor","url":"classes/storage_conversion_ifneededconverter.ifneededconverter.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"storage/conversion/IfNeededConverter.IfNeededConverter"},{"id":1654,"kind":1024,"name":"converter","url":"classes/storage_conversion_ifneededconverter.ifneededconverter.html#converter","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"storage/conversion/IfNeededConverter.IfNeededConverter"},{"id":1655,"kind":1024,"name":"logger","url":"classes/storage_conversion_ifneededconverter.ifneededconverter.html#logger","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"storage/conversion/IfNeededConverter.IfNeededConverter"},{"id":1656,"kind":2048,"name":"canHandle","url":"classes/storage_conversion_ifneededconverter.ifneededconverter.html#canhandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"storage/conversion/IfNeededConverter.IfNeededConverter"},{"id":1657,"kind":2048,"name":"handle","url":"classes/storage_conversion_ifneededconverter.ifneededconverter.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"storage/conversion/IfNeededConverter.IfNeededConverter"},{"id":1658,"kind":2048,"name":"handleSafe","url":"classes/storage_conversion_ifneededconverter.ifneededconverter.html#handlesafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"storage/conversion/IfNeededConverter.IfNeededConverter"},{"id":1659,"kind":2048,"name":"needsConversion","url":"classes/storage_conversion_ifneededconverter.ifneededconverter.html#needsconversion","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-protected","parent":"storage/conversion/IfNeededConverter.IfNeededConverter"},{"id":1660,"kind":2048,"name":"convert","url":"classes/storage_conversion_ifneededconverter.ifneededconverter.html#convert","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-protected","parent":"storage/conversion/IfNeededConverter.IfNeededConverter"},{"id":1661,"kind":1,"name":"storage/conversion/MarkdownToHtmlConverter","url":"modules/storage_conversion_markdowntohtmlconverter.html","classes":"tsd-kind-module"},{"id":1662,"kind":128,"name":"MarkdownToHtmlConverter","url":"classes/storage_conversion_markdowntohtmlconverter.markdowntohtmlconverter.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"storage/conversion/MarkdownToHtmlConverter"},{"id":1663,"kind":512,"name":"constructor","url":"classes/storage_conversion_markdowntohtmlconverter.markdowntohtmlconverter.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"storage/conversion/MarkdownToHtmlConverter.MarkdownToHtmlConverter"},{"id":1664,"kind":1024,"name":"templateEngine","url":"classes/storage_conversion_markdowntohtmlconverter.markdowntohtmlconverter.html#templateengine","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"storage/conversion/MarkdownToHtmlConverter.MarkdownToHtmlConverter"},{"id":1665,"kind":2048,"name":"handle","url":"classes/storage_conversion_markdowntohtmlconverter.markdowntohtmlconverter.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"storage/conversion/MarkdownToHtmlConverter.MarkdownToHtmlConverter"},{"id":1666,"kind":1024,"name":"inputTypes","url":"classes/storage_conversion_markdowntohtmlconverter.markdowntohtmlconverter.html#inputtypes","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"storage/conversion/MarkdownToHtmlConverter.MarkdownToHtmlConverter"},{"id":1667,"kind":1024,"name":"outputTypes","url":"classes/storage_conversion_markdowntohtmlconverter.markdowntohtmlconverter.html#outputtypes","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"storage/conversion/MarkdownToHtmlConverter.MarkdownToHtmlConverter"},{"id":1668,"kind":2048,"name":"getInputTypes","url":"classes/storage_conversion_markdowntohtmlconverter.markdowntohtmlconverter.html#getinputtypes","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"storage/conversion/MarkdownToHtmlConverter.MarkdownToHtmlConverter"},{"id":1669,"kind":2048,"name":"getOutputTypes","url":"classes/storage_conversion_markdowntohtmlconverter.markdowntohtmlconverter.html#getoutputtypes","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"storage/conversion/MarkdownToHtmlConverter.MarkdownToHtmlConverter"},{"id":1670,"kind":2048,"name":"canHandle","url":"classes/storage_conversion_markdowntohtmlconverter.markdowntohtmlconverter.html#canhandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"storage/conversion/MarkdownToHtmlConverter.MarkdownToHtmlConverter"},{"id":1671,"kind":2048,"name":"handleSafe","url":"classes/storage_conversion_markdowntohtmlconverter.markdowntohtmlconverter.html#handlesafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"storage/conversion/MarkdownToHtmlConverter.MarkdownToHtmlConverter"},{"id":1672,"kind":1,"name":"storage/conversion/PassthroughConverter","url":"modules/storage_conversion_passthroughconverter.html","classes":"tsd-kind-module"},{"id":1673,"kind":128,"name":"PassthroughConverter","url":"classes/storage_conversion_passthroughconverter.passthroughconverter.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"storage/conversion/PassthroughConverter"},{"id":1674,"kind":512,"name":"constructor","url":"classes/storage_conversion_passthroughconverter.passthroughconverter.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"storage/conversion/PassthroughConverter.PassthroughConverter"},{"id":1675,"kind":2048,"name":"handle","url":"classes/storage_conversion_passthroughconverter.passthroughconverter.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"storage/conversion/PassthroughConverter.PassthroughConverter"},{"id":1676,"kind":2048,"name":"canHandle","url":"classes/storage_conversion_passthroughconverter.passthroughconverter.html#canhandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"storage/conversion/PassthroughConverter.PassthroughConverter"},{"id":1677,"kind":2048,"name":"handleSafe","url":"classes/storage_conversion_passthroughconverter.passthroughconverter.html#handlesafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"storage/conversion/PassthroughConverter.PassthroughConverter"},{"id":1678,"kind":1,"name":"storage/conversion/QuadToRdfConverter","url":"modules/storage_conversion_quadtordfconverter.html","classes":"tsd-kind-module"},{"id":1679,"kind":128,"name":"QuadToRdfConverter","url":"classes/storage_conversion_quadtordfconverter.quadtordfconverter.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"storage/conversion/QuadToRdfConverter"},{"id":1680,"kind":512,"name":"constructor","url":"classes/storage_conversion_quadtordfconverter.quadtordfconverter.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"storage/conversion/QuadToRdfConverter.QuadToRdfConverter"},{"id":1681,"kind":1024,"name":"outputPreferences","url":"classes/storage_conversion_quadtordfconverter.quadtordfconverter.html#outputpreferences","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"storage/conversion/QuadToRdfConverter.QuadToRdfConverter"},{"id":1682,"kind":2048,"name":"handle","url":"classes/storage_conversion_quadtordfconverter.quadtordfconverter.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"storage/conversion/QuadToRdfConverter.QuadToRdfConverter"},{"id":1683,"kind":1024,"name":"inputTypes","url":"classes/storage_conversion_quadtordfconverter.quadtordfconverter.html#inputtypes","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"storage/conversion/QuadToRdfConverter.QuadToRdfConverter"},{"id":1684,"kind":1024,"name":"outputTypes","url":"classes/storage_conversion_quadtordfconverter.quadtordfconverter.html#outputtypes","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"storage/conversion/QuadToRdfConverter.QuadToRdfConverter"},{"id":1685,"kind":2048,"name":"getInputTypes","url":"classes/storage_conversion_quadtordfconverter.quadtordfconverter.html#getinputtypes","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"storage/conversion/QuadToRdfConverter.QuadToRdfConverter"},{"id":1686,"kind":2048,"name":"getOutputTypes","url":"classes/storage_conversion_quadtordfconverter.quadtordfconverter.html#getoutputtypes","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"storage/conversion/QuadToRdfConverter.QuadToRdfConverter"},{"id":1687,"kind":2048,"name":"canHandle","url":"classes/storage_conversion_quadtordfconverter.quadtordfconverter.html#canhandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"storage/conversion/QuadToRdfConverter.QuadToRdfConverter"},{"id":1688,"kind":2048,"name":"handleSafe","url":"classes/storage_conversion_quadtordfconverter.quadtordfconverter.html#handlesafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"storage/conversion/QuadToRdfConverter.QuadToRdfConverter"},{"id":1689,"kind":1,"name":"storage/conversion/RdfToQuadConverter","url":"modules/storage_conversion_rdftoquadconverter.html","classes":"tsd-kind-module"},{"id":1690,"kind":128,"name":"RdfToQuadConverter","url":"classes/storage_conversion_rdftoquadconverter.rdftoquadconverter.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"storage/conversion/RdfToQuadConverter"},{"id":1691,"kind":512,"name":"constructor","url":"classes/storage_conversion_rdftoquadconverter.rdftoquadconverter.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"storage/conversion/RdfToQuadConverter.RdfToQuadConverter"},{"id":1692,"kind":2048,"name":"handle","url":"classes/storage_conversion_rdftoquadconverter.rdftoquadconverter.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"storage/conversion/RdfToQuadConverter.RdfToQuadConverter"},{"id":1693,"kind":1024,"name":"inputTypes","url":"classes/storage_conversion_rdftoquadconverter.rdftoquadconverter.html#inputtypes","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"storage/conversion/RdfToQuadConverter.RdfToQuadConverter"},{"id":1694,"kind":1024,"name":"outputTypes","url":"classes/storage_conversion_rdftoquadconverter.rdftoquadconverter.html#outputtypes","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"storage/conversion/RdfToQuadConverter.RdfToQuadConverter"},{"id":1695,"kind":2048,"name":"getInputTypes","url":"classes/storage_conversion_rdftoquadconverter.rdftoquadconverter.html#getinputtypes","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"storage/conversion/RdfToQuadConverter.RdfToQuadConverter"},{"id":1696,"kind":2048,"name":"getOutputTypes","url":"classes/storage_conversion_rdftoquadconverter.rdftoquadconverter.html#getoutputtypes","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"storage/conversion/RdfToQuadConverter.RdfToQuadConverter"},{"id":1697,"kind":2048,"name":"canHandle","url":"classes/storage_conversion_rdftoquadconverter.rdftoquadconverter.html#canhandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"storage/conversion/RdfToQuadConverter.RdfToQuadConverter"},{"id":1698,"kind":2048,"name":"handleSafe","url":"classes/storage_conversion_rdftoquadconverter.rdftoquadconverter.html#handlesafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"storage/conversion/RdfToQuadConverter.RdfToQuadConverter"},{"id":1699,"kind":1,"name":"storage/conversion/RepresentationConverter","url":"modules/storage_conversion_representationconverter.html","classes":"tsd-kind-module"},{"id":1700,"kind":256,"name":"RepresentationConverterArgs","url":"interfaces/storage_conversion_representationconverter.representationconverterargs.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"storage/conversion/RepresentationConverter"},{"id":1701,"kind":1024,"name":"identifier","url":"interfaces/storage_conversion_representationconverter.representationconverterargs.html#identifier","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"storage/conversion/RepresentationConverter.RepresentationConverterArgs"},{"id":1702,"kind":1024,"name":"representation","url":"interfaces/storage_conversion_representationconverter.representationconverterargs.html#representation","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"storage/conversion/RepresentationConverter.RepresentationConverterArgs"},{"id":1703,"kind":1024,"name":"preferences","url":"interfaces/storage_conversion_representationconverter.representationconverterargs.html#preferences","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"storage/conversion/RepresentationConverter.RepresentationConverterArgs"},{"id":1704,"kind":128,"name":"RepresentationConverter","url":"classes/storage_conversion_representationconverter.representationconverter.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"storage/conversion/RepresentationConverter"},{"id":1705,"kind":512,"name":"constructor","url":"classes/storage_conversion_representationconverter.representationconverter.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"storage/conversion/RepresentationConverter.RepresentationConverter"},{"id":1706,"kind":2048,"name":"canHandle","url":"classes/storage_conversion_representationconverter.representationconverter.html#canhandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"storage/conversion/RepresentationConverter.RepresentationConverter"},{"id":1707,"kind":2048,"name":"handle","url":"classes/storage_conversion_representationconverter.representationconverter.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"storage/conversion/RepresentationConverter.RepresentationConverter"},{"id":1708,"kind":2048,"name":"handleSafe","url":"classes/storage_conversion_representationconverter.representationconverter.html#handlesafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"storage/conversion/RepresentationConverter.RepresentationConverter"},{"id":1709,"kind":1,"name":"storage/conversion/TypedRepresentationConverter","url":"modules/storage_conversion_typedrepresentationconverter.html","classes":"tsd-kind-module"},{"id":1710,"kind":128,"name":"TypedRepresentationConverter","url":"classes/storage_conversion_typedrepresentationconverter.typedrepresentationconverter.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"storage/conversion/TypedRepresentationConverter"},{"id":1711,"kind":512,"name":"constructor","url":"classes/storage_conversion_typedrepresentationconverter.typedrepresentationconverter.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"storage/conversion/TypedRepresentationConverter.TypedRepresentationConverter"},{"id":1712,"kind":1024,"name":"inputTypes","url":"classes/storage_conversion_typedrepresentationconverter.typedrepresentationconverter.html#inputtypes","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"storage/conversion/TypedRepresentationConverter.TypedRepresentationConverter"},{"id":1713,"kind":1024,"name":"outputTypes","url":"classes/storage_conversion_typedrepresentationconverter.typedrepresentationconverter.html#outputtypes","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"storage/conversion/TypedRepresentationConverter.TypedRepresentationConverter"},{"id":1714,"kind":2048,"name":"getInputTypes","url":"classes/storage_conversion_typedrepresentationconverter.typedrepresentationconverter.html#getinputtypes","classes":"tsd-kind-method tsd-parent-kind-class","parent":"storage/conversion/TypedRepresentationConverter.TypedRepresentationConverter"},{"id":1715,"kind":2048,"name":"getOutputTypes","url":"classes/storage_conversion_typedrepresentationconverter.typedrepresentationconverter.html#getoutputtypes","classes":"tsd-kind-method tsd-parent-kind-class","parent":"storage/conversion/TypedRepresentationConverter.TypedRepresentationConverter"},{"id":1716,"kind":2048,"name":"canHandle","url":"classes/storage_conversion_typedrepresentationconverter.typedrepresentationconverter.html#canhandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"storage/conversion/TypedRepresentationConverter.TypedRepresentationConverter"},{"id":1717,"kind":2048,"name":"handle","url":"classes/storage_conversion_typedrepresentationconverter.typedrepresentationconverter.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"storage/conversion/TypedRepresentationConverter.TypedRepresentationConverter"},{"id":1718,"kind":2048,"name":"handleSafe","url":"classes/storage_conversion_typedrepresentationconverter.typedrepresentationconverter.html#handlesafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"storage/conversion/TypedRepresentationConverter.TypedRepresentationConverter"},{"id":1719,"kind":1,"name":"storage/keyvalue/ExpiringStorage","url":"modules/storage_keyvalue_expiringstorage.html","classes":"tsd-kind-module"},{"id":1720,"kind":256,"name":"ExpiringStorage","url":"interfaces/storage_keyvalue_expiringstorage.expiringstorage.html","classes":"tsd-kind-interface tsd-parent-kind-module tsd-has-type-parameter","parent":"storage/keyvalue/ExpiringStorage"},{"id":1721,"kind":1024,"name":"set","url":"interfaces/storage_keyvalue_expiringstorage.expiringstorage.html#set","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"storage/keyvalue/ExpiringStorage.ExpiringStorage"},{"id":1722,"kind":65536,"name":"__type","url":"interfaces/storage_keyvalue_expiringstorage.expiringstorage.html#__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"storage/keyvalue/ExpiringStorage.ExpiringStorage"},{"id":1723,"kind":1024,"name":"get","url":"interfaces/storage_keyvalue_expiringstorage.expiringstorage.html#get","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"storage/keyvalue/ExpiringStorage.ExpiringStorage"},{"id":1724,"kind":65536,"name":"__type","url":"interfaces/storage_keyvalue_expiringstorage.expiringstorage.html#__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"storage/keyvalue/ExpiringStorage.ExpiringStorage"},{"id":1725,"kind":1024,"name":"has","url":"interfaces/storage_keyvalue_expiringstorage.expiringstorage.html#has","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"storage/keyvalue/ExpiringStorage.ExpiringStorage"},{"id":1726,"kind":65536,"name":"__type","url":"interfaces/storage_keyvalue_expiringstorage.expiringstorage.html#__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"storage/keyvalue/ExpiringStorage.ExpiringStorage"},{"id":1727,"kind":1024,"name":"delete","url":"interfaces/storage_keyvalue_expiringstorage.expiringstorage.html#delete","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"storage/keyvalue/ExpiringStorage.ExpiringStorage"},{"id":1728,"kind":65536,"name":"__type","url":"interfaces/storage_keyvalue_expiringstorage.expiringstorage.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"storage/keyvalue/ExpiringStorage.ExpiringStorage"},{"id":1729,"kind":1024,"name":"entries","url":"interfaces/storage_keyvalue_expiringstorage.expiringstorage.html#entries","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"storage/keyvalue/ExpiringStorage.ExpiringStorage"},{"id":1730,"kind":65536,"name":"__type","url":"interfaces/storage_keyvalue_expiringstorage.expiringstorage.html#__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"storage/keyvalue/ExpiringStorage.ExpiringStorage"},{"id":1731,"kind":1,"name":"storage/keyvalue/JsonFileStorage","url":"modules/storage_keyvalue_jsonfilestorage.html","classes":"tsd-kind-module"},{"id":1732,"kind":128,"name":"JsonFileStorage","url":"classes/storage_keyvalue_jsonfilestorage.jsonfilestorage.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"storage/keyvalue/JsonFileStorage"},{"id":1733,"kind":512,"name":"constructor","url":"classes/storage_keyvalue_jsonfilestorage.jsonfilestorage.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"storage/keyvalue/JsonFileStorage.JsonFileStorage"},{"id":1734,"kind":1024,"name":"filePath","url":"classes/storage_keyvalue_jsonfilestorage.jsonfilestorage.html#filepath","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"storage/keyvalue/JsonFileStorage.JsonFileStorage"},{"id":1735,"kind":1024,"name":"locker","url":"classes/storage_keyvalue_jsonfilestorage.jsonfilestorage.html#locker","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"storage/keyvalue/JsonFileStorage.JsonFileStorage"},{"id":1736,"kind":1024,"name":"lockIdentifier","url":"classes/storage_keyvalue_jsonfilestorage.jsonfilestorage.html#lockidentifier","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"storage/keyvalue/JsonFileStorage.JsonFileStorage"},{"id":1737,"kind":2048,"name":"get","url":"classes/storage_keyvalue_jsonfilestorage.jsonfilestorage.html#get","classes":"tsd-kind-method tsd-parent-kind-class","parent":"storage/keyvalue/JsonFileStorage.JsonFileStorage"},{"id":1738,"kind":2048,"name":"has","url":"classes/storage_keyvalue_jsonfilestorage.jsonfilestorage.html#has","classes":"tsd-kind-method tsd-parent-kind-class","parent":"storage/keyvalue/JsonFileStorage.JsonFileStorage"},{"id":1739,"kind":2048,"name":"set","url":"classes/storage_keyvalue_jsonfilestorage.jsonfilestorage.html#set","classes":"tsd-kind-method tsd-parent-kind-class","parent":"storage/keyvalue/JsonFileStorage.JsonFileStorage"},{"id":1740,"kind":2048,"name":"delete","url":"classes/storage_keyvalue_jsonfilestorage.jsonfilestorage.html#delete","classes":"tsd-kind-method tsd-parent-kind-class","parent":"storage/keyvalue/JsonFileStorage.JsonFileStorage"},{"id":1741,"kind":2048,"name":"entries","url":"classes/storage_keyvalue_jsonfilestorage.jsonfilestorage.html#entries","classes":"tsd-kind-method tsd-parent-kind-class","parent":"storage/keyvalue/JsonFileStorage.JsonFileStorage"},{"id":1742,"kind":2048,"name":"getJsonSafely","url":"classes/storage_keyvalue_jsonfilestorage.jsonfilestorage.html#getjsonsafely","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"storage/keyvalue/JsonFileStorage.JsonFileStorage"},{"id":1743,"kind":2048,"name":"updateJsonSafely","url":"classes/storage_keyvalue_jsonfilestorage.jsonfilestorage.html#updatejsonsafely","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-private","parent":"storage/keyvalue/JsonFileStorage.JsonFileStorage"},{"id":1744,"kind":2048,"name":"getJson","url":"classes/storage_keyvalue_jsonfilestorage.jsonfilestorage.html#getjson","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"storage/keyvalue/JsonFileStorage.JsonFileStorage"},{"id":1745,"kind":1,"name":"storage/keyvalue/JsonResourceStorage","url":"modules/storage_keyvalue_jsonresourcestorage.html","classes":"tsd-kind-module"},{"id":1746,"kind":128,"name":"JsonResourceStorage","url":"classes/storage_keyvalue_jsonresourcestorage.jsonresourcestorage.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"storage/keyvalue/JsonResourceStorage"},{"id":1747,"kind":512,"name":"constructor","url":"classes/storage_keyvalue_jsonresourcestorage.jsonresourcestorage.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"storage/keyvalue/JsonResourceStorage.JsonResourceStorage"},{"id":1748,"kind":1024,"name":"source","url":"classes/storage_keyvalue_jsonresourcestorage.jsonresourcestorage.html#source","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"storage/keyvalue/JsonResourceStorage.JsonResourceStorage"},{"id":1749,"kind":1024,"name":"container","url":"classes/storage_keyvalue_jsonresourcestorage.jsonresourcestorage.html#container","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"storage/keyvalue/JsonResourceStorage.JsonResourceStorage"},{"id":1750,"kind":2048,"name":"get","url":"classes/storage_keyvalue_jsonresourcestorage.jsonresourcestorage.html#get","classes":"tsd-kind-method tsd-parent-kind-class","parent":"storage/keyvalue/JsonResourceStorage.JsonResourceStorage"},{"id":1751,"kind":2048,"name":"has","url":"classes/storage_keyvalue_jsonresourcestorage.jsonresourcestorage.html#has","classes":"tsd-kind-method tsd-parent-kind-class","parent":"storage/keyvalue/JsonResourceStorage.JsonResourceStorage"},{"id":1752,"kind":2048,"name":"set","url":"classes/storage_keyvalue_jsonresourcestorage.jsonresourcestorage.html#set","classes":"tsd-kind-method tsd-parent-kind-class","parent":"storage/keyvalue/JsonResourceStorage.JsonResourceStorage"},{"id":1753,"kind":2048,"name":"delete","url":"classes/storage_keyvalue_jsonresourcestorage.jsonresourcestorage.html#delete","classes":"tsd-kind-method tsd-parent-kind-class","parent":"storage/keyvalue/JsonResourceStorage.JsonResourceStorage"},{"id":1754,"kind":2048,"name":"entries","url":"classes/storage_keyvalue_jsonresourcestorage.jsonresourcestorage.html#entries","classes":"tsd-kind-method tsd-parent-kind-class","parent":"storage/keyvalue/JsonResourceStorage.JsonResourceStorage"},{"id":1755,"kind":2048,"name":"createIdentifier","url":"classes/storage_keyvalue_jsonresourcestorage.jsonresourcestorage.html#createidentifier","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"storage/keyvalue/JsonResourceStorage.JsonResourceStorage"},{"id":1756,"kind":2048,"name":"parseMember","url":"classes/storage_keyvalue_jsonresourcestorage.jsonresourcestorage.html#parsemember","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"storage/keyvalue/JsonResourceStorage.JsonResourceStorage"},{"id":1757,"kind":1,"name":"storage/keyvalue/KeyValueStorage","url":"modules/storage_keyvalue_keyvaluestorage.html","classes":"tsd-kind-module"},{"id":1758,"kind":256,"name":"KeyValueStorage","url":"interfaces/storage_keyvalue_keyvaluestorage.keyvaluestorage.html","classes":"tsd-kind-interface tsd-parent-kind-module tsd-has-type-parameter","parent":"storage/keyvalue/KeyValueStorage"},{"id":1759,"kind":1024,"name":"get","url":"interfaces/storage_keyvalue_keyvaluestorage.keyvaluestorage.html#get","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"storage/keyvalue/KeyValueStorage.KeyValueStorage"},{"id":1760,"kind":65536,"name":"__type","url":"interfaces/storage_keyvalue_keyvaluestorage.keyvaluestorage.html#__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"storage/keyvalue/KeyValueStorage.KeyValueStorage"},{"id":1761,"kind":1024,"name":"has","url":"interfaces/storage_keyvalue_keyvaluestorage.keyvaluestorage.html#has","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"storage/keyvalue/KeyValueStorage.KeyValueStorage"},{"id":1762,"kind":65536,"name":"__type","url":"interfaces/storage_keyvalue_keyvaluestorage.keyvaluestorage.html#__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"storage/keyvalue/KeyValueStorage.KeyValueStorage"},{"id":1763,"kind":1024,"name":"set","url":"interfaces/storage_keyvalue_keyvaluestorage.keyvaluestorage.html#set","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"storage/keyvalue/KeyValueStorage.KeyValueStorage"},{"id":1764,"kind":65536,"name":"__type","url":"interfaces/storage_keyvalue_keyvaluestorage.keyvaluestorage.html#__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"storage/keyvalue/KeyValueStorage.KeyValueStorage"},{"id":1765,"kind":1024,"name":"delete","url":"interfaces/storage_keyvalue_keyvaluestorage.keyvaluestorage.html#delete","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"storage/keyvalue/KeyValueStorage.KeyValueStorage"},{"id":1766,"kind":65536,"name":"__type","url":"interfaces/storage_keyvalue_keyvaluestorage.keyvaluestorage.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"storage/keyvalue/KeyValueStorage.KeyValueStorage"},{"id":1767,"kind":1024,"name":"entries","url":"interfaces/storage_keyvalue_keyvaluestorage.keyvaluestorage.html#entries","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"storage/keyvalue/KeyValueStorage.KeyValueStorage"},{"id":1768,"kind":65536,"name":"__type","url":"interfaces/storage_keyvalue_keyvaluestorage.keyvaluestorage.html#__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"storage/keyvalue/KeyValueStorage.KeyValueStorage"},{"id":1769,"kind":1,"name":"storage/keyvalue/MemoryMapStorage","url":"modules/storage_keyvalue_memorymapstorage.html","classes":"tsd-kind-module"},{"id":1770,"kind":128,"name":"MemoryMapStorage","url":"classes/storage_keyvalue_memorymapstorage.memorymapstorage.html","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"storage/keyvalue/MemoryMapStorage"},{"id":1771,"kind":512,"name":"constructor","url":"classes/storage_keyvalue_memorymapstorage.memorymapstorage.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter","parent":"storage/keyvalue/MemoryMapStorage.MemoryMapStorage"},{"id":1772,"kind":1024,"name":"data","url":"classes/storage_keyvalue_memorymapstorage.memorymapstorage.html#data","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"storage/keyvalue/MemoryMapStorage.MemoryMapStorage"},{"id":1773,"kind":2048,"name":"get","url":"classes/storage_keyvalue_memorymapstorage.memorymapstorage.html#get","classes":"tsd-kind-method tsd-parent-kind-class","parent":"storage/keyvalue/MemoryMapStorage.MemoryMapStorage"},{"id":1774,"kind":2048,"name":"has","url":"classes/storage_keyvalue_memorymapstorage.memorymapstorage.html#has","classes":"tsd-kind-method tsd-parent-kind-class","parent":"storage/keyvalue/MemoryMapStorage.MemoryMapStorage"},{"id":1775,"kind":2048,"name":"set","url":"classes/storage_keyvalue_memorymapstorage.memorymapstorage.html#set","classes":"tsd-kind-method tsd-parent-kind-class","parent":"storage/keyvalue/MemoryMapStorage.MemoryMapStorage"},{"id":1776,"kind":2048,"name":"delete","url":"classes/storage_keyvalue_memorymapstorage.memorymapstorage.html#delete","classes":"tsd-kind-method tsd-parent-kind-class","parent":"storage/keyvalue/MemoryMapStorage.MemoryMapStorage"},{"id":1777,"kind":2048,"name":"entries","url":"classes/storage_keyvalue_memorymapstorage.memorymapstorage.html#entries","classes":"tsd-kind-method tsd-parent-kind-class","parent":"storage/keyvalue/MemoryMapStorage.MemoryMapStorage"},{"id":1778,"kind":1,"name":"storage/keyvalue/WrappedExpiringStorage","url":"modules/storage_keyvalue_wrappedexpiringstorage.html","classes":"tsd-kind-module"},{"id":1779,"kind":4194304,"name":"Expires","url":"modules/storage_keyvalue_wrappedexpiringstorage.html#expires","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-has-type-parameter","parent":"storage/keyvalue/WrappedExpiringStorage"},{"id":1780,"kind":65536,"name":"__type","url":"modules/storage_keyvalue_wrappedexpiringstorage.html#expires.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"storage/keyvalue/WrappedExpiringStorage.Expires"},{"id":1781,"kind":1024,"name":"expires","url":"modules/storage_keyvalue_wrappedexpiringstorage.html#expires.__type.expires-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"storage/keyvalue/WrappedExpiringStorage.Expires.__type"},{"id":1782,"kind":1024,"name":"payload","url":"modules/storage_keyvalue_wrappedexpiringstorage.html#expires.__type.payload","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"storage/keyvalue/WrappedExpiringStorage.Expires.__type"},{"id":1783,"kind":128,"name":"WrappedExpiringStorage","url":"classes/storage_keyvalue_wrappedexpiringstorage.wrappedexpiringstorage.html","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"storage/keyvalue/WrappedExpiringStorage"},{"id":1784,"kind":512,"name":"constructor","url":"classes/storage_keyvalue_wrappedexpiringstorage.wrappedexpiringstorage.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter","parent":"storage/keyvalue/WrappedExpiringStorage.WrappedExpiringStorage"},{"id":1785,"kind":1024,"name":"logger","url":"classes/storage_keyvalue_wrappedexpiringstorage.wrappedexpiringstorage.html#logger","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"storage/keyvalue/WrappedExpiringStorage.WrappedExpiringStorage"},{"id":1786,"kind":1024,"name":"source","url":"classes/storage_keyvalue_wrappedexpiringstorage.wrappedexpiringstorage.html#source","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"storage/keyvalue/WrappedExpiringStorage.WrappedExpiringStorage"},{"id":1787,"kind":1024,"name":"timer","url":"classes/storage_keyvalue_wrappedexpiringstorage.wrappedexpiringstorage.html#timer","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"storage/keyvalue/WrappedExpiringStorage.WrappedExpiringStorage"},{"id":1788,"kind":2048,"name":"get","url":"classes/storage_keyvalue_wrappedexpiringstorage.wrappedexpiringstorage.html#get","classes":"tsd-kind-method tsd-parent-kind-class","parent":"storage/keyvalue/WrappedExpiringStorage.WrappedExpiringStorage"},{"id":1789,"kind":2048,"name":"has","url":"classes/storage_keyvalue_wrappedexpiringstorage.wrappedexpiringstorage.html#has","classes":"tsd-kind-method tsd-parent-kind-class","parent":"storage/keyvalue/WrappedExpiringStorage.WrappedExpiringStorage"},{"id":1790,"kind":2048,"name":"set","url":"classes/storage_keyvalue_wrappedexpiringstorage.wrappedexpiringstorage.html#set","classes":"tsd-kind-method tsd-parent-kind-class","parent":"storage/keyvalue/WrappedExpiringStorage.WrappedExpiringStorage"},{"id":1791,"kind":2048,"name":"delete","url":"classes/storage_keyvalue_wrappedexpiringstorage.wrappedexpiringstorage.html#delete","classes":"tsd-kind-method tsd-parent-kind-class","parent":"storage/keyvalue/WrappedExpiringStorage.WrappedExpiringStorage"},{"id":1792,"kind":2048,"name":"entries","url":"classes/storage_keyvalue_wrappedexpiringstorage.wrappedexpiringstorage.html#entries","classes":"tsd-kind-method tsd-parent-kind-class","parent":"storage/keyvalue/WrappedExpiringStorage.WrappedExpiringStorage"},{"id":1793,"kind":2048,"name":"removeExpiredEntries","url":"classes/storage_keyvalue_wrappedexpiringstorage.wrappedexpiringstorage.html#removeexpiredentries","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"storage/keyvalue/WrappedExpiringStorage.WrappedExpiringStorage"},{"id":1794,"kind":2048,"name":"getUnexpired","url":"classes/storage_keyvalue_wrappedexpiringstorage.wrappedexpiringstorage.html#getunexpired","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"storage/keyvalue/WrappedExpiringStorage.WrappedExpiringStorage"},{"id":1795,"kind":2048,"name":"isExpired","url":"classes/storage_keyvalue_wrappedexpiringstorage.wrappedexpiringstorage.html#isexpired","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"storage/keyvalue/WrappedExpiringStorage.WrappedExpiringStorage"},{"id":1796,"kind":2048,"name":"toExpires","url":"classes/storage_keyvalue_wrappedexpiringstorage.wrappedexpiringstorage.html#toexpires","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"storage/keyvalue/WrappedExpiringStorage.WrappedExpiringStorage"},{"id":1797,"kind":2048,"name":"toData","url":"classes/storage_keyvalue_wrappedexpiringstorage.wrappedexpiringstorage.html#todata","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"storage/keyvalue/WrappedExpiringStorage.WrappedExpiringStorage"},{"id":1798,"kind":2048,"name":"finalize","url":"classes/storage_keyvalue_wrappedexpiringstorage.wrappedexpiringstorage.html#finalize","classes":"tsd-kind-method tsd-parent-kind-class","parent":"storage/keyvalue/WrappedExpiringStorage.WrappedExpiringStorage"},{"id":1799,"kind":1,"name":"storage/mapping/BaseFileIdentifierMapper","url":"modules/storage_mapping_basefileidentifiermapper.html","classes":"tsd-kind-module"},{"id":1800,"kind":128,"name":"BaseFileIdentifierMapper","url":"classes/storage_mapping_basefileidentifiermapper.basefileidentifiermapper.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"storage/mapping/BaseFileIdentifierMapper"},{"id":1801,"kind":512,"name":"constructor","url":"classes/storage_mapping_basefileidentifiermapper.basefileidentifiermapper.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"storage/mapping/BaseFileIdentifierMapper.BaseFileIdentifierMapper"},{"id":1802,"kind":1024,"name":"logger","url":"classes/storage_mapping_basefileidentifiermapper.basefileidentifiermapper.html#logger","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"storage/mapping/BaseFileIdentifierMapper.BaseFileIdentifierMapper"},{"id":1803,"kind":1024,"name":"baseRequestURI","url":"classes/storage_mapping_basefileidentifiermapper.basefileidentifiermapper.html#baserequesturi","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"storage/mapping/BaseFileIdentifierMapper.BaseFileIdentifierMapper"},{"id":1804,"kind":1024,"name":"rootFilepath","url":"classes/storage_mapping_basefileidentifiermapper.basefileidentifiermapper.html#rootfilepath","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"storage/mapping/BaseFileIdentifierMapper.BaseFileIdentifierMapper"},{"id":1805,"kind":2048,"name":"mapUrlToFilePath","url":"classes/storage_mapping_basefileidentifiermapper.basefileidentifiermapper.html#mapurltofilepath","classes":"tsd-kind-method tsd-parent-kind-class","parent":"storage/mapping/BaseFileIdentifierMapper.BaseFileIdentifierMapper"},{"id":1806,"kind":2048,"name":"mapUrlToContainerPath","url":"classes/storage_mapping_basefileidentifiermapper.basefileidentifiermapper.html#mapurltocontainerpath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-protected","parent":"storage/mapping/BaseFileIdentifierMapper.BaseFileIdentifierMapper"},{"id":1807,"kind":2048,"name":"mapUrlToDocumentPath","url":"classes/storage_mapping_basefileidentifiermapper.basefileidentifiermapper.html#mapurltodocumentpath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-protected","parent":"storage/mapping/BaseFileIdentifierMapper.BaseFileIdentifierMapper"},{"id":1808,"kind":2048,"name":"getContentTypeFromUrl","url":"classes/storage_mapping_basefileidentifiermapper.basefileidentifiermapper.html#getcontenttypefromurl","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-protected","parent":"storage/mapping/BaseFileIdentifierMapper.BaseFileIdentifierMapper"},{"id":1809,"kind":2048,"name":"mapFilePathToUrl","url":"classes/storage_mapping_basefileidentifiermapper.basefileidentifiermapper.html#mapfilepathtourl","classes":"tsd-kind-method tsd-parent-kind-class","parent":"storage/mapping/BaseFileIdentifierMapper.BaseFileIdentifierMapper"},{"id":1810,"kind":2048,"name":"getContainerUrl","url":"classes/storage_mapping_basefileidentifiermapper.basefileidentifiermapper.html#getcontainerurl","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-protected","parent":"storage/mapping/BaseFileIdentifierMapper.BaseFileIdentifierMapper"},{"id":1811,"kind":2048,"name":"getDocumentUrl","url":"classes/storage_mapping_basefileidentifiermapper.basefileidentifiermapper.html#getdocumenturl","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-protected","parent":"storage/mapping/BaseFileIdentifierMapper.BaseFileIdentifierMapper"},{"id":1812,"kind":2048,"name":"getContentTypeFromPath","url":"classes/storage_mapping_basefileidentifiermapper.basefileidentifiermapper.html#getcontenttypefrompath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-protected","parent":"storage/mapping/BaseFileIdentifierMapper.BaseFileIdentifierMapper"},{"id":1813,"kind":2048,"name":"getAbsolutePath","url":"classes/storage_mapping_basefileidentifiermapper.basefileidentifiermapper.html#getabsolutepath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-protected","parent":"storage/mapping/BaseFileIdentifierMapper.BaseFileIdentifierMapper"},{"id":1814,"kind":2048,"name":"getRelativePath","url":"classes/storage_mapping_basefileidentifiermapper.basefileidentifiermapper.html#getrelativepath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-protected","parent":"storage/mapping/BaseFileIdentifierMapper.BaseFileIdentifierMapper"},{"id":1815,"kind":2048,"name":"validateRelativePath","url":"classes/storage_mapping_basefileidentifiermapper.basefileidentifiermapper.html#validaterelativepath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-protected","parent":"storage/mapping/BaseFileIdentifierMapper.BaseFileIdentifierMapper"},{"id":1816,"kind":2048,"name":"isMetadataPath","url":"classes/storage_mapping_basefileidentifiermapper.basefileidentifiermapper.html#ismetadatapath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-protected","parent":"storage/mapping/BaseFileIdentifierMapper.BaseFileIdentifierMapper"},{"id":1817,"kind":1,"name":"storage/mapping/ExtensionBasedMapper","url":"modules/storage_mapping_extensionbasedmapper.html","classes":"tsd-kind-module"},{"id":1818,"kind":128,"name":"ExtensionBasedMapper","url":"classes/storage_mapping_extensionbasedmapper.extensionbasedmapper.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"storage/mapping/ExtensionBasedMapper"},{"id":1819,"kind":512,"name":"constructor","url":"classes/storage_mapping_extensionbasedmapper.extensionbasedmapper.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"storage/mapping/ExtensionBasedMapper.ExtensionBasedMapper"},{"id":1820,"kind":1024,"name":"customTypes","url":"classes/storage_mapping_extensionbasedmapper.extensionbasedmapper.html#customtypes","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"storage/mapping/ExtensionBasedMapper.ExtensionBasedMapper"},{"id":1821,"kind":1024,"name":"customExtensions","url":"classes/storage_mapping_extensionbasedmapper.extensionbasedmapper.html#customextensions","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"storage/mapping/ExtensionBasedMapper.ExtensionBasedMapper"},{"id":1822,"kind":2048,"name":"mapUrlToDocumentPath","url":"classes/storage_mapping_extensionbasedmapper.extensionbasedmapper.html#mapurltodocumentpath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-protected","parent":"storage/mapping/ExtensionBasedMapper.ExtensionBasedMapper"},{"id":1823,"kind":2048,"name":"getDocumentUrl","url":"classes/storage_mapping_extensionbasedmapper.extensionbasedmapper.html#getdocumenturl","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-protected","parent":"storage/mapping/ExtensionBasedMapper.ExtensionBasedMapper"},{"id":1824,"kind":2048,"name":"getContentTypeFromPath","url":"classes/storage_mapping_extensionbasedmapper.extensionbasedmapper.html#getcontenttypefrompath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-protected","parent":"storage/mapping/ExtensionBasedMapper.ExtensionBasedMapper"},{"id":1825,"kind":2048,"name":"stripExtension","url":"classes/storage_mapping_extensionbasedmapper.extensionbasedmapper.html#stripextension","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-protected","parent":"storage/mapping/ExtensionBasedMapper.ExtensionBasedMapper"},{"id":1826,"kind":1024,"name":"logger","url":"classes/storage_mapping_extensionbasedmapper.extensionbasedmapper.html#logger","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"storage/mapping/ExtensionBasedMapper.ExtensionBasedMapper"},{"id":1827,"kind":1024,"name":"baseRequestURI","url":"classes/storage_mapping_extensionbasedmapper.extensionbasedmapper.html#baserequesturi","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"storage/mapping/ExtensionBasedMapper.ExtensionBasedMapper"},{"id":1828,"kind":1024,"name":"rootFilepath","url":"classes/storage_mapping_extensionbasedmapper.extensionbasedmapper.html#rootfilepath","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"storage/mapping/ExtensionBasedMapper.ExtensionBasedMapper"},{"id":1829,"kind":2048,"name":"mapUrlToFilePath","url":"classes/storage_mapping_extensionbasedmapper.extensionbasedmapper.html#mapurltofilepath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"storage/mapping/ExtensionBasedMapper.ExtensionBasedMapper"},{"id":1830,"kind":2048,"name":"mapUrlToContainerPath","url":"classes/storage_mapping_extensionbasedmapper.extensionbasedmapper.html#mapurltocontainerpath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"storage/mapping/ExtensionBasedMapper.ExtensionBasedMapper"},{"id":1831,"kind":2048,"name":"getContentTypeFromUrl","url":"classes/storage_mapping_extensionbasedmapper.extensionbasedmapper.html#getcontenttypefromurl","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"storage/mapping/ExtensionBasedMapper.ExtensionBasedMapper"},{"id":1832,"kind":2048,"name":"mapFilePathToUrl","url":"classes/storage_mapping_extensionbasedmapper.extensionbasedmapper.html#mapfilepathtourl","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"storage/mapping/ExtensionBasedMapper.ExtensionBasedMapper"},{"id":1833,"kind":2048,"name":"getContainerUrl","url":"classes/storage_mapping_extensionbasedmapper.extensionbasedmapper.html#getcontainerurl","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"storage/mapping/ExtensionBasedMapper.ExtensionBasedMapper"},{"id":1834,"kind":2048,"name":"getAbsolutePath","url":"classes/storage_mapping_extensionbasedmapper.extensionbasedmapper.html#getabsolutepath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"storage/mapping/ExtensionBasedMapper.ExtensionBasedMapper"},{"id":1835,"kind":2048,"name":"getRelativePath","url":"classes/storage_mapping_extensionbasedmapper.extensionbasedmapper.html#getrelativepath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"storage/mapping/ExtensionBasedMapper.ExtensionBasedMapper"},{"id":1836,"kind":2048,"name":"validateRelativePath","url":"classes/storage_mapping_extensionbasedmapper.extensionbasedmapper.html#validaterelativepath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"storage/mapping/ExtensionBasedMapper.ExtensionBasedMapper"},{"id":1837,"kind":2048,"name":"isMetadataPath","url":"classes/storage_mapping_extensionbasedmapper.extensionbasedmapper.html#ismetadatapath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"storage/mapping/ExtensionBasedMapper.ExtensionBasedMapper"},{"id":1838,"kind":128,"name":"ExtensionBasedMapperFactory","url":"classes/storage_mapping_extensionbasedmapper.extensionbasedmapperfactory.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"storage/mapping/ExtensionBasedMapper"},{"id":1839,"kind":512,"name":"constructor","url":"classes/storage_mapping_extensionbasedmapper.extensionbasedmapperfactory.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"storage/mapping/ExtensionBasedMapper.ExtensionBasedMapperFactory"},{"id":1840,"kind":2048,"name":"create","url":"classes/storage_mapping_extensionbasedmapper.extensionbasedmapperfactory.html#create","classes":"tsd-kind-method tsd-parent-kind-class","parent":"storage/mapping/ExtensionBasedMapper.ExtensionBasedMapperFactory"},{"id":1841,"kind":1,"name":"storage/mapping/FileIdentifierMapper","url":"modules/storage_mapping_fileidentifiermapper.html","classes":"tsd-kind-module"},{"id":1842,"kind":256,"name":"ResourceLink","url":"interfaces/storage_mapping_fileidentifiermapper.resourcelink.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"storage/mapping/FileIdentifierMapper"},{"id":1843,"kind":1024,"name":"identifier","url":"interfaces/storage_mapping_fileidentifiermapper.resourcelink.html#identifier","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"storage/mapping/FileIdentifierMapper.ResourceLink"},{"id":1844,"kind":1024,"name":"filePath","url":"interfaces/storage_mapping_fileidentifiermapper.resourcelink.html#filepath","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"storage/mapping/FileIdentifierMapper.ResourceLink"},{"id":1845,"kind":1024,"name":"contentType","url":"interfaces/storage_mapping_fileidentifiermapper.resourcelink.html#contenttype","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"storage/mapping/FileIdentifierMapper.ResourceLink"},{"id":1846,"kind":1024,"name":"isMetadata","url":"interfaces/storage_mapping_fileidentifiermapper.resourcelink.html#ismetadata","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"storage/mapping/FileIdentifierMapper.ResourceLink"},{"id":1847,"kind":256,"name":"FileIdentifierMapper","url":"interfaces/storage_mapping_fileidentifiermapper.fileidentifiermapper.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"storage/mapping/FileIdentifierMapper"},{"id":1848,"kind":1024,"name":"mapFilePathToUrl","url":"interfaces/storage_mapping_fileidentifiermapper.fileidentifiermapper.html#mapfilepathtourl","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"storage/mapping/FileIdentifierMapper.FileIdentifierMapper"},{"id":1849,"kind":65536,"name":"__type","url":"interfaces/storage_mapping_fileidentifiermapper.fileidentifiermapper.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"storage/mapping/FileIdentifierMapper.FileIdentifierMapper"},{"id":1850,"kind":1024,"name":"mapUrlToFilePath","url":"interfaces/storage_mapping_fileidentifiermapper.fileidentifiermapper.html#mapurltofilepath","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"storage/mapping/FileIdentifierMapper.FileIdentifierMapper"},{"id":1851,"kind":65536,"name":"__type","url":"interfaces/storage_mapping_fileidentifiermapper.fileidentifiermapper.html#__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"storage/mapping/FileIdentifierMapper.FileIdentifierMapper"},{"id":1852,"kind":256,"name":"FileIdentifierMapperFactory","url":"interfaces/storage_mapping_fileidentifiermapper.fileidentifiermapperfactory.html","classes":"tsd-kind-interface tsd-parent-kind-module tsd-has-type-parameter","parent":"storage/mapping/FileIdentifierMapper"},{"id":1853,"kind":1024,"name":"create","url":"interfaces/storage_mapping_fileidentifiermapper.fileidentifiermapperfactory.html#create","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"storage/mapping/FileIdentifierMapper.FileIdentifierMapperFactory"},{"id":1854,"kind":65536,"name":"__type","url":"interfaces/storage_mapping_fileidentifiermapper.fileidentifiermapperfactory.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"storage/mapping/FileIdentifierMapper.FileIdentifierMapperFactory"},{"id":1855,"kind":1,"name":"storage/mapping/FixedContentTypeMapper","url":"modules/storage_mapping_fixedcontenttypemapper.html","classes":"tsd-kind-module"},{"id":1856,"kind":128,"name":"FixedContentTypeMapper","url":"classes/storage_mapping_fixedcontenttypemapper.fixedcontenttypemapper.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"storage/mapping/FixedContentTypeMapper"},{"id":1857,"kind":512,"name":"constructor","url":"classes/storage_mapping_fixedcontenttypemapper.fixedcontenttypemapper.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"storage/mapping/FixedContentTypeMapper.FixedContentTypeMapper"},{"id":1858,"kind":1024,"name":"contentType","url":"classes/storage_mapping_fixedcontenttypemapper.fixedcontenttypemapper.html#contenttype","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"storage/mapping/FixedContentTypeMapper.FixedContentTypeMapper"},{"id":1859,"kind":1024,"name":"pathSuffix","url":"classes/storage_mapping_fixedcontenttypemapper.fixedcontenttypemapper.html#pathsuffix","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"storage/mapping/FixedContentTypeMapper.FixedContentTypeMapper"},{"id":1860,"kind":1024,"name":"urlSuffix","url":"classes/storage_mapping_fixedcontenttypemapper.fixedcontenttypemapper.html#urlsuffix","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"storage/mapping/FixedContentTypeMapper.FixedContentTypeMapper"},{"id":1861,"kind":2048,"name":"getContentTypeFromUrl","url":"classes/storage_mapping_fixedcontenttypemapper.fixedcontenttypemapper.html#getcontenttypefromurl","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-protected","parent":"storage/mapping/FixedContentTypeMapper.FixedContentTypeMapper"},{"id":1862,"kind":2048,"name":"getContentTypeFromPath","url":"classes/storage_mapping_fixedcontenttypemapper.fixedcontenttypemapper.html#getcontenttypefrompath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-protected","parent":"storage/mapping/FixedContentTypeMapper.FixedContentTypeMapper"},{"id":1863,"kind":2048,"name":"mapUrlToDocumentPath","url":"classes/storage_mapping_fixedcontenttypemapper.fixedcontenttypemapper.html#mapurltodocumentpath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"storage/mapping/FixedContentTypeMapper.FixedContentTypeMapper"},{"id":1864,"kind":2048,"name":"getDocumentUrl","url":"classes/storage_mapping_fixedcontenttypemapper.fixedcontenttypemapper.html#getdocumenturl","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-protected","parent":"storage/mapping/FixedContentTypeMapper.FixedContentTypeMapper"},{"id":1865,"kind":1024,"name":"logger","url":"classes/storage_mapping_fixedcontenttypemapper.fixedcontenttypemapper.html#logger","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"storage/mapping/FixedContentTypeMapper.FixedContentTypeMapper"},{"id":1866,"kind":1024,"name":"baseRequestURI","url":"classes/storage_mapping_fixedcontenttypemapper.fixedcontenttypemapper.html#baserequesturi","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"storage/mapping/FixedContentTypeMapper.FixedContentTypeMapper"},{"id":1867,"kind":1024,"name":"rootFilepath","url":"classes/storage_mapping_fixedcontenttypemapper.fixedcontenttypemapper.html#rootfilepath","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"storage/mapping/FixedContentTypeMapper.FixedContentTypeMapper"},{"id":1868,"kind":2048,"name":"mapUrlToFilePath","url":"classes/storage_mapping_fixedcontenttypemapper.fixedcontenttypemapper.html#mapurltofilepath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"storage/mapping/FixedContentTypeMapper.FixedContentTypeMapper"},{"id":1869,"kind":2048,"name":"mapUrlToContainerPath","url":"classes/storage_mapping_fixedcontenttypemapper.fixedcontenttypemapper.html#mapurltocontainerpath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"storage/mapping/FixedContentTypeMapper.FixedContentTypeMapper"},{"id":1870,"kind":2048,"name":"mapFilePathToUrl","url":"classes/storage_mapping_fixedcontenttypemapper.fixedcontenttypemapper.html#mapfilepathtourl","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"storage/mapping/FixedContentTypeMapper.FixedContentTypeMapper"},{"id":1871,"kind":2048,"name":"getContainerUrl","url":"classes/storage_mapping_fixedcontenttypemapper.fixedcontenttypemapper.html#getcontainerurl","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"storage/mapping/FixedContentTypeMapper.FixedContentTypeMapper"},{"id":1872,"kind":2048,"name":"getAbsolutePath","url":"classes/storage_mapping_fixedcontenttypemapper.fixedcontenttypemapper.html#getabsolutepath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"storage/mapping/FixedContentTypeMapper.FixedContentTypeMapper"},{"id":1873,"kind":2048,"name":"getRelativePath","url":"classes/storage_mapping_fixedcontenttypemapper.fixedcontenttypemapper.html#getrelativepath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"storage/mapping/FixedContentTypeMapper.FixedContentTypeMapper"},{"id":1874,"kind":2048,"name":"validateRelativePath","url":"classes/storage_mapping_fixedcontenttypemapper.fixedcontenttypemapper.html#validaterelativepath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"storage/mapping/FixedContentTypeMapper.FixedContentTypeMapper"},{"id":1875,"kind":2048,"name":"isMetadataPath","url":"classes/storage_mapping_fixedcontenttypemapper.fixedcontenttypemapper.html#ismetadatapath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"storage/mapping/FixedContentTypeMapper.FixedContentTypeMapper"},{"id":1876,"kind":1,"name":"storage/mapping/SubdomainExtensionBasedMapper","url":"modules/storage_mapping_subdomainextensionbasedmapper.html","classes":"tsd-kind-module"},{"id":1877,"kind":128,"name":"SubdomainExtensionBasedMapper","url":"classes/storage_mapping_subdomainextensionbasedmapper.subdomainextensionbasedmapper.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"storage/mapping/SubdomainExtensionBasedMapper"},{"id":1878,"kind":512,"name":"constructor","url":"classes/storage_mapping_subdomainextensionbasedmapper.subdomainextensionbasedmapper.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"storage/mapping/SubdomainExtensionBasedMapper.SubdomainExtensionBasedMapper"},{"id":1879,"kind":1024,"name":"baseSubdomain","url":"classes/storage_mapping_subdomainextensionbasedmapper.subdomainextensionbasedmapper.html#basesubdomain","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"storage/mapping/SubdomainExtensionBasedMapper.SubdomainExtensionBasedMapper"},{"id":1880,"kind":1024,"name":"regex","url":"classes/storage_mapping_subdomainextensionbasedmapper.subdomainextensionbasedmapper.html#regex","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"storage/mapping/SubdomainExtensionBasedMapper.SubdomainExtensionBasedMapper"},{"id":1881,"kind":1024,"name":"baseParts","url":"classes/storage_mapping_subdomainextensionbasedmapper.subdomainextensionbasedmapper.html#baseparts","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"storage/mapping/SubdomainExtensionBasedMapper.SubdomainExtensionBasedMapper"},{"id":1882,"kind":65536,"name":"__type","url":"classes/storage_mapping_subdomainextensionbasedmapper.subdomainextensionbasedmapper.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-class","parent":"storage/mapping/SubdomainExtensionBasedMapper.SubdomainExtensionBasedMapper"},{"id":1883,"kind":1024,"name":"scheme","url":"classes/storage_mapping_subdomainextensionbasedmapper.subdomainextensionbasedmapper.html#__type.scheme","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"storage/mapping/SubdomainExtensionBasedMapper.SubdomainExtensionBasedMapper.__type"},{"id":1884,"kind":1024,"name":"rest","url":"classes/storage_mapping_subdomainextensionbasedmapper.subdomainextensionbasedmapper.html#__type.rest","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"storage/mapping/SubdomainExtensionBasedMapper.SubdomainExtensionBasedMapper.__type"},{"id":1885,"kind":2048,"name":"getContainerUrl","url":"classes/storage_mapping_subdomainextensionbasedmapper.subdomainextensionbasedmapper.html#getcontainerurl","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-protected","parent":"storage/mapping/SubdomainExtensionBasedMapper.SubdomainExtensionBasedMapper"},{"id":1886,"kind":2048,"name":"getDocumentUrl","url":"classes/storage_mapping_subdomainextensionbasedmapper.subdomainextensionbasedmapper.html#getdocumenturl","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-protected","parent":"storage/mapping/SubdomainExtensionBasedMapper.SubdomainExtensionBasedMapper"},{"id":1887,"kind":2048,"name":"relativeToUrl","url":"classes/storage_mapping_subdomainextensionbasedmapper.subdomainextensionbasedmapper.html#relativetourl","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-protected","parent":"storage/mapping/SubdomainExtensionBasedMapper.SubdomainExtensionBasedMapper"},{"id":1888,"kind":2048,"name":"getRelativePath","url":"classes/storage_mapping_subdomainextensionbasedmapper.subdomainextensionbasedmapper.html#getrelativepath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-protected","parent":"storage/mapping/SubdomainExtensionBasedMapper.SubdomainExtensionBasedMapper"},{"id":1889,"kind":2048,"name":"mapUrlToDocumentPath","url":"classes/storage_mapping_subdomainextensionbasedmapper.subdomainextensionbasedmapper.html#mapurltodocumentpath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"storage/mapping/SubdomainExtensionBasedMapper.SubdomainExtensionBasedMapper"},{"id":1890,"kind":2048,"name":"getContentTypeFromPath","url":"classes/storage_mapping_subdomainextensionbasedmapper.subdomainextensionbasedmapper.html#getcontenttypefrompath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"storage/mapping/SubdomainExtensionBasedMapper.SubdomainExtensionBasedMapper"},{"id":1891,"kind":2048,"name":"stripExtension","url":"classes/storage_mapping_subdomainextensionbasedmapper.subdomainextensionbasedmapper.html#stripextension","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"storage/mapping/SubdomainExtensionBasedMapper.SubdomainExtensionBasedMapper"},{"id":1892,"kind":1024,"name":"logger","url":"classes/storage_mapping_subdomainextensionbasedmapper.subdomainextensionbasedmapper.html#logger","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"storage/mapping/SubdomainExtensionBasedMapper.SubdomainExtensionBasedMapper"},{"id":1893,"kind":1024,"name":"baseRequestURI","url":"classes/storage_mapping_subdomainextensionbasedmapper.subdomainextensionbasedmapper.html#baserequesturi","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"storage/mapping/SubdomainExtensionBasedMapper.SubdomainExtensionBasedMapper"},{"id":1894,"kind":1024,"name":"rootFilepath","url":"classes/storage_mapping_subdomainextensionbasedmapper.subdomainextensionbasedmapper.html#rootfilepath","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"storage/mapping/SubdomainExtensionBasedMapper.SubdomainExtensionBasedMapper"},{"id":1895,"kind":2048,"name":"mapUrlToFilePath","url":"classes/storage_mapping_subdomainextensionbasedmapper.subdomainextensionbasedmapper.html#mapurltofilepath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"storage/mapping/SubdomainExtensionBasedMapper.SubdomainExtensionBasedMapper"},{"id":1896,"kind":2048,"name":"mapUrlToContainerPath","url":"classes/storage_mapping_subdomainextensionbasedmapper.subdomainextensionbasedmapper.html#mapurltocontainerpath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"storage/mapping/SubdomainExtensionBasedMapper.SubdomainExtensionBasedMapper"},{"id":1897,"kind":2048,"name":"getContentTypeFromUrl","url":"classes/storage_mapping_subdomainextensionbasedmapper.subdomainextensionbasedmapper.html#getcontenttypefromurl","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"storage/mapping/SubdomainExtensionBasedMapper.SubdomainExtensionBasedMapper"},{"id":1898,"kind":2048,"name":"mapFilePathToUrl","url":"classes/storage_mapping_subdomainextensionbasedmapper.subdomainextensionbasedmapper.html#mapfilepathtourl","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"storage/mapping/SubdomainExtensionBasedMapper.SubdomainExtensionBasedMapper"},{"id":1899,"kind":2048,"name":"getAbsolutePath","url":"classes/storage_mapping_subdomainextensionbasedmapper.subdomainextensionbasedmapper.html#getabsolutepath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"storage/mapping/SubdomainExtensionBasedMapper.SubdomainExtensionBasedMapper"},{"id":1900,"kind":2048,"name":"validateRelativePath","url":"classes/storage_mapping_subdomainextensionbasedmapper.subdomainextensionbasedmapper.html#validaterelativepath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"storage/mapping/SubdomainExtensionBasedMapper.SubdomainExtensionBasedMapper"},{"id":1901,"kind":2048,"name":"isMetadataPath","url":"classes/storage_mapping_subdomainextensionbasedmapper.subdomainextensionbasedmapper.html#ismetadatapath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"storage/mapping/SubdomainExtensionBasedMapper.SubdomainExtensionBasedMapper"},{"id":1902,"kind":1,"name":"storage/patch/ConvertingPatchHandler","url":"modules/storage_patch_convertingpatchhandler.html","classes":"tsd-kind-module"},{"id":1903,"kind":128,"name":"ConvertingPatchHandler","url":"classes/storage_patch_convertingpatchhandler.convertingpatchhandler.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"storage/patch/ConvertingPatchHandler"},{"id":1904,"kind":512,"name":"constructor","url":"classes/storage_patch_convertingpatchhandler.convertingpatchhandler.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-protected","parent":"storage/patch/ConvertingPatchHandler.ConvertingPatchHandler"},{"id":1905,"kind":1024,"name":"logger","url":"classes/storage_patch_convertingpatchhandler.convertingpatchhandler.html#logger","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"storage/patch/ConvertingPatchHandler.ConvertingPatchHandler"},{"id":1906,"kind":1024,"name":"converter","url":"classes/storage_patch_convertingpatchhandler.convertingpatchhandler.html#converter","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"storage/patch/ConvertingPatchHandler.ConvertingPatchHandler"},{"id":1907,"kind":1024,"name":"intermediateType","url":"classes/storage_patch_convertingpatchhandler.convertingpatchhandler.html#intermediatetype","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"storage/patch/ConvertingPatchHandler.ConvertingPatchHandler"},{"id":1908,"kind":1024,"name":"defaultType","url":"classes/storage_patch_convertingpatchhandler.convertingpatchhandler.html#defaulttype","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"storage/patch/ConvertingPatchHandler.ConvertingPatchHandler"},{"id":1909,"kind":2048,"name":"handle","url":"classes/storage_patch_convertingpatchhandler.convertingpatchhandler.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"storage/patch/ConvertingPatchHandler.ConvertingPatchHandler"},{"id":1910,"kind":2048,"name":"toIntermediate","url":"classes/storage_patch_convertingpatchhandler.convertingpatchhandler.html#tointermediate","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-protected","parent":"storage/patch/ConvertingPatchHandler.ConvertingPatchHandler"},{"id":1911,"kind":2048,"name":"patch","url":"classes/storage_patch_convertingpatchhandler.convertingpatchhandler.html#patch","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-protected","parent":"storage/patch/ConvertingPatchHandler.ConvertingPatchHandler"},{"id":1912,"kind":2048,"name":"canHandle","url":"classes/storage_patch_convertingpatchhandler.convertingpatchhandler.html#canhandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"storage/patch/ConvertingPatchHandler.ConvertingPatchHandler"},{"id":1913,"kind":2048,"name":"handleSafe","url":"classes/storage_patch_convertingpatchhandler.convertingpatchhandler.html#handlesafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"storage/patch/ConvertingPatchHandler.ConvertingPatchHandler"},{"id":1914,"kind":1,"name":"storage/patch/PatchHandler","url":"modules/storage_patch_patchhandler.html","classes":"tsd-kind-module"},{"id":1915,"kind":4194304,"name":"PatchHandlerArgs","url":"modules/storage_patch_patchhandler.html#patchhandlerargs","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-has-type-parameter","parent":"storage/patch/PatchHandler"},{"id":1916,"kind":65536,"name":"__type","url":"modules/storage_patch_patchhandler.html#patchhandlerargs.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"storage/patch/PatchHandler.PatchHandlerArgs"},{"id":1917,"kind":1024,"name":"source","url":"modules/storage_patch_patchhandler.html#patchhandlerargs.__type.source","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"storage/patch/PatchHandler.PatchHandlerArgs.__type"},{"id":1918,"kind":1024,"name":"identifier","url":"modules/storage_patch_patchhandler.html#patchhandlerargs.__type.identifier","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"storage/patch/PatchHandler.PatchHandlerArgs.__type"},{"id":1919,"kind":1024,"name":"patch","url":"modules/storage_patch_patchhandler.html#patchhandlerargs.__type.patch","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"storage/patch/PatchHandler.PatchHandlerArgs.__type"},{"id":1920,"kind":128,"name":"PatchHandler","url":"classes/storage_patch_patchhandler.patchhandler.html","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"storage/patch/PatchHandler"},{"id":1921,"kind":512,"name":"constructor","url":"classes/storage_patch_patchhandler.patchhandler.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited","parent":"storage/patch/PatchHandler.PatchHandler"},{"id":1922,"kind":2048,"name":"canHandle","url":"classes/storage_patch_patchhandler.patchhandler.html#canhandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"storage/patch/PatchHandler.PatchHandler"},{"id":1923,"kind":2048,"name":"handle","url":"classes/storage_patch_patchhandler.patchhandler.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"storage/patch/PatchHandler.PatchHandler"},{"id":1924,"kind":2048,"name":"handleSafe","url":"classes/storage_patch_patchhandler.patchhandler.html#handlesafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"storage/patch/PatchHandler.PatchHandler"},{"id":1925,"kind":1,"name":"storage/patch/SparqlUpdatePatchHandler","url":"modules/storage_patch_sparqlupdatepatchhandler.html","classes":"tsd-kind-module"},{"id":1926,"kind":128,"name":"SparqlUpdatePatchHandler","url":"classes/storage_patch_sparqlupdatepatchhandler.sparqlupdatepatchhandler.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"storage/patch/SparqlUpdatePatchHandler"},{"id":1927,"kind":512,"name":"constructor","url":"classes/storage_patch_sparqlupdatepatchhandler.sparqlupdatepatchhandler.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"storage/patch/SparqlUpdatePatchHandler.SparqlUpdatePatchHandler"},{"id":1928,"kind":1024,"name":"logger","url":"classes/storage_patch_sparqlupdatepatchhandler.sparqlupdatepatchhandler.html#logger","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite tsd-is-protected","parent":"storage/patch/SparqlUpdatePatchHandler.SparqlUpdatePatchHandler"},{"id":1929,"kind":1024,"name":"engine","url":"classes/storage_patch_sparqlupdatepatchhandler.sparqlupdatepatchhandler.html#engine","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"storage/patch/SparqlUpdatePatchHandler.SparqlUpdatePatchHandler"},{"id":1930,"kind":2048,"name":"canHandle","url":"classes/storage_patch_sparqlupdatepatchhandler.sparqlupdatepatchhandler.html#canhandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"storage/patch/SparqlUpdatePatchHandler.SparqlUpdatePatchHandler"},{"id":1931,"kind":2048,"name":"handle","url":"classes/storage_patch_sparqlupdatepatchhandler.sparqlupdatepatchhandler.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"storage/patch/SparqlUpdatePatchHandler.SparqlUpdatePatchHandler"},{"id":1932,"kind":2048,"name":"isSparqlUpdate","url":"classes/storage_patch_sparqlupdatepatchhandler.sparqlupdatepatchhandler.html#issparqlupdate","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"storage/patch/SparqlUpdatePatchHandler.SparqlUpdatePatchHandler"},{"id":1933,"kind":2048,"name":"isDeleteInsert","url":"classes/storage_patch_sparqlupdatepatchhandler.sparqlupdatepatchhandler.html#isdeleteinsert","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"storage/patch/SparqlUpdatePatchHandler.SparqlUpdatePatchHandler"},{"id":1934,"kind":2048,"name":"isComposite","url":"classes/storage_patch_sparqlupdatepatchhandler.sparqlupdatepatchhandler.html#iscomposite","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"storage/patch/SparqlUpdatePatchHandler.SparqlUpdatePatchHandler"},{"id":1935,"kind":2048,"name":"validateUpdate","url":"classes/storage_patch_sparqlupdatepatchhandler.sparqlupdatepatchhandler.html#validateupdate","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"storage/patch/SparqlUpdatePatchHandler.SparqlUpdatePatchHandler"},{"id":1936,"kind":2048,"name":"validateDeleteInsert","url":"classes/storage_patch_sparqlupdatepatchhandler.sparqlupdatepatchhandler.html#validatedeleteinsert","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"storage/patch/SparqlUpdatePatchHandler.SparqlUpdatePatchHandler"},{"id":1937,"kind":2048,"name":"validateComposite","url":"classes/storage_patch_sparqlupdatepatchhandler.sparqlupdatepatchhandler.html#validatecomposite","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"storage/patch/SparqlUpdatePatchHandler.SparqlUpdatePatchHandler"},{"id":1938,"kind":2048,"name":"patch","url":"classes/storage_patch_sparqlupdatepatchhandler.sparqlupdatepatchhandler.html#patch","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-protected","parent":"storage/patch/SparqlUpdatePatchHandler.SparqlUpdatePatchHandler"},{"id":1939,"kind":1024,"name":"intermediateType","url":"classes/storage_patch_sparqlupdatepatchhandler.sparqlupdatepatchhandler.html#intermediatetype","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"storage/patch/SparqlUpdatePatchHandler.SparqlUpdatePatchHandler"},{"id":1940,"kind":1024,"name":"defaultType","url":"classes/storage_patch_sparqlupdatepatchhandler.sparqlupdatepatchhandler.html#defaulttype","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"storage/patch/SparqlUpdatePatchHandler.SparqlUpdatePatchHandler"},{"id":1941,"kind":2048,"name":"toIntermediate","url":"classes/storage_patch_sparqlupdatepatchhandler.sparqlupdatepatchhandler.html#tointermediate","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"storage/patch/SparqlUpdatePatchHandler.SparqlUpdatePatchHandler"},{"id":1942,"kind":2048,"name":"handleSafe","url":"classes/storage_patch_sparqlupdatepatchhandler.sparqlupdatepatchhandler.html#handlesafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"storage/patch/SparqlUpdatePatchHandler.SparqlUpdatePatchHandler"},{"id":1943,"kind":1,"name":"storage/routing/BaseUrlRouterRule","url":"modules/storage_routing_baseurlrouterrule.html","classes":"tsd-kind-module"},{"id":1944,"kind":128,"name":"BaseUrlRouterRule","url":"classes/storage_routing_baseurlrouterrule.baseurlrouterrule.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"storage/routing/BaseUrlRouterRule"},{"id":1945,"kind":512,"name":"constructor","url":"classes/storage_routing_baseurlrouterrule.baseurlrouterrule.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"storage/routing/BaseUrlRouterRule.BaseUrlRouterRule"},{"id":1946,"kind":1024,"name":"baseStore","url":"classes/storage_routing_baseurlrouterrule.baseurlrouterrule.html#basestore","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"storage/routing/BaseUrlRouterRule.BaseUrlRouterRule"},{"id":1947,"kind":1024,"name":"stores","url":"classes/storage_routing_baseurlrouterrule.baseurlrouterrule.html#stores","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"storage/routing/BaseUrlRouterRule.BaseUrlRouterRule"},{"id":1948,"kind":2048,"name":"handle","url":"classes/storage_routing_baseurlrouterrule.baseurlrouterrule.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"storage/routing/BaseUrlRouterRule.BaseUrlRouterRule"},{"id":1949,"kind":2048,"name":"findStore","url":"classes/storage_routing_baseurlrouterrule.baseurlrouterrule.html#findstore","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"storage/routing/BaseUrlRouterRule.BaseUrlRouterRule"},{"id":1950,"kind":2048,"name":"canHandle","url":"classes/storage_routing_baseurlrouterrule.baseurlrouterrule.html#canhandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"storage/routing/BaseUrlRouterRule.BaseUrlRouterRule"},{"id":1951,"kind":2048,"name":"handleSafe","url":"classes/storage_routing_baseurlrouterrule.baseurlrouterrule.html#handlesafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"storage/routing/BaseUrlRouterRule.BaseUrlRouterRule"},{"id":1952,"kind":1,"name":"storage/routing/ConvertingRouterRule","url":"modules/storage_routing_convertingrouterrule.html","classes":"tsd-kind-module"},{"id":1953,"kind":256,"name":"ConvertingStoreEntry","url":"interfaces/storage_routing_convertingrouterrule.convertingstoreentry.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"storage/routing/ConvertingRouterRule"},{"id":1954,"kind":1024,"name":"store","url":"interfaces/storage_routing_convertingrouterrule.convertingstoreentry.html#store","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"storage/routing/ConvertingRouterRule.ConvertingStoreEntry"},{"id":1955,"kind":1024,"name":"supportChecker","url":"interfaces/storage_routing_convertingrouterrule.convertingstoreentry.html#supportchecker","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"storage/routing/ConvertingRouterRule.ConvertingStoreEntry"},{"id":1956,"kind":128,"name":"ConvertingRouterRule","url":"classes/storage_routing_convertingrouterrule.convertingrouterrule.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"storage/routing/ConvertingRouterRule"},{"id":1957,"kind":512,"name":"constructor","url":"classes/storage_routing_convertingrouterrule.convertingrouterrule.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"storage/routing/ConvertingRouterRule.ConvertingRouterRule"},{"id":1958,"kind":1024,"name":"typedStores","url":"classes/storage_routing_convertingrouterrule.convertingrouterrule.html#typedstores","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"storage/routing/ConvertingRouterRule.ConvertingRouterRule"},{"id":1959,"kind":1024,"name":"defaultStore","url":"classes/storage_routing_convertingrouterrule.convertingrouterrule.html#defaultstore","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"storage/routing/ConvertingRouterRule.ConvertingRouterRule"},{"id":1960,"kind":2048,"name":"handle","url":"classes/storage_routing_convertingrouterrule.convertingrouterrule.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"storage/routing/ConvertingRouterRule.ConvertingRouterRule"},{"id":1961,"kind":2048,"name":"findStore","url":"classes/storage_routing_convertingrouterrule.convertingrouterrule.html#findstore","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"storage/routing/ConvertingRouterRule.ConvertingRouterRule"},{"id":1962,"kind":2048,"name":"canHandle","url":"classes/storage_routing_convertingrouterrule.convertingrouterrule.html#canhandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"storage/routing/ConvertingRouterRule.ConvertingRouterRule"},{"id":1963,"kind":2048,"name":"handleSafe","url":"classes/storage_routing_convertingrouterrule.convertingrouterrule.html#handlesafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"storage/routing/ConvertingRouterRule.ConvertingRouterRule"},{"id":1964,"kind":1,"name":"storage/routing/PreferenceSupport","url":"modules/storage_routing_preferencesupport.html","classes":"tsd-kind-module"},{"id":1965,"kind":128,"name":"PreferenceSupport","url":"classes/storage_routing_preferencesupport.preferencesupport.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"storage/routing/PreferenceSupport"},{"id":1966,"kind":512,"name":"constructor","url":"classes/storage_routing_preferencesupport.preferencesupport.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"storage/routing/PreferenceSupport.PreferenceSupport"},{"id":1967,"kind":1024,"name":"preferences","url":"classes/storage_routing_preferencesupport.preferencesupport.html#preferences","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"storage/routing/PreferenceSupport.PreferenceSupport"},{"id":1968,"kind":1024,"name":"converter","url":"classes/storage_routing_preferencesupport.preferencesupport.html#converter","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"storage/routing/PreferenceSupport.PreferenceSupport"},{"id":1969,"kind":2048,"name":"supports","url":"classes/storage_routing_preferencesupport.preferencesupport.html#supports","classes":"tsd-kind-method tsd-parent-kind-class","parent":"storage/routing/PreferenceSupport.PreferenceSupport"},{"id":1970,"kind":1,"name":"storage/routing/RegexRouterRule","url":"modules/storage_routing_regexrouterrule.html","classes":"tsd-kind-module"},{"id":1971,"kind":128,"name":"RegexRouterRule","url":"classes/storage_routing_regexrouterrule.regexrouterrule.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"storage/routing/RegexRouterRule"},{"id":1972,"kind":512,"name":"constructor","url":"classes/storage_routing_regexrouterrule.regexrouterrule.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"storage/routing/RegexRouterRule.RegexRouterRule"},{"id":1973,"kind":1024,"name":"base","url":"classes/storage_routing_regexrouterrule.regexrouterrule.html#base","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"storage/routing/RegexRouterRule.RegexRouterRule"},{"id":1974,"kind":1024,"name":"regexes","url":"classes/storage_routing_regexrouterrule.regexrouterrule.html#regexes","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"storage/routing/RegexRouterRule.RegexRouterRule"},{"id":1975,"kind":2048,"name":"canHandle","url":"classes/storage_routing_regexrouterrule.regexrouterrule.html#canhandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"storage/routing/RegexRouterRule.RegexRouterRule"},{"id":1976,"kind":2048,"name":"handle","url":"classes/storage_routing_regexrouterrule.regexrouterrule.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"storage/routing/RegexRouterRule.RegexRouterRule"},{"id":1977,"kind":2048,"name":"matchStore","url":"classes/storage_routing_regexrouterrule.regexrouterrule.html#matchstore","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"storage/routing/RegexRouterRule.RegexRouterRule"},{"id":1978,"kind":2048,"name":"toRelative","url":"classes/storage_routing_regexrouterrule.regexrouterrule.html#torelative","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"storage/routing/RegexRouterRule.RegexRouterRule"},{"id":1979,"kind":2048,"name":"handleSafe","url":"classes/storage_routing_regexrouterrule.regexrouterrule.html#handlesafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"storage/routing/RegexRouterRule.RegexRouterRule"},{"id":1980,"kind":1,"name":"storage/routing/RouterRule","url":"modules/storage_routing_routerrule.html","classes":"tsd-kind-module"},{"id":1981,"kind":128,"name":"RouterRule","url":"classes/storage_routing_routerrule.routerrule.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"storage/routing/RouterRule"},{"id":1982,"kind":512,"name":"constructor","url":"classes/storage_routing_routerrule.routerrule.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"storage/routing/RouterRule.RouterRule"},{"id":1983,"kind":2048,"name":"canHandle","url":"classes/storage_routing_routerrule.routerrule.html#canhandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"storage/routing/RouterRule.RouterRule"},{"id":1984,"kind":2048,"name":"handle","url":"classes/storage_routing_routerrule.routerrule.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"storage/routing/RouterRule.RouterRule"},{"id":1985,"kind":2048,"name":"handleSafe","url":"classes/storage_routing_routerrule.routerrule.html#handlesafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"storage/routing/RouterRule.RouterRule"},{"id":1986,"kind":1,"name":"util/ContentTypes","url":"modules/util_contenttypes.html","classes":"tsd-kind-module"},{"id":1987,"kind":32,"name":"APPLICATION_JSON","url":"modules/util_contenttypes.html#application_json","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"util/ContentTypes"},{"id":1988,"kind":32,"name":"APPLICATION_OCTET_STREAM","url":"modules/util_contenttypes.html#application_octet_stream","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"util/ContentTypes"},{"id":1989,"kind":32,"name":"APPLICATION_SPARQL_UPDATE","url":"modules/util_contenttypes.html#application_sparql_update","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"util/ContentTypes"},{"id":1990,"kind":32,"name":"APPLICATION_X_WWW_FORM_URLENCODED","url":"modules/util_contenttypes.html#application_x_www_form_urlencoded","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"util/ContentTypes"},{"id":1991,"kind":32,"name":"TEXT_HTML","url":"modules/util_contenttypes.html#text_html","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"util/ContentTypes"},{"id":1992,"kind":32,"name":"TEXT_MARKDOWN","url":"modules/util_contenttypes.html#text_markdown","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"util/ContentTypes"},{"id":1993,"kind":32,"name":"TEXT_TURTLE","url":"modules/util_contenttypes.html#text_turtle","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"util/ContentTypes"},{"id":1994,"kind":32,"name":"INTERNAL_ALL","url":"modules/util_contenttypes.html#internal_all","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"util/ContentTypes"},{"id":1995,"kind":32,"name":"INTERNAL_QUADS","url":"modules/util_contenttypes.html#internal_quads","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"util/ContentTypes"},{"id":1996,"kind":32,"name":"INTERNAL_ERROR","url":"modules/util_contenttypes.html#internal_error","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"util/ContentTypes"},{"id":1997,"kind":32,"name":"DEFAULT_CUSTOM_TYPES","url":"modules/util_contenttypes.html#default_custom_types","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"util/ContentTypes"},{"id":1998,"kind":65536,"name":"__type","url":"modules/util_contenttypes.html#default_custom_types.__type","classes":"tsd-kind-type-literal tsd-parent-kind-variable","parent":"util/ContentTypes.DEFAULT_CUSTOM_TYPES"},{"id":1999,"kind":1024,"name":"acl","url":"modules/util_contenttypes.html#default_custom_types.__type.acl","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"util/ContentTypes.DEFAULT_CUSTOM_TYPES.__type"},{"id":2000,"kind":1024,"name":"meta","url":"modules/util_contenttypes.html#default_custom_types.__type.meta","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"util/ContentTypes.DEFAULT_CUSTOM_TYPES.__type"},{"id":2001,"kind":1,"name":"util/FetchUtil","url":"modules/util_fetchutil.html","classes":"tsd-kind-module"},{"id":2002,"kind":64,"name":"fetchDataset","url":"modules/util_fetchutil.html#fetchdataset","classes":"tsd-kind-function tsd-parent-kind-module","parent":"util/FetchUtil"},{"id":2003,"kind":1,"name":"util/GuardedStream","url":"modules/util_guardedstream.html","classes":"tsd-kind-module"},{"id":2004,"kind":64,"name":"isGuarded","url":"modules/util_guardedstream.html#isguarded","classes":"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter","parent":"util/GuardedStream"},{"id":2005,"kind":64,"name":"guardStream","url":"modules/util_guardedstream.html#guardstream","classes":"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter","parent":"util/GuardedStream"},{"id":2006,"kind":4194304,"name":"Guarded","url":"modules/util_guardedstream.html#guarded","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-has-type-parameter","parent":"util/GuardedStream"},{"id":2007,"kind":1,"name":"util/HeaderUtil","url":"modules/util_headerutil.html","classes":"tsd-kind-module"},{"id":2008,"kind":64,"name":"transformQuotedStrings","url":"modules/util_headerutil.html#transformquotedstrings","classes":"tsd-kind-function tsd-parent-kind-module","parent":"util/HeaderUtil"},{"id":2009,"kind":64,"name":"splitAndClean","url":"modules/util_headerutil.html#splitandclean","classes":"tsd-kind-function tsd-parent-kind-module","parent":"util/HeaderUtil"},{"id":2010,"kind":64,"name":"parseParameters","url":"modules/util_headerutil.html#parseparameters","classes":"tsd-kind-function tsd-parent-kind-module","parent":"util/HeaderUtil"},{"id":2011,"kind":64,"name":"parseAccept","url":"modules/util_headerutil.html#parseaccept","classes":"tsd-kind-function tsd-parent-kind-module","parent":"util/HeaderUtil"},{"id":2012,"kind":64,"name":"parseAcceptCharset","url":"modules/util_headerutil.html#parseacceptcharset","classes":"tsd-kind-function tsd-parent-kind-module","parent":"util/HeaderUtil"},{"id":2013,"kind":64,"name":"parseAcceptEncoding","url":"modules/util_headerutil.html#parseacceptencoding","classes":"tsd-kind-function tsd-parent-kind-module","parent":"util/HeaderUtil"},{"id":2014,"kind":64,"name":"parseAcceptLanguage","url":"modules/util_headerutil.html#parseacceptlanguage","classes":"tsd-kind-function tsd-parent-kind-module","parent":"util/HeaderUtil"},{"id":2015,"kind":64,"name":"parseAcceptDateTime","url":"modules/util_headerutil.html#parseacceptdatetime","classes":"tsd-kind-function tsd-parent-kind-module","parent":"util/HeaderUtil"},{"id":2016,"kind":64,"name":"addHeader","url":"modules/util_headerutil.html#addheader","classes":"tsd-kind-function tsd-parent-kind-module","parent":"util/HeaderUtil"},{"id":2017,"kind":64,"name":"parseForwarded","url":"modules/util_headerutil.html#parseforwarded","classes":"tsd-kind-function tsd-parent-kind-module","parent":"util/HeaderUtil"},{"id":2018,"kind":256,"name":"AcceptHeader","url":"interfaces/util_headerutil.acceptheader.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"util/HeaderUtil"},{"id":2019,"kind":1024,"name":"range","url":"interfaces/util_headerutil.acceptheader.html#range","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"util/HeaderUtil.AcceptHeader"},{"id":2020,"kind":1024,"name":"weight","url":"interfaces/util_headerutil.acceptheader.html#weight","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"util/HeaderUtil.AcceptHeader"},{"id":2021,"kind":256,"name":"Accept","url":"interfaces/util_headerutil.accept.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"util/HeaderUtil"},{"id":2022,"kind":1024,"name":"parameters","url":"interfaces/util_headerutil.accept.html#parameters","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"util/HeaderUtil.Accept"},{"id":2023,"kind":65536,"name":"__type","url":"interfaces/util_headerutil.accept.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"util/HeaderUtil.Accept"},{"id":2024,"kind":1024,"name":"mediaType","url":"interfaces/util_headerutil.accept.html#__type.mediatype","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"util/HeaderUtil.Accept.__type"},{"id":2025,"kind":1024,"name":"extension","url":"interfaces/util_headerutil.accept.html#__type.extension","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"util/HeaderUtil.Accept.__type"},{"id":2026,"kind":1024,"name":"range","url":"interfaces/util_headerutil.accept.html#range","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"util/HeaderUtil.Accept"},{"id":2027,"kind":1024,"name":"weight","url":"interfaces/util_headerutil.accept.html#weight","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"util/HeaderUtil.Accept"},{"id":2028,"kind":256,"name":"AcceptCharset","url":"interfaces/util_headerutil.acceptcharset.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"util/HeaderUtil"},{"id":2029,"kind":1024,"name":"range","url":"interfaces/util_headerutil.acceptcharset.html#range","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"util/HeaderUtil.AcceptCharset"},{"id":2030,"kind":1024,"name":"weight","url":"interfaces/util_headerutil.acceptcharset.html#weight","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"util/HeaderUtil.AcceptCharset"},{"id":2031,"kind":256,"name":"AcceptEncoding","url":"interfaces/util_headerutil.acceptencoding.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"util/HeaderUtil"},{"id":2032,"kind":1024,"name":"range","url":"interfaces/util_headerutil.acceptencoding.html#range","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"util/HeaderUtil.AcceptEncoding"},{"id":2033,"kind":1024,"name":"weight","url":"interfaces/util_headerutil.acceptencoding.html#weight","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"util/HeaderUtil.AcceptEncoding"},{"id":2034,"kind":256,"name":"AcceptLanguage","url":"interfaces/util_headerutil.acceptlanguage.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"util/HeaderUtil"},{"id":2035,"kind":1024,"name":"range","url":"interfaces/util_headerutil.acceptlanguage.html#range","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"util/HeaderUtil.AcceptLanguage"},{"id":2036,"kind":1024,"name":"weight","url":"interfaces/util_headerutil.acceptlanguage.html#weight","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"util/HeaderUtil.AcceptLanguage"},{"id":2037,"kind":256,"name":"AcceptDatetime","url":"interfaces/util_headerutil.acceptdatetime.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"util/HeaderUtil"},{"id":2038,"kind":1024,"name":"range","url":"interfaces/util_headerutil.acceptdatetime.html#range","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"util/HeaderUtil.AcceptDatetime"},{"id":2039,"kind":1024,"name":"weight","url":"interfaces/util_headerutil.acceptdatetime.html#weight","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"util/HeaderUtil.AcceptDatetime"},{"id":2040,"kind":256,"name":"Forwarded","url":"interfaces/util_headerutil.forwarded.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"util/HeaderUtil"},{"id":2041,"kind":1024,"name":"by","url":"interfaces/util_headerutil.forwarded.html#by","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"util/HeaderUtil.Forwarded"},{"id":2042,"kind":1024,"name":"for","url":"interfaces/util_headerutil.forwarded.html#for","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"util/HeaderUtil.Forwarded"},{"id":2043,"kind":1024,"name":"host","url":"interfaces/util_headerutil.forwarded.html#host","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"util/HeaderUtil.Forwarded"},{"id":2044,"kind":1024,"name":"proto","url":"interfaces/util_headerutil.forwarded.html#proto","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"util/HeaderUtil.Forwarded"},{"id":2045,"kind":1,"name":"util/PathUtil","url":"modules/util_pathutil.html","classes":"tsd-kind-module"},{"id":2046,"kind":64,"name":"normalizeFilePath","url":"modules/util_pathutil.html#normalizefilepath","classes":"tsd-kind-function tsd-parent-kind-module","parent":"util/PathUtil"},{"id":2047,"kind":64,"name":"joinFilePath","url":"modules/util_pathutil.html#joinfilepath","classes":"tsd-kind-function tsd-parent-kind-module","parent":"util/PathUtil"},{"id":2048,"kind":64,"name":"absoluteFilePath","url":"modules/util_pathutil.html#absolutefilepath","classes":"tsd-kind-function tsd-parent-kind-module","parent":"util/PathUtil"},{"id":2049,"kind":64,"name":"ensureTrailingSlash","url":"modules/util_pathutil.html#ensuretrailingslash","classes":"tsd-kind-function tsd-parent-kind-module","parent":"util/PathUtil"},{"id":2050,"kind":64,"name":"trimTrailingSlashes","url":"modules/util_pathutil.html#trimtrailingslashes","classes":"tsd-kind-function tsd-parent-kind-module","parent":"util/PathUtil"},{"id":2051,"kind":64,"name":"getExtension","url":"modules/util_pathutil.html#getextension","classes":"tsd-kind-function tsd-parent-kind-module","parent":"util/PathUtil"},{"id":2052,"kind":64,"name":"toCanonicalUriPath","url":"modules/util_pathutil.html#tocanonicaluripath","classes":"tsd-kind-function tsd-parent-kind-module","parent":"util/PathUtil"},{"id":2053,"kind":64,"name":"decodeUriPathComponents","url":"modules/util_pathutil.html#decodeuripathcomponents","classes":"tsd-kind-function tsd-parent-kind-module","parent":"util/PathUtil"},{"id":2054,"kind":64,"name":"encodeUriPathComponents","url":"modules/util_pathutil.html#encodeuripathcomponents","classes":"tsd-kind-function tsd-parent-kind-module","parent":"util/PathUtil"},{"id":2055,"kind":64,"name":"isContainerPath","url":"modules/util_pathutil.html#iscontainerpath","classes":"tsd-kind-function tsd-parent-kind-module","parent":"util/PathUtil"},{"id":2056,"kind":64,"name":"isContainerIdentifier","url":"modules/util_pathutil.html#iscontaineridentifier","classes":"tsd-kind-function tsd-parent-kind-module","parent":"util/PathUtil"},{"id":2057,"kind":64,"name":"extractScheme","url":"modules/util_pathutil.html#extractscheme","classes":"tsd-kind-function tsd-parent-kind-module","parent":"util/PathUtil"},{"id":2058,"kind":64,"name":"createSubdomainRegexp","url":"modules/util_pathutil.html#createsubdomainregexp","classes":"tsd-kind-function tsd-parent-kind-module","parent":"util/PathUtil"},{"id":2059,"kind":64,"name":"getModuleRoot","url":"modules/util_pathutil.html#getmoduleroot","classes":"tsd-kind-function tsd-parent-kind-module","parent":"util/PathUtil"},{"id":2060,"kind":64,"name":"resolveAssetPath","url":"modules/util_pathutil.html#resolveassetpath","classes":"tsd-kind-function tsd-parent-kind-module","parent":"util/PathUtil"},{"id":2061,"kind":32,"name":"modulePathPlaceholder","url":"modules/util_pathutil.html#modulepathplaceholder","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"util/PathUtil"},{"id":2062,"kind":1,"name":"util/QuadUtil","url":"modules/util_quadutil.html","classes":"tsd-kind-module"},{"id":2063,"kind":64,"name":"serializeQuads","url":"modules/util_quadutil.html#serializequads","classes":"tsd-kind-function tsd-parent-kind-module","parent":"util/QuadUtil"},{"id":2064,"kind":64,"name":"parseQuads","url":"modules/util_quadutil.html#parsequads","classes":"tsd-kind-function tsd-parent-kind-module","parent":"util/QuadUtil"},{"id":2065,"kind":1,"name":"util/RecordObject","url":"modules/util_recordobject.html","classes":"tsd-kind-module"},{"id":2066,"kind":128,"name":"RecordObject","url":"classes/util_recordobject.recordobject.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"util/RecordObject"},{"id":2067,"kind":512,"name":"constructor","url":"classes/util_recordobject.recordobject.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"util/RecordObject.RecordObject"},{"id":2068,"kind":1,"name":"util/ResourceUtil","url":"modules/util_resourceutil.html","classes":"tsd-kind-module"},{"id":2069,"kind":64,"name":"addResourceMetadata","url":"modules/util_resourceutil.html#addresourcemetadata","classes":"tsd-kind-function tsd-parent-kind-module","parent":"util/ResourceUtil"},{"id":2070,"kind":64,"name":"cloneRepresentation","url":"modules/util_resourceutil.html#clonerepresentation","classes":"tsd-kind-function tsd-parent-kind-module","parent":"util/ResourceUtil"},{"id":2071,"kind":1,"name":"util/StreamUtil","url":"modules/util_streamutil.html","classes":"tsd-kind-module"},{"id":2072,"kind":64,"name":"readableToString","url":"modules/util_streamutil.html#readabletostring","classes":"tsd-kind-function tsd-parent-kind-module","parent":"util/StreamUtil"},{"id":2073,"kind":64,"name":"pipeSafely","url":"modules/util_streamutil.html#pipesafely","classes":"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter","parent":"util/StreamUtil"},{"id":2074,"kind":64,"name":"transformSafely","url":"modules/util_streamutil.html#transformsafely","classes":"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter","parent":"util/StreamUtil"},{"id":2075,"kind":64,"name":"guardedStreamFrom","url":"modules/util_streamutil.html#guardedstreamfrom","classes":"tsd-kind-function tsd-parent-kind-module","parent":"util/StreamUtil"},{"id":2076,"kind":64,"name":"endOfStream","url":"modules/util_streamutil.html#endofstream","classes":"tsd-kind-function tsd-parent-kind-module","parent":"util/StreamUtil"},{"id":2077,"kind":256,"name":"AsyncTransformOptions","url":"interfaces/util_streamutil.asynctransformoptions.html","classes":"tsd-kind-interface tsd-parent-kind-module tsd-has-type-parameter","parent":"util/StreamUtil"},{"id":2078,"kind":1024,"name":"transform","url":"interfaces/util_streamutil.asynctransformoptions.html#transform","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"util/StreamUtil.AsyncTransformOptions"},{"id":2079,"kind":65536,"name":"__type","url":"interfaces/util_streamutil.asynctransformoptions.html#__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"util/StreamUtil.AsyncTransformOptions"},{"id":2080,"kind":1024,"name":"flush","url":"interfaces/util_streamutil.asynctransformoptions.html#flush","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"util/StreamUtil.AsyncTransformOptions"},{"id":2081,"kind":65536,"name":"__type","url":"interfaces/util_streamutil.asynctransformoptions.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"util/StreamUtil.AsyncTransformOptions"},{"id":2082,"kind":1,"name":"util/TermUtil","url":"modules/util_termutil.html","classes":"tsd-kind-module"},{"id":2083,"kind":64,"name":"toCachedNamedNode","url":"modules/util_termutil.html#tocachednamednode","classes":"tsd-kind-function tsd-parent-kind-module","parent":"util/TermUtil"},{"id":2084,"kind":64,"name":"isTerm","url":"modules/util_termutil.html#isterm","classes":"tsd-kind-function tsd-parent-kind-module","parent":"util/TermUtil"},{"id":2085,"kind":64,"name":"toNamedTerm","url":"modules/util_termutil.html#tonamedterm","classes":"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter","parent":"util/TermUtil"},{"id":2086,"kind":64,"name":"toObjectTerm","url":"modules/util_termutil.html#toobjectterm","classes":"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter","parent":"util/TermUtil"},{"id":2087,"kind":64,"name":"toLiteral","url":"modules/util_termutil.html#toliteral","classes":"tsd-kind-function tsd-parent-kind-module","parent":"util/TermUtil"},{"id":2088,"kind":64,"name":"toPredicateTerm","url":"modules/util_termutil.html#topredicateterm","classes":"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter","parent":"util/TermUtil"},{"id":2089,"kind":1,"name":"util/Vocabularies","url":"modules/util_vocabularies.html","classes":"tsd-kind-module"},{"id":2090,"kind":64,"name":"createNamespace","url":"modules/util_vocabularies.html#createnamespace","classes":"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter","parent":"util/Vocabularies"},{"id":2091,"kind":64,"name":"createUriNamespace","url":"modules/util_vocabularies.html#createurinamespace","classes":"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter","parent":"util/Vocabularies"},{"id":2092,"kind":64,"name":"createTermNamespace","url":"modules/util_vocabularies.html#createtermnamespace","classes":"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter","parent":"util/Vocabularies"},{"id":2093,"kind":64,"name":"createUriAndTermNamespace","url":"modules/util_vocabularies.html#createuriandtermnamespace","classes":"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter","parent":"util/Vocabularies"},{"id":2094,"kind":4194304,"name":"Namespace","url":"modules/util_vocabularies.html#namespace","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-has-type-parameter","parent":"util/Vocabularies"},{"id":2095,"kind":32,"name":"ACL","url":"modules/util_vocabularies.html#acl","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"util/Vocabularies"},{"id":2096,"kind":32,"name":"AUTH","url":"modules/util_vocabularies.html#auth","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"util/Vocabularies"},{"id":2097,"kind":32,"name":"DC","url":"modules/util_vocabularies.html#dc","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"util/Vocabularies"},{"id":2098,"kind":32,"name":"FOAF","url":"modules/util_vocabularies.html#foaf","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"util/Vocabularies"},{"id":2099,"kind":32,"name":"HTTP","url":"modules/util_vocabularies.html#http","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"util/Vocabularies"},{"id":2100,"kind":32,"name":"LDP","url":"modules/util_vocabularies.html#ldp","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"util/Vocabularies"},{"id":2101,"kind":32,"name":"MA","url":"modules/util_vocabularies.html#ma","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"util/Vocabularies"},{"id":2102,"kind":32,"name":"OIDC","url":"modules/util_vocabularies.html#oidc","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"util/Vocabularies"},{"id":2103,"kind":32,"name":"PIM","url":"modules/util_vocabularies.html#pim","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"util/Vocabularies"},{"id":2104,"kind":32,"name":"POSIX","url":"modules/util_vocabularies.html#posix","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"util/Vocabularies"},{"id":2105,"kind":32,"name":"RDF","url":"modules/util_vocabularies.html#rdf","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"util/Vocabularies"},{"id":2106,"kind":32,"name":"SOLID","url":"modules/util_vocabularies.html#solid","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"util/Vocabularies"},{"id":2107,"kind":32,"name":"SOLID_ERROR","url":"modules/util_vocabularies.html#solid_error","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"util/Vocabularies"},{"id":2108,"kind":32,"name":"SOLID_HTTP","url":"modules/util_vocabularies.html#solid_http","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"util/Vocabularies"},{"id":2109,"kind":32,"name":"SOLID_META","url":"modules/util_vocabularies.html#solid_meta","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"util/Vocabularies"},{"id":2110,"kind":32,"name":"VANN","url":"modules/util_vocabularies.html#vann","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"util/Vocabularies"},{"id":2111,"kind":32,"name":"XSD","url":"modules/util_vocabularies.html#xsd","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"util/Vocabularies"},{"id":2112,"kind":32,"name":"CONTENT_TYPE","url":"modules/util_vocabularies.html#content_type","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"util/Vocabularies"},{"id":2113,"kind":32,"name":"CONTENT_TYPE_TERM","url":"modules/util_vocabularies.html#content_type_term","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"util/Vocabularies"},{"id":2114,"kind":32,"name":"PREFERRED_PREFIX","url":"modules/util_vocabularies.html#preferred_prefix","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"util/Vocabularies"},{"id":2115,"kind":32,"name":"PREFERRED_PREFIX_TERM","url":"modules/util_vocabularies.html#preferred_prefix_term","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"util/Vocabularies"},{"id":2116,"kind":1,"name":"util/errors/BadRequestHttpError","url":"modules/util_errors_badrequesthttperror.html","classes":"tsd-kind-module"},{"id":2117,"kind":128,"name":"BadRequestHttpError","url":"classes/util_errors_badrequesthttperror.badrequesthttperror.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"util/errors/BadRequestHttpError"},{"id":2118,"kind":2048,"name":"isInstance","url":"classes/util_errors_badrequesthttperror.badrequesthttperror.html#isinstance","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-static","parent":"util/errors/BadRequestHttpError.BadRequestHttpError"},{"id":2119,"kind":1024,"name":"statusCode","url":"classes/util_errors_badrequesthttperror.badrequesthttperror.html#statuscode-1","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-static","parent":"util/errors/BadRequestHttpError.BadRequestHttpError"},{"id":2120,"kind":65536,"name":"__type","url":"classes/util_errors_badrequesthttperror.badrequesthttperror.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-class","parent":"util/errors/BadRequestHttpError.BadRequestHttpError"},{"id":2121,"kind":512,"name":"constructor","url":"classes/util_errors_badrequesthttperror.badrequesthttperror.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"util/errors/BadRequestHttpError.BadRequestHttpError"},{"id":2122,"kind":1024,"name":"statusCode","url":"classes/util_errors_badrequesthttperror.badrequesthttperror.html#statuscode","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"util/errors/BadRequestHttpError.BadRequestHttpError"},{"id":2123,"kind":1024,"name":"cause","url":"classes/util_errors_badrequesthttperror.badrequesthttperror.html#cause","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"util/errors/BadRequestHttpError.BadRequestHttpError"},{"id":2124,"kind":1024,"name":"errorCode","url":"classes/util_errors_badrequesthttperror.badrequesthttperror.html#errorcode","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"util/errors/BadRequestHttpError.BadRequestHttpError"},{"id":2125,"kind":1024,"name":"details","url":"classes/util_errors_badrequesthttperror.badrequesthttperror.html#details","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"util/errors/BadRequestHttpError.BadRequestHttpError"},{"id":2126,"kind":1,"name":"util/errors/ConflictHttpError","url":"modules/util_errors_conflicthttperror.html","classes":"tsd-kind-module"},{"id":2127,"kind":128,"name":"ConflictHttpError","url":"classes/util_errors_conflicthttperror.conflicthttperror.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"util/errors/ConflictHttpError"},{"id":2128,"kind":2048,"name":"isInstance","url":"classes/util_errors_conflicthttperror.conflicthttperror.html#isinstance","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-static","parent":"util/errors/ConflictHttpError.ConflictHttpError"},{"id":2129,"kind":1024,"name":"statusCode","url":"classes/util_errors_conflicthttperror.conflicthttperror.html#statuscode-1","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-static","parent":"util/errors/ConflictHttpError.ConflictHttpError"},{"id":2130,"kind":65536,"name":"__type","url":"classes/util_errors_conflicthttperror.conflicthttperror.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-class","parent":"util/errors/ConflictHttpError.ConflictHttpError"},{"id":2131,"kind":512,"name":"constructor","url":"classes/util_errors_conflicthttperror.conflicthttperror.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"util/errors/ConflictHttpError.ConflictHttpError"},{"id":2132,"kind":1024,"name":"statusCode","url":"classes/util_errors_conflicthttperror.conflicthttperror.html#statuscode","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"util/errors/ConflictHttpError.ConflictHttpError"},{"id":2133,"kind":1024,"name":"cause","url":"classes/util_errors_conflicthttperror.conflicthttperror.html#cause","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"util/errors/ConflictHttpError.ConflictHttpError"},{"id":2134,"kind":1024,"name":"errorCode","url":"classes/util_errors_conflicthttperror.conflicthttperror.html#errorcode","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"util/errors/ConflictHttpError.ConflictHttpError"},{"id":2135,"kind":1024,"name":"details","url":"classes/util_errors_conflicthttperror.conflicthttperror.html#details","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"util/errors/ConflictHttpError.ConflictHttpError"},{"id":2136,"kind":1,"name":"util/errors/ErrorUtil","url":"modules/util_errors_errorutil.html","classes":"tsd-kind-module"},{"id":2137,"kind":64,"name":"isError","url":"modules/util_errors_errorutil.html#iserror","classes":"tsd-kind-function tsd-parent-kind-module","parent":"util/errors/ErrorUtil"},{"id":2138,"kind":64,"name":"assertError","url":"modules/util_errors_errorutil.html#asserterror","classes":"tsd-kind-function tsd-parent-kind-module","parent":"util/errors/ErrorUtil"},{"id":2139,"kind":64,"name":"createErrorMessage","url":"modules/util_errors_errorutil.html#createerrormessage","classes":"tsd-kind-function tsd-parent-kind-module","parent":"util/errors/ErrorUtil"},{"id":2140,"kind":64,"name":"getStatusCode","url":"modules/util_errors_errorutil.html#getstatuscode","classes":"tsd-kind-function tsd-parent-kind-module","parent":"util/errors/ErrorUtil"},{"id":2141,"kind":1,"name":"util/errors/ForbiddenHttpError","url":"modules/util_errors_forbiddenhttperror.html","classes":"tsd-kind-module"},{"id":2142,"kind":128,"name":"ForbiddenHttpError","url":"classes/util_errors_forbiddenhttperror.forbiddenhttperror.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"util/errors/ForbiddenHttpError"},{"id":2143,"kind":2048,"name":"isInstance","url":"classes/util_errors_forbiddenhttperror.forbiddenhttperror.html#isinstance","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-static","parent":"util/errors/ForbiddenHttpError.ForbiddenHttpError"},{"id":2144,"kind":1024,"name":"statusCode","url":"classes/util_errors_forbiddenhttperror.forbiddenhttperror.html#statuscode-1","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-static","parent":"util/errors/ForbiddenHttpError.ForbiddenHttpError"},{"id":2145,"kind":65536,"name":"__type","url":"classes/util_errors_forbiddenhttperror.forbiddenhttperror.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-class","parent":"util/errors/ForbiddenHttpError.ForbiddenHttpError"},{"id":2146,"kind":512,"name":"constructor","url":"classes/util_errors_forbiddenhttperror.forbiddenhttperror.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"util/errors/ForbiddenHttpError.ForbiddenHttpError"},{"id":2147,"kind":1024,"name":"statusCode","url":"classes/util_errors_forbiddenhttperror.forbiddenhttperror.html#statuscode","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"util/errors/ForbiddenHttpError.ForbiddenHttpError"},{"id":2148,"kind":1024,"name":"cause","url":"classes/util_errors_forbiddenhttperror.forbiddenhttperror.html#cause","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"util/errors/ForbiddenHttpError.ForbiddenHttpError"},{"id":2149,"kind":1024,"name":"errorCode","url":"classes/util_errors_forbiddenhttperror.forbiddenhttperror.html#errorcode","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"util/errors/ForbiddenHttpError.ForbiddenHttpError"},{"id":2150,"kind":1024,"name":"details","url":"classes/util_errors_forbiddenhttperror.forbiddenhttperror.html#details","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"util/errors/ForbiddenHttpError.ForbiddenHttpError"},{"id":2151,"kind":1,"name":"util/errors/HttpError","url":"modules/util_errors_httperror.html","classes":"tsd-kind-module"},{"id":2152,"kind":256,"name":"HttpErrorOptions","url":"interfaces/util_errors_httperror.httperroroptions.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"util/errors/HttpError"},{"id":2153,"kind":1024,"name":"cause","url":"interfaces/util_errors_httperror.httperroroptions.html#cause","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"util/errors/HttpError.HttpErrorOptions"},{"id":2154,"kind":1024,"name":"errorCode","url":"interfaces/util_errors_httperror.httperroroptions.html#errorcode","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"util/errors/HttpError.HttpErrorOptions"},{"id":2155,"kind":1024,"name":"details","url":"interfaces/util_errors_httperror.httperroroptions.html#details","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"util/errors/HttpError.HttpErrorOptions"},{"id":2156,"kind":128,"name":"HttpError","url":"classes/util_errors_httperror.httperror.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"util/errors/HttpError"},{"id":2157,"kind":1024,"name":"statusCode","url":"classes/util_errors_httperror.httperror.html#statuscode-1","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-static","parent":"util/errors/HttpError.HttpError"},{"id":2158,"kind":2048,"name":"isInstance","url":"classes/util_errors_httperror.httperror.html#isinstance","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"util/errors/HttpError.HttpError"},{"id":2159,"kind":65536,"name":"__type","url":"classes/util_errors_httperror.httperror.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-class","parent":"util/errors/HttpError.HttpError"},{"id":2160,"kind":512,"name":"constructor","url":"classes/util_errors_httperror.httperror.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"util/errors/HttpError.HttpError"},{"id":2161,"kind":1024,"name":"statusCode","url":"classes/util_errors_httperror.httperror.html#statuscode","classes":"tsd-kind-property tsd-parent-kind-class","parent":"util/errors/HttpError.HttpError"},{"id":2162,"kind":1024,"name":"cause","url":"classes/util_errors_httperror.httperror.html#cause","classes":"tsd-kind-property tsd-parent-kind-class","parent":"util/errors/HttpError.HttpError"},{"id":2163,"kind":1024,"name":"errorCode","url":"classes/util_errors_httperror.httperror.html#errorcode","classes":"tsd-kind-property tsd-parent-kind-class","parent":"util/errors/HttpError.HttpError"},{"id":2164,"kind":1024,"name":"details","url":"classes/util_errors_httperror.httperror.html#details","classes":"tsd-kind-property tsd-parent-kind-class","parent":"util/errors/HttpError.HttpError"},{"id":2165,"kind":1,"name":"util/errors/InternalServerError","url":"modules/util_errors_internalservererror.html","classes":"tsd-kind-module"},{"id":2166,"kind":128,"name":"InternalServerError","url":"classes/util_errors_internalservererror.internalservererror.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"util/errors/InternalServerError"},{"id":2167,"kind":2048,"name":"isInstance","url":"classes/util_errors_internalservererror.internalservererror.html#isinstance","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-static","parent":"util/errors/InternalServerError.InternalServerError"},{"id":2168,"kind":1024,"name":"statusCode","url":"classes/util_errors_internalservererror.internalservererror.html#statuscode-1","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-static","parent":"util/errors/InternalServerError.InternalServerError"},{"id":2169,"kind":65536,"name":"__type","url":"classes/util_errors_internalservererror.internalservererror.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-class","parent":"util/errors/InternalServerError.InternalServerError"},{"id":2170,"kind":512,"name":"constructor","url":"classes/util_errors_internalservererror.internalservererror.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"util/errors/InternalServerError.InternalServerError"},{"id":2171,"kind":1024,"name":"statusCode","url":"classes/util_errors_internalservererror.internalservererror.html#statuscode","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"util/errors/InternalServerError.InternalServerError"},{"id":2172,"kind":1024,"name":"cause","url":"classes/util_errors_internalservererror.internalservererror.html#cause","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"util/errors/InternalServerError.InternalServerError"},{"id":2173,"kind":1024,"name":"errorCode","url":"classes/util_errors_internalservererror.internalservererror.html#errorcode","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"util/errors/InternalServerError.InternalServerError"},{"id":2174,"kind":1024,"name":"details","url":"classes/util_errors_internalservererror.internalservererror.html#details","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"util/errors/InternalServerError.InternalServerError"},{"id":2175,"kind":1,"name":"util/errors/MethodNotAllowedHttpError","url":"modules/util_errors_methodnotallowedhttperror.html","classes":"tsd-kind-module"},{"id":2176,"kind":128,"name":"MethodNotAllowedHttpError","url":"classes/util_errors_methodnotallowedhttperror.methodnotallowedhttperror.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"util/errors/MethodNotAllowedHttpError"},{"id":2177,"kind":2048,"name":"isInstance","url":"classes/util_errors_methodnotallowedhttperror.methodnotallowedhttperror.html#isinstance","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-static","parent":"util/errors/MethodNotAllowedHttpError.MethodNotAllowedHttpError"},{"id":2178,"kind":1024,"name":"statusCode","url":"classes/util_errors_methodnotallowedhttperror.methodnotallowedhttperror.html#statuscode-1","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-static","parent":"util/errors/MethodNotAllowedHttpError.MethodNotAllowedHttpError"},{"id":2179,"kind":65536,"name":"__type","url":"classes/util_errors_methodnotallowedhttperror.methodnotallowedhttperror.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-class","parent":"util/errors/MethodNotAllowedHttpError.MethodNotAllowedHttpError"},{"id":2180,"kind":512,"name":"constructor","url":"classes/util_errors_methodnotallowedhttperror.methodnotallowedhttperror.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"util/errors/MethodNotAllowedHttpError.MethodNotAllowedHttpError"},{"id":2181,"kind":1024,"name":"statusCode","url":"classes/util_errors_methodnotallowedhttperror.methodnotallowedhttperror.html#statuscode","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"util/errors/MethodNotAllowedHttpError.MethodNotAllowedHttpError"},{"id":2182,"kind":1024,"name":"cause","url":"classes/util_errors_methodnotallowedhttperror.methodnotallowedhttperror.html#cause","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"util/errors/MethodNotAllowedHttpError.MethodNotAllowedHttpError"},{"id":2183,"kind":1024,"name":"errorCode","url":"classes/util_errors_methodnotallowedhttperror.methodnotallowedhttperror.html#errorcode","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"util/errors/MethodNotAllowedHttpError.MethodNotAllowedHttpError"},{"id":2184,"kind":1024,"name":"details","url":"classes/util_errors_methodnotallowedhttperror.methodnotallowedhttperror.html#details","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"util/errors/MethodNotAllowedHttpError.MethodNotAllowedHttpError"},{"id":2185,"kind":1,"name":"util/errors/NotFoundHttpError","url":"modules/util_errors_notfoundhttperror.html","classes":"tsd-kind-module"},{"id":2186,"kind":128,"name":"NotFoundHttpError","url":"classes/util_errors_notfoundhttperror.notfoundhttperror.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"util/errors/NotFoundHttpError"},{"id":2187,"kind":2048,"name":"isInstance","url":"classes/util_errors_notfoundhttperror.notfoundhttperror.html#isinstance","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-static","parent":"util/errors/NotFoundHttpError.NotFoundHttpError"},{"id":2188,"kind":1024,"name":"statusCode","url":"classes/util_errors_notfoundhttperror.notfoundhttperror.html#statuscode-1","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-static","parent":"util/errors/NotFoundHttpError.NotFoundHttpError"},{"id":2189,"kind":65536,"name":"__type","url":"classes/util_errors_notfoundhttperror.notfoundhttperror.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-class","parent":"util/errors/NotFoundHttpError.NotFoundHttpError"},{"id":2190,"kind":512,"name":"constructor","url":"classes/util_errors_notfoundhttperror.notfoundhttperror.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"util/errors/NotFoundHttpError.NotFoundHttpError"},{"id":2191,"kind":1024,"name":"statusCode","url":"classes/util_errors_notfoundhttperror.notfoundhttperror.html#statuscode","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"util/errors/NotFoundHttpError.NotFoundHttpError"},{"id":2192,"kind":1024,"name":"cause","url":"classes/util_errors_notfoundhttperror.notfoundhttperror.html#cause","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"util/errors/NotFoundHttpError.NotFoundHttpError"},{"id":2193,"kind":1024,"name":"errorCode","url":"classes/util_errors_notfoundhttperror.notfoundhttperror.html#errorcode","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"util/errors/NotFoundHttpError.NotFoundHttpError"},{"id":2194,"kind":1024,"name":"details","url":"classes/util_errors_notfoundhttperror.notfoundhttperror.html#details","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"util/errors/NotFoundHttpError.NotFoundHttpError"},{"id":2195,"kind":1,"name":"util/errors/NotImplementedHttpError","url":"modules/util_errors_notimplementedhttperror.html","classes":"tsd-kind-module"},{"id":2196,"kind":128,"name":"NotImplementedHttpError","url":"classes/util_errors_notimplementedhttperror.notimplementedhttperror.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"util/errors/NotImplementedHttpError"},{"id":2197,"kind":2048,"name":"isInstance","url":"classes/util_errors_notimplementedhttperror.notimplementedhttperror.html#isinstance","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-static","parent":"util/errors/NotImplementedHttpError.NotImplementedHttpError"},{"id":2198,"kind":1024,"name":"statusCode","url":"classes/util_errors_notimplementedhttperror.notimplementedhttperror.html#statuscode-1","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-static","parent":"util/errors/NotImplementedHttpError.NotImplementedHttpError"},{"id":2199,"kind":65536,"name":"__type","url":"classes/util_errors_notimplementedhttperror.notimplementedhttperror.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-class","parent":"util/errors/NotImplementedHttpError.NotImplementedHttpError"},{"id":2200,"kind":512,"name":"constructor","url":"classes/util_errors_notimplementedhttperror.notimplementedhttperror.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"util/errors/NotImplementedHttpError.NotImplementedHttpError"},{"id":2201,"kind":1024,"name":"statusCode","url":"classes/util_errors_notimplementedhttperror.notimplementedhttperror.html#statuscode","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"util/errors/NotImplementedHttpError.NotImplementedHttpError"},{"id":2202,"kind":1024,"name":"cause","url":"classes/util_errors_notimplementedhttperror.notimplementedhttperror.html#cause","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"util/errors/NotImplementedHttpError.NotImplementedHttpError"},{"id":2203,"kind":1024,"name":"errorCode","url":"classes/util_errors_notimplementedhttperror.notimplementedhttperror.html#errorcode","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"util/errors/NotImplementedHttpError.NotImplementedHttpError"},{"id":2204,"kind":1024,"name":"details","url":"classes/util_errors_notimplementedhttperror.notimplementedhttperror.html#details","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"util/errors/NotImplementedHttpError.NotImplementedHttpError"},{"id":2205,"kind":1,"name":"util/errors/SystemError","url":"modules/util_errors_systemerror.html","classes":"tsd-kind-module"},{"id":2206,"kind":64,"name":"isSystemError","url":"modules/util_errors_systemerror.html#issystemerror","classes":"tsd-kind-function tsd-parent-kind-module","parent":"util/errors/SystemError"},{"id":2207,"kind":256,"name":"SystemError","url":"interfaces/util_errors_systemerror.systemerror.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"util/errors/SystemError"},{"id":2208,"kind":1024,"name":"address","url":"interfaces/util_errors_systemerror.systemerror.html#address","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"util/errors/SystemError.SystemError"},{"id":2209,"kind":1024,"name":"code","url":"interfaces/util_errors_systemerror.systemerror.html#code","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"util/errors/SystemError.SystemError"},{"id":2210,"kind":1024,"name":"dest","url":"interfaces/util_errors_systemerror.systemerror.html#dest","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"util/errors/SystemError.SystemError"},{"id":2211,"kind":1024,"name":"errno","url":"interfaces/util_errors_systemerror.systemerror.html#errno","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"util/errors/SystemError.SystemError"},{"id":2212,"kind":1024,"name":"info","url":"interfaces/util_errors_systemerror.systemerror.html#info","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"util/errors/SystemError.SystemError"},{"id":2213,"kind":1024,"name":"path","url":"interfaces/util_errors_systemerror.systemerror.html#path","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"util/errors/SystemError.SystemError"},{"id":2214,"kind":1024,"name":"port","url":"interfaces/util_errors_systemerror.systemerror.html#port","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"util/errors/SystemError.SystemError"},{"id":2215,"kind":1024,"name":"syscall","url":"interfaces/util_errors_systemerror.systemerror.html#syscall","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"util/errors/SystemError.SystemError"},{"id":2216,"kind":1,"name":"util/errors/UnauthorizedHttpError","url":"modules/util_errors_unauthorizedhttperror.html","classes":"tsd-kind-module"},{"id":2217,"kind":128,"name":"UnauthorizedHttpError","url":"classes/util_errors_unauthorizedhttperror.unauthorizedhttperror.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"util/errors/UnauthorizedHttpError"},{"id":2218,"kind":2048,"name":"isInstance","url":"classes/util_errors_unauthorizedhttperror.unauthorizedhttperror.html#isinstance","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-static","parent":"util/errors/UnauthorizedHttpError.UnauthorizedHttpError"},{"id":2219,"kind":1024,"name":"statusCode","url":"classes/util_errors_unauthorizedhttperror.unauthorizedhttperror.html#statuscode-1","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-static","parent":"util/errors/UnauthorizedHttpError.UnauthorizedHttpError"},{"id":2220,"kind":65536,"name":"__type","url":"classes/util_errors_unauthorizedhttperror.unauthorizedhttperror.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-class","parent":"util/errors/UnauthorizedHttpError.UnauthorizedHttpError"},{"id":2221,"kind":512,"name":"constructor","url":"classes/util_errors_unauthorizedhttperror.unauthorizedhttperror.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"util/errors/UnauthorizedHttpError.UnauthorizedHttpError"},{"id":2222,"kind":1024,"name":"statusCode","url":"classes/util_errors_unauthorizedhttperror.unauthorizedhttperror.html#statuscode","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"util/errors/UnauthorizedHttpError.UnauthorizedHttpError"},{"id":2223,"kind":1024,"name":"cause","url":"classes/util_errors_unauthorizedhttperror.unauthorizedhttperror.html#cause","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"util/errors/UnauthorizedHttpError.UnauthorizedHttpError"},{"id":2224,"kind":1024,"name":"errorCode","url":"classes/util_errors_unauthorizedhttperror.unauthorizedhttperror.html#errorcode","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"util/errors/UnauthorizedHttpError.UnauthorizedHttpError"},{"id":2225,"kind":1024,"name":"details","url":"classes/util_errors_unauthorizedhttperror.unauthorizedhttperror.html#details","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"util/errors/UnauthorizedHttpError.UnauthorizedHttpError"},{"id":2226,"kind":1,"name":"util/errors/UnsupportedMediaTypeHttpError","url":"modules/util_errors_unsupportedmediatypehttperror.html","classes":"tsd-kind-module"},{"id":2227,"kind":128,"name":"UnsupportedMediaTypeHttpError","url":"classes/util_errors_unsupportedmediatypehttperror.unsupportedmediatypehttperror.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"util/errors/UnsupportedMediaTypeHttpError"},{"id":2228,"kind":2048,"name":"isInstance","url":"classes/util_errors_unsupportedmediatypehttperror.unsupportedmediatypehttperror.html#isinstance","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-static","parent":"util/errors/UnsupportedMediaTypeHttpError.UnsupportedMediaTypeHttpError"},{"id":2229,"kind":1024,"name":"statusCode","url":"classes/util_errors_unsupportedmediatypehttperror.unsupportedmediatypehttperror.html#statuscode-1","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-static","parent":"util/errors/UnsupportedMediaTypeHttpError.UnsupportedMediaTypeHttpError"},{"id":2230,"kind":65536,"name":"__type","url":"classes/util_errors_unsupportedmediatypehttperror.unsupportedmediatypehttperror.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-class","parent":"util/errors/UnsupportedMediaTypeHttpError.UnsupportedMediaTypeHttpError"},{"id":2231,"kind":512,"name":"constructor","url":"classes/util_errors_unsupportedmediatypehttperror.unsupportedmediatypehttperror.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"util/errors/UnsupportedMediaTypeHttpError.UnsupportedMediaTypeHttpError"},{"id":2232,"kind":1024,"name":"statusCode","url":"classes/util_errors_unsupportedmediatypehttperror.unsupportedmediatypehttperror.html#statuscode","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"util/errors/UnsupportedMediaTypeHttpError.UnsupportedMediaTypeHttpError"},{"id":2233,"kind":1024,"name":"cause","url":"classes/util_errors_unsupportedmediatypehttperror.unsupportedmediatypehttperror.html#cause","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"util/errors/UnsupportedMediaTypeHttpError.UnsupportedMediaTypeHttpError"},{"id":2234,"kind":1024,"name":"errorCode","url":"classes/util_errors_unsupportedmediatypehttperror.unsupportedmediatypehttperror.html#errorcode","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"util/errors/UnsupportedMediaTypeHttpError.UnsupportedMediaTypeHttpError"},{"id":2235,"kind":1024,"name":"details","url":"classes/util_errors_unsupportedmediatypehttperror.unsupportedmediatypehttperror.html#details","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"util/errors/UnsupportedMediaTypeHttpError.UnsupportedMediaTypeHttpError"},{"id":2236,"kind":1,"name":"util/handlers/AsyncHandler","url":"modules/util_handlers_asynchandler.html","classes":"tsd-kind-module"},{"id":2237,"kind":128,"name":"AsyncHandler","url":"classes/util_handlers_asynchandler.asynchandler.html","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"util/handlers/AsyncHandler"},{"id":2238,"kind":512,"name":"constructor","url":"classes/util_handlers_asynchandler.asynchandler.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter","parent":"util/handlers/AsyncHandler.AsyncHandler"},{"id":2239,"kind":2048,"name":"canHandle","url":"classes/util_handlers_asynchandler.asynchandler.html#canhandle","classes":"tsd-kind-method tsd-parent-kind-class","parent":"util/handlers/AsyncHandler.AsyncHandler"},{"id":2240,"kind":2048,"name":"handle","url":"classes/util_handlers_asynchandler.asynchandler.html#handle","classes":"tsd-kind-method tsd-parent-kind-class","parent":"util/handlers/AsyncHandler.AsyncHandler"},{"id":2241,"kind":2048,"name":"handleSafe","url":"classes/util_handlers_asynchandler.asynchandler.html#handlesafe","classes":"tsd-kind-method tsd-parent-kind-class","parent":"util/handlers/AsyncHandler.AsyncHandler"},{"id":2242,"kind":1,"name":"util/handlers/ParallelHandler","url":"modules/util_handlers_parallelhandler.html","classes":"tsd-kind-module"},{"id":2243,"kind":128,"name":"ParallelHandler","url":"classes/util_handlers_parallelhandler.parallelhandler.html","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"util/handlers/ParallelHandler"},{"id":2244,"kind":512,"name":"constructor","url":"classes/util_handlers_parallelhandler.parallelhandler.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter tsd-is-overwrite","parent":"util/handlers/ParallelHandler.ParallelHandler"},{"id":2245,"kind":1024,"name":"handlers","url":"classes/util_handlers_parallelhandler.parallelhandler.html#handlers","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"util/handlers/ParallelHandler.ParallelHandler"},{"id":2246,"kind":2048,"name":"canHandle","url":"classes/util_handlers_parallelhandler.parallelhandler.html#canhandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"util/handlers/ParallelHandler.ParallelHandler"},{"id":2247,"kind":2048,"name":"handle","url":"classes/util_handlers_parallelhandler.parallelhandler.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"util/handlers/ParallelHandler.ParallelHandler"},{"id":2248,"kind":2048,"name":"handleSafe","url":"classes/util_handlers_parallelhandler.parallelhandler.html#handlesafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"util/handlers/ParallelHandler.ParallelHandler"},{"id":2249,"kind":1,"name":"util/handlers/SequenceHandler","url":"modules/util_handlers_sequencehandler.html","classes":"tsd-kind-module"},{"id":2250,"kind":128,"name":"SequenceHandler","url":"classes/util_handlers_sequencehandler.sequencehandler.html","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"util/handlers/SequenceHandler"},{"id":2251,"kind":512,"name":"constructor","url":"classes/util_handlers_sequencehandler.sequencehandler.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter tsd-is-overwrite","parent":"util/handlers/SequenceHandler.SequenceHandler"},{"id":2252,"kind":1024,"name":"handlers","url":"classes/util_handlers_sequencehandler.sequencehandler.html#handlers","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"util/handlers/SequenceHandler.SequenceHandler"},{"id":2253,"kind":2048,"name":"handle","url":"classes/util_handlers_sequencehandler.sequencehandler.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"util/handlers/SequenceHandler.SequenceHandler"},{"id":2254,"kind":2048,"name":"canHandle","url":"classes/util_handlers_sequencehandler.sequencehandler.html#canhandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"util/handlers/SequenceHandler.SequenceHandler"},{"id":2255,"kind":2048,"name":"handleSafe","url":"classes/util_handlers_sequencehandler.sequencehandler.html#handlesafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"util/handlers/SequenceHandler.SequenceHandler"},{"id":2256,"kind":1,"name":"util/handlers/UnsupportedAsyncHandler","url":"modules/util_handlers_unsupportedasynchandler.html","classes":"tsd-kind-module"},{"id":2257,"kind":128,"name":"UnsupportedAsyncHandler","url":"classes/util_handlers_unsupportedasynchandler.unsupportedasynchandler.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"util/handlers/UnsupportedAsyncHandler"},{"id":2258,"kind":512,"name":"constructor","url":"classes/util_handlers_unsupportedasynchandler.unsupportedasynchandler.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"util/handlers/UnsupportedAsyncHandler.UnsupportedAsyncHandler"},{"id":2259,"kind":1024,"name":"errorMessage","url":"classes/util_handlers_unsupportedasynchandler.unsupportedasynchandler.html#errormessage","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"util/handlers/UnsupportedAsyncHandler.UnsupportedAsyncHandler"},{"id":2260,"kind":2048,"name":"canHandle","url":"classes/util_handlers_unsupportedasynchandler.unsupportedasynchandler.html#canhandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"util/handlers/UnsupportedAsyncHandler.UnsupportedAsyncHandler"},{"id":2261,"kind":2048,"name":"handle","url":"classes/util_handlers_unsupportedasynchandler.unsupportedasynchandler.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"util/handlers/UnsupportedAsyncHandler.UnsupportedAsyncHandler"},{"id":2262,"kind":2048,"name":"handleSafe","url":"classes/util_handlers_unsupportedasynchandler.unsupportedasynchandler.html#handlesafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"util/handlers/UnsupportedAsyncHandler.UnsupportedAsyncHandler"},{"id":2263,"kind":1,"name":"util/handlers/WaterfallHandler","url":"modules/util_handlers_waterfallhandler.html","classes":"tsd-kind-module"},{"id":2264,"kind":128,"name":"WaterfallHandler","url":"classes/util_handlers_waterfallhandler.waterfallhandler.html","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"util/handlers/WaterfallHandler"},{"id":2265,"kind":512,"name":"constructor","url":"classes/util_handlers_waterfallhandler.waterfallhandler.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter","parent":"util/handlers/WaterfallHandler.WaterfallHandler"},{"id":2266,"kind":1024,"name":"logger","url":"classes/util_handlers_waterfallhandler.waterfallhandler.html#logger","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"util/handlers/WaterfallHandler.WaterfallHandler"},{"id":2267,"kind":1024,"name":"handlers","url":"classes/util_handlers_waterfallhandler.waterfallhandler.html#handlers","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"util/handlers/WaterfallHandler.WaterfallHandler"},{"id":2268,"kind":2048,"name":"canHandle","url":"classes/util_handlers_waterfallhandler.waterfallhandler.html#canhandle","classes":"tsd-kind-method tsd-parent-kind-class","parent":"util/handlers/WaterfallHandler.WaterfallHandler"},{"id":2269,"kind":2048,"name":"handle","url":"classes/util_handlers_waterfallhandler.waterfallhandler.html#handle","classes":"tsd-kind-method tsd-parent-kind-class","parent":"util/handlers/WaterfallHandler.WaterfallHandler"},{"id":2270,"kind":2048,"name":"handleSafe","url":"classes/util_handlers_waterfallhandler.waterfallhandler.html#handlesafe","classes":"tsd-kind-method tsd-parent-kind-class","parent":"util/handlers/WaterfallHandler.WaterfallHandler"},{"id":2271,"kind":2048,"name":"findHandler","url":"classes/util_handlers_waterfallhandler.waterfallhandler.html#findhandler","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"util/handlers/WaterfallHandler.WaterfallHandler"},{"id":2272,"kind":1,"name":"util/identifiers/BaseIdentifierStrategy","url":"modules/util_identifiers_baseidentifierstrategy.html","classes":"tsd-kind-module"},{"id":2273,"kind":128,"name":"BaseIdentifierStrategy","url":"classes/util_identifiers_baseidentifierstrategy.baseidentifierstrategy.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"util/identifiers/BaseIdentifierStrategy"},{"id":2274,"kind":512,"name":"constructor","url":"classes/util_identifiers_baseidentifierstrategy.baseidentifierstrategy.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"util/identifiers/BaseIdentifierStrategy.BaseIdentifierStrategy"},{"id":2275,"kind":2048,"name":"supportsIdentifier","url":"classes/util_identifiers_baseidentifierstrategy.baseidentifierstrategy.html#supportsidentifier","classes":"tsd-kind-method tsd-parent-kind-class","parent":"util/identifiers/BaseIdentifierStrategy.BaseIdentifierStrategy"},{"id":2276,"kind":2048,"name":"getParentContainer","url":"classes/util_identifiers_baseidentifierstrategy.baseidentifierstrategy.html#getparentcontainer","classes":"tsd-kind-method tsd-parent-kind-class","parent":"util/identifiers/BaseIdentifierStrategy.BaseIdentifierStrategy"},{"id":2277,"kind":2048,"name":"isRootContainer","url":"classes/util_identifiers_baseidentifierstrategy.baseidentifierstrategy.html#isrootcontainer","classes":"tsd-kind-method tsd-parent-kind-class","parent":"util/identifiers/BaseIdentifierStrategy.BaseIdentifierStrategy"},{"id":2278,"kind":1,"name":"util/identifiers/IdentifierStrategy","url":"modules/util_identifiers_identifierstrategy.html","classes":"tsd-kind-module"},{"id":2279,"kind":256,"name":"IdentifierStrategy","url":"interfaces/util_identifiers_identifierstrategy.identifierstrategy.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"util/identifiers/IdentifierStrategy"},{"id":2280,"kind":1024,"name":"supportsIdentifier","url":"interfaces/util_identifiers_identifierstrategy.identifierstrategy.html#supportsidentifier","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"util/identifiers/IdentifierStrategy.IdentifierStrategy"},{"id":2281,"kind":65536,"name":"__type","url":"interfaces/util_identifiers_identifierstrategy.identifierstrategy.html#__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"util/identifiers/IdentifierStrategy.IdentifierStrategy"},{"id":2282,"kind":1024,"name":"getParentContainer","url":"interfaces/util_identifiers_identifierstrategy.identifierstrategy.html#getparentcontainer","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"util/identifiers/IdentifierStrategy.IdentifierStrategy"},{"id":2283,"kind":65536,"name":"__type","url":"interfaces/util_identifiers_identifierstrategy.identifierstrategy.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"util/identifiers/IdentifierStrategy.IdentifierStrategy"},{"id":2284,"kind":1024,"name":"isRootContainer","url":"interfaces/util_identifiers_identifierstrategy.identifierstrategy.html#isrootcontainer","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"util/identifiers/IdentifierStrategy.IdentifierStrategy"},{"id":2285,"kind":65536,"name":"__type","url":"interfaces/util_identifiers_identifierstrategy.identifierstrategy.html#__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"util/identifiers/IdentifierStrategy.IdentifierStrategy"},{"id":2286,"kind":1,"name":"util/identifiers/SingleRootIdentifierStrategy","url":"modules/util_identifiers_singlerootidentifierstrategy.html","classes":"tsd-kind-module"},{"id":2287,"kind":128,"name":"SingleRootIdentifierStrategy","url":"classes/util_identifiers_singlerootidentifierstrategy.singlerootidentifierstrategy.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"util/identifiers/SingleRootIdentifierStrategy"},{"id":2288,"kind":512,"name":"constructor","url":"classes/util_identifiers_singlerootidentifierstrategy.singlerootidentifierstrategy.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"util/identifiers/SingleRootIdentifierStrategy.SingleRootIdentifierStrategy"},{"id":2289,"kind":1024,"name":"baseUrl","url":"classes/util_identifiers_singlerootidentifierstrategy.singlerootidentifierstrategy.html#baseurl","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"util/identifiers/SingleRootIdentifierStrategy.SingleRootIdentifierStrategy"},{"id":2290,"kind":1024,"name":"logger","url":"classes/util_identifiers_singlerootidentifierstrategy.singlerootidentifierstrategy.html#logger","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"util/identifiers/SingleRootIdentifierStrategy.SingleRootIdentifierStrategy"},{"id":2291,"kind":2048,"name":"supportsIdentifier","url":"classes/util_identifiers_singlerootidentifierstrategy.singlerootidentifierstrategy.html#supportsidentifier","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"util/identifiers/SingleRootIdentifierStrategy.SingleRootIdentifierStrategy"},{"id":2292,"kind":2048,"name":"isRootContainer","url":"classes/util_identifiers_singlerootidentifierstrategy.singlerootidentifierstrategy.html#isrootcontainer","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"util/identifiers/SingleRootIdentifierStrategy.SingleRootIdentifierStrategy"},{"id":2293,"kind":2048,"name":"getParentContainer","url":"classes/util_identifiers_singlerootidentifierstrategy.singlerootidentifierstrategy.html#getparentcontainer","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"util/identifiers/SingleRootIdentifierStrategy.SingleRootIdentifierStrategy"},{"id":2294,"kind":1,"name":"util/identifiers/SubdomainIdentifierStrategy","url":"modules/util_identifiers_subdomainidentifierstrategy.html","classes":"tsd-kind-module"},{"id":2295,"kind":128,"name":"SubdomainIdentifierStrategy","url":"classes/util_identifiers_subdomainidentifierstrategy.subdomainidentifierstrategy.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"util/identifiers/SubdomainIdentifierStrategy"},{"id":2296,"kind":512,"name":"constructor","url":"classes/util_identifiers_subdomainidentifierstrategy.subdomainidentifierstrategy.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"util/identifiers/SubdomainIdentifierStrategy.SubdomainIdentifierStrategy"},{"id":2297,"kind":1024,"name":"baseUrl","url":"classes/util_identifiers_subdomainidentifierstrategy.subdomainidentifierstrategy.html#baseurl","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"util/identifiers/SubdomainIdentifierStrategy.SubdomainIdentifierStrategy"},{"id":2298,"kind":1024,"name":"regex","url":"classes/util_identifiers_subdomainidentifierstrategy.subdomainidentifierstrategy.html#regex","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"util/identifiers/SubdomainIdentifierStrategy.SubdomainIdentifierStrategy"},{"id":2299,"kind":1024,"name":"logger","url":"classes/util_identifiers_subdomainidentifierstrategy.subdomainidentifierstrategy.html#logger","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"util/identifiers/SubdomainIdentifierStrategy.SubdomainIdentifierStrategy"},{"id":2300,"kind":2048,"name":"supportsIdentifier","url":"classes/util_identifiers_subdomainidentifierstrategy.subdomainidentifierstrategy.html#supportsidentifier","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"util/identifiers/SubdomainIdentifierStrategy.SubdomainIdentifierStrategy"},{"id":2301,"kind":2048,"name":"isRootContainer","url":"classes/util_identifiers_subdomainidentifierstrategy.subdomainidentifierstrategy.html#isrootcontainer","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"util/identifiers/SubdomainIdentifierStrategy.SubdomainIdentifierStrategy"},{"id":2302,"kind":2048,"name":"getParentContainer","url":"classes/util_identifiers_subdomainidentifierstrategy.subdomainidentifierstrategy.html#getparentcontainer","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"util/identifiers/SubdomainIdentifierStrategy.SubdomainIdentifierStrategy"},{"id":2303,"kind":1,"name":"util/locking/EqualReadWriteLocker","url":"modules/util_locking_equalreadwritelocker.html","classes":"tsd-kind-module"},{"id":2304,"kind":128,"name":"EqualReadWriteLocker","url":"classes/util_locking_equalreadwritelocker.equalreadwritelocker.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"util/locking/EqualReadWriteLocker"},{"id":2305,"kind":512,"name":"constructor","url":"classes/util_locking_equalreadwritelocker.equalreadwritelocker.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"util/locking/EqualReadWriteLocker.EqualReadWriteLocker"},{"id":2306,"kind":1024,"name":"locker","url":"classes/util_locking_equalreadwritelocker.equalreadwritelocker.html#locker","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"util/locking/EqualReadWriteLocker.EqualReadWriteLocker"},{"id":2307,"kind":2048,"name":"withReadLock","url":"classes/util_locking_equalreadwritelocker.equalreadwritelocker.html#withreadlock","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"util/locking/EqualReadWriteLocker.EqualReadWriteLocker"},{"id":2308,"kind":2048,"name":"withWriteLock","url":"classes/util_locking_equalreadwritelocker.equalreadwritelocker.html#withwritelock","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"util/locking/EqualReadWriteLocker.EqualReadWriteLocker"},{"id":2309,"kind":2048,"name":"withLock","url":"classes/util_locking_equalreadwritelocker.equalreadwritelocker.html#withlock","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-private","parent":"util/locking/EqualReadWriteLocker.EqualReadWriteLocker"},{"id":2310,"kind":1,"name":"util/locking/ExpiringReadWriteLocker","url":"modules/util_locking_expiringreadwritelocker.html","classes":"tsd-kind-module"},{"id":2311,"kind":256,"name":"ExpiringReadWriteLocker","url":"interfaces/util_locking_expiringreadwritelocker.expiringreadwritelocker.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"util/locking/ExpiringReadWriteLocker"},{"id":2312,"kind":1024,"name":"withReadLock","url":"interfaces/util_locking_expiringreadwritelocker.expiringreadwritelocker.html#withreadlock","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"util/locking/ExpiringReadWriteLocker.ExpiringReadWriteLocker"},{"id":2313,"kind":65536,"name":"__type","url":"interfaces/util_locking_expiringreadwritelocker.expiringreadwritelocker.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-interface tsd-has-type-parameter","parent":"util/locking/ExpiringReadWriteLocker.ExpiringReadWriteLocker"},{"id":2314,"kind":1024,"name":"withWriteLock","url":"interfaces/util_locking_expiringreadwritelocker.expiringreadwritelocker.html#withwritelock","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"util/locking/ExpiringReadWriteLocker.ExpiringReadWriteLocker"},{"id":2315,"kind":65536,"name":"__type","url":"interfaces/util_locking_expiringreadwritelocker.expiringreadwritelocker.html#__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-interface tsd-has-type-parameter","parent":"util/locking/ExpiringReadWriteLocker.ExpiringReadWriteLocker"},{"id":2316,"kind":1,"name":"util/locking/GreedyReadWriteLocker","url":"modules/util_locking_greedyreadwritelocker.html","classes":"tsd-kind-module"},{"id":2317,"kind":256,"name":"GreedyReadWriteSuffixes","url":"interfaces/util_locking_greedyreadwritelocker.greedyreadwritesuffixes.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"util/locking/GreedyReadWriteLocker"},{"id":2318,"kind":1024,"name":"count","url":"interfaces/util_locking_greedyreadwritelocker.greedyreadwritesuffixes.html#count","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"util/locking/GreedyReadWriteLocker.GreedyReadWriteSuffixes"},{"id":2319,"kind":1024,"name":"read","url":"interfaces/util_locking_greedyreadwritelocker.greedyreadwritesuffixes.html#read","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"util/locking/GreedyReadWriteLocker.GreedyReadWriteSuffixes"},{"id":2320,"kind":1024,"name":"write","url":"interfaces/util_locking_greedyreadwritelocker.greedyreadwritesuffixes.html#write","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"util/locking/GreedyReadWriteLocker.GreedyReadWriteSuffixes"},{"id":2321,"kind":128,"name":"GreedyReadWriteLocker","url":"classes/util_locking_greedyreadwritelocker.greedyreadwritelocker.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"util/locking/GreedyReadWriteLocker"},{"id":2322,"kind":512,"name":"constructor","url":"classes/util_locking_greedyreadwritelocker.greedyreadwritelocker.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"util/locking/GreedyReadWriteLocker.GreedyReadWriteLocker"},{"id":2323,"kind":1024,"name":"locker","url":"classes/util_locking_greedyreadwritelocker.greedyreadwritelocker.html#locker","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"util/locking/GreedyReadWriteLocker.GreedyReadWriteLocker"},{"id":2324,"kind":1024,"name":"storage","url":"classes/util_locking_greedyreadwritelocker.greedyreadwritelocker.html#storage","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"util/locking/GreedyReadWriteLocker.GreedyReadWriteLocker"},{"id":2325,"kind":1024,"name":"suffixes","url":"classes/util_locking_greedyreadwritelocker.greedyreadwritelocker.html#suffixes","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"util/locking/GreedyReadWriteLocker.GreedyReadWriteLocker"},{"id":2326,"kind":2048,"name":"withReadLock","url":"classes/util_locking_greedyreadwritelocker.greedyreadwritelocker.html#withreadlock","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"util/locking/GreedyReadWriteLocker.GreedyReadWriteLocker"},{"id":2327,"kind":2048,"name":"withWriteLock","url":"classes/util_locking_greedyreadwritelocker.greedyreadwritelocker.html#withwritelock","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"util/locking/GreedyReadWriteLocker.GreedyReadWriteLocker"},{"id":2328,"kind":2048,"name":"getCountKey","url":"classes/util_locking_greedyreadwritelocker.greedyreadwritelocker.html#getcountkey","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"util/locking/GreedyReadWriteLocker.GreedyReadWriteLocker"},{"id":2329,"kind":2048,"name":"getReadLockKey","url":"classes/util_locking_greedyreadwritelocker.greedyreadwritelocker.html#getreadlockkey","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"util/locking/GreedyReadWriteLocker.GreedyReadWriteLocker"},{"id":2330,"kind":2048,"name":"getWriteLockKey","url":"classes/util_locking_greedyreadwritelocker.greedyreadwritelocker.html#getwritelockkey","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"util/locking/GreedyReadWriteLocker.GreedyReadWriteLocker"},{"id":2331,"kind":2048,"name":"preReadSetup","url":"classes/util_locking_greedyreadwritelocker.greedyreadwritelocker.html#prereadsetup","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"util/locking/GreedyReadWriteLocker.GreedyReadWriteLocker"},{"id":2332,"kind":2048,"name":"postReadCleanup","url":"classes/util_locking_greedyreadwritelocker.greedyreadwritelocker.html#postreadcleanup","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"util/locking/GreedyReadWriteLocker.GreedyReadWriteLocker"},{"id":2333,"kind":2048,"name":"withInternalReadLock","url":"classes/util_locking_greedyreadwritelocker.greedyreadwritelocker.html#withinternalreadlock","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-private","parent":"util/locking/GreedyReadWriteLocker.GreedyReadWriteLocker"},{"id":2334,"kind":2048,"name":"incrementCount","url":"classes/util_locking_greedyreadwritelocker.greedyreadwritelocker.html#incrementcount","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"util/locking/GreedyReadWriteLocker.GreedyReadWriteLocker"},{"id":2335,"kind":1,"name":"util/locking/ReadWriteLocker","url":"modules/util_locking_readwritelocker.html","classes":"tsd-kind-module"},{"id":2336,"kind":256,"name":"ReadWriteLocker","url":"interfaces/util_locking_readwritelocker.readwritelocker.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"util/locking/ReadWriteLocker"},{"id":2337,"kind":1024,"name":"withReadLock","url":"interfaces/util_locking_readwritelocker.readwritelocker.html#withreadlock","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"util/locking/ReadWriteLocker.ReadWriteLocker"},{"id":2338,"kind":65536,"name":"__type","url":"interfaces/util_locking_readwritelocker.readwritelocker.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-interface tsd-has-type-parameter","parent":"util/locking/ReadWriteLocker.ReadWriteLocker"},{"id":2339,"kind":1024,"name":"withWriteLock","url":"interfaces/util_locking_readwritelocker.readwritelocker.html#withwritelock","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"util/locking/ReadWriteLocker.ReadWriteLocker"},{"id":2340,"kind":65536,"name":"__type","url":"interfaces/util_locking_readwritelocker.readwritelocker.html#__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-interface tsd-has-type-parameter","parent":"util/locking/ReadWriteLocker.ReadWriteLocker"},{"id":2341,"kind":1,"name":"util/locking/RedisResourceLocker","url":"modules/util_locking_redisresourcelocker.html","classes":"tsd-kind-module"},{"id":2342,"kind":128,"name":"RedisResourceLocker","url":"classes/util_locking_redisresourcelocker.redisresourcelocker.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"util/locking/RedisResourceLocker"},{"id":2343,"kind":512,"name":"constructor","url":"classes/util_locking_redisresourcelocker.redisresourcelocker.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"util/locking/RedisResourceLocker.RedisResourceLocker"},{"id":2344,"kind":1024,"name":"logger","url":"classes/util_locking_redisresourcelocker.redisresourcelocker.html#logger","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"util/locking/RedisResourceLocker.RedisResourceLocker"},{"id":2345,"kind":1024,"name":"redlock","url":"classes/util_locking_redisresourcelocker.redisresourcelocker.html#redlock","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"util/locking/RedisResourceLocker.RedisResourceLocker"},{"id":2346,"kind":1024,"name":"lockMap","url":"classes/util_locking_redisresourcelocker.redisresourcelocker.html#lockmap","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"util/locking/RedisResourceLocker.RedisResourceLocker"},{"id":2347,"kind":2048,"name":"createRedisClients","url":"classes/util_locking_redisresourcelocker.redisresourcelocker.html#createredisclients","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"util/locking/RedisResourceLocker.RedisResourceLocker"},{"id":2348,"kind":2048,"name":"createRedlock","url":"classes/util_locking_redisresourcelocker.redisresourcelocker.html#createredlock","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"util/locking/RedisResourceLocker.RedisResourceLocker"},{"id":2349,"kind":2048,"name":"finalize","url":"classes/util_locking_redisresourcelocker.redisresourcelocker.html#finalize","classes":"tsd-kind-method tsd-parent-kind-class","parent":"util/locking/RedisResourceLocker.RedisResourceLocker"},{"id":2350,"kind":2048,"name":"acquire","url":"classes/util_locking_redisresourcelocker.redisresourcelocker.html#acquire","classes":"tsd-kind-method tsd-parent-kind-class","parent":"util/locking/RedisResourceLocker.RedisResourceLocker"},{"id":2351,"kind":2048,"name":"release","url":"classes/util_locking_redisresourcelocker.redisresourcelocker.html#release","classes":"tsd-kind-method tsd-parent-kind-class","parent":"util/locking/RedisResourceLocker.RedisResourceLocker"},{"id":2352,"kind":2048,"name":"getLockCount","url":"classes/util_locking_redisresourcelocker.redisresourcelocker.html#getlockcount","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"util/locking/RedisResourceLocker.RedisResourceLocker"},{"id":2353,"kind":2048,"name":"extendLockIndefinitely","url":"classes/util_locking_redisresourcelocker.redisresourcelocker.html#extendlockindefinitely","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"util/locking/RedisResourceLocker.RedisResourceLocker"},{"id":2354,"kind":1,"name":"util/locking/ResourceLocker","url":"modules/util_locking_resourcelocker.html","classes":"tsd-kind-module"},{"id":2355,"kind":256,"name":"ResourceLocker","url":"interfaces/util_locking_resourcelocker.resourcelocker.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"util/locking/ResourceLocker"},{"id":2356,"kind":1024,"name":"acquire","url":"interfaces/util_locking_resourcelocker.resourcelocker.html#acquire","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"util/locking/ResourceLocker.ResourceLocker"},{"id":2357,"kind":65536,"name":"__type","url":"interfaces/util_locking_resourcelocker.resourcelocker.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"util/locking/ResourceLocker.ResourceLocker"},{"id":2358,"kind":1024,"name":"release","url":"interfaces/util_locking_resourcelocker.resourcelocker.html#release","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"util/locking/ResourceLocker.ResourceLocker"},{"id":2359,"kind":65536,"name":"__type","url":"interfaces/util_locking_resourcelocker.resourcelocker.html#__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"util/locking/ResourceLocker.ResourceLocker"},{"id":2360,"kind":1,"name":"util/locking/SingleThreadedResourceLocker","url":"modules/util_locking_singlethreadedresourcelocker.html","classes":"tsd-kind-module"},{"id":2361,"kind":128,"name":"SingleThreadedResourceLocker","url":"classes/util_locking_singlethreadedresourcelocker.singlethreadedresourcelocker.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"util/locking/SingleThreadedResourceLocker"},{"id":2362,"kind":512,"name":"constructor","url":"classes/util_locking_singlethreadedresourcelocker.singlethreadedresourcelocker.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"util/locking/SingleThreadedResourceLocker.SingleThreadedResourceLocker"},{"id":2363,"kind":1024,"name":"logger","url":"classes/util_locking_singlethreadedresourcelocker.singlethreadedresourcelocker.html#logger","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"util/locking/SingleThreadedResourceLocker.SingleThreadedResourceLocker"},{"id":2364,"kind":1024,"name":"locker","url":"classes/util_locking_singlethreadedresourcelocker.singlethreadedresourcelocker.html#locker","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"util/locking/SingleThreadedResourceLocker.SingleThreadedResourceLocker"},{"id":2365,"kind":1024,"name":"unlockCallbacks","url":"classes/util_locking_singlethreadedresourcelocker.singlethreadedresourcelocker.html#unlockcallbacks","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"util/locking/SingleThreadedResourceLocker.SingleThreadedResourceLocker"},{"id":2366,"kind":2048,"name":"acquire","url":"classes/util_locking_singlethreadedresourcelocker.singlethreadedresourcelocker.html#acquire","classes":"tsd-kind-method tsd-parent-kind-class","parent":"util/locking/SingleThreadedResourceLocker.SingleThreadedResourceLocker"},{"id":2367,"kind":2048,"name":"release","url":"classes/util_locking_singlethreadedresourcelocker.singlethreadedresourcelocker.html#release","classes":"tsd-kind-method tsd-parent-kind-class","parent":"util/locking/SingleThreadedResourceLocker.SingleThreadedResourceLocker"},{"id":2368,"kind":2048,"name":"getLockCount","url":"classes/util_locking_singlethreadedresourcelocker.singlethreadedresourcelocker.html#getlockcount","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"util/locking/SingleThreadedResourceLocker.SingleThreadedResourceLocker"},{"id":2369,"kind":1,"name":"util/locking/WrappedExpiringReadWriteLocker","url":"modules/util_locking_wrappedexpiringreadwritelocker.html","classes":"tsd-kind-module"},{"id":2370,"kind":128,"name":"WrappedExpiringReadWriteLocker","url":"classes/util_locking_wrappedexpiringreadwritelocker.wrappedexpiringreadwritelocker.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"util/locking/WrappedExpiringReadWriteLocker"},{"id":2371,"kind":512,"name":"constructor","url":"classes/util_locking_wrappedexpiringreadwritelocker.wrappedexpiringreadwritelocker.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"util/locking/WrappedExpiringReadWriteLocker.WrappedExpiringReadWriteLocker"},{"id":2372,"kind":1024,"name":"logger","url":"classes/util_locking_wrappedexpiringreadwritelocker.wrappedexpiringreadwritelocker.html#logger","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"util/locking/WrappedExpiringReadWriteLocker.WrappedExpiringReadWriteLocker"},{"id":2373,"kind":1024,"name":"locker","url":"classes/util_locking_wrappedexpiringreadwritelocker.wrappedexpiringreadwritelocker.html#locker","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"util/locking/WrappedExpiringReadWriteLocker.WrappedExpiringReadWriteLocker"},{"id":2374,"kind":1024,"name":"expiration","url":"classes/util_locking_wrappedexpiringreadwritelocker.wrappedexpiringreadwritelocker.html#expiration","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"util/locking/WrappedExpiringReadWriteLocker.WrappedExpiringReadWriteLocker"},{"id":2375,"kind":2048,"name":"withReadLock","url":"classes/util_locking_wrappedexpiringreadwritelocker.wrappedexpiringreadwritelocker.html#withreadlock","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"util/locking/WrappedExpiringReadWriteLocker.WrappedExpiringReadWriteLocker"},{"id":2376,"kind":2048,"name":"withWriteLock","url":"classes/util_locking_wrappedexpiringreadwritelocker.wrappedexpiringreadwritelocker.html#withwritelock","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"util/locking/WrappedExpiringReadWriteLocker.WrappedExpiringReadWriteLocker"},{"id":2377,"kind":2048,"name":"expiringPromise","url":"classes/util_locking_wrappedexpiringreadwritelocker.wrappedexpiringreadwritelocker.html#expiringpromise","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-private","parent":"util/locking/WrappedExpiringReadWriteLocker.WrappedExpiringReadWriteLocker"},{"id":2378,"kind":1,"name":"util/templates/ChainedTemplateEngine","url":"modules/util_templates_chainedtemplateengine.html","classes":"tsd-kind-module"},{"id":2379,"kind":128,"name":"ChainedTemplateEngine","url":"classes/util_templates_chainedtemplateengine.chainedtemplateengine.html","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"util/templates/ChainedTemplateEngine"},{"id":2380,"kind":512,"name":"constructor","url":"classes/util_templates_chainedtemplateengine.chainedtemplateengine.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter","parent":"util/templates/ChainedTemplateEngine.ChainedTemplateEngine"},{"id":2381,"kind":1024,"name":"firstEngine","url":"classes/util_templates_chainedtemplateengine.chainedtemplateengine.html#firstengine","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"util/templates/ChainedTemplateEngine.ChainedTemplateEngine"},{"id":2382,"kind":1024,"name":"chainedEngines","url":"classes/util_templates_chainedtemplateengine.chainedtemplateengine.html#chainedengines","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"util/templates/ChainedTemplateEngine.ChainedTemplateEngine"},{"id":2383,"kind":1024,"name":"renderedName","url":"classes/util_templates_chainedtemplateengine.chainedtemplateengine.html#renderedname","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"util/templates/ChainedTemplateEngine.ChainedTemplateEngine"},{"id":2384,"kind":2048,"name":"render","url":"classes/util_templates_chainedtemplateengine.chainedtemplateengine.html#render","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"util/templates/ChainedTemplateEngine.ChainedTemplateEngine"},{"id":2385,"kind":1,"name":"util/templates/EjsTemplateEngine","url":"modules/util_templates_ejstemplateengine.html","classes":"tsd-kind-module"},{"id":2386,"kind":128,"name":"EjsTemplateEngine","url":"classes/util_templates_ejstemplateengine.ejstemplateengine.html","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"util/templates/EjsTemplateEngine"},{"id":2387,"kind":512,"name":"constructor","url":"classes/util_templates_ejstemplateengine.ejstemplateengine.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter","parent":"util/templates/EjsTemplateEngine.EjsTemplateEngine"},{"id":2388,"kind":1024,"name":"applyTemplate","url":"classes/util_templates_ejstemplateengine.ejstemplateengine.html#applytemplate","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"util/templates/EjsTemplateEngine.EjsTemplateEngine"},{"id":2389,"kind":2048,"name":"render","url":"classes/util_templates_ejstemplateengine.ejstemplateengine.html#render","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"util/templates/EjsTemplateEngine.EjsTemplateEngine"},{"id":2390,"kind":1,"name":"util/templates/HandlebarsTemplateEngine","url":"modules/util_templates_handlebarstemplateengine.html","classes":"tsd-kind-module"},{"id":2391,"kind":128,"name":"HandlebarsTemplateEngine","url":"classes/util_templates_handlebarstemplateengine.handlebarstemplateengine.html","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"util/templates/HandlebarsTemplateEngine"},{"id":2392,"kind":512,"name":"constructor","url":"classes/util_templates_handlebarstemplateengine.handlebarstemplateengine.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter","parent":"util/templates/HandlebarsTemplateEngine.HandlebarsTemplateEngine"},{"id":2393,"kind":1024,"name":"applyTemplate","url":"classes/util_templates_handlebarstemplateengine.handlebarstemplateengine.html#applytemplate","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"util/templates/HandlebarsTemplateEngine.HandlebarsTemplateEngine"},{"id":2394,"kind":2048,"name":"render","url":"classes/util_templates_handlebarstemplateengine.handlebarstemplateengine.html#render","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"util/templates/HandlebarsTemplateEngine.HandlebarsTemplateEngine"},{"id":2395,"kind":1,"name":"util/templates/TemplateEngine","url":"modules/util_templates_templateengine.html","classes":"tsd-kind-module"},{"id":2396,"kind":64,"name":"readTemplate","url":"modules/util_templates_templateengine.html#readtemplate","classes":"tsd-kind-function tsd-parent-kind-module","parent":"util/templates/TemplateEngine"},{"id":2397,"kind":4194304,"name":"Template","url":"modules/util_templates_templateengine.html#template","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"util/templates/TemplateEngine"},{"id":2398,"kind":4194304,"name":"TemplateFileName","url":"modules/util_templates_templateengine.html#templatefilename","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"util/templates/TemplateEngine"},{"id":2399,"kind":256,"name":"TemplateString","url":"interfaces/util_templates_templateengine.templatestring.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"util/templates/TemplateEngine"},{"id":2400,"kind":1024,"name":"templateString","url":"interfaces/util_templates_templateengine.templatestring.html#templatestring","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"util/templates/TemplateEngine.TemplateString"},{"id":2401,"kind":256,"name":"TemplatePath","url":"interfaces/util_templates_templateengine.templatepath.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"util/templates/TemplateEngine"},{"id":2402,"kind":1024,"name":"templateFile","url":"interfaces/util_templates_templateengine.templatepath.html#templatefile","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"util/templates/TemplateEngine.TemplatePath"},{"id":2403,"kind":1024,"name":"templatePath","url":"interfaces/util_templates_templateengine.templatepath.html#templatepath","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"util/templates/TemplateEngine.TemplatePath"},{"id":2404,"kind":256,"name":"TemplateEngine","url":"interfaces/util_templates_templateengine.templateengine.html","classes":"tsd-kind-interface tsd-parent-kind-module tsd-has-type-parameter","parent":"util/templates/TemplateEngine"},{"id":2405,"kind":2048,"name":"render","url":"interfaces/util_templates_templateengine.templateengine.html#render","classes":"tsd-kind-method tsd-parent-kind-interface tsd-has-type-parameter","parent":"util/templates/TemplateEngine.TemplateEngine"},{"id":2406,"kind":16777216,"name":"BearerWebIdExtractor","url":"modules/index.html#bearerwebidextractor","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2407,"kind":16777216,"name":"Credentials","url":"modules/index.html#credentials","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2408,"kind":16777216,"name":"CredentialsExtractor","url":"modules/index.html#credentialsextractor","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2409,"kind":16777216,"name":"DPoPWebIdExtractor","url":"modules/index.html#dpopwebidextractor","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2410,"kind":16777216,"name":"EmptyCredentialsExtractor","url":"modules/index.html#emptycredentialsextractor","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2411,"kind":16777216,"name":"UnsecureConstantCredentialsExtractor","url":"modules/index.html#unsecureconstantcredentialsextractor","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2412,"kind":16777216,"name":"UnsecureWebIdExtractor","url":"modules/index.html#unsecurewebidextractor","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2413,"kind":16777216,"name":"AllowAllAuthorizer","url":"modules/index.html#allowallauthorizer","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2414,"kind":16777216,"name":"Authorization","url":"modules/index.html#authorization","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2415,"kind":16777216,"name":"Authorizer","url":"modules/index.html#authorizer","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2416,"kind":16777216,"name":"AuthorizerArgs","url":"modules/index.html#authorizerargs","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2417,"kind":16777216,"name":"AuxiliaryAuthorizer","url":"modules/index.html#auxiliaryauthorizer","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2418,"kind":16777216,"name":"DenyAllAuthorizer","url":"modules/index.html#denyallauthorizer","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2419,"kind":16777216,"name":"PathBasedAuthorizer","url":"modules/index.html#pathbasedauthorizer","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2420,"kind":16777216,"name":"WebAclAuthorization","url":"modules/index.html#webaclauthorization","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2421,"kind":16777216,"name":"WebAclAuthorizer","url":"modules/index.html#webaclauthorizer","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2422,"kind":16777216,"name":"IdentityProviderFactoryArgs","url":"modules/index.html#identityproviderfactoryargs","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2423,"kind":16777216,"name":"IdentityProviderFactory","url":"modules/index.html#identityproviderfactory","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2424,"kind":16777216,"name":"ProviderFactory","url":"modules/index.html#providerfactory","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2425,"kind":16777216,"name":"Interaction","url":"modules/index.html#interaction","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2426,"kind":16777216,"name":"InteractionHandlerInput","url":"modules/index.html#interactionhandlerinput","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2427,"kind":16777216,"name":"InteractionHandlerResult","url":"modules/index.html#interactionhandlerresult","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2428,"kind":16777216,"name":"InteractionResponseResult","url":"modules/index.html#interactionresponseresult","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2429,"kind":16777216,"name":"InteractionCompleteResult","url":"modules/index.html#interactioncompleteresult","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2430,"kind":16777216,"name":"InteractionHandler","url":"modules/index.html#interactionhandler","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2431,"kind":16777216,"name":"ForgotPasswordHandlerArgs","url":"modules/index.html#forgotpasswordhandlerargs","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2432,"kind":16777216,"name":"ForgotPasswordHandler","url":"modules/index.html#forgotpasswordhandler","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2433,"kind":16777216,"name":"LoginHandler","url":"modules/index.html#loginhandler","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2434,"kind":16777216,"name":"RegistrationHandlerArgs","url":"modules/index.html#registrationhandlerargs","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2435,"kind":16777216,"name":"RegistrationHandler","url":"modules/index.html#registrationhandler","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2436,"kind":16777216,"name":"ResetPasswordHandler","url":"modules/index.html#resetpasswordhandler","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2437,"kind":16777216,"name":"AccountStore","url":"modules/index.html#accountstore","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2438,"kind":16777216,"name":"AccountPayload","url":"modules/index.html#accountpayload","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2439,"kind":16777216,"name":"ForgotPasswordPayload","url":"modules/index.html#forgotpasswordpayload","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2440,"kind":16777216,"name":"EmailPasswordData","url":"modules/index.html#emailpassworddata","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2441,"kind":16777216,"name":"BaseAccountStoreArgs","url":"modules/index.html#baseaccountstoreargs","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2442,"kind":16777216,"name":"BaseAccountStore","url":"modules/index.html#baseaccountstore","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2443,"kind":16777216,"name":"throwIdpInteractionError","url":"modules/index.html#throwidpinteractionerror","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2444,"kind":16777216,"name":"assertPassword","url":"modules/index.html#assertpassword","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2445,"kind":16777216,"name":"EmailSenderArgs","url":"modules/index.html#emailsenderargs","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2446,"kind":16777216,"name":"BaseEmailSender","url":"modules/index.html#baseemailsender","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2447,"kind":16777216,"name":"EmailArgs","url":"modules/index.html#emailargs","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2448,"kind":16777216,"name":"EmailSender","url":"modules/index.html#emailsender","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2449,"kind":16777216,"name":"getFormDataRequestBody","url":"modules/index.html#getformdatarequestbody","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2450,"kind":16777216,"name":"IdpInteractionError","url":"modules/index.html#idpinteractionerror","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2451,"kind":16777216,"name":"InteractionCompleterParams","url":"modules/index.html#interactioncompleterparams","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2452,"kind":16777216,"name":"InteractionCompleterInput","url":"modules/index.html#interactioncompleterinput","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2453,"kind":16777216,"name":"InteractionCompleter","url":"modules/index.html#interactioncompleter","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2454,"kind":16777216,"name":"SessionHttpHandler","url":"modules/index.html#sessionhttphandler","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2455,"kind":16777216,"name":"NoCheckOwnershipValidator","url":"modules/index.html#nocheckownershipvalidator","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2456,"kind":16777216,"name":"OwnershipValidator","url":"modules/index.html#ownershipvalidator","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2457,"kind":16777216,"name":"TokenOwnershipValidator","url":"modules/index.html#tokenownershipvalidator","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2458,"kind":16777216,"name":"AdapterFactory","url":"modules/index.html#adapterfactory","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2459,"kind":16777216,"name":"ExpiringAdapterArgs","url":"modules/index.html#expiringadapterargs","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2460,"kind":16777216,"name":"ExpiringAdapter","url":"modules/index.html#expiringadapter","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2461,"kind":16777216,"name":"ExpiringAdapterFactory","url":"modules/index.html#expiringadapterfactory","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2462,"kind":16777216,"name":"WebIdAdapter","url":"modules/index.html#webidadapter","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2463,"kind":16777216,"name":"WebIdAdapterFactory","url":"modules/index.html#webidadapterfactory","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2464,"kind":16777216,"name":"InteractionRoute","url":"modules/index.html#interactionroute","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2465,"kind":16777216,"name":"IdentityProviderHttpHandler","url":"modules/index.html#identityproviderhttphandler","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2466,"kind":16777216,"name":"Finalizable","url":"modules/index.html#finalizable","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2467,"kind":16777216,"name":"ParallelFinalizer","url":"modules/index.html#parallelfinalizer","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2468,"kind":16777216,"name":"App","url":"modules/index.html#app","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2469,"kind":16777216,"name":"CliParams","url":"modules/index.html#cliparams","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2470,"kind":16777216,"name":"AppRunner","url":"modules/index.html#apprunner","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2471,"kind":16777216,"name":"ConfigPodInitializer","url":"modules/index.html#configpodinitializer","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2472,"kind":16777216,"name":"Initializer","url":"modules/index.html#initializer","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2473,"kind":16777216,"name":"LoggerInitializer","url":"modules/index.html#loggerinitializer","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2474,"kind":16777216,"name":"RootInitializer","url":"modules/index.html#rootinitializer","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2475,"kind":16777216,"name":"ServerInitializer","url":"modules/index.html#serverinitializer","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2476,"kind":16777216,"name":"AuxiliaryIdentifierStrategy","url":"modules/index.html#auxiliaryidentifierstrategy","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2477,"kind":16777216,"name":"AuxiliaryStrategy","url":"modules/index.html#auxiliarystrategy","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2478,"kind":16777216,"name":"ComposedAuxiliaryStrategy","url":"modules/index.html#composedauxiliarystrategy","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2479,"kind":16777216,"name":"LinkMetadataGenerator","url":"modules/index.html#linkmetadatagenerator","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2480,"kind":16777216,"name":"MetadataGenerator","url":"modules/index.html#metadatagenerator","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2481,"kind":16777216,"name":"RdfValidator","url":"modules/index.html#rdfvalidator","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2482,"kind":16777216,"name":"RoutingAuxiliaryIdentifierStrategy","url":"modules/index.html#routingauxiliaryidentifierstrategy","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2483,"kind":16777216,"name":"RoutingAuxiliaryStrategy","url":"modules/index.html#routingauxiliarystrategy","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2484,"kind":16777216,"name":"SuffixAuxiliaryIdentifierStrategy","url":"modules/index.html#suffixauxiliaryidentifierstrategy","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2485,"kind":16777216,"name":"Validator","url":"modules/index.html#validator","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2486,"kind":16777216,"name":"ConstantMetadataWriter","url":"modules/index.html#constantmetadatawriter","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2487,"kind":16777216,"name":"ContentTypeParser","url":"modules/index.html#contenttypeparser","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2488,"kind":16777216,"name":"LinkRelMetadataWriter","url":"modules/index.html#linkrelmetadatawriter","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2489,"kind":16777216,"name":"LinkTypeParser","url":"modules/index.html#linktypeparser","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2490,"kind":16777216,"name":"MappedMetadataWriter","url":"modules/index.html#mappedmetadatawriter","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2491,"kind":16777216,"name":"MetadataParser","url":"modules/index.html#metadataparser","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2492,"kind":16777216,"name":"MetadataWriter","url":"modules/index.html#metadatawriter","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2493,"kind":16777216,"name":"SlugParser","url":"modules/index.html#slugparser","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2494,"kind":16777216,"name":"WacAllowMetadataWriter","url":"modules/index.html#wacallowmetadatawriter","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2495,"kind":16777216,"name":"WwwAuthMetadataWriter","url":"modules/index.html#wwwauthmetadatawriter","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2496,"kind":16777216,"name":"CreatedResponseDescription","url":"modules/index.html#createdresponsedescription","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2497,"kind":16777216,"name":"OkResponseDescription","url":"modules/index.html#okresponsedescription","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2498,"kind":16777216,"name":"ResetResponseDescription","url":"modules/index.html#resetresponsedescription","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2499,"kind":16777216,"name":"ResponseDescription","url":"modules/index.html#responsedescription","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2500,"kind":16777216,"name":"AcceptPreferenceParser","url":"modules/index.html#acceptpreferenceparser","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2501,"kind":16777216,"name":"BasicRequestParserArgs","url":"modules/index.html#basicrequestparserargs","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2502,"kind":16777216,"name":"BasicRequestParser","url":"modules/index.html#basicrequestparser","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2503,"kind":16777216,"name":"BasicResponseWriter","url":"modules/index.html#basicresponsewriter","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2504,"kind":16777216,"name":"BodyParserArgs","url":"modules/index.html#bodyparserargs","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2505,"kind":16777216,"name":"BodyParser","url":"modules/index.html#bodyparser","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2506,"kind":16777216,"name":"ConvertingErrorHandler","url":"modules/index.html#convertingerrorhandler","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2507,"kind":16777216,"name":"ErrorHandlerArgs","url":"modules/index.html#errorhandlerargs","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2508,"kind":16777216,"name":"ErrorHandler","url":"modules/index.html#errorhandler","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2509,"kind":16777216,"name":"OriginalUrlExtractor","url":"modules/index.html#originalurlextractor","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2510,"kind":16777216,"name":"Patch","url":"modules/index.html#patch","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2511,"kind":16777216,"name":"PreferenceParser","url":"modules/index.html#preferenceparser","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2512,"kind":16777216,"name":"RawBodyParser","url":"modules/index.html#rawbodyparser","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2513,"kind":16777216,"name":"RequestParser","url":"modules/index.html#requestparser","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2514,"kind":16777216,"name":"ResponseWriter","url":"modules/index.html#responsewriter","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2515,"kind":16777216,"name":"SafeErrorHandler","url":"modules/index.html#safeerrorhandler","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2516,"kind":16777216,"name":"SparqlUpdateBodyParser","url":"modules/index.html#sparqlupdatebodyparser","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2517,"kind":16777216,"name":"SparqlUpdatePatch","url":"modules/index.html#sparqlupdatepatch","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2518,"kind":16777216,"name":"TargetExtractor","url":"modules/index.html#targetextractor","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2519,"kind":16777216,"name":"DeleteOperationHandler","url":"modules/index.html#deleteoperationhandler","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2520,"kind":16777216,"name":"GetOperationHandler","url":"modules/index.html#getoperationhandler","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2521,"kind":16777216,"name":"HeadOperationHandler","url":"modules/index.html#headoperationhandler","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2522,"kind":16777216,"name":"Operation","url":"modules/index.html#operation","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2523,"kind":16777216,"name":"OperationHandler","url":"modules/index.html#operationhandler","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2524,"kind":16777216,"name":"PatchOperationHandler","url":"modules/index.html#patchoperationhandler","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2525,"kind":16777216,"name":"PostOperationHandler","url":"modules/index.html#postoperationhandler","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2526,"kind":16777216,"name":"PutOperationHandler","url":"modules/index.html#putoperationhandler","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2527,"kind":16777216,"name":"AclPermissionsExtractor","url":"modules/index.html#aclpermissionsextractor","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2528,"kind":16777216,"name":"PermissionSet","url":"modules/index.html#permissionset","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2529,"kind":16777216,"name":"PermissionsExtractor","url":"modules/index.html#permissionsextractor","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2530,"kind":16777216,"name":"MethodPermissionsExtractor","url":"modules/index.html#methodpermissionsextractor","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2531,"kind":16777216,"name":"SparqlPatchPermissionsExtractor","url":"modules/index.html#sparqlpatchpermissionsextractor","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2532,"kind":16777216,"name":"BasicRepresentation","url":"modules/index.html#basicrepresentation","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2533,"kind":16777216,"name":"Representation","url":"modules/index.html#representation","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2534,"kind":16777216,"name":"isRepresentationMetadata","url":"modules/index.html#isrepresentationmetadata","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2535,"kind":16777216,"name":"MetadataIdentifier","url":"modules/index.html#metadataidentifier","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2536,"kind":16777216,"name":"MetadataValue","url":"modules/index.html#metadatavalue","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2537,"kind":16777216,"name":"MetadataRecord","url":"modules/index.html#metadatarecord","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2538,"kind":16777216,"name":"MetadataGraph","url":"modules/index.html#metadatagraph","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2539,"kind":16777216,"name":"RepresentationMetadata","url":"modules/index.html#representationmetadata","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2540,"kind":16777216,"name":"ValuePreferences","url":"modules/index.html#valuepreferences","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2541,"kind":16777216,"name":"ValuePreference","url":"modules/index.html#valuepreference","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2542,"kind":16777216,"name":"RepresentationPreferences","url":"modules/index.html#representationpreferences","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2543,"kind":16777216,"name":"isResourceIdentifier","url":"modules/index.html#isresourceidentifier","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2544,"kind":16777216,"name":"ResourceIdentifier","url":"modules/index.html#resourceidentifier","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2545,"kind":16777216,"name":"AuthenticatedLdpHandlerArgs","url":"modules/index.html#authenticatedldphandlerargs","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2546,"kind":16777216,"name":"AuthenticatedLdpHandler","url":"modules/index.html#authenticatedldphandler","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2547,"kind":16777216,"name":"UnsecureWebSocketsProtocol","url":"modules/index.html#unsecurewebsocketsprotocol","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2548,"kind":16777216,"name":"LazyLogger","url":"modules/index.html#lazylogger","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2549,"kind":16777216,"name":"LazyLoggerFactory","url":"modules/index.html#lazyloggerfactory","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2550,"kind":16777216,"name":"Logger","url":"modules/index.html#logger","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2551,"kind":16777216,"name":"LoggerFactory","url":"modules/index.html#loggerfactory","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2552,"kind":16777216,"name":"LogLevel","url":"modules/index.html#loglevel","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2553,"kind":16777216,"name":"getLoggerFor","url":"modules/index.html#getloggerfor","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2554,"kind":16777216,"name":"setGlobalLoggerFactory","url":"modules/index.html#setgloballoggerfactory","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2555,"kind":16777216,"name":"resetGlobalLoggerFactory","url":"modules/index.html#resetgloballoggerfactory","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2556,"kind":16777216,"name":"VoidLogger","url":"modules/index.html#voidlogger","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2557,"kind":16777216,"name":"VoidLoggerFactory","url":"modules/index.html#voidloggerfactory","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2558,"kind":16777216,"name":"WinstonLogger","url":"modules/index.html#winstonlogger","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2559,"kind":16777216,"name":"WinstonLoggerFactory","url":"modules/index.html#winstonloggerfactory","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2560,"kind":16777216,"name":"BaseUrlHandler","url":"modules/index.html#baseurlhandler","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2561,"kind":16777216,"name":"RootFilePathHandler","url":"modules/index.html#rootfilepathhandler","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2562,"kind":16777216,"name":"VariableHandler","url":"modules/index.html#variablehandler","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2563,"kind":16777216,"name":"isValidVariable","url":"modules/index.html#isvalidvariable","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2564,"kind":16777216,"name":"TEMPLATE","url":"modules/index.html#template","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2565,"kind":16777216,"name":"TEMPLATE_VARIABLE","url":"modules/index.html#template_variable","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2566,"kind":16777216,"name":"VariableSetter","url":"modules/index.html#variablesetter","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2567,"kind":16777216,"name":"BaseComponentsJsFactory","url":"modules/index.html#basecomponentsjsfactory","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2568,"kind":16777216,"name":"ComponentsJsFactory","url":"modules/index.html#componentsjsfactory","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2569,"kind":16777216,"name":"addGeneratedResources","url":"modules/index.html#addgeneratedresources","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2570,"kind":16777216,"name":"IdentifierGenerator","url":"modules/index.html#identifiergenerator","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2571,"kind":16777216,"name":"PodGenerator","url":"modules/index.html#podgenerator","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2572,"kind":16777216,"name":"Resource","url":"modules/index.html#resource","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2573,"kind":16777216,"name":"ResourcesGenerator","url":"modules/index.html#resourcesgenerator","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2574,"kind":16777216,"name":"SubdomainIdentifierGenerator","url":"modules/index.html#subdomainidentifiergenerator","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2575,"kind":16777216,"name":"SuffixIdentifierGenerator","url":"modules/index.html#suffixidentifiergenerator","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2576,"kind":16777216,"name":"TemplatedPodGenerator","url":"modules/index.html#templatedpodgenerator","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2577,"kind":16777216,"name":"TemplatedResourcesGenerator","url":"modules/index.html#templatedresourcesgenerator","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2578,"kind":16777216,"name":"PodSettings","url":"modules/index.html#podsettings","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2579,"kind":16777216,"name":"ConfigPodManager","url":"modules/index.html#configpodmanager","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2580,"kind":16777216,"name":"GeneratedPodManager","url":"modules/index.html#generatedpodmanager","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2581,"kind":16777216,"name":"PodManager","url":"modules/index.html#podmanager","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2582,"kind":16777216,"name":"BaseHttpServerOptions","url":"modules/index.html#basehttpserveroptions","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2583,"kind":16777216,"name":"BaseHttpServerFactory","url":"modules/index.html#basehttpserverfactory","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2584,"kind":16777216,"name":"HttpHandlerInput","url":"modules/index.html#httphandlerinput","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2585,"kind":16777216,"name":"HttpHandler","url":"modules/index.html#httphandler","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2586,"kind":16777216,"name":"isHttpRequest","url":"modules/index.html#ishttprequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2587,"kind":16777216,"name":"HttpRequest","url":"modules/index.html#httprequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2588,"kind":16777216,"name":"HttpResponse","url":"modules/index.html#httpresponse","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2589,"kind":16777216,"name":"HttpServerFactory","url":"modules/index.html#httpserverfactory","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2590,"kind":16777216,"name":"WebSocketServerFactory","url":"modules/index.html#websocketserverfactory","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2591,"kind":16777216,"name":"WebSocketHandler","url":"modules/index.html#websockethandler","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2592,"kind":16777216,"name":"CorsHandler","url":"modules/index.html#corshandler","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2593,"kind":16777216,"name":"HeaderHandler","url":"modules/index.html#headerhandler","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2594,"kind":16777216,"name":"StaticAssetHandler","url":"modules/index.html#staticassethandler","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2595,"kind":16777216,"name":"WebSocketAdvertiser","url":"modules/index.html#websocketadvertiser","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2596,"kind":16777216,"name":"RouterHandler","url":"modules/index.html#routerhandler","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2597,"kind":16777216,"name":"TemplateHandler","url":"modules/index.html#templatehandler","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2598,"kind":16777216,"name":"DataAccessor","url":"modules/index.html#dataaccessor","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2599,"kind":16777216,"name":"FileDataAccessor","url":"modules/index.html#filedataaccessor","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2600,"kind":16777216,"name":"InMemoryDataAccessor","url":"modules/index.html#inmemorydataaccessor","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2601,"kind":16777216,"name":"SparqlDataAccessor","url":"modules/index.html#sparqldataaccessor","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2602,"kind":16777216,"name":"ChainedConverter","url":"modules/index.html#chainedconverter","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2603,"kind":16777216,"name":"ConstantConverterOptions","url":"modules/index.html#constantconverteroptions","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2604,"kind":16777216,"name":"ConstantConverter","url":"modules/index.html#constantconverter","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2605,"kind":16777216,"name":"ContainerToTemplateConverter","url":"modules/index.html#containertotemplateconverter","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2606,"kind":16777216,"name":"ContentTypeReplacer","url":"modules/index.html#contenttypereplacer","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2607,"kind":16777216,"name":"cleanPreferences","url":"modules/index.html#cleanpreferences","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2608,"kind":16777216,"name":"getTypeWeight","url":"modules/index.html#gettypeweight","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2609,"kind":16777216,"name":"getWeightedPreferences","url":"modules/index.html#getweightedpreferences","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2610,"kind":16777216,"name":"getBestPreference","url":"modules/index.html#getbestpreference","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2611,"kind":16777216,"name":"getConversionTarget","url":"modules/index.html#getconversiontarget","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2612,"kind":16777216,"name":"matchesMediaPreferences","url":"modules/index.html#matchesmediapreferences","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2613,"kind":16777216,"name":"matchesMediaType","url":"modules/index.html#matchesmediatype","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2614,"kind":16777216,"name":"isInternalContentType","url":"modules/index.html#isinternalcontenttype","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2615,"kind":16777216,"name":"ErrorToQuadConverter","url":"modules/index.html#errortoquadconverter","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2616,"kind":16777216,"name":"TemplateOptions","url":"modules/index.html#templateoptions","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2617,"kind":16777216,"name":"ErrorToTemplateConverter","url":"modules/index.html#errortotemplateconverter","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2618,"kind":16777216,"name":"IfNeededConverter","url":"modules/index.html#ifneededconverter","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2619,"kind":16777216,"name":"MarkdownToHtmlConverter","url":"modules/index.html#markdowntohtmlconverter","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2620,"kind":16777216,"name":"PassthroughConverter","url":"modules/index.html#passthroughconverter","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2621,"kind":16777216,"name":"QuadToRdfConverter","url":"modules/index.html#quadtordfconverter","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2622,"kind":16777216,"name":"RdfToQuadConverter","url":"modules/index.html#rdftoquadconverter","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2623,"kind":16777216,"name":"RepresentationConverterArgs","url":"modules/index.html#representationconverterargs","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2624,"kind":16777216,"name":"RepresentationConverter","url":"modules/index.html#representationconverter","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2625,"kind":16777216,"name":"TypedRepresentationConverter","url":"modules/index.html#typedrepresentationconverter","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2626,"kind":16777216,"name":"ExpiringStorage","url":"modules/index.html#expiringstorage","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2627,"kind":16777216,"name":"JsonFileStorage","url":"modules/index.html#jsonfilestorage","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2628,"kind":16777216,"name":"JsonResourceStorage","url":"modules/index.html#jsonresourcestorage","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2629,"kind":16777216,"name":"KeyValueStorage","url":"modules/index.html#keyvaluestorage","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2630,"kind":16777216,"name":"MemoryMapStorage","url":"modules/index.html#memorymapstorage","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2631,"kind":16777216,"name":"Expires","url":"modules/index.html#expires","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2632,"kind":16777216,"name":"WrappedExpiringStorage","url":"modules/index.html#wrappedexpiringstorage","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2633,"kind":16777216,"name":"BaseFileIdentifierMapper","url":"modules/index.html#basefileidentifiermapper","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2634,"kind":16777216,"name":"ExtensionBasedMapper","url":"modules/index.html#extensionbasedmapper","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2635,"kind":16777216,"name":"ExtensionBasedMapperFactory","url":"modules/index.html#extensionbasedmapperfactory","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2636,"kind":16777216,"name":"ResourceLink","url":"modules/index.html#resourcelink","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2637,"kind":16777216,"name":"FileIdentifierMapper","url":"modules/index.html#fileidentifiermapper","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2638,"kind":16777216,"name":"FileIdentifierMapperFactory","url":"modules/index.html#fileidentifiermapperfactory","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2639,"kind":16777216,"name":"FixedContentTypeMapper","url":"modules/index.html#fixedcontenttypemapper","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2640,"kind":16777216,"name":"SubdomainExtensionBasedMapper","url":"modules/index.html#subdomainextensionbasedmapper","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2641,"kind":16777216,"name":"ConvertingPatchHandler","url":"modules/index.html#convertingpatchhandler","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2642,"kind":16777216,"name":"PatchHandlerArgs","url":"modules/index.html#patchhandlerargs","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2643,"kind":16777216,"name":"PatchHandler","url":"modules/index.html#patchhandler","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2644,"kind":16777216,"name":"SparqlUpdatePatchHandler","url":"modules/index.html#sparqlupdatepatchhandler","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2645,"kind":16777216,"name":"BaseUrlRouterRule","url":"modules/index.html#baseurlrouterrule","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2646,"kind":16777216,"name":"ConvertingStoreEntry","url":"modules/index.html#convertingstoreentry","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2647,"kind":16777216,"name":"ConvertingRouterRule","url":"modules/index.html#convertingrouterrule","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2648,"kind":16777216,"name":"PreferenceSupport","url":"modules/index.html#preferencesupport","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2649,"kind":16777216,"name":"RegexRouterRule","url":"modules/index.html#regexrouterrule","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2650,"kind":16777216,"name":"RouterRule","url":"modules/index.html#routerrule","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2651,"kind":16777216,"name":"AtomicResourceStore","url":"modules/index.html#atomicresourcestore","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2652,"kind":16777216,"name":"BaseResourceStore","url":"modules/index.html#baseresourcestore","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2653,"kind":16777216,"name":"Conditions","url":"modules/index.html#conditions","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2654,"kind":16777216,"name":"DataAccessorBasedStore","url":"modules/index.html#dataaccessorbasedstore","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2655,"kind":16777216,"name":"IndexRepresentationStore","url":"modules/index.html#indexrepresentationstore","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2656,"kind":16777216,"name":"LockingResourceStore","url":"modules/index.html#lockingresourcestore","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2657,"kind":16777216,"name":"MonitoringStore","url":"modules/index.html#monitoringstore","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2658,"kind":16777216,"name":"PassthroughStore","url":"modules/index.html#passthroughstore","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2659,"kind":16777216,"name":"PatchingStore","url":"modules/index.html#patchingstore","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2660,"kind":16777216,"name":"ReadOnlyStore","url":"modules/index.html#readonlystore","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2661,"kind":16777216,"name":"RepresentationConvertingStore","url":"modules/index.html#representationconvertingstore","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2662,"kind":16777216,"name":"ResourceStore","url":"modules/index.html#resourcestore","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2663,"kind":16777216,"name":"RoutingResourceStore","url":"modules/index.html#routingresourcestore","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2664,"kind":16777216,"name":"BadRequestHttpError","url":"modules/index.html#badrequesthttperror","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2665,"kind":16777216,"name":"ConflictHttpError","url":"modules/index.html#conflicthttperror","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2666,"kind":16777216,"name":"isError","url":"modules/index.html#iserror","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2667,"kind":16777216,"name":"assertError","url":"modules/index.html#asserterror","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2668,"kind":16777216,"name":"createErrorMessage","url":"modules/index.html#createerrormessage","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2669,"kind":16777216,"name":"getStatusCode","url":"modules/index.html#getstatuscode","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2670,"kind":16777216,"name":"ForbiddenHttpError","url":"modules/index.html#forbiddenhttperror","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2671,"kind":16777216,"name":"HttpErrorOptions","url":"modules/index.html#httperroroptions","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2672,"kind":16777216,"name":"HttpError","url":"modules/index.html#httperror","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2673,"kind":16777216,"name":"InternalServerError","url":"modules/index.html#internalservererror","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2674,"kind":16777216,"name":"MethodNotAllowedHttpError","url":"modules/index.html#methodnotallowedhttperror","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2675,"kind":16777216,"name":"NotFoundHttpError","url":"modules/index.html#notfoundhttperror","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2676,"kind":16777216,"name":"NotImplementedHttpError","url":"modules/index.html#notimplementedhttperror","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2677,"kind":16777216,"name":"isSystemError","url":"modules/index.html#issystemerror","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2678,"kind":16777216,"name":"SystemError","url":"modules/index.html#systemerror","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2679,"kind":16777216,"name":"UnauthorizedHttpError","url":"modules/index.html#unauthorizedhttperror","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2680,"kind":16777216,"name":"UnsupportedMediaTypeHttpError","url":"modules/index.html#unsupportedmediatypehttperror","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2681,"kind":16777216,"name":"AsyncHandler","url":"modules/index.html#asynchandler","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2682,"kind":16777216,"name":"ParallelHandler","url":"modules/index.html#parallelhandler","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2683,"kind":16777216,"name":"SequenceHandler","url":"modules/index.html#sequencehandler","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2684,"kind":16777216,"name":"UnsupportedAsyncHandler","url":"modules/index.html#unsupportedasynchandler","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2685,"kind":16777216,"name":"WaterfallHandler","url":"modules/index.html#waterfallhandler","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2686,"kind":16777216,"name":"BaseIdentifierStrategy","url":"modules/index.html#baseidentifierstrategy","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2687,"kind":16777216,"name":"IdentifierStrategy","url":"modules/index.html#identifierstrategy","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2688,"kind":16777216,"name":"SingleRootIdentifierStrategy","url":"modules/index.html#singlerootidentifierstrategy","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2689,"kind":16777216,"name":"SubdomainIdentifierStrategy","url":"modules/index.html#subdomainidentifierstrategy","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2690,"kind":16777216,"name":"ExpiringReadWriteLocker","url":"modules/index.html#expiringreadwritelocker","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2691,"kind":16777216,"name":"EqualReadWriteLocker","url":"modules/index.html#equalreadwritelocker","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2692,"kind":16777216,"name":"GreedyReadWriteSuffixes","url":"modules/index.html#greedyreadwritesuffixes","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2693,"kind":16777216,"name":"GreedyReadWriteLocker","url":"modules/index.html#greedyreadwritelocker","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2694,"kind":16777216,"name":"ReadWriteLocker","url":"modules/index.html#readwritelocker","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2695,"kind":16777216,"name":"RedisResourceLocker","url":"modules/index.html#redisresourcelocker","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2696,"kind":16777216,"name":"ResourceLocker","url":"modules/index.html#resourcelocker","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2697,"kind":16777216,"name":"SingleThreadedResourceLocker","url":"modules/index.html#singlethreadedresourcelocker","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2698,"kind":16777216,"name":"WrappedExpiringReadWriteLocker","url":"modules/index.html#wrappedexpiringreadwritelocker","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2699,"kind":16777216,"name":"ChainedTemplateEngine","url":"modules/index.html#chainedtemplateengine","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2700,"kind":16777216,"name":"EjsTemplateEngine","url":"modules/index.html#ejstemplateengine","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2701,"kind":16777216,"name":"HandlebarsTemplateEngine","url":"modules/index.html#handlebarstemplateengine","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2702,"kind":16777216,"name":"readTemplate","url":"modules/index.html#readtemplate","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2703,"kind":16777216,"name":"Template","url":"modules/index.html#template-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2704,"kind":16777216,"name":"TemplateFileName","url":"modules/index.html#templatefilename","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2705,"kind":16777216,"name":"TemplateString","url":"modules/index.html#templatestring","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2706,"kind":16777216,"name":"TemplatePath","url":"modules/index.html#templatepath","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2707,"kind":16777216,"name":"TemplateEngine","url":"modules/index.html#templateengine","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2708,"kind":16777216,"name":"APPLICATION_JSON","url":"modules/index.html#application_json","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2709,"kind":16777216,"name":"APPLICATION_OCTET_STREAM","url":"modules/index.html#application_octet_stream","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2710,"kind":16777216,"name":"APPLICATION_SPARQL_UPDATE","url":"modules/index.html#application_sparql_update","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2711,"kind":16777216,"name":"APPLICATION_X_WWW_FORM_URLENCODED","url":"modules/index.html#application_x_www_form_urlencoded","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2712,"kind":16777216,"name":"TEXT_HTML","url":"modules/index.html#text_html","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2713,"kind":16777216,"name":"TEXT_MARKDOWN","url":"modules/index.html#text_markdown","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2714,"kind":16777216,"name":"TEXT_TURTLE","url":"modules/index.html#text_turtle","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2715,"kind":16777216,"name":"INTERNAL_ALL","url":"modules/index.html#internal_all","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2716,"kind":16777216,"name":"INTERNAL_QUADS","url":"modules/index.html#internal_quads","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2717,"kind":16777216,"name":"INTERNAL_ERROR","url":"modules/index.html#internal_error","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2718,"kind":16777216,"name":"DEFAULT_CUSTOM_TYPES","url":"modules/index.html#default_custom_types","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2719,"kind":16777216,"name":"fetchDataset","url":"modules/index.html#fetchdataset","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2720,"kind":16777216,"name":"isGuarded","url":"modules/index.html#isguarded","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2721,"kind":16777216,"name":"guardStream","url":"modules/index.html#guardstream","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2722,"kind":16777216,"name":"Guarded","url":"modules/index.html#guarded","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2723,"kind":16777216,"name":"transformQuotedStrings","url":"modules/index.html#transformquotedstrings","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2724,"kind":16777216,"name":"splitAndClean","url":"modules/index.html#splitandclean","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2725,"kind":16777216,"name":"parseParameters","url":"modules/index.html#parseparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2726,"kind":16777216,"name":"parseAccept","url":"modules/index.html#parseaccept","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2727,"kind":16777216,"name":"parseAcceptCharset","url":"modules/index.html#parseacceptcharset","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2728,"kind":16777216,"name":"parseAcceptEncoding","url":"modules/index.html#parseacceptencoding","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2729,"kind":16777216,"name":"parseAcceptLanguage","url":"modules/index.html#parseacceptlanguage","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2730,"kind":16777216,"name":"parseAcceptDateTime","url":"modules/index.html#parseacceptdatetime","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2731,"kind":16777216,"name":"addHeader","url":"modules/index.html#addheader","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2732,"kind":16777216,"name":"parseForwarded","url":"modules/index.html#parseforwarded","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2733,"kind":16777216,"name":"AcceptHeader","url":"modules/index.html#acceptheader","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2734,"kind":16777216,"name":"Accept","url":"modules/index.html#accept","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2735,"kind":16777216,"name":"AcceptCharset","url":"modules/index.html#acceptcharset","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2736,"kind":16777216,"name":"AcceptEncoding","url":"modules/index.html#acceptencoding","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2737,"kind":16777216,"name":"AcceptLanguage","url":"modules/index.html#acceptlanguage","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2738,"kind":16777216,"name":"AcceptDatetime","url":"modules/index.html#acceptdatetime","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2739,"kind":16777216,"name":"Forwarded","url":"modules/index.html#forwarded","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2740,"kind":16777216,"name":"normalizeFilePath","url":"modules/index.html#normalizefilepath","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2741,"kind":16777216,"name":"joinFilePath","url":"modules/index.html#joinfilepath","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2742,"kind":16777216,"name":"absoluteFilePath","url":"modules/index.html#absolutefilepath","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2743,"kind":16777216,"name":"ensureTrailingSlash","url":"modules/index.html#ensuretrailingslash","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2744,"kind":16777216,"name":"trimTrailingSlashes","url":"modules/index.html#trimtrailingslashes","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2745,"kind":16777216,"name":"getExtension","url":"modules/index.html#getextension","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2746,"kind":16777216,"name":"toCanonicalUriPath","url":"modules/index.html#tocanonicaluripath","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2747,"kind":16777216,"name":"decodeUriPathComponents","url":"modules/index.html#decodeuripathcomponents","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2748,"kind":16777216,"name":"encodeUriPathComponents","url":"modules/index.html#encodeuripathcomponents","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2749,"kind":16777216,"name":"isContainerPath","url":"modules/index.html#iscontainerpath","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2750,"kind":16777216,"name":"isContainerIdentifier","url":"modules/index.html#iscontaineridentifier","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2751,"kind":16777216,"name":"extractScheme","url":"modules/index.html#extractscheme","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2752,"kind":16777216,"name":"createSubdomainRegexp","url":"modules/index.html#createsubdomainregexp","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2753,"kind":16777216,"name":"getModuleRoot","url":"modules/index.html#getmoduleroot","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2754,"kind":16777216,"name":"resolveAssetPath","url":"modules/index.html#resolveassetpath","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2755,"kind":16777216,"name":"modulePathPlaceholder","url":"modules/index.html#modulepathplaceholder","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2756,"kind":16777216,"name":"serializeQuads","url":"modules/index.html#serializequads","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2757,"kind":16777216,"name":"parseQuads","url":"modules/index.html#parsequads","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2758,"kind":16777216,"name":"RecordObject","url":"modules/index.html#recordobject","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2759,"kind":16777216,"name":"addResourceMetadata","url":"modules/index.html#addresourcemetadata","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2760,"kind":16777216,"name":"cloneRepresentation","url":"modules/index.html#clonerepresentation","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2761,"kind":16777216,"name":"readableToString","url":"modules/index.html#readabletostring","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2762,"kind":16777216,"name":"pipeSafely","url":"modules/index.html#pipesafely","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2763,"kind":16777216,"name":"transformSafely","url":"modules/index.html#transformsafely","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2764,"kind":16777216,"name":"guardedStreamFrom","url":"modules/index.html#guardedstreamfrom","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2765,"kind":16777216,"name":"endOfStream","url":"modules/index.html#endofstream","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2766,"kind":16777216,"name":"AsyncTransformOptions","url":"modules/index.html#asynctransformoptions","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2767,"kind":16777216,"name":"toCachedNamedNode","url":"modules/index.html#tocachednamednode","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2768,"kind":16777216,"name":"isTerm","url":"modules/index.html#isterm","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2769,"kind":16777216,"name":"toNamedTerm","url":"modules/index.html#tonamedterm","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2770,"kind":16777216,"name":"toObjectTerm","url":"modules/index.html#toobjectterm","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2771,"kind":16777216,"name":"toLiteral","url":"modules/index.html#toliteral","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2772,"kind":16777216,"name":"toPredicateTerm","url":"modules/index.html#topredicateterm","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2773,"kind":16777216,"name":"createNamespace","url":"modules/index.html#createnamespace","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2774,"kind":16777216,"name":"createUriNamespace","url":"modules/index.html#createurinamespace","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2775,"kind":16777216,"name":"createTermNamespace","url":"modules/index.html#createtermnamespace","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2776,"kind":16777216,"name":"createUriAndTermNamespace","url":"modules/index.html#createuriandtermnamespace","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2777,"kind":16777216,"name":"Namespace","url":"modules/index.html#namespace","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2778,"kind":16777216,"name":"ACL","url":"modules/index.html#acl","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2779,"kind":16777216,"name":"AUTH","url":"modules/index.html#auth","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2780,"kind":16777216,"name":"DC","url":"modules/index.html#dc","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2781,"kind":16777216,"name":"FOAF","url":"modules/index.html#foaf","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2782,"kind":16777216,"name":"HTTP","url":"modules/index.html#http","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2783,"kind":16777216,"name":"LDP","url":"modules/index.html#ldp","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2784,"kind":16777216,"name":"MA","url":"modules/index.html#ma","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2785,"kind":16777216,"name":"OIDC","url":"modules/index.html#oidc","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2786,"kind":16777216,"name":"PIM","url":"modules/index.html#pim","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2787,"kind":16777216,"name":"POSIX","url":"modules/index.html#posix","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2788,"kind":16777216,"name":"RDF","url":"modules/index.html#rdf","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2789,"kind":16777216,"name":"SOLID","url":"modules/index.html#solid","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2790,"kind":16777216,"name":"SOLID_ERROR","url":"modules/index.html#solid_error","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2791,"kind":16777216,"name":"SOLID_HTTP","url":"modules/index.html#solid_http","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2792,"kind":16777216,"name":"SOLID_META","url":"modules/index.html#solid_meta","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2793,"kind":16777216,"name":"VANN","url":"modules/index.html#vann","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2794,"kind":16777216,"name":"XSD","url":"modules/index.html#xsd","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2795,"kind":16777216,"name":"CONTENT_TYPE","url":"modules/index.html#content_type","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2796,"kind":16777216,"name":"CONTENT_TYPE_TERM","url":"modules/index.html#content_type_term","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2797,"kind":16777216,"name":"PREFERRED_PREFIX","url":"modules/index.html#preferred_prefix","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":2798,"kind":16777216,"name":"PREFERRED_PREFIX_TERM","url":"modules/index.html#preferred_prefix_term","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"}],"index":{"version":"2.3.9","fields":["name","parent"],"fieldVectors":[["name/0",[0,70.293]],["parent/0",[]],["name/1",[1,70.293]],["parent/1",[0,6.891]],["name/2",[2,26.856]],["parent/2",[3,5.954]],["name/3",[4,38.392]],["parent/3",[3,5.954]],["name/4",[5,64.408]],["parent/4",[3,5.954]],["name/5",[6,32.182]],["parent/5",[3,5.954]],["name/6",[7,32.544]],["parent/6",[3,5.954]],["name/7",[8,32.544]],["parent/7",[3,5.954]],["name/8",[9,70.293]],["parent/8",[]],["name/9",[10,66.924]],["parent/9",[9,6.891]],["name/10",[11,64.408]],["parent/10",[12,7.393]],["name/11",[13,70.293]],["parent/11",[]],["name/12",[14,64.408]],["parent/12",[13,6.891]],["name/13",[2,26.856]],["parent/13",[15,6.315]],["name/14",[6,32.182]],["parent/14",[15,6.315]],["name/15",[7,32.544]],["parent/15",[15,6.315]],["name/16",[8,32.544]],["parent/16",[15,6.315]],["name/17",[16,70.293]],["parent/17",[]],["name/18",[17,70.293]],["parent/18",[16,6.891]],["name/19",[2,26.856]],["parent/19",[18,5.813]],["name/20",[19,66.924]],["parent/20",[18,5.813]],["name/21",[5,64.408]],["parent/21",[18,5.813]],["name/22",[4,38.392]],["parent/22",[18,5.813]],["name/23",[6,32.182]],["parent/23",[18,5.813]],["name/24",[7,32.544]],["parent/24",[18,5.813]],["name/25",[8,32.544]],["parent/25",[18,5.813]],["name/26",[20,70.293]],["parent/26",[]],["name/27",[21,70.293]],["parent/27",[20,6.891]],["name/28",[2,26.856]],["parent/28",[22,6.315]],["name/29",[6,32.182]],["parent/29",[22,6.315]],["name/30",[7,32.544]],["parent/30",[22,6.315]],["name/31",[8,32.544]],["parent/31",[22,6.315]],["name/32",[23,70.293]],["parent/32",[]],["name/33",[24,70.293]],["parent/33",[23,6.891]],["name/34",[2,26.856]],["parent/34",[25,5.954]],["name/35",[26,75.407]],["parent/35",[25,5.954]],["name/36",[4,38.392]],["parent/36",[25,5.954]],["name/37",[7,32.544]],["parent/37",[25,5.954]],["name/38",[6,32.182]],["parent/38",[25,5.954]],["name/39",[8,32.544]],["parent/39",[25,5.954]],["name/40",[27,70.293]],["parent/40",[]],["name/41",[28,70.293]],["parent/41",[27,6.891]],["name/42",[2,26.856]],["parent/42",[29,6.118]],["name/43",[4,38.392]],["parent/43",[29,6.118]],["name/44",[6,32.182]],["parent/44",[29,6.118]],["name/45",[7,32.544]],["parent/45",[29,6.118]],["name/46",[8,32.544]],["parent/46",[29,6.118]],["name/47",[30,70.293]],["parent/47",[]],["name/48",[31,70.293]],["parent/48",[30,6.891]],["name/49",[2,26.856]],["parent/49",[32,6.315]],["name/50",[7,32.544]],["parent/50",[32,6.315]],["name/51",[6,32.182]],["parent/51",[32,6.315]],["name/52",[8,32.544]],["parent/52",[32,6.315]],["name/53",[33,70.293]],["parent/53",[]],["name/54",[34,66.924]],["parent/54",[33,6.891]],["name/55",[35,62.399]],["parent/55",[36,6.891]],["name/56",[37,33.614]],["parent/56",[36,6.891]],["name/57",[38,66.924]],["parent/57",[]],["name/58",[39,64.408]],["parent/58",[38,6.561]],["name/59",[2,26.856]],["parent/59",[40,6.315]],["name/60",[6,32.182]],["parent/60",[40,6.315]],["name/61",[7,32.544]],["parent/61",[40,6.315]],["name/62",[8,32.544]],["parent/62",[40,6.315]],["name/63",[41,70.293]],["parent/63",[38,6.561]],["name/64",[10,66.924]],["parent/64",[42,6.561]],["name/65",[43,60.727]],["parent/65",[42,6.561]],["name/66",[44,75.407]],["parent/66",[42,6.561]],["name/67",[45,70.293]],["parent/67",[]],["name/68",[46,70.293]],["parent/68",[45,6.891]],["name/69",[2,26.856]],["parent/69",[47,5.69]],["name/70",[4,38.392]],["parent/70",[47,5.69]],["name/71",[48,75.407]],["parent/71",[47,5.69]],["name/72",[49,62.399]],["parent/72",[47,5.69]],["name/73",[6,32.182]],["parent/73",[47,5.69]],["name/74",[7,32.544]],["parent/74",[47,5.69]],["name/75",[8,32.544]],["parent/75",[47,5.69]],["name/76",[50,75.407]],["parent/76",[47,5.69]],["name/77",[51,70.293]],["parent/77",[]],["name/78",[52,70.293]],["parent/78",[51,6.891]],["name/79",[2,26.856]],["parent/79",[53,6.315]],["name/80",[7,32.544]],["parent/80",[53,6.315]],["name/81",[6,32.182]],["parent/81",[53,6.315]],["name/82",[8,32.544]],["parent/82",[53,6.315]],["name/83",[54,70.293]],["parent/83",[]],["name/84",[55,70.293]],["parent/84",[54,6.891]],["name/85",[2,26.856]],["parent/85",[56,5.813]],["name/86",[57,55.925]],["parent/86",[56,5.813]],["name/87",[58,75.407]],["parent/87",[56,5.813]],["name/88",[6,32.182]],["parent/88",[56,5.813]],["name/89",[7,32.544]],["parent/89",[56,5.813]],["name/90",[59,75.407]],["parent/90",[56,5.813]],["name/91",[8,32.544]],["parent/91",[56,5.813]],["name/92",[60,70.293]],["parent/92",[]],["name/93",[61,70.293]],["parent/93",[60,6.891]],["name/94",[2,26.856]],["parent/94",[62,6.315]],["name/95",[63,70.293]],["parent/95",[62,6.315]],["name/96",[64,75.407]],["parent/96",[62,6.315]],["name/97",[35,62.399]],["parent/97",[62,6.315]],["name/98",[65,70.293]],["parent/98",[]],["name/99",[66,70.293]],["parent/99",[65,6.891]],["name/100",[2,26.856]],["parent/100",[67,4.927]],["name/101",[4,38.392]],["parent/101",[67,4.927]],["name/102",[68,70.293]],["parent/102",[67,4.927]],["name/103",[69,66.924]],["parent/103",[67,4.927]],["name/104",[70,56.927]],["parent/104",[67,4.927]],["name/105",[6,32.182]],["parent/105",[67,4.927]],["name/106",[7,32.544]],["parent/106",[67,4.927]],["name/107",[71,75.407]],["parent/107",[67,4.927]],["name/108",[72,75.407]],["parent/108",[67,4.927]],["name/109",[73,75.407]],["parent/109",[67,4.927]],["name/110",[74,75.407]],["parent/110",[67,4.927]],["name/111",[75,75.407]],["parent/111",[67,4.927]],["name/112",[76,75.407]],["parent/112",[67,4.927]],["name/113",[77,75.407]],["parent/113",[67,4.927]],["name/114",[78,75.407]],["parent/114",[67,4.927]],["name/115",[79,75.407]],["parent/115",[67,4.927]],["name/116",[80,75.407]],["parent/116",[67,4.927]],["name/117",[8,32.544]],["parent/117",[67,4.927]],["name/118",[81,66.924]],["parent/118",[]],["name/119",[82,70.293]],["parent/119",[81,6.561]],["name/120",[2,26.856]],["parent/120",[83,5.954]],["name/121",[84,75.407]],["parent/121",[83,5.954]],["name/122",[85,66.924]],["parent/122",[83,5.954]],["name/123",[86,75.407]],["parent/123",[83,5.954]],["name/124",[87,75.407]],["parent/124",[83,5.954]],["name/125",[88,75.407]],["parent/125",[83,5.954]],["name/126",[89,70.293]],["parent/126",[81,6.561]],["name/127",[2,26.856]],["parent/127",[90,4.927]],["name/128",[4,38.392]],["parent/128",[90,4.927]],["name/129",[91,62.399]],["parent/129",[90,4.927]],["name/130",[92,64.408]],["parent/130",[90,4.927]],["name/131",[93,75.407]],["parent/131",[90,4.927]],["name/132",[94,66.924]],["parent/132",[90,4.927]],["name/133",[95,66.924]],["parent/133",[90,4.927]],["name/134",[96,58.041]],["parent/134",[90,4.927]],["name/135",[97,59.294]],["parent/135",[90,4.927]],["name/136",[7,32.544]],["parent/136",[90,4.927]],["name/137",[98,75.407]],["parent/137",[90,4.927]],["name/138",[99,75.407]],["parent/138",[90,4.927]],["name/139",[100,75.407]],["parent/139",[90,4.927]],["name/140",[101,75.407]],["parent/140",[90,4.927]],["name/141",[102,75.407]],["parent/141",[90,4.927]],["name/142",[103,75.407]],["parent/142",[90,4.927]],["name/143",[6,32.182]],["parent/143",[90,4.927]],["name/144",[8,32.544]],["parent/144",[90,4.927]],["name/145",[104,66.924]],["parent/145",[]],["name/146",[105,70.293]],["parent/146",[104,6.561]],["name/147",[106,64.408]],["parent/147",[107,5.954]],["name/148",[57,55.925]],["parent/148",[107,5.954]],["name/149",[91,62.399]],["parent/149",[107,5.954]],["name/150",[108,58.041]],["parent/150",[107,5.954]],["name/151",[96,58.041]],["parent/151",[107,5.954]],["name/152",[97,59.294]],["parent/152",[107,5.954]],["name/153",[109,70.293]],["parent/153",[104,6.561]],["name/154",[2,26.856]],["parent/154",[110,4.875]],["name/155",[111,75.407]],["parent/155",[110,4.875]],["name/156",[106,64.408]],["parent/156",[110,4.875]],["name/157",[57,55.925]],["parent/157",[110,4.875]],["name/158",[91,62.399]],["parent/158",[110,4.875]],["name/159",[108,58.041]],["parent/159",[110,4.875]],["name/160",[96,58.041]],["parent/160",[110,4.875]],["name/161",[97,59.294]],["parent/161",[110,4.875]],["name/162",[112,75.407]],["parent/162",[110,4.875]],["name/163",[113,70.293]],["parent/163",[110,4.875]],["name/164",[114,75.407]],["parent/164",[110,4.875]],["name/165",[115,75.407]],["parent/165",[110,4.875]],["name/166",[116,75.407]],["parent/166",[110,4.875]],["name/167",[117,75.407]],["parent/167",[110,4.875]],["name/168",[118,75.407]],["parent/168",[110,4.875]],["name/169",[119,75.407]],["parent/169",[110,4.875]],["name/170",[120,75.407]],["parent/170",[110,4.875]],["name/171",[121,75.407]],["parent/171",[110,4.875]],["name/172",[122,75.407]],["parent/172",[110,4.875]],["name/173",[123,70.293]],["parent/173",[]],["name/174",[92,64.408]],["parent/174",[123,6.891]],["name/175",[113,70.293]],["parent/175",[124,6.891]],["name/176",[37,33.614]],["parent/176",[124,6.891]],["name/177",[125,70.293]],["parent/177",[]],["name/178",[126,70.293]],["parent/178",[125,6.891]],["name/179",[2,26.856]],["parent/179",[127,6.315]],["name/180",[7,32.544]],["parent/180",[127,6.315]],["name/181",[6,32.182]],["parent/181",[127,6.315]],["name/182",[8,32.544]],["parent/182",[127,6.315]],["name/183",[128,21.849,129,47.518]],["parent/183",[]],["name/184",[130,70.293]],["parent/184",[128,2.125,129,4.621]],["name/185",[131,70.293]],["parent/185",[128,2.125,129,4.621]],["name/186",[128,21.849,132,47.518]],["parent/186",[]],["name/187",[133,70.293]],["parent/187",[128,2.125,132,4.621]],["name/188",[134,58.041]],["parent/188",[128,2.125,135,4.308]],["name/189",[57,55.925]],["parent/189",[128,2.125,135,4.308]],["name/190",[91,62.399]],["parent/190",[128,2.125,135,4.308]],["name/191",[136,56.927]],["parent/191",[128,2.125,135,4.308]],["name/192",[137,64.408]],["parent/192",[128,2.125,135,4.308]],["name/193",[138,70.293]],["parent/193",[128,2.125,132,4.621]],["name/194",[2,26.856]],["parent/194",[128,2.125,139,3.741]],["name/195",[4,38.392]],["parent/195",[128,2.125,139,3.741]],["name/196",[134,58.041]],["parent/196",[128,2.125,139,3.741]],["name/197",[57,55.925]],["parent/197",[128,2.125,139,3.741]],["name/198",[91,62.399]],["parent/198",[128,2.125,139,3.741]],["name/199",[136,56.927]],["parent/199",[128,2.125,139,3.741]],["name/200",[137,64.408]],["parent/200",[128,2.125,139,3.741]],["name/201",[7,32.544]],["parent/201",[128,2.125,139,3.741]],["name/202",[140,70.293]],["parent/202",[128,2.125,139,3.741]],["name/203",[141,75.407]],["parent/203",[128,2.125,139,3.741]],["name/204",[6,32.182]],["parent/204",[128,2.125,139,3.741]],["name/205",[8,32.544]],["parent/205",[128,2.125,139,3.741]],["name/206",[128,21.849,142,42.1]],["parent/206",[]],["name/207",[143,70.293]],["parent/207",[128,2.125,142,4.094]],["name/208",[144,70.293]],["parent/208",[128,2.125,142,4.094]],["name/209",[145,66.924]],["parent/209",[128,2.125,146,4.853]],["name/210",[147,75.407]],["parent/210",[128,2.125,146,4.853]],["name/211",[148,70.293]],["parent/211",[128,2.125,142,4.094]],["name/212",[149,70.293]],["parent/212",[128,2.125,142,4.094]],["name/213",[150,66.924]],["parent/213",[128,2.125,151,4.853]],["name/214",[152,52.694]],["parent/214",[128,2.125,151,4.853]],["name/215",[153,70.293]],["parent/215",[128,2.125,142,4.094]],["name/216",[150,66.924]],["parent/216",[128,2.125,154,4.853]],["name/217",[152,52.694]],["parent/217",[128,2.125,154,4.853]],["name/218",[155,70.293]],["parent/218",[128,2.125,142,4.094]],["name/219",[2,26.856]],["parent/219",[128,2.125,156,4.447]],["name/220",[6,32.182]],["parent/220",[128,2.125,156,4.447]],["name/221",[7,32.544]],["parent/221",[128,2.125,156,4.447]],["name/222",[8,32.544]],["parent/222",[128,2.125,156,4.447]],["name/223",[128,21.849,157,49.91]],["parent/223",[]],["name/224",[158,70.293]],["parent/224",[128,2.125,157,4.853]],["name/225",[2,26.856]],["parent/225",[128,2.125,159,4.094]],["name/226",[4,38.392]],["parent/226",[128,2.125,159,4.094]],["name/227",[134,58.041]],["parent/227",[128,2.125,159,4.094]],["name/228",[7,32.544]],["parent/228",[128,2.125,159,4.094]],["name/229",[160,70.293]],["parent/229",[128,2.125,159,4.094]],["name/230",[6,32.182]],["parent/230",[128,2.125,159,4.094]],["name/231",[8,32.544]],["parent/231",[128,2.125,159,4.094]],["name/232",[128,21.849,161,47.518]],["parent/232",[]],["name/233",[162,70.293]],["parent/233",[128,2.125,161,4.621]],["name/234",[57,55.925]],["parent/234",[128,2.125,163,4.193]],["name/235",[164,70.293]],["parent/235",[128,2.125,163,4.193]],["name/236",[165,64.408]],["parent/236",[128,2.125,163,4.193]],["name/237",[166,64.408]],["parent/237",[128,2.125,163,4.193]],["name/238",[134,58.041]],["parent/238",[128,2.125,163,4.193]],["name/239",[167,64.408]],["parent/239",[128,2.125,163,4.193]],["name/240",[168,70.293]],["parent/240",[128,2.125,161,4.621]],["name/241",[2,26.856]],["parent/241",[128,2.125,169,3.638]],["name/242",[4,38.392]],["parent/242",[128,2.125,169,3.638]],["name/243",[57,55.925]],["parent/243",[128,2.125,169,3.638]],["name/244",[164,70.293]],["parent/244",[128,2.125,169,3.638]],["name/245",[165,64.408]],["parent/245",[128,2.125,169,3.638]],["name/246",[166,64.408]],["parent/246",[128,2.125,169,3.638]],["name/247",[134,58.041]],["parent/247",[128,2.125,169,3.638]],["name/248",[167,64.408]],["parent/248",[128,2.125,169,3.638]],["name/249",[7,32.544]],["parent/249",[128,2.125,169,3.638]],["name/250",[170,75.407]],["parent/250",[128,2.125,169,3.638]],["name/251",[160,70.293]],["parent/251",[128,2.125,169,3.638]],["name/252",[171,75.407]],["parent/252",[128,2.125,169,3.638]],["name/253",[6,32.182]],["parent/253",[128,2.125,169,3.638]],["name/254",[8,32.544]],["parent/254",[128,2.125,169,3.638]],["name/255",[128,21.849,172,49.91]],["parent/255",[]],["name/256",[173,70.293]],["parent/256",[128,2.125,172,4.853]],["name/257",[2,26.856]],["parent/257",[128,2.125,174,4.094]],["name/258",[4,38.392]],["parent/258",[128,2.125,174,4.094]],["name/259",[134,58.041]],["parent/259",[128,2.125,174,4.094]],["name/260",[7,32.544]],["parent/260",[128,2.125,174,4.094]],["name/261",[140,70.293]],["parent/261",[128,2.125,174,4.094]],["name/262",[6,32.182]],["parent/262",[128,2.125,174,4.094]],["name/263",[8,32.544]],["parent/263",[128,2.125,174,4.094]],["name/264",[128,21.849,175,49.91]],["parent/264",[]],["name/265",[134,58.041]],["parent/265",[128,2.125,175,4.853]],["name/266",[176,70.293]],["parent/266",[128,2.125,177,3.549]],["name/267",[37,33.614]],["parent/267",[128,2.125,177,3.549]],["name/268",[178,64.408]],["parent/268",[128,2.125,177,3.549]],["name/269",[37,33.614]],["parent/269",[128,2.125,177,3.549]],["name/270",[5,64.408]],["parent/270",[128,2.125,177,3.549]],["name/271",[37,33.614]],["parent/271",[128,2.125,177,3.549]],["name/272",[179,70.293]],["parent/272",[128,2.125,177,3.549]],["name/273",[37,33.614]],["parent/273",[128,2.125,177,3.549]],["name/274",[180,70.293]],["parent/274",[128,2.125,177,3.549]],["name/275",[37,33.614]],["parent/275",[128,2.125,177,3.549]],["name/276",[181,70.293]],["parent/276",[128,2.125,177,3.549]],["name/277",[37,33.614]],["parent/277",[128,2.125,177,3.549]],["name/278",[182,70.293]],["parent/278",[128,2.125,177,3.549]],["name/279",[37,33.614]],["parent/279",[128,2.125,177,3.549]],["name/280",[183,70.293]],["parent/280",[128,2.125,177,3.549]],["name/281",[37,33.614]],["parent/281",[128,2.125,177,3.549]],["name/282",[128,21.849,184,43.117]],["parent/282",[]],["name/283",[185,70.293]],["parent/283",[128,2.125,184,4.193]],["name/284",[11,64.408]],["parent/284",[128,2.125,186,4.447]],["name/285",[187,66.924]],["parent/285",[128,2.125,186,4.447]],["name/286",[188,75.407]],["parent/286",[128,2.125,186,4.447]],["name/287",[189,75.407]],["parent/287",[128,2.125,186,4.447]],["name/288",[190,70.293]],["parent/288",[128,2.125,184,4.193]],["name/289",[187,66.924]],["parent/289",[128,2.125,191,4.853]],["name/290",[192,75.407]],["parent/290",[128,2.125,191,4.853]],["name/291",[193,70.293]],["parent/291",[128,2.125,184,4.193]],["name/292",[194,70.293]],["parent/292",[128,2.125,184,4.193]],["name/293",[195,64.408]],["parent/293",[128,2.125,196,4.621]],["name/294",[108,58.041]],["parent/294",[128,2.125,196,4.621]],["name/295",[197,70.293]],["parent/295",[128,2.125,196,4.621]],["name/296",[198,70.293]],["parent/296",[128,2.125,184,4.193]],["name/297",[2,26.856]],["parent/297",[128,2.125,199,3.592]],["name/298",[195,64.408]],["parent/298",[128,2.125,199,3.592]],["name/299",[108,58.041]],["parent/299",[128,2.125,199,3.592]],["name/300",[197,70.293]],["parent/300",[128,2.125,199,3.592]],["name/301",[200,75.407]],["parent/301",[128,2.125,199,3.592]],["name/302",[201,75.407]],["parent/302",[128,2.125,199,3.592]],["name/303",[202,75.407]],["parent/303",[128,2.125,199,3.592]],["name/304",[176,70.293]],["parent/304",[128,2.125,199,3.592]],["name/305",[178,64.408]],["parent/305",[128,2.125,199,3.592]],["name/306",[5,64.408]],["parent/306",[128,2.125,199,3.592]],["name/307",[179,70.293]],["parent/307",[128,2.125,199,3.592]],["name/308",[180,70.293]],["parent/308",[128,2.125,199,3.592]],["name/309",[181,70.293]],["parent/309",[128,2.125,199,3.592]],["name/310",[182,70.293]],["parent/310",[128,2.125,199,3.592]],["name/311",[183,70.293]],["parent/311",[128,2.125,199,3.592]],["name/312",[203,66.924]],["parent/312",[]],["name/313",[204,70.293]],["parent/313",[203,6.561]],["name/314",[205,75.407]],["parent/314",[206,6.561]],["name/315",[37,33.614]],["parent/315",[206,6.561]],["name/316",[207,70.293]],["parent/316",[208,6.315]],["name/317",[209,64.408]],["parent/317",[208,6.315]],["name/318",[210,64.408]],["parent/318",[208,6.315]],["name/319",[37,33.614]],["parent/319",[208,6.315]],["name/320",[63,70.293]],["parent/320",[211,6.891]],["name/321",[212,75.407]],["parent/321",[211,6.891]],["name/322",[213,70.293]],["parent/322",[206,6.561]],["name/323",[214,70.293]],["parent/323",[203,6.561]],["name/324",[2,26.856]],["parent/324",[215,5.954]],["name/325",[216,75.407]],["parent/325",[215,5.954]],["name/326",[213,70.293]],["parent/326",[215,5.954]],["name/327",[7,32.544]],["parent/327",[215,5.954]],["name/328",[6,32.182]],["parent/328",[215,5.954]],["name/329",[8,32.544]],["parent/329",[215,5.954]],["name/330",[217,66.924]],["parent/330",[]],["name/331",[218,70.293]],["parent/331",[217,6.561]],["name/332",[219,75.407]],["parent/332",[220,6.315]],["name/333",[221,75.407]],["parent/333",[220,6.315]],["name/334",[222,75.407]],["parent/334",[220,6.315]],["name/335",[223,75.407]],["parent/335",[220,6.315]],["name/336",[137,64.408]],["parent/336",[217,6.561]],["name/337",[2,26.856]],["parent/337",[224,6.315]],["name/338",[6,32.182]],["parent/338",[224,6.315]],["name/339",[7,32.544]],["parent/339",[224,6.315]],["name/340",[8,32.544]],["parent/340",[224,6.315]],["name/341",[225,70.293]],["parent/341",[]],["name/342",[226,70.293]],["parent/342",[225,6.891]],["name/343",[227,70.293]],["parent/343",[]],["name/344",[228,70.293]],["parent/344",[227,6.891]],["name/345",[229,55.014]],["parent/345",[230,5.581]],["name/346",[231,46.657]],["parent/346",[230,5.581]],["name/347",[37,33.614]],["parent/347",[230,5.581]],["name/348",[2,26.856]],["parent/348",[230,5.581]],["name/349",[232,75.407]],["parent/349",[230,5.581]],["name/350",[231,46.657]],["parent/350",[230,5.581]],["name/351",[233,54.18]],["parent/351",[230,5.581]],["name/352",[234,54.18]],["parent/352",[230,5.581]],["name/353",[152,52.694]],["parent/353",[230,5.581]],["name/354",[235,64.408]],["parent/354",[]],["name/355",[236,70.293]],["parent/355",[235,6.315]],["name/356",[11,64.408]],["parent/356",[237,6.891]],["name/357",[238,75.407]],["parent/357",[237,6.891]],["name/358",[239,70.293]],["parent/358",[235,6.315]],["name/359",[95,66.924]],["parent/359",[235,6.315]],["name/360",[2,26.856]],["parent/360",[240,6.118]],["name/361",[92,64.408]],["parent/361",[240,6.118]],["name/362",[7,32.544]],["parent/362",[240,6.118]],["name/363",[6,32.182]],["parent/363",[240,6.118]],["name/364",[8,32.544]],["parent/364",[240,6.118]],["name/365",[241,70.293]],["parent/365",[]],["name/366",[242,70.293]],["parent/366",[241,6.891]],["name/367",[2,26.856]],["parent/367",[243,6.118]],["name/368",[4,38.392]],["parent/368",[243,6.118]],["name/369",[7,32.544]],["parent/369",[243,6.118]],["name/370",[6,32.182]],["parent/370",[243,6.118]],["name/371",[8,32.544]],["parent/371",[243,6.118]],["name/372",[244,70.293]],["parent/372",[]],["name/373",[166,64.408]],["parent/373",[244,6.891]],["name/374",[2,26.856]],["parent/374",[245,6.315]],["name/375",[6,32.182]],["parent/375",[245,6.315]],["name/376",[7,32.544]],["parent/376",[245,6.315]],["name/377",[8,32.544]],["parent/377",[245,6.315]],["name/378",[246,70.293]],["parent/378",[]],["name/379",[247,70.293]],["parent/379",[246,6.891]],["name/380",[2,26.856]],["parent/380",[248,5.312]],["name/381",[4,38.392]],["parent/381",[248,5.312]],["name/382",[249,58.041]],["parent/382",[248,5.312]],["name/383",[108,58.041]],["parent/383",[248,5.312]],["name/384",[250,70.293]],["parent/384",[248,5.312]],["name/385",[7,32.544]],["parent/385",[248,5.312]],["name/386",[251,75.407]],["parent/386",[248,5.312]],["name/387",[252,75.407]],["parent/387",[248,5.312]],["name/388",[253,75.407]],["parent/388",[248,5.312]],["name/389",[254,75.407]],["parent/389",[248,5.312]],["name/390",[6,32.182]],["parent/390",[248,5.312]],["name/391",[8,32.544]],["parent/391",[248,5.312]],["name/392",[255,70.293]],["parent/392",[]],["name/393",[106,64.408]],["parent/393",[255,6.891]],["name/394",[256,66.924]],["parent/394",[257,6.891]],["name/395",[37,33.614]],["parent/395",[257,6.891]],["name/396",[258,64.408]],["parent/396",[]],["name/397",[259,70.293]],["parent/397",[258,6.315]],["name/398",[195,64.408]],["parent/398",[260,6.891]],["name/399",[108,58.041]],["parent/399",[260,6.891]],["name/400",[261,70.293]],["parent/400",[258,6.315]],["name/401",[2,26.856]],["parent/401",[262,5.039]],["name/402",[4,38.392]],["parent/402",[262,5.039]],["name/403",[195,64.408]],["parent/403",[262,5.039]],["name/404",[263,66.924]],["parent/404",[262,5.039]],["name/405",[108,58.041]],["parent/405",[262,5.039]],["name/406",[264,75.407]],["parent/406",[262,5.039]],["name/407",[265,75.407]],["parent/407",[262,5.039]],["name/408",[266,75.407]],["parent/408",[262,5.039]],["name/409",[267,75.407]],["parent/409",[262,5.039]],["name/410",[268,70.293]],["parent/410",[262,5.039]],["name/411",[269,70.293]],["parent/411",[262,5.039]],["name/412",[270,70.293]],["parent/412",[262,5.039]],["name/413",[271,70.293]],["parent/413",[262,5.039]],["name/414",[272,70.293]],["parent/414",[262,5.039]],["name/415",[273,70.293]],["parent/415",[262,5.039]],["name/416",[274,70.293]],["parent/416",[262,5.039]],["name/417",[275,70.293]],["parent/417",[258,6.315]],["name/418",[2,26.856]],["parent/418",[276,6.561]],["name/419",[277,75.407]],["parent/419",[276,6.561]],["name/420",[256,66.924]],["parent/420",[276,6.561]],["name/421",[278,66.924]],["parent/421",[]],["name/422",[279,70.293]],["parent/422",[278,6.561]],["name/423",[2,26.856]],["parent/423",[280,5.236]],["name/424",[4,38.392]],["parent/424",[280,5.236]],["name/425",[263,66.924]],["parent/425",[280,5.236]],["name/426",[281,54.18]],["parent/426",[280,5.236]],["name/427",[249,58.041]],["parent/427",[280,5.236]],["name/428",[268,70.293]],["parent/428",[280,5.236]],["name/429",[269,70.293]],["parent/429",[280,5.236]],["name/430",[282,75.407]],["parent/430",[280,5.236]],["name/431",[270,70.293]],["parent/431",[280,5.236]],["name/432",[271,70.293]],["parent/432",[280,5.236]],["name/433",[272,70.293]],["parent/433",[280,5.236]],["name/434",[273,70.293]],["parent/434",[280,5.236]],["name/435",[274,70.293]],["parent/435",[280,5.236]],["name/436",[283,70.293]],["parent/436",[278,6.561]],["name/437",[2,26.856]],["parent/437",[284,6.315]],["name/438",[281,54.18]],["parent/438",[284,6.315]],["name/439",[249,58.041]],["parent/439",[284,6.315]],["name/440",[256,66.924]],["parent/440",[284,6.315]],["name/441",[285,19.62]],["parent/441",[]],["name/442",[286,70.293]],["parent/442",[]],["name/443",[287,70.293]],["parent/443",[286,6.891]],["name/444",[2,26.856]],["parent/444",[288,6.118]],["name/445",[289,66.924]],["parent/445",[288,6.118]],["name/446",[290,75.407]],["parent/446",[288,6.118]],["name/447",[291,75.407]],["parent/447",[288,6.118]],["name/448",[292,75.407]],["parent/448",[288,6.118]],["name/449",[293,66.924]],["parent/449",[]],["name/450",[294,70.293]],["parent/450",[293,6.561]],["name/451",[295,75.407]],["parent/451",[296,5.813]],["name/452",[209,64.408]],["parent/452",[296,5.813]],["name/453",[57,55.925]],["parent/453",[296,5.813]],["name/454",[297,62.399]],["parent/454",[296,5.813]],["name/455",[298,75.407]],["parent/455",[296,5.813]],["name/456",[299,64.408]],["parent/456",[296,5.813]],["name/457",[300,75.407]],["parent/457",[296,5.813]],["name/458",[301,70.293]],["parent/458",[293,6.561]],["name/459",[2,26.856]],["parent/459",[302,5.954]],["name/460",[4,38.392]],["parent/460",[302,5.954]],["name/461",[303,75.407]],["parent/461",[302,5.954]],["name/462",[304,75.407]],["parent/462",[302,5.954]],["name/463",[305,75.407]],["parent/463",[302,5.954]],["name/464",[306,75.407]],["parent/464",[302,5.954]],["name/465",[307,70.293]],["parent/465",[]],["name/466",[308,70.293]],["parent/466",[307,6.891]],["name/467",[2,26.856]],["parent/467",[309,5.69]],["name/468",[4,38.392]],["parent/468",[309,5.69]],["name/469",[310,70.293]],["parent/469",[309,5.69]],["name/470",[311,70.293]],["parent/470",[309,5.69]],["name/471",[312,70.293]],["parent/471",[309,5.69]],["name/472",[7,32.544]],["parent/472",[309,5.69]],["name/473",[6,32.182]],["parent/473",[309,5.69]],["name/474",[8,32.544]],["parent/474",[309,5.69]],["name/475",[313,70.293]],["parent/475",[]],["name/476",[289,66.924]],["parent/476",[313,6.891]],["name/477",[2,26.856]],["parent/477",[314,6.315]],["name/478",[6,32.182]],["parent/478",[314,6.315]],["name/479",[7,32.544]],["parent/479",[314,6.315]],["name/480",[8,32.544]],["parent/480",[314,6.315]],["name/481",[315,70.293]],["parent/481",[]],["name/482",[316,70.293]],["parent/482",[315,6.891]],["name/483",[2,26.856]],["parent/483",[317,6.118]],["name/484",[318,64.408]],["parent/484",[317,6.118]],["name/485",[7,32.544]],["parent/485",[317,6.118]],["name/486",[6,32.182]],["parent/486",[317,6.118]],["name/487",[8,32.544]],["parent/487",[317,6.118]],["name/488",[319,70.293]],["parent/488",[]],["name/489",[320,70.293]],["parent/489",[319,6.891]],["name/490",[2,26.856]],["parent/490",[321,5.581]],["name/491",[4,38.392]],["parent/491",[321,5.581]],["name/492",[322,55.014]],["parent/492",[321,5.581]],["name/493",[323,75.407]],["parent/493",[321,5.581]],["name/494",[324,70.293]],["parent/494",[321,5.581]],["name/495",[7,32.544]],["parent/495",[321,5.581]],["name/496",[325,75.407]],["parent/496",[321,5.581]],["name/497",[6,32.182]],["parent/497",[321,5.581]],["name/498",[8,32.544]],["parent/498",[321,5.581]],["name/499",[326,70.293]],["parent/499",[]],["name/500",[327,70.293]],["parent/500",[326,6.891]],["name/501",[2,26.856]],["parent/501",[328,5.69]],["name/502",[329,75.407]],["parent/502",[328,5.69]],["name/503",[209,64.408]],["parent/503",[328,5.69]],["name/504",[330,75.407]],["parent/504",[328,5.69]],["name/505",[7,32.544]],["parent/505",[328,5.69]],["name/506",[331,62.399]],["parent/506",[328,5.69]],["name/507",[6,32.182]],["parent/507",[328,5.69]],["name/508",[8,32.544]],["parent/508",[328,5.69]],["name/509",[332,70.293]],["parent/509",[]],["name/510",[333,70.293]],["parent/510",[332,6.891]],["name/511",[331,62.399]],["parent/511",[334,6.891]],["name/512",[37,33.614]],["parent/512",[334,6.891]],["name/513",[335,70.293]],["parent/513",[]],["name/514",[336,70.293]],["parent/514",[335,6.891]],["name/515",[2,26.856]],["parent/515",[337,6.561]],["name/516",[338,75.407]],["parent/516",[337,6.561]],["name/517",[331,62.399]],["parent/517",[337,6.561]],["name/518",[339,66.924]],["parent/518",[]],["name/519",[340,70.293]],["parent/519",[339,6.561]],["name/520",[341,64.408]],["parent/520",[342,5.813]],["name/521",[14,64.408]],["parent/521",[342,5.813]],["name/522",[343,64.408]],["parent/522",[342,5.813]],["name/523",[39,64.408]],["parent/523",[342,5.813]],["name/524",[344,64.408]],["parent/524",[342,5.813]],["name/525",[96,58.041]],["parent/525",[342,5.813]],["name/526",[97,59.294]],["parent/526",[342,5.813]],["name/527",[345,70.293]],["parent/527",[339,6.561]],["name/528",[2,26.856]],["parent/528",[346,5.166]],["name/529",[341,64.408]],["parent/529",[346,5.166]],["name/530",[14,64.408]],["parent/530",[346,5.166]],["name/531",[343,64.408]],["parent/531",[346,5.166]],["name/532",[39,64.408]],["parent/532",[346,5.166]],["name/533",[344,64.408]],["parent/533",[346,5.166]],["name/534",[96,58.041]],["parent/534",[346,5.166]],["name/535",[97,59.294]],["parent/535",[346,5.166]],["name/536",[4,38.392]],["parent/536",[346,5.166]],["name/537",[6,32.182]],["parent/537",[346,5.166]],["name/538",[7,32.544]],["parent/538",[346,5.166]],["name/539",[347,75.407]],["parent/539",[346,5.166]],["name/540",[348,75.407]],["parent/540",[346,5.166]],["name/541",[8,32.544]],["parent/541",[346,5.166]],["name/542",[349,70.293]],["parent/542",[]],["name/543",[350,70.293]],["parent/543",[349,6.891]],["name/544",[2,26.856]],["parent/544",[351,5.813]],["name/545",[4,38.392]],["parent/545",[351,5.813]],["name/546",[352,75.407]],["parent/546",[351,5.813]],["name/547",[7,32.544]],["parent/547",[351,5.813]],["name/548",[353,75.407]],["parent/548",[351,5.813]],["name/549",[6,32.182]],["parent/549",[351,5.813]],["name/550",[8,32.544]],["parent/550",[351,5.813]],["name/551",[354,70.293]],["parent/551",[]],["name/552",[355,70.293]],["parent/552",[354,6.891]],["name/553",[356,60.727]],["parent/553",[357,5.69]],["name/554",[37,33.614]],["parent/554",[357,5.69]],["name/555",[358,60.727]],["parent/555",[357,5.69]],["name/556",[37,33.614]],["parent/556",[357,5.69]],["name/557",[359,60.727]],["parent/557",[357,5.69]],["name/558",[37,33.614]],["parent/558",[357,5.69]],["name/559",[360,60.727]],["parent/559",[357,5.69]],["name/560",[37,33.614]],["parent/560",[357,5.69]],["name/561",[361,70.293]],["parent/561",[]],["name/562",[49,62.399]],["parent/562",[361,6.891]],["name/563",[362,66.924]],["parent/563",[363,5.166]],["name/564",[37,33.614]],["parent/564",[363,5.166]],["name/565",[35,62.399]],["parent/565",[363,5.166]],["name/566",[37,33.614]],["parent/566",[363,5.166]],["name/567",[364,66.924]],["parent/567",[363,5.166]],["name/568",[37,33.614]],["parent/568",[363,5.166]],["name/569",[356,60.727]],["parent/569",[363,5.166]],["name/570",[37,33.614]],["parent/570",[363,5.166]],["name/571",[358,60.727]],["parent/571",[363,5.166]],["name/572",[37,33.614]],["parent/572",[363,5.166]],["name/573",[359,60.727]],["parent/573",[363,5.166]],["name/574",[37,33.614]],["parent/574",[363,5.166]],["name/575",[360,60.727]],["parent/575",[363,5.166]],["name/576",[37,33.614]],["parent/576",[363,5.166]],["name/577",[365,70.293]],["parent/577",[]],["name/578",[366,70.293]],["parent/578",[365,6.891]],["name/579",[2,26.856]],["parent/579",[367,5.312]],["name/580",[70,56.927]],["parent/580",[367,5.312]],["name/581",[368,66.924]],["parent/581",[367,5.312]],["name/582",[369,66.924]],["parent/582",[367,5.312]],["name/583",[370,75.407]],["parent/583",[367,5.312]],["name/584",[356,60.727]],["parent/584",[367,5.312]],["name/585",[358,60.727]],["parent/585",[367,5.312]],["name/586",[359,60.727]],["parent/586",[367,5.312]],["name/587",[360,60.727]],["parent/587",[367,5.312]],["name/588",[362,66.924]],["parent/588",[367,5.312]],["name/589",[35,62.399]],["parent/589",[367,5.312]],["name/590",[364,66.924]],["parent/590",[367,5.312]],["name/591",[371,70.293]],["parent/591",[]],["name/592",[372,70.293]],["parent/592",[371,6.891]],["name/593",[2,26.856]],["parent/593",[373,5.954]],["name/594",[374,75.407]],["parent/594",[373,5.954]],["name/595",[70,56.927]],["parent/595",[373,5.954]],["name/596",[7,32.544]],["parent/596",[373,5.954]],["name/597",[6,32.182]],["parent/597",[373,5.954]],["name/598",[8,32.544]],["parent/598",[373,5.954]],["name/599",[375,70.293]],["parent/599",[]],["name/600",[368,66.924]],["parent/600",[375,6.891]],["name/601",[2,26.856]],["parent/601",[376,6.315]],["name/602",[6,32.182]],["parent/602",[376,6.315]],["name/603",[7,32.544]],["parent/603",[376,6.315]],["name/604",[8,32.544]],["parent/604",[376,6.315]],["name/605",[377,70.293]],["parent/605",[]],["name/606",[378,70.293]],["parent/606",[377,6.891]],["name/607",[2,26.856]],["parent/607",[379,6.118]],["name/608",[249,58.041]],["parent/608",[379,6.118]],["name/609",[7,32.544]],["parent/609",[379,6.118]],["name/610",[6,32.182]],["parent/610",[379,6.118]],["name/611",[8,32.544]],["parent/611",[379,6.118]],["name/612",[380,70.293]],["parent/612",[]],["name/613",[381,70.293]],["parent/613",[380,6.891]],["name/614",[2,26.856]],["parent/614",[382,5.813]],["name/615",[383,70.293]],["parent/615",[382,5.813]],["name/616",[356,60.727]],["parent/616",[382,5.813]],["name/617",[358,60.727]],["parent/617",[382,5.813]],["name/618",[359,60.727]],["parent/618",[382,5.813]],["name/619",[360,60.727]],["parent/619",[382,5.813]],["name/620",[384,70.293]],["parent/620",[382,5.813]],["name/621",[385,70.293]],["parent/621",[]],["name/622",[386,70.293]],["parent/622",[385,6.891]],["name/623",[2,26.856]],["parent/623",[387,5.483]],["name/624",[383,70.293]],["parent/624",[387,5.483]],["name/625",[362,66.924]],["parent/625",[387,5.483]],["name/626",[35,62.399]],["parent/626",[387,5.483]],["name/627",[364,66.924]],["parent/627",[387,5.483]],["name/628",[384,70.293]],["parent/628",[387,5.483]],["name/629",[356,60.727]],["parent/629",[387,5.483]],["name/630",[358,60.727]],["parent/630",[387,5.483]],["name/631",[359,60.727]],["parent/631",[387,5.483]],["name/632",[360,60.727]],["parent/632",[387,5.483]],["name/633",[388,70.293]],["parent/633",[]],["name/634",[389,70.293]],["parent/634",[388,6.891]],["name/635",[2,26.856]],["parent/635",[390,5.954]],["name/636",[391,75.407]],["parent/636",[390,5.954]],["name/637",[356,60.727]],["parent/637",[390,5.954]],["name/638",[358,60.727]],["parent/638",[390,5.954]],["name/639",[359,60.727]],["parent/639",[390,5.954]],["name/640",[360,60.727]],["parent/640",[390,5.954]],["name/641",[392,70.293]],["parent/641",[]],["name/642",[369,66.924]],["parent/642",[392,6.891]],["name/643",[2,26.856]],["parent/643",[393,6.315]],["name/644",[6,32.182]],["parent/644",[393,6.315]],["name/645",[7,32.544]],["parent/645",[393,6.315]],["name/646",[8,32.544]],["parent/646",[393,6.315]],["name/647",[394,70.293]],["parent/647",[]],["name/648",[395,70.293]],["parent/648",[394,6.891]],["name/649",[2,26.856]],["parent/649",[396,6.315]],["name/650",[7,32.544]],["parent/650",[396,6.315]],["name/651",[6,32.182]],["parent/651",[396,6.315]],["name/652",[8,32.544]],["parent/652",[396,6.315]],["name/653",[397,66.924]],["parent/653",[]],["name/654",[398,70.293]],["parent/654",[397,6.561]],["name/655",[399,64.408]],["parent/655",[400,6.315]],["name/656",[401,64.408]],["parent/656",[400,6.315]],["name/657",[402,64.408]],["parent/657",[400,6.315]],["name/658",[403,64.408]],["parent/658",[400,6.315]],["name/659",[404,70.293]],["parent/659",[397,6.561]],["name/660",[2,26.856]],["parent/660",[405,5.69]],["name/661",[399,64.408]],["parent/661",[405,5.69]],["name/662",[401,64.408]],["parent/662",[405,5.69]],["name/663",[402,64.408]],["parent/663",[405,5.69]],["name/664",[403,64.408]],["parent/664",[405,5.69]],["name/665",[7,32.544]],["parent/665",[405,5.69]],["name/666",[6,32.182]],["parent/666",[405,5.69]],["name/667",[8,32.544]],["parent/667",[405,5.69]],["name/668",[406,70.293]],["parent/668",[]],["name/669",[407,70.293]],["parent/669",[406,6.891]],["name/670",[2,26.856]],["parent/670",[408,5.954]],["name/671",[4,38.392]],["parent/671",[408,5.954]],["name/672",[409,66.924]],["parent/672",[408,5.954]],["name/673",[6,32.182]],["parent/673",[408,5.954]],["name/674",[7,32.544]],["parent/674",[408,5.954]],["name/675",[8,32.544]],["parent/675",[408,5.954]],["name/676",[410,66.924]],["parent/676",[]],["name/677",[411,70.293]],["parent/677",[410,6.561]],["name/678",[145,66.924]],["parent/678",[412,6.891]],["name/679",[413,56.927]],["parent/679",[412,6.891]],["name/680",[403,64.408]],["parent/680",[410,6.561]],["name/681",[2,26.856]],["parent/681",[414,6.315]],["name/682",[6,32.182]],["parent/682",[414,6.315]],["name/683",[7,32.544]],["parent/683",[414,6.315]],["name/684",[8,32.544]],["parent/684",[414,6.315]],["name/685",[415,70.293]],["parent/685",[]],["name/686",[416,70.293]],["parent/686",[415,6.891]],["name/687",[2,26.856]],["parent/687",[417,5.581]],["name/688",[249,58.041]],["parent/688",[417,5.581]],["name/689",[299,64.408]],["parent/689",[417,5.581]],["name/690",[6,32.182]],["parent/690",[417,5.581]],["name/691",[7,32.544]],["parent/691",[417,5.581]],["name/692",[8,32.544]],["parent/692",[417,5.581]],["name/693",[418,75.407]],["parent/693",[417,5.581]],["name/694",[419,75.407]],["parent/694",[417,5.581]],["name/695",[420,75.407]],["parent/695",[417,5.581]],["name/696",[421,66.924]],["parent/696",[]],["name/697",[422,70.293]],["parent/697",[421,6.561]],["name/698",[423,62.399]],["parent/698",[424,6.891]],["name/699",[425,64.408]],["parent/699",[424,6.891]],["name/700",[96,58.041]],["parent/700",[421,6.561]],["name/701",[2,26.856]],["parent/701",[426,6.315]],["name/702",[6,32.182]],["parent/702",[426,6.315]],["name/703",[7,32.544]],["parent/703",[426,6.315]],["name/704",[8,32.544]],["parent/704",[426,6.315]],["name/705",[427,70.293]],["parent/705",[]],["name/706",[19,66.924]],["parent/706",[427,6.891]],["name/707",[2,26.856]],["parent/707",[428,6.118]],["name/708",[429,75.407]],["parent/708",[428,6.118]],["name/709",[7,32.544]],["parent/709",[428,6.118]],["name/710",[6,32.182]],["parent/710",[428,6.118]],["name/711",[8,32.544]],["parent/711",[428,6.118]],["name/712",[430,70.293]],["parent/712",[]],["name/713",[431,62.399]],["parent/713",[430,6.891]],["name/714",[413,56.927]],["parent/714",[432,6.561]],["name/715",[433,56.927]],["parent/715",[432,6.561]],["name/716",[434,64.408]],["parent/716",[432,6.561]],["name/717",[435,70.293]],["parent/717",[]],["name/718",[401,64.408]],["parent/718",[435,6.891]],["name/719",[2,26.856]],["parent/719",[436,6.315]],["name/720",[6,32.182]],["parent/720",[436,6.315]],["name/721",[7,32.544]],["parent/721",[436,6.315]],["name/722",[8,32.544]],["parent/722",[436,6.315]],["name/723",[437,70.293]],["parent/723",[]],["name/724",[438,70.293]],["parent/724",[437,6.891]],["name/725",[2,26.856]],["parent/725",[439,6.118]],["name/726",[4,38.392]],["parent/726",[439,6.118]],["name/727",[7,32.544]],["parent/727",[439,6.118]],["name/728",[6,32.182]],["parent/728",[439,6.118]],["name/729",[8,32.544]],["parent/729",[439,6.118]],["name/730",[440,70.293]],["parent/730",[]],["name/731",[341,64.408]],["parent/731",[440,6.891]],["name/732",[2,26.856]],["parent/732",[441,6.315]],["name/733",[6,32.182]],["parent/733",[441,6.315]],["name/734",[7,32.544]],["parent/734",[441,6.315]],["name/735",[8,32.544]],["parent/735",[441,6.315]],["name/736",[442,70.293]],["parent/736",[]],["name/737",[97,59.294]],["parent/737",[442,6.891]],["name/738",[2,26.856]],["parent/738",[443,6.315]],["name/739",[6,32.182]],["parent/739",[443,6.315]],["name/740",[7,32.544]],["parent/740",[443,6.315]],["name/741",[8,32.544]],["parent/741",[443,6.315]],["name/742",[444,70.293]],["parent/742",[]],["name/743",[445,70.293]],["parent/743",[444,6.891]],["name/744",[2,26.856]],["parent/744",[446,5.813]],["name/745",[4,38.392]],["parent/745",[446,5.813]],["name/746",[96,58.041]],["parent/746",[446,5.813]],["name/747",[299,64.408]],["parent/747",[446,5.813]],["name/748",[7,32.544]],["parent/748",[446,5.813]],["name/749",[6,32.182]],["parent/749",[446,5.813]],["name/750",[8,32.544]],["parent/750",[446,5.813]],["name/751",[447,70.293]],["parent/751",[]],["name/752",[448,70.293]],["parent/752",[447,6.891]],["name/753",[2,26.856]],["parent/753",[449,6.118]],["name/754",[4,38.392]],["parent/754",[449,6.118]],["name/755",[6,32.182]],["parent/755",[449,6.118]],["name/756",[7,32.544]],["parent/756",[449,6.118]],["name/757",[8,32.544]],["parent/757",[449,6.118]],["name/758",[450,70.293]],["parent/758",[]],["name/759",[451,70.293]],["parent/759",[450,6.891]],["name/760",[452,75.407]],["parent/760",[453,6.315]],["name/761",[413,56.927]],["parent/761",[453,6.315]],["name/762",[433,56.927]],["parent/762",[453,6.315]],["name/763",[434,64.408]],["parent/763",[453,6.315]],["name/764",[454,70.293]],["parent/764",[]],["name/765",[399,64.408]],["parent/765",[454,6.891]],["name/766",[2,26.856]],["parent/766",[455,6.315]],["name/767",[6,32.182]],["parent/767",[455,6.315]],["name/768",[7,32.544]],["parent/768",[455,6.315]],["name/769",[8,32.544]],["parent/769",[455,6.315]],["name/770",[456,70.293]],["parent/770",[]],["name/771",[457,70.293]],["parent/771",[456,6.891]],["name/772",[2,26.856]],["parent/772",[458,6.118]],["name/773",[459,70.293]],["parent/773",[458,6.118]],["name/774",[7,32.544]],["parent/774",[458,6.118]],["name/775",[6,32.182]],["parent/775",[458,6.118]],["name/776",[8,32.544]],["parent/776",[458,6.118]],["name/777",[460,70.293]],["parent/777",[]],["name/778",[461,70.293]],["parent/778",[460,6.891]],["name/779",[2,26.856]],["parent/779",[462,6.315]],["name/780",[7,32.544]],["parent/780",[462,6.315]],["name/781",[6,32.182]],["parent/781",[462,6.315]],["name/782",[8,32.544]],["parent/782",[462,6.315]],["name/783",[463,70.293]],["parent/783",[]],["name/784",[464,70.293]],["parent/784",[463,6.891]],["name/785",[2,26.856]],["parent/785",[465,5.954]],["name/786",[466,75.407]],["parent/786",[465,5.954]],["name/787",[4,38.392]],["parent/787",[465,5.954]],["name/788",[7,32.544]],["parent/788",[465,5.954]],["name/789",[6,32.182]],["parent/789",[465,5.954]],["name/790",[8,32.544]],["parent/790",[465,5.954]],["name/791",[467,70.293]],["parent/791",[]],["name/792",[468,70.293]],["parent/792",[467,6.891]],["name/793",[2,26.856]],["parent/793",[469,5.954]],["name/794",[4,38.392]],["parent/794",[469,5.954]],["name/795",[7,32.544]],["parent/795",[469,5.954]],["name/796",[470,75.407]],["parent/796",[469,5.954]],["name/797",[6,32.182]],["parent/797",[469,5.954]],["name/798",[8,32.544]],["parent/798",[469,5.954]],["name/799",[471,70.293]],["parent/799",[]],["name/800",[472,70.293]],["parent/800",[471,6.891]],["name/801",[2,26.856]],["parent/801",[473,6.118]],["name/802",[474,75.407]],["parent/802",[473,6.118]],["name/803",[7,32.544]],["parent/803",[473,6.118]],["name/804",[6,32.182]],["parent/804",[473,6.118]],["name/805",[8,32.544]],["parent/805",[473,6.118]],["name/806",[475,70.293]],["parent/806",[]],["name/807",[402,64.408]],["parent/807",[475,6.891]],["name/808",[2,26.856]],["parent/808",[476,6.315]],["name/809",[6,32.182]],["parent/809",[476,6.315]],["name/810",[7,32.544]],["parent/810",[476,6.315]],["name/811",[8,32.544]],["parent/811",[476,6.315]],["name/812",[477,70.293]],["parent/812",[]],["name/813",[409,66.924]],["parent/813",[477,6.891]],["name/814",[2,26.856]],["parent/814",[478,6.315]],["name/815",[6,32.182]],["parent/815",[478,6.315]],["name/816",[7,32.544]],["parent/816",[478,6.315]],["name/817",[8,32.544]],["parent/817",[478,6.315]],["name/818",[479,70.293]],["parent/818",[]],["name/819",[480,70.293]],["parent/819",[479,6.891]],["name/820",[2,26.856]],["parent/820",[481,6.118]],["name/821",[4,38.392]],["parent/821",[481,6.118]],["name/822",[7,32.544]],["parent/822",[481,6.118]],["name/823",[6,32.182]],["parent/823",[481,6.118]],["name/824",[8,32.544]],["parent/824",[481,6.118]],["name/825",[482,70.293]],["parent/825",[]],["name/826",[483,70.293]],["parent/826",[482,6.891]],["name/827",[2,26.856]],["parent/827",[484,5.954]],["name/828",[7,32.544]],["parent/828",[484,5.954]],["name/829",[485,75.407]],["parent/829",[484,5.954]],["name/830",[486,75.407]],["parent/830",[484,5.954]],["name/831",[6,32.182]],["parent/831",[484,5.954]],["name/832",[8,32.544]],["parent/832",[484,5.954]],["name/833",[487,70.293]],["parent/833",[]],["name/834",[488,70.293]],["parent/834",[487,6.891]],["name/835",[2,26.856]],["parent/835",[489,6.118]],["name/836",[210,64.408]],["parent/836",[489,6.118]],["name/837",[7,32.544]],["parent/837",[489,6.118]],["name/838",[6,32.182]],["parent/838",[489,6.118]],["name/839",[8,32.544]],["parent/839",[489,6.118]],["name/840",[490,70.293]],["parent/840",[]],["name/841",[491,70.293]],["parent/841",[490,6.891]],["name/842",[2,26.856]],["parent/842",[492,6.315]],["name/843",[231,46.657]],["parent/843",[492,6.315]],["name/844",[413,56.927]],["parent/844",[492,6.315]],["name/845",[433,56.927]],["parent/845",[492,6.315]],["name/846",[493,70.293]],["parent/846",[]],["name/847",[494,70.293]],["parent/847",[493,6.891]],["name/848",[2,26.856]],["parent/848",[495,6.315]],["name/849",[231,46.657]],["parent/849",[495,6.315]],["name/850",[413,56.927]],["parent/850",[495,6.315]],["name/851",[433,56.927]],["parent/851",[495,6.315]],["name/852",[496,70.293]],["parent/852",[]],["name/853",[497,70.293]],["parent/853",[496,6.891]],["name/854",[2,26.856]],["parent/854",[498,6.315]],["name/855",[231,46.657]],["parent/855",[498,6.315]],["name/856",[413,56.927]],["parent/856",[498,6.315]],["name/857",[433,56.927]],["parent/857",[498,6.315]],["name/858",[499,70.293]],["parent/858",[]],["name/859",[500,70.293]],["parent/859",[499,6.891]],["name/860",[2,26.856]],["parent/860",[501,6.315]],["name/861",[231,46.657]],["parent/861",[501,6.315]],["name/862",[413,56.927]],["parent/862",[501,6.315]],["name/863",[433,56.927]],["parent/863",[501,6.315]],["name/864",[502,70.293]],["parent/864",[]],["name/865",[503,70.293]],["parent/865",[502,6.891]],["name/866",[2,26.856]],["parent/866",[504,6.118]],["name/867",[322,55.014]],["parent/867",[504,6.118]],["name/868",[6,32.182]],["parent/868",[504,6.118]],["name/869",[7,32.544]],["parent/869",[504,6.118]],["name/870",[8,32.544]],["parent/870",[504,6.118]],["name/871",[505,70.293]],["parent/871",[]],["name/872",[506,70.293]],["parent/872",[505,6.891]],["name/873",[2,26.856]],["parent/873",[507,6.118]],["name/874",[322,55.014]],["parent/874",[507,6.118]],["name/875",[6,32.182]],["parent/875",[507,6.118]],["name/876",[7,32.544]],["parent/876",[507,6.118]],["name/877",[8,32.544]],["parent/877",[507,6.118]],["name/878",[508,70.293]],["parent/878",[]],["name/879",[509,70.293]],["parent/879",[508,6.891]],["name/880",[2,26.856]],["parent/880",[510,6.118]],["name/881",[322,55.014]],["parent/881",[510,6.118]],["name/882",[6,32.182]],["parent/882",[510,6.118]],["name/883",[7,32.544]],["parent/883",[510,6.118]],["name/884",[8,32.544]],["parent/884",[510,6.118]],["name/885",[511,70.293]],["parent/885",[]],["name/886",[512,70.293]],["parent/886",[511,6.891]],["name/887",[513,75.407]],["parent/887",[514,6.118]],["name/888",[515,75.407]],["parent/888",[514,6.118]],["name/889",[425,64.408]],["parent/889",[514,6.118]],["name/890",[34,66.924]],["parent/890",[514,6.118]],["name/891",[516,75.407]],["parent/891",[514,6.118]],["name/892",[517,70.293]],["parent/892",[]],["name/893",[344,64.408]],["parent/893",[517,6.891]],["name/894",[2,26.856]],["parent/894",[518,6.315]],["name/895",[6,32.182]],["parent/895",[518,6.315]],["name/896",[7,32.544]],["parent/896",[518,6.315]],["name/897",[8,32.544]],["parent/897",[518,6.315]],["name/898",[519,70.293]],["parent/898",[]],["name/899",[520,70.293]],["parent/899",[519,6.891]],["name/900",[2,26.856]],["parent/900",[521,5.954]],["name/901",[4,38.392]],["parent/901",[521,5.954]],["name/902",[322,55.014]],["parent/902",[521,5.954]],["name/903",[6,32.182]],["parent/903",[521,5.954]],["name/904",[7,32.544]],["parent/904",[521,5.954]],["name/905",[8,32.544]],["parent/905",[521,5.954]],["name/906",[522,70.293]],["parent/906",[]],["name/907",[523,70.293]],["parent/907",[522,6.891]],["name/908",[2,26.856]],["parent/908",[524,5.954]],["name/909",[4,38.392]],["parent/909",[524,5.954]],["name/910",[322,55.014]],["parent/910",[524,5.954]],["name/911",[6,32.182]],["parent/911",[524,5.954]],["name/912",[7,32.544]],["parent/912",[524,5.954]],["name/913",[8,32.544]],["parent/913",[524,5.954]],["name/914",[525,70.293]],["parent/914",[]],["name/915",[526,70.293]],["parent/915",[525,6.891]],["name/916",[2,26.856]],["parent/916",[527,5.954]],["name/917",[4,38.392]],["parent/917",[527,5.954]],["name/918",[322,55.014]],["parent/918",[527,5.954]],["name/919",[6,32.182]],["parent/919",[527,5.954]],["name/920",[7,32.544]],["parent/920",[527,5.954]],["name/921",[8,32.544]],["parent/921",[527,5.954]],["name/922",[528,70.293]],["parent/922",[]],["name/923",[529,70.293]],["parent/923",[528,6.891]],["name/924",[2,26.856]],["parent/924",[530,6.118]],["name/925",[68,70.293]],["parent/925",[530,6.118]],["name/926",[6,32.182]],["parent/926",[530,6.118]],["name/927",[7,32.544]],["parent/927",[530,6.118]],["name/928",[8,32.544]],["parent/928",[530,6.118]],["name/929",[531,70.293]],["parent/929",[]],["name/930",[532,70.293]],["parent/930",[531,6.891]],["name/931",[2,26.856]],["parent/931",[533,6.315]],["name/932",[6,32.182]],["parent/932",[533,6.315]],["name/933",[7,32.544]],["parent/933",[533,6.315]],["name/934",[8,32.544]],["parent/934",[533,6.315]],["name/935",[534,70.293]],["parent/935",[]],["name/936",[535,70.293]],["parent/936",[534,6.891]],["name/937",[536,70.293]],["parent/937",[537,6.315]],["name/938",[538,75.407]],["parent/938",[537,6.315]],["name/939",[539,70.293]],["parent/939",[537,6.315]],["name/940",[540,75.407]],["parent/940",[537,6.315]],["name/941",[541,70.293]],["parent/941",[]],["name/942",[343,64.408]],["parent/942",[541,6.891]],["name/943",[2,26.856]],["parent/943",[542,6.315]],["name/944",[6,32.182]],["parent/944",[542,6.315]],["name/945",[7,32.544]],["parent/945",[542,6.315]],["name/946",[8,32.544]],["parent/946",[542,6.315]],["name/947",[543,70.293]],["parent/947",[]],["name/948",[544,70.293]],["parent/948",[543,6.891]],["name/949",[2,26.856]],["parent/949",[545,5.483]],["name/950",[6,32.182]],["parent/950",[545,5.483]],["name/951",[7,32.544]],["parent/951",[545,5.483]],["name/952",[546,75.407]],["parent/952",[545,5.483]],["name/953",[547,75.407]],["parent/953",[545,5.483]],["name/954",[548,70.293]],["parent/954",[545,5.483]],["name/955",[549,75.407]],["parent/955",[545,5.483]],["name/956",[550,75.407]],["parent/956",[545,5.483]],["name/957",[551,75.407]],["parent/957",[545,5.483]],["name/958",[8,32.544]],["parent/958",[545,5.483]],["name/959",[552,70.293]],["parent/959",[]],["name/960",[553,70.293]],["parent/960",[552,6.891]],["name/961",[2,26.856]],["parent/961",[554,6.315]],["name/962",[433,56.927]],["parent/962",[554,6.315]],["name/963",[413,56.927]],["parent/963",[554,6.315]],["name/964",[434,64.408]],["parent/964",[554,6.315]],["name/965",[555,70.293]],["parent/965",[]],["name/966",[556,64.408]],["parent/966",[555,6.891]],["name/967",[413,56.927]],["parent/967",[557,6.561]],["name/968",[433,56.927]],["parent/968",[557,6.561]],["name/969",[434,64.408]],["parent/969",[557,6.561]],["name/970",[558,59.294]],["parent/970",[]],["name/971",[559,70.293]],["parent/971",[558,5.813]],["name/972",[560,70.293]],["parent/972",[558,5.813]],["name/973",[561,70.293]],["parent/973",[558,5.813]],["name/974",[562,70.293]],["parent/974",[558,5.813]],["name/975",[563,70.293]],["parent/975",[558,5.813]],["name/976",[564,70.293]],["parent/976",[558,5.813]],["name/977",[2,26.856]],["parent/977",[565,4.826]],["name/978",[4,38.392]],["parent/978",[565,4.826]],["name/979",[322,55.014]],["parent/979",[565,4.826]],["name/980",[566,75.407]],["parent/980",[565,4.826]],["name/981",[567,75.407]],["parent/981",[565,4.826]],["name/982",[568,75.407]],["parent/982",[565,4.826]],["name/983",[43,60.727]],["parent/983",[565,4.826]],["name/984",[569,75.407]],["parent/984",[565,4.826]],["name/985",[570,75.407]],["parent/985",[565,4.826]],["name/986",[571,75.407]],["parent/986",[565,4.826]],["name/987",[572,75.407]],["parent/987",[565,4.826]],["name/988",[573,75.407]],["parent/988",[565,4.826]],["name/989",[574,75.407]],["parent/989",[565,4.826]],["name/990",[575,75.407]],["parent/990",[565,4.826]],["name/991",[576,75.407]],["parent/991",[565,4.826]],["name/992",[577,75.407]],["parent/992",[565,4.826]],["name/993",[578,75.407]],["parent/993",[565,4.826]],["name/994",[579,59.294]],["parent/994",[565,4.826]],["name/995",[580,59.294]],["parent/995",[565,4.826]],["name/996",[581,58.041]],["parent/996",[565,4.826]],["name/997",[582,64.408]],["parent/997",[]],["name/998",[583,70.293]],["parent/998",[582,6.315]],["name/999",[584,70.293]],["parent/999",[582,6.315]],["name/1000",[37,33.614]],["parent/1000",[585,7.393]],["name/1001",[586,70.293]],["parent/1001",[587,6.891]],["name/1002",[588,59.294]],["parent/1002",[587,6.891]],["name/1003",[589,70.293]],["parent/1003",[582,6.315]],["name/1004",[150,66.924]],["parent/1004",[590,6.118]],["name/1005",[591,75.407]],["parent/1005",[590,6.118]],["name/1006",[592,75.407]],["parent/1006",[590,6.118]],["name/1007",[593,75.407]],["parent/1007",[590,6.118]],["name/1008",[594,75.407]],["parent/1008",[590,6.118]],["name/1009",[595,66.924]],["parent/1009",[]],["name/1010",[596,70.293]],["parent/1010",[595,6.561]],["name/1011",[597,70.293]],["parent/1011",[595,6.561]],["name/1012",[598,70.293]],["parent/1012",[599,7.393]],["name/1013",[600,70.293]],["parent/1013",[]],["name/1014",[601,70.293]],["parent/1014",[600,6.891]],["name/1015",[2,26.856]],["parent/1015",[602,5.394]],["name/1016",[603,66.924]],["parent/1016",[602,5.394]],["name/1017",[604,75.407]],["parent/1017",[602,5.394]],["name/1018",[4,38.392]],["parent/1018",[602,5.394]],["name/1019",[605,64.408]],["parent/1019",[602,5.394]],["name/1020",[423,62.399]],["parent/1020",[602,5.394]],["name/1021",[606,64.408]],["parent/1021",[602,5.394]],["name/1022",[607,62.399]],["parent/1022",[602,5.394]],["name/1023",[608,64.408]],["parent/1023",[602,5.394]],["name/1024",[609,64.408]],["parent/1024",[602,5.394]],["name/1025",[610,64.408]],["parent/1025",[602,5.394]],["name/1026",[611,70.293]],["parent/1026",[]],["name/1027",[603,66.924]],["parent/1027",[611,6.891]],["name/1028",[612,75.407]],["parent/1028",[613,5.813]],["name/1029",[614,75.407]],["parent/1029",[613,5.813]],["name/1030",[2,26.856]],["parent/1030",[613,5.813]],["name/1031",[615,75.407]],["parent/1031",[613,5.813]],["name/1032",[616,64.408]],["parent/1032",[613,5.813]],["name/1033",[617,75.407]],["parent/1033",[613,5.813]],["name/1034",[318,64.408]],["parent/1034",[613,5.813]],["name/1035",[618,70.293]],["parent/1035",[]],["name/1036",[619,70.293]],["parent/1036",[618,6.891]],["name/1037",[620,64.408]],["parent/1037",[]],["name/1038",[621,70.293]],["parent/1038",[620,6.315]],["name/1039",[622,70.293]],["parent/1039",[620,6.315]],["name/1040",[623,70.293]],["parent/1040",[620,6.315]],["name/1041",[624,70.293]],["parent/1041",[]],["name/1042",[4,38.392]],["parent/1042",[624,6.891]],["name/1043",[2,26.856]],["parent/1043",[625,5.69]],["name/1044",[605,64.408]],["parent/1044",[625,5.69]],["name/1045",[423,62.399]],["parent/1045",[625,5.69]],["name/1046",[606,64.408]],["parent/1046",[625,5.69]],["name/1047",[607,62.399]],["parent/1047",[625,5.69]],["name/1048",[608,64.408]],["parent/1048",[625,5.69]],["name/1049",[609,64.408]],["parent/1049",[625,5.69]],["name/1050",[610,64.408]],["parent/1050",[625,5.69]],["name/1051",[626,70.293]],["parent/1051",[]],["name/1052",[318,64.408]],["parent/1052",[626,6.891]],["name/1053",[616,64.408]],["parent/1053",[627,6.891]],["name/1054",[37,33.614]],["parent/1054",[627,6.891]],["name/1055",[628,70.293]],["parent/1055",[]],["name/1056",[629,70.293]],["parent/1056",[628,6.891]],["name/1057",[2,26.856]],["parent/1057",[630,5.69]],["name/1058",[605,64.408]],["parent/1058",[630,5.69]],["name/1059",[423,62.399]],["parent/1059",[630,5.69]],["name/1060",[606,64.408]],["parent/1060",[630,5.69]],["name/1061",[607,62.399]],["parent/1061",[630,5.69]],["name/1062",[608,64.408]],["parent/1062",[630,5.69]],["name/1063",[609,64.408]],["parent/1063",[630,5.69]],["name/1064",[610,64.408]],["parent/1064",[630,5.69]],["name/1065",[631,70.293]],["parent/1065",[]],["name/1066",[632,70.293]],["parent/1066",[631,6.891]],["name/1067",[2,26.856]],["parent/1067",[633,6.561]],["name/1068",[4,38.392]],["parent/1068",[633,6.561]],["name/1069",[616,64.408]],["parent/1069",[633,6.561]],["name/1070",[634,70.293]],["parent/1070",[]],["name/1071",[635,70.293]],["parent/1071",[634,6.891]],["name/1072",[2,26.856]],["parent/1072",[636,5.581]],["name/1073",[4,38.392]],["parent/1073",[636,5.581]],["name/1074",[605,64.408]],["parent/1074",[636,5.581]],["name/1075",[423,62.399]],["parent/1075",[636,5.581]],["name/1076",[606,64.408]],["parent/1076",[636,5.581]],["name/1077",[607,62.399]],["parent/1077",[636,5.581]],["name/1078",[608,64.408]],["parent/1078",[636,5.581]],["name/1079",[609,64.408]],["parent/1079",[636,5.581]],["name/1080",[610,64.408]],["parent/1080",[636,5.581]],["name/1081",[637,70.293]],["parent/1081",[]],["name/1082",[638,70.293]],["parent/1082",[637,6.891]],["name/1083",[2,26.856]],["parent/1083",[639,6.315]],["name/1084",[640,75.407]],["parent/1084",[639,6.315]],["name/1085",[616,64.408]],["parent/1085",[639,6.315]],["name/1086",[641,75.407]],["parent/1086",[639,6.315]],["name/1087",[642,70.293]],["parent/1087",[]],["name/1088",[643,70.293]],["parent/1088",[642,6.891]],["name/1089",[2,26.856]],["parent/1089",[644,5.954]],["name/1090",[4,38.392]],["parent/1090",[644,5.954]],["name/1091",[645,66.924]],["parent/1091",[644,5.954]],["name/1092",[312,70.293]],["parent/1092",[644,5.954]],["name/1093",[646,64.408]],["parent/1093",[644,5.954]],["name/1094",[647,66.924]],["parent/1094",[644,5.954]],["name/1095",[648,70.293]],["parent/1095",[]],["name/1096",[649,70.293]],["parent/1096",[648,6.891]],["name/1097",[2,26.856]],["parent/1097",[650,6.118]],["name/1098",[4,38.392]],["parent/1098",[650,6.118]],["name/1099",[322,55.014]],["parent/1099",[650,6.118]],["name/1100",[646,64.408]],["parent/1100",[650,6.118]],["name/1101",[647,66.924]],["parent/1101",[650,6.118]],["name/1102",[651,70.293]],["parent/1102",[]],["name/1103",[167,64.408]],["parent/1103",[651,6.891]],["name/1104",[647,66.924]],["parent/1104",[652,6.891]],["name/1105",[37,33.614]],["parent/1105",[652,6.891]],["name/1106",[653,70.293]],["parent/1106",[]],["name/1107",[654,70.293]],["parent/1107",[653,6.891]],["name/1108",[2,26.856]],["parent/1108",[655,6.315]],["name/1109",[656,66.924]],["parent/1109",[655,6.315]],["name/1110",[657,75.407]],["parent/1110",[655,6.315]],["name/1111",[658,56.927]],["parent/1111",[655,6.315]],["name/1112",[659,70.293]],["parent/1112",[]],["name/1113",[660,70.293]],["parent/1113",[659,6.891]],["name/1114",[658,56.927]],["parent/1114",[661,6.891]],["name/1115",[37,33.614]],["parent/1115",[661,6.891]],["name/1116",[662,70.293]],["parent/1116",[]],["name/1117",[663,70.293]],["parent/1117",[662,6.891]],["name/1118",[664,70.293]],["parent/1118",[]],["name/1119",[165,64.408]],["parent/1119",[664,6.891]],["name/1120",[658,56.927]],["parent/1120",[665,6.891]],["name/1121",[37,33.614]],["parent/1121",[665,6.891]],["name/1122",[666,70.293]],["parent/1122",[]],["name/1123",[645,66.924]],["parent/1123",[666,6.891]],["name/1124",[658,56.927]],["parent/1124",[667,6.891]],["name/1125",[37,33.614]],["parent/1125",[667,6.891]],["name/1126",[668,66.924]],["parent/1126",[]],["name/1127",[669,70.293]],["parent/1127",[668,6.561]],["name/1128",[43,60.727]],["parent/1128",[670,6.891]],["name/1129",[556,64.408]],["parent/1129",[670,6.891]],["name/1130",[646,64.408]],["parent/1130",[668,6.561]],["name/1131",[658,56.927]],["parent/1131",[671,6.891]],["name/1132",[37,33.614]],["parent/1132",[671,6.891]],["name/1133",[672,70.293]],["parent/1133",[]],["name/1134",[673,70.293]],["parent/1134",[672,6.891]],["name/1135",[2,26.856]],["parent/1135",[674,6.315]],["name/1136",[675,70.293]],["parent/1136",[674,6.315]],["name/1137",[37,33.614]],["parent/1137",[674,6.315]],["name/1138",[676,70.293]],["parent/1138",[677,6.891]],["name/1139",[678,70.293]],["parent/1139",[677,6.891]],["name/1140",[658,56.927]],["parent/1140",[674,6.315]],["name/1141",[679,70.293]],["parent/1141",[]],["name/1142",[680,70.293]],["parent/1142",[679,6.891]],["name/1143",[2,26.856]],["parent/1143",[681,6.561]],["name/1144",[682,70.293]],["parent/1144",[681,6.561]],["name/1145",[658,56.927]],["parent/1145",[681,6.561]],["name/1146",[683,70.293]],["parent/1146",[]],["name/1147",[684,70.293]],["parent/1147",[683,6.891]],["name/1148",[2,26.856]],["parent/1148",[685,5.813]],["name/1149",[4,38.392]],["parent/1149",[685,5.813]],["name/1150",[310,70.293]],["parent/1150",[685,5.813]],["name/1151",[686,66.924]],["parent/1151",[685,5.813]],["name/1152",[311,70.293]],["parent/1152",[685,5.813]],["name/1153",[687,75.407]],["parent/1153",[685,5.813]],["name/1154",[658,56.927]],["parent/1154",[685,5.813]],["name/1155",[688,70.293]],["parent/1155",[]],["name/1156",[689,70.293]],["parent/1156",[688,6.891]],["name/1157",[2,26.856]],["parent/1157",[690,5.312]],["name/1158",[691,75.407]],["parent/1158",[690,5.312]],["name/1159",[692,75.407]],["parent/1159",[690,5.312]],["name/1160",[136,56.927]],["parent/1160",[690,5.312]],["name/1161",[693,75.407]],["parent/1161",[690,5.312]],["name/1162",[658,56.927]],["parent/1162",[690,5.312]],["name/1163",[694,75.407]],["parent/1163",[690,5.312]],["name/1164",[695,75.407]],["parent/1164",[690,5.312]],["name/1165",[696,75.407]],["parent/1165",[690,5.312]],["name/1166",[697,75.407]],["parent/1166",[690,5.312]],["name/1167",[698,75.407]],["parent/1167",[690,5.312]],["name/1168",[699,75.407]],["parent/1168",[690,5.312]],["name/1169",[700,70.293]],["parent/1169",[]],["name/1170",[701,70.293]],["parent/1170",[700,6.891]],["name/1171",[2,26.856]],["parent/1171",[702,6.315]],["name/1172",[7,32.544]],["parent/1172",[702,6.315]],["name/1173",[6,32.182]],["parent/1173",[702,6.315]],["name/1174",[8,32.544]],["parent/1174",[702,6.315]],["name/1175",[703,70.293]],["parent/1175",[]],["name/1176",[704,70.293]],["parent/1176",[703,6.891]],["name/1177",[2,26.856]],["parent/1177",[705,6.118]],["name/1178",[706,75.407]],["parent/1178",[705,6.118]],["name/1179",[7,32.544]],["parent/1179",[705,6.118]],["name/1180",[6,32.182]],["parent/1180",[705,6.118]],["name/1181",[8,32.544]],["parent/1181",[705,6.118]],["name/1182",[707,70.293]],["parent/1182",[]],["name/1183",[686,66.924]],["parent/1183",[707,6.891]],["name/1184",[2,26.856]],["parent/1184",[708,6.315]],["name/1185",[6,32.182]],["parent/1185",[708,6.315]],["name/1186",[7,32.544]],["parent/1186",[708,6.315]],["name/1187",[8,32.544]],["parent/1187",[708,6.315]],["name/1188",[709,70.293]],["parent/1188",[]],["name/1189",[710,70.293]],["parent/1189",[709,6.891]],["name/1190",[2,26.856]],["parent/1190",[711,5.813]],["name/1191",[712,75.407]],["parent/1191",[711,5.813]],["name/1192",[586,70.293]],["parent/1192",[711,5.813]],["name/1193",[713,75.407]],["parent/1193",[711,5.813]],["name/1194",[7,32.544]],["parent/1194",[711,5.813]],["name/1195",[6,32.182]],["parent/1195",[711,5.813]],["name/1196",[8,32.544]],["parent/1196",[711,5.813]],["name/1197",[714,64.408]],["parent/1197",[]],["name/1198",[715,70.293]],["parent/1198",[714,6.315]],["name/1199",[716,62.399]],["parent/1199",[714,6.315]],["name/1200",[717,70.293]],["parent/1200",[714,6.315]],["name/1201",[718,70.293]],["parent/1201",[]],["name/1202",[719,70.293]],["parent/1202",[718,6.891]],["name/1203",[11,64.408]],["parent/1203",[720,6.118]],["name/1204",[716,62.399]],["parent/1204",[720,6.118]],["name/1205",[263,66.924]],["parent/1205",[720,6.118]],["name/1206",[187,66.924]],["parent/1206",[720,6.118]],["name/1207",[721,75.407]],["parent/1207",[720,6.118]],["name/1208",[722,66.924]],["parent/1208",[]],["name/1209",[723,70.293]],["parent/1209",[722,6.561]],["name/1210",[724,75.407]],["parent/1210",[725,5.954]],["name/1211",[299,64.408]],["parent/1211",[725,5.954]],["name/1212",[726,75.407]],["parent/1212",[725,5.954]],["name/1213",[727,75.407]],["parent/1213",[725,5.954]],["name/1214",[728,75.407]],["parent/1214",[725,5.954]],["name/1215",[729,75.407]],["parent/1215",[725,5.954]],["name/1216",[730,70.293]],["parent/1216",[722,6.561]],["name/1217",[2,26.856]],["parent/1217",[731,5.954]],["name/1218",[4,38.392]],["parent/1218",[731,5.954]],["name/1219",[85,66.924]],["parent/1219",[731,5.954]],["name/1220",[656,66.924]],["parent/1220",[731,5.954]],["name/1221",[732,66.924]],["parent/1221",[731,5.954]],["name/1222",[733,75.407]],["parent/1222",[731,5.954]],["name/1223",[734,66.924]],["parent/1223",[]],["name/1224",[735,70.293]],["parent/1224",[734,6.561]],["name/1225",[145,66.924]],["parent/1225",[736,6.891]],["name/1226",[737,75.407]],["parent/1226",[736,6.891]],["name/1227",[738,70.293]],["parent/1227",[734,6.561]],["name/1228",[2,26.856]],["parent/1228",[739,6.315]],["name/1229",[6,32.182]],["parent/1229",[739,6.315]],["name/1230",[7,32.544]],["parent/1230",[739,6.315]],["name/1231",[8,32.544]],["parent/1231",[739,6.315]],["name/1232",[740,66.924]],["parent/1232",[]],["name/1233",[741,70.293]],["parent/1233",[740,6.561]],["name/1234",[742,70.293]],["parent/1234",[740,6.561]],["name/1235",[743,70.293]],["parent/1235",[]],["name/1236",[744,70.293]],["parent/1236",[743,6.891]],["name/1237",[745,70.293]],["parent/1237",[]],["name/1238",[746,70.293]],["parent/1238",[745,6.891]],["name/1239",[732,66.924]],["parent/1239",[747,6.891]],["name/1240",[37,33.614]],["parent/1240",[747,6.891]],["name/1241",[748,70.293]],["parent/1241",[]],["name/1242",[749,66.924]],["parent/1242",[748,6.891]],["name/1243",[2,26.856]],["parent/1243",[750,6.315]],["name/1244",[6,32.182]],["parent/1244",[750,6.315]],["name/1245",[7,32.544]],["parent/1245",[750,6.315]],["name/1246",[8,32.544]],["parent/1246",[750,6.315]],["name/1247",[751,70.293]],["parent/1247",[]],["name/1248",[752,70.293]],["parent/1248",[751,6.891]],["name/1249",[2,26.856]],["parent/1249",[753,6.315]],["name/1250",[754,75.407]],["parent/1250",[753,6.315]],["name/1251",[749,66.924]],["parent/1251",[753,6.315]],["name/1252",[732,66.924]],["parent/1252",[753,6.315]],["name/1253",[755,70.293]],["parent/1253",[]],["name/1254",[756,66.924]],["parent/1254",[755,6.891]],["name/1255",[2,26.856]],["parent/1255",[757,5.954]],["name/1256",[756,66.924]],["parent/1256",[757,5.954]],["name/1257",[37,33.614]],["parent/1257",[757,5.954]],["name/1258",[7,32.544]],["parent/1258",[757,5.954]],["name/1259",[6,32.182]],["parent/1259",[757,5.954]],["name/1260",[8,32.544]],["parent/1260",[757,5.954]],["name/1261",[758,70.293]],["parent/1261",[]],["name/1262",[759,70.293]],["parent/1262",[758,6.891]],["name/1263",[2,26.856]],["parent/1263",[760,6.118]],["name/1264",[459,70.293]],["parent/1264",[760,6.118]],["name/1265",[7,32.544]],["parent/1265",[760,6.118]],["name/1266",[6,32.182]],["parent/1266",[760,6.118]],["name/1267",[8,32.544]],["parent/1267",[760,6.118]],["name/1268",[761,70.293]],["parent/1268",[]],["name/1269",[762,70.293]],["parent/1269",[761,6.891]],["name/1270",[2,26.856]],["parent/1270",[763,5.394]],["name/1271",[764,75.407]],["parent/1271",[763,5.394]],["name/1272",[765,75.407]],["parent/1272",[763,5.394]],["name/1273",[766,64.408]],["parent/1273",[763,5.394]],["name/1274",[4,38.392]],["parent/1274",[763,5.394]],["name/1275",[767,75.407]],["parent/1275",[763,5.394]],["name/1276",[768,75.407]],["parent/1276",[763,5.394]],["name/1277",[6,32.182]],["parent/1277",[763,5.394]],["name/1278",[7,32.544]],["parent/1278",[763,5.394]],["name/1279",[769,75.407]],["parent/1279",[763,5.394]],["name/1280",[8,32.544]],["parent/1280",[763,5.394]],["name/1281",[770,70.293]],["parent/1281",[]],["name/1282",[771,70.293]],["parent/1282",[770,6.891]],["name/1283",[2,26.856]],["parent/1283",[772,6.118]],["name/1284",[773,75.407]],["parent/1284",[772,6.118]],["name/1285",[7,32.544]],["parent/1285",[772,6.118]],["name/1286",[6,32.182]],["parent/1286",[772,6.118]],["name/1287",[8,32.544]],["parent/1287",[772,6.118]],["name/1288",[774,70.293]],["parent/1288",[]],["name/1289",[775,70.293]],["parent/1289",[774,6.891]],["name/1290",[2,26.856]],["parent/1290",[776,5.813]],["name/1291",[85,66.924]],["parent/1291",[776,5.813]],["name/1292",[777,75.407]],["parent/1292",[776,5.813]],["name/1293",[778,75.407]],["parent/1293",[776,5.813]],["name/1294",[6,32.182]],["parent/1294",[776,5.813]],["name/1295",[7,32.544]],["parent/1295",[776,5.813]],["name/1296",[8,32.544]],["parent/1296",[776,5.813]],["name/1297",[779,70.293]],["parent/1297",[]],["name/1298",[94,66.924]],["parent/1298",[779,6.891]],["name/1299",[2,26.856]],["parent/1299",[780,5.954]],["name/1300",[136,56.927]],["parent/1300",[780,5.954]],["name/1301",[581,58.041]],["parent/1301",[780,5.954]],["name/1302",[7,32.544]],["parent/1302",[780,5.954]],["name/1303",[6,32.182]],["parent/1303",[780,5.954]],["name/1304",[8,32.544]],["parent/1304",[780,5.954]],["name/1305",[781,70.293]],["parent/1305",[]],["name/1306",[782,70.293]],["parent/1306",[781,6.891]],["name/1307",[783,54.18]],["parent/1307",[784,5.312]],["name/1308",[37,33.614]],["parent/1308",[784,5.312]],["name/1309",[785,54.18]],["parent/1309",[784,5.312]],["name/1310",[37,33.614]],["parent/1310",[784,5.312]],["name/1311",[786,54.18]],["parent/1311",[784,5.312]],["name/1312",[37,33.614]],["parent/1312",[784,5.312]],["name/1313",[787,54.18]],["parent/1313",[784,5.312]],["name/1314",[37,33.614]],["parent/1314",[784,5.312]],["name/1315",[788,51.4]],["parent/1315",[784,5.312]],["name/1316",[37,33.614]],["parent/1316",[784,5.312]],["name/1317",[789,54.18]],["parent/1317",[784,5.312]],["name/1318",[37,33.614]],["parent/1318",[784,5.312]],["name/1319",[790,70.293]],["parent/1319",[]],["name/1320",[791,70.293]],["parent/1320",[790,6.891]],["name/1321",[2,26.856]],["parent/1321",[792,5.813]],["name/1322",[783,54.18]],["parent/1322",[792,5.813]],["name/1323",[785,54.18]],["parent/1323",[792,5.813]],["name/1324",[786,54.18]],["parent/1324",[792,5.813]],["name/1325",[787,54.18]],["parent/1325",[792,5.813]],["name/1326",[788,51.4]],["parent/1326",[792,5.813]],["name/1327",[789,54.18]],["parent/1327",[792,5.813]],["name/1328",[793,70.293]],["parent/1328",[]],["name/1329",[794,70.293]],["parent/1329",[793,6.891]],["name/1330",[795,75.407]],["parent/1330",[796,5.69]],["name/1331",[797,75.407]],["parent/1331",[796,5.69]],["name/1332",[798,75.407]],["parent/1332",[796,5.69]],["name/1333",[799,75.407]],["parent/1333",[796,5.69]],["name/1334",[800,75.407]],["parent/1334",[796,5.69]],["name/1335",[37,33.614]],["parent/1335",[796,5.69]],["name/1336",[801,75.407]],["parent/1336",[796,5.69]],["name/1337",[37,33.614]],["parent/1337",[796,5.69]],["name/1338",[802,70.293]],["parent/1338",[]],["name/1339",[803,70.293]],["parent/1339",[802,6.891]],["name/1340",[2,26.856]],["parent/1340",[804,4.612]],["name/1341",[4,38.392]],["parent/1341",[804,4.612]],["name/1342",[805,75.407]],["parent/1342",[804,4.612]],["name/1343",[70,56.927]],["parent/1343",[804,4.612]],["name/1344",[49,62.399]],["parent/1344",[804,4.612]],["name/1345",[783,54.18]],["parent/1345",[804,4.612]],["name/1346",[785,54.18]],["parent/1346",[804,4.612]],["name/1347",[787,54.18]],["parent/1347",[804,4.612]],["name/1348",[786,54.18]],["parent/1348",[804,4.612]],["name/1349",[789,54.18]],["parent/1349",[804,4.612]],["name/1350",[788,51.4]],["parent/1350",[804,4.612]],["name/1351",[806,75.407]],["parent/1351",[804,4.612]],["name/1352",[807,75.407]],["parent/1352",[804,4.612]],["name/1353",[808,75.407]],["parent/1353",[804,4.612]],["name/1354",[809,75.407]],["parent/1354",[804,4.612]],["name/1355",[810,75.407]],["parent/1355",[804,4.612]],["name/1356",[811,75.407]],["parent/1356",[804,4.612]],["name/1357",[812,75.407]],["parent/1357",[804,4.612]],["name/1358",[813,75.407]],["parent/1358",[804,4.612]],["name/1359",[814,75.407]],["parent/1359",[804,4.612]],["name/1360",[815,75.407]],["parent/1360",[804,4.612]],["name/1361",[816,75.407]],["parent/1361",[804,4.612]],["name/1362",[817,75.407]],["parent/1362",[804,4.612]],["name/1363",[818,75.407]],["parent/1363",[804,4.612]],["name/1364",[819,75.407]],["parent/1364",[804,4.612]],["name/1365",[820,70.293]],["parent/1365",[]],["name/1366",[821,70.293]],["parent/1366",[820,6.891]],["name/1367",[2,26.856]],["parent/1367",[822,5.394]],["name/1368",[823,75.407]],["parent/1368",[822,5.394]],["name/1369",[824,75.407]],["parent/1369",[822,5.394]],["name/1370",[785,54.18]],["parent/1370",[822,5.394]],["name/1371",[825,75.407]],["parent/1371",[822,5.394]],["name/1372",[281,54.18]],["parent/1372",[822,5.394]],["name/1373",[783,54.18]],["parent/1373",[822,5.394]],["name/1374",[787,54.18]],["parent/1374",[822,5.394]],["name/1375",[788,51.4]],["parent/1375",[822,5.394]],["name/1376",[789,54.18]],["parent/1376",[822,5.394]],["name/1377",[786,54.18]],["parent/1377",[822,5.394]],["name/1378",[826,70.293]],["parent/1378",[]],["name/1379",[827,70.293]],["parent/1379",[826,6.891]],["name/1380",[2,26.856]],["parent/1380",[828,5.101]],["name/1381",[4,38.392]],["parent/1381",[828,5.101]],["name/1382",[281,54.18]],["parent/1382",[828,5.101]],["name/1383",[829,75.407]],["parent/1383",[828,5.101]],["name/1384",[49,62.399]],["parent/1384",[828,5.101]],["name/1385",[783,54.18]],["parent/1385",[828,5.101]],["name/1386",[785,54.18]],["parent/1386",[828,5.101]],["name/1387",[787,54.18]],["parent/1387",[828,5.101]],["name/1388",[786,54.18]],["parent/1388",[828,5.101]],["name/1389",[788,51.4]],["parent/1389",[828,5.101]],["name/1390",[789,54.18]],["parent/1390",[828,5.101]],["name/1391",[830,75.407]],["parent/1391",[828,5.101]],["name/1392",[831,75.407]],["parent/1392",[828,5.101]],["name/1393",[832,75.407]],["parent/1393",[828,5.101]],["name/1394",[833,75.407]],["parent/1394",[828,5.101]],["name/1395",[834,70.293]],["parent/1395",[]],["name/1396",[835,70.293]],["parent/1396",[834,6.891]],["name/1397",[2,26.856]],["parent/1397",[836,5.581]],["name/1398",[281,54.18]],["parent/1398",[836,5.581]],["name/1399",[783,54.18]],["parent/1399",[836,5.581]],["name/1400",[785,54.18]],["parent/1400",[836,5.581]],["name/1401",[787,54.18]],["parent/1401",[836,5.581]],["name/1402",[788,51.4]],["parent/1402",[836,5.581]],["name/1403",[786,54.18]],["parent/1403",[836,5.581]],["name/1404",[789,54.18]],["parent/1404",[836,5.581]],["name/1405",[837,75.407]],["parent/1405",[836,5.581]],["name/1406",[838,70.293]],["parent/1406",[]],["name/1407",[839,70.293]],["parent/1407",[838,6.891]],["name/1408",[2,26.856]],["parent/1408",[840,5.69]],["name/1409",[281,54.18]],["parent/1409",[840,5.69]],["name/1410",[783,54.18]],["parent/1410",[840,5.69]],["name/1411",[785,54.18]],["parent/1411",[840,5.69]],["name/1412",[787,54.18]],["parent/1412",[840,5.69]],["name/1413",[788,51.4]],["parent/1413",[840,5.69]],["name/1414",[789,54.18]],["parent/1414",[840,5.69]],["name/1415",[786,54.18]],["parent/1415",[840,5.69]],["name/1416",[841,70.293]],["parent/1416",[]],["name/1417",[842,70.293]],["parent/1417",[841,6.891]],["name/1418",[2,26.856]],["parent/1418",[843,5.581]],["name/1419",[844,75.407]],["parent/1419",[843,5.581]],["name/1420",[789,54.18]],["parent/1420",[843,5.581]],["name/1421",[281,54.18]],["parent/1421",[843,5.581]],["name/1422",[783,54.18]],["parent/1422",[843,5.581]],["name/1423",[785,54.18]],["parent/1423",[843,5.581]],["name/1424",[787,54.18]],["parent/1424",[843,5.581]],["name/1425",[788,51.4]],["parent/1425",[843,5.581]],["name/1426",[786,54.18]],["parent/1426",[843,5.581]],["name/1427",[845,70.293]],["parent/1427",[]],["name/1428",[846,70.293]],["parent/1428",[845,6.891]],["name/1429",[2,26.856]],["parent/1429",[847,5.69]],["name/1430",[787,54.18]],["parent/1430",[847,5.69]],["name/1431",[788,51.4]],["parent/1431",[847,5.69]],["name/1432",[789,54.18]],["parent/1432",[847,5.69]],["name/1433",[786,54.18]],["parent/1433",[847,5.69]],["name/1434",[281,54.18]],["parent/1434",[847,5.69]],["name/1435",[783,54.18]],["parent/1435",[847,5.69]],["name/1436",[785,54.18]],["parent/1436",[847,5.69]],["name/1437",[848,70.293]],["parent/1437",[]],["name/1438",[849,70.293]],["parent/1438",[848,6.891]],["name/1439",[2,26.856]],["parent/1439",[850,5.312]],["name/1440",[4,38.392]],["parent/1440",[850,5.312]],["name/1441",[851,75.407]],["parent/1441",[850,5.312]],["name/1442",[852,75.407]],["parent/1442",[850,5.312]],["name/1443",[853,75.407]],["parent/1443",[850,5.312]],["name/1444",[785,54.18]],["parent/1444",[850,5.312]],["name/1445",[787,54.18]],["parent/1445",[850,5.312]],["name/1446",[786,54.18]],["parent/1446",[850,5.312]],["name/1447",[281,54.18]],["parent/1447",[850,5.312]],["name/1448",[783,54.18]],["parent/1448",[850,5.312]],["name/1449",[788,51.4]],["parent/1449",[850,5.312]],["name/1450",[789,54.18]],["parent/1450",[850,5.312]],["name/1451",[854,70.293]],["parent/1451",[]],["name/1452",[69,66.924]],["parent/1452",[854,6.891]],["name/1453",[783,54.18]],["parent/1453",[855,5.312]],["name/1454",[37,33.614]],["parent/1454",[855,5.312]],["name/1455",[785,54.18]],["parent/1455",[855,5.312]],["name/1456",[37,33.614]],["parent/1456",[855,5.312]],["name/1457",[786,54.18]],["parent/1457",[855,5.312]],["name/1458",[37,33.614]],["parent/1458",[855,5.312]],["name/1459",[787,54.18]],["parent/1459",[855,5.312]],["name/1460",[37,33.614]],["parent/1460",[855,5.312]],["name/1461",[788,51.4]],["parent/1461",[855,5.312]],["name/1462",[37,33.614]],["parent/1462",[855,5.312]],["name/1463",[789,54.18]],["parent/1463",[855,5.312]],["name/1464",[37,33.614]],["parent/1464",[855,5.312]],["name/1465",[856,70.293]],["parent/1465",[]],["name/1466",[857,70.293]],["parent/1466",[856,6.891]],["name/1467",[2,26.856]],["parent/1467",[858,5.581]],["name/1468",[859,75.407]],["parent/1468",[858,5.581]],["name/1469",[783,54.18]],["parent/1469",[858,5.581]],["name/1470",[785,54.18]],["parent/1470",[858,5.581]],["name/1471",[787,54.18]],["parent/1471",[858,5.581]],["name/1472",[786,54.18]],["parent/1472",[858,5.581]],["name/1473",[788,51.4]],["parent/1473",[858,5.581]],["name/1474",[789,54.18]],["parent/1474",[858,5.581]],["name/1475",[860,75.407]],["parent/1475",[858,5.581]],["name/1476",[861,70.293]],["parent/1476",[]],["name/1477",[862,70.293]],["parent/1477",[861,6.891]],["name/1478",[6,32.182]],["parent/1478",[863,5.166]],["name/1479",[37,33.614]],["parent/1479",[863,5.166]],["name/1480",[864,64.408]],["parent/1480",[863,5.166]],["name/1481",[37,33.614]],["parent/1481",[863,5.166]],["name/1482",[865,64.408]],["parent/1482",[863,5.166]],["name/1483",[37,33.614]],["parent/1483",[863,5.166]],["name/1484",[866,64.408]],["parent/1484",[863,5.166]],["name/1485",[37,33.614]],["parent/1485",[863,5.166]],["name/1486",[867,64.408]],["parent/1486",[863,5.166]],["name/1487",[37,33.614]],["parent/1487",[863,5.166]],["name/1488",[868,64.408]],["parent/1488",[863,5.166]],["name/1489",[37,33.614]],["parent/1489",[863,5.166]],["name/1490",[788,51.4]],["parent/1490",[863,5.166]],["name/1491",[37,33.614]],["parent/1491",[863,5.166]],["name/1492",[869,70.293]],["parent/1492",[]],["name/1493",[870,70.293]],["parent/1493",[869,6.891]],["name/1494",[2,26.856]],["parent/1494",[871,4.875]],["name/1495",[872,75.407]],["parent/1495",[871,4.875]],["name/1496",[6,32.182]],["parent/1496",[871,4.875]],["name/1497",[864,64.408]],["parent/1497",[871,4.875]],["name/1498",[865,64.408]],["parent/1498",[871,4.875]],["name/1499",[866,64.408]],["parent/1499",[871,4.875]],["name/1500",[867,64.408]],["parent/1500",[871,4.875]],["name/1501",[868,64.408]],["parent/1501",[871,4.875]],["name/1502",[788,51.4]],["parent/1502",[871,4.875]],["name/1503",[873,75.407]],["parent/1503",[871,4.875]],["name/1504",[874,75.407]],["parent/1504",[871,4.875]],["name/1505",[875,75.407]],["parent/1505",[871,4.875]],["name/1506",[876,75.407]],["parent/1506",[871,4.875]],["name/1507",[877,75.407]],["parent/1507",[871,4.875]],["name/1508",[878,75.407]],["parent/1508",[871,4.875]],["name/1509",[879,75.407]],["parent/1509",[871,4.875]],["name/1510",[880,75.407]],["parent/1510",[871,4.875]],["name/1511",[881,75.407]],["parent/1511",[871,4.875]],["name/1512",[882,75.407]],["parent/1512",[871,4.875]],["name/1513",[883,70.293]],["parent/1513",[]],["name/1514",[884,70.293]],["parent/1514",[883,6.891]],["name/1515",[2,26.856]],["parent/1515",[885,5.101]],["name/1516",[70,56.927]],["parent/1516",[885,5.101]],["name/1517",[322,55.014]],["parent/1517",[885,5.101]],["name/1518",[37,33.614]],["parent/1518",[885,5.101]],["name/1519",[886,59.294]],["parent/1519",[887,7.393]],["name/1520",[6,32.182]],["parent/1520",[885,5.101]],["name/1521",[864,64.408]],["parent/1521",[885,5.101]],["name/1522",[865,64.408]],["parent/1522",[885,5.101]],["name/1523",[866,64.408]],["parent/1523",[885,5.101]],["name/1524",[867,64.408]],["parent/1524",[885,5.101]],["name/1525",[868,64.408]],["parent/1525",[885,5.101]],["name/1526",[788,51.4]],["parent/1526",[885,5.101]],["name/1527",[888,75.407]],["parent/1527",[885,5.101]],["name/1528",[889,75.407]],["parent/1528",[885,5.101]],["name/1529",[890,75.407]],["parent/1529",[885,5.101]],["name/1530",[891,75.407]],["parent/1530",[885,5.101]],["name/1531",[892,70.293]],["parent/1531",[]],["name/1532",[893,70.293]],["parent/1532",[892,6.891]],["name/1533",[2,26.856]],["parent/1533",[894,4.651]],["name/1534",[4,38.392]],["parent/1534",[894,4.651]],["name/1535",[895,75.407]],["parent/1535",[894,4.651]],["name/1536",[70,56.927]],["parent/1536",[894,4.651]],["name/1537",[896,75.407]],["parent/1537",[894,4.651]],["name/1538",[324,70.293]],["parent/1538",[894,4.651]],["name/1539",[6,32.182]],["parent/1539",[894,4.651]],["name/1540",[864,64.408]],["parent/1540",[894,4.651]],["name/1541",[865,64.408]],["parent/1541",[894,4.651]],["name/1542",[866,64.408]],["parent/1542",[894,4.651]],["name/1543",[868,64.408]],["parent/1543",[894,4.651]],["name/1544",[867,64.408]],["parent/1544",[894,4.651]],["name/1545",[788,51.4]],["parent/1545",[894,4.651]],["name/1546",[897,75.407]],["parent/1546",[894,4.651]],["name/1547",[898,75.407]],["parent/1547",[894,4.651]],["name/1548",[899,75.407]],["parent/1548",[894,4.651]],["name/1549",[900,75.407]],["parent/1549",[894,4.651]],["name/1550",[901,75.407]],["parent/1550",[894,4.651]],["name/1551",[902,75.407]],["parent/1551",[894,4.651]],["name/1552",[903,75.407]],["parent/1552",[894,4.651]],["name/1553",[904,75.407]],["parent/1553",[894,4.651]],["name/1554",[905,75.407]],["parent/1554",[894,4.651]],["name/1555",[906,75.407]],["parent/1555",[894,4.651]],["name/1556",[907,75.407]],["parent/1556",[894,4.651]],["name/1557",[908,70.293]],["parent/1557",[]],["name/1558",[909,70.293]],["parent/1558",[908,6.891]],["name/1559",[2,26.856]],["parent/1559",[910,5.166]],["name/1560",[4,38.392]],["parent/1560",[910,5.166]],["name/1561",[911,75.407]],["parent/1561",[910,5.166]],["name/1562",[6,32.182]],["parent/1562",[910,5.166]],["name/1563",[7,32.544]],["parent/1563",[910,5.166]],["name/1564",[912,75.407]],["parent/1564",[910,5.166]],["name/1565",[913,75.407]],["parent/1565",[910,5.166]],["name/1566",[914,75.407]],["parent/1566",[910,5.166]],["name/1567",[915,75.407]],["parent/1567",[910,5.166]],["name/1568",[916,75.407]],["parent/1568",[910,5.166]],["name/1569",[917,75.407]],["parent/1569",[910,5.166]],["name/1570",[918,75.407]],["parent/1570",[910,5.166]],["name/1571",[919,75.407]],["parent/1571",[910,5.166]],["name/1572",[8,32.544]],["parent/1572",[910,5.166]],["name/1573",[920,66.924]],["parent/1573",[]],["name/1574",[921,70.293]],["parent/1574",[920,6.561]],["name/1575",[922,70.293]],["parent/1575",[923,6.118]],["name/1576",[924,75.407]],["parent/1576",[923,6.118]],["name/1577",[925,75.407]],["parent/1577",[923,6.118]],["name/1578",[926,75.407]],["parent/1578",[923,6.118]],["name/1579",[927,75.407]],["parent/1579",[923,6.118]],["name/1580",[928,70.293]],["parent/1580",[920,6.561]],["name/1581",[2,26.856]],["parent/1581",[929,5.813]],["name/1582",[930,66.924]],["parent/1582",[929,5.813]],["name/1583",[581,58.041]],["parent/1583",[929,5.813]],["name/1584",[656,66.924]],["parent/1584",[929,5.813]],["name/1585",[6,32.182]],["parent/1585",[929,5.813]],["name/1586",[7,32.544]],["parent/1586",[929,5.813]],["name/1587",[8,32.544]],["parent/1587",[929,5.813]],["name/1588",[931,70.293]],["parent/1588",[]],["name/1589",[932,70.293]],["parent/1589",[931,6.891]],["name/1590",[2,26.856]],["parent/1590",[933,5.166]],["name/1591",[70,56.927]],["parent/1591",[933,5.166]],["name/1592",[136,56.927]],["parent/1592",[933,5.166]],["name/1593",[581,58.041]],["parent/1593",[933,5.166]],["name/1594",[6,32.182]],["parent/1594",[933,5.166]],["name/1595",[7,32.544]],["parent/1595",[933,5.166]],["name/1596",[934,75.407]],["parent/1596",[933,5.166]],["name/1597",[935,75.407]],["parent/1597",[933,5.166]],["name/1598",[936,75.407]],["parent/1598",[933,5.166]],["name/1599",[937,59.294]],["parent/1599",[933,5.166]],["name/1600",[938,59.294]],["parent/1600",[933,5.166]],["name/1601",[939,59.294]],["parent/1601",[933,5.166]],["name/1602",[940,59.294]],["parent/1602",[933,5.166]],["name/1603",[8,32.544]],["parent/1603",[933,5.166]],["name/1604",[941,70.293]],["parent/1604",[]],["name/1605",[942,70.293]],["parent/1605",[941,6.891]],["name/1606",[2,26.856]],["parent/1606",[943,5.954]],["name/1607",[944,75.407]],["parent/1607",[943,5.954]],["name/1608",[6,32.182]],["parent/1608",[943,5.954]],["name/1609",[7,32.544]],["parent/1609",[943,5.954]],["name/1610",[8,32.544]],["parent/1610",[943,5.954]],["name/1611",[945,75.407]],["parent/1611",[943,5.954]],["name/1612",[946,56.927]],["parent/1612",[]],["name/1613",[947,70.293]],["parent/1613",[946,5.581]],["name/1614",[948,70.293]],["parent/1614",[946,5.581]],["name/1615",[949,70.293]],["parent/1615",[946,5.581]],["name/1616",[950,70.293]],["parent/1616",[946,5.581]],["name/1617",[951,70.293]],["parent/1617",[946,5.581]],["name/1618",[952,70.293]],["parent/1618",[946,5.581]],["name/1619",[953,70.293]],["parent/1619",[946,5.581]],["name/1620",[954,70.293]],["parent/1620",[946,5.581]],["name/1621",[955,70.293]],["parent/1621",[]],["name/1622",[956,70.293]],["parent/1622",[955,6.891]],["name/1623",[2,26.856]],["parent/1623",[957,5.69]],["name/1624",[7,32.544]],["parent/1624",[957,5.69]],["name/1625",[937,59.294]],["parent/1625",[957,5.69]],["name/1626",[938,59.294]],["parent/1626",[957,5.69]],["name/1627",[939,59.294]],["parent/1627",[957,5.69]],["name/1628",[940,59.294]],["parent/1628",[957,5.69]],["name/1629",[6,32.182]],["parent/1629",[957,5.69]],["name/1630",[8,32.544]],["parent/1630",[957,5.69]],["name/1631",[958,66.924]],["parent/1631",[]],["name/1632",[959,70.293]],["parent/1632",[958,6.561]],["name/1633",[960,70.293]],["parent/1633",[961,6.315]],["name/1634",[962,70.293]],["parent/1634",[961,6.315]],["name/1635",[963,66.924]],["parent/1635",[961,6.315]],["name/1636",[581,58.041]],["parent/1636",[961,6.315]],["name/1637",[964,70.293]],["parent/1637",[958,6.561]],["name/1638",[2,26.856]],["parent/1638",[965,5.236]],["name/1639",[136,56.927]],["parent/1639",[965,5.236]],["name/1640",[960,70.293]],["parent/1640",[965,5.236]],["name/1641",[962,70.293]],["parent/1641",[965,5.236]],["name/1642",[963,66.924]],["parent/1642",[965,5.236]],["name/1643",[581,58.041]],["parent/1643",[965,5.236]],["name/1644",[7,32.544]],["parent/1644",[965,5.236]],["name/1645",[937,59.294]],["parent/1645",[965,5.236]],["name/1646",[938,59.294]],["parent/1646",[965,5.236]],["name/1647",[939,59.294]],["parent/1647",[965,5.236]],["name/1648",[940,59.294]],["parent/1648",[965,5.236]],["name/1649",[6,32.182]],["parent/1649",[965,5.236]],["name/1650",[8,32.544]],["parent/1650",[965,5.236]],["name/1651",[966,70.293]],["parent/1651",[]],["name/1652",[967,70.293]],["parent/1652",[966,6.891]],["name/1653",[2,26.856]],["parent/1653",[968,5.69]],["name/1654",[249,58.041]],["parent/1654",[968,5.69]],["name/1655",[4,38.392]],["parent/1655",[968,5.69]],["name/1656",[6,32.182]],["parent/1656",[968,5.69]],["name/1657",[7,32.544]],["parent/1657",[968,5.69]],["name/1658",[8,32.544]],["parent/1658",[968,5.69]],["name/1659",[969,75.407]],["parent/1659",[968,5.69]],["name/1660",[970,75.407]],["parent/1660",[968,5.69]],["name/1661",[971,70.293]],["parent/1661",[]],["name/1662",[972,70.293]],["parent/1662",[971,6.891]],["name/1663",[2,26.856]],["parent/1663",[973,5.581]],["name/1664",[136,56.927]],["parent/1664",[973,5.581]],["name/1665",[7,32.544]],["parent/1665",[973,5.581]],["name/1666",[937,59.294]],["parent/1666",[973,5.581]],["name/1667",[938,59.294]],["parent/1667",[973,5.581]],["name/1668",[939,59.294]],["parent/1668",[973,5.581]],["name/1669",[940,59.294]],["parent/1669",[973,5.581]],["name/1670",[6,32.182]],["parent/1670",[973,5.581]],["name/1671",[8,32.544]],["parent/1671",[973,5.581]],["name/1672",[974,70.293]],["parent/1672",[]],["name/1673",[975,70.293]],["parent/1673",[974,6.891]],["name/1674",[2,26.856]],["parent/1674",[976,6.315]],["name/1675",[7,32.544]],["parent/1675",[976,6.315]],["name/1676",[6,32.182]],["parent/1676",[976,6.315]],["name/1677",[8,32.544]],["parent/1677",[976,6.315]],["name/1678",[977,70.293]],["parent/1678",[]],["name/1679",[978,70.293]],["parent/1679",[977,6.891]],["name/1680",[2,26.856]],["parent/1680",[979,5.581]],["name/1681",[980,75.407]],["parent/1681",[979,5.581]],["name/1682",[7,32.544]],["parent/1682",[979,5.581]],["name/1683",[937,59.294]],["parent/1683",[979,5.581]],["name/1684",[938,59.294]],["parent/1684",[979,5.581]],["name/1685",[939,59.294]],["parent/1685",[979,5.581]],["name/1686",[940,59.294]],["parent/1686",[979,5.581]],["name/1687",[6,32.182]],["parent/1687",[979,5.581]],["name/1688",[8,32.544]],["parent/1688",[979,5.581]],["name/1689",[981,70.293]],["parent/1689",[]],["name/1690",[982,70.293]],["parent/1690",[981,6.891]],["name/1691",[2,26.856]],["parent/1691",[983,5.69]],["name/1692",[7,32.544]],["parent/1692",[983,5.69]],["name/1693",[937,59.294]],["parent/1693",[983,5.69]],["name/1694",[938,59.294]],["parent/1694",[983,5.69]],["name/1695",[939,59.294]],["parent/1695",[983,5.69]],["name/1696",[940,59.294]],["parent/1696",[983,5.69]],["name/1697",[6,32.182]],["parent/1697",[983,5.69]],["name/1698",[8,32.544]],["parent/1698",[983,5.69]],["name/1699",[984,66.924]],["parent/1699",[]],["name/1700",[985,70.293]],["parent/1700",[984,6.561]],["name/1701",[43,60.727]],["parent/1701",[986,6.561]],["name/1702",[556,64.408]],["parent/1702",[986,6.561]],["name/1703",[425,64.408]],["parent/1703",[986,6.561]],["name/1704",[987,70.293]],["parent/1704",[984,6.561]],["name/1705",[2,26.856]],["parent/1705",[988,6.315]],["name/1706",[6,32.182]],["parent/1706",[988,6.315]],["name/1707",[7,32.544]],["parent/1707",[988,6.315]],["name/1708",[8,32.544]],["parent/1708",[988,6.315]],["name/1709",[989,70.293]],["parent/1709",[]],["name/1710",[990,70.293]],["parent/1710",[989,6.891]],["name/1711",[2,26.856]],["parent/1711",[991,5.69]],["name/1712",[937,59.294]],["parent/1712",[991,5.69]],["name/1713",[938,59.294]],["parent/1713",[991,5.69]],["name/1714",[939,59.294]],["parent/1714",[991,5.69]],["name/1715",[940,59.294]],["parent/1715",[991,5.69]],["name/1716",[6,32.182]],["parent/1716",[991,5.69]],["name/1717",[7,32.544]],["parent/1717",[991,5.69]],["name/1718",[8,32.544]],["parent/1718",[991,5.69]],["name/1719",[992,70.293]],["parent/1719",[]],["name/1720",[993,70.293]],["parent/1720",[992,6.891]],["name/1721",[580,59.294]],["parent/1721",[994,5.483]],["name/1722",[37,33.614]],["parent/1722",[994,5.483]],["name/1723",[579,59.294]],["parent/1723",[994,5.483]],["name/1724",[37,33.614]],["parent/1724",[994,5.483]],["name/1725",[995,60.727]],["parent/1725",[994,5.483]],["name/1726",[37,33.614]],["parent/1726",[994,5.483]],["name/1727",[996,60.727]],["parent/1727",[994,5.483]],["name/1728",[37,33.614]],["parent/1728",[994,5.483]],["name/1729",[886,59.294]],["parent/1729",[994,5.483]],["name/1730",[37,33.614]],["parent/1730",[994,5.483]],["name/1731",[997,70.293]],["parent/1731",[]],["name/1732",[998,70.293]],["parent/1732",[997,6.891]],["name/1733",[2,26.856]],["parent/1733",[999,5.312]],["name/1734",[930,66.924]],["parent/1734",[999,5.312]],["name/1735",[1000,62.399]],["parent/1735",[999,5.312]],["name/1736",[1001,75.407]],["parent/1736",[999,5.312]],["name/1737",[579,59.294]],["parent/1737",[999,5.312]],["name/1738",[995,60.727]],["parent/1738",[999,5.312]],["name/1739",[580,59.294]],["parent/1739",[999,5.312]],["name/1740",[996,60.727]],["parent/1740",[999,5.312]],["name/1741",[886,59.294]],["parent/1741",[999,5.312]],["name/1742",[1002,75.407]],["parent/1742",[999,5.312]],["name/1743",[1003,75.407]],["parent/1743",[999,5.312]],["name/1744",[1004,75.407]],["parent/1744",[999,5.312]],["name/1745",[1005,70.293]],["parent/1745",[]],["name/1746",[1006,70.293]],["parent/1746",[1005,6.891]],["name/1747",[2,26.856]],["parent/1747",[1007,5.483]],["name/1748",[281,54.18]],["parent/1748",[1007,5.483]],["name/1749",[922,70.293]],["parent/1749",[1007,5.483]],["name/1750",[579,59.294]],["parent/1750",[1007,5.483]],["name/1751",[995,60.727]],["parent/1751",[1007,5.483]],["name/1752",[580,59.294]],["parent/1752",[1007,5.483]],["name/1753",[996,60.727]],["parent/1753",[1007,5.483]],["name/1754",[886,59.294]],["parent/1754",[1007,5.483]],["name/1755",[1008,75.407]],["parent/1755",[1007,5.483]],["name/1756",[1009,75.407]],["parent/1756",[1007,5.483]],["name/1757",[1010,70.293]],["parent/1757",[]],["name/1758",[1011,70.293]],["parent/1758",[1010,6.891]],["name/1759",[579,59.294]],["parent/1759",[1012,5.483]],["name/1760",[37,33.614]],["parent/1760",[1012,5.483]],["name/1761",[995,60.727]],["parent/1761",[1012,5.483]],["name/1762",[37,33.614]],["parent/1762",[1012,5.483]],["name/1763",[580,59.294]],["parent/1763",[1012,5.483]],["name/1764",[37,33.614]],["parent/1764",[1012,5.483]],["name/1765",[996,60.727]],["parent/1765",[1012,5.483]],["name/1766",[37,33.614]],["parent/1766",[1012,5.483]],["name/1767",[886,59.294]],["parent/1767",[1012,5.483]],["name/1768",[37,33.614]],["parent/1768",[1012,5.483]],["name/1769",[1013,70.293]],["parent/1769",[]],["name/1770",[1014,70.293]],["parent/1770",[1013,6.891]],["name/1771",[2,26.856]],["parent/1771",[1015,5.813]],["name/1772",[433,56.927]],["parent/1772",[1015,5.813]],["name/1773",[579,59.294]],["parent/1773",[1015,5.813]],["name/1774",[995,60.727]],["parent/1774",[1015,5.813]],["name/1775",[580,59.294]],["parent/1775",[1015,5.813]],["name/1776",[996,60.727]],["parent/1776",[1015,5.813]],["name/1777",[886,59.294]],["parent/1777",[1015,5.813]],["name/1778",[1016,66.924]],["parent/1778",[]],["name/1779",[766,64.408]],["parent/1779",[1016,6.561]],["name/1780",[37,33.614]],["parent/1780",[1017,7.393]],["name/1781",[766,64.408]],["parent/1781",[1018,6.891]],["name/1782",[1019,75.407]],["parent/1782",[1018,6.891]],["name/1783",[1020,70.293]],["parent/1783",[1016,6.561]],["name/1784",[2,26.856]],["parent/1784",[1021,5.101]],["name/1785",[4,38.392]],["parent/1785",[1021,5.101]],["name/1786",[281,54.18]],["parent/1786",[1021,5.101]],["name/1787",[1022,75.407]],["parent/1787",[1021,5.101]],["name/1788",[579,59.294]],["parent/1788",[1021,5.101]],["name/1789",[995,60.727]],["parent/1789",[1021,5.101]],["name/1790",[580,59.294]],["parent/1790",[1021,5.101]],["name/1791",[996,60.727]],["parent/1791",[1021,5.101]],["name/1792",[886,59.294]],["parent/1792",[1021,5.101]],["name/1793",[1023,75.407]],["parent/1793",[1021,5.101]],["name/1794",[1024,75.407]],["parent/1794",[1021,5.101]],["name/1795",[1025,75.407]],["parent/1795",[1021,5.101]],["name/1796",[1026,75.407]],["parent/1796",[1021,5.101]],["name/1797",[1027,75.407]],["parent/1797",[1021,5.101]],["name/1798",[331,62.399]],["parent/1798",[1021,5.101]],["name/1799",[1028,70.293]],["parent/1799",[]],["name/1800",[1029,70.293]],["parent/1800",[1028,6.891]],["name/1801",[2,26.856]],["parent/1801",[1030,5.039]],["name/1802",[4,38.392]],["parent/1802",[1030,5.039]],["name/1803",[1031,64.408]],["parent/1803",[1030,5.039]],["name/1804",[297,62.399]],["parent/1804",[1030,5.039]],["name/1805",[1032,62.399]],["parent/1805",[1030,5.039]],["name/1806",[1033,64.408]],["parent/1806",[1030,5.039]],["name/1807",[1034,64.408]],["parent/1807",[1030,5.039]],["name/1808",[1035,64.408]],["parent/1808",[1030,5.039]],["name/1809",[1036,62.399]],["parent/1809",[1030,5.039]],["name/1810",[1037,64.408]],["parent/1810",[1030,5.039]],["name/1811",[1038,64.408]],["parent/1811",[1030,5.039]],["name/1812",[1039,64.408]],["parent/1812",[1030,5.039]],["name/1813",[1040,64.408]],["parent/1813",[1030,5.039]],["name/1814",[1041,64.408]],["parent/1814",[1030,5.039]],["name/1815",[1042,64.408]],["parent/1815",[1030,5.039]],["name/1816",[1043,64.408]],["parent/1816",[1030,5.039]],["name/1817",[1044,66.924]],["parent/1817",[]],["name/1818",[1045,70.293]],["parent/1818",[1044,6.561]],["name/1819",[2,26.856]],["parent/1819",[1046,4.875]],["name/1820",[1047,75.407]],["parent/1820",[1046,4.875]],["name/1821",[1048,75.407]],["parent/1821",[1046,4.875]],["name/1822",[1034,64.408]],["parent/1822",[1046,4.875]],["name/1823",[1038,64.408]],["parent/1823",[1046,4.875]],["name/1824",[1039,64.408]],["parent/1824",[1046,4.875]],["name/1825",[1049,70.293]],["parent/1825",[1046,4.875]],["name/1826",[4,38.392]],["parent/1826",[1046,4.875]],["name/1827",[1031,64.408]],["parent/1827",[1046,4.875]],["name/1828",[297,62.399]],["parent/1828",[1046,4.875]],["name/1829",[1032,62.399]],["parent/1829",[1046,4.875]],["name/1830",[1033,64.408]],["parent/1830",[1046,4.875]],["name/1831",[1035,64.408]],["parent/1831",[1046,4.875]],["name/1832",[1036,62.399]],["parent/1832",[1046,4.875]],["name/1833",[1037,64.408]],["parent/1833",[1046,4.875]],["name/1834",[1040,64.408]],["parent/1834",[1046,4.875]],["name/1835",[1041,64.408]],["parent/1835",[1046,4.875]],["name/1836",[1042,64.408]],["parent/1836",[1046,4.875]],["name/1837",[1043,64.408]],["parent/1837",[1046,4.875]],["name/1838",[1050,70.293]],["parent/1838",[1044,6.561]],["name/1839",[2,26.856]],["parent/1839",[1051,6.891]],["name/1840",[178,64.408]],["parent/1840",[1051,6.891]],["name/1841",[1052,64.408]],["parent/1841",[]],["name/1842",[1053,70.293]],["parent/1842",[1052,6.315]],["name/1843",[43,60.727]],["parent/1843",[1054,6.315]],["name/1844",[930,66.924]],["parent/1844",[1054,6.315]],["name/1845",[581,58.041]],["parent/1845",[1054,6.315]],["name/1846",[1055,75.407]],["parent/1846",[1054,6.315]],["name/1847",[1056,70.293]],["parent/1847",[1052,6.315]],["name/1848",[1036,62.399]],["parent/1848",[1057,6.315]],["name/1849",[37,33.614]],["parent/1849",[1057,6.315]],["name/1850",[1032,62.399]],["parent/1850",[1057,6.315]],["name/1851",[37,33.614]],["parent/1851",[1057,6.315]],["name/1852",[1058,70.293]],["parent/1852",[1052,6.315]],["name/1853",[178,64.408]],["parent/1853",[1059,6.891]],["name/1854",[37,33.614]],["parent/1854",[1059,6.891]],["name/1855",[1060,70.293]],["parent/1855",[]],["name/1856",[1061,70.293]],["parent/1856",[1060,6.891]],["name/1857",[2,26.856]],["parent/1857",[1062,4.875]],["name/1858",[581,58.041]],["parent/1858",[1062,4.875]],["name/1859",[1063,75.407]],["parent/1859",[1062,4.875]],["name/1860",[1064,75.407]],["parent/1860",[1062,4.875]],["name/1861",[1035,64.408]],["parent/1861",[1062,4.875]],["name/1862",[1039,64.408]],["parent/1862",[1062,4.875]],["name/1863",[1034,64.408]],["parent/1863",[1062,4.875]],["name/1864",[1038,64.408]],["parent/1864",[1062,4.875]],["name/1865",[4,38.392]],["parent/1865",[1062,4.875]],["name/1866",[1031,64.408]],["parent/1866",[1062,4.875]],["name/1867",[297,62.399]],["parent/1867",[1062,4.875]],["name/1868",[1032,62.399]],["parent/1868",[1062,4.875]],["name/1869",[1033,64.408]],["parent/1869",[1062,4.875]],["name/1870",[1036,62.399]],["parent/1870",[1062,4.875]],["name/1871",[1037,64.408]],["parent/1871",[1062,4.875]],["name/1872",[1040,64.408]],["parent/1872",[1062,4.875]],["name/1873",[1041,64.408]],["parent/1873",[1062,4.875]],["name/1874",[1042,64.408]],["parent/1874",[1062,4.875]],["name/1875",[1043,64.408]],["parent/1875",[1062,4.875]],["name/1876",[1065,70.293]],["parent/1876",[]],["name/1877",[1066,70.293]],["parent/1877",[1065,6.891]],["name/1878",[2,26.856]],["parent/1878",[1067,4.735]],["name/1879",[1068,75.407]],["parent/1879",[1067,4.735]],["name/1880",[1069,70.293]],["parent/1880",[1067,4.735]],["name/1881",[675,70.293]],["parent/1881",[1067,4.735]],["name/1882",[37,33.614]],["parent/1882",[1067,4.735]],["name/1883",[676,70.293]],["parent/1883",[1070,6.891]],["name/1884",[678,70.293]],["parent/1884",[1070,6.891]],["name/1885",[1037,64.408]],["parent/1885",[1067,4.735]],["name/1886",[1038,64.408]],["parent/1886",[1067,4.735]],["name/1887",[1071,75.407]],["parent/1887",[1067,4.735]],["name/1888",[1041,64.408]],["parent/1888",[1067,4.735]],["name/1889",[1034,64.408]],["parent/1889",[1067,4.735]],["name/1890",[1039,64.408]],["parent/1890",[1067,4.735]],["name/1891",[1049,70.293]],["parent/1891",[1067,4.735]],["name/1892",[4,38.392]],["parent/1892",[1067,4.735]],["name/1893",[1031,64.408]],["parent/1893",[1067,4.735]],["name/1894",[297,62.399]],["parent/1894",[1067,4.735]],["name/1895",[1032,62.399]],["parent/1895",[1067,4.735]],["name/1896",[1033,64.408]],["parent/1896",[1067,4.735]],["name/1897",[1035,64.408]],["parent/1897",[1067,4.735]],["name/1898",[1036,62.399]],["parent/1898",[1067,4.735]],["name/1899",[1040,64.408]],["parent/1899",[1067,4.735]],["name/1900",[1042,64.408]],["parent/1900",[1067,4.735]],["name/1901",[1043,64.408]],["parent/1901",[1067,4.735]],["name/1902",[1072,70.293]],["parent/1902",[]],["name/1903",[1073,70.293]],["parent/1903",[1072,6.891]],["name/1904",[2,26.856]],["parent/1904",[1074,5.483]],["name/1905",[4,38.392]],["parent/1905",[1074,5.483]],["name/1906",[249,58.041]],["parent/1906",[1074,5.483]],["name/1907",[1075,70.293]],["parent/1907",[1074,5.483]],["name/1908",[1076,70.293]],["parent/1908",[1074,5.483]],["name/1909",[7,32.544]],["parent/1909",[1074,5.483]],["name/1910",[1077,70.293]],["parent/1910",[1074,5.483]],["name/1911",[431,62.399]],["parent/1911",[1074,5.483]],["name/1912",[6,32.182]],["parent/1912",[1074,5.483]],["name/1913",[8,32.544]],["parent/1913",[1074,5.483]],["name/1914",[1078,66.924]],["parent/1914",[]],["name/1915",[1079,70.293]],["parent/1915",[1078,6.561]],["name/1916",[37,33.614]],["parent/1916",[1080,7.393]],["name/1917",[281,54.18]],["parent/1917",[1081,6.561]],["name/1918",[43,60.727]],["parent/1918",[1081,6.561]],["name/1919",[431,62.399]],["parent/1919",[1081,6.561]],["name/1920",[1082,70.293]],["parent/1920",[1078,6.561]],["name/1921",[2,26.856]],["parent/1921",[1083,6.315]],["name/1922",[6,32.182]],["parent/1922",[1083,6.315]],["name/1923",[7,32.544]],["parent/1923",[1083,6.315]],["name/1924",[8,32.544]],["parent/1924",[1083,6.315]],["name/1925",[1084,70.293]],["parent/1925",[]],["name/1926",[1085,70.293]],["parent/1926",[1084,6.891]],["name/1927",[2,26.856]],["parent/1927",[1086,5.039]],["name/1928",[4,38.392]],["parent/1928",[1086,5.039]],["name/1929",[1087,75.407]],["parent/1929",[1086,5.039]],["name/1930",[6,32.182]],["parent/1930",[1086,5.039]],["name/1931",[7,32.544]],["parent/1931",[1086,5.039]],["name/1932",[1088,75.407]],["parent/1932",[1086,5.039]],["name/1933",[548,70.293]],["parent/1933",[1086,5.039]],["name/1934",[1089,75.407]],["parent/1934",[1086,5.039]],["name/1935",[1090,75.407]],["parent/1935",[1086,5.039]],["name/1936",[1091,75.407]],["parent/1936",[1086,5.039]],["name/1937",[1092,75.407]],["parent/1937",[1086,5.039]],["name/1938",[431,62.399]],["parent/1938",[1086,5.039]],["name/1939",[1075,70.293]],["parent/1939",[1086,5.039]],["name/1940",[1076,70.293]],["parent/1940",[1086,5.039]],["name/1941",[1077,70.293]],["parent/1941",[1086,5.039]],["name/1942",[8,32.544]],["parent/1942",[1086,5.039]],["name/1943",[1093,70.293]],["parent/1943",[]],["name/1944",[1094,70.293]],["parent/1944",[1093,6.891]],["name/1945",[2,26.856]],["parent/1945",[1095,5.813]],["name/1946",[1096,75.407]],["parent/1946",[1095,5.813]],["name/1947",[1097,75.407]],["parent/1947",[1095,5.813]],["name/1948",[7,32.544]],["parent/1948",[1095,5.813]],["name/1949",[1098,70.293]],["parent/1949",[1095,5.813]],["name/1950",[6,32.182]],["parent/1950",[1095,5.813]],["name/1951",[8,32.544]],["parent/1951",[1095,5.813]],["name/1952",[1099,66.924]],["parent/1952",[]],["name/1953",[1100,70.293]],["parent/1953",[1099,6.561]],["name/1954",[322,55.014]],["parent/1954",[1101,6.891]],["name/1955",[1102,75.407]],["parent/1955",[1101,6.891]],["name/1956",[1103,70.293]],["parent/1956",[1099,6.561]],["name/1957",[2,26.856]],["parent/1957",[1104,5.813]],["name/1958",[1105,75.407]],["parent/1958",[1104,5.813]],["name/1959",[1106,75.407]],["parent/1959",[1104,5.813]],["name/1960",[7,32.544]],["parent/1960",[1104,5.813]],["name/1961",[1098,70.293]],["parent/1961",[1104,5.813]],["name/1962",[6,32.182]],["parent/1962",[1104,5.813]],["name/1963",[8,32.544]],["parent/1963",[1104,5.813]],["name/1964",[1107,70.293]],["parent/1964",[]],["name/1965",[1108,70.293]],["parent/1965",[1107,6.891]],["name/1966",[2,26.856]],["parent/1966",[1109,6.315]],["name/1967",[425,64.408]],["parent/1967",[1109,6.315]],["name/1968",[249,58.041]],["parent/1968",[1109,6.315]],["name/1969",[1110,75.407]],["parent/1969",[1109,6.315]],["name/1970",[1111,70.293]],["parent/1970",[]],["name/1971",[1112,70.293]],["parent/1971",[1111,6.891]],["name/1972",[2,26.856]],["parent/1972",[1113,5.69]],["name/1973",[682,70.293]],["parent/1973",[1113,5.69]],["name/1974",[1114,75.407]],["parent/1974",[1113,5.69]],["name/1975",[6,32.182]],["parent/1975",[1113,5.69]],["name/1976",[7,32.544]],["parent/1976",[1113,5.69]],["name/1977",[1115,75.407]],["parent/1977",[1113,5.69]],["name/1978",[1116,75.407]],["parent/1978",[1113,5.69]],["name/1979",[8,32.544]],["parent/1979",[1113,5.69]],["name/1980",[1117,70.293]],["parent/1980",[]],["name/1981",[1118,70.293]],["parent/1981",[1117,6.891]],["name/1982",[2,26.856]],["parent/1982",[1119,6.315]],["name/1983",[6,32.182]],["parent/1983",[1119,6.315]],["name/1984",[7,32.544]],["parent/1984",[1119,6.315]],["name/1985",[8,32.544]],["parent/1985",[1119,6.315]],["name/1986",[1120,54.18]],["parent/1986",[]],["name/1987",[1121,70.293]],["parent/1987",[1120,5.312]],["name/1988",[1122,70.293]],["parent/1988",[1120,5.312]],["name/1989",[1123,70.293]],["parent/1989",[1120,5.312]],["name/1990",[1124,70.293]],["parent/1990",[1120,5.312]],["name/1991",[1125,70.293]],["parent/1991",[1120,5.312]],["name/1992",[1126,70.293]],["parent/1992",[1120,5.312]],["name/1993",[1127,70.293]],["parent/1993",[1120,5.312]],["name/1994",[1128,70.293]],["parent/1994",[1120,5.312]],["name/1995",[1129,70.293]],["parent/1995",[1120,5.312]],["name/1996",[1130,70.293]],["parent/1996",[1120,5.312]],["name/1997",[1131,70.293]],["parent/1997",[1120,5.312]],["name/1998",[37,33.614]],["parent/1998",[1132,7.393]],["name/1999",[1133,66.924]],["parent/1999",[1134,6.891]],["name/2000",[1135,75.407]],["parent/2000",[1134,6.891]],["name/2001",[1136,70.293]],["parent/2001",[]],["name/2002",[1137,70.293]],["parent/2002",[1136,6.891]],["name/2003",[1138,64.408]],["parent/2003",[]],["name/2004",[1139,70.293]],["parent/2004",[1138,6.315]],["name/2005",[1140,70.293]],["parent/2005",[1138,6.315]],["name/2006",[1141,70.293]],["parent/2006",[1138,6.315]],["name/2007",[1142,50.255]],["parent/2007",[]],["name/2008",[1143,70.293]],["parent/2008",[1142,4.927]],["name/2009",[1144,70.293]],["parent/2009",[1142,4.927]],["name/2010",[1145,70.293]],["parent/2010",[1142,4.927]],["name/2011",[1146,70.293]],["parent/2011",[1142,4.927]],["name/2012",[1147,70.293]],["parent/2012",[1142,4.927]],["name/2013",[1148,70.293]],["parent/2013",[1142,4.927]],["name/2014",[1149,70.293]],["parent/2014",[1142,4.927]],["name/2015",[1150,70.293]],["parent/2015",[1142,4.927]],["name/2016",[1151,70.293]],["parent/2016",[1142,4.927]],["name/2017",[1152,70.293]],["parent/2017",[1142,4.927]],["name/2018",[1153,70.293]],["parent/2018",[1142,4.927]],["name/2019",[1154,60.727]],["parent/2019",[1155,6.891]],["name/2020",[588,59.294]],["parent/2020",[1155,6.891]],["name/2021",[1156,70.293]],["parent/2021",[1142,4.927]],["name/2022",[1157,75.407]],["parent/2022",[1158,6.315]],["name/2023",[37,33.614]],["parent/2023",[1158,6.315]],["name/2024",[1159,75.407]],["parent/2024",[1160,6.891]],["name/2025",[963,66.924]],["parent/2025",[1160,6.891]],["name/2026",[1154,60.727]],["parent/2026",[1158,6.315]],["name/2027",[588,59.294]],["parent/2027",[1158,6.315]],["name/2028",[1161,70.293]],["parent/2028",[1142,4.927]],["name/2029",[1154,60.727]],["parent/2029",[1162,6.891]],["name/2030",[588,59.294]],["parent/2030",[1162,6.891]],["name/2031",[1163,70.293]],["parent/2031",[1142,4.927]],["name/2032",[1154,60.727]],["parent/2032",[1164,6.891]],["name/2033",[588,59.294]],["parent/2033",[1164,6.891]],["name/2034",[1165,70.293]],["parent/2034",[1142,4.927]],["name/2035",[1154,60.727]],["parent/2035",[1166,6.891]],["name/2036",[588,59.294]],["parent/2036",[1166,6.891]],["name/2037",[1167,70.293]],["parent/2037",[1142,4.927]],["name/2038",[1154,60.727]],["parent/2038",[1168,6.891]],["name/2039",[588,59.294]],["parent/2039",[1168,6.891]],["name/2040",[1169,70.293]],["parent/2040",[1142,4.927]],["name/2041",[1170,75.407]],["parent/2041",[1171,6.315]],["name/2042",[1172,75.407]],["parent/2042",[1171,6.315]],["name/2043",[207,70.293]],["parent/2043",[1171,6.315]],["name/2044",[1173,75.407]],["parent/2044",[1171,6.315]],["name/2045",[1174,50.811]],["parent/2045",[]],["name/2046",[1175,70.293]],["parent/2046",[1174,4.982]],["name/2047",[1176,70.293]],["parent/2047",[1174,4.982]],["name/2048",[1177,70.293]],["parent/2048",[1174,4.982]],["name/2049",[1178,70.293]],["parent/2049",[1174,4.982]],["name/2050",[1179,70.293]],["parent/2050",[1174,4.982]],["name/2051",[1180,70.293]],["parent/2051",[1174,4.982]],["name/2052",[1181,70.293]],["parent/2052",[1174,4.982]],["name/2053",[1182,70.293]],["parent/2053",[1174,4.982]],["name/2054",[1183,70.293]],["parent/2054",[1174,4.982]],["name/2055",[1184,70.293]],["parent/2055",[1174,4.982]],["name/2056",[1185,70.293]],["parent/2056",[1174,4.982]],["name/2057",[1186,70.293]],["parent/2057",[1174,4.982]],["name/2058",[1187,70.293]],["parent/2058",[1174,4.982]],["name/2059",[1188,70.293]],["parent/2059",[1174,4.982]],["name/2060",[1189,70.293]],["parent/2060",[1174,4.982]],["name/2061",[1190,70.293]],["parent/2061",[1174,4.982]],["name/2062",[1191,66.924]],["parent/2062",[]],["name/2063",[1192,70.293]],["parent/2063",[1191,6.561]],["name/2064",[1193,70.293]],["parent/2064",[1191,6.561]],["name/2065",[1194,70.293]],["parent/2065",[]],["name/2066",[1195,70.293]],["parent/2066",[1194,6.891]],["name/2067",[2,26.856]],["parent/2067",[1196,7.393]],["name/2068",[1197,66.924]],["parent/2068",[]],["name/2069",[1198,70.293]],["parent/2069",[1197,6.561]],["name/2070",[1199,70.293]],["parent/2070",[1197,6.561]],["name/2071",[1200,59.294]],["parent/2071",[]],["name/2072",[1201,70.293]],["parent/2072",[1200,5.813]],["name/2073",[1202,70.293]],["parent/2073",[1200,5.813]],["name/2074",[1203,70.293]],["parent/2074",[1200,5.813]],["name/2075",[1204,70.293]],["parent/2075",[1200,5.813]],["name/2076",[1205,70.293]],["parent/2076",[1200,5.813]],["name/2077",[1206,70.293]],["parent/2077",[1200,5.813]],["name/2078",[1207,75.407]],["parent/2078",[1208,6.315]],["name/2079",[37,33.614]],["parent/2079",[1208,6.315]],["name/2080",[1209,75.407]],["parent/2080",[1208,6.315]],["name/2081",[37,33.614]],["parent/2081",[1208,6.315]],["name/2082",[1210,59.294]],["parent/2082",[]],["name/2083",[1211,70.293]],["parent/2083",[1210,5.813]],["name/2084",[1212,70.293]],["parent/2084",[1210,5.813]],["name/2085",[1213,70.293]],["parent/2085",[1210,5.813]],["name/2086",[1214,70.293]],["parent/2086",[1210,5.813]],["name/2087",[1215,70.293]],["parent/2087",[1210,5.813]],["name/2088",[1216,70.293]],["parent/2088",[1210,5.813]],["name/2089",[1217,46.286]],["parent/2089",[]],["name/2090",[1218,70.293]],["parent/2090",[1217,4.538]],["name/2091",[1219,70.293]],["parent/2091",[1217,4.538]],["name/2092",[1220,70.293]],["parent/2092",[1217,4.538]],["name/2093",[1221,70.293]],["parent/2093",[1217,4.538]],["name/2094",[1222,70.293]],["parent/2094",[1217,4.538]],["name/2095",[1133,66.924]],["parent/2095",[1217,4.538]],["name/2096",[210,64.408]],["parent/2096",[1217,4.538]],["name/2097",[1223,70.293]],["parent/2097",[1217,4.538]],["name/2098",[1224,70.293]],["parent/2098",[1217,4.538]],["name/2099",[1225,70.293]],["parent/2099",[1217,4.538]],["name/2100",[1226,70.293]],["parent/2100",[1217,4.538]],["name/2101",[1227,70.293]],["parent/2101",[1217,4.538]],["name/2102",[1228,70.293]],["parent/2102",[1217,4.538]],["name/2103",[1229,70.293]],["parent/2103",[1217,4.538]],["name/2104",[1230,70.293]],["parent/2104",[1217,4.538]],["name/2105",[1231,70.293]],["parent/2105",[1217,4.538]],["name/2106",[1232,70.293]],["parent/2106",[1217,4.538]],["name/2107",[1233,70.293]],["parent/2107",[1217,4.538]],["name/2108",[1234,70.293]],["parent/2108",[1217,4.538]],["name/2109",[1235,70.293]],["parent/2109",[1217,4.538]],["name/2110",[1236,70.293]],["parent/2110",[1217,4.538]],["name/2111",[1237,70.293]],["parent/2111",[1217,4.538]],["name/2112",[1238,70.293]],["parent/2112",[1217,4.538]],["name/2113",[1239,70.293]],["parent/2113",[1217,4.538]],["name/2114",[1240,70.293]],["parent/2114",[1217,4.538]],["name/2115",[1241,70.293]],["parent/2115",[1217,4.538]],["name/2116",[1242,70.293]],["parent/2116",[]],["name/2117",[1243,70.293]],["parent/2117",[1242,6.891]],["name/2118",[229,55.014]],["parent/2118",[1244,5.69]],["name/2119",[231,46.657]],["parent/2119",[1244,5.69]],["name/2120",[37,33.614]],["parent/2120",[1244,5.69]],["name/2121",[2,26.856]],["parent/2121",[1244,5.69]],["name/2122",[231,46.657]],["parent/2122",[1244,5.69]],["name/2123",[233,54.18]],["parent/2123",[1244,5.69]],["name/2124",[234,54.18]],["parent/2124",[1244,5.69]],["name/2125",[152,52.694]],["parent/2125",[1244,5.69]],["name/2126",[1245,70.293]],["parent/2126",[]],["name/2127",[1246,70.293]],["parent/2127",[1245,6.891]],["name/2128",[229,55.014]],["parent/2128",[1247,5.69]],["name/2129",[231,46.657]],["parent/2129",[1247,5.69]],["name/2130",[37,33.614]],["parent/2130",[1247,5.69]],["name/2131",[2,26.856]],["parent/2131",[1247,5.69]],["name/2132",[231,46.657]],["parent/2132",[1247,5.69]],["name/2133",[233,54.18]],["parent/2133",[1247,5.69]],["name/2134",[234,54.18]],["parent/2134",[1247,5.69]],["name/2135",[152,52.694]],["parent/2135",[1247,5.69]],["name/2136",[1248,62.399]],["parent/2136",[]],["name/2137",[1249,70.293]],["parent/2137",[1248,6.118]],["name/2138",[1250,70.293]],["parent/2138",[1248,6.118]],["name/2139",[1251,70.293]],["parent/2139",[1248,6.118]],["name/2140",[1252,70.293]],["parent/2140",[1248,6.118]],["name/2141",[1253,70.293]],["parent/2141",[]],["name/2142",[1254,70.293]],["parent/2142",[1253,6.891]],["name/2143",[229,55.014]],["parent/2143",[1255,5.69]],["name/2144",[231,46.657]],["parent/2144",[1255,5.69]],["name/2145",[37,33.614]],["parent/2145",[1255,5.69]],["name/2146",[2,26.856]],["parent/2146",[1255,5.69]],["name/2147",[231,46.657]],["parent/2147",[1255,5.69]],["name/2148",[233,54.18]],["parent/2148",[1255,5.69]],["name/2149",[234,54.18]],["parent/2149",[1255,5.69]],["name/2150",[152,52.694]],["parent/2150",[1255,5.69]],["name/2151",[1256,66.924]],["parent/2151",[]],["name/2152",[1257,70.293]],["parent/2152",[1256,6.561]],["name/2153",[233,54.18]],["parent/2153",[1258,6.561]],["name/2154",[234,54.18]],["parent/2154",[1258,6.561]],["name/2155",[152,52.694]],["parent/2155",[1258,6.561]],["name/2156",[1259,70.293]],["parent/2156",[1256,6.561]],["name/2157",[231,46.657]],["parent/2157",[1260,5.69]],["name/2158",[229,55.014]],["parent/2158",[1260,5.69]],["name/2159",[37,33.614]],["parent/2159",[1260,5.69]],["name/2160",[2,26.856]],["parent/2160",[1260,5.69]],["name/2161",[231,46.657]],["parent/2161",[1260,5.69]],["name/2162",[233,54.18]],["parent/2162",[1260,5.69]],["name/2163",[234,54.18]],["parent/2163",[1260,5.69]],["name/2164",[152,52.694]],["parent/2164",[1260,5.69]],["name/2165",[1261,70.293]],["parent/2165",[]],["name/2166",[1262,70.293]],["parent/2166",[1261,6.891]],["name/2167",[229,55.014]],["parent/2167",[1263,5.69]],["name/2168",[231,46.657]],["parent/2168",[1263,5.69]],["name/2169",[37,33.614]],["parent/2169",[1263,5.69]],["name/2170",[2,26.856]],["parent/2170",[1263,5.69]],["name/2171",[231,46.657]],["parent/2171",[1263,5.69]],["name/2172",[233,54.18]],["parent/2172",[1263,5.69]],["name/2173",[234,54.18]],["parent/2173",[1263,5.69]],["name/2174",[152,52.694]],["parent/2174",[1263,5.69]],["name/2175",[1264,70.293]],["parent/2175",[]],["name/2176",[1265,70.293]],["parent/2176",[1264,6.891]],["name/2177",[229,55.014]],["parent/2177",[1266,5.69]],["name/2178",[231,46.657]],["parent/2178",[1266,5.69]],["name/2179",[37,33.614]],["parent/2179",[1266,5.69]],["name/2180",[2,26.856]],["parent/2180",[1266,5.69]],["name/2181",[231,46.657]],["parent/2181",[1266,5.69]],["name/2182",[233,54.18]],["parent/2182",[1266,5.69]],["name/2183",[234,54.18]],["parent/2183",[1266,5.69]],["name/2184",[152,52.694]],["parent/2184",[1266,5.69]],["name/2185",[1267,70.293]],["parent/2185",[]],["name/2186",[1268,70.293]],["parent/2186",[1267,6.891]],["name/2187",[229,55.014]],["parent/2187",[1269,5.69]],["name/2188",[231,46.657]],["parent/2188",[1269,5.69]],["name/2189",[37,33.614]],["parent/2189",[1269,5.69]],["name/2190",[2,26.856]],["parent/2190",[1269,5.69]],["name/2191",[231,46.657]],["parent/2191",[1269,5.69]],["name/2192",[233,54.18]],["parent/2192",[1269,5.69]],["name/2193",[234,54.18]],["parent/2193",[1269,5.69]],["name/2194",[152,52.694]],["parent/2194",[1269,5.69]],["name/2195",[1270,70.293]],["parent/2195",[]],["name/2196",[1271,70.293]],["parent/2196",[1270,6.891]],["name/2197",[229,55.014]],["parent/2197",[1272,5.69]],["name/2198",[231,46.657]],["parent/2198",[1272,5.69]],["name/2199",[37,33.614]],["parent/2199",[1272,5.69]],["name/2200",[2,26.856]],["parent/2200",[1272,5.69]],["name/2201",[231,46.657]],["parent/2201",[1272,5.69]],["name/2202",[233,54.18]],["parent/2202",[1272,5.69]],["name/2203",[234,54.18]],["parent/2203",[1272,5.69]],["name/2204",[152,52.694]],["parent/2204",[1272,5.69]],["name/2205",[1273,66.924]],["parent/2205",[]],["name/2206",[1274,70.293]],["parent/2206",[1273,6.561]],["name/2207",[1275,70.293]],["parent/2207",[1273,6.561]],["name/2208",[1276,75.407]],["parent/2208",[1277,5.69]],["name/2209",[1278,75.407]],["parent/2209",[1277,5.69]],["name/2210",[1279,75.407]],["parent/2210",[1277,5.69]],["name/2211",[1280,75.407]],["parent/2211",[1277,5.69]],["name/2212",[607,62.399]],["parent/2212",[1277,5.69]],["name/2213",[598,70.293]],["parent/2213",[1277,5.69]],["name/2214",[209,64.408]],["parent/2214",[1277,5.69]],["name/2215",[1281,75.407]],["parent/2215",[1277,5.69]],["name/2216",[1282,70.293]],["parent/2216",[]],["name/2217",[1283,70.293]],["parent/2217",[1282,6.891]],["name/2218",[229,55.014]],["parent/2218",[1284,5.69]],["name/2219",[231,46.657]],["parent/2219",[1284,5.69]],["name/2220",[37,33.614]],["parent/2220",[1284,5.69]],["name/2221",[2,26.856]],["parent/2221",[1284,5.69]],["name/2222",[231,46.657]],["parent/2222",[1284,5.69]],["name/2223",[233,54.18]],["parent/2223",[1284,5.69]],["name/2224",[234,54.18]],["parent/2224",[1284,5.69]],["name/2225",[152,52.694]],["parent/2225",[1284,5.69]],["name/2226",[1285,70.293]],["parent/2226",[]],["name/2227",[1286,70.293]],["parent/2227",[1285,6.891]],["name/2228",[229,55.014]],["parent/2228",[1287,5.69]],["name/2229",[231,46.657]],["parent/2229",[1287,5.69]],["name/2230",[37,33.614]],["parent/2230",[1287,5.69]],["name/2231",[2,26.856]],["parent/2231",[1287,5.69]],["name/2232",[231,46.657]],["parent/2232",[1287,5.69]],["name/2233",[233,54.18]],["parent/2233",[1287,5.69]],["name/2234",[234,54.18]],["parent/2234",[1287,5.69]],["name/2235",[152,52.694]],["parent/2235",[1287,5.69]],["name/2236",[1288,70.293]],["parent/2236",[]],["name/2237",[1289,70.293]],["parent/2237",[1288,6.891]],["name/2238",[2,26.856]],["parent/2238",[1290,6.315]],["name/2239",[6,32.182]],["parent/2239",[1290,6.315]],["name/2240",[7,32.544]],["parent/2240",[1290,6.315]],["name/2241",[8,32.544]],["parent/2241",[1290,6.315]],["name/2242",[1291,70.293]],["parent/2242",[]],["name/2243",[1292,70.293]],["parent/2243",[1291,6.891]],["name/2244",[2,26.856]],["parent/2244",[1293,6.118]],["name/2245",[1294,66.924]],["parent/2245",[1293,6.118]],["name/2246",[6,32.182]],["parent/2246",[1293,6.118]],["name/2247",[7,32.544]],["parent/2247",[1293,6.118]],["name/2248",[8,32.544]],["parent/2248",[1293,6.118]],["name/2249",[1295,70.293]],["parent/2249",[]],["name/2250",[1296,70.293]],["parent/2250",[1295,6.891]],["name/2251",[2,26.856]],["parent/2251",[1297,6.118]],["name/2252",[1294,66.924]],["parent/2252",[1297,6.118]],["name/2253",[7,32.544]],["parent/2253",[1297,6.118]],["name/2254",[6,32.182]],["parent/2254",[1297,6.118]],["name/2255",[8,32.544]],["parent/2255",[1297,6.118]],["name/2256",[1298,70.293]],["parent/2256",[]],["name/2257",[1299,70.293]],["parent/2257",[1298,6.891]],["name/2258",[2,26.856]],["parent/2258",[1300,6.118]],["name/2259",[1301,75.407]],["parent/2259",[1300,6.118]],["name/2260",[6,32.182]],["parent/2260",[1300,6.118]],["name/2261",[7,32.544]],["parent/2261",[1300,6.118]],["name/2262",[8,32.544]],["parent/2262",[1300,6.118]],["name/2263",[1302,70.293]],["parent/2263",[]],["name/2264",[1303,70.293]],["parent/2264",[1302,6.891]],["name/2265",[2,26.856]],["parent/2265",[1304,5.813]],["name/2266",[4,38.392]],["parent/2266",[1304,5.813]],["name/2267",[1294,66.924]],["parent/2267",[1304,5.813]],["name/2268",[6,32.182]],["parent/2268",[1304,5.813]],["name/2269",[7,32.544]],["parent/2269",[1304,5.813]],["name/2270",[8,32.544]],["parent/2270",[1304,5.813]],["name/2271",[1305,75.407]],["parent/2271",[1304,5.813]],["name/2272",[1306,70.293]],["parent/2272",[]],["name/2273",[1307,70.293]],["parent/2273",[1306,6.891]],["name/2274",[2,26.856]],["parent/2274",[1308,6.315]],["name/2275",[1309,64.408]],["parent/2275",[1308,6.315]],["name/2276",[1310,64.408]],["parent/2276",[1308,6.315]],["name/2277",[1311,64.408]],["parent/2277",[1308,6.315]],["name/2278",[1312,70.293]],["parent/2278",[]],["name/2279",[70,56.927]],["parent/2279",[1312,6.891]],["name/2280",[1309,64.408]],["parent/2280",[1313,5.954]],["name/2281",[37,33.614]],["parent/2281",[1313,5.954]],["name/2282",[1310,64.408]],["parent/2282",[1313,5.954]],["name/2283",[37,33.614]],["parent/2283",[1313,5.954]],["name/2284",[1311,64.408]],["parent/2284",[1313,5.954]],["name/2285",[37,33.614]],["parent/2285",[1313,5.954]],["name/2286",[1314,70.293]],["parent/2286",[]],["name/2287",[1315,70.293]],["parent/2287",[1314,6.891]],["name/2288",[2,26.856]],["parent/2288",[1316,5.954]],["name/2289",[57,55.925]],["parent/2289",[1316,5.954]],["name/2290",[4,38.392]],["parent/2290",[1316,5.954]],["name/2291",[1309,64.408]],["parent/2291",[1316,5.954]],["name/2292",[1311,64.408]],["parent/2292",[1316,5.954]],["name/2293",[1310,64.408]],["parent/2293",[1316,5.954]],["name/2294",[1317,70.293]],["parent/2294",[]],["name/2295",[1318,70.293]],["parent/2295",[1317,6.891]],["name/2296",[2,26.856]],["parent/2296",[1319,5.813]],["name/2297",[57,55.925]],["parent/2297",[1319,5.813]],["name/2298",[1069,70.293]],["parent/2298",[1319,5.813]],["name/2299",[4,38.392]],["parent/2299",[1319,5.813]],["name/2300",[1309,64.408]],["parent/2300",[1319,5.813]],["name/2301",[1311,64.408]],["parent/2301",[1319,5.813]],["name/2302",[1310,64.408]],["parent/2302",[1319,5.813]],["name/2303",[1320,70.293]],["parent/2303",[]],["name/2304",[1321,70.293]],["parent/2304",[1320,6.891]],["name/2305",[2,26.856]],["parent/2305",[1322,6.118]],["name/2306",[1000,62.399]],["parent/2306",[1322,6.118]],["name/2307",[1323,62.399]],["parent/2307",[1322,6.118]],["name/2308",[1324,62.399]],["parent/2308",[1322,6.118]],["name/2309",[1325,75.407]],["parent/2309",[1322,6.118]],["name/2310",[1326,70.293]],["parent/2310",[]],["name/2311",[1327,70.293]],["parent/2311",[1326,6.891]],["name/2312",[1323,62.399]],["parent/2312",[1328,6.315]],["name/2313",[37,33.614]],["parent/2313",[1328,6.315]],["name/2314",[1324,62.399]],["parent/2314",[1328,6.315]],["name/2315",[37,33.614]],["parent/2315",[1328,6.315]],["name/2316",[1329,66.924]],["parent/2316",[]],["name/2317",[1330,70.293]],["parent/2317",[1329,6.561]],["name/2318",[1331,75.407]],["parent/2318",[1332,6.561]],["name/2319",[536,70.293]],["parent/2319",[1332,6.561]],["name/2320",[539,70.293]],["parent/2320",[1332,6.561]],["name/2321",[1333,70.293]],["parent/2321",[1329,6.561]],["name/2322",[2,26.856]],["parent/2322",[1334,5.236]],["name/2323",[1000,62.399]],["parent/2323",[1334,5.236]],["name/2324",[108,58.041]],["parent/2324",[1334,5.236]],["name/2325",[1335,75.407]],["parent/2325",[1334,5.236]],["name/2326",[1323,62.399]],["parent/2326",[1334,5.236]],["name/2327",[1324,62.399]],["parent/2327",[1334,5.236]],["name/2328",[1336,75.407]],["parent/2328",[1334,5.236]],["name/2329",[1337,75.407]],["parent/2329",[1334,5.236]],["name/2330",[1338,75.407]],["parent/2330",[1334,5.236]],["name/2331",[1339,75.407]],["parent/2331",[1334,5.236]],["name/2332",[1340,75.407]],["parent/2332",[1334,5.236]],["name/2333",[1341,75.407]],["parent/2333",[1334,5.236]],["name/2334",[1342,75.407]],["parent/2334",[1334,5.236]],["name/2335",[1343,70.293]],["parent/2335",[]],["name/2336",[1344,70.293]],["parent/2336",[1343,6.891]],["name/2337",[1323,62.399]],["parent/2337",[1345,6.315]],["name/2338",[37,33.614]],["parent/2338",[1345,6.315]],["name/2339",[1324,62.399]],["parent/2339",[1345,6.315]],["name/2340",[37,33.614]],["parent/2340",[1345,6.315]],["name/2341",[1346,70.293]],["parent/2341",[]],["name/2342",[1347,70.293]],["parent/2342",[1346,6.891]],["name/2343",[2,26.856]],["parent/2343",[1348,5.394]],["name/2344",[4,38.392]],["parent/2344",[1348,5.394]],["name/2345",[1349,75.407]],["parent/2345",[1348,5.394]],["name/2346",[1350,75.407]],["parent/2346",[1348,5.394]],["name/2347",[1351,75.407]],["parent/2347",[1348,5.394]],["name/2348",[1352,75.407]],["parent/2348",[1348,5.394]],["name/2349",[331,62.399]],["parent/2349",[1348,5.394]],["name/2350",[1353,66.924]],["parent/2350",[1348,5.394]],["name/2351",[1354,66.924]],["parent/2351",[1348,5.394]],["name/2352",[1355,70.293]],["parent/2352",[1348,5.394]],["name/2353",[1356,75.407]],["parent/2353",[1348,5.394]],["name/2354",[1357,70.293]],["parent/2354",[]],["name/2355",[1358,70.293]],["parent/2355",[1357,6.891]],["name/2356",[1353,66.924]],["parent/2356",[1359,6.315]],["name/2357",[37,33.614]],["parent/2357",[1359,6.315]],["name/2358",[1354,66.924]],["parent/2358",[1359,6.315]],["name/2359",[37,33.614]],["parent/2359",[1359,6.315]],["name/2360",[1360,70.293]],["parent/2360",[]],["name/2361",[1361,70.293]],["parent/2361",[1360,6.891]],["name/2362",[2,26.856]],["parent/2362",[1362,5.813]],["name/2363",[4,38.392]],["parent/2363",[1362,5.813]],["name/2364",[1000,62.399]],["parent/2364",[1362,5.813]],["name/2365",[1363,75.407]],["parent/2365",[1362,5.813]],["name/2366",[1353,66.924]],["parent/2366",[1362,5.813]],["name/2367",[1354,66.924]],["parent/2367",[1362,5.813]],["name/2368",[1355,70.293]],["parent/2368",[1362,5.813]],["name/2369",[1364,70.293]],["parent/2369",[]],["name/2370",[1365,70.293]],["parent/2370",[1364,6.891]],["name/2371",[2,26.856]],["parent/2371",[1366,5.813]],["name/2372",[4,38.392]],["parent/2372",[1366,5.813]],["name/2373",[1000,62.399]],["parent/2373",[1366,5.813]],["name/2374",[250,70.293]],["parent/2374",[1366,5.813]],["name/2375",[1323,62.399]],["parent/2375",[1366,5.813]],["name/2376",[1324,62.399]],["parent/2376",[1366,5.813]],["name/2377",[1367,75.407]],["parent/2377",[1366,5.813]],["name/2378",[1368,70.293]],["parent/2378",[]],["name/2379",[1369,70.293]],["parent/2379",[1368,6.891]],["name/2380",[2,26.856]],["parent/2380",[1370,6.118]],["name/2381",[1371,75.407]],["parent/2381",[1370,6.118]],["name/2382",[1372,75.407]],["parent/2382",[1370,6.118]],["name/2383",[1373,75.407]],["parent/2383",[1370,6.118]],["name/2384",[1374,64.408]],["parent/2384",[1370,6.118]],["name/2385",[1375,70.293]],["parent/2385",[]],["name/2386",[1376,70.293]],["parent/2386",[1375,6.891]],["name/2387",[2,26.856]],["parent/2387",[1377,6.561]],["name/2388",[1378,70.293]],["parent/2388",[1377,6.561]],["name/2389",[1374,64.408]],["parent/2389",[1377,6.561]],["name/2390",[1379,70.293]],["parent/2390",[]],["name/2391",[1380,70.293]],["parent/2391",[1379,6.891]],["name/2392",[2,26.856]],["parent/2392",[1381,6.561]],["name/2393",[1378,70.293]],["parent/2393",[1381,6.561]],["name/2394",[1374,64.408]],["parent/2394",[1381,6.561]],["name/2395",[1382,59.294]],["parent/2395",[]],["name/2396",[1383,70.293]],["parent/2396",[1382,5.813]],["name/2397",[716,62.399]],["parent/2397",[1382,5.813]],["name/2398",[1384,70.293]],["parent/2398",[1382,5.813]],["name/2399",[1385,66.924]],["parent/2399",[1382,5.813]],["name/2400",[1385,66.924]],["parent/2400",[1386,7.393]],["name/2401",[1387,66.924]],["parent/2401",[1382,5.813]],["name/2402",[1388,75.407]],["parent/2402",[1389,6.891]],["name/2403",[1387,66.924]],["parent/2403",[1389,6.891]],["name/2404",[136,56.927]],["parent/2404",[1382,5.813]],["name/2405",[1374,64.408]],["parent/2405",[1390,7.393]],["name/2406",[1,70.293]],["parent/2406",[285,1.924]],["name/2407",[10,66.924]],["parent/2407",[285,1.924]],["name/2408",[14,64.408]],["parent/2408",[285,1.924]],["name/2409",[17,70.293]],["parent/2409",[285,1.924]],["name/2410",[21,70.293]],["parent/2410",[285,1.924]],["name/2411",[24,70.293]],["parent/2411",[285,1.924]],["name/2412",[28,70.293]],["parent/2412",[285,1.924]],["name/2413",[31,70.293]],["parent/2413",[285,1.924]],["name/2414",[34,66.924]],["parent/2414",[285,1.924]],["name/2415",[39,64.408]],["parent/2415",[285,1.924]],["name/2416",[41,70.293]],["parent/2416",[285,1.924]],["name/2417",[46,70.293]],["parent/2417",[285,1.924]],["name/2418",[52,70.293]],["parent/2418",[285,1.924]],["name/2419",[55,70.293]],["parent/2419",[285,1.924]],["name/2420",[61,70.293]],["parent/2420",[285,1.924]],["name/2421",[66,70.293]],["parent/2421",[285,1.924]],["name/2422",[105,70.293]],["parent/2422",[285,1.924]],["name/2423",[109,70.293]],["parent/2423",[285,1.924]],["name/2424",[92,64.408]],["parent/2424",[285,1.924]],["name/2425",[143,70.293]],["parent/2425",[285,1.924]],["name/2426",[144,70.293]],["parent/2426",[285,1.924]],["name/2427",[148,70.293]],["parent/2427",[285,1.924]],["name/2428",[149,70.293]],["parent/2428",[285,1.924]],["name/2429",[153,70.293]],["parent/2429",[285,1.924]],["name/2430",[155,70.293]],["parent/2430",[285,1.924]],["name/2431",[133,70.293]],["parent/2431",[285,1.924]],["name/2432",[138,70.293]],["parent/2432",[285,1.924]],["name/2433",[158,70.293]],["parent/2433",[285,1.924]],["name/2434",[162,70.293]],["parent/2434",[285,1.924]],["name/2435",[168,70.293]],["parent/2435",[285,1.924]],["name/2436",[173,70.293]],["parent/2436",[285,1.924]],["name/2437",[134,58.041]],["parent/2437",[285,1.924]],["name/2438",[185,70.293]],["parent/2438",[285,1.924]],["name/2439",[190,70.293]],["parent/2439",[285,1.924]],["name/2440",[193,70.293]],["parent/2440",[285,1.924]],["name/2441",[194,70.293]],["parent/2441",[285,1.924]],["name/2442",[198,70.293]],["parent/2442",[285,1.924]],["name/2443",[130,70.293]],["parent/2443",[285,1.924]],["name/2444",[131,70.293]],["parent/2444",[285,1.924]],["name/2445",[204,70.293]],["parent/2445",[285,1.924]],["name/2446",[214,70.293]],["parent/2446",[285,1.924]],["name/2447",[218,70.293]],["parent/2447",[285,1.924]],["name/2448",[137,64.408]],["parent/2448",[285,1.924]],["name/2449",[226,70.293]],["parent/2449",[285,1.924]],["name/2450",[228,70.293]],["parent/2450",[285,1.924]],["name/2451",[236,70.293]],["parent/2451",[285,1.924]],["name/2452",[239,70.293]],["parent/2452",[285,1.924]],["name/2453",[95,66.924]],["parent/2453",[285,1.924]],["name/2454",[126,70.293]],["parent/2454",[285,1.924]],["name/2455",[242,70.293]],["parent/2455",[285,1.924]],["name/2456",[166,64.408]],["parent/2456",[285,1.924]],["name/2457",[247,70.293]],["parent/2457",[285,1.924]],["name/2458",[106,64.408]],["parent/2458",[285,1.924]],["name/2459",[259,70.293]],["parent/2459",[285,1.924]],["name/2460",[261,70.293]],["parent/2460",[285,1.924]],["name/2461",[275,70.293]],["parent/2461",[285,1.924]],["name/2462",[279,70.293]],["parent/2462",[285,1.924]],["name/2463",[283,70.293]],["parent/2463",[285,1.924]],["name/2464",[82,70.293]],["parent/2464",[285,1.924]],["name/2465",[89,70.293]],["parent/2465",[285,1.924]],["name/2466",[333,70.293]],["parent/2466",[285,1.924]],["name/2467",[336,70.293]],["parent/2467",[285,1.924]],["name/2468",[287,70.293]],["parent/2468",[285,1.924]],["name/2469",[294,70.293]],["parent/2469",[285,1.924]],["name/2470",[301,70.293]],["parent/2470",[285,1.924]],["name/2471",[308,70.293]],["parent/2471",[285,1.924]],["name/2472",[289,66.924]],["parent/2472",[285,1.924]],["name/2473",[316,70.293]],["parent/2473",[285,1.924]],["name/2474",[320,70.293]],["parent/2474",[285,1.924]],["name/2475",[327,70.293]],["parent/2475",[285,1.924]],["name/2476",[355,70.293]],["parent/2476",[285,1.924]],["name/2477",[49,62.399]],["parent/2477",[285,1.924]],["name/2478",[366,70.293]],["parent/2478",[285,1.924]],["name/2479",[372,70.293]],["parent/2479",[285,1.924]],["name/2480",[368,66.924]],["parent/2480",[285,1.924]],["name/2481",[378,70.293]],["parent/2481",[285,1.924]],["name/2482",[381,70.293]],["parent/2482",[285,1.924]],["name/2483",[386,70.293]],["parent/2483",[285,1.924]],["name/2484",[389,70.293]],["parent/2484",[285,1.924]],["name/2485",[369,66.924]],["parent/2485",[285,1.924]],["name/2486",[457,70.293]],["parent/2486",[285,1.924]],["name/2487",[461,70.293]],["parent/2487",[285,1.924]],["name/2488",[464,70.293]],["parent/2488",[285,1.924]],["name/2489",[468,70.293]],["parent/2489",[285,1.924]],["name/2490",[472,70.293]],["parent/2490",[285,1.924]],["name/2491",[402,64.408]],["parent/2491",[285,1.924]],["name/2492",[409,66.924]],["parent/2492",[285,1.924]],["name/2493",[480,70.293]],["parent/2493",[285,1.924]],["name/2494",[483,70.293]],["parent/2494",[285,1.924]],["name/2495",[488,70.293]],["parent/2495",[285,1.924]],["name/2496",[491,70.293]],["parent/2496",[285,1.924]],["name/2497",[494,70.293]],["parent/2497",[285,1.924]],["name/2498",[497,70.293]],["parent/2498",[285,1.924]],["name/2499",[500,70.293]],["parent/2499",[285,1.924]],["name/2500",[395,70.293]],["parent/2500",[285,1.924]],["name/2501",[398,70.293]],["parent/2501",[285,1.924]],["name/2502",[404,70.293]],["parent/2502",[285,1.924]],["name/2503",[407,70.293]],["parent/2503",[285,1.924]],["name/2504",[411,70.293]],["parent/2504",[285,1.924]],["name/2505",[403,64.408]],["parent/2505",[285,1.924]],["name/2506",[416,70.293]],["parent/2506",[285,1.924]],["name/2507",[422,70.293]],["parent/2507",[285,1.924]],["name/2508",[96,58.041]],["parent/2508",[285,1.924]],["name/2509",[19,66.924]],["parent/2509",[285,1.924]],["name/2510",[431,62.399]],["parent/2510",[285,1.924]],["name/2511",[401,64.408]],["parent/2511",[285,1.924]],["name/2512",[438,70.293]],["parent/2512",[285,1.924]],["name/2513",[341,64.408]],["parent/2513",[285,1.924]],["name/2514",[97,59.294]],["parent/2514",[285,1.924]],["name/2515",[445,70.293]],["parent/2515",[285,1.924]],["name/2516",[448,70.293]],["parent/2516",[285,1.924]],["name/2517",[451,70.293]],["parent/2517",[285,1.924]],["name/2518",[399,64.408]],["parent/2518",[285,1.924]],["name/2519",[503,70.293]],["parent/2519",[285,1.924]],["name/2520",[506,70.293]],["parent/2520",[285,1.924]],["name/2521",[509,70.293]],["parent/2521",[285,1.924]],["name/2522",[512,70.293]],["parent/2522",[285,1.924]],["name/2523",[344,64.408]],["parent/2523",[285,1.924]],["name/2524",[520,70.293]],["parent/2524",[285,1.924]],["name/2525",[523,70.293]],["parent/2525",[285,1.924]],["name/2526",[526,70.293]],["parent/2526",[285,1.924]],["name/2527",[529,70.293]],["parent/2527",[285,1.924]],["name/2528",[535,70.293]],["parent/2528",[285,1.924]],["name/2529",[343,64.408]],["parent/2529",[285,1.924]],["name/2530",[532,70.293]],["parent/2530",[285,1.924]],["name/2531",[544,70.293]],["parent/2531",[285,1.924]],["name/2532",[553,70.293]],["parent/2532",[285,1.924]],["name/2533",[556,64.408]],["parent/2533",[285,1.924]],["name/2534",[559,70.293]],["parent/2534",[285,1.924]],["name/2535",[560,70.293]],["parent/2535",[285,1.924]],["name/2536",[561,70.293]],["parent/2536",[285,1.924]],["name/2537",[562,70.293]],["parent/2537",[285,1.924]],["name/2538",[563,70.293]],["parent/2538",[285,1.924]],["name/2539",[564,70.293]],["parent/2539",[285,1.924]],["name/2540",[583,70.293]],["parent/2540",[285,1.924]],["name/2541",[584,70.293]],["parent/2541",[285,1.924]],["name/2542",[589,70.293]],["parent/2542",[285,1.924]],["name/2543",[596,70.293]],["parent/2543",[285,1.924]],["name/2544",[597,70.293]],["parent/2544",[285,1.924]],["name/2545",[340,70.293]],["parent/2545",[285,1.924]],["name/2546",[345,70.293]],["parent/2546",[285,1.924]],["name/2547",[350,70.293]],["parent/2547",[285,1.924]],["name/2548",[601,70.293]],["parent/2548",[285,1.924]],["name/2549",[603,66.924]],["parent/2549",[285,1.924]],["name/2550",[4,38.392]],["parent/2550",[285,1.924]],["name/2551",[318,64.408]],["parent/2551",[285,1.924]],["name/2552",[619,70.293]],["parent/2552",[285,1.924]],["name/2553",[621,70.293]],["parent/2553",[285,1.924]],["name/2554",[622,70.293]],["parent/2554",[285,1.924]],["name/2555",[623,70.293]],["parent/2555",[285,1.924]],["name/2556",[629,70.293]],["parent/2556",[285,1.924]],["name/2557",[632,70.293]],["parent/2557",[285,1.924]],["name/2558",[635,70.293]],["parent/2558",[285,1.924]],["name/2559",[638,70.293]],["parent/2559",[285,1.924]],["name/2560",[701,70.293]],["parent/2560",[285,1.924]],["name/2561",[704,70.293]],["parent/2561",[285,1.924]],["name/2562",[686,66.924]],["parent/2562",[285,1.924]],["name/2563",[715,70.293]],["parent/2563",[285,1.924]],["name/2564",[716,62.399]],["parent/2564",[285,1.924]],["name/2565",[717,70.293]],["parent/2565",[285,1.924]],["name/2566",[710,70.293]],["parent/2566",[285,1.924]],["name/2567",[654,70.293]],["parent/2567",[285,1.924]],["name/2568",[660,70.293]],["parent/2568",[285,1.924]],["name/2569",[663,70.293]],["parent/2569",[285,1.924]],["name/2570",[165,64.408]],["parent/2570",[285,1.924]],["name/2571",[645,66.924]],["parent/2571",[285,1.924]],["name/2572",[669,70.293]],["parent/2572",[285,1.924]],["name/2573",[646,64.408]],["parent/2573",[285,1.924]],["name/2574",[673,70.293]],["parent/2574",[285,1.924]],["name/2575",[680,70.293]],["parent/2575",[285,1.924]],["name/2576",[684,70.293]],["parent/2576",[285,1.924]],["name/2577",[689,70.293]],["parent/2577",[285,1.924]],["name/2578",[719,70.293]],["parent/2578",[285,1.924]],["name/2579",[643,70.293]],["parent/2579",[285,1.924]],["name/2580",[649,70.293]],["parent/2580",[285,1.924]],["name/2581",[167,64.408]],["parent/2581",[285,1.924]],["name/2582",[723,70.293]],["parent/2582",[285,1.924]],["name/2583",[730,70.293]],["parent/2583",[285,1.924]],["name/2584",[735,70.293]],["parent/2584",[285,1.924]],["name/2585",[738,70.293]],["parent/2585",[285,1.924]],["name/2586",[741,70.293]],["parent/2586",[285,1.924]],["name/2587",[742,70.293]],["parent/2587",[285,1.924]],["name/2588",[744,70.293]],["parent/2588",[285,1.924]],["name/2589",[746,70.293]],["parent/2589",[285,1.924]],["name/2590",[752,70.293]],["parent/2590",[285,1.924]],["name/2591",[749,66.924]],["parent/2591",[285,1.924]],["name/2592",[756,66.924]],["parent/2592",[285,1.924]],["name/2593",[759,70.293]],["parent/2593",[285,1.924]],["name/2594",[762,70.293]],["parent/2594",[285,1.924]],["name/2595",[771,70.293]],["parent/2595",[285,1.924]],["name/2596",[775,70.293]],["parent/2596",[285,1.924]],["name/2597",[94,66.924]],["parent/2597",[285,1.924]],["name/2598",[862,70.293]],["parent/2598",[285,1.924]],["name/2599",[870,70.293]],["parent/2599",[285,1.924]],["name/2600",[884,70.293]],["parent/2600",[285,1.924]],["name/2601",[893,70.293]],["parent/2601",[285,1.924]],["name/2602",[909,70.293]],["parent/2602",[285,1.924]],["name/2603",[921,70.293]],["parent/2603",[285,1.924]],["name/2604",[928,70.293]],["parent/2604",[285,1.924]],["name/2605",[932,70.293]],["parent/2605",[285,1.924]],["name/2606",[942,70.293]],["parent/2606",[285,1.924]],["name/2607",[947,70.293]],["parent/2607",[285,1.924]],["name/2608",[948,70.293]],["parent/2608",[285,1.924]],["name/2609",[949,70.293]],["parent/2609",[285,1.924]],["name/2610",[950,70.293]],["parent/2610",[285,1.924]],["name/2611",[951,70.293]],["parent/2611",[285,1.924]],["name/2612",[952,70.293]],["parent/2612",[285,1.924]],["name/2613",[953,70.293]],["parent/2613",[285,1.924]],["name/2614",[954,70.293]],["parent/2614",[285,1.924]],["name/2615",[956,70.293]],["parent/2615",[285,1.924]],["name/2616",[959,70.293]],["parent/2616",[285,1.924]],["name/2617",[964,70.293]],["parent/2617",[285,1.924]],["name/2618",[967,70.293]],["parent/2618",[285,1.924]],["name/2619",[972,70.293]],["parent/2619",[285,1.924]],["name/2620",[975,70.293]],["parent/2620",[285,1.924]],["name/2621",[978,70.293]],["parent/2621",[285,1.924]],["name/2622",[982,70.293]],["parent/2622",[285,1.924]],["name/2623",[985,70.293]],["parent/2623",[285,1.924]],["name/2624",[987,70.293]],["parent/2624",[285,1.924]],["name/2625",[990,70.293]],["parent/2625",[285,1.924]],["name/2626",[993,70.293]],["parent/2626",[285,1.924]],["name/2627",[998,70.293]],["parent/2627",[285,1.924]],["name/2628",[1006,70.293]],["parent/2628",[285,1.924]],["name/2629",[1011,70.293]],["parent/2629",[285,1.924]],["name/2630",[1014,70.293]],["parent/2630",[285,1.924]],["name/2631",[766,64.408]],["parent/2631",[285,1.924]],["name/2632",[1020,70.293]],["parent/2632",[285,1.924]],["name/2633",[1029,70.293]],["parent/2633",[285,1.924]],["name/2634",[1045,70.293]],["parent/2634",[285,1.924]],["name/2635",[1050,70.293]],["parent/2635",[285,1.924]],["name/2636",[1053,70.293]],["parent/2636",[285,1.924]],["name/2637",[1056,70.293]],["parent/2637",[285,1.924]],["name/2638",[1058,70.293]],["parent/2638",[285,1.924]],["name/2639",[1061,70.293]],["parent/2639",[285,1.924]],["name/2640",[1066,70.293]],["parent/2640",[285,1.924]],["name/2641",[1073,70.293]],["parent/2641",[285,1.924]],["name/2642",[1079,70.293]],["parent/2642",[285,1.924]],["name/2643",[1082,70.293]],["parent/2643",[285,1.924]],["name/2644",[1085,70.293]],["parent/2644",[285,1.924]],["name/2645",[1094,70.293]],["parent/2645",[285,1.924]],["name/2646",[1100,70.293]],["parent/2646",[285,1.924]],["name/2647",[1103,70.293]],["parent/2647",[285,1.924]],["name/2648",[1108,70.293]],["parent/2648",[285,1.924]],["name/2649",[1112,70.293]],["parent/2649",[285,1.924]],["name/2650",[1118,70.293]],["parent/2650",[285,1.924]],["name/2651",[782,70.293]],["parent/2651",[285,1.924]],["name/2652",[791,70.293]],["parent/2652",[285,1.924]],["name/2653",[794,70.293]],["parent/2653",[285,1.924]],["name/2654",[803,70.293]],["parent/2654",[285,1.924]],["name/2655",[821,70.293]],["parent/2655",[285,1.924]],["name/2656",[827,70.293]],["parent/2656",[285,1.924]],["name/2657",[835,70.293]],["parent/2657",[285,1.924]],["name/2658",[839,70.293]],["parent/2658",[285,1.924]],["name/2659",[842,70.293]],["parent/2659",[285,1.924]],["name/2660",[846,70.293]],["parent/2660",[285,1.924]],["name/2661",[849,70.293]],["parent/2661",[285,1.924]],["name/2662",[69,66.924]],["parent/2662",[285,1.924]],["name/2663",[857,70.293]],["parent/2663",[285,1.924]],["name/2664",[1243,70.293]],["parent/2664",[285,1.924]],["name/2665",[1246,70.293]],["parent/2665",[285,1.924]],["name/2666",[1249,70.293]],["parent/2666",[285,1.924]],["name/2667",[1250,70.293]],["parent/2667",[285,1.924]],["name/2668",[1251,70.293]],["parent/2668",[285,1.924]],["name/2669",[1252,70.293]],["parent/2669",[285,1.924]],["name/2670",[1254,70.293]],["parent/2670",[285,1.924]],["name/2671",[1257,70.293]],["parent/2671",[285,1.924]],["name/2672",[1259,70.293]],["parent/2672",[285,1.924]],["name/2673",[1262,70.293]],["parent/2673",[285,1.924]],["name/2674",[1265,70.293]],["parent/2674",[285,1.924]],["name/2675",[1268,70.293]],["parent/2675",[285,1.924]],["name/2676",[1271,70.293]],["parent/2676",[285,1.924]],["name/2677",[1274,70.293]],["parent/2677",[285,1.924]],["name/2678",[1275,70.293]],["parent/2678",[285,1.924]],["name/2679",[1283,70.293]],["parent/2679",[285,1.924]],["name/2680",[1286,70.293]],["parent/2680",[285,1.924]],["name/2681",[1289,70.293]],["parent/2681",[285,1.924]],["name/2682",[1292,70.293]],["parent/2682",[285,1.924]],["name/2683",[1296,70.293]],["parent/2683",[285,1.924]],["name/2684",[1299,70.293]],["parent/2684",[285,1.924]],["name/2685",[1303,70.293]],["parent/2685",[285,1.924]],["name/2686",[1307,70.293]],["parent/2686",[285,1.924]],["name/2687",[70,56.927]],["parent/2687",[285,1.924]],["name/2688",[1315,70.293]],["parent/2688",[285,1.924]],["name/2689",[1318,70.293]],["parent/2689",[285,1.924]],["name/2690",[1327,70.293]],["parent/2690",[285,1.924]],["name/2691",[1321,70.293]],["parent/2691",[285,1.924]],["name/2692",[1330,70.293]],["parent/2692",[285,1.924]],["name/2693",[1333,70.293]],["parent/2693",[285,1.924]],["name/2694",[1344,70.293]],["parent/2694",[285,1.924]],["name/2695",[1347,70.293]],["parent/2695",[285,1.924]],["name/2696",[1358,70.293]],["parent/2696",[285,1.924]],["name/2697",[1361,70.293]],["parent/2697",[285,1.924]],["name/2698",[1365,70.293]],["parent/2698",[285,1.924]],["name/2699",[1369,70.293]],["parent/2699",[285,1.924]],["name/2700",[1376,70.293]],["parent/2700",[285,1.924]],["name/2701",[1380,70.293]],["parent/2701",[285,1.924]],["name/2702",[1383,70.293]],["parent/2702",[285,1.924]],["name/2703",[716,62.399]],["parent/2703",[285,1.924]],["name/2704",[1384,70.293]],["parent/2704",[285,1.924]],["name/2705",[1385,66.924]],["parent/2705",[285,1.924]],["name/2706",[1387,66.924]],["parent/2706",[285,1.924]],["name/2707",[136,56.927]],["parent/2707",[285,1.924]],["name/2708",[1121,70.293]],["parent/2708",[285,1.924]],["name/2709",[1122,70.293]],["parent/2709",[285,1.924]],["name/2710",[1123,70.293]],["parent/2710",[285,1.924]],["name/2711",[1124,70.293]],["parent/2711",[285,1.924]],["name/2712",[1125,70.293]],["parent/2712",[285,1.924]],["name/2713",[1126,70.293]],["parent/2713",[285,1.924]],["name/2714",[1127,70.293]],["parent/2714",[285,1.924]],["name/2715",[1128,70.293]],["parent/2715",[285,1.924]],["name/2716",[1129,70.293]],["parent/2716",[285,1.924]],["name/2717",[1130,70.293]],["parent/2717",[285,1.924]],["name/2718",[1131,70.293]],["parent/2718",[285,1.924]],["name/2719",[1137,70.293]],["parent/2719",[285,1.924]],["name/2720",[1139,70.293]],["parent/2720",[285,1.924]],["name/2721",[1140,70.293]],["parent/2721",[285,1.924]],["name/2722",[1141,70.293]],["parent/2722",[285,1.924]],["name/2723",[1143,70.293]],["parent/2723",[285,1.924]],["name/2724",[1144,70.293]],["parent/2724",[285,1.924]],["name/2725",[1145,70.293]],["parent/2725",[285,1.924]],["name/2726",[1146,70.293]],["parent/2726",[285,1.924]],["name/2727",[1147,70.293]],["parent/2727",[285,1.924]],["name/2728",[1148,70.293]],["parent/2728",[285,1.924]],["name/2729",[1149,70.293]],["parent/2729",[285,1.924]],["name/2730",[1150,70.293]],["parent/2730",[285,1.924]],["name/2731",[1151,70.293]],["parent/2731",[285,1.924]],["name/2732",[1152,70.293]],["parent/2732",[285,1.924]],["name/2733",[1153,70.293]],["parent/2733",[285,1.924]],["name/2734",[1156,70.293]],["parent/2734",[285,1.924]],["name/2735",[1161,70.293]],["parent/2735",[285,1.924]],["name/2736",[1163,70.293]],["parent/2736",[285,1.924]],["name/2737",[1165,70.293]],["parent/2737",[285,1.924]],["name/2738",[1167,70.293]],["parent/2738",[285,1.924]],["name/2739",[1169,70.293]],["parent/2739",[285,1.924]],["name/2740",[1175,70.293]],["parent/2740",[285,1.924]],["name/2741",[1176,70.293]],["parent/2741",[285,1.924]],["name/2742",[1177,70.293]],["parent/2742",[285,1.924]],["name/2743",[1178,70.293]],["parent/2743",[285,1.924]],["name/2744",[1179,70.293]],["parent/2744",[285,1.924]],["name/2745",[1180,70.293]],["parent/2745",[285,1.924]],["name/2746",[1181,70.293]],["parent/2746",[285,1.924]],["name/2747",[1182,70.293]],["parent/2747",[285,1.924]],["name/2748",[1183,70.293]],["parent/2748",[285,1.924]],["name/2749",[1184,70.293]],["parent/2749",[285,1.924]],["name/2750",[1185,70.293]],["parent/2750",[285,1.924]],["name/2751",[1186,70.293]],["parent/2751",[285,1.924]],["name/2752",[1187,70.293]],["parent/2752",[285,1.924]],["name/2753",[1188,70.293]],["parent/2753",[285,1.924]],["name/2754",[1189,70.293]],["parent/2754",[285,1.924]],["name/2755",[1190,70.293]],["parent/2755",[285,1.924]],["name/2756",[1192,70.293]],["parent/2756",[285,1.924]],["name/2757",[1193,70.293]],["parent/2757",[285,1.924]],["name/2758",[1195,70.293]],["parent/2758",[285,1.924]],["name/2759",[1198,70.293]],["parent/2759",[285,1.924]],["name/2760",[1199,70.293]],["parent/2760",[285,1.924]],["name/2761",[1201,70.293]],["parent/2761",[285,1.924]],["name/2762",[1202,70.293]],["parent/2762",[285,1.924]],["name/2763",[1203,70.293]],["parent/2763",[285,1.924]],["name/2764",[1204,70.293]],["parent/2764",[285,1.924]],["name/2765",[1205,70.293]],["parent/2765",[285,1.924]],["name/2766",[1206,70.293]],["parent/2766",[285,1.924]],["name/2767",[1211,70.293]],["parent/2767",[285,1.924]],["name/2768",[1212,70.293]],["parent/2768",[285,1.924]],["name/2769",[1213,70.293]],["parent/2769",[285,1.924]],["name/2770",[1214,70.293]],["parent/2770",[285,1.924]],["name/2771",[1215,70.293]],["parent/2771",[285,1.924]],["name/2772",[1216,70.293]],["parent/2772",[285,1.924]],["name/2773",[1218,70.293]],["parent/2773",[285,1.924]],["name/2774",[1219,70.293]],["parent/2774",[285,1.924]],["name/2775",[1220,70.293]],["parent/2775",[285,1.924]],["name/2776",[1221,70.293]],["parent/2776",[285,1.924]],["name/2777",[1222,70.293]],["parent/2777",[285,1.924]],["name/2778",[1133,66.924]],["parent/2778",[285,1.924]],["name/2779",[210,64.408]],["parent/2779",[285,1.924]],["name/2780",[1223,70.293]],["parent/2780",[285,1.924]],["name/2781",[1224,70.293]],["parent/2781",[285,1.924]],["name/2782",[1225,70.293]],["parent/2782",[285,1.924]],["name/2783",[1226,70.293]],["parent/2783",[285,1.924]],["name/2784",[1227,70.293]],["parent/2784",[285,1.924]],["name/2785",[1228,70.293]],["parent/2785",[285,1.924]],["name/2786",[1229,70.293]],["parent/2786",[285,1.924]],["name/2787",[1230,70.293]],["parent/2787",[285,1.924]],["name/2788",[1231,70.293]],["parent/2788",[285,1.924]],["name/2789",[1232,70.293]],["parent/2789",[285,1.924]],["name/2790",[1233,70.293]],["parent/2790",[285,1.924]],["name/2791",[1234,70.293]],["parent/2791",[285,1.924]],["name/2792",[1235,70.293]],["parent/2792",[285,1.924]],["name/2793",[1236,70.293]],["parent/2793",[285,1.924]],["name/2794",[1237,70.293]],["parent/2794",[285,1.924]],["name/2795",[1238,70.293]],["parent/2795",[285,1.924]],["name/2796",[1239,70.293]],["parent/2796",[285,1.924]],["name/2797",[1240,70.293]],["parent/2797",[285,1.924]],["name/2798",[1241,70.293]],["parent/2798",[285,1.924]]],"invertedIndex":[["__type",{"_index":37,"name":{"56":{},"176":{},"267":{},"269":{},"271":{},"273":{},"275":{},"277":{},"279":{},"281":{},"315":{},"319":{},"347":{},"395":{},"512":{},"554":{},"556":{},"558":{},"560":{},"564":{},"566":{},"568":{},"570":{},"572":{},"574":{},"576":{},"1000":{},"1054":{},"1105":{},"1115":{},"1121":{},"1125":{},"1132":{},"1137":{},"1240":{},"1257":{},"1308":{},"1310":{},"1312":{},"1314":{},"1316":{},"1318":{},"1335":{},"1337":{},"1454":{},"1456":{},"1458":{},"1460":{},"1462":{},"1464":{},"1479":{},"1481":{},"1483":{},"1485":{},"1487":{},"1489":{},"1491":{},"1518":{},"1722":{},"1724":{},"1726":{},"1728":{},"1730":{},"1760":{},"1762":{},"1764":{},"1766":{},"1768":{},"1780":{},"1849":{},"1851":{},"1854":{},"1882":{},"1916":{},"1998":{},"2023":{},"2079":{},"2081":{},"2120":{},"2130":{},"2145":{},"2159":{},"2169":{},"2179":{},"2189":{},"2199":{},"2220":{},"2230":{},"2281":{},"2283":{},"2285":{},"2313":{},"2315":{},"2338":{},"2340":{},"2357":{},"2359":{}},"parent":{}}],["absolutefilepath",{"_index":1177,"name":{"2048":{},"2742":{}},"parent":{}}],["accept",{"_index":1156,"name":{"2021":{},"2734":{}},"parent":{}}],["acceptcharset",{"_index":1161,"name":{"2028":{},"2735":{}},"parent":{}}],["acceptdatetime",{"_index":1167,"name":{"2037":{},"2738":{}},"parent":{}}],["acceptencoding",{"_index":1163,"name":{"2031":{},"2736":{}},"parent":{}}],["acceptheader",{"_index":1153,"name":{"2018":{},"2733":{}},"parent":{}}],["acceptlanguage",{"_index":1165,"name":{"2034":{},"2737":{}},"parent":{}}],["acceptpreferenceparser",{"_index":395,"name":{"648":{},"2500":{}},"parent":{}}],["accessor",{"_index":805,"name":{"1342":{}},"parent":{}}],["accountpayload",{"_index":185,"name":{"283":{},"2438":{}},"parent":{}}],["accountstore",{"_index":134,"name":{"188":{},"196":{},"227":{},"238":{},"247":{},"259":{},"265":{},"2437":{}},"parent":{}}],["acl",{"_index":1133,"name":{"1999":{},"2095":{},"2778":{}},"parent":{}}],["aclpermissionsextractor",{"_index":529,"name":{"923":{},"2527":{}},"parent":{}}],["aclstrategy",{"_index":68,"name":{"102":{},"925":{}},"parent":{}}],["acltopermission",{"_index":485,"name":{"829":{}},"parent":{}}],["acquire",{"_index":1353,"name":{"2350":{},"2356":{},"2366":{}},"parent":{}}],["adapterfactory",{"_index":106,"name":{"147":{},"156":{},"393":{},"2458":{}},"parent":{}}],["add",{"_index":574,"name":{"989":{}},"parent":{}}],["addgeneratedresources",{"_index":663,"name":{"1117":{},"2569":{}},"parent":{}}],["addheader",{"_index":1151,"name":{"2016":{},"2731":{}},"parent":{}}],["addmetadata",{"_index":35,"name":{"55":{},"97":{},"565":{},"589":{},"626":{}},"parent":{}}],["addposixmetadata",{"_index":880,"name":{"1510":{}},"parent":{}}],["addquad",{"_index":570,"name":{"985":{}},"parent":{}}],["addquads",{"_index":571,"name":{"986":{}},"parent":{}}],["addresource",{"_index":787,"name":{"1313":{},"1325":{},"1347":{},"1374":{},"1387":{},"1401":{},"1412":{},"1424":{},"1430":{},"1445":{},"1459":{},"1471":{}},"parent":{}}],["addresourcemetadata",{"_index":1198,"name":{"2069":{},"2759":{}},"parent":{}}],["address",{"_index":1276,"name":{"2208":{}},"parent":{}}],["agent",{"_index":26,"name":{"35":{}},"parent":{}}],["algebra",{"_index":452,"name":{"760":{}},"parent":{}}],["allowallauthorizer",{"_index":31,"name":{"48":{},"2413":{}},"parent":{}}],["allowedmethods",{"_index":777,"name":{"1292":{}},"parent":{}}],["allowedpathnamesregex",{"_index":778,"name":{"1293":{}},"parent":{}}],["app",{"_index":287,"name":{"443":{},"2468":{}},"parent":{}}],["append",{"_index":538,"name":{"938":{}},"parent":{}}],["application_json",{"_index":1121,"name":{"1987":{},"2708":{}},"parent":{}}],["application_octet_stream",{"_index":1122,"name":{"1988":{},"2709":{}},"parent":{}}],["application_sparql_update",{"_index":1123,"name":{"1989":{},"2710":{}},"parent":{}}],["application_x_www_form_urlencoded",{"_index":1124,"name":{"1990":{},"2711":{}},"parent":{}}],["applytemplate",{"_index":1378,"name":{"2388":{},"2393":{}},"parent":{}}],["apprunner",{"_index":301,"name":{"458":{},"2470":{}},"parent":{}}],["args",{"_index":277,"name":{"419":{}},"parent":{}}],["asserterror",{"_index":1250,"name":{"2138":{},"2667":{}},"parent":{}}],["assertpassword",{"_index":131,"name":{"185":{},"2444":{}},"parent":{}}],["asynchandler",{"_index":1289,"name":{"2237":{},"2681":{}},"parent":{}}],["asynctransformoptions",{"_index":1206,"name":{"2077":{},"2766":{}},"parent":{}}],["atomicresourcestore",{"_index":782,"name":{"1306":{},"2651":{}},"parent":{}}],["auth",{"_index":210,"name":{"318":{},"836":{},"2096":{},"2779":{}},"parent":{}}],["authenticate",{"_index":176,"name":{"266":{},"304":{}},"parent":{}}],["authenticatedldphandler",{"_index":345,"name":{"527":{},"2546":{}},"parent":{}}],["authenticatedldphandlerargs",{"_index":340,"name":{"519":{},"2545":{}},"parent":{}}],["authentication/bearerwebidextractor",{"_index":0,"name":{"0":{}},"parent":{"1":{}}}],["authentication/bearerwebidextractor.bearerwebidextractor",{"_index":3,"name":{},"parent":{"2":{},"3":{},"4":{},"5":{},"6":{},"7":{}}}],["authentication/credentials",{"_index":9,"name":{"8":{}},"parent":{"9":{}}}],["authentication/credentials.credentials",{"_index":12,"name":{},"parent":{"10":{}}}],["authentication/credentialsextractor",{"_index":13,"name":{"11":{}},"parent":{"12":{}}}],["authentication/credentialsextractor.credentialsextractor",{"_index":15,"name":{},"parent":{"13":{},"14":{},"15":{},"16":{}}}],["authentication/dpopwebidextractor",{"_index":16,"name":{"17":{}},"parent":{"18":{}}}],["authentication/dpopwebidextractor.dpopwebidextractor",{"_index":18,"name":{},"parent":{"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{}}}],["authentication/emptycredentialsextractor",{"_index":20,"name":{"26":{}},"parent":{"27":{}}}],["authentication/emptycredentialsextractor.emptycredentialsextractor",{"_index":22,"name":{},"parent":{"28":{},"29":{},"30":{},"31":{}}}],["authentication/unsecureconstantcredentialsextractor",{"_index":23,"name":{"32":{}},"parent":{"33":{}}}],["authentication/unsecureconstantcredentialsextractor.unsecureconstantcredentialsextractor",{"_index":25,"name":{},"parent":{"34":{},"35":{},"36":{},"37":{},"38":{},"39":{}}}],["authentication/unsecurewebidextractor",{"_index":27,"name":{"40":{}},"parent":{"41":{}}}],["authentication/unsecurewebidextractor.unsecurewebidextractor",{"_index":29,"name":{},"parent":{"42":{},"43":{},"44":{},"45":{},"46":{}}}],["authorization",{"_index":34,"name":{"54":{},"890":{},"2414":{}},"parent":{}}],["authorization/allowallauthorizer",{"_index":30,"name":{"47":{}},"parent":{"48":{}}}],["authorization/allowallauthorizer.allowallauthorizer",{"_index":32,"name":{},"parent":{"49":{},"50":{},"51":{},"52":{}}}],["authorization/authorization",{"_index":33,"name":{"53":{}},"parent":{"54":{}}}],["authorization/authorization.authorization",{"_index":36,"name":{},"parent":{"55":{},"56":{}}}],["authorization/authorizer",{"_index":38,"name":{"57":{}},"parent":{"58":{},"63":{}}}],["authorization/authorizer.authorizer",{"_index":40,"name":{},"parent":{"59":{},"60":{},"61":{},"62":{}}}],["authorization/authorizer.authorizerargs",{"_index":42,"name":{},"parent":{"64":{},"65":{},"66":{}}}],["authorization/auxiliaryauthorizer",{"_index":45,"name":{"67":{}},"parent":{"68":{}}}],["authorization/auxiliaryauthorizer.auxiliaryauthorizer",{"_index":47,"name":{},"parent":{"69":{},"70":{},"71":{},"72":{},"73":{},"74":{},"75":{},"76":{}}}],["authorization/denyallauthorizer",{"_index":51,"name":{"77":{}},"parent":{"78":{}}}],["authorization/denyallauthorizer.denyallauthorizer",{"_index":53,"name":{},"parent":{"79":{},"80":{},"81":{},"82":{}}}],["authorization/pathbasedauthorizer",{"_index":54,"name":{"83":{}},"parent":{"84":{}}}],["authorization/pathbasedauthorizer.pathbasedauthorizer",{"_index":56,"name":{},"parent":{"85":{},"86":{},"87":{},"88":{},"89":{},"90":{},"91":{}}}],["authorization/webaclauthorization",{"_index":60,"name":{"92":{}},"parent":{"93":{}}}],["authorization/webaclauthorization.webaclauthorization",{"_index":62,"name":{},"parent":{"94":{},"95":{},"96":{},"97":{}}}],["authorization/webaclauthorizer",{"_index":65,"name":{"98":{}},"parent":{"99":{}}}],["authorization/webaclauthorizer.webaclauthorizer",{"_index":67,"name":{},"parent":{"100":{},"101":{},"102":{},"103":{},"104":{},"105":{},"106":{},"107":{},"108":{},"109":{},"110":{},"111":{},"112":{},"113":{},"114":{},"115":{},"116":{},"117":{}}}],["authorizer",{"_index":39,"name":{"58":{},"523":{},"532":{},"2415":{}},"parent":{}}],["authorizerargs",{"_index":41,"name":{"63":{},"2416":{}},"parent":{}}],["auxiliaryauthorizer",{"_index":46,"name":{"68":{},"2417":{}},"parent":{}}],["auxiliaryidentifierstrategy",{"_index":355,"name":{"552":{},"2476":{}},"parent":{}}],["auxiliarystrategy",{"_index":49,"name":{"72":{},"562":{},"1344":{},"1384":{},"2477":{}},"parent":{}}],["badrequesthttperror",{"_index":1243,"name":{"2117":{},"2664":{}},"parent":{}}],["base",{"_index":682,"name":{"1144":{},"1973":{}},"parent":{}}],["baseaccountstore",{"_index":198,"name":{"296":{},"2442":{}},"parent":{}}],["baseaccountstoreargs",{"_index":194,"name":{"292":{},"2441":{}},"parent":{}}],["basecomponentsjsfactory",{"_index":654,"name":{"1107":{},"2567":{}},"parent":{}}],["baseemailsender",{"_index":214,"name":{"323":{},"2446":{}},"parent":{}}],["basefileidentifiermapper",{"_index":1029,"name":{"1800":{},"2633":{}},"parent":{}}],["basehttpserverfactory",{"_index":730,"name":{"1216":{},"2583":{}},"parent":{}}],["basehttpserveroptions",{"_index":723,"name":{"1209":{},"2582":{}},"parent":{}}],["baseid",{"_index":323,"name":{"493":{}},"parent":{}}],["baseidentifierstrategy",{"_index":1307,"name":{"2273":{},"2686":{}},"parent":{}}],["baseparts",{"_index":675,"name":{"1136":{},"1881":{}},"parent":{}}],["baserequesturi",{"_index":1031,"name":{"1803":{},"1827":{},"1866":{},"1893":{}},"parent":{}}],["baseresourcestore",{"_index":791,"name":{"1320":{},"2652":{}},"parent":{}}],["baseserverfactory",{"_index":754,"name":{"1250":{}},"parent":{}}],["basestore",{"_index":1096,"name":{"1946":{}},"parent":{}}],["basesubdomain",{"_index":1068,"name":{"1879":{}},"parent":{}}],["baseurl",{"_index":57,"name":{"86":{},"148":{},"157":{},"189":{},"197":{},"234":{},"243":{},"453":{},"2289":{},"2297":{}},"parent":{}}],["baseurlhandler",{"_index":701,"name":{"1170":{},"2560":{}},"parent":{}}],["baseurlrouterrule",{"_index":1094,"name":{"1944":{},"2645":{}},"parent":{}}],["basicrepresentation",{"_index":553,"name":{"960":{},"2532":{}},"parent":{}}],["basicrequestparser",{"_index":404,"name":{"659":{},"2502":{}},"parent":{}}],["basicrequestparserargs",{"_index":398,"name":{"654":{},"2501":{}},"parent":{}}],["basicresponsewriter",{"_index":407,"name":{"669":{},"2503":{}},"parent":{}}],["bearerwebidextractor",{"_index":1,"name":{"1":{},"2406":{}},"parent":{}}],["binary",{"_index":434,"name":{"716":{},"763":{},"964":{},"969":{}},"parent":{}}],["body",{"_index":516,"name":{"891":{}},"parent":{}}],["bodyparser",{"_index":403,"name":{"658":{},"664":{},"680":{},"2505":{}},"parent":{}}],["bodyparserargs",{"_index":411,"name":{"677":{},"2504":{}},"parent":{}}],["buildmanager",{"_index":657,"name":{"1110":{}},"parent":{}}],["by",{"_index":1170,"name":{"2041":{}},"parent":{}}],["canhandle",{"_index":6,"name":{"5":{},"14":{},"23":{},"29":{},"38":{},"44":{},"51":{},"60":{},"73":{},"81":{},"88":{},"105":{},"143":{},"181":{},"204":{},"220":{},"230":{},"253":{},"262":{},"328":{},"338":{},"363":{},"370":{},"375":{},"390":{},"473":{},"478":{},"486":{},"497":{},"507":{},"537":{},"549":{},"597":{},"602":{},"610":{},"644":{},"651":{},"666":{},"673":{},"682":{},"690":{},"702":{},"710":{},"720":{},"728":{},"733":{},"739":{},"749":{},"755":{},"767":{},"775":{},"781":{},"789":{},"797":{},"804":{},"809":{},"815":{},"823":{},"831":{},"838":{},"868":{},"875":{},"882":{},"895":{},"903":{},"911":{},"919":{},"926":{},"932":{},"944":{},"950":{},"1173":{},"1180":{},"1185":{},"1195":{},"1229":{},"1244":{},"1259":{},"1266":{},"1277":{},"1286":{},"1294":{},"1303":{},"1478":{},"1496":{},"1520":{},"1539":{},"1562":{},"1585":{},"1594":{},"1608":{},"1629":{},"1649":{},"1656":{},"1670":{},"1676":{},"1687":{},"1697":{},"1706":{},"1716":{},"1912":{},"1922":{},"1930":{},"1950":{},"1962":{},"1975":{},"1983":{},"2239":{},"2246":{},"2254":{},"2260":{},"2268":{}},"parent":{}}],["capitalize",{"_index":76,"name":{"112":{}},"parent":{}}],["cause",{"_index":233,"name":{"351":{},"2123":{},"2133":{},"2148":{},"2153":{},"2162":{},"2172":{},"2182":{},"2192":{},"2202":{},"2223":{},"2233":{}},"parent":{}}],["cert",{"_index":727,"name":{"1213":{}},"parent":{}}],["chainedconverter",{"_index":909,"name":{"1558":{},"2602":{}},"parent":{}}],["chainedengines",{"_index":1372,"name":{"2382":{}},"parent":{}}],["chainedtemplateengine",{"_index":1369,"name":{"2379":{},"2699":{}},"parent":{}}],["changepassword",{"_index":179,"name":{"272":{},"307":{}},"parent":{}}],["charset",{"_index":591,"name":{"1005":{}},"parent":{}}],["cleanpreferences",{"_index":947,"name":{"1613":{},"2607":{}},"parent":{}}],["cleanslug",{"_index":812,"name":{"1357":{}},"parent":{}}],["cliparams",{"_index":294,"name":{"450":{},"2469":{}},"parent":{}}],["clonerepresentation",{"_index":1199,"name":{"2070":{},"2760":{}},"parent":{}}],["code",{"_index":1278,"name":{"2209":{}},"parent":{}}],["codetemplatespath",{"_index":962,"name":{"1634":{},"1641":{}},"parent":{}}],["componentsjsfactory",{"_index":660,"name":{"1113":{},"2568":{}},"parent":{}}],["composedauxiliarystrategy",{"_index":366,"name":{"578":{},"2478":{}},"parent":{}}],["conditions",{"_index":794,"name":{"1329":{},"2653":{}},"parent":{}}],["config",{"_index":111,"name":{"155":{}},"parent":{}}],["configpodinitializer",{"_index":308,"name":{"466":{},"2471":{}},"parent":{}}],["configpodmanager",{"_index":643,"name":{"1088":{},"2579":{}},"parent":{}}],["configstorage",{"_index":311,"name":{"470":{},"1152":{}},"parent":{}}],["configtemplatepath",{"_index":687,"name":{"1153":{}},"parent":{}}],["configureclaims",{"_index":119,"name":{"169":{}},"parent":{}}],["configureerrors",{"_index":122,"name":{"172":{}},"parent":{}}],["configureroutes",{"_index":121,"name":{"171":{}},"parent":{}}],["conflicthttperror",{"_index":1246,"name":{"2127":{},"2665":{}},"parent":{}}],["constantconverter",{"_index":928,"name":{"1580":{},"2604":{}},"parent":{}}],["constantconverteroptions",{"_index":921,"name":{"1574":{},"2603":{}},"parent":{}}],["constantmetadatawriter",{"_index":457,"name":{"771":{},"2486":{}},"parent":{}}],["constructor",{"_index":2,"name":{"2":{},"13":{},"19":{},"28":{},"34":{},"42":{},"49":{},"59":{},"69":{},"79":{},"85":{},"94":{},"100":{},"120":{},"127":{},"154":{},"179":{},"194":{},"219":{},"225":{},"241":{},"257":{},"297":{},"324":{},"337":{},"348":{},"360":{},"367":{},"374":{},"380":{},"401":{},"418":{},"423":{},"437":{},"444":{},"459":{},"467":{},"477":{},"483":{},"490":{},"501":{},"515":{},"528":{},"544":{},"579":{},"593":{},"601":{},"607":{},"614":{},"623":{},"635":{},"643":{},"649":{},"660":{},"670":{},"681":{},"687":{},"701":{},"707":{},"719":{},"725":{},"732":{},"738":{},"744":{},"753":{},"766":{},"772":{},"779":{},"785":{},"793":{},"801":{},"808":{},"814":{},"820":{},"827":{},"835":{},"842":{},"848":{},"854":{},"860":{},"866":{},"873":{},"880":{},"894":{},"900":{},"908":{},"916":{},"924":{},"931":{},"943":{},"949":{},"961":{},"977":{},"1015":{},"1030":{},"1043":{},"1057":{},"1067":{},"1072":{},"1083":{},"1089":{},"1097":{},"1108":{},"1135":{},"1143":{},"1148":{},"1157":{},"1171":{},"1177":{},"1184":{},"1190":{},"1217":{},"1228":{},"1243":{},"1249":{},"1255":{},"1263":{},"1270":{},"1283":{},"1290":{},"1299":{},"1321":{},"1340":{},"1367":{},"1380":{},"1397":{},"1408":{},"1418":{},"1429":{},"1439":{},"1467":{},"1494":{},"1515":{},"1533":{},"1559":{},"1581":{},"1590":{},"1606":{},"1623":{},"1638":{},"1653":{},"1663":{},"1674":{},"1680":{},"1691":{},"1705":{},"1711":{},"1733":{},"1747":{},"1771":{},"1784":{},"1801":{},"1819":{},"1839":{},"1857":{},"1878":{},"1904":{},"1921":{},"1927":{},"1945":{},"1957":{},"1966":{},"1972":{},"1982":{},"2067":{},"2121":{},"2131":{},"2146":{},"2160":{},"2170":{},"2180":{},"2190":{},"2200":{},"2221":{},"2231":{},"2238":{},"2244":{},"2251":{},"2258":{},"2265":{},"2274":{},"2288":{},"2296":{},"2305":{},"2322":{},"2343":{},"2362":{},"2371":{},"2380":{},"2387":{},"2392":{}},"parent":{}}],["consume",{"_index":274,"name":{"416":{},"435":{}},"parent":{}}],["container",{"_index":922,"name":{"1575":{},"1749":{}},"parent":{}}],["containertotemplateconverter",{"_index":932,"name":{"1589":{},"2605":{}},"parent":{}}],["content_type",{"_index":1238,"name":{"2112":{},"2795":{}},"parent":{}}],["content_type_term",{"_index":1239,"name":{"2113":{},"2796":{}},"parent":{}}],["contenttype",{"_index":581,"name":{"996":{},"1301":{},"1583":{},"1593":{},"1636":{},"1643":{},"1845":{},"1858":{}},"parent":{}}],["contenttypemap",{"_index":944,"name":{"1607":{}},"parent":{}}],["contenttypeparser",{"_index":461,"name":{"778":{},"2487":{}},"parent":{}}],["contenttypereplacer",{"_index":942,"name":{"1605":{},"2606":{}},"parent":{}}],["control",{"_index":540,"name":{"940":{}},"parent":{}}],["convert",{"_index":970,"name":{"1660":{}},"parent":{}}],["converter",{"_index":249,"name":{"382":{},"427":{},"439":{},"608":{},"688":{},"1654":{},"1906":{},"1968":{}},"parent":{}}],["converters",{"_index":911,"name":{"1561":{}},"parent":{}}],["convertingerrorhandler",{"_index":416,"name":{"686":{},"2506":{}},"parent":{}}],["convertingpatchhandler",{"_index":1073,"name":{"1903":{},"2641":{}},"parent":{}}],["convertingrouterrule",{"_index":1103,"name":{"1956":{},"2647":{}},"parent":{}}],["convertingstoreentry",{"_index":1100,"name":{"1953":{},"2646":{}},"parent":{}}],["corshandler",{"_index":756,"name":{"1254":{},"1256":{},"2592":{}},"parent":{}}],["count",{"_index":1331,"name":{"2318":{}},"parent":{}}],["create",{"_index":178,"name":{"268":{},"305":{},"1840":{},"1853":{}},"parent":{}}],["createaccessparam",{"_index":486,"name":{"830":{}},"parent":{}}],["createapp",{"_index":305,"name":{"463":{}},"parent":{}}],["createauthorization",{"_index":72,"name":{"108":{}},"parent":{}}],["createdresponsedescription",{"_index":491,"name":{"841":{},"2496":{}},"parent":{}}],["createerrormessage",{"_index":1251,"name":{"2139":{},"2668":{}},"parent":{}}],["createexpiringrepresentation",{"_index":832,"name":{"1393":{}},"parent":{}}],["createidentifier",{"_index":1008,"name":{"1755":{}},"parent":{}}],["createlogger",{"_index":616,"name":{"1032":{},"1053":{},"1069":{},"1085":{}},"parent":{}}],["createnamespace",{"_index":1218,"name":{"2090":{},"2773":{}},"parent":{}}],["createpathmatcher",{"_index":767,"name":{"1275":{}},"parent":{}}],["createpod",{"_index":647,"name":{"1094":{},"1101":{},"1104":{}},"parent":{}}],["createprovider",{"_index":114,"name":{"164":{}},"parent":{}}],["createrecursivecontainers",{"_index":819,"name":{"1364":{}},"parent":{}}],["createredisclients",{"_index":1351,"name":{"2347":{}},"parent":{}}],["createredlock",{"_index":1352,"name":{"2348":{}},"parent":{}}],["createresponse",{"_index":419,"name":{"694":{}},"parent":{}}],["createroute",{"_index":120,"name":{"170":{}},"parent":{}}],["createsafeuri",{"_index":813,"name":{"1358":{}},"parent":{}}],["createserveroptions",{"_index":733,"name":{"1222":{}},"parent":{}}],["createstorageadapter",{"_index":256,"name":{"394":{},"420":{},"440":{}},"parent":{}}],["createsubdomainregexp",{"_index":1187,"name":{"2058":{},"2752":{}},"parent":{}}],["createtermnamespace",{"_index":1220,"name":{"2092":{},"2775":{}},"parent":{}}],["createtransports",{"_index":641,"name":{"1086":{}},"parent":{}}],["createuri",{"_index":811,"name":{"1356":{}},"parent":{}}],["createuriandtermnamespace",{"_index":1221,"name":{"2093":{},"2776":{}},"parent":{}}],["createurinamespace",{"_index":1219,"name":{"2091":{},"2774":{}},"parent":{}}],["createvariables",{"_index":306,"name":{"464":{}},"parent":{}}],["credentials",{"_index":10,"name":{"9":{},"64":{},"2407":{}},"parent":{}}],["credentialsextractor",{"_index":14,"name":{"12":{},"521":{},"530":{},"2408":{}},"parent":{}}],["customextensions",{"_index":1048,"name":{"1821":{}},"parent":{}}],["customtypes",{"_index":1047,"name":{"1820":{}},"parent":{}}],["data",{"_index":433,"name":{"715":{},"762":{},"845":{},"851":{},"857":{},"863":{},"962":{},"968":{},"1772":{}},"parent":{}}],["dataaccessor",{"_index":862,"name":{"1477":{},"2598":{}},"parent":{}}],["dataaccessorbasedstore",{"_index":803,"name":{"1339":{},"2654":{}},"parent":{}}],["datetime",{"_index":592,"name":{"1006":{}},"parent":{}}],["dc",{"_index":1223,"name":{"2097":{},"2780":{}},"parent":{}}],["debug",{"_index":609,"name":{"1024":{},"1049":{},"1063":{},"1079":{}},"parent":{}}],["decodeuripathcomponents",{"_index":1182,"name":{"2053":{},"2747":{}},"parent":{}}],["default_custom_types",{"_index":1131,"name":{"1997":{},"2718":{}},"parent":{}}],["defaultstore",{"_index":1106,"name":{"1959":{}},"parent":{}}],["defaulttype",{"_index":1076,"name":{"1908":{},"1940":{}},"parent":{}}],["delete",{"_index":996,"name":{"1727":{},"1740":{},"1753":{},"1765":{},"1776":{},"1791":{}},"parent":{}}],["deleteaccount",{"_index":180,"name":{"274":{},"308":{}},"parent":{}}],["deleteforgotpasswordrecord",{"_index":183,"name":{"280":{},"311":{}},"parent":{}}],["deleteoperationhandler",{"_index":503,"name":{"865":{},"2519":{}},"parent":{}}],["deleteresource",{"_index":788,"name":{"1315":{},"1326":{},"1350":{},"1375":{},"1389":{},"1402":{},"1413":{},"1425":{},"1431":{},"1449":{},"1461":{},"1473":{},"1490":{},"1502":{},"1526":{},"1545":{}},"parent":{}}],["denyallauthorizer",{"_index":52,"name":{"78":{},"2418":{}},"parent":{}}],["dest",{"_index":1279,"name":{"2210":{}},"parent":{}}],["destroy",{"_index":272,"name":{"414":{},"433":{}},"parent":{}}],["details",{"_index":152,"name":{"214":{},"217":{},"353":{},"2125":{},"2135":{},"2150":{},"2155":{},"2164":{},"2174":{},"2184":{},"2194":{},"2204":{},"2225":{},"2235":{}},"parent":{}}],["determinepermissions",{"_index":73,"name":{"109":{}},"parent":{}}],["disabledmediaranges",{"_index":927,"name":{"1579":{}},"parent":{}}],["document",{"_index":924,"name":{"1576":{}},"parent":{}}],["dpopwebidextractor",{"_index":17,"name":{"18":{},"2409":{}},"parent":{}}],["ejstemplateengine",{"_index":1376,"name":{"2386":{},"2700":{}},"parent":{}}],["email",{"_index":187,"name":{"285":{},"289":{},"1206":{}},"parent":{}}],["emailargs",{"_index":218,"name":{"331":{},"2447":{}},"parent":{}}],["emailconfig",{"_index":205,"name":{"314":{}},"parent":{}}],["emailpassworddata",{"_index":193,"name":{"291":{},"2440":{}},"parent":{}}],["emailsender",{"_index":137,"name":{"192":{},"200":{},"336":{},"2448":{}},"parent":{}}],["emailsenderargs",{"_index":204,"name":{"313":{},"2445":{}},"parent":{}}],["emitchanged",{"_index":837,"name":{"1405":{}},"parent":{}}],["emptycredentialsextractor",{"_index":21,"name":{"27":{},"2410":{}},"parent":{}}],["enabledmediaranges",{"_index":926,"name":{"1578":{}},"parent":{}}],["encodeuripathcomponents",{"_index":1183,"name":{"2054":{},"2748":{}},"parent":{}}],["encoding",{"_index":593,"name":{"1007":{}},"parent":{}}],["endofstream",{"_index":1205,"name":{"2076":{},"2765":{}},"parent":{}}],["endpoint",{"_index":895,"name":{"1535":{}},"parent":{}}],["engine",{"_index":1087,"name":{"1929":{}},"parent":{}}],["ensuretrailingslash",{"_index":1178,"name":{"2049":{},"2743":{}},"parent":{}}],["entries",{"_index":886,"name":{"1519":{},"1729":{},"1741":{},"1754":{},"1767":{},"1777":{},"1792":{}},"parent":{}}],["equalreadwritelocker",{"_index":1321,"name":{"2304":{},"2691":{}},"parent":{}}],["errno",{"_index":1280,"name":{"2211":{}},"parent":{}}],["error",{"_index":423,"name":{"698":{},"1020":{},"1045":{},"1059":{},"1075":{}},"parent":{}}],["errorcode",{"_index":234,"name":{"352":{},"2124":{},"2134":{},"2149":{},"2154":{},"2163":{},"2173":{},"2183":{},"2193":{},"2203":{},"2224":{},"2234":{}},"parent":{}}],["errorhandler",{"_index":96,"name":{"134":{},"151":{},"160":{},"525":{},"534":{},"700":{},"746":{},"2508":{}},"parent":{}}],["errorhandlerargs",{"_index":422,"name":{"697":{},"2507":{}},"parent":{}}],["errormessage",{"_index":1301,"name":{"2259":{}},"parent":{}}],["errortoquadconverter",{"_index":956,"name":{"1622":{},"2615":{}},"parent":{}}],["errortotemplateconverter",{"_index":964,"name":{"1637":{},"2617":{}},"parent":{}}],["everyone",{"_index":64,"name":{"96":{}},"parent":{}}],["expiration",{"_index":250,"name":{"384":{},"2374":{}},"parent":{}}],["expires",{"_index":766,"name":{"1273":{},"1779":{},"1781":{},"2631":{}},"parent":{}}],["expiringadapter",{"_index":261,"name":{"400":{},"2460":{}},"parent":{}}],["expiringadapterargs",{"_index":259,"name":{"397":{},"2459":{}},"parent":{}}],["expiringadapterfactory",{"_index":275,"name":{"417":{},"2461":{}},"parent":{}}],["expiringpromise",{"_index":1367,"name":{"2377":{}},"parent":{}}],["expiringreadwritelocker",{"_index":1327,"name":{"2311":{},"2690":{}},"parent":{}}],["expiringstorage",{"_index":993,"name":{"1720":{},"2626":{}},"parent":{}}],["extendlockindefinitely",{"_index":1356,"name":{"2353":{}},"parent":{}}],["extension",{"_index":963,"name":{"1635":{},"1642":{},"2025":{}},"parent":{}}],["extensionbasedmapper",{"_index":1045,"name":{"1818":{},"2634":{}},"parent":{}}],["extensionbasedmapperfactory",{"_index":1050,"name":{"1838":{},"2635":{}},"parent":{}}],["extractscheme",{"_index":1186,"name":{"2057":{},"2751":{}},"parent":{}}],["factory",{"_index":692,"name":{"1159":{}},"parent":{}}],["fetchdataset",{"_index":1137,"name":{"2002":{},"2719":{}},"parent":{}}],["fetcher",{"_index":896,"name":{"1537":{}},"parent":{}}],["filedataaccessor",{"_index":870,"name":{"1493":{},"2599":{}},"parent":{}}],["fileidentifiermapper",{"_index":1056,"name":{"1847":{},"2637":{}},"parent":{}}],["fileidentifiermapperfactory",{"_index":1058,"name":{"1852":{},"2638":{}},"parent":{}}],["filemapper",{"_index":706,"name":{"1178":{}},"parent":{}}],["filepath",{"_index":930,"name":{"1582":{},"1734":{},"1844":{}},"parent":{}}],["filterdata",{"_index":80,"name":{"116":{}},"parent":{}}],["finalizable",{"_index":333,"name":{"510":{},"2466":{}},"parent":{}}],["finalize",{"_index":331,"name":{"506":{},"511":{},"517":{},"1798":{},"2349":{}},"parent":{}}],["finalizer",{"_index":290,"name":{"446":{}},"parent":{}}],["finalizers",{"_index":338,"name":{"516":{}},"parent":{}}],["find",{"_index":269,"name":{"411":{},"429":{}},"parent":{}}],["findauthorizer",{"_index":59,"name":{"90":{}},"parent":{}}],["findbest",{"_index":915,"name":{"1567":{}},"parent":{}}],["findbyuid",{"_index":271,"name":{"413":{},"432":{}},"parent":{}}],["findbyusercode",{"_index":270,"name":{"412":{},"431":{}},"parent":{}}],["findhandler",{"_index":1305,"name":{"2271":{}},"parent":{}}],["findpath",{"_index":913,"name":{"1565":{}},"parent":{}}],["findroute",{"_index":99,"name":{"138":{}},"parent":{}}],["findstore",{"_index":1098,"name":{"1949":{},"1961":{}},"parent":{}}],["firstengine",{"_index":1371,"name":{"2381":{}},"parent":{}}],["fixedcontenttypemapper",{"_index":1061,"name":{"1856":{},"2639":{}},"parent":{}}],["flush",{"_index":1209,"name":{"2080":{}},"parent":{}}],["foaf",{"_index":1224,"name":{"2098":{},"2781":{}},"parent":{}}],["for",{"_index":1172,"name":{"2042":{}},"parent":{}}],["forbiddenhttperror",{"_index":1254,"name":{"2142":{},"2670":{}},"parent":{}}],["forgotpasswordhandler",{"_index":138,"name":{"193":{},"2432":{}},"parent":{}}],["forgotpasswordhandlerargs",{"_index":133,"name":{"187":{},"2431":{}},"parent":{}}],["forgotpasswordpayload",{"_index":190,"name":{"288":{},"2439":{}},"parent":{}}],["forquads",{"_index":576,"name":{"991":{}},"parent":{}}],["forwarded",{"_index":1169,"name":{"2040":{},"2739":{}},"parent":{}}],["generate",{"_index":658,"name":{"1111":{},"1114":{},"1120":{},"1124":{},"1131":{},"1140":{},"1145":{},"1154":{},"1162":{}},"parent":{}}],["generatecookiekeys",{"_index":117,"name":{"167":{}},"parent":{}}],["generatedpodmanager",{"_index":649,"name":{"1096":{},"2580":{}},"parent":{}}],["generateforgotpasswordrecord",{"_index":181,"name":{"276":{},"309":{}},"parent":{}}],["generatejwks",{"_index":116,"name":{"166":{}},"parent":{}}],["generatemetadata",{"_index":698,"name":{"1167":{}},"parent":{}}],["generatepath",{"_index":914,"name":{"1566":{}},"parent":{}}],["generateresource",{"_index":697,"name":{"1166":{}},"parent":{}}],["generatetoken",{"_index":252,"name":{"387":{}},"parent":{}}],["generator",{"_index":324,"name":{"494":{},"1538":{}},"parent":{}}],["get",{"_index":579,"name":{"994":{},"1723":{},"1737":{},"1750":{},"1759":{},"1773":{},"1788":{}},"parent":{}}],["getabsolutepath",{"_index":1040,"name":{"1813":{},"1834":{},"1872":{},"1899":{}},"parent":{}}],["getaccountpayload",{"_index":202,"name":{"303":{}},"parent":{}}],["getaccountresourceidentifier",{"_index":200,"name":{"301":{}},"parent":{}}],["getaclrecursive",{"_index":79,"name":{"115":{}},"parent":{}}],["getall",{"_index":578,"name":{"993":{}},"parent":{}}],["getassociatedidentifier",{"_index":360,"name":{"559":{},"575":{},"587":{},"619":{},"632":{},"640":{}},"parent":{}}],["getauxiliaryidentifier",{"_index":356,"name":{"553":{},"569":{},"584":{},"616":{},"629":{},"637":{}},"parent":{}}],["getauxiliaryidentifiers",{"_index":358,"name":{"555":{},"571":{},"585":{},"617":{},"630":{},"638":{}},"parent":{}}],["getbasemetadata",{"_index":877,"name":{"1507":{}},"parent":{}}],["getbestpreference",{"_index":950,"name":{"1616":{},"2610":{}},"parent":{}}],["getcacheheaders",{"_index":769,"name":{"1279":{}},"parent":{}}],["getchildmetadata",{"_index":879,"name":{"1509":{}},"parent":{}}],["getchildren",{"_index":866,"name":{"1484":{},"1499":{},"1523":{},"1542":{}},"parent":{}}],["getchildresources",{"_index":934,"name":{"1596":{}},"parent":{}}],["getcontainerurl",{"_index":1037,"name":{"1810":{},"1833":{},"1871":{},"1885":{}},"parent":{}}],["getcontenttypefrompath",{"_index":1039,"name":{"1812":{},"1824":{},"1862":{},"1890":{}},"parent":{}}],["getcontenttypefromurl",{"_index":1035,"name":{"1808":{},"1831":{},"1861":{},"1897":{}},"parent":{}}],["getconversiontarget",{"_index":951,"name":{"1617":{},"2611":{}},"parent":{}}],["getcountkey",{"_index":1336,"name":{"2328":{}},"parent":{}}],["getdata",{"_index":864,"name":{"1480":{},"1497":{},"1521":{},"1540":{}},"parent":{}}],["getdirectorymetadata",{"_index":875,"name":{"1505":{}},"parent":{}}],["getdocumenturl",{"_index":1038,"name":{"1811":{},"1823":{},"1864":{},"1886":{}},"parent":{}}],["getentry",{"_index":891,"name":{"1530":{}},"parent":{}}],["getextension",{"_index":1180,"name":{"2051":{},"2745":{}},"parent":{}}],["getfilemetadata",{"_index":874,"name":{"1504":{}},"parent":{}}],["getfilepath",{"_index":768,"name":{"1276":{}},"parent":{}}],["getforgotpasswordrecord",{"_index":182,"name":{"278":{},"310":{}},"parent":{}}],["getforgotpasswordrecordresourceidentifier",{"_index":201,"name":{"302":{}},"parent":{}}],["getformdatarequestbody",{"_index":226,"name":{"342":{},"2449":{}},"parent":{}}],["gethierarchy",{"_index":889,"name":{"1528":{}},"parent":{}}],["getinputtypes",{"_index":939,"name":{"1601":{},"1627":{},"1647":{},"1668":{},"1685":{},"1695":{},"1714":{}},"parent":{}}],["getinstance",{"_index":614,"name":{"1029":{}},"parent":{}}],["getjson",{"_index":1004,"name":{"1744":{}},"parent":{}}],["getjsonsafely",{"_index":1002,"name":{"1742":{}},"parent":{}}],["getlocalname",{"_index":936,"name":{"1598":{}},"parent":{}}],["getlockcount",{"_index":1355,"name":{"2352":{},"2368":{}},"parent":{}}],["getlockidentifier",{"_index":830,"name":{"1391":{}},"parent":{}}],["getloggerfor",{"_index":621,"name":{"1038":{},"2553":{}},"parent":{}}],["getmatchingsource",{"_index":384,"name":{"620":{},"628":{}},"parent":{}}],["getmetadata",{"_index":865,"name":{"1482":{},"1498":{},"1522":{},"1541":{}},"parent":{}}],["getmetadatanode",{"_index":898,"name":{"1547":{}},"parent":{}}],["getmodepermissions",{"_index":77,"name":{"113":{}},"parent":{}}],["getmoduleroot",{"_index":1188,"name":{"2059":{},"2753":{}},"parent":{}}],["getnormalizedmetadata",{"_index":807,"name":{"1352":{}},"parent":{}}],["getoperationhandler",{"_index":506,"name":{"872":{},"2520":{}},"parent":{}}],["getoutputtypes",{"_index":940,"name":{"1602":{},"1628":{},"1648":{},"1669":{},"1686":{},"1696":{},"1715":{}},"parent":{}}],["getparentcontainer",{"_index":1310,"name":{"2276":{},"2282":{},"2293":{},"2302":{}},"parent":{}}],["getparentcontainers",{"_index":935,"name":{"1597":{}},"parent":{}}],["getparententry",{"_index":890,"name":{"1529":{}},"parent":{}}],["getpromptmatch",{"_index":103,"name":{"142":{}},"parent":{}}],["getprovider",{"_index":113,"name":{"163":{},"175":{}},"parent":{}}],["getrawmetadata",{"_index":878,"name":{"1508":{}},"parent":{}}],["getreadlockkey",{"_index":1337,"name":{"2329":{}},"parent":{}}],["getrelatednames",{"_index":897,"name":{"1546":{}},"parent":{}}],["getrelativepath",{"_index":1041,"name":{"1814":{},"1835":{},"1873":{},"1888":{}},"parent":{}}],["getreplacementtype",{"_index":945,"name":{"1611":{}},"parent":{}}],["getrepresentation",{"_index":785,"name":{"1309":{},"1323":{},"1346":{},"1370":{},"1386":{},"1400":{},"1411":{},"1423":{},"1436":{},"1444":{},"1455":{},"1470":{}},"parent":{}}],["getrequiredauthorization",{"_index":50,"name":{"76":{}},"parent":{}}],["getroutematch",{"_index":102,"name":{"141":{}},"parent":{}}],["getsafenormalizedmetadata",{"_index":808,"name":{"1353":{}},"parent":{}}],["getstats",{"_index":873,"name":{"1503":{}},"parent":{}}],["getstatuscode",{"_index":1252,"name":{"2140":{},"2669":{}},"parent":{}}],["getstore",{"_index":860,"name":{"1475":{}},"parent":{}}],["gettokenkey",{"_index":251,"name":{"386":{}},"parent":{}}],["gettypeweight",{"_index":948,"name":{"1614":{},"2608":{}},"parent":{}}],["getunexpired",{"_index":1024,"name":{"1794":{}},"parent":{}}],["getweightedpreferences",{"_index":949,"name":{"1615":{},"2609":{}},"parent":{}}],["getwritelockkey",{"_index":1338,"name":{"2330":{}},"parent":{}}],["grantkeyfor",{"_index":264,"name":{"406":{}},"parent":{}}],["greedyreadwritelocker",{"_index":1333,"name":{"2321":{},"2693":{}},"parent":{}}],["greedyreadwritesuffixes",{"_index":1330,"name":{"2317":{},"2692":{}},"parent":{}}],["grouplinks",{"_index":696,"name":{"1165":{}},"parent":{}}],["guarded",{"_index":1141,"name":{"2006":{},"2722":{}},"parent":{}}],["guardedstreamfrom",{"_index":1204,"name":{"2075":{},"2764":{}},"parent":{}}],["guardstream",{"_index":1140,"name":{"2005":{},"2721":{}},"parent":{}}],["handle",{"_index":7,"name":{"6":{},"15":{},"24":{},"30":{},"37":{},"45":{},"50":{},"61":{},"74":{},"80":{},"89":{},"106":{},"136":{},"180":{},"201":{},"221":{},"228":{},"249":{},"260":{},"327":{},"339":{},"362":{},"369":{},"376":{},"385":{},"472":{},"479":{},"485":{},"495":{},"505":{},"538":{},"547":{},"596":{},"603":{},"609":{},"645":{},"650":{},"665":{},"674":{},"683":{},"691":{},"703":{},"709":{},"721":{},"727":{},"734":{},"740":{},"748":{},"756":{},"768":{},"774":{},"780":{},"788":{},"795":{},"803":{},"810":{},"816":{},"822":{},"828":{},"837":{},"869":{},"876":{},"883":{},"896":{},"904":{},"912":{},"920":{},"927":{},"933":{},"945":{},"951":{},"1172":{},"1179":{},"1186":{},"1194":{},"1230":{},"1245":{},"1258":{},"1265":{},"1278":{},"1285":{},"1295":{},"1302":{},"1563":{},"1586":{},"1595":{},"1609":{},"1624":{},"1644":{},"1657":{},"1665":{},"1675":{},"1682":{},"1692":{},"1707":{},"1717":{},"1909":{},"1923":{},"1931":{},"1948":{},"1960":{},"1976":{},"1984":{},"2240":{},"2247":{},"2253":{},"2261":{},"2269":{}},"parent":{}}],["handlebarstemplateengine",{"_index":1380,"name":{"2391":{},"2701":{}},"parent":{}}],["handlecontainerdata",{"_index":810,"name":{"1355":{}},"parent":{}}],["handleoperation",{"_index":348,"name":{"540":{}},"parent":{}}],["handler",{"_index":85,"name":{"122":{},"1219":{},"1291":{}},"parent":{}}],["handlerequest",{"_index":98,"name":{"137":{}},"parent":{}}],["handlers",{"_index":1294,"name":{"2245":{},"2252":{},"2267":{}},"parent":{}}],["handlesafe",{"_index":8,"name":{"7":{},"16":{},"25":{},"31":{},"39":{},"46":{},"52":{},"62":{},"75":{},"82":{},"91":{},"117":{},"144":{},"182":{},"205":{},"222":{},"231":{},"254":{},"263":{},"329":{},"340":{},"364":{},"371":{},"377":{},"391":{},"474":{},"480":{},"487":{},"498":{},"508":{},"541":{},"550":{},"598":{},"604":{},"611":{},"646":{},"652":{},"667":{},"675":{},"684":{},"692":{},"704":{},"711":{},"722":{},"729":{},"735":{},"741":{},"750":{},"757":{},"769":{},"776":{},"782":{},"790":{},"798":{},"805":{},"811":{},"817":{},"824":{},"832":{},"839":{},"870":{},"877":{},"884":{},"897":{},"905":{},"913":{},"921":{},"928":{},"934":{},"946":{},"958":{},"1174":{},"1181":{},"1187":{},"1196":{},"1231":{},"1246":{},"1260":{},"1267":{},"1280":{},"1287":{},"1296":{},"1304":{},"1572":{},"1587":{},"1603":{},"1610":{},"1630":{},"1650":{},"1658":{},"1671":{},"1677":{},"1688":{},"1698":{},"1708":{},"1718":{},"1913":{},"1924":{},"1942":{},"1951":{},"1963":{},"1979":{},"1985":{},"2241":{},"2248":{},"2255":{},"2262":{},"2270":{}},"parent":{}}],["handletemplateresponse",{"_index":101,"name":{"140":{}},"parent":{}}],["has",{"_index":995,"name":{"1725":{},"1738":{},"1751":{},"1761":{},"1774":{},"1789":{}},"parent":{}}],["hasaccess",{"_index":78,"name":{"114":{}},"parent":{}}],["hascontainertype",{"_index":815,"name":{"1360":{}},"parent":{}}],["haspermission",{"_index":75,"name":{"111":{}},"parent":{}}],["hasproperchildren",{"_index":817,"name":{"1362":{}},"parent":{}}],["hastoken",{"_index":253,"name":{"388":{}},"parent":{}}],["headerhandler",{"_index":759,"name":{"1262":{},"2593":{}},"parent":{}}],["headermap",{"_index":474,"name":{"802":{}},"parent":{}}],["headers",{"_index":459,"name":{"773":{},"1264":{}},"parent":{}}],["headoperationhandler",{"_index":509,"name":{"879":{},"2521":{}},"parent":{}}],["host",{"_index":207,"name":{"316":{},"2043":{}},"parent":{}}],["html",{"_index":223,"name":{"335":{}},"parent":{}}],["http",{"_index":1225,"name":{"2099":{},"2782":{}},"parent":{}}],["httperror",{"_index":1259,"name":{"2156":{},"2672":{}},"parent":{}}],["httperroroptions",{"_index":1257,"name":{"2152":{},"2671":{}},"parent":{}}],["httphandler",{"_index":738,"name":{"1227":{},"2585":{}},"parent":{}}],["httphandlerinput",{"_index":735,"name":{"1224":{},"2584":{}},"parent":{}}],["httprequest",{"_index":742,"name":{"1234":{},"2587":{}},"parent":{}}],["httpresponse",{"_index":744,"name":{"1236":{},"2588":{}},"parent":{}}],["https",{"_index":724,"name":{"1210":{}},"parent":{}}],["httpserverfactory",{"_index":746,"name":{"1238":{},"2589":{}},"parent":{}}],["id",{"_index":566,"name":{"980":{}},"parent":{}}],["identifier",{"_index":43,"name":{"65":{},"983":{},"1128":{},"1701":{},"1843":{},"1918":{}},"parent":{}}],["identifiergenerator",{"_index":165,"name":{"236":{},"245":{},"1119":{},"2570":{}},"parent":{}}],["identifierstrategy",{"_index":70,"name":{"104":{},"580":{},"595":{},"1343":{},"1516":{},"1536":{},"1591":{},"2279":{},"2687":{}},"parent":{}}],["identity/configuration/identityproviderfactory",{"_index":104,"name":{"145":{}},"parent":{"146":{},"153":{}}}],["identity/configuration/identityproviderfactory.identityproviderfactory",{"_index":110,"name":{},"parent":{"154":{},"155":{},"156":{},"157":{},"158":{},"159":{},"160":{},"161":{},"162":{},"163":{},"164":{},"165":{},"166":{},"167":{},"168":{},"169":{},"170":{},"171":{},"172":{}}}],["identity/configuration/identityproviderfactory.identityproviderfactoryargs",{"_index":107,"name":{},"parent":{"147":{},"148":{},"149":{},"150":{},"151":{},"152":{}}}],["identity/configuration/providerfactory",{"_index":123,"name":{"173":{}},"parent":{"174":{}}}],["identity/configuration/providerfactory.providerfactory",{"_index":124,"name":{},"parent":{"175":{},"176":{}}}],["identity/identityproviderhttphandler",{"_index":81,"name":{"118":{}},"parent":{"119":{},"126":{}}}],["identity/identityproviderhttphandler.identityproviderhttphandler",{"_index":90,"name":{},"parent":{"127":{},"128":{},"129":{},"130":{},"131":{},"132":{},"133":{},"134":{},"135":{},"136":{},"137":{},"138":{},"139":{},"140":{},"141":{},"142":{},"143":{},"144":{}}}],["identity/identityproviderhttphandler.interactionroute",{"_index":83,"name":{},"parent":{"120":{},"121":{},"122":{},"123":{},"124":{},"125":{}}}],["identity/interaction/email",{"_index":128,"name":{"183":{},"186":{},"206":{},"223":{},"232":{},"255":{},"264":{},"282":{}},"parent":{"184":{},"185":{},"187":{},"188":{},"189":{},"190":{},"191":{},"192":{},"193":{},"194":{},"195":{},"196":{},"197":{},"198":{},"199":{},"200":{},"201":{},"202":{},"203":{},"204":{},"205":{},"207":{},"208":{},"209":{},"210":{},"211":{},"212":{},"213":{},"214":{},"215":{},"216":{},"217":{},"218":{},"219":{},"220":{},"221":{},"222":{},"224":{},"225":{},"226":{},"227":{},"228":{},"229":{},"230":{},"231":{},"233":{},"234":{},"235":{},"236":{},"237":{},"238":{},"239":{},"240":{},"241":{},"242":{},"243":{},"244":{},"245":{},"246":{},"247":{},"248":{},"249":{},"250":{},"251":{},"252":{},"253":{},"254":{},"256":{},"257":{},"258":{},"259":{},"260":{},"261":{},"262":{},"263":{},"265":{},"266":{},"267":{},"268":{},"269":{},"270":{},"271":{},"272":{},"273":{},"274":{},"275":{},"276":{},"277":{},"278":{},"279":{},"280":{},"281":{},"283":{},"284":{},"285":{},"286":{},"287":{},"288":{},"289":{},"290":{},"291":{},"292":{},"293":{},"294":{},"295":{},"296":{},"297":{},"298":{},"299":{},"300":{},"301":{},"302":{},"303":{},"304":{},"305":{},"306":{},"307":{},"308":{},"309":{},"310":{},"311":{}}}],["identity/interaction/sessionhttphandler",{"_index":125,"name":{"177":{}},"parent":{"178":{}}}],["identity/interaction/sessionhttphandler.sessionhttphandler",{"_index":127,"name":{},"parent":{"179":{},"180":{},"181":{},"182":{}}}],["identity/interaction/util/baseemailsender",{"_index":203,"name":{"312":{}},"parent":{"313":{},"323":{}}}],["identity/interaction/util/baseemailsender.baseemailsender",{"_index":215,"name":{},"parent":{"324":{},"325":{},"326":{},"327":{},"328":{},"329":{}}}],["identity/interaction/util/baseemailsender.emailsenderargs",{"_index":206,"name":{},"parent":{"314":{},"315":{},"322":{}}}],["identity/interaction/util/baseemailsender.emailsenderargs.__type",{"_index":208,"name":{},"parent":{"316":{},"317":{},"318":{},"319":{}}}],["identity/interaction/util/baseemailsender.emailsenderargs.__type.__type",{"_index":211,"name":{},"parent":{"320":{},"321":{}}}],["identity/interaction/util/emailsender",{"_index":217,"name":{"330":{}},"parent":{"331":{},"336":{}}}],["identity/interaction/util/emailsender.emailargs",{"_index":220,"name":{},"parent":{"332":{},"333":{},"334":{},"335":{}}}],["identity/interaction/util/emailsender.emailsender",{"_index":224,"name":{},"parent":{"337":{},"338":{},"339":{},"340":{}}}],["identity/interaction/util/formdatautil",{"_index":225,"name":{"341":{}},"parent":{"342":{}}}],["identity/interaction/util/idpinteractionerror",{"_index":227,"name":{"343":{}},"parent":{"344":{}}}],["identity/interaction/util/idpinteractionerror.idpinteractionerror",{"_index":230,"name":{},"parent":{"345":{},"346":{},"347":{},"348":{},"349":{},"350":{},"351":{},"352":{},"353":{}}}],["identity/interaction/util/interactioncompleter",{"_index":235,"name":{"354":{}},"parent":{"355":{},"358":{},"359":{}}}],["identity/interaction/util/interactioncompleter.interactioncompleter",{"_index":240,"name":{},"parent":{"360":{},"361":{},"362":{},"363":{},"364":{}}}],["identity/interaction/util/interactioncompleter.interactioncompleterparams",{"_index":237,"name":{},"parent":{"356":{},"357":{}}}],["identity/ownership/nocheckownershipvalidator",{"_index":241,"name":{"365":{}},"parent":{"366":{}}}],["identity/ownership/nocheckownershipvalidator.nocheckownershipvalidator",{"_index":243,"name":{},"parent":{"367":{},"368":{},"369":{},"370":{},"371":{}}}],["identity/ownership/ownershipvalidator",{"_index":244,"name":{"372":{}},"parent":{"373":{}}}],["identity/ownership/ownershipvalidator.ownershipvalidator",{"_index":245,"name":{},"parent":{"374":{},"375":{},"376":{},"377":{}}}],["identity/ownership/tokenownershipvalidator",{"_index":246,"name":{"378":{}},"parent":{"379":{}}}],["identity/ownership/tokenownershipvalidator.tokenownershipvalidator",{"_index":248,"name":{},"parent":{"380":{},"381":{},"382":{},"383":{},"384":{},"385":{},"386":{},"387":{},"388":{},"389":{},"390":{},"391":{}}}],["identity/storage/adapterfactory",{"_index":255,"name":{"392":{}},"parent":{"393":{}}}],["identity/storage/adapterfactory.adapterfactory",{"_index":257,"name":{},"parent":{"394":{},"395":{}}}],["identity/storage/expiringadapterfactory",{"_index":258,"name":{"396":{}},"parent":{"397":{},"400":{},"417":{}}}],["identity/storage/expiringadapterfactory.expiringadapter",{"_index":262,"name":{},"parent":{"401":{},"402":{},"403":{},"404":{},"405":{},"406":{},"407":{},"408":{},"409":{},"410":{},"411":{},"412":{},"413":{},"414":{},"415":{},"416":{}}}],["identity/storage/expiringadapterfactory.expiringadapterargs",{"_index":260,"name":{},"parent":{"398":{},"399":{}}}],["identity/storage/expiringadapterfactory.expiringadapterfactory",{"_index":276,"name":{},"parent":{"418":{},"419":{},"420":{}}}],["identity/storage/webidadapterfactory",{"_index":278,"name":{"421":{}},"parent":{"422":{},"436":{}}}],["identity/storage/webidadapterfactory.webidadapter",{"_index":280,"name":{},"parent":{"423":{},"424":{},"425":{},"426":{},"427":{},"428":{},"429":{},"430":{},"431":{},"432":{},"433":{},"434":{},"435":{}}}],["identity/storage/webidadapterfactory.webidadapterfactory",{"_index":284,"name":{},"parent":{"437":{},"438":{},"439":{},"440":{}}}],["identityproviderfactory",{"_index":109,"name":{"153":{},"2423":{}},"parent":{}}],["identityproviderfactoryargs",{"_index":105,"name":{"146":{},"2422":{}},"parent":{}}],["identityproviderhttphandler",{"_index":89,"name":{"126":{},"2465":{}},"parent":{}}],["idpinteractionerror",{"_index":228,"name":{"344":{},"2450":{}},"parent":{}}],["idppath",{"_index":91,"name":{"129":{},"149":{},"158":{},"190":{},"198":{}},"parent":{}}],["ifneededconverter",{"_index":967,"name":{"1652":{},"2618":{}},"parent":{}}],["includequerystring",{"_index":429,"name":{"708":{}},"parent":{}}],["inconverter",{"_index":851,"name":{"1441":{}},"parent":{}}],["incrementcount",{"_index":1342,"name":{"2334":{}},"parent":{}}],["index",{"_index":285,"name":{"441":{}},"parent":{"2406":{},"2407":{},"2408":{},"2409":{},"2410":{},"2411":{},"2412":{},"2413":{},"2414":{},"2415":{},"2416":{},"2417":{},"2418":{},"2419":{},"2420":{},"2421":{},"2422":{},"2423":{},"2424":{},"2425":{},"2426":{},"2427":{},"2428":{},"2429":{},"2430":{},"2431":{},"2432":{},"2433":{},"2434":{},"2435":{},"2436":{},"2437":{},"2438":{},"2439":{},"2440":{},"2441":{},"2442":{},"2443":{},"2444":{},"2445":{},"2446":{},"2447":{},"2448":{},"2449":{},"2450":{},"2451":{},"2452":{},"2453":{},"2454":{},"2455":{},"2456":{},"2457":{},"2458":{},"2459":{},"2460":{},"2461":{},"2462":{},"2463":{},"2464":{},"2465":{},"2466":{},"2467":{},"2468":{},"2469":{},"2470":{},"2471":{},"2472":{},"2473":{},"2474":{},"2475":{},"2476":{},"2477":{},"2478":{},"2479":{},"2480":{},"2481":{},"2482":{},"2483":{},"2484":{},"2485":{},"2486":{},"2487":{},"2488":{},"2489":{},"2490":{},"2491":{},"2492":{},"2493":{},"2494":{},"2495":{},"2496":{},"2497":{},"2498":{},"2499":{},"2500":{},"2501":{},"2502":{},"2503":{},"2504":{},"2505":{},"2506":{},"2507":{},"2508":{},"2509":{},"2510":{},"2511":{},"2512":{},"2513":{},"2514":{},"2515":{},"2516":{},"2517":{},"2518":{},"2519":{},"2520":{},"2521":{},"2522":{},"2523":{},"2524":{},"2525":{},"2526":{},"2527":{},"2528":{},"2529":{},"2530":{},"2531":{},"2532":{},"2533":{},"2534":{},"2535":{},"2536":{},"2537":{},"2538":{},"2539":{},"2540":{},"2541":{},"2542":{},"2543":{},"2544":{},"2545":{},"2546":{},"2547":{},"2548":{},"2549":{},"2550":{},"2551":{},"2552":{},"2553":{},"2554":{},"2555":{},"2556":{},"2557":{},"2558":{},"2559":{},"2560":{},"2561":{},"2562":{},"2563":{},"2564":{},"2565":{},"2566":{},"2567":{},"2568":{},"2569":{},"2570":{},"2571":{},"2572":{},"2573":{},"2574":{},"2575":{},"2576":{},"2577":{},"2578":{},"2579":{},"2580":{},"2581":{},"2582":{},"2583":{},"2584":{},"2585":{},"2586":{},"2587":{},"2588":{},"2589":{},"2590":{},"2591":{},"2592":{},"2593":{},"2594":{},"2595":{},"2596":{},"2597":{},"2598":{},"2599":{},"2600":{},"2601":{},"2602":{},"2603":{},"2604":{},"2605":{},"2606":{},"2607":{},"2608":{},"2609":{},"2610":{},"2611":{},"2612":{},"2613":{},"2614":{},"2615":{},"2616":{},"2617":{},"2618":{},"2619":{},"2620":{},"2621":{},"2622":{},"2623":{},"2624":{},"2625":{},"2626":{},"2627":{},"2628":{},"2629":{},"2630":{},"2631":{},"2632":{},"2633":{},"2634":{},"2635":{},"2636":{},"2637":{},"2638":{},"2639":{},"2640":{},"2641":{},"2642":{},"2643":{},"2644":{},"2645":{},"2646":{},"2647":{},"2648":{},"2649":{},"2650":{},"2651":{},"2652":{},"2653":{},"2654":{},"2655":{},"2656":{},"2657":{},"2658":{},"2659":{},"2660":{},"2661":{},"2662":{},"2663":{},"2664":{},"2665":{},"2666":{},"2667":{},"2668":{},"2669":{},"2670":{},"2671":{},"2672":{},"2673":{},"2674":{},"2675":{},"2676":{},"2677":{},"2678":{},"2679":{},"2680":{},"2681":{},"2682":{},"2683":{},"2684":{},"2685":{},"2686":{},"2687":{},"2688":{},"2689":{},"2690":{},"2691":{},"2692":{},"2693":{},"2694":{},"2695":{},"2696":{},"2697":{},"2698":{},"2699":{},"2700":{},"2701":{},"2702":{},"2703":{},"2704":{},"2705":{},"2706":{},"2707":{},"2708":{},"2709":{},"2710":{},"2711":{},"2712":{},"2713":{},"2714":{},"2715":{},"2716":{},"2717":{},"2718":{},"2719":{},"2720":{},"2721":{},"2722":{},"2723":{},"2724":{},"2725":{},"2726":{},"2727":{},"2728":{},"2729":{},"2730":{},"2731":{},"2732":{},"2733":{},"2734":{},"2735":{},"2736":{},"2737":{},"2738":{},"2739":{},"2740":{},"2741":{},"2742":{},"2743":{},"2744":{},"2745":{},"2746":{},"2747":{},"2748":{},"2749":{},"2750":{},"2751":{},"2752":{},"2753":{},"2754":{},"2755":{},"2756":{},"2757":{},"2758":{},"2759":{},"2760":{},"2761":{},"2762":{},"2763":{},"2764":{},"2765":{},"2766":{},"2767":{},"2768":{},"2769":{},"2770":{},"2771":{},"2772":{},"2773":{},"2774":{},"2775":{},"2776":{},"2777":{},"2778":{},"2779":{},"2780":{},"2781":{},"2782":{},"2783":{},"2784":{},"2785":{},"2786":{},"2787":{},"2788":{},"2789":{},"2790":{},"2791":{},"2792":{},"2793":{},"2794":{},"2795":{},"2796":{},"2797":{},"2798":{}}}],["indexname",{"_index":823,"name":{"1368":{}},"parent":{}}],["indexrepresentationstore",{"_index":821,"name":{"1366":{},"2655":{}},"parent":{}}],["info",{"_index":607,"name":{"1022":{},"1047":{},"1061":{},"1077":{},"2212":{}},"parent":{}}],["init/app",{"_index":286,"name":{"442":{}},"parent":{"443":{}}}],["init/app.app",{"_index":288,"name":{},"parent":{"444":{},"445":{},"446":{},"447":{},"448":{}}}],["init/apprunner",{"_index":293,"name":{"449":{}},"parent":{"450":{},"458":{}}}],["init/apprunner.apprunner",{"_index":302,"name":{},"parent":{"459":{},"460":{},"461":{},"462":{},"463":{},"464":{}}}],["init/apprunner.cliparams",{"_index":296,"name":{},"parent":{"451":{},"452":{},"453":{},"454":{},"455":{},"456":{},"457":{}}}],["init/configpodinitializer",{"_index":307,"name":{"465":{}},"parent":{"466":{}}}],["init/configpodinitializer.configpodinitializer",{"_index":309,"name":{},"parent":{"467":{},"468":{},"469":{},"470":{},"471":{},"472":{},"473":{},"474":{}}}],["init/final/finalizable",{"_index":332,"name":{"509":{}},"parent":{"510":{}}}],["init/final/finalizable.finalizable",{"_index":334,"name":{},"parent":{"511":{},"512":{}}}],["init/final/parallelfinalizer",{"_index":335,"name":{"513":{}},"parent":{"514":{}}}],["init/final/parallelfinalizer.parallelfinalizer",{"_index":337,"name":{},"parent":{"515":{},"516":{},"517":{}}}],["init/initializer",{"_index":313,"name":{"475":{}},"parent":{"476":{}}}],["init/initializer.initializer",{"_index":314,"name":{},"parent":{"477":{},"478":{},"479":{},"480":{}}}],["init/loggerinitializer",{"_index":315,"name":{"481":{}},"parent":{"482":{}}}],["init/loggerinitializer.loggerinitializer",{"_index":317,"name":{},"parent":{"483":{},"484":{},"485":{},"486":{},"487":{}}}],["init/rootinitializer",{"_index":319,"name":{"488":{}},"parent":{"489":{}}}],["init/rootinitializer.rootinitializer",{"_index":321,"name":{},"parent":{"490":{},"491":{},"492":{},"493":{},"494":{},"495":{},"496":{},"497":{},"498":{}}}],["init/serverinitializer",{"_index":326,"name":{"499":{}},"parent":{"500":{}}}],["init/serverinitializer.serverinitializer",{"_index":328,"name":{},"parent":{"501":{},"502":{},"503":{},"504":{},"505":{},"506":{},"507":{},"508":{}}}],["initconfig",{"_index":115,"name":{"165":{}},"parent":{}}],["initializer",{"_index":289,"name":{"445":{},"476":{},"2472":{}},"parent":{}}],["inmemorydataaccessor",{"_index":884,"name":{"1514":{},"2600":{}},"parent":{}}],["inpreferences",{"_index":853,"name":{"1443":{}},"parent":{}}],["inputtypes",{"_index":937,"name":{"1599":{},"1625":{},"1645":{},"1666":{},"1683":{},"1693":{},"1712":{}},"parent":{}}],["instance",{"_index":612,"name":{"1028":{}},"parent":{}}],["interaction",{"_index":143,"name":{"207":{},"2425":{}},"parent":{}}],["interactioncompleter",{"_index":95,"name":{"133":{},"359":{},"2453":{}},"parent":{}}],["interactioncompleteresult",{"_index":153,"name":{"215":{},"2429":{}},"parent":{}}],["interactioncompleterinput",{"_index":239,"name":{"358":{},"2452":{}},"parent":{}}],["interactioncompleterparams",{"_index":236,"name":{"355":{},"2451":{}},"parent":{}}],["interactionhandler",{"_index":155,"name":{"218":{},"2430":{}},"parent":{}}],["interactionhandlerinput",{"_index":144,"name":{"208":{},"2426":{}},"parent":{}}],["interactionhandlerresult",{"_index":148,"name":{"211":{},"2427":{}},"parent":{}}],["interactionresponseresult",{"_index":149,"name":{"212":{},"2428":{}},"parent":{}}],["interactionroute",{"_index":82,"name":{"119":{},"2464":{}},"parent":{}}],["interactionroutes",{"_index":93,"name":{"131":{}},"parent":{}}],["intermediatetype",{"_index":1075,"name":{"1907":{},"1939":{}},"parent":{}}],["internal_all",{"_index":1128,"name":{"1994":{},"2715":{}},"parent":{}}],["internal_error",{"_index":1130,"name":{"1996":{},"2717":{}},"parent":{}}],["internal_quads",{"_index":1129,"name":{"1995":{},"2716":{}},"parent":{}}],["internalservererror",{"_index":1262,"name":{"2166":{},"2673":{}},"parent":{}}],["isaccesstoken",{"_index":118,"name":{"168":{}},"parent":{}}],["isauthenticated",{"_index":71,"name":{"107":{}},"parent":{}}],["isauxiliaryidentifier",{"_index":359,"name":{"557":{},"573":{},"586":{},"618":{},"631":{},"639":{}},"parent":{}}],["iscomposite",{"_index":1089,"name":{"1934":{}},"parent":{}}],["iscontaineridentifier",{"_index":1185,"name":{"2056":{},"2750":{}},"parent":{}}],["iscontainerpath",{"_index":1184,"name":{"2055":{},"2749":{}},"parent":{}}],["isdataentry",{"_index":888,"name":{"1527":{}},"parent":{}}],["isdeleteinsert",{"_index":548,"name":{"954":{},"1933":{}},"parent":{}}],["iserror",{"_index":1249,"name":{"2137":{},"2666":{}},"parent":{}}],["isexpired",{"_index":1025,"name":{"1795":{}},"parent":{}}],["isguarded",{"_index":1139,"name":{"2004":{},"2720":{}},"parent":{}}],["ishttprequest",{"_index":741,"name":{"1233":{},"2586":{}},"parent":{}}],["isinstance",{"_index":229,"name":{"345":{},"2118":{},"2128":{},"2143":{},"2158":{},"2167":{},"2177":{},"2187":{},"2197":{},"2218":{},"2228":{}},"parent":{}}],["isinternalcontenttype",{"_index":954,"name":{"1620":{},"2614":{}},"parent":{}}],["ismatchedpath",{"_index":912,"name":{"1564":{}},"parent":{}}],["ismetadata",{"_index":1055,"name":{"1846":{}},"parent":{}}],["ismetadataidentifier",{"_index":899,"name":{"1548":{}},"parent":{}}],["ismetadatapath",{"_index":1043,"name":{"1816":{},"1837":{},"1875":{},"1901":{}},"parent":{}}],["isnewcontainer",{"_index":814,"name":{"1359":{}},"parent":{}}],["isnop",{"_index":549,"name":{"955":{}},"parent":{}}],["isrepresentationmetadata",{"_index":559,"name":{"971":{},"2534":{}},"parent":{}}],["isresourceidentifier",{"_index":596,"name":{"1010":{},"2543":{}},"parent":{}}],["isrootcontainer",{"_index":1311,"name":{"2277":{},"2284":{},"2292":{},"2301":{}},"parent":{}}],["isrootrequired",{"_index":362,"name":{"563":{},"588":{},"625":{}},"parent":{}}],["isrootstorage",{"_index":816,"name":{"1361":{}},"parent":{}}],["issparql",{"_index":546,"name":{"952":{}},"parent":{}}],["issparqlupdate",{"_index":1088,"name":{"1932":{}},"parent":{}}],["issupported",{"_index":547,"name":{"953":{}},"parent":{}}],["issystemerror",{"_index":1274,"name":{"2206":{},"2677":{}},"parent":{}}],["isterm",{"_index":1212,"name":{"2084":{},"2768":{}},"parent":{}}],["isvalidvariable",{"_index":715,"name":{"1198":{},"2563":{}},"parent":{}}],["joinfilepath",{"_index":1176,"name":{"2047":{},"2741":{}},"parent":{}}],["jsonfilestorage",{"_index":998,"name":{"1732":{},"2627":{}},"parent":{}}],["jsonresourcestorage",{"_index":1006,"name":{"1746":{},"2628":{}},"parent":{}}],["key",{"_index":726,"name":{"1212":{}},"parent":{}}],["keyfor",{"_index":267,"name":{"409":{}},"parent":{}}],["keyvaluestorage",{"_index":1011,"name":{"1758":{},"2629":{}},"parent":{}}],["label",{"_index":604,"name":{"1017":{}},"parent":{}}],["language",{"_index":594,"name":{"1008":{}},"parent":{}}],["lazylogger",{"_index":601,"name":{"1014":{},"2548":{}},"parent":{}}],["lazyloggerfactory",{"_index":603,"name":{"1016":{},"1027":{},"2549":{}},"parent":{}}],["ldp",{"_index":1226,"name":{"2100":{},"2783":{}},"parent":{}}],["ldp/authenticatedldphandler",{"_index":339,"name":{"518":{}},"parent":{"519":{},"527":{}}}],["ldp/authenticatedldphandler.authenticatedldphandler",{"_index":346,"name":{},"parent":{"528":{},"529":{},"530":{},"531":{},"532":{},"533":{},"534":{},"535":{},"536":{},"537":{},"538":{},"539":{},"540":{},"541":{}}}],["ldp/authenticatedldphandler.authenticatedldphandlerargs",{"_index":342,"name":{},"parent":{"520":{},"521":{},"522":{},"523":{},"524":{},"525":{},"526":{}}}],["ldp/auxiliary/auxiliaryidentifierstrategy",{"_index":354,"name":{"551":{}},"parent":{"552":{}}}],["ldp/auxiliary/auxiliaryidentifierstrategy.auxiliaryidentifierstrategy",{"_index":357,"name":{},"parent":{"553":{},"554":{},"555":{},"556":{},"557":{},"558":{},"559":{},"560":{}}}],["ldp/auxiliary/auxiliarystrategy",{"_index":361,"name":{"561":{}},"parent":{"562":{}}}],["ldp/auxiliary/auxiliarystrategy.auxiliarystrategy",{"_index":363,"name":{},"parent":{"563":{},"564":{},"565":{},"566":{},"567":{},"568":{},"569":{},"570":{},"571":{},"572":{},"573":{},"574":{},"575":{},"576":{}}}],["ldp/auxiliary/composedauxiliarystrategy",{"_index":365,"name":{"577":{}},"parent":{"578":{}}}],["ldp/auxiliary/composedauxiliarystrategy.composedauxiliarystrategy",{"_index":367,"name":{},"parent":{"579":{},"580":{},"581":{},"582":{},"583":{},"584":{},"585":{},"586":{},"587":{},"588":{},"589":{},"590":{}}}],["ldp/auxiliary/linkmetadatagenerator",{"_index":371,"name":{"591":{}},"parent":{"592":{}}}],["ldp/auxiliary/linkmetadatagenerator.linkmetadatagenerator",{"_index":373,"name":{},"parent":{"593":{},"594":{},"595":{},"596":{},"597":{},"598":{}}}],["ldp/auxiliary/metadatagenerator",{"_index":375,"name":{"599":{}},"parent":{"600":{}}}],["ldp/auxiliary/metadatagenerator.metadatagenerator",{"_index":376,"name":{},"parent":{"601":{},"602":{},"603":{},"604":{}}}],["ldp/auxiliary/rdfvalidator",{"_index":377,"name":{"605":{}},"parent":{"606":{}}}],["ldp/auxiliary/rdfvalidator.rdfvalidator",{"_index":379,"name":{},"parent":{"607":{},"608":{},"609":{},"610":{},"611":{}}}],["ldp/auxiliary/routingauxiliaryidentifierstrategy",{"_index":380,"name":{"612":{}},"parent":{"613":{}}}],["ldp/auxiliary/routingauxiliaryidentifierstrategy.routingauxiliaryidentifierstrategy",{"_index":382,"name":{},"parent":{"614":{},"615":{},"616":{},"617":{},"618":{},"619":{},"620":{}}}],["ldp/auxiliary/routingauxiliarystrategy",{"_index":385,"name":{"621":{}},"parent":{"622":{}}}],["ldp/auxiliary/routingauxiliarystrategy.routingauxiliarystrategy",{"_index":387,"name":{},"parent":{"623":{},"624":{},"625":{},"626":{},"627":{},"628":{},"629":{},"630":{},"631":{},"632":{}}}],["ldp/auxiliary/suffixauxiliaryidentifierstrategy",{"_index":388,"name":{"633":{}},"parent":{"634":{}}}],["ldp/auxiliary/suffixauxiliaryidentifierstrategy.suffixauxiliaryidentifierstrategy",{"_index":390,"name":{},"parent":{"635":{},"636":{},"637":{},"638":{},"639":{},"640":{}}}],["ldp/auxiliary/validator",{"_index":392,"name":{"641":{}},"parent":{"642":{}}}],["ldp/auxiliary/validator.validator",{"_index":393,"name":{},"parent":{"643":{},"644":{},"645":{},"646":{}}}],["ldp/http/acceptpreferenceparser",{"_index":394,"name":{"647":{}},"parent":{"648":{}}}],["ldp/http/acceptpreferenceparser.acceptpreferenceparser",{"_index":396,"name":{},"parent":{"649":{},"650":{},"651":{},"652":{}}}],["ldp/http/basicrequestparser",{"_index":397,"name":{"653":{}},"parent":{"654":{},"659":{}}}],["ldp/http/basicrequestparser.basicrequestparser",{"_index":405,"name":{},"parent":{"660":{},"661":{},"662":{},"663":{},"664":{},"665":{},"666":{},"667":{}}}],["ldp/http/basicrequestparser.basicrequestparserargs",{"_index":400,"name":{},"parent":{"655":{},"656":{},"657":{},"658":{}}}],["ldp/http/basicresponsewriter",{"_index":406,"name":{"668":{}},"parent":{"669":{}}}],["ldp/http/basicresponsewriter.basicresponsewriter",{"_index":408,"name":{},"parent":{"670":{},"671":{},"672":{},"673":{},"674":{},"675":{}}}],["ldp/http/bodyparser",{"_index":410,"name":{"676":{}},"parent":{"677":{},"680":{}}}],["ldp/http/bodyparser.bodyparser",{"_index":414,"name":{},"parent":{"681":{},"682":{},"683":{},"684":{}}}],["ldp/http/bodyparser.bodyparserargs",{"_index":412,"name":{},"parent":{"678":{},"679":{}}}],["ldp/http/convertingerrorhandler",{"_index":415,"name":{"685":{}},"parent":{"686":{}}}],["ldp/http/convertingerrorhandler.convertingerrorhandler",{"_index":417,"name":{},"parent":{"687":{},"688":{},"689":{},"690":{},"691":{},"692":{},"693":{},"694":{},"695":{}}}],["ldp/http/errorhandler",{"_index":421,"name":{"696":{}},"parent":{"697":{},"700":{}}}],["ldp/http/errorhandler.errorhandler",{"_index":426,"name":{},"parent":{"701":{},"702":{},"703":{},"704":{}}}],["ldp/http/errorhandler.errorhandlerargs",{"_index":424,"name":{},"parent":{"698":{},"699":{}}}],["ldp/http/metadata/constantmetadatawriter",{"_index":456,"name":{"770":{}},"parent":{"771":{}}}],["ldp/http/metadata/constantmetadatawriter.constantmetadatawriter",{"_index":458,"name":{},"parent":{"772":{},"773":{},"774":{},"775":{},"776":{}}}],["ldp/http/metadata/contenttypeparser",{"_index":460,"name":{"777":{}},"parent":{"778":{}}}],["ldp/http/metadata/contenttypeparser.contenttypeparser",{"_index":462,"name":{},"parent":{"779":{},"780":{},"781":{},"782":{}}}],["ldp/http/metadata/linkrelmetadatawriter",{"_index":463,"name":{"783":{}},"parent":{"784":{}}}],["ldp/http/metadata/linkrelmetadatawriter.linkrelmetadatawriter",{"_index":465,"name":{},"parent":{"785":{},"786":{},"787":{},"788":{},"789":{},"790":{}}}],["ldp/http/metadata/linktypeparser",{"_index":467,"name":{"791":{}},"parent":{"792":{}}}],["ldp/http/metadata/linktypeparser.linktypeparser",{"_index":469,"name":{},"parent":{"793":{},"794":{},"795":{},"796":{},"797":{},"798":{}}}],["ldp/http/metadata/mappedmetadatawriter",{"_index":471,"name":{"799":{}},"parent":{"800":{}}}],["ldp/http/metadata/mappedmetadatawriter.mappedmetadatawriter",{"_index":473,"name":{},"parent":{"801":{},"802":{},"803":{},"804":{},"805":{}}}],["ldp/http/metadata/metadataparser",{"_index":475,"name":{"806":{}},"parent":{"807":{}}}],["ldp/http/metadata/metadataparser.metadataparser",{"_index":476,"name":{},"parent":{"808":{},"809":{},"810":{},"811":{}}}],["ldp/http/metadata/metadatawriter",{"_index":477,"name":{"812":{}},"parent":{"813":{}}}],["ldp/http/metadata/metadatawriter.metadatawriter",{"_index":478,"name":{},"parent":{"814":{},"815":{},"816":{},"817":{}}}],["ldp/http/metadata/slugparser",{"_index":479,"name":{"818":{}},"parent":{"819":{}}}],["ldp/http/metadata/slugparser.slugparser",{"_index":481,"name":{},"parent":{"820":{},"821":{},"822":{},"823":{},"824":{}}}],["ldp/http/metadata/wacallowmetadatawriter",{"_index":482,"name":{"825":{}},"parent":{"826":{}}}],["ldp/http/metadata/wacallowmetadatawriter.wacallowmetadatawriter",{"_index":484,"name":{},"parent":{"827":{},"828":{},"829":{},"830":{},"831":{},"832":{}}}],["ldp/http/metadata/wwwauthmetadatawriter",{"_index":487,"name":{"833":{}},"parent":{"834":{}}}],["ldp/http/metadata/wwwauthmetadatawriter.wwwauthmetadatawriter",{"_index":489,"name":{},"parent":{"835":{},"836":{},"837":{},"838":{},"839":{}}}],["ldp/http/originalurlextractor",{"_index":427,"name":{"705":{}},"parent":{"706":{}}}],["ldp/http/originalurlextractor.originalurlextractor",{"_index":428,"name":{},"parent":{"707":{},"708":{},"709":{},"710":{},"711":{}}}],["ldp/http/patch",{"_index":430,"name":{"712":{}},"parent":{"713":{}}}],["ldp/http/patch.patch",{"_index":432,"name":{},"parent":{"714":{},"715":{},"716":{}}}],["ldp/http/preferenceparser",{"_index":435,"name":{"717":{}},"parent":{"718":{}}}],["ldp/http/preferenceparser.preferenceparser",{"_index":436,"name":{},"parent":{"719":{},"720":{},"721":{},"722":{}}}],["ldp/http/rawbodyparser",{"_index":437,"name":{"723":{}},"parent":{"724":{}}}],["ldp/http/rawbodyparser.rawbodyparser",{"_index":439,"name":{},"parent":{"725":{},"726":{},"727":{},"728":{},"729":{}}}],["ldp/http/requestparser",{"_index":440,"name":{"730":{}},"parent":{"731":{}}}],["ldp/http/requestparser.requestparser",{"_index":441,"name":{},"parent":{"732":{},"733":{},"734":{},"735":{}}}],["ldp/http/response/createdresponsedescription",{"_index":490,"name":{"840":{}},"parent":{"841":{}}}],["ldp/http/response/createdresponsedescription.createdresponsedescription",{"_index":492,"name":{},"parent":{"842":{},"843":{},"844":{},"845":{}}}],["ldp/http/response/okresponsedescription",{"_index":493,"name":{"846":{}},"parent":{"847":{}}}],["ldp/http/response/okresponsedescription.okresponsedescription",{"_index":495,"name":{},"parent":{"848":{},"849":{},"850":{},"851":{}}}],["ldp/http/response/resetresponsedescription",{"_index":496,"name":{"852":{}},"parent":{"853":{}}}],["ldp/http/response/resetresponsedescription.resetresponsedescription",{"_index":498,"name":{},"parent":{"854":{},"855":{},"856":{},"857":{}}}],["ldp/http/response/responsedescription",{"_index":499,"name":{"858":{}},"parent":{"859":{}}}],["ldp/http/response/responsedescription.responsedescription",{"_index":501,"name":{},"parent":{"860":{},"861":{},"862":{},"863":{}}}],["ldp/http/responsewriter",{"_index":442,"name":{"736":{}},"parent":{"737":{}}}],["ldp/http/responsewriter.responsewriter",{"_index":443,"name":{},"parent":{"738":{},"739":{},"740":{},"741":{}}}],["ldp/http/safeerrorhandler",{"_index":444,"name":{"742":{}},"parent":{"743":{}}}],["ldp/http/safeerrorhandler.safeerrorhandler",{"_index":446,"name":{},"parent":{"744":{},"745":{},"746":{},"747":{},"748":{},"749":{},"750":{}}}],["ldp/http/sparqlupdatebodyparser",{"_index":447,"name":{"751":{}},"parent":{"752":{}}}],["ldp/http/sparqlupdatebodyparser.sparqlupdatebodyparser",{"_index":449,"name":{},"parent":{"753":{},"754":{},"755":{},"756":{},"757":{}}}],["ldp/http/sparqlupdatepatch",{"_index":450,"name":{"758":{}},"parent":{"759":{}}}],["ldp/http/sparqlupdatepatch.sparqlupdatepatch",{"_index":453,"name":{},"parent":{"760":{},"761":{},"762":{},"763":{}}}],["ldp/http/targetextractor",{"_index":454,"name":{"764":{}},"parent":{"765":{}}}],["ldp/http/targetextractor.targetextractor",{"_index":455,"name":{},"parent":{"766":{},"767":{},"768":{},"769":{}}}],["ldp/operations/deleteoperationhandler",{"_index":502,"name":{"864":{}},"parent":{"865":{}}}],["ldp/operations/deleteoperationhandler.deleteoperationhandler",{"_index":504,"name":{},"parent":{"866":{},"867":{},"868":{},"869":{},"870":{}}}],["ldp/operations/getoperationhandler",{"_index":505,"name":{"871":{}},"parent":{"872":{}}}],["ldp/operations/getoperationhandler.getoperationhandler",{"_index":507,"name":{},"parent":{"873":{},"874":{},"875":{},"876":{},"877":{}}}],["ldp/operations/headoperationhandler",{"_index":508,"name":{"878":{}},"parent":{"879":{}}}],["ldp/operations/headoperationhandler.headoperationhandler",{"_index":510,"name":{},"parent":{"880":{},"881":{},"882":{},"883":{},"884":{}}}],["ldp/operations/operation",{"_index":511,"name":{"885":{}},"parent":{"886":{}}}],["ldp/operations/operation.operation",{"_index":514,"name":{},"parent":{"887":{},"888":{},"889":{},"890":{},"891":{}}}],["ldp/operations/operationhandler",{"_index":517,"name":{"892":{}},"parent":{"893":{}}}],["ldp/operations/operationhandler.operationhandler",{"_index":518,"name":{},"parent":{"894":{},"895":{},"896":{},"897":{}}}],["ldp/operations/patchoperationhandler",{"_index":519,"name":{"898":{}},"parent":{"899":{}}}],["ldp/operations/patchoperationhandler.patchoperationhandler",{"_index":521,"name":{},"parent":{"900":{},"901":{},"902":{},"903":{},"904":{},"905":{}}}],["ldp/operations/postoperationhandler",{"_index":522,"name":{"906":{}},"parent":{"907":{}}}],["ldp/operations/postoperationhandler.postoperationhandler",{"_index":524,"name":{},"parent":{"908":{},"909":{},"910":{},"911":{},"912":{},"913":{}}}],["ldp/operations/putoperationhandler",{"_index":525,"name":{"914":{}},"parent":{"915":{}}}],["ldp/operations/putoperationhandler.putoperationhandler",{"_index":527,"name":{},"parent":{"916":{},"917":{},"918":{},"919":{},"920":{},"921":{}}}],["ldp/permissions/aclpermissionsextractor",{"_index":528,"name":{"922":{}},"parent":{"923":{}}}],["ldp/permissions/aclpermissionsextractor.aclpermissionsextractor",{"_index":530,"name":{},"parent":{"924":{},"925":{},"926":{},"927":{},"928":{}}}],["ldp/permissions/methodpermissionsextractor",{"_index":531,"name":{"929":{}},"parent":{"930":{}}}],["ldp/permissions/methodpermissionsextractor.methodpermissionsextractor",{"_index":533,"name":{},"parent":{"931":{},"932":{},"933":{},"934":{}}}],["ldp/permissions/permissionset",{"_index":534,"name":{"935":{}},"parent":{"936":{}}}],["ldp/permissions/permissionset.permissionset",{"_index":537,"name":{},"parent":{"937":{},"938":{},"939":{},"940":{}}}],["ldp/permissions/permissionsextractor",{"_index":541,"name":{"941":{}},"parent":{"942":{}}}],["ldp/permissions/permissionsextractor.permissionsextractor",{"_index":542,"name":{},"parent":{"943":{},"944":{},"945":{},"946":{}}}],["ldp/permissions/sparqlpatchpermissionsextractor",{"_index":543,"name":{"947":{}},"parent":{"948":{}}}],["ldp/permissions/sparqlpatchpermissionsextractor.sparqlpatchpermissionsextractor",{"_index":545,"name":{},"parent":{"949":{},"950":{},"951":{},"952":{},"953":{},"954":{},"955":{},"956":{},"957":{},"958":{}}}],["ldp/representation/basicrepresentation",{"_index":552,"name":{"959":{}},"parent":{"960":{}}}],["ldp/representation/basicrepresentation.basicrepresentation",{"_index":554,"name":{},"parent":{"961":{},"962":{},"963":{},"964":{}}}],["ldp/representation/representation",{"_index":555,"name":{"965":{}},"parent":{"966":{}}}],["ldp/representation/representation.representation",{"_index":557,"name":{},"parent":{"967":{},"968":{},"969":{}}}],["ldp/representation/representationmetadata",{"_index":558,"name":{"970":{}},"parent":{"971":{},"972":{},"973":{},"974":{},"975":{},"976":{}}}],["ldp/representation/representationmetadata.representationmetadata",{"_index":565,"name":{},"parent":{"977":{},"978":{},"979":{},"980":{},"981":{},"982":{},"983":{},"984":{},"985":{},"986":{},"987":{},"988":{},"989":{},"990":{},"991":{},"992":{},"993":{},"994":{},"995":{},"996":{}}}],["ldp/representation/representationpreferences",{"_index":582,"name":{"997":{}},"parent":{"998":{},"999":{},"1003":{}}}],["ldp/representation/representationpreferences.representationpreferences",{"_index":590,"name":{},"parent":{"1004":{},"1005":{},"1006":{},"1007":{},"1008":{}}}],["ldp/representation/representationpreferences.valuepreference",{"_index":585,"name":{},"parent":{"1000":{}}}],["ldp/representation/representationpreferences.valuepreference.__type",{"_index":587,"name":{},"parent":{"1001":{},"1002":{}}}],["ldp/representation/resourceidentifier",{"_index":595,"name":{"1009":{}},"parent":{"1010":{},"1011":{}}}],["ldp/representation/resourceidentifier.resourceidentifier",{"_index":599,"name":{},"parent":{"1012":{}}}],["ldp/unsecurewebsocketsprotocol",{"_index":349,"name":{"542":{}},"parent":{"543":{}}}],["ldp/unsecurewebsocketsprotocol.unsecurewebsocketsprotocol",{"_index":351,"name":{},"parent":{"544":{},"545":{},"546":{},"547":{},"548":{},"549":{},"550":{}}}],["level",{"_index":640,"name":{"1084":{}},"parent":{}}],["link",{"_index":374,"name":{"594":{}},"parent":{}}],["linkmetadatagenerator",{"_index":372,"name":{"592":{},"2479":{}},"parent":{}}],["linkrelmap",{"_index":466,"name":{"786":{}},"parent":{}}],["linkrelmetadatawriter",{"_index":464,"name":{"784":{},"2488":{}},"parent":{}}],["linktypeparser",{"_index":468,"name":{"792":{},"2489":{}},"parent":{}}],["listeners",{"_index":352,"name":{"546":{}},"parent":{}}],["lockedrepresentationrun",{"_index":831,"name":{"1392":{}},"parent":{}}],["locker",{"_index":1000,"name":{"1735":{},"2306":{},"2323":{},"2364":{},"2373":{}},"parent":{}}],["lockidentifier",{"_index":1001,"name":{"1736":{}},"parent":{}}],["lockingresourcestore",{"_index":827,"name":{"1379":{},"2656":{}},"parent":{}}],["lockmap",{"_index":1350,"name":{"2346":{}},"parent":{}}],["locks",{"_index":829,"name":{"1383":{}},"parent":{}}],["log",{"_index":605,"name":{"1019":{},"1044":{},"1058":{},"1074":{}},"parent":{}}],["logger",{"_index":4,"name":{"3":{},"22":{},"36":{},"43":{},"70":{},"101":{},"128":{},"195":{},"226":{},"242":{},"258":{},"368":{},"381":{},"402":{},"424":{},"460":{},"468":{},"491":{},"536":{},"545":{},"671":{},"726":{},"745":{},"754":{},"787":{},"794":{},"821":{},"901":{},"909":{},"917":{},"978":{},"1018":{},"1042":{},"1068":{},"1073":{},"1090":{},"1098":{},"1149":{},"1218":{},"1274":{},"1341":{},"1381":{},"1440":{},"1534":{},"1560":{},"1655":{},"1785":{},"1802":{},"1826":{},"1865":{},"1892":{},"1905":{},"1928":{},"2266":{},"2290":{},"2299":{},"2344":{},"2363":{},"2372":{},"2550":{}},"parent":{}}],["loggerfactory",{"_index":318,"name":{"484":{},"1034":{},"1052":{},"2551":{}},"parent":{}}],["loggerinitializer",{"_index":316,"name":{"482":{},"2473":{}},"parent":{}}],["logging/lazylogger",{"_index":600,"name":{"1013":{}},"parent":{"1014":{}}}],["logging/lazylogger.lazylogger",{"_index":602,"name":{},"parent":{"1015":{},"1016":{},"1017":{},"1018":{},"1019":{},"1020":{},"1021":{},"1022":{},"1023":{},"1024":{},"1025":{}}}],["logging/lazyloggerfactory",{"_index":611,"name":{"1026":{}},"parent":{"1027":{}}}],["logging/lazyloggerfactory.lazyloggerfactory",{"_index":613,"name":{},"parent":{"1028":{},"1029":{},"1030":{},"1031":{},"1032":{},"1033":{},"1034":{}}}],["logging/logger",{"_index":624,"name":{"1041":{}},"parent":{"1042":{}}}],["logging/logger.logger",{"_index":625,"name":{},"parent":{"1043":{},"1044":{},"1045":{},"1046":{},"1047":{},"1048":{},"1049":{},"1050":{}}}],["logging/loggerfactory",{"_index":626,"name":{"1051":{}},"parent":{"1052":{}}}],["logging/loggerfactory.loggerfactory",{"_index":627,"name":{},"parent":{"1053":{},"1054":{}}}],["logging/loglevel",{"_index":618,"name":{"1035":{}},"parent":{"1036":{}}}],["logging/logutil",{"_index":620,"name":{"1037":{}},"parent":{"1038":{},"1039":{},"1040":{}}}],["logging/voidlogger",{"_index":628,"name":{"1055":{}},"parent":{"1056":{}}}],["logging/voidlogger.voidlogger",{"_index":630,"name":{},"parent":{"1057":{},"1058":{},"1059":{},"1060":{},"1061":{},"1062":{},"1063":{},"1064":{}}}],["logging/voidloggerfactory",{"_index":631,"name":{"1065":{}},"parent":{"1066":{}}}],["logging/voidloggerfactory.voidloggerfactory",{"_index":633,"name":{},"parent":{"1067":{},"1068":{},"1069":{}}}],["logging/winstonlogger",{"_index":634,"name":{"1070":{}},"parent":{"1071":{}}}],["logging/winstonlogger.winstonlogger",{"_index":636,"name":{},"parent":{"1072":{},"1073":{},"1074":{},"1075":{},"1076":{},"1077":{},"1078":{},"1079":{},"1080":{}}}],["logging/winstonloggerfactory",{"_index":637,"name":{"1081":{}},"parent":{"1082":{}}}],["logging/winstonloggerfactory.winstonloggerfactory",{"_index":639,"name":{},"parent":{"1083":{},"1084":{},"1085":{},"1086":{}}}],["logginglevel",{"_index":295,"name":{"451":{}},"parent":{}}],["loginhandler",{"_index":158,"name":{"224":{},"2433":{}},"parent":{}}],["loglevel",{"_index":619,"name":{"1036":{},"2552":{}},"parent":{}}],["ma",{"_index":1227,"name":{"2101":{},"2784":{}},"parent":{}}],["mailtransporter",{"_index":216,"name":{"325":{}},"parent":{}}],["maintemplatepath",{"_index":960,"name":{"1633":{},"1640":{}},"parent":{}}],["mapfilepathtourl",{"_index":1036,"name":{"1809":{},"1832":{},"1848":{},"1870":{},"1898":{}},"parent":{}}],["mappedmetadatawriter",{"_index":472,"name":{"800":{},"2490":{}},"parent":{}}],["mappings",{"_index":764,"name":{"1271":{}},"parent":{}}],["mapurltocontainerpath",{"_index":1033,"name":{"1806":{},"1830":{},"1869":{},"1896":{}},"parent":{}}],["mapurltodocumentpath",{"_index":1034,"name":{"1807":{},"1822":{},"1863":{},"1889":{}},"parent":{}}],["mapurltofilepath",{"_index":1032,"name":{"1805":{},"1829":{},"1850":{},"1868":{},"1895":{}},"parent":{}}],["markdowntohtmlconverter",{"_index":972,"name":{"1662":{},"2619":{}},"parent":{}}],["matches",{"_index":801,"name":{"1336":{}},"parent":{}}],["matchesetag",{"_index":795,"name":{"1330":{}},"parent":{}}],["matchesmediapreferences",{"_index":952,"name":{"1618":{},"2612":{}},"parent":{}}],["matchesmediatype",{"_index":953,"name":{"1619":{},"2613":{}},"parent":{}}],["matchesmetadata",{"_index":800,"name":{"1334":{}},"parent":{}}],["matchespreferences",{"_index":825,"name":{"1371":{}},"parent":{}}],["matchstore",{"_index":1115,"name":{"1977":{}},"parent":{}}],["mediarange",{"_index":824,"name":{"1369":{}},"parent":{}}],["mediatype",{"_index":1159,"name":{"2024":{}},"parent":{}}],["memorymapstorage",{"_index":1014,"name":{"1770":{},"2630":{}},"parent":{}}],["meta",{"_index":1135,"name":{"2000":{}},"parent":{}}],["metadata",{"_index":413,"name":{"679":{},"714":{},"761":{},"844":{},"850":{},"856":{},"862":{},"963":{},"967":{}},"parent":{}}],["metadatagenerator",{"_index":368,"name":{"581":{},"600":{},"2480":{}},"parent":{}}],["metadatagraph",{"_index":563,"name":{"975":{},"2538":{}},"parent":{}}],["metadataidentifier",{"_index":560,"name":{"972":{},"2535":{}},"parent":{}}],["metadataparser",{"_index":402,"name":{"657":{},"663":{},"807":{},"2491":{}},"parent":{}}],["metadatarecord",{"_index":562,"name":{"974":{},"2537":{}},"parent":{}}],["metadatavalue",{"_index":561,"name":{"973":{},"2536":{}},"parent":{}}],["metadatawriter",{"_index":409,"name":{"672":{},"813":{},"2492":{}},"parent":{}}],["method",{"_index":513,"name":{"887":{}},"parent":{}}],["methodnotallowedhttperror",{"_index":1265,"name":{"2176":{},"2674":{}},"parent":{}}],["methodpermissionsextractor",{"_index":532,"name":{"930":{},"2530":{}},"parent":{}}],["minquality",{"_index":925,"name":{"1577":{}},"parent":{}}],["modifiedsince",{"_index":798,"name":{"1332":{}},"parent":{}}],["modifyresource",{"_index":789,"name":{"1317":{},"1327":{},"1349":{},"1376":{},"1390":{},"1404":{},"1414":{},"1420":{},"1432":{},"1450":{},"1463":{},"1474":{}},"parent":{}}],["modifytypeweights",{"_index":918,"name":{"1570":{}},"parent":{}}],["modulepathplaceholder",{"_index":1190,"name":{"2061":{},"2755":{}},"parent":{}}],["monitoringstore",{"_index":835,"name":{"1396":{},"2657":{}},"parent":{}}],["name",{"_index":263,"name":{"404":{},"425":{},"1205":{}},"parent":{}}],["namespace",{"_index":1222,"name":{"2094":{},"2777":{}},"parent":{}}],["needsappend",{"_index":550,"name":{"956":{}},"parent":{}}],["needsconversion",{"_index":969,"name":{"1659":{}},"parent":{}}],["needswrite",{"_index":551,"name":{"957":{}},"parent":{}}],["nocheckownershipvalidator",{"_index":242,"name":{"366":{},"2455":{}},"parent":{}}],["normalizefilepath",{"_index":1175,"name":{"2046":{},"2740":{}},"parent":{}}],["notfoundhttperror",{"_index":1268,"name":{"2186":{},"2675":{}},"parent":{}}],["notimplementedhttperror",{"_index":1271,"name":{"2196":{},"2676":{}},"parent":{}}],["notmatchesetag",{"_index":797,"name":{"1331":{}},"parent":{}}],["oidc",{"_index":1228,"name":{"2102":{},"2785":{}},"parent":{}}],["oidcinteraction",{"_index":147,"name":{"210":{}},"parent":{}}],["oidcissuer",{"_index":721,"name":{"1207":{}},"parent":{}}],["okresponsedescription",{"_index":494,"name":{"847":{},"2497":{}},"parent":{}}],["onresourcechanged",{"_index":353,"name":{"548":{}},"parent":{}}],["operation",{"_index":512,"name":{"886":{},"2522":{}},"parent":{}}],["operationhandler",{"_index":344,"name":{"524":{},"533":{},"893":{},"2523":{}},"parent":{}}],["options",{"_index":656,"name":{"1109":{},"1220":{},"1584":{}},"parent":{}}],["originalurlextractor",{"_index":19,"name":{"20":{},"706":{},"2509":{}},"parent":{}}],["outconverter",{"_index":852,"name":{"1442":{}},"parent":{}}],["outputpreferences",{"_index":980,"name":{"1681":{}},"parent":{}}],["outputtypes",{"_index":938,"name":{"1600":{},"1626":{},"1646":{},"1667":{},"1684":{},"1694":{},"1713":{}},"parent":{}}],["override",{"_index":713,"name":{"1193":{}},"parent":{}}],["ownershipvalidator",{"_index":166,"name":{"237":{},"246":{},"373":{},"2456":{}},"parent":{}}],["parallelfinalizer",{"_index":336,"name":{"514":{},"2467":{}},"parent":{}}],["parallelhandler",{"_index":1292,"name":{"2243":{},"2682":{}},"parent":{}}],["parameters",{"_index":1157,"name":{"2022":{}},"parent":{}}],["parseaccept",{"_index":1146,"name":{"2011":{},"2726":{}},"parent":{}}],["parseacceptcharset",{"_index":1147,"name":{"2012":{},"2727":{}},"parent":{}}],["parseacceptdatetime",{"_index":1150,"name":{"2015":{},"2730":{}},"parent":{}}],["parseacceptencoding",{"_index":1148,"name":{"2013":{},"2728":{}},"parent":{}}],["parseacceptlanguage",{"_index":1149,"name":{"2014":{},"2729":{}},"parent":{}}],["parseforwarded",{"_index":1152,"name":{"2017":{},"2732":{}},"parent":{}}],["parseinput",{"_index":160,"name":{"229":{},"251":{}},"parent":{}}],["parselink",{"_index":470,"name":{"796":{}},"parent":{}}],["parsemember",{"_index":1009,"name":{"1756":{}},"parent":{}}],["parseparameters",{"_index":1145,"name":{"2010":{},"2725":{}},"parent":{}}],["parsequads",{"_index":1193,"name":{"2064":{},"2757":{}},"parent":{}}],["parserdfwebid",{"_index":282,"name":{"430":{}},"parent":{}}],["pass",{"_index":212,"name":{"321":{}},"parent":{}}],["passphrase",{"_index":729,"name":{"1215":{}},"parent":{}}],["passthroughconverter",{"_index":975,"name":{"1673":{},"2620":{}},"parent":{}}],["passthroughstore",{"_index":839,"name":{"1407":{},"2658":{}},"parent":{}}],["password",{"_index":188,"name":{"286":{}},"parent":{}}],["password/emailpasswordutil",{"_index":129,"name":{"183":{}},"parent":{"184":{},"185":{}}}],["password/handler/forgotpasswordhandler",{"_index":132,"name":{"186":{}},"parent":{"187":{},"193":{}}}],["password/handler/forgotpasswordhandler.forgotpasswordhandler",{"_index":139,"name":{},"parent":{"194":{},"195":{},"196":{},"197":{},"198":{},"199":{},"200":{},"201":{},"202":{},"203":{},"204":{},"205":{}}}],["password/handler/forgotpasswordhandler.forgotpasswordhandlerargs",{"_index":135,"name":{},"parent":{"188":{},"189":{},"190":{},"191":{},"192":{}}}],["password/handler/interactionhandler",{"_index":142,"name":{"206":{}},"parent":{"207":{},"208":{},"211":{},"212":{},"215":{},"218":{}}}],["password/handler/interactionhandler.interactioncompleteresult",{"_index":154,"name":{},"parent":{"216":{},"217":{}}}],["password/handler/interactionhandler.interactionhandler",{"_index":156,"name":{},"parent":{"219":{},"220":{},"221":{},"222":{}}}],["password/handler/interactionhandler.interactionhandlerinput",{"_index":146,"name":{},"parent":{"209":{},"210":{}}}],["password/handler/interactionhandler.interactionresponseresult",{"_index":151,"name":{},"parent":{"213":{},"214":{}}}],["password/handler/loginhandler",{"_index":157,"name":{"223":{}},"parent":{"224":{}}}],["password/handler/loginhandler.loginhandler",{"_index":159,"name":{},"parent":{"225":{},"226":{},"227":{},"228":{},"229":{},"230":{},"231":{}}}],["password/handler/registrationhandler",{"_index":161,"name":{"232":{}},"parent":{"233":{},"240":{}}}],["password/handler/registrationhandler.registrationhandler",{"_index":169,"name":{},"parent":{"241":{},"242":{},"243":{},"244":{},"245":{},"246":{},"247":{},"248":{},"249":{},"250":{},"251":{},"252":{},"253":{},"254":{}}}],["password/handler/registrationhandler.registrationhandlerargs",{"_index":163,"name":{},"parent":{"234":{},"235":{},"236":{},"237":{},"238":{},"239":{}}}],["password/handler/resetpasswordhandler",{"_index":172,"name":{"255":{}},"parent":{"256":{}}}],["password/handler/resetpasswordhandler.resetpasswordhandler",{"_index":174,"name":{},"parent":{"257":{},"258":{},"259":{},"260":{},"261":{},"262":{},"263":{}}}],["password/storage/accountstore",{"_index":175,"name":{"264":{}},"parent":{"265":{}}}],["password/storage/accountstore.accountstore",{"_index":177,"name":{},"parent":{"266":{},"267":{},"268":{},"269":{},"270":{},"271":{},"272":{},"273":{},"274":{},"275":{},"276":{},"277":{},"278":{},"279":{},"280":{},"281":{}}}],["password/storage/baseaccountstore",{"_index":184,"name":{"282":{}},"parent":{"283":{},"288":{},"291":{},"292":{},"296":{}}}],["password/storage/baseaccountstore.accountpayload",{"_index":186,"name":{},"parent":{"284":{},"285":{},"286":{},"287":{}}}],["password/storage/baseaccountstore.baseaccountstore",{"_index":199,"name":{},"parent":{"297":{},"298":{},"299":{},"300":{},"301":{},"302":{},"303":{},"304":{},"305":{},"306":{},"307":{},"308":{},"309":{},"310":{},"311":{}}}],["password/storage/baseaccountstore.baseaccountstoreargs",{"_index":196,"name":{},"parent":{"293":{},"294":{},"295":{}}}],["password/storage/baseaccountstore.forgotpasswordpayload",{"_index":191,"name":{},"parent":{"289":{},"290":{}}}],["patch",{"_index":431,"name":{"713":{},"1911":{},"1919":{},"1938":{},"2510":{}},"parent":{}}],["patcher",{"_index":844,"name":{"1419":{}},"parent":{}}],["patchhandler",{"_index":1082,"name":{"1920":{},"2643":{}},"parent":{}}],["patchhandlerargs",{"_index":1079,"name":{"1915":{},"2642":{}},"parent":{}}],["patchingstore",{"_index":842,"name":{"1417":{},"2659":{}},"parent":{}}],["patchoperationhandler",{"_index":520,"name":{"899":{},"2524":{}},"parent":{}}],["path",{"_index":598,"name":{"1012":{},"2213":{}},"parent":{}}],["pathbasedauthorizer",{"_index":55,"name":{"84":{},"2419":{}},"parent":{}}],["pathmatcher",{"_index":765,"name":{"1272":{}},"parent":{}}],["paths",{"_index":58,"name":{"87":{}},"parent":{}}],["pathsuffix",{"_index":1063,"name":{"1859":{}},"parent":{}}],["payload",{"_index":1019,"name":{"1782":{}},"parent":{}}],["permissions",{"_index":44,"name":{"66":{}},"parent":{}}],["permissionset",{"_index":535,"name":{"936":{},"2528":{}},"parent":{}}],["permissionsextractor",{"_index":343,"name":{"522":{},"531":{},"942":{},"2529":{}},"parent":{}}],["pfx",{"_index":728,"name":{"1214":{}},"parent":{}}],["pim",{"_index":1229,"name":{"2103":{},"2786":{}},"parent":{}}],["pipesafely",{"_index":1202,"name":{"2073":{},"2762":{}},"parent":{}}],["ploggerfactory",{"_index":615,"name":{"1031":{}},"parent":{}}],["podconfigjson",{"_index":300,"name":{"457":{}},"parent":{}}],["podgenerator",{"_index":645,"name":{"1091":{},"1123":{},"2571":{}},"parent":{}}],["podmanager",{"_index":167,"name":{"239":{},"248":{},"1103":{},"2581":{}},"parent":{}}],["pods/configpodmanager",{"_index":642,"name":{"1087":{}},"parent":{"1088":{}}}],["pods/configpodmanager.configpodmanager",{"_index":644,"name":{},"parent":{"1089":{},"1090":{},"1091":{},"1092":{},"1093":{},"1094":{}}}],["pods/generate/basecomponentsjsfactory",{"_index":653,"name":{"1106":{}},"parent":{"1107":{}}}],["pods/generate/basecomponentsjsfactory.basecomponentsjsfactory",{"_index":655,"name":{},"parent":{"1108":{},"1109":{},"1110":{},"1111":{}}}],["pods/generate/componentsjsfactory",{"_index":659,"name":{"1112":{}},"parent":{"1113":{}}}],["pods/generate/componentsjsfactory.componentsjsfactory",{"_index":661,"name":{},"parent":{"1114":{},"1115":{}}}],["pods/generate/generateutil",{"_index":662,"name":{"1116":{}},"parent":{"1117":{}}}],["pods/generate/identifiergenerator",{"_index":664,"name":{"1118":{}},"parent":{"1119":{}}}],["pods/generate/identifiergenerator.identifiergenerator",{"_index":665,"name":{},"parent":{"1120":{},"1121":{}}}],["pods/generate/podgenerator",{"_index":666,"name":{"1122":{}},"parent":{"1123":{}}}],["pods/generate/podgenerator.podgenerator",{"_index":667,"name":{},"parent":{"1124":{},"1125":{}}}],["pods/generate/resourcesgenerator",{"_index":668,"name":{"1126":{}},"parent":{"1127":{},"1130":{}}}],["pods/generate/resourcesgenerator.resource",{"_index":670,"name":{},"parent":{"1128":{},"1129":{}}}],["pods/generate/resourcesgenerator.resourcesgenerator",{"_index":671,"name":{},"parent":{"1131":{},"1132":{}}}],["pods/generate/subdomainidentifiergenerator",{"_index":672,"name":{"1133":{}},"parent":{"1134":{}}}],["pods/generate/subdomainidentifiergenerator.subdomainidentifiergenerator",{"_index":674,"name":{},"parent":{"1135":{},"1136":{},"1137":{},"1140":{}}}],["pods/generate/subdomainidentifiergenerator.subdomainidentifiergenerator.__type",{"_index":677,"name":{},"parent":{"1138":{},"1139":{}}}],["pods/generate/suffixidentifiergenerator",{"_index":679,"name":{"1141":{}},"parent":{"1142":{}}}],["pods/generate/suffixidentifiergenerator.suffixidentifiergenerator",{"_index":681,"name":{},"parent":{"1143":{},"1144":{},"1145":{}}}],["pods/generate/templatedpodgenerator",{"_index":683,"name":{"1146":{}},"parent":{"1147":{}}}],["pods/generate/templatedpodgenerator.templatedpodgenerator",{"_index":685,"name":{},"parent":{"1148":{},"1149":{},"1150":{},"1151":{},"1152":{},"1153":{},"1154":{}}}],["pods/generate/templatedresourcesgenerator",{"_index":688,"name":{"1155":{}},"parent":{"1156":{}}}],["pods/generate/templatedresourcesgenerator.templatedresourcesgenerator",{"_index":690,"name":{},"parent":{"1157":{},"1158":{},"1159":{},"1160":{},"1161":{},"1162":{},"1163":{},"1164":{},"1165":{},"1166":{},"1167":{},"1168":{}}}],["pods/generate/variables/baseurlhandler",{"_index":700,"name":{"1169":{}},"parent":{"1170":{}}}],["pods/generate/variables/baseurlhandler.baseurlhandler",{"_index":702,"name":{},"parent":{"1171":{},"1172":{},"1173":{},"1174":{}}}],["pods/generate/variables/rootfilepathhandler",{"_index":703,"name":{"1175":{}},"parent":{"1176":{}}}],["pods/generate/variables/rootfilepathhandler.rootfilepathhandler",{"_index":705,"name":{},"parent":{"1177":{},"1178":{},"1179":{},"1180":{},"1181":{}}}],["pods/generate/variables/variablehandler",{"_index":707,"name":{"1182":{}},"parent":{"1183":{}}}],["pods/generate/variables/variablehandler.variablehandler",{"_index":708,"name":{},"parent":{"1184":{},"1185":{},"1186":{},"1187":{}}}],["pods/generate/variables/variables",{"_index":714,"name":{"1197":{}},"parent":{"1198":{},"1199":{},"1200":{}}}],["pods/generate/variables/variablesetter",{"_index":709,"name":{"1188":{}},"parent":{"1189":{}}}],["pods/generate/variables/variablesetter.variablesetter",{"_index":711,"name":{},"parent":{"1190":{},"1191":{},"1192":{},"1193":{},"1194":{},"1195":{},"1196":{}}}],["pods/generatedpodmanager",{"_index":648,"name":{"1095":{}},"parent":{"1096":{}}}],["pods/generatedpodmanager.generatedpodmanager",{"_index":650,"name":{},"parent":{"1097":{},"1098":{},"1099":{},"1100":{},"1101":{}}}],["pods/podmanager",{"_index":651,"name":{"1102":{}},"parent":{"1103":{}}}],["pods/podmanager.podmanager",{"_index":652,"name":{},"parent":{"1104":{},"1105":{}}}],["pods/settings/podsettings",{"_index":718,"name":{"1201":{}},"parent":{"1202":{}}}],["pods/settings/podsettings.podsettings",{"_index":720,"name":{},"parent":{"1203":{},"1204":{},"1205":{},"1206":{},"1207":{}}}],["podsettings",{"_index":719,"name":{"1202":{},"2578":{}},"parent":{}}],["port",{"_index":209,"name":{"317":{},"452":{},"503":{},"2214":{}},"parent":{}}],["posix",{"_index":1230,"name":{"2104":{},"2787":{}},"parent":{}}],["postoperationhandler",{"_index":523,"name":{"907":{},"2525":{}},"parent":{}}],["postreadcleanup",{"_index":1340,"name":{"2332":{}},"parent":{}}],["preferenceparser",{"_index":401,"name":{"656":{},"662":{},"718":{},"2511":{}},"parent":{}}],["preferences",{"_index":425,"name":{"699":{},"889":{},"1703":{},"1967":{}},"parent":{}}],["preferencesupport",{"_index":1108,"name":{"1965":{},"2648":{}},"parent":{}}],["preferred_prefix",{"_index":1240,"name":{"2114":{},"2797":{}},"parent":{}}],["preferred_prefix_term",{"_index":1241,"name":{"2115":{},"2798":{}},"parent":{}}],["prefilled",{"_index":232,"name":{"349":{}},"parent":{}}],["preparearguments",{"_index":418,"name":{"693":{}},"parent":{}}],["prereadsetup",{"_index":1339,"name":{"2331":{}},"parent":{}}],["processfile",{"_index":699,"name":{"1168":{}},"parent":{}}],["processfolder",{"_index":694,"name":{"1163":{}},"parent":{}}],["prompt",{"_index":87,"name":{"124":{}},"parent":{}}],["proto",{"_index":1173,"name":{"2044":{}},"parent":{}}],["provider",{"_index":112,"name":{"162":{}},"parent":{}}],["providerfactory",{"_index":92,"name":{"130":{},"174":{},"361":{},"2424":{}},"parent":{}}],["putoperationhandler",{"_index":526,"name":{"915":{},"2526":{}},"parent":{}}],["quads",{"_index":568,"name":{"982":{}},"parent":{}}],["quadtordfconverter",{"_index":978,"name":{"1679":{},"2621":{}},"parent":{}}],["range",{"_index":1154,"name":{"2019":{},"2026":{},"2029":{},"2032":{},"2035":{},"2038":{}},"parent":{}}],["rawbodyparser",{"_index":438,"name":{"724":{},"2512":{}},"parent":{}}],["rdf",{"_index":1231,"name":{"2105":{},"2788":{}},"parent":{}}],["rdftoquadconverter",{"_index":982,"name":{"1690":{},"2622":{}},"parent":{}}],["rdfvalidator",{"_index":378,"name":{"606":{},"2481":{}},"parent":{}}],["read",{"_index":536,"name":{"937":{},"2319":{}},"parent":{}}],["readabletostring",{"_index":1201,"name":{"2072":{},"2761":{}},"parent":{}}],["readonlystore",{"_index":846,"name":{"1428":{},"2660":{}},"parent":{}}],["readtemplate",{"_index":1383,"name":{"2396":{},"2702":{}},"parent":{}}],["readwritelocker",{"_index":1344,"name":{"2336":{},"2694":{}},"parent":{}}],["recipient",{"_index":219,"name":{"332":{}},"parent":{}}],["recordid",{"_index":192,"name":{"290":{}},"parent":{}}],["recordobject",{"_index":1195,"name":{"2066":{},"2758":{}},"parent":{}}],["redisresourcelocker",{"_index":1347,"name":{"2342":{},"2695":{}},"parent":{}}],["redlock",{"_index":1349,"name":{"2345":{}},"parent":{}}],["regex",{"_index":1069,"name":{"1880":{},"2298":{}},"parent":{}}],["regexes",{"_index":1114,"name":{"1974":{}},"parent":{}}],["regexrouterrule",{"_index":1112,"name":{"1971":{},"2649":{}},"parent":{}}],["register",{"_index":170,"name":{"250":{}},"parent":{}}],["registrationhandler",{"_index":168,"name":{"240":{},"2435":{}},"parent":{}}],["registrationhandlerargs",{"_index":162,"name":{"233":{},"2434":{}},"parent":{}}],["relativetourl",{"_index":1071,"name":{"1887":{}},"parent":{}}],["release",{"_index":1354,"name":{"2351":{},"2358":{},"2367":{}},"parent":{}}],["remove",{"_index":575,"name":{"990":{}},"parent":{}}],["removeall",{"_index":577,"name":{"992":{}},"parent":{}}],["removebadpaths",{"_index":916,"name":{"1568":{}},"parent":{}}],["removeexpiredentries",{"_index":1023,"name":{"1793":{}},"parent":{}}],["removequad",{"_index":572,"name":{"987":{}},"parent":{}}],["removequads",{"_index":573,"name":{"988":{}},"parent":{}}],["render",{"_index":1374,"name":{"2384":{},"2389":{},"2394":{},"2405":{}},"parent":{}}],["renderedname",{"_index":1373,"name":{"2383":{}},"parent":{}}],["representation",{"_index":556,"name":{"966":{},"1129":{},"1702":{},"2533":{}},"parent":{}}],["representationconverter",{"_index":987,"name":{"1704":{},"2624":{}},"parent":{}}],["representationconverterargs",{"_index":985,"name":{"1700":{},"2623":{}},"parent":{}}],["representationconvertingstore",{"_index":849,"name":{"1438":{},"2661":{}},"parent":{}}],["representationmetadata",{"_index":564,"name":{"976":{},"2539":{}},"parent":{}}],["representationpreferences",{"_index":589,"name":{"1003":{},"2542":{}},"parent":{}}],["request",{"_index":145,"name":{"209":{},"678":{},"1225":{}},"parent":{}}],["requestparser",{"_index":341,"name":{"520":{},"529":{},"731":{},"2513":{}},"parent":{}}],["requirepermission",{"_index":74,"name":{"110":{}},"parent":{}}],["resetgloballoggerfactory",{"_index":623,"name":{"1040":{},"2555":{}},"parent":{}}],["resetloggerfactory",{"_index":617,"name":{"1033":{}},"parent":{}}],["resetpassword",{"_index":140,"name":{"202":{},"261":{}},"parent":{}}],["resetpasswordhandler",{"_index":173,"name":{"256":{},"2436":{}},"parent":{}}],["resetresponsedescription",{"_index":497,"name":{"853":{},"2498":{}},"parent":{}}],["resolveassetpath",{"_index":1189,"name":{"2060":{},"2754":{}},"parent":{}}],["resolveroute",{"_index":100,"name":{"139":{}},"parent":{}}],["resource",{"_index":669,"name":{"1127":{},"2572":{}},"parent":{}}],["resourceauthorizer",{"_index":48,"name":{"71":{}},"parent":{}}],["resourceexists",{"_index":783,"name":{"1307":{},"1322":{},"1345":{},"1373":{},"1385":{},"1399":{},"1410":{},"1422":{},"1435":{},"1448":{},"1453":{},"1469":{}},"parent":{}}],["resourceidentifier",{"_index":597,"name":{"1011":{},"2544":{}},"parent":{}}],["resourcelink",{"_index":1053,"name":{"1842":{},"2636":{}},"parent":{}}],["resourcelocker",{"_index":1358,"name":{"2355":{},"2696":{}},"parent":{}}],["resourcemapper",{"_index":872,"name":{"1495":{}},"parent":{}}],["resourcesgenerator",{"_index":646,"name":{"1093":{},"1100":{},"1130":{},"2573":{}},"parent":{}}],["resourcestore",{"_index":69,"name":{"103":{},"1452":{},"2662":{}},"parent":{}}],["response",{"_index":737,"name":{"1226":{}},"parent":{}}],["responsedescription",{"_index":500,"name":{"859":{},"2499":{}},"parent":{}}],["responsetemplate",{"_index":88,"name":{"125":{}},"parent":{}}],["responsewriter",{"_index":97,"name":{"135":{},"152":{},"161":{},"526":{},"535":{},"737":{},"2514":{}},"parent":{}}],["rest",{"_index":678,"name":{"1139":{},"1884":{}},"parent":{}}],["revokebygrantid",{"_index":273,"name":{"415":{},"434":{}},"parent":{}}],["rootcontainerisvalid",{"_index":325,"name":{"496":{}},"parent":{}}],["rootfilepath",{"_index":297,"name":{"454":{},"1804":{},"1828":{},"1867":{},"1894":{}},"parent":{}}],["rootfilepathhandler",{"_index":704,"name":{"1176":{},"2561":{}},"parent":{}}],["rootinitializer",{"_index":320,"name":{"489":{},"2474":{}},"parent":{}}],["rootrequired",{"_index":370,"name":{"583":{}},"parent":{}}],["route",{"_index":84,"name":{"121":{}},"parent":{}}],["routerhandler",{"_index":775,"name":{"1289":{},"2596":{}},"parent":{}}],["routerrule",{"_index":1118,"name":{"1981":{},"2650":{}},"parent":{}}],["routingauxiliaryidentifierstrategy",{"_index":381,"name":{"613":{},"2482":{}},"parent":{}}],["routingauxiliarystrategy",{"_index":386,"name":{"622":{},"2483":{}},"parent":{}}],["routingresourcestore",{"_index":857,"name":{"1466":{},"2663":{}},"parent":{}}],["routingstorage",{"_index":312,"name":{"471":{},"1092":{}},"parent":{}}],["rule",{"_index":859,"name":{"1468":{}},"parent":{}}],["run",{"_index":303,"name":{"461":{}},"parent":{}}],["runcli",{"_index":304,"name":{"462":{}},"parent":{}}],["runhandlers",{"_index":347,"name":{"539":{}},"parent":{}}],["safeerrorhandler",{"_index":445,"name":{"743":{},"2515":{}},"parent":{}}],["safelydeleteauxiliaryresources",{"_index":818,"name":{"1363":{}},"parent":{}}],["saltrounds",{"_index":197,"name":{"295":{},"300":{}},"parent":{}}],["scheme",{"_index":676,"name":{"1138":{},"1883":{}},"parent":{}}],["sendername",{"_index":213,"name":{"322":{},"326":{}},"parent":{}}],["sendresetmail",{"_index":141,"name":{"203":{}},"parent":{}}],["sendsparqlconstruct",{"_index":906,"name":{"1555":{}},"parent":{}}],["sendsparqlupdate",{"_index":907,"name":{"1556":{}},"parent":{}}],["sequencehandler",{"_index":1296,"name":{"2250":{},"2683":{}},"parent":{}}],["serializequads",{"_index":1192,"name":{"2063":{},"2756":{}},"parent":{}}],["server",{"_index":330,"name":{"504":{}},"parent":{}}],["server/basehttpserverfactory",{"_index":722,"name":{"1208":{}},"parent":{"1209":{},"1216":{}}}],["server/basehttpserverfactory.basehttpserverfactory",{"_index":731,"name":{},"parent":{"1217":{},"1218":{},"1219":{},"1220":{},"1221":{},"1222":{}}}],["server/basehttpserverfactory.basehttpserveroptions",{"_index":725,"name":{},"parent":{"1210":{},"1211":{},"1212":{},"1213":{},"1214":{},"1215":{}}}],["server/httphandler",{"_index":734,"name":{"1223":{}},"parent":{"1224":{},"1227":{}}}],["server/httphandler.httphandler",{"_index":739,"name":{},"parent":{"1228":{},"1229":{},"1230":{},"1231":{}}}],["server/httphandler.httphandlerinput",{"_index":736,"name":{},"parent":{"1225":{},"1226":{}}}],["server/httprequest",{"_index":740,"name":{"1232":{}},"parent":{"1233":{},"1234":{}}}],["server/httpresponse",{"_index":743,"name":{"1235":{}},"parent":{"1236":{}}}],["server/httpserverfactory",{"_index":745,"name":{"1237":{}},"parent":{"1238":{}}}],["server/httpserverfactory.httpserverfactory",{"_index":747,"name":{},"parent":{"1239":{},"1240":{}}}],["server/middleware/corshandler",{"_index":755,"name":{"1253":{}},"parent":{"1254":{}}}],["server/middleware/corshandler.corshandler",{"_index":757,"name":{},"parent":{"1255":{},"1256":{},"1257":{},"1258":{},"1259":{},"1260":{}}}],["server/middleware/headerhandler",{"_index":758,"name":{"1261":{}},"parent":{"1262":{}}}],["server/middleware/headerhandler.headerhandler",{"_index":760,"name":{},"parent":{"1263":{},"1264":{},"1265":{},"1266":{},"1267":{}}}],["server/middleware/staticassethandler",{"_index":761,"name":{"1268":{}},"parent":{"1269":{}}}],["server/middleware/staticassethandler.staticassethandler",{"_index":763,"name":{},"parent":{"1270":{},"1271":{},"1272":{},"1273":{},"1274":{},"1275":{},"1276":{},"1277":{},"1278":{},"1279":{},"1280":{}}}],["server/middleware/websocketadvertiser",{"_index":770,"name":{"1281":{}},"parent":{"1282":{}}}],["server/middleware/websocketadvertiser.websocketadvertiser",{"_index":772,"name":{},"parent":{"1283":{},"1284":{},"1285":{},"1286":{},"1287":{}}}],["server/util/routerhandler",{"_index":774,"name":{"1288":{}},"parent":{"1289":{}}}],["server/util/routerhandler.routerhandler",{"_index":776,"name":{},"parent":{"1290":{},"1291":{},"1292":{},"1293":{},"1294":{},"1295":{},"1296":{}}}],["server/util/templatehandler",{"_index":779,"name":{"1297":{}},"parent":{"1298":{}}}],["server/util/templatehandler.templatehandler",{"_index":780,"name":{},"parent":{"1299":{},"1300":{},"1301":{},"1302":{},"1303":{},"1304":{}}}],["server/websockethandler",{"_index":748,"name":{"1241":{}},"parent":{"1242":{}}}],["server/websockethandler.websockethandler",{"_index":750,"name":{},"parent":{"1243":{},"1244":{},"1245":{},"1246":{}}}],["server/websocketserverfactory",{"_index":751,"name":{"1247":{}},"parent":{"1248":{}}}],["server/websocketserverfactory.websocketserverfactory",{"_index":753,"name":{},"parent":{"1249":{},"1250":{},"1251":{},"1252":{}}}],["serverfactory",{"_index":329,"name":{"502":{}},"parent":{}}],["serverinitializer",{"_index":327,"name":{"500":{},"2475":{}},"parent":{}}],["sessionhttphandler",{"_index":126,"name":{"178":{},"2454":{}},"parent":{}}],["set",{"_index":580,"name":{"995":{},"1721":{},"1739":{},"1752":{},"1763":{},"1775":{},"1790":{}},"parent":{}}],["setgloballoggerfactory",{"_index":622,"name":{"1039":{},"2554":{}},"parent":{}}],["setmetadata",{"_index":569,"name":{"984":{}},"parent":{}}],["setoverrides",{"_index":567,"name":{"981":{}},"parent":{}}],["setrepresentation",{"_index":786,"name":{"1311":{},"1324":{},"1348":{},"1377":{},"1388":{},"1403":{},"1415":{},"1426":{},"1433":{},"1446":{},"1457":{},"1472":{}},"parent":{}}],["shouldremember",{"_index":238,"name":{"357":{}},"parent":{}}],["showstacktrace",{"_index":299,"name":{"456":{},"689":{},"747":{},"1211":{}},"parent":{}}],["silly",{"_index":610,"name":{"1025":{},"1050":{},"1064":{},"1080":{}},"parent":{}}],["singlerootidentifierstrategy",{"_index":1315,"name":{"2287":{},"2688":{}},"parent":{}}],["singlethreadedresourcelocker",{"_index":1361,"name":{"2361":{},"2697":{}},"parent":{}}],["slugparser",{"_index":480,"name":{"819":{},"2493":{}},"parent":{}}],["socketurl",{"_index":773,"name":{"1284":{}},"parent":{}}],["solid",{"_index":1232,"name":{"2106":{},"2789":{}},"parent":{}}],["solid_error",{"_index":1233,"name":{"2107":{},"2790":{}},"parent":{}}],["solid_http",{"_index":1234,"name":{"2108":{},"2791":{}},"parent":{}}],["solid_meta",{"_index":1235,"name":{"2109":{},"2792":{}},"parent":{}}],["source",{"_index":281,"name":{"426":{},"438":{},"1372":{},"1382":{},"1398":{},"1409":{},"1421":{},"1434":{},"1447":{},"1748":{},"1786":{},"1917":{}},"parent":{}}],["sources",{"_index":383,"name":{"615":{},"624":{}},"parent":{}}],["sparqlconstruct",{"_index":900,"name":{"1549":{}},"parent":{}}],["sparqldataaccessor",{"_index":893,"name":{"1532":{},"2601":{}},"parent":{}}],["sparqldelete",{"_index":903,"name":{"1552":{}},"parent":{}}],["sparqlendpoint",{"_index":298,"name":{"455":{}},"parent":{}}],["sparqlinsert",{"_index":902,"name":{"1551":{}},"parent":{}}],["sparqlpatchpermissionsextractor",{"_index":544,"name":{"948":{},"2531":{}},"parent":{}}],["sparqlselectgraph",{"_index":901,"name":{"1550":{}},"parent":{}}],["sparqlupdatebodyparser",{"_index":448,"name":{"752":{},"2516":{}},"parent":{}}],["sparqlupdatedeleteall",{"_index":904,"name":{"1553":{}},"parent":{}}],["sparqlupdategraph",{"_index":905,"name":{"1554":{}},"parent":{}}],["sparqlupdatepatch",{"_index":451,"name":{"759":{},"2517":{}},"parent":{}}],["sparqlupdatepatchhandler",{"_index":1085,"name":{"1926":{},"2644":{}},"parent":{}}],["splitandclean",{"_index":1144,"name":{"2009":{},"2724":{}},"parent":{}}],["start",{"_index":291,"name":{"447":{}},"parent":{}}],["startserver",{"_index":732,"name":{"1221":{},"1239":{},"1252":{}},"parent":{}}],["staticassethandler",{"_index":762,"name":{"1269":{},"2594":{}},"parent":{}}],["statuscode",{"_index":231,"name":{"346":{},"350":{},"843":{},"849":{},"855":{},"861":{},"2119":{},"2122":{},"2129":{},"2132":{},"2144":{},"2147":{},"2157":{},"2161":{},"2168":{},"2171":{},"2178":{},"2181":{},"2188":{},"2191":{},"2198":{},"2201":{},"2219":{},"2222":{},"2229":{},"2232":{}},"parent":{}}],["stop",{"_index":292,"name":{"448":{}},"parent":{}}],["storage",{"_index":108,"name":{"150":{},"159":{},"294":{},"299":{},"383":{},"399":{},"405":{},"2324":{}},"parent":{}}],["storage/accessors/dataaccessor",{"_index":861,"name":{"1476":{}},"parent":{"1477":{}}}],["storage/accessors/dataaccessor.dataaccessor",{"_index":863,"name":{},"parent":{"1478":{},"1479":{},"1480":{},"1481":{},"1482":{},"1483":{},"1484":{},"1485":{},"1486":{},"1487":{},"1488":{},"1489":{},"1490":{},"1491":{}}}],["storage/accessors/filedataaccessor",{"_index":869,"name":{"1492":{}},"parent":{"1493":{}}}],["storage/accessors/filedataaccessor.filedataaccessor",{"_index":871,"name":{},"parent":{"1494":{},"1495":{},"1496":{},"1497":{},"1498":{},"1499":{},"1500":{},"1501":{},"1502":{},"1503":{},"1504":{},"1505":{},"1506":{},"1507":{},"1508":{},"1509":{},"1510":{},"1511":{},"1512":{}}}],["storage/accessors/inmemorydataaccessor",{"_index":883,"name":{"1513":{}},"parent":{"1514":{}}}],["storage/accessors/inmemorydataaccessor.inmemorydataaccessor",{"_index":885,"name":{},"parent":{"1515":{},"1516":{},"1517":{},"1518":{},"1520":{},"1521":{},"1522":{},"1523":{},"1524":{},"1525":{},"1526":{},"1527":{},"1528":{},"1529":{},"1530":{}}}],["storage/accessors/inmemorydataaccessor.inmemorydataaccessor.__type",{"_index":887,"name":{},"parent":{"1519":{}}}],["storage/accessors/sparqldataaccessor",{"_index":892,"name":{"1531":{}},"parent":{"1532":{}}}],["storage/accessors/sparqldataaccessor.sparqldataaccessor",{"_index":894,"name":{},"parent":{"1533":{},"1534":{},"1535":{},"1536":{},"1537":{},"1538":{},"1539":{},"1540":{},"1541":{},"1542":{},"1543":{},"1544":{},"1545":{},"1546":{},"1547":{},"1548":{},"1549":{},"1550":{},"1551":{},"1552":{},"1553":{},"1554":{},"1555":{},"1556":{}}}],["storage/atomicresourcestore",{"_index":781,"name":{"1305":{}},"parent":{"1306":{}}}],["storage/atomicresourcestore.atomicresourcestore",{"_index":784,"name":{},"parent":{"1307":{},"1308":{},"1309":{},"1310":{},"1311":{},"1312":{},"1313":{},"1314":{},"1315":{},"1316":{},"1317":{},"1318":{}}}],["storage/baseresourcestore",{"_index":790,"name":{"1319":{}},"parent":{"1320":{}}}],["storage/baseresourcestore.baseresourcestore",{"_index":792,"name":{},"parent":{"1321":{},"1322":{},"1323":{},"1324":{},"1325":{},"1326":{},"1327":{}}}],["storage/conditions",{"_index":793,"name":{"1328":{}},"parent":{"1329":{}}}],["storage/conditions.conditions",{"_index":796,"name":{},"parent":{"1330":{},"1331":{},"1332":{},"1333":{},"1334":{},"1335":{},"1336":{},"1337":{}}}],["storage/conversion/chainedconverter",{"_index":908,"name":{"1557":{}},"parent":{"1558":{}}}],["storage/conversion/chainedconverter.chainedconverter",{"_index":910,"name":{},"parent":{"1559":{},"1560":{},"1561":{},"1562":{},"1563":{},"1564":{},"1565":{},"1566":{},"1567":{},"1568":{},"1569":{},"1570":{},"1571":{},"1572":{}}}],["storage/conversion/constantconverter",{"_index":920,"name":{"1573":{}},"parent":{"1574":{},"1580":{}}}],["storage/conversion/constantconverter.constantconverter",{"_index":929,"name":{},"parent":{"1581":{},"1582":{},"1583":{},"1584":{},"1585":{},"1586":{},"1587":{}}}],["storage/conversion/constantconverter.constantconverteroptions",{"_index":923,"name":{},"parent":{"1575":{},"1576":{},"1577":{},"1578":{},"1579":{}}}],["storage/conversion/containertotemplateconverter",{"_index":931,"name":{"1588":{}},"parent":{"1589":{}}}],["storage/conversion/containertotemplateconverter.containertotemplateconverter",{"_index":933,"name":{},"parent":{"1590":{},"1591":{},"1592":{},"1593":{},"1594":{},"1595":{},"1596":{},"1597":{},"1598":{},"1599":{},"1600":{},"1601":{},"1602":{},"1603":{}}}],["storage/conversion/contenttypereplacer",{"_index":941,"name":{"1604":{}},"parent":{"1605":{}}}],["storage/conversion/contenttypereplacer.contenttypereplacer",{"_index":943,"name":{},"parent":{"1606":{},"1607":{},"1608":{},"1609":{},"1610":{},"1611":{}}}],["storage/conversion/conversionutil",{"_index":946,"name":{"1612":{}},"parent":{"1613":{},"1614":{},"1615":{},"1616":{},"1617":{},"1618":{},"1619":{},"1620":{}}}],["storage/conversion/errortoquadconverter",{"_index":955,"name":{"1621":{}},"parent":{"1622":{}}}],["storage/conversion/errortoquadconverter.errortoquadconverter",{"_index":957,"name":{},"parent":{"1623":{},"1624":{},"1625":{},"1626":{},"1627":{},"1628":{},"1629":{},"1630":{}}}],["storage/conversion/errortotemplateconverter",{"_index":958,"name":{"1631":{}},"parent":{"1632":{},"1637":{}}}],["storage/conversion/errortotemplateconverter.errortotemplateconverter",{"_index":965,"name":{},"parent":{"1638":{},"1639":{},"1640":{},"1641":{},"1642":{},"1643":{},"1644":{},"1645":{},"1646":{},"1647":{},"1648":{},"1649":{},"1650":{}}}],["storage/conversion/errortotemplateconverter.templateoptions",{"_index":961,"name":{},"parent":{"1633":{},"1634":{},"1635":{},"1636":{}}}],["storage/conversion/ifneededconverter",{"_index":966,"name":{"1651":{}},"parent":{"1652":{}}}],["storage/conversion/ifneededconverter.ifneededconverter",{"_index":968,"name":{},"parent":{"1653":{},"1654":{},"1655":{},"1656":{},"1657":{},"1658":{},"1659":{},"1660":{}}}],["storage/conversion/markdowntohtmlconverter",{"_index":971,"name":{"1661":{}},"parent":{"1662":{}}}],["storage/conversion/markdowntohtmlconverter.markdowntohtmlconverter",{"_index":973,"name":{},"parent":{"1663":{},"1664":{},"1665":{},"1666":{},"1667":{},"1668":{},"1669":{},"1670":{},"1671":{}}}],["storage/conversion/passthroughconverter",{"_index":974,"name":{"1672":{}},"parent":{"1673":{}}}],["storage/conversion/passthroughconverter.passthroughconverter",{"_index":976,"name":{},"parent":{"1674":{},"1675":{},"1676":{},"1677":{}}}],["storage/conversion/quadtordfconverter",{"_index":977,"name":{"1678":{}},"parent":{"1679":{}}}],["storage/conversion/quadtordfconverter.quadtordfconverter",{"_index":979,"name":{},"parent":{"1680":{},"1681":{},"1682":{},"1683":{},"1684":{},"1685":{},"1686":{},"1687":{},"1688":{}}}],["storage/conversion/rdftoquadconverter",{"_index":981,"name":{"1689":{}},"parent":{"1690":{}}}],["storage/conversion/rdftoquadconverter.rdftoquadconverter",{"_index":983,"name":{},"parent":{"1691":{},"1692":{},"1693":{},"1694":{},"1695":{},"1696":{},"1697":{},"1698":{}}}],["storage/conversion/representationconverter",{"_index":984,"name":{"1699":{}},"parent":{"1700":{},"1704":{}}}],["storage/conversion/representationconverter.representationconverter",{"_index":988,"name":{},"parent":{"1705":{},"1706":{},"1707":{},"1708":{}}}],["storage/conversion/representationconverter.representationconverterargs",{"_index":986,"name":{},"parent":{"1701":{},"1702":{},"1703":{}}}],["storage/conversion/typedrepresentationconverter",{"_index":989,"name":{"1709":{}},"parent":{"1710":{}}}],["storage/conversion/typedrepresentationconverter.typedrepresentationconverter",{"_index":991,"name":{},"parent":{"1711":{},"1712":{},"1713":{},"1714":{},"1715":{},"1716":{},"1717":{},"1718":{}}}],["storage/dataaccessorbasedstore",{"_index":802,"name":{"1338":{}},"parent":{"1339":{}}}],["storage/dataaccessorbasedstore.dataaccessorbasedstore",{"_index":804,"name":{},"parent":{"1340":{},"1341":{},"1342":{},"1343":{},"1344":{},"1345":{},"1346":{},"1347":{},"1348":{},"1349":{},"1350":{},"1351":{},"1352":{},"1353":{},"1354":{},"1355":{},"1356":{},"1357":{},"1358":{},"1359":{},"1360":{},"1361":{},"1362":{},"1363":{},"1364":{}}}],["storage/indexrepresentationstore",{"_index":820,"name":{"1365":{}},"parent":{"1366":{}}}],["storage/indexrepresentationstore.indexrepresentationstore",{"_index":822,"name":{},"parent":{"1367":{},"1368":{},"1369":{},"1370":{},"1371":{},"1372":{},"1373":{},"1374":{},"1375":{},"1376":{},"1377":{}}}],["storage/keyvalue/expiringstorage",{"_index":992,"name":{"1719":{}},"parent":{"1720":{}}}],["storage/keyvalue/expiringstorage.expiringstorage",{"_index":994,"name":{},"parent":{"1721":{},"1722":{},"1723":{},"1724":{},"1725":{},"1726":{},"1727":{},"1728":{},"1729":{},"1730":{}}}],["storage/keyvalue/jsonfilestorage",{"_index":997,"name":{"1731":{}},"parent":{"1732":{}}}],["storage/keyvalue/jsonfilestorage.jsonfilestorage",{"_index":999,"name":{},"parent":{"1733":{},"1734":{},"1735":{},"1736":{},"1737":{},"1738":{},"1739":{},"1740":{},"1741":{},"1742":{},"1743":{},"1744":{}}}],["storage/keyvalue/jsonresourcestorage",{"_index":1005,"name":{"1745":{}},"parent":{"1746":{}}}],["storage/keyvalue/jsonresourcestorage.jsonresourcestorage",{"_index":1007,"name":{},"parent":{"1747":{},"1748":{},"1749":{},"1750":{},"1751":{},"1752":{},"1753":{},"1754":{},"1755":{},"1756":{}}}],["storage/keyvalue/keyvaluestorage",{"_index":1010,"name":{"1757":{}},"parent":{"1758":{}}}],["storage/keyvalue/keyvaluestorage.keyvaluestorage",{"_index":1012,"name":{},"parent":{"1759":{},"1760":{},"1761":{},"1762":{},"1763":{},"1764":{},"1765":{},"1766":{},"1767":{},"1768":{}}}],["storage/keyvalue/memorymapstorage",{"_index":1013,"name":{"1769":{}},"parent":{"1770":{}}}],["storage/keyvalue/memorymapstorage.memorymapstorage",{"_index":1015,"name":{},"parent":{"1771":{},"1772":{},"1773":{},"1774":{},"1775":{},"1776":{},"1777":{}}}],["storage/keyvalue/wrappedexpiringstorage",{"_index":1016,"name":{"1778":{}},"parent":{"1779":{},"1783":{}}}],["storage/keyvalue/wrappedexpiringstorage.expires",{"_index":1017,"name":{},"parent":{"1780":{}}}],["storage/keyvalue/wrappedexpiringstorage.expires.__type",{"_index":1018,"name":{},"parent":{"1781":{},"1782":{}}}],["storage/keyvalue/wrappedexpiringstorage.wrappedexpiringstorage",{"_index":1021,"name":{},"parent":{"1784":{},"1785":{},"1786":{},"1787":{},"1788":{},"1789":{},"1790":{},"1791":{},"1792":{},"1793":{},"1794":{},"1795":{},"1796":{},"1797":{},"1798":{}}}],["storage/lockingresourcestore",{"_index":826,"name":{"1378":{}},"parent":{"1379":{}}}],["storage/lockingresourcestore.lockingresourcestore",{"_index":828,"name":{},"parent":{"1380":{},"1381":{},"1382":{},"1383":{},"1384":{},"1385":{},"1386":{},"1387":{},"1388":{},"1389":{},"1390":{},"1391":{},"1392":{},"1393":{},"1394":{}}}],["storage/mapping/basefileidentifiermapper",{"_index":1028,"name":{"1799":{}},"parent":{"1800":{}}}],["storage/mapping/basefileidentifiermapper.basefileidentifiermapper",{"_index":1030,"name":{},"parent":{"1801":{},"1802":{},"1803":{},"1804":{},"1805":{},"1806":{},"1807":{},"1808":{},"1809":{},"1810":{},"1811":{},"1812":{},"1813":{},"1814":{},"1815":{},"1816":{}}}],["storage/mapping/extensionbasedmapper",{"_index":1044,"name":{"1817":{}},"parent":{"1818":{},"1838":{}}}],["storage/mapping/extensionbasedmapper.extensionbasedmapper",{"_index":1046,"name":{},"parent":{"1819":{},"1820":{},"1821":{},"1822":{},"1823":{},"1824":{},"1825":{},"1826":{},"1827":{},"1828":{},"1829":{},"1830":{},"1831":{},"1832":{},"1833":{},"1834":{},"1835":{},"1836":{},"1837":{}}}],["storage/mapping/extensionbasedmapper.extensionbasedmapperfactory",{"_index":1051,"name":{},"parent":{"1839":{},"1840":{}}}],["storage/mapping/fileidentifiermapper",{"_index":1052,"name":{"1841":{}},"parent":{"1842":{},"1847":{},"1852":{}}}],["storage/mapping/fileidentifiermapper.fileidentifiermapper",{"_index":1057,"name":{},"parent":{"1848":{},"1849":{},"1850":{},"1851":{}}}],["storage/mapping/fileidentifiermapper.fileidentifiermapperfactory",{"_index":1059,"name":{},"parent":{"1853":{},"1854":{}}}],["storage/mapping/fileidentifiermapper.resourcelink",{"_index":1054,"name":{},"parent":{"1843":{},"1844":{},"1845":{},"1846":{}}}],["storage/mapping/fixedcontenttypemapper",{"_index":1060,"name":{"1855":{}},"parent":{"1856":{}}}],["storage/mapping/fixedcontenttypemapper.fixedcontenttypemapper",{"_index":1062,"name":{},"parent":{"1857":{},"1858":{},"1859":{},"1860":{},"1861":{},"1862":{},"1863":{},"1864":{},"1865":{},"1866":{},"1867":{},"1868":{},"1869":{},"1870":{},"1871":{},"1872":{},"1873":{},"1874":{},"1875":{}}}],["storage/mapping/subdomainextensionbasedmapper",{"_index":1065,"name":{"1876":{}},"parent":{"1877":{}}}],["storage/mapping/subdomainextensionbasedmapper.subdomainextensionbasedmapper",{"_index":1067,"name":{},"parent":{"1878":{},"1879":{},"1880":{},"1881":{},"1882":{},"1885":{},"1886":{},"1887":{},"1888":{},"1889":{},"1890":{},"1891":{},"1892":{},"1893":{},"1894":{},"1895":{},"1896":{},"1897":{},"1898":{},"1899":{},"1900":{},"1901":{}}}],["storage/mapping/subdomainextensionbasedmapper.subdomainextensionbasedmapper.__type",{"_index":1070,"name":{},"parent":{"1883":{},"1884":{}}}],["storage/monitoringstore",{"_index":834,"name":{"1395":{}},"parent":{"1396":{}}}],["storage/monitoringstore.monitoringstore",{"_index":836,"name":{},"parent":{"1397":{},"1398":{},"1399":{},"1400":{},"1401":{},"1402":{},"1403":{},"1404":{},"1405":{}}}],["storage/passthroughstore",{"_index":838,"name":{"1406":{}},"parent":{"1407":{}}}],["storage/passthroughstore.passthroughstore",{"_index":840,"name":{},"parent":{"1408":{},"1409":{},"1410":{},"1411":{},"1412":{},"1413":{},"1414":{},"1415":{}}}],["storage/patch/convertingpatchhandler",{"_index":1072,"name":{"1902":{}},"parent":{"1903":{}}}],["storage/patch/convertingpatchhandler.convertingpatchhandler",{"_index":1074,"name":{},"parent":{"1904":{},"1905":{},"1906":{},"1907":{},"1908":{},"1909":{},"1910":{},"1911":{},"1912":{},"1913":{}}}],["storage/patch/patchhandler",{"_index":1078,"name":{"1914":{}},"parent":{"1915":{},"1920":{}}}],["storage/patch/patchhandler.patchhandler",{"_index":1083,"name":{},"parent":{"1921":{},"1922":{},"1923":{},"1924":{}}}],["storage/patch/patchhandler.patchhandlerargs",{"_index":1080,"name":{},"parent":{"1916":{}}}],["storage/patch/patchhandler.patchhandlerargs.__type",{"_index":1081,"name":{},"parent":{"1917":{},"1918":{},"1919":{}}}],["storage/patch/sparqlupdatepatchhandler",{"_index":1084,"name":{"1925":{}},"parent":{"1926":{}}}],["storage/patch/sparqlupdatepatchhandler.sparqlupdatepatchhandler",{"_index":1086,"name":{},"parent":{"1927":{},"1928":{},"1929":{},"1930":{},"1931":{},"1932":{},"1933":{},"1934":{},"1935":{},"1936":{},"1937":{},"1938":{},"1939":{},"1940":{},"1941":{},"1942":{}}}],["storage/patchingstore",{"_index":841,"name":{"1416":{}},"parent":{"1417":{}}}],["storage/patchingstore.patchingstore",{"_index":843,"name":{},"parent":{"1418":{},"1419":{},"1420":{},"1421":{},"1422":{},"1423":{},"1424":{},"1425":{},"1426":{}}}],["storage/readonlystore",{"_index":845,"name":{"1427":{}},"parent":{"1428":{}}}],["storage/readonlystore.readonlystore",{"_index":847,"name":{},"parent":{"1429":{},"1430":{},"1431":{},"1432":{},"1433":{},"1434":{},"1435":{},"1436":{}}}],["storage/representationconvertingstore",{"_index":848,"name":{"1437":{}},"parent":{"1438":{}}}],["storage/representationconvertingstore.representationconvertingstore",{"_index":850,"name":{},"parent":{"1439":{},"1440":{},"1441":{},"1442":{},"1443":{},"1444":{},"1445":{},"1446":{},"1447":{},"1448":{},"1449":{},"1450":{}}}],["storage/resourcestore",{"_index":854,"name":{"1451":{}},"parent":{"1452":{}}}],["storage/resourcestore.resourcestore",{"_index":855,"name":{},"parent":{"1453":{},"1454":{},"1455":{},"1456":{},"1457":{},"1458":{},"1459":{},"1460":{},"1461":{},"1462":{},"1463":{},"1464":{}}}],["storage/routing/baseurlrouterrule",{"_index":1093,"name":{"1943":{}},"parent":{"1944":{}}}],["storage/routing/baseurlrouterrule.baseurlrouterrule",{"_index":1095,"name":{},"parent":{"1945":{},"1946":{},"1947":{},"1948":{},"1949":{},"1950":{},"1951":{}}}],["storage/routing/convertingrouterrule",{"_index":1099,"name":{"1952":{}},"parent":{"1953":{},"1956":{}}}],["storage/routing/convertingrouterrule.convertingrouterrule",{"_index":1104,"name":{},"parent":{"1957":{},"1958":{},"1959":{},"1960":{},"1961":{},"1962":{},"1963":{}}}],["storage/routing/convertingrouterrule.convertingstoreentry",{"_index":1101,"name":{},"parent":{"1954":{},"1955":{}}}],["storage/routing/preferencesupport",{"_index":1107,"name":{"1964":{}},"parent":{"1965":{}}}],["storage/routing/preferencesupport.preferencesupport",{"_index":1109,"name":{},"parent":{"1966":{},"1967":{},"1968":{},"1969":{}}}],["storage/routing/regexrouterrule",{"_index":1111,"name":{"1970":{}},"parent":{"1971":{}}}],["storage/routing/regexrouterrule.regexrouterrule",{"_index":1113,"name":{},"parent":{"1972":{},"1973":{},"1974":{},"1975":{},"1976":{},"1977":{},"1978":{},"1979":{}}}],["storage/routing/routerrule",{"_index":1117,"name":{"1980":{}},"parent":{"1981":{}}}],["storage/routing/routerrule.routerrule",{"_index":1119,"name":{},"parent":{"1982":{},"1983":{},"1984":{},"1985":{}}}],["storage/routingresourcestore",{"_index":856,"name":{"1465":{}},"parent":{"1466":{}}}],["storage/routingresourcestore.routingresourcestore",{"_index":858,"name":{},"parent":{"1467":{},"1468":{},"1469":{},"1470":{},"1471":{},"1472":{},"1473":{},"1474":{},"1475":{}}}],["storagename",{"_index":195,"name":{"293":{},"298":{},"398":{},"403":{}},"parent":{}}],["store",{"_index":322,"name":{"492":{},"867":{},"874":{},"881":{},"902":{},"910":{},"918":{},"979":{},"1099":{},"1517":{},"1954":{}},"parent":{}}],["storefactory",{"_index":310,"name":{"469":{},"1150":{}},"parent":{}}],["stores",{"_index":1097,"name":{"1947":{}},"parent":{}}],["stripextension",{"_index":1049,"name":{"1825":{},"1891":{}},"parent":{}}],["subdomainextensionbasedmapper",{"_index":1066,"name":{"1877":{},"2640":{}},"parent":{}}],["subdomainidentifiergenerator",{"_index":673,"name":{"1134":{},"2574":{}},"parent":{}}],["subdomainidentifierstrategy",{"_index":1318,"name":{"2295":{},"2689":{}},"parent":{}}],["subject",{"_index":221,"name":{"333":{}},"parent":{}}],["suffix",{"_index":391,"name":{"636":{}},"parent":{}}],["suffixauxiliaryidentifierstrategy",{"_index":389,"name":{"634":{},"2484":{}},"parent":{}}],["suffixes",{"_index":1335,"name":{"2325":{}},"parent":{}}],["suffixidentifiergenerator",{"_index":680,"name":{"1142":{},"2575":{}},"parent":{}}],["supportchecker",{"_index":1102,"name":{"1955":{}},"parent":{}}],["supportedconverters",{"_index":919,"name":{"1571":{}},"parent":{}}],["supports",{"_index":1110,"name":{"1969":{}},"parent":{}}],["supportsidentifier",{"_index":1309,"name":{"2275":{},"2280":{},"2291":{},"2300":{}},"parent":{}}],["syscall",{"_index":1281,"name":{"2215":{}},"parent":{}}],["systemerror",{"_index":1275,"name":{"2207":{},"2678":{}},"parent":{}}],["takestep",{"_index":917,"name":{"1569":{}},"parent":{}}],["target",{"_index":515,"name":{"888":{}},"parent":{}}],["targetextractor",{"_index":399,"name":{"655":{},"661":{},"765":{},"2518":{}},"parent":{}}],["template",{"_index":716,"name":{"1199":{},"1204":{},"2397":{},"2564":{},"2703":{}},"parent":{}}],["template_variable",{"_index":717,"name":{"1200":{},"2565":{}},"parent":{}}],["templatedpodgenerator",{"_index":684,"name":{"1147":{},"2576":{}},"parent":{}}],["templatedresourcesgenerator",{"_index":689,"name":{"1156":{},"2577":{}},"parent":{}}],["templateengine",{"_index":136,"name":{"191":{},"199":{},"1160":{},"1300":{},"1592":{},"1639":{},"1664":{},"2404":{},"2707":{}},"parent":{}}],["templateextension",{"_index":693,"name":{"1161":{}},"parent":{}}],["templatefile",{"_index":1388,"name":{"2402":{}},"parent":{}}],["templatefilename",{"_index":1384,"name":{"2398":{},"2704":{}},"parent":{}}],["templatefolder",{"_index":691,"name":{"1158":{}},"parent":{}}],["templatehandler",{"_index":94,"name":{"132":{},"1298":{},"2597":{}},"parent":{}}],["templateoptions",{"_index":959,"name":{"1632":{},"2616":{}},"parent":{}}],["templatepath",{"_index":1387,"name":{"2401":{},"2403":{},"2706":{}},"parent":{}}],["templatestring",{"_index":1385,"name":{"2399":{},"2400":{},"2705":{}},"parent":{}}],["text",{"_index":222,"name":{"334":{}},"parent":{}}],["text_html",{"_index":1125,"name":{"1991":{},"2712":{}},"parent":{}}],["text_markdown",{"_index":1126,"name":{"1992":{},"2713":{}},"parent":{}}],["text_turtle",{"_index":1127,"name":{"1993":{},"2714":{}},"parent":{}}],["throwerror",{"_index":254,"name":{"389":{}},"parent":{}}],["throwidpinteractionerror",{"_index":130,"name":{"184":{},"2443":{}},"parent":{}}],["timer",{"_index":1022,"name":{"1787":{}},"parent":{}}],["tocachednamednode",{"_index":1211,"name":{"2083":{},"2767":{}},"parent":{}}],["tocanonicaluripath",{"_index":1181,"name":{"2052":{},"2746":{}},"parent":{}}],["todata",{"_index":1027,"name":{"1797":{}},"parent":{}}],["toexpires",{"_index":1026,"name":{"1796":{}},"parent":{}}],["tointermediate",{"_index":1077,"name":{"1910":{},"1941":{}},"parent":{}}],["tokenownershipvalidator",{"_index":247,"name":{"379":{},"2457":{}},"parent":{}}],["toliteral",{"_index":1215,"name":{"2087":{},"2771":{}},"parent":{}}],["tonamedterm",{"_index":1213,"name":{"2085":{},"2769":{}},"parent":{}}],["toobjectterm",{"_index":1214,"name":{"2086":{},"2770":{}},"parent":{}}],["topredicateterm",{"_index":1216,"name":{"2088":{},"2772":{}},"parent":{}}],["torelative",{"_index":1116,"name":{"1978":{}},"parent":{}}],["torepresentation",{"_index":420,"name":{"695":{}},"parent":{}}],["totemplatelink",{"_index":695,"name":{"1164":{}},"parent":{}}],["transform",{"_index":1207,"name":{"2078":{}},"parent":{}}],["transformquotedstrings",{"_index":1143,"name":{"2008":{},"2723":{}},"parent":{}}],["transformsafely",{"_index":1203,"name":{"2074":{},"2763":{}},"parent":{}}],["trimtrailingslashes",{"_index":1179,"name":{"2050":{},"2744":{}},"parent":{}}],["type",{"_index":150,"name":{"213":{},"216":{},"1004":{}},"parent":{}}],["typedrepresentationconverter",{"_index":990,"name":{"1710":{},"2625":{}},"parent":{}}],["typedstores",{"_index":1105,"name":{"1958":{}},"parent":{}}],["uidkeyfor",{"_index":266,"name":{"408":{}},"parent":{}}],["unauthorizedhttperror",{"_index":1283,"name":{"2217":{},"2679":{}},"parent":{}}],["unlockcallbacks",{"_index":1363,"name":{"2365":{}},"parent":{}}],["unmodifiedsince",{"_index":799,"name":{"1333":{}},"parent":{}}],["unsecureconstantcredentialsextractor",{"_index":24,"name":{"33":{},"2411":{}},"parent":{}}],["unsecurewebidextractor",{"_index":28,"name":{"41":{},"2412":{}},"parent":{}}],["unsecurewebsocketsprotocol",{"_index":350,"name":{"543":{},"2547":{}},"parent":{}}],["unsupportedasynchandler",{"_index":1299,"name":{"2257":{},"2684":{}},"parent":{}}],["unsupportedmediatypehttperror",{"_index":1286,"name":{"2227":{},"2680":{}},"parent":{}}],["updatejsonsafely",{"_index":1003,"name":{"1743":{}},"parent":{}}],["upsert",{"_index":268,"name":{"410":{},"428":{}},"parent":{}}],["urlsuffix",{"_index":1064,"name":{"1860":{}},"parent":{}}],["user",{"_index":63,"name":{"95":{},"320":{}},"parent":{}}],["usercodekeyfor",{"_index":265,"name":{"407":{}},"parent":{}}],["util/contenttypes",{"_index":1120,"name":{"1986":{}},"parent":{"1987":{},"1988":{},"1989":{},"1990":{},"1991":{},"1992":{},"1993":{},"1994":{},"1995":{},"1996":{},"1997":{}}}],["util/contenttypes.default_custom_types",{"_index":1132,"name":{},"parent":{"1998":{}}}],["util/contenttypes.default_custom_types.__type",{"_index":1134,"name":{},"parent":{"1999":{},"2000":{}}}],["util/errors/badrequesthttperror",{"_index":1242,"name":{"2116":{}},"parent":{"2117":{}}}],["util/errors/badrequesthttperror.badrequesthttperror",{"_index":1244,"name":{},"parent":{"2118":{},"2119":{},"2120":{},"2121":{},"2122":{},"2123":{},"2124":{},"2125":{}}}],["util/errors/conflicthttperror",{"_index":1245,"name":{"2126":{}},"parent":{"2127":{}}}],["util/errors/conflicthttperror.conflicthttperror",{"_index":1247,"name":{},"parent":{"2128":{},"2129":{},"2130":{},"2131":{},"2132":{},"2133":{},"2134":{},"2135":{}}}],["util/errors/errorutil",{"_index":1248,"name":{"2136":{}},"parent":{"2137":{},"2138":{},"2139":{},"2140":{}}}],["util/errors/forbiddenhttperror",{"_index":1253,"name":{"2141":{}},"parent":{"2142":{}}}],["util/errors/forbiddenhttperror.forbiddenhttperror",{"_index":1255,"name":{},"parent":{"2143":{},"2144":{},"2145":{},"2146":{},"2147":{},"2148":{},"2149":{},"2150":{}}}],["util/errors/httperror",{"_index":1256,"name":{"2151":{}},"parent":{"2152":{},"2156":{}}}],["util/errors/httperror.httperror",{"_index":1260,"name":{},"parent":{"2157":{},"2158":{},"2159":{},"2160":{},"2161":{},"2162":{},"2163":{},"2164":{}}}],["util/errors/httperror.httperroroptions",{"_index":1258,"name":{},"parent":{"2153":{},"2154":{},"2155":{}}}],["util/errors/internalservererror",{"_index":1261,"name":{"2165":{}},"parent":{"2166":{}}}],["util/errors/internalservererror.internalservererror",{"_index":1263,"name":{},"parent":{"2167":{},"2168":{},"2169":{},"2170":{},"2171":{},"2172":{},"2173":{},"2174":{}}}],["util/errors/methodnotallowedhttperror",{"_index":1264,"name":{"2175":{}},"parent":{"2176":{}}}],["util/errors/methodnotallowedhttperror.methodnotallowedhttperror",{"_index":1266,"name":{},"parent":{"2177":{},"2178":{},"2179":{},"2180":{},"2181":{},"2182":{},"2183":{},"2184":{}}}],["util/errors/notfoundhttperror",{"_index":1267,"name":{"2185":{}},"parent":{"2186":{}}}],["util/errors/notfoundhttperror.notfoundhttperror",{"_index":1269,"name":{},"parent":{"2187":{},"2188":{},"2189":{},"2190":{},"2191":{},"2192":{},"2193":{},"2194":{}}}],["util/errors/notimplementedhttperror",{"_index":1270,"name":{"2195":{}},"parent":{"2196":{}}}],["util/errors/notimplementedhttperror.notimplementedhttperror",{"_index":1272,"name":{},"parent":{"2197":{},"2198":{},"2199":{},"2200":{},"2201":{},"2202":{},"2203":{},"2204":{}}}],["util/errors/systemerror",{"_index":1273,"name":{"2205":{}},"parent":{"2206":{},"2207":{}}}],["util/errors/systemerror.systemerror",{"_index":1277,"name":{},"parent":{"2208":{},"2209":{},"2210":{},"2211":{},"2212":{},"2213":{},"2214":{},"2215":{}}}],["util/errors/unauthorizedhttperror",{"_index":1282,"name":{"2216":{}},"parent":{"2217":{}}}],["util/errors/unauthorizedhttperror.unauthorizedhttperror",{"_index":1284,"name":{},"parent":{"2218":{},"2219":{},"2220":{},"2221":{},"2222":{},"2223":{},"2224":{},"2225":{}}}],["util/errors/unsupportedmediatypehttperror",{"_index":1285,"name":{"2226":{}},"parent":{"2227":{}}}],["util/errors/unsupportedmediatypehttperror.unsupportedmediatypehttperror",{"_index":1287,"name":{},"parent":{"2228":{},"2229":{},"2230":{},"2231":{},"2232":{},"2233":{},"2234":{},"2235":{}}}],["util/fetchutil",{"_index":1136,"name":{"2001":{}},"parent":{"2002":{}}}],["util/guardedstream",{"_index":1138,"name":{"2003":{}},"parent":{"2004":{},"2005":{},"2006":{}}}],["util/handlers/asynchandler",{"_index":1288,"name":{"2236":{}},"parent":{"2237":{}}}],["util/handlers/asynchandler.asynchandler",{"_index":1290,"name":{},"parent":{"2238":{},"2239":{},"2240":{},"2241":{}}}],["util/handlers/parallelhandler",{"_index":1291,"name":{"2242":{}},"parent":{"2243":{}}}],["util/handlers/parallelhandler.parallelhandler",{"_index":1293,"name":{},"parent":{"2244":{},"2245":{},"2246":{},"2247":{},"2248":{}}}],["util/handlers/sequencehandler",{"_index":1295,"name":{"2249":{}},"parent":{"2250":{}}}],["util/handlers/sequencehandler.sequencehandler",{"_index":1297,"name":{},"parent":{"2251":{},"2252":{},"2253":{},"2254":{},"2255":{}}}],["util/handlers/unsupportedasynchandler",{"_index":1298,"name":{"2256":{}},"parent":{"2257":{}}}],["util/handlers/unsupportedasynchandler.unsupportedasynchandler",{"_index":1300,"name":{},"parent":{"2258":{},"2259":{},"2260":{},"2261":{},"2262":{}}}],["util/handlers/waterfallhandler",{"_index":1302,"name":{"2263":{}},"parent":{"2264":{}}}],["util/handlers/waterfallhandler.waterfallhandler",{"_index":1304,"name":{},"parent":{"2265":{},"2266":{},"2267":{},"2268":{},"2269":{},"2270":{},"2271":{}}}],["util/headerutil",{"_index":1142,"name":{"2007":{}},"parent":{"2008":{},"2009":{},"2010":{},"2011":{},"2012":{},"2013":{},"2014":{},"2015":{},"2016":{},"2017":{},"2018":{},"2021":{},"2028":{},"2031":{},"2034":{},"2037":{},"2040":{}}}],["util/headerutil.accept",{"_index":1158,"name":{},"parent":{"2022":{},"2023":{},"2026":{},"2027":{}}}],["util/headerutil.accept.__type",{"_index":1160,"name":{},"parent":{"2024":{},"2025":{}}}],["util/headerutil.acceptcharset",{"_index":1162,"name":{},"parent":{"2029":{},"2030":{}}}],["util/headerutil.acceptdatetime",{"_index":1168,"name":{},"parent":{"2038":{},"2039":{}}}],["util/headerutil.acceptencoding",{"_index":1164,"name":{},"parent":{"2032":{},"2033":{}}}],["util/headerutil.acceptheader",{"_index":1155,"name":{},"parent":{"2019":{},"2020":{}}}],["util/headerutil.acceptlanguage",{"_index":1166,"name":{},"parent":{"2035":{},"2036":{}}}],["util/headerutil.forwarded",{"_index":1171,"name":{},"parent":{"2041":{},"2042":{},"2043":{},"2044":{}}}],["util/identifiers/baseidentifierstrategy",{"_index":1306,"name":{"2272":{}},"parent":{"2273":{}}}],["util/identifiers/baseidentifierstrategy.baseidentifierstrategy",{"_index":1308,"name":{},"parent":{"2274":{},"2275":{},"2276":{},"2277":{}}}],["util/identifiers/identifierstrategy",{"_index":1312,"name":{"2278":{}},"parent":{"2279":{}}}],["util/identifiers/identifierstrategy.identifierstrategy",{"_index":1313,"name":{},"parent":{"2280":{},"2281":{},"2282":{},"2283":{},"2284":{},"2285":{}}}],["util/identifiers/singlerootidentifierstrategy",{"_index":1314,"name":{"2286":{}},"parent":{"2287":{}}}],["util/identifiers/singlerootidentifierstrategy.singlerootidentifierstrategy",{"_index":1316,"name":{},"parent":{"2288":{},"2289":{},"2290":{},"2291":{},"2292":{},"2293":{}}}],["util/identifiers/subdomainidentifierstrategy",{"_index":1317,"name":{"2294":{}},"parent":{"2295":{}}}],["util/identifiers/subdomainidentifierstrategy.subdomainidentifierstrategy",{"_index":1319,"name":{},"parent":{"2296":{},"2297":{},"2298":{},"2299":{},"2300":{},"2301":{},"2302":{}}}],["util/locking/equalreadwritelocker",{"_index":1320,"name":{"2303":{}},"parent":{"2304":{}}}],["util/locking/equalreadwritelocker.equalreadwritelocker",{"_index":1322,"name":{},"parent":{"2305":{},"2306":{},"2307":{},"2308":{},"2309":{}}}],["util/locking/expiringreadwritelocker",{"_index":1326,"name":{"2310":{}},"parent":{"2311":{}}}],["util/locking/expiringreadwritelocker.expiringreadwritelocker",{"_index":1328,"name":{},"parent":{"2312":{},"2313":{},"2314":{},"2315":{}}}],["util/locking/greedyreadwritelocker",{"_index":1329,"name":{"2316":{}},"parent":{"2317":{},"2321":{}}}],["util/locking/greedyreadwritelocker.greedyreadwritelocker",{"_index":1334,"name":{},"parent":{"2322":{},"2323":{},"2324":{},"2325":{},"2326":{},"2327":{},"2328":{},"2329":{},"2330":{},"2331":{},"2332":{},"2333":{},"2334":{}}}],["util/locking/greedyreadwritelocker.greedyreadwritesuffixes",{"_index":1332,"name":{},"parent":{"2318":{},"2319":{},"2320":{}}}],["util/locking/readwritelocker",{"_index":1343,"name":{"2335":{}},"parent":{"2336":{}}}],["util/locking/readwritelocker.readwritelocker",{"_index":1345,"name":{},"parent":{"2337":{},"2338":{},"2339":{},"2340":{}}}],["util/locking/redisresourcelocker",{"_index":1346,"name":{"2341":{}},"parent":{"2342":{}}}],["util/locking/redisresourcelocker.redisresourcelocker",{"_index":1348,"name":{},"parent":{"2343":{},"2344":{},"2345":{},"2346":{},"2347":{},"2348":{},"2349":{},"2350":{},"2351":{},"2352":{},"2353":{}}}],["util/locking/resourcelocker",{"_index":1357,"name":{"2354":{}},"parent":{"2355":{}}}],["util/locking/resourcelocker.resourcelocker",{"_index":1359,"name":{},"parent":{"2356":{},"2357":{},"2358":{},"2359":{}}}],["util/locking/singlethreadedresourcelocker",{"_index":1360,"name":{"2360":{}},"parent":{"2361":{}}}],["util/locking/singlethreadedresourcelocker.singlethreadedresourcelocker",{"_index":1362,"name":{},"parent":{"2362":{},"2363":{},"2364":{},"2365":{},"2366":{},"2367":{},"2368":{}}}],["util/locking/wrappedexpiringreadwritelocker",{"_index":1364,"name":{"2369":{}},"parent":{"2370":{}}}],["util/locking/wrappedexpiringreadwritelocker.wrappedexpiringreadwritelocker",{"_index":1366,"name":{},"parent":{"2371":{},"2372":{},"2373":{},"2374":{},"2375":{},"2376":{},"2377":{}}}],["util/pathutil",{"_index":1174,"name":{"2045":{}},"parent":{"2046":{},"2047":{},"2048":{},"2049":{},"2050":{},"2051":{},"2052":{},"2053":{},"2054":{},"2055":{},"2056":{},"2057":{},"2058":{},"2059":{},"2060":{},"2061":{}}}],["util/quadutil",{"_index":1191,"name":{"2062":{}},"parent":{"2063":{},"2064":{}}}],["util/recordobject",{"_index":1194,"name":{"2065":{}},"parent":{"2066":{}}}],["util/recordobject.recordobject",{"_index":1196,"name":{},"parent":{"2067":{}}}],["util/resourceutil",{"_index":1197,"name":{"2068":{}},"parent":{"2069":{},"2070":{}}}],["util/streamutil",{"_index":1200,"name":{"2071":{}},"parent":{"2072":{},"2073":{},"2074":{},"2075":{},"2076":{},"2077":{}}}],["util/streamutil.asynctransformoptions",{"_index":1208,"name":{},"parent":{"2078":{},"2079":{},"2080":{},"2081":{}}}],["util/templates/chainedtemplateengine",{"_index":1368,"name":{"2378":{}},"parent":{"2379":{}}}],["util/templates/chainedtemplateengine.chainedtemplateengine",{"_index":1370,"name":{},"parent":{"2380":{},"2381":{},"2382":{},"2383":{},"2384":{}}}],["util/templates/ejstemplateengine",{"_index":1375,"name":{"2385":{}},"parent":{"2386":{}}}],["util/templates/ejstemplateengine.ejstemplateengine",{"_index":1377,"name":{},"parent":{"2387":{},"2388":{},"2389":{}}}],["util/templates/handlebarstemplateengine",{"_index":1379,"name":{"2390":{}},"parent":{"2391":{}}}],["util/templates/handlebarstemplateengine.handlebarstemplateengine",{"_index":1381,"name":{},"parent":{"2392":{},"2393":{},"2394":{}}}],["util/templates/templateengine",{"_index":1382,"name":{"2395":{}},"parent":{"2396":{},"2397":{},"2398":{},"2399":{},"2401":{},"2404":{}}}],["util/templates/templateengine.templateengine",{"_index":1390,"name":{},"parent":{"2405":{}}}],["util/templates/templateengine.templatepath",{"_index":1389,"name":{},"parent":{"2402":{},"2403":{}}}],["util/templates/templateengine.templatestring",{"_index":1386,"name":{},"parent":{"2400":{}}}],["util/termutil",{"_index":1210,"name":{"2082":{}},"parent":{"2083":{},"2084":{},"2085":{},"2086":{},"2087":{},"2088":{}}}],["util/vocabularies",{"_index":1217,"name":{"2089":{}},"parent":{"2090":{},"2091":{},"2092":{},"2093":{},"2094":{},"2095":{},"2096":{},"2097":{},"2098":{},"2099":{},"2100":{},"2101":{},"2102":{},"2103":{},"2104":{},"2105":{},"2106":{},"2107":{},"2108":{},"2109":{},"2110":{},"2111":{},"2112":{},"2113":{},"2114":{},"2115":{}}}],["validate",{"_index":364,"name":{"567":{},"590":{},"627":{}},"parent":{}}],["validatecomposite",{"_index":1092,"name":{"1937":{}},"parent":{}}],["validatedeleteinsert",{"_index":1091,"name":{"1936":{}},"parent":{}}],["validateidentifier",{"_index":806,"name":{"1351":{}},"parent":{}}],["validateinput",{"_index":171,"name":{"252":{}},"parent":{}}],["validaterelativepath",{"_index":1042,"name":{"1815":{},"1836":{},"1874":{},"1900":{}},"parent":{}}],["validateupdate",{"_index":1090,"name":{"1935":{}},"parent":{}}],["validator",{"_index":369,"name":{"582":{},"642":{},"2485":{}},"parent":{}}],["value",{"_index":586,"name":{"1001":{},"1192":{}},"parent":{}}],["valuepreference",{"_index":584,"name":{"999":{},"2541":{}},"parent":{}}],["valuepreferences",{"_index":583,"name":{"998":{},"2540":{}},"parent":{}}],["vann",{"_index":1236,"name":{"2110":{},"2793":{}},"parent":{}}],["variable",{"_index":712,"name":{"1191":{}},"parent":{}}],["variablehandler",{"_index":686,"name":{"1151":{},"1183":{},"2562":{}},"parent":{}}],["variablesetter",{"_index":710,"name":{"1189":{},"2566":{}},"parent":{}}],["verbose",{"_index":608,"name":{"1023":{},"1048":{},"1062":{},"1078":{}},"parent":{}}],["verified",{"_index":189,"name":{"287":{}},"parent":{}}],["verify",{"_index":5,"name":{"4":{},"21":{},"270":{},"306":{}},"parent":{}}],["verifyexistingextension",{"_index":881,"name":{"1511":{}},"parent":{}}],["viewtemplate",{"_index":86,"name":{"123":{}},"parent":{}}],["voidlogger",{"_index":629,"name":{"1056":{},"2556":{}},"parent":{}}],["voidloggerfactory",{"_index":632,"name":{"1066":{},"2557":{}},"parent":{}}],["wacallowmetadatawriter",{"_index":483,"name":{"826":{},"2494":{}},"parent":{}}],["waitforstreamtoend",{"_index":833,"name":{"1394":{}},"parent":{}}],["warn",{"_index":606,"name":{"1021":{},"1046":{},"1060":{},"1076":{}},"parent":{}}],["waterfallhandler",{"_index":1303,"name":{"2264":{},"2685":{}},"parent":{}}],["webaclauthorization",{"_index":61,"name":{"93":{},"2420":{}},"parent":{}}],["webaclauthorizer",{"_index":66,"name":{"99":{},"2421":{}},"parent":{}}],["webid",{"_index":11,"name":{"10":{},"284":{},"356":{},"1203":{}},"parent":{}}],["webidadapter",{"_index":279,"name":{"422":{},"2462":{}},"parent":{}}],["webidadapterfactory",{"_index":283,"name":{"436":{},"2463":{}},"parent":{}}],["webidsuffix",{"_index":164,"name":{"235":{},"244":{}},"parent":{}}],["websocketadvertiser",{"_index":771,"name":{"1282":{},"2595":{}},"parent":{}}],["websockethandler",{"_index":749,"name":{"1242":{},"1251":{},"2591":{}},"parent":{}}],["websocketserverfactory",{"_index":752,"name":{"1248":{},"2590":{}},"parent":{}}],["weight",{"_index":588,"name":{"1002":{},"2020":{},"2027":{},"2030":{},"2033":{},"2036":{},"2039":{}},"parent":{}}],["winstonlogger",{"_index":635,"name":{"1071":{},"2558":{}},"parent":{}}],["winstonloggerfactory",{"_index":638,"name":{"1082":{},"2559":{}},"parent":{}}],["withinternalreadlock",{"_index":1341,"name":{"2333":{}},"parent":{}}],["withlock",{"_index":1325,"name":{"2309":{}},"parent":{}}],["withreadlock",{"_index":1323,"name":{"2307":{},"2312":{},"2326":{},"2337":{},"2375":{}},"parent":{}}],["withwritelock",{"_index":1324,"name":{"2308":{},"2314":{},"2327":{},"2339":{},"2376":{}},"parent":{}}],["wrappedexpiringreadwritelocker",{"_index":1365,"name":{"2370":{},"2698":{}},"parent":{}}],["wrappedexpiringstorage",{"_index":1020,"name":{"1783":{},"2632":{}},"parent":{}}],["write",{"_index":539,"name":{"939":{},"2320":{}},"parent":{}}],["writecontainer",{"_index":868,"name":{"1488":{},"1501":{},"1525":{},"1543":{}},"parent":{}}],["writedata",{"_index":809,"name":{"1354":{}},"parent":{}}],["writedatafile",{"_index":882,"name":{"1512":{}},"parent":{}}],["writedocument",{"_index":867,"name":{"1486":{},"1500":{},"1524":{},"1544":{}},"parent":{}}],["writemetadata",{"_index":876,"name":{"1506":{}},"parent":{}}],["wwwauthmetadatawriter",{"_index":488,"name":{"834":{},"2495":{}},"parent":{}}],["xsd",{"_index":1237,"name":{"2111":{},"2794":{}},"parent":{}}]],"pipeline":[]}} \ No newline at end of file diff --git a/docs/assets/main.js b/docs/assets/main.js new file mode 100644 index 000000000..21898f46c --- /dev/null +++ b/docs/assets/main.js @@ -0,0 +1,52 @@ +(()=>{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 $e=typeof require!="undefined"?require:t=>{throw new Error('Dynamic require of "'+t+'" is not supported')};var Fe=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports);var De=(t,e,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let n of Oe(e))!_e.call(t,n)&&n!=="default"&&J(t,n,{get:()=>e[n],enumerable:!(r=Pe(e,n))||r.enumerable});return t},Ae=t=>De(Me(J(t!=null?Ce(Re(t)):{},"default",t&&t.__esModule&&"default"in t?{get:()=>t.default,enumerable:!0}:{value:t,enumerable:!0})),t);var de=Fe((ue,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(oc?h+=2:a==c&&(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 c=s.node.edges["*"];else{var c=new t.TokenSet;s.node.edges["*"]=c}if(s.str.length==0&&(c.final=!0),i.push({node:c,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),f=s.str.charAt(1),v;f in s.node.edges?v=s.node.edges[f]:(v=new t.TokenSet,s.node.edges[f]=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),c=0;c1?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 ue=="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(){let e=this.showToolbar;this.showToolbar=this.lastY>=this.scrollTop||this.scrollTop<=0,e!==this.showToolbar&&(this.toolbar.classList.toggle("tsd-page-toolbar--hide"),this.secondaryNav.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 ce=(t,e=100)=>{let r;return(...n)=>{clearTimeout(r),r=setTimeout(()=>t(n),e)}};var pe=Ae(de());function fe(){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",ce(()=>{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=pe.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(c.parent,i)}.${l}`);let h=document.createElement("li");h.classList.value=c.classes;let f=document.createElement("a");f.href=n.base+c.url,f.classList.add("tsd-kind-icon"),f.innerHTML=l,h.append(f),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(e){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}}fe();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 new file mode 100644 index 000000000..b5cc42c23 --- /dev/null +++ b/docs/assets/search.js @@ -0,0 +1 @@ +window.searchData = {"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":"handleSafe","url":"classes/UnionCredentialsExtractor.html#handleSafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"UnionCredentialsExtractor"},{"id":38,"kind":128,"name":"UnsecureConstantCredentialsExtractor","url":"classes/UnsecureConstantCredentialsExtractor.html","classes":"tsd-kind-class"},{"id":39,"kind":512,"name":"constructor","url":"classes/UnsecureConstantCredentialsExtractor.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"UnsecureConstantCredentialsExtractor"},{"id":40,"kind":1024,"name":"credentials","url":"classes/UnsecureConstantCredentialsExtractor.html#credentials","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"UnsecureConstantCredentialsExtractor"},{"id":41,"kind":1024,"name":"logger","url":"classes/UnsecureConstantCredentialsExtractor.html#logger","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"UnsecureConstantCredentialsExtractor"},{"id":42,"kind":2048,"name":"handle","url":"classes/UnsecureConstantCredentialsExtractor.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"UnsecureConstantCredentialsExtractor"},{"id":43,"kind":2048,"name":"canHandle","url":"classes/UnsecureConstantCredentialsExtractor.html#canHandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"UnsecureConstantCredentialsExtractor"},{"id":44,"kind":2048,"name":"handleSafe","url":"classes/UnsecureConstantCredentialsExtractor.html#handleSafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"UnsecureConstantCredentialsExtractor"},{"id":45,"kind":128,"name":"UnsecureWebIdExtractor","url":"classes/UnsecureWebIdExtractor.html","classes":"tsd-kind-class"},{"id":46,"kind":512,"name":"constructor","url":"classes/UnsecureWebIdExtractor.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"UnsecureWebIdExtractor"},{"id":47,"kind":1024,"name":"logger","url":"classes/UnsecureWebIdExtractor.html#logger","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"UnsecureWebIdExtractor"},{"id":48,"kind":2048,"name":"canHandle","url":"classes/UnsecureWebIdExtractor.html#canHandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"UnsecureWebIdExtractor"},{"id":49,"kind":2048,"name":"handle","url":"classes/UnsecureWebIdExtractor.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"UnsecureWebIdExtractor"},{"id":50,"kind":2048,"name":"handleSafe","url":"classes/UnsecureWebIdExtractor.html#handleSafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"UnsecureWebIdExtractor"},{"id":51,"kind":128,"name":"AccessChecker","url":"classes/AccessChecker.html","classes":"tsd-kind-class"},{"id":52,"kind":512,"name":"constructor","url":"classes/AccessChecker.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"AccessChecker"},{"id":53,"kind":2048,"name":"canHandle","url":"classes/AccessChecker.html#canHandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"AccessChecker"},{"id":54,"kind":2048,"name":"handle","url":"classes/AccessChecker.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"AccessChecker"},{"id":55,"kind":2048,"name":"handleSafe","url":"classes/AccessChecker.html#handleSafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"AccessChecker"},{"id":56,"kind":256,"name":"AccessCheckerArgs","url":"interfaces/AccessCheckerArgs.html","classes":"tsd-kind-interface"},{"id":57,"kind":1024,"name":"acl","url":"interfaces/AccessCheckerArgs.html#acl","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"AccessCheckerArgs"},{"id":58,"kind":1024,"name":"rule","url":"interfaces/AccessCheckerArgs.html#rule","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"AccessCheckerArgs"},{"id":59,"kind":1024,"name":"credential","url":"interfaces/AccessCheckerArgs.html#credential","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"AccessCheckerArgs"},{"id":60,"kind":128,"name":"AgentAccessChecker","url":"classes/AgentAccessChecker.html","classes":"tsd-kind-class"},{"id":61,"kind":512,"name":"constructor","url":"classes/AgentAccessChecker.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"AgentAccessChecker"},{"id":62,"kind":2048,"name":"handle","url":"classes/AgentAccessChecker.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"AgentAccessChecker"},{"id":63,"kind":2048,"name":"canHandle","url":"classes/AgentAccessChecker.html#canHandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"AgentAccessChecker"},{"id":64,"kind":2048,"name":"handleSafe","url":"classes/AgentAccessChecker.html#handleSafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"AgentAccessChecker"},{"id":65,"kind":128,"name":"AgentClassAccessChecker","url":"classes/AgentClassAccessChecker.html","classes":"tsd-kind-class"},{"id":66,"kind":512,"name":"constructor","url":"classes/AgentClassAccessChecker.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"AgentClassAccessChecker"},{"id":67,"kind":2048,"name":"handle","url":"classes/AgentClassAccessChecker.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"AgentClassAccessChecker"},{"id":68,"kind":2048,"name":"canHandle","url":"classes/AgentClassAccessChecker.html#canHandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"AgentClassAccessChecker"},{"id":69,"kind":2048,"name":"handleSafe","url":"classes/AgentClassAccessChecker.html#handleSafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"AgentClassAccessChecker"},{"id":70,"kind":128,"name":"AgentGroupAccessChecker","url":"classes/AgentGroupAccessChecker.html","classes":"tsd-kind-class"},{"id":71,"kind":512,"name":"constructor","url":"classes/AgentGroupAccessChecker.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"AgentGroupAccessChecker"},{"id":72,"kind":1024,"name":"converter","url":"classes/AgentGroupAccessChecker.html#converter","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","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-inherited","parent":"MethodModesExtractor"},{"id":95,"kind":2048,"name":"canHandle","url":"classes/MethodModesExtractor.html#canHandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"MethodModesExtractor"},{"id":96,"kind":2048,"name":"handle","url":"classes/MethodModesExtractor.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"MethodModesExtractor"},{"id":97,"kind":2048,"name":"handleSafe","url":"classes/MethodModesExtractor.html#handleSafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MethodModesExtractor"},{"id":98,"kind":128,"name":"SparqlPatchModesExtractor","url":"classes/SparqlPatchModesExtractor.html","classes":"tsd-kind-class"},{"id":99,"kind":512,"name":"constructor","url":"classes/SparqlPatchModesExtractor.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"SparqlPatchModesExtractor"},{"id":100,"kind":2048,"name":"canHandle","url":"classes/SparqlPatchModesExtractor.html#canHandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"SparqlPatchModesExtractor"},{"id":101,"kind":2048,"name":"handle","url":"classes/SparqlPatchModesExtractor.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"SparqlPatchModesExtractor"},{"id":102,"kind":2048,"name":"isSparql","url":"classes/SparqlPatchModesExtractor.html#isSparql","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"SparqlPatchModesExtractor"},{"id":103,"kind":2048,"name":"isSupported","url":"classes/SparqlPatchModesExtractor.html#isSupported","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"SparqlPatchModesExtractor"},{"id":104,"kind":2048,"name":"isDeleteInsert","url":"classes/SparqlPatchModesExtractor.html#isDeleteInsert","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"SparqlPatchModesExtractor"},{"id":105,"kind":2048,"name":"isNop","url":"classes/SparqlPatchModesExtractor.html#isNop","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"SparqlPatchModesExtractor"},{"id":106,"kind":2048,"name":"needsAppend","url":"classes/SparqlPatchModesExtractor.html#needsAppend","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"SparqlPatchModesExtractor"},{"id":107,"kind":2048,"name":"needsWrite","url":"classes/SparqlPatchModesExtractor.html#needsWrite","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"SparqlPatchModesExtractor"},{"id":108,"kind":2048,"name":"handleSafe","url":"classes/SparqlPatchModesExtractor.html#handleSafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"SparqlPatchModesExtractor"},{"id":109,"kind":128,"name":"OwnerPermissionReader","url":"classes/OwnerPermissionReader.html","classes":"tsd-kind-class"},{"id":110,"kind":512,"name":"constructor","url":"classes/OwnerPermissionReader.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"OwnerPermissionReader"},{"id":111,"kind":1024,"name":"logger","url":"classes/OwnerPermissionReader.html#logger","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"OwnerPermissionReader"},{"id":112,"kind":1024,"name":"accountStore","url":"classes/OwnerPermissionReader.html#accountStore","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"OwnerPermissionReader"},{"id":113,"kind":1024,"name":"aclStrategy","url":"classes/OwnerPermissionReader.html#aclStrategy","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"OwnerPermissionReader"},{"id":114,"kind":2048,"name":"handle","url":"classes/OwnerPermissionReader.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"OwnerPermissionReader"},{"id":115,"kind":2048,"name":"ensurePodOwner","url":"classes/OwnerPermissionReader.html#ensurePodOwner","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"OwnerPermissionReader"},{"id":116,"kind":2048,"name":"canHandle","url":"classes/OwnerPermissionReader.html#canHandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"OwnerPermissionReader"},{"id":117,"kind":2048,"name":"handleSafe","url":"classes/OwnerPermissionReader.html#handleSafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"OwnerPermissionReader"},{"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":"PathBasedReader","url":"classes/PathBasedReader.html","classes":"tsd-kind-class"},{"id":144,"kind":512,"name":"constructor","url":"classes/PathBasedReader.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"PathBasedReader"},{"id":145,"kind":1024,"name":"baseUrl","url":"classes/PathBasedReader.html#baseUrl","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"PathBasedReader"},{"id":146,"kind":1024,"name":"paths","url":"classes/PathBasedReader.html#paths","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"PathBasedReader"},{"id":147,"kind":2048,"name":"canHandle","url":"classes/PathBasedReader.html#canHandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"PathBasedReader"},{"id":148,"kind":2048,"name":"handle","url":"classes/PathBasedReader.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"PathBasedReader"},{"id":149,"kind":2048,"name":"findReader","url":"classes/PathBasedReader.html#findReader","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"PathBasedReader"},{"id":150,"kind":2048,"name":"handleSafe","url":"classes/PathBasedReader.html#handleSafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"PathBasedReader"},{"id":151,"kind":128,"name":"PermissionBasedAuthorizer","url":"classes/PermissionBasedAuthorizer.html","classes":"tsd-kind-class"},{"id":152,"kind":512,"name":"constructor","url":"classes/PermissionBasedAuthorizer.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"PermissionBasedAuthorizer"},{"id":153,"kind":1024,"name":"logger","url":"classes/PermissionBasedAuthorizer.html#logger","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"PermissionBasedAuthorizer"},{"id":154,"kind":2048,"name":"handle","url":"classes/PermissionBasedAuthorizer.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"PermissionBasedAuthorizer"},{"id":155,"kind":2048,"name":"requireModePermission","url":"classes/PermissionBasedAuthorizer.html#requireModePermission","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"PermissionBasedAuthorizer"},{"id":156,"kind":2048,"name":"hasModePermission","url":"classes/PermissionBasedAuthorizer.html#hasModePermission","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"PermissionBasedAuthorizer"},{"id":157,"kind":2048,"name":"isAuthenticated","url":"classes/PermissionBasedAuthorizer.html#isAuthenticated","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"PermissionBasedAuthorizer"},{"id":158,"kind":2048,"name":"canHandle","url":"classes/PermissionBasedAuthorizer.html#canHandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"PermissionBasedAuthorizer"},{"id":159,"kind":2048,"name":"handleSafe","url":"classes/PermissionBasedAuthorizer.html#handleSafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"PermissionBasedAuthorizer"},{"id":160,"kind":256,"name":"PermissionReaderInput","url":"interfaces/PermissionReaderInput.html","classes":"tsd-kind-interface"},{"id":161,"kind":1024,"name":"credentials","url":"interfaces/PermissionReaderInput.html#credentials","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"PermissionReaderInput"},{"id":162,"kind":1024,"name":"identifier","url":"interfaces/PermissionReaderInput.html#identifier","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"PermissionReaderInput"},{"id":163,"kind":128,"name":"PermissionReader","url":"classes/PermissionReader.html","classes":"tsd-kind-class"},{"id":164,"kind":512,"name":"constructor","url":"classes/PermissionReader.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"PermissionReader"},{"id":165,"kind":2048,"name":"canHandle","url":"classes/PermissionReader.html#canHandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"PermissionReader"},{"id":166,"kind":2048,"name":"handle","url":"classes/PermissionReader.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"PermissionReader"},{"id":167,"kind":2048,"name":"handleSafe","url":"classes/PermissionReader.html#handleSafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"PermissionReader"},{"id":168,"kind":128,"name":"UnionPermissionReader","url":"classes/UnionPermissionReader.html","classes":"tsd-kind-class"},{"id":169,"kind":512,"name":"constructor","url":"classes/UnionPermissionReader.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"UnionPermissionReader"},{"id":170,"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":171,"kind":2048,"name":"applyPermissions","url":"classes/UnionPermissionReader.html#applyPermissions","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"UnionPermissionReader"},{"id":172,"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":173,"kind":2048,"name":"canHandle","url":"classes/UnionPermissionReader.html#canHandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"UnionPermissionReader"},{"id":174,"kind":2048,"name":"handle","url":"classes/UnionPermissionReader.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"UnionPermissionReader"},{"id":175,"kind":2048,"name":"handleSafe","url":"classes/UnionPermissionReader.html#handleSafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"UnionPermissionReader"},{"id":176,"kind":128,"name":"WebAclReader","url":"classes/WebAclReader.html","classes":"tsd-kind-class"},{"id":177,"kind":512,"name":"constructor","url":"classes/WebAclReader.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"WebAclReader"},{"id":178,"kind":1024,"name":"logger","url":"classes/WebAclReader.html#logger","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"WebAclReader"},{"id":179,"kind":1024,"name":"aclStrategy","url":"classes/WebAclReader.html#aclStrategy","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"WebAclReader"},{"id":180,"kind":1024,"name":"aclStore","url":"classes/WebAclReader.html#aclStore","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"WebAclReader"},{"id":181,"kind":1024,"name":"identifierStrategy","url":"classes/WebAclReader.html#identifierStrategy","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"WebAclReader"},{"id":182,"kind":1024,"name":"accessChecker","url":"classes/WebAclReader.html#accessChecker","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"WebAclReader"},{"id":183,"kind":2048,"name":"handle","url":"classes/WebAclReader.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"WebAclReader"},{"id":184,"kind":2048,"name":"createPermissions","url":"classes/WebAclReader.html#createPermissions","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"WebAclReader"},{"id":185,"kind":2048,"name":"determinePermissions","url":"classes/WebAclReader.html#determinePermissions","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"WebAclReader"},{"id":186,"kind":2048,"name":"updateAclPermissions","url":"classes/WebAclReader.html#updateAclPermissions","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"WebAclReader"},{"id":187,"kind":2048,"name":"getAclRecursive","url":"classes/WebAclReader.html#getAclRecursive","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"WebAclReader"},{"id":188,"kind":2048,"name":"filterData","url":"classes/WebAclReader.html#filterData","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"WebAclReader"},{"id":189,"kind":2048,"name":"canHandle","url":"classes/WebAclReader.html#canHandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"WebAclReader"},{"id":190,"kind":2048,"name":"handleSafe","url":"classes/WebAclReader.html#handleSafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"WebAclReader"},{"id":191,"kind":256,"name":"AuxiliaryIdentifierStrategy","url":"interfaces/AuxiliaryIdentifierStrategy.html","classes":"tsd-kind-interface"},{"id":192,"kind":2048,"name":"getAuxiliaryIdentifier","url":"interfaces/AuxiliaryIdentifierStrategy.html#getAuxiliaryIdentifier","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"AuxiliaryIdentifierStrategy"},{"id":193,"kind":2048,"name":"getAuxiliaryIdentifiers","url":"interfaces/AuxiliaryIdentifierStrategy.html#getAuxiliaryIdentifiers","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"AuxiliaryIdentifierStrategy"},{"id":194,"kind":2048,"name":"isAuxiliaryIdentifier","url":"interfaces/AuxiliaryIdentifierStrategy.html#isAuxiliaryIdentifier","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"AuxiliaryIdentifierStrategy"},{"id":195,"kind":2048,"name":"getSubjectIdentifier","url":"interfaces/AuxiliaryIdentifierStrategy.html#getSubjectIdentifier","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"AuxiliaryIdentifierStrategy"},{"id":196,"kind":256,"name":"AuxiliaryStrategy","url":"interfaces/AuxiliaryStrategy.html","classes":"tsd-kind-interface"},{"id":197,"kind":2048,"name":"usesOwnAuthorization","url":"interfaces/AuxiliaryStrategy.html#usesOwnAuthorization","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"AuxiliaryStrategy"},{"id":198,"kind":2048,"name":"isRequiredInRoot","url":"interfaces/AuxiliaryStrategy.html#isRequiredInRoot","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"AuxiliaryStrategy"},{"id":199,"kind":2048,"name":"addMetadata","url":"interfaces/AuxiliaryStrategy.html#addMetadata","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"AuxiliaryStrategy"},{"id":200,"kind":2048,"name":"validate","url":"interfaces/AuxiliaryStrategy.html#validate","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"AuxiliaryStrategy"},{"id":201,"kind":2048,"name":"getAuxiliaryIdentifier","url":"interfaces/AuxiliaryStrategy.html#getAuxiliaryIdentifier","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited","parent":"AuxiliaryStrategy"},{"id":202,"kind":2048,"name":"getAuxiliaryIdentifiers","url":"interfaces/AuxiliaryStrategy.html#getAuxiliaryIdentifiers","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited","parent":"AuxiliaryStrategy"},{"id":203,"kind":2048,"name":"isAuxiliaryIdentifier","url":"interfaces/AuxiliaryStrategy.html#isAuxiliaryIdentifier","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited","parent":"AuxiliaryStrategy"},{"id":204,"kind":2048,"name":"getSubjectIdentifier","url":"interfaces/AuxiliaryStrategy.html#getSubjectIdentifier","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited","parent":"AuxiliaryStrategy"},{"id":205,"kind":128,"name":"ComposedAuxiliaryStrategy","url":"classes/ComposedAuxiliaryStrategy.html","classes":"tsd-kind-class"},{"id":206,"kind":512,"name":"constructor","url":"classes/ComposedAuxiliaryStrategy.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"ComposedAuxiliaryStrategy"},{"id":207,"kind":1024,"name":"identifierStrategy","url":"classes/ComposedAuxiliaryStrategy.html#identifierStrategy","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"ComposedAuxiliaryStrategy"},{"id":208,"kind":1024,"name":"metadataGenerator","url":"classes/ComposedAuxiliaryStrategy.html#metadataGenerator","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"ComposedAuxiliaryStrategy"},{"id":209,"kind":1024,"name":"validator","url":"classes/ComposedAuxiliaryStrategy.html#validator","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"ComposedAuxiliaryStrategy"},{"id":210,"kind":1024,"name":"ownAuthorization","url":"classes/ComposedAuxiliaryStrategy.html#ownAuthorization","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"ComposedAuxiliaryStrategy"},{"id":211,"kind":1024,"name":"requiredInRoot","url":"classes/ComposedAuxiliaryStrategy.html#requiredInRoot","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"ComposedAuxiliaryStrategy"},{"id":212,"kind":2048,"name":"getAuxiliaryIdentifier","url":"classes/ComposedAuxiliaryStrategy.html#getAuxiliaryIdentifier","classes":"tsd-kind-method tsd-parent-kind-class","parent":"ComposedAuxiliaryStrategy"},{"id":213,"kind":2048,"name":"getAuxiliaryIdentifiers","url":"classes/ComposedAuxiliaryStrategy.html#getAuxiliaryIdentifiers","classes":"tsd-kind-method tsd-parent-kind-class","parent":"ComposedAuxiliaryStrategy"},{"id":214,"kind":2048,"name":"isAuxiliaryIdentifier","url":"classes/ComposedAuxiliaryStrategy.html#isAuxiliaryIdentifier","classes":"tsd-kind-method tsd-parent-kind-class","parent":"ComposedAuxiliaryStrategy"},{"id":215,"kind":2048,"name":"getSubjectIdentifier","url":"classes/ComposedAuxiliaryStrategy.html#getSubjectIdentifier","classes":"tsd-kind-method tsd-parent-kind-class","parent":"ComposedAuxiliaryStrategy"},{"id":216,"kind":2048,"name":"usesOwnAuthorization","url":"classes/ComposedAuxiliaryStrategy.html#usesOwnAuthorization","classes":"tsd-kind-method tsd-parent-kind-class","parent":"ComposedAuxiliaryStrategy"},{"id":217,"kind":2048,"name":"isRequiredInRoot","url":"classes/ComposedAuxiliaryStrategy.html#isRequiredInRoot","classes":"tsd-kind-method tsd-parent-kind-class","parent":"ComposedAuxiliaryStrategy"},{"id":218,"kind":2048,"name":"addMetadata","url":"classes/ComposedAuxiliaryStrategy.html#addMetadata","classes":"tsd-kind-method tsd-parent-kind-class","parent":"ComposedAuxiliaryStrategy"},{"id":219,"kind":2048,"name":"validate","url":"classes/ComposedAuxiliaryStrategy.html#validate","classes":"tsd-kind-method tsd-parent-kind-class","parent":"ComposedAuxiliaryStrategy"},{"id":220,"kind":128,"name":"LinkMetadataGenerator","url":"classes/LinkMetadataGenerator.html","classes":"tsd-kind-class"},{"id":221,"kind":512,"name":"constructor","url":"classes/LinkMetadataGenerator.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"LinkMetadataGenerator"},{"id":222,"kind":1024,"name":"link","url":"classes/LinkMetadataGenerator.html#link","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"LinkMetadataGenerator"},{"id":223,"kind":1024,"name":"identifierStrategy","url":"classes/LinkMetadataGenerator.html#identifierStrategy","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"LinkMetadataGenerator"},{"id":224,"kind":2048,"name":"handle","url":"classes/LinkMetadataGenerator.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"LinkMetadataGenerator"},{"id":225,"kind":2048,"name":"canHandle","url":"classes/LinkMetadataGenerator.html#canHandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"LinkMetadataGenerator"},{"id":226,"kind":2048,"name":"handleSafe","url":"classes/LinkMetadataGenerator.html#handleSafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"LinkMetadataGenerator"},{"id":227,"kind":128,"name":"MetadataGenerator","url":"classes/MetadataGenerator.html","classes":"tsd-kind-class"},{"id":228,"kind":512,"name":"constructor","url":"classes/MetadataGenerator.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"MetadataGenerator"},{"id":229,"kind":2048,"name":"canHandle","url":"classes/MetadataGenerator.html#canHandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MetadataGenerator"},{"id":230,"kind":2048,"name":"handle","url":"classes/MetadataGenerator.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MetadataGenerator"},{"id":231,"kind":2048,"name":"handleSafe","url":"classes/MetadataGenerator.html#handleSafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MetadataGenerator"},{"id":232,"kind":128,"name":"RdfValidator","url":"classes/RdfValidator.html","classes":"tsd-kind-class"},{"id":233,"kind":512,"name":"constructor","url":"classes/RdfValidator.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"RdfValidator"},{"id":234,"kind":1024,"name":"converter","url":"classes/RdfValidator.html#converter","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"RdfValidator"},{"id":235,"kind":2048,"name":"handle","url":"classes/RdfValidator.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"RdfValidator"},{"id":236,"kind":2048,"name":"canHandle","url":"classes/RdfValidator.html#canHandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RdfValidator"},{"id":237,"kind":2048,"name":"handleSafe","url":"classes/RdfValidator.html#handleSafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RdfValidator"},{"id":238,"kind":128,"name":"RoutingAuxiliaryIdentifierStrategy","url":"classes/RoutingAuxiliaryIdentifierStrategy.html","classes":"tsd-kind-class"},{"id":239,"kind":512,"name":"constructor","url":"classes/RoutingAuxiliaryIdentifierStrategy.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"RoutingAuxiliaryIdentifierStrategy"},{"id":240,"kind":1024,"name":"sources","url":"classes/RoutingAuxiliaryIdentifierStrategy.html#sources","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"RoutingAuxiliaryIdentifierStrategy"},{"id":241,"kind":2048,"name":"getAuxiliaryIdentifier","url":"classes/RoutingAuxiliaryIdentifierStrategy.html#getAuxiliaryIdentifier","classes":"tsd-kind-method tsd-parent-kind-class","parent":"RoutingAuxiliaryIdentifierStrategy"},{"id":242,"kind":2048,"name":"getAuxiliaryIdentifiers","url":"classes/RoutingAuxiliaryIdentifierStrategy.html#getAuxiliaryIdentifiers","classes":"tsd-kind-method tsd-parent-kind-class","parent":"RoutingAuxiliaryIdentifierStrategy"},{"id":243,"kind":2048,"name":"isAuxiliaryIdentifier","url":"classes/RoutingAuxiliaryIdentifierStrategy.html#isAuxiliaryIdentifier","classes":"tsd-kind-method tsd-parent-kind-class","parent":"RoutingAuxiliaryIdentifierStrategy"},{"id":244,"kind":2048,"name":"getSubjectIdentifier","url":"classes/RoutingAuxiliaryIdentifierStrategy.html#getSubjectIdentifier","classes":"tsd-kind-method tsd-parent-kind-class","parent":"RoutingAuxiliaryIdentifierStrategy"},{"id":245,"kind":2048,"name":"getMatchingSource","url":"classes/RoutingAuxiliaryIdentifierStrategy.html#getMatchingSource","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-protected","parent":"RoutingAuxiliaryIdentifierStrategy"},{"id":246,"kind":128,"name":"RoutingAuxiliaryStrategy","url":"classes/RoutingAuxiliaryStrategy.html","classes":"tsd-kind-class"},{"id":247,"kind":512,"name":"constructor","url":"classes/RoutingAuxiliaryStrategy.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"RoutingAuxiliaryStrategy"},{"id":248,"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":249,"kind":2048,"name":"usesOwnAuthorization","url":"classes/RoutingAuxiliaryStrategy.html#usesOwnAuthorization","classes":"tsd-kind-method tsd-parent-kind-class","parent":"RoutingAuxiliaryStrategy"},{"id":250,"kind":2048,"name":"isRequiredInRoot","url":"classes/RoutingAuxiliaryStrategy.html#isRequiredInRoot","classes":"tsd-kind-method tsd-parent-kind-class","parent":"RoutingAuxiliaryStrategy"},{"id":251,"kind":2048,"name":"addMetadata","url":"classes/RoutingAuxiliaryStrategy.html#addMetadata","classes":"tsd-kind-method tsd-parent-kind-class","parent":"RoutingAuxiliaryStrategy"},{"id":252,"kind":2048,"name":"validate","url":"classes/RoutingAuxiliaryStrategy.html#validate","classes":"tsd-kind-method tsd-parent-kind-class","parent":"RoutingAuxiliaryStrategy"},{"id":253,"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":254,"kind":2048,"name":"getAuxiliaryIdentifier","url":"classes/RoutingAuxiliaryStrategy.html#getAuxiliaryIdentifier","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RoutingAuxiliaryStrategy"},{"id":255,"kind":2048,"name":"getAuxiliaryIdentifiers","url":"classes/RoutingAuxiliaryStrategy.html#getAuxiliaryIdentifiers","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RoutingAuxiliaryStrategy"},{"id":256,"kind":2048,"name":"isAuxiliaryIdentifier","url":"classes/RoutingAuxiliaryStrategy.html#isAuxiliaryIdentifier","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RoutingAuxiliaryStrategy"},{"id":257,"kind":2048,"name":"getSubjectIdentifier","url":"classes/RoutingAuxiliaryStrategy.html#getSubjectIdentifier","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RoutingAuxiliaryStrategy"},{"id":258,"kind":128,"name":"SuffixAuxiliaryIdentifierStrategy","url":"classes/SuffixAuxiliaryIdentifierStrategy.html","classes":"tsd-kind-class"},{"id":259,"kind":512,"name":"constructor","url":"classes/SuffixAuxiliaryIdentifierStrategy.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"SuffixAuxiliaryIdentifierStrategy"},{"id":260,"kind":1024,"name":"suffix","url":"classes/SuffixAuxiliaryIdentifierStrategy.html#suffix","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"SuffixAuxiliaryIdentifierStrategy"},{"id":261,"kind":2048,"name":"getAuxiliaryIdentifier","url":"classes/SuffixAuxiliaryIdentifierStrategy.html#getAuxiliaryIdentifier","classes":"tsd-kind-method tsd-parent-kind-class","parent":"SuffixAuxiliaryIdentifierStrategy"},{"id":262,"kind":2048,"name":"getAuxiliaryIdentifiers","url":"classes/SuffixAuxiliaryIdentifierStrategy.html#getAuxiliaryIdentifiers","classes":"tsd-kind-method tsd-parent-kind-class","parent":"SuffixAuxiliaryIdentifierStrategy"},{"id":263,"kind":2048,"name":"isAuxiliaryIdentifier","url":"classes/SuffixAuxiliaryIdentifierStrategy.html#isAuxiliaryIdentifier","classes":"tsd-kind-method tsd-parent-kind-class","parent":"SuffixAuxiliaryIdentifierStrategy"},{"id":264,"kind":2048,"name":"getSubjectIdentifier","url":"classes/SuffixAuxiliaryIdentifierStrategy.html#getSubjectIdentifier","classes":"tsd-kind-method tsd-parent-kind-class","parent":"SuffixAuxiliaryIdentifierStrategy"},{"id":265,"kind":128,"name":"Validator","url":"classes/Validator.html","classes":"tsd-kind-class"},{"id":266,"kind":512,"name":"constructor","url":"classes/Validator.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"Validator"},{"id":267,"kind":2048,"name":"canHandle","url":"classes/Validator.html#canHandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Validator"},{"id":268,"kind":2048,"name":"handle","url":"classes/Validator.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Validator"},{"id":269,"kind":2048,"name":"handleSafe","url":"classes/Validator.html#handleSafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Validator"},{"id":270,"kind":256,"name":"BodyParserArgs","url":"interfaces/BodyParserArgs.html","classes":"tsd-kind-interface"},{"id":271,"kind":1024,"name":"request","url":"interfaces/BodyParserArgs.html#request","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"BodyParserArgs"},{"id":272,"kind":1024,"name":"metadata","url":"interfaces/BodyParserArgs.html#metadata","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"BodyParserArgs"},{"id":273,"kind":128,"name":"BodyParser","url":"classes/BodyParser.html","classes":"tsd-kind-class"},{"id":274,"kind":512,"name":"constructor","url":"classes/BodyParser.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"BodyParser"},{"id":275,"kind":2048,"name":"canHandle","url":"classes/BodyParser.html#canHandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"BodyParser"},{"id":276,"kind":2048,"name":"handle","url":"classes/BodyParser.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"BodyParser"},{"id":277,"kind":2048,"name":"handleSafe","url":"classes/BodyParser.html#handleSafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"BodyParser"},{"id":278,"kind":128,"name":"RawBodyParser","url":"classes/RawBodyParser.html","classes":"tsd-kind-class"},{"id":279,"kind":512,"name":"constructor","url":"classes/RawBodyParser.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"RawBodyParser"},{"id":280,"kind":1024,"name":"logger","url":"classes/RawBodyParser.html#logger","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"RawBodyParser"},{"id":281,"kind":2048,"name":"handle","url":"classes/RawBodyParser.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"RawBodyParser"},{"id":282,"kind":2048,"name":"canHandle","url":"classes/RawBodyParser.html#canHandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RawBodyParser"},{"id":283,"kind":2048,"name":"handleSafe","url":"classes/RawBodyParser.html#handleSafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RawBodyParser"},{"id":284,"kind":128,"name":"SparqlUpdateBodyParser","url":"classes/SparqlUpdateBodyParser.html","classes":"tsd-kind-class"},{"id":285,"kind":512,"name":"constructor","url":"classes/SparqlUpdateBodyParser.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"SparqlUpdateBodyParser"},{"id":286,"kind":1024,"name":"logger","url":"classes/SparqlUpdateBodyParser.html#logger","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"SparqlUpdateBodyParser"},{"id":287,"kind":2048,"name":"canHandle","url":"classes/SparqlUpdateBodyParser.html#canHandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"SparqlUpdateBodyParser"},{"id":288,"kind":2048,"name":"handle","url":"classes/SparqlUpdateBodyParser.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"SparqlUpdateBodyParser"},{"id":289,"kind":2048,"name":"handleSafe","url":"classes/SparqlUpdateBodyParser.html#handleSafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"SparqlUpdateBodyParser"},{"id":290,"kind":128,"name":"BasicConditionsParser","url":"classes/BasicConditionsParser.html","classes":"tsd-kind-class"},{"id":291,"kind":512,"name":"constructor","url":"classes/BasicConditionsParser.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"BasicConditionsParser"},{"id":292,"kind":1024,"name":"logger","url":"classes/BasicConditionsParser.html#logger","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"BasicConditionsParser"},{"id":293,"kind":2048,"name":"handle","url":"classes/BasicConditionsParser.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"BasicConditionsParser"},{"id":294,"kind":2048,"name":"parseDateHeader","url":"classes/BasicConditionsParser.html#parseDateHeader","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"BasicConditionsParser"},{"id":295,"kind":2048,"name":"parseTagHeader","url":"classes/BasicConditionsParser.html#parseTagHeader","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"BasicConditionsParser"},{"id":296,"kind":2048,"name":"canHandle","url":"classes/BasicConditionsParser.html#canHandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"BasicConditionsParser"},{"id":297,"kind":2048,"name":"handleSafe","url":"classes/BasicConditionsParser.html#handleSafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"BasicConditionsParser"},{"id":298,"kind":128,"name":"ConditionsParser","url":"classes/ConditionsParser.html","classes":"tsd-kind-class"},{"id":299,"kind":512,"name":"constructor","url":"classes/ConditionsParser.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"ConditionsParser"},{"id":300,"kind":2048,"name":"canHandle","url":"classes/ConditionsParser.html#canHandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ConditionsParser"},{"id":301,"kind":2048,"name":"handle","url":"classes/ConditionsParser.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ConditionsParser"},{"id":302,"kind":2048,"name":"handleSafe","url":"classes/ConditionsParser.html#handleSafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ConditionsParser"},{"id":303,"kind":128,"name":"OriginalUrlExtractor","url":"classes/OriginalUrlExtractor.html","classes":"tsd-kind-class"},{"id":304,"kind":512,"name":"constructor","url":"classes/OriginalUrlExtractor.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"OriginalUrlExtractor"},{"id":305,"kind":1024,"name":"includeQueryString","url":"classes/OriginalUrlExtractor.html#includeQueryString","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"OriginalUrlExtractor"},{"id":306,"kind":2048,"name":"handle","url":"classes/OriginalUrlExtractor.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"OriginalUrlExtractor"},{"id":307,"kind":2048,"name":"canHandle","url":"classes/OriginalUrlExtractor.html#canHandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"OriginalUrlExtractor"},{"id":308,"kind":2048,"name":"handleSafe","url":"classes/OriginalUrlExtractor.html#handleSafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"OriginalUrlExtractor"},{"id":309,"kind":128,"name":"TargetExtractor","url":"classes/TargetExtractor.html","classes":"tsd-kind-class"},{"id":310,"kind":512,"name":"constructor","url":"classes/TargetExtractor.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"TargetExtractor"},{"id":311,"kind":2048,"name":"canHandle","url":"classes/TargetExtractor.html#canHandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TargetExtractor"},{"id":312,"kind":2048,"name":"handle","url":"classes/TargetExtractor.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TargetExtractor"},{"id":313,"kind":2048,"name":"handleSafe","url":"classes/TargetExtractor.html#handleSafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TargetExtractor"},{"id":314,"kind":128,"name":"ContentTypeParser","url":"classes/ContentTypeParser.html","classes":"tsd-kind-class"},{"id":315,"kind":512,"name":"constructor","url":"classes/ContentTypeParser.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"ContentTypeParser"},{"id":316,"kind":2048,"name":"handle","url":"classes/ContentTypeParser.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"ContentTypeParser"},{"id":317,"kind":2048,"name":"canHandle","url":"classes/ContentTypeParser.html#canHandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ContentTypeParser"},{"id":318,"kind":2048,"name":"handleSafe","url":"classes/ContentTypeParser.html#handleSafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ContentTypeParser"},{"id":319,"kind":128,"name":"LinkRelParser","url":"classes/LinkRelParser.html","classes":"tsd-kind-class"},{"id":320,"kind":512,"name":"constructor","url":"classes/LinkRelParser.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"LinkRelParser"},{"id":321,"kind":1024,"name":"logger","url":"classes/LinkRelParser.html#logger","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"LinkRelParser"},{"id":322,"kind":1024,"name":"linkRelMap","url":"classes/LinkRelParser.html#linkRelMap","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"LinkRelParser"},{"id":323,"kind":2048,"name":"handle","url":"classes/LinkRelParser.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"LinkRelParser"},{"id":324,"kind":2048,"name":"parseLink","url":"classes/LinkRelParser.html#parseLink","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-protected","parent":"LinkRelParser"},{"id":325,"kind":2048,"name":"canHandle","url":"classes/LinkRelParser.html#canHandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"LinkRelParser"},{"id":326,"kind":2048,"name":"handleSafe","url":"classes/LinkRelParser.html#handleSafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"LinkRelParser"},{"id":327,"kind":128,"name":"MetadataParser","url":"classes/MetadataParser.html","classes":"tsd-kind-class"},{"id":328,"kind":512,"name":"constructor","url":"classes/MetadataParser.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"MetadataParser"},{"id":329,"kind":2048,"name":"canHandle","url":"classes/MetadataParser.html#canHandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MetadataParser"},{"id":330,"kind":2048,"name":"handle","url":"classes/MetadataParser.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MetadataParser"},{"id":331,"kind":2048,"name":"handleSafe","url":"classes/MetadataParser.html#handleSafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MetadataParser"},{"id":332,"kind":128,"name":"SlugParser","url":"classes/SlugParser.html","classes":"tsd-kind-class"},{"id":333,"kind":512,"name":"constructor","url":"classes/SlugParser.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"SlugParser"},{"id":334,"kind":1024,"name":"logger","url":"classes/SlugParser.html#logger","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"SlugParser"},{"id":335,"kind":2048,"name":"handle","url":"classes/SlugParser.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"SlugParser"},{"id":336,"kind":2048,"name":"canHandle","url":"classes/SlugParser.html#canHandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"SlugParser"},{"id":337,"kind":2048,"name":"handleSafe","url":"classes/SlugParser.html#handleSafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"SlugParser"},{"id":338,"kind":128,"name":"AcceptPreferenceParser","url":"classes/AcceptPreferenceParser.html","classes":"tsd-kind-class"},{"id":339,"kind":512,"name":"constructor","url":"classes/AcceptPreferenceParser.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"AcceptPreferenceParser"},{"id":340,"kind":2048,"name":"handle","url":"classes/AcceptPreferenceParser.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"AcceptPreferenceParser"},{"id":341,"kind":2048,"name":"canHandle","url":"classes/AcceptPreferenceParser.html#canHandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"AcceptPreferenceParser"},{"id":342,"kind":2048,"name":"handleSafe","url":"classes/AcceptPreferenceParser.html#handleSafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"AcceptPreferenceParser"},{"id":343,"kind":128,"name":"PreferenceParser","url":"classes/PreferenceParser.html","classes":"tsd-kind-class"},{"id":344,"kind":512,"name":"constructor","url":"classes/PreferenceParser.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"PreferenceParser"},{"id":345,"kind":2048,"name":"canHandle","url":"classes/PreferenceParser.html#canHandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"PreferenceParser"},{"id":346,"kind":2048,"name":"handle","url":"classes/PreferenceParser.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"PreferenceParser"},{"id":347,"kind":2048,"name":"handleSafe","url":"classes/PreferenceParser.html#handleSafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"PreferenceParser"},{"id":348,"kind":256,"name":"BasicRequestParserArgs","url":"interfaces/BasicRequestParserArgs.html","classes":"tsd-kind-interface"},{"id":349,"kind":1024,"name":"targetExtractor","url":"interfaces/BasicRequestParserArgs.html#targetExtractor","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"BasicRequestParserArgs"},{"id":350,"kind":1024,"name":"preferenceParser","url":"interfaces/BasicRequestParserArgs.html#preferenceParser","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"BasicRequestParserArgs"},{"id":351,"kind":1024,"name":"metadataParser","url":"interfaces/BasicRequestParserArgs.html#metadataParser","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"BasicRequestParserArgs"},{"id":352,"kind":1024,"name":"conditionsParser","url":"interfaces/BasicRequestParserArgs.html#conditionsParser","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"BasicRequestParserArgs"},{"id":353,"kind":1024,"name":"bodyParser","url":"interfaces/BasicRequestParserArgs.html#bodyParser","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"BasicRequestParserArgs"},{"id":354,"kind":128,"name":"BasicRequestParser","url":"classes/BasicRequestParser.html","classes":"tsd-kind-class"},{"id":355,"kind":512,"name":"constructor","url":"classes/BasicRequestParser.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"BasicRequestParser"},{"id":356,"kind":1024,"name":"targetExtractor","url":"classes/BasicRequestParser.html#targetExtractor","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"BasicRequestParser"},{"id":357,"kind":1024,"name":"preferenceParser","url":"classes/BasicRequestParser.html#preferenceParser","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"BasicRequestParser"},{"id":358,"kind":1024,"name":"metadataParser","url":"classes/BasicRequestParser.html#metadataParser","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"BasicRequestParser"},{"id":359,"kind":1024,"name":"conditionsParser","url":"classes/BasicRequestParser.html#conditionsParser","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"BasicRequestParser"},{"id":360,"kind":1024,"name":"bodyParser","url":"classes/BasicRequestParser.html#bodyParser","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"BasicRequestParser"},{"id":361,"kind":2048,"name":"handle","url":"classes/BasicRequestParser.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"BasicRequestParser"},{"id":362,"kind":2048,"name":"canHandle","url":"classes/BasicRequestParser.html#canHandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"BasicRequestParser"},{"id":363,"kind":2048,"name":"handleSafe","url":"classes/BasicRequestParser.html#handleSafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"BasicRequestParser"},{"id":364,"kind":128,"name":"RequestParser","url":"classes/RequestParser.html","classes":"tsd-kind-class"},{"id":365,"kind":512,"name":"constructor","url":"classes/RequestParser.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"RequestParser"},{"id":366,"kind":2048,"name":"canHandle","url":"classes/RequestParser.html#canHandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RequestParser"},{"id":367,"kind":2048,"name":"handle","url":"classes/RequestParser.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RequestParser"},{"id":368,"kind":2048,"name":"handleSafe","url":"classes/RequestParser.html#handleSafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RequestParser"},{"id":369,"kind":256,"name":"OperationMetadataCollectorInput","url":"interfaces/OperationMetadataCollectorInput.html","classes":"tsd-kind-interface"},{"id":370,"kind":1024,"name":"metadata","url":"interfaces/OperationMetadataCollectorInput.html#metadata","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"OperationMetadataCollectorInput"},{"id":371,"kind":1024,"name":"operation","url":"interfaces/OperationMetadataCollectorInput.html#operation","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"OperationMetadataCollectorInput"},{"id":372,"kind":128,"name":"OperationMetadataCollector","url":"classes/OperationMetadataCollector.html","classes":"tsd-kind-class"},{"id":373,"kind":512,"name":"constructor","url":"classes/OperationMetadataCollector.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"OperationMetadataCollector"},{"id":374,"kind":2048,"name":"canHandle","url":"classes/OperationMetadataCollector.html#canHandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"OperationMetadataCollector"},{"id":375,"kind":2048,"name":"handle","url":"classes/OperationMetadataCollector.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"OperationMetadataCollector"},{"id":376,"kind":2048,"name":"handleSafe","url":"classes/OperationMetadataCollector.html#handleSafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"OperationMetadataCollector"},{"id":377,"kind":128,"name":"WebAclMetadataCollector","url":"classes/WebAclMetadataCollector.html","classes":"tsd-kind-class"},{"id":378,"kind":512,"name":"constructor","url":"classes/WebAclMetadataCollector.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"WebAclMetadataCollector"},{"id":379,"kind":2048,"name":"handle","url":"classes/WebAclMetadataCollector.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"WebAclMetadataCollector"},{"id":380,"kind":2048,"name":"canHandle","url":"classes/WebAclMetadataCollector.html#canHandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"WebAclMetadataCollector"},{"id":381,"kind":2048,"name":"handleSafe","url":"classes/WebAclMetadataCollector.html#handleSafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"WebAclMetadataCollector"},{"id":382,"kind":128,"name":"DeleteOperationHandler","url":"classes/DeleteOperationHandler.html","classes":"tsd-kind-class"},{"id":383,"kind":512,"name":"constructor","url":"classes/DeleteOperationHandler.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"DeleteOperationHandler"},{"id":384,"kind":1024,"name":"store","url":"classes/DeleteOperationHandler.html#store","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"DeleteOperationHandler"},{"id":385,"kind":2048,"name":"canHandle","url":"classes/DeleteOperationHandler.html#canHandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"DeleteOperationHandler"},{"id":386,"kind":2048,"name":"handle","url":"classes/DeleteOperationHandler.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"DeleteOperationHandler"},{"id":387,"kind":2048,"name":"handleSafe","url":"classes/DeleteOperationHandler.html#handleSafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"DeleteOperationHandler"},{"id":388,"kind":128,"name":"GetOperationHandler","url":"classes/GetOperationHandler.html","classes":"tsd-kind-class"},{"id":389,"kind":512,"name":"constructor","url":"classes/GetOperationHandler.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"GetOperationHandler"},{"id":390,"kind":1024,"name":"store","url":"classes/GetOperationHandler.html#store","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"GetOperationHandler"},{"id":391,"kind":2048,"name":"canHandle","url":"classes/GetOperationHandler.html#canHandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"GetOperationHandler"},{"id":392,"kind":2048,"name":"handle","url":"classes/GetOperationHandler.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"GetOperationHandler"},{"id":393,"kind":2048,"name":"handleSafe","url":"classes/GetOperationHandler.html#handleSafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GetOperationHandler"},{"id":394,"kind":128,"name":"HeadOperationHandler","url":"classes/HeadOperationHandler.html","classes":"tsd-kind-class"},{"id":395,"kind":512,"name":"constructor","url":"classes/HeadOperationHandler.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"HeadOperationHandler"},{"id":396,"kind":1024,"name":"store","url":"classes/HeadOperationHandler.html#store","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"HeadOperationHandler"},{"id":397,"kind":2048,"name":"canHandle","url":"classes/HeadOperationHandler.html#canHandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"HeadOperationHandler"},{"id":398,"kind":2048,"name":"handle","url":"classes/HeadOperationHandler.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"HeadOperationHandler"},{"id":399,"kind":2048,"name":"handleSafe","url":"classes/HeadOperationHandler.html#handleSafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"HeadOperationHandler"},{"id":400,"kind":256,"name":"OperationHandlerInput","url":"interfaces/OperationHandlerInput.html","classes":"tsd-kind-interface"},{"id":401,"kind":1024,"name":"operation","url":"interfaces/OperationHandlerInput.html#operation","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"OperationHandlerInput"},{"id":402,"kind":128,"name":"OperationHandler","url":"classes/OperationHandler.html","classes":"tsd-kind-class"},{"id":403,"kind":512,"name":"constructor","url":"classes/OperationHandler.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"OperationHandler"},{"id":404,"kind":2048,"name":"canHandle","url":"classes/OperationHandler.html#canHandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"OperationHandler"},{"id":405,"kind":2048,"name":"handle","url":"classes/OperationHandler.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"OperationHandler"},{"id":406,"kind":2048,"name":"handleSafe","url":"classes/OperationHandler.html#handleSafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"OperationHandler"},{"id":407,"kind":128,"name":"PatchOperationHandler","url":"classes/PatchOperationHandler.html","classes":"tsd-kind-class"},{"id":408,"kind":512,"name":"constructor","url":"classes/PatchOperationHandler.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"PatchOperationHandler"},{"id":409,"kind":1024,"name":"logger","url":"classes/PatchOperationHandler.html#logger","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"PatchOperationHandler"},{"id":410,"kind":1024,"name":"store","url":"classes/PatchOperationHandler.html#store","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"PatchOperationHandler"},{"id":411,"kind":2048,"name":"canHandle","url":"classes/PatchOperationHandler.html#canHandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"PatchOperationHandler"},{"id":412,"kind":2048,"name":"handle","url":"classes/PatchOperationHandler.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"PatchOperationHandler"},{"id":413,"kind":2048,"name":"handleSafe","url":"classes/PatchOperationHandler.html#handleSafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"PatchOperationHandler"},{"id":414,"kind":128,"name":"PostOperationHandler","url":"classes/PostOperationHandler.html","classes":"tsd-kind-class"},{"id":415,"kind":512,"name":"constructor","url":"classes/PostOperationHandler.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"PostOperationHandler"},{"id":416,"kind":1024,"name":"logger","url":"classes/PostOperationHandler.html#logger","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"PostOperationHandler"},{"id":417,"kind":1024,"name":"store","url":"classes/PostOperationHandler.html#store","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"PostOperationHandler"},{"id":418,"kind":2048,"name":"canHandle","url":"classes/PostOperationHandler.html#canHandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"PostOperationHandler"},{"id":419,"kind":2048,"name":"handle","url":"classes/PostOperationHandler.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"PostOperationHandler"},{"id":420,"kind":2048,"name":"handleSafe","url":"classes/PostOperationHandler.html#handleSafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"PostOperationHandler"},{"id":421,"kind":128,"name":"PutOperationHandler","url":"classes/PutOperationHandler.html","classes":"tsd-kind-class"},{"id":422,"kind":512,"name":"constructor","url":"classes/PutOperationHandler.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"PutOperationHandler"},{"id":423,"kind":1024,"name":"logger","url":"classes/PutOperationHandler.html#logger","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"PutOperationHandler"},{"id":424,"kind":1024,"name":"store","url":"classes/PutOperationHandler.html#store","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"PutOperationHandler"},{"id":425,"kind":2048,"name":"canHandle","url":"classes/PutOperationHandler.html#canHandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"PutOperationHandler"},{"id":426,"kind":2048,"name":"handle","url":"classes/PutOperationHandler.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"PutOperationHandler"},{"id":427,"kind":2048,"name":"handleSafe","url":"classes/PutOperationHandler.html#handleSafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"PutOperationHandler"},{"id":428,"kind":128,"name":"ConvertingErrorHandler","url":"classes/ConvertingErrorHandler.html","classes":"tsd-kind-class"},{"id":429,"kind":512,"name":"constructor","url":"classes/ConvertingErrorHandler.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"ConvertingErrorHandler"},{"id":430,"kind":1024,"name":"converter","url":"classes/ConvertingErrorHandler.html#converter","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"ConvertingErrorHandler"},{"id":431,"kind":1024,"name":"showStackTrace","url":"classes/ConvertingErrorHandler.html#showStackTrace","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"ConvertingErrorHandler"},{"id":432,"kind":2048,"name":"canHandle","url":"classes/ConvertingErrorHandler.html#canHandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"ConvertingErrorHandler"},{"id":433,"kind":2048,"name":"handle","url":"classes/ConvertingErrorHandler.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"ConvertingErrorHandler"},{"id":434,"kind":2048,"name":"handleSafe","url":"classes/ConvertingErrorHandler.html#handleSafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"ConvertingErrorHandler"},{"id":435,"kind":2048,"name":"prepareArguments","url":"classes/ConvertingErrorHandler.html#prepareArguments","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"ConvertingErrorHandler"},{"id":436,"kind":2048,"name":"createResponse","url":"classes/ConvertingErrorHandler.html#createResponse","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"ConvertingErrorHandler"},{"id":437,"kind":2048,"name":"toRepresentation","url":"classes/ConvertingErrorHandler.html#toRepresentation","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"ConvertingErrorHandler"},{"id":438,"kind":256,"name":"ErrorHandlerArgs","url":"interfaces/ErrorHandlerArgs.html","classes":"tsd-kind-interface"},{"id":439,"kind":1024,"name":"error","url":"interfaces/ErrorHandlerArgs.html#error","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ErrorHandlerArgs"},{"id":440,"kind":1024,"name":"preferences","url":"interfaces/ErrorHandlerArgs.html#preferences","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ErrorHandlerArgs"},{"id":441,"kind":128,"name":"ErrorHandler","url":"classes/ErrorHandler.html","classes":"tsd-kind-class"},{"id":442,"kind":512,"name":"constructor","url":"classes/ErrorHandler.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"ErrorHandler"},{"id":443,"kind":2048,"name":"canHandle","url":"classes/ErrorHandler.html#canHandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ErrorHandler"},{"id":444,"kind":2048,"name":"handle","url":"classes/ErrorHandler.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ErrorHandler"},{"id":445,"kind":2048,"name":"handleSafe","url":"classes/ErrorHandler.html#handleSafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ErrorHandler"},{"id":446,"kind":128,"name":"SafeErrorHandler","url":"classes/SafeErrorHandler.html","classes":"tsd-kind-class"},{"id":447,"kind":512,"name":"constructor","url":"classes/SafeErrorHandler.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"SafeErrorHandler"},{"id":448,"kind":1024,"name":"logger","url":"classes/SafeErrorHandler.html#logger","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"SafeErrorHandler"},{"id":449,"kind":1024,"name":"errorHandler","url":"classes/SafeErrorHandler.html#errorHandler","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"SafeErrorHandler"},{"id":450,"kind":1024,"name":"showStackTrace","url":"classes/SafeErrorHandler.html#showStackTrace","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"SafeErrorHandler"},{"id":451,"kind":2048,"name":"handle","url":"classes/SafeErrorHandler.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"SafeErrorHandler"},{"id":452,"kind":2048,"name":"canHandle","url":"classes/SafeErrorHandler.html#canHandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"SafeErrorHandler"},{"id":453,"kind":2048,"name":"handleSafe","url":"classes/SafeErrorHandler.html#handleSafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"SafeErrorHandler"},{"id":454,"kind":128,"name":"ConstantMetadataWriter","url":"classes/ConstantMetadataWriter.html","classes":"tsd-kind-class"},{"id":455,"kind":512,"name":"constructor","url":"classes/ConstantMetadataWriter.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"ConstantMetadataWriter"},{"id":456,"kind":1024,"name":"headers","url":"classes/ConstantMetadataWriter.html#headers","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"ConstantMetadataWriter"},{"id":457,"kind":2048,"name":"handle","url":"classes/ConstantMetadataWriter.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"ConstantMetadataWriter"},{"id":458,"kind":2048,"name":"canHandle","url":"classes/ConstantMetadataWriter.html#canHandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ConstantMetadataWriter"},{"id":459,"kind":2048,"name":"handleSafe","url":"classes/ConstantMetadataWriter.html#handleSafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ConstantMetadataWriter"},{"id":460,"kind":128,"name":"LinkRelMetadataWriter","url":"classes/LinkRelMetadataWriter.html","classes":"tsd-kind-class"},{"id":461,"kind":512,"name":"constructor","url":"classes/LinkRelMetadataWriter.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"LinkRelMetadataWriter"},{"id":462,"kind":1024,"name":"linkRelMap","url":"classes/LinkRelMetadataWriter.html#linkRelMap","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"LinkRelMetadataWriter"},{"id":463,"kind":1024,"name":"logger","url":"classes/LinkRelMetadataWriter.html#logger","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"LinkRelMetadataWriter"},{"id":464,"kind":2048,"name":"handle","url":"classes/LinkRelMetadataWriter.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"LinkRelMetadataWriter"},{"id":465,"kind":2048,"name":"canHandle","url":"classes/LinkRelMetadataWriter.html#canHandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"LinkRelMetadataWriter"},{"id":466,"kind":2048,"name":"handleSafe","url":"classes/LinkRelMetadataWriter.html#handleSafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"LinkRelMetadataWriter"},{"id":467,"kind":128,"name":"MappedMetadataWriter","url":"classes/MappedMetadataWriter.html","classes":"tsd-kind-class"},{"id":468,"kind":512,"name":"constructor","url":"classes/MappedMetadataWriter.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"MappedMetadataWriter"},{"id":469,"kind":1024,"name":"headerMap","url":"classes/MappedMetadataWriter.html#headerMap","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"MappedMetadataWriter"},{"id":470,"kind":2048,"name":"handle","url":"classes/MappedMetadataWriter.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"MappedMetadataWriter"},{"id":471,"kind":2048,"name":"canHandle","url":"classes/MappedMetadataWriter.html#canHandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MappedMetadataWriter"},{"id":472,"kind":2048,"name":"handleSafe","url":"classes/MappedMetadataWriter.html#handleSafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MappedMetadataWriter"},{"id":473,"kind":128,"name":"MetadataWriter","url":"classes/MetadataWriter.html","classes":"tsd-kind-class"},{"id":474,"kind":512,"name":"constructor","url":"classes/MetadataWriter.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"MetadataWriter"},{"id":475,"kind":2048,"name":"canHandle","url":"classes/MetadataWriter.html#canHandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MetadataWriter"},{"id":476,"kind":2048,"name":"handle","url":"classes/MetadataWriter.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MetadataWriter"},{"id":477,"kind":2048,"name":"handleSafe","url":"classes/MetadataWriter.html#handleSafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MetadataWriter"},{"id":478,"kind":128,"name":"ModifiedMetadataWriter","url":"classes/ModifiedMetadataWriter.html","classes":"tsd-kind-class"},{"id":479,"kind":512,"name":"constructor","url":"classes/ModifiedMetadataWriter.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"ModifiedMetadataWriter"},{"id":480,"kind":2048,"name":"handle","url":"classes/ModifiedMetadataWriter.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"ModifiedMetadataWriter"},{"id":481,"kind":2048,"name":"canHandle","url":"classes/ModifiedMetadataWriter.html#canHandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ModifiedMetadataWriter"},{"id":482,"kind":2048,"name":"handleSafe","url":"classes/ModifiedMetadataWriter.html#handleSafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ModifiedMetadataWriter"},{"id":483,"kind":128,"name":"WacAllowMetadataWriter","url":"classes/WacAllowMetadataWriter.html","classes":"tsd-kind-class"},{"id":484,"kind":512,"name":"constructor","url":"classes/WacAllowMetadataWriter.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"WacAllowMetadataWriter"},{"id":485,"kind":2048,"name":"handle","url":"classes/WacAllowMetadataWriter.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"WacAllowMetadataWriter"},{"id":486,"kind":2048,"name":"aclToPermission","url":"classes/WacAllowMetadataWriter.html#aclToPermission","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"WacAllowMetadataWriter"},{"id":487,"kind":2048,"name":"createAccessParam","url":"classes/WacAllowMetadataWriter.html#createAccessParam","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"WacAllowMetadataWriter"},{"id":488,"kind":2048,"name":"canHandle","url":"classes/WacAllowMetadataWriter.html#canHandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"WacAllowMetadataWriter"},{"id":489,"kind":2048,"name":"handleSafe","url":"classes/WacAllowMetadataWriter.html#handleSafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"WacAllowMetadataWriter"},{"id":490,"kind":128,"name":"WwwAuthMetadataWriter","url":"classes/WwwAuthMetadataWriter.html","classes":"tsd-kind-class"},{"id":491,"kind":512,"name":"constructor","url":"classes/WwwAuthMetadataWriter.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"WwwAuthMetadataWriter"},{"id":492,"kind":1024,"name":"auth","url":"classes/WwwAuthMetadataWriter.html#auth","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"WwwAuthMetadataWriter"},{"id":493,"kind":2048,"name":"handle","url":"classes/WwwAuthMetadataWriter.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"WwwAuthMetadataWriter"},{"id":494,"kind":2048,"name":"canHandle","url":"classes/WwwAuthMetadataWriter.html#canHandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"WwwAuthMetadataWriter"},{"id":495,"kind":2048,"name":"handleSafe","url":"classes/WwwAuthMetadataWriter.html#handleSafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"WwwAuthMetadataWriter"},{"id":496,"kind":128,"name":"CreatedResponseDescription","url":"classes/CreatedResponseDescription.html","classes":"tsd-kind-class"},{"id":497,"kind":512,"name":"constructor","url":"classes/CreatedResponseDescription.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"CreatedResponseDescription"},{"id":498,"kind":1024,"name":"statusCode","url":"classes/CreatedResponseDescription.html#statusCode","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"CreatedResponseDescription"},{"id":499,"kind":1024,"name":"metadata","url":"classes/CreatedResponseDescription.html#metadata","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"CreatedResponseDescription"},{"id":500,"kind":1024,"name":"data","url":"classes/CreatedResponseDescription.html#data","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"CreatedResponseDescription"},{"id":501,"kind":128,"name":"OkResponseDescription","url":"classes/OkResponseDescription.html","classes":"tsd-kind-class"},{"id":502,"kind":512,"name":"constructor","url":"classes/OkResponseDescription.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"OkResponseDescription"},{"id":503,"kind":1024,"name":"statusCode","url":"classes/OkResponseDescription.html#statusCode","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"OkResponseDescription"},{"id":504,"kind":1024,"name":"metadata","url":"classes/OkResponseDescription.html#metadata","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"OkResponseDescription"},{"id":505,"kind":1024,"name":"data","url":"classes/OkResponseDescription.html#data","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"OkResponseDescription"},{"id":506,"kind":128,"name":"ResetResponseDescription","url":"classes/ResetResponseDescription.html","classes":"tsd-kind-class"},{"id":507,"kind":512,"name":"constructor","url":"classes/ResetResponseDescription.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"ResetResponseDescription"},{"id":508,"kind":1024,"name":"statusCode","url":"classes/ResetResponseDescription.html#statusCode","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"ResetResponseDescription"},{"id":509,"kind":1024,"name":"metadata","url":"classes/ResetResponseDescription.html#metadata","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"ResetResponseDescription"},{"id":510,"kind":1024,"name":"data","url":"classes/ResetResponseDescription.html#data","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"ResetResponseDescription"},{"id":511,"kind":128,"name":"ResponseDescription","url":"classes/ResponseDescription.html","classes":"tsd-kind-class"},{"id":512,"kind":512,"name":"constructor","url":"classes/ResponseDescription.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"ResponseDescription"},{"id":513,"kind":1024,"name":"statusCode","url":"classes/ResponseDescription.html#statusCode","classes":"tsd-kind-property tsd-parent-kind-class","parent":"ResponseDescription"},{"id":514,"kind":1024,"name":"metadata","url":"classes/ResponseDescription.html#metadata","classes":"tsd-kind-property tsd-parent-kind-class","parent":"ResponseDescription"},{"id":515,"kind":1024,"name":"data","url":"classes/ResponseDescription.html#data","classes":"tsd-kind-property tsd-parent-kind-class","parent":"ResponseDescription"},{"id":516,"kind":128,"name":"BasicResponseWriter","url":"classes/BasicResponseWriter.html","classes":"tsd-kind-class"},{"id":517,"kind":512,"name":"constructor","url":"classes/BasicResponseWriter.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"BasicResponseWriter"},{"id":518,"kind":1024,"name":"logger","url":"classes/BasicResponseWriter.html#logger","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"BasicResponseWriter"},{"id":519,"kind":1024,"name":"metadataWriter","url":"classes/BasicResponseWriter.html#metadataWriter","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"BasicResponseWriter"},{"id":520,"kind":2048,"name":"canHandle","url":"classes/BasicResponseWriter.html#canHandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"BasicResponseWriter"},{"id":521,"kind":2048,"name":"handle","url":"classes/BasicResponseWriter.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"BasicResponseWriter"},{"id":522,"kind":2048,"name":"handleSafe","url":"classes/BasicResponseWriter.html#handleSafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"BasicResponseWriter"},{"id":523,"kind":128,"name":"ResponseWriter","url":"classes/ResponseWriter.html","classes":"tsd-kind-class"},{"id":524,"kind":512,"name":"constructor","url":"classes/ResponseWriter.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"ResponseWriter"},{"id":525,"kind":2048,"name":"canHandle","url":"classes/ResponseWriter.html#canHandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ResponseWriter"},{"id":526,"kind":2048,"name":"handle","url":"classes/ResponseWriter.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ResponseWriter"},{"id":527,"kind":2048,"name":"handleSafe","url":"classes/ResponseWriter.html#handleSafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ResponseWriter"},{"id":528,"kind":128,"name":"BasicRepresentation","url":"classes/BasicRepresentation.html","classes":"tsd-kind-class"},{"id":529,"kind":512,"name":"constructor","url":"classes/BasicRepresentation.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"BasicRepresentation"},{"id":530,"kind":1024,"name":"data","url":"classes/BasicRepresentation.html#data","classes":"tsd-kind-property tsd-parent-kind-class","parent":"BasicRepresentation"},{"id":531,"kind":1024,"name":"metadata","url":"classes/BasicRepresentation.html#metadata","classes":"tsd-kind-property tsd-parent-kind-class","parent":"BasicRepresentation"},{"id":532,"kind":1024,"name":"binary","url":"classes/BasicRepresentation.html#binary","classes":"tsd-kind-property tsd-parent-kind-class","parent":"BasicRepresentation"},{"id":533,"kind":262144,"name":"isEmpty","url":"classes/BasicRepresentation.html#isEmpty","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"BasicRepresentation"},{"id":534,"kind":256,"name":"Patch","url":"interfaces/Patch.html","classes":"tsd-kind-interface"},{"id":535,"kind":1024,"name":"metadata","url":"interfaces/Patch.html#metadata","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"Patch"},{"id":536,"kind":1024,"name":"data","url":"interfaces/Patch.html#data","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"Patch"},{"id":537,"kind":1024,"name":"binary","url":"interfaces/Patch.html#binary","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"Patch"},{"id":538,"kind":1024,"name":"isEmpty","url":"interfaces/Patch.html#isEmpty","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"Patch"},{"id":539,"kind":256,"name":"Representation","url":"interfaces/Representation.html","classes":"tsd-kind-interface"},{"id":540,"kind":1024,"name":"metadata","url":"interfaces/Representation.html#metadata","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"Representation"},{"id":541,"kind":1024,"name":"data","url":"interfaces/Representation.html#data","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"Representation"},{"id":542,"kind":1024,"name":"binary","url":"interfaces/Representation.html#binary","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"Representation"},{"id":543,"kind":1024,"name":"isEmpty","url":"interfaces/Representation.html#isEmpty","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"Representation"},{"id":544,"kind":64,"name":"isRepresentationMetadata","url":"modules.html#isRepresentationMetadata","classes":"tsd-kind-function"},{"id":545,"kind":4194304,"name":"MetadataIdentifier","url":"modules.html#MetadataIdentifier","classes":"tsd-kind-type-alias"},{"id":546,"kind":4194304,"name":"MetadataValue","url":"modules.html#MetadataValue","classes":"tsd-kind-type-alias"},{"id":547,"kind":4194304,"name":"MetadataRecord","url":"modules.html#MetadataRecord","classes":"tsd-kind-type-alias"},{"id":548,"kind":4194304,"name":"MetadataGraph","url":"modules.html#MetadataGraph","classes":"tsd-kind-type-alias"},{"id":549,"kind":128,"name":"RepresentationMetadata","url":"classes/RepresentationMetadata.html","classes":"tsd-kind-class"},{"id":550,"kind":512,"name":"constructor","url":"classes/RepresentationMetadata.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"RepresentationMetadata"},{"id":551,"kind":1024,"name":"logger","url":"classes/RepresentationMetadata.html#logger","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"RepresentationMetadata"},{"id":552,"kind":1024,"name":"store","url":"classes/RepresentationMetadata.html#store","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"RepresentationMetadata"},{"id":553,"kind":1024,"name":"id","url":"classes/RepresentationMetadata.html#id","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"RepresentationMetadata"},{"id":554,"kind":2048,"name":"setOverrides","url":"classes/RepresentationMetadata.html#setOverrides","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"RepresentationMetadata"},{"id":555,"kind":2048,"name":"quads","url":"classes/RepresentationMetadata.html#quads","classes":"tsd-kind-method tsd-parent-kind-class","parent":"RepresentationMetadata"},{"id":556,"kind":262144,"name":"identifier","url":"classes/RepresentationMetadata.html#identifier","classes":"tsd-kind-accessor tsd-parent-kind-class","parent":"RepresentationMetadata"},{"id":557,"kind":2048,"name":"setMetadata","url":"classes/RepresentationMetadata.html#setMetadata","classes":"tsd-kind-method tsd-parent-kind-class","parent":"RepresentationMetadata"},{"id":558,"kind":2048,"name":"addQuad","url":"classes/RepresentationMetadata.html#addQuad","classes":"tsd-kind-method tsd-parent-kind-class","parent":"RepresentationMetadata"},{"id":559,"kind":2048,"name":"addQuads","url":"classes/RepresentationMetadata.html#addQuads","classes":"tsd-kind-method tsd-parent-kind-class","parent":"RepresentationMetadata"},{"id":560,"kind":2048,"name":"removeQuad","url":"classes/RepresentationMetadata.html#removeQuad","classes":"tsd-kind-method tsd-parent-kind-class","parent":"RepresentationMetadata"},{"id":561,"kind":2048,"name":"removeQuads","url":"classes/RepresentationMetadata.html#removeQuads","classes":"tsd-kind-method tsd-parent-kind-class","parent":"RepresentationMetadata"},{"id":562,"kind":2048,"name":"add","url":"classes/RepresentationMetadata.html#add","classes":"tsd-kind-method tsd-parent-kind-class","parent":"RepresentationMetadata"},{"id":563,"kind":2048,"name":"remove","url":"classes/RepresentationMetadata.html#remove","classes":"tsd-kind-method tsd-parent-kind-class","parent":"RepresentationMetadata"},{"id":564,"kind":2048,"name":"forQuads","url":"classes/RepresentationMetadata.html#forQuads","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"RepresentationMetadata"},{"id":565,"kind":2048,"name":"removeAll","url":"classes/RepresentationMetadata.html#removeAll","classes":"tsd-kind-method tsd-parent-kind-class","parent":"RepresentationMetadata"},{"id":566,"kind":2048,"name":"getAll","url":"classes/RepresentationMetadata.html#getAll","classes":"tsd-kind-method tsd-parent-kind-class","parent":"RepresentationMetadata"},{"id":567,"kind":2048,"name":"get","url":"classes/RepresentationMetadata.html#get","classes":"tsd-kind-method tsd-parent-kind-class","parent":"RepresentationMetadata"},{"id":568,"kind":2048,"name":"set","url":"classes/RepresentationMetadata.html#set","classes":"tsd-kind-method tsd-parent-kind-class","parent":"RepresentationMetadata"},{"id":569,"kind":262144,"name":"contentType","url":"classes/RepresentationMetadata.html#contentType","classes":"tsd-kind-accessor tsd-parent-kind-class","parent":"RepresentationMetadata"},{"id":570,"kind":4194304,"name":"ValuePreferences","url":"modules.html#ValuePreferences","classes":"tsd-kind-type-alias"},{"id":571,"kind":4194304,"name":"ValuePreference","url":"modules.html#ValuePreference","classes":"tsd-kind-type-alias"},{"id":572,"kind":65536,"name":"__type","url":"modules.html#ValuePreference.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"ValuePreference"},{"id":573,"kind":1024,"name":"value","url":"modules.html#ValuePreference.__type.value","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"ValuePreference.__type"},{"id":574,"kind":1024,"name":"weight","url":"modules.html#ValuePreference.__type.weight","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"ValuePreference.__type"},{"id":575,"kind":256,"name":"RepresentationPreferences","url":"interfaces/RepresentationPreferences.html","classes":"tsd-kind-interface"},{"id":576,"kind":1024,"name":"type","url":"interfaces/RepresentationPreferences.html#type","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"RepresentationPreferences"},{"id":577,"kind":1024,"name":"charset","url":"interfaces/RepresentationPreferences.html#charset","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"RepresentationPreferences"},{"id":578,"kind":1024,"name":"datetime","url":"interfaces/RepresentationPreferences.html#datetime","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"RepresentationPreferences"},{"id":579,"kind":1024,"name":"encoding","url":"interfaces/RepresentationPreferences.html#encoding","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"RepresentationPreferences"},{"id":580,"kind":1024,"name":"language","url":"interfaces/RepresentationPreferences.html#language","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"RepresentationPreferences"},{"id":581,"kind":64,"name":"isResourceIdentifier","url":"modules.html#isResourceIdentifier","classes":"tsd-kind-function"},{"id":582,"kind":256,"name":"ResourceIdentifier","url":"interfaces/ResourceIdentifier.html","classes":"tsd-kind-interface"},{"id":583,"kind":1024,"name":"path","url":"interfaces/ResourceIdentifier.html#path","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ResourceIdentifier"},{"id":584,"kind":256,"name":"SparqlUpdatePatch","url":"interfaces/SparqlUpdatePatch.html","classes":"tsd-kind-interface"},{"id":585,"kind":1024,"name":"algebra","url":"interfaces/SparqlUpdatePatch.html#algebra","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"SparqlUpdatePatch"},{"id":586,"kind":1024,"name":"metadata","url":"interfaces/SparqlUpdatePatch.html#metadata","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"SparqlUpdatePatch"},{"id":587,"kind":1024,"name":"data","url":"interfaces/SparqlUpdatePatch.html#data","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"SparqlUpdatePatch"},{"id":588,"kind":1024,"name":"binary","url":"interfaces/SparqlUpdatePatch.html#binary","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"SparqlUpdatePatch"},{"id":589,"kind":1024,"name":"isEmpty","url":"interfaces/SparqlUpdatePatch.html#isEmpty","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"SparqlUpdatePatch"},{"id":590,"kind":256,"name":"Operation","url":"interfaces/Operation.html","classes":"tsd-kind-interface"},{"id":591,"kind":1024,"name":"method","url":"interfaces/Operation.html#method","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"Operation"},{"id":592,"kind":1024,"name":"target","url":"interfaces/Operation.html#target","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"Operation"},{"id":593,"kind":1024,"name":"preferences","url":"interfaces/Operation.html#preferences","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"Operation"},{"id":594,"kind":1024,"name":"conditions","url":"interfaces/Operation.html#conditions","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"Operation"},{"id":595,"kind":1024,"name":"permissionSet","url":"interfaces/Operation.html#permissionSet","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"Operation"},{"id":596,"kind":1024,"name":"body","url":"interfaces/Operation.html#body","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"Operation"},{"id":597,"kind":128,"name":"UnsecureWebSocketsProtocol","url":"classes/UnsecureWebSocketsProtocol.html","classes":"tsd-kind-class"},{"id":598,"kind":512,"name":"constructor","url":"classes/UnsecureWebSocketsProtocol.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"UnsecureWebSocketsProtocol"},{"id":599,"kind":1024,"name":"logger","url":"classes/UnsecureWebSocketsProtocol.html#logger","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"UnsecureWebSocketsProtocol"},{"id":600,"kind":1024,"name":"listeners","url":"classes/UnsecureWebSocketsProtocol.html#listeners","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"UnsecureWebSocketsProtocol"},{"id":601,"kind":2048,"name":"handle","url":"classes/UnsecureWebSocketsProtocol.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"UnsecureWebSocketsProtocol"},{"id":602,"kind":2048,"name":"onResourceChanged","url":"classes/UnsecureWebSocketsProtocol.html#onResourceChanged","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"UnsecureWebSocketsProtocol"},{"id":603,"kind":2048,"name":"canHandle","url":"classes/UnsecureWebSocketsProtocol.html#canHandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"UnsecureWebSocketsProtocol"},{"id":604,"kind":2048,"name":"handleSafe","url":"classes/UnsecureWebSocketsProtocol.html#handleSafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"UnsecureWebSocketsProtocol"},{"id":605,"kind":256,"name":"IdentityProviderFactoryArgs","url":"interfaces/IdentityProviderFactoryArgs.html","classes":"tsd-kind-interface"},{"id":606,"kind":1024,"name":"adapterFactory","url":"interfaces/IdentityProviderFactoryArgs.html#adapterFactory","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IdentityProviderFactoryArgs"},{"id":607,"kind":1024,"name":"baseUrl","url":"interfaces/IdentityProviderFactoryArgs.html#baseUrl","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IdentityProviderFactoryArgs"},{"id":608,"kind":1024,"name":"idpPath","url":"interfaces/IdentityProviderFactoryArgs.html#idpPath","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IdentityProviderFactoryArgs"},{"id":609,"kind":1024,"name":"storage","url":"interfaces/IdentityProviderFactoryArgs.html#storage","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IdentityProviderFactoryArgs"},{"id":610,"kind":1024,"name":"errorHandler","url":"interfaces/IdentityProviderFactoryArgs.html#errorHandler","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IdentityProviderFactoryArgs"},{"id":611,"kind":1024,"name":"responseWriter","url":"interfaces/IdentityProviderFactoryArgs.html#responseWriter","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IdentityProviderFactoryArgs"},{"id":612,"kind":128,"name":"IdentityProviderFactory","url":"classes/IdentityProviderFactory.html","classes":"tsd-kind-class"},{"id":613,"kind":512,"name":"constructor","url":"classes/IdentityProviderFactory.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"IdentityProviderFactory"},{"id":614,"kind":1024,"name":"config","url":"classes/IdentityProviderFactory.html#config","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"IdentityProviderFactory"},{"id":615,"kind":1024,"name":"adapterFactory","url":"classes/IdentityProviderFactory.html#adapterFactory","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"IdentityProviderFactory"},{"id":616,"kind":1024,"name":"baseUrl","url":"classes/IdentityProviderFactory.html#baseUrl","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"IdentityProviderFactory"},{"id":617,"kind":1024,"name":"idpPath","url":"classes/IdentityProviderFactory.html#idpPath","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"IdentityProviderFactory"},{"id":618,"kind":1024,"name":"storage","url":"classes/IdentityProviderFactory.html#storage","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"IdentityProviderFactory"},{"id":619,"kind":1024,"name":"errorHandler","url":"classes/IdentityProviderFactory.html#errorHandler","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"IdentityProviderFactory"},{"id":620,"kind":1024,"name":"responseWriter","url":"classes/IdentityProviderFactory.html#responseWriter","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"IdentityProviderFactory"},{"id":621,"kind":1024,"name":"provider","url":"classes/IdentityProviderFactory.html#provider","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"IdentityProviderFactory"},{"id":622,"kind":2048,"name":"getProvider","url":"classes/IdentityProviderFactory.html#getProvider","classes":"tsd-kind-method tsd-parent-kind-class","parent":"IdentityProviderFactory"},{"id":623,"kind":2048,"name":"createProvider","url":"classes/IdentityProviderFactory.html#createProvider","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"IdentityProviderFactory"},{"id":624,"kind":2048,"name":"initConfig","url":"classes/IdentityProviderFactory.html#initConfig","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"IdentityProviderFactory"},{"id":625,"kind":2048,"name":"generateJwks","url":"classes/IdentityProviderFactory.html#generateJwks","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"IdentityProviderFactory"},{"id":626,"kind":2048,"name":"generateCookieKeys","url":"classes/IdentityProviderFactory.html#generateCookieKeys","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"IdentityProviderFactory"},{"id":627,"kind":2048,"name":"isAccessToken","url":"classes/IdentityProviderFactory.html#isAccessToken","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"IdentityProviderFactory"},{"id":628,"kind":2048,"name":"configureClaims","url":"classes/IdentityProviderFactory.html#configureClaims","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"IdentityProviderFactory"},{"id":629,"kind":2048,"name":"createRoute","url":"classes/IdentityProviderFactory.html#createRoute","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"IdentityProviderFactory"},{"id":630,"kind":2048,"name":"configureRoutes","url":"classes/IdentityProviderFactory.html#configureRoutes","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"IdentityProviderFactory"},{"id":631,"kind":2048,"name":"configureErrors","url":"classes/IdentityProviderFactory.html#configureErrors","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"IdentityProviderFactory"},{"id":632,"kind":256,"name":"ProviderFactory","url":"interfaces/ProviderFactory.html","classes":"tsd-kind-interface"},{"id":633,"kind":2048,"name":"getProvider","url":"interfaces/ProviderFactory.html#getProvider","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"ProviderFactory"},{"id":634,"kind":4194304,"name":"Interaction","url":"modules.html#Interaction","classes":"tsd-kind-type-alias"},{"id":635,"kind":256,"name":"InteractionHandlerInput","url":"interfaces/InteractionHandlerInput.html","classes":"tsd-kind-interface"},{"id":636,"kind":1024,"name":"operation","url":"interfaces/InteractionHandlerInput.html#operation","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"InteractionHandlerInput"},{"id":637,"kind":1024,"name":"oidcInteraction","url":"interfaces/InteractionHandlerInput.html#oidcInteraction","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"InteractionHandlerInput"},{"id":638,"kind":4194304,"name":"InteractionHandlerResult","url":"modules.html#InteractionHandlerResult","classes":"tsd-kind-type-alias"},{"id":639,"kind":256,"name":"InteractionResponseResult","url":"interfaces/InteractionResponseResult.html","classes":"tsd-kind-interface tsd-has-type-parameter"},{"id":640,"kind":1024,"name":"type","url":"interfaces/InteractionResponseResult.html#type","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"InteractionResponseResult"},{"id":641,"kind":1024,"name":"details","url":"interfaces/InteractionResponseResult.html#details","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"InteractionResponseResult"},{"id":642,"kind":256,"name":"InteractionCompleteResult","url":"interfaces/InteractionCompleteResult.html","classes":"tsd-kind-interface"},{"id":643,"kind":1024,"name":"type","url":"interfaces/InteractionCompleteResult.html#type","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"InteractionCompleteResult"},{"id":644,"kind":1024,"name":"details","url":"interfaces/InteractionCompleteResult.html#details","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"InteractionCompleteResult"},{"id":645,"kind":256,"name":"InteractionErrorResult","url":"interfaces/InteractionErrorResult.html","classes":"tsd-kind-interface"},{"id":646,"kind":1024,"name":"type","url":"interfaces/InteractionErrorResult.html#type","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"InteractionErrorResult"},{"id":647,"kind":1024,"name":"error","url":"interfaces/InteractionErrorResult.html#error","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"InteractionErrorResult"},{"id":648,"kind":128,"name":"InteractionHandler","url":"classes/InteractionHandler.html","classes":"tsd-kind-class"},{"id":649,"kind":512,"name":"constructor","url":"classes/InteractionHandler.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"InteractionHandler"},{"id":650,"kind":2048,"name":"canHandle","url":"classes/InteractionHandler.html#canHandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"InteractionHandler"},{"id":651,"kind":2048,"name":"handle","url":"classes/InteractionHandler.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"InteractionHandler"},{"id":652,"kind":2048,"name":"handleSafe","url":"classes/InteractionHandler.html#handleSafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"InteractionHandler"},{"id":653,"kind":256,"name":"ForgotPasswordHandlerArgs","url":"interfaces/ForgotPasswordHandlerArgs.html","classes":"tsd-kind-interface"},{"id":654,"kind":1024,"name":"accountStore","url":"interfaces/ForgotPasswordHandlerArgs.html#accountStore","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ForgotPasswordHandlerArgs"},{"id":655,"kind":1024,"name":"baseUrl","url":"interfaces/ForgotPasswordHandlerArgs.html#baseUrl","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ForgotPasswordHandlerArgs"},{"id":656,"kind":1024,"name":"idpPath","url":"interfaces/ForgotPasswordHandlerArgs.html#idpPath","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ForgotPasswordHandlerArgs"},{"id":657,"kind":1024,"name":"templateEngine","url":"interfaces/ForgotPasswordHandlerArgs.html#templateEngine","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ForgotPasswordHandlerArgs"},{"id":658,"kind":1024,"name":"emailSender","url":"interfaces/ForgotPasswordHandlerArgs.html#emailSender","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ForgotPasswordHandlerArgs"},{"id":659,"kind":128,"name":"ForgotPasswordHandler","url":"classes/ForgotPasswordHandler.html","classes":"tsd-kind-class"},{"id":660,"kind":512,"name":"constructor","url":"classes/ForgotPasswordHandler.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"ForgotPasswordHandler"},{"id":661,"kind":1024,"name":"logger","url":"classes/ForgotPasswordHandler.html#logger","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"ForgotPasswordHandler"},{"id":662,"kind":1024,"name":"accountStore","url":"classes/ForgotPasswordHandler.html#accountStore","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"ForgotPasswordHandler"},{"id":663,"kind":1024,"name":"baseUrl","url":"classes/ForgotPasswordHandler.html#baseUrl","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"ForgotPasswordHandler"},{"id":664,"kind":1024,"name":"idpPath","url":"classes/ForgotPasswordHandler.html#idpPath","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"ForgotPasswordHandler"},{"id":665,"kind":1024,"name":"templateEngine","url":"classes/ForgotPasswordHandler.html#templateEngine","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"ForgotPasswordHandler"},{"id":666,"kind":1024,"name":"emailSender","url":"classes/ForgotPasswordHandler.html#emailSender","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"ForgotPasswordHandler"},{"id":667,"kind":2048,"name":"handle","url":"classes/ForgotPasswordHandler.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"ForgotPasswordHandler"},{"id":668,"kind":2048,"name":"resetPassword","url":"classes/ForgotPasswordHandler.html#resetPassword","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"ForgotPasswordHandler"},{"id":669,"kind":2048,"name":"sendResetMail","url":"classes/ForgotPasswordHandler.html#sendResetMail","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"ForgotPasswordHandler"},{"id":670,"kind":2048,"name":"canHandle","url":"classes/ForgotPasswordHandler.html#canHandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ForgotPasswordHandler"},{"id":671,"kind":2048,"name":"handleSafe","url":"classes/ForgotPasswordHandler.html#handleSafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ForgotPasswordHandler"},{"id":672,"kind":128,"name":"LoginHandler","url":"classes/LoginHandler.html","classes":"tsd-kind-class"},{"id":673,"kind":512,"name":"constructor","url":"classes/LoginHandler.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"LoginHandler"},{"id":674,"kind":1024,"name":"logger","url":"classes/LoginHandler.html#logger","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"LoginHandler"},{"id":675,"kind":1024,"name":"accountStore","url":"classes/LoginHandler.html#accountStore","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"LoginHandler"},{"id":676,"kind":2048,"name":"handle","url":"classes/LoginHandler.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"LoginHandler"},{"id":677,"kind":2048,"name":"parseInput","url":"classes/LoginHandler.html#parseInput","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"LoginHandler"},{"id":678,"kind":2048,"name":"canHandle","url":"classes/LoginHandler.html#canHandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"LoginHandler"},{"id":679,"kind":2048,"name":"handleSafe","url":"classes/LoginHandler.html#handleSafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"LoginHandler"},{"id":680,"kind":128,"name":"RegistrationHandler","url":"classes/RegistrationHandler.html","classes":"tsd-kind-class"},{"id":681,"kind":512,"name":"constructor","url":"classes/RegistrationHandler.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"RegistrationHandler"},{"id":682,"kind":1024,"name":"logger","url":"classes/RegistrationHandler.html#logger","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"RegistrationHandler"},{"id":683,"kind":1024,"name":"registrationManager","url":"classes/RegistrationHandler.html#registrationManager","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"RegistrationHandler"},{"id":684,"kind":2048,"name":"handle","url":"classes/RegistrationHandler.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"RegistrationHandler"},{"id":685,"kind":2048,"name":"canHandle","url":"classes/RegistrationHandler.html#canHandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RegistrationHandler"},{"id":686,"kind":2048,"name":"handleSafe","url":"classes/RegistrationHandler.html#handleSafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RegistrationHandler"},{"id":687,"kind":128,"name":"ResetPasswordHandler","url":"classes/ResetPasswordHandler.html","classes":"tsd-kind-class"},{"id":688,"kind":512,"name":"constructor","url":"classes/ResetPasswordHandler.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"ResetPasswordHandler"},{"id":689,"kind":1024,"name":"logger","url":"classes/ResetPasswordHandler.html#logger","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"ResetPasswordHandler"},{"id":690,"kind":1024,"name":"accountStore","url":"classes/ResetPasswordHandler.html#accountStore","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"ResetPasswordHandler"},{"id":691,"kind":2048,"name":"handle","url":"classes/ResetPasswordHandler.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"ResetPasswordHandler"},{"id":692,"kind":2048,"name":"resetPassword","url":"classes/ResetPasswordHandler.html#resetPassword","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"ResetPasswordHandler"},{"id":693,"kind":2048,"name":"canHandle","url":"classes/ResetPasswordHandler.html#canHandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ResetPasswordHandler"},{"id":694,"kind":2048,"name":"handleSafe","url":"classes/ResetPasswordHandler.html#handleSafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ResetPasswordHandler"},{"id":695,"kind":256,"name":"AccountSettings","url":"interfaces/AccountSettings.html","classes":"tsd-kind-interface"},{"id":696,"kind":1024,"name":"useIdp","url":"interfaces/AccountSettings.html#useIdp","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"AccountSettings"},{"id":697,"kind":1024,"name":"podBaseUrl","url":"interfaces/AccountSettings.html#podBaseUrl","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"AccountSettings"},{"id":698,"kind":256,"name":"AccountStore","url":"interfaces/AccountStore.html","classes":"tsd-kind-interface"},{"id":699,"kind":2048,"name":"authenticate","url":"interfaces/AccountStore.html#authenticate","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"AccountStore"},{"id":700,"kind":2048,"name":"create","url":"interfaces/AccountStore.html#create","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"AccountStore"},{"id":701,"kind":2048,"name":"verify","url":"interfaces/AccountStore.html#verify","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"AccountStore"},{"id":702,"kind":2048,"name":"changePassword","url":"interfaces/AccountStore.html#changePassword","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"AccountStore"},{"id":703,"kind":2048,"name":"getSettings","url":"interfaces/AccountStore.html#getSettings","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"AccountStore"},{"id":704,"kind":2048,"name":"updateSettings","url":"interfaces/AccountStore.html#updateSettings","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"AccountStore"},{"id":705,"kind":2048,"name":"deleteAccount","url":"interfaces/AccountStore.html#deleteAccount","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"AccountStore"},{"id":706,"kind":2048,"name":"generateForgotPasswordRecord","url":"interfaces/AccountStore.html#generateForgotPasswordRecord","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"AccountStore"},{"id":707,"kind":2048,"name":"getForgotPasswordRecord","url":"interfaces/AccountStore.html#getForgotPasswordRecord","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"AccountStore"},{"id":708,"kind":2048,"name":"deleteForgotPasswordRecord","url":"interfaces/AccountStore.html#deleteForgotPasswordRecord","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"AccountStore"},{"id":709,"kind":256,"name":"AccountPayload","url":"interfaces/AccountPayload.html","classes":"tsd-kind-interface"},{"id":710,"kind":1024,"name":"webId","url":"interfaces/AccountPayload.html#webId","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"AccountPayload"},{"id":711,"kind":1024,"name":"email","url":"interfaces/AccountPayload.html#email","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"AccountPayload"},{"id":712,"kind":1024,"name":"password","url":"interfaces/AccountPayload.html#password","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"AccountPayload"},{"id":713,"kind":1024,"name":"verified","url":"interfaces/AccountPayload.html#verified","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"AccountPayload"},{"id":714,"kind":256,"name":"ForgotPasswordPayload","url":"interfaces/ForgotPasswordPayload.html","classes":"tsd-kind-interface"},{"id":715,"kind":1024,"name":"email","url":"interfaces/ForgotPasswordPayload.html#email","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ForgotPasswordPayload"},{"id":716,"kind":1024,"name":"recordId","url":"interfaces/ForgotPasswordPayload.html#recordId","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ForgotPasswordPayload"},{"id":717,"kind":4194304,"name":"EmailPasswordData","url":"modules.html#EmailPasswordData","classes":"tsd-kind-type-alias"},{"id":718,"kind":128,"name":"BaseAccountStore","url":"classes/BaseAccountStore.html","classes":"tsd-kind-class"},{"id":719,"kind":512,"name":"constructor","url":"classes/BaseAccountStore.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"BaseAccountStore"},{"id":720,"kind":1024,"name":"storage","url":"classes/BaseAccountStore.html#storage","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"BaseAccountStore"},{"id":721,"kind":1024,"name":"saltRounds","url":"classes/BaseAccountStore.html#saltRounds","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"BaseAccountStore"},{"id":722,"kind":2048,"name":"getAccountResourceIdentifier","url":"classes/BaseAccountStore.html#getAccountResourceIdentifier","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"BaseAccountStore"},{"id":723,"kind":2048,"name":"getForgotPasswordRecordResourceIdentifier","url":"classes/BaseAccountStore.html#getForgotPasswordRecordResourceIdentifier","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"BaseAccountStore"},{"id":724,"kind":2048,"name":"getAccountPayload","url":"classes/BaseAccountStore.html#getAccountPayload","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"BaseAccountStore"},{"id":725,"kind":2048,"name":"authenticate","url":"classes/BaseAccountStore.html#authenticate","classes":"tsd-kind-method tsd-parent-kind-class","parent":"BaseAccountStore"},{"id":726,"kind":2048,"name":"create","url":"classes/BaseAccountStore.html#create","classes":"tsd-kind-method tsd-parent-kind-class","parent":"BaseAccountStore"},{"id":727,"kind":2048,"name":"verify","url":"classes/BaseAccountStore.html#verify","classes":"tsd-kind-method tsd-parent-kind-class","parent":"BaseAccountStore"},{"id":728,"kind":2048,"name":"changePassword","url":"classes/BaseAccountStore.html#changePassword","classes":"tsd-kind-method tsd-parent-kind-class","parent":"BaseAccountStore"},{"id":729,"kind":2048,"name":"getSettings","url":"classes/BaseAccountStore.html#getSettings","classes":"tsd-kind-method tsd-parent-kind-class","parent":"BaseAccountStore"},{"id":730,"kind":2048,"name":"updateSettings","url":"classes/BaseAccountStore.html#updateSettings","classes":"tsd-kind-method tsd-parent-kind-class","parent":"BaseAccountStore"},{"id":731,"kind":2048,"name":"deleteAccount","url":"classes/BaseAccountStore.html#deleteAccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"BaseAccountStore"},{"id":732,"kind":2048,"name":"generateForgotPasswordRecord","url":"classes/BaseAccountStore.html#generateForgotPasswordRecord","classes":"tsd-kind-method tsd-parent-kind-class","parent":"BaseAccountStore"},{"id":733,"kind":2048,"name":"getForgotPasswordRecord","url":"classes/BaseAccountStore.html#getForgotPasswordRecord","classes":"tsd-kind-method tsd-parent-kind-class","parent":"BaseAccountStore"},{"id":734,"kind":2048,"name":"deleteForgotPasswordRecord","url":"classes/BaseAccountStore.html#deleteForgotPasswordRecord","classes":"tsd-kind-method tsd-parent-kind-class","parent":"BaseAccountStore"},{"id":735,"kind":256,"name":"RegistrationManagerArgs","url":"interfaces/RegistrationManagerArgs.html","classes":"tsd-kind-interface"},{"id":736,"kind":1024,"name":"baseUrl","url":"interfaces/RegistrationManagerArgs.html#baseUrl","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"RegistrationManagerArgs"},{"id":737,"kind":1024,"name":"webIdSuffix","url":"interfaces/RegistrationManagerArgs.html#webIdSuffix","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"RegistrationManagerArgs"},{"id":738,"kind":1024,"name":"identifierGenerator","url":"interfaces/RegistrationManagerArgs.html#identifierGenerator","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"RegistrationManagerArgs"},{"id":739,"kind":1024,"name":"ownershipValidator","url":"interfaces/RegistrationManagerArgs.html#ownershipValidator","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"RegistrationManagerArgs"},{"id":740,"kind":1024,"name":"accountStore","url":"interfaces/RegistrationManagerArgs.html#accountStore","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"RegistrationManagerArgs"},{"id":741,"kind":1024,"name":"podManager","url":"interfaces/RegistrationManagerArgs.html#podManager","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"RegistrationManagerArgs"},{"id":742,"kind":256,"name":"RegistrationParams","url":"interfaces/RegistrationParams.html","classes":"tsd-kind-interface"},{"id":743,"kind":1024,"name":"email","url":"interfaces/RegistrationParams.html#email","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"RegistrationParams"},{"id":744,"kind":1024,"name":"webId","url":"interfaces/RegistrationParams.html#webId","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"RegistrationParams"},{"id":745,"kind":1024,"name":"password","url":"interfaces/RegistrationParams.html#password","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"RegistrationParams"},{"id":746,"kind":1024,"name":"podName","url":"interfaces/RegistrationParams.html#podName","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"RegistrationParams"},{"id":747,"kind":1024,"name":"template","url":"interfaces/RegistrationParams.html#template","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"RegistrationParams"},{"id":748,"kind":1024,"name":"createWebId","url":"interfaces/RegistrationParams.html#createWebId","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"RegistrationParams"},{"id":749,"kind":1024,"name":"register","url":"interfaces/RegistrationParams.html#register","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"RegistrationParams"},{"id":750,"kind":1024,"name":"createPod","url":"interfaces/RegistrationParams.html#createPod","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"RegistrationParams"},{"id":751,"kind":1024,"name":"rootPod","url":"interfaces/RegistrationParams.html#rootPod","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"RegistrationParams"},{"id":752,"kind":256,"name":"RegistrationResponse","url":"interfaces/RegistrationResponse.html","classes":"tsd-kind-interface"},{"id":753,"kind":1024,"name":"email","url":"interfaces/RegistrationResponse.html#email","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"RegistrationResponse"},{"id":754,"kind":1024,"name":"webId","url":"interfaces/RegistrationResponse.html#webId","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"RegistrationResponse"},{"id":755,"kind":1024,"name":"oidcIssuer","url":"interfaces/RegistrationResponse.html#oidcIssuer","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"RegistrationResponse"},{"id":756,"kind":1024,"name":"podBaseUrl","url":"interfaces/RegistrationResponse.html#podBaseUrl","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"RegistrationResponse"},{"id":757,"kind":1024,"name":"createWebId","url":"interfaces/RegistrationResponse.html#createWebId","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"RegistrationResponse"},{"id":758,"kind":1024,"name":"register","url":"interfaces/RegistrationResponse.html#register","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"RegistrationResponse"},{"id":759,"kind":1024,"name":"createPod","url":"interfaces/RegistrationResponse.html#createPod","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"RegistrationResponse"},{"id":760,"kind":128,"name":"RegistrationManager","url":"classes/RegistrationManager.html","classes":"tsd-kind-class"},{"id":761,"kind":512,"name":"constructor","url":"classes/RegistrationManager.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"RegistrationManager"},{"id":762,"kind":1024,"name":"logger","url":"classes/RegistrationManager.html#logger","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"RegistrationManager"},{"id":763,"kind":1024,"name":"baseUrl","url":"classes/RegistrationManager.html#baseUrl","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"RegistrationManager"},{"id":764,"kind":1024,"name":"webIdSuffix","url":"classes/RegistrationManager.html#webIdSuffix","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"RegistrationManager"},{"id":765,"kind":1024,"name":"identifierGenerator","url":"classes/RegistrationManager.html#identifierGenerator","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"RegistrationManager"},{"id":766,"kind":1024,"name":"ownershipValidator","url":"classes/RegistrationManager.html#ownershipValidator","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"RegistrationManager"},{"id":767,"kind":1024,"name":"accountStore","url":"classes/RegistrationManager.html#accountStore","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"RegistrationManager"},{"id":768,"kind":1024,"name":"podManager","url":"classes/RegistrationManager.html#podManager","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"RegistrationManager"},{"id":769,"kind":2048,"name":"trimString","url":"classes/RegistrationManager.html#trimString","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"RegistrationManager"},{"id":770,"kind":2048,"name":"validateInput","url":"classes/RegistrationManager.html#validateInput","classes":"tsd-kind-method tsd-parent-kind-class","parent":"RegistrationManager"},{"id":771,"kind":2048,"name":"register","url":"classes/RegistrationManager.html#register","classes":"tsd-kind-method tsd-parent-kind-class","parent":"RegistrationManager"},{"id":772,"kind":64,"name":"assertPassword","url":"modules.html#assertPassword","classes":"tsd-kind-function"},{"id":773,"kind":128,"name":"BasicInteractionRoute","url":"classes/BasicInteractionRoute.html","classes":"tsd-kind-class"},{"id":774,"kind":512,"name":"constructor","url":"classes/BasicInteractionRoute.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"BasicInteractionRoute"},{"id":775,"kind":1024,"name":"route","url":"classes/BasicInteractionRoute.html#route","classes":"tsd-kind-property tsd-parent-kind-class","parent":"BasicInteractionRoute"},{"id":776,"kind":1024,"name":"handler","url":"classes/BasicInteractionRoute.html#handler","classes":"tsd-kind-property tsd-parent-kind-class","parent":"BasicInteractionRoute"},{"id":777,"kind":1024,"name":"viewTemplates","url":"classes/BasicInteractionRoute.html#viewTemplates","classes":"tsd-kind-property tsd-parent-kind-class","parent":"BasicInteractionRoute"},{"id":778,"kind":1024,"name":"prompt","url":"classes/BasicInteractionRoute.html#prompt","classes":"tsd-kind-property tsd-parent-kind-class","parent":"BasicInteractionRoute"},{"id":779,"kind":1024,"name":"responseTemplates","url":"classes/BasicInteractionRoute.html#responseTemplates","classes":"tsd-kind-property tsd-parent-kind-class","parent":"BasicInteractionRoute"},{"id":780,"kind":1024,"name":"controls","url":"classes/BasicInteractionRoute.html#controls","classes":"tsd-kind-property tsd-parent-kind-class","parent":"BasicInteractionRoute"},{"id":781,"kind":2048,"name":"getControls","url":"classes/BasicInteractionRoute.html#getControls","classes":"tsd-kind-method tsd-parent-kind-class","parent":"BasicInteractionRoute"},{"id":782,"kind":2048,"name":"supportsPath","url":"classes/BasicInteractionRoute.html#supportsPath","classes":"tsd-kind-method tsd-parent-kind-class","parent":"BasicInteractionRoute"},{"id":783,"kind":2048,"name":"handleOperation","url":"classes/BasicInteractionRoute.html#handleOperation","classes":"tsd-kind-method tsd-parent-kind-class","parent":"BasicInteractionRoute"},{"id":784,"kind":4194304,"name":"TemplatedInteractionResult","url":"modules.html#TemplatedInteractionResult","classes":"tsd-kind-type-alias tsd-has-type-parameter"},{"id":785,"kind":256,"name":"InteractionRoute","url":"interfaces/InteractionRoute.html","classes":"tsd-kind-interface"},{"id":786,"kind":2048,"name":"getControls","url":"interfaces/InteractionRoute.html#getControls","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"InteractionRoute"},{"id":787,"kind":2048,"name":"supportsPath","url":"interfaces/InteractionRoute.html#supportsPath","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"InteractionRoute"},{"id":788,"kind":2048,"name":"handleOperation","url":"interfaces/InteractionRoute.html#handleOperation","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"InteractionRoute"},{"id":789,"kind":256,"name":"EmailSenderArgs","url":"interfaces/EmailSenderArgs.html","classes":"tsd-kind-interface"},{"id":790,"kind":1024,"name":"emailConfig","url":"interfaces/EmailSenderArgs.html#emailConfig","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"EmailSenderArgs"},{"id":791,"kind":65536,"name":"__type","url":"interfaces/EmailSenderArgs.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"EmailSenderArgs"},{"id":792,"kind":1024,"name":"host","url":"interfaces/EmailSenderArgs.html#__type.host","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"EmailSenderArgs.__type"},{"id":793,"kind":1024,"name":"port","url":"interfaces/EmailSenderArgs.html#__type.port","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"EmailSenderArgs.__type"},{"id":794,"kind":1024,"name":"auth","url":"interfaces/EmailSenderArgs.html#__type.auth","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"EmailSenderArgs.__type"},{"id":795,"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":796,"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":797,"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":798,"kind":1024,"name":"senderName","url":"interfaces/EmailSenderArgs.html#senderName","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"EmailSenderArgs"},{"id":799,"kind":128,"name":"BaseEmailSender","url":"classes/BaseEmailSender.html","classes":"tsd-kind-class"},{"id":800,"kind":512,"name":"constructor","url":"classes/BaseEmailSender.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"BaseEmailSender"},{"id":801,"kind":1024,"name":"mailTransporter","url":"classes/BaseEmailSender.html#mailTransporter","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"BaseEmailSender"},{"id":802,"kind":1024,"name":"senderName","url":"classes/BaseEmailSender.html#senderName","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"BaseEmailSender"},{"id":803,"kind":2048,"name":"handle","url":"classes/BaseEmailSender.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"BaseEmailSender"},{"id":804,"kind":2048,"name":"canHandle","url":"classes/BaseEmailSender.html#canHandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"BaseEmailSender"},{"id":805,"kind":2048,"name":"handleSafe","url":"classes/BaseEmailSender.html#handleSafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"BaseEmailSender"},{"id":806,"kind":256,"name":"EmailArgs","url":"interfaces/EmailArgs.html","classes":"tsd-kind-interface"},{"id":807,"kind":1024,"name":"recipient","url":"interfaces/EmailArgs.html#recipient","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"EmailArgs"},{"id":808,"kind":1024,"name":"subject","url":"interfaces/EmailArgs.html#subject","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"EmailArgs"},{"id":809,"kind":1024,"name":"text","url":"interfaces/EmailArgs.html#text","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"EmailArgs"},{"id":810,"kind":1024,"name":"html","url":"interfaces/EmailArgs.html#html","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"EmailArgs"},{"id":811,"kind":128,"name":"EmailSender","url":"classes/EmailSender.html","classes":"tsd-kind-class"},{"id":812,"kind":512,"name":"constructor","url":"classes/EmailSender.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"EmailSender"},{"id":813,"kind":2048,"name":"canHandle","url":"classes/EmailSender.html#canHandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"EmailSender"},{"id":814,"kind":2048,"name":"handle","url":"classes/EmailSender.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"EmailSender"},{"id":815,"kind":2048,"name":"handleSafe","url":"classes/EmailSender.html#handleSafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"EmailSender"},{"id":816,"kind":256,"name":"InteractionCompleterParams","url":"interfaces/InteractionCompleterParams.html","classes":"tsd-kind-interface"},{"id":817,"kind":1024,"name":"webId","url":"interfaces/InteractionCompleterParams.html#webId","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"InteractionCompleterParams"},{"id":818,"kind":1024,"name":"shouldRemember","url":"interfaces/InteractionCompleterParams.html#shouldRemember","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"InteractionCompleterParams"},{"id":819,"kind":256,"name":"InteractionCompleterInput","url":"interfaces/InteractionCompleterInput.html","classes":"tsd-kind-interface"},{"id":820,"kind":1024,"name":"request","url":"interfaces/InteractionCompleterInput.html#request","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"InteractionCompleterInput"},{"id":821,"kind":1024,"name":"webId","url":"interfaces/InteractionCompleterInput.html#webId","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"InteractionCompleterInput"},{"id":822,"kind":1024,"name":"shouldRemember","url":"interfaces/InteractionCompleterInput.html#shouldRemember","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"InteractionCompleterInput"},{"id":823,"kind":128,"name":"InteractionCompleter","url":"classes/InteractionCompleter.html","classes":"tsd-kind-class"},{"id":824,"kind":512,"name":"constructor","url":"classes/InteractionCompleter.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"InteractionCompleter"},{"id":825,"kind":1024,"name":"providerFactory","url":"classes/InteractionCompleter.html#providerFactory","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"InteractionCompleter"},{"id":826,"kind":2048,"name":"handle","url":"classes/InteractionCompleter.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"InteractionCompleter"},{"id":827,"kind":2048,"name":"canHandle","url":"classes/InteractionCompleter.html#canHandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"InteractionCompleter"},{"id":828,"kind":2048,"name":"handleSafe","url":"classes/InteractionCompleter.html#handleSafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"InteractionCompleter"},{"id":829,"kind":128,"name":"SessionHttpHandler","url":"classes/SessionHttpHandler.html","classes":"tsd-kind-class"},{"id":830,"kind":512,"name":"constructor","url":"classes/SessionHttpHandler.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"SessionHttpHandler"},{"id":831,"kind":2048,"name":"handle","url":"classes/SessionHttpHandler.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"SessionHttpHandler"},{"id":832,"kind":2048,"name":"canHandle","url":"classes/SessionHttpHandler.html#canHandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"SessionHttpHandler"},{"id":833,"kind":2048,"name":"handleSafe","url":"classes/SessionHttpHandler.html#handleSafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"SessionHttpHandler"},{"id":834,"kind":128,"name":"NoCheckOwnershipValidator","url":"classes/NoCheckOwnershipValidator.html","classes":"tsd-kind-class"},{"id":835,"kind":512,"name":"constructor","url":"classes/NoCheckOwnershipValidator.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"NoCheckOwnershipValidator"},{"id":836,"kind":1024,"name":"logger","url":"classes/NoCheckOwnershipValidator.html#logger","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"NoCheckOwnershipValidator"},{"id":837,"kind":2048,"name":"handle","url":"classes/NoCheckOwnershipValidator.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"NoCheckOwnershipValidator"},{"id":838,"kind":2048,"name":"canHandle","url":"classes/NoCheckOwnershipValidator.html#canHandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"NoCheckOwnershipValidator"},{"id":839,"kind":2048,"name":"handleSafe","url":"classes/NoCheckOwnershipValidator.html#handleSafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"NoCheckOwnershipValidator"},{"id":840,"kind":128,"name":"OwnershipValidator","url":"classes/OwnershipValidator.html","classes":"tsd-kind-class"},{"id":841,"kind":512,"name":"constructor","url":"classes/OwnershipValidator.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"OwnershipValidator"},{"id":842,"kind":2048,"name":"canHandle","url":"classes/OwnershipValidator.html#canHandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"OwnershipValidator"},{"id":843,"kind":2048,"name":"handle","url":"classes/OwnershipValidator.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"OwnershipValidator"},{"id":844,"kind":2048,"name":"handleSafe","url":"classes/OwnershipValidator.html#handleSafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"OwnershipValidator"},{"id":845,"kind":128,"name":"TokenOwnershipValidator","url":"classes/TokenOwnershipValidator.html","classes":"tsd-kind-class"},{"id":846,"kind":512,"name":"constructor","url":"classes/TokenOwnershipValidator.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"TokenOwnershipValidator"},{"id":847,"kind":1024,"name":"logger","url":"classes/TokenOwnershipValidator.html#logger","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"TokenOwnershipValidator"},{"id":848,"kind":1024,"name":"converter","url":"classes/TokenOwnershipValidator.html#converter","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"TokenOwnershipValidator"},{"id":849,"kind":1024,"name":"storage","url":"classes/TokenOwnershipValidator.html#storage","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"TokenOwnershipValidator"},{"id":850,"kind":1024,"name":"expiration","url":"classes/TokenOwnershipValidator.html#expiration","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"TokenOwnershipValidator"},{"id":851,"kind":2048,"name":"handle","url":"classes/TokenOwnershipValidator.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"TokenOwnershipValidator"},{"id":852,"kind":2048,"name":"getTokenKey","url":"classes/TokenOwnershipValidator.html#getTokenKey","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"TokenOwnershipValidator"},{"id":853,"kind":2048,"name":"generateToken","url":"classes/TokenOwnershipValidator.html#generateToken","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"TokenOwnershipValidator"},{"id":854,"kind":2048,"name":"hasToken","url":"classes/TokenOwnershipValidator.html#hasToken","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"TokenOwnershipValidator"},{"id":855,"kind":2048,"name":"throwError","url":"classes/TokenOwnershipValidator.html#throwError","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"TokenOwnershipValidator"},{"id":856,"kind":2048,"name":"canHandle","url":"classes/TokenOwnershipValidator.html#canHandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TokenOwnershipValidator"},{"id":857,"kind":2048,"name":"handleSafe","url":"classes/TokenOwnershipValidator.html#handleSafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TokenOwnershipValidator"},{"id":858,"kind":256,"name":"AdapterFactory","url":"interfaces/AdapterFactory.html","classes":"tsd-kind-interface"},{"id":859,"kind":2048,"name":"createStorageAdapter","url":"interfaces/AdapterFactory.html#createStorageAdapter","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"AdapterFactory"},{"id":860,"kind":128,"name":"ExpiringAdapter","url":"classes/ExpiringAdapter.html","classes":"tsd-kind-class"},{"id":861,"kind":512,"name":"constructor","url":"classes/ExpiringAdapter.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"ExpiringAdapter"},{"id":862,"kind":1024,"name":"logger","url":"classes/ExpiringAdapter.html#logger","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"ExpiringAdapter"},{"id":863,"kind":1024,"name":"name","url":"classes/ExpiringAdapter.html#name","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"ExpiringAdapter"},{"id":864,"kind":1024,"name":"storage","url":"classes/ExpiringAdapter.html#storage","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"ExpiringAdapter"},{"id":865,"kind":2048,"name":"grantKeyFor","url":"classes/ExpiringAdapter.html#grantKeyFor","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"ExpiringAdapter"},{"id":866,"kind":2048,"name":"userCodeKeyFor","url":"classes/ExpiringAdapter.html#userCodeKeyFor","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"ExpiringAdapter"},{"id":867,"kind":2048,"name":"uidKeyFor","url":"classes/ExpiringAdapter.html#uidKeyFor","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"ExpiringAdapter"},{"id":868,"kind":2048,"name":"keyFor","url":"classes/ExpiringAdapter.html#keyFor","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"ExpiringAdapter"},{"id":869,"kind":2048,"name":"upsert","url":"classes/ExpiringAdapter.html#upsert","classes":"tsd-kind-method tsd-parent-kind-class","parent":"ExpiringAdapter"},{"id":870,"kind":2048,"name":"find","url":"classes/ExpiringAdapter.html#find","classes":"tsd-kind-method tsd-parent-kind-class","parent":"ExpiringAdapter"},{"id":871,"kind":2048,"name":"findByUserCode","url":"classes/ExpiringAdapter.html#findByUserCode","classes":"tsd-kind-method tsd-parent-kind-class","parent":"ExpiringAdapter"},{"id":872,"kind":2048,"name":"findByUid","url":"classes/ExpiringAdapter.html#findByUid","classes":"tsd-kind-method tsd-parent-kind-class","parent":"ExpiringAdapter"},{"id":873,"kind":2048,"name":"destroy","url":"classes/ExpiringAdapter.html#destroy","classes":"tsd-kind-method tsd-parent-kind-class","parent":"ExpiringAdapter"},{"id":874,"kind":2048,"name":"revokeByGrantId","url":"classes/ExpiringAdapter.html#revokeByGrantId","classes":"tsd-kind-method tsd-parent-kind-class","parent":"ExpiringAdapter"},{"id":875,"kind":2048,"name":"consume","url":"classes/ExpiringAdapter.html#consume","classes":"tsd-kind-method tsd-parent-kind-class","parent":"ExpiringAdapter"},{"id":876,"kind":128,"name":"ExpiringAdapterFactory","url":"classes/ExpiringAdapterFactory.html","classes":"tsd-kind-class"},{"id":877,"kind":512,"name":"constructor","url":"classes/ExpiringAdapterFactory.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"ExpiringAdapterFactory"},{"id":878,"kind":1024,"name":"storage","url":"classes/ExpiringAdapterFactory.html#storage","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"ExpiringAdapterFactory"},{"id":879,"kind":2048,"name":"createStorageAdapter","url":"classes/ExpiringAdapterFactory.html#createStorageAdapter","classes":"tsd-kind-method tsd-parent-kind-class","parent":"ExpiringAdapterFactory"},{"id":880,"kind":128,"name":"WebIdAdapter","url":"classes/WebIdAdapter.html","classes":"tsd-kind-class"},{"id":881,"kind":512,"name":"constructor","url":"classes/WebIdAdapter.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"WebIdAdapter"},{"id":882,"kind":1024,"name":"logger","url":"classes/WebIdAdapter.html#logger","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"WebIdAdapter"},{"id":883,"kind":1024,"name":"name","url":"classes/WebIdAdapter.html#name","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"WebIdAdapter"},{"id":884,"kind":1024,"name":"source","url":"classes/WebIdAdapter.html#source","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"WebIdAdapter"},{"id":885,"kind":1024,"name":"converter","url":"classes/WebIdAdapter.html#converter","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"WebIdAdapter"},{"id":886,"kind":2048,"name":"upsert","url":"classes/WebIdAdapter.html#upsert","classes":"tsd-kind-method tsd-parent-kind-class","parent":"WebIdAdapter"},{"id":887,"kind":2048,"name":"find","url":"classes/WebIdAdapter.html#find","classes":"tsd-kind-method tsd-parent-kind-class","parent":"WebIdAdapter"},{"id":888,"kind":2048,"name":"parseRdfWebId","url":"classes/WebIdAdapter.html#parseRdfWebId","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"WebIdAdapter"},{"id":889,"kind":2048,"name":"findByUserCode","url":"classes/WebIdAdapter.html#findByUserCode","classes":"tsd-kind-method tsd-parent-kind-class","parent":"WebIdAdapter"},{"id":890,"kind":2048,"name":"findByUid","url":"classes/WebIdAdapter.html#findByUid","classes":"tsd-kind-method tsd-parent-kind-class","parent":"WebIdAdapter"},{"id":891,"kind":2048,"name":"destroy","url":"classes/WebIdAdapter.html#destroy","classes":"tsd-kind-method tsd-parent-kind-class","parent":"WebIdAdapter"},{"id":892,"kind":2048,"name":"revokeByGrantId","url":"classes/WebIdAdapter.html#revokeByGrantId","classes":"tsd-kind-method tsd-parent-kind-class","parent":"WebIdAdapter"},{"id":893,"kind":2048,"name":"consume","url":"classes/WebIdAdapter.html#consume","classes":"tsd-kind-method tsd-parent-kind-class","parent":"WebIdAdapter"},{"id":894,"kind":128,"name":"WebIdAdapterFactory","url":"classes/WebIdAdapterFactory.html","classes":"tsd-kind-class"},{"id":895,"kind":512,"name":"constructor","url":"classes/WebIdAdapterFactory.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"WebIdAdapterFactory"},{"id":896,"kind":1024,"name":"source","url":"classes/WebIdAdapterFactory.html#source","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"WebIdAdapterFactory"},{"id":897,"kind":1024,"name":"converter","url":"classes/WebIdAdapterFactory.html#converter","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"WebIdAdapterFactory"},{"id":898,"kind":2048,"name":"createStorageAdapter","url":"classes/WebIdAdapterFactory.html#createStorageAdapter","classes":"tsd-kind-method tsd-parent-kind-class","parent":"WebIdAdapterFactory"},{"id":899,"kind":256,"name":"IdentityProviderHttpHandlerArgs","url":"interfaces/IdentityProviderHttpHandlerArgs.html","classes":"tsd-kind-interface"},{"id":900,"kind":1024,"name":"baseUrl","url":"interfaces/IdentityProviderHttpHandlerArgs.html#baseUrl","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IdentityProviderHttpHandlerArgs"},{"id":901,"kind":1024,"name":"idpPath","url":"interfaces/IdentityProviderHttpHandlerArgs.html#idpPath","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IdentityProviderHttpHandlerArgs"},{"id":902,"kind":1024,"name":"providerFactory","url":"interfaces/IdentityProviderHttpHandlerArgs.html#providerFactory","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IdentityProviderHttpHandlerArgs"},{"id":903,"kind":1024,"name":"interactionRoutes","url":"interfaces/IdentityProviderHttpHandlerArgs.html#interactionRoutes","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IdentityProviderHttpHandlerArgs"},{"id":904,"kind":1024,"name":"converter","url":"interfaces/IdentityProviderHttpHandlerArgs.html#converter","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IdentityProviderHttpHandlerArgs"},{"id":905,"kind":1024,"name":"interactionCompleter","url":"interfaces/IdentityProviderHttpHandlerArgs.html#interactionCompleter","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IdentityProviderHttpHandlerArgs"},{"id":906,"kind":1024,"name":"errorHandler","url":"interfaces/IdentityProviderHttpHandlerArgs.html#errorHandler","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IdentityProviderHttpHandlerArgs"},{"id":907,"kind":128,"name":"IdentityProviderHttpHandler","url":"classes/IdentityProviderHttpHandler.html","classes":"tsd-kind-class"},{"id":908,"kind":512,"name":"constructor","url":"classes/IdentityProviderHttpHandler.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"IdentityProviderHttpHandler"},{"id":909,"kind":1024,"name":"logger","url":"classes/IdentityProviderHttpHandler.html#logger","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"IdentityProviderHttpHandler"},{"id":910,"kind":1024,"name":"baseUrl","url":"classes/IdentityProviderHttpHandler.html#baseUrl","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"IdentityProviderHttpHandler"},{"id":911,"kind":1024,"name":"providerFactory","url":"classes/IdentityProviderHttpHandler.html#providerFactory","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"IdentityProviderHttpHandler"},{"id":912,"kind":1024,"name":"interactionRoutes","url":"classes/IdentityProviderHttpHandler.html#interactionRoutes","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"IdentityProviderHttpHandler"},{"id":913,"kind":1024,"name":"converter","url":"classes/IdentityProviderHttpHandler.html#converter","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"IdentityProviderHttpHandler"},{"id":914,"kind":1024,"name":"interactionCompleter","url":"classes/IdentityProviderHttpHandler.html#interactionCompleter","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"IdentityProviderHttpHandler"},{"id":915,"kind":1024,"name":"errorHandler","url":"classes/IdentityProviderHttpHandler.html#errorHandler","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"IdentityProviderHttpHandler"},{"id":916,"kind":1024,"name":"controls","url":"classes/IdentityProviderHttpHandler.html#controls","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"IdentityProviderHttpHandler"},{"id":917,"kind":2048,"name":"handle","url":"classes/IdentityProviderHttpHandler.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"IdentityProviderHttpHandler"},{"id":918,"kind":2048,"name":"findRoute","url":"classes/IdentityProviderHttpHandler.html#findRoute","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"IdentityProviderHttpHandler"},{"id":919,"kind":2048,"name":"handleInteractionResult","url":"classes/IdentityProviderHttpHandler.html#handleInteractionResult","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"IdentityProviderHttpHandler"},{"id":920,"kind":2048,"name":"handleResponseResult","url":"classes/IdentityProviderHttpHandler.html#handleResponseResult","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"IdentityProviderHttpHandler"},{"id":921,"kind":2048,"name":"getRouteControls","url":"classes/IdentityProviderHttpHandler.html#getRouteControls","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"IdentityProviderHttpHandler"},{"id":922,"kind":2048,"name":"canHandle","url":"classes/IdentityProviderHttpHandler.html#canHandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"IdentityProviderHttpHandler"},{"id":923,"kind":2048,"name":"handleSafe","url":"classes/IdentityProviderHttpHandler.html#handleSafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"IdentityProviderHttpHandler"},{"id":924,"kind":256,"name":"Finalizable","url":"interfaces/Finalizable.html","classes":"tsd-kind-interface"},{"id":925,"kind":2048,"name":"finalize","url":"interfaces/Finalizable.html#finalize","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"Finalizable"},{"id":926,"kind":128,"name":"ParallelFinalizer","url":"classes/ParallelFinalizer.html","classes":"tsd-kind-class"},{"id":927,"kind":512,"name":"constructor","url":"classes/ParallelFinalizer.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"ParallelFinalizer"},{"id":928,"kind":1024,"name":"finalizers","url":"classes/ParallelFinalizer.html#finalizers","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"ParallelFinalizer"},{"id":929,"kind":2048,"name":"finalize","url":"classes/ParallelFinalizer.html#finalize","classes":"tsd-kind-method tsd-parent-kind-class","parent":"ParallelFinalizer"},{"id":930,"kind":256,"name":"SetupInput","url":"interfaces/SetupInput.html","classes":"tsd-kind-interface"},{"id":931,"kind":1024,"name":"initialize","url":"interfaces/SetupInput.html#initialize","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"SetupInput"},{"id":932,"kind":1024,"name":"registration","url":"interfaces/SetupInput.html#registration","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"SetupInput"},{"id":933,"kind":256,"name":"SetupHttpHandlerArgs","url":"interfaces/SetupHttpHandlerArgs.html","classes":"tsd-kind-interface"},{"id":934,"kind":1024,"name":"registrationManager","url":"interfaces/SetupHttpHandlerArgs.html#registrationManager","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"SetupHttpHandlerArgs"},{"id":935,"kind":1024,"name":"initializer","url":"interfaces/SetupHttpHandlerArgs.html#initializer","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"SetupHttpHandlerArgs"},{"id":936,"kind":1024,"name":"converter","url":"interfaces/SetupHttpHandlerArgs.html#converter","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"SetupHttpHandlerArgs"},{"id":937,"kind":1024,"name":"storageKey","url":"interfaces/SetupHttpHandlerArgs.html#storageKey","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"SetupHttpHandlerArgs"},{"id":938,"kind":1024,"name":"storage","url":"interfaces/SetupHttpHandlerArgs.html#storage","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"SetupHttpHandlerArgs"},{"id":939,"kind":1024,"name":"viewTemplate","url":"interfaces/SetupHttpHandlerArgs.html#viewTemplate","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"SetupHttpHandlerArgs"},{"id":940,"kind":1024,"name":"responseTemplate","url":"interfaces/SetupHttpHandlerArgs.html#responseTemplate","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"SetupHttpHandlerArgs"},{"id":941,"kind":1024,"name":"errorHandler","url":"interfaces/SetupHttpHandlerArgs.html#errorHandler","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"SetupHttpHandlerArgs"},{"id":942,"kind":128,"name":"SetupHttpHandler","url":"classes/SetupHttpHandler.html","classes":"tsd-kind-class"},{"id":943,"kind":512,"name":"constructor","url":"classes/SetupHttpHandler.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"SetupHttpHandler"},{"id":944,"kind":1024,"name":"logger","url":"classes/SetupHttpHandler.html#logger","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"SetupHttpHandler"},{"id":945,"kind":1024,"name":"registrationManager","url":"classes/SetupHttpHandler.html#registrationManager","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"SetupHttpHandler"},{"id":946,"kind":1024,"name":"initializer","url":"classes/SetupHttpHandler.html#initializer","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"SetupHttpHandler"},{"id":947,"kind":1024,"name":"converter","url":"classes/SetupHttpHandler.html#converter","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"SetupHttpHandler"},{"id":948,"kind":1024,"name":"storageKey","url":"classes/SetupHttpHandler.html#storageKey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"SetupHttpHandler"},{"id":949,"kind":1024,"name":"storage","url":"classes/SetupHttpHandler.html#storage","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"SetupHttpHandler"},{"id":950,"kind":1024,"name":"viewTemplate","url":"classes/SetupHttpHandler.html#viewTemplate","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"SetupHttpHandler"},{"id":951,"kind":1024,"name":"responseTemplate","url":"classes/SetupHttpHandler.html#responseTemplate","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"SetupHttpHandler"},{"id":952,"kind":1024,"name":"errorHandler","url":"classes/SetupHttpHandler.html#errorHandler","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"SetupHttpHandler"},{"id":953,"kind":1024,"name":"finished","url":"classes/SetupHttpHandler.html#finished","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"SetupHttpHandler"},{"id":954,"kind":2048,"name":"handle","url":"classes/SetupHttpHandler.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"SetupHttpHandler"},{"id":955,"kind":2048,"name":"getJsonResult","url":"classes/SetupHttpHandler.html#getJsonResult","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"SetupHttpHandler"},{"id":956,"kind":2048,"name":"canHandle","url":"classes/SetupHttpHandler.html#canHandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"SetupHttpHandler"},{"id":957,"kind":2048,"name":"handleSafe","url":"classes/SetupHttpHandler.html#handleSafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"SetupHttpHandler"},{"id":958,"kind":128,"name":"App","url":"classes/App.html","classes":"tsd-kind-class"},{"id":959,"kind":512,"name":"constructor","url":"classes/App.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"App"},{"id":960,"kind":1024,"name":"initializer","url":"classes/App.html#initializer","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"App"},{"id":961,"kind":1024,"name":"finalizer","url":"classes/App.html#finalizer","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"App"},{"id":962,"kind":2048,"name":"start","url":"classes/App.html#start","classes":"tsd-kind-method tsd-parent-kind-class","parent":"App"},{"id":963,"kind":2048,"name":"stop","url":"classes/App.html#stop","classes":"tsd-kind-method tsd-parent-kind-class","parent":"App"},{"id":964,"kind":256,"name":"CliParams","url":"interfaces/CliParams.html","classes":"tsd-kind-interface"},{"id":965,"kind":1024,"name":"loggingLevel","url":"interfaces/CliParams.html#loggingLevel","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CliParams"},{"id":966,"kind":1024,"name":"port","url":"interfaces/CliParams.html#port","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CliParams"},{"id":967,"kind":1024,"name":"baseUrl","url":"interfaces/CliParams.html#baseUrl","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CliParams"},{"id":968,"kind":1024,"name":"rootFilePath","url":"interfaces/CliParams.html#rootFilePath","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CliParams"},{"id":969,"kind":1024,"name":"sparqlEndpoint","url":"interfaces/CliParams.html#sparqlEndpoint","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CliParams"},{"id":970,"kind":1024,"name":"showStackTrace","url":"interfaces/CliParams.html#showStackTrace","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CliParams"},{"id":971,"kind":1024,"name":"podConfigJson","url":"interfaces/CliParams.html#podConfigJson","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CliParams"},{"id":972,"kind":128,"name":"AppRunner","url":"classes/AppRunner.html","classes":"tsd-kind-class"},{"id":973,"kind":512,"name":"constructor","url":"classes/AppRunner.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"AppRunner"},{"id":974,"kind":1024,"name":"logger","url":"classes/AppRunner.html#logger","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"AppRunner"},{"id":975,"kind":2048,"name":"run","url":"classes/AppRunner.html#run","classes":"tsd-kind-method tsd-parent-kind-class","parent":"AppRunner"},{"id":976,"kind":2048,"name":"runCli","url":"classes/AppRunner.html#runCli","classes":"tsd-kind-method tsd-parent-kind-class","parent":"AppRunner"},{"id":977,"kind":2048,"name":"createApp","url":"classes/AppRunner.html#createApp","classes":"tsd-kind-method tsd-parent-kind-class","parent":"AppRunner"},{"id":978,"kind":2048,"name":"createVariables","url":"classes/AppRunner.html#createVariables","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-protected","parent":"AppRunner"},{"id":979,"kind":128,"name":"ConfigPodInitializer","url":"classes/ConfigPodInitializer.html","classes":"tsd-kind-class"},{"id":980,"kind":512,"name":"constructor","url":"classes/ConfigPodInitializer.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"ConfigPodInitializer"},{"id":981,"kind":1024,"name":"logger","url":"classes/ConfigPodInitializer.html#logger","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"ConfigPodInitializer"},{"id":982,"kind":1024,"name":"storeFactory","url":"classes/ConfigPodInitializer.html#storeFactory","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"ConfigPodInitializer"},{"id":983,"kind":1024,"name":"configStorage","url":"classes/ConfigPodInitializer.html#configStorage","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"ConfigPodInitializer"},{"id":984,"kind":1024,"name":"routingStorage","url":"classes/ConfigPodInitializer.html#routingStorage","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"ConfigPodInitializer"},{"id":985,"kind":2048,"name":"handle","url":"classes/ConfigPodInitializer.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"ConfigPodInitializer"},{"id":986,"kind":2048,"name":"canHandle","url":"classes/ConfigPodInitializer.html#canHandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ConfigPodInitializer"},{"id":987,"kind":2048,"name":"handleSafe","url":"classes/ConfigPodInitializer.html#handleSafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ConfigPodInitializer"},{"id":988,"kind":256,"name":"ContainerInitializerArgs","url":"interfaces/ContainerInitializerArgs.html","classes":"tsd-kind-interface"},{"id":989,"kind":1024,"name":"baseUrl","url":"interfaces/ContainerInitializerArgs.html#baseUrl","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ContainerInitializerArgs"},{"id":990,"kind":1024,"name":"path","url":"interfaces/ContainerInitializerArgs.html#path","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ContainerInitializerArgs"},{"id":991,"kind":1024,"name":"store","url":"interfaces/ContainerInitializerArgs.html#store","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ContainerInitializerArgs"},{"id":992,"kind":1024,"name":"generator","url":"interfaces/ContainerInitializerArgs.html#generator","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ContainerInitializerArgs"},{"id":993,"kind":1024,"name":"storageKey","url":"interfaces/ContainerInitializerArgs.html#storageKey","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ContainerInitializerArgs"},{"id":994,"kind":1024,"name":"storage","url":"interfaces/ContainerInitializerArgs.html#storage","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ContainerInitializerArgs"},{"id":995,"kind":128,"name":"ContainerInitializer","url":"classes/ContainerInitializer.html","classes":"tsd-kind-class"},{"id":996,"kind":512,"name":"constructor","url":"classes/ContainerInitializer.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"ContainerInitializer"},{"id":997,"kind":1024,"name":"logger","url":"classes/ContainerInitializer.html#logger","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"ContainerInitializer"},{"id":998,"kind":1024,"name":"store","url":"classes/ContainerInitializer.html#store","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"ContainerInitializer"},{"id":999,"kind":1024,"name":"containerId","url":"classes/ContainerInitializer.html#containerId","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"ContainerInitializer"},{"id":1000,"kind":1024,"name":"generator","url":"classes/ContainerInitializer.html#generator","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"ContainerInitializer"},{"id":1001,"kind":1024,"name":"storageKey","url":"classes/ContainerInitializer.html#storageKey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"ContainerInitializer"},{"id":1002,"kind":1024,"name":"storage","url":"classes/ContainerInitializer.html#storage","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"ContainerInitializer"},{"id":1003,"kind":2048,"name":"handle","url":"classes/ContainerInitializer.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"ContainerInitializer"},{"id":1004,"kind":2048,"name":"canHandle","url":"classes/ContainerInitializer.html#canHandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ContainerInitializer"},{"id":1005,"kind":2048,"name":"handleSafe","url":"classes/ContainerInitializer.html#handleSafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ContainerInitializer"},{"id":1006,"kind":128,"name":"Initializer","url":"classes/Initializer.html","classes":"tsd-kind-class"},{"id":1007,"kind":512,"name":"constructor","url":"classes/Initializer.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"Initializer"},{"id":1008,"kind":2048,"name":"canHandle","url":"classes/Initializer.html#canHandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Initializer"},{"id":1009,"kind":2048,"name":"handle","url":"classes/Initializer.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Initializer"},{"id":1010,"kind":2048,"name":"handleSafe","url":"classes/Initializer.html#handleSafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Initializer"},{"id":1011,"kind":128,"name":"LoggerInitializer","url":"classes/LoggerInitializer.html","classes":"tsd-kind-class"},{"id":1012,"kind":512,"name":"constructor","url":"classes/LoggerInitializer.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"LoggerInitializer"},{"id":1013,"kind":1024,"name":"loggerFactory","url":"classes/LoggerInitializer.html#loggerFactory","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"LoggerInitializer"},{"id":1014,"kind":2048,"name":"handle","url":"classes/LoggerInitializer.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"LoggerInitializer"},{"id":1015,"kind":2048,"name":"canHandle","url":"classes/LoggerInitializer.html#canHandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"LoggerInitializer"},{"id":1016,"kind":2048,"name":"handleSafe","url":"classes/LoggerInitializer.html#handleSafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"LoggerInitializer"},{"id":1017,"kind":128,"name":"ServerInitializer","url":"classes/ServerInitializer.html","classes":"tsd-kind-class"},{"id":1018,"kind":512,"name":"constructor","url":"classes/ServerInitializer.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"ServerInitializer"},{"id":1019,"kind":1024,"name":"serverFactory","url":"classes/ServerInitializer.html#serverFactory","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"ServerInitializer"},{"id":1020,"kind":1024,"name":"port","url":"classes/ServerInitializer.html#port","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"ServerInitializer"},{"id":1021,"kind":1024,"name":"server","url":"classes/ServerInitializer.html#server","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"ServerInitializer"},{"id":1022,"kind":2048,"name":"handle","url":"classes/ServerInitializer.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"ServerInitializer"},{"id":1023,"kind":2048,"name":"finalize","url":"classes/ServerInitializer.html#finalize","classes":"tsd-kind-method tsd-parent-kind-class","parent":"ServerInitializer"},{"id":1024,"kind":2048,"name":"canHandle","url":"classes/ServerInitializer.html#canHandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ServerInitializer"},{"id":1025,"kind":2048,"name":"handleSafe","url":"classes/ServerInitializer.html#handleSafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ServerInitializer"},{"id":1026,"kind":128,"name":"LazyLogger","url":"classes/LazyLogger.html","classes":"tsd-kind-class"},{"id":1027,"kind":512,"name":"constructor","url":"classes/LazyLogger.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"LazyLogger"},{"id":1028,"kind":1024,"name":"lazyLoggerFactory","url":"classes/LazyLogger.html#lazyLoggerFactory","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"LazyLogger"},{"id":1029,"kind":1024,"name":"label","url":"classes/LazyLogger.html#label","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"LazyLogger"},{"id":1030,"kind":1024,"name":"logger","url":"classes/LazyLogger.html#logger","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"LazyLogger"},{"id":1031,"kind":2048,"name":"log","url":"classes/LazyLogger.html#log","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"LazyLogger"},{"id":1032,"kind":2048,"name":"error","url":"classes/LazyLogger.html#error","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"LazyLogger"},{"id":1033,"kind":2048,"name":"warn","url":"classes/LazyLogger.html#warn","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"LazyLogger"},{"id":1034,"kind":2048,"name":"info","url":"classes/LazyLogger.html#info","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"LazyLogger"},{"id":1035,"kind":2048,"name":"verbose","url":"classes/LazyLogger.html#verbose","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"LazyLogger"},{"id":1036,"kind":2048,"name":"debug","url":"classes/LazyLogger.html#debug","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"LazyLogger"},{"id":1037,"kind":2048,"name":"silly","url":"classes/LazyLogger.html#silly","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"LazyLogger"},{"id":1038,"kind":128,"name":"LazyLoggerFactory","url":"classes/LazyLoggerFactory.html","classes":"tsd-kind-class"},{"id":1039,"kind":1024,"name":"instance","url":"classes/LazyLoggerFactory.html#instance","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private tsd-is-static","parent":"LazyLoggerFactory"},{"id":1040,"kind":2048,"name":"getInstance","url":"classes/LazyLoggerFactory.html#getInstance","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"LazyLoggerFactory"},{"id":1041,"kind":512,"name":"constructor","url":"classes/LazyLoggerFactory.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-private","parent":"LazyLoggerFactory"},{"id":1042,"kind":1024,"name":"ploggerFactory","url":"classes/LazyLoggerFactory.html#ploggerFactory","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"LazyLoggerFactory"},{"id":1043,"kind":2048,"name":"createLogger","url":"classes/LazyLoggerFactory.html#createLogger","classes":"tsd-kind-method tsd-parent-kind-class","parent":"LazyLoggerFactory"},{"id":1044,"kind":2048,"name":"resetLoggerFactory","url":"classes/LazyLoggerFactory.html#resetLoggerFactory","classes":"tsd-kind-method tsd-parent-kind-class","parent":"LazyLoggerFactory"},{"id":1045,"kind":262144,"name":"loggerFactory","url":"classes/LazyLoggerFactory.html#loggerFactory","classes":"tsd-kind-accessor tsd-parent-kind-class","parent":"LazyLoggerFactory"},{"id":1046,"kind":128,"name":"Logger","url":"classes/Logger.html","classes":"tsd-kind-class"},{"id":1047,"kind":512,"name":"constructor","url":"classes/Logger.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"Logger"},{"id":1048,"kind":2048,"name":"log","url":"classes/Logger.html#log","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Logger"},{"id":1049,"kind":2048,"name":"error","url":"classes/Logger.html#error","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Logger"},{"id":1050,"kind":2048,"name":"warn","url":"classes/Logger.html#warn","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Logger"},{"id":1051,"kind":2048,"name":"info","url":"classes/Logger.html#info","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Logger"},{"id":1052,"kind":2048,"name":"verbose","url":"classes/Logger.html#verbose","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Logger"},{"id":1053,"kind":2048,"name":"debug","url":"classes/Logger.html#debug","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Logger"},{"id":1054,"kind":2048,"name":"silly","url":"classes/Logger.html#silly","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Logger"},{"id":1055,"kind":256,"name":"LoggerFactory","url":"interfaces/LoggerFactory.html","classes":"tsd-kind-interface"},{"id":1056,"kind":2048,"name":"createLogger","url":"interfaces/LoggerFactory.html#createLogger","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"LoggerFactory"},{"id":1057,"kind":4194304,"name":"LogLevel","url":"modules.html#LogLevel","classes":"tsd-kind-type-alias"},{"id":1058,"kind":64,"name":"getLoggerFor","url":"modules.html#getLoggerFor","classes":"tsd-kind-function"},{"id":1059,"kind":64,"name":"setGlobalLoggerFactory","url":"modules.html#setGlobalLoggerFactory","classes":"tsd-kind-function"},{"id":1060,"kind":64,"name":"resetGlobalLoggerFactory","url":"modules.html#resetGlobalLoggerFactory","classes":"tsd-kind-function"},{"id":1061,"kind":128,"name":"VoidLogger","url":"classes/VoidLogger.html","classes":"tsd-kind-class"},{"id":1062,"kind":512,"name":"constructor","url":"classes/VoidLogger.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"VoidLogger"},{"id":1063,"kind":2048,"name":"log","url":"classes/VoidLogger.html#log","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"VoidLogger"},{"id":1064,"kind":2048,"name":"error","url":"classes/VoidLogger.html#error","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"VoidLogger"},{"id":1065,"kind":2048,"name":"warn","url":"classes/VoidLogger.html#warn","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"VoidLogger"},{"id":1066,"kind":2048,"name":"info","url":"classes/VoidLogger.html#info","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"VoidLogger"},{"id":1067,"kind":2048,"name":"verbose","url":"classes/VoidLogger.html#verbose","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"VoidLogger"},{"id":1068,"kind":2048,"name":"debug","url":"classes/VoidLogger.html#debug","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"VoidLogger"},{"id":1069,"kind":2048,"name":"silly","url":"classes/VoidLogger.html#silly","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"VoidLogger"},{"id":1070,"kind":128,"name":"VoidLoggerFactory","url":"classes/VoidLoggerFactory.html","classes":"tsd-kind-class"},{"id":1071,"kind":512,"name":"constructor","url":"classes/VoidLoggerFactory.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"VoidLoggerFactory"},{"id":1072,"kind":1024,"name":"logger","url":"classes/VoidLoggerFactory.html#logger","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"VoidLoggerFactory"},{"id":1073,"kind":2048,"name":"createLogger","url":"classes/VoidLoggerFactory.html#createLogger","classes":"tsd-kind-method tsd-parent-kind-class","parent":"VoidLoggerFactory"},{"id":1074,"kind":128,"name":"WinstonLogger","url":"classes/WinstonLogger.html","classes":"tsd-kind-class"},{"id":1075,"kind":512,"name":"constructor","url":"classes/WinstonLogger.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"WinstonLogger"},{"id":1076,"kind":1024,"name":"logger","url":"classes/WinstonLogger.html#logger","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"WinstonLogger"},{"id":1077,"kind":2048,"name":"log","url":"classes/WinstonLogger.html#log","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"WinstonLogger"},{"id":1078,"kind":2048,"name":"error","url":"classes/WinstonLogger.html#error","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"WinstonLogger"},{"id":1079,"kind":2048,"name":"warn","url":"classes/WinstonLogger.html#warn","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"WinstonLogger"},{"id":1080,"kind":2048,"name":"info","url":"classes/WinstonLogger.html#info","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"WinstonLogger"},{"id":1081,"kind":2048,"name":"verbose","url":"classes/WinstonLogger.html#verbose","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"WinstonLogger"},{"id":1082,"kind":2048,"name":"debug","url":"classes/WinstonLogger.html#debug","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"WinstonLogger"},{"id":1083,"kind":2048,"name":"silly","url":"classes/WinstonLogger.html#silly","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"WinstonLogger"},{"id":1084,"kind":128,"name":"WinstonLoggerFactory","url":"classes/WinstonLoggerFactory.html","classes":"tsd-kind-class"},{"id":1085,"kind":512,"name":"constructor","url":"classes/WinstonLoggerFactory.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"WinstonLoggerFactory"},{"id":1086,"kind":1024,"name":"level","url":"classes/WinstonLoggerFactory.html#level","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"WinstonLoggerFactory"},{"id":1087,"kind":2048,"name":"createLogger","url":"classes/WinstonLoggerFactory.html#createLogger","classes":"tsd-kind-method tsd-parent-kind-class","parent":"WinstonLoggerFactory"},{"id":1088,"kind":2048,"name":"createTransports","url":"classes/WinstonLoggerFactory.html#createTransports","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-protected","parent":"WinstonLoggerFactory"},{"id":1089,"kind":128,"name":"BaseUrlHandler","url":"classes/BaseUrlHandler.html","classes":"tsd-kind-class"},{"id":1090,"kind":512,"name":"constructor","url":"classes/BaseUrlHandler.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"BaseUrlHandler"},{"id":1091,"kind":2048,"name":"handle","url":"classes/BaseUrlHandler.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"BaseUrlHandler"},{"id":1092,"kind":2048,"name":"canHandle","url":"classes/BaseUrlHandler.html#canHandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"BaseUrlHandler"},{"id":1093,"kind":2048,"name":"handleSafe","url":"classes/BaseUrlHandler.html#handleSafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"BaseUrlHandler"},{"id":1094,"kind":128,"name":"RootFilePathHandler","url":"classes/RootFilePathHandler.html","classes":"tsd-kind-class"},{"id":1095,"kind":512,"name":"constructor","url":"classes/RootFilePathHandler.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"RootFilePathHandler"},{"id":1096,"kind":1024,"name":"fileMapper","url":"classes/RootFilePathHandler.html#fileMapper","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"RootFilePathHandler"},{"id":1097,"kind":2048,"name":"handle","url":"classes/RootFilePathHandler.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"RootFilePathHandler"},{"id":1098,"kind":2048,"name":"canHandle","url":"classes/RootFilePathHandler.html#canHandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RootFilePathHandler"},{"id":1099,"kind":2048,"name":"handleSafe","url":"classes/RootFilePathHandler.html#handleSafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RootFilePathHandler"},{"id":1100,"kind":128,"name":"VariableHandler","url":"classes/VariableHandler.html","classes":"tsd-kind-class"},{"id":1101,"kind":512,"name":"constructor","url":"classes/VariableHandler.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"VariableHandler"},{"id":1102,"kind":2048,"name":"canHandle","url":"classes/VariableHandler.html#canHandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"VariableHandler"},{"id":1103,"kind":2048,"name":"handle","url":"classes/VariableHandler.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"VariableHandler"},{"id":1104,"kind":2048,"name":"handleSafe","url":"classes/VariableHandler.html#handleSafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"VariableHandler"},{"id":1105,"kind":64,"name":"isValidVariable","url":"modules.html#isValidVariable","classes":"tsd-kind-function"},{"id":1106,"kind":32,"name":"TEMPLATE","url":"modules.html#TEMPLATE","classes":"tsd-kind-variable"},{"id":1107,"kind":32,"name":"TEMPLATE_VARIABLE","url":"modules.html#TEMPLATE_VARIABLE","classes":"tsd-kind-variable"},{"id":1108,"kind":128,"name":"VariableSetter","url":"classes/VariableSetter.html","classes":"tsd-kind-class"},{"id":1109,"kind":512,"name":"constructor","url":"classes/VariableSetter.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"VariableSetter"},{"id":1110,"kind":1024,"name":"variable","url":"classes/VariableSetter.html#variable","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"VariableSetter"},{"id":1111,"kind":1024,"name":"value","url":"classes/VariableSetter.html#value","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"VariableSetter"},{"id":1112,"kind":1024,"name":"override","url":"classes/VariableSetter.html#override","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"VariableSetter"},{"id":1113,"kind":2048,"name":"handle","url":"classes/VariableSetter.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"VariableSetter"},{"id":1114,"kind":2048,"name":"canHandle","url":"classes/VariableSetter.html#canHandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"VariableSetter"},{"id":1115,"kind":2048,"name":"handleSafe","url":"classes/VariableSetter.html#handleSafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"VariableSetter"},{"id":1116,"kind":128,"name":"BaseComponentsJsFactory","url":"classes/BaseComponentsJsFactory.html","classes":"tsd-kind-class"},{"id":1117,"kind":512,"name":"constructor","url":"classes/BaseComponentsJsFactory.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"BaseComponentsJsFactory"},{"id":1118,"kind":1024,"name":"options","url":"classes/BaseComponentsJsFactory.html#options","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"BaseComponentsJsFactory"},{"id":1119,"kind":2048,"name":"buildManager","url":"classes/BaseComponentsJsFactory.html#buildManager","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"BaseComponentsJsFactory"},{"id":1120,"kind":2048,"name":"generate","url":"classes/BaseComponentsJsFactory.html#generate","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"BaseComponentsJsFactory"},{"id":1121,"kind":256,"name":"ComponentsJsFactory","url":"interfaces/ComponentsJsFactory.html","classes":"tsd-kind-interface"},{"id":1122,"kind":2048,"name":"generate","url":"interfaces/ComponentsJsFactory.html#generate","classes":"tsd-kind-method tsd-parent-kind-interface tsd-has-type-parameter","parent":"ComponentsJsFactory"},{"id":1123,"kind":64,"name":"addGeneratedResources","url":"modules.html#addGeneratedResources","classes":"tsd-kind-function"},{"id":1124,"kind":256,"name":"IdentifierGenerator","url":"interfaces/IdentifierGenerator.html","classes":"tsd-kind-interface"},{"id":1125,"kind":2048,"name":"generate","url":"interfaces/IdentifierGenerator.html#generate","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"IdentifierGenerator"},{"id":1126,"kind":256,"name":"PodGenerator","url":"interfaces/PodGenerator.html","classes":"tsd-kind-interface"},{"id":1127,"kind":2048,"name":"generate","url":"interfaces/PodGenerator.html#generate","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"PodGenerator"},{"id":1128,"kind":256,"name":"Resource","url":"interfaces/Resource.html","classes":"tsd-kind-interface"},{"id":1129,"kind":1024,"name":"identifier","url":"interfaces/Resource.html#identifier","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"Resource"},{"id":1130,"kind":1024,"name":"representation","url":"interfaces/Resource.html#representation","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"Resource"},{"id":1131,"kind":256,"name":"ResourcesGenerator","url":"interfaces/ResourcesGenerator.html","classes":"tsd-kind-interface"},{"id":1132,"kind":2048,"name":"generate","url":"interfaces/ResourcesGenerator.html#generate","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"ResourcesGenerator"},{"id":1133,"kind":128,"name":"SubdomainIdentifierGenerator","url":"classes/SubdomainIdentifierGenerator.html","classes":"tsd-kind-class"},{"id":1134,"kind":512,"name":"constructor","url":"classes/SubdomainIdentifierGenerator.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"SubdomainIdentifierGenerator"},{"id":1135,"kind":1024,"name":"baseParts","url":"classes/SubdomainIdentifierGenerator.html#baseParts","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"SubdomainIdentifierGenerator"},{"id":1136,"kind":65536,"name":"__type","url":"classes/SubdomainIdentifierGenerator.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-class","parent":"SubdomainIdentifierGenerator"},{"id":1137,"kind":1024,"name":"scheme","url":"classes/SubdomainIdentifierGenerator.html#__type.scheme","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"SubdomainIdentifierGenerator.__type"},{"id":1138,"kind":1024,"name":"rest","url":"classes/SubdomainIdentifierGenerator.html#__type.rest","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"SubdomainIdentifierGenerator.__type"},{"id":1139,"kind":2048,"name":"generate","url":"classes/SubdomainIdentifierGenerator.html#generate","classes":"tsd-kind-method tsd-parent-kind-class","parent":"SubdomainIdentifierGenerator"},{"id":1140,"kind":128,"name":"SuffixIdentifierGenerator","url":"classes/SuffixIdentifierGenerator.html","classes":"tsd-kind-class"},{"id":1141,"kind":512,"name":"constructor","url":"classes/SuffixIdentifierGenerator.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"SuffixIdentifierGenerator"},{"id":1142,"kind":1024,"name":"base","url":"classes/SuffixIdentifierGenerator.html#base","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"SuffixIdentifierGenerator"},{"id":1143,"kind":2048,"name":"generate","url":"classes/SuffixIdentifierGenerator.html#generate","classes":"tsd-kind-method tsd-parent-kind-class","parent":"SuffixIdentifierGenerator"},{"id":1144,"kind":128,"name":"TemplatedPodGenerator","url":"classes/TemplatedPodGenerator.html","classes":"tsd-kind-class"},{"id":1145,"kind":512,"name":"constructor","url":"classes/TemplatedPodGenerator.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"TemplatedPodGenerator"},{"id":1146,"kind":1024,"name":"logger","url":"classes/TemplatedPodGenerator.html#logger","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"TemplatedPodGenerator"},{"id":1147,"kind":1024,"name":"storeFactory","url":"classes/TemplatedPodGenerator.html#storeFactory","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"TemplatedPodGenerator"},{"id":1148,"kind":1024,"name":"variableHandler","url":"classes/TemplatedPodGenerator.html#variableHandler","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"TemplatedPodGenerator"},{"id":1149,"kind":1024,"name":"configStorage","url":"classes/TemplatedPodGenerator.html#configStorage","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"TemplatedPodGenerator"},{"id":1150,"kind":1024,"name":"configTemplatePath","url":"classes/TemplatedPodGenerator.html#configTemplatePath","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"TemplatedPodGenerator"},{"id":1151,"kind":2048,"name":"generate","url":"classes/TemplatedPodGenerator.html#generate","classes":"tsd-kind-method tsd-parent-kind-class","parent":"TemplatedPodGenerator"},{"id":1152,"kind":128,"name":"TemplatedResourcesGenerator","url":"classes/TemplatedResourcesGenerator.html","classes":"tsd-kind-class"},{"id":1153,"kind":512,"name":"constructor","url":"classes/TemplatedResourcesGenerator.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"TemplatedResourcesGenerator"},{"id":1154,"kind":1024,"name":"templateFolder","url":"classes/TemplatedResourcesGenerator.html#templateFolder","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"TemplatedResourcesGenerator"},{"id":1155,"kind":1024,"name":"factory","url":"classes/TemplatedResourcesGenerator.html#factory","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"TemplatedResourcesGenerator"},{"id":1156,"kind":1024,"name":"templateEngine","url":"classes/TemplatedResourcesGenerator.html#templateEngine","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"TemplatedResourcesGenerator"},{"id":1157,"kind":1024,"name":"templateExtension","url":"classes/TemplatedResourcesGenerator.html#templateExtension","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"TemplatedResourcesGenerator"},{"id":1158,"kind":2048,"name":"generate","url":"classes/TemplatedResourcesGenerator.html#generate","classes":"tsd-kind-method tsd-parent-kind-class","parent":"TemplatedResourcesGenerator"},{"id":1159,"kind":2048,"name":"processFolder","url":"classes/TemplatedResourcesGenerator.html#processFolder","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"TemplatedResourcesGenerator"},{"id":1160,"kind":2048,"name":"toTemplateLink","url":"classes/TemplatedResourcesGenerator.html#toTemplateLink","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"TemplatedResourcesGenerator"},{"id":1161,"kind":2048,"name":"groupLinks","url":"classes/TemplatedResourcesGenerator.html#groupLinks","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"TemplatedResourcesGenerator"},{"id":1162,"kind":2048,"name":"generateResource","url":"classes/TemplatedResourcesGenerator.html#generateResource","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"TemplatedResourcesGenerator"},{"id":1163,"kind":2048,"name":"generateMetadata","url":"classes/TemplatedResourcesGenerator.html#generateMetadata","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"TemplatedResourcesGenerator"},{"id":1164,"kind":2048,"name":"processFile","url":"classes/TemplatedResourcesGenerator.html#processFile","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"TemplatedResourcesGenerator"},{"id":1165,"kind":256,"name":"PodSettings","url":"interfaces/PodSettings.html","classes":"tsd-kind-interface"},{"id":1166,"kind":1024,"name":"webId","url":"interfaces/PodSettings.html#webId","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"PodSettings"},{"id":1167,"kind":1024,"name":"template","url":"interfaces/PodSettings.html#template","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"PodSettings"},{"id":1168,"kind":1024,"name":"name","url":"interfaces/PodSettings.html#name","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"PodSettings"},{"id":1169,"kind":1024,"name":"email","url":"interfaces/PodSettings.html#email","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"PodSettings"},{"id":1170,"kind":1024,"name":"oidcIssuer","url":"interfaces/PodSettings.html#oidcIssuer","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"PodSettings"},{"id":1171,"kind":128,"name":"ConfigPodManager","url":"classes/ConfigPodManager.html","classes":"tsd-kind-class"},{"id":1172,"kind":512,"name":"constructor","url":"classes/ConfigPodManager.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"ConfigPodManager"},{"id":1173,"kind":1024,"name":"logger","url":"classes/ConfigPodManager.html#logger","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"ConfigPodManager"},{"id":1174,"kind":1024,"name":"podGenerator","url":"classes/ConfigPodManager.html#podGenerator","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"ConfigPodManager"},{"id":1175,"kind":1024,"name":"routingStorage","url":"classes/ConfigPodManager.html#routingStorage","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"ConfigPodManager"},{"id":1176,"kind":1024,"name":"resourcesGenerator","url":"classes/ConfigPodManager.html#resourcesGenerator","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"ConfigPodManager"},{"id":1177,"kind":2048,"name":"createPod","url":"classes/ConfigPodManager.html#createPod","classes":"tsd-kind-method tsd-parent-kind-class","parent":"ConfigPodManager"},{"id":1178,"kind":128,"name":"GeneratedPodManager","url":"classes/GeneratedPodManager.html","classes":"tsd-kind-class"},{"id":1179,"kind":512,"name":"constructor","url":"classes/GeneratedPodManager.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"GeneratedPodManager"},{"id":1180,"kind":1024,"name":"logger","url":"classes/GeneratedPodManager.html#logger","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"GeneratedPodManager"},{"id":1181,"kind":1024,"name":"store","url":"classes/GeneratedPodManager.html#store","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"GeneratedPodManager"},{"id":1182,"kind":1024,"name":"resourcesGenerator","url":"classes/GeneratedPodManager.html#resourcesGenerator","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"GeneratedPodManager"},{"id":1183,"kind":2048,"name":"createPod","url":"classes/GeneratedPodManager.html#createPod","classes":"tsd-kind-method tsd-parent-kind-class","parent":"GeneratedPodManager"},{"id":1184,"kind":256,"name":"PodManager","url":"interfaces/PodManager.html","classes":"tsd-kind-interface"},{"id":1185,"kind":2048,"name":"createPod","url":"interfaces/PodManager.html#createPod","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"PodManager"},{"id":1186,"kind":256,"name":"AuthorizingHttpHandlerArgs","url":"interfaces/AuthorizingHttpHandlerArgs.html","classes":"tsd-kind-interface"},{"id":1187,"kind":1024,"name":"credentialsExtractor","url":"interfaces/AuthorizingHttpHandlerArgs.html#credentialsExtractor","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"AuthorizingHttpHandlerArgs"},{"id":1188,"kind":1024,"name":"modesExtractor","url":"interfaces/AuthorizingHttpHandlerArgs.html#modesExtractor","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"AuthorizingHttpHandlerArgs"},{"id":1189,"kind":1024,"name":"permissionReader","url":"interfaces/AuthorizingHttpHandlerArgs.html#permissionReader","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"AuthorizingHttpHandlerArgs"},{"id":1190,"kind":1024,"name":"authorizer","url":"interfaces/AuthorizingHttpHandlerArgs.html#authorizer","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"AuthorizingHttpHandlerArgs"},{"id":1191,"kind":1024,"name":"operationHandler","url":"interfaces/AuthorizingHttpHandlerArgs.html#operationHandler","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"AuthorizingHttpHandlerArgs"},{"id":1192,"kind":128,"name":"AuthorizingHttpHandler","url":"classes/AuthorizingHttpHandler.html","classes":"tsd-kind-class"},{"id":1193,"kind":512,"name":"constructor","url":"classes/AuthorizingHttpHandler.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"AuthorizingHttpHandler"},{"id":1194,"kind":1024,"name":"logger","url":"classes/AuthorizingHttpHandler.html#logger","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"AuthorizingHttpHandler"},{"id":1195,"kind":1024,"name":"credentialsExtractor","url":"classes/AuthorizingHttpHandler.html#credentialsExtractor","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"AuthorizingHttpHandler"},{"id":1196,"kind":1024,"name":"modesExtractor","url":"classes/AuthorizingHttpHandler.html#modesExtractor","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"AuthorizingHttpHandler"},{"id":1197,"kind":1024,"name":"permissionReader","url":"classes/AuthorizingHttpHandler.html#permissionReader","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"AuthorizingHttpHandler"},{"id":1198,"kind":1024,"name":"authorizer","url":"classes/AuthorizingHttpHandler.html#authorizer","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"AuthorizingHttpHandler"},{"id":1199,"kind":1024,"name":"operationHandler","url":"classes/AuthorizingHttpHandler.html#operationHandler","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"AuthorizingHttpHandler"},{"id":1200,"kind":2048,"name":"handle","url":"classes/AuthorizingHttpHandler.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"AuthorizingHttpHandler"},{"id":1201,"kind":2048,"name":"canHandle","url":"classes/AuthorizingHttpHandler.html#canHandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"AuthorizingHttpHandler"},{"id":1202,"kind":2048,"name":"handleSafe","url":"classes/AuthorizingHttpHandler.html#handleSafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"AuthorizingHttpHandler"},{"id":1203,"kind":256,"name":"BaseHttpServerOptions","url":"interfaces/BaseHttpServerOptions.html","classes":"tsd-kind-interface"},{"id":1204,"kind":1024,"name":"https","url":"interfaces/BaseHttpServerOptions.html#https","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"BaseHttpServerOptions"},{"id":1205,"kind":1024,"name":"showStackTrace","url":"interfaces/BaseHttpServerOptions.html#showStackTrace","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"BaseHttpServerOptions"},{"id":1206,"kind":1024,"name":"key","url":"interfaces/BaseHttpServerOptions.html#key","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"BaseHttpServerOptions"},{"id":1207,"kind":1024,"name":"cert","url":"interfaces/BaseHttpServerOptions.html#cert","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"BaseHttpServerOptions"},{"id":1208,"kind":1024,"name":"pfx","url":"interfaces/BaseHttpServerOptions.html#pfx","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"BaseHttpServerOptions"},{"id":1209,"kind":1024,"name":"passphrase","url":"interfaces/BaseHttpServerOptions.html#passphrase","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"BaseHttpServerOptions"},{"id":1210,"kind":128,"name":"BaseHttpServerFactory","url":"classes/BaseHttpServerFactory.html","classes":"tsd-kind-class"},{"id":1211,"kind":512,"name":"constructor","url":"classes/BaseHttpServerFactory.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"BaseHttpServerFactory"},{"id":1212,"kind":1024,"name":"logger","url":"classes/BaseHttpServerFactory.html#logger","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"BaseHttpServerFactory"},{"id":1213,"kind":1024,"name":"handler","url":"classes/BaseHttpServerFactory.html#handler","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"BaseHttpServerFactory"},{"id":1214,"kind":1024,"name":"options","url":"classes/BaseHttpServerFactory.html#options","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"BaseHttpServerFactory"},{"id":1215,"kind":2048,"name":"startServer","url":"classes/BaseHttpServerFactory.html#startServer","classes":"tsd-kind-method tsd-parent-kind-class","parent":"BaseHttpServerFactory"},{"id":1216,"kind":2048,"name":"createServerOptions","url":"classes/BaseHttpServerFactory.html#createServerOptions","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"BaseHttpServerFactory"},{"id":1217,"kind":256,"name":"HttpHandlerInput","url":"interfaces/HttpHandlerInput.html","classes":"tsd-kind-interface"},{"id":1218,"kind":1024,"name":"request","url":"interfaces/HttpHandlerInput.html#request","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"HttpHandlerInput"},{"id":1219,"kind":1024,"name":"response","url":"interfaces/HttpHandlerInput.html#response","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"HttpHandlerInput"},{"id":1220,"kind":128,"name":"HttpHandler","url":"classes/HttpHandler.html","classes":"tsd-kind-class"},{"id":1221,"kind":512,"name":"constructor","url":"classes/HttpHandler.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"HttpHandler"},{"id":1222,"kind":2048,"name":"canHandle","url":"classes/HttpHandler.html#canHandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"HttpHandler"},{"id":1223,"kind":2048,"name":"handle","url":"classes/HttpHandler.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"HttpHandler"},{"id":1224,"kind":2048,"name":"handleSafe","url":"classes/HttpHandler.html#handleSafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"HttpHandler"},{"id":1225,"kind":64,"name":"isHttpRequest","url":"modules.html#isHttpRequest","classes":"tsd-kind-function"},{"id":1226,"kind":4194304,"name":"HttpRequest","url":"modules.html#HttpRequest","classes":"tsd-kind-type-alias"},{"id":1227,"kind":4194304,"name":"HttpResponse","url":"modules.html#HttpResponse","classes":"tsd-kind-type-alias"},{"id":1228,"kind":256,"name":"HttpServerFactory","url":"interfaces/HttpServerFactory.html","classes":"tsd-kind-interface"},{"id":1229,"kind":2048,"name":"startServer","url":"interfaces/HttpServerFactory.html#startServer","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"HttpServerFactory"},{"id":1230,"kind":256,"name":"OperationHttpHandlerInput","url":"interfaces/OperationHttpHandlerInput.html","classes":"tsd-kind-interface"},{"id":1231,"kind":1024,"name":"operation","url":"interfaces/OperationHttpHandlerInput.html#operation","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"OperationHttpHandlerInput"},{"id":1232,"kind":1024,"name":"request","url":"interfaces/OperationHttpHandlerInput.html#request","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"OperationHttpHandlerInput"},{"id":1233,"kind":1024,"name":"response","url":"interfaces/OperationHttpHandlerInput.html#response","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"OperationHttpHandlerInput"},{"id":1234,"kind":128,"name":"OperationHttpHandler","url":"classes/OperationHttpHandler.html","classes":"tsd-kind-class"},{"id":1235,"kind":512,"name":"constructor","url":"classes/OperationHttpHandler.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"OperationHttpHandler"},{"id":1236,"kind":2048,"name":"canHandle","url":"classes/OperationHttpHandler.html#canHandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"OperationHttpHandler"},{"id":1237,"kind":2048,"name":"handle","url":"classes/OperationHttpHandler.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"OperationHttpHandler"},{"id":1238,"kind":2048,"name":"handleSafe","url":"classes/OperationHttpHandler.html#handleSafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"OperationHttpHandler"},{"id":1239,"kind":256,"name":"ParsingHttpHandlerArgs","url":"interfaces/ParsingHttpHandlerArgs.html","classes":"tsd-kind-interface"},{"id":1240,"kind":1024,"name":"requestParser","url":"interfaces/ParsingHttpHandlerArgs.html#requestParser","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ParsingHttpHandlerArgs"},{"id":1241,"kind":1024,"name":"metadataCollector","url":"interfaces/ParsingHttpHandlerArgs.html#metadataCollector","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ParsingHttpHandlerArgs"},{"id":1242,"kind":1024,"name":"errorHandler","url":"interfaces/ParsingHttpHandlerArgs.html#errorHandler","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ParsingHttpHandlerArgs"},{"id":1243,"kind":1024,"name":"responseWriter","url":"interfaces/ParsingHttpHandlerArgs.html#responseWriter","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ParsingHttpHandlerArgs"},{"id":1244,"kind":1024,"name":"operationHandler","url":"interfaces/ParsingHttpHandlerArgs.html#operationHandler","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ParsingHttpHandlerArgs"},{"id":1245,"kind":128,"name":"ParsingHttpHandler","url":"classes/ParsingHttpHandler.html","classes":"tsd-kind-class"},{"id":1246,"kind":512,"name":"constructor","url":"classes/ParsingHttpHandler.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"ParsingHttpHandler"},{"id":1247,"kind":1024,"name":"logger","url":"classes/ParsingHttpHandler.html#logger","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"ParsingHttpHandler"},{"id":1248,"kind":1024,"name":"requestParser","url":"classes/ParsingHttpHandler.html#requestParser","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"ParsingHttpHandler"},{"id":1249,"kind":1024,"name":"errorHandler","url":"classes/ParsingHttpHandler.html#errorHandler","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"ParsingHttpHandler"},{"id":1250,"kind":1024,"name":"responseWriter","url":"classes/ParsingHttpHandler.html#responseWriter","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"ParsingHttpHandler"},{"id":1251,"kind":1024,"name":"metadataCollector","url":"classes/ParsingHttpHandler.html#metadataCollector","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"ParsingHttpHandler"},{"id":1252,"kind":1024,"name":"operationHandler","url":"classes/ParsingHttpHandler.html#operationHandler","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"ParsingHttpHandler"},{"id":1253,"kind":2048,"name":"handle","url":"classes/ParsingHttpHandler.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"ParsingHttpHandler"},{"id":1254,"kind":2048,"name":"canHandle","url":"classes/ParsingHttpHandler.html#canHandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ParsingHttpHandler"},{"id":1255,"kind":2048,"name":"handleSafe","url":"classes/ParsingHttpHandler.html#handleSafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ParsingHttpHandler"},{"id":1256,"kind":128,"name":"WebSocketHandler","url":"classes/WebSocketHandler.html","classes":"tsd-kind-class"},{"id":1257,"kind":512,"name":"constructor","url":"classes/WebSocketHandler.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"WebSocketHandler"},{"id":1258,"kind":2048,"name":"canHandle","url":"classes/WebSocketHandler.html#canHandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"WebSocketHandler"},{"id":1259,"kind":2048,"name":"handle","url":"classes/WebSocketHandler.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"WebSocketHandler"},{"id":1260,"kind":2048,"name":"handleSafe","url":"classes/WebSocketHandler.html#handleSafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"WebSocketHandler"},{"id":1261,"kind":128,"name":"WebSocketServerFactory","url":"classes/WebSocketServerFactory.html","classes":"tsd-kind-class"},{"id":1262,"kind":512,"name":"constructor","url":"classes/WebSocketServerFactory.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"WebSocketServerFactory"},{"id":1263,"kind":1024,"name":"baseServerFactory","url":"classes/WebSocketServerFactory.html#baseServerFactory","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"WebSocketServerFactory"},{"id":1264,"kind":1024,"name":"webSocketHandler","url":"classes/WebSocketServerFactory.html#webSocketHandler","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"WebSocketServerFactory"},{"id":1265,"kind":2048,"name":"startServer","url":"classes/WebSocketServerFactory.html#startServer","classes":"tsd-kind-method tsd-parent-kind-class","parent":"WebSocketServerFactory"},{"id":1266,"kind":128,"name":"CorsHandler","url":"classes/CorsHandler.html","classes":"tsd-kind-class"},{"id":1267,"kind":512,"name":"constructor","url":"classes/CorsHandler.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"CorsHandler"},{"id":1268,"kind":1024,"name":"corsHandler","url":"classes/CorsHandler.html#corsHandler","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"CorsHandler"},{"id":1269,"kind":65536,"name":"__type","url":"classes/CorsHandler.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-class","parent":"CorsHandler"},{"id":1270,"kind":2048,"name":"handle","url":"classes/CorsHandler.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"CorsHandler"},{"id":1271,"kind":2048,"name":"canHandle","url":"classes/CorsHandler.html#canHandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"CorsHandler"},{"id":1272,"kind":2048,"name":"handleSafe","url":"classes/CorsHandler.html#handleSafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"CorsHandler"},{"id":1273,"kind":128,"name":"HeaderHandler","url":"classes/HeaderHandler.html","classes":"tsd-kind-class"},{"id":1274,"kind":512,"name":"constructor","url":"classes/HeaderHandler.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"HeaderHandler"},{"id":1275,"kind":1024,"name":"headers","url":"classes/HeaderHandler.html#headers","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"HeaderHandler"},{"id":1276,"kind":2048,"name":"handle","url":"classes/HeaderHandler.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"HeaderHandler"},{"id":1277,"kind":2048,"name":"canHandle","url":"classes/HeaderHandler.html#canHandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"HeaderHandler"},{"id":1278,"kind":2048,"name":"handleSafe","url":"classes/HeaderHandler.html#handleSafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"HeaderHandler"},{"id":1279,"kind":128,"name":"StaticAssetHandler","url":"classes/StaticAssetHandler.html","classes":"tsd-kind-class"},{"id":1280,"kind":512,"name":"constructor","url":"classes/StaticAssetHandler.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"StaticAssetHandler"},{"id":1281,"kind":1024,"name":"mappings","url":"classes/StaticAssetHandler.html#mappings","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"StaticAssetHandler"},{"id":1282,"kind":1024,"name":"pathMatcher","url":"classes/StaticAssetHandler.html#pathMatcher","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"StaticAssetHandler"},{"id":1283,"kind":1024,"name":"expires","url":"classes/StaticAssetHandler.html#expires","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"StaticAssetHandler"},{"id":1284,"kind":1024,"name":"logger","url":"classes/StaticAssetHandler.html#logger","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"StaticAssetHandler"},{"id":1285,"kind":2048,"name":"createPathMatcher","url":"classes/StaticAssetHandler.html#createPathMatcher","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"StaticAssetHandler"},{"id":1286,"kind":2048,"name":"getFilePath","url":"classes/StaticAssetHandler.html#getFilePath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"StaticAssetHandler"},{"id":1287,"kind":2048,"name":"canHandle","url":"classes/StaticAssetHandler.html#canHandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"StaticAssetHandler"},{"id":1288,"kind":2048,"name":"handle","url":"classes/StaticAssetHandler.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"StaticAssetHandler"},{"id":1289,"kind":2048,"name":"getCacheHeaders","url":"classes/StaticAssetHandler.html#getCacheHeaders","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"StaticAssetHandler"},{"id":1290,"kind":2048,"name":"handleSafe","url":"classes/StaticAssetHandler.html#handleSafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"StaticAssetHandler"},{"id":1291,"kind":128,"name":"WebSocketAdvertiser","url":"classes/WebSocketAdvertiser.html","classes":"tsd-kind-class"},{"id":1292,"kind":512,"name":"constructor","url":"classes/WebSocketAdvertiser.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"WebSocketAdvertiser"},{"id":1293,"kind":1024,"name":"socketUrl","url":"classes/WebSocketAdvertiser.html#socketUrl","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"WebSocketAdvertiser"},{"id":1294,"kind":2048,"name":"handle","url":"classes/WebSocketAdvertiser.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"WebSocketAdvertiser"},{"id":1295,"kind":2048,"name":"canHandle","url":"classes/WebSocketAdvertiser.html#canHandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"WebSocketAdvertiser"},{"id":1296,"kind":2048,"name":"handleSafe","url":"classes/WebSocketAdvertiser.html#handleSafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"WebSocketAdvertiser"},{"id":1297,"kind":256,"name":"RedirectAllHttpHandlerArgs","url":"interfaces/RedirectAllHttpHandlerArgs.html","classes":"tsd-kind-interface"},{"id":1298,"kind":1024,"name":"baseUrl","url":"interfaces/RedirectAllHttpHandlerArgs.html#baseUrl","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"RedirectAllHttpHandlerArgs"},{"id":1299,"kind":1024,"name":"target","url":"interfaces/RedirectAllHttpHandlerArgs.html#target","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"RedirectAllHttpHandlerArgs"},{"id":1300,"kind":1024,"name":"targetExtractor","url":"interfaces/RedirectAllHttpHandlerArgs.html#targetExtractor","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"RedirectAllHttpHandlerArgs"},{"id":1301,"kind":1024,"name":"responseWriter","url":"interfaces/RedirectAllHttpHandlerArgs.html#responseWriter","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"RedirectAllHttpHandlerArgs"},{"id":1302,"kind":128,"name":"RedirectAllHttpHandler","url":"classes/RedirectAllHttpHandler.html","classes":"tsd-kind-class"},{"id":1303,"kind":512,"name":"constructor","url":"classes/RedirectAllHttpHandler.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"RedirectAllHttpHandler"},{"id":1304,"kind":1024,"name":"baseUrl","url":"classes/RedirectAllHttpHandler.html#baseUrl","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"RedirectAllHttpHandler"},{"id":1305,"kind":1024,"name":"target","url":"classes/RedirectAllHttpHandler.html#target","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"RedirectAllHttpHandler"},{"id":1306,"kind":1024,"name":"targetExtractor","url":"classes/RedirectAllHttpHandler.html#targetExtractor","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"RedirectAllHttpHandler"},{"id":1307,"kind":1024,"name":"responseWriter","url":"classes/RedirectAllHttpHandler.html#responseWriter","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"RedirectAllHttpHandler"},{"id":1308,"kind":2048,"name":"canHandle","url":"classes/RedirectAllHttpHandler.html#canHandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"RedirectAllHttpHandler"},{"id":1309,"kind":2048,"name":"handle","url":"classes/RedirectAllHttpHandler.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"RedirectAllHttpHandler"},{"id":1310,"kind":2048,"name":"handleSafe","url":"classes/RedirectAllHttpHandler.html#handleSafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RedirectAllHttpHandler"},{"id":1311,"kind":256,"name":"RouterHandlerArgs","url":"interfaces/RouterHandlerArgs.html","classes":"tsd-kind-interface"},{"id":1312,"kind":1024,"name":"baseUrl","url":"interfaces/RouterHandlerArgs.html#baseUrl","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"RouterHandlerArgs"},{"id":1313,"kind":1024,"name":"targetExtractor","url":"interfaces/RouterHandlerArgs.html#targetExtractor","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"RouterHandlerArgs"},{"id":1314,"kind":1024,"name":"handler","url":"interfaces/RouterHandlerArgs.html#handler","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"RouterHandlerArgs"},{"id":1315,"kind":1024,"name":"allowedMethods","url":"interfaces/RouterHandlerArgs.html#allowedMethods","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"RouterHandlerArgs"},{"id":1316,"kind":1024,"name":"allowedPathNames","url":"interfaces/RouterHandlerArgs.html#allowedPathNames","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"RouterHandlerArgs"},{"id":1317,"kind":128,"name":"RouterHandler","url":"classes/RouterHandler.html","classes":"tsd-kind-class"},{"id":1318,"kind":512,"name":"constructor","url":"classes/RouterHandler.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"RouterHandler"},{"id":1319,"kind":1024,"name":"baseUrl","url":"classes/RouterHandler.html#baseUrl","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"RouterHandler"},{"id":1320,"kind":1024,"name":"targetExtractor","url":"classes/RouterHandler.html#targetExtractor","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"RouterHandler"},{"id":1321,"kind":1024,"name":"handler","url":"classes/RouterHandler.html#handler","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"RouterHandler"},{"id":1322,"kind":1024,"name":"allowedMethods","url":"classes/RouterHandler.html#allowedMethods","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"RouterHandler"},{"id":1323,"kind":1024,"name":"allMethods","url":"classes/RouterHandler.html#allMethods","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"RouterHandler"},{"id":1324,"kind":1024,"name":"allowedPathNamesRegEx","url":"classes/RouterHandler.html#allowedPathNamesRegEx","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"RouterHandler"},{"id":1325,"kind":2048,"name":"canHandle","url":"classes/RouterHandler.html#canHandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"RouterHandler"},{"id":1326,"kind":2048,"name":"handle","url":"classes/RouterHandler.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"RouterHandler"},{"id":1327,"kind":2048,"name":"handleSafe","url":"classes/RouterHandler.html#handleSafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RouterHandler"},{"id":1328,"kind":256,"name":"DataAccessor","url":"interfaces/DataAccessor.html","classes":"tsd-kind-interface"},{"id":1329,"kind":2048,"name":"canHandle","url":"interfaces/DataAccessor.html#canHandle","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"DataAccessor"},{"id":1330,"kind":2048,"name":"getData","url":"interfaces/DataAccessor.html#getData","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"DataAccessor"},{"id":1331,"kind":2048,"name":"getMetadata","url":"interfaces/DataAccessor.html#getMetadata","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"DataAccessor"},{"id":1332,"kind":2048,"name":"getChildren","url":"interfaces/DataAccessor.html#getChildren","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"DataAccessor"},{"id":1333,"kind":2048,"name":"writeDocument","url":"interfaces/DataAccessor.html#writeDocument","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"DataAccessor"},{"id":1334,"kind":2048,"name":"writeContainer","url":"interfaces/DataAccessor.html#writeContainer","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"DataAccessor"},{"id":1335,"kind":2048,"name":"deleteResource","url":"interfaces/DataAccessor.html#deleteResource","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"DataAccessor"},{"id":1336,"kind":128,"name":"FileDataAccessor","url":"classes/FileDataAccessor.html","classes":"tsd-kind-class"},{"id":1337,"kind":512,"name":"constructor","url":"classes/FileDataAccessor.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"FileDataAccessor"},{"id":1338,"kind":1024,"name":"resourceMapper","url":"classes/FileDataAccessor.html#resourceMapper","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"FileDataAccessor"},{"id":1339,"kind":2048,"name":"canHandle","url":"classes/FileDataAccessor.html#canHandle","classes":"tsd-kind-method tsd-parent-kind-class","parent":"FileDataAccessor"},{"id":1340,"kind":2048,"name":"getData","url":"classes/FileDataAccessor.html#getData","classes":"tsd-kind-method tsd-parent-kind-class","parent":"FileDataAccessor"},{"id":1341,"kind":2048,"name":"getMetadata","url":"classes/FileDataAccessor.html#getMetadata","classes":"tsd-kind-method tsd-parent-kind-class","parent":"FileDataAccessor"},{"id":1342,"kind":2048,"name":"getChildren","url":"classes/FileDataAccessor.html#getChildren","classes":"tsd-kind-method tsd-parent-kind-class","parent":"FileDataAccessor"},{"id":1343,"kind":2048,"name":"writeDocument","url":"classes/FileDataAccessor.html#writeDocument","classes":"tsd-kind-method tsd-parent-kind-class","parent":"FileDataAccessor"},{"id":1344,"kind":2048,"name":"writeContainer","url":"classes/FileDataAccessor.html#writeContainer","classes":"tsd-kind-method tsd-parent-kind-class","parent":"FileDataAccessor"},{"id":1345,"kind":2048,"name":"deleteResource","url":"classes/FileDataAccessor.html#deleteResource","classes":"tsd-kind-method tsd-parent-kind-class","parent":"FileDataAccessor"},{"id":1346,"kind":2048,"name":"getStats","url":"classes/FileDataAccessor.html#getStats","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"FileDataAccessor"},{"id":1347,"kind":2048,"name":"getFileMetadata","url":"classes/FileDataAccessor.html#getFileMetadata","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"FileDataAccessor"},{"id":1348,"kind":2048,"name":"getDirectoryMetadata","url":"classes/FileDataAccessor.html#getDirectoryMetadata","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"FileDataAccessor"},{"id":1349,"kind":2048,"name":"writeMetadata","url":"classes/FileDataAccessor.html#writeMetadata","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"FileDataAccessor"},{"id":1350,"kind":2048,"name":"getBaseMetadata","url":"classes/FileDataAccessor.html#getBaseMetadata","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"FileDataAccessor"},{"id":1351,"kind":2048,"name":"getRawMetadata","url":"classes/FileDataAccessor.html#getRawMetadata","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"FileDataAccessor"},{"id":1352,"kind":2048,"name":"getChildMetadata","url":"classes/FileDataAccessor.html#getChildMetadata","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"FileDataAccessor"},{"id":1353,"kind":2048,"name":"addPosixMetadata","url":"classes/FileDataAccessor.html#addPosixMetadata","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"FileDataAccessor"},{"id":1354,"kind":2048,"name":"verifyExistingExtension","url":"classes/FileDataAccessor.html#verifyExistingExtension","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"FileDataAccessor"},{"id":1355,"kind":2048,"name":"writeDataFile","url":"classes/FileDataAccessor.html#writeDataFile","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"FileDataAccessor"},{"id":1356,"kind":128,"name":"InMemoryDataAccessor","url":"classes/InMemoryDataAccessor.html","classes":"tsd-kind-class"},{"id":1357,"kind":512,"name":"constructor","url":"classes/InMemoryDataAccessor.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"InMemoryDataAccessor"},{"id":1358,"kind":1024,"name":"identifierStrategy","url":"classes/InMemoryDataAccessor.html#identifierStrategy","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"InMemoryDataAccessor"},{"id":1359,"kind":1024,"name":"store","url":"classes/InMemoryDataAccessor.html#store","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"InMemoryDataAccessor"},{"id":1360,"kind":65536,"name":"__type","url":"classes/InMemoryDataAccessor.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-class","parent":"InMemoryDataAccessor"},{"id":1361,"kind":1024,"name":"entries","url":"classes/InMemoryDataAccessor.html#__type.entries","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"InMemoryDataAccessor.__type"},{"id":1362,"kind":2048,"name":"canHandle","url":"classes/InMemoryDataAccessor.html#canHandle","classes":"tsd-kind-method tsd-parent-kind-class","parent":"InMemoryDataAccessor"},{"id":1363,"kind":2048,"name":"getData","url":"classes/InMemoryDataAccessor.html#getData","classes":"tsd-kind-method tsd-parent-kind-class","parent":"InMemoryDataAccessor"},{"id":1364,"kind":2048,"name":"getMetadata","url":"classes/InMemoryDataAccessor.html#getMetadata","classes":"tsd-kind-method tsd-parent-kind-class","parent":"InMemoryDataAccessor"},{"id":1365,"kind":2048,"name":"getChildren","url":"classes/InMemoryDataAccessor.html#getChildren","classes":"tsd-kind-method tsd-parent-kind-class","parent":"InMemoryDataAccessor"},{"id":1366,"kind":2048,"name":"writeDocument","url":"classes/InMemoryDataAccessor.html#writeDocument","classes":"tsd-kind-method tsd-parent-kind-class","parent":"InMemoryDataAccessor"},{"id":1367,"kind":2048,"name":"writeContainer","url":"classes/InMemoryDataAccessor.html#writeContainer","classes":"tsd-kind-method tsd-parent-kind-class","parent":"InMemoryDataAccessor"},{"id":1368,"kind":2048,"name":"deleteResource","url":"classes/InMemoryDataAccessor.html#deleteResource","classes":"tsd-kind-method tsd-parent-kind-class","parent":"InMemoryDataAccessor"},{"id":1369,"kind":2048,"name":"isDataEntry","url":"classes/InMemoryDataAccessor.html#isDataEntry","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"InMemoryDataAccessor"},{"id":1370,"kind":2048,"name":"getHierarchy","url":"classes/InMemoryDataAccessor.html#getHierarchy","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"InMemoryDataAccessor"},{"id":1371,"kind":2048,"name":"getParentEntry","url":"classes/InMemoryDataAccessor.html#getParentEntry","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"InMemoryDataAccessor"},{"id":1372,"kind":2048,"name":"getEntry","url":"classes/InMemoryDataAccessor.html#getEntry","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"InMemoryDataAccessor"},{"id":1373,"kind":128,"name":"SparqlDataAccessor","url":"classes/SparqlDataAccessor.html","classes":"tsd-kind-class"},{"id":1374,"kind":512,"name":"constructor","url":"classes/SparqlDataAccessor.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"SparqlDataAccessor"},{"id":1375,"kind":1024,"name":"logger","url":"classes/SparqlDataAccessor.html#logger","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"SparqlDataAccessor"},{"id":1376,"kind":1024,"name":"endpoint","url":"classes/SparqlDataAccessor.html#endpoint","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"SparqlDataAccessor"},{"id":1377,"kind":1024,"name":"identifierStrategy","url":"classes/SparqlDataAccessor.html#identifierStrategy","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"SparqlDataAccessor"},{"id":1378,"kind":1024,"name":"fetcher","url":"classes/SparqlDataAccessor.html#fetcher","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"SparqlDataAccessor"},{"id":1379,"kind":1024,"name":"generator","url":"classes/SparqlDataAccessor.html#generator","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"SparqlDataAccessor"},{"id":1380,"kind":2048,"name":"canHandle","url":"classes/SparqlDataAccessor.html#canHandle","classes":"tsd-kind-method tsd-parent-kind-class","parent":"SparqlDataAccessor"},{"id":1381,"kind":2048,"name":"getData","url":"classes/SparqlDataAccessor.html#getData","classes":"tsd-kind-method tsd-parent-kind-class","parent":"SparqlDataAccessor"},{"id":1382,"kind":2048,"name":"getMetadata","url":"classes/SparqlDataAccessor.html#getMetadata","classes":"tsd-kind-method tsd-parent-kind-class","parent":"SparqlDataAccessor"},{"id":1383,"kind":2048,"name":"getChildren","url":"classes/SparqlDataAccessor.html#getChildren","classes":"tsd-kind-method tsd-parent-kind-class","parent":"SparqlDataAccessor"},{"id":1384,"kind":2048,"name":"writeContainer","url":"classes/SparqlDataAccessor.html#writeContainer","classes":"tsd-kind-method tsd-parent-kind-class","parent":"SparqlDataAccessor"},{"id":1385,"kind":2048,"name":"writeDocument","url":"classes/SparqlDataAccessor.html#writeDocument","classes":"tsd-kind-method tsd-parent-kind-class","parent":"SparqlDataAccessor"},{"id":1386,"kind":2048,"name":"deleteResource","url":"classes/SparqlDataAccessor.html#deleteResource","classes":"tsd-kind-method tsd-parent-kind-class","parent":"SparqlDataAccessor"},{"id":1387,"kind":2048,"name":"getRelatedNames","url":"classes/SparqlDataAccessor.html#getRelatedNames","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"SparqlDataAccessor"},{"id":1388,"kind":2048,"name":"getMetadataNode","url":"classes/SparqlDataAccessor.html#getMetadataNode","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"SparqlDataAccessor"},{"id":1389,"kind":2048,"name":"isMetadataIdentifier","url":"classes/SparqlDataAccessor.html#isMetadataIdentifier","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"SparqlDataAccessor"},{"id":1390,"kind":2048,"name":"sparqlConstruct","url":"classes/SparqlDataAccessor.html#sparqlConstruct","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"SparqlDataAccessor"},{"id":1391,"kind":2048,"name":"sparqlSelectGraph","url":"classes/SparqlDataAccessor.html#sparqlSelectGraph","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"SparqlDataAccessor"},{"id":1392,"kind":2048,"name":"sparqlInsert","url":"classes/SparqlDataAccessor.html#sparqlInsert","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"SparqlDataAccessor"},{"id":1393,"kind":2048,"name":"sparqlDelete","url":"classes/SparqlDataAccessor.html#sparqlDelete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"SparqlDataAccessor"},{"id":1394,"kind":2048,"name":"sparqlUpdateDeleteAll","url":"classes/SparqlDataAccessor.html#sparqlUpdateDeleteAll","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"SparqlDataAccessor"},{"id":1395,"kind":2048,"name":"sparqlUpdateGraph","url":"classes/SparqlDataAccessor.html#sparqlUpdateGraph","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"SparqlDataAccessor"},{"id":1396,"kind":2048,"name":"sendSparqlConstruct","url":"classes/SparqlDataAccessor.html#sendSparqlConstruct","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"SparqlDataAccessor"},{"id":1397,"kind":2048,"name":"sendSparqlUpdate","url":"classes/SparqlDataAccessor.html#sendSparqlUpdate","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"SparqlDataAccessor"},{"id":1398,"kind":128,"name":"ChainedConverter","url":"classes/ChainedConverter.html","classes":"tsd-kind-class"},{"id":1399,"kind":512,"name":"constructor","url":"classes/ChainedConverter.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"ChainedConverter"},{"id":1400,"kind":1024,"name":"logger","url":"classes/ChainedConverter.html#logger","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"ChainedConverter"},{"id":1401,"kind":1024,"name":"converters","url":"classes/ChainedConverter.html#converters","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"ChainedConverter"},{"id":1402,"kind":2048,"name":"canHandle","url":"classes/ChainedConverter.html#canHandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"ChainedConverter"},{"id":1403,"kind":2048,"name":"handle","url":"classes/ChainedConverter.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"ChainedConverter"},{"id":1404,"kind":2048,"name":"isMatchedPath","url":"classes/ChainedConverter.html#isMatchedPath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"ChainedConverter"},{"id":1405,"kind":2048,"name":"findPath","url":"classes/ChainedConverter.html#findPath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"ChainedConverter"},{"id":1406,"kind":2048,"name":"generatePath","url":"classes/ChainedConverter.html#generatePath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"ChainedConverter"},{"id":1407,"kind":2048,"name":"findBest","url":"classes/ChainedConverter.html#findBest","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"ChainedConverter"},{"id":1408,"kind":2048,"name":"removeBadPaths","url":"classes/ChainedConverter.html#removeBadPaths","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"ChainedConverter"},{"id":1409,"kind":2048,"name":"takeStep","url":"classes/ChainedConverter.html#takeStep","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"ChainedConverter"},{"id":1410,"kind":2048,"name":"modifyTypeWeights","url":"classes/ChainedConverter.html#modifyTypeWeights","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"ChainedConverter"},{"id":1411,"kind":2048,"name":"supportedConverters","url":"classes/ChainedConverter.html#supportedConverters","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"ChainedConverter"},{"id":1412,"kind":2048,"name":"handleSafe","url":"classes/ChainedConverter.html#handleSafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ChainedConverter"},{"id":1413,"kind":256,"name":"ConstantConverterOptions","url":"interfaces/ConstantConverterOptions.html","classes":"tsd-kind-interface"},{"id":1414,"kind":1024,"name":"container","url":"interfaces/ConstantConverterOptions.html#container","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ConstantConverterOptions"},{"id":1415,"kind":1024,"name":"document","url":"interfaces/ConstantConverterOptions.html#document","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ConstantConverterOptions"},{"id":1416,"kind":1024,"name":"minQuality","url":"interfaces/ConstantConverterOptions.html#minQuality","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ConstantConverterOptions"},{"id":1417,"kind":1024,"name":"enabledMediaRanges","url":"interfaces/ConstantConverterOptions.html#enabledMediaRanges","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ConstantConverterOptions"},{"id":1418,"kind":1024,"name":"disabledMediaRanges","url":"interfaces/ConstantConverterOptions.html#disabledMediaRanges","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ConstantConverterOptions"},{"id":1419,"kind":128,"name":"ConstantConverter","url":"classes/ConstantConverter.html","classes":"tsd-kind-class"},{"id":1420,"kind":512,"name":"constructor","url":"classes/ConstantConverter.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"ConstantConverter"},{"id":1421,"kind":1024,"name":"filePath","url":"classes/ConstantConverter.html#filePath","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"ConstantConverter"},{"id":1422,"kind":1024,"name":"contentType","url":"classes/ConstantConverter.html#contentType","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"ConstantConverter"},{"id":1423,"kind":1024,"name":"options","url":"classes/ConstantConverter.html#options","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"ConstantConverter"},{"id":1424,"kind":2048,"name":"canHandle","url":"classes/ConstantConverter.html#canHandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"ConstantConverter"},{"id":1425,"kind":2048,"name":"handle","url":"classes/ConstantConverter.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"ConstantConverter"},{"id":1426,"kind":2048,"name":"handleSafe","url":"classes/ConstantConverter.html#handleSafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ConstantConverter"},{"id":1427,"kind":128,"name":"ContainerToTemplateConverter","url":"classes/ContainerToTemplateConverter.html","classes":"tsd-kind-class"},{"id":1428,"kind":512,"name":"constructor","url":"classes/ContainerToTemplateConverter.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"ContainerToTemplateConverter"},{"id":1429,"kind":1024,"name":"identifierStrategy","url":"classes/ContainerToTemplateConverter.html#identifierStrategy","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"ContainerToTemplateConverter"},{"id":1430,"kind":1024,"name":"templateEngine","url":"classes/ContainerToTemplateConverter.html#templateEngine","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"ContainerToTemplateConverter"},{"id":1431,"kind":1024,"name":"contentType","url":"classes/ContainerToTemplateConverter.html#contentType","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"ContainerToTemplateConverter"},{"id":1432,"kind":2048,"name":"canHandle","url":"classes/ContainerToTemplateConverter.html#canHandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"ContainerToTemplateConverter"},{"id":1433,"kind":2048,"name":"handle","url":"classes/ContainerToTemplateConverter.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"ContainerToTemplateConverter"},{"id":1434,"kind":2048,"name":"getChildResources","url":"classes/ContainerToTemplateConverter.html#getChildResources","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"ContainerToTemplateConverter"},{"id":1435,"kind":2048,"name":"getParentContainers","url":"classes/ContainerToTemplateConverter.html#getParentContainers","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"ContainerToTemplateConverter"},{"id":1436,"kind":2048,"name":"getLocalName","url":"classes/ContainerToTemplateConverter.html#getLocalName","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"ContainerToTemplateConverter"},{"id":1437,"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":1438,"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":1439,"kind":2048,"name":"getInputTypes","url":"classes/ContainerToTemplateConverter.html#getInputTypes","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ContainerToTemplateConverter"},{"id":1440,"kind":2048,"name":"getOutputTypes","url":"classes/ContainerToTemplateConverter.html#getOutputTypes","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ContainerToTemplateConverter"},{"id":1441,"kind":2048,"name":"handleSafe","url":"classes/ContainerToTemplateConverter.html#handleSafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ContainerToTemplateConverter"},{"id":1442,"kind":128,"name":"ContentTypeReplacer","url":"classes/ContentTypeReplacer.html","classes":"tsd-kind-class"},{"id":1443,"kind":512,"name":"constructor","url":"classes/ContentTypeReplacer.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"ContentTypeReplacer"},{"id":1444,"kind":1024,"name":"contentTypeMap","url":"classes/ContentTypeReplacer.html#contentTypeMap","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"ContentTypeReplacer"},{"id":1445,"kind":2048,"name":"canHandle","url":"classes/ContentTypeReplacer.html#canHandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"ContentTypeReplacer"},{"id":1446,"kind":2048,"name":"handle","url":"classes/ContentTypeReplacer.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"ContentTypeReplacer"},{"id":1447,"kind":2048,"name":"handleSafe","url":"classes/ContentTypeReplacer.html#handleSafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"ContentTypeReplacer"},{"id":1448,"kind":2048,"name":"getReplacementType","url":"classes/ContentTypeReplacer.html#getReplacementType","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"ContentTypeReplacer"},{"id":1449,"kind":64,"name":"cleanPreferences","url":"modules.html#cleanPreferences","classes":"tsd-kind-function"},{"id":1450,"kind":64,"name":"getTypeWeight","url":"modules.html#getTypeWeight","classes":"tsd-kind-function"},{"id":1451,"kind":64,"name":"getWeightedPreferences","url":"modules.html#getWeightedPreferences","classes":"tsd-kind-function"},{"id":1452,"kind":64,"name":"getBestPreference","url":"modules.html#getBestPreference","classes":"tsd-kind-function"},{"id":1453,"kind":64,"name":"getConversionTarget","url":"modules.html#getConversionTarget","classes":"tsd-kind-function"},{"id":1454,"kind":64,"name":"matchesMediaPreferences","url":"modules.html#matchesMediaPreferences","classes":"tsd-kind-function"},{"id":1455,"kind":64,"name":"matchesMediaType","url":"modules.html#matchesMediaType","classes":"tsd-kind-function"},{"id":1456,"kind":64,"name":"isInternalContentType","url":"modules.html#isInternalContentType","classes":"tsd-kind-function"},{"id":1457,"kind":128,"name":"DynamicJsonToTemplateConverter","url":"classes/DynamicJsonToTemplateConverter.html","classes":"tsd-kind-class"},{"id":1458,"kind":512,"name":"constructor","url":"classes/DynamicJsonToTemplateConverter.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"DynamicJsonToTemplateConverter"},{"id":1459,"kind":1024,"name":"templateEngine","url":"classes/DynamicJsonToTemplateConverter.html#templateEngine","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"DynamicJsonToTemplateConverter"},{"id":1460,"kind":2048,"name":"canHandle","url":"classes/DynamicJsonToTemplateConverter.html#canHandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"DynamicJsonToTemplateConverter"},{"id":1461,"kind":2048,"name":"handle","url":"classes/DynamicJsonToTemplateConverter.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"DynamicJsonToTemplateConverter"},{"id":1462,"kind":2048,"name":"constructTypeMap","url":"classes/DynamicJsonToTemplateConverter.html#constructTypeMap","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"DynamicJsonToTemplateConverter"},{"id":1463,"kind":2048,"name":"findType","url":"classes/DynamicJsonToTemplateConverter.html#findType","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"DynamicJsonToTemplateConverter"},{"id":1464,"kind":2048,"name":"handleSafe","url":"classes/DynamicJsonToTemplateConverter.html#handleSafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"DynamicJsonToTemplateConverter"},{"id":1465,"kind":128,"name":"ErrorToJsonConverter","url":"classes/ErrorToJsonConverter.html","classes":"tsd-kind-class"},{"id":1466,"kind":512,"name":"constructor","url":"classes/ErrorToJsonConverter.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"ErrorToJsonConverter"},{"id":1467,"kind":2048,"name":"handle","url":"classes/ErrorToJsonConverter.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"ErrorToJsonConverter"},{"id":1468,"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":1469,"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":1470,"kind":2048,"name":"getInputTypes","url":"classes/ErrorToJsonConverter.html#getInputTypes","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ErrorToJsonConverter"},{"id":1471,"kind":2048,"name":"getOutputTypes","url":"classes/ErrorToJsonConverter.html#getOutputTypes","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ErrorToJsonConverter"},{"id":1472,"kind":2048,"name":"canHandle","url":"classes/ErrorToJsonConverter.html#canHandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ErrorToJsonConverter"},{"id":1473,"kind":2048,"name":"handleSafe","url":"classes/ErrorToJsonConverter.html#handleSafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ErrorToJsonConverter"},{"id":1474,"kind":128,"name":"ErrorToQuadConverter","url":"classes/ErrorToQuadConverter.html","classes":"tsd-kind-class"},{"id":1475,"kind":512,"name":"constructor","url":"classes/ErrorToQuadConverter.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"ErrorToQuadConverter"},{"id":1476,"kind":2048,"name":"handle","url":"classes/ErrorToQuadConverter.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"ErrorToQuadConverter"},{"id":1477,"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":1478,"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":1479,"kind":2048,"name":"getInputTypes","url":"classes/ErrorToQuadConverter.html#getInputTypes","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ErrorToQuadConverter"},{"id":1480,"kind":2048,"name":"getOutputTypes","url":"classes/ErrorToQuadConverter.html#getOutputTypes","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ErrorToQuadConverter"},{"id":1481,"kind":2048,"name":"canHandle","url":"classes/ErrorToQuadConverter.html#canHandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ErrorToQuadConverter"},{"id":1482,"kind":2048,"name":"handleSafe","url":"classes/ErrorToQuadConverter.html#handleSafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ErrorToQuadConverter"},{"id":1483,"kind":256,"name":"TemplateOptions","url":"interfaces/TemplateOptions.html","classes":"tsd-kind-interface"},{"id":1484,"kind":1024,"name":"mainTemplatePath","url":"interfaces/TemplateOptions.html#mainTemplatePath","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"TemplateOptions"},{"id":1485,"kind":1024,"name":"codeTemplatesPath","url":"interfaces/TemplateOptions.html#codeTemplatesPath","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"TemplateOptions"},{"id":1486,"kind":1024,"name":"extension","url":"interfaces/TemplateOptions.html#extension","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"TemplateOptions"},{"id":1487,"kind":1024,"name":"contentType","url":"interfaces/TemplateOptions.html#contentType","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"TemplateOptions"},{"id":1488,"kind":128,"name":"ErrorToTemplateConverter","url":"classes/ErrorToTemplateConverter.html","classes":"tsd-kind-class"},{"id":1489,"kind":512,"name":"constructor","url":"classes/ErrorToTemplateConverter.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"ErrorToTemplateConverter"},{"id":1490,"kind":1024,"name":"templateEngine","url":"classes/ErrorToTemplateConverter.html#templateEngine","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"ErrorToTemplateConverter"},{"id":1491,"kind":1024,"name":"mainTemplatePath","url":"classes/ErrorToTemplateConverter.html#mainTemplatePath","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"ErrorToTemplateConverter"},{"id":1492,"kind":1024,"name":"codeTemplatesPath","url":"classes/ErrorToTemplateConverter.html#codeTemplatesPath","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"ErrorToTemplateConverter"},{"id":1493,"kind":1024,"name":"extension","url":"classes/ErrorToTemplateConverter.html#extension","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"ErrorToTemplateConverter"},{"id":1494,"kind":1024,"name":"contentType","url":"classes/ErrorToTemplateConverter.html#contentType","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"ErrorToTemplateConverter"},{"id":1495,"kind":2048,"name":"handle","url":"classes/ErrorToTemplateConverter.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"ErrorToTemplateConverter"},{"id":1496,"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":1497,"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":1498,"kind":2048,"name":"getInputTypes","url":"classes/ErrorToTemplateConverter.html#getInputTypes","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ErrorToTemplateConverter"},{"id":1499,"kind":2048,"name":"getOutputTypes","url":"classes/ErrorToTemplateConverter.html#getOutputTypes","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ErrorToTemplateConverter"},{"id":1500,"kind":2048,"name":"canHandle","url":"classes/ErrorToTemplateConverter.html#canHandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ErrorToTemplateConverter"},{"id":1501,"kind":2048,"name":"handleSafe","url":"classes/ErrorToTemplateConverter.html#handleSafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ErrorToTemplateConverter"},{"id":1502,"kind":128,"name":"FormToJsonConverter","url":"classes/FormToJsonConverter.html","classes":"tsd-kind-class"},{"id":1503,"kind":512,"name":"constructor","url":"classes/FormToJsonConverter.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"FormToJsonConverter"},{"id":1504,"kind":2048,"name":"handle","url":"classes/FormToJsonConverter.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"FormToJsonConverter"},{"id":1505,"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":1506,"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":1507,"kind":2048,"name":"getInputTypes","url":"classes/FormToJsonConverter.html#getInputTypes","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"FormToJsonConverter"},{"id":1508,"kind":2048,"name":"getOutputTypes","url":"classes/FormToJsonConverter.html#getOutputTypes","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"FormToJsonConverter"},{"id":1509,"kind":2048,"name":"canHandle","url":"classes/FormToJsonConverter.html#canHandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"FormToJsonConverter"},{"id":1510,"kind":2048,"name":"handleSafe","url":"classes/FormToJsonConverter.html#handleSafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"FormToJsonConverter"},{"id":1511,"kind":128,"name":"IfNeededConverter","url":"classes/IfNeededConverter.html","classes":"tsd-kind-class"},{"id":1512,"kind":512,"name":"constructor","url":"classes/IfNeededConverter.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"IfNeededConverter"},{"id":1513,"kind":1024,"name":"converter","url":"classes/IfNeededConverter.html#converter","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"IfNeededConverter"},{"id":1514,"kind":1024,"name":"logger","url":"classes/IfNeededConverter.html#logger","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"IfNeededConverter"},{"id":1515,"kind":2048,"name":"canHandle","url":"classes/IfNeededConverter.html#canHandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"IfNeededConverter"},{"id":1516,"kind":2048,"name":"handle","url":"classes/IfNeededConverter.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"IfNeededConverter"},{"id":1517,"kind":2048,"name":"handleSafe","url":"classes/IfNeededConverter.html#handleSafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"IfNeededConverter"},{"id":1518,"kind":2048,"name":"needsConversion","url":"classes/IfNeededConverter.html#needsConversion","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-protected","parent":"IfNeededConverter"},{"id":1519,"kind":2048,"name":"convert","url":"classes/IfNeededConverter.html#convert","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-protected","parent":"IfNeededConverter"},{"id":1520,"kind":128,"name":"MarkdownToHtmlConverter","url":"classes/MarkdownToHtmlConverter.html","classes":"tsd-kind-class"},{"id":1521,"kind":512,"name":"constructor","url":"classes/MarkdownToHtmlConverter.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"MarkdownToHtmlConverter"},{"id":1522,"kind":1024,"name":"templateEngine","url":"classes/MarkdownToHtmlConverter.html#templateEngine","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"MarkdownToHtmlConverter"},{"id":1523,"kind":2048,"name":"handle","url":"classes/MarkdownToHtmlConverter.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"MarkdownToHtmlConverter"},{"id":1524,"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":1525,"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":1526,"kind":2048,"name":"getInputTypes","url":"classes/MarkdownToHtmlConverter.html#getInputTypes","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MarkdownToHtmlConverter"},{"id":1527,"kind":2048,"name":"getOutputTypes","url":"classes/MarkdownToHtmlConverter.html#getOutputTypes","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MarkdownToHtmlConverter"},{"id":1528,"kind":2048,"name":"canHandle","url":"classes/MarkdownToHtmlConverter.html#canHandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MarkdownToHtmlConverter"},{"id":1529,"kind":2048,"name":"handleSafe","url":"classes/MarkdownToHtmlConverter.html#handleSafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MarkdownToHtmlConverter"},{"id":1530,"kind":128,"name":"PassthroughConverter","url":"classes/PassthroughConverter.html","classes":"tsd-kind-class"},{"id":1531,"kind":512,"name":"constructor","url":"classes/PassthroughConverter.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"PassthroughConverter"},{"id":1532,"kind":2048,"name":"handle","url":"classes/PassthroughConverter.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"PassthroughConverter"},{"id":1533,"kind":2048,"name":"canHandle","url":"classes/PassthroughConverter.html#canHandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"PassthroughConverter"},{"id":1534,"kind":2048,"name":"handleSafe","url":"classes/PassthroughConverter.html#handleSafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"PassthroughConverter"},{"id":1535,"kind":128,"name":"QuadToRdfConverter","url":"classes/QuadToRdfConverter.html","classes":"tsd-kind-class"},{"id":1536,"kind":512,"name":"constructor","url":"classes/QuadToRdfConverter.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"QuadToRdfConverter"},{"id":1537,"kind":1024,"name":"outputPreferences","url":"classes/QuadToRdfConverter.html#outputPreferences","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"QuadToRdfConverter"},{"id":1538,"kind":2048,"name":"handle","url":"classes/QuadToRdfConverter.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"QuadToRdfConverter"},{"id":1539,"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":1540,"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":1541,"kind":2048,"name":"getInputTypes","url":"classes/QuadToRdfConverter.html#getInputTypes","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"QuadToRdfConverter"},{"id":1542,"kind":2048,"name":"getOutputTypes","url":"classes/QuadToRdfConverter.html#getOutputTypes","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"QuadToRdfConverter"},{"id":1543,"kind":2048,"name":"canHandle","url":"classes/QuadToRdfConverter.html#canHandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"QuadToRdfConverter"},{"id":1544,"kind":2048,"name":"handleSafe","url":"classes/QuadToRdfConverter.html#handleSafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"QuadToRdfConverter"},{"id":1545,"kind":128,"name":"RdfToQuadConverter","url":"classes/RdfToQuadConverter.html","classes":"tsd-kind-class"},{"id":1546,"kind":512,"name":"constructor","url":"classes/RdfToQuadConverter.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"RdfToQuadConverter"},{"id":1547,"kind":2048,"name":"handle","url":"classes/RdfToQuadConverter.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"RdfToQuadConverter"},{"id":1548,"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":1549,"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":1550,"kind":2048,"name":"getInputTypes","url":"classes/RdfToQuadConverter.html#getInputTypes","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RdfToQuadConverter"},{"id":1551,"kind":2048,"name":"getOutputTypes","url":"classes/RdfToQuadConverter.html#getOutputTypes","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RdfToQuadConverter"},{"id":1552,"kind":2048,"name":"canHandle","url":"classes/RdfToQuadConverter.html#canHandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RdfToQuadConverter"},{"id":1553,"kind":2048,"name":"handleSafe","url":"classes/RdfToQuadConverter.html#handleSafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RdfToQuadConverter"},{"id":1554,"kind":256,"name":"RepresentationConverterArgs","url":"interfaces/RepresentationConverterArgs.html","classes":"tsd-kind-interface"},{"id":1555,"kind":1024,"name":"identifier","url":"interfaces/RepresentationConverterArgs.html#identifier","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"RepresentationConverterArgs"},{"id":1556,"kind":1024,"name":"representation","url":"interfaces/RepresentationConverterArgs.html#representation","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"RepresentationConverterArgs"},{"id":1557,"kind":1024,"name":"preferences","url":"interfaces/RepresentationConverterArgs.html#preferences","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"RepresentationConverterArgs"},{"id":1558,"kind":128,"name":"RepresentationConverter","url":"classes/RepresentationConverter.html","classes":"tsd-kind-class"},{"id":1559,"kind":512,"name":"constructor","url":"classes/RepresentationConverter.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"RepresentationConverter"},{"id":1560,"kind":2048,"name":"canHandle","url":"classes/RepresentationConverter.html#canHandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RepresentationConverter"},{"id":1561,"kind":2048,"name":"handle","url":"classes/RepresentationConverter.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RepresentationConverter"},{"id":1562,"kind":2048,"name":"handleSafe","url":"classes/RepresentationConverter.html#handleSafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RepresentationConverter"},{"id":1563,"kind":128,"name":"TypedRepresentationConverter","url":"classes/TypedRepresentationConverter.html","classes":"tsd-kind-class"},{"id":1564,"kind":512,"name":"constructor","url":"classes/TypedRepresentationConverter.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"TypedRepresentationConverter"},{"id":1565,"kind":1024,"name":"inputTypes","url":"classes/TypedRepresentationConverter.html#inputTypes","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"TypedRepresentationConverter"},{"id":1566,"kind":1024,"name":"outputTypes","url":"classes/TypedRepresentationConverter.html#outputTypes","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"TypedRepresentationConverter"},{"id":1567,"kind":2048,"name":"getInputTypes","url":"classes/TypedRepresentationConverter.html#getInputTypes","classes":"tsd-kind-method tsd-parent-kind-class","parent":"TypedRepresentationConverter"},{"id":1568,"kind":2048,"name":"getOutputTypes","url":"classes/TypedRepresentationConverter.html#getOutputTypes","classes":"tsd-kind-method tsd-parent-kind-class","parent":"TypedRepresentationConverter"},{"id":1569,"kind":2048,"name":"canHandle","url":"classes/TypedRepresentationConverter.html#canHandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"TypedRepresentationConverter"},{"id":1570,"kind":2048,"name":"handle","url":"classes/TypedRepresentationConverter.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TypedRepresentationConverter"},{"id":1571,"kind":2048,"name":"handleSafe","url":"classes/TypedRepresentationConverter.html#handleSafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TypedRepresentationConverter"},{"id":1572,"kind":256,"name":"ExpiringStorage","url":"interfaces/ExpiringStorage.html","classes":"tsd-kind-interface tsd-has-type-parameter"},{"id":1573,"kind":2048,"name":"set","url":"interfaces/ExpiringStorage.html#set","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-overwrite","parent":"ExpiringStorage"},{"id":1574,"kind":2048,"name":"get","url":"interfaces/ExpiringStorage.html#get","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited","parent":"ExpiringStorage"},{"id":1575,"kind":2048,"name":"has","url":"interfaces/ExpiringStorage.html#has","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited","parent":"ExpiringStorage"},{"id":1576,"kind":2048,"name":"delete","url":"interfaces/ExpiringStorage.html#delete","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited","parent":"ExpiringStorage"},{"id":1577,"kind":2048,"name":"entries","url":"interfaces/ExpiringStorage.html#entries","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited","parent":"ExpiringStorage"},{"id":1578,"kind":128,"name":"JsonFileStorage","url":"classes/JsonFileStorage.html","classes":"tsd-kind-class"},{"id":1579,"kind":512,"name":"constructor","url":"classes/JsonFileStorage.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"JsonFileStorage"},{"id":1580,"kind":1024,"name":"filePath","url":"classes/JsonFileStorage.html#filePath","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"JsonFileStorage"},{"id":1581,"kind":1024,"name":"locker","url":"classes/JsonFileStorage.html#locker","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"JsonFileStorage"},{"id":1582,"kind":1024,"name":"lockIdentifier","url":"classes/JsonFileStorage.html#lockIdentifier","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"JsonFileStorage"},{"id":1583,"kind":2048,"name":"get","url":"classes/JsonFileStorage.html#get","classes":"tsd-kind-method tsd-parent-kind-class","parent":"JsonFileStorage"},{"id":1584,"kind":2048,"name":"has","url":"classes/JsonFileStorage.html#has","classes":"tsd-kind-method tsd-parent-kind-class","parent":"JsonFileStorage"},{"id":1585,"kind":2048,"name":"set","url":"classes/JsonFileStorage.html#set","classes":"tsd-kind-method tsd-parent-kind-class","parent":"JsonFileStorage"},{"id":1586,"kind":2048,"name":"delete","url":"classes/JsonFileStorage.html#delete","classes":"tsd-kind-method tsd-parent-kind-class","parent":"JsonFileStorage"},{"id":1587,"kind":2048,"name":"entries","url":"classes/JsonFileStorage.html#entries","classes":"tsd-kind-method tsd-parent-kind-class","parent":"JsonFileStorage"},{"id":1588,"kind":2048,"name":"getJsonSafely","url":"classes/JsonFileStorage.html#getJsonSafely","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"JsonFileStorage"},{"id":1589,"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":1590,"kind":2048,"name":"getJson","url":"classes/JsonFileStorage.html#getJson","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"JsonFileStorage"},{"id":1591,"kind":128,"name":"JsonResourceStorage","url":"classes/JsonResourceStorage.html","classes":"tsd-kind-class"},{"id":1592,"kind":512,"name":"constructor","url":"classes/JsonResourceStorage.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"JsonResourceStorage"},{"id":1593,"kind":1024,"name":"source","url":"classes/JsonResourceStorage.html#source","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"JsonResourceStorage"},{"id":1594,"kind":1024,"name":"container","url":"classes/JsonResourceStorage.html#container","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"JsonResourceStorage"},{"id":1595,"kind":2048,"name":"get","url":"classes/JsonResourceStorage.html#get","classes":"tsd-kind-method tsd-parent-kind-class","parent":"JsonResourceStorage"},{"id":1596,"kind":2048,"name":"has","url":"classes/JsonResourceStorage.html#has","classes":"tsd-kind-method tsd-parent-kind-class","parent":"JsonResourceStorage"},{"id":1597,"kind":2048,"name":"set","url":"classes/JsonResourceStorage.html#set","classes":"tsd-kind-method tsd-parent-kind-class","parent":"JsonResourceStorage"},{"id":1598,"kind":2048,"name":"delete","url":"classes/JsonResourceStorage.html#delete","classes":"tsd-kind-method tsd-parent-kind-class","parent":"JsonResourceStorage"},{"id":1599,"kind":2048,"name":"entries","url":"classes/JsonResourceStorage.html#entries","classes":"tsd-kind-method tsd-parent-kind-class","parent":"JsonResourceStorage"},{"id":1600,"kind":2048,"name":"createIdentifier","url":"classes/JsonResourceStorage.html#createIdentifier","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"JsonResourceStorage"},{"id":1601,"kind":2048,"name":"parseMember","url":"classes/JsonResourceStorage.html#parseMember","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"JsonResourceStorage"},{"id":1602,"kind":256,"name":"KeyValueStorage","url":"interfaces/KeyValueStorage.html","classes":"tsd-kind-interface tsd-has-type-parameter"},{"id":1603,"kind":2048,"name":"get","url":"interfaces/KeyValueStorage.html#get","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"KeyValueStorage"},{"id":1604,"kind":2048,"name":"has","url":"interfaces/KeyValueStorage.html#has","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"KeyValueStorage"},{"id":1605,"kind":2048,"name":"set","url":"interfaces/KeyValueStorage.html#set","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"KeyValueStorage"},{"id":1606,"kind":2048,"name":"delete","url":"interfaces/KeyValueStorage.html#delete","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"KeyValueStorage"},{"id":1607,"kind":2048,"name":"entries","url":"interfaces/KeyValueStorage.html#entries","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"KeyValueStorage"},{"id":1608,"kind":128,"name":"MemoryMapStorage","url":"classes/MemoryMapStorage.html","classes":"tsd-kind-class tsd-has-type-parameter"},{"id":1609,"kind":512,"name":"constructor","url":"classes/MemoryMapStorage.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter","parent":"MemoryMapStorage"},{"id":1610,"kind":1024,"name":"data","url":"classes/MemoryMapStorage.html#data","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"MemoryMapStorage"},{"id":1611,"kind":2048,"name":"get","url":"classes/MemoryMapStorage.html#get","classes":"tsd-kind-method tsd-parent-kind-class","parent":"MemoryMapStorage"},{"id":1612,"kind":2048,"name":"has","url":"classes/MemoryMapStorage.html#has","classes":"tsd-kind-method tsd-parent-kind-class","parent":"MemoryMapStorage"},{"id":1613,"kind":2048,"name":"set","url":"classes/MemoryMapStorage.html#set","classes":"tsd-kind-method tsd-parent-kind-class","parent":"MemoryMapStorage"},{"id":1614,"kind":2048,"name":"delete","url":"classes/MemoryMapStorage.html#delete","classes":"tsd-kind-method tsd-parent-kind-class","parent":"MemoryMapStorage"},{"id":1615,"kind":2048,"name":"entries","url":"classes/MemoryMapStorage.html#entries","classes":"tsd-kind-method tsd-parent-kind-class","parent":"MemoryMapStorage"},{"id":1616,"kind":4194304,"name":"Expires","url":"modules.html#Expires","classes":"tsd-kind-type-alias tsd-has-type-parameter"},{"id":1617,"kind":65536,"name":"__type","url":"modules.html#Expires.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"Expires"},{"id":1618,"kind":1024,"name":"expires","url":"modules.html#Expires.__type.expires","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Expires.__type"},{"id":1619,"kind":1024,"name":"payload","url":"modules.html#Expires.__type.payload","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Expires.__type"},{"id":1620,"kind":128,"name":"WrappedExpiringStorage","url":"classes/WrappedExpiringStorage.html","classes":"tsd-kind-class tsd-has-type-parameter"},{"id":1621,"kind":512,"name":"constructor","url":"classes/WrappedExpiringStorage.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter","parent":"WrappedExpiringStorage"},{"id":1622,"kind":1024,"name":"logger","url":"classes/WrappedExpiringStorage.html#logger","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"WrappedExpiringStorage"},{"id":1623,"kind":1024,"name":"source","url":"classes/WrappedExpiringStorage.html#source","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"WrappedExpiringStorage"},{"id":1624,"kind":1024,"name":"timer","url":"classes/WrappedExpiringStorage.html#timer","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"WrappedExpiringStorage"},{"id":1625,"kind":2048,"name":"get","url":"classes/WrappedExpiringStorage.html#get","classes":"tsd-kind-method tsd-parent-kind-class","parent":"WrappedExpiringStorage"},{"id":1626,"kind":2048,"name":"has","url":"classes/WrappedExpiringStorage.html#has","classes":"tsd-kind-method tsd-parent-kind-class","parent":"WrappedExpiringStorage"},{"id":1627,"kind":2048,"name":"set","url":"classes/WrappedExpiringStorage.html#set","classes":"tsd-kind-method tsd-parent-kind-class","parent":"WrappedExpiringStorage"},{"id":1628,"kind":2048,"name":"delete","url":"classes/WrappedExpiringStorage.html#delete","classes":"tsd-kind-method tsd-parent-kind-class","parent":"WrappedExpiringStorage"},{"id":1629,"kind":2048,"name":"entries","url":"classes/WrappedExpiringStorage.html#entries","classes":"tsd-kind-method tsd-parent-kind-class","parent":"WrappedExpiringStorage"},{"id":1630,"kind":2048,"name":"removeExpiredEntries","url":"classes/WrappedExpiringStorage.html#removeExpiredEntries","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"WrappedExpiringStorage"},{"id":1631,"kind":2048,"name":"getUnexpired","url":"classes/WrappedExpiringStorage.html#getUnexpired","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"WrappedExpiringStorage"},{"id":1632,"kind":2048,"name":"isExpired","url":"classes/WrappedExpiringStorage.html#isExpired","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"WrappedExpiringStorage"},{"id":1633,"kind":2048,"name":"toExpires","url":"classes/WrappedExpiringStorage.html#toExpires","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"WrappedExpiringStorage"},{"id":1634,"kind":2048,"name":"toData","url":"classes/WrappedExpiringStorage.html#toData","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"WrappedExpiringStorage"},{"id":1635,"kind":2048,"name":"finalize","url":"classes/WrappedExpiringStorage.html#finalize","classes":"tsd-kind-method tsd-parent-kind-class","parent":"WrappedExpiringStorage"},{"id":1636,"kind":128,"name":"BaseFileIdentifierMapper","url":"classes/BaseFileIdentifierMapper.html","classes":"tsd-kind-class"},{"id":1637,"kind":512,"name":"constructor","url":"classes/BaseFileIdentifierMapper.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"BaseFileIdentifierMapper"},{"id":1638,"kind":1024,"name":"logger","url":"classes/BaseFileIdentifierMapper.html#logger","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"BaseFileIdentifierMapper"},{"id":1639,"kind":1024,"name":"baseRequestURI","url":"classes/BaseFileIdentifierMapper.html#baseRequestURI","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"BaseFileIdentifierMapper"},{"id":1640,"kind":1024,"name":"rootFilepath","url":"classes/BaseFileIdentifierMapper.html#rootFilepath","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"BaseFileIdentifierMapper"},{"id":1641,"kind":2048,"name":"mapUrlToFilePath","url":"classes/BaseFileIdentifierMapper.html#mapUrlToFilePath","classes":"tsd-kind-method tsd-parent-kind-class","parent":"BaseFileIdentifierMapper"},{"id":1642,"kind":2048,"name":"mapUrlToContainerPath","url":"classes/BaseFileIdentifierMapper.html#mapUrlToContainerPath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-protected","parent":"BaseFileIdentifierMapper"},{"id":1643,"kind":2048,"name":"mapUrlToDocumentPath","url":"classes/BaseFileIdentifierMapper.html#mapUrlToDocumentPath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-protected","parent":"BaseFileIdentifierMapper"},{"id":1644,"kind":2048,"name":"getContentTypeFromUrl","url":"classes/BaseFileIdentifierMapper.html#getContentTypeFromUrl","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-protected","parent":"BaseFileIdentifierMapper"},{"id":1645,"kind":2048,"name":"mapFilePathToUrl","url":"classes/BaseFileIdentifierMapper.html#mapFilePathToUrl","classes":"tsd-kind-method tsd-parent-kind-class","parent":"BaseFileIdentifierMapper"},{"id":1646,"kind":2048,"name":"getContainerUrl","url":"classes/BaseFileIdentifierMapper.html#getContainerUrl","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-protected","parent":"BaseFileIdentifierMapper"},{"id":1647,"kind":2048,"name":"getDocumentUrl","url":"classes/BaseFileIdentifierMapper.html#getDocumentUrl","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-protected","parent":"BaseFileIdentifierMapper"},{"id":1648,"kind":2048,"name":"getContentTypeFromPath","url":"classes/BaseFileIdentifierMapper.html#getContentTypeFromPath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-protected","parent":"BaseFileIdentifierMapper"},{"id":1649,"kind":2048,"name":"getAbsolutePath","url":"classes/BaseFileIdentifierMapper.html#getAbsolutePath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-protected","parent":"BaseFileIdentifierMapper"},{"id":1650,"kind":2048,"name":"getRelativePath","url":"classes/BaseFileIdentifierMapper.html#getRelativePath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-protected","parent":"BaseFileIdentifierMapper"},{"id":1651,"kind":2048,"name":"validateRelativePath","url":"classes/BaseFileIdentifierMapper.html#validateRelativePath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-protected","parent":"BaseFileIdentifierMapper"},{"id":1652,"kind":2048,"name":"isMetadataPath","url":"classes/BaseFileIdentifierMapper.html#isMetadataPath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-protected","parent":"BaseFileIdentifierMapper"},{"id":1653,"kind":128,"name":"ExtensionBasedMapper","url":"classes/ExtensionBasedMapper.html","classes":"tsd-kind-class"},{"id":1654,"kind":512,"name":"constructor","url":"classes/ExtensionBasedMapper.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"ExtensionBasedMapper"},{"id":1655,"kind":1024,"name":"customTypes","url":"classes/ExtensionBasedMapper.html#customTypes","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"ExtensionBasedMapper"},{"id":1656,"kind":1024,"name":"customExtensions","url":"classes/ExtensionBasedMapper.html#customExtensions","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"ExtensionBasedMapper"},{"id":1657,"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":1658,"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":1659,"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":1660,"kind":2048,"name":"stripExtension","url":"classes/ExtensionBasedMapper.html#stripExtension","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-protected","parent":"ExtensionBasedMapper"},{"id":1661,"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":1662,"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":1663,"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":1664,"kind":2048,"name":"mapUrlToFilePath","url":"classes/ExtensionBasedMapper.html#mapUrlToFilePath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ExtensionBasedMapper"},{"id":1665,"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":1666,"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":1667,"kind":2048,"name":"mapFilePathToUrl","url":"classes/ExtensionBasedMapper.html#mapFilePathToUrl","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ExtensionBasedMapper"},{"id":1668,"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":1669,"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":1670,"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":1671,"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":1672,"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":1673,"kind":128,"name":"ExtensionBasedMapperFactory","url":"classes/ExtensionBasedMapperFactory.html","classes":"tsd-kind-class"},{"id":1674,"kind":512,"name":"constructor","url":"classes/ExtensionBasedMapperFactory.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"ExtensionBasedMapperFactory"},{"id":1675,"kind":2048,"name":"create","url":"classes/ExtensionBasedMapperFactory.html#create","classes":"tsd-kind-method tsd-parent-kind-class","parent":"ExtensionBasedMapperFactory"},{"id":1676,"kind":256,"name":"ResourceLink","url":"interfaces/ResourceLink.html","classes":"tsd-kind-interface"},{"id":1677,"kind":1024,"name":"identifier","url":"interfaces/ResourceLink.html#identifier","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ResourceLink"},{"id":1678,"kind":1024,"name":"filePath","url":"interfaces/ResourceLink.html#filePath","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ResourceLink"},{"id":1679,"kind":1024,"name":"contentType","url":"interfaces/ResourceLink.html#contentType","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ResourceLink"},{"id":1680,"kind":1024,"name":"isMetadata","url":"interfaces/ResourceLink.html#isMetadata","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ResourceLink"},{"id":1681,"kind":256,"name":"FileIdentifierMapper","url":"interfaces/FileIdentifierMapper.html","classes":"tsd-kind-interface"},{"id":1682,"kind":2048,"name":"mapFilePathToUrl","url":"interfaces/FileIdentifierMapper.html#mapFilePathToUrl","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"FileIdentifierMapper"},{"id":1683,"kind":2048,"name":"mapUrlToFilePath","url":"interfaces/FileIdentifierMapper.html#mapUrlToFilePath","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"FileIdentifierMapper"},{"id":1684,"kind":256,"name":"FileIdentifierMapperFactory","url":"interfaces/FileIdentifierMapperFactory.html","classes":"tsd-kind-interface tsd-has-type-parameter"},{"id":1685,"kind":2048,"name":"create","url":"interfaces/FileIdentifierMapperFactory.html#create","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"FileIdentifierMapperFactory"},{"id":1686,"kind":128,"name":"FixedContentTypeMapper","url":"classes/FixedContentTypeMapper.html","classes":"tsd-kind-class"},{"id":1687,"kind":512,"name":"constructor","url":"classes/FixedContentTypeMapper.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"FixedContentTypeMapper"},{"id":1688,"kind":1024,"name":"contentType","url":"classes/FixedContentTypeMapper.html#contentType","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"FixedContentTypeMapper"},{"id":1689,"kind":1024,"name":"pathSuffix","url":"classes/FixedContentTypeMapper.html#pathSuffix","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"FixedContentTypeMapper"},{"id":1690,"kind":1024,"name":"urlSuffix","url":"classes/FixedContentTypeMapper.html#urlSuffix","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"FixedContentTypeMapper"},{"id":1691,"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":1692,"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":1693,"kind":2048,"name":"mapUrlToDocumentPath","url":"classes/FixedContentTypeMapper.html#mapUrlToDocumentPath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"FixedContentTypeMapper"},{"id":1694,"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":1695,"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":1696,"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":1697,"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":1698,"kind":2048,"name":"mapUrlToFilePath","url":"classes/FixedContentTypeMapper.html#mapUrlToFilePath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"FixedContentTypeMapper"},{"id":1699,"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":1700,"kind":2048,"name":"mapFilePathToUrl","url":"classes/FixedContentTypeMapper.html#mapFilePathToUrl","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"FixedContentTypeMapper"},{"id":1701,"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":1702,"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":1703,"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":1704,"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":1705,"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":1706,"kind":128,"name":"SubdomainExtensionBasedMapper","url":"classes/SubdomainExtensionBasedMapper.html","classes":"tsd-kind-class"},{"id":1707,"kind":512,"name":"constructor","url":"classes/SubdomainExtensionBasedMapper.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"SubdomainExtensionBasedMapper"},{"id":1708,"kind":1024,"name":"baseSubdomain","url":"classes/SubdomainExtensionBasedMapper.html#baseSubdomain","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"SubdomainExtensionBasedMapper"},{"id":1709,"kind":1024,"name":"regex","url":"classes/SubdomainExtensionBasedMapper.html#regex","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"SubdomainExtensionBasedMapper"},{"id":1710,"kind":1024,"name":"baseParts","url":"classes/SubdomainExtensionBasedMapper.html#baseParts","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"SubdomainExtensionBasedMapper"},{"id":1711,"kind":65536,"name":"__type","url":"classes/SubdomainExtensionBasedMapper.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-class","parent":"SubdomainExtensionBasedMapper"},{"id":1712,"kind":1024,"name":"scheme","url":"classes/SubdomainExtensionBasedMapper.html#__type.scheme","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"SubdomainExtensionBasedMapper.__type"},{"id":1713,"kind":1024,"name":"rest","url":"classes/SubdomainExtensionBasedMapper.html#__type.rest","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"SubdomainExtensionBasedMapper.__type"},{"id":1714,"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":1715,"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":1716,"kind":2048,"name":"relativeToUrl","url":"classes/SubdomainExtensionBasedMapper.html#relativeToUrl","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-protected","parent":"SubdomainExtensionBasedMapper"},{"id":1717,"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":1718,"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":1719,"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":1720,"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":1721,"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":1722,"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":1723,"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":1724,"kind":2048,"name":"mapUrlToFilePath","url":"classes/SubdomainExtensionBasedMapper.html#mapUrlToFilePath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"SubdomainExtensionBasedMapper"},{"id":1725,"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":1726,"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":1727,"kind":2048,"name":"mapFilePathToUrl","url":"classes/SubdomainExtensionBasedMapper.html#mapFilePathToUrl","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"SubdomainExtensionBasedMapper"},{"id":1728,"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":1729,"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":1730,"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":1731,"kind":128,"name":"ContainerPatcher","url":"classes/ContainerPatcher.html","classes":"tsd-kind-class"},{"id":1732,"kind":512,"name":"constructor","url":"classes/ContainerPatcher.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"ContainerPatcher"},{"id":1733,"kind":1024,"name":"patcher","url":"classes/ContainerPatcher.html#patcher","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"ContainerPatcher"},{"id":1734,"kind":2048,"name":"canHandle","url":"classes/ContainerPatcher.html#canHandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"ContainerPatcher"},{"id":1735,"kind":2048,"name":"handle","url":"classes/ContainerPatcher.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"ContainerPatcher"},{"id":1736,"kind":2048,"name":"handleSafe","url":"classes/ContainerPatcher.html#handleSafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ContainerPatcher"},{"id":1737,"kind":128,"name":"ConvertingPatcher","url":"classes/ConvertingPatcher.html","classes":"tsd-kind-class"},{"id":1738,"kind":512,"name":"constructor","url":"classes/ConvertingPatcher.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"ConvertingPatcher"},{"id":1739,"kind":1024,"name":"logger","url":"classes/ConvertingPatcher.html#logger","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"ConvertingPatcher"},{"id":1740,"kind":1024,"name":"patcher","url":"classes/ConvertingPatcher.html#patcher","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"ConvertingPatcher"},{"id":1741,"kind":1024,"name":"converter","url":"classes/ConvertingPatcher.html#converter","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"ConvertingPatcher"},{"id":1742,"kind":1024,"name":"intermediateType","url":"classes/ConvertingPatcher.html#intermediateType","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"ConvertingPatcher"},{"id":1743,"kind":1024,"name":"defaultType","url":"classes/ConvertingPatcher.html#defaultType","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"ConvertingPatcher"},{"id":1744,"kind":2048,"name":"canHandle","url":"classes/ConvertingPatcher.html#canHandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"ConvertingPatcher"},{"id":1745,"kind":2048,"name":"handle","url":"classes/ConvertingPatcher.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"ConvertingPatcher"},{"id":1746,"kind":2048,"name":"handleSafe","url":"classes/ConvertingPatcher.html#handleSafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ConvertingPatcher"},{"id":1747,"kind":4194304,"name":"PatchHandlerInput","url":"modules.html#PatchHandlerInput","classes":"tsd-kind-type-alias tsd-has-type-parameter"},{"id":1748,"kind":65536,"name":"__type","url":"modules.html#PatchHandlerInput.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"PatchHandlerInput"},{"id":1749,"kind":1024,"name":"source","url":"modules.html#PatchHandlerInput.__type.source","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"PatchHandlerInput.__type"},{"id":1750,"kind":1024,"name":"identifier","url":"modules.html#PatchHandlerInput.__type.identifier","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"PatchHandlerInput.__type"},{"id":1751,"kind":1024,"name":"patch","url":"modules.html#PatchHandlerInput.__type.patch","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"PatchHandlerInput.__type"},{"id":1752,"kind":128,"name":"PatchHandler","url":"classes/PatchHandler.html","classes":"tsd-kind-class tsd-has-type-parameter"},{"id":1753,"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":1754,"kind":2048,"name":"canHandle","url":"classes/PatchHandler.html#canHandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"PatchHandler"},{"id":1755,"kind":2048,"name":"handle","url":"classes/PatchHandler.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"PatchHandler"},{"id":1756,"kind":2048,"name":"handleSafe","url":"classes/PatchHandler.html#handleSafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"PatchHandler"},{"id":1757,"kind":256,"name":"RepresentationPatcherInput","url":"interfaces/RepresentationPatcherInput.html","classes":"tsd-kind-interface"},{"id":1758,"kind":1024,"name":"identifier","url":"interfaces/RepresentationPatcherInput.html#identifier","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"RepresentationPatcherInput"},{"id":1759,"kind":1024,"name":"patch","url":"interfaces/RepresentationPatcherInput.html#patch","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"RepresentationPatcherInput"},{"id":1760,"kind":1024,"name":"representation","url":"interfaces/RepresentationPatcherInput.html#representation","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"RepresentationPatcherInput"},{"id":1761,"kind":128,"name":"RepresentationPatcher","url":"classes/RepresentationPatcher.html","classes":"tsd-kind-class"},{"id":1762,"kind":512,"name":"constructor","url":"classes/RepresentationPatcher.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"RepresentationPatcher"},{"id":1763,"kind":2048,"name":"canHandle","url":"classes/RepresentationPatcher.html#canHandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RepresentationPatcher"},{"id":1764,"kind":2048,"name":"handle","url":"classes/RepresentationPatcher.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RepresentationPatcher"},{"id":1765,"kind":2048,"name":"handleSafe","url":"classes/RepresentationPatcher.html#handleSafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RepresentationPatcher"},{"id":1766,"kind":128,"name":"RepresentationPatchHandler","url":"classes/RepresentationPatchHandler.html","classes":"tsd-kind-class"},{"id":1767,"kind":512,"name":"constructor","url":"classes/RepresentationPatchHandler.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"RepresentationPatchHandler"},{"id":1768,"kind":1024,"name":"logger","url":"classes/RepresentationPatchHandler.html#logger","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"RepresentationPatchHandler"},{"id":1769,"kind":1024,"name":"patcher","url":"classes/RepresentationPatchHandler.html#patcher","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"RepresentationPatchHandler"},{"id":1770,"kind":2048,"name":"handle","url":"classes/RepresentationPatchHandler.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"RepresentationPatchHandler"},{"id":1771,"kind":2048,"name":"canHandle","url":"classes/RepresentationPatchHandler.html#canHandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RepresentationPatchHandler"},{"id":1772,"kind":2048,"name":"handleSafe","url":"classes/RepresentationPatchHandler.html#handleSafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RepresentationPatchHandler"},{"id":1773,"kind":128,"name":"SparqlUpdatePatcher","url":"classes/SparqlUpdatePatcher.html","classes":"tsd-kind-class"},{"id":1774,"kind":512,"name":"constructor","url":"classes/SparqlUpdatePatcher.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"SparqlUpdatePatcher"},{"id":1775,"kind":1024,"name":"logger","url":"classes/SparqlUpdatePatcher.html#logger","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"SparqlUpdatePatcher"},{"id":1776,"kind":1024,"name":"engine","url":"classes/SparqlUpdatePatcher.html#engine","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"SparqlUpdatePatcher"},{"id":1777,"kind":2048,"name":"canHandle","url":"classes/SparqlUpdatePatcher.html#canHandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"SparqlUpdatePatcher"},{"id":1778,"kind":2048,"name":"handle","url":"classes/SparqlUpdatePatcher.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"SparqlUpdatePatcher"},{"id":1779,"kind":2048,"name":"isSparqlUpdate","url":"classes/SparqlUpdatePatcher.html#isSparqlUpdate","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"SparqlUpdatePatcher"},{"id":1780,"kind":2048,"name":"isDeleteInsert","url":"classes/SparqlUpdatePatcher.html#isDeleteInsert","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"SparqlUpdatePatcher"},{"id":1781,"kind":2048,"name":"isComposite","url":"classes/SparqlUpdatePatcher.html#isComposite","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"SparqlUpdatePatcher"},{"id":1782,"kind":2048,"name":"validateUpdate","url":"classes/SparqlUpdatePatcher.html#validateUpdate","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"SparqlUpdatePatcher"},{"id":1783,"kind":2048,"name":"validateDeleteInsert","url":"classes/SparqlUpdatePatcher.html#validateDeleteInsert","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"SparqlUpdatePatcher"},{"id":1784,"kind":2048,"name":"validateComposite","url":"classes/SparqlUpdatePatcher.html#validateComposite","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"SparqlUpdatePatcher"},{"id":1785,"kind":2048,"name":"patch","url":"classes/SparqlUpdatePatcher.html#patch","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"SparqlUpdatePatcher"},{"id":1786,"kind":2048,"name":"handleSafe","url":"classes/SparqlUpdatePatcher.html#handleSafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"SparqlUpdatePatcher"},{"id":1787,"kind":128,"name":"BaseUrlRouterRule","url":"classes/BaseUrlRouterRule.html","classes":"tsd-kind-class"},{"id":1788,"kind":512,"name":"constructor","url":"classes/BaseUrlRouterRule.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"BaseUrlRouterRule"},{"id":1789,"kind":1024,"name":"baseStore","url":"classes/BaseUrlRouterRule.html#baseStore","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"BaseUrlRouterRule"},{"id":1790,"kind":1024,"name":"stores","url":"classes/BaseUrlRouterRule.html#stores","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"BaseUrlRouterRule"},{"id":1791,"kind":2048,"name":"handle","url":"classes/BaseUrlRouterRule.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"BaseUrlRouterRule"},{"id":1792,"kind":2048,"name":"findStore","url":"classes/BaseUrlRouterRule.html#findStore","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"BaseUrlRouterRule"},{"id":1793,"kind":2048,"name":"canHandle","url":"classes/BaseUrlRouterRule.html#canHandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"BaseUrlRouterRule"},{"id":1794,"kind":2048,"name":"handleSafe","url":"classes/BaseUrlRouterRule.html#handleSafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"BaseUrlRouterRule"},{"id":1795,"kind":256,"name":"ConvertingStoreEntry","url":"interfaces/ConvertingStoreEntry.html","classes":"tsd-kind-interface"},{"id":1796,"kind":1024,"name":"store","url":"interfaces/ConvertingStoreEntry.html#store","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ConvertingStoreEntry"},{"id":1797,"kind":1024,"name":"supportChecker","url":"interfaces/ConvertingStoreEntry.html#supportChecker","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ConvertingStoreEntry"},{"id":1798,"kind":128,"name":"ConvertingRouterRule","url":"classes/ConvertingRouterRule.html","classes":"tsd-kind-class"},{"id":1799,"kind":512,"name":"constructor","url":"classes/ConvertingRouterRule.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"ConvertingRouterRule"},{"id":1800,"kind":1024,"name":"typedStores","url":"classes/ConvertingRouterRule.html#typedStores","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"ConvertingRouterRule"},{"id":1801,"kind":1024,"name":"defaultStore","url":"classes/ConvertingRouterRule.html#defaultStore","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"ConvertingRouterRule"},{"id":1802,"kind":2048,"name":"handle","url":"classes/ConvertingRouterRule.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"ConvertingRouterRule"},{"id":1803,"kind":2048,"name":"findStore","url":"classes/ConvertingRouterRule.html#findStore","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"ConvertingRouterRule"},{"id":1804,"kind":2048,"name":"canHandle","url":"classes/ConvertingRouterRule.html#canHandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ConvertingRouterRule"},{"id":1805,"kind":2048,"name":"handleSafe","url":"classes/ConvertingRouterRule.html#handleSafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ConvertingRouterRule"},{"id":1806,"kind":128,"name":"PreferenceSupport","url":"classes/PreferenceSupport.html","classes":"tsd-kind-class"},{"id":1807,"kind":512,"name":"constructor","url":"classes/PreferenceSupport.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"PreferenceSupport"},{"id":1808,"kind":1024,"name":"preferences","url":"classes/PreferenceSupport.html#preferences","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"PreferenceSupport"},{"id":1809,"kind":1024,"name":"converter","url":"classes/PreferenceSupport.html#converter","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"PreferenceSupport"},{"id":1810,"kind":2048,"name":"supports","url":"classes/PreferenceSupport.html#supports","classes":"tsd-kind-method tsd-parent-kind-class","parent":"PreferenceSupport"},{"id":1811,"kind":128,"name":"RegexRouterRule","url":"classes/RegexRouterRule.html","classes":"tsd-kind-class"},{"id":1812,"kind":512,"name":"constructor","url":"classes/RegexRouterRule.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"RegexRouterRule"},{"id":1813,"kind":1024,"name":"base","url":"classes/RegexRouterRule.html#base","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"RegexRouterRule"},{"id":1814,"kind":1024,"name":"regexes","url":"classes/RegexRouterRule.html#regexes","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"RegexRouterRule"},{"id":1815,"kind":2048,"name":"canHandle","url":"classes/RegexRouterRule.html#canHandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"RegexRouterRule"},{"id":1816,"kind":2048,"name":"handle","url":"classes/RegexRouterRule.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"RegexRouterRule"},{"id":1817,"kind":2048,"name":"matchStore","url":"classes/RegexRouterRule.html#matchStore","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"RegexRouterRule"},{"id":1818,"kind":2048,"name":"toRelative","url":"classes/RegexRouterRule.html#toRelative","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"RegexRouterRule"},{"id":1819,"kind":2048,"name":"handleSafe","url":"classes/RegexRouterRule.html#handleSafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RegexRouterRule"},{"id":1820,"kind":128,"name":"RouterRule","url":"classes/RouterRule.html","classes":"tsd-kind-class"},{"id":1821,"kind":512,"name":"constructor","url":"classes/RouterRule.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"RouterRule"},{"id":1822,"kind":2048,"name":"canHandle","url":"classes/RouterRule.html#canHandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RouterRule"},{"id":1823,"kind":2048,"name":"handle","url":"classes/RouterRule.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RouterRule"},{"id":1824,"kind":2048,"name":"handleSafe","url":"classes/RouterRule.html#handleSafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RouterRule"},{"id":1825,"kind":256,"name":"AtomicResourceStore","url":"interfaces/AtomicResourceStore.html","classes":"tsd-kind-interface"},{"id":1826,"kind":2048,"name":"resourceExists","url":"interfaces/AtomicResourceStore.html#resourceExists","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited","parent":"AtomicResourceStore"},{"id":1827,"kind":2048,"name":"getRepresentation","url":"interfaces/AtomicResourceStore.html#getRepresentation","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited","parent":"AtomicResourceStore"},{"id":1828,"kind":2048,"name":"setRepresentation","url":"interfaces/AtomicResourceStore.html#setRepresentation","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited","parent":"AtomicResourceStore"},{"id":1829,"kind":2048,"name":"addResource","url":"interfaces/AtomicResourceStore.html#addResource","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited","parent":"AtomicResourceStore"},{"id":1830,"kind":2048,"name":"deleteResource","url":"interfaces/AtomicResourceStore.html#deleteResource","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited","parent":"AtomicResourceStore"},{"id":1831,"kind":2048,"name":"modifyResource","url":"interfaces/AtomicResourceStore.html#modifyResource","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited","parent":"AtomicResourceStore"},{"id":1832,"kind":128,"name":"BaseResourceStore","url":"classes/BaseResourceStore.html","classes":"tsd-kind-class"},{"id":1833,"kind":512,"name":"constructor","url":"classes/BaseResourceStore.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"BaseResourceStore"},{"id":1834,"kind":2048,"name":"resourceExists","url":"classes/BaseResourceStore.html#resourceExists","classes":"tsd-kind-method tsd-parent-kind-class","parent":"BaseResourceStore"},{"id":1835,"kind":2048,"name":"getRepresentation","url":"classes/BaseResourceStore.html#getRepresentation","classes":"tsd-kind-method tsd-parent-kind-class","parent":"BaseResourceStore"},{"id":1836,"kind":2048,"name":"setRepresentation","url":"classes/BaseResourceStore.html#setRepresentation","classes":"tsd-kind-method tsd-parent-kind-class","parent":"BaseResourceStore"},{"id":1837,"kind":2048,"name":"addResource","url":"classes/BaseResourceStore.html#addResource","classes":"tsd-kind-method tsd-parent-kind-class","parent":"BaseResourceStore"},{"id":1838,"kind":2048,"name":"deleteResource","url":"classes/BaseResourceStore.html#deleteResource","classes":"tsd-kind-method tsd-parent-kind-class","parent":"BaseResourceStore"},{"id":1839,"kind":2048,"name":"modifyResource","url":"classes/BaseResourceStore.html#modifyResource","classes":"tsd-kind-method tsd-parent-kind-class","parent":"BaseResourceStore"},{"id":1840,"kind":256,"name":"BasicConditionsOptions","url":"interfaces/BasicConditionsOptions.html","classes":"tsd-kind-interface"},{"id":1841,"kind":1024,"name":"matchesETag","url":"interfaces/BasicConditionsOptions.html#matchesETag","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"BasicConditionsOptions"},{"id":1842,"kind":1024,"name":"notMatchesETag","url":"interfaces/BasicConditionsOptions.html#notMatchesETag","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"BasicConditionsOptions"},{"id":1843,"kind":1024,"name":"modifiedSince","url":"interfaces/BasicConditionsOptions.html#modifiedSince","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"BasicConditionsOptions"},{"id":1844,"kind":1024,"name":"unmodifiedSince","url":"interfaces/BasicConditionsOptions.html#unmodifiedSince","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"BasicConditionsOptions"},{"id":1845,"kind":128,"name":"BasicConditions","url":"classes/BasicConditions.html","classes":"tsd-kind-class"},{"id":1846,"kind":512,"name":"constructor","url":"classes/BasicConditions.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"BasicConditions"},{"id":1847,"kind":1024,"name":"matchesETag","url":"classes/BasicConditions.html#matchesETag","classes":"tsd-kind-property tsd-parent-kind-class","parent":"BasicConditions"},{"id":1848,"kind":1024,"name":"notMatchesETag","url":"classes/BasicConditions.html#notMatchesETag","classes":"tsd-kind-property tsd-parent-kind-class","parent":"BasicConditions"},{"id":1849,"kind":1024,"name":"modifiedSince","url":"classes/BasicConditions.html#modifiedSince","classes":"tsd-kind-property tsd-parent-kind-class","parent":"BasicConditions"},{"id":1850,"kind":1024,"name":"unmodifiedSince","url":"classes/BasicConditions.html#unmodifiedSince","classes":"tsd-kind-property tsd-parent-kind-class","parent":"BasicConditions"},{"id":1851,"kind":2048,"name":"matchesMetadata","url":"classes/BasicConditions.html#matchesMetadata","classes":"tsd-kind-method tsd-parent-kind-class","parent":"BasicConditions"},{"id":1852,"kind":2048,"name":"matches","url":"classes/BasicConditions.html#matches","classes":"tsd-kind-method tsd-parent-kind-class","parent":"BasicConditions"},{"id":1853,"kind":64,"name":"getETag","url":"modules.html#getETag","classes":"tsd-kind-function"},{"id":1854,"kind":256,"name":"Conditions","url":"interfaces/Conditions.html","classes":"tsd-kind-interface"},{"id":1855,"kind":1024,"name":"matchesETag","url":"interfaces/Conditions.html#matchesETag","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"Conditions"},{"id":1856,"kind":1024,"name":"notMatchesETag","url":"interfaces/Conditions.html#notMatchesETag","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"Conditions"},{"id":1857,"kind":1024,"name":"modifiedSince","url":"interfaces/Conditions.html#modifiedSince","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"Conditions"},{"id":1858,"kind":1024,"name":"unmodifiedSince","url":"interfaces/Conditions.html#unmodifiedSince","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"Conditions"},{"id":1859,"kind":2048,"name":"matchesMetadata","url":"interfaces/Conditions.html#matchesMetadata","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"Conditions"},{"id":1860,"kind":2048,"name":"matches","url":"interfaces/Conditions.html#matches","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"Conditions"},{"id":1861,"kind":128,"name":"DataAccessorBasedStore","url":"classes/DataAccessorBasedStore.html","classes":"tsd-kind-class"},{"id":1862,"kind":512,"name":"constructor","url":"classes/DataAccessorBasedStore.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"DataAccessorBasedStore"},{"id":1863,"kind":1024,"name":"logger","url":"classes/DataAccessorBasedStore.html#logger","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"DataAccessorBasedStore"},{"id":1864,"kind":1024,"name":"accessor","url":"classes/DataAccessorBasedStore.html#accessor","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"DataAccessorBasedStore"},{"id":1865,"kind":1024,"name":"identifierStrategy","url":"classes/DataAccessorBasedStore.html#identifierStrategy","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"DataAccessorBasedStore"},{"id":1866,"kind":1024,"name":"auxiliaryStrategy","url":"classes/DataAccessorBasedStore.html#auxiliaryStrategy","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"DataAccessorBasedStore"},{"id":1867,"kind":2048,"name":"resourceExists","url":"classes/DataAccessorBasedStore.html#resourceExists","classes":"tsd-kind-method tsd-parent-kind-class","parent":"DataAccessorBasedStore"},{"id":1868,"kind":2048,"name":"getRepresentation","url":"classes/DataAccessorBasedStore.html#getRepresentation","classes":"tsd-kind-method tsd-parent-kind-class","parent":"DataAccessorBasedStore"},{"id":1869,"kind":2048,"name":"addResource","url":"classes/DataAccessorBasedStore.html#addResource","classes":"tsd-kind-method tsd-parent-kind-class","parent":"DataAccessorBasedStore"},{"id":1870,"kind":2048,"name":"setRepresentation","url":"classes/DataAccessorBasedStore.html#setRepresentation","classes":"tsd-kind-method tsd-parent-kind-class","parent":"DataAccessorBasedStore"},{"id":1871,"kind":2048,"name":"modifyResource","url":"classes/DataAccessorBasedStore.html#modifyResource","classes":"tsd-kind-method tsd-parent-kind-class","parent":"DataAccessorBasedStore"},{"id":1872,"kind":2048,"name":"deleteResource","url":"classes/DataAccessorBasedStore.html#deleteResource","classes":"tsd-kind-method tsd-parent-kind-class","parent":"DataAccessorBasedStore"},{"id":1873,"kind":2048,"name":"validateIdentifier","url":"classes/DataAccessorBasedStore.html#validateIdentifier","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-protected","parent":"DataAccessorBasedStore"},{"id":1874,"kind":2048,"name":"validateConditions","url":"classes/DataAccessorBasedStore.html#validateConditions","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-protected","parent":"DataAccessorBasedStore"},{"id":1875,"kind":2048,"name":"getNormalizedMetadata","url":"classes/DataAccessorBasedStore.html#getNormalizedMetadata","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-protected","parent":"DataAccessorBasedStore"},{"id":1876,"kind":2048,"name":"getSafeNormalizedMetadata","url":"classes/DataAccessorBasedStore.html#getSafeNormalizedMetadata","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-protected","parent":"DataAccessorBasedStore"},{"id":1877,"kind":2048,"name":"writeData","url":"classes/DataAccessorBasedStore.html#writeData","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-protected","parent":"DataAccessorBasedStore"},{"id":1878,"kind":2048,"name":"handleContainerData","url":"classes/DataAccessorBasedStore.html#handleContainerData","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-protected","parent":"DataAccessorBasedStore"},{"id":1879,"kind":2048,"name":"removeResponseMetadata","url":"classes/DataAccessorBasedStore.html#removeResponseMetadata","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-protected","parent":"DataAccessorBasedStore"},{"id":1880,"kind":2048,"name":"updateContainerModifiedDate","url":"classes/DataAccessorBasedStore.html#updateContainerModifiedDate","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-protected","parent":"DataAccessorBasedStore"},{"id":1881,"kind":2048,"name":"createURI","url":"classes/DataAccessorBasedStore.html#createURI","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-protected","parent":"DataAccessorBasedStore"},{"id":1882,"kind":2048,"name":"cleanSlug","url":"classes/DataAccessorBasedStore.html#cleanSlug","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-protected","parent":"DataAccessorBasedStore"},{"id":1883,"kind":2048,"name":"createSafeUri","url":"classes/DataAccessorBasedStore.html#createSafeUri","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-protected","parent":"DataAccessorBasedStore"},{"id":1884,"kind":2048,"name":"isNewContainer","url":"classes/DataAccessorBasedStore.html#isNewContainer","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-protected","parent":"DataAccessorBasedStore"},{"id":1885,"kind":2048,"name":"hasContainerType","url":"classes/DataAccessorBasedStore.html#hasContainerType","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-protected","parent":"DataAccessorBasedStore"},{"id":1886,"kind":2048,"name":"isRootStorage","url":"classes/DataAccessorBasedStore.html#isRootStorage","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-protected","parent":"DataAccessorBasedStore"},{"id":1887,"kind":2048,"name":"hasProperChildren","url":"classes/DataAccessorBasedStore.html#hasProperChildren","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-protected","parent":"DataAccessorBasedStore"},{"id":1888,"kind":2048,"name":"safelyDeleteAuxiliaryResources","url":"classes/DataAccessorBasedStore.html#safelyDeleteAuxiliaryResources","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-protected","parent":"DataAccessorBasedStore"},{"id":1889,"kind":2048,"name":"createRecursiveContainers","url":"classes/DataAccessorBasedStore.html#createRecursiveContainers","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-protected","parent":"DataAccessorBasedStore"},{"id":1890,"kind":128,"name":"IndexRepresentationStore","url":"classes/IndexRepresentationStore.html","classes":"tsd-kind-class"},{"id":1891,"kind":512,"name":"constructor","url":"classes/IndexRepresentationStore.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"IndexRepresentationStore"},{"id":1892,"kind":1024,"name":"indexName","url":"classes/IndexRepresentationStore.html#indexName","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"IndexRepresentationStore"},{"id":1893,"kind":1024,"name":"mediaRange","url":"classes/IndexRepresentationStore.html#mediaRange","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"IndexRepresentationStore"},{"id":1894,"kind":2048,"name":"getRepresentation","url":"classes/IndexRepresentationStore.html#getRepresentation","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"IndexRepresentationStore"},{"id":1895,"kind":2048,"name":"matchesPreferences","url":"classes/IndexRepresentationStore.html#matchesPreferences","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"IndexRepresentationStore"},{"id":1896,"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":1897,"kind":2048,"name":"resourceExists","url":"classes/IndexRepresentationStore.html#resourceExists","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"IndexRepresentationStore"},{"id":1898,"kind":2048,"name":"addResource","url":"classes/IndexRepresentationStore.html#addResource","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"IndexRepresentationStore"},{"id":1899,"kind":2048,"name":"deleteResource","url":"classes/IndexRepresentationStore.html#deleteResource","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"IndexRepresentationStore"},{"id":1900,"kind":2048,"name":"modifyResource","url":"classes/IndexRepresentationStore.html#modifyResource","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"IndexRepresentationStore"},{"id":1901,"kind":2048,"name":"setRepresentation","url":"classes/IndexRepresentationStore.html#setRepresentation","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"IndexRepresentationStore"},{"id":1902,"kind":128,"name":"LockingResourceStore","url":"classes/LockingResourceStore.html","classes":"tsd-kind-class"},{"id":1903,"kind":512,"name":"constructor","url":"classes/LockingResourceStore.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"LockingResourceStore"},{"id":1904,"kind":1024,"name":"logger","url":"classes/LockingResourceStore.html#logger","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"LockingResourceStore"},{"id":1905,"kind":1024,"name":"source","url":"classes/LockingResourceStore.html#source","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"LockingResourceStore"},{"id":1906,"kind":1024,"name":"locks","url":"classes/LockingResourceStore.html#locks","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"LockingResourceStore"},{"id":1907,"kind":1024,"name":"auxiliaryStrategy","url":"classes/LockingResourceStore.html#auxiliaryStrategy","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"LockingResourceStore"},{"id":1908,"kind":2048,"name":"resourceExists","url":"classes/LockingResourceStore.html#resourceExists","classes":"tsd-kind-method tsd-parent-kind-class","parent":"LockingResourceStore"},{"id":1909,"kind":2048,"name":"getRepresentation","url":"classes/LockingResourceStore.html#getRepresentation","classes":"tsd-kind-method tsd-parent-kind-class","parent":"LockingResourceStore"},{"id":1910,"kind":2048,"name":"addResource","url":"classes/LockingResourceStore.html#addResource","classes":"tsd-kind-method tsd-parent-kind-class","parent":"LockingResourceStore"},{"id":1911,"kind":2048,"name":"setRepresentation","url":"classes/LockingResourceStore.html#setRepresentation","classes":"tsd-kind-method tsd-parent-kind-class","parent":"LockingResourceStore"},{"id":1912,"kind":2048,"name":"deleteResource","url":"classes/LockingResourceStore.html#deleteResource","classes":"tsd-kind-method tsd-parent-kind-class","parent":"LockingResourceStore"},{"id":1913,"kind":2048,"name":"modifyResource","url":"classes/LockingResourceStore.html#modifyResource","classes":"tsd-kind-method tsd-parent-kind-class","parent":"LockingResourceStore"},{"id":1914,"kind":2048,"name":"getLockIdentifier","url":"classes/LockingResourceStore.html#getLockIdentifier","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-protected","parent":"LockingResourceStore"},{"id":1915,"kind":2048,"name":"lockedRepresentationRun","url":"classes/LockingResourceStore.html#lockedRepresentationRun","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-protected","parent":"LockingResourceStore"},{"id":1916,"kind":2048,"name":"createExpiringRepresentation","url":"classes/LockingResourceStore.html#createExpiringRepresentation","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-protected","parent":"LockingResourceStore"},{"id":1917,"kind":2048,"name":"waitForStreamToEnd","url":"classes/LockingResourceStore.html#waitForStreamToEnd","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-protected","parent":"LockingResourceStore"},{"id":1918,"kind":128,"name":"MonitoringStore","url":"classes/MonitoringStore.html","classes":"tsd-kind-class tsd-has-type-parameter"},{"id":1919,"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":1920,"kind":1024,"name":"source","url":"classes/MonitoringStore.html#source","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"MonitoringStore"},{"id":1921,"kind":2048,"name":"resourceExists","url":"classes/MonitoringStore.html#resourceExists","classes":"tsd-kind-method tsd-parent-kind-class","parent":"MonitoringStore"},{"id":1922,"kind":2048,"name":"getRepresentation","url":"classes/MonitoringStore.html#getRepresentation","classes":"tsd-kind-method tsd-parent-kind-class","parent":"MonitoringStore"},{"id":1923,"kind":2048,"name":"addResource","url":"classes/MonitoringStore.html#addResource","classes":"tsd-kind-method tsd-parent-kind-class","parent":"MonitoringStore"},{"id":1924,"kind":2048,"name":"deleteResource","url":"classes/MonitoringStore.html#deleteResource","classes":"tsd-kind-method tsd-parent-kind-class","parent":"MonitoringStore"},{"id":1925,"kind":2048,"name":"setRepresentation","url":"classes/MonitoringStore.html#setRepresentation","classes":"tsd-kind-method tsd-parent-kind-class","parent":"MonitoringStore"},{"id":1926,"kind":2048,"name":"modifyResource","url":"classes/MonitoringStore.html#modifyResource","classes":"tsd-kind-method tsd-parent-kind-class","parent":"MonitoringStore"},{"id":1927,"kind":2048,"name":"emitChanged","url":"classes/MonitoringStore.html#emitChanged","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"MonitoringStore"},{"id":1928,"kind":128,"name":"PassthroughStore","url":"classes/PassthroughStore.html","classes":"tsd-kind-class tsd-has-type-parameter"},{"id":1929,"kind":512,"name":"constructor","url":"classes/PassthroughStore.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter","parent":"PassthroughStore"},{"id":1930,"kind":1024,"name":"source","url":"classes/PassthroughStore.html#source","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"PassthroughStore"},{"id":1931,"kind":2048,"name":"resourceExists","url":"classes/PassthroughStore.html#resourceExists","classes":"tsd-kind-method tsd-parent-kind-class","parent":"PassthroughStore"},{"id":1932,"kind":2048,"name":"getRepresentation","url":"classes/PassthroughStore.html#getRepresentation","classes":"tsd-kind-method tsd-parent-kind-class","parent":"PassthroughStore"},{"id":1933,"kind":2048,"name":"addResource","url":"classes/PassthroughStore.html#addResource","classes":"tsd-kind-method tsd-parent-kind-class","parent":"PassthroughStore"},{"id":1934,"kind":2048,"name":"deleteResource","url":"classes/PassthroughStore.html#deleteResource","classes":"tsd-kind-method tsd-parent-kind-class","parent":"PassthroughStore"},{"id":1935,"kind":2048,"name":"modifyResource","url":"classes/PassthroughStore.html#modifyResource","classes":"tsd-kind-method tsd-parent-kind-class","parent":"PassthroughStore"},{"id":1936,"kind":2048,"name":"setRepresentation","url":"classes/PassthroughStore.html#setRepresentation","classes":"tsd-kind-method tsd-parent-kind-class","parent":"PassthroughStore"},{"id":1937,"kind":128,"name":"PatchingStore","url":"classes/PatchingStore.html","classes":"tsd-kind-class tsd-has-type-parameter"},{"id":1938,"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":1939,"kind":1024,"name":"patchHandler","url":"classes/PatchingStore.html#patchHandler","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"PatchingStore"},{"id":1940,"kind":2048,"name":"modifyResource","url":"classes/PatchingStore.html#modifyResource","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"PatchingStore"},{"id":1941,"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":1942,"kind":2048,"name":"resourceExists","url":"classes/PatchingStore.html#resourceExists","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"PatchingStore"},{"id":1943,"kind":2048,"name":"getRepresentation","url":"classes/PatchingStore.html#getRepresentation","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"PatchingStore"},{"id":1944,"kind":2048,"name":"addResource","url":"classes/PatchingStore.html#addResource","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"PatchingStore"},{"id":1945,"kind":2048,"name":"deleteResource","url":"classes/PatchingStore.html#deleteResource","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"PatchingStore"},{"id":1946,"kind":2048,"name":"setRepresentation","url":"classes/PatchingStore.html#setRepresentation","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"PatchingStore"},{"id":1947,"kind":128,"name":"ReadOnlyStore","url":"classes/ReadOnlyStore.html","classes":"tsd-kind-class tsd-has-type-parameter"},{"id":1948,"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":1949,"kind":2048,"name":"addResource","url":"classes/ReadOnlyStore.html#addResource","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"ReadOnlyStore"},{"id":1950,"kind":2048,"name":"deleteResource","url":"classes/ReadOnlyStore.html#deleteResource","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"ReadOnlyStore"},{"id":1951,"kind":2048,"name":"modifyResource","url":"classes/ReadOnlyStore.html#modifyResource","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"ReadOnlyStore"},{"id":1952,"kind":2048,"name":"setRepresentation","url":"classes/ReadOnlyStore.html#setRepresentation","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"ReadOnlyStore"},{"id":1953,"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":1954,"kind":2048,"name":"resourceExists","url":"classes/ReadOnlyStore.html#resourceExists","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ReadOnlyStore"},{"id":1955,"kind":2048,"name":"getRepresentation","url":"classes/ReadOnlyStore.html#getRepresentation","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ReadOnlyStore"},{"id":1956,"kind":128,"name":"RepresentationConvertingStore","url":"classes/RepresentationConvertingStore.html","classes":"tsd-kind-class tsd-has-type-parameter"},{"id":1957,"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":1958,"kind":1024,"name":"logger","url":"classes/RepresentationConvertingStore.html#logger","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"RepresentationConvertingStore"},{"id":1959,"kind":1024,"name":"inConverter","url":"classes/RepresentationConvertingStore.html#inConverter","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"RepresentationConvertingStore"},{"id":1960,"kind":1024,"name":"outConverter","url":"classes/RepresentationConvertingStore.html#outConverter","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"RepresentationConvertingStore"},{"id":1961,"kind":1024,"name":"inPreferences","url":"classes/RepresentationConvertingStore.html#inPreferences","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"RepresentationConvertingStore"},{"id":1962,"kind":2048,"name":"getRepresentation","url":"classes/RepresentationConvertingStore.html#getRepresentation","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"RepresentationConvertingStore"},{"id":1963,"kind":2048,"name":"addResource","url":"classes/RepresentationConvertingStore.html#addResource","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"RepresentationConvertingStore"},{"id":1964,"kind":2048,"name":"setRepresentation","url":"classes/RepresentationConvertingStore.html#setRepresentation","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"RepresentationConvertingStore"},{"id":1965,"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":1966,"kind":2048,"name":"resourceExists","url":"classes/RepresentationConvertingStore.html#resourceExists","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RepresentationConvertingStore"},{"id":1967,"kind":2048,"name":"deleteResource","url":"classes/RepresentationConvertingStore.html#deleteResource","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RepresentationConvertingStore"},{"id":1968,"kind":2048,"name":"modifyResource","url":"classes/RepresentationConvertingStore.html#modifyResource","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RepresentationConvertingStore"},{"id":1969,"kind":256,"name":"ResourceStore","url":"interfaces/ResourceStore.html","classes":"tsd-kind-interface"},{"id":1970,"kind":2048,"name":"resourceExists","url":"interfaces/ResourceStore.html#resourceExists","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"ResourceStore"},{"id":1971,"kind":2048,"name":"getRepresentation","url":"interfaces/ResourceStore.html#getRepresentation","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"ResourceStore"},{"id":1972,"kind":2048,"name":"setRepresentation","url":"interfaces/ResourceStore.html#setRepresentation","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"ResourceStore"},{"id":1973,"kind":2048,"name":"addResource","url":"interfaces/ResourceStore.html#addResource","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"ResourceStore"},{"id":1974,"kind":2048,"name":"deleteResource","url":"interfaces/ResourceStore.html#deleteResource","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"ResourceStore"},{"id":1975,"kind":2048,"name":"modifyResource","url":"interfaces/ResourceStore.html#modifyResource","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"ResourceStore"},{"id":1976,"kind":128,"name":"RoutingResourceStore","url":"classes/RoutingResourceStore.html","classes":"tsd-kind-class"},{"id":1977,"kind":512,"name":"constructor","url":"classes/RoutingResourceStore.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"RoutingResourceStore"},{"id":1978,"kind":1024,"name":"rule","url":"classes/RoutingResourceStore.html#rule","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"RoutingResourceStore"},{"id":1979,"kind":2048,"name":"resourceExists","url":"classes/RoutingResourceStore.html#resourceExists","classes":"tsd-kind-method tsd-parent-kind-class","parent":"RoutingResourceStore"},{"id":1980,"kind":2048,"name":"getRepresentation","url":"classes/RoutingResourceStore.html#getRepresentation","classes":"tsd-kind-method tsd-parent-kind-class","parent":"RoutingResourceStore"},{"id":1981,"kind":2048,"name":"addResource","url":"classes/RoutingResourceStore.html#addResource","classes":"tsd-kind-method tsd-parent-kind-class","parent":"RoutingResourceStore"},{"id":1982,"kind":2048,"name":"setRepresentation","url":"classes/RoutingResourceStore.html#setRepresentation","classes":"tsd-kind-method tsd-parent-kind-class","parent":"RoutingResourceStore"},{"id":1983,"kind":2048,"name":"deleteResource","url":"classes/RoutingResourceStore.html#deleteResource","classes":"tsd-kind-method tsd-parent-kind-class","parent":"RoutingResourceStore"},{"id":1984,"kind":2048,"name":"modifyResource","url":"classes/RoutingResourceStore.html#modifyResource","classes":"tsd-kind-method tsd-parent-kind-class","parent":"RoutingResourceStore"},{"id":1985,"kind":2048,"name":"getStore","url":"classes/RoutingResourceStore.html#getStore","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"RoutingResourceStore"},{"id":1986,"kind":128,"name":"BadRequestHttpError","url":"classes/BadRequestHttpError.html","classes":"tsd-kind-class"},{"id":1987,"kind":2048,"name":"isInstance","url":"classes/BadRequestHttpError.html#isInstance","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-static","parent":"BadRequestHttpError"},{"id":1988,"kind":1024,"name":"statusCode","url":"classes/BadRequestHttpError.html#statusCode-1","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-static","parent":"BadRequestHttpError"},{"id":1989,"kind":512,"name":"constructor","url":"classes/BadRequestHttpError.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"BadRequestHttpError"},{"id":1990,"kind":1024,"name":"statusCode","url":"classes/BadRequestHttpError.html#statusCode","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"BadRequestHttpError"},{"id":1991,"kind":1024,"name":"cause","url":"classes/BadRequestHttpError.html#cause","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"BadRequestHttpError"},{"id":1992,"kind":1024,"name":"errorCode","url":"classes/BadRequestHttpError.html#errorCode","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"BadRequestHttpError"},{"id":1993,"kind":1024,"name":"details","url":"classes/BadRequestHttpError.html#details","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"BadRequestHttpError"},{"id":1994,"kind":128,"name":"ConflictHttpError","url":"classes/ConflictHttpError.html","classes":"tsd-kind-class"},{"id":1995,"kind":2048,"name":"isInstance","url":"classes/ConflictHttpError.html#isInstance","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-static","parent":"ConflictHttpError"},{"id":1996,"kind":1024,"name":"statusCode","url":"classes/ConflictHttpError.html#statusCode-1","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-static","parent":"ConflictHttpError"},{"id":1997,"kind":512,"name":"constructor","url":"classes/ConflictHttpError.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"ConflictHttpError"},{"id":1998,"kind":1024,"name":"statusCode","url":"classes/ConflictHttpError.html#statusCode","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"ConflictHttpError"},{"id":1999,"kind":1024,"name":"cause","url":"classes/ConflictHttpError.html#cause","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"ConflictHttpError"},{"id":2000,"kind":1024,"name":"errorCode","url":"classes/ConflictHttpError.html#errorCode","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"ConflictHttpError"},{"id":2001,"kind":1024,"name":"details","url":"classes/ConflictHttpError.html#details","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"ConflictHttpError"},{"id":2002,"kind":64,"name":"isError","url":"modules.html#isError","classes":"tsd-kind-function"},{"id":2003,"kind":64,"name":"assertError","url":"modules.html#assertError","classes":"tsd-kind-function"},{"id":2004,"kind":64,"name":"createErrorMessage","url":"modules.html#createErrorMessage","classes":"tsd-kind-function"},{"id":2005,"kind":64,"name":"getStatusCode","url":"modules.html#getStatusCode","classes":"tsd-kind-function"},{"id":2006,"kind":128,"name":"ForbiddenHttpError","url":"classes/ForbiddenHttpError.html","classes":"tsd-kind-class"},{"id":2007,"kind":2048,"name":"isInstance","url":"classes/ForbiddenHttpError.html#isInstance","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-static","parent":"ForbiddenHttpError"},{"id":2008,"kind":1024,"name":"statusCode","url":"classes/ForbiddenHttpError.html#statusCode-1","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-static","parent":"ForbiddenHttpError"},{"id":2009,"kind":512,"name":"constructor","url":"classes/ForbiddenHttpError.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"ForbiddenHttpError"},{"id":2010,"kind":1024,"name":"statusCode","url":"classes/ForbiddenHttpError.html#statusCode","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"ForbiddenHttpError"},{"id":2011,"kind":1024,"name":"cause","url":"classes/ForbiddenHttpError.html#cause","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"ForbiddenHttpError"},{"id":2012,"kind":1024,"name":"errorCode","url":"classes/ForbiddenHttpError.html#errorCode","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"ForbiddenHttpError"},{"id":2013,"kind":1024,"name":"details","url":"classes/ForbiddenHttpError.html#details","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"ForbiddenHttpError"},{"id":2014,"kind":256,"name":"HttpErrorOptions","url":"interfaces/HttpErrorOptions.html","classes":"tsd-kind-interface"},{"id":2015,"kind":1024,"name":"cause","url":"interfaces/HttpErrorOptions.html#cause","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"HttpErrorOptions"},{"id":2016,"kind":1024,"name":"errorCode","url":"interfaces/HttpErrorOptions.html#errorCode","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"HttpErrorOptions"},{"id":2017,"kind":1024,"name":"details","url":"interfaces/HttpErrorOptions.html#details","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"HttpErrorOptions"},{"id":2018,"kind":128,"name":"HttpError","url":"classes/HttpError.html","classes":"tsd-kind-class"},{"id":2019,"kind":1024,"name":"statusCode","url":"classes/HttpError.html#statusCode-1","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-static","parent":"HttpError"},{"id":2020,"kind":2048,"name":"isInstance","url":"classes/HttpError.html#isInstance","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"HttpError"},{"id":2021,"kind":512,"name":"constructor","url":"classes/HttpError.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"HttpError"},{"id":2022,"kind":1024,"name":"statusCode","url":"classes/HttpError.html#statusCode","classes":"tsd-kind-property tsd-parent-kind-class","parent":"HttpError"},{"id":2023,"kind":1024,"name":"cause","url":"classes/HttpError.html#cause","classes":"tsd-kind-property tsd-parent-kind-class","parent":"HttpError"},{"id":2024,"kind":1024,"name":"errorCode","url":"classes/HttpError.html#errorCode","classes":"tsd-kind-property tsd-parent-kind-class","parent":"HttpError"},{"id":2025,"kind":1024,"name":"details","url":"classes/HttpError.html#details","classes":"tsd-kind-property tsd-parent-kind-class","parent":"HttpError"},{"id":2026,"kind":128,"name":"InternalServerError","url":"classes/InternalServerError.html","classes":"tsd-kind-class"},{"id":2027,"kind":2048,"name":"isInstance","url":"classes/InternalServerError.html#isInstance","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-static","parent":"InternalServerError"},{"id":2028,"kind":1024,"name":"statusCode","url":"classes/InternalServerError.html#statusCode-1","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-static","parent":"InternalServerError"},{"id":2029,"kind":512,"name":"constructor","url":"classes/InternalServerError.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"InternalServerError"},{"id":2030,"kind":1024,"name":"statusCode","url":"classes/InternalServerError.html#statusCode","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"InternalServerError"},{"id":2031,"kind":1024,"name":"cause","url":"classes/InternalServerError.html#cause","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"InternalServerError"},{"id":2032,"kind":1024,"name":"errorCode","url":"classes/InternalServerError.html#errorCode","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"InternalServerError"},{"id":2033,"kind":1024,"name":"details","url":"classes/InternalServerError.html#details","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"InternalServerError"},{"id":2034,"kind":128,"name":"MethodNotAllowedHttpError","url":"classes/MethodNotAllowedHttpError.html","classes":"tsd-kind-class"},{"id":2035,"kind":2048,"name":"isInstance","url":"classes/MethodNotAllowedHttpError.html#isInstance","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-static","parent":"MethodNotAllowedHttpError"},{"id":2036,"kind":1024,"name":"statusCode","url":"classes/MethodNotAllowedHttpError.html#statusCode-1","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-static","parent":"MethodNotAllowedHttpError"},{"id":2037,"kind":512,"name":"constructor","url":"classes/MethodNotAllowedHttpError.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"MethodNotAllowedHttpError"},{"id":2038,"kind":1024,"name":"statusCode","url":"classes/MethodNotAllowedHttpError.html#statusCode","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"MethodNotAllowedHttpError"},{"id":2039,"kind":1024,"name":"cause","url":"classes/MethodNotAllowedHttpError.html#cause","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"MethodNotAllowedHttpError"},{"id":2040,"kind":1024,"name":"errorCode","url":"classes/MethodNotAllowedHttpError.html#errorCode","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"MethodNotAllowedHttpError"},{"id":2041,"kind":1024,"name":"details","url":"classes/MethodNotAllowedHttpError.html#details","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"MethodNotAllowedHttpError"},{"id":2042,"kind":128,"name":"NotFoundHttpError","url":"classes/NotFoundHttpError.html","classes":"tsd-kind-class"},{"id":2043,"kind":2048,"name":"isInstance","url":"classes/NotFoundHttpError.html#isInstance","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-static","parent":"NotFoundHttpError"},{"id":2044,"kind":1024,"name":"statusCode","url":"classes/NotFoundHttpError.html#statusCode-1","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-static","parent":"NotFoundHttpError"},{"id":2045,"kind":512,"name":"constructor","url":"classes/NotFoundHttpError.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"NotFoundHttpError"},{"id":2046,"kind":1024,"name":"statusCode","url":"classes/NotFoundHttpError.html#statusCode","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"NotFoundHttpError"},{"id":2047,"kind":1024,"name":"cause","url":"classes/NotFoundHttpError.html#cause","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"NotFoundHttpError"},{"id":2048,"kind":1024,"name":"errorCode","url":"classes/NotFoundHttpError.html#errorCode","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"NotFoundHttpError"},{"id":2049,"kind":1024,"name":"details","url":"classes/NotFoundHttpError.html#details","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"NotFoundHttpError"},{"id":2050,"kind":128,"name":"NotImplementedHttpError","url":"classes/NotImplementedHttpError.html","classes":"tsd-kind-class"},{"id":2051,"kind":2048,"name":"isInstance","url":"classes/NotImplementedHttpError.html#isInstance","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-static","parent":"NotImplementedHttpError"},{"id":2052,"kind":1024,"name":"statusCode","url":"classes/NotImplementedHttpError.html#statusCode-1","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-static","parent":"NotImplementedHttpError"},{"id":2053,"kind":512,"name":"constructor","url":"classes/NotImplementedHttpError.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"NotImplementedHttpError"},{"id":2054,"kind":1024,"name":"statusCode","url":"classes/NotImplementedHttpError.html#statusCode","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"NotImplementedHttpError"},{"id":2055,"kind":1024,"name":"cause","url":"classes/NotImplementedHttpError.html#cause","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"NotImplementedHttpError"},{"id":2056,"kind":1024,"name":"errorCode","url":"classes/NotImplementedHttpError.html#errorCode","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"NotImplementedHttpError"},{"id":2057,"kind":1024,"name":"details","url":"classes/NotImplementedHttpError.html#details","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"NotImplementedHttpError"},{"id":2058,"kind":128,"name":"PreconditionFailedHttpError","url":"classes/PreconditionFailedHttpError.html","classes":"tsd-kind-class"},{"id":2059,"kind":2048,"name":"isInstance","url":"classes/PreconditionFailedHttpError.html#isInstance","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-static","parent":"PreconditionFailedHttpError"},{"id":2060,"kind":1024,"name":"statusCode","url":"classes/PreconditionFailedHttpError.html#statusCode-1","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-static","parent":"PreconditionFailedHttpError"},{"id":2061,"kind":512,"name":"constructor","url":"classes/PreconditionFailedHttpError.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"PreconditionFailedHttpError"},{"id":2062,"kind":1024,"name":"statusCode","url":"classes/PreconditionFailedHttpError.html#statusCode","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"PreconditionFailedHttpError"},{"id":2063,"kind":1024,"name":"cause","url":"classes/PreconditionFailedHttpError.html#cause","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"PreconditionFailedHttpError"},{"id":2064,"kind":1024,"name":"errorCode","url":"classes/PreconditionFailedHttpError.html#errorCode","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"PreconditionFailedHttpError"},{"id":2065,"kind":1024,"name":"details","url":"classes/PreconditionFailedHttpError.html#details","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"PreconditionFailedHttpError"},{"id":2066,"kind":64,"name":"isSystemError","url":"modules.html#isSystemError","classes":"tsd-kind-function"},{"id":2067,"kind":256,"name":"SystemError","url":"interfaces/SystemError.html","classes":"tsd-kind-interface"},{"id":2068,"kind":1024,"name":"address","url":"interfaces/SystemError.html#address","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"SystemError"},{"id":2069,"kind":1024,"name":"code","url":"interfaces/SystemError.html#code","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"SystemError"},{"id":2070,"kind":1024,"name":"dest","url":"interfaces/SystemError.html#dest","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"SystemError"},{"id":2071,"kind":1024,"name":"errno","url":"interfaces/SystemError.html#errno","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"SystemError"},{"id":2072,"kind":1024,"name":"info","url":"interfaces/SystemError.html#info","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"SystemError"},{"id":2073,"kind":1024,"name":"path","url":"interfaces/SystemError.html#path","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"SystemError"},{"id":2074,"kind":1024,"name":"port","url":"interfaces/SystemError.html#port","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"SystemError"},{"id":2075,"kind":1024,"name":"syscall","url":"interfaces/SystemError.html#syscall","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"SystemError"},{"id":2076,"kind":128,"name":"UnauthorizedHttpError","url":"classes/UnauthorizedHttpError.html","classes":"tsd-kind-class"},{"id":2077,"kind":2048,"name":"isInstance","url":"classes/UnauthorizedHttpError.html#isInstance","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-static","parent":"UnauthorizedHttpError"},{"id":2078,"kind":1024,"name":"statusCode","url":"classes/UnauthorizedHttpError.html#statusCode-1","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-static","parent":"UnauthorizedHttpError"},{"id":2079,"kind":512,"name":"constructor","url":"classes/UnauthorizedHttpError.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"UnauthorizedHttpError"},{"id":2080,"kind":1024,"name":"statusCode","url":"classes/UnauthorizedHttpError.html#statusCode","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"UnauthorizedHttpError"},{"id":2081,"kind":1024,"name":"cause","url":"classes/UnauthorizedHttpError.html#cause","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"UnauthorizedHttpError"},{"id":2082,"kind":1024,"name":"errorCode","url":"classes/UnauthorizedHttpError.html#errorCode","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"UnauthorizedHttpError"},{"id":2083,"kind":1024,"name":"details","url":"classes/UnauthorizedHttpError.html#details","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"UnauthorizedHttpError"},{"id":2084,"kind":128,"name":"UnsupportedMediaTypeHttpError","url":"classes/UnsupportedMediaTypeHttpError.html","classes":"tsd-kind-class"},{"id":2085,"kind":2048,"name":"isInstance","url":"classes/UnsupportedMediaTypeHttpError.html#isInstance","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-static","parent":"UnsupportedMediaTypeHttpError"},{"id":2086,"kind":1024,"name":"statusCode","url":"classes/UnsupportedMediaTypeHttpError.html#statusCode-1","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-static","parent":"UnsupportedMediaTypeHttpError"},{"id":2087,"kind":512,"name":"constructor","url":"classes/UnsupportedMediaTypeHttpError.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"UnsupportedMediaTypeHttpError"},{"id":2088,"kind":1024,"name":"statusCode","url":"classes/UnsupportedMediaTypeHttpError.html#statusCode","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"UnsupportedMediaTypeHttpError"},{"id":2089,"kind":1024,"name":"cause","url":"classes/UnsupportedMediaTypeHttpError.html#cause","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"UnsupportedMediaTypeHttpError"},{"id":2090,"kind":1024,"name":"errorCode","url":"classes/UnsupportedMediaTypeHttpError.html#errorCode","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"UnsupportedMediaTypeHttpError"},{"id":2091,"kind":1024,"name":"details","url":"classes/UnsupportedMediaTypeHttpError.html#details","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"UnsupportedMediaTypeHttpError"},{"id":2092,"kind":128,"name":"AsyncHandler","url":"classes/AsyncHandler.html","classes":"tsd-kind-class tsd-has-type-parameter"},{"id":2093,"kind":512,"name":"constructor","url":"classes/AsyncHandler.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter","parent":"AsyncHandler"},{"id":2094,"kind":2048,"name":"canHandle","url":"classes/AsyncHandler.html#canHandle","classes":"tsd-kind-method tsd-parent-kind-class","parent":"AsyncHandler"},{"id":2095,"kind":2048,"name":"handle","url":"classes/AsyncHandler.html#handle","classes":"tsd-kind-method tsd-parent-kind-class","parent":"AsyncHandler"},{"id":2096,"kind":2048,"name":"handleSafe","url":"classes/AsyncHandler.html#handleSafe","classes":"tsd-kind-method tsd-parent-kind-class","parent":"AsyncHandler"},{"id":2097,"kind":128,"name":"BooleanHandler","url":"classes/BooleanHandler.html","classes":"tsd-kind-class tsd-has-type-parameter"},{"id":2098,"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":2099,"kind":1024,"name":"logger","url":"classes/BooleanHandler.html#logger","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"BooleanHandler"},{"id":2100,"kind":1024,"name":"handlers","url":"classes/BooleanHandler.html#handlers","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"BooleanHandler"},{"id":2101,"kind":2048,"name":"canHandle","url":"classes/BooleanHandler.html#canHandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"BooleanHandler"},{"id":2102,"kind":2048,"name":"handleSafe","url":"classes/BooleanHandler.html#handleSafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"BooleanHandler"},{"id":2103,"kind":2048,"name":"handle","url":"classes/BooleanHandler.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"BooleanHandler"},{"id":2104,"kind":128,"name":"ConditionalHandler","url":"classes/ConditionalHandler.html","classes":"tsd-kind-class tsd-has-type-parameter"},{"id":2105,"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":2106,"kind":1024,"name":"source","url":"classes/ConditionalHandler.html#source","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"ConditionalHandler"},{"id":2107,"kind":1024,"name":"storage","url":"classes/ConditionalHandler.html#storage","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"ConditionalHandler"},{"id":2108,"kind":1024,"name":"storageKey","url":"classes/ConditionalHandler.html#storageKey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"ConditionalHandler"},{"id":2109,"kind":1024,"name":"storageValue","url":"classes/ConditionalHandler.html#storageValue","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"ConditionalHandler"},{"id":2110,"kind":1024,"name":"finished","url":"classes/ConditionalHandler.html#finished","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"ConditionalHandler"},{"id":2111,"kind":2048,"name":"canHandle","url":"classes/ConditionalHandler.html#canHandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"ConditionalHandler"},{"id":2112,"kind":2048,"name":"handleSafe","url":"classes/ConditionalHandler.html#handleSafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"ConditionalHandler"},{"id":2113,"kind":2048,"name":"handle","url":"classes/ConditionalHandler.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"ConditionalHandler"},{"id":2114,"kind":2048,"name":"checkCondition","url":"classes/ConditionalHandler.html#checkCondition","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"ConditionalHandler"},{"id":2115,"kind":128,"name":"ParallelHandler","url":"classes/ParallelHandler.html","classes":"tsd-kind-class tsd-has-type-parameter"},{"id":2116,"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":2117,"kind":1024,"name":"handlers","url":"classes/ParallelHandler.html#handlers","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"ParallelHandler"},{"id":2118,"kind":2048,"name":"canHandle","url":"classes/ParallelHandler.html#canHandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"ParallelHandler"},{"id":2119,"kind":2048,"name":"handle","url":"classes/ParallelHandler.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"ParallelHandler"},{"id":2120,"kind":2048,"name":"handleSafe","url":"classes/ParallelHandler.html#handleSafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ParallelHandler"},{"id":2121,"kind":128,"name":"SequenceHandler","url":"classes/SequenceHandler.html","classes":"tsd-kind-class tsd-has-type-parameter"},{"id":2122,"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":2123,"kind":1024,"name":"handlers","url":"classes/SequenceHandler.html#handlers","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"SequenceHandler"},{"id":2124,"kind":2048,"name":"handle","url":"classes/SequenceHandler.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"SequenceHandler"},{"id":2125,"kind":2048,"name":"canHandle","url":"classes/SequenceHandler.html#canHandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"SequenceHandler"},{"id":2126,"kind":2048,"name":"handleSafe","url":"classes/SequenceHandler.html#handleSafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"SequenceHandler"},{"id":2127,"kind":128,"name":"StaticHandler","url":"classes/StaticHandler.html","classes":"tsd-kind-class tsd-has-type-parameter"},{"id":2128,"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":2129,"kind":1024,"name":"value","url":"classes/StaticHandler.html#value","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"StaticHandler"},{"id":2130,"kind":2048,"name":"handle","url":"classes/StaticHandler.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"StaticHandler"},{"id":2131,"kind":2048,"name":"canHandle","url":"classes/StaticHandler.html#canHandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"StaticHandler"},{"id":2132,"kind":2048,"name":"handleSafe","url":"classes/StaticHandler.html#handleSafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"StaticHandler"},{"id":2133,"kind":128,"name":"UnionHandler","url":"classes/UnionHandler.html","classes":"tsd-kind-class tsd-has-type-parameter"},{"id":2134,"kind":512,"name":"constructor","url":"classes/UnionHandler.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter tsd-is-overwrite tsd-is-protected","parent":"UnionHandler"},{"id":2135,"kind":1024,"name":"handlers","url":"classes/UnionHandler.html#handlers","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"UnionHandler"},{"id":2136,"kind":1024,"name":"requireAll","url":"classes/UnionHandler.html#requireAll","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"UnionHandler"},{"id":2137,"kind":2048,"name":"canHandle","url":"classes/UnionHandler.html#canHandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"UnionHandler"},{"id":2138,"kind":2048,"name":"handle","url":"classes/UnionHandler.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"UnionHandler"},{"id":2139,"kind":2048,"name":"handleSafe","url":"classes/UnionHandler.html#handleSafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"UnionHandler"},{"id":2140,"kind":2048,"name":"allCanHandle","url":"classes/UnionHandler.html#allCanHandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"UnionHandler"},{"id":2141,"kind":2048,"name":"combine","url":"classes/UnionHandler.html#combine","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-protected","parent":"UnionHandler"},{"id":2142,"kind":128,"name":"UnsupportedAsyncHandler","url":"classes/UnsupportedAsyncHandler.html","classes":"tsd-kind-class"},{"id":2143,"kind":512,"name":"constructor","url":"classes/UnsupportedAsyncHandler.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"UnsupportedAsyncHandler"},{"id":2144,"kind":1024,"name":"errorMessage","url":"classes/UnsupportedAsyncHandler.html#errorMessage","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"UnsupportedAsyncHandler"},{"id":2145,"kind":2048,"name":"canHandle","url":"classes/UnsupportedAsyncHandler.html#canHandle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"UnsupportedAsyncHandler"},{"id":2146,"kind":2048,"name":"handle","url":"classes/UnsupportedAsyncHandler.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"UnsupportedAsyncHandler"},{"id":2147,"kind":2048,"name":"handleSafe","url":"classes/UnsupportedAsyncHandler.html#handleSafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"UnsupportedAsyncHandler"},{"id":2148,"kind":128,"name":"WaterfallHandler","url":"classes/WaterfallHandler.html","classes":"tsd-kind-class tsd-has-type-parameter"},{"id":2149,"kind":512,"name":"constructor","url":"classes/WaterfallHandler.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter","parent":"WaterfallHandler"},{"id":2150,"kind":1024,"name":"logger","url":"classes/WaterfallHandler.html#logger","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"WaterfallHandler"},{"id":2151,"kind":1024,"name":"handlers","url":"classes/WaterfallHandler.html#handlers","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"WaterfallHandler"},{"id":2152,"kind":2048,"name":"canHandle","url":"classes/WaterfallHandler.html#canHandle","classes":"tsd-kind-method tsd-parent-kind-class","parent":"WaterfallHandler"},{"id":2153,"kind":2048,"name":"handle","url":"classes/WaterfallHandler.html#handle","classes":"tsd-kind-method tsd-parent-kind-class","parent":"WaterfallHandler"},{"id":2154,"kind":2048,"name":"handleSafe","url":"classes/WaterfallHandler.html#handleSafe","classes":"tsd-kind-method tsd-parent-kind-class","parent":"WaterfallHandler"},{"id":2155,"kind":128,"name":"BaseIdentifierStrategy","url":"classes/BaseIdentifierStrategy.html","classes":"tsd-kind-class"},{"id":2156,"kind":512,"name":"constructor","url":"classes/BaseIdentifierStrategy.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"BaseIdentifierStrategy"},{"id":2157,"kind":2048,"name":"supportsIdentifier","url":"classes/BaseIdentifierStrategy.html#supportsIdentifier","classes":"tsd-kind-method tsd-parent-kind-class","parent":"BaseIdentifierStrategy"},{"id":2158,"kind":2048,"name":"getParentContainer","url":"classes/BaseIdentifierStrategy.html#getParentContainer","classes":"tsd-kind-method tsd-parent-kind-class","parent":"BaseIdentifierStrategy"},{"id":2159,"kind":2048,"name":"isRootContainer","url":"classes/BaseIdentifierStrategy.html#isRootContainer","classes":"tsd-kind-method tsd-parent-kind-class","parent":"BaseIdentifierStrategy"},{"id":2160,"kind":256,"name":"IdentifierStrategy","url":"interfaces/IdentifierStrategy.html","classes":"tsd-kind-interface"},{"id":2161,"kind":2048,"name":"supportsIdentifier","url":"interfaces/IdentifierStrategy.html#supportsIdentifier","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"IdentifierStrategy"},{"id":2162,"kind":2048,"name":"getParentContainer","url":"interfaces/IdentifierStrategy.html#getParentContainer","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"IdentifierStrategy"},{"id":2163,"kind":2048,"name":"isRootContainer","url":"interfaces/IdentifierStrategy.html#isRootContainer","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"IdentifierStrategy"},{"id":2164,"kind":128,"name":"SingleRootIdentifierStrategy","url":"classes/SingleRootIdentifierStrategy.html","classes":"tsd-kind-class"},{"id":2165,"kind":512,"name":"constructor","url":"classes/SingleRootIdentifierStrategy.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"SingleRootIdentifierStrategy"},{"id":2166,"kind":1024,"name":"baseUrl","url":"classes/SingleRootIdentifierStrategy.html#baseUrl","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"SingleRootIdentifierStrategy"},{"id":2167,"kind":1024,"name":"logger","url":"classes/SingleRootIdentifierStrategy.html#logger","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"SingleRootIdentifierStrategy"},{"id":2168,"kind":2048,"name":"supportsIdentifier","url":"classes/SingleRootIdentifierStrategy.html#supportsIdentifier","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"SingleRootIdentifierStrategy"},{"id":2169,"kind":2048,"name":"isRootContainer","url":"classes/SingleRootIdentifierStrategy.html#isRootContainer","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"SingleRootIdentifierStrategy"},{"id":2170,"kind":2048,"name":"getParentContainer","url":"classes/SingleRootIdentifierStrategy.html#getParentContainer","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"SingleRootIdentifierStrategy"},{"id":2171,"kind":128,"name":"SubdomainIdentifierStrategy","url":"classes/SubdomainIdentifierStrategy.html","classes":"tsd-kind-class"},{"id":2172,"kind":512,"name":"constructor","url":"classes/SubdomainIdentifierStrategy.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"SubdomainIdentifierStrategy"},{"id":2173,"kind":1024,"name":"baseUrl","url":"classes/SubdomainIdentifierStrategy.html#baseUrl","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"SubdomainIdentifierStrategy"},{"id":2174,"kind":1024,"name":"regex","url":"classes/SubdomainIdentifierStrategy.html#regex","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"SubdomainIdentifierStrategy"},{"id":2175,"kind":1024,"name":"logger","url":"classes/SubdomainIdentifierStrategy.html#logger","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"SubdomainIdentifierStrategy"},{"id":2176,"kind":2048,"name":"supportsIdentifier","url":"classes/SubdomainIdentifierStrategy.html#supportsIdentifier","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"SubdomainIdentifierStrategy"},{"id":2177,"kind":2048,"name":"isRootContainer","url":"classes/SubdomainIdentifierStrategy.html#isRootContainer","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"SubdomainIdentifierStrategy"},{"id":2178,"kind":2048,"name":"getParentContainer","url":"classes/SubdomainIdentifierStrategy.html#getParentContainer","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"SubdomainIdentifierStrategy"},{"id":2179,"kind":256,"name":"ExpiringReadWriteLocker","url":"interfaces/ExpiringReadWriteLocker.html","classes":"tsd-kind-interface"},{"id":2180,"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":2181,"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":2182,"kind":128,"name":"EqualReadWriteLocker","url":"classes/EqualReadWriteLocker.html","classes":"tsd-kind-class"},{"id":2183,"kind":512,"name":"constructor","url":"classes/EqualReadWriteLocker.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"EqualReadWriteLocker"},{"id":2184,"kind":1024,"name":"locker","url":"classes/EqualReadWriteLocker.html#locker","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"EqualReadWriteLocker"},{"id":2185,"kind":2048,"name":"withReadLock","url":"classes/EqualReadWriteLocker.html#withReadLock","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"EqualReadWriteLocker"},{"id":2186,"kind":2048,"name":"withWriteLock","url":"classes/EqualReadWriteLocker.html#withWriteLock","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"EqualReadWriteLocker"},{"id":2187,"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":2188,"kind":256,"name":"GreedyReadWriteSuffixes","url":"interfaces/GreedyReadWriteSuffixes.html","classes":"tsd-kind-interface"},{"id":2189,"kind":1024,"name":"count","url":"interfaces/GreedyReadWriteSuffixes.html#count","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"GreedyReadWriteSuffixes"},{"id":2190,"kind":1024,"name":"read","url":"interfaces/GreedyReadWriteSuffixes.html#read","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"GreedyReadWriteSuffixes"},{"id":2191,"kind":1024,"name":"write","url":"interfaces/GreedyReadWriteSuffixes.html#write","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"GreedyReadWriteSuffixes"},{"id":2192,"kind":128,"name":"GreedyReadWriteLocker","url":"classes/GreedyReadWriteLocker.html","classes":"tsd-kind-class"},{"id":2193,"kind":512,"name":"constructor","url":"classes/GreedyReadWriteLocker.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"GreedyReadWriteLocker"},{"id":2194,"kind":1024,"name":"locker","url":"classes/GreedyReadWriteLocker.html#locker","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"GreedyReadWriteLocker"},{"id":2195,"kind":1024,"name":"storage","url":"classes/GreedyReadWriteLocker.html#storage","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"GreedyReadWriteLocker"},{"id":2196,"kind":1024,"name":"suffixes","url":"classes/GreedyReadWriteLocker.html#suffixes","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"GreedyReadWriteLocker"},{"id":2197,"kind":2048,"name":"withReadLock","url":"classes/GreedyReadWriteLocker.html#withReadLock","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"GreedyReadWriteLocker"},{"id":2198,"kind":2048,"name":"withWriteLock","url":"classes/GreedyReadWriteLocker.html#withWriteLock","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"GreedyReadWriteLocker"},{"id":2199,"kind":2048,"name":"getCountKey","url":"classes/GreedyReadWriteLocker.html#getCountKey","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"GreedyReadWriteLocker"},{"id":2200,"kind":2048,"name":"getReadLockKey","url":"classes/GreedyReadWriteLocker.html#getReadLockKey","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"GreedyReadWriteLocker"},{"id":2201,"kind":2048,"name":"getWriteLockKey","url":"classes/GreedyReadWriteLocker.html#getWriteLockKey","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"GreedyReadWriteLocker"},{"id":2202,"kind":2048,"name":"preReadSetup","url":"classes/GreedyReadWriteLocker.html#preReadSetup","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"GreedyReadWriteLocker"},{"id":2203,"kind":2048,"name":"postReadCleanup","url":"classes/GreedyReadWriteLocker.html#postReadCleanup","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"GreedyReadWriteLocker"},{"id":2204,"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":2205,"kind":2048,"name":"incrementCount","url":"classes/GreedyReadWriteLocker.html#incrementCount","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"GreedyReadWriteLocker"},{"id":2206,"kind":256,"name":"ReadWriteLocker","url":"interfaces/ReadWriteLocker.html","classes":"tsd-kind-interface"},{"id":2207,"kind":2048,"name":"withReadLock","url":"interfaces/ReadWriteLocker.html#withReadLock","classes":"tsd-kind-method tsd-parent-kind-interface tsd-has-type-parameter","parent":"ReadWriteLocker"},{"id":2208,"kind":2048,"name":"withWriteLock","url":"interfaces/ReadWriteLocker.html#withWriteLock","classes":"tsd-kind-method tsd-parent-kind-interface tsd-has-type-parameter","parent":"ReadWriteLocker"},{"id":2209,"kind":128,"name":"RedisResourceLocker","url":"classes/RedisResourceLocker.html","classes":"tsd-kind-class"},{"id":2210,"kind":512,"name":"constructor","url":"classes/RedisResourceLocker.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"RedisResourceLocker"},{"id":2211,"kind":1024,"name":"logger","url":"classes/RedisResourceLocker.html#logger","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"RedisResourceLocker"},{"id":2212,"kind":1024,"name":"redlock","url":"classes/RedisResourceLocker.html#redlock","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"RedisResourceLocker"},{"id":2213,"kind":1024,"name":"lockMap","url":"classes/RedisResourceLocker.html#lockMap","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"RedisResourceLocker"},{"id":2214,"kind":2048,"name":"createRedisClients","url":"classes/RedisResourceLocker.html#createRedisClients","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"RedisResourceLocker"},{"id":2215,"kind":2048,"name":"createRedlock","url":"classes/RedisResourceLocker.html#createRedlock","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"RedisResourceLocker"},{"id":2216,"kind":2048,"name":"finalize","url":"classes/RedisResourceLocker.html#finalize","classes":"tsd-kind-method tsd-parent-kind-class","parent":"RedisResourceLocker"},{"id":2217,"kind":2048,"name":"acquire","url":"classes/RedisResourceLocker.html#acquire","classes":"tsd-kind-method tsd-parent-kind-class","parent":"RedisResourceLocker"},{"id":2218,"kind":2048,"name":"release","url":"classes/RedisResourceLocker.html#release","classes":"tsd-kind-method tsd-parent-kind-class","parent":"RedisResourceLocker"},{"id":2219,"kind":2048,"name":"getLockCount","url":"classes/RedisResourceLocker.html#getLockCount","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"RedisResourceLocker"},{"id":2220,"kind":2048,"name":"extendLockIndefinitely","url":"classes/RedisResourceLocker.html#extendLockIndefinitely","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"RedisResourceLocker"},{"id":2221,"kind":256,"name":"ResourceLocker","url":"interfaces/ResourceLocker.html","classes":"tsd-kind-interface"},{"id":2222,"kind":2048,"name":"acquire","url":"interfaces/ResourceLocker.html#acquire","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"ResourceLocker"},{"id":2223,"kind":2048,"name":"release","url":"interfaces/ResourceLocker.html#release","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"ResourceLocker"},{"id":2224,"kind":128,"name":"SingleThreadedResourceLocker","url":"classes/SingleThreadedResourceLocker.html","classes":"tsd-kind-class"},{"id":2225,"kind":512,"name":"constructor","url":"classes/SingleThreadedResourceLocker.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"SingleThreadedResourceLocker"},{"id":2226,"kind":1024,"name":"logger","url":"classes/SingleThreadedResourceLocker.html#logger","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"SingleThreadedResourceLocker"},{"id":2227,"kind":1024,"name":"locker","url":"classes/SingleThreadedResourceLocker.html#locker","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"SingleThreadedResourceLocker"},{"id":2228,"kind":1024,"name":"unlockCallbacks","url":"classes/SingleThreadedResourceLocker.html#unlockCallbacks","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"SingleThreadedResourceLocker"},{"id":2229,"kind":2048,"name":"acquire","url":"classes/SingleThreadedResourceLocker.html#acquire","classes":"tsd-kind-method tsd-parent-kind-class","parent":"SingleThreadedResourceLocker"},{"id":2230,"kind":2048,"name":"release","url":"classes/SingleThreadedResourceLocker.html#release","classes":"tsd-kind-method tsd-parent-kind-class","parent":"SingleThreadedResourceLocker"},{"id":2231,"kind":2048,"name":"getLockCount","url":"classes/SingleThreadedResourceLocker.html#getLockCount","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"SingleThreadedResourceLocker"},{"id":2232,"kind":128,"name":"WrappedExpiringReadWriteLocker","url":"classes/WrappedExpiringReadWriteLocker.html","classes":"tsd-kind-class"},{"id":2233,"kind":512,"name":"constructor","url":"classes/WrappedExpiringReadWriteLocker.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"WrappedExpiringReadWriteLocker"},{"id":2234,"kind":1024,"name":"logger","url":"classes/WrappedExpiringReadWriteLocker.html#logger","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"WrappedExpiringReadWriteLocker"},{"id":2235,"kind":1024,"name":"locker","url":"classes/WrappedExpiringReadWriteLocker.html#locker","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"WrappedExpiringReadWriteLocker"},{"id":2236,"kind":1024,"name":"expiration","url":"classes/WrappedExpiringReadWriteLocker.html#expiration","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"WrappedExpiringReadWriteLocker"},{"id":2237,"kind":2048,"name":"withReadLock","url":"classes/WrappedExpiringReadWriteLocker.html#withReadLock","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"WrappedExpiringReadWriteLocker"},{"id":2238,"kind":2048,"name":"withWriteLock","url":"classes/WrappedExpiringReadWriteLocker.html#withWriteLock","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"WrappedExpiringReadWriteLocker"},{"id":2239,"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":2240,"kind":128,"name":"ChainedTemplateEngine","url":"classes/ChainedTemplateEngine.html","classes":"tsd-kind-class tsd-has-type-parameter"},{"id":2241,"kind":512,"name":"constructor","url":"classes/ChainedTemplateEngine.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter","parent":"ChainedTemplateEngine"},{"id":2242,"kind":1024,"name":"firstEngine","url":"classes/ChainedTemplateEngine.html#firstEngine","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"ChainedTemplateEngine"},{"id":2243,"kind":1024,"name":"chainedEngines","url":"classes/ChainedTemplateEngine.html#chainedEngines","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"ChainedTemplateEngine"},{"id":2244,"kind":1024,"name":"renderedName","url":"classes/ChainedTemplateEngine.html#renderedName","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"ChainedTemplateEngine"},{"id":2245,"kind":2048,"name":"render","url":"classes/ChainedTemplateEngine.html#render","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"ChainedTemplateEngine"},{"id":2246,"kind":128,"name":"EjsTemplateEngine","url":"classes/EjsTemplateEngine.html","classes":"tsd-kind-class tsd-has-type-parameter"},{"id":2247,"kind":512,"name":"constructor","url":"classes/EjsTemplateEngine.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter","parent":"EjsTemplateEngine"},{"id":2248,"kind":1024,"name":"applyTemplate","url":"classes/EjsTemplateEngine.html#applyTemplate","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"EjsTemplateEngine"},{"id":2249,"kind":2048,"name":"render","url":"classes/EjsTemplateEngine.html#render","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"EjsTemplateEngine"},{"id":2250,"kind":128,"name":"HandlebarsTemplateEngine","url":"classes/HandlebarsTemplateEngine.html","classes":"tsd-kind-class tsd-has-type-parameter"},{"id":2251,"kind":512,"name":"constructor","url":"classes/HandlebarsTemplateEngine.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter","parent":"HandlebarsTemplateEngine"},{"id":2252,"kind":1024,"name":"applyTemplate","url":"classes/HandlebarsTemplateEngine.html#applyTemplate","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"HandlebarsTemplateEngine"},{"id":2253,"kind":2048,"name":"render","url":"classes/HandlebarsTemplateEngine.html#render","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"HandlebarsTemplateEngine"},{"id":2254,"kind":64,"name":"getTemplateFilePath","url":"modules.html#getTemplateFilePath","classes":"tsd-kind-function"},{"id":2255,"kind":64,"name":"readTemplate","url":"modules.html#readTemplate","classes":"tsd-kind-function"},{"id":2256,"kind":4194304,"name":"Template","url":"modules.html#Template","classes":"tsd-kind-type-alias"},{"id":2257,"kind":4194304,"name":"TemplateFileName","url":"modules.html#TemplateFileName","classes":"tsd-kind-type-alias"},{"id":2258,"kind":256,"name":"TemplateString","url":"interfaces/TemplateString.html","classes":"tsd-kind-interface"},{"id":2259,"kind":1024,"name":"templateString","url":"interfaces/TemplateString.html#templateString","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"TemplateString"},{"id":2260,"kind":256,"name":"TemplatePath","url":"interfaces/TemplatePath.html","classes":"tsd-kind-interface"},{"id":2261,"kind":1024,"name":"templateFile","url":"interfaces/TemplatePath.html#templateFile","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"TemplatePath"},{"id":2262,"kind":1024,"name":"templatePath","url":"interfaces/TemplatePath.html#templatePath","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"TemplatePath"},{"id":2263,"kind":256,"name":"TemplateEngine","url":"interfaces/TemplateEngine.html","classes":"tsd-kind-interface tsd-has-type-parameter"},{"id":2264,"kind":2048,"name":"render","url":"interfaces/TemplateEngine.html#render","classes":"tsd-kind-method tsd-parent-kind-interface tsd-has-type-parameter","parent":"TemplateEngine"},{"id":2265,"kind":32,"name":"APPLICATION_JSON","url":"modules.html#APPLICATION_JSON","classes":"tsd-kind-variable"},{"id":2266,"kind":32,"name":"APPLICATION_OCTET_STREAM","url":"modules.html#APPLICATION_OCTET_STREAM","classes":"tsd-kind-variable"},{"id":2267,"kind":32,"name":"APPLICATION_SPARQL_UPDATE","url":"modules.html#APPLICATION_SPARQL_UPDATE","classes":"tsd-kind-variable"},{"id":2268,"kind":32,"name":"APPLICATION_X_WWW_FORM_URLENCODED","url":"modules.html#APPLICATION_X_WWW_FORM_URLENCODED","classes":"tsd-kind-variable"},{"id":2269,"kind":32,"name":"TEXT_HTML","url":"modules.html#TEXT_HTML","classes":"tsd-kind-variable"},{"id":2270,"kind":32,"name":"TEXT_MARKDOWN","url":"modules.html#TEXT_MARKDOWN","classes":"tsd-kind-variable"},{"id":2271,"kind":32,"name":"TEXT_TURTLE","url":"modules.html#TEXT_TURTLE","classes":"tsd-kind-variable"},{"id":2272,"kind":32,"name":"INTERNAL_ALL","url":"modules.html#INTERNAL_ALL","classes":"tsd-kind-variable"},{"id":2273,"kind":32,"name":"INTERNAL_QUADS","url":"modules.html#INTERNAL_QUADS","classes":"tsd-kind-variable"},{"id":2274,"kind":32,"name":"INTERNAL_ERROR","url":"modules.html#INTERNAL_ERROR","classes":"tsd-kind-variable"},{"id":2275,"kind":32,"name":"DEFAULT_CUSTOM_TYPES","url":"modules.html#DEFAULT_CUSTOM_TYPES","classes":"tsd-kind-variable"},{"id":2276,"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":2277,"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":2278,"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":2279,"kind":64,"name":"fetchDataset","url":"modules.html#fetchDataset","classes":"tsd-kind-function"},{"id":2280,"kind":64,"name":"isGuarded","url":"modules.html#isGuarded","classes":"tsd-kind-function tsd-has-type-parameter"},{"id":2281,"kind":64,"name":"guardStream","url":"modules.html#guardStream","classes":"tsd-kind-function tsd-has-type-parameter"},{"id":2282,"kind":4194304,"name":"Guarded","url":"modules.html#Guarded","classes":"tsd-kind-type-alias tsd-has-type-parameter"},{"id":2283,"kind":64,"name":"transformQuotedStrings","url":"modules.html#transformQuotedStrings","classes":"tsd-kind-function"},{"id":2284,"kind":64,"name":"splitAndClean","url":"modules.html#splitAndClean","classes":"tsd-kind-function"},{"id":2285,"kind":64,"name":"parseParameters","url":"modules.html#parseParameters","classes":"tsd-kind-function"},{"id":2286,"kind":64,"name":"parseAccept","url":"modules.html#parseAccept","classes":"tsd-kind-function"},{"id":2287,"kind":64,"name":"parseAcceptCharset","url":"modules.html#parseAcceptCharset","classes":"tsd-kind-function"},{"id":2288,"kind":64,"name":"parseAcceptEncoding","url":"modules.html#parseAcceptEncoding","classes":"tsd-kind-function"},{"id":2289,"kind":64,"name":"parseAcceptLanguage","url":"modules.html#parseAcceptLanguage","classes":"tsd-kind-function"},{"id":2290,"kind":64,"name":"parseAcceptDateTime","url":"modules.html#parseAcceptDateTime","classes":"tsd-kind-function"},{"id":2291,"kind":64,"name":"addHeader","url":"modules.html#addHeader","classes":"tsd-kind-function"},{"id":2292,"kind":64,"name":"parseForwarded","url":"modules.html#parseForwarded","classes":"tsd-kind-function"},{"id":2293,"kind":256,"name":"AcceptHeader","url":"interfaces/AcceptHeader.html","classes":"tsd-kind-interface"},{"id":2294,"kind":1024,"name":"range","url":"interfaces/AcceptHeader.html#range","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"AcceptHeader"},{"id":2295,"kind":1024,"name":"weight","url":"interfaces/AcceptHeader.html#weight","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"AcceptHeader"},{"id":2296,"kind":256,"name":"Accept","url":"interfaces/Accept.html","classes":"tsd-kind-interface"},{"id":2297,"kind":1024,"name":"parameters","url":"interfaces/Accept.html#parameters","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"Accept"},{"id":2298,"kind":65536,"name":"__type","url":"interfaces/Accept.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"Accept"},{"id":2299,"kind":1024,"name":"mediaType","url":"interfaces/Accept.html#__type.mediaType","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Accept.__type"},{"id":2300,"kind":1024,"name":"extension","url":"interfaces/Accept.html#__type.extension","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Accept.__type"},{"id":2301,"kind":1024,"name":"range","url":"interfaces/Accept.html#range","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"Accept"},{"id":2302,"kind":1024,"name":"weight","url":"interfaces/Accept.html#weight","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"Accept"},{"id":2303,"kind":256,"name":"AcceptCharset","url":"interfaces/AcceptCharset.html","classes":"tsd-kind-interface"},{"id":2304,"kind":1024,"name":"range","url":"interfaces/AcceptCharset.html#range","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"AcceptCharset"},{"id":2305,"kind":1024,"name":"weight","url":"interfaces/AcceptCharset.html#weight","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"AcceptCharset"},{"id":2306,"kind":256,"name":"AcceptEncoding","url":"interfaces/AcceptEncoding.html","classes":"tsd-kind-interface"},{"id":2307,"kind":1024,"name":"range","url":"interfaces/AcceptEncoding.html#range","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"AcceptEncoding"},{"id":2308,"kind":1024,"name":"weight","url":"interfaces/AcceptEncoding.html#weight","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"AcceptEncoding"},{"id":2309,"kind":256,"name":"AcceptLanguage","url":"interfaces/AcceptLanguage.html","classes":"tsd-kind-interface"},{"id":2310,"kind":1024,"name":"range","url":"interfaces/AcceptLanguage.html#range","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"AcceptLanguage"},{"id":2311,"kind":1024,"name":"weight","url":"interfaces/AcceptLanguage.html#weight","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"AcceptLanguage"},{"id":2312,"kind":256,"name":"AcceptDatetime","url":"interfaces/AcceptDatetime.html","classes":"tsd-kind-interface"},{"id":2313,"kind":1024,"name":"range","url":"interfaces/AcceptDatetime.html#range","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"AcceptDatetime"},{"id":2314,"kind":1024,"name":"weight","url":"interfaces/AcceptDatetime.html#weight","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"AcceptDatetime"},{"id":2315,"kind":256,"name":"Forwarded","url":"interfaces/Forwarded.html","classes":"tsd-kind-interface"},{"id":2316,"kind":1024,"name":"by","url":"interfaces/Forwarded.html#by","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"Forwarded"},{"id":2317,"kind":1024,"name":"for","url":"interfaces/Forwarded.html#for","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"Forwarded"},{"id":2318,"kind":1024,"name":"host","url":"interfaces/Forwarded.html#host","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"Forwarded"},{"id":2319,"kind":1024,"name":"proto","url":"interfaces/Forwarded.html#proto","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"Forwarded"},{"id":2320,"kind":64,"name":"normalizeFilePath","url":"modules.html#normalizeFilePath","classes":"tsd-kind-function"},{"id":2321,"kind":64,"name":"joinFilePath","url":"modules.html#joinFilePath","classes":"tsd-kind-function"},{"id":2322,"kind":64,"name":"absoluteFilePath","url":"modules.html#absoluteFilePath","classes":"tsd-kind-function"},{"id":2323,"kind":64,"name":"ensureTrailingSlash","url":"modules.html#ensureTrailingSlash","classes":"tsd-kind-function"},{"id":2324,"kind":64,"name":"trimTrailingSlashes","url":"modules.html#trimTrailingSlashes","classes":"tsd-kind-function"},{"id":2325,"kind":64,"name":"getExtension","url":"modules.html#getExtension","classes":"tsd-kind-function"},{"id":2326,"kind":64,"name":"toCanonicalUriPath","url":"modules.html#toCanonicalUriPath","classes":"tsd-kind-function"},{"id":2327,"kind":64,"name":"decodeUriPathComponents","url":"modules.html#decodeUriPathComponents","classes":"tsd-kind-function"},{"id":2328,"kind":64,"name":"encodeUriPathComponents","url":"modules.html#encodeUriPathComponents","classes":"tsd-kind-function"},{"id":2329,"kind":64,"name":"isContainerPath","url":"modules.html#isContainerPath","classes":"tsd-kind-function"},{"id":2330,"kind":64,"name":"isContainerIdentifier","url":"modules.html#isContainerIdentifier","classes":"tsd-kind-function"},{"id":2331,"kind":64,"name":"extractScheme","url":"modules.html#extractScheme","classes":"tsd-kind-function"},{"id":2332,"kind":64,"name":"getRelativeUrl","url":"modules.html#getRelativeUrl","classes":"tsd-kind-function"},{"id":2333,"kind":64,"name":"createSubdomainRegexp","url":"modules.html#createSubdomainRegexp","classes":"tsd-kind-function"},{"id":2334,"kind":64,"name":"getModuleRoot","url":"modules.html#getModuleRoot","classes":"tsd-kind-function"},{"id":2335,"kind":64,"name":"resolveAssetPath","url":"modules.html#resolveAssetPath","classes":"tsd-kind-function"},{"id":2336,"kind":32,"name":"modulePathPlaceholder","url":"modules.html#modulePathPlaceholder","classes":"tsd-kind-variable"},{"id":2337,"kind":64,"name":"joinUrl","url":"modules.html#joinUrl","classes":"tsd-kind-function"},{"id":2338,"kind":64,"name":"promiseSome","url":"modules.html#promiseSome","classes":"tsd-kind-function"},{"id":2339,"kind":64,"name":"serializeQuads","url":"modules.html#serializeQuads","classes":"tsd-kind-function"},{"id":2340,"kind":64,"name":"parseQuads","url":"modules.html#parseQuads","classes":"tsd-kind-function"},{"id":2341,"kind":128,"name":"RecordObject","url":"classes/RecordObject.html","classes":"tsd-kind-class"},{"id":2342,"kind":512,"name":"constructor","url":"classes/RecordObject.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"RecordObject"},{"id":2343,"kind":64,"name":"addResourceMetadata","url":"modules.html#addResourceMetadata","classes":"tsd-kind-function"},{"id":2344,"kind":64,"name":"updateModifiedDate","url":"modules.html#updateModifiedDate","classes":"tsd-kind-function"},{"id":2345,"kind":64,"name":"addTemplateMetadata","url":"modules.html#addTemplateMetadata","classes":"tsd-kind-function"},{"id":2346,"kind":64,"name":"cloneRepresentation","url":"modules.html#cloneRepresentation","classes":"tsd-kind-function"},{"id":2347,"kind":64,"name":"readableToString","url":"modules.html#readableToString","classes":"tsd-kind-function"},{"id":2348,"kind":64,"name":"readableToQuads","url":"modules.html#readableToQuads","classes":"tsd-kind-function"},{"id":2349,"kind":64,"name":"readJsonStream","url":"modules.html#readJsonStream","classes":"tsd-kind-function"},{"id":2350,"kind":64,"name":"getSingleItem","url":"modules.html#getSingleItem","classes":"tsd-kind-function"},{"id":2351,"kind":64,"name":"pipeSafely","url":"modules.html#pipeSafely","classes":"tsd-kind-function tsd-has-type-parameter"},{"id":2352,"kind":64,"name":"transformSafely","url":"modules.html#transformSafely","classes":"tsd-kind-function tsd-has-type-parameter"},{"id":2353,"kind":64,"name":"guardedStreamFrom","url":"modules.html#guardedStreamFrom","classes":"tsd-kind-function"},{"id":2354,"kind":64,"name":"endOfStream","url":"modules.html#endOfStream","classes":"tsd-kind-function"},{"id":2355,"kind":256,"name":"AsyncTransformOptions","url":"interfaces/AsyncTransformOptions.html","classes":"tsd-kind-interface tsd-has-type-parameter"},{"id":2356,"kind":2048,"name":"transform","url":"interfaces/AsyncTransformOptions.html#transform","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"AsyncTransformOptions"},{"id":2357,"kind":2048,"name":"flush","url":"interfaces/AsyncTransformOptions.html#flush","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"AsyncTransformOptions"},{"id":2358,"kind":64,"name":"toCachedNamedNode","url":"modules.html#toCachedNamedNode","classes":"tsd-kind-function"},{"id":2359,"kind":64,"name":"isTerm","url":"modules.html#isTerm","classes":"tsd-kind-function"},{"id":2360,"kind":64,"name":"toNamedTerm","url":"modules.html#toNamedTerm","classes":"tsd-kind-function tsd-has-type-parameter"},{"id":2361,"kind":64,"name":"toObjectTerm","url":"modules.html#toObjectTerm","classes":"tsd-kind-function tsd-has-type-parameter"},{"id":2362,"kind":64,"name":"toLiteral","url":"modules.html#toLiteral","classes":"tsd-kind-function"},{"id":2363,"kind":64,"name":"toPredicateTerm","url":"modules.html#toPredicateTerm","classes":"tsd-kind-function tsd-has-type-parameter"},{"id":2364,"kind":64,"name":"createNamespace","url":"modules.html#createNamespace","classes":"tsd-kind-function tsd-has-type-parameter"},{"id":2365,"kind":64,"name":"createUriNamespace","url":"modules.html#createUriNamespace","classes":"tsd-kind-function tsd-has-type-parameter"},{"id":2366,"kind":64,"name":"createTermNamespace","url":"modules.html#createTermNamespace","classes":"tsd-kind-function tsd-has-type-parameter"},{"id":2367,"kind":64,"name":"createUriAndTermNamespace","url":"modules.html#createUriAndTermNamespace","classes":"tsd-kind-function tsd-has-type-parameter"},{"id":2368,"kind":4194304,"name":"Namespace","url":"modules.html#Namespace","classes":"tsd-kind-type-alias tsd-has-type-parameter"},{"id":2369,"kind":32,"name":"ACL","url":"modules.html#ACL","classes":"tsd-kind-variable"},{"id":2370,"kind":32,"name":"AUTH","url":"modules.html#AUTH","classes":"tsd-kind-variable"},{"id":2371,"kind":32,"name":"DC","url":"modules.html#DC","classes":"tsd-kind-variable"},{"id":2372,"kind":32,"name":"FOAF","url":"modules.html#FOAF","classes":"tsd-kind-variable"},{"id":2373,"kind":32,"name":"HTTP","url":"modules.html#HTTP","classes":"tsd-kind-variable"},{"id":2374,"kind":32,"name":"LDP","url":"modules.html#LDP","classes":"tsd-kind-variable"},{"id":2375,"kind":32,"name":"MA","url":"modules.html#MA","classes":"tsd-kind-variable"},{"id":2376,"kind":32,"name":"OIDC","url":"modules.html#OIDC","classes":"tsd-kind-variable"},{"id":2377,"kind":32,"name":"PIM","url":"modules.html#PIM","classes":"tsd-kind-variable"},{"id":2378,"kind":32,"name":"POSIX","url":"modules.html#POSIX","classes":"tsd-kind-variable"},{"id":2379,"kind":32,"name":"RDF","url":"modules.html#RDF","classes":"tsd-kind-variable"},{"id":2380,"kind":32,"name":"SOLID","url":"modules.html#SOLID","classes":"tsd-kind-variable"},{"id":2381,"kind":32,"name":"SOLID_ERROR","url":"modules.html#SOLID_ERROR","classes":"tsd-kind-variable"},{"id":2382,"kind":32,"name":"SOLID_HTTP","url":"modules.html#SOLID_HTTP","classes":"tsd-kind-variable"},{"id":2383,"kind":32,"name":"SOLID_META","url":"modules.html#SOLID_META","classes":"tsd-kind-variable"},{"id":2384,"kind":32,"name":"VANN","url":"modules.html#VANN","classes":"tsd-kind-variable"},{"id":2385,"kind":32,"name":"VCARD","url":"modules.html#VCARD","classes":"tsd-kind-variable"},{"id":2386,"kind":32,"name":"XSD","url":"modules.html#XSD","classes":"tsd-kind-variable"},{"id":2387,"kind":32,"name":"CONTENT_TYPE","url":"modules.html#CONTENT_TYPE","classes":"tsd-kind-variable"},{"id":2388,"kind":32,"name":"CONTENT_TYPE_TERM","url":"modules.html#CONTENT_TYPE_TERM","classes":"tsd-kind-variable"},{"id":2389,"kind":32,"name":"PREFERRED_PREFIX","url":"modules.html#PREFERRED_PREFIX","classes":"tsd-kind-variable"},{"id":2390,"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,57.65]],["parent/0",[]],["name/1",[1,23.977]],["parent/1",[0,5.267]],["name/2",[2,34.558]],["parent/2",[0,5.267]],["name/3",[3,62.758]],["parent/3",[0,5.267]],["name/4",[4,28.563]],["parent/4",[0,5.267]],["name/5",[5,28.858]],["parent/5",[0,5.267]],["name/6",[6,28.858]],["parent/6",[0,5.267]],["name/7",[7,65.271]],["parent/7",[]],["name/8",[8,57.65]],["parent/8",[7,5.963]],["name/9",[9,65.271]],["parent/9",[]],["name/10",[10,73.744]],["parent/10",[9,5.963]],["name/11",[11,73.744]],["parent/11",[9,5.963]],["name/12",[12,73.744]],["parent/12",[]],["name/13",[13,57.65]],["parent/13",[]],["name/14",[1,23.977]],["parent/14",[13,5.267]],["name/15",[4,28.563]],["parent/15",[13,5.267]],["name/16",[5,28.858]],["parent/16",[13,5.267]],["name/17",[6,28.858]],["parent/17",[13,5.267]],["name/18",[14,56.398]],["parent/18",[]],["name/19",[1,23.977]],["parent/19",[14,5.152]],["name/20",[15,57.65]],["parent/20",[14,5.152]],["name/21",[3,62.758]],["parent/21",[14,5.152]],["name/22",[2,34.558]],["parent/22",[14,5.152]],["name/23",[4,28.563]],["parent/23",[14,5.152]],["name/24",[5,28.858]],["parent/24",[14,5.152]],["name/25",[6,28.858]],["parent/25",[14,5.152]],["name/26",[16,60.751]],["parent/26",[]],["name/27",[1,23.977]],["parent/27",[16,5.55]],["name/28",[5,28.858]],["parent/28",[16,5.55]],["name/29",[4,28.563]],["parent/29",[16,5.55]],["name/30",[6,28.858]],["parent/30",[16,5.55]],["name/31",[17,57.65]],["parent/31",[]],["name/32",[1,23.977]],["parent/32",[17,5.267]],["name/33",[18,65.271]],["parent/33",[17,5.267]],["name/34",[19,57.65]],["parent/34",[17,5.267]],["name/35",[4,28.563]],["parent/35",[17,5.267]],["name/36",[5,28.858]],["parent/36",[17,5.267]],["name/37",[6,28.858]],["parent/37",[17,5.267]],["name/38",[20,57.65]],["parent/38",[]],["name/39",[1,23.977]],["parent/39",[20,5.267]],["name/40",[21,65.271]],["parent/40",[20,5.267]],["name/41",[2,34.558]],["parent/41",[20,5.267]],["name/42",[5,28.858]],["parent/42",[20,5.267]],["name/43",[4,28.563]],["parent/43",[20,5.267]],["name/44",[6,28.858]],["parent/44",[20,5.267]],["name/45",[22,59.081]],["parent/45",[]],["name/46",[1,23.977]],["parent/46",[22,5.398]],["name/47",[2,34.558]],["parent/47",[22,5.398]],["name/48",[4,28.563]],["parent/48",[22,5.398]],["name/49",[5,28.858]],["parent/49",[22,5.398]],["name/50",[6,28.858]],["parent/50",[22,5.398]],["name/51",[23,59.081]],["parent/51",[]],["name/52",[1,23.977]],["parent/52",[23,5.398]],["name/53",[4,28.563]],["parent/53",[23,5.398]],["name/54",[5,28.858]],["parent/54",[23,5.398]],["name/55",[6,28.858]],["parent/55",[23,5.398]],["name/56",[24,62.758]],["parent/56",[]],["name/57",[25,65.271]],["parent/57",[24,5.734]],["name/58",[26,68.636]],["parent/58",[24,5.734]],["name/59",[7,65.271]],["parent/59",[24,5.734]],["name/60",[27,60.751]],["parent/60",[]],["name/61",[1,23.977]],["parent/61",[27,5.55]],["name/62",[5,28.858]],["parent/62",[27,5.55]],["name/63",[4,28.563]],["parent/63",[27,5.55]],["name/64",[6,28.858]],["parent/64",[27,5.55]],["name/65",[28,60.751]],["parent/65",[]],["name/66",[1,23.977]],["parent/66",[28,5.55]],["name/67",[5,28.858]],["parent/67",[28,5.55]],["name/68",[4,28.563]],["parent/68",[28,5.55]],["name/69",[6,28.858]],["parent/69",[28,5.55]],["name/70",[29,54.285]],["parent/70",[]],["name/71",[1,23.977]],["parent/71",[29,4.959]],["name/72",[30,51.772]],["parent/72",[29,4.959]],["name/73",[31,73.744]],["parent/73",[29,4.959]],["name/74",[32,65.271]],["parent/74",[29,4.959]],["name/75",[5,28.858]],["parent/75",[29,4.959]],["name/76",[33,73.744]],["parent/76",[29,4.959]],["name/77",[34,73.744]],["parent/77",[29,4.959]],["name/78",[4,28.563]],["parent/78",[29,4.959]],["name/79",[6,28.858]],["parent/79",[29,4.959]],["name/80",[35,59.081]],["parent/80",[]],["name/81",[36,68.636]],["parent/81",[35,5.398]],["name/82",[37,73.744]],["parent/82",[35,5.398]],["name/83",[38,68.636]],["parent/83",[35,5.398]],["name/84",[39,60.751]],["parent/84",[35,5.398]],["name/85",[40,57.65]],["parent/85",[35,5.398]],["name/86",[41,73.744]],["parent/86",[]],["name/87",[42,65.271]],["parent/87",[]],["name/88",[43,57.65]],["parent/88",[]],["name/89",[1,23.977]],["parent/89",[43,5.267]],["name/90",[4,28.563]],["parent/90",[43,5.267]],["name/91",[5,28.858]],["parent/91",[43,5.267]],["name/92",[6,28.858]],["parent/92",[43,5.267]],["name/93",[44,60.751]],["parent/93",[]],["name/94",[1,23.977]],["parent/94",[44,5.55]],["name/95",[4,28.563]],["parent/95",[44,5.55]],["name/96",[5,28.858]],["parent/96",[44,5.55]],["name/97",[6,28.858]],["parent/97",[44,5.55]],["name/98",[45,53.375]],["parent/98",[]],["name/99",[1,23.977]],["parent/99",[45,4.876]],["name/100",[4,28.563]],["parent/100",[45,4.876]],["name/101",[5,28.858]],["parent/101",[45,4.876]],["name/102",[46,73.744]],["parent/102",[45,4.876]],["name/103",[47,73.744]],["parent/103",[45,4.876]],["name/104",[48,68.636]],["parent/104",[45,4.876]],["name/105",[49,73.744]],["parent/105",[45,4.876]],["name/106",[50,73.744]],["parent/106",[45,4.876]],["name/107",[51,73.744]],["parent/107",[45,4.876]],["name/108",[6,28.858]],["parent/108",[45,4.876]],["name/109",[52,55.286]],["parent/109",[]],["name/110",[1,23.977]],["parent/110",[52,5.051]],["name/111",[2,34.558]],["parent/111",[52,5.051]],["name/112",[53,48.621]],["parent/112",[52,5.051]],["name/113",[54,68.636]],["parent/113",[52,5.051]],["name/114",[5,28.858]],["parent/114",[52,5.051]],["name/115",[55,73.744]],["parent/115",[52,5.051]],["name/116",[4,28.563]],["parent/116",[52,5.051]],["name/117",[6,28.858]],["parent/117",[52,5.051]],["name/118",[56,59.081]],["parent/118",[]],["name/119",[1,23.977]],["parent/119",[56,5.398]],["name/120",[57,73.744]],["parent/120",[56,5.398]],["name/121",[5,28.858]],["parent/121",[56,5.398]],["name/122",[4,28.563]],["parent/122",[56,5.398]],["name/123",[6,28.858]],["parent/123",[56,5.398]],["name/124",[58,60.751]],["parent/124",[]],["name/125",[21,65.271]],["parent/125",[58,5.55]],["name/126",[59,56.398]],["parent/126",[58,5.55]],["name/127",[60,73.744]],["parent/127",[58,5.55]],["name/128",[42,65.271]],["parent/128",[58,5.55]],["name/129",[61,57.65]],["parent/129",[]],["name/130",[1,23.977]],["parent/130",[61,5.267]],["name/131",[4,28.563]],["parent/131",[61,5.267]],["name/132",[5,28.858]],["parent/132",[61,5.267]],["name/133",[6,28.858]],["parent/133",[61,5.267]],["name/134",[62,55.286]],["parent/134",[]],["name/135",[1,23.977]],["parent/135",[62,5.051]],["name/136",[2,34.558]],["parent/136",[62,5.051]],["name/137",[63,73.744]],["parent/137",[62,5.051]],["name/138",[64,52.542]],["parent/138",[62,5.051]],["name/139",[4,28.563]],["parent/139",[62,5.051]],["name/140",[5,28.858]],["parent/140",[62,5.051]],["name/141",[6,28.858]],["parent/141",[62,5.051]],["name/142",[65,73.744]],["parent/142",[62,5.051]],["name/143",[66,56.398]],["parent/143",[]],["name/144",[1,23.977]],["parent/144",[66,5.152]],["name/145",[67,49.177]],["parent/145",[66,5.152]],["name/146",[68,73.744]],["parent/146",[66,5.152]],["name/147",[4,28.563]],["parent/147",[66,5.152]],["name/148",[5,28.858]],["parent/148",[66,5.152]],["name/149",[69,73.744]],["parent/149",[66,5.152]],["name/150",[6,28.858]],["parent/150",[66,5.152]],["name/151",[70,55.286]],["parent/151",[]],["name/152",[1,23.977]],["parent/152",[70,5.051]],["name/153",[2,34.558]],["parent/153",[70,5.051]],["name/154",[5,28.858]],["parent/154",[70,5.051]],["name/155",[71,73.744]],["parent/155",[70,5.051]],["name/156",[72,73.744]],["parent/156",[70,5.051]],["name/157",[73,73.744]],["parent/157",[70,5.051]],["name/158",[4,28.563]],["parent/158",[70,5.051]],["name/159",[6,28.858]],["parent/159",[70,5.051]],["name/160",[74,65.271]],["parent/160",[]],["name/161",[21,65.271]],["parent/161",[74,5.963]],["name/162",[59,56.398]],["parent/162",[74,5.963]],["name/163",[75,57.65]],["parent/163",[]],["name/164",[1,23.977]],["parent/164",[75,5.267]],["name/165",[4,28.563]],["parent/165",[75,5.267]],["name/166",[5,28.858]],["parent/166",[75,5.267]],["name/167",[6,28.858]],["parent/167",[75,5.267]],["name/168",[76,56.398]],["parent/168",[]],["name/169",[1,23.977]],["parent/169",[76,5.152]],["name/170",[18,65.271]],["parent/170",[76,5.152]],["name/171",[77,73.744]],["parent/171",[76,5.152]],["name/172",[19,57.65]],["parent/172",[76,5.152]],["name/173",[4,28.563]],["parent/173",[76,5.152]],["name/174",[5,28.858]],["parent/174",[76,5.152]],["name/175",[6,28.858]],["parent/175",[76,5.152]],["name/176",[78,50.39]],["parent/176",[]],["name/177",[1,23.977]],["parent/177",[78,4.604]],["name/178",[2,34.558]],["parent/178",[78,4.604]],["name/179",[54,68.636]],["parent/179",[78,4.604]],["name/180",[79,73.744]],["parent/180",[78,4.604]],["name/181",[80,53.375]],["parent/181",[78,4.604]],["name/182",[23,59.081]],["parent/182",[78,4.604]],["name/183",[5,28.858]],["parent/183",[78,4.604]],["name/184",[81,73.744]],["parent/184",[78,4.604]],["name/185",[82,73.744]],["parent/185",[78,4.604]],["name/186",[83,73.744]],["parent/186",[78,4.604]],["name/187",[84,73.744]],["parent/187",[78,4.604]],["name/188",[85,73.744]],["parent/188",[78,4.604]],["name/189",[4,28.563]],["parent/189",[78,4.604]],["name/190",[6,28.858]],["parent/190",[78,4.604]],["name/191",[86,60.751]],["parent/191",[]],["name/192",[87,59.081]],["parent/192",[86,5.55]],["name/193",[88,59.081]],["parent/193",[86,5.55]],["name/194",[89,59.081]],["parent/194",[86,5.55]],["name/195",[90,59.081]],["parent/195",[86,5.55]],["name/196",[64,52.542]],["parent/196",[]],["name/197",[91,65.271]],["parent/197",[64,4.8]],["name/198",[92,65.271]],["parent/198",[64,4.8]],["name/199",[93,65.271]],["parent/199",[64,4.8]],["name/200",[94,65.271]],["parent/200",[64,4.8]],["name/201",[87,59.081]],["parent/201",[64,4.8]],["name/202",[88,59.081]],["parent/202",[64,4.8]],["name/203",[89,59.081]],["parent/203",[64,4.8]],["name/204",[90,59.081]],["parent/204",[64,4.8]],["name/205",[95,50.39]],["parent/205",[]],["name/206",[1,23.977]],["parent/206",[95,4.604]],["name/207",[80,53.375]],["parent/207",[95,4.604]],["name/208",[96,59.081]],["parent/208",[95,4.604]],["name/209",[97,59.081]],["parent/209",[95,4.604]],["name/210",[98,73.744]],["parent/210",[95,4.604]],["name/211",[99,73.744]],["parent/211",[95,4.604]],["name/212",[87,59.081]],["parent/212",[95,4.604]],["name/213",[88,59.081]],["parent/213",[95,4.604]],["name/214",[89,59.081]],["parent/214",[95,4.604]],["name/215",[90,59.081]],["parent/215",[95,4.604]],["name/216",[91,65.271]],["parent/216",[95,4.604]],["name/217",[92,65.271]],["parent/217",[95,4.604]],["name/218",[93,65.271]],["parent/218",[95,4.604]],["name/219",[94,65.271]],["parent/219",[95,4.604]],["name/220",[100,57.65]],["parent/220",[]],["name/221",[1,23.977]],["parent/221",[100,5.267]],["name/222",[101,73.744]],["parent/222",[100,5.267]],["name/223",[80,53.375]],["parent/223",[100,5.267]],["name/224",[5,28.858]],["parent/224",[100,5.267]],["name/225",[4,28.563]],["parent/225",[100,5.267]],["name/226",[6,28.858]],["parent/226",[100,5.267]],["name/227",[96,59.081]],["parent/227",[]],["name/228",[1,23.977]],["parent/228",[96,5.398]],["name/229",[4,28.563]],["parent/229",[96,5.398]],["name/230",[5,28.858]],["parent/230",[96,5.398]],["name/231",[6,28.858]],["parent/231",[96,5.398]],["name/232",[102,59.081]],["parent/232",[]],["name/233",[1,23.977]],["parent/233",[102,5.398]],["name/234",[30,51.772]],["parent/234",[102,5.398]],["name/235",[5,28.858]],["parent/235",[102,5.398]],["name/236",[4,28.563]],["parent/236",[102,5.398]],["name/237",[6,28.858]],["parent/237",[102,5.398]],["name/238",[103,56.398]],["parent/238",[]],["name/239",[1,23.977]],["parent/239",[103,5.152]],["name/240",[104,68.636]],["parent/240",[103,5.152]],["name/241",[87,59.081]],["parent/241",[103,5.152]],["name/242",[88,59.081]],["parent/242",[103,5.152]],["name/243",[89,59.081]],["parent/243",[103,5.152]],["name/244",[90,59.081]],["parent/244",[103,5.152]],["name/245",[105,68.636]],["parent/245",[103,5.152]],["name/246",[106,52.542]],["parent/246",[]],["name/247",[1,23.977]],["parent/247",[106,4.8]],["name/248",[104,68.636]],["parent/248",[106,4.8]],["name/249",[91,65.271]],["parent/249",[106,4.8]],["name/250",[92,65.271]],["parent/250",[106,4.8]],["name/251",[93,65.271]],["parent/251",[106,4.8]],["name/252",[94,65.271]],["parent/252",[106,4.8]],["name/253",[105,68.636]],["parent/253",[106,4.8]],["name/254",[87,59.081]],["parent/254",[106,4.8]],["name/255",[88,59.081]],["parent/255",[106,4.8]],["name/256",[89,59.081]],["parent/256",[106,4.8]],["name/257",[90,59.081]],["parent/257",[106,4.8]],["name/258",[107,57.65]],["parent/258",[]],["name/259",[1,23.977]],["parent/259",[107,5.267]],["name/260",[108,73.744]],["parent/260",[107,5.267]],["name/261",[87,59.081]],["parent/261",[107,5.267]],["name/262",[88,59.081]],["parent/262",[107,5.267]],["name/263",[89,59.081]],["parent/263",[107,5.267]],["name/264",[90,59.081]],["parent/264",[107,5.267]],["name/265",[97,59.081]],["parent/265",[]],["name/266",[1,23.977]],["parent/266",[97,5.398]],["name/267",[4,28.563]],["parent/267",[97,5.398]],["name/268",[5,28.858]],["parent/268",[97,5.398]],["name/269",[6,28.858]],["parent/269",[97,5.398]],["name/270",[109,65.271]],["parent/270",[]],["name/271",[110,62.758]],["parent/271",[109,5.963]],["name/272",[111,54.285]],["parent/272",[109,5.963]],["name/273",[112,57.65]],["parent/273",[]],["name/274",[1,23.977]],["parent/274",[112,5.267]],["name/275",[4,28.563]],["parent/275",[112,5.267]],["name/276",[5,28.858]],["parent/276",[112,5.267]],["name/277",[6,28.858]],["parent/277",[112,5.267]],["name/278",[113,59.081]],["parent/278",[]],["name/279",[1,23.977]],["parent/279",[113,5.398]],["name/280",[2,34.558]],["parent/280",[113,5.398]],["name/281",[5,28.858]],["parent/281",[113,5.398]],["name/282",[4,28.563]],["parent/282",[113,5.398]],["name/283",[6,28.858]],["parent/283",[113,5.398]],["name/284",[114,59.081]],["parent/284",[]],["name/285",[1,23.977]],["parent/285",[114,5.398]],["name/286",[2,34.558]],["parent/286",[114,5.398]],["name/287",[4,28.563]],["parent/287",[114,5.398]],["name/288",[5,28.858]],["parent/288",[114,5.398]],["name/289",[6,28.858]],["parent/289",[114,5.398]],["name/290",[115,56.398]],["parent/290",[]],["name/291",[1,23.977]],["parent/291",[115,5.152]],["name/292",[2,34.558]],["parent/292",[115,5.152]],["name/293",[5,28.858]],["parent/293",[115,5.152]],["name/294",[116,73.744]],["parent/294",[115,5.152]],["name/295",[117,73.744]],["parent/295",[115,5.152]],["name/296",[4,28.563]],["parent/296",[115,5.152]],["name/297",[6,28.858]],["parent/297",[115,5.152]],["name/298",[118,57.65]],["parent/298",[]],["name/299",[1,23.977]],["parent/299",[118,5.267]],["name/300",[4,28.563]],["parent/300",[118,5.267]],["name/301",[5,28.858]],["parent/301",[118,5.267]],["name/302",[6,28.858]],["parent/302",[118,5.267]],["name/303",[15,57.65]],["parent/303",[]],["name/304",[1,23.977]],["parent/304",[15,5.267]],["name/305",[119,73.744]],["parent/305",[15,5.267]],["name/306",[5,28.858]],["parent/306",[15,5.267]],["name/307",[4,28.563]],["parent/307",[15,5.267]],["name/308",[6,28.858]],["parent/308",[15,5.267]],["name/309",[120,53.375]],["parent/309",[]],["name/310",[1,23.977]],["parent/310",[120,4.876]],["name/311",[4,28.563]],["parent/311",[120,4.876]],["name/312",[5,28.858]],["parent/312",[120,4.876]],["name/313",[6,28.858]],["parent/313",[120,4.876]],["name/314",[121,60.751]],["parent/314",[]],["name/315",[1,23.977]],["parent/315",[121,5.55]],["name/316",[5,28.858]],["parent/316",[121,5.55]],["name/317",[4,28.563]],["parent/317",[121,5.55]],["name/318",[6,28.858]],["parent/318",[121,5.55]],["name/319",[122,56.398]],["parent/319",[]],["name/320",[1,23.977]],["parent/320",[122,5.152]],["name/321",[2,34.558]],["parent/321",[122,5.152]],["name/322",[123,68.636]],["parent/322",[122,5.152]],["name/323",[5,28.858]],["parent/323",[122,5.152]],["name/324",[124,73.744]],["parent/324",[122,5.152]],["name/325",[4,28.563]],["parent/325",[122,5.152]],["name/326",[6,28.858]],["parent/326",[122,5.152]],["name/327",[125,57.65]],["parent/327",[]],["name/328",[1,23.977]],["parent/328",[125,5.267]],["name/329",[4,28.563]],["parent/329",[125,5.267]],["name/330",[5,28.858]],["parent/330",[125,5.267]],["name/331",[6,28.858]],["parent/331",[125,5.267]],["name/332",[126,59.081]],["parent/332",[]],["name/333",[1,23.977]],["parent/333",[126,5.398]],["name/334",[2,34.558]],["parent/334",[126,5.398]],["name/335",[5,28.858]],["parent/335",[126,5.398]],["name/336",[4,28.563]],["parent/336",[126,5.398]],["name/337",[6,28.858]],["parent/337",[126,5.398]],["name/338",[127,60.751]],["parent/338",[]],["name/339",[1,23.977]],["parent/339",[127,5.55]],["name/340",[5,28.858]],["parent/340",[127,5.55]],["name/341",[4,28.563]],["parent/341",[127,5.55]],["name/342",[6,28.858]],["parent/342",[127,5.55]],["name/343",[128,57.65]],["parent/343",[]],["name/344",[1,23.977]],["parent/344",[128,5.267]],["name/345",[4,28.563]],["parent/345",[128,5.267]],["name/346",[5,28.858]],["parent/346",[128,5.267]],["name/347",[6,28.858]],["parent/347",[128,5.267]],["name/348",[129,59.081]],["parent/348",[]],["name/349",[120,53.375]],["parent/349",[129,5.398]],["name/350",[128,57.65]],["parent/350",[129,5.398]],["name/351",[125,57.65]],["parent/351",[129,5.398]],["name/352",[118,57.65]],["parent/352",[129,5.398]],["name/353",[112,57.65]],["parent/353",[129,5.398]],["name/354",[130,54.285]],["parent/354",[]],["name/355",[1,23.977]],["parent/355",[130,4.959]],["name/356",[120,53.375]],["parent/356",[130,4.959]],["name/357",[128,57.65]],["parent/357",[130,4.959]],["name/358",[125,57.65]],["parent/358",[130,4.959]],["name/359",[118,57.65]],["parent/359",[130,4.959]],["name/360",[112,57.65]],["parent/360",[130,4.959]],["name/361",[5,28.858]],["parent/361",[130,4.959]],["name/362",[4,28.563]],["parent/362",[130,4.959]],["name/363",[6,28.858]],["parent/363",[130,4.959]],["name/364",[131,57.65]],["parent/364",[]],["name/365",[1,23.977]],["parent/365",[131,5.267]],["name/366",[4,28.563]],["parent/366",[131,5.267]],["name/367",[5,28.858]],["parent/367",[131,5.267]],["name/368",[6,28.858]],["parent/368",[131,5.267]],["name/369",[132,65.271]],["parent/369",[]],["name/370",[111,54.285]],["parent/370",[132,5.963]],["name/371",[133,53.375]],["parent/371",[132,5.963]],["name/372",[134,60.751]],["parent/372",[]],["name/373",[1,23.977]],["parent/373",[134,5.55]],["name/374",[4,28.563]],["parent/374",[134,5.55]],["name/375",[5,28.858]],["parent/375",[134,5.55]],["name/376",[6,28.858]],["parent/376",[134,5.55]],["name/377",[135,60.751]],["parent/377",[]],["name/378",[1,23.977]],["parent/378",[135,5.55]],["name/379",[5,28.858]],["parent/379",[135,5.55]],["name/380",[4,28.563]],["parent/380",[135,5.55]],["name/381",[6,28.858]],["parent/381",[135,5.55]],["name/382",[136,59.081]],["parent/382",[]],["name/383",[1,23.977]],["parent/383",[136,5.398]],["name/384",[137,52.542]],["parent/384",[136,5.398]],["name/385",[4,28.563]],["parent/385",[136,5.398]],["name/386",[5,28.858]],["parent/386",[136,5.398]],["name/387",[6,28.858]],["parent/387",[136,5.398]],["name/388",[138,59.081]],["parent/388",[]],["name/389",[1,23.977]],["parent/389",[138,5.398]],["name/390",[137,52.542]],["parent/390",[138,5.398]],["name/391",[4,28.563]],["parent/391",[138,5.398]],["name/392",[5,28.858]],["parent/392",[138,5.398]],["name/393",[6,28.858]],["parent/393",[138,5.398]],["name/394",[139,59.081]],["parent/394",[]],["name/395",[1,23.977]],["parent/395",[139,5.398]],["name/396",[137,52.542]],["parent/396",[139,5.398]],["name/397",[4,28.563]],["parent/397",[139,5.398]],["name/398",[5,28.858]],["parent/398",[139,5.398]],["name/399",[6,28.858]],["parent/399",[139,5.398]],["name/400",[140,68.636]],["parent/400",[]],["name/401",[133,53.375]],["parent/401",[140,6.271]],["name/402",[141,55.286]],["parent/402",[]],["name/403",[1,23.977]],["parent/403",[141,5.051]],["name/404",[4,28.563]],["parent/404",[141,5.051]],["name/405",[5,28.858]],["parent/405",[141,5.051]],["name/406",[6,28.858]],["parent/406",[141,5.051]],["name/407",[142,57.65]],["parent/407",[]],["name/408",[1,23.977]],["parent/408",[142,5.267]],["name/409",[2,34.558]],["parent/409",[142,5.267]],["name/410",[137,52.542]],["parent/410",[142,5.267]],["name/411",[4,28.563]],["parent/411",[142,5.267]],["name/412",[5,28.858]],["parent/412",[142,5.267]],["name/413",[6,28.858]],["parent/413",[142,5.267]],["name/414",[143,57.65]],["parent/414",[]],["name/415",[1,23.977]],["parent/415",[143,5.267]],["name/416",[2,34.558]],["parent/416",[143,5.267]],["name/417",[137,52.542]],["parent/417",[143,5.267]],["name/418",[4,28.563]],["parent/418",[143,5.267]],["name/419",[5,28.858]],["parent/419",[143,5.267]],["name/420",[6,28.858]],["parent/420",[143,5.267]],["name/421",[144,57.65]],["parent/421",[]],["name/422",[1,23.977]],["parent/422",[144,5.267]],["name/423",[2,34.558]],["parent/423",[144,5.267]],["name/424",[137,52.542]],["parent/424",[144,5.267]],["name/425",[4,28.563]],["parent/425",[144,5.267]],["name/426",[5,28.858]],["parent/426",[144,5.267]],["name/427",[6,28.858]],["parent/427",[144,5.267]],["name/428",[145,54.285]],["parent/428",[]],["name/429",[1,23.977]],["parent/429",[145,4.959]],["name/430",[30,51.772]],["parent/430",[145,4.959]],["name/431",[146,62.758]],["parent/431",[145,4.959]],["name/432",[4,28.563]],["parent/432",[145,4.959]],["name/433",[5,28.858]],["parent/433",[145,4.959]],["name/434",[6,28.858]],["parent/434",[145,4.959]],["name/435",[147,73.744]],["parent/435",[145,4.959]],["name/436",[148,73.744]],["parent/436",[145,4.959]],["name/437",[149,73.744]],["parent/437",[145,4.959]],["name/438",[150,65.271]],["parent/438",[]],["name/439",[151,59.081]],["parent/439",[150,5.963]],["name/440",[152,62.758]],["parent/440",[150,5.963]],["name/441",[153,51.057]],["parent/441",[]],["name/442",[1,23.977]],["parent/442",[153,4.665]],["name/443",[4,28.563]],["parent/443",[153,4.665]],["name/444",[5,28.858]],["parent/444",[153,4.665]],["name/445",[6,28.858]],["parent/445",[153,4.665]],["name/446",[154,56.398]],["parent/446",[]],["name/447",[1,23.977]],["parent/447",[154,5.152]],["name/448",[2,34.558]],["parent/448",[154,5.152]],["name/449",[153,51.057]],["parent/449",[154,5.152]],["name/450",[146,62.758]],["parent/450",[154,5.152]],["name/451",[5,28.858]],["parent/451",[154,5.152]],["name/452",[4,28.563]],["parent/452",[154,5.152]],["name/453",[6,28.858]],["parent/453",[154,5.152]],["name/454",[155,59.081]],["parent/454",[]],["name/455",[1,23.977]],["parent/455",[155,5.398]],["name/456",[156,68.636]],["parent/456",[155,5.398]],["name/457",[5,28.858]],["parent/457",[155,5.398]],["name/458",[4,28.563]],["parent/458",[155,5.398]],["name/459",[6,28.858]],["parent/459",[155,5.398]],["name/460",[157,57.65]],["parent/460",[]],["name/461",[1,23.977]],["parent/461",[157,5.267]],["name/462",[123,68.636]],["parent/462",[157,5.267]],["name/463",[2,34.558]],["parent/463",[157,5.267]],["name/464",[5,28.858]],["parent/464",[157,5.267]],["name/465",[4,28.563]],["parent/465",[157,5.267]],["name/466",[6,28.858]],["parent/466",[157,5.267]],["name/467",[158,59.081]],["parent/467",[]],["name/468",[1,23.977]],["parent/468",[158,5.398]],["name/469",[159,73.744]],["parent/469",[158,5.398]],["name/470",[5,28.858]],["parent/470",[158,5.398]],["name/471",[4,28.563]],["parent/471",[158,5.398]],["name/472",[6,28.858]],["parent/472",[158,5.398]],["name/473",[160,59.081]],["parent/473",[]],["name/474",[1,23.977]],["parent/474",[160,5.398]],["name/475",[4,28.563]],["parent/475",[160,5.398]],["name/476",[5,28.858]],["parent/476",[160,5.398]],["name/477",[6,28.858]],["parent/477",[160,5.398]],["name/478",[161,60.751]],["parent/478",[]],["name/479",[1,23.977]],["parent/479",[161,5.55]],["name/480",[5,28.858]],["parent/480",[161,5.55]],["name/481",[4,28.563]],["parent/481",[161,5.55]],["name/482",[6,28.858]],["parent/482",[161,5.55]],["name/483",[162,57.65]],["parent/483",[]],["name/484",[1,23.977]],["parent/484",[162,5.267]],["name/485",[5,28.858]],["parent/485",[162,5.267]],["name/486",[163,73.744]],["parent/486",[162,5.267]],["name/487",[164,73.744]],["parent/487",[162,5.267]],["name/488",[4,28.563]],["parent/488",[162,5.267]],["name/489",[6,28.858]],["parent/489",[162,5.267]],["name/490",[165,59.081]],["parent/490",[]],["name/491",[1,23.977]],["parent/491",[165,5.398]],["name/492",[166,65.271]],["parent/492",[165,5.398]],["name/493",[5,28.858]],["parent/493",[165,5.398]],["name/494",[4,28.563]],["parent/494",[165,5.398]],["name/495",[6,28.858]],["parent/495",[165,5.398]],["name/496",[167,60.751]],["parent/496",[]],["name/497",[1,23.977]],["parent/497",[167,5.55]],["name/498",[168,45.027]],["parent/498",[167,5.55]],["name/499",[111,54.285]],["parent/499",[167,5.55]],["name/500",[169,55.286]],["parent/500",[167,5.55]],["name/501",[170,60.751]],["parent/501",[]],["name/502",[1,23.977]],["parent/502",[170,5.55]],["name/503",[168,45.027]],["parent/503",[170,5.55]],["name/504",[111,54.285]],["parent/504",[170,5.55]],["name/505",[169,55.286]],["parent/505",[170,5.55]],["name/506",[171,60.751]],["parent/506",[]],["name/507",[1,23.977]],["parent/507",[171,5.55]],["name/508",[168,45.027]],["parent/508",[171,5.55]],["name/509",[111,54.285]],["parent/509",[171,5.55]],["name/510",[169,55.286]],["parent/510",[171,5.55]],["name/511",[172,60.751]],["parent/511",[]],["name/512",[1,23.977]],["parent/512",[172,5.55]],["name/513",[168,45.027]],["parent/513",[172,5.55]],["name/514",[111,54.285]],["parent/514",[172,5.55]],["name/515",[169,55.286]],["parent/515",[172,5.55]],["name/516",[173,57.65]],["parent/516",[]],["name/517",[1,23.977]],["parent/517",[173,5.267]],["name/518",[2,34.558]],["parent/518",[173,5.267]],["name/519",[160,59.081]],["parent/519",[173,5.267]],["name/520",[4,28.563]],["parent/520",[173,5.267]],["name/521",[5,28.858]],["parent/521",[173,5.267]],["name/522",[6,28.858]],["parent/522",[173,5.267]],["name/523",[174,53.375]],["parent/523",[]],["name/524",[1,23.977]],["parent/524",[174,4.876]],["name/525",[4,28.563]],["parent/525",[174,4.876]],["name/526",[5,28.858]],["parent/526",[174,4.876]],["name/527",[6,28.858]],["parent/527",[174,4.876]],["name/528",[175,59.081]],["parent/528",[]],["name/529",[1,23.977]],["parent/529",[175,5.398]],["name/530",[169,55.286]],["parent/530",[175,5.398]],["name/531",[111,54.285]],["parent/531",[175,5.398]],["name/532",[176,62.758]],["parent/532",[175,5.398]],["name/533",[177,62.758]],["parent/533",[175,5.398]],["name/534",[178,56.398]],["parent/534",[]],["name/535",[111,54.285]],["parent/535",[178,5.152]],["name/536",[169,55.286]],["parent/536",[178,5.152]],["name/537",[176,62.758]],["parent/537",[178,5.152]],["name/538",[177,62.758]],["parent/538",[178,5.152]],["name/539",[179,56.398]],["parent/539",[]],["name/540",[111,54.285]],["parent/540",[179,5.152]],["name/541",[169,55.286]],["parent/541",[179,5.152]],["name/542",[176,62.758]],["parent/542",[179,5.152]],["name/543",[177,62.758]],["parent/543",[179,5.152]],["name/544",[180,73.744]],["parent/544",[]],["name/545",[181,73.744]],["parent/545",[]],["name/546",[182,73.744]],["parent/546",[]],["name/547",[183,73.744]],["parent/547",[]],["name/548",[184,73.744]],["parent/548",[]],["name/549",[185,47.118]],["parent/549",[]],["name/550",[1,23.977]],["parent/550",[185,4.305]],["name/551",[2,34.558]],["parent/551",[185,4.305]],["name/552",[137,52.542]],["parent/552",[185,4.305]],["name/553",[186,73.744]],["parent/553",[185,4.305]],["name/554",[187,73.744]],["parent/554",[185,4.305]],["name/555",[188,73.744]],["parent/555",[185,4.305]],["name/556",[59,56.398]],["parent/556",[185,4.305]],["name/557",[189,73.744]],["parent/557",[185,4.305]],["name/558",[190,73.744]],["parent/558",[185,4.305]],["name/559",[191,73.744]],["parent/559",[185,4.305]],["name/560",[192,73.744]],["parent/560",[185,4.305]],["name/561",[193,73.744]],["parent/561",[185,4.305]],["name/562",[194,73.744]],["parent/562",[185,4.305]],["name/563",[195,73.744]],["parent/563",[185,4.305]],["name/564",[196,73.744]],["parent/564",[185,4.305]],["name/565",[197,73.744]],["parent/565",[185,4.305]],["name/566",[198,73.744]],["parent/566",[185,4.305]],["name/567",[199,57.65]],["parent/567",[185,4.305]],["name/568",[200,57.65]],["parent/568",[185,4.305]],["name/569",[201,57.65]],["parent/569",[185,4.305]],["name/570",[202,73.744]],["parent/570",[]],["name/571",[203,68.636]],["parent/571",[]],["name/572",[204,53.375]],["parent/572",[203,6.271]],["name/573",[205,65.271]],["parent/573",[206,6.271]],["name/574",[207,57.65]],["parent/574",[206,6.271]],["name/575",[208,59.081]],["parent/575",[]],["name/576",[209,62.758]],["parent/576",[208,5.398]],["name/577",[210,73.744]],["parent/577",[208,5.398]],["name/578",[211,73.744]],["parent/578",[208,5.398]],["name/579",[212,73.744]],["parent/579",[208,5.398]],["name/580",[213,73.744]],["parent/580",[208,5.398]],["name/581",[214,73.744]],["parent/581",[]],["name/582",[215,68.636]],["parent/582",[]],["name/583",[216,65.271]],["parent/583",[215,6.271]],["name/584",[217,59.081]],["parent/584",[]],["name/585",[218,73.744]],["parent/585",[217,5.398]],["name/586",[111,54.285]],["parent/586",[217,5.398]],["name/587",[169,55.286]],["parent/587",[217,5.398]],["name/588",[176,62.758]],["parent/588",[217,5.398]],["name/589",[177,62.758]],["parent/589",[217,5.398]],["name/590",[133,53.375]],["parent/590",[]],["name/591",[219,73.744]],["parent/591",[133,4.876]],["name/592",[220,65.271]],["parent/592",[133,4.876]],["name/593",[152,62.758]],["parent/593",[133,4.876]],["name/594",[221,56.398]],["parent/594",[133,4.876]],["name/595",[42,65.271]],["parent/595",[133,4.876]],["name/596",[222,73.744]],["parent/596",[133,4.876]],["name/597",[223,56.398]],["parent/597",[]],["name/598",[1,23.977]],["parent/598",[223,5.152]],["name/599",[2,34.558]],["parent/599",[223,5.152]],["name/600",[224,73.744]],["parent/600",[223,5.152]],["name/601",[5,28.858]],["parent/601",[223,5.152]],["name/602",[225,73.744]],["parent/602",[223,5.152]],["name/603",[4,28.563]],["parent/603",[223,5.152]],["name/604",[6,28.858]],["parent/604",[223,5.152]],["name/605",[226,57.65]],["parent/605",[]],["name/606",[227,62.758]],["parent/606",[226,5.267]],["name/607",[67,49.177]],["parent/607",[226,5.267]],["name/608",[228,60.751]],["parent/608",[226,5.267]],["name/609",[229,52.542]],["parent/609",[226,5.267]],["name/610",[153,51.057]],["parent/610",[226,5.267]],["name/611",[174,53.375]],["parent/611",[226,5.267]],["name/612",[230,47.595]],["parent/612",[]],["name/613",[1,23.977]],["parent/613",[230,4.348]],["name/614",[231,73.744]],["parent/614",[230,4.348]],["name/615",[227,62.758]],["parent/615",[230,4.348]],["name/616",[67,49.177]],["parent/616",[230,4.348]],["name/617",[228,60.751]],["parent/617",[230,4.348]],["name/618",[229,52.542]],["parent/618",[230,4.348]],["name/619",[153,51.057]],["parent/619",[230,4.348]],["name/620",[174,53.375]],["parent/620",[230,4.348]],["name/621",[232,73.744]],["parent/621",[230,4.348]],["name/622",[233,68.636]],["parent/622",[230,4.348]],["name/623",[234,73.744]],["parent/623",[230,4.348]],["name/624",[235,73.744]],["parent/624",[230,4.348]],["name/625",[236,73.744]],["parent/625",[230,4.348]],["name/626",[237,73.744]],["parent/626",[230,4.348]],["name/627",[238,73.744]],["parent/627",[230,4.348]],["name/628",[239,73.744]],["parent/628",[230,4.348]],["name/629",[240,73.744]],["parent/629",[230,4.348]],["name/630",[241,73.744]],["parent/630",[230,4.348]],["name/631",[242,73.744]],["parent/631",[230,4.348]],["name/632",[243,60.751]],["parent/632",[]],["name/633",[233,68.636]],["parent/633",[243,5.55]],["name/634",[244,73.744]],["parent/634",[]],["name/635",[245,65.271]],["parent/635",[]],["name/636",[133,53.375]],["parent/636",[245,5.963]],["name/637",[246,73.744]],["parent/637",[245,5.963]],["name/638",[247,73.744]],["parent/638",[]],["name/639",[248,65.271]],["parent/639",[]],["name/640",[209,62.758]],["parent/640",[248,5.963]],["name/641",[249,51.057]],["parent/641",[248,5.963]],["name/642",[250,65.271]],["parent/642",[]],["name/643",[209,62.758]],["parent/643",[250,5.963]],["name/644",[249,51.057]],["parent/644",[250,5.963]],["name/645",[251,65.271]],["parent/645",[]],["name/646",[209,62.758]],["parent/646",[251,5.963]],["name/647",[151,59.081]],["parent/647",[251,5.963]],["name/648",[252,60.751]],["parent/648",[]],["name/649",[1,23.977]],["parent/649",[252,5.55]],["name/650",[4,28.563]],["parent/650",[252,5.55]],["name/651",[5,28.858]],["parent/651",[252,5.55]],["name/652",[6,28.858]],["parent/652",[252,5.55]],["name/653",[253,59.081]],["parent/653",[]],["name/654",[53,48.621]],["parent/654",[253,5.398]],["name/655",[67,49.177]],["parent/655",[253,5.398]],["name/656",[228,60.751]],["parent/656",[253,5.398]],["name/657",[254,55.286]],["parent/657",[253,5.398]],["name/658",[255,57.65]],["parent/658",[253,5.398]],["name/659",[256,51.772]],["parent/659",[]],["name/660",[1,23.977]],["parent/660",[256,4.73]],["name/661",[2,34.558]],["parent/661",[256,4.73]],["name/662",[53,48.621]],["parent/662",[256,4.73]],["name/663",[67,49.177]],["parent/663",[256,4.73]],["name/664",[228,60.751]],["parent/664",[256,4.73]],["name/665",[254,55.286]],["parent/665",[256,4.73]],["name/666",[255,57.65]],["parent/666",[256,4.73]],["name/667",[5,28.858]],["parent/667",[256,4.73]],["name/668",[257,68.636]],["parent/668",[256,4.73]],["name/669",[258,73.744]],["parent/669",[256,4.73]],["name/670",[4,28.563]],["parent/670",[256,4.73]],["name/671",[6,28.858]],["parent/671",[256,4.73]],["name/672",[259,56.398]],["parent/672",[]],["name/673",[1,23.977]],["parent/673",[259,5.152]],["name/674",[2,34.558]],["parent/674",[259,5.152]],["name/675",[53,48.621]],["parent/675",[259,5.152]],["name/676",[5,28.858]],["parent/676",[259,5.152]],["name/677",[260,73.744]],["parent/677",[259,5.152]],["name/678",[4,28.563]],["parent/678",[259,5.152]],["name/679",[6,28.858]],["parent/679",[259,5.152]],["name/680",[261,57.65]],["parent/680",[]],["name/681",[1,23.977]],["parent/681",[261,5.267]],["name/682",[2,34.558]],["parent/682",[261,5.267]],["name/683",[262,50.39]],["parent/683",[261,5.267]],["name/684",[5,28.858]],["parent/684",[261,5.267]],["name/685",[4,28.563]],["parent/685",[261,5.267]],["name/686",[6,28.858]],["parent/686",[261,5.267]],["name/687",[263,56.398]],["parent/687",[]],["name/688",[1,23.977]],["parent/688",[263,5.152]],["name/689",[2,34.558]],["parent/689",[263,5.152]],["name/690",[53,48.621]],["parent/690",[263,5.152]],["name/691",[5,28.858]],["parent/691",[263,5.152]],["name/692",[257,68.636]],["parent/692",[263,5.152]],["name/693",[4,28.563]],["parent/693",[263,5.152]],["name/694",[6,28.858]],["parent/694",[263,5.152]],["name/695",[264,65.271]],["parent/695",[]],["name/696",[265,73.744]],["parent/696",[264,5.963]],["name/697",[266,68.636]],["parent/697",[264,5.963]],["name/698",[53,48.621]],["parent/698",[]],["name/699",[267,68.636]],["parent/699",[53,4.442]],["name/700",[39,60.751]],["parent/700",[53,4.442]],["name/701",[3,62.758]],["parent/701",[53,4.442]],["name/702",[268,68.636]],["parent/702",[53,4.442]],["name/703",[269,68.636]],["parent/703",[53,4.442]],["name/704",[270,68.636]],["parent/704",[53,4.442]],["name/705",[271,68.636]],["parent/705",[53,4.442]],["name/706",[272,68.636]],["parent/706",[53,4.442]],["name/707",[273,68.636]],["parent/707",[53,4.442]],["name/708",[274,68.636]],["parent/708",[53,4.442]],["name/709",[275,60.751]],["parent/709",[]],["name/710",[8,57.65]],["parent/710",[275,5.55]],["name/711",[276,60.751]],["parent/711",[275,5.55]],["name/712",[277,68.636]],["parent/712",[275,5.55]],["name/713",[278,73.744]],["parent/713",[275,5.55]],["name/714",[279,65.271]],["parent/714",[]],["name/715",[276,60.751]],["parent/715",[279,5.963]],["name/716",[280,73.744]],["parent/716",[279,5.963]],["name/717",[281,73.744]],["parent/717",[]],["name/718",[282,49.177]],["parent/718",[]],["name/719",[1,23.977]],["parent/719",[282,4.493]],["name/720",[229,52.542]],["parent/720",[282,4.493]],["name/721",[283,73.744]],["parent/721",[282,4.493]],["name/722",[284,73.744]],["parent/722",[282,4.493]],["name/723",[285,73.744]],["parent/723",[282,4.493]],["name/724",[286,73.744]],["parent/724",[282,4.493]],["name/725",[267,68.636]],["parent/725",[282,4.493]],["name/726",[39,60.751]],["parent/726",[282,4.493]],["name/727",[3,62.758]],["parent/727",[282,4.493]],["name/728",[268,68.636]],["parent/728",[282,4.493]],["name/729",[269,68.636]],["parent/729",[282,4.493]],["name/730",[270,68.636]],["parent/730",[282,4.493]],["name/731",[271,68.636]],["parent/731",[282,4.493]],["name/732",[272,68.636]],["parent/732",[282,4.493]],["name/733",[273,68.636]],["parent/733",[282,4.493]],["name/734",[274,68.636]],["parent/734",[282,4.493]],["name/735",[287,57.65]],["parent/735",[]],["name/736",[67,49.177]],["parent/736",[287,5.267]],["name/737",[288,68.636]],["parent/737",[287,5.267]],["name/738",[289,62.758]],["parent/738",[287,5.267]],["name/739",[290,57.65]],["parent/739",[287,5.267]],["name/740",[53,48.621]],["parent/740",[287,5.267]],["name/741",[291,62.758]],["parent/741",[287,5.267]],["name/742",[292,54.285]],["parent/742",[]],["name/743",[276,60.751]],["parent/743",[292,4.959]],["name/744",[8,57.65]],["parent/744",[292,4.959]],["name/745",[277,68.636]],["parent/745",[292,4.959]],["name/746",[293,73.744]],["parent/746",[292,4.959]],["name/747",[294,62.758]],["parent/747",[292,4.959]],["name/748",[295,68.636]],["parent/748",[292,4.959]],["name/749",[296,65.271]],["parent/749",[292,4.959]],["name/750",[297,60.751]],["parent/750",[292,4.959]],["name/751",[298,73.744]],["parent/751",[292,4.959]],["name/752",[299,56.398]],["parent/752",[]],["name/753",[276,60.751]],["parent/753",[299,5.152]],["name/754",[8,57.65]],["parent/754",[299,5.152]],["name/755",[300,68.636]],["parent/755",[299,5.152]],["name/756",[266,68.636]],["parent/756",[299,5.152]],["name/757",[295,68.636]],["parent/757",[299,5.152]],["name/758",[296,65.271]],["parent/758",[299,5.152]],["name/759",[297,60.751]],["parent/759",[299,5.152]],["name/760",[262,50.39]],["parent/760",[]],["name/761",[1,23.977]],["parent/761",[262,4.604]],["name/762",[2,34.558]],["parent/762",[262,4.604]],["name/763",[67,49.177]],["parent/763",[262,4.604]],["name/764",[288,68.636]],["parent/764",[262,4.604]],["name/765",[289,62.758]],["parent/765",[262,4.604]],["name/766",[290,57.65]],["parent/766",[262,4.604]],["name/767",[53,48.621]],["parent/767",[262,4.604]],["name/768",[291,62.758]],["parent/768",[262,4.604]],["name/769",[301,73.744]],["parent/769",[262,4.604]],["name/770",[302,73.744]],["parent/770",[262,4.604]],["name/771",[296,65.271]],["parent/771",[262,4.604]],["name/772",[303,73.744]],["parent/772",[]],["name/773",[304,53.375]],["parent/773",[]],["name/774",[1,23.977]],["parent/774",[304,4.876]],["name/775",[305,73.744]],["parent/775",[304,4.876]],["name/776",[306,62.758]],["parent/776",[304,4.876]],["name/777",[307,73.744]],["parent/777",[304,4.876]],["name/778",[308,73.744]],["parent/778",[304,4.876]],["name/779",[309,73.744]],["parent/779",[304,4.876]],["name/780",[310,68.636]],["parent/780",[304,4.876]],["name/781",[311,68.636]],["parent/781",[304,4.876]],["name/782",[312,68.636]],["parent/782",[304,4.876]],["name/783",[313,68.636]],["parent/783",[304,4.876]],["name/784",[314,73.744]],["parent/784",[]],["name/785",[315,62.758]],["parent/785",[]],["name/786",[311,68.636]],["parent/786",[315,5.734]],["name/787",[312,68.636]],["parent/787",[315,5.734]],["name/788",[313,68.636]],["parent/788",[315,5.734]],["name/789",[316,62.758]],["parent/789",[]],["name/790",[317,73.744]],["parent/790",[316,5.734]],["name/791",[204,53.375]],["parent/791",[316,5.734]],["name/792",[318,68.636]],["parent/792",[319,5.734]],["name/793",[320,62.758]],["parent/793",[319,5.734]],["name/794",[166,65.271]],["parent/794",[319,5.734]],["name/795",[204,53.375]],["parent/795",[319,5.734]],["name/796",[321,73.744]],["parent/796",[322,6.271]],["name/797",[323,73.744]],["parent/797",[322,6.271]],["name/798",[324,68.636]],["parent/798",[316,5.734]],["name/799",[325,57.65]],["parent/799",[]],["name/800",[1,23.977]],["parent/800",[325,5.267]],["name/801",[326,73.744]],["parent/801",[325,5.267]],["name/802",[324,68.636]],["parent/802",[325,5.267]],["name/803",[5,28.858]],["parent/803",[325,5.267]],["name/804",[4,28.563]],["parent/804",[325,5.267]],["name/805",[6,28.858]],["parent/805",[325,5.267]],["name/806",[327,60.751]],["parent/806",[]],["name/807",[328,73.744]],["parent/807",[327,5.55]],["name/808",[329,73.744]],["parent/808",[327,5.55]],["name/809",[330,73.744]],["parent/809",[327,5.55]],["name/810",[331,73.744]],["parent/810",[327,5.55]],["name/811",[255,57.65]],["parent/811",[]],["name/812",[1,23.977]],["parent/812",[255,5.267]],["name/813",[4,28.563]],["parent/813",[255,5.267]],["name/814",[5,28.858]],["parent/814",[255,5.267]],["name/815",[6,28.858]],["parent/815",[255,5.267]],["name/816",[332,65.271]],["parent/816",[]],["name/817",[8,57.65]],["parent/817",[332,5.963]],["name/818",[333,68.636]],["parent/818",[332,5.963]],["name/819",[334,62.758]],["parent/819",[]],["name/820",[110,62.758]],["parent/820",[334,5.734]],["name/821",[8,57.65]],["parent/821",[334,5.734]],["name/822",[333,68.636]],["parent/822",[334,5.734]],["name/823",[335,56.398]],["parent/823",[]],["name/824",[1,23.977]],["parent/824",[335,5.152]],["name/825",[243,60.751]],["parent/825",[335,5.152]],["name/826",[5,28.858]],["parent/826",[335,5.152]],["name/827",[4,28.563]],["parent/827",[335,5.152]],["name/828",[6,28.858]],["parent/828",[335,5.152]],["name/829",[336,60.751]],["parent/829",[]],["name/830",[1,23.977]],["parent/830",[336,5.55]],["name/831",[5,28.858]],["parent/831",[336,5.55]],["name/832",[4,28.563]],["parent/832",[336,5.55]],["name/833",[6,28.858]],["parent/833",[336,5.55]],["name/834",[337,59.081]],["parent/834",[]],["name/835",[1,23.977]],["parent/835",[337,5.398]],["name/836",[2,34.558]],["parent/836",[337,5.398]],["name/837",[5,28.858]],["parent/837",[337,5.398]],["name/838",[4,28.563]],["parent/838",[337,5.398]],["name/839",[6,28.858]],["parent/839",[337,5.398]],["name/840",[290,57.65]],["parent/840",[]],["name/841",[1,23.977]],["parent/841",[290,5.267]],["name/842",[4,28.563]],["parent/842",[290,5.267]],["name/843",[5,28.858]],["parent/843",[290,5.267]],["name/844",[6,28.858]],["parent/844",[290,5.267]],["name/845",[338,51.772]],["parent/845",[]],["name/846",[1,23.977]],["parent/846",[338,4.73]],["name/847",[2,34.558]],["parent/847",[338,4.73]],["name/848",[30,51.772]],["parent/848",[338,4.73]],["name/849",[229,52.542]],["parent/849",[338,4.73]],["name/850",[32,65.271]],["parent/850",[338,4.73]],["name/851",[5,28.858]],["parent/851",[338,4.73]],["name/852",[339,73.744]],["parent/852",[338,4.73]],["name/853",[340,73.744]],["parent/853",[338,4.73]],["name/854",[341,73.744]],["parent/854",[338,4.73]],["name/855",[342,73.744]],["parent/855",[338,4.73]],["name/856",[4,28.563]],["parent/856",[338,4.73]],["name/857",[6,28.858]],["parent/857",[338,4.73]],["name/858",[227,62.758]],["parent/858",[]],["name/859",[343,65.271]],["parent/859",[227,5.734]],["name/860",[344,49.765]],["parent/860",[]],["name/861",[1,23.977]],["parent/861",[344,4.546]],["name/862",[2,34.558]],["parent/862",[344,4.546]],["name/863",[345,65.271]],["parent/863",[344,4.546]],["name/864",[229,52.542]],["parent/864",[344,4.546]],["name/865",[346,73.744]],["parent/865",[344,4.546]],["name/866",[347,73.744]],["parent/866",[344,4.546]],["name/867",[348,73.744]],["parent/867",[344,4.546]],["name/868",[349,73.744]],["parent/868",[344,4.546]],["name/869",[350,68.636]],["parent/869",[344,4.546]],["name/870",[351,68.636]],["parent/870",[344,4.546]],["name/871",[352,68.636]],["parent/871",[344,4.546]],["name/872",[353,68.636]],["parent/872",[344,4.546]],["name/873",[354,68.636]],["parent/873",[344,4.546]],["name/874",[355,68.636]],["parent/874",[344,4.546]],["name/875",[356,68.636]],["parent/875",[344,4.546]],["name/876",[357,62.758]],["parent/876",[]],["name/877",[1,23.977]],["parent/877",[357,5.734]],["name/878",[229,52.542]],["parent/878",[357,5.734]],["name/879",[343,65.271]],["parent/879",[357,5.734]],["name/880",[358,51.057]],["parent/880",[]],["name/881",[1,23.977]],["parent/881",[358,4.665]],["name/882",[2,34.558]],["parent/882",[358,4.665]],["name/883",[345,65.271]],["parent/883",[358,4.665]],["name/884",[359,51.772]],["parent/884",[358,4.665]],["name/885",[30,51.772]],["parent/885",[358,4.665]],["name/886",[350,68.636]],["parent/886",[358,4.665]],["name/887",[351,68.636]],["parent/887",[358,4.665]],["name/888",[360,73.744]],["parent/888",[358,4.665]],["name/889",[352,68.636]],["parent/889",[358,4.665]],["name/890",[353,68.636]],["parent/890",[358,4.665]],["name/891",[354,68.636]],["parent/891",[358,4.665]],["name/892",[355,68.636]],["parent/892",[358,4.665]],["name/893",[356,68.636]],["parent/893",[358,4.665]],["name/894",[361,60.751]],["parent/894",[]],["name/895",[1,23.977]],["parent/895",[361,5.55]],["name/896",[359,51.772]],["parent/896",[361,5.55]],["name/897",[30,51.772]],["parent/897",[361,5.55]],["name/898",[343,65.271]],["parent/898",[361,5.55]],["name/899",[362,56.398]],["parent/899",[]],["name/900",[67,49.177]],["parent/900",[362,5.152]],["name/901",[228,60.751]],["parent/901",[362,5.152]],["name/902",[243,60.751]],["parent/902",[362,5.152]],["name/903",[363,68.636]],["parent/903",[362,5.152]],["name/904",[30,51.772]],["parent/904",[362,5.152]],["name/905",[335,56.398]],["parent/905",[362,5.152]],["name/906",[153,51.057]],["parent/906",[362,5.152]],["name/907",[364,49.177]],["parent/907",[]],["name/908",[1,23.977]],["parent/908",[364,4.493]],["name/909",[2,34.558]],["parent/909",[364,4.493]],["name/910",[67,49.177]],["parent/910",[364,4.493]],["name/911",[243,60.751]],["parent/911",[364,4.493]],["name/912",[363,68.636]],["parent/912",[364,4.493]],["name/913",[30,51.772]],["parent/913",[364,4.493]],["name/914",[335,56.398]],["parent/914",[364,4.493]],["name/915",[153,51.057]],["parent/915",[364,4.493]],["name/916",[310,68.636]],["parent/916",[364,4.493]],["name/917",[5,28.858]],["parent/917",[364,4.493]],["name/918",[365,73.744]],["parent/918",[364,4.493]],["name/919",[366,73.744]],["parent/919",[364,4.493]],["name/920",[367,73.744]],["parent/920",[364,4.493]],["name/921",[368,73.744]],["parent/921",[364,4.493]],["name/922",[4,28.563]],["parent/922",[364,4.493]],["name/923",[6,28.858]],["parent/923",[364,4.493]],["name/924",[369,68.636]],["parent/924",[]],["name/925",[370,60.751]],["parent/925",[369,6.271]],["name/926",[371,62.758]],["parent/926",[]],["name/927",[1,23.977]],["parent/927",[371,5.734]],["name/928",[372,73.744]],["parent/928",[371,5.734]],["name/929",[370,60.751]],["parent/929",[371,5.734]],["name/930",[373,65.271]],["parent/930",[]],["name/931",[374,73.744]],["parent/931",[373,5.963]],["name/932",[375,73.744]],["parent/932",[373,5.963]],["name/933",[376,55.286]],["parent/933",[]],["name/934",[262,50.39]],["parent/934",[376,5.051]],["name/935",[377,56.398]],["parent/935",[376,5.051]],["name/936",[30,51.772]],["parent/936",[376,5.051]],["name/937",[378,60.751]],["parent/937",[376,5.051]],["name/938",[229,52.542]],["parent/938",[376,5.051]],["name/939",[379,68.636]],["parent/939",[376,5.051]],["name/940",[380,68.636]],["parent/940",[376,5.051]],["name/941",[153,51.057]],["parent/941",[376,5.051]],["name/942",[381,49.765]],["parent/942",[]],["name/943",[1,23.977]],["parent/943",[381,4.546]],["name/944",[2,34.558]],["parent/944",[381,4.546]],["name/945",[262,50.39]],["parent/945",[381,4.546]],["name/946",[377,56.398]],["parent/946",[381,4.546]],["name/947",[30,51.772]],["parent/947",[381,4.546]],["name/948",[378,60.751]],["parent/948",[381,4.546]],["name/949",[229,52.542]],["parent/949",[381,4.546]],["name/950",[379,68.636]],["parent/950",[381,4.546]],["name/951",[380,68.636]],["parent/951",[381,4.546]],["name/952",[153,51.057]],["parent/952",[381,4.546]],["name/953",[382,68.636]],["parent/953",[381,4.546]],["name/954",[5,28.858]],["parent/954",[381,4.546]],["name/955",[383,73.744]],["parent/955",[381,4.546]],["name/956",[4,28.563]],["parent/956",[381,4.546]],["name/957",[6,28.858]],["parent/957",[381,4.546]],["name/958",[384,59.081]],["parent/958",[]],["name/959",[1,23.977]],["parent/959",[384,5.398]],["name/960",[377,56.398]],["parent/960",[384,5.398]],["name/961",[385,73.744]],["parent/961",[384,5.398]],["name/962",[386,73.744]],["parent/962",[384,5.398]],["name/963",[387,73.744]],["parent/963",[384,5.398]],["name/964",[388,56.398]],["parent/964",[]],["name/965",[389,73.744]],["parent/965",[388,5.152]],["name/966",[320,62.758]],["parent/966",[388,5.152]],["name/967",[67,49.177]],["parent/967",[388,5.152]],["name/968",[390,60.751]],["parent/968",[388,5.152]],["name/969",[391,73.744]],["parent/969",[388,5.152]],["name/970",[146,62.758]],["parent/970",[388,5.152]],["name/971",[392,73.744]],["parent/971",[388,5.152]],["name/972",[393,57.65]],["parent/972",[]],["name/973",[1,23.977]],["parent/973",[393,5.267]],["name/974",[2,34.558]],["parent/974",[393,5.267]],["name/975",[394,73.744]],["parent/975",[393,5.267]],["name/976",[395,73.744]],["parent/976",[393,5.267]],["name/977",[396,73.744]],["parent/977",[393,5.267]],["name/978",[397,73.744]],["parent/978",[393,5.267]],["name/979",[398,55.286]],["parent/979",[]],["name/980",[1,23.977]],["parent/980",[398,5.051]],["name/981",[2,34.558]],["parent/981",[398,5.051]],["name/982",[399,68.636]],["parent/982",[398,5.051]],["name/983",[400,68.636]],["parent/983",[398,5.051]],["name/984",[401,68.636]],["parent/984",[398,5.051]],["name/985",[5,28.858]],["parent/985",[398,5.051]],["name/986",[4,28.563]],["parent/986",[398,5.051]],["name/987",[6,28.858]],["parent/987",[398,5.051]],["name/988",[402,57.65]],["parent/988",[]],["name/989",[67,49.177]],["parent/989",[402,5.267]],["name/990",[216,65.271]],["parent/990",[402,5.267]],["name/991",[137,52.542]],["parent/991",[402,5.267]],["name/992",[403,65.271]],["parent/992",[402,5.267]],["name/993",[378,60.751]],["parent/993",[402,5.267]],["name/994",[229,52.542]],["parent/994",[402,5.267]],["name/995",[404,53.375]],["parent/995",[]],["name/996",[1,23.977]],["parent/996",[404,4.876]],["name/997",[2,34.558]],["parent/997",[404,4.876]],["name/998",[137,52.542]],["parent/998",[404,4.876]],["name/999",[405,73.744]],["parent/999",[404,4.876]],["name/1000",[403,65.271]],["parent/1000",[404,4.876]],["name/1001",[378,60.751]],["parent/1001",[404,4.876]],["name/1002",[229,52.542]],["parent/1002",[404,4.876]],["name/1003",[5,28.858]],["parent/1003",[404,4.876]],["name/1004",[4,28.563]],["parent/1004",[404,4.876]],["name/1005",[6,28.858]],["parent/1005",[404,4.876]],["name/1006",[377,56.398]],["parent/1006",[]],["name/1007",[1,23.977]],["parent/1007",[377,5.152]],["name/1008",[4,28.563]],["parent/1008",[377,5.152]],["name/1009",[5,28.858]],["parent/1009",[377,5.152]],["name/1010",[6,28.858]],["parent/1010",[377,5.152]],["name/1011",[406,59.081]],["parent/1011",[]],["name/1012",[1,23.977]],["parent/1012",[406,5.398]],["name/1013",[407,62.758]],["parent/1013",[406,5.398]],["name/1014",[5,28.858]],["parent/1014",[406,5.398]],["name/1015",[4,28.563]],["parent/1015",[406,5.398]],["name/1016",[6,28.858]],["parent/1016",[406,5.398]],["name/1017",[408,55.286]],["parent/1017",[]],["name/1018",[1,23.977]],["parent/1018",[408,5.051]],["name/1019",[409,73.744]],["parent/1019",[408,5.051]],["name/1020",[320,62.758]],["parent/1020",[408,5.051]],["name/1021",[410,73.744]],["parent/1021",[408,5.051]],["name/1022",[5,28.858]],["parent/1022",[408,5.051]],["name/1023",[370,60.751]],["parent/1023",[408,5.051]],["name/1024",[4,28.563]],["parent/1024",[408,5.051]],["name/1025",[6,28.858]],["parent/1025",[408,5.051]],["name/1026",[411,52.542]],["parent/1026",[]],["name/1027",[1,23.977]],["parent/1027",[411,4.8]],["name/1028",[412,55.286]],["parent/1028",[411,4.8]],["name/1029",[413,73.744]],["parent/1029",[411,4.8]],["name/1030",[2,34.558]],["parent/1030",[411,4.8]],["name/1031",[414,62.758]],["parent/1031",[411,4.8]],["name/1032",[151,59.081]],["parent/1032",[411,4.8]],["name/1033",[415,62.758]],["parent/1033",[411,4.8]],["name/1034",[416,60.751]],["parent/1034",[411,4.8]],["name/1035",[417,62.758]],["parent/1035",[411,4.8]],["name/1036",[418,62.758]],["parent/1036",[411,4.8]],["name/1037",[419,62.758]],["parent/1037",[411,4.8]],["name/1038",[412,55.286]],["parent/1038",[]],["name/1039",[420,73.744]],["parent/1039",[412,5.051]],["name/1040",[421,73.744]],["parent/1040",[412,5.051]],["name/1041",[1,23.977]],["parent/1041",[412,5.051]],["name/1042",[422,73.744]],["parent/1042",[412,5.051]],["name/1043",[423,62.758]],["parent/1043",[412,5.051]],["name/1044",[424,73.744]],["parent/1044",[412,5.051]],["name/1045",[407,62.758]],["parent/1045",[412,5.051]],["name/1046",[2,34.558]],["parent/1046",[]],["name/1047",[1,23.977]],["parent/1047",[2,3.157]],["name/1048",[414,62.758]],["parent/1048",[2,3.157]],["name/1049",[151,59.081]],["parent/1049",[2,3.157]],["name/1050",[415,62.758]],["parent/1050",[2,3.157]],["name/1051",[416,60.751]],["parent/1051",[2,3.157]],["name/1052",[417,62.758]],["parent/1052",[2,3.157]],["name/1053",[418,62.758]],["parent/1053",[2,3.157]],["name/1054",[419,62.758]],["parent/1054",[2,3.157]],["name/1055",[407,62.758]],["parent/1055",[]],["name/1056",[423,62.758]],["parent/1056",[407,5.734]],["name/1057",[425,73.744]],["parent/1057",[]],["name/1058",[426,73.744]],["parent/1058",[]],["name/1059",[427,73.744]],["parent/1059",[]],["name/1060",[428,73.744]],["parent/1060",[]],["name/1061",[429,55.286]],["parent/1061",[]],["name/1062",[1,23.977]],["parent/1062",[429,5.051]],["name/1063",[414,62.758]],["parent/1063",[429,5.051]],["name/1064",[151,59.081]],["parent/1064",[429,5.051]],["name/1065",[415,62.758]],["parent/1065",[429,5.051]],["name/1066",[416,60.751]],["parent/1066",[429,5.051]],["name/1067",[417,62.758]],["parent/1067",[429,5.051]],["name/1068",[418,62.758]],["parent/1068",[429,5.051]],["name/1069",[419,62.758]],["parent/1069",[429,5.051]],["name/1070",[430,62.758]],["parent/1070",[]],["name/1071",[1,23.977]],["parent/1071",[430,5.734]],["name/1072",[2,34.558]],["parent/1072",[430,5.734]],["name/1073",[423,62.758]],["parent/1073",[430,5.734]],["name/1074",[431,54.285]],["parent/1074",[]],["name/1075",[1,23.977]],["parent/1075",[431,4.959]],["name/1076",[2,34.558]],["parent/1076",[431,4.959]],["name/1077",[414,62.758]],["parent/1077",[431,4.959]],["name/1078",[151,59.081]],["parent/1078",[431,4.959]],["name/1079",[415,62.758]],["parent/1079",[431,4.959]],["name/1080",[416,60.751]],["parent/1080",[431,4.959]],["name/1081",[417,62.758]],["parent/1081",[431,4.959]],["name/1082",[418,62.758]],["parent/1082",[431,4.959]],["name/1083",[419,62.758]],["parent/1083",[431,4.959]],["name/1084",[432,60.751]],["parent/1084",[]],["name/1085",[1,23.977]],["parent/1085",[432,5.55]],["name/1086",[433,73.744]],["parent/1086",[432,5.55]],["name/1087",[423,62.758]],["parent/1087",[432,5.55]],["name/1088",[434,73.744]],["parent/1088",[432,5.55]],["name/1089",[435,60.751]],["parent/1089",[]],["name/1090",[1,23.977]],["parent/1090",[435,5.55]],["name/1091",[5,28.858]],["parent/1091",[435,5.55]],["name/1092",[4,28.563]],["parent/1092",[435,5.55]],["name/1093",[6,28.858]],["parent/1093",[435,5.55]],["name/1094",[436,59.081]],["parent/1094",[]],["name/1095",[1,23.977]],["parent/1095",[436,5.398]],["name/1096",[437,73.744]],["parent/1096",[436,5.398]],["name/1097",[5,28.858]],["parent/1097",[436,5.398]],["name/1098",[4,28.563]],["parent/1098",[436,5.398]],["name/1099",[6,28.858]],["parent/1099",[436,5.398]],["name/1100",[438,59.081]],["parent/1100",[]],["name/1101",[1,23.977]],["parent/1101",[438,5.398]],["name/1102",[4,28.563]],["parent/1102",[438,5.398]],["name/1103",[5,28.858]],["parent/1103",[438,5.398]],["name/1104",[6,28.858]],["parent/1104",[438,5.398]],["name/1105",[439,73.744]],["parent/1105",[]],["name/1106",[294,62.758]],["parent/1106",[]],["name/1107",[440,73.744]],["parent/1107",[]],["name/1108",[441,56.398]],["parent/1108",[]],["name/1109",[1,23.977]],["parent/1109",[441,5.152]],["name/1110",[442,73.744]],["parent/1110",[441,5.152]],["name/1111",[205,65.271]],["parent/1111",[441,5.152]],["name/1112",[443,73.744]],["parent/1112",[441,5.152]],["name/1113",[5,28.858]],["parent/1113",[441,5.152]],["name/1114",[4,28.563]],["parent/1114",[441,5.152]],["name/1115",[6,28.858]],["parent/1115",[441,5.152]],["name/1116",[444,60.751]],["parent/1116",[]],["name/1117",[1,23.977]],["parent/1117",[444,5.55]],["name/1118",[445,65.271]],["parent/1118",[444,5.55]],["name/1119",[446,73.744]],["parent/1119",[444,5.55]],["name/1120",[447,55.286]],["parent/1120",[444,5.55]],["name/1121",[448,68.636]],["parent/1121",[]],["name/1122",[447,55.286]],["parent/1122",[448,6.271]],["name/1123",[449,73.744]],["parent/1123",[]],["name/1124",[289,62.758]],["parent/1124",[]],["name/1125",[447,55.286]],["parent/1125",[289,5.734]],["name/1126",[450,65.271]],["parent/1126",[]],["name/1127",[447,55.286]],["parent/1127",[450,5.963]],["name/1128",[451,65.271]],["parent/1128",[]],["name/1129",[59,56.398]],["parent/1129",[451,5.963]],["name/1130",[179,56.398]],["parent/1130",[451,5.963]],["name/1131",[452,62.758]],["parent/1131",[]],["name/1132",[447,55.286]],["parent/1132",[452,5.734]],["name/1133",[453,60.751]],["parent/1133",[]],["name/1134",[1,23.977]],["parent/1134",[453,5.55]],["name/1135",[454,68.636]],["parent/1135",[453,5.55]],["name/1136",[204,53.375]],["parent/1136",[453,5.55]],["name/1137",[455,68.636]],["parent/1137",[456,6.271]],["name/1138",[457,68.636]],["parent/1138",[456,6.271]],["name/1139",[447,55.286]],["parent/1139",[453,5.55]],["name/1140",[458,62.758]],["parent/1140",[]],["name/1141",[1,23.977]],["parent/1141",[458,5.734]],["name/1142",[459,68.636]],["parent/1142",[458,5.734]],["name/1143",[447,55.286]],["parent/1143",[458,5.734]],["name/1144",[460,56.398]],["parent/1144",[]],["name/1145",[1,23.977]],["parent/1145",[460,5.152]],["name/1146",[2,34.558]],["parent/1146",[460,5.152]],["name/1147",[399,68.636]],["parent/1147",[460,5.152]],["name/1148",[438,59.081]],["parent/1148",[460,5.152]],["name/1149",[400,68.636]],["parent/1149",[460,5.152]],["name/1150",[461,73.744]],["parent/1150",[460,5.152]],["name/1151",[447,55.286]],["parent/1151",[460,5.152]],["name/1152",[462,51.772]],["parent/1152",[]],["name/1153",[1,23.977]],["parent/1153",[462,4.73]],["name/1154",[463,73.744]],["parent/1154",[462,4.73]],["name/1155",[464,73.744]],["parent/1155",[462,4.73]],["name/1156",[254,55.286]],["parent/1156",[462,4.73]],["name/1157",[465,73.744]],["parent/1157",[462,4.73]],["name/1158",[447,55.286]],["parent/1158",[462,4.73]],["name/1159",[466,73.744]],["parent/1159",[462,4.73]],["name/1160",[467,73.744]],["parent/1160",[462,4.73]],["name/1161",[468,73.744]],["parent/1161",[462,4.73]],["name/1162",[469,73.744]],["parent/1162",[462,4.73]],["name/1163",[470,73.744]],["parent/1163",[462,4.73]],["name/1164",[471,73.744]],["parent/1164",[462,4.73]],["name/1165",[472,59.081]],["parent/1165",[]],["name/1166",[8,57.65]],["parent/1166",[472,5.398]],["name/1167",[294,62.758]],["parent/1167",[472,5.398]],["name/1168",[345,65.271]],["parent/1168",[472,5.398]],["name/1169",[276,60.751]],["parent/1169",[472,5.398]],["name/1170",[300,68.636]],["parent/1170",[472,5.398]],["name/1171",[473,57.65]],["parent/1171",[]],["name/1172",[1,23.977]],["parent/1172",[473,5.267]],["name/1173",[2,34.558]],["parent/1173",[473,5.267]],["name/1174",[450,65.271]],["parent/1174",[473,5.267]],["name/1175",[401,68.636]],["parent/1175",[473,5.267]],["name/1176",[452,62.758]],["parent/1176",[473,5.267]],["name/1177",[297,60.751]],["parent/1177",[473,5.267]],["name/1178",[474,59.081]],["parent/1178",[]],["name/1179",[1,23.977]],["parent/1179",[474,5.398]],["name/1180",[2,34.558]],["parent/1180",[474,5.398]],["name/1181",[137,52.542]],["parent/1181",[474,5.398]],["name/1182",[452,62.758]],["parent/1182",[474,5.398]],["name/1183",[297,60.751]],["parent/1183",[474,5.398]],["name/1184",[291,62.758]],["parent/1184",[]],["name/1185",[297,60.751]],["parent/1185",[291,5.734]],["name/1186",[475,59.081]],["parent/1186",[]],["name/1187",[13,57.65]],["parent/1187",[475,5.398]],["name/1188",[43,57.65]],["parent/1188",[475,5.398]],["name/1189",[75,57.65]],["parent/1189",[475,5.398]],["name/1190",[61,57.65]],["parent/1190",[475,5.398]],["name/1191",[141,55.286]],["parent/1191",[475,5.398]],["name/1192",[476,53.375]],["parent/1192",[]],["name/1193",[1,23.977]],["parent/1193",[476,4.876]],["name/1194",[2,34.558]],["parent/1194",[476,4.876]],["name/1195",[13,57.65]],["parent/1195",[476,4.876]],["name/1196",[43,57.65]],["parent/1196",[476,4.876]],["name/1197",[75,57.65]],["parent/1197",[476,4.876]],["name/1198",[61,57.65]],["parent/1198",[476,4.876]],["name/1199",[141,55.286]],["parent/1199",[476,4.876]],["name/1200",[5,28.858]],["parent/1200",[476,4.876]],["name/1201",[4,28.563]],["parent/1201",[476,4.876]],["name/1202",[6,28.858]],["parent/1202",[476,4.876]],["name/1203",[477,57.65]],["parent/1203",[]],["name/1204",[478,73.744]],["parent/1204",[477,5.267]],["name/1205",[146,62.758]],["parent/1205",[477,5.267]],["name/1206",[479,73.744]],["parent/1206",[477,5.267]],["name/1207",[480,73.744]],["parent/1207",[477,5.267]],["name/1208",[481,73.744]],["parent/1208",[477,5.267]],["name/1209",[482,73.744]],["parent/1209",[477,5.267]],["name/1210",[483,57.65]],["parent/1210",[]],["name/1211",[1,23.977]],["parent/1211",[483,5.267]],["name/1212",[2,34.558]],["parent/1212",[483,5.267]],["name/1213",[306,62.758]],["parent/1213",[483,5.267]],["name/1214",[445,65.271]],["parent/1214",[483,5.267]],["name/1215",[484,65.271]],["parent/1215",[483,5.267]],["name/1216",[485,73.744]],["parent/1216",[483,5.267]],["name/1217",[486,65.271]],["parent/1217",[]],["name/1218",[110,62.758]],["parent/1218",[486,5.963]],["name/1219",[487,68.636]],["parent/1219",[486,5.963]],["name/1220",[488,60.751]],["parent/1220",[]],["name/1221",[1,23.977]],["parent/1221",[488,5.55]],["name/1222",[4,28.563]],["parent/1222",[488,5.55]],["name/1223",[5,28.858]],["parent/1223",[488,5.55]],["name/1224",[6,28.858]],["parent/1224",[488,5.55]],["name/1225",[489,73.744]],["parent/1225",[]],["name/1226",[490,73.744]],["parent/1226",[]],["name/1227",[491,73.744]],["parent/1227",[]],["name/1228",[492,68.636]],["parent/1228",[]],["name/1229",[484,65.271]],["parent/1229",[492,6.271]],["name/1230",[493,62.758]],["parent/1230",[]],["name/1231",[133,53.375]],["parent/1231",[493,5.734]],["name/1232",[110,62.758]],["parent/1232",[493,5.734]],["name/1233",[487,68.636]],["parent/1233",[493,5.734]],["name/1234",[494,60.751]],["parent/1234",[]],["name/1235",[1,23.977]],["parent/1235",[494,5.55]],["name/1236",[4,28.563]],["parent/1236",[494,5.55]],["name/1237",[5,28.858]],["parent/1237",[494,5.55]],["name/1238",[6,28.858]],["parent/1238",[494,5.55]],["name/1239",[495,59.081]],["parent/1239",[]],["name/1240",[131,57.65]],["parent/1240",[495,5.398]],["name/1241",[496,68.636]],["parent/1241",[495,5.398]],["name/1242",[153,51.057]],["parent/1242",[495,5.398]],["name/1243",[174,53.375]],["parent/1243",[495,5.398]],["name/1244",[141,55.286]],["parent/1244",[495,5.398]],["name/1245",[497,53.375]],["parent/1245",[]],["name/1246",[1,23.977]],["parent/1246",[497,4.876]],["name/1247",[2,34.558]],["parent/1247",[497,4.876]],["name/1248",[131,57.65]],["parent/1248",[497,4.876]],["name/1249",[153,51.057]],["parent/1249",[497,4.876]],["name/1250",[174,53.375]],["parent/1250",[497,4.876]],["name/1251",[496,68.636]],["parent/1251",[497,4.876]],["name/1252",[141,55.286]],["parent/1252",[497,4.876]],["name/1253",[5,28.858]],["parent/1253",[497,4.876]],["name/1254",[4,28.563]],["parent/1254",[497,4.876]],["name/1255",[6,28.858]],["parent/1255",[497,4.876]],["name/1256",[498,59.081]],["parent/1256",[]],["name/1257",[1,23.977]],["parent/1257",[498,5.398]],["name/1258",[4,28.563]],["parent/1258",[498,5.398]],["name/1259",[5,28.858]],["parent/1259",[498,5.398]],["name/1260",[6,28.858]],["parent/1260",[498,5.398]],["name/1261",[499,60.751]],["parent/1261",[]],["name/1262",[1,23.977]],["parent/1262",[499,5.55]],["name/1263",[500,73.744]],["parent/1263",[499,5.55]],["name/1264",[498,59.081]],["parent/1264",[499,5.55]],["name/1265",[484,65.271]],["parent/1265",[499,5.55]],["name/1266",[501,56.398]],["parent/1266",[]],["name/1267",[1,23.977]],["parent/1267",[501,5.152]],["name/1268",[501,56.398]],["parent/1268",[501,5.152]],["name/1269",[204,53.375]],["parent/1269",[501,5.152]],["name/1270",[5,28.858]],["parent/1270",[501,5.152]],["name/1271",[4,28.563]],["parent/1271",[501,5.152]],["name/1272",[6,28.858]],["parent/1272",[501,5.152]],["name/1273",[502,59.081]],["parent/1273",[]],["name/1274",[1,23.977]],["parent/1274",[502,5.398]],["name/1275",[156,68.636]],["parent/1275",[502,5.398]],["name/1276",[5,28.858]],["parent/1276",[502,5.398]],["name/1277",[4,28.563]],["parent/1277",[502,5.398]],["name/1278",[6,28.858]],["parent/1278",[502,5.398]],["name/1279",[503,52.542]],["parent/1279",[]],["name/1280",[1,23.977]],["parent/1280",[503,4.8]],["name/1281",[504,73.744]],["parent/1281",[503,4.8]],["name/1282",[505,73.744]],["parent/1282",[503,4.8]],["name/1283",[506,62.758]],["parent/1283",[503,4.8]],["name/1284",[2,34.558]],["parent/1284",[503,4.8]],["name/1285",[507,73.744]],["parent/1285",[503,4.8]],["name/1286",[508,73.744]],["parent/1286",[503,4.8]],["name/1287",[4,28.563]],["parent/1287",[503,4.8]],["name/1288",[5,28.858]],["parent/1288",[503,4.8]],["name/1289",[509,73.744]],["parent/1289",[503,4.8]],["name/1290",[6,28.858]],["parent/1290",[503,4.8]],["name/1291",[510,59.081]],["parent/1291",[]],["name/1292",[1,23.977]],["parent/1292",[510,5.398]],["name/1293",[511,73.744]],["parent/1293",[510,5.398]],["name/1294",[5,28.858]],["parent/1294",[510,5.398]],["name/1295",[4,28.563]],["parent/1295",[510,5.398]],["name/1296",[6,28.858]],["parent/1296",[510,5.398]],["name/1297",[512,60.751]],["parent/1297",[]],["name/1298",[67,49.177]],["parent/1298",[512,5.55]],["name/1299",[220,65.271]],["parent/1299",[512,5.55]],["name/1300",[120,53.375]],["parent/1300",[512,5.55]],["name/1301",[174,53.375]],["parent/1301",[512,5.55]],["name/1302",[513,55.286]],["parent/1302",[]],["name/1303",[1,23.977]],["parent/1303",[513,5.051]],["name/1304",[67,49.177]],["parent/1304",[513,5.051]],["name/1305",[220,65.271]],["parent/1305",[513,5.051]],["name/1306",[120,53.375]],["parent/1306",[513,5.051]],["name/1307",[174,53.375]],["parent/1307",[513,5.051]],["name/1308",[4,28.563]],["parent/1308",[513,5.051]],["name/1309",[5,28.858]],["parent/1309",[513,5.051]],["name/1310",[6,28.858]],["parent/1310",[513,5.051]],["name/1311",[514,59.081]],["parent/1311",[]],["name/1312",[67,49.177]],["parent/1312",[514,5.398]],["name/1313",[120,53.375]],["parent/1313",[514,5.398]],["name/1314",[306,62.758]],["parent/1314",[514,5.398]],["name/1315",[515,68.636]],["parent/1315",[514,5.398]],["name/1316",[516,73.744]],["parent/1316",[514,5.398]],["name/1317",[517,53.375]],["parent/1317",[]],["name/1318",[1,23.977]],["parent/1318",[517,4.876]],["name/1319",[67,49.177]],["parent/1319",[517,4.876]],["name/1320",[120,53.375]],["parent/1320",[517,4.876]],["name/1321",[306,62.758]],["parent/1321",[517,4.876]],["name/1322",[515,68.636]],["parent/1322",[517,4.876]],["name/1323",[518,73.744]],["parent/1323",[517,4.876]],["name/1324",[519,73.744]],["parent/1324",[517,4.876]],["name/1325",[4,28.563]],["parent/1325",[517,4.876]],["name/1326",[5,28.858]],["parent/1326",[517,4.876]],["name/1327",[6,28.858]],["parent/1327",[517,4.876]],["name/1328",[520,56.398]],["parent/1328",[]],["name/1329",[4,28.563]],["parent/1329",[520,5.152]],["name/1330",[521,62.758]],["parent/1330",[520,5.152]],["name/1331",[522,62.758]],["parent/1331",[520,5.152]],["name/1332",[523,62.758]],["parent/1332",[520,5.152]],["name/1333",[524,62.758]],["parent/1333",[520,5.152]],["name/1334",[525,62.758]],["parent/1334",[520,5.152]],["name/1335",[526,49.765]],["parent/1335",[520,5.152]],["name/1336",[527,47.595]],["parent/1336",[]],["name/1337",[1,23.977]],["parent/1337",[527,4.348]],["name/1338",[528,73.744]],["parent/1338",[527,4.348]],["name/1339",[4,28.563]],["parent/1339",[527,4.348]],["name/1340",[521,62.758]],["parent/1340",[527,4.348]],["name/1341",[522,62.758]],["parent/1341",[527,4.348]],["name/1342",[523,62.758]],["parent/1342",[527,4.348]],["name/1343",[524,62.758]],["parent/1343",[527,4.348]],["name/1344",[525,62.758]],["parent/1344",[527,4.348]],["name/1345",[526,49.765]],["parent/1345",[527,4.348]],["name/1346",[529,73.744]],["parent/1346",[527,4.348]],["name/1347",[530,73.744]],["parent/1347",[527,4.348]],["name/1348",[531,73.744]],["parent/1348",[527,4.348]],["name/1349",[532,73.744]],["parent/1349",[527,4.348]],["name/1350",[533,73.744]],["parent/1350",[527,4.348]],["name/1351",[534,73.744]],["parent/1351",[527,4.348]],["name/1352",[535,73.744]],["parent/1352",[527,4.348]],["name/1353",[536,73.744]],["parent/1353",[527,4.348]],["name/1354",[537,73.744]],["parent/1354",[527,4.348]],["name/1355",[538,73.744]],["parent/1355",[527,4.348]],["name/1356",[539,49.765]],["parent/1356",[]],["name/1357",[1,23.977]],["parent/1357",[539,4.546]],["name/1358",[80,53.375]],["parent/1358",[539,4.546]],["name/1359",[137,52.542]],["parent/1359",[539,4.546]],["name/1360",[204,53.375]],["parent/1360",[539,4.546]],["name/1361",[540,57.65]],["parent/1361",[541,6.737]],["name/1362",[4,28.563]],["parent/1362",[539,4.546]],["name/1363",[521,62.758]],["parent/1363",[539,4.546]],["name/1364",[522,62.758]],["parent/1364",[539,4.546]],["name/1365",[523,62.758]],["parent/1365",[539,4.546]],["name/1366",[524,62.758]],["parent/1366",[539,4.546]],["name/1367",[525,62.758]],["parent/1367",[539,4.546]],["name/1368",[526,49.765]],["parent/1368",[539,4.546]],["name/1369",[542,73.744]],["parent/1369",[539,4.546]],["name/1370",[543,73.744]],["parent/1370",[539,4.546]],["name/1371",[544,73.744]],["parent/1371",[539,4.546]],["name/1372",[545,73.744]],["parent/1372",[539,4.546]],["name/1373",[546,45.412]],["parent/1373",[]],["name/1374",[1,23.977]],["parent/1374",[546,4.149]],["name/1375",[2,34.558]],["parent/1375",[546,4.149]],["name/1376",[547,73.744]],["parent/1376",[546,4.149]],["name/1377",[80,53.375]],["parent/1377",[546,4.149]],["name/1378",[548,73.744]],["parent/1378",[546,4.149]],["name/1379",[403,65.271]],["parent/1379",[546,4.149]],["name/1380",[4,28.563]],["parent/1380",[546,4.149]],["name/1381",[521,62.758]],["parent/1381",[546,4.149]],["name/1382",[522,62.758]],["parent/1382",[546,4.149]],["name/1383",[523,62.758]],["parent/1383",[546,4.149]],["name/1384",[525,62.758]],["parent/1384",[546,4.149]],["name/1385",[524,62.758]],["parent/1385",[546,4.149]],["name/1386",[526,49.765]],["parent/1386",[546,4.149]],["name/1387",[549,73.744]],["parent/1387",[546,4.149]],["name/1388",[550,73.744]],["parent/1388",[546,4.149]],["name/1389",[551,73.744]],["parent/1389",[546,4.149]],["name/1390",[552,73.744]],["parent/1390",[546,4.149]],["name/1391",[553,73.744]],["parent/1391",[546,4.149]],["name/1392",[554,73.744]],["parent/1392",[546,4.149]],["name/1393",[555,73.744]],["parent/1393",[546,4.149]],["name/1394",[556,73.744]],["parent/1394",[546,4.149]],["name/1395",[557,73.744]],["parent/1395",[546,4.149]],["name/1396",[558,73.744]],["parent/1396",[546,4.149]],["name/1397",[559,73.744]],["parent/1397",[546,4.149]],["name/1398",[560,50.39]],["parent/1398",[]],["name/1399",[1,23.977]],["parent/1399",[560,4.604]],["name/1400",[2,34.558]],["parent/1400",[560,4.604]],["name/1401",[561,73.744]],["parent/1401",[560,4.604]],["name/1402",[4,28.563]],["parent/1402",[560,4.604]],["name/1403",[5,28.858]],["parent/1403",[560,4.604]],["name/1404",[562,73.744]],["parent/1404",[560,4.604]],["name/1405",[563,73.744]],["parent/1405",[560,4.604]],["name/1406",[564,73.744]],["parent/1406",[560,4.604]],["name/1407",[565,73.744]],["parent/1407",[560,4.604]],["name/1408",[566,73.744]],["parent/1408",[560,4.604]],["name/1409",[567,73.744]],["parent/1409",[560,4.604]],["name/1410",[568,73.744]],["parent/1410",[560,4.604]],["name/1411",[569,73.744]],["parent/1411",[560,4.604]],["name/1412",[6,28.858]],["parent/1412",[560,4.604]],["name/1413",[570,59.081]],["parent/1413",[]],["name/1414",[571,68.636]],["parent/1414",[570,5.398]],["name/1415",[572,73.744]],["parent/1415",[570,5.398]],["name/1416",[573,73.744]],["parent/1416",[570,5.398]],["name/1417",[574,73.744]],["parent/1417",[570,5.398]],["name/1418",[575,73.744]],["parent/1418",[570,5.398]],["name/1419",[576,56.398]],["parent/1419",[]],["name/1420",[1,23.977]],["parent/1420",[576,5.152]],["name/1421",[577,65.271]],["parent/1421",[576,5.152]],["name/1422",[201,57.65]],["parent/1422",[576,5.152]],["name/1423",[445,65.271]],["parent/1423",[576,5.152]],["name/1424",[4,28.563]],["parent/1424",[576,5.152]],["name/1425",[5,28.858]],["parent/1425",[576,5.152]],["name/1426",[6,28.858]],["parent/1426",[576,5.152]],["name/1427",[578,50.39]],["parent/1427",[]],["name/1428",[1,23.977]],["parent/1428",[578,4.604]],["name/1429",[80,53.375]],["parent/1429",[578,4.604]],["name/1430",[254,55.286]],["parent/1430",[578,4.604]],["name/1431",[201,57.65]],["parent/1431",[578,4.604]],["name/1432",[4,28.563]],["parent/1432",[578,4.604]],["name/1433",[5,28.858]],["parent/1433",[578,4.604]],["name/1434",[579,73.744]],["parent/1434",[578,4.604]],["name/1435",[580,73.744]],["parent/1435",[578,4.604]],["name/1436",[581,73.744]],["parent/1436",[578,4.604]],["name/1437",[582,55.286]],["parent/1437",[578,4.604]],["name/1438",[583,55.286]],["parent/1438",[578,4.604]],["name/1439",[584,55.286]],["parent/1439",[578,4.604]],["name/1440",[585,55.286]],["parent/1440",[578,4.604]],["name/1441",[6,28.858]],["parent/1441",[578,4.604]],["name/1442",[586,57.65]],["parent/1442",[]],["name/1443",[1,23.977]],["parent/1443",[586,5.267]],["name/1444",[587,73.744]],["parent/1444",[586,5.267]],["name/1445",[4,28.563]],["parent/1445",[586,5.267]],["name/1446",[5,28.858]],["parent/1446",[586,5.267]],["name/1447",[6,28.858]],["parent/1447",[586,5.267]],["name/1448",[588,73.744]],["parent/1448",[586,5.267]],["name/1449",[589,73.744]],["parent/1449",[]],["name/1450",[590,73.744]],["parent/1450",[]],["name/1451",[591,73.744]],["parent/1451",[]],["name/1452",[592,73.744]],["parent/1452",[]],["name/1453",[593,73.744]],["parent/1453",[]],["name/1454",[594,73.744]],["parent/1454",[]],["name/1455",[595,73.744]],["parent/1455",[]],["name/1456",[596,73.744]],["parent/1456",[]],["name/1457",[597,56.398]],["parent/1457",[]],["name/1458",[1,23.977]],["parent/1458",[597,5.152]],["name/1459",[254,55.286]],["parent/1459",[597,5.152]],["name/1460",[4,28.563]],["parent/1460",[597,5.152]],["name/1461",[5,28.858]],["parent/1461",[597,5.152]],["name/1462",[598,73.744]],["parent/1462",[597,5.152]],["name/1463",[599,73.744]],["parent/1463",[597,5.152]],["name/1464",[6,28.858]],["parent/1464",[597,5.152]],["name/1465",[600,55.286]],["parent/1465",[]],["name/1466",[1,23.977]],["parent/1466",[600,5.051]],["name/1467",[5,28.858]],["parent/1467",[600,5.051]],["name/1468",[582,55.286]],["parent/1468",[600,5.051]],["name/1469",[583,55.286]],["parent/1469",[600,5.051]],["name/1470",[584,55.286]],["parent/1470",[600,5.051]],["name/1471",[585,55.286]],["parent/1471",[600,5.051]],["name/1472",[4,28.563]],["parent/1472",[600,5.051]],["name/1473",[6,28.858]],["parent/1473",[600,5.051]],["name/1474",[601,55.286]],["parent/1474",[]],["name/1475",[1,23.977]],["parent/1475",[601,5.051]],["name/1476",[5,28.858]],["parent/1476",[601,5.051]],["name/1477",[582,55.286]],["parent/1477",[601,5.051]],["name/1478",[583,55.286]],["parent/1478",[601,5.051]],["name/1479",[584,55.286]],["parent/1479",[601,5.051]],["name/1480",[585,55.286]],["parent/1480",[601,5.051]],["name/1481",[4,28.563]],["parent/1481",[601,5.051]],["name/1482",[6,28.858]],["parent/1482",[601,5.051]],["name/1483",[602,60.751]],["parent/1483",[]],["name/1484",[603,68.636]],["parent/1484",[602,5.55]],["name/1485",[604,68.636]],["parent/1485",[602,5.55]],["name/1486",[605,65.271]],["parent/1486",[602,5.55]],["name/1487",[201,57.65]],["parent/1487",[602,5.55]],["name/1488",[606,51.057]],["parent/1488",[]],["name/1489",[1,23.977]],["parent/1489",[606,4.665]],["name/1490",[254,55.286]],["parent/1490",[606,4.665]],["name/1491",[603,68.636]],["parent/1491",[606,4.665]],["name/1492",[604,68.636]],["parent/1492",[606,4.665]],["name/1493",[605,65.271]],["parent/1493",[606,4.665]],["name/1494",[201,57.65]],["parent/1494",[606,4.665]],["name/1495",[5,28.858]],["parent/1495",[606,4.665]],["name/1496",[582,55.286]],["parent/1496",[606,4.665]],["name/1497",[583,55.286]],["parent/1497",[606,4.665]],["name/1498",[584,55.286]],["parent/1498",[606,4.665]],["name/1499",[585,55.286]],["parent/1499",[606,4.665]],["name/1500",[4,28.563]],["parent/1500",[606,4.665]],["name/1501",[6,28.858]],["parent/1501",[606,4.665]],["name/1502",[607,55.286]],["parent/1502",[]],["name/1503",[1,23.977]],["parent/1503",[607,5.051]],["name/1504",[5,28.858]],["parent/1504",[607,5.051]],["name/1505",[582,55.286]],["parent/1505",[607,5.051]],["name/1506",[583,55.286]],["parent/1506",[607,5.051]],["name/1507",[584,55.286]],["parent/1507",[607,5.051]],["name/1508",[585,55.286]],["parent/1508",[607,5.051]],["name/1509",[4,28.563]],["parent/1509",[607,5.051]],["name/1510",[6,28.858]],["parent/1510",[607,5.051]],["name/1511",[608,55.286]],["parent/1511",[]],["name/1512",[1,23.977]],["parent/1512",[608,5.051]],["name/1513",[30,51.772]],["parent/1513",[608,5.051]],["name/1514",[2,34.558]],["parent/1514",[608,5.051]],["name/1515",[4,28.563]],["parent/1515",[608,5.051]],["name/1516",[5,28.858]],["parent/1516",[608,5.051]],["name/1517",[6,28.858]],["parent/1517",[608,5.051]],["name/1518",[609,73.744]],["parent/1518",[608,5.051]],["name/1519",[610,73.744]],["parent/1519",[608,5.051]],["name/1520",[611,54.285]],["parent/1520",[]],["name/1521",[1,23.977]],["parent/1521",[611,4.959]],["name/1522",[254,55.286]],["parent/1522",[611,4.959]],["name/1523",[5,28.858]],["parent/1523",[611,4.959]],["name/1524",[582,55.286]],["parent/1524",[611,4.959]],["name/1525",[583,55.286]],["parent/1525",[611,4.959]],["name/1526",[584,55.286]],["parent/1526",[611,4.959]],["name/1527",[585,55.286]],["parent/1527",[611,4.959]],["name/1528",[4,28.563]],["parent/1528",[611,4.959]],["name/1529",[6,28.858]],["parent/1529",[611,4.959]],["name/1530",[612,60.751]],["parent/1530",[]],["name/1531",[1,23.977]],["parent/1531",[612,5.55]],["name/1532",[5,28.858]],["parent/1532",[612,5.55]],["name/1533",[4,28.563]],["parent/1533",[612,5.55]],["name/1534",[6,28.858]],["parent/1534",[612,5.55]],["name/1535",[613,54.285]],["parent/1535",[]],["name/1536",[1,23.977]],["parent/1536",[613,4.959]],["name/1537",[614,73.744]],["parent/1537",[613,4.959]],["name/1538",[5,28.858]],["parent/1538",[613,4.959]],["name/1539",[582,55.286]],["parent/1539",[613,4.959]],["name/1540",[583,55.286]],["parent/1540",[613,4.959]],["name/1541",[584,55.286]],["parent/1541",[613,4.959]],["name/1542",[585,55.286]],["parent/1542",[613,4.959]],["name/1543",[4,28.563]],["parent/1543",[613,4.959]],["name/1544",[6,28.858]],["parent/1544",[613,4.959]],["name/1545",[615,55.286]],["parent/1545",[]],["name/1546",[1,23.977]],["parent/1546",[615,5.051]],["name/1547",[5,28.858]],["parent/1547",[615,5.051]],["name/1548",[582,55.286]],["parent/1548",[615,5.051]],["name/1549",[583,55.286]],["parent/1549",[615,5.051]],["name/1550",[584,55.286]],["parent/1550",[615,5.051]],["name/1551",[585,55.286]],["parent/1551",[615,5.051]],["name/1552",[4,28.563]],["parent/1552",[615,5.051]],["name/1553",[6,28.858]],["parent/1553",[615,5.051]],["name/1554",[616,62.758]],["parent/1554",[]],["name/1555",[59,56.398]],["parent/1555",[616,5.734]],["name/1556",[179,56.398]],["parent/1556",[616,5.734]],["name/1557",[152,62.758]],["parent/1557",[616,5.734]],["name/1558",[617,60.751]],["parent/1558",[]],["name/1559",[1,23.977]],["parent/1559",[617,5.55]],["name/1560",[4,28.563]],["parent/1560",[617,5.55]],["name/1561",[5,28.858]],["parent/1561",[617,5.55]],["name/1562",[6,28.858]],["parent/1562",[617,5.55]],["name/1563",[618,55.286]],["parent/1563",[]],["name/1564",[1,23.977]],["parent/1564",[618,5.051]],["name/1565",[582,55.286]],["parent/1565",[618,5.051]],["name/1566",[583,55.286]],["parent/1566",[618,5.051]],["name/1567",[584,55.286]],["parent/1567",[618,5.051]],["name/1568",[585,55.286]],["parent/1568",[618,5.051]],["name/1569",[4,28.563]],["parent/1569",[618,5.051]],["name/1570",[5,28.858]],["parent/1570",[618,5.051]],["name/1571",[6,28.858]],["parent/1571",[618,5.051]],["name/1572",[619,59.081]],["parent/1572",[]],["name/1573",[200,57.65]],["parent/1573",[619,5.398]],["name/1574",[199,57.65]],["parent/1574",[619,5.398]],["name/1575",[620,59.081]],["parent/1575",[619,5.398]],["name/1576",[40,57.65]],["parent/1576",[619,5.398]],["name/1577",[540,57.65]],["parent/1577",[619,5.398]],["name/1578",[621,51.772]],["parent/1578",[]],["name/1579",[1,23.977]],["parent/1579",[621,4.73]],["name/1580",[577,65.271]],["parent/1580",[621,4.73]],["name/1581",[622,60.751]],["parent/1581",[621,4.73]],["name/1582",[623,73.744]],["parent/1582",[621,4.73]],["name/1583",[199,57.65]],["parent/1583",[621,4.73]],["name/1584",[620,59.081]],["parent/1584",[621,4.73]],["name/1585",[200,57.65]],["parent/1585",[621,4.73]],["name/1586",[40,57.65]],["parent/1586",[621,4.73]],["name/1587",[540,57.65]],["parent/1587",[621,4.73]],["name/1588",[624,73.744]],["parent/1588",[621,4.73]],["name/1589",[625,73.744]],["parent/1589",[621,4.73]],["name/1590",[626,73.744]],["parent/1590",[621,4.73]],["name/1591",[627,53.375]],["parent/1591",[]],["name/1592",[1,23.977]],["parent/1592",[627,4.876]],["name/1593",[359,51.772]],["parent/1593",[627,4.876]],["name/1594",[571,68.636]],["parent/1594",[627,4.876]],["name/1595",[199,57.65]],["parent/1595",[627,4.876]],["name/1596",[620,59.081]],["parent/1596",[627,4.876]],["name/1597",[200,57.65]],["parent/1597",[627,4.876]],["name/1598",[40,57.65]],["parent/1598",[627,4.876]],["name/1599",[540,57.65]],["parent/1599",[627,4.876]],["name/1600",[628,73.744]],["parent/1600",[627,4.876]],["name/1601",[629,73.744]],["parent/1601",[627,4.876]],["name/1602",[630,59.081]],["parent/1602",[]],["name/1603",[199,57.65]],["parent/1603",[630,5.398]],["name/1604",[620,59.081]],["parent/1604",[630,5.398]],["name/1605",[200,57.65]],["parent/1605",[630,5.398]],["name/1606",[40,57.65]],["parent/1606",[630,5.398]],["name/1607",[540,57.65]],["parent/1607",[630,5.398]],["name/1608",[631,56.398]],["parent/1608",[]],["name/1609",[1,23.977]],["parent/1609",[631,5.152]],["name/1610",[169,55.286]],["parent/1610",[631,5.152]],["name/1611",[199,57.65]],["parent/1611",[631,5.152]],["name/1612",[620,59.081]],["parent/1612",[631,5.152]],["name/1613",[200,57.65]],["parent/1613",[631,5.152]],["name/1614",[40,57.65]],["parent/1614",[631,5.152]],["name/1615",[540,57.65]],["parent/1615",[631,5.152]],["name/1616",[506,62.758]],["parent/1616",[]],["name/1617",[204,53.375]],["parent/1617",[506,5.734]],["name/1618",[506,62.758]],["parent/1618",[632,6.271]],["name/1619",[633,73.744]],["parent/1619",[632,6.271]],["name/1620",[634,49.765]],["parent/1620",[]],["name/1621",[1,23.977]],["parent/1621",[634,4.546]],["name/1622",[2,34.558]],["parent/1622",[634,4.546]],["name/1623",[359,51.772]],["parent/1623",[634,4.546]],["name/1624",[635,73.744]],["parent/1624",[634,4.546]],["name/1625",[199,57.65]],["parent/1625",[634,4.546]],["name/1626",[620,59.081]],["parent/1626",[634,4.546]],["name/1627",[200,57.65]],["parent/1627",[634,4.546]],["name/1628",[40,57.65]],["parent/1628",[634,4.546]],["name/1629",[540,57.65]],["parent/1629",[634,4.546]],["name/1630",[636,73.744]],["parent/1630",[634,4.546]],["name/1631",[637,73.744]],["parent/1631",[634,4.546]],["name/1632",[638,73.744]],["parent/1632",[634,4.546]],["name/1633",[639,73.744]],["parent/1633",[634,4.546]],["name/1634",[640,73.744]],["parent/1634",[634,4.546]],["name/1635",[370,60.751]],["parent/1635",[634,4.546]],["name/1636",[641,49.177]],["parent/1636",[]],["name/1637",[1,23.977]],["parent/1637",[641,4.493]],["name/1638",[2,34.558]],["parent/1638",[641,4.493]],["name/1639",[642,62.758]],["parent/1639",[641,4.493]],["name/1640",[390,60.751]],["parent/1640",[641,4.493]],["name/1641",[643,60.751]],["parent/1641",[641,4.493]],["name/1642",[644,62.758]],["parent/1642",[641,4.493]],["name/1643",[645,62.758]],["parent/1643",[641,4.493]],["name/1644",[646,62.758]],["parent/1644",[641,4.493]],["name/1645",[647,60.751]],["parent/1645",[641,4.493]],["name/1646",[648,62.758]],["parent/1646",[641,4.493]],["name/1647",[649,62.758]],["parent/1647",[641,4.493]],["name/1648",[650,62.758]],["parent/1648",[641,4.493]],["name/1649",[651,62.758]],["parent/1649",[641,4.493]],["name/1650",[652,62.758]],["parent/1650",[641,4.493]],["name/1651",[653,62.758]],["parent/1651",[641,4.493]],["name/1652",[654,62.758]],["parent/1652",[641,4.493]],["name/1653",[655,47.595]],["parent/1653",[]],["name/1654",[1,23.977]],["parent/1654",[655,4.348]],["name/1655",[656,73.744]],["parent/1655",[655,4.348]],["name/1656",[657,73.744]],["parent/1656",[655,4.348]],["name/1657",[645,62.758]],["parent/1657",[655,4.348]],["name/1658",[649,62.758]],["parent/1658",[655,4.348]],["name/1659",[650,62.758]],["parent/1659",[655,4.348]],["name/1660",[658,68.636]],["parent/1660",[655,4.348]],["name/1661",[2,34.558]],["parent/1661",[655,4.348]],["name/1662",[642,62.758]],["parent/1662",[655,4.348]],["name/1663",[390,60.751]],["parent/1663",[655,4.348]],["name/1664",[643,60.751]],["parent/1664",[655,4.348]],["name/1665",[644,62.758]],["parent/1665",[655,4.348]],["name/1666",[646,62.758]],["parent/1666",[655,4.348]],["name/1667",[647,60.751]],["parent/1667",[655,4.348]],["name/1668",[648,62.758]],["parent/1668",[655,4.348]],["name/1669",[651,62.758]],["parent/1669",[655,4.348]],["name/1670",[652,62.758]],["parent/1670",[655,4.348]],["name/1671",[653,62.758]],["parent/1671",[655,4.348]],["name/1672",[654,62.758]],["parent/1672",[655,4.348]],["name/1673",[659,65.271]],["parent/1673",[]],["name/1674",[1,23.977]],["parent/1674",[659,5.963]],["name/1675",[39,60.751]],["parent/1675",[659,5.963]],["name/1676",[660,60.751]],["parent/1676",[]],["name/1677",[59,56.398]],["parent/1677",[660,5.55]],["name/1678",[577,65.271]],["parent/1678",[660,5.55]],["name/1679",[201,57.65]],["parent/1679",[660,5.55]],["name/1680",[661,73.744]],["parent/1680",[660,5.55]],["name/1681",[662,65.271]],["parent/1681",[]],["name/1682",[647,60.751]],["parent/1682",[662,5.963]],["name/1683",[643,60.751]],["parent/1683",[662,5.963]],["name/1684",[663,68.636]],["parent/1684",[]],["name/1685",[39,60.751]],["parent/1685",[663,6.271]],["name/1686",[664,47.595]],["parent/1686",[]],["name/1687",[1,23.977]],["parent/1687",[664,4.348]],["name/1688",[201,57.65]],["parent/1688",[664,4.348]],["name/1689",[665,73.744]],["parent/1689",[664,4.348]],["name/1690",[666,73.744]],["parent/1690",[664,4.348]],["name/1691",[646,62.758]],["parent/1691",[664,4.348]],["name/1692",[650,62.758]],["parent/1692",[664,4.348]],["name/1693",[645,62.758]],["parent/1693",[664,4.348]],["name/1694",[649,62.758]],["parent/1694",[664,4.348]],["name/1695",[2,34.558]],["parent/1695",[664,4.348]],["name/1696",[642,62.758]],["parent/1696",[664,4.348]],["name/1697",[390,60.751]],["parent/1697",[664,4.348]],["name/1698",[643,60.751]],["parent/1698",[664,4.348]],["name/1699",[644,62.758]],["parent/1699",[664,4.348]],["name/1700",[647,60.751]],["parent/1700",[664,4.348]],["name/1701",[648,62.758]],["parent/1701",[664,4.348]],["name/1702",[651,62.758]],["parent/1702",[664,4.348]],["name/1703",[652,62.758]],["parent/1703",[664,4.348]],["name/1704",[653,62.758]],["parent/1704",[664,4.348]],["name/1705",[654,62.758]],["parent/1705",[664,4.348]],["name/1706",[667,46.229]],["parent/1706",[]],["name/1707",[1,23.977]],["parent/1707",[667,4.223]],["name/1708",[668,73.744]],["parent/1708",[667,4.223]],["name/1709",[669,68.636]],["parent/1709",[667,4.223]],["name/1710",[454,68.636]],["parent/1710",[667,4.223]],["name/1711",[204,53.375]],["parent/1711",[667,4.223]],["name/1712",[455,68.636]],["parent/1712",[670,6.271]],["name/1713",[457,68.636]],["parent/1713",[670,6.271]],["name/1714",[648,62.758]],["parent/1714",[667,4.223]],["name/1715",[649,62.758]],["parent/1715",[667,4.223]],["name/1716",[671,73.744]],["parent/1716",[667,4.223]],["name/1717",[652,62.758]],["parent/1717",[667,4.223]],["name/1718",[645,62.758]],["parent/1718",[667,4.223]],["name/1719",[650,62.758]],["parent/1719",[667,4.223]],["name/1720",[658,68.636]],["parent/1720",[667,4.223]],["name/1721",[2,34.558]],["parent/1721",[667,4.223]],["name/1722",[642,62.758]],["parent/1722",[667,4.223]],["name/1723",[390,60.751]],["parent/1723",[667,4.223]],["name/1724",[643,60.751]],["parent/1724",[667,4.223]],["name/1725",[644,62.758]],["parent/1725",[667,4.223]],["name/1726",[646,62.758]],["parent/1726",[667,4.223]],["name/1727",[647,60.751]],["parent/1727",[667,4.223]],["name/1728",[651,62.758]],["parent/1728",[667,4.223]],["name/1729",[653,62.758]],["parent/1729",[667,4.223]],["name/1730",[654,62.758]],["parent/1730",[667,4.223]],["name/1731",[672,59.081]],["parent/1731",[]],["name/1732",[1,23.977]],["parent/1732",[672,5.398]],["name/1733",[673,65.271]],["parent/1733",[672,5.398]],["name/1734",[4,28.563]],["parent/1734",[672,5.398]],["name/1735",[5,28.858]],["parent/1735",[672,5.398]],["name/1736",[6,28.858]],["parent/1736",[672,5.398]],["name/1737",[674,54.285]],["parent/1737",[]],["name/1738",[1,23.977]],["parent/1738",[674,4.959]],["name/1739",[2,34.558]],["parent/1739",[674,4.959]],["name/1740",[673,65.271]],["parent/1740",[674,4.959]],["name/1741",[30,51.772]],["parent/1741",[674,4.959]],["name/1742",[675,73.744]],["parent/1742",[674,4.959]],["name/1743",[676,73.744]],["parent/1743",[674,4.959]],["name/1744",[4,28.563]],["parent/1744",[674,4.959]],["name/1745",[5,28.858]],["parent/1745",[674,4.959]],["name/1746",[6,28.858]],["parent/1746",[674,4.959]],["name/1747",[677,68.636]],["parent/1747",[]],["name/1748",[204,53.375]],["parent/1748",[677,6.271]],["name/1749",[359,51.772]],["parent/1749",[678,5.963]],["name/1750",[59,56.398]],["parent/1750",[678,5.963]],["name/1751",[178,56.398]],["parent/1751",[678,5.963]],["name/1752",[679,59.081]],["parent/1752",[]],["name/1753",[1,23.977]],["parent/1753",[679,5.398]],["name/1754",[4,28.563]],["parent/1754",[679,5.398]],["name/1755",[5,28.858]],["parent/1755",[679,5.398]],["name/1756",[6,28.858]],["parent/1756",[679,5.398]],["name/1757",[680,62.758]],["parent/1757",[]],["name/1758",[59,56.398]],["parent/1758",[680,5.734]],["name/1759",[178,56.398]],["parent/1759",[680,5.734]],["name/1760",[179,56.398]],["parent/1760",[680,5.734]],["name/1761",[681,60.751]],["parent/1761",[]],["name/1762",[1,23.977]],["parent/1762",[681,5.55]],["name/1763",[4,28.563]],["parent/1763",[681,5.55]],["name/1764",[5,28.858]],["parent/1764",[681,5.55]],["name/1765",[6,28.858]],["parent/1765",[681,5.55]],["name/1766",[682,57.65]],["parent/1766",[]],["name/1767",[1,23.977]],["parent/1767",[682,5.267]],["name/1768",[2,34.558]],["parent/1768",[682,5.267]],["name/1769",[673,65.271]],["parent/1769",[682,5.267]],["name/1770",[5,28.858]],["parent/1770",[682,5.267]],["name/1771",[4,28.563]],["parent/1771",[682,5.267]],["name/1772",[6,28.858]],["parent/1772",[682,5.267]],["name/1773",[683,51.057]],["parent/1773",[]],["name/1774",[1,23.977]],["parent/1774",[683,4.665]],["name/1775",[2,34.558]],["parent/1775",[683,4.665]],["name/1776",[684,73.744]],["parent/1776",[683,4.665]],["name/1777",[4,28.563]],["parent/1777",[683,4.665]],["name/1778",[5,28.858]],["parent/1778",[683,4.665]],["name/1779",[685,73.744]],["parent/1779",[683,4.665]],["name/1780",[48,68.636]],["parent/1780",[683,4.665]],["name/1781",[686,73.744]],["parent/1781",[683,4.665]],["name/1782",[687,73.744]],["parent/1782",[683,4.665]],["name/1783",[688,73.744]],["parent/1783",[683,4.665]],["name/1784",[689,73.744]],["parent/1784",[683,4.665]],["name/1785",[178,56.398]],["parent/1785",[683,4.665]],["name/1786",[6,28.858]],["parent/1786",[683,4.665]],["name/1787",[690,56.398]],["parent/1787",[]],["name/1788",[1,23.977]],["parent/1788",[690,5.152]],["name/1789",[691,73.744]],["parent/1789",[690,5.152]],["name/1790",[692,73.744]],["parent/1790",[690,5.152]],["name/1791",[5,28.858]],["parent/1791",[690,5.152]],["name/1792",[693,68.636]],["parent/1792",[690,5.152]],["name/1793",[4,28.563]],["parent/1793",[690,5.152]],["name/1794",[6,28.858]],["parent/1794",[690,5.152]],["name/1795",[694,65.271]],["parent/1795",[]],["name/1796",[137,52.542]],["parent/1796",[694,5.963]],["name/1797",[695,73.744]],["parent/1797",[694,5.963]],["name/1798",[696,56.398]],["parent/1798",[]],["name/1799",[1,23.977]],["parent/1799",[696,5.152]],["name/1800",[697,73.744]],["parent/1800",[696,5.152]],["name/1801",[698,73.744]],["parent/1801",[696,5.152]],["name/1802",[5,28.858]],["parent/1802",[696,5.152]],["name/1803",[693,68.636]],["parent/1803",[696,5.152]],["name/1804",[4,28.563]],["parent/1804",[696,5.152]],["name/1805",[6,28.858]],["parent/1805",[696,5.152]],["name/1806",[699,60.751]],["parent/1806",[]],["name/1807",[1,23.977]],["parent/1807",[699,5.55]],["name/1808",[152,62.758]],["parent/1808",[699,5.55]],["name/1809",[30,51.772]],["parent/1809",[699,5.55]],["name/1810",[700,73.744]],["parent/1810",[699,5.55]],["name/1811",[701,55.286]],["parent/1811",[]],["name/1812",[1,23.977]],["parent/1812",[701,5.051]],["name/1813",[459,68.636]],["parent/1813",[701,5.051]],["name/1814",[702,73.744]],["parent/1814",[701,5.051]],["name/1815",[4,28.563]],["parent/1815",[701,5.051]],["name/1816",[5,28.858]],["parent/1816",[701,5.051]],["name/1817",[703,73.744]],["parent/1817",[701,5.051]],["name/1818",[704,73.744]],["parent/1818",[701,5.051]],["name/1819",[6,28.858]],["parent/1819",[701,5.051]],["name/1820",[705,60.751]],["parent/1820",[]],["name/1821",[1,23.977]],["parent/1821",[705,5.55]],["name/1822",[4,28.563]],["parent/1822",[705,5.55]],["name/1823",[5,28.858]],["parent/1823",[705,5.55]],["name/1824",[6,28.858]],["parent/1824",[705,5.55]],["name/1825",[706,57.65]],["parent/1825",[]],["name/1826",[707,52.542]],["parent/1826",[706,5.267]],["name/1827",[708,52.542]],["parent/1827",[706,5.267]],["name/1828",[709,52.542]],["parent/1828",[706,5.267]],["name/1829",[710,52.542]],["parent/1829",[706,5.267]],["name/1830",[526,49.765]],["parent/1830",[706,5.267]],["name/1831",[711,52.542]],["parent/1831",[706,5.267]],["name/1832",[712,56.398]],["parent/1832",[]],["name/1833",[1,23.977]],["parent/1833",[712,5.152]],["name/1834",[707,52.542]],["parent/1834",[712,5.152]],["name/1835",[708,52.542]],["parent/1835",[712,5.152]],["name/1836",[709,52.542]],["parent/1836",[712,5.152]],["name/1837",[710,52.542]],["parent/1837",[712,5.152]],["name/1838",[526,49.765]],["parent/1838",[712,5.152]],["name/1839",[711,52.542]],["parent/1839",[712,5.152]],["name/1840",[713,60.751]],["parent/1840",[]],["name/1841",[714,65.271]],["parent/1841",[713,5.55]],["name/1842",[715,65.271]],["parent/1842",[713,5.55]],["name/1843",[716,65.271]],["parent/1843",[713,5.55]],["name/1844",[717,65.271]],["parent/1844",[713,5.55]],["name/1845",[718,56.398]],["parent/1845",[]],["name/1846",[1,23.977]],["parent/1846",[718,5.152]],["name/1847",[714,65.271]],["parent/1847",[718,5.152]],["name/1848",[715,65.271]],["parent/1848",[718,5.152]],["name/1849",[716,65.271]],["parent/1849",[718,5.152]],["name/1850",[717,65.271]],["parent/1850",[718,5.152]],["name/1851",[719,68.636]],["parent/1851",[718,5.152]],["name/1852",[720,68.636]],["parent/1852",[718,5.152]],["name/1853",[721,73.744]],["parent/1853",[]],["name/1854",[221,56.398]],["parent/1854",[]],["name/1855",[714,65.271]],["parent/1855",[221,5.152]],["name/1856",[715,65.271]],["parent/1856",[221,5.152]],["name/1857",[716,65.271]],["parent/1857",[221,5.152]],["name/1858",[717,65.271]],["parent/1858",[221,5.152]],["name/1859",[719,68.636]],["parent/1859",[221,5.152]],["name/1860",[720,68.636]],["parent/1860",[221,5.152]],["name/1861",[722,43.955]],["parent/1861",[]],["name/1862",[1,23.977]],["parent/1862",[722,4.016]],["name/1863",[2,34.558]],["parent/1863",[722,4.016]],["name/1864",[723,73.744]],["parent/1864",[722,4.016]],["name/1865",[80,53.375]],["parent/1865",[722,4.016]],["name/1866",[64,52.542]],["parent/1866",[722,4.016]],["name/1867",[707,52.542]],["parent/1867",[722,4.016]],["name/1868",[708,52.542]],["parent/1868",[722,4.016]],["name/1869",[710,52.542]],["parent/1869",[722,4.016]],["name/1870",[709,52.542]],["parent/1870",[722,4.016]],["name/1871",[711,52.542]],["parent/1871",[722,4.016]],["name/1872",[526,49.765]],["parent/1872",[722,4.016]],["name/1873",[724,73.744]],["parent/1873",[722,4.016]],["name/1874",[725,73.744]],["parent/1874",[722,4.016]],["name/1875",[726,73.744]],["parent/1875",[722,4.016]],["name/1876",[727,73.744]],["parent/1876",[722,4.016]],["name/1877",[728,73.744]],["parent/1877",[722,4.016]],["name/1878",[729,73.744]],["parent/1878",[722,4.016]],["name/1879",[730,73.744]],["parent/1879",[722,4.016]],["name/1880",[731,73.744]],["parent/1880",[722,4.016]],["name/1881",[732,73.744]],["parent/1881",[722,4.016]],["name/1882",[733,73.744]],["parent/1882",[722,4.016]],["name/1883",[734,73.744]],["parent/1883",[722,4.016]],["name/1884",[735,73.744]],["parent/1884",[722,4.016]],["name/1885",[736,73.744]],["parent/1885",[722,4.016]],["name/1886",[737,73.744]],["parent/1886",[722,4.016]],["name/1887",[738,73.744]],["parent/1887",[722,4.016]],["name/1888",[739,73.744]],["parent/1888",[722,4.016]],["name/1889",[740,73.744]],["parent/1889",[722,4.016]],["name/1890",[741,52.542]],["parent/1890",[]],["name/1891",[1,23.977]],["parent/1891",[741,4.8]],["name/1892",[742,73.744]],["parent/1892",[741,4.8]],["name/1893",[743,73.744]],["parent/1893",[741,4.8]],["name/1894",[708,52.542]],["parent/1894",[741,4.8]],["name/1895",[744,73.744]],["parent/1895",[741,4.8]],["name/1896",[359,51.772]],["parent/1896",[741,4.8]],["name/1897",[707,52.542]],["parent/1897",[741,4.8]],["name/1898",[710,52.542]],["parent/1898",[741,4.8]],["name/1899",[526,49.765]],["parent/1899",[741,4.8]],["name/1900",[711,52.542]],["parent/1900",[741,4.8]],["name/1901",[709,52.542]],["parent/1901",[741,4.8]],["name/1902",[745,49.765]],["parent/1902",[]],["name/1903",[1,23.977]],["parent/1903",[745,4.546]],["name/1904",[2,34.558]],["parent/1904",[745,4.546]],["name/1905",[359,51.772]],["parent/1905",[745,4.546]],["name/1906",[746,73.744]],["parent/1906",[745,4.546]],["name/1907",[64,52.542]],["parent/1907",[745,4.546]],["name/1908",[707,52.542]],["parent/1908",[745,4.546]],["name/1909",[708,52.542]],["parent/1909",[745,4.546]],["name/1910",[710,52.542]],["parent/1910",[745,4.546]],["name/1911",[709,52.542]],["parent/1911",[745,4.546]],["name/1912",[526,49.765]],["parent/1912",[745,4.546]],["name/1913",[711,52.542]],["parent/1913",[745,4.546]],["name/1914",[747,73.744]],["parent/1914",[745,4.546]],["name/1915",[748,73.744]],["parent/1915",[745,4.546]],["name/1916",[749,73.744]],["parent/1916",[745,4.546]],["name/1917",[750,73.744]],["parent/1917",[745,4.546]],["name/1918",[751,54.285]],["parent/1918",[]],["name/1919",[1,23.977]],["parent/1919",[751,4.959]],["name/1920",[359,51.772]],["parent/1920",[751,4.959]],["name/1921",[707,52.542]],["parent/1921",[751,4.959]],["name/1922",[708,52.542]],["parent/1922",[751,4.959]],["name/1923",[710,52.542]],["parent/1923",[751,4.959]],["name/1924",[526,49.765]],["parent/1924",[751,4.959]],["name/1925",[709,52.542]],["parent/1925",[751,4.959]],["name/1926",[711,52.542]],["parent/1926",[751,4.959]],["name/1927",[752,73.744]],["parent/1927",[751,4.959]],["name/1928",[753,55.286]],["parent/1928",[]],["name/1929",[1,23.977]],["parent/1929",[753,5.051]],["name/1930",[359,51.772]],["parent/1930",[753,5.051]],["name/1931",[707,52.542]],["parent/1931",[753,5.051]],["name/1932",[708,52.542]],["parent/1932",[753,5.051]],["name/1933",[710,52.542]],["parent/1933",[753,5.051]],["name/1934",[526,49.765]],["parent/1934",[753,5.051]],["name/1935",[711,52.542]],["parent/1935",[753,5.051]],["name/1936",[709,52.542]],["parent/1936",[753,5.051]],["name/1937",[754,54.285]],["parent/1937",[]],["name/1938",[1,23.977]],["parent/1938",[754,4.959]],["name/1939",[679,59.081]],["parent/1939",[754,4.959]],["name/1940",[711,52.542]],["parent/1940",[754,4.959]],["name/1941",[359,51.772]],["parent/1941",[754,4.959]],["name/1942",[707,52.542]],["parent/1942",[754,4.959]],["name/1943",[708,52.542]],["parent/1943",[754,4.959]],["name/1944",[710,52.542]],["parent/1944",[754,4.959]],["name/1945",[526,49.765]],["parent/1945",[754,4.959]],["name/1946",[709,52.542]],["parent/1946",[754,4.959]],["name/1947",[755,55.286]],["parent/1947",[]],["name/1948",[1,23.977]],["parent/1948",[755,5.051]],["name/1949",[710,52.542]],["parent/1949",[755,5.051]],["name/1950",[526,49.765]],["parent/1950",[755,5.051]],["name/1951",[711,52.542]],["parent/1951",[755,5.051]],["name/1952",[709,52.542]],["parent/1952",[755,5.051]],["name/1953",[359,51.772]],["parent/1953",[755,5.051]],["name/1954",[707,52.542]],["parent/1954",[755,5.051]],["name/1955",[708,52.542]],["parent/1955",[755,5.051]],["name/1956",[756,51.772]],["parent/1956",[]],["name/1957",[1,23.977]],["parent/1957",[756,4.73]],["name/1958",[2,34.558]],["parent/1958",[756,4.73]],["name/1959",[757,73.744]],["parent/1959",[756,4.73]],["name/1960",[758,73.744]],["parent/1960",[756,4.73]],["name/1961",[759,73.744]],["parent/1961",[756,4.73]],["name/1962",[708,52.542]],["parent/1962",[756,4.73]],["name/1963",[710,52.542]],["parent/1963",[756,4.73]],["name/1964",[709,52.542]],["parent/1964",[756,4.73]],["name/1965",[359,51.772]],["parent/1965",[756,4.73]],["name/1966",[707,52.542]],["parent/1966",[756,4.73]],["name/1967",[526,49.765]],["parent/1967",[756,4.73]],["name/1968",[711,52.542]],["parent/1968",[756,4.73]],["name/1969",[760,57.65]],["parent/1969",[]],["name/1970",[707,52.542]],["parent/1970",[760,5.267]],["name/1971",[708,52.542]],["parent/1971",[760,5.267]],["name/1972",[709,52.542]],["parent/1972",[760,5.267]],["name/1973",[710,52.542]],["parent/1973",[760,5.267]],["name/1974",[526,49.765]],["parent/1974",[760,5.267]],["name/1975",[711,52.542]],["parent/1975",[760,5.267]],["name/1976",[761,54.285]],["parent/1976",[]],["name/1977",[1,23.977]],["parent/1977",[761,4.959]],["name/1978",[26,68.636]],["parent/1978",[761,4.959]],["name/1979",[707,52.542]],["parent/1979",[761,4.959]],["name/1980",[708,52.542]],["parent/1980",[761,4.959]],["name/1981",[710,52.542]],["parent/1981",[761,4.959]],["name/1982",[709,52.542]],["parent/1982",[761,4.959]],["name/1983",[526,49.765]],["parent/1983",[761,4.959]],["name/1984",[711,52.542]],["parent/1984",[761,4.959]],["name/1985",[762,73.744]],["parent/1985",[761,4.959]],["name/1986",[763,56.398]],["parent/1986",[]],["name/1987",[764,53.375]],["parent/1987",[763,5.152]],["name/1988",[168,45.027]],["parent/1988",[763,5.152]],["name/1989",[1,23.977]],["parent/1989",[763,5.152]],["name/1990",[168,45.027]],["parent/1990",[763,5.152]],["name/1991",[765,52.542]],["parent/1991",[763,5.152]],["name/1992",[766,52.542]],["parent/1992",[763,5.152]],["name/1993",[249,51.057]],["parent/1993",[763,5.152]],["name/1994",[767,56.398]],["parent/1994",[]],["name/1995",[764,53.375]],["parent/1995",[767,5.152]],["name/1996",[168,45.027]],["parent/1996",[767,5.152]],["name/1997",[1,23.977]],["parent/1997",[767,5.152]],["name/1998",[168,45.027]],["parent/1998",[767,5.152]],["name/1999",[765,52.542]],["parent/1999",[767,5.152]],["name/2000",[766,52.542]],["parent/2000",[767,5.152]],["name/2001",[249,51.057]],["parent/2001",[767,5.152]],["name/2002",[768,73.744]],["parent/2002",[]],["name/2003",[769,73.744]],["parent/2003",[]],["name/2004",[770,73.744]],["parent/2004",[]],["name/2005",[771,73.744]],["parent/2005",[]],["name/2006",[772,56.398]],["parent/2006",[]],["name/2007",[764,53.375]],["parent/2007",[772,5.152]],["name/2008",[168,45.027]],["parent/2008",[772,5.152]],["name/2009",[1,23.977]],["parent/2009",[772,5.152]],["name/2010",[168,45.027]],["parent/2010",[772,5.152]],["name/2011",[765,52.542]],["parent/2011",[772,5.152]],["name/2012",[766,52.542]],["parent/2012",[772,5.152]],["name/2013",[249,51.057]],["parent/2013",[772,5.152]],["name/2014",[773,62.758]],["parent/2014",[]],["name/2015",[765,52.542]],["parent/2015",[773,5.734]],["name/2016",[766,52.542]],["parent/2016",[773,5.734]],["name/2017",[249,51.057]],["parent/2017",[773,5.734]],["name/2018",[774,56.398]],["parent/2018",[]],["name/2019",[168,45.027]],["parent/2019",[774,5.152]],["name/2020",[764,53.375]],["parent/2020",[774,5.152]],["name/2021",[1,23.977]],["parent/2021",[774,5.152]],["name/2022",[168,45.027]],["parent/2022",[774,5.152]],["name/2023",[765,52.542]],["parent/2023",[774,5.152]],["name/2024",[766,52.542]],["parent/2024",[774,5.152]],["name/2025",[249,51.057]],["parent/2025",[774,5.152]],["name/2026",[775,56.398]],["parent/2026",[]],["name/2027",[764,53.375]],["parent/2027",[775,5.152]],["name/2028",[168,45.027]],["parent/2028",[775,5.152]],["name/2029",[1,23.977]],["parent/2029",[775,5.152]],["name/2030",[168,45.027]],["parent/2030",[775,5.152]],["name/2031",[765,52.542]],["parent/2031",[775,5.152]],["name/2032",[766,52.542]],["parent/2032",[775,5.152]],["name/2033",[249,51.057]],["parent/2033",[775,5.152]],["name/2034",[776,56.398]],["parent/2034",[]],["name/2035",[764,53.375]],["parent/2035",[776,5.152]],["name/2036",[168,45.027]],["parent/2036",[776,5.152]],["name/2037",[1,23.977]],["parent/2037",[776,5.152]],["name/2038",[168,45.027]],["parent/2038",[776,5.152]],["name/2039",[765,52.542]],["parent/2039",[776,5.152]],["name/2040",[766,52.542]],["parent/2040",[776,5.152]],["name/2041",[249,51.057]],["parent/2041",[776,5.152]],["name/2042",[777,56.398]],["parent/2042",[]],["name/2043",[764,53.375]],["parent/2043",[777,5.152]],["name/2044",[168,45.027]],["parent/2044",[777,5.152]],["name/2045",[1,23.977]],["parent/2045",[777,5.152]],["name/2046",[168,45.027]],["parent/2046",[777,5.152]],["name/2047",[765,52.542]],["parent/2047",[777,5.152]],["name/2048",[766,52.542]],["parent/2048",[777,5.152]],["name/2049",[249,51.057]],["parent/2049",[777,5.152]],["name/2050",[778,56.398]],["parent/2050",[]],["name/2051",[764,53.375]],["parent/2051",[778,5.152]],["name/2052",[168,45.027]],["parent/2052",[778,5.152]],["name/2053",[1,23.977]],["parent/2053",[778,5.152]],["name/2054",[168,45.027]],["parent/2054",[778,5.152]],["name/2055",[765,52.542]],["parent/2055",[778,5.152]],["name/2056",[766,52.542]],["parent/2056",[778,5.152]],["name/2057",[249,51.057]],["parent/2057",[778,5.152]],["name/2058",[779,56.398]],["parent/2058",[]],["name/2059",[764,53.375]],["parent/2059",[779,5.152]],["name/2060",[168,45.027]],["parent/2060",[779,5.152]],["name/2061",[1,23.977]],["parent/2061",[779,5.152]],["name/2062",[168,45.027]],["parent/2062",[779,5.152]],["name/2063",[765,52.542]],["parent/2063",[779,5.152]],["name/2064",[766,52.542]],["parent/2064",[779,5.152]],["name/2065",[249,51.057]],["parent/2065",[779,5.152]],["name/2066",[780,73.744]],["parent/2066",[]],["name/2067",[781,55.286]],["parent/2067",[]],["name/2068",[782,73.744]],["parent/2068",[781,5.051]],["name/2069",[783,73.744]],["parent/2069",[781,5.051]],["name/2070",[784,73.744]],["parent/2070",[781,5.051]],["name/2071",[785,73.744]],["parent/2071",[781,5.051]],["name/2072",[416,60.751]],["parent/2072",[781,5.051]],["name/2073",[216,65.271]],["parent/2073",[781,5.051]],["name/2074",[320,62.758]],["parent/2074",[781,5.051]],["name/2075",[786,73.744]],["parent/2075",[781,5.051]],["name/2076",[787,56.398]],["parent/2076",[]],["name/2077",[764,53.375]],["parent/2077",[787,5.152]],["name/2078",[168,45.027]],["parent/2078",[787,5.152]],["name/2079",[1,23.977]],["parent/2079",[787,5.152]],["name/2080",[168,45.027]],["parent/2080",[787,5.152]],["name/2081",[765,52.542]],["parent/2081",[787,5.152]],["name/2082",[766,52.542]],["parent/2082",[787,5.152]],["name/2083",[249,51.057]],["parent/2083",[787,5.152]],["name/2084",[788,56.398]],["parent/2084",[]],["name/2085",[764,53.375]],["parent/2085",[788,5.152]],["name/2086",[168,45.027]],["parent/2086",[788,5.152]],["name/2087",[1,23.977]],["parent/2087",[788,5.152]],["name/2088",[168,45.027]],["parent/2088",[788,5.152]],["name/2089",[765,52.542]],["parent/2089",[788,5.152]],["name/2090",[766,52.542]],["parent/2090",[788,5.152]],["name/2091",[249,51.057]],["parent/2091",[788,5.152]],["name/2092",[789,60.751]],["parent/2092",[]],["name/2093",[1,23.977]],["parent/2093",[789,5.55]],["name/2094",[4,28.563]],["parent/2094",[789,5.55]],["name/2095",[5,28.858]],["parent/2095",[789,5.55]],["name/2096",[6,28.858]],["parent/2096",[789,5.55]],["name/2097",[790,57.65]],["parent/2097",[]],["name/2098",[1,23.977]],["parent/2098",[790,5.267]],["name/2099",[2,34.558]],["parent/2099",[790,5.267]],["name/2100",[19,57.65]],["parent/2100",[790,5.267]],["name/2101",[4,28.563]],["parent/2101",[790,5.267]],["name/2102",[6,28.858]],["parent/2102",[790,5.267]],["name/2103",[5,28.858]],["parent/2103",[790,5.267]],["name/2104",[791,53.375]],["parent/2104",[]],["name/2105",[1,23.977]],["parent/2105",[791,4.876]],["name/2106",[359,51.772]],["parent/2106",[791,4.876]],["name/2107",[229,52.542]],["parent/2107",[791,4.876]],["name/2108",[378,60.751]],["parent/2108",[791,4.876]],["name/2109",[792,73.744]],["parent/2109",[791,4.876]],["name/2110",[382,68.636]],["parent/2110",[791,4.876]],["name/2111",[4,28.563]],["parent/2111",[791,4.876]],["name/2112",[6,28.858]],["parent/2112",[791,4.876]],["name/2113",[5,28.858]],["parent/2113",[791,4.876]],["name/2114",[793,73.744]],["parent/2114",[791,4.876]],["name/2115",[794,59.081]],["parent/2115",[]],["name/2116",[1,23.977]],["parent/2116",[794,5.398]],["name/2117",[19,57.65]],["parent/2117",[794,5.398]],["name/2118",[4,28.563]],["parent/2118",[794,5.398]],["name/2119",[5,28.858]],["parent/2119",[794,5.398]],["name/2120",[6,28.858]],["parent/2120",[794,5.398]],["name/2121",[795,59.081]],["parent/2121",[]],["name/2122",[1,23.977]],["parent/2122",[795,5.398]],["name/2123",[19,57.65]],["parent/2123",[795,5.398]],["name/2124",[5,28.858]],["parent/2124",[795,5.398]],["name/2125",[4,28.563]],["parent/2125",[795,5.398]],["name/2126",[6,28.858]],["parent/2126",[795,5.398]],["name/2127",[796,59.081]],["parent/2127",[]],["name/2128",[1,23.977]],["parent/2128",[796,5.398]],["name/2129",[205,65.271]],["parent/2129",[796,5.398]],["name/2130",[5,28.858]],["parent/2130",[796,5.398]],["name/2131",[4,28.563]],["parent/2131",[796,5.398]],["name/2132",[6,28.858]],["parent/2132",[796,5.398]],["name/2133",[797,55.286]],["parent/2133",[]],["name/2134",[1,23.977]],["parent/2134",[797,5.051]],["name/2135",[19,57.65]],["parent/2135",[797,5.051]],["name/2136",[798,73.744]],["parent/2136",[797,5.051]],["name/2137",[4,28.563]],["parent/2137",[797,5.051]],["name/2138",[5,28.858]],["parent/2138",[797,5.051]],["name/2139",[6,28.858]],["parent/2139",[797,5.051]],["name/2140",[799,73.744]],["parent/2140",[797,5.051]],["name/2141",[18,65.271]],["parent/2141",[797,5.051]],["name/2142",[800,59.081]],["parent/2142",[]],["name/2143",[1,23.977]],["parent/2143",[800,5.398]],["name/2144",[801,73.744]],["parent/2144",[800,5.398]],["name/2145",[4,28.563]],["parent/2145",[800,5.398]],["name/2146",[5,28.858]],["parent/2146",[800,5.398]],["name/2147",[6,28.858]],["parent/2147",[800,5.398]],["name/2148",[802,57.65]],["parent/2148",[]],["name/2149",[1,23.977]],["parent/2149",[802,5.267]],["name/2150",[2,34.558]],["parent/2150",[802,5.267]],["name/2151",[19,57.65]],["parent/2151",[802,5.267]],["name/2152",[4,28.563]],["parent/2152",[802,5.267]],["name/2153",[5,28.858]],["parent/2153",[802,5.267]],["name/2154",[6,28.858]],["parent/2154",[802,5.267]],["name/2155",[803,60.751]],["parent/2155",[]],["name/2156",[1,23.977]],["parent/2156",[803,5.55]],["name/2157",[804,62.758]],["parent/2157",[803,5.55]],["name/2158",[805,62.758]],["parent/2158",[803,5.55]],["name/2159",[806,62.758]],["parent/2159",[803,5.55]],["name/2160",[80,53.375]],["parent/2160",[]],["name/2161",[804,62.758]],["parent/2161",[80,4.876]],["name/2162",[805,62.758]],["parent/2162",[80,4.876]],["name/2163",[806,62.758]],["parent/2163",[80,4.876]],["name/2164",[807,57.65]],["parent/2164",[]],["name/2165",[1,23.977]],["parent/2165",[807,5.267]],["name/2166",[67,49.177]],["parent/2166",[807,5.267]],["name/2167",[2,34.558]],["parent/2167",[807,5.267]],["name/2168",[804,62.758]],["parent/2168",[807,5.267]],["name/2169",[806,62.758]],["parent/2169",[807,5.267]],["name/2170",[805,62.758]],["parent/2170",[807,5.267]],["name/2171",[808,56.398]],["parent/2171",[]],["name/2172",[1,23.977]],["parent/2172",[808,5.152]],["name/2173",[67,49.177]],["parent/2173",[808,5.152]],["name/2174",[669,68.636]],["parent/2174",[808,5.152]],["name/2175",[2,34.558]],["parent/2175",[808,5.152]],["name/2176",[804,62.758]],["parent/2176",[808,5.152]],["name/2177",[806,62.758]],["parent/2177",[808,5.152]],["name/2178",[805,62.758]],["parent/2178",[808,5.152]],["name/2179",[809,65.271]],["parent/2179",[]],["name/2180",[810,60.751]],["parent/2180",[809,5.963]],["name/2181",[811,60.751]],["parent/2181",[809,5.963]],["name/2182",[812,59.081]],["parent/2182",[]],["name/2183",[1,23.977]],["parent/2183",[812,5.398]],["name/2184",[622,60.751]],["parent/2184",[812,5.398]],["name/2185",[810,60.751]],["parent/2185",[812,5.398]],["name/2186",[811,60.751]],["parent/2186",[812,5.398]],["name/2187",[813,73.744]],["parent/2187",[812,5.398]],["name/2188",[814,62.758]],["parent/2188",[]],["name/2189",[815,73.744]],["parent/2189",[814,5.734]],["name/2190",[36,68.636]],["parent/2190",[814,5.734]],["name/2191",[38,68.636]],["parent/2191",[814,5.734]],["name/2192",[816,51.057]],["parent/2192",[]],["name/2193",[1,23.977]],["parent/2193",[816,4.665]],["name/2194",[622,60.751]],["parent/2194",[816,4.665]],["name/2195",[229,52.542]],["parent/2195",[816,4.665]],["name/2196",[817,73.744]],["parent/2196",[816,4.665]],["name/2197",[810,60.751]],["parent/2197",[816,4.665]],["name/2198",[811,60.751]],["parent/2198",[816,4.665]],["name/2199",[818,73.744]],["parent/2199",[816,4.665]],["name/2200",[819,73.744]],["parent/2200",[816,4.665]],["name/2201",[820,73.744]],["parent/2201",[816,4.665]],["name/2202",[821,73.744]],["parent/2202",[816,4.665]],["name/2203",[822,73.744]],["parent/2203",[816,4.665]],["name/2204",[823,73.744]],["parent/2204",[816,4.665]],["name/2205",[824,73.744]],["parent/2205",[816,4.665]],["name/2206",[825,65.271]],["parent/2206",[]],["name/2207",[810,60.751]],["parent/2207",[825,5.963]],["name/2208",[811,60.751]],["parent/2208",[825,5.963]],["name/2209",[826,52.542]],["parent/2209",[]],["name/2210",[1,23.977]],["parent/2210",[826,4.8]],["name/2211",[2,34.558]],["parent/2211",[826,4.8]],["name/2212",[827,73.744]],["parent/2212",[826,4.8]],["name/2213",[828,73.744]],["parent/2213",[826,4.8]],["name/2214",[829,73.744]],["parent/2214",[826,4.8]],["name/2215",[830,73.744]],["parent/2215",[826,4.8]],["name/2216",[370,60.751]],["parent/2216",[826,4.8]],["name/2217",[831,65.271]],["parent/2217",[826,4.8]],["name/2218",[832,65.271]],["parent/2218",[826,4.8]],["name/2219",[833,68.636]],["parent/2219",[826,4.8]],["name/2220",[834,73.744]],["parent/2220",[826,4.8]],["name/2221",[835,65.271]],["parent/2221",[]],["name/2222",[831,65.271]],["parent/2222",[835,5.963]],["name/2223",[832,65.271]],["parent/2223",[835,5.963]],["name/2224",[836,56.398]],["parent/2224",[]],["name/2225",[1,23.977]],["parent/2225",[836,5.152]],["name/2226",[2,34.558]],["parent/2226",[836,5.152]],["name/2227",[622,60.751]],["parent/2227",[836,5.152]],["name/2228",[837,73.744]],["parent/2228",[836,5.152]],["name/2229",[831,65.271]],["parent/2229",[836,5.152]],["name/2230",[832,65.271]],["parent/2230",[836,5.152]],["name/2231",[833,68.636]],["parent/2231",[836,5.152]],["name/2232",[838,56.398]],["parent/2232",[]],["name/2233",[1,23.977]],["parent/2233",[838,5.152]],["name/2234",[2,34.558]],["parent/2234",[838,5.152]],["name/2235",[622,60.751]],["parent/2235",[838,5.152]],["name/2236",[32,65.271]],["parent/2236",[838,5.152]],["name/2237",[810,60.751]],["parent/2237",[838,5.152]],["name/2238",[811,60.751]],["parent/2238",[838,5.152]],["name/2239",[839,73.744]],["parent/2239",[838,5.152]],["name/2240",[840,59.081]],["parent/2240",[]],["name/2241",[1,23.977]],["parent/2241",[840,5.398]],["name/2242",[841,73.744]],["parent/2242",[840,5.398]],["name/2243",[842,73.744]],["parent/2243",[840,5.398]],["name/2244",[843,73.744]],["parent/2244",[840,5.398]],["name/2245",[844,62.758]],["parent/2245",[840,5.398]],["name/2246",[845,62.758]],["parent/2246",[]],["name/2247",[1,23.977]],["parent/2247",[845,5.734]],["name/2248",[846,68.636]],["parent/2248",[845,5.734]],["name/2249",[844,62.758]],["parent/2249",[845,5.734]],["name/2250",[847,62.758]],["parent/2250",[]],["name/2251",[1,23.977]],["parent/2251",[847,5.734]],["name/2252",[846,68.636]],["parent/2252",[847,5.734]],["name/2253",[844,62.758]],["parent/2253",[847,5.734]],["name/2254",[848,73.744]],["parent/2254",[]],["name/2255",[849,73.744]],["parent/2255",[]],["name/2256",[294,62.758]],["parent/2256",[]],["name/2257",[850,73.744]],["parent/2257",[]],["name/2258",[851,65.271]],["parent/2258",[]],["name/2259",[851,65.271]],["parent/2259",[851,5.963]],["name/2260",[852,62.758]],["parent/2260",[]],["name/2261",[853,73.744]],["parent/2261",[852,5.734]],["name/2262",[852,62.758]],["parent/2262",[852,5.734]],["name/2263",[254,55.286]],["parent/2263",[]],["name/2264",[844,62.758]],["parent/2264",[254,5.051]],["name/2265",[854,73.744]],["parent/2265",[]],["name/2266",[855,73.744]],["parent/2266",[]],["name/2267",[856,73.744]],["parent/2267",[]],["name/2268",[857,73.744]],["parent/2268",[]],["name/2269",[858,73.744]],["parent/2269",[]],["name/2270",[859,73.744]],["parent/2270",[]],["name/2271",[860,73.744]],["parent/2271",[]],["name/2272",[861,73.744]],["parent/2272",[]],["name/2273",[862,73.744]],["parent/2273",[]],["name/2274",[863,73.744]],["parent/2274",[]],["name/2275",[864,68.636]],["parent/2275",[]],["name/2276",[204,53.375]],["parent/2276",[864,6.271]],["name/2277",[25,65.271]],["parent/2277",[865,6.271]],["name/2278",[866,73.744]],["parent/2278",[865,6.271]],["name/2279",[867,73.744]],["parent/2279",[]],["name/2280",[868,73.744]],["parent/2280",[]],["name/2281",[869,73.744]],["parent/2281",[]],["name/2282",[870,73.744]],["parent/2282",[]],["name/2283",[871,73.744]],["parent/2283",[]],["name/2284",[872,73.744]],["parent/2284",[]],["name/2285",[873,73.744]],["parent/2285",[]],["name/2286",[874,73.744]],["parent/2286",[]],["name/2287",[875,73.744]],["parent/2287",[]],["name/2288",[876,73.744]],["parent/2288",[]],["name/2289",[877,73.744]],["parent/2289",[]],["name/2290",[878,73.744]],["parent/2290",[]],["name/2291",[879,73.744]],["parent/2291",[]],["name/2292",[880,73.744]],["parent/2292",[]],["name/2293",[881,65.271]],["parent/2293",[]],["name/2294",[882,59.081]],["parent/2294",[881,5.963]],["name/2295",[207,57.65]],["parent/2295",[881,5.963]],["name/2296",[883,60.751]],["parent/2296",[]],["name/2297",[884,73.744]],["parent/2297",[883,5.55]],["name/2298",[204,53.375]],["parent/2298",[883,5.55]],["name/2299",[885,73.744]],["parent/2299",[886,6.271]],["name/2300",[605,65.271]],["parent/2300",[886,6.271]],["name/2301",[882,59.081]],["parent/2301",[883,5.55]],["name/2302",[207,57.65]],["parent/2302",[883,5.55]],["name/2303",[887,65.271]],["parent/2303",[]],["name/2304",[882,59.081]],["parent/2304",[887,5.963]],["name/2305",[207,57.65]],["parent/2305",[887,5.963]],["name/2306",[888,65.271]],["parent/2306",[]],["name/2307",[882,59.081]],["parent/2307",[888,5.963]],["name/2308",[207,57.65]],["parent/2308",[888,5.963]],["name/2309",[889,65.271]],["parent/2309",[]],["name/2310",[882,59.081]],["parent/2310",[889,5.963]],["name/2311",[207,57.65]],["parent/2311",[889,5.963]],["name/2312",[890,65.271]],["parent/2312",[]],["name/2313",[882,59.081]],["parent/2313",[890,5.963]],["name/2314",[207,57.65]],["parent/2314",[890,5.963]],["name/2315",[891,60.751]],["parent/2315",[]],["name/2316",[892,73.744]],["parent/2316",[891,5.55]],["name/2317",[893,73.744]],["parent/2317",[891,5.55]],["name/2318",[318,68.636]],["parent/2318",[891,5.55]],["name/2319",[894,73.744]],["parent/2319",[891,5.55]],["name/2320",[895,73.744]],["parent/2320",[]],["name/2321",[896,73.744]],["parent/2321",[]],["name/2322",[897,73.744]],["parent/2322",[]],["name/2323",[898,73.744]],["parent/2323",[]],["name/2324",[899,73.744]],["parent/2324",[]],["name/2325",[900,73.744]],["parent/2325",[]],["name/2326",[901,73.744]],["parent/2326",[]],["name/2327",[902,73.744]],["parent/2327",[]],["name/2328",[903,73.744]],["parent/2328",[]],["name/2329",[904,73.744]],["parent/2329",[]],["name/2330",[905,73.744]],["parent/2330",[]],["name/2331",[906,73.744]],["parent/2331",[]],["name/2332",[907,73.744]],["parent/2332",[]],["name/2333",[908,73.744]],["parent/2333",[]],["name/2334",[909,73.744]],["parent/2334",[]],["name/2335",[910,73.744]],["parent/2335",[]],["name/2336",[911,73.744]],["parent/2336",[]],["name/2337",[912,73.744]],["parent/2337",[]],["name/2338",[913,73.744]],["parent/2338",[]],["name/2339",[914,73.744]],["parent/2339",[]],["name/2340",[915,73.744]],["parent/2340",[]],["name/2341",[916,68.636]],["parent/2341",[]],["name/2342",[1,23.977]],["parent/2342",[916,6.271]],["name/2343",[917,73.744]],["parent/2343",[]],["name/2344",[918,73.744]],["parent/2344",[]],["name/2345",[919,73.744]],["parent/2345",[]],["name/2346",[920,73.744]],["parent/2346",[]],["name/2347",[921,73.744]],["parent/2347",[]],["name/2348",[922,73.744]],["parent/2348",[]],["name/2349",[923,73.744]],["parent/2349",[]],["name/2350",[924,73.744]],["parent/2350",[]],["name/2351",[925,73.744]],["parent/2351",[]],["name/2352",[926,73.744]],["parent/2352",[]],["name/2353",[927,73.744]],["parent/2353",[]],["name/2354",[928,73.744]],["parent/2354",[]],["name/2355",[929,65.271]],["parent/2355",[]],["name/2356",[930,73.744]],["parent/2356",[929,5.963]],["name/2357",[931,73.744]],["parent/2357",[929,5.963]],["name/2358",[932,73.744]],["parent/2358",[]],["name/2359",[933,73.744]],["parent/2359",[]],["name/2360",[934,73.744]],["parent/2360",[]],["name/2361",[935,73.744]],["parent/2361",[]],["name/2362",[936,73.744]],["parent/2362",[]],["name/2363",[937,73.744]],["parent/2363",[]],["name/2364",[938,73.744]],["parent/2364",[]],["name/2365",[939,73.744]],["parent/2365",[]],["name/2366",[940,73.744]],["parent/2366",[]],["name/2367",[941,73.744]],["parent/2367",[]],["name/2368",[942,73.744]],["parent/2368",[]],["name/2369",[25,65.271]],["parent/2369",[]],["name/2370",[166,65.271]],["parent/2370",[]],["name/2371",[943,73.744]],["parent/2371",[]],["name/2372",[944,73.744]],["parent/2372",[]],["name/2373",[945,73.744]],["parent/2373",[]],["name/2374",[946,73.744]],["parent/2374",[]],["name/2375",[947,73.744]],["parent/2375",[]],["name/2376",[948,73.744]],["parent/2376",[]],["name/2377",[949,73.744]],["parent/2377",[]],["name/2378",[950,73.744]],["parent/2378",[]],["name/2379",[951,73.744]],["parent/2379",[]],["name/2380",[952,73.744]],["parent/2380",[]],["name/2381",[953,73.744]],["parent/2381",[]],["name/2382",[954,73.744]],["parent/2382",[]],["name/2383",[955,73.744]],["parent/2383",[]],["name/2384",[956,73.744]],["parent/2384",[]],["name/2385",[957,73.744]],["parent/2385",[]],["name/2386",[958,73.744]],["parent/2386",[]],["name/2387",[959,73.744]],["parent/2387",[]],["name/2388",[960,73.744]],["parent/2388",[]],["name/2389",[961,73.744]],["parent/2389",[]],["name/2390",[962,73.744]],["parent/2390",[]]],"invertedIndex":[["__type",{"_index":204,"name":{"572":{},"791":{},"795":{},"1136":{},"1269":{},"1360":{},"1617":{},"1711":{},"1748":{},"2276":{},"2298":{}},"parent":{}}],["absolutefilepath",{"_index":897,"name":{"2322":{}},"parent":{}}],["accept",{"_index":883,"name":{"2296":{}},"parent":{"2297":{},"2298":{},"2301":{},"2302":{}}}],["accept.__type",{"_index":886,"name":{},"parent":{"2299":{},"2300":{}}}],["acceptcharset",{"_index":887,"name":{"2303":{}},"parent":{"2304":{},"2305":{}}}],["acceptdatetime",{"_index":890,"name":{"2312":{}},"parent":{"2313":{},"2314":{}}}],["acceptencoding",{"_index":888,"name":{"2306":{}},"parent":{"2307":{},"2308":{}}}],["acceptheader",{"_index":881,"name":{"2293":{}},"parent":{"2294":{},"2295":{}}}],["acceptlanguage",{"_index":889,"name":{"2309":{}},"parent":{"2310":{},"2311":{}}}],["acceptpreferenceparser",{"_index":127,"name":{"338":{}},"parent":{"339":{},"340":{},"341":{},"342":{}}}],["accesschecker",{"_index":23,"name":{"51":{},"182":{}},"parent":{"52":{},"53":{},"54":{},"55":{}}}],["accesscheckerargs",{"_index":24,"name":{"56":{}},"parent":{"57":{},"58":{},"59":{}}}],["accessmode",{"_index":35,"name":{"80":{}},"parent":{"81":{},"82":{},"83":{},"84":{},"85":{}}}],["accessor",{"_index":723,"name":{"1864":{}},"parent":{}}],["accountpayload",{"_index":275,"name":{"709":{}},"parent":{"710":{},"711":{},"712":{},"713":{}}}],["accountsettings",{"_index":264,"name":{"695":{}},"parent":{"696":{},"697":{}}}],["accountstore",{"_index":53,"name":{"112":{},"654":{},"662":{},"675":{},"690":{},"698":{},"740":{},"767":{}},"parent":{"699":{},"700":{},"701":{},"702":{},"703":{},"704":{},"705":{},"706":{},"707":{},"708":{}}}],["acl",{"_index":25,"name":{"57":{},"2277":{},"2369":{}},"parent":{}}],["aclstore",{"_index":79,"name":{"180":{}},"parent":{}}],["aclstrategy",{"_index":54,"name":{"113":{},"179":{}},"parent":{}}],["acltopermission",{"_index":163,"name":{"486":{}},"parent":{}}],["acquire",{"_index":831,"name":{"2217":{},"2222":{},"2229":{}},"parent":{}}],["adapterfactory",{"_index":227,"name":{"606":{},"615":{},"858":{}},"parent":{"859":{}}}],["add",{"_index":194,"name":{"562":{}},"parent":{}}],["addgeneratedresources",{"_index":449,"name":{"1123":{}},"parent":{}}],["addheader",{"_index":879,"name":{"2291":{}},"parent":{}}],["addmetadata",{"_index":93,"name":{"199":{},"218":{},"251":{}},"parent":{}}],["addposixmetadata",{"_index":536,"name":{"1353":{}},"parent":{}}],["addquad",{"_index":190,"name":{"558":{}},"parent":{}}],["addquads",{"_index":191,"name":{"559":{}},"parent":{}}],["addresource",{"_index":710,"name":{"1829":{},"1837":{},"1869":{},"1898":{},"1910":{},"1923":{},"1933":{},"1944":{},"1949":{},"1963":{},"1973":{},"1981":{}},"parent":{}}],["addresourcemetadata",{"_index":917,"name":{"2343":{}},"parent":{}}],["address",{"_index":782,"name":{"2068":{}},"parent":{}}],["addtemplatemetadata",{"_index":919,"name":{"2345":{}},"parent":{}}],["agent",{"_index":11,"name":{"11":{}},"parent":{}}],["agentaccesschecker",{"_index":27,"name":{"60":{}},"parent":{"61":{},"62":{},"63":{},"64":{}}}],["agentclassaccesschecker",{"_index":28,"name":{"65":{}},"parent":{"66":{},"67":{},"68":{},"69":{}}}],["agentgroupaccesschecker",{"_index":29,"name":{"70":{}},"parent":{"71":{},"72":{},"73":{},"74":{},"75":{},"76":{},"77":{},"78":{},"79":{}}}],["algebra",{"_index":218,"name":{"585":{}},"parent":{}}],["allcanhandle",{"_index":799,"name":{"2140":{}},"parent":{}}],["allmethods",{"_index":518,"name":{"1323":{}},"parent":{}}],["allowedmethods",{"_index":515,"name":{"1315":{},"1322":{}},"parent":{}}],["allowedpathnames",{"_index":516,"name":{"1316":{}},"parent":{}}],["allowedpathnamesregex",{"_index":519,"name":{"1324":{}},"parent":{}}],["allstaticreader",{"_index":56,"name":{"118":{}},"parent":{"119":{},"120":{},"121":{},"122":{},"123":{}}}],["app",{"_index":384,"name":{"958":{}},"parent":{"959":{},"960":{},"961":{},"962":{},"963":{}}}],["append",{"_index":37,"name":{"82":{}},"parent":{}}],["application_json",{"_index":854,"name":{"2265":{}},"parent":{}}],["application_octet_stream",{"_index":855,"name":{"2266":{}},"parent":{}}],["application_sparql_update",{"_index":856,"name":{"2267":{}},"parent":{}}],["application_x_www_form_urlencoded",{"_index":857,"name":{"2268":{}},"parent":{}}],["applypermissions",{"_index":77,"name":{"171":{}},"parent":{}}],["applytemplate",{"_index":846,"name":{"2248":{},"2252":{}},"parent":{}}],["apprunner",{"_index":393,"name":{"972":{}},"parent":{"973":{},"974":{},"975":{},"976":{},"977":{},"978":{}}}],["asserterror",{"_index":769,"name":{"2003":{}},"parent":{}}],["assertpassword",{"_index":303,"name":{"772":{}},"parent":{}}],["asynchandler",{"_index":789,"name":{"2092":{}},"parent":{"2093":{},"2094":{},"2095":{},"2096":{}}}],["asynctransformoptions",{"_index":929,"name":{"2355":{}},"parent":{"2356":{},"2357":{}}}],["atomicresourcestore",{"_index":706,"name":{"1825":{}},"parent":{"1826":{},"1827":{},"1828":{},"1829":{},"1830":{},"1831":{}}}],["auth",{"_index":166,"name":{"492":{},"794":{},"2370":{}},"parent":{}}],["authenticate",{"_index":267,"name":{"699":{},"725":{}},"parent":{}}],["authorizer",{"_index":61,"name":{"129":{},"1190":{},"1198":{}},"parent":{"130":{},"131":{},"132":{},"133":{}}}],["authorizerinput",{"_index":58,"name":{"124":{}},"parent":{"125":{},"126":{},"127":{},"128":{}}}],["authorizinghttphandler",{"_index":476,"name":{"1192":{}},"parent":{"1193":{},"1194":{},"1195":{},"1196":{},"1197":{},"1198":{},"1199":{},"1200":{},"1201":{},"1202":{}}}],["authorizinghttphandlerargs",{"_index":475,"name":{"1186":{}},"parent":{"1187":{},"1188":{},"1189":{},"1190":{},"1191":{}}}],["auxiliaryidentifierstrategy",{"_index":86,"name":{"191":{}},"parent":{"192":{},"193":{},"194":{},"195":{}}}],["auxiliaryreader",{"_index":62,"name":{"134":{}},"parent":{"135":{},"136":{},"137":{},"138":{},"139":{},"140":{},"141":{},"142":{}}}],["auxiliarystrategy",{"_index":64,"name":{"138":{},"196":{},"1866":{},"1907":{}},"parent":{"197":{},"198":{},"199":{},"200":{},"201":{},"202":{},"203":{},"204":{}}}],["badrequesthttperror",{"_index":763,"name":{"1986":{}},"parent":{"1987":{},"1988":{},"1989":{},"1990":{},"1991":{},"1992":{},"1993":{}}}],["base",{"_index":459,"name":{"1142":{},"1813":{}},"parent":{}}],["baseaccountstore",{"_index":282,"name":{"718":{}},"parent":{"719":{},"720":{},"721":{},"722":{},"723":{},"724":{},"725":{},"726":{},"727":{},"728":{},"729":{},"730":{},"731":{},"732":{},"733":{},"734":{}}}],["basecomponentsjsfactory",{"_index":444,"name":{"1116":{}},"parent":{"1117":{},"1118":{},"1119":{},"1120":{}}}],["baseemailsender",{"_index":325,"name":{"799":{}},"parent":{"800":{},"801":{},"802":{},"803":{},"804":{},"805":{}}}],["basefileidentifiermapper",{"_index":641,"name":{"1636":{}},"parent":{"1637":{},"1638":{},"1639":{},"1640":{},"1641":{},"1642":{},"1643":{},"1644":{},"1645":{},"1646":{},"1647":{},"1648":{},"1649":{},"1650":{},"1651":{},"1652":{}}}],["basehttpserverfactory",{"_index":483,"name":{"1210":{}},"parent":{"1211":{},"1212":{},"1213":{},"1214":{},"1215":{},"1216":{}}}],["basehttpserveroptions",{"_index":477,"name":{"1203":{}},"parent":{"1204":{},"1205":{},"1206":{},"1207":{},"1208":{},"1209":{}}}],["baseidentifierstrategy",{"_index":803,"name":{"2155":{}},"parent":{"2156":{},"2157":{},"2158":{},"2159":{}}}],["baseparts",{"_index":454,"name":{"1135":{},"1710":{}},"parent":{}}],["baserequesturi",{"_index":642,"name":{"1639":{},"1662":{},"1696":{},"1722":{}},"parent":{}}],["baseresourcestore",{"_index":712,"name":{"1832":{}},"parent":{"1833":{},"1834":{},"1835":{},"1836":{},"1837":{},"1838":{},"1839":{}}}],["baseserverfactory",{"_index":500,"name":{"1263":{}},"parent":{}}],["basestore",{"_index":691,"name":{"1789":{}},"parent":{}}],["basesubdomain",{"_index":668,"name":{"1708":{}},"parent":{}}],["baseurl",{"_index":67,"name":{"145":{},"607":{},"616":{},"655":{},"663":{},"736":{},"763":{},"900":{},"910":{},"967":{},"989":{},"1298":{},"1304":{},"1312":{},"1319":{},"2166":{},"2173":{}},"parent":{}}],["baseurlhandler",{"_index":435,"name":{"1089":{}},"parent":{"1090":{},"1091":{},"1092":{},"1093":{}}}],["baseurlrouterrule",{"_index":690,"name":{"1787":{}},"parent":{"1788":{},"1789":{},"1790":{},"1791":{},"1792":{},"1793":{},"1794":{}}}],["basicconditions",{"_index":718,"name":{"1845":{}},"parent":{"1846":{},"1847":{},"1848":{},"1849":{},"1850":{},"1851":{},"1852":{}}}],["basicconditionsoptions",{"_index":713,"name":{"1840":{}},"parent":{"1841":{},"1842":{},"1843":{},"1844":{}}}],["basicconditionsparser",{"_index":115,"name":{"290":{}},"parent":{"291":{},"292":{},"293":{},"294":{},"295":{},"296":{},"297":{}}}],["basicinteractionroute",{"_index":304,"name":{"773":{}},"parent":{"774":{},"775":{},"776":{},"777":{},"778":{},"779":{},"780":{},"781":{},"782":{},"783":{}}}],["basicrepresentation",{"_index":175,"name":{"528":{}},"parent":{"529":{},"530":{},"531":{},"532":{},"533":{}}}],["basicrequestparser",{"_index":130,"name":{"354":{}},"parent":{"355":{},"356":{},"357":{},"358":{},"359":{},"360":{},"361":{},"362":{},"363":{}}}],["basicrequestparserargs",{"_index":129,"name":{"348":{}},"parent":{"349":{},"350":{},"351":{},"352":{},"353":{}}}],["basicresponsewriter",{"_index":173,"name":{"516":{}},"parent":{"517":{},"518":{},"519":{},"520":{},"521":{},"522":{}}}],["bearerwebidextractor",{"_index":0,"name":{"0":{}},"parent":{"1":{},"2":{},"3":{},"4":{},"5":{},"6":{}}}],["binary",{"_index":176,"name":{"532":{},"537":{},"542":{},"588":{}},"parent":{}}],["body",{"_index":222,"name":{"596":{}},"parent":{}}],["bodyparser",{"_index":112,"name":{"273":{},"353":{},"360":{}},"parent":{"274":{},"275":{},"276":{},"277":{}}}],["bodyparserargs",{"_index":109,"name":{"270":{}},"parent":{"271":{},"272":{}}}],["booleanhandler",{"_index":790,"name":{"2097":{}},"parent":{"2098":{},"2099":{},"2100":{},"2101":{},"2102":{},"2103":{}}}],["buildmanager",{"_index":446,"name":{"1119":{}},"parent":{}}],["by",{"_index":892,"name":{"2316":{}},"parent":{}}],["cache",{"_index":31,"name":{"73":{}},"parent":{}}],["canhandle",{"_index":4,"name":{"4":{},"15":{},"23":{},"29":{},"35":{},"43":{},"48":{},"53":{},"63":{},"68":{},"78":{},"90":{},"95":{},"100":{},"116":{},"122":{},"131":{},"139":{},"147":{},"158":{},"165":{},"173":{},"189":{},"225":{},"229":{},"236":{},"267":{},"275":{},"282":{},"287":{},"296":{},"300":{},"307":{},"311":{},"317":{},"325":{},"329":{},"336":{},"341":{},"345":{},"362":{},"366":{},"374":{},"380":{},"385":{},"391":{},"397":{},"404":{},"411":{},"418":{},"425":{},"432":{},"443":{},"452":{},"458":{},"465":{},"471":{},"475":{},"481":{},"488":{},"494":{},"520":{},"525":{},"603":{},"650":{},"670":{},"678":{},"685":{},"693":{},"804":{},"813":{},"827":{},"832":{},"838":{},"842":{},"856":{},"922":{},"956":{},"986":{},"1004":{},"1008":{},"1015":{},"1024":{},"1092":{},"1098":{},"1102":{},"1114":{},"1201":{},"1222":{},"1236":{},"1254":{},"1258":{},"1271":{},"1277":{},"1287":{},"1295":{},"1308":{},"1325":{},"1329":{},"1339":{},"1362":{},"1380":{},"1402":{},"1424":{},"1432":{},"1445":{},"1460":{},"1472":{},"1481":{},"1500":{},"1509":{},"1515":{},"1528":{},"1533":{},"1543":{},"1552":{},"1560":{},"1569":{},"1734":{},"1744":{},"1754":{},"1763":{},"1771":{},"1777":{},"1793":{},"1804":{},"1815":{},"1822":{},"2094":{},"2101":{},"2111":{},"2118":{},"2125":{},"2131":{},"2137":{},"2145":{},"2152":{}},"parent":{}}],["cause",{"_index":765,"name":{"1991":{},"1999":{},"2011":{},"2015":{},"2023":{},"2031":{},"2039":{},"2047":{},"2055":{},"2063":{},"2081":{},"2089":{}},"parent":{}}],["cert",{"_index":480,"name":{"1207":{}},"parent":{}}],["chainedconverter",{"_index":560,"name":{"1398":{}},"parent":{"1399":{},"1400":{},"1401":{},"1402":{},"1403":{},"1404":{},"1405":{},"1406":{},"1407":{},"1408":{},"1409":{},"1410":{},"1411":{},"1412":{}}}],["chainedengines",{"_index":842,"name":{"2243":{}},"parent":{}}],["chainedtemplateengine",{"_index":840,"name":{"2240":{}},"parent":{"2241":{},"2242":{},"2243":{},"2244":{},"2245":{}}}],["changepassword",{"_index":268,"name":{"702":{},"728":{}},"parent":{}}],["charset",{"_index":210,"name":{"577":{}},"parent":{}}],["checkcondition",{"_index":793,"name":{"2114":{}},"parent":{}}],["cleanpreferences",{"_index":589,"name":{"1449":{}},"parent":{}}],["cleanslug",{"_index":733,"name":{"1882":{}},"parent":{}}],["cliparams",{"_index":388,"name":{"964":{}},"parent":{"965":{},"966":{},"967":{},"968":{},"969":{},"970":{},"971":{}}}],["clonerepresentation",{"_index":920,"name":{"2346":{}},"parent":{}}],["code",{"_index":783,"name":{"2069":{}},"parent":{}}],["codetemplatespath",{"_index":604,"name":{"1485":{},"1492":{}},"parent":{}}],["combine",{"_index":18,"name":{"33":{},"170":{},"2141":{}},"parent":{}}],["componentsjsfactory",{"_index":448,"name":{"1121":{}},"parent":{"1122":{}}}],["composedauxiliarystrategy",{"_index":95,"name":{"205":{}},"parent":{"206":{},"207":{},"208":{},"209":{},"210":{},"211":{},"212":{},"213":{},"214":{},"215":{},"216":{},"217":{},"218":{},"219":{}}}],["conditionalhandler",{"_index":791,"name":{"2104":{}},"parent":{"2105":{},"2106":{},"2107":{},"2108":{},"2109":{},"2110":{},"2111":{},"2112":{},"2113":{},"2114":{}}}],["conditions",{"_index":221,"name":{"594":{},"1854":{}},"parent":{"1855":{},"1856":{},"1857":{},"1858":{},"1859":{},"1860":{}}}],["conditionsparser",{"_index":118,"name":{"298":{},"352":{},"359":{}},"parent":{"299":{},"300":{},"301":{},"302":{}}}],["config",{"_index":231,"name":{"614":{}},"parent":{}}],["configpodinitializer",{"_index":398,"name":{"979":{}},"parent":{"980":{},"981":{},"982":{},"983":{},"984":{},"985":{},"986":{},"987":{}}}],["configpodmanager",{"_index":473,"name":{"1171":{}},"parent":{"1172":{},"1173":{},"1174":{},"1175":{},"1176":{},"1177":{}}}],["configstorage",{"_index":400,"name":{"983":{},"1149":{}},"parent":{}}],["configtemplatepath",{"_index":461,"name":{"1150":{}},"parent":{}}],["configureclaims",{"_index":239,"name":{"628":{}},"parent":{}}],["configureerrors",{"_index":242,"name":{"631":{}},"parent":{}}],["configureroutes",{"_index":241,"name":{"630":{}},"parent":{}}],["conflicthttperror",{"_index":767,"name":{"1994":{}},"parent":{"1995":{},"1996":{},"1997":{},"1998":{},"1999":{},"2000":{},"2001":{}}}],["constantconverter",{"_index":576,"name":{"1419":{}},"parent":{"1420":{},"1421":{},"1422":{},"1423":{},"1424":{},"1425":{},"1426":{}}}],["constantconverteroptions",{"_index":570,"name":{"1413":{}},"parent":{"1414":{},"1415":{},"1416":{},"1417":{},"1418":{}}}],["constantmetadatawriter",{"_index":155,"name":{"454":{}},"parent":{"455":{},"456":{},"457":{},"458":{},"459":{}}}],["constructor",{"_index":1,"name":{"1":{},"14":{},"19":{},"27":{},"32":{},"39":{},"46":{},"52":{},"61":{},"66":{},"71":{},"89":{},"94":{},"99":{},"110":{},"119":{},"130":{},"135":{},"144":{},"152":{},"164":{},"169":{},"177":{},"206":{},"221":{},"228":{},"233":{},"239":{},"247":{},"259":{},"266":{},"274":{},"279":{},"285":{},"291":{},"299":{},"304":{},"310":{},"315":{},"320":{},"328":{},"333":{},"339":{},"344":{},"355":{},"365":{},"373":{},"378":{},"383":{},"389":{},"395":{},"403":{},"408":{},"415":{},"422":{},"429":{},"442":{},"447":{},"455":{},"461":{},"468":{},"474":{},"479":{},"484":{},"491":{},"497":{},"502":{},"507":{},"512":{},"517":{},"524":{},"529":{},"550":{},"598":{},"613":{},"649":{},"660":{},"673":{},"681":{},"688":{},"719":{},"761":{},"774":{},"800":{},"812":{},"824":{},"830":{},"835":{},"841":{},"846":{},"861":{},"877":{},"881":{},"895":{},"908":{},"927":{},"943":{},"959":{},"973":{},"980":{},"996":{},"1007":{},"1012":{},"1018":{},"1027":{},"1041":{},"1047":{},"1062":{},"1071":{},"1075":{},"1085":{},"1090":{},"1095":{},"1101":{},"1109":{},"1117":{},"1134":{},"1141":{},"1145":{},"1153":{},"1172":{},"1179":{},"1193":{},"1211":{},"1221":{},"1235":{},"1246":{},"1257":{},"1262":{},"1267":{},"1274":{},"1280":{},"1292":{},"1303":{},"1318":{},"1337":{},"1357":{},"1374":{},"1399":{},"1420":{},"1428":{},"1443":{},"1458":{},"1466":{},"1475":{},"1489":{},"1503":{},"1512":{},"1521":{},"1531":{},"1536":{},"1546":{},"1559":{},"1564":{},"1579":{},"1592":{},"1609":{},"1621":{},"1637":{},"1654":{},"1674":{},"1687":{},"1707":{},"1732":{},"1738":{},"1753":{},"1762":{},"1767":{},"1774":{},"1788":{},"1799":{},"1807":{},"1812":{},"1821":{},"1833":{},"1846":{},"1862":{},"1891":{},"1903":{},"1919":{},"1929":{},"1938":{},"1948":{},"1957":{},"1977":{},"1989":{},"1997":{},"2009":{},"2021":{},"2029":{},"2037":{},"2045":{},"2053":{},"2061":{},"2079":{},"2087":{},"2093":{},"2098":{},"2105":{},"2116":{},"2122":{},"2128":{},"2134":{},"2143":{},"2149":{},"2156":{},"2165":{},"2172":{},"2183":{},"2193":{},"2210":{},"2225":{},"2233":{},"2241":{},"2247":{},"2251":{},"2342":{}},"parent":{}}],["constructtypemap",{"_index":598,"name":{"1462":{}},"parent":{}}],["consume",{"_index":356,"name":{"875":{},"893":{}},"parent":{}}],["container",{"_index":571,"name":{"1414":{},"1594":{}},"parent":{}}],["containerid",{"_index":405,"name":{"999":{}},"parent":{}}],["containerinitializer",{"_index":404,"name":{"995":{}},"parent":{"996":{},"997":{},"998":{},"999":{},"1000":{},"1001":{},"1002":{},"1003":{},"1004":{},"1005":{}}}],["containerinitializerargs",{"_index":402,"name":{"988":{}},"parent":{"989":{},"990":{},"991":{},"992":{},"993":{},"994":{}}}],["containerpatcher",{"_index":672,"name":{"1731":{}},"parent":{"1732":{},"1733":{},"1734":{},"1735":{},"1736":{}}}],["containertotemplateconverter",{"_index":578,"name":{"1427":{}},"parent":{"1428":{},"1429":{},"1430":{},"1431":{},"1432":{},"1433":{},"1434":{},"1435":{},"1436":{},"1437":{},"1438":{},"1439":{},"1440":{},"1441":{}}}],["content_type",{"_index":959,"name":{"2387":{}},"parent":{}}],["content_type_term",{"_index":960,"name":{"2388":{}},"parent":{}}],["contenttype",{"_index":201,"name":{"569":{},"1422":{},"1431":{},"1487":{},"1494":{},"1679":{},"1688":{}},"parent":{}}],["contenttypemap",{"_index":587,"name":{"1444":{}},"parent":{}}],["contenttypeparser",{"_index":121,"name":{"314":{}},"parent":{"315":{},"316":{},"317":{},"318":{}}}],["contenttypereplacer",{"_index":586,"name":{"1442":{}},"parent":{"1443":{},"1444":{},"1445":{},"1446":{},"1447":{},"1448":{}}}],["controls",{"_index":310,"name":{"780":{},"916":{}},"parent":{}}],["convert",{"_index":610,"name":{"1519":{}},"parent":{}}],["converter",{"_index":30,"name":{"72":{},"234":{},"430":{},"848":{},"885":{},"897":{},"904":{},"913":{},"936":{},"947":{},"1513":{},"1741":{},"1809":{}},"parent":{}}],["converters",{"_index":561,"name":{"1401":{}},"parent":{}}],["convertingerrorhandler",{"_index":145,"name":{"428":{}},"parent":{"429":{},"430":{},"431":{},"432":{},"433":{},"434":{},"435":{},"436":{},"437":{}}}],["convertingpatcher",{"_index":674,"name":{"1737":{}},"parent":{"1738":{},"1739":{},"1740":{},"1741":{},"1742":{},"1743":{},"1744":{},"1745":{},"1746":{}}}],["convertingrouterrule",{"_index":696,"name":{"1798":{}},"parent":{"1799":{},"1800":{},"1801":{},"1802":{},"1803":{},"1804":{},"1805":{}}}],["convertingstoreentry",{"_index":694,"name":{"1795":{}},"parent":{"1796":{},"1797":{}}}],["corshandler",{"_index":501,"name":{"1266":{},"1268":{}},"parent":{"1267":{},"1268":{},"1269":{},"1270":{},"1271":{},"1272":{}}}],["count",{"_index":815,"name":{"2189":{}},"parent":{}}],["create",{"_index":39,"name":{"84":{},"700":{},"726":{},"1675":{},"1685":{}},"parent":{}}],["createaccessparam",{"_index":164,"name":{"487":{}},"parent":{}}],["createapp",{"_index":396,"name":{"977":{}},"parent":{}}],["createdresponsedescription",{"_index":167,"name":{"496":{}},"parent":{"497":{},"498":{},"499":{},"500":{}}}],["createerrormessage",{"_index":770,"name":{"2004":{}},"parent":{}}],["createexpiringrepresentation",{"_index":749,"name":{"1916":{}},"parent":{}}],["createidentifier",{"_index":628,"name":{"1600":{}},"parent":{}}],["createlogger",{"_index":423,"name":{"1043":{},"1056":{},"1073":{},"1087":{}},"parent":{}}],["createnamespace",{"_index":938,"name":{"2364":{}},"parent":{}}],["createpathmatcher",{"_index":507,"name":{"1285":{}},"parent":{}}],["createpermissions",{"_index":81,"name":{"184":{}},"parent":{}}],["createpod",{"_index":297,"name":{"750":{},"759":{},"1177":{},"1183":{},"1185":{}},"parent":{}}],["createprovider",{"_index":234,"name":{"623":{}},"parent":{}}],["createrecursivecontainers",{"_index":740,"name":{"1889":{}},"parent":{}}],["createredisclients",{"_index":829,"name":{"2214":{}},"parent":{}}],["createredlock",{"_index":830,"name":{"2215":{}},"parent":{}}],["createresponse",{"_index":148,"name":{"436":{}},"parent":{}}],["createroute",{"_index":240,"name":{"629":{}},"parent":{}}],["createsafeuri",{"_index":734,"name":{"1883":{}},"parent":{}}],["createserveroptions",{"_index":485,"name":{"1216":{}},"parent":{}}],["createstorageadapter",{"_index":343,"name":{"859":{},"879":{},"898":{}},"parent":{}}],["createsubdomainregexp",{"_index":908,"name":{"2333":{}},"parent":{}}],["createtermnamespace",{"_index":940,"name":{"2366":{}},"parent":{}}],["createtransports",{"_index":434,"name":{"1088":{}},"parent":{}}],["createuri",{"_index":732,"name":{"1881":{}},"parent":{}}],["createuriandtermnamespace",{"_index":941,"name":{"2367":{}},"parent":{}}],["createurinamespace",{"_index":939,"name":{"2365":{}},"parent":{}}],["createvariables",{"_index":397,"name":{"978":{}},"parent":{}}],["createwebid",{"_index":295,"name":{"748":{},"757":{}},"parent":{}}],["credential",{"_index":7,"name":{"7":{},"59":{}},"parent":{"8":{}}}],["credentialgroup",{"_index":9,"name":{"9":{}},"parent":{"10":{},"11":{}}}],["credentials",{"_index":21,"name":{"40":{},"125":{},"161":{}},"parent":{}}],["credentialset",{"_index":12,"name":{"12":{}},"parent":{}}],["credentialsextractor",{"_index":13,"name":{"13":{},"1187":{},"1195":{}},"parent":{"14":{},"15":{},"16":{},"17":{}}}],["customextensions",{"_index":657,"name":{"1656":{}},"parent":{}}],["customtypes",{"_index":656,"name":{"1655":{}},"parent":{}}],["data",{"_index":169,"name":{"500":{},"505":{},"510":{},"515":{},"530":{},"536":{},"541":{},"587":{},"1610":{}},"parent":{}}],["dataaccessor",{"_index":520,"name":{"1328":{}},"parent":{"1329":{},"1330":{},"1331":{},"1332":{},"1333":{},"1334":{},"1335":{}}}],["dataaccessorbasedstore",{"_index":722,"name":{"1861":{}},"parent":{"1862":{},"1863":{},"1864":{},"1865":{},"1866":{},"1867":{},"1868":{},"1869":{},"1870":{},"1871":{},"1872":{},"1873":{},"1874":{},"1875":{},"1876":{},"1877":{},"1878":{},"1879":{},"1880":{},"1881":{},"1882":{},"1883":{},"1884":{},"1885":{},"1886":{},"1887":{},"1888":{},"1889":{}}}],["datetime",{"_index":211,"name":{"578":{}},"parent":{}}],["dc",{"_index":943,"name":{"2371":{}},"parent":{}}],["debug",{"_index":418,"name":{"1036":{},"1053":{},"1068":{},"1082":{}},"parent":{}}],["decodeuripathcomponents",{"_index":902,"name":{"2327":{}},"parent":{}}],["default_custom_types",{"_index":864,"name":{"2275":{}},"parent":{"2276":{}}}],["default_custom_types.__type",{"_index":865,"name":{},"parent":{"2277":{},"2278":{}}}],["defaultstore",{"_index":698,"name":{"1801":{}},"parent":{}}],["defaulttype",{"_index":676,"name":{"1743":{}},"parent":{}}],["delete",{"_index":40,"name":{"85":{},"1576":{},"1586":{},"1598":{},"1606":{},"1614":{},"1628":{}},"parent":{}}],["deleteaccount",{"_index":271,"name":{"705":{},"731":{}},"parent":{}}],["deleteforgotpasswordrecord",{"_index":274,"name":{"708":{},"734":{}},"parent":{}}],["deleteoperationhandler",{"_index":136,"name":{"382":{}},"parent":{"383":{},"384":{},"385":{},"386":{},"387":{}}}],["deleteresource",{"_index":526,"name":{"1335":{},"1345":{},"1368":{},"1386":{},"1830":{},"1838":{},"1872":{},"1899":{},"1912":{},"1924":{},"1934":{},"1945":{},"1950":{},"1967":{},"1974":{},"1983":{}},"parent":{}}],["dest",{"_index":784,"name":{"2070":{}},"parent":{}}],["destroy",{"_index":354,"name":{"873":{},"891":{}},"parent":{}}],["details",{"_index":249,"name":{"641":{},"644":{},"1993":{},"2001":{},"2013":{},"2017":{},"2025":{},"2033":{},"2041":{},"2049":{},"2057":{},"2065":{},"2083":{},"2091":{}},"parent":{}}],["determinepermissions",{"_index":82,"name":{"185":{}},"parent":{}}],["disabledmediaranges",{"_index":575,"name":{"1418":{}},"parent":{}}],["document",{"_index":572,"name":{"1415":{}},"parent":{}}],["dpopwebidextractor",{"_index":14,"name":{"18":{}},"parent":{"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{}}}],["dynamicjsontotemplateconverter",{"_index":597,"name":{"1457":{}},"parent":{"1458":{},"1459":{},"1460":{},"1461":{},"1462":{},"1463":{},"1464":{}}}],["ejstemplateengine",{"_index":845,"name":{"2246":{}},"parent":{"2247":{},"2248":{},"2249":{}}}],["email",{"_index":276,"name":{"711":{},"715":{},"743":{},"753":{},"1169":{}},"parent":{}}],["emailargs",{"_index":327,"name":{"806":{}},"parent":{"807":{},"808":{},"809":{},"810":{}}}],["emailconfig",{"_index":317,"name":{"790":{}},"parent":{}}],["emailpassworddata",{"_index":281,"name":{"717":{}},"parent":{}}],["emailsender",{"_index":255,"name":{"658":{},"666":{},"811":{}},"parent":{"812":{},"813":{},"814":{},"815":{}}}],["emailsenderargs",{"_index":316,"name":{"789":{}},"parent":{"790":{},"791":{},"798":{}}}],["emailsenderargs.__type",{"_index":319,"name":{},"parent":{"792":{},"793":{},"794":{},"795":{}}}],["emailsenderargs.__type.__type",{"_index":322,"name":{},"parent":{"796":{},"797":{}}}],["emitchanged",{"_index":752,"name":{"1927":{}},"parent":{}}],["enabledmediaranges",{"_index":574,"name":{"1417":{}},"parent":{}}],["encodeuripathcomponents",{"_index":903,"name":{"2328":{}},"parent":{}}],["encoding",{"_index":212,"name":{"579":{}},"parent":{}}],["endofstream",{"_index":928,"name":{"2354":{}},"parent":{}}],["endpoint",{"_index":547,"name":{"1376":{}},"parent":{}}],["engine",{"_index":684,"name":{"1776":{}},"parent":{}}],["ensurepodowner",{"_index":55,"name":{"115":{}},"parent":{}}],["ensuretrailingslash",{"_index":898,"name":{"2323":{}},"parent":{}}],["entries",{"_index":540,"name":{"1361":{},"1577":{},"1587":{},"1599":{},"1607":{},"1615":{},"1629":{}},"parent":{}}],["equalreadwritelocker",{"_index":812,"name":{"2182":{}},"parent":{"2183":{},"2184":{},"2185":{},"2186":{},"2187":{}}}],["errno",{"_index":785,"name":{"2071":{}},"parent":{}}],["error",{"_index":151,"name":{"439":{},"647":{},"1032":{},"1049":{},"1064":{},"1078":{}},"parent":{}}],["errorcode",{"_index":766,"name":{"1992":{},"2000":{},"2012":{},"2016":{},"2024":{},"2032":{},"2040":{},"2048":{},"2056":{},"2064":{},"2082":{},"2090":{}},"parent":{}}],["errorhandler",{"_index":153,"name":{"441":{},"449":{},"610":{},"619":{},"906":{},"915":{},"941":{},"952":{},"1242":{},"1249":{}},"parent":{"442":{},"443":{},"444":{},"445":{}}}],["errorhandlerargs",{"_index":150,"name":{"438":{}},"parent":{"439":{},"440":{}}}],["errormessage",{"_index":801,"name":{"2144":{}},"parent":{}}],["errortojsonconverter",{"_index":600,"name":{"1465":{}},"parent":{"1466":{},"1467":{},"1468":{},"1469":{},"1470":{},"1471":{},"1472":{},"1473":{}}}],["errortoquadconverter",{"_index":601,"name":{"1474":{}},"parent":{"1475":{},"1476":{},"1477":{},"1478":{},"1479":{},"1480":{},"1481":{},"1482":{}}}],["errortotemplateconverter",{"_index":606,"name":{"1488":{}},"parent":{"1489":{},"1490":{},"1491":{},"1492":{},"1493":{},"1494":{},"1495":{},"1496":{},"1497":{},"1498":{},"1499":{},"1500":{},"1501":{}}}],["expiration",{"_index":32,"name":{"74":{},"850":{},"2236":{}},"parent":{}}],["expires",{"_index":506,"name":{"1283":{},"1616":{},"1618":{}},"parent":{"1617":{}}}],["expires.__type",{"_index":632,"name":{},"parent":{"1618":{},"1619":{}}}],["expiringadapter",{"_index":344,"name":{"860":{}},"parent":{"861":{},"862":{},"863":{},"864":{},"865":{},"866":{},"867":{},"868":{},"869":{},"870":{},"871":{},"872":{},"873":{},"874":{},"875":{}}}],["expiringadapterfactory",{"_index":357,"name":{"876":{}},"parent":{"877":{},"878":{},"879":{}}}],["expiringpromise",{"_index":839,"name":{"2239":{}},"parent":{}}],["expiringreadwritelocker",{"_index":809,"name":{"2179":{}},"parent":{"2180":{},"2181":{}}}],["expiringstorage",{"_index":619,"name":{"1572":{}},"parent":{"1573":{},"1574":{},"1575":{},"1576":{},"1577":{}}}],["extendlockindefinitely",{"_index":834,"name":{"2220":{}},"parent":{}}],["extension",{"_index":605,"name":{"1486":{},"1493":{},"2300":{}},"parent":{}}],["extensionbasedmapper",{"_index":655,"name":{"1653":{}},"parent":{"1654":{},"1655":{},"1656":{},"1657":{},"1658":{},"1659":{},"1660":{},"1661":{},"1662":{},"1663":{},"1664":{},"1665":{},"1666":{},"1667":{},"1668":{},"1669":{},"1670":{},"1671":{},"1672":{}}}],["extensionbasedmapperfactory",{"_index":659,"name":{"1673":{}},"parent":{"1674":{},"1675":{}}}],["extractscheme",{"_index":906,"name":{"2331":{}},"parent":{}}],["factory",{"_index":464,"name":{"1155":{}},"parent":{}}],["fetchcachedquads",{"_index":34,"name":{"77":{}},"parent":{}}],["fetchdataset",{"_index":867,"name":{"2279":{}},"parent":{}}],["fetcher",{"_index":548,"name":{"1378":{}},"parent":{}}],["filedataaccessor",{"_index":527,"name":{"1336":{}},"parent":{"1337":{},"1338":{},"1339":{},"1340":{},"1341":{},"1342":{},"1343":{},"1344":{},"1345":{},"1346":{},"1347":{},"1348":{},"1349":{},"1350":{},"1351":{},"1352":{},"1353":{},"1354":{},"1355":{}}}],["fileidentifiermapper",{"_index":662,"name":{"1681":{}},"parent":{"1682":{},"1683":{}}}],["fileidentifiermapperfactory",{"_index":663,"name":{"1684":{}},"parent":{"1685":{}}}],["filemapper",{"_index":437,"name":{"1096":{}},"parent":{}}],["filepath",{"_index":577,"name":{"1421":{},"1580":{},"1678":{}},"parent":{}}],["filterdata",{"_index":85,"name":{"188":{}},"parent":{}}],["finalizable",{"_index":369,"name":{"924":{}},"parent":{"925":{}}}],["finalize",{"_index":370,"name":{"925":{},"929":{},"1023":{},"1635":{},"2216":{}},"parent":{}}],["finalizer",{"_index":385,"name":{"961":{}},"parent":{}}],["finalizers",{"_index":372,"name":{"928":{}},"parent":{}}],["find",{"_index":351,"name":{"870":{},"887":{}},"parent":{}}],["findbest",{"_index":565,"name":{"1407":{}},"parent":{}}],["findbyuid",{"_index":353,"name":{"872":{},"890":{}},"parent":{}}],["findbyusercode",{"_index":352,"name":{"871":{},"889":{}},"parent":{}}],["findpath",{"_index":563,"name":{"1405":{}},"parent":{}}],["findreader",{"_index":69,"name":{"149":{}},"parent":{}}],["findroute",{"_index":365,"name":{"918":{}},"parent":{}}],["findstore",{"_index":693,"name":{"1792":{},"1803":{}},"parent":{}}],["findtype",{"_index":599,"name":{"1463":{}},"parent":{}}],["finished",{"_index":382,"name":{"953":{},"2110":{}},"parent":{}}],["firstengine",{"_index":841,"name":{"2242":{}},"parent":{}}],["fixedcontenttypemapper",{"_index":664,"name":{"1686":{}},"parent":{"1687":{},"1688":{},"1689":{},"1690":{},"1691":{},"1692":{},"1693":{},"1694":{},"1695":{},"1696":{},"1697":{},"1698":{},"1699":{},"1700":{},"1701":{},"1702":{},"1703":{},"1704":{},"1705":{}}}],["flush",{"_index":931,"name":{"2357":{}},"parent":{}}],["foaf",{"_index":944,"name":{"2372":{}},"parent":{}}],["for",{"_index":893,"name":{"2317":{}},"parent":{}}],["forbiddenhttperror",{"_index":772,"name":{"2006":{}},"parent":{"2007":{},"2008":{},"2009":{},"2010":{},"2011":{},"2012":{},"2013":{}}}],["forgotpasswordhandler",{"_index":256,"name":{"659":{}},"parent":{"660":{},"661":{},"662":{},"663":{},"664":{},"665":{},"666":{},"667":{},"668":{},"669":{},"670":{},"671":{}}}],["forgotpasswordhandlerargs",{"_index":253,"name":{"653":{}},"parent":{"654":{},"655":{},"656":{},"657":{},"658":{}}}],["forgotpasswordpayload",{"_index":279,"name":{"714":{}},"parent":{"715":{},"716":{}}}],["formtojsonconverter",{"_index":607,"name":{"1502":{}},"parent":{"1503":{},"1504":{},"1505":{},"1506":{},"1507":{},"1508":{},"1509":{},"1510":{}}}],["forquads",{"_index":196,"name":{"564":{}},"parent":{}}],["forwarded",{"_index":891,"name":{"2315":{}},"parent":{"2316":{},"2317":{},"2318":{},"2319":{}}}],["generate",{"_index":447,"name":{"1120":{},"1122":{},"1125":{},"1127":{},"1132":{},"1139":{},"1143":{},"1151":{},"1158":{}},"parent":{}}],["generatecookiekeys",{"_index":237,"name":{"626":{}},"parent":{}}],["generatedpodmanager",{"_index":474,"name":{"1178":{}},"parent":{"1179":{},"1180":{},"1181":{},"1182":{},"1183":{}}}],["generateforgotpasswordrecord",{"_index":272,"name":{"706":{},"732":{}},"parent":{}}],["generatejwks",{"_index":236,"name":{"625":{}},"parent":{}}],["generatemetadata",{"_index":470,"name":{"1163":{}},"parent":{}}],["generatepath",{"_index":564,"name":{"1406":{}},"parent":{}}],["generateresource",{"_index":469,"name":{"1162":{}},"parent":{}}],["generatetoken",{"_index":340,"name":{"853":{}},"parent":{}}],["generator",{"_index":403,"name":{"992":{},"1000":{},"1379":{}},"parent":{}}],["get",{"_index":199,"name":{"567":{},"1574":{},"1583":{},"1595":{},"1603":{},"1611":{},"1625":{}},"parent":{}}],["getabsolutepath",{"_index":651,"name":{"1649":{},"1669":{},"1702":{},"1728":{}},"parent":{}}],["getaccountpayload",{"_index":286,"name":{"724":{}},"parent":{}}],["getaccountresourceidentifier",{"_index":284,"name":{"722":{}},"parent":{}}],["getaclrecursive",{"_index":84,"name":{"187":{}},"parent":{}}],["getall",{"_index":198,"name":{"566":{}},"parent":{}}],["getauxiliaryidentifier",{"_index":87,"name":{"192":{},"201":{},"212":{},"241":{},"254":{},"261":{}},"parent":{}}],["getauxiliaryidentifiers",{"_index":88,"name":{"193":{},"202":{},"213":{},"242":{},"255":{},"262":{}},"parent":{}}],["getbasemetadata",{"_index":533,"name":{"1350":{}},"parent":{}}],["getbestpreference",{"_index":592,"name":{"1452":{}},"parent":{}}],["getcacheheaders",{"_index":509,"name":{"1289":{}},"parent":{}}],["getchildmetadata",{"_index":535,"name":{"1352":{}},"parent":{}}],["getchildren",{"_index":523,"name":{"1332":{},"1342":{},"1365":{},"1383":{}},"parent":{}}],["getchildresources",{"_index":579,"name":{"1434":{}},"parent":{}}],["getcontainerurl",{"_index":648,"name":{"1646":{},"1668":{},"1701":{},"1714":{}},"parent":{}}],["getcontenttypefrompath",{"_index":650,"name":{"1648":{},"1659":{},"1692":{},"1719":{}},"parent":{}}],["getcontenttypefromurl",{"_index":646,"name":{"1644":{},"1666":{},"1691":{},"1726":{}},"parent":{}}],["getcontrols",{"_index":311,"name":{"781":{},"786":{}},"parent":{}}],["getconversiontarget",{"_index":593,"name":{"1453":{}},"parent":{}}],["getcountkey",{"_index":818,"name":{"2199":{}},"parent":{}}],["getdata",{"_index":521,"name":{"1330":{},"1340":{},"1363":{},"1381":{}},"parent":{}}],["getdirectorymetadata",{"_index":531,"name":{"1348":{}},"parent":{}}],["getdocumenturl",{"_index":649,"name":{"1647":{},"1658":{},"1694":{},"1715":{}},"parent":{}}],["getentry",{"_index":545,"name":{"1372":{}},"parent":{}}],["getetag",{"_index":721,"name":{"1853":{}},"parent":{}}],["getextension",{"_index":900,"name":{"2325":{}},"parent":{}}],["getfilemetadata",{"_index":530,"name":{"1347":{}},"parent":{}}],["getfilepath",{"_index":508,"name":{"1286":{}},"parent":{}}],["getforgotpasswordrecord",{"_index":273,"name":{"707":{},"733":{}},"parent":{}}],["getforgotpasswordrecordresourceidentifier",{"_index":285,"name":{"723":{}},"parent":{}}],["gethierarchy",{"_index":543,"name":{"1370":{}},"parent":{}}],["getinputtypes",{"_index":584,"name":{"1439":{},"1470":{},"1479":{},"1498":{},"1507":{},"1526":{},"1541":{},"1550":{},"1567":{}},"parent":{}}],["getinstance",{"_index":421,"name":{"1040":{}},"parent":{}}],["getjson",{"_index":626,"name":{"1590":{}},"parent":{}}],["getjsonresult",{"_index":383,"name":{"955":{}},"parent":{}}],["getjsonsafely",{"_index":624,"name":{"1588":{}},"parent":{}}],["getlocalname",{"_index":581,"name":{"1436":{}},"parent":{}}],["getlockcount",{"_index":833,"name":{"2219":{},"2231":{}},"parent":{}}],["getlockidentifier",{"_index":747,"name":{"1914":{}},"parent":{}}],["getloggerfor",{"_index":426,"name":{"1058":{}},"parent":{}}],["getmatchingsource",{"_index":105,"name":{"245":{},"253":{}},"parent":{}}],["getmetadata",{"_index":522,"name":{"1331":{},"1341":{},"1364":{},"1382":{}},"parent":{}}],["getmetadatanode",{"_index":550,"name":{"1388":{}},"parent":{}}],["getmoduleroot",{"_index":909,"name":{"2334":{}},"parent":{}}],["getnormalizedmetadata",{"_index":726,"name":{"1875":{}},"parent":{}}],["getoperationhandler",{"_index":138,"name":{"388":{}},"parent":{"389":{},"390":{},"391":{},"392":{},"393":{}}}],["getoutputtypes",{"_index":585,"name":{"1440":{},"1471":{},"1480":{},"1499":{},"1508":{},"1527":{},"1542":{},"1551":{},"1568":{}},"parent":{}}],["getparentcontainer",{"_index":805,"name":{"2158":{},"2162":{},"2170":{},"2178":{}},"parent":{}}],["getparentcontainers",{"_index":580,"name":{"1435":{}},"parent":{}}],["getparententry",{"_index":544,"name":{"1371":{}},"parent":{}}],["getprovider",{"_index":233,"name":{"622":{},"633":{}},"parent":{}}],["getrawmetadata",{"_index":534,"name":{"1351":{}},"parent":{}}],["getreadlockkey",{"_index":819,"name":{"2200":{}},"parent":{}}],["getrelatednames",{"_index":549,"name":{"1387":{}},"parent":{}}],["getrelativepath",{"_index":652,"name":{"1650":{},"1670":{},"1703":{},"1717":{}},"parent":{}}],["getrelativeurl",{"_index":907,"name":{"2332":{}},"parent":{}}],["getreplacementtype",{"_index":588,"name":{"1448":{}},"parent":{}}],["getrepresentation",{"_index":708,"name":{"1827":{},"1835":{},"1868":{},"1894":{},"1909":{},"1922":{},"1932":{},"1943":{},"1955":{},"1962":{},"1971":{},"1980":{}},"parent":{}}],["getrequiredauthorization",{"_index":65,"name":{"142":{}},"parent":{}}],["getroutecontrols",{"_index":368,"name":{"921":{}},"parent":{}}],["getsafenormalizedmetadata",{"_index":727,"name":{"1876":{}},"parent":{}}],["getsettings",{"_index":269,"name":{"703":{},"729":{}},"parent":{}}],["getsingleitem",{"_index":924,"name":{"2350":{}},"parent":{}}],["getstats",{"_index":529,"name":{"1346":{}},"parent":{}}],["getstatuscode",{"_index":771,"name":{"2005":{}},"parent":{}}],["getstore",{"_index":762,"name":{"1985":{}},"parent":{}}],["getsubjectidentifier",{"_index":90,"name":{"195":{},"204":{},"215":{},"244":{},"257":{},"264":{}},"parent":{}}],["gettemplatefilepath",{"_index":848,"name":{"2254":{}},"parent":{}}],["gettokenkey",{"_index":339,"name":{"852":{}},"parent":{}}],["gettypeweight",{"_index":590,"name":{"1450":{}},"parent":{}}],["getunexpired",{"_index":637,"name":{"1631":{}},"parent":{}}],["getweightedpreferences",{"_index":591,"name":{"1451":{}},"parent":{}}],["getwritelockkey",{"_index":820,"name":{"2201":{}},"parent":{}}],["grantkeyfor",{"_index":346,"name":{"865":{}},"parent":{}}],["greedyreadwritelocker",{"_index":816,"name":{"2192":{}},"parent":{"2193":{},"2194":{},"2195":{},"2196":{},"2197":{},"2198":{},"2199":{},"2200":{},"2201":{},"2202":{},"2203":{},"2204":{},"2205":{}}}],["greedyreadwritesuffixes",{"_index":814,"name":{"2188":{}},"parent":{"2189":{},"2190":{},"2191":{}}}],["grouplinks",{"_index":468,"name":{"1161":{}},"parent":{}}],["guarded",{"_index":870,"name":{"2282":{}},"parent":{}}],["guardedstreamfrom",{"_index":927,"name":{"2353":{}},"parent":{}}],["guardstream",{"_index":869,"name":{"2281":{}},"parent":{}}],["handle",{"_index":5,"name":{"5":{},"16":{},"24":{},"28":{},"36":{},"42":{},"49":{},"54":{},"62":{},"67":{},"75":{},"91":{},"96":{},"101":{},"114":{},"121":{},"132":{},"140":{},"148":{},"154":{},"166":{},"174":{},"183":{},"224":{},"230":{},"235":{},"268":{},"276":{},"281":{},"288":{},"293":{},"301":{},"306":{},"312":{},"316":{},"323":{},"330":{},"335":{},"340":{},"346":{},"361":{},"367":{},"375":{},"379":{},"386":{},"392":{},"398":{},"405":{},"412":{},"419":{},"426":{},"433":{},"444":{},"451":{},"457":{},"464":{},"470":{},"476":{},"480":{},"485":{},"493":{},"521":{},"526":{},"601":{},"651":{},"667":{},"676":{},"684":{},"691":{},"803":{},"814":{},"826":{},"831":{},"837":{},"843":{},"851":{},"917":{},"954":{},"985":{},"1003":{},"1009":{},"1014":{},"1022":{},"1091":{},"1097":{},"1103":{},"1113":{},"1200":{},"1223":{},"1237":{},"1253":{},"1259":{},"1270":{},"1276":{},"1288":{},"1294":{},"1309":{},"1326":{},"1403":{},"1425":{},"1433":{},"1446":{},"1461":{},"1467":{},"1476":{},"1495":{},"1504":{},"1516":{},"1523":{},"1532":{},"1538":{},"1547":{},"1561":{},"1570":{},"1735":{},"1745":{},"1755":{},"1764":{},"1770":{},"1778":{},"1791":{},"1802":{},"1816":{},"1823":{},"2095":{},"2103":{},"2113":{},"2119":{},"2124":{},"2130":{},"2138":{},"2146":{},"2153":{}},"parent":{}}],["handlebarstemplateengine",{"_index":847,"name":{"2250":{}},"parent":{"2251":{},"2252":{},"2253":{}}}],["handlecontainerdata",{"_index":729,"name":{"1878":{}},"parent":{}}],["handleinteractionresult",{"_index":366,"name":{"919":{}},"parent":{}}],["handleoperation",{"_index":313,"name":{"783":{},"788":{}},"parent":{}}],["handler",{"_index":306,"name":{"776":{},"1213":{},"1314":{},"1321":{}},"parent":{}}],["handleresponseresult",{"_index":367,"name":{"920":{}},"parent":{}}],["handlers",{"_index":19,"name":{"34":{},"172":{},"2100":{},"2117":{},"2123":{},"2135":{},"2151":{}},"parent":{}}],["handlesafe",{"_index":6,"name":{"6":{},"17":{},"25":{},"30":{},"37":{},"44":{},"50":{},"55":{},"64":{},"69":{},"79":{},"92":{},"97":{},"108":{},"117":{},"123":{},"133":{},"141":{},"150":{},"159":{},"167":{},"175":{},"190":{},"226":{},"231":{},"237":{},"269":{},"277":{},"283":{},"289":{},"297":{},"302":{},"308":{},"313":{},"318":{},"326":{},"331":{},"337":{},"342":{},"347":{},"363":{},"368":{},"376":{},"381":{},"387":{},"393":{},"399":{},"406":{},"413":{},"420":{},"427":{},"434":{},"445":{},"453":{},"459":{},"466":{},"472":{},"477":{},"482":{},"489":{},"495":{},"522":{},"527":{},"604":{},"652":{},"671":{},"679":{},"686":{},"694":{},"805":{},"815":{},"828":{},"833":{},"839":{},"844":{},"857":{},"923":{},"957":{},"987":{},"1005":{},"1010":{},"1016":{},"1025":{},"1093":{},"1099":{},"1104":{},"1115":{},"1202":{},"1224":{},"1238":{},"1255":{},"1260":{},"1272":{},"1278":{},"1290":{},"1296":{},"1310":{},"1327":{},"1412":{},"1426":{},"1441":{},"1447":{},"1464":{},"1473":{},"1482":{},"1501":{},"1510":{},"1517":{},"1529":{},"1534":{},"1544":{},"1553":{},"1562":{},"1571":{},"1736":{},"1746":{},"1756":{},"1765":{},"1772":{},"1786":{},"1794":{},"1805":{},"1819":{},"1824":{},"2096":{},"2102":{},"2112":{},"2120":{},"2126":{},"2132":{},"2139":{},"2147":{},"2154":{}},"parent":{}}],["has",{"_index":620,"name":{"1575":{},"1584":{},"1596":{},"1604":{},"1612":{},"1626":{}},"parent":{}}],["hascontainertype",{"_index":736,"name":{"1885":{}},"parent":{}}],["hasmodepermission",{"_index":72,"name":{"156":{}},"parent":{}}],["hasproperchildren",{"_index":738,"name":{"1887":{}},"parent":{}}],["hastoken",{"_index":341,"name":{"854":{}},"parent":{}}],["headerhandler",{"_index":502,"name":{"1273":{}},"parent":{"1274":{},"1275":{},"1276":{},"1277":{},"1278":{}}}],["headermap",{"_index":159,"name":{"469":{}},"parent":{}}],["headers",{"_index":156,"name":{"456":{},"1275":{}},"parent":{}}],["headoperationhandler",{"_index":139,"name":{"394":{}},"parent":{"395":{},"396":{},"397":{},"398":{},"399":{}}}],["host",{"_index":318,"name":{"792":{},"2318":{}},"parent":{}}],["html",{"_index":331,"name":{"810":{}},"parent":{}}],["http",{"_index":945,"name":{"2373":{}},"parent":{}}],["httperror",{"_index":774,"name":{"2018":{}},"parent":{"2019":{},"2020":{},"2021":{},"2022":{},"2023":{},"2024":{},"2025":{}}}],["httperroroptions",{"_index":773,"name":{"2014":{}},"parent":{"2015":{},"2016":{},"2017":{}}}],["httphandler",{"_index":488,"name":{"1220":{}},"parent":{"1221":{},"1222":{},"1223":{},"1224":{}}}],["httphandlerinput",{"_index":486,"name":{"1217":{}},"parent":{"1218":{},"1219":{}}}],["httprequest",{"_index":490,"name":{"1226":{}},"parent":{}}],["httpresponse",{"_index":491,"name":{"1227":{}},"parent":{}}],["https",{"_index":478,"name":{"1204":{}},"parent":{}}],["httpserverfactory",{"_index":492,"name":{"1228":{}},"parent":{"1229":{}}}],["id",{"_index":186,"name":{"553":{}},"parent":{}}],["identifier",{"_index":59,"name":{"126":{},"162":{},"556":{},"1129":{},"1555":{},"1677":{},"1750":{},"1758":{}},"parent":{}}],["identifiergenerator",{"_index":289,"name":{"738":{},"765":{},"1124":{}},"parent":{"1125":{}}}],["identifierstrategy",{"_index":80,"name":{"181":{},"207":{},"223":{},"1358":{},"1377":{},"1429":{},"1865":{},"2160":{}},"parent":{"2161":{},"2162":{},"2163":{}}}],["identityproviderfactory",{"_index":230,"name":{"612":{}},"parent":{"613":{},"614":{},"615":{},"616":{},"617":{},"618":{},"619":{},"620":{},"621":{},"622":{},"623":{},"624":{},"625":{},"626":{},"627":{},"628":{},"629":{},"630":{},"631":{}}}],["identityproviderfactoryargs",{"_index":226,"name":{"605":{}},"parent":{"606":{},"607":{},"608":{},"609":{},"610":{},"611":{}}}],["identityproviderhttphandler",{"_index":364,"name":{"907":{}},"parent":{"908":{},"909":{},"910":{},"911":{},"912":{},"913":{},"914":{},"915":{},"916":{},"917":{},"918":{},"919":{},"920":{},"921":{},"922":{},"923":{}}}],["identityproviderhttphandlerargs",{"_index":362,"name":{"899":{}},"parent":{"900":{},"901":{},"902":{},"903":{},"904":{},"905":{},"906":{}}}],["idppath",{"_index":228,"name":{"608":{},"617":{},"656":{},"664":{},"901":{}},"parent":{}}],["ifneededconverter",{"_index":608,"name":{"1511":{}},"parent":{"1512":{},"1513":{},"1514":{},"1515":{},"1516":{},"1517":{},"1518":{},"1519":{}}}],["includequerystring",{"_index":119,"name":{"305":{}},"parent":{}}],["inconverter",{"_index":757,"name":{"1959":{}},"parent":{}}],["incrementcount",{"_index":824,"name":{"2205":{}},"parent":{}}],["indexname",{"_index":742,"name":{"1892":{}},"parent":{}}],["indexrepresentationstore",{"_index":741,"name":{"1890":{}},"parent":{"1891":{},"1892":{},"1893":{},"1894":{},"1895":{},"1896":{},"1897":{},"1898":{},"1899":{},"1900":{},"1901":{}}}],["info",{"_index":416,"name":{"1034":{},"1051":{},"1066":{},"1080":{},"2072":{}},"parent":{}}],["initconfig",{"_index":235,"name":{"624":{}},"parent":{}}],["initialize",{"_index":374,"name":{"931":{}},"parent":{}}],["initializer",{"_index":377,"name":{"935":{},"946":{},"960":{},"1006":{}},"parent":{"1007":{},"1008":{},"1009":{},"1010":{}}}],["inmemorydataaccessor",{"_index":539,"name":{"1356":{}},"parent":{"1357":{},"1358":{},"1359":{},"1360":{},"1362":{},"1363":{},"1364":{},"1365":{},"1366":{},"1367":{},"1368":{},"1369":{},"1370":{},"1371":{},"1372":{}}}],["inmemorydataaccessor.__type",{"_index":541,"name":{},"parent":{"1361":{}}}],["inpreferences",{"_index":759,"name":{"1961":{}},"parent":{}}],["inputtypes",{"_index":582,"name":{"1437":{},"1468":{},"1477":{},"1496":{},"1505":{},"1524":{},"1539":{},"1548":{},"1565":{}},"parent":{}}],["instance",{"_index":420,"name":{"1039":{}},"parent":{}}],["interaction",{"_index":244,"name":{"634":{}},"parent":{}}],["interactioncompleter",{"_index":335,"name":{"823":{},"905":{},"914":{}},"parent":{"824":{},"825":{},"826":{},"827":{},"828":{}}}],["interactioncompleteresult",{"_index":250,"name":{"642":{}},"parent":{"643":{},"644":{}}}],["interactioncompleterinput",{"_index":334,"name":{"819":{}},"parent":{"820":{},"821":{},"822":{}}}],["interactioncompleterparams",{"_index":332,"name":{"816":{}},"parent":{"817":{},"818":{}}}],["interactionerrorresult",{"_index":251,"name":{"645":{}},"parent":{"646":{},"647":{}}}],["interactionhandler",{"_index":252,"name":{"648":{}},"parent":{"649":{},"650":{},"651":{},"652":{}}}],["interactionhandlerinput",{"_index":245,"name":{"635":{}},"parent":{"636":{},"637":{}}}],["interactionhandlerresult",{"_index":247,"name":{"638":{}},"parent":{}}],["interactionresponseresult",{"_index":248,"name":{"639":{}},"parent":{"640":{},"641":{}}}],["interactionroute",{"_index":315,"name":{"785":{}},"parent":{"786":{},"787":{},"788":{}}}],["interactionroutes",{"_index":363,"name":{"903":{},"912":{}},"parent":{}}],["intermediatetype",{"_index":675,"name":{"1742":{}},"parent":{}}],["internal_all",{"_index":861,"name":{"2272":{}},"parent":{}}],["internal_error",{"_index":863,"name":{"2274":{}},"parent":{}}],["internal_quads",{"_index":862,"name":{"2273":{}},"parent":{}}],["internalservererror",{"_index":775,"name":{"2026":{}},"parent":{"2027":{},"2028":{},"2029":{},"2030":{},"2031":{},"2032":{},"2033":{}}}],["isaccesstoken",{"_index":238,"name":{"627":{}},"parent":{}}],["isauthenticated",{"_index":73,"name":{"157":{}},"parent":{}}],["isauxiliaryidentifier",{"_index":89,"name":{"194":{},"203":{},"214":{},"243":{},"256":{},"263":{}},"parent":{}}],["iscomposite",{"_index":686,"name":{"1781":{}},"parent":{}}],["iscontaineridentifier",{"_index":905,"name":{"2330":{}},"parent":{}}],["iscontainerpath",{"_index":904,"name":{"2329":{}},"parent":{}}],["isdataentry",{"_index":542,"name":{"1369":{}},"parent":{}}],["isdeleteinsert",{"_index":48,"name":{"104":{},"1780":{}},"parent":{}}],["isempty",{"_index":177,"name":{"533":{},"538":{},"543":{},"589":{}},"parent":{}}],["iserror",{"_index":768,"name":{"2002":{}},"parent":{}}],["isexpired",{"_index":638,"name":{"1632":{}},"parent":{}}],["isguarded",{"_index":868,"name":{"2280":{}},"parent":{}}],["ishttprequest",{"_index":489,"name":{"1225":{}},"parent":{}}],["isinstance",{"_index":764,"name":{"1987":{},"1995":{},"2007":{},"2020":{},"2027":{},"2035":{},"2043":{},"2051":{},"2059":{},"2077":{},"2085":{}},"parent":{}}],["isinternalcontenttype",{"_index":596,"name":{"1456":{}},"parent":{}}],["ismatchedpath",{"_index":562,"name":{"1404":{}},"parent":{}}],["ismemberofgroup",{"_index":33,"name":{"76":{}},"parent":{}}],["ismetadata",{"_index":661,"name":{"1680":{}},"parent":{}}],["ismetadataidentifier",{"_index":551,"name":{"1389":{}},"parent":{}}],["ismetadatapath",{"_index":654,"name":{"1652":{},"1672":{},"1705":{},"1730":{}},"parent":{}}],["isnewcontainer",{"_index":735,"name":{"1884":{}},"parent":{}}],["isnop",{"_index":49,"name":{"105":{}},"parent":{}}],["isrepresentationmetadata",{"_index":180,"name":{"544":{}},"parent":{}}],["isrequiredinroot",{"_index":92,"name":{"198":{},"217":{},"250":{}},"parent":{}}],["isresourceidentifier",{"_index":214,"name":{"581":{}},"parent":{}}],["isrootcontainer",{"_index":806,"name":{"2159":{},"2163":{},"2169":{},"2177":{}},"parent":{}}],["isrootstorage",{"_index":737,"name":{"1886":{}},"parent":{}}],["issparql",{"_index":46,"name":{"102":{}},"parent":{}}],["issparqlupdate",{"_index":685,"name":{"1779":{}},"parent":{}}],["issupported",{"_index":47,"name":{"103":{}},"parent":{}}],["issystemerror",{"_index":780,"name":{"2066":{}},"parent":{}}],["isterm",{"_index":933,"name":{"2359":{}},"parent":{}}],["isvalidvariable",{"_index":439,"name":{"1105":{}},"parent":{}}],["joinfilepath",{"_index":896,"name":{"2321":{}},"parent":{}}],["joinurl",{"_index":912,"name":{"2337":{}},"parent":{}}],["jsonfilestorage",{"_index":621,"name":{"1578":{}},"parent":{"1579":{},"1580":{},"1581":{},"1582":{},"1583":{},"1584":{},"1585":{},"1586":{},"1587":{},"1588":{},"1589":{},"1590":{}}}],["jsonresourcestorage",{"_index":627,"name":{"1591":{}},"parent":{"1592":{},"1593":{},"1594":{},"1595":{},"1596":{},"1597":{},"1598":{},"1599":{},"1600":{},"1601":{}}}],["key",{"_index":479,"name":{"1206":{}},"parent":{}}],["keyfor",{"_index":349,"name":{"868":{}},"parent":{}}],["keyvaluestorage",{"_index":630,"name":{"1602":{}},"parent":{"1603":{},"1604":{},"1605":{},"1606":{},"1607":{}}}],["label",{"_index":413,"name":{"1029":{}},"parent":{}}],["language",{"_index":213,"name":{"580":{}},"parent":{}}],["lazylogger",{"_index":411,"name":{"1026":{}},"parent":{"1027":{},"1028":{},"1029":{},"1030":{},"1031":{},"1032":{},"1033":{},"1034":{},"1035":{},"1036":{},"1037":{}}}],["lazyloggerfactory",{"_index":412,"name":{"1028":{},"1038":{}},"parent":{"1039":{},"1040":{},"1041":{},"1042":{},"1043":{},"1044":{},"1045":{}}}],["ldp",{"_index":946,"name":{"2374":{}},"parent":{}}],["level",{"_index":433,"name":{"1086":{}},"parent":{}}],["link",{"_index":101,"name":{"222":{}},"parent":{}}],["linkmetadatagenerator",{"_index":100,"name":{"220":{}},"parent":{"221":{},"222":{},"223":{},"224":{},"225":{},"226":{}}}],["linkrelmap",{"_index":123,"name":{"322":{},"462":{}},"parent":{}}],["linkrelmetadatawriter",{"_index":157,"name":{"460":{}},"parent":{"461":{},"462":{},"463":{},"464":{},"465":{},"466":{}}}],["linkrelparser",{"_index":122,"name":{"319":{}},"parent":{"320":{},"321":{},"322":{},"323":{},"324":{},"325":{},"326":{}}}],["listeners",{"_index":224,"name":{"600":{}},"parent":{}}],["lockedrepresentationrun",{"_index":748,"name":{"1915":{}},"parent":{}}],["locker",{"_index":622,"name":{"1581":{},"2184":{},"2194":{},"2227":{},"2235":{}},"parent":{}}],["lockidentifier",{"_index":623,"name":{"1582":{}},"parent":{}}],["lockingresourcestore",{"_index":745,"name":{"1902":{}},"parent":{"1903":{},"1904":{},"1905":{},"1906":{},"1907":{},"1908":{},"1909":{},"1910":{},"1911":{},"1912":{},"1913":{},"1914":{},"1915":{},"1916":{},"1917":{}}}],["lockmap",{"_index":828,"name":{"2213":{}},"parent":{}}],["locks",{"_index":746,"name":{"1906":{}},"parent":{}}],["log",{"_index":414,"name":{"1031":{},"1048":{},"1063":{},"1077":{}},"parent":{}}],["logger",{"_index":2,"name":{"2":{},"22":{},"41":{},"47":{},"111":{},"136":{},"153":{},"178":{},"280":{},"286":{},"292":{},"321":{},"334":{},"409":{},"416":{},"423":{},"448":{},"463":{},"518":{},"551":{},"599":{},"661":{},"674":{},"682":{},"689":{},"762":{},"836":{},"847":{},"862":{},"882":{},"909":{},"944":{},"974":{},"981":{},"997":{},"1030":{},"1046":{},"1072":{},"1076":{},"1146":{},"1173":{},"1180":{},"1194":{},"1212":{},"1247":{},"1284":{},"1375":{},"1400":{},"1514":{},"1622":{},"1638":{},"1661":{},"1695":{},"1721":{},"1739":{},"1768":{},"1775":{},"1863":{},"1904":{},"1958":{},"2099":{},"2150":{},"2167":{},"2175":{},"2211":{},"2226":{},"2234":{}},"parent":{"1047":{},"1048":{},"1049":{},"1050":{},"1051":{},"1052":{},"1053":{},"1054":{}}}],["loggerfactory",{"_index":407,"name":{"1013":{},"1045":{},"1055":{}},"parent":{"1056":{}}}],["loggerinitializer",{"_index":406,"name":{"1011":{}},"parent":{"1012":{},"1013":{},"1014":{},"1015":{},"1016":{}}}],["logginglevel",{"_index":389,"name":{"965":{}},"parent":{}}],["loginhandler",{"_index":259,"name":{"672":{}},"parent":{"673":{},"674":{},"675":{},"676":{},"677":{},"678":{},"679":{}}}],["loglevel",{"_index":425,"name":{"1057":{}},"parent":{}}],["ma",{"_index":947,"name":{"2375":{}},"parent":{}}],["mailtransporter",{"_index":326,"name":{"801":{}},"parent":{}}],["maintemplatepath",{"_index":603,"name":{"1484":{},"1491":{}},"parent":{}}],["mapfilepathtourl",{"_index":647,"name":{"1645":{},"1667":{},"1682":{},"1700":{},"1727":{}},"parent":{}}],["mappedmetadatawriter",{"_index":158,"name":{"467":{}},"parent":{"468":{},"469":{},"470":{},"471":{},"472":{}}}],["mappings",{"_index":504,"name":{"1281":{}},"parent":{}}],["mapurltocontainerpath",{"_index":644,"name":{"1642":{},"1665":{},"1699":{},"1725":{}},"parent":{}}],["mapurltodocumentpath",{"_index":645,"name":{"1643":{},"1657":{},"1693":{},"1718":{}},"parent":{}}],["mapurltofilepath",{"_index":643,"name":{"1641":{},"1664":{},"1683":{},"1698":{},"1724":{}},"parent":{}}],["markdowntohtmlconverter",{"_index":611,"name":{"1520":{}},"parent":{"1521":{},"1522":{},"1523":{},"1524":{},"1525":{},"1526":{},"1527":{},"1528":{},"1529":{}}}],["matches",{"_index":720,"name":{"1852":{},"1860":{}},"parent":{}}],["matchesetag",{"_index":714,"name":{"1841":{},"1847":{},"1855":{}},"parent":{}}],["matchesmediapreferences",{"_index":594,"name":{"1454":{}},"parent":{}}],["matchesmediatype",{"_index":595,"name":{"1455":{}},"parent":{}}],["matchesmetadata",{"_index":719,"name":{"1851":{},"1859":{}},"parent":{}}],["matchespreferences",{"_index":744,"name":{"1895":{}},"parent":{}}],["matchstore",{"_index":703,"name":{"1817":{}},"parent":{}}],["mediarange",{"_index":743,"name":{"1893":{}},"parent":{}}],["mediatype",{"_index":885,"name":{"2299":{}},"parent":{}}],["memorymapstorage",{"_index":631,"name":{"1608":{}},"parent":{"1609":{},"1610":{},"1611":{},"1612":{},"1613":{},"1614":{},"1615":{}}}],["meta",{"_index":866,"name":{"2278":{}},"parent":{}}],["metadata",{"_index":111,"name":{"272":{},"370":{},"499":{},"504":{},"509":{},"514":{},"531":{},"535":{},"540":{},"586":{}},"parent":{}}],["metadatacollector",{"_index":496,"name":{"1241":{},"1251":{}},"parent":{}}],["metadatagenerator",{"_index":96,"name":{"208":{},"227":{}},"parent":{"228":{},"229":{},"230":{},"231":{}}}],["metadatagraph",{"_index":184,"name":{"548":{}},"parent":{}}],["metadataidentifier",{"_index":181,"name":{"545":{}},"parent":{}}],["metadataparser",{"_index":125,"name":{"327":{},"351":{},"358":{}},"parent":{"328":{},"329":{},"330":{},"331":{}}}],["metadatarecord",{"_index":183,"name":{"547":{}},"parent":{}}],["metadatavalue",{"_index":182,"name":{"546":{}},"parent":{}}],["metadatawriter",{"_index":160,"name":{"473":{},"519":{}},"parent":{"474":{},"475":{},"476":{},"477":{}}}],["method",{"_index":219,"name":{"591":{}},"parent":{}}],["methodmodesextractor",{"_index":44,"name":{"93":{}},"parent":{"94":{},"95":{},"96":{},"97":{}}}],["methodnotallowedhttperror",{"_index":776,"name":{"2034":{}},"parent":{"2035":{},"2036":{},"2037":{},"2038":{},"2039":{},"2040":{},"2041":{}}}],["minquality",{"_index":573,"name":{"1416":{}},"parent":{}}],["modes",{"_index":60,"name":{"127":{}},"parent":{}}],["modesextractor",{"_index":43,"name":{"88":{},"1188":{},"1196":{}},"parent":{"89":{},"90":{},"91":{},"92":{}}}],["modifiedmetadatawriter",{"_index":161,"name":{"478":{}},"parent":{"479":{},"480":{},"481":{},"482":{}}}],["modifiedsince",{"_index":716,"name":{"1843":{},"1849":{},"1857":{}},"parent":{}}],["modifyresource",{"_index":711,"name":{"1831":{},"1839":{},"1871":{},"1900":{},"1913":{},"1926":{},"1935":{},"1940":{},"1951":{},"1968":{},"1975":{},"1984":{}},"parent":{}}],["modifytypeweights",{"_index":568,"name":{"1410":{}},"parent":{}}],["modulepathplaceholder",{"_index":911,"name":{"2336":{}},"parent":{}}],["monitoringstore",{"_index":751,"name":{"1918":{}},"parent":{"1919":{},"1920":{},"1921":{},"1922":{},"1923":{},"1924":{},"1925":{},"1926":{},"1927":{}}}],["name",{"_index":345,"name":{"863":{},"883":{},"1168":{}},"parent":{}}],["namespace",{"_index":942,"name":{"2368":{}},"parent":{}}],["needsappend",{"_index":50,"name":{"106":{}},"parent":{}}],["needsconversion",{"_index":609,"name":{"1518":{}},"parent":{}}],["needswrite",{"_index":51,"name":{"107":{}},"parent":{}}],["nocheckownershipvalidator",{"_index":337,"name":{"834":{}},"parent":{"835":{},"836":{},"837":{},"838":{},"839":{}}}],["normalizefilepath",{"_index":895,"name":{"2320":{}},"parent":{}}],["notfoundhttperror",{"_index":777,"name":{"2042":{}},"parent":{"2043":{},"2044":{},"2045":{},"2046":{},"2047":{},"2048":{},"2049":{}}}],["notimplementedhttperror",{"_index":778,"name":{"2050":{}},"parent":{"2051":{},"2052":{},"2053":{},"2054":{},"2055":{},"2056":{},"2057":{}}}],["notmatchesetag",{"_index":715,"name":{"1842":{},"1848":{},"1856":{}},"parent":{}}],["oidc",{"_index":948,"name":{"2376":{}},"parent":{}}],["oidcinteraction",{"_index":246,"name":{"637":{}},"parent":{}}],["oidcissuer",{"_index":300,"name":{"755":{},"1170":{}},"parent":{}}],["okresponsedescription",{"_index":170,"name":{"501":{}},"parent":{"502":{},"503":{},"504":{},"505":{}}}],["onresourcechanged",{"_index":225,"name":{"602":{}},"parent":{}}],["operation",{"_index":133,"name":{"371":{},"401":{},"590":{},"636":{},"1231":{}},"parent":{"591":{},"592":{},"593":{},"594":{},"595":{},"596":{}}}],["operationhandler",{"_index":141,"name":{"402":{},"1191":{},"1199":{},"1244":{},"1252":{}},"parent":{"403":{},"404":{},"405":{},"406":{}}}],["operationhandlerinput",{"_index":140,"name":{"400":{}},"parent":{"401":{}}}],["operationhttphandler",{"_index":494,"name":{"1234":{}},"parent":{"1235":{},"1236":{},"1237":{},"1238":{}}}],["operationhttphandlerinput",{"_index":493,"name":{"1230":{}},"parent":{"1231":{},"1232":{},"1233":{}}}],["operationmetadatacollector",{"_index":134,"name":{"372":{}},"parent":{"373":{},"374":{},"375":{},"376":{}}}],["operationmetadatacollectorinput",{"_index":132,"name":{"369":{}},"parent":{"370":{},"371":{}}}],["options",{"_index":445,"name":{"1118":{},"1214":{},"1423":{}},"parent":{}}],["originalurlextractor",{"_index":15,"name":{"20":{},"303":{}},"parent":{"304":{},"305":{},"306":{},"307":{},"308":{}}}],["outconverter",{"_index":758,"name":{"1960":{}},"parent":{}}],["outputpreferences",{"_index":614,"name":{"1537":{}},"parent":{}}],["outputtypes",{"_index":583,"name":{"1438":{},"1469":{},"1478":{},"1497":{},"1506":{},"1525":{},"1540":{},"1549":{},"1566":{}},"parent":{}}],["override",{"_index":443,"name":{"1112":{}},"parent":{}}],["ownauthorization",{"_index":98,"name":{"210":{}},"parent":{}}],["ownerpermissionreader",{"_index":52,"name":{"109":{}},"parent":{"110":{},"111":{},"112":{},"113":{},"114":{},"115":{},"116":{},"117":{}}}],["ownershipvalidator",{"_index":290,"name":{"739":{},"766":{},"840":{}},"parent":{"841":{},"842":{},"843":{},"844":{}}}],["parallelfinalizer",{"_index":371,"name":{"926":{}},"parent":{"927":{},"928":{},"929":{}}}],["parallelhandler",{"_index":794,"name":{"2115":{}},"parent":{"2116":{},"2117":{},"2118":{},"2119":{},"2120":{}}}],["parameters",{"_index":884,"name":{"2297":{}},"parent":{}}],["parseaccept",{"_index":874,"name":{"2286":{}},"parent":{}}],["parseacceptcharset",{"_index":875,"name":{"2287":{}},"parent":{}}],["parseacceptdatetime",{"_index":878,"name":{"2290":{}},"parent":{}}],["parseacceptencoding",{"_index":876,"name":{"2288":{}},"parent":{}}],["parseacceptlanguage",{"_index":877,"name":{"2289":{}},"parent":{}}],["parsedateheader",{"_index":116,"name":{"294":{}},"parent":{}}],["parseforwarded",{"_index":880,"name":{"2292":{}},"parent":{}}],["parseinput",{"_index":260,"name":{"677":{}},"parent":{}}],["parselink",{"_index":124,"name":{"324":{}},"parent":{}}],["parsemember",{"_index":629,"name":{"1601":{}},"parent":{}}],["parseparameters",{"_index":873,"name":{"2285":{}},"parent":{}}],["parsequads",{"_index":915,"name":{"2340":{}},"parent":{}}],["parserdfwebid",{"_index":360,"name":{"888":{}},"parent":{}}],["parsetagheader",{"_index":117,"name":{"295":{}},"parent":{}}],["parsinghttphandler",{"_index":497,"name":{"1245":{}},"parent":{"1246":{},"1247":{},"1248":{},"1249":{},"1250":{},"1251":{},"1252":{},"1253":{},"1254":{},"1255":{}}}],["parsinghttphandlerargs",{"_index":495,"name":{"1239":{}},"parent":{"1240":{},"1241":{},"1242":{},"1243":{},"1244":{}}}],["pass",{"_index":323,"name":{"797":{}},"parent":{}}],["passphrase",{"_index":482,"name":{"1209":{}},"parent":{}}],["passthroughconverter",{"_index":612,"name":{"1530":{}},"parent":{"1531":{},"1532":{},"1533":{},"1534":{}}}],["passthroughstore",{"_index":753,"name":{"1928":{}},"parent":{"1929":{},"1930":{},"1931":{},"1932":{},"1933":{},"1934":{},"1935":{},"1936":{}}}],["password",{"_index":277,"name":{"712":{},"745":{}},"parent":{}}],["patch",{"_index":178,"name":{"534":{},"1751":{},"1759":{},"1785":{}},"parent":{"535":{},"536":{},"537":{},"538":{}}}],["patcher",{"_index":673,"name":{"1733":{},"1740":{},"1769":{}},"parent":{}}],["patchhandler",{"_index":679,"name":{"1752":{},"1939":{}},"parent":{"1753":{},"1754":{},"1755":{},"1756":{}}}],["patchhandlerinput",{"_index":677,"name":{"1747":{}},"parent":{"1748":{}}}],["patchhandlerinput.__type",{"_index":678,"name":{},"parent":{"1749":{},"1750":{},"1751":{}}}],["patchingstore",{"_index":754,"name":{"1937":{}},"parent":{"1938":{},"1939":{},"1940":{},"1941":{},"1942":{},"1943":{},"1944":{},"1945":{},"1946":{}}}],["patchoperationhandler",{"_index":142,"name":{"407":{}},"parent":{"408":{},"409":{},"410":{},"411":{},"412":{},"413":{}}}],["path",{"_index":216,"name":{"583":{},"990":{},"2073":{}},"parent":{}}],["pathbasedreader",{"_index":66,"name":{"143":{}},"parent":{"144":{},"145":{},"146":{},"147":{},"148":{},"149":{},"150":{}}}],["pathmatcher",{"_index":505,"name":{"1282":{}},"parent":{}}],["paths",{"_index":68,"name":{"146":{}},"parent":{}}],["pathsuffix",{"_index":665,"name":{"1689":{}},"parent":{}}],["payload",{"_index":633,"name":{"1619":{}},"parent":{}}],["permission",{"_index":41,"name":{"86":{}},"parent":{}}],["permissionbasedauthorizer",{"_index":70,"name":{"151":{}},"parent":{"152":{},"153":{},"154":{},"155":{},"156":{},"157":{},"158":{},"159":{}}}],["permissionreader",{"_index":75,"name":{"163":{},"1189":{},"1197":{}},"parent":{"164":{},"165":{},"166":{},"167":{}}}],["permissionreaderinput",{"_index":74,"name":{"160":{}},"parent":{"161":{},"162":{}}}],["permissions",{"_index":57,"name":{"120":{}},"parent":{}}],["permissionset",{"_index":42,"name":{"87":{},"128":{},"595":{}},"parent":{}}],["pfx",{"_index":481,"name":{"1208":{}},"parent":{}}],["pim",{"_index":949,"name":{"2377":{}},"parent":{}}],["pipesafely",{"_index":925,"name":{"2351":{}},"parent":{}}],["ploggerfactory",{"_index":422,"name":{"1042":{}},"parent":{}}],["podbaseurl",{"_index":266,"name":{"697":{},"756":{}},"parent":{}}],["podconfigjson",{"_index":392,"name":{"971":{}},"parent":{}}],["podgenerator",{"_index":450,"name":{"1126":{},"1174":{}},"parent":{"1127":{}}}],["podmanager",{"_index":291,"name":{"741":{},"768":{},"1184":{}},"parent":{"1185":{}}}],["podname",{"_index":293,"name":{"746":{}},"parent":{}}],["podsettings",{"_index":472,"name":{"1165":{}},"parent":{"1166":{},"1167":{},"1168":{},"1169":{},"1170":{}}}],["port",{"_index":320,"name":{"793":{},"966":{},"1020":{},"2074":{}},"parent":{}}],["posix",{"_index":950,"name":{"2378":{}},"parent":{}}],["postoperationhandler",{"_index":143,"name":{"414":{}},"parent":{"415":{},"416":{},"417":{},"418":{},"419":{},"420":{}}}],["postreadcleanup",{"_index":822,"name":{"2203":{}},"parent":{}}],["preconditionfailedhttperror",{"_index":779,"name":{"2058":{}},"parent":{"2059":{},"2060":{},"2061":{},"2062":{},"2063":{},"2064":{},"2065":{}}}],["preferenceparser",{"_index":128,"name":{"343":{},"350":{},"357":{}},"parent":{"344":{},"345":{},"346":{},"347":{}}}],["preferences",{"_index":152,"name":{"440":{},"593":{},"1557":{},"1808":{}},"parent":{}}],["preferencesupport",{"_index":699,"name":{"1806":{}},"parent":{"1807":{},"1808":{},"1809":{},"1810":{}}}],["preferred_prefix",{"_index":961,"name":{"2389":{}},"parent":{}}],["preferred_prefix_term",{"_index":962,"name":{"2390":{}},"parent":{}}],["preparearguments",{"_index":147,"name":{"435":{}},"parent":{}}],["prereadsetup",{"_index":821,"name":{"2202":{}},"parent":{}}],["processfile",{"_index":471,"name":{"1164":{}},"parent":{}}],["processfolder",{"_index":466,"name":{"1159":{}},"parent":{}}],["promisesome",{"_index":913,"name":{"2338":{}},"parent":{}}],["prompt",{"_index":308,"name":{"778":{}},"parent":{}}],["proto",{"_index":894,"name":{"2319":{}},"parent":{}}],["provider",{"_index":232,"name":{"621":{}},"parent":{}}],["providerfactory",{"_index":243,"name":{"632":{},"825":{},"902":{},"911":{}},"parent":{"633":{}}}],["public",{"_index":10,"name":{"10":{}},"parent":{}}],["publiccredentialsextractor",{"_index":16,"name":{"26":{}},"parent":{"27":{},"28":{},"29":{},"30":{}}}],["putoperationhandler",{"_index":144,"name":{"421":{}},"parent":{"422":{},"423":{},"424":{},"425":{},"426":{},"427":{}}}],["quads",{"_index":188,"name":{"555":{}},"parent":{}}],["quadtordfconverter",{"_index":613,"name":{"1535":{}},"parent":{"1536":{},"1537":{},"1538":{},"1539":{},"1540":{},"1541":{},"1542":{},"1543":{},"1544":{}}}],["range",{"_index":882,"name":{"2294":{},"2301":{},"2304":{},"2307":{},"2310":{},"2313":{}},"parent":{}}],["rawbodyparser",{"_index":113,"name":{"278":{}},"parent":{"279":{},"280":{},"281":{},"282":{},"283":{}}}],["rdf",{"_index":951,"name":{"2379":{}},"parent":{}}],["rdftoquadconverter",{"_index":615,"name":{"1545":{}},"parent":{"1546":{},"1547":{},"1548":{},"1549":{},"1550":{},"1551":{},"1552":{},"1553":{}}}],["rdfvalidator",{"_index":102,"name":{"232":{}},"parent":{"233":{},"234":{},"235":{},"236":{},"237":{}}}],["read",{"_index":36,"name":{"81":{},"2190":{}},"parent":{}}],["readabletoquads",{"_index":922,"name":{"2348":{}},"parent":{}}],["readabletostring",{"_index":921,"name":{"2347":{}},"parent":{}}],["readjsonstream",{"_index":923,"name":{"2349":{}},"parent":{}}],["readonlystore",{"_index":755,"name":{"1947":{}},"parent":{"1948":{},"1949":{},"1950":{},"1951":{},"1952":{},"1953":{},"1954":{},"1955":{}}}],["readtemplate",{"_index":849,"name":{"2255":{}},"parent":{}}],["readwritelocker",{"_index":825,"name":{"2206":{}},"parent":{"2207":{},"2208":{}}}],["recipient",{"_index":328,"name":{"807":{}},"parent":{}}],["recordid",{"_index":280,"name":{"716":{}},"parent":{}}],["recordobject",{"_index":916,"name":{"2341":{}},"parent":{"2342":{}}}],["redirectallhttphandler",{"_index":513,"name":{"1302":{}},"parent":{"1303":{},"1304":{},"1305":{},"1306":{},"1307":{},"1308":{},"1309":{},"1310":{}}}],["redirectallhttphandlerargs",{"_index":512,"name":{"1297":{}},"parent":{"1298":{},"1299":{},"1300":{},"1301":{}}}],["redisresourcelocker",{"_index":826,"name":{"2209":{}},"parent":{"2210":{},"2211":{},"2212":{},"2213":{},"2214":{},"2215":{},"2216":{},"2217":{},"2218":{},"2219":{},"2220":{}}}],["redlock",{"_index":827,"name":{"2212":{}},"parent":{}}],["regex",{"_index":669,"name":{"1709":{},"2174":{}},"parent":{}}],["regexes",{"_index":702,"name":{"1814":{}},"parent":{}}],["regexrouterrule",{"_index":701,"name":{"1811":{}},"parent":{"1812":{},"1813":{},"1814":{},"1815":{},"1816":{},"1817":{},"1818":{},"1819":{}}}],["register",{"_index":296,"name":{"749":{},"758":{},"771":{}},"parent":{}}],["registration",{"_index":375,"name":{"932":{}},"parent":{}}],["registrationhandler",{"_index":261,"name":{"680":{}},"parent":{"681":{},"682":{},"683":{},"684":{},"685":{},"686":{}}}],["registrationmanager",{"_index":262,"name":{"683":{},"760":{},"934":{},"945":{}},"parent":{"761":{},"762":{},"763":{},"764":{},"765":{},"766":{},"767":{},"768":{},"769":{},"770":{},"771":{}}}],["registrationmanagerargs",{"_index":287,"name":{"735":{}},"parent":{"736":{},"737":{},"738":{},"739":{},"740":{},"741":{}}}],["registrationparams",{"_index":292,"name":{"742":{}},"parent":{"743":{},"744":{},"745":{},"746":{},"747":{},"748":{},"749":{},"750":{},"751":{}}}],["registrationresponse",{"_index":299,"name":{"752":{}},"parent":{"753":{},"754":{},"755":{},"756":{},"757":{},"758":{},"759":{}}}],["relativetourl",{"_index":671,"name":{"1716":{}},"parent":{}}],["release",{"_index":832,"name":{"2218":{},"2223":{},"2230":{}},"parent":{}}],["remove",{"_index":195,"name":{"563":{}},"parent":{}}],["removeall",{"_index":197,"name":{"565":{}},"parent":{}}],["removebadpaths",{"_index":566,"name":{"1408":{}},"parent":{}}],["removeexpiredentries",{"_index":636,"name":{"1630":{}},"parent":{}}],["removequad",{"_index":192,"name":{"560":{}},"parent":{}}],["removequads",{"_index":193,"name":{"561":{}},"parent":{}}],["removeresponsemetadata",{"_index":730,"name":{"1879":{}},"parent":{}}],["render",{"_index":844,"name":{"2245":{},"2249":{},"2253":{},"2264":{}},"parent":{}}],["renderedname",{"_index":843,"name":{"2244":{}},"parent":{}}],["representation",{"_index":179,"name":{"539":{},"1130":{},"1556":{},"1760":{}},"parent":{"540":{},"541":{},"542":{},"543":{}}}],["representationconverter",{"_index":617,"name":{"1558":{}},"parent":{"1559":{},"1560":{},"1561":{},"1562":{}}}],["representationconverterargs",{"_index":616,"name":{"1554":{}},"parent":{"1555":{},"1556":{},"1557":{}}}],["representationconvertingstore",{"_index":756,"name":{"1956":{}},"parent":{"1957":{},"1958":{},"1959":{},"1960":{},"1961":{},"1962":{},"1963":{},"1964":{},"1965":{},"1966":{},"1967":{},"1968":{}}}],["representationmetadata",{"_index":185,"name":{"549":{}},"parent":{"550":{},"551":{},"552":{},"553":{},"554":{},"555":{},"556":{},"557":{},"558":{},"559":{},"560":{},"561":{},"562":{},"563":{},"564":{},"565":{},"566":{},"567":{},"568":{},"569":{}}}],["representationpatcher",{"_index":681,"name":{"1761":{}},"parent":{"1762":{},"1763":{},"1764":{},"1765":{}}}],["representationpatcherinput",{"_index":680,"name":{"1757":{}},"parent":{"1758":{},"1759":{},"1760":{}}}],["representationpatchhandler",{"_index":682,"name":{"1766":{}},"parent":{"1767":{},"1768":{},"1769":{},"1770":{},"1771":{},"1772":{}}}],["representationpreferences",{"_index":208,"name":{"575":{}},"parent":{"576":{},"577":{},"578":{},"579":{},"580":{}}}],["request",{"_index":110,"name":{"271":{},"820":{},"1218":{},"1232":{}},"parent":{}}],["requestparser",{"_index":131,"name":{"364":{},"1240":{},"1248":{}},"parent":{"365":{},"366":{},"367":{},"368":{}}}],["requireall",{"_index":798,"name":{"2136":{}},"parent":{}}],["requiredinroot",{"_index":99,"name":{"211":{}},"parent":{}}],["requiremodepermission",{"_index":71,"name":{"155":{}},"parent":{}}],["resetgloballoggerfactory",{"_index":428,"name":{"1060":{}},"parent":{}}],["resetloggerfactory",{"_index":424,"name":{"1044":{}},"parent":{}}],["resetpassword",{"_index":257,"name":{"668":{},"692":{}},"parent":{}}],["resetpasswordhandler",{"_index":263,"name":{"687":{}},"parent":{"688":{},"689":{},"690":{},"691":{},"692":{},"693":{},"694":{}}}],["resetresponsedescription",{"_index":171,"name":{"506":{}},"parent":{"507":{},"508":{},"509":{},"510":{}}}],["resolveassetpath",{"_index":910,"name":{"2335":{}},"parent":{}}],["resource",{"_index":451,"name":{"1128":{}},"parent":{"1129":{},"1130":{}}}],["resourceexists",{"_index":707,"name":{"1826":{},"1834":{},"1867":{},"1897":{},"1908":{},"1921":{},"1931":{},"1942":{},"1954":{},"1966":{},"1970":{},"1979":{}},"parent":{}}],["resourceidentifier",{"_index":215,"name":{"582":{}},"parent":{"583":{}}}],["resourcelink",{"_index":660,"name":{"1676":{}},"parent":{"1677":{},"1678":{},"1679":{},"1680":{}}}],["resourcelocker",{"_index":835,"name":{"2221":{}},"parent":{"2222":{},"2223":{}}}],["resourcemapper",{"_index":528,"name":{"1338":{}},"parent":{}}],["resourcereader",{"_index":63,"name":{"137":{}},"parent":{}}],["resourcesgenerator",{"_index":452,"name":{"1131":{},"1176":{},"1182":{}},"parent":{"1132":{}}}],["resourcestore",{"_index":760,"name":{"1969":{}},"parent":{"1970":{},"1971":{},"1972":{},"1973":{},"1974":{},"1975":{}}}],["response",{"_index":487,"name":{"1219":{},"1233":{}},"parent":{}}],["responsedescription",{"_index":172,"name":{"511":{}},"parent":{"512":{},"513":{},"514":{},"515":{}}}],["responsetemplate",{"_index":380,"name":{"940":{},"951":{}},"parent":{}}],["responsetemplates",{"_index":309,"name":{"779":{}},"parent":{}}],["responsewriter",{"_index":174,"name":{"523":{},"611":{},"620":{},"1243":{},"1250":{},"1301":{},"1307":{}},"parent":{"524":{},"525":{},"526":{},"527":{}}}],["rest",{"_index":457,"name":{"1138":{},"1713":{}},"parent":{}}],["revokebygrantid",{"_index":355,"name":{"874":{},"892":{}},"parent":{}}],["rootfilepath",{"_index":390,"name":{"968":{},"1640":{},"1663":{},"1697":{},"1723":{}},"parent":{}}],["rootfilepathhandler",{"_index":436,"name":{"1094":{}},"parent":{"1095":{},"1096":{},"1097":{},"1098":{},"1099":{}}}],["rootpod",{"_index":298,"name":{"751":{}},"parent":{}}],["route",{"_index":305,"name":{"775":{}},"parent":{}}],["routerhandler",{"_index":517,"name":{"1317":{}},"parent":{"1318":{},"1319":{},"1320":{},"1321":{},"1322":{},"1323":{},"1324":{},"1325":{},"1326":{},"1327":{}}}],["routerhandlerargs",{"_index":514,"name":{"1311":{}},"parent":{"1312":{},"1313":{},"1314":{},"1315":{},"1316":{}}}],["routerrule",{"_index":705,"name":{"1820":{}},"parent":{"1821":{},"1822":{},"1823":{},"1824":{}}}],["routingauxiliaryidentifierstrategy",{"_index":103,"name":{"238":{}},"parent":{"239":{},"240":{},"241":{},"242":{},"243":{},"244":{},"245":{}}}],["routingauxiliarystrategy",{"_index":106,"name":{"246":{}},"parent":{"247":{},"248":{},"249":{},"250":{},"251":{},"252":{},"253":{},"254":{},"255":{},"256":{},"257":{}}}],["routingresourcestore",{"_index":761,"name":{"1976":{}},"parent":{"1977":{},"1978":{},"1979":{},"1980":{},"1981":{},"1982":{},"1983":{},"1984":{},"1985":{}}}],["routingstorage",{"_index":401,"name":{"984":{},"1175":{}},"parent":{}}],["rule",{"_index":26,"name":{"58":{},"1978":{}},"parent":{}}],["run",{"_index":394,"name":{"975":{}},"parent":{}}],["runcli",{"_index":395,"name":{"976":{}},"parent":{}}],["safeerrorhandler",{"_index":154,"name":{"446":{}},"parent":{"447":{},"448":{},"449":{},"450":{},"451":{},"452":{},"453":{}}}],["safelydeleteauxiliaryresources",{"_index":739,"name":{"1888":{}},"parent":{}}],["saltrounds",{"_index":283,"name":{"721":{}},"parent":{}}],["scheme",{"_index":455,"name":{"1137":{},"1712":{}},"parent":{}}],["sendername",{"_index":324,"name":{"798":{},"802":{}},"parent":{}}],["sendresetmail",{"_index":258,"name":{"669":{}},"parent":{}}],["sendsparqlconstruct",{"_index":558,"name":{"1396":{}},"parent":{}}],["sendsparqlupdate",{"_index":559,"name":{"1397":{}},"parent":{}}],["sequencehandler",{"_index":795,"name":{"2121":{}},"parent":{"2122":{},"2123":{},"2124":{},"2125":{},"2126":{}}}],["serializequads",{"_index":914,"name":{"2339":{}},"parent":{}}],["server",{"_index":410,"name":{"1021":{}},"parent":{}}],["serverfactory",{"_index":409,"name":{"1019":{}},"parent":{}}],["serverinitializer",{"_index":408,"name":{"1017":{}},"parent":{"1018":{},"1019":{},"1020":{},"1021":{},"1022":{},"1023":{},"1024":{},"1025":{}}}],["sessionhttphandler",{"_index":336,"name":{"829":{}},"parent":{"830":{},"831":{},"832":{},"833":{}}}],["set",{"_index":200,"name":{"568":{},"1573":{},"1585":{},"1597":{},"1605":{},"1613":{},"1627":{}},"parent":{}}],["setgloballoggerfactory",{"_index":427,"name":{"1059":{}},"parent":{}}],["setmetadata",{"_index":189,"name":{"557":{}},"parent":{}}],["setoverrides",{"_index":187,"name":{"554":{}},"parent":{}}],["setrepresentation",{"_index":709,"name":{"1828":{},"1836":{},"1870":{},"1901":{},"1911":{},"1925":{},"1936":{},"1946":{},"1952":{},"1964":{},"1972":{},"1982":{}},"parent":{}}],["setuphttphandler",{"_index":381,"name":{"942":{}},"parent":{"943":{},"944":{},"945":{},"946":{},"947":{},"948":{},"949":{},"950":{},"951":{},"952":{},"953":{},"954":{},"955":{},"956":{},"957":{}}}],["setuphttphandlerargs",{"_index":376,"name":{"933":{}},"parent":{"934":{},"935":{},"936":{},"937":{},"938":{},"939":{},"940":{},"941":{}}}],["setupinput",{"_index":373,"name":{"930":{}},"parent":{"931":{},"932":{}}}],["shouldremember",{"_index":333,"name":{"818":{},"822":{}},"parent":{}}],["showstacktrace",{"_index":146,"name":{"431":{},"450":{},"970":{},"1205":{}},"parent":{}}],["silly",{"_index":419,"name":{"1037":{},"1054":{},"1069":{},"1083":{}},"parent":{}}],["singlerootidentifierstrategy",{"_index":807,"name":{"2164":{}},"parent":{"2165":{},"2166":{},"2167":{},"2168":{},"2169":{},"2170":{}}}],["singlethreadedresourcelocker",{"_index":836,"name":{"2224":{}},"parent":{"2225":{},"2226":{},"2227":{},"2228":{},"2229":{},"2230":{},"2231":{}}}],["slugparser",{"_index":126,"name":{"332":{}},"parent":{"333":{},"334":{},"335":{},"336":{},"337":{}}}],["socketurl",{"_index":511,"name":{"1293":{}},"parent":{}}],["solid",{"_index":952,"name":{"2380":{}},"parent":{}}],["solid_error",{"_index":953,"name":{"2381":{}},"parent":{}}],["solid_http",{"_index":954,"name":{"2382":{}},"parent":{}}],["solid_meta",{"_index":955,"name":{"2383":{}},"parent":{}}],["source",{"_index":359,"name":{"884":{},"896":{},"1593":{},"1623":{},"1749":{},"1896":{},"1905":{},"1920":{},"1930":{},"1941":{},"1953":{},"1965":{},"2106":{}},"parent":{}}],["sources",{"_index":104,"name":{"240":{},"248":{}},"parent":{}}],["sparqlconstruct",{"_index":552,"name":{"1390":{}},"parent":{}}],["sparqldataaccessor",{"_index":546,"name":{"1373":{}},"parent":{"1374":{},"1375":{},"1376":{},"1377":{},"1378":{},"1379":{},"1380":{},"1381":{},"1382":{},"1383":{},"1384":{},"1385":{},"1386":{},"1387":{},"1388":{},"1389":{},"1390":{},"1391":{},"1392":{},"1393":{},"1394":{},"1395":{},"1396":{},"1397":{}}}],["sparqldelete",{"_index":555,"name":{"1393":{}},"parent":{}}],["sparqlendpoint",{"_index":391,"name":{"969":{}},"parent":{}}],["sparqlinsert",{"_index":554,"name":{"1392":{}},"parent":{}}],["sparqlpatchmodesextractor",{"_index":45,"name":{"98":{}},"parent":{"99":{},"100":{},"101":{},"102":{},"103":{},"104":{},"105":{},"106":{},"107":{},"108":{}}}],["sparqlselectgraph",{"_index":553,"name":{"1391":{}},"parent":{}}],["sparqlupdatebodyparser",{"_index":114,"name":{"284":{}},"parent":{"285":{},"286":{},"287":{},"288":{},"289":{}}}],["sparqlupdatedeleteall",{"_index":556,"name":{"1394":{}},"parent":{}}],["sparqlupdategraph",{"_index":557,"name":{"1395":{}},"parent":{}}],["sparqlupdatepatch",{"_index":217,"name":{"584":{}},"parent":{"585":{},"586":{},"587":{},"588":{},"589":{}}}],["sparqlupdatepatcher",{"_index":683,"name":{"1773":{}},"parent":{"1774":{},"1775":{},"1776":{},"1777":{},"1778":{},"1779":{},"1780":{},"1781":{},"1782":{},"1783":{},"1784":{},"1785":{},"1786":{}}}],["splitandclean",{"_index":872,"name":{"2284":{}},"parent":{}}],["start",{"_index":386,"name":{"962":{}},"parent":{}}],["startserver",{"_index":484,"name":{"1215":{},"1229":{},"1265":{}},"parent":{}}],["staticassethandler",{"_index":503,"name":{"1279":{}},"parent":{"1280":{},"1281":{},"1282":{},"1283":{},"1284":{},"1285":{},"1286":{},"1287":{},"1288":{},"1289":{},"1290":{}}}],["statichandler",{"_index":796,"name":{"2127":{}},"parent":{"2128":{},"2129":{},"2130":{},"2131":{},"2132":{}}}],["statuscode",{"_index":168,"name":{"498":{},"503":{},"508":{},"513":{},"1988":{},"1990":{},"1996":{},"1998":{},"2008":{},"2010":{},"2019":{},"2022":{},"2028":{},"2030":{},"2036":{},"2038":{},"2044":{},"2046":{},"2052":{},"2054":{},"2060":{},"2062":{},"2078":{},"2080":{},"2086":{},"2088":{}},"parent":{}}],["stop",{"_index":387,"name":{"963":{}},"parent":{}}],["storage",{"_index":229,"name":{"609":{},"618":{},"720":{},"849":{},"864":{},"878":{},"938":{},"949":{},"994":{},"1002":{},"2107":{},"2195":{}},"parent":{}}],["storagekey",{"_index":378,"name":{"937":{},"948":{},"993":{},"1001":{},"2108":{}},"parent":{}}],["storagevalue",{"_index":792,"name":{"2109":{}},"parent":{}}],["store",{"_index":137,"name":{"384":{},"390":{},"396":{},"410":{},"417":{},"424":{},"552":{},"991":{},"998":{},"1181":{},"1359":{},"1796":{}},"parent":{}}],["storefactory",{"_index":399,"name":{"982":{},"1147":{}},"parent":{}}],["stores",{"_index":692,"name":{"1790":{}},"parent":{}}],["stripextension",{"_index":658,"name":{"1660":{},"1720":{}},"parent":{}}],["subdomainextensionbasedmapper",{"_index":667,"name":{"1706":{}},"parent":{"1707":{},"1708":{},"1709":{},"1710":{},"1711":{},"1714":{},"1715":{},"1716":{},"1717":{},"1718":{},"1719":{},"1720":{},"1721":{},"1722":{},"1723":{},"1724":{},"1725":{},"1726":{},"1727":{},"1728":{},"1729":{},"1730":{}}}],["subdomainextensionbasedmapper.__type",{"_index":670,"name":{},"parent":{"1712":{},"1713":{}}}],["subdomainidentifiergenerator",{"_index":453,"name":{"1133":{}},"parent":{"1134":{},"1135":{},"1136":{},"1139":{}}}],["subdomainidentifiergenerator.__type",{"_index":456,"name":{},"parent":{"1137":{},"1138":{}}}],["subdomainidentifierstrategy",{"_index":808,"name":{"2171":{}},"parent":{"2172":{},"2173":{},"2174":{},"2175":{},"2176":{},"2177":{},"2178":{}}}],["subject",{"_index":329,"name":{"808":{}},"parent":{}}],["suffix",{"_index":108,"name":{"260":{}},"parent":{}}],["suffixauxiliaryidentifierstrategy",{"_index":107,"name":{"258":{}},"parent":{"259":{},"260":{},"261":{},"262":{},"263":{},"264":{}}}],["suffixes",{"_index":817,"name":{"2196":{}},"parent":{}}],["suffixidentifiergenerator",{"_index":458,"name":{"1140":{}},"parent":{"1141":{},"1142":{},"1143":{}}}],["supportchecker",{"_index":695,"name":{"1797":{}},"parent":{}}],["supportedconverters",{"_index":569,"name":{"1411":{}},"parent":{}}],["supports",{"_index":700,"name":{"1810":{}},"parent":{}}],["supportsidentifier",{"_index":804,"name":{"2157":{},"2161":{},"2168":{},"2176":{}},"parent":{}}],["supportspath",{"_index":312,"name":{"782":{},"787":{}},"parent":{}}],["syscall",{"_index":786,"name":{"2075":{}},"parent":{}}],["systemerror",{"_index":781,"name":{"2067":{}},"parent":{"2068":{},"2069":{},"2070":{},"2071":{},"2072":{},"2073":{},"2074":{},"2075":{}}}],["takestep",{"_index":567,"name":{"1409":{}},"parent":{}}],["target",{"_index":220,"name":{"592":{},"1299":{},"1305":{}},"parent":{}}],["targetextractor",{"_index":120,"name":{"309":{},"349":{},"356":{},"1300":{},"1306":{},"1313":{},"1320":{}},"parent":{"310":{},"311":{},"312":{},"313":{}}}],["template",{"_index":294,"name":{"747":{},"1106":{},"1167":{},"2256":{}},"parent":{}}],["template_variable",{"_index":440,"name":{"1107":{}},"parent":{}}],["templatedinteractionresult",{"_index":314,"name":{"784":{}},"parent":{}}],["templatedpodgenerator",{"_index":460,"name":{"1144":{}},"parent":{"1145":{},"1146":{},"1147":{},"1148":{},"1149":{},"1150":{},"1151":{}}}],["templatedresourcesgenerator",{"_index":462,"name":{"1152":{}},"parent":{"1153":{},"1154":{},"1155":{},"1156":{},"1157":{},"1158":{},"1159":{},"1160":{},"1161":{},"1162":{},"1163":{},"1164":{}}}],["templateengine",{"_index":254,"name":{"657":{},"665":{},"1156":{},"1430":{},"1459":{},"1490":{},"1522":{},"2263":{}},"parent":{"2264":{}}}],["templateextension",{"_index":465,"name":{"1157":{}},"parent":{}}],["templatefile",{"_index":853,"name":{"2261":{}},"parent":{}}],["templatefilename",{"_index":850,"name":{"2257":{}},"parent":{}}],["templatefolder",{"_index":463,"name":{"1154":{}},"parent":{}}],["templateoptions",{"_index":602,"name":{"1483":{}},"parent":{"1484":{},"1485":{},"1486":{},"1487":{}}}],["templatepath",{"_index":852,"name":{"2260":{},"2262":{}},"parent":{"2261":{},"2262":{}}}],["templatestring",{"_index":851,"name":{"2258":{},"2259":{}},"parent":{"2259":{}}}],["text",{"_index":330,"name":{"809":{}},"parent":{}}],["text_html",{"_index":858,"name":{"2269":{}},"parent":{}}],["text_markdown",{"_index":859,"name":{"2270":{}},"parent":{}}],["text_turtle",{"_index":860,"name":{"2271":{}},"parent":{}}],["throwerror",{"_index":342,"name":{"855":{}},"parent":{}}],["timer",{"_index":635,"name":{"1624":{}},"parent":{}}],["tocachednamednode",{"_index":932,"name":{"2358":{}},"parent":{}}],["tocanonicaluripath",{"_index":901,"name":{"2326":{}},"parent":{}}],["todata",{"_index":640,"name":{"1634":{}},"parent":{}}],["toexpires",{"_index":639,"name":{"1633":{}},"parent":{}}],["tokenownershipvalidator",{"_index":338,"name":{"845":{}},"parent":{"846":{},"847":{},"848":{},"849":{},"850":{},"851":{},"852":{},"853":{},"854":{},"855":{},"856":{},"857":{}}}],["toliteral",{"_index":936,"name":{"2362":{}},"parent":{}}],["tonamedterm",{"_index":934,"name":{"2360":{}},"parent":{}}],["toobjectterm",{"_index":935,"name":{"2361":{}},"parent":{}}],["topredicateterm",{"_index":937,"name":{"2363":{}},"parent":{}}],["torelative",{"_index":704,"name":{"1818":{}},"parent":{}}],["torepresentation",{"_index":149,"name":{"437":{}},"parent":{}}],["totemplatelink",{"_index":467,"name":{"1160":{}},"parent":{}}],["transform",{"_index":930,"name":{"2356":{}},"parent":{}}],["transformquotedstrings",{"_index":871,"name":{"2283":{}},"parent":{}}],["transformsafely",{"_index":926,"name":{"2352":{}},"parent":{}}],["trimstring",{"_index":301,"name":{"769":{}},"parent":{}}],["trimtrailingslashes",{"_index":899,"name":{"2324":{}},"parent":{}}],["type",{"_index":209,"name":{"576":{},"640":{},"643":{},"646":{}},"parent":{}}],["typedrepresentationconverter",{"_index":618,"name":{"1563":{}},"parent":{"1564":{},"1565":{},"1566":{},"1567":{},"1568":{},"1569":{},"1570":{},"1571":{}}}],["typedstores",{"_index":697,"name":{"1800":{}},"parent":{}}],["uidkeyfor",{"_index":348,"name":{"867":{}},"parent":{}}],["unauthorizedhttperror",{"_index":787,"name":{"2076":{}},"parent":{"2077":{},"2078":{},"2079":{},"2080":{},"2081":{},"2082":{},"2083":{}}}],["unioncredentialsextractor",{"_index":17,"name":{"31":{}},"parent":{"32":{},"33":{},"34":{},"35":{},"36":{},"37":{}}}],["unionhandler",{"_index":797,"name":{"2133":{}},"parent":{"2134":{},"2135":{},"2136":{},"2137":{},"2138":{},"2139":{},"2140":{},"2141":{}}}],["unionpermissionreader",{"_index":76,"name":{"168":{}},"parent":{"169":{},"170":{},"171":{},"172":{},"173":{},"174":{},"175":{}}}],["unlockcallbacks",{"_index":837,"name":{"2228":{}},"parent":{}}],["unmodifiedsince",{"_index":717,"name":{"1844":{},"1850":{},"1858":{}},"parent":{}}],["unsecureconstantcredentialsextractor",{"_index":20,"name":{"38":{}},"parent":{"39":{},"40":{},"41":{},"42":{},"43":{},"44":{}}}],["unsecurewebidextractor",{"_index":22,"name":{"45":{}},"parent":{"46":{},"47":{},"48":{},"49":{},"50":{}}}],["unsecurewebsocketsprotocol",{"_index":223,"name":{"597":{}},"parent":{"598":{},"599":{},"600":{},"601":{},"602":{},"603":{},"604":{}}}],["unsupportedasynchandler",{"_index":800,"name":{"2142":{}},"parent":{"2143":{},"2144":{},"2145":{},"2146":{},"2147":{}}}],["unsupportedmediatypehttperror",{"_index":788,"name":{"2084":{}},"parent":{"2085":{},"2086":{},"2087":{},"2088":{},"2089":{},"2090":{},"2091":{}}}],["updateaclpermissions",{"_index":83,"name":{"186":{}},"parent":{}}],["updatecontainermodifieddate",{"_index":731,"name":{"1880":{}},"parent":{}}],["updatejsonsafely",{"_index":625,"name":{"1589":{}},"parent":{}}],["updatemodifieddate",{"_index":918,"name":{"2344":{}},"parent":{}}],["updatesettings",{"_index":270,"name":{"704":{},"730":{}},"parent":{}}],["upsert",{"_index":350,"name":{"869":{},"886":{}},"parent":{}}],["urlsuffix",{"_index":666,"name":{"1690":{}},"parent":{}}],["useidp",{"_index":265,"name":{"696":{}},"parent":{}}],["user",{"_index":321,"name":{"796":{}},"parent":{}}],["usercodekeyfor",{"_index":347,"name":{"866":{}},"parent":{}}],["usesownauthorization",{"_index":91,"name":{"197":{},"216":{},"249":{}},"parent":{}}],["validate",{"_index":94,"name":{"200":{},"219":{},"252":{}},"parent":{}}],["validatecomposite",{"_index":689,"name":{"1784":{}},"parent":{}}],["validateconditions",{"_index":725,"name":{"1874":{}},"parent":{}}],["validatedeleteinsert",{"_index":688,"name":{"1783":{}},"parent":{}}],["validateidentifier",{"_index":724,"name":{"1873":{}},"parent":{}}],["validateinput",{"_index":302,"name":{"770":{}},"parent":{}}],["validaterelativepath",{"_index":653,"name":{"1651":{},"1671":{},"1704":{},"1729":{}},"parent":{}}],["validateupdate",{"_index":687,"name":{"1782":{}},"parent":{}}],["validator",{"_index":97,"name":{"209":{},"265":{}},"parent":{"266":{},"267":{},"268":{},"269":{}}}],["value",{"_index":205,"name":{"573":{},"1111":{},"2129":{}},"parent":{}}],["valuepreference",{"_index":203,"name":{"571":{}},"parent":{"572":{}}}],["valuepreference.__type",{"_index":206,"name":{},"parent":{"573":{},"574":{}}}],["valuepreferences",{"_index":202,"name":{"570":{}},"parent":{}}],["vann",{"_index":956,"name":{"2384":{}},"parent":{}}],["variable",{"_index":442,"name":{"1110":{}},"parent":{}}],["variablehandler",{"_index":438,"name":{"1100":{},"1148":{}},"parent":{"1101":{},"1102":{},"1103":{},"1104":{}}}],["variablesetter",{"_index":441,"name":{"1108":{}},"parent":{"1109":{},"1110":{},"1111":{},"1112":{},"1113":{},"1114":{},"1115":{}}}],["vcard",{"_index":957,"name":{"2385":{}},"parent":{}}],["verbose",{"_index":417,"name":{"1035":{},"1052":{},"1067":{},"1081":{}},"parent":{}}],["verified",{"_index":278,"name":{"713":{}},"parent":{}}],["verify",{"_index":3,"name":{"3":{},"21":{},"701":{},"727":{}},"parent":{}}],["verifyexistingextension",{"_index":537,"name":{"1354":{}},"parent":{}}],["viewtemplate",{"_index":379,"name":{"939":{},"950":{}},"parent":{}}],["viewtemplates",{"_index":307,"name":{"777":{}},"parent":{}}],["voidlogger",{"_index":429,"name":{"1061":{}},"parent":{"1062":{},"1063":{},"1064":{},"1065":{},"1066":{},"1067":{},"1068":{},"1069":{}}}],["voidloggerfactory",{"_index":430,"name":{"1070":{}},"parent":{"1071":{},"1072":{},"1073":{}}}],["wacallowmetadatawriter",{"_index":162,"name":{"483":{}},"parent":{"484":{},"485":{},"486":{},"487":{},"488":{},"489":{}}}],["waitforstreamtoend",{"_index":750,"name":{"1917":{}},"parent":{}}],["warn",{"_index":415,"name":{"1033":{},"1050":{},"1065":{},"1079":{}},"parent":{}}],["waterfallhandler",{"_index":802,"name":{"2148":{}},"parent":{"2149":{},"2150":{},"2151":{},"2152":{},"2153":{},"2154":{}}}],["webaclmetadatacollector",{"_index":135,"name":{"377":{}},"parent":{"378":{},"379":{},"380":{},"381":{}}}],["webaclreader",{"_index":78,"name":{"176":{}},"parent":{"177":{},"178":{},"179":{},"180":{},"181":{},"182":{},"183":{},"184":{},"185":{},"186":{},"187":{},"188":{},"189":{},"190":{}}}],["webid",{"_index":8,"name":{"8":{},"710":{},"744":{},"754":{},"817":{},"821":{},"1166":{}},"parent":{}}],["webidadapter",{"_index":358,"name":{"880":{}},"parent":{"881":{},"882":{},"883":{},"884":{},"885":{},"886":{},"887":{},"888":{},"889":{},"890":{},"891":{},"892":{},"893":{}}}],["webidadapterfactory",{"_index":361,"name":{"894":{}},"parent":{"895":{},"896":{},"897":{},"898":{}}}],["webidsuffix",{"_index":288,"name":{"737":{},"764":{}},"parent":{}}],["websocketadvertiser",{"_index":510,"name":{"1291":{}},"parent":{"1292":{},"1293":{},"1294":{},"1295":{},"1296":{}}}],["websockethandler",{"_index":498,"name":{"1256":{},"1264":{}},"parent":{"1257":{},"1258":{},"1259":{},"1260":{}}}],["websocketserverfactory",{"_index":499,"name":{"1261":{}},"parent":{"1262":{},"1263":{},"1264":{},"1265":{}}}],["weight",{"_index":207,"name":{"574":{},"2295":{},"2302":{},"2305":{},"2308":{},"2311":{},"2314":{}},"parent":{}}],["winstonlogger",{"_index":431,"name":{"1074":{}},"parent":{"1075":{},"1076":{},"1077":{},"1078":{},"1079":{},"1080":{},"1081":{},"1082":{},"1083":{}}}],["winstonloggerfactory",{"_index":432,"name":{"1084":{}},"parent":{"1085":{},"1086":{},"1087":{},"1088":{}}}],["withinternalreadlock",{"_index":823,"name":{"2204":{}},"parent":{}}],["withlock",{"_index":813,"name":{"2187":{}},"parent":{}}],["withreadlock",{"_index":810,"name":{"2180":{},"2185":{},"2197":{},"2207":{},"2237":{}},"parent":{}}],["withwritelock",{"_index":811,"name":{"2181":{},"2186":{},"2198":{},"2208":{},"2238":{}},"parent":{}}],["wrappedexpiringreadwritelocker",{"_index":838,"name":{"2232":{}},"parent":{"2233":{},"2234":{},"2235":{},"2236":{},"2237":{},"2238":{},"2239":{}}}],["wrappedexpiringstorage",{"_index":634,"name":{"1620":{}},"parent":{"1621":{},"1622":{},"1623":{},"1624":{},"1625":{},"1626":{},"1627":{},"1628":{},"1629":{},"1630":{},"1631":{},"1632":{},"1633":{},"1634":{},"1635":{}}}],["write",{"_index":38,"name":{"83":{},"2191":{}},"parent":{}}],["writecontainer",{"_index":525,"name":{"1334":{},"1344":{},"1367":{},"1384":{}},"parent":{}}],["writedata",{"_index":728,"name":{"1877":{}},"parent":{}}],["writedatafile",{"_index":538,"name":{"1355":{}},"parent":{}}],["writedocument",{"_index":524,"name":{"1333":{},"1343":{},"1366":{},"1385":{}},"parent":{}}],["writemetadata",{"_index":532,"name":{"1349":{}},"parent":{}}],["wwwauthmetadatawriter",{"_index":165,"name":{"490":{}},"parent":{"491":{},"492":{},"493":{},"494":{},"495":{}}}],["xsd",{"_index":958,"name":{"2386":{}},"parent":{}}]],"pipeline":[]}} \ No newline at end of file diff --git a/docs/assets/style.css b/docs/assets/style.css new file mode 100644 index 000000000..2e409a971 --- /dev/null +++ b/docs/assets/style.css @@ -0,0 +1,1341 @@ +@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 { + 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.default .col-content { + width: 72%; + } + html.default .col-menu { + width: 28%; + } + html.default .tsd-navigation { + padding-left: 10px; + } +} +@media (max-width: 900px) { + html.default .col-content { + float: none; + width: 100%; + } + html.default .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.default .col-menu > *:last-child { + padding-bottom: 20px; + } + html.default .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; + } +} + +.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.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: -webkit-sticky; + 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%; +} diff --git a/docs/assets/images/widgets.png b/docs/assets/widgets.png similarity index 100% rename from docs/assets/images/widgets.png rename to docs/assets/widgets.png diff --git a/docs/assets/images/widgets@2x.png b/docs/assets/widgets@2x.png similarity index 100% rename from docs/assets/images/widgets@2x.png rename to docs/assets/widgets@2x.png diff --git a/docs/classes/AcceptPreferenceParser.html b/docs/classes/AcceptPreferenceParser.html new file mode 100644 index 000000000..37ffa353b --- /dev/null +++ b/docs/classes/AcceptPreferenceParser.html @@ -0,0 +1,19 @@ +AcceptPreferenceParser | Community Solid Server - v2.0.0
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

constructor

Methods

canHandle

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

    +

handle

handleSafe

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..f095cfc34 --- /dev/null +++ b/docs/classes/AccessChecker.html @@ -0,0 +1,19 @@ +AccessChecker | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Performs an authorization check against the given acl resource.

+

Hierarchy

Index

Constructors

constructor

Methods

canHandle

  • +

    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.

    +

Abstract handle

handleSafe

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..c9b62c635 --- /dev/null +++ b/docs/classes/AgentAccessChecker.html @@ -0,0 +1,18 @@ +AgentAccessChecker | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Checks if the given WebID has been given access.

+

Hierarchy

Index

Constructors

constructor

Methods

canHandle

  • +

    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

handleSafe

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..a67e189be --- /dev/null +++ b/docs/classes/AgentClassAccessChecker.html @@ -0,0 +1,18 @@ +AgentClassAccessChecker | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Checks access based on the agent class.

+

Hierarchy

Index

Constructors

constructor

Methods

canHandle

  • +

    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

handleSafe

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..048a9ca39 --- /dev/null +++ b/docs/classes/AgentGroupAccessChecker.html @@ -0,0 +1,30 @@ +AgentGroupAccessChecker | Community Solid Server - v2.0.0
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

constructor

Properties

Private Readonly cache

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

Private Readonly converter

Private Readonly expiration

expiration: number

Methods

canHandle

  • +

    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.

    +

Private fetchCachedQuads

  • fetchCachedQuads(url: string): Promise<Store<Quad, Quad, Quad, Quad>>

handle

handleSafe

Private isMemberOfGroup

  • 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
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..ab16de0b8 --- /dev/null +++ b/docs/classes/AllStaticReader.html @@ -0,0 +1,19 @@ +AllStaticReader | Community Solid Server - v2.0.0
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

constructor

Properties

Private Readonly permissions

permissions: Partial<Record<AccessMode, boolean>>

Methods

canHandle

handle

handleSafe

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..de4f7ca70 --- /dev/null +++ b/docs/classes/App.html @@ -0,0 +1,7 @@ +App | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Entry point for the entire Solid server.

+

Hierarchy

  • App

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

Private Readonly finalizer

finalizer: Finalizable

Private Readonly initializer

initializer: Initializer

Methods

start

  • start(): Promise<void>
  • +

    Initializes and starts the application.

    +

    Returns Promise<void>

stop

  • stop(): Promise<void>
  • +

    Stops the application and handles cleanup.

    +

    Returns Promise<void>

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..5132dd242 --- /dev/null +++ b/docs/classes/AppRunner.html @@ -0,0 +1,18 @@ +AppRunner | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • AppRunner

Index

Constructors

constructor

Properties

Private Readonly logger

logger: Logger = ...

Methods

createApp

  • createApp(loaderProperties: IComponentsManagerBuilderOptions<App>, configFile: string, variables: Record<string, any> | CliParams): Promise<App>
  • +

    Creates the main app object to start the server from a given config.

    +

    Parameters

    • loaderProperties: IComponentsManagerBuilderOptions<App>

      Components.js loader properties.

      +
    • configFile: string

      Path to a Components.js config file.

      +
    • variables: Record<string, any> | CliParams

      Variables to pass into the config file.

      +

    Returns Promise<App>

Protected createVariables

  • createVariables(params: CliParams): Record<string, any>

run

  • run(loaderProperties: IComponentsManagerBuilderOptions<App>, configFile: string, variableParams: CliParams): Promise<void>
  • +

    Starts the server with a given config. +This method can be used to start the server from within another JavaScript application.

    +

    Parameters

    • loaderProperties: IComponentsManagerBuilderOptions<App>

      Components.js loader properties.

      +
    • configFile: string

      Path to the server config file.

      +
    • variableParams: CliParams

      Variables to pass into the config file.

      +

    Returns Promise<void>

runCli

  • runCli(__namedParameters?: { argv?: string[]; stderr?: WriteStream; stdin?: ReadStream; stdout?: WriteStream }): void
  • +

    Starts the server as a command-line application. +Made non-async to lower the risk of unhandled promise rejections.

    +

    Parameters

    • __namedParameters: { argv?: string[]; stderr?: WriteStream; stdin?: ReadStream; stdout?: WriteStream } = {}
      • Optional argv?: string[]
      • Optional stderr?: WriteStream

        Standard error stream.

        +
      • Optional stdin?: ReadStream
      • Optional stdout?: WriteStream

    Returns void

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..8e7db9c46 --- /dev/null +++ b/docs/classes/AsyncHandler.html @@ -0,0 +1,19 @@ +AsyncHandler | Community Solid Server - v2.0.0
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

constructor

  • Type parameters

    • TIn = void

    • TOut = void

    Returns AsyncHandler<TIn, TOut>

Methods

canHandle

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

    +

Abstract handle

  • 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

  • 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
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..93ac47455 --- /dev/null +++ b/docs/classes/Authorizer.html @@ -0,0 +1,20 @@ +Authorizer | Community Solid Server - v2.0.0
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

constructor

Methods

canHandle

  • +

    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.

    +

Abstract handle

handleSafe

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..015cb5288 --- /dev/null +++ b/docs/classes/AuthorizingHttpHandler.html @@ -0,0 +1,26 @@ +AuthorizingHttpHandler | Community Solid Server - v2.0.0
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

constructor

Properties

Private Readonly authorizer

authorizer: Authorizer

Private Readonly credentialsExtractor

credentialsExtractor: CredentialsExtractor

Private Readonly logger

logger: Logger = ...

Private Readonly modesExtractor

modesExtractor: ModesExtractor

Private Readonly operationHandler

operationHandler: OperationHttpHandler

Private Readonly permissionReader

permissionReader: PermissionReader

Methods

canHandle

handle

handleSafe

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..8c949be3a --- /dev/null +++ b/docs/classes/AuxiliaryReader.html @@ -0,0 +1,18 @@ +AuxiliaryReader | Community Solid Server - v2.0.0
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

constructor

Properties

Private Readonly auxiliaryStrategy

auxiliaryStrategy: AuxiliaryStrategy

Protected Readonly logger

logger: Logger = ...

Private Readonly resourceReader

resourceReader: PermissionReader

Methods

canHandle

Private getRequiredAuthorization

handle

handleSafe

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..22cbe838e --- /dev/null +++ b/docs/classes/BadRequestHttpError.html @@ -0,0 +1,15 @@ +BadRequestHttpError | Community Solid Server - v2.0.0
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

Index

Constructors

constructor

Properties

Optional Readonly cause

cause?: unknown

Optional Readonly details

details?: Dict<unknown>

Readonly errorCode

errorCode: string

message

message: string

name

name: string

Optional stack

stack?: string

Readonly statusCode

statusCode: number

Static stackTraceLimit

stackTraceLimit: number

Static Protected Readonly statusCode

statusCode: number

Methods

Static captureStackTrace

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

    Create .stack property on a target object

    +

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void

Static isInstance

Static Optional prepareStackTrace

  • prepareStackTrace(err: Error, stackTraces: CallSite[]): any

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..f062bf04e --- /dev/null +++ b/docs/classes/BaseAccountStore.html @@ -0,0 +1,42 @@ +BaseAccountStore | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

A EmailPasswordStore that uses a KeyValueStorage +to persist its information.

+

Hierarchy

  • BaseAccountStore

Implements

Index

Constructors

constructor

Properties

Private Readonly saltRounds

saltRounds: number

Private Readonly storage

Methods

authenticate

  • authenticate(email: string, password: string): Promise<string>

changePassword

  • changePassword(email: string, password: string): Promise<void>

create

  • create(email: string, webId: string, password: string, settings: AccountSettings): Promise<void>

deleteAccount

  • deleteAccount(email: string): Promise<void>

deleteForgotPasswordRecord

  • deleteForgotPasswordRecord(recordId: string): Promise<void>

generateForgotPasswordRecord

  • generateForgotPasswordRecord(email: string): Promise<string>

Private getAccountPayload

  • getAccountPayload(email: string, checkExistence: true): Promise<{ account: AccountPayload; key: string }>
  • getAccountPayload(email: string, checkExistence: false): Promise<{ account?: AccountPayload; key: string }>

Private getAccountResourceIdentifier

  • getAccountResourceIdentifier(email: string): string

getForgotPasswordRecord

  • getForgotPasswordRecord(recordId: string): Promise<undefined | string>

Private getForgotPasswordRecordResourceIdentifier

  • getForgotPasswordRecordResourceIdentifier(recordId: string): string

getSettings

updateSettings

verify

  • verify(email: string): Promise<void>

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..016059eb9 --- /dev/null +++ b/docs/classes/BaseComponentsJsFactory.html @@ -0,0 +1,12 @@ +BaseComponentsJsFactory | Community Solid Server - v2.0.0
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

constructor

Properties

Private Readonly options

options: IComponentsManagerBuilderOptions<any>

Methods

Private buildManager

  • buildManager(): Promise<ComponentsManager<any>>

generate

  • 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
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..15f3f0917 --- /dev/null +++ b/docs/classes/BaseEmailSender.html @@ -0,0 +1,18 @@ +BaseEmailSender | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Sends e-mails using nodemailer.

+

Hierarchy

Index

Constructors

constructor

Properties

Private Readonly mailTransporter

mailTransporter: Mail<any>

Private Readonly senderName

senderName: string

Methods

canHandle

  • +

    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

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

handleSafe

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..1fd5ba76c --- /dev/null +++ b/docs/classes/BaseFileIdentifierMapper.html @@ -0,0 +1,66 @@ +BaseFileIdentifierMapper | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Base class for FileIdentifierMapper implementations.

+

Hierarchy

Implements

Index

Constructors

constructor

Properties

Protected Readonly baseRequestURI

baseRequestURI: string

Protected Readonly logger

logger: Logger = ...

Protected Readonly rootFilepath

rootFilepath: string

Methods

Protected getAbsolutePath

  • getAbsolutePath(path: string): string

Protected getContainerUrl

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

    +

Protected getContentTypeFromPath

  • getContentTypeFromPath(filePath: string): Promise<string>

Protected getContentTypeFromUrl

  • getContentTypeFromUrl(identifier: ResourceIdentifier, contentType?: string): Promise<string>

Protected getDocumentUrl

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

    +

Protected getRelativePath

Protected isMetadataPath

  • isMetadataPath(path: string): boolean

mapFilePathToUrl

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

Protected mapUrlToContainerPath

Protected mapUrlToDocumentPath

  • +

    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.

    +

mapUrlToFilePath

Protected validateRelativePath

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..29f7a5a03 --- /dev/null +++ b/docs/classes/BaseHttpServerFactory.html @@ -0,0 +1,8 @@ +BaseHttpServerFactory | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

HttpServerFactory based on the native Node.js http module

+

Hierarchy

  • BaseHttpServerFactory

Implements

Index

Constructors

constructor

Properties

Private Readonly handler

handler: HttpHandler
+

The main HttpHandler

+

Protected Readonly logger

logger: Logger = ...

Private Readonly options

Methods

Private createServerOptions

startServer

  • startServer(port: number): Server

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..32647ab99 --- /dev/null +++ b/docs/classes/BaseIdentifierStrategy.html @@ -0,0 +1,16 @@ +BaseIdentifierStrategy | Community Solid Server - v2.0.0
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

constructor

Methods

getParentContainer

Abstract isRootContainer

Abstract supportsIdentifier

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..69b8a8d10 --- /dev/null +++ b/docs/classes/BaseResourceStore.html @@ -0,0 +1,17 @@ +BaseResourceStore | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Base implementation of ResourceStore for implementers of custom stores.

+

Hierarchy

  • BaseResourceStore

Implements

Index

Constructors

constructor

Methods

addResource

deleteResource

getRepresentation

modifyResource

resourceExists

setRepresentation

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..9715172be --- /dev/null +++ b/docs/classes/BaseUrlHandler.html @@ -0,0 +1,20 @@ +BaseUrlHandler | Community Solid Server - v2.0.0
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

constructor

Methods

canHandle

handle

handleSafe

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..6a7b0a856 --- /dev/null +++ b/docs/classes/BaseUrlRouterRule.html @@ -0,0 +1,25 @@ +BaseUrlRouterRule | Community Solid Server - v2.0.0
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

constructor

Properties

Private Optional Readonly baseStore

baseStore?: ResourceStore

Private Readonly stores

Methods

canHandle

Private findStore

handle

handleSafe

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..f46c4ce14 --- /dev/null +++ b/docs/classes/BasicConditions.html @@ -0,0 +1,17 @@ +BasicConditions | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

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

+

Hierarchy

  • BasicConditions

Implements

Index

Constructors

constructor

Properties

Optional Readonly matchesETag

matchesETag?: string[]
+

Valid if matching any of the given ETags.

+

Optional Readonly modifiedSince

modifiedSince?: Date
+

Valid if modified since the given date.

+

Optional Readonly notMatchesETag

notMatchesETag?: string[]
+

Valid if not matching any of the given ETags.

+

Optional Readonly unmodifiedSince

unmodifiedSince?: Date
+

Valid if not modified since the given date.

+

Methods

matches

  • 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

matchesMetadata

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..d98fff672 --- /dev/null +++ b/docs/classes/BasicConditionsParser.html @@ -0,0 +1,31 @@ +BasicConditionsParser | Community Solid Server - v2.0.0
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

constructor

Properties

Protected Readonly logger

logger: Logger = ...

Methods

canHandle

  • +

    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.

    +

handle

handleSafe

Private parseDateHeader

  • parseDateHeader(request: HttpRequest, header: "if-modified-since" | "if-unmodified-since"): undefined | Date

Private parseTagHeader

  • parseTagHeader(request: HttpRequest, header: "if-match" | "if-none-match"): undefined | string[]

Legend

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

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/BasicInteractionRoute.html b/docs/classes/BasicInteractionRoute.html new file mode 100644 index 000000000..1ea786a4e --- /dev/null +++ b/docs/classes/BasicInteractionRoute.html @@ -0,0 +1,30 @@ +BasicInteractionRoute | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Default implementation of the InteractionRoute. +See function comments for specifics.

+

Hierarchy

  • BasicInteractionRoute

Implements

Index

Constructors

constructor

  • new BasicInteractionRoute(route: string, viewTemplates: Record<string, string>, handler: InteractionHandler, prompt?: string, responseTemplates?: Record<string, string>, controls?: Record<string, string>): BasicInteractionRoute
  • Parameters

    • route: string
      +

      Regex to match this route.

      +
    • viewTemplates: Record<string, string>
      +

      Templates to render on GET requests. + Keys are content-types, values paths to a template.

      +
    • handler: InteractionHandler
      +

      Handler to call on POST requests.

      +
    • Optional prompt: string
      +

      In case of requests to the IDP entry point, the session prompt will be compared to this.

      +
    • responseTemplates: Record<string, string> = {}
      +

      Templates to render as a response to POST requests when required. + Keys are content-types, values paths to a template.

      +
    • controls: Record<string, string> = {}
      +

      Controls to add to the response JSON. + The keys will be copied and the values will be converted to full URLs.

      +

    Returns BasicInteractionRoute

Properties

Readonly controls

controls: Record<string, string>

Readonly handler

Optional Readonly prompt

prompt?: string

Readonly responseTemplates

responseTemplates: Record<string, string>

Readonly route

route: RegExp

Readonly viewTemplates

viewTemplates: Record<string, string>

Methods

getControls

  • getControls(): Record<string, string>

handleOperation

supportsPath

  • supportsPath(path: string, prompt?: string): boolean

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..7c7653ff9 --- /dev/null +++ b/docs/classes/BasicRepresentation.html @@ -0,0 +1,51 @@ +BasicRepresentation | Community Solid Server - v2.0.0
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

constructor

Properties

Readonly binary

binary: boolean
+

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

+

Readonly data

data: Guarded<Readable>
+

The raw data stream for this representation.

+

Readonly metadata

+

The corresponding metadata.

+

Accessors

isEmpty

  • get isEmpty(): boolean

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..7e8935fba --- /dev/null +++ b/docs/classes/BasicRequestParser.html @@ -0,0 +1,20 @@ +BasicRequestParser | Community Solid Server - v2.0.0
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

constructor

Properties

Private Readonly bodyParser

bodyParser: BodyParser

Private Readonly conditionsParser

conditionsParser: ConditionsParser

Private Readonly metadataParser

metadataParser: MetadataParser

Private Readonly preferenceParser

preferenceParser: PreferenceParser

Private Readonly targetExtractor

targetExtractor: TargetExtractor

Methods

canHandle

  • +

    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.

    +

handle

handleSafe

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..66229c40e --- /dev/null +++ b/docs/classes/BasicResponseWriter.html @@ -0,0 +1,17 @@ +BasicResponseWriter | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Writes to an HttpResponse based on the incoming ResponseDescription.

+

Hierarchy

Index

Constructors

constructor

Properties

Protected Readonly logger

logger: Logger = ...

Private Readonly metadataWriter

metadataWriter: MetadataWriter

Methods

canHandle

handle

handleSafe

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..e4f06376e --- /dev/null +++ b/docs/classes/BearerWebIdExtractor.html @@ -0,0 +1,15 @@ +BearerWebIdExtractor | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

constructor

Properties

Protected Readonly logger

logger: Logger = ...

Private Readonly verify

verify: SolidTokenVerifierFunction

Methods

canHandle

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

handle

handleSafe

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..91fff6138 --- /dev/null +++ b/docs/classes/BodyParser.html @@ -0,0 +1,19 @@ +BodyParser | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

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

+

Hierarchy

Index

Constructors

constructor

Methods

canHandle

  • +

    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.

    +

Abstract handle

handleSafe

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..4efa9c603 --- /dev/null +++ b/docs/classes/BooleanHandler.html @@ -0,0 +1,21 @@ +BooleanHandler | Community Solid Server - v2.0.0
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

constructor

Properties

Private Readonly handlers

handlers: AsyncHandler<TIn, boolean>[]

Protected Readonly logger

logger: Logger = ...

Methods

canHandle

  • 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

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

handleSafe

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

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..40c315b7b --- /dev/null +++ b/docs/classes/ChainedConverter.html @@ -0,0 +1,57 @@ +ChainedConverter | Community Solid Server - v2.0.0
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.

+ +

Hierarchy

Index

Constructors

constructor

Properties

Private Readonly converters

Protected Readonly logger

logger: Logger = ...

Methods

canHandle

Private findBest

  • findBest(type: string, preferences: ValuePreferences, paths: ConversionPath[]): undefined | MatchedPath
  • +

    Finds the path from the given list that can convert the given type 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

    Returns undefined | MatchedPath

Private findPath

Private generatePath

  • generatePath(inType: string, outPreferences: ValuePreferences): Promise<MatchedPath>
  • +

    Tries to generate the optimal ConversionPath that supports the given parameters, +which will then be used to instantiate a specific MatchedPath for those parameters.

    +

    Errors if such a path does not exist.

    +

    Parameters

    Returns Promise<MatchedPath>

handle

handleSafe

Private isMatchedPath

  • isMatchedPath(path: unknown): path is MatchedPath

Private modifyTypeWeights

Private removeBadPaths

  • removeBadPaths(paths: ConversionPath[], maxWeight: number, inType: string, bestMatch?: MatchedPath): 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.

      +
    • inType: string

      The input type.

      +
    • Optional bestMatch: MatchedPath

      The current best path.

      +

    Returns ConversionPath[]

Private supportedConverters

Private takeStep

  • takeStep(path: ConversionPath): Promise<ConversionPath[]>
  • +

    Finds all converters that could take the output of the given path as input. +For each of these converters a new path gets created which is the input path appended by the converter.

    +

    Parameters

    • path: ConversionPath

    Returns Promise<ConversionPath[]>

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..d7e05f9e8 --- /dev/null +++ b/docs/classes/ChainedTemplateEngine.html @@ -0,0 +1,13 @@ +ChainedTemplateEngine | Community Solid Server - v2.0.0
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

constructor

Properties

Private Readonly chainedEngines

chainedEngines: TemplateEngine<Dict<any>>[]

Private Readonly firstEngine

firstEngine: TemplateEngine<T>

Private Readonly renderedName

renderedName: string

Methods

render

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

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..82b005bd9 --- /dev/null +++ b/docs/classes/ComposedAuxiliaryStrategy.html @@ -0,0 +1,41 @@ +ComposedAuxiliaryStrategy | Community Solid Server - v2.0.0
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

constructor

Properties

Private Readonly identifierStrategy

identifierStrategy: AuxiliaryIdentifierStrategy

Private Optional Readonly metadataGenerator

metadataGenerator?: MetadataGenerator

Private Readonly ownAuthorization

ownAuthorization: boolean

Private Readonly requiredInRoot

requiredInRoot: boolean

Private Optional Readonly validator

validator?: Validator

Methods

addMetadata

  • +

    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

getAuxiliaryIdentifiers

getSubjectIdentifier

isAuxiliaryIdentifier

isRequiredInRoot

  • isRequiredInRoot(): boolean

usesOwnAuthorization

  • usesOwnAuthorization(): boolean

validate

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..ff59afa4a --- /dev/null +++ b/docs/classes/ConditionalHandler.html @@ -0,0 +1,22 @@ +ConditionalHandler | Community Solid Server - v2.0.0
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

constructor

Properties

Private finished

finished: boolean

Private Readonly source

source: AsyncHandler<TIn, TOut>

Private Readonly storage

storage: KeyValueStorage<string, unknown>

Private Readonly storageKey

storageKey: string

Private Readonly storageValue

storageValue: unknown

Methods

canHandle

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

    +

Private checkCondition

  • checkCondition(): Promise<void>

handle

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

handleSafe

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

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..5f3d7420b --- /dev/null +++ b/docs/classes/ConditionsParser.html @@ -0,0 +1,19 @@ +ConditionsParser | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Creates a Conditions object based on the input HttpRequest.

+

Hierarchy

Index

Constructors

constructor

Methods

canHandle

  • +

    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.

    +

Abstract handle

handleSafe

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..d8bd959a7 --- /dev/null +++ b/docs/classes/ConfigPodInitializer.html @@ -0,0 +1,25 @@ +ConfigPodInitializer | Community Solid Server - v2.0.0
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

constructor

Properties

Private Readonly configStorage

configStorage: KeyValueStorage<string, unknown>

Protected Readonly logger

logger: Logger = ...

Private Readonly routingStorage

routingStorage: KeyValueStorage<string, ResourceStore>

Private Readonly storeFactory

storeFactory: ComponentsJsFactory

Methods

canHandle

  • 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

  • handle(): Promise<void>

handleSafe

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

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..abc2a3151 --- /dev/null +++ b/docs/classes/ConfigPodManager.html @@ -0,0 +1,19 @@ +ConfigPodManager | Community Solid Server - v2.0.0
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

constructor

Properties

Protected Readonly logger

logger: Logger = ...

Private Readonly podGenerator

podGenerator: PodGenerator

Private Readonly resourcesGenerator

resourcesGenerator: ResourcesGenerator

Private Readonly routingStorage

routingStorage: KeyValueStorage<string, ResourceStore>

Methods

createPod

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..66fc1f609 --- /dev/null +++ b/docs/classes/ConflictHttpError.html @@ -0,0 +1,10 @@ +ConflictHttpError | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

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

+

Hierarchy

Index

Constructors

constructor

Properties

Optional Readonly cause

cause?: unknown

Optional Readonly details

details?: Dict<unknown>

Readonly errorCode

errorCode: string

message

message: string

name

name: string

Optional stack

stack?: string

Readonly statusCode

statusCode: number

Static stackTraceLimit

stackTraceLimit: number

Static Protected Readonly statusCode

statusCode: number

Methods

Static captureStackTrace

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

    Create .stack property on a target object

    +

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void

Static isInstance

Static Optional prepareStackTrace

  • prepareStackTrace(err: Error, stackTraces: CallSite[]): any

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..4cc48bb3a --- /dev/null +++ b/docs/classes/ConstantConverter.html @@ -0,0 +1,31 @@ +ConstantConverter | Community Solid Server - v2.0.0
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

constructor

Properties

Private Readonly contentType

contentType: string

Private Readonly filePath

filePath: string

Private Readonly options

options: Required<ConstantConverterOptions>

Methods

canHandle

handle

handleSafe

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..68e84523b --- /dev/null +++ b/docs/classes/ConstantMetadataWriter.html @@ -0,0 +1,18 @@ +ConstantMetadataWriter | Community Solid Server - v2.0.0
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

constructor

Properties

Private Readonly headers

headers: [string, string][]

Methods

canHandle

handle

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

handleSafe

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..e8b75210d --- /dev/null +++ b/docs/classes/ContainerInitializer.html @@ -0,0 +1,19 @@ +ContainerInitializer | Community Solid Server - v2.0.0
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

constructor

Properties

Private Readonly containerId

containerId: ResourceIdentifier

Private Readonly generator

Protected Readonly logger

logger: Logger = ...

Private Readonly storage

storage: KeyValueStorage<string, boolean>

Private Readonly storageKey

storageKey: string

Private Readonly store

Methods

canHandle

  • 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

  • handle(): Promise<void>

handleSafe

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

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..1196cc160 --- /dev/null +++ b/docs/classes/ContainerPatcher.html @@ -0,0 +1,19 @@ +ContainerPatcher | Community Solid Server - v2.0.0
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

constructor

Properties

Private Readonly patcher

Methods

canHandle

handle

handleSafe

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..9c82366d7 --- /dev/null +++ b/docs/classes/ContainerToTemplateConverter.html @@ -0,0 +1,32 @@ +ContainerToTemplateConverter | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

A RepresentationConverter that creates a templated representation of a container.

+

Hierarchy

Index

Constructors

constructor

Properties

Private Readonly contentType

contentType: string

Private Readonly identifierStrategy

identifierStrategy: IdentifierStrategy

Protected inputTypes

inputTypes: Promise<ValuePreferences>

Protected outputTypes

outputTypes: Promise<ValuePreferences>

Private Readonly templateEngine

templateEngine: TemplateEngine<Dict<any>>

Methods

canHandle

Private getChildResources

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

getInputTypes

Private getLocalName

  • getLocalName(iri: string): string

getOutputTypes

Private getParentContainers

handle

handleSafe

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..1da70d125 --- /dev/null +++ b/docs/classes/ContentTypeParser.html @@ -0,0 +1,19 @@ +ContentTypeParser | Community Solid Server - v2.0.0
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

constructor

Methods

canHandle

handle

handleSafe

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..eb14d8716 --- /dev/null +++ b/docs/classes/ContentTypeReplacer.html @@ -0,0 +1,24 @@ +ContentTypeReplacer | Community Solid Server - v2.0.0
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

constructor

Properties

Private Readonly contentTypeMap

contentTypeMap: Record<string, ValuePreferences> = {}

Methods

canHandle

Private getReplacementType

handle

handleSafe

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..4078af020 --- /dev/null +++ b/docs/classes/ConvertingErrorHandler.html @@ -0,0 +1,25 @@ +ConvertingErrorHandler | Community Solid Server - v2.0.0
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

constructor

Properties

Private Readonly converter

Private Readonly showStackTrace

showStackTrace: boolean

Methods

canHandle

Private createResponse

handle

handleSafe

Private prepareArguments

Private toRepresentation

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..ee187846f --- /dev/null +++ b/docs/classes/ConvertingPatcher.html @@ -0,0 +1,30 @@ +ConvertingPatcher | Community Solid Server - v2.0.0
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

constructor

Properties

Private Readonly converter

Private Optional Readonly defaultType

defaultType?: string

Private Optional Readonly intermediateType

intermediateType?: string

Protected Readonly logger

logger: Logger = ...

Private Readonly patcher

Methods

canHandle

handle

handleSafe

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..7669792aa --- /dev/null +++ b/docs/classes/ConvertingRouterRule.html @@ -0,0 +1,28 @@ +ConvertingRouterRule | Community Solid Server - v2.0.0
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

constructor

Properties

Private Readonly defaultStore

defaultStore: ResourceStore

Private Readonly typedStores

typedStores: ConvertingStoreEntry[]

Methods

canHandle

Private findStore

handle

handleSafe

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..6e03a4940 --- /dev/null +++ b/docs/classes/CorsHandler.html @@ -0,0 +1,23 @@ +CorsHandler | Community Solid Server - v2.0.0
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.

+

Solid, §7.1: "A data pod 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 data pod, +and the Solid app can read any response and response headers received from the data pod." +Full details: https://solid.github.io/specification/protocol#cors-server

+

Hierarchy

Index

Constructors

constructor

  • new CorsHandler(options?: SimpleCorsOptions): CorsHandler

Properties

Private Readonly corsHandler

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

canHandle

  • +

    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

handleSafe

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..482814987 --- /dev/null +++ b/docs/classes/CreatedResponseDescription.html @@ -0,0 +1,3 @@ +CreatedResponseDescription | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

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

+

Hierarchy

Index

Constructors

Properties

Constructors

constructor

Properties

Optional Readonly data

data?: Guarded<Readable>

Optional Readonly metadata

Readonly statusCode

statusCode: number

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..e893de857 --- /dev/null +++ b/docs/classes/CredentialsExtractor.html @@ -0,0 +1,19 @@ +CredentialsExtractor | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Responsible for extracting credentials from an incoming request.

+

Hierarchy

Index

Constructors

constructor

Methods

canHandle

  • +

    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.

    +

Abstract handle

handleSafe

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..b10f427e4 --- /dev/null +++ b/docs/classes/DPoPWebIdExtractor.html @@ -0,0 +1,19 @@ +DPoPWebIdExtractor | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

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

+

Hierarchy

Index

Constructors

constructor

Properties

Protected Readonly logger

logger: Logger = ...

Private Readonly originalUrlExtractor

originalUrlExtractor: TargetExtractor

Private Readonly verify

verify: SolidTokenVerifierFunction = ...

Methods

canHandle

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

handle

handleSafe

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..114ee8631 --- /dev/null +++ b/docs/classes/DataAccessorBasedStore.html @@ -0,0 +1,104 @@ +DataAccessorBasedStore | Community Solid Server - v2.0.0
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

constructor

Properties

Private Readonly accessor

accessor: DataAccessor

Private Readonly auxiliaryStrategy

auxiliaryStrategy: AuxiliaryStrategy

Private Readonly identifierStrategy

identifierStrategy: IdentifierStrategy

Protected Readonly logger

logger: Logger = ...

Methods

addResource

Protected cleanSlug

  • 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

Protected createRecursiveContainers

  • +

    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[]>

Protected createSafeUri

Protected createURI

  • +

    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

deleteResource

Protected getNormalizedMetadata

getRepresentation

Protected getSafeNormalizedMetadata

Protected handleContainerData

  • +

    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>

Protected hasContainerType

  • hasContainerType(rdfTypes: Term[]): boolean

Protected hasProperChildren

Protected isNewContainer

  • +

    Checks if the given metadata represents a (potential) container, +both based on the metadata and the URI.

    +

    Parameters

    • metadata: RepresentationMetadata

      Metadata of the (new) resource.

      +
    • Optional suffix: string

      Suffix of the URI. Can be the full URI, but only the last part is required.

      +

    Returns boolean

Protected isRootStorage

modifyResource

Protected removeResponseMetadata

resourceExists

Protected safelyDeleteAuxiliaryResources

setRepresentation

Protected updateContainerModifiedDate

Protected validateConditions

Protected validateIdentifier

Protected writeData

  • +

    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
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..64beec10e --- /dev/null +++ b/docs/classes/DeleteOperationHandler.html @@ -0,0 +1,18 @@ +DeleteOperationHandler | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

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

+

Hierarchy

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

Private Readonly store

Methods

canHandle

handle

handleSafe

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..d5307b1f9 --- /dev/null +++ b/docs/classes/DynamicJsonToTemplateConverter.html @@ -0,0 +1,29 @@ +DynamicJsonToTemplateConverter | Community Solid Server - v2.0.0
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.

+

Hierarchy

Index

Constructors

constructor

Properties

Private Readonly templateEngine

templateEngine: TemplateEngine<Dict<any>>

Methods

canHandle

Private constructTypeMap

Private findType

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

handle

handleSafe

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..f7ce94fab --- /dev/null +++ b/docs/classes/EjsTemplateEngine.html @@ -0,0 +1,7 @@ +EjsTemplateEngine | Community Solid Server - v2.0.0
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

constructor

Properties

Private Readonly applyTemplate

applyTemplate: Promise<TemplateFunction>

Methods

render

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

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..5ea1c9640 --- /dev/null +++ b/docs/classes/EmailSender.html @@ -0,0 +1,19 @@ +EmailSender | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

A class that can send an e-mail.

+

Hierarchy

Index

Constructors

constructor

Methods

canHandle

  • +

    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.

    +

Abstract handle

handleSafe

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..4f501f8ae --- /dev/null +++ b/docs/classes/EqualReadWriteLocker.html @@ -0,0 +1,16 @@ +EqualReadWriteLocker | Community Solid Server - v2.0.0
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

constructor

Properties

Private Readonly locker

Methods

Private withLock

  • 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

  • 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

  • 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
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..61325239c --- /dev/null +++ b/docs/classes/ErrorHandler.html @@ -0,0 +1,19 @@ +ErrorHandler | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

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

+

Hierarchy

Index

Constructors

constructor

Methods

canHandle

  • +

    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.

    +

Abstract handle

handleSafe

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..f0f44cb99 --- /dev/null +++ b/docs/classes/ErrorToJsonConverter.html @@ -0,0 +1,26 @@ +ErrorToJsonConverter | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Converts an Error object to JSON by copying its fields.

+

Hierarchy

Index

Constructors

constructor

Properties

Protected inputTypes

inputTypes: Promise<ValuePreferences>

Protected outputTypes

outputTypes: Promise<ValuePreferences>

Methods

canHandle

getInputTypes

getOutputTypes

handle

handleSafe

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..05251db63 --- /dev/null +++ b/docs/classes/ErrorToQuadConverter.html @@ -0,0 +1,26 @@ +ErrorToQuadConverter | Community Solid Server - v2.0.0
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

constructor

Properties

Protected inputTypes

inputTypes: Promise<ValuePreferences>

Protected outputTypes

outputTypes: Promise<ValuePreferences>

Methods

canHandle

getInputTypes

getOutputTypes

handle

handleSafe

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..690b9f042 --- /dev/null +++ b/docs/classes/ErrorToTemplateConverter.html @@ -0,0 +1,33 @@ +ErrorToTemplateConverter | Community Solid Server - v2.0.0
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

constructor

Properties

Private Readonly codeTemplatesPath

codeTemplatesPath: string

Private Readonly contentType

contentType: string

Private Readonly extension

extension: string

Protected inputTypes

inputTypes: Promise<ValuePreferences>

Private Readonly mainTemplatePath

mainTemplatePath: string

Protected outputTypes

outputTypes: Promise<ValuePreferences>

Private Readonly templateEngine

templateEngine: TemplateEngine<Dict<any>>

Methods

canHandle

getInputTypes

getOutputTypes

handle

handleSafe

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..6775cafe0 --- /dev/null +++ b/docs/classes/ExpiringAdapter.html @@ -0,0 +1,4 @@ +ExpiringAdapter | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

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

+

Hierarchy

  • ExpiringAdapter

Implements

  • Adapter

Index

Constructors

constructor

Properties

Protected Readonly logger

logger: Logger = ...

Private Readonly name

name: string

Private Readonly storage

storage: ExpiringStorage<string, unknown>

Methods

consume

  • consume(id: string): Promise<void>

destroy

  • destroy(id: string): Promise<void>

find

  • find(id: string): Promise<void | AdapterPayload>

findByUid

  • findByUid(uid: string): Promise<void | AdapterPayload>

findByUserCode

  • findByUserCode(userCode: string): Promise<void | AdapterPayload>

Private grantKeyFor

  • grantKeyFor(id: string): string

Private keyFor

  • keyFor(id: string): string

revokeByGrantId

  • revokeByGrantId(grantId: string): Promise<void>

Private uidKeyFor

  • uidKeyFor(uid: string): string

upsert

  • upsert(id: string, payload: AdapterPayload, expiresIn?: number): Promise<void>

Private userCodeKeyFor

  • userCodeKeyFor(userCode: string): string

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..39a82d8f6 --- /dev/null +++ b/docs/classes/ExpiringAdapterFactory.html @@ -0,0 +1,3 @@ +ExpiringAdapterFactory | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

The factory for a ExpiringStorageAdapter

+

Hierarchy

  • ExpiringAdapterFactory

Implements

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

Private Readonly storage

storage: ExpiringStorage<string, unknown>

Methods

createStorageAdapter

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..aa89d469f --- /dev/null +++ b/docs/classes/ExtensionBasedMapper.html @@ -0,0 +1,67 @@ +ExtensionBasedMapper | Community Solid Server - v2.0.0
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

constructor

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

Properties

Protected Readonly baseRequestURI

baseRequestURI: string

Private Readonly customExtensions

customExtensions: Record<string, string>

Private Readonly customTypes

customTypes: Record<string, string>

Protected Readonly logger

logger: Logger = ...

Protected Readonly rootFilepath

rootFilepath: string

Methods

Protected getAbsolutePath

  • getAbsolutePath(path: string): string

Protected getContainerUrl

  • getContainerUrl(relative: string): Promise<string>

Protected getContentTypeFromPath

  • getContentTypeFromPath(filePath: string): Promise<string>

Protected getContentTypeFromUrl

  • getContentTypeFromUrl(identifier: ResourceIdentifier, contentType?: string): Promise<string>

Protected getDocumentUrl

  • getDocumentUrl(relative: string): Promise<string>

Protected getRelativePath

Protected isMetadataPath

  • isMetadataPath(path: string): boolean

mapFilePathToUrl

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

Protected mapUrlToContainerPath

Protected mapUrlToDocumentPath

mapUrlToFilePath

Protected stripExtension

  • 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

Protected validateRelativePath

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..77100192a --- /dev/null +++ b/docs/classes/ExtensionBasedMapperFactory.html @@ -0,0 +1 @@ +ExtensionBasedMapperFactory | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • ExtensionBasedMapperFactory

Implements

Index

Constructors

Methods

Constructors

constructor

Methods

create

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..0b9c55632 --- /dev/null +++ b/docs/classes/FileDataAccessor.html @@ -0,0 +1,71 @@ +FileDataAccessor | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

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

+

Hierarchy

  • FileDataAccessor

Implements

Index

Constructors

constructor

Properties

Private Readonly resourceMapper

resourceMapper: FileIdentifierMapper

Methods

Private addPosixMetadata

canHandle

deleteResource

Private getBaseMetadata

Private getChildMetadata

getChildren

  • +

    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>

getData

Private getDirectoryMetadata

Private getFileMetadata

getMetadata

Private getRawMetadata

Private getStats

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

    Gets the Stats object corresponding to the given file path.

    +
    throws

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

    +

    Parameters

    • path: string

      File path to get info from.

      +

    Returns Promise<Stats>

Private verifyExistingExtension

  • +

    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>

writeContainer

Private writeDataFile

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

writeDocument

Private writeMetadata

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..737408a9e --- /dev/null +++ b/docs/classes/FixedContentTypeMapper.html @@ -0,0 +1,71 @@ +FixedContentTypeMapper | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

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

+

Hierarchy

Index

Constructors

constructor

  • 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

Protected Readonly baseRequestURI

baseRequestURI: string

Protected Readonly contentType

contentType: string

Protected Readonly logger

logger: Logger = ...

Protected Readonly pathSuffix

pathSuffix: string

Protected Readonly rootFilepath

rootFilepath: string

Protected Readonly urlSuffix

urlSuffix: string

Methods

Protected getAbsolutePath

  • getAbsolutePath(path: string): string

Protected getContainerUrl

  • getContainerUrl(relative: string): Promise<string>

Protected getContentTypeFromPath

  • getContentTypeFromPath(): Promise<string>

Protected getContentTypeFromUrl

  • getContentTypeFromUrl(identifier: ResourceIdentifier, contentType?: string): Promise<string>

Protected getDocumentUrl

  • getDocumentUrl(relative: string): Promise<string>

Protected getRelativePath

Protected isMetadataPath

  • isMetadataPath(path: string): boolean

mapFilePathToUrl

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

Protected mapUrlToContainerPath

mapUrlToDocumentPath

mapUrlToFilePath

Protected validateRelativePath

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..97daa45d5 --- /dev/null +++ b/docs/classes/ForbiddenHttpError.html @@ -0,0 +1,10 @@ +ForbiddenHttpError | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

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

+

Hierarchy

Index

Constructors

constructor

Properties

Optional Readonly cause

cause?: unknown

Optional Readonly details

details?: Dict<unknown>

Readonly errorCode

errorCode: string

message

message: string

name

name: string

Optional stack

stack?: string

Readonly statusCode

statusCode: number

Static stackTraceLimit

stackTraceLimit: number

Static Protected Readonly statusCode

statusCode: number

Methods

Static captureStackTrace

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

    Create .stack property on a target object

    +

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void

Static isInstance

Static Optional prepareStackTrace

  • prepareStackTrace(err: Error, stackTraces: CallSite[]): any

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..6ea08b6ec --- /dev/null +++ b/docs/classes/ForgotPasswordHandler.html @@ -0,0 +1,22 @@ +ForgotPasswordHandler | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Handles the submission of the ForgotPassword form

+

Hierarchy

Index

Constructors

constructor

Properties

Private Readonly accountStore

accountStore: AccountStore

Private Readonly baseUrl

baseUrl: string

Private Readonly emailSender

emailSender: EmailSender

Private Readonly idpPath

idpPath: string

Protected Readonly logger

logger: Logger = ...

Private Readonly templateEngine

templateEngine: TemplateEngine<{ resetLink: string }>

Methods

canHandle

handle

handleSafe

Private resetPassword

  • resetPassword(email: string): Promise<void>

Private sendResetMail

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

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..aecdacd06 --- /dev/null +++ b/docs/classes/FormToJsonConverter.html @@ -0,0 +1,27 @@ +FormToJsonConverter | Community Solid Server - v2.0.0
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

constructor

Properties

Protected inputTypes

inputTypes: Promise<ValuePreferences>

Protected outputTypes

outputTypes: Promise<ValuePreferences>

Methods

canHandle

getInputTypes

getOutputTypes

handle

handleSafe

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..2d78977eb --- /dev/null +++ b/docs/classes/GeneratedPodManager.html @@ -0,0 +1,7 @@ +GeneratedPodManager | Community Solid Server - v2.0.0
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

constructor

Properties

Protected Readonly logger

logger: Logger = ...

Private Readonly resourcesGenerator

resourcesGenerator: ResourcesGenerator

Private Readonly store

Methods

createPod

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..509dc6d22 --- /dev/null +++ b/docs/classes/GetOperationHandler.html @@ -0,0 +1,18 @@ +GetOperationHandler | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

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

+

Hierarchy

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

Private Readonly store

Methods

canHandle

handle

handleSafe

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..5435881cb --- /dev/null +++ b/docs/classes/GreedyReadWriteLocker.html @@ -0,0 +1,44 @@ +GreedyReadWriteLocker | Community Solid Server - v2.0.0
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

constructor

Properties

Private Readonly locker

Private Readonly storage

storage: KeyValueStorage<string, number>

Private Readonly suffixes

Methods

Private getCountKey

Private getReadLockKey

Private getWriteLockKey

Private incrementCount

Private postReadCleanup

Private preReadSetup

Private withInternalReadLock

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

withReadLock

  • 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

  • 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
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..15e7b6d5b --- /dev/null +++ b/docs/classes/HandlebarsTemplateEngine.html @@ -0,0 +1,7 @@ +HandlebarsTemplateEngine | Community Solid Server - v2.0.0
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

constructor

Properties

Private Readonly applyTemplate

applyTemplate: Promise<TemplateDelegate<any>>

Methods

render

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

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..c7e7b7fdb --- /dev/null +++ b/docs/classes/HeadOperationHandler.html @@ -0,0 +1,18 @@ +HeadOperationHandler | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

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

+

Hierarchy

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

Private Readonly store

Methods

canHandle

handle

handleSafe

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..6925ed762 --- /dev/null +++ b/docs/classes/HeaderHandler.html @@ -0,0 +1,18 @@ +HeaderHandler | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Handler that sets custom headers on the response.

+

Hierarchy

Index

Constructors

Properties

Methods

Constructors

constructor

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

Properties

Private Readonly headers

headers: Record<string, string>

Methods

canHandle

  • +

    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

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

    +

handleSafe

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..19126159a --- /dev/null +++ b/docs/classes/HttpError.html @@ -0,0 +1,19 @@ +HttpError | Community Solid Server - v2.0.0
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.

+

Hierarchy

Implements

Index

Constructors

constructor

  • +

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

    +

    Parameters

    • statusCode: number
      +

      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

Properties

Optional Readonly cause

cause?: unknown

Optional Readonly details

details?: Dict<unknown>

Readonly errorCode

errorCode: string

message

message: string

name

name: string

Optional stack

stack?: string

Readonly statusCode

statusCode: number

Static stackTraceLimit

stackTraceLimit: number

Static Protected Readonly statusCode

statusCode: number

Methods

Static captureStackTrace

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

    Create .stack property on a target object

    +

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void

Static isInstance

Static Optional prepareStackTrace

  • prepareStackTrace(err: Error, stackTraces: CallSite[]): any

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..417474694 --- /dev/null +++ b/docs/classes/HttpHandler.html @@ -0,0 +1,19 @@ +HttpHandler | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

An HTTP request handler.

+

Hierarchy

Index

Constructors

constructor

Methods

canHandle

  • +

    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.

    +

Abstract handle

handleSafe

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..fed614b3f --- /dev/null +++ b/docs/classes/IdentityProviderFactory.html @@ -0,0 +1,39 @@ +IdentityProviderFactory | Community Solid Server - v2.0.0
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 idpPath.

+

Hierarchy

  • IdentityProviderFactory

Implements

Index

Constructors

constructor

Properties

Private Readonly adapterFactory

adapterFactory: AdapterFactory

Private Readonly baseUrl

baseUrl: string

Private Readonly config

config: Configuration

Private Readonly errorHandler

errorHandler: ErrorHandler

Private Readonly idpPath

idpPath: string

Private Optional provider

provider?: Provider

Private Readonly responseWriter

responseWriter: ResponseWriter

Private Readonly storage

storage: KeyValueStorage<string, unknown>

Methods

Private configureClaims

  • configureClaims(config: Configuration): void

Private configureErrors

  • configureErrors(config: Configuration): void

Private configureRoutes

  • configureRoutes(config: Configuration): void

Private createProvider

  • createProvider(): Promise<Provider>

Private createRoute

  • createRoute(relative: string): string
  • +

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

    +

    Parameters

    • relative: string

    Returns string

Private generateCookieKeys

  • generateCookieKeys(): Promise<string[]>

Private generateJwks

  • generateJwks(): Promise<{ keys: JWK[] }>

getProvider

  • getProvider(): Promise<Provider>

Private initConfig

  • initConfig(): Promise<Configuration>

Private isAccessToken

  • isAccessToken(token: any): token is undefined | AccessToken

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..7bc303e98 --- /dev/null +++ b/docs/classes/IdentityProviderHttpHandler.html @@ -0,0 +1,33 @@ +IdentityProviderHttpHandler | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Handles all requests relevant for the entire IDP interaction, +by sending them to either a matching InteractionRoute, +or the generated Provider from the ProviderFactory if there is no match.

+

The InteractionRoutes handle all requests where we need custom behaviour, +such as everything related to generating and validating an account. +The Provider handles all the default request such as the initial handshake.

+

This handler handles all requests since it assumes all those requests are relevant for the IDP interaction. +A RouterHandler should be used to filter out other requests.

+

Hierarchy

Index

Constructors

constructor

Properties

Private Readonly baseUrl

baseUrl: string

Private Readonly controls

controls: Record<string, string>

Private Readonly converter

Private Readonly errorHandler

errorHandler: ErrorHandler

Private Readonly interactionCompleter

interactionCompleter: InteractionCompleter

Private Readonly interactionRoutes

interactionRoutes: InteractionRoute[]

Protected Readonly logger

logger: Logger = ...

Private Readonly providerFactory

providerFactory: ProviderFactory

Methods

canHandle

Private findRoute

Private getRouteControls

handle

Private handleInteractionResult

Private handleResponseResult

  • handleResponseResult(details: Record<string, any>, operation: Operation, templateFiles: Record<string, string>, oidcInteraction?: Interaction, statusCode?: number): Promise<ResponseDescription>
  • +

    Converts an InteractionResponseResult to a ResponseDescription by first converting to a Representation +and applying necessary conversions.

    +

    Parameters

    • details: Record<string, any>
    • operation: Operation
    • templateFiles: Record<string, string>
    • Optional oidcInteraction: Interaction
    • statusCode: number = 200

    Returns Promise<ResponseDescription>

handleSafe

Legend

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

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/IfNeededConverter.html b/docs/classes/IfNeededConverter.html new file mode 100644 index 000000000..c6d7b4f10 --- /dev/null +++ b/docs/classes/IfNeededConverter.html @@ -0,0 +1,17 @@ +IfNeededConverter | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

A RepresentationConverter that only converts representations +that are not compatible with the preferences.

+

Hierarchy

Index

Constructors

constructor

Properties

Private Readonly converter

Protected Readonly logger

logger: Logger = ...

Methods

canHandle

Protected convert

handle

handleSafe

Protected needsConversion

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..b91f6b9a2 --- /dev/null +++ b/docs/classes/InMemoryDataAccessor.html @@ -0,0 +1,37 @@ +InMemoryDataAccessor | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • InMemoryDataAccessor

Implements

Index

Constructors

constructor

Properties

Private Readonly identifierStrategy

identifierStrategy: IdentifierStrategy

Private Readonly store

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

Type declaration

  • entries: Record<string, ContainerEntry>

Methods

canHandle

  • canHandle(): Promise<void>

deleteResource

getChildren

  • +

    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>

getData

Private getEntry

Private getHierarchy

getMetadata

Private getParentEntry

Private isDataEntry

  • isDataEntry(entry: CacheEntry): entry is DataEntry

writeContainer

writeDocument

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..d1328e337 --- /dev/null +++ b/docs/classes/IndexRepresentationStore.html @@ -0,0 +1,35 @@ +IndexRepresentationStore | Community Solid Server - v2.0.0
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

constructor

Properties

Private Readonly indexName

indexName: string

Private Readonly mediaRange

mediaRange: string

Protected Readonly source

Methods

addResource

deleteResource

getRepresentation

Private matchesPreferences

modifyResource

resourceExists

setRepresentation

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..806bb04ad --- /dev/null +++ b/docs/classes/Initializer.html @@ -0,0 +1,17 @@ +Initializer | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

constructor

Methods

canHandle

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

    +

Abstract handle

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

handleSafe

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

Legend

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

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/InteractionCompleter.html b/docs/classes/InteractionCompleter.html new file mode 100644 index 000000000..fb3ee2482 --- /dev/null +++ b/docs/classes/InteractionCompleter.html @@ -0,0 +1,18 @@ +InteractionCompleter | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Completes an IDP interaction, logging the user in. +Returns the URL the request should be redirected to.

+

Hierarchy

Index

Constructors

constructor

Properties

Private Readonly providerFactory

providerFactory: ProviderFactory

Methods

canHandle

handle

handleSafe

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..cfb98d99a --- /dev/null +++ b/docs/classes/InteractionHandler.html @@ -0,0 +1,18 @@ +InteractionHandler | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

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

+

Hierarchy

Index

Constructors

constructor

Methods

canHandle

Abstract handle

handleSafe

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..b20350556 --- /dev/null +++ b/docs/classes/InternalServerError.html @@ -0,0 +1,10 @@ +InternalServerError | Community Solid Server - v2.0.0
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

Index

Constructors

constructor

Properties

Optional Readonly cause

cause?: unknown

Optional Readonly details

details?: Dict<unknown>

Readonly errorCode

errorCode: string

message

message: string

name

name: string

Optional stack

stack?: string

Readonly statusCode

statusCode: number

Static stackTraceLimit

stackTraceLimit: number

Static Protected Readonly statusCode

statusCode: number

Methods

Static captureStackTrace

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

    Create .stack property on a target object

    +

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void

Static isInstance

Static Optional prepareStackTrace

  • prepareStackTrace(err: Error, stackTraces: CallSite[]): any

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..85c56d62f --- /dev/null +++ b/docs/classes/JsonFileStorage.html @@ -0,0 +1,22 @@ +JsonFileStorage | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Uses a JSON file to store key/value pairs.

+

Hierarchy

  • JsonFileStorage

Implements

Index

Constructors

constructor

Properties

Private Readonly filePath

filePath: string

Private Readonly lockIdentifier

lockIdentifier: ResourceIdentifier

Private Readonly locker

Methods

delete

  • delete(key: string): Promise<boolean>

entries

  • entries(): AsyncIterableIterator<[string, unknown]>

get

  • get(key: string): Promise<unknown>

Private getJson

  • getJson(): Promise<Dict<unknown>>

Private getJsonSafely

  • getJsonSafely(): Promise<Dict<unknown>>

has

  • has(key: string): Promise<boolean>

set

Private updateJsonSafely

  • 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
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..2c321b665 --- /dev/null +++ b/docs/classes/JsonResourceStorage.html @@ -0,0 +1,23 @@ +JsonResourceStorage | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

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

+

The keys will be transformed so they can be safely used +as a resource name in the given container. +Values will be sent as data streams, +so how these are stored depends on the underlying store.

+

All non-404 errors will be re-thrown.

+

Hierarchy

  • JsonResourceStorage

Implements

Index

Constructors

constructor

Properties

Private Readonly container

container: string

Private Readonly source

Methods

Private createIdentifier

delete

  • delete(key: string): Promise<boolean>

entries

  • entries(): AsyncIterableIterator<[string, unknown]>

get

  • get(key: string): Promise<unknown>

has

  • has(key: string): Promise<boolean>

Private parseMember

  • parseMember(member: string): string

set

Legend

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

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/LazyLogger.html b/docs/classes/LazyLogger.html new file mode 100644 index 000000000..da4e3dfe6 --- /dev/null +++ b/docs/classes/LazyLogger.html @@ -0,0 +1,32 @@ +LazyLogger | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Creates a logger lazily using a reference to LazyLoggerFactory.

+

An error will be thrown if LazyLogger.log is invoked +before a LoggerFactory is set in LazyLoggerFactory.

+

Hierarchy

Index

Constructors

constructor

Properties

Private Readonly label

label: string

Private Readonly lazyLoggerFactory

lazyLoggerFactory: LazyLoggerFactory

Private logger

logger: undefined | Logger

Methods

debug

  • debug(message: string, meta?: any): Logger
  • +

    Log a message at the 'debug' level.

    +

    Parameters

    • message: string

      The message to log.

      +
    • Optional meta: any

      Optional metadata to include in the log message.

      +

    Returns Logger

error

  • error(message: string, meta?: any): Logger
  • +

    Log a message at the 'error' level.

    +

    Parameters

    • message: string

      The message to log.

      +
    • Optional meta: any

      Optional metadata to include in the log message.

      +

    Returns Logger

info

  • info(message: string, meta?: any): Logger
  • +

    Log a message at the 'info' level.

    +

    Parameters

    • message: string

      The message to log.

      +
    • Optional meta: any

      Optional metadata to include in the log message.

      +

    Returns Logger

log

silly

  • silly(message: string, meta?: any): Logger
  • +

    Log a message at the 'silly' level.

    +

    Parameters

    • message: string

      The message to log.

      +
    • Optional meta: any

      Optional metadata to include in the log message.

      +

    Returns Logger

verbose

  • verbose(message: string, meta?: any): Logger
  • +

    Log a message at the 'verbose' level.

    +

    Parameters

    • message: string

      The message to log.

      +
    • Optional meta: any

      Optional metadata to include in the log message.

      +

    Returns Logger

warn

  • warn(message: string, meta?: any): Logger
  • +

    Log a message at the 'warn' level.

    +

    Parameters

    • message: string

      The message to log.

      +
    • Optional meta: any

      Optional metadata to include in the log message.

      +

    Returns Logger

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..ae78754a1 --- /dev/null +++ b/docs/classes/LazyLoggerFactory.html @@ -0,0 +1,9 @@ +LazyLoggerFactory | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Wraps over another LoggerFactory that can be set lazily. +This is a singleton class, for which the instance can be retrieved using LazyLoggerFactory.getInstance.

+

Loggers can safely be created before a LoggerFactory is set. +But an error will be thrown if Logger.log is invoked before a LoggerFactory is set.

+

This creates instances of LazyLogger.

+

Hierarchy

  • LazyLoggerFactory

Implements

Index

Constructors

Private constructor

Properties

Private ploggerFactory

ploggerFactory: undefined | LoggerFactory

Static Private Readonly instance

instance: LazyLoggerFactory = ...

Accessors

loggerFactory

Methods

createLogger

  • createLogger(label: string): Logger

resetLoggerFactory

  • resetLoggerFactory(): void

Static getInstance

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..231f33f18 --- /dev/null +++ b/docs/classes/LinkMetadataGenerator.html @@ -0,0 +1,20 @@ +LinkMetadataGenerator | Community Solid Server - v2.0.0
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

constructor

Properties

Private Readonly identifierStrategy

identifierStrategy: AuxiliaryIdentifierStrategy

Private Readonly link

link: string

Methods

canHandle

handle

handleSafe

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..d08e85d67 --- /dev/null +++ b/docs/classes/LinkRelMetadataWriter.html @@ -0,0 +1,19 @@ +LinkRelMetadataWriter | Community Solid Server - v2.0.0
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

constructor

Properties

Private Readonly linkRelMap

linkRelMap: Record<string, string>

Protected Readonly logger

logger: Logger = ...

Methods

canHandle

handle

handleSafe

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..86db17522 --- /dev/null +++ b/docs/classes/LinkRelParser.html @@ -0,0 +1,18 @@ +LinkRelParser | Community Solid Server - v2.0.0
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

constructor

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

Properties

Private Readonly linkRelMap

linkRelMap: Record<string, NamedNode<string>>

Protected Readonly logger

logger: Logger = ...

Methods

canHandle

handle

handleSafe

Protected parseLink

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..fc8218875 --- /dev/null +++ b/docs/classes/LockingResourceStore.html @@ -0,0 +1,46 @@ +LockingResourceStore | Community Solid Server - v2.0.0
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

constructor

Properties

Private Readonly auxiliaryStrategy

auxiliaryStrategy: AuxiliaryIdentifierStrategy

Private Readonly locks

Protected Readonly logger

logger: Logger = ...

Private Readonly source

Methods

addResource

Protected createExpiringRepresentation

deleteResource

Protected getLockIdentifier

getRepresentation

Protected lockedRepresentationRun

  • +

    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>

modifyResource

resourceExists

setRepresentation

Protected waitForStreamToEnd

  • 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
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • Method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/Logger.html b/docs/classes/Logger.html new file mode 100644 index 000000000..2a4f1ee65 --- /dev/null +++ b/docs/classes/Logger.html @@ -0,0 +1,34 @@ +Logger | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Logs messages on a certain level.

+
see

getLoggerFor on how to instantiate loggers.

+

Hierarchy

Index

Constructors

constructor

Methods

debug

  • debug(message: string, meta?: any): Logger
  • +

    Log a message at the 'debug' level.

    +

    Parameters

    • message: string

      The message to log.

      +
    • Optional meta: any

      Optional metadata to include in the log message.

      +

    Returns Logger

error

  • error(message: string, meta?: any): Logger
  • +

    Log a message at the 'error' level.

    +

    Parameters

    • message: string

      The message to log.

      +
    • Optional meta: any

      Optional metadata to include in the log message.

      +

    Returns Logger

info

  • info(message: string, meta?: any): Logger
  • +

    Log a message at the 'info' level.

    +

    Parameters

    • message: string

      The message to log.

      +
    • Optional meta: any

      Optional metadata to include in the log message.

      +

    Returns Logger

Abstract log

  • +

    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: LogLevel

      The level to log at.

      +
    • message: string

      The message to log.

      +
    • Optional meta: any

      Optional metadata to include in the log message.

      +

    Returns Logger

silly

  • silly(message: string, meta?: any): Logger
  • +

    Log a message at the 'silly' level.

    +

    Parameters

    • message: string

      The message to log.

      +
    • Optional meta: any

      Optional metadata to include in the log message.

      +

    Returns Logger

verbose

  • verbose(message: string, meta?: any): Logger
  • +

    Log a message at the 'verbose' level.

    +

    Parameters

    • message: string

      The message to log.

      +
    • Optional meta: any

      Optional metadata to include in the log message.

      +

    Returns Logger

warn

  • warn(message: string, meta?: any): Logger
  • +

    Log a message at the 'warn' level.

    +

    Parameters

    • message: string

      The message to log.

      +
    • Optional meta: any

      Optional metadata to include in the log message.

      +

    Returns Logger

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..fd8df2f02 --- /dev/null +++ b/docs/classes/LoggerInitializer.html @@ -0,0 +1,18 @@ +LoggerInitializer | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Sets up the global logger factory.

+

Hierarchy

Index

Constructors

constructor

Properties

Private Readonly loggerFactory

loggerFactory: LoggerFactory

Methods

canHandle

  • 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

  • handle(): Promise<void>

handleSafe

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

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..91196c011 --- /dev/null +++ b/docs/classes/LoginHandler.html @@ -0,0 +1,20 @@ +LoginHandler | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Handles the submission of the Login Form and logs the user in.

+

Hierarchy

Index

Constructors

constructor

Properties

Private Readonly accountStore

accountStore: AccountStore

Protected Readonly logger

logger: Logger = ...

Methods

canHandle

handle

handleSafe

Private parseInput

  • parseInput(operation: Operation): Promise<{ email: string; password: string; remember: boolean }>

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..c9c460026 --- /dev/null +++ b/docs/classes/MappedMetadataWriter.html @@ -0,0 +1,19 @@ +MappedMetadataWriter | Community Solid Server - v2.0.0
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

constructor

Properties

Private Readonly headerMap

headerMap: [string, string][]

Methods

canHandle

handle

handleSafe

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..75f1288fd --- /dev/null +++ b/docs/classes/MarkdownToHtmlConverter.html @@ -0,0 +1,29 @@ +MarkdownToHtmlConverter | Community Solid Server - v2.0.0
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

constructor

Properties

Protected inputTypes

inputTypes: Promise<ValuePreferences>

Protected outputTypes

outputTypes: Promise<ValuePreferences>

Private Readonly templateEngine

templateEngine: TemplateEngine<Dict<any>>

Methods

canHandle

getInputTypes

getOutputTypes

handle

handleSafe

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..089805e11 --- /dev/null +++ b/docs/classes/MemoryMapStorage.html @@ -0,0 +1,16 @@ +MemoryMapStorage | Community Solid Server - v2.0.0
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

constructor

Properties

Private Readonly data

data: Map<string, TValue>

Methods

delete

  • delete(key: string): Promise<boolean>

entries

  • entries(): AsyncIterableIterator<[string, TValue]>

get

  • get(key: string): Promise<undefined | TValue>

has

  • has(key: string): Promise<boolean>

set

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..ad671f7aa --- /dev/null +++ b/docs/classes/MetadataGenerator.html @@ -0,0 +1,19 @@ +MetadataGenerator | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Generic interface for classes that add metadata to a RepresentationMetadata.

+

Hierarchy

Index

Constructors

constructor

Methods

canHandle

Abstract handle

handleSafe

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..1ad839991 --- /dev/null +++ b/docs/classes/MetadataParser.html @@ -0,0 +1,20 @@ +MetadataParser | Community Solid Server - v2.0.0
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

constructor

Methods

canHandle

Abstract handle

handleSafe

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..828b31d43 --- /dev/null +++ b/docs/classes/MetadataWriter.html @@ -0,0 +1,19 @@ +MetadataWriter | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

A serializer that converts metadata to headers for an HttpResponse.

+

Hierarchy

Index

Constructors

constructor

Methods

canHandle

Abstract handle

handleSafe

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..4bcba044d --- /dev/null +++ b/docs/classes/MethodModesExtractor.html @@ -0,0 +1,18 @@ +MethodModesExtractor | Community Solid Server - v2.0.0
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

constructor

Methods

canHandle

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

handle

handleSafe

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..947496445 --- /dev/null +++ b/docs/classes/MethodNotAllowedHttpError.html @@ -0,0 +1,10 @@ +MethodNotAllowedHttpError | Community Solid Server - v2.0.0
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.

+

Hierarchy

Index

Constructors

constructor

Properties

Optional Readonly cause

cause?: unknown

Optional Readonly details

details?: Dict<unknown>

Readonly errorCode

errorCode: string

message

message: string

name

name: string

Optional stack

stack?: string

Readonly statusCode

statusCode: number

Static stackTraceLimit

stackTraceLimit: number

Static Protected Readonly statusCode

statusCode: number

Methods

Static captureStackTrace

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

    Create .stack property on a target object

    +

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void

Static isInstance

Static Optional prepareStackTrace

  • prepareStackTrace(err: Error, stackTraces: CallSite[]): any

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..e39f72b6f --- /dev/null +++ b/docs/classes/ModesExtractor.html @@ -0,0 +1,17 @@ +ModesExtractor | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

constructor

Methods

canHandle

  • +

    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.

    +

Abstract handle

handleSafe

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..796a39542 --- /dev/null +++ b/docs/classes/ModifiedMetadataWriter.html @@ -0,0 +1,18 @@ +ModifiedMetadataWriter | Community Solid Server - v2.0.0
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

constructor

Methods

canHandle

handle

handleSafe

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..0bc080c4c --- /dev/null +++ b/docs/classes/MonitoringStore.html @@ -0,0 +1,30 @@ +MonitoringStore | Community Solid Server - v2.0.0
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

constructor

Properties

Private Readonly source

source: T

Static Readonly captureRejectionSymbol

captureRejectionSymbol: typeof captureRejectionSymbol

Static captureRejections

captureRejections: boolean
+

Sets or gets the default captureRejection value for all emitters.

+

Static defaultMaxListeners

defaultMaxListeners: number

Static Readonly errorMonitor

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

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

addResource

deleteResource

emit

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

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

    Returns boolean

Private emitChanged

eventNames

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

getMaxListeners

  • getMaxListeners(): number
  • Returns number

getRepresentation

listenerCount

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

    • event: string | symbol

    Returns number

listeners

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

    • event: string | symbol

    Returns Function[]

modifyResource

off

  • 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

  • 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

  • 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

  • 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

  • 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

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

    • event: string | symbol

    Returns Function[]

removeAllListeners

  • Parameters

    • Optional event: string | symbol

    Returns MonitoringStore<T>

removeListener

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

resourceExists

setMaxListeners

  • Parameters

    • n: number

    Returns MonitoringStore<T>

setRepresentation

Static getEventListener

  • getEventListener(emitter: EventEmitter | DOMEventTarget, name: string | symbol): Function[]
  • +

    Returns a list listener for a specific emitter event name.

    +

    Parameters

    • emitter: EventEmitter | DOMEventTarget
    • name: string | symbol

    Returns Function[]

Static listenerCount

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

    since v4.0.0

    +

    Parameters

    • emitter: EventEmitter
    • event: string | symbol

    Returns number

Static on

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

    • emitter: EventEmitter
    • event: string
    • Optional options: StaticEventEmitterOptions

    Returns AsyncIterableIterator<any>

Static once

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

    • emitter: NodeEventTarget
    • event: string | symbol
    • Optional options: StaticEventEmitterOptions

    Returns Promise<any[]>

  • Parameters

    • emitter: DOMEventTarget
    • event: string
    • Optional options: StaticEventEmitterOptions

    Returns Promise<any[]>

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..c8a99cc6a --- /dev/null +++ b/docs/classes/NoCheckOwnershipValidator.html @@ -0,0 +1,19 @@ +NoCheckOwnershipValidator | Community Solid Server - v2.0.0
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

constructor

Properties

Protected Readonly logger

logger: Logger = ...

Methods

canHandle

  • 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

  • handle(__namedParameters: { webId: string }): Promise<void>

handleSafe

  • handleSafe(input: { webId: string }): Promise<void>

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..49d2682d3 --- /dev/null +++ b/docs/classes/NotFoundHttpError.html @@ -0,0 +1,10 @@ +NotFoundHttpError | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

An error thrown when no data was found for the requested identifier.

+

Hierarchy

Index

Constructors

constructor

Properties

Optional Readonly cause

cause?: unknown

Optional Readonly details

details?: Dict<unknown>

Readonly errorCode

errorCode: string

message

message: string

name

name: string

Optional stack

stack?: string

Readonly statusCode

statusCode: number

Static stackTraceLimit

stackTraceLimit: number

Static Protected Readonly statusCode

statusCode: number

Methods

Static captureStackTrace

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

    Create .stack property on a target object

    +

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void

Static isInstance

Static Optional prepareStackTrace

  • prepareStackTrace(err: Error, stackTraces: CallSite[]): any

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..8066ad7c0 --- /dev/null +++ b/docs/classes/NotImplementedHttpError.html @@ -0,0 +1,11 @@ +NotImplementedHttpError | Community Solid Server - v2.0.0
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

Index

Constructors

constructor

Properties

Optional Readonly cause

cause?: unknown

Optional Readonly details

details?: Dict<unknown>

Readonly errorCode

errorCode: string

message

message: string

name

name: string

Optional stack

stack?: string

Readonly statusCode

statusCode: number

Static stackTraceLimit

stackTraceLimit: number

Static Protected Readonly statusCode

statusCode: number

Methods

Static captureStackTrace

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

    Create .stack property on a target object

    +

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void

Static isInstance

Static Optional prepareStackTrace

  • prepareStackTrace(err: Error, stackTraces: CallSite[]): any

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..904ea89d5 --- /dev/null +++ b/docs/classes/OkResponseDescription.html @@ -0,0 +1,7 @@ +OkResponseDescription | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Corresponds to a 200 response, containing relevant metadata and potentially data.

+

Hierarchy

Index

Constructors

Properties

Constructors

constructor

Properties

Optional Readonly data

data?: Guarded<Readable>

Optional Readonly metadata

Readonly statusCode

statusCode: number

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..88e1e1f95 --- /dev/null +++ b/docs/classes/OperationHandler.html @@ -0,0 +1,19 @@ +OperationHandler | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Handler for a specific operation type.

+

Hierarchy

Index

Constructors

constructor

Methods

canHandle

  • +

    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.

    +

Abstract handle

handleSafe

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..4e1c960cb --- /dev/null +++ b/docs/classes/OperationHttpHandler.html @@ -0,0 +1,21 @@ +OperationHttpHandler | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

An HTTP handler that makes use of an already parsed Operation. +Can either return a ResponseDescription to be resolved by the calling class, +or undefined if this class handles the response itself.

+

Hierarchy

Index

Constructors

constructor

Methods

canHandle

Abstract handle

handleSafe

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..854811a0a --- /dev/null +++ b/docs/classes/OperationMetadataCollector.html @@ -0,0 +1,19 @@ +OperationMetadataCollector | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Adds metadata about the operation to the provided metadata object.

+

Hierarchy

Index

Constructors

constructor

Methods

canHandle

Abstract handle

handleSafe

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..1b226f21e --- /dev/null +++ b/docs/classes/OriginalUrlExtractor.html @@ -0,0 +1,18 @@ +OriginalUrlExtractor | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Reconstructs the original URL of an incoming HttpRequest.

+

Hierarchy

Index

Constructors

constructor

Properties

Private Readonly includeQueryString

includeQueryString: boolean

Methods

canHandle

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

    +

handle

handleSafe

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..d8f9bfa6c --- /dev/null +++ b/docs/classes/OwnerPermissionReader.html @@ -0,0 +1,20 @@ +OwnerPermissionReader | Community Solid Server - v2.0.0
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

constructor

Properties

Private Readonly accountStore

accountStore: AccountStore

Private Readonly aclStrategy

Protected Readonly logger

logger: Logger = ...

Methods

canHandle

Private ensurePodOwner

handle

handleSafe

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..b44f739ae --- /dev/null +++ b/docs/classes/OwnershipValidator.html @@ -0,0 +1,21 @@ +OwnershipValidator | Community Solid Server - v2.0.0
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

constructor

Methods

canHandle

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

    +

Abstract handle

  • 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

  • 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
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..36121a539 --- /dev/null +++ b/docs/classes/ParallelFinalizer.html @@ -0,0 +1,3 @@ +ParallelFinalizer | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Finalizes all the injected Finalizable classes in parallel.

+

Hierarchy

  • ParallelFinalizer

Implements

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

Private Readonly finalizers

finalizers: Finalizable[]

Methods

finalize

  • finalize(): Promise<void>

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..1d24dc175 --- /dev/null +++ b/docs/classes/ParallelHandler.html @@ -0,0 +1,17 @@ +ParallelHandler | Community Solid Server - v2.0.0
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

constructor

Properties

Private Readonly handlers

handlers: AsyncHandler<TIn, TOut>[]

Methods

canHandle

  • 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

  • handle(input: TIn): Promise<TOut[]>

handleSafe

  • handleSafe(input: TIn): Promise<TOut[]>

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..bb8921329 --- /dev/null +++ b/docs/classes/ParsingHttpHandler.html @@ -0,0 +1,20 @@ +ParsingHttpHandler | Community Solid Server - v2.0.0
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

constructor

Properties

Private Readonly errorHandler

errorHandler: ErrorHandler

Private Readonly logger

logger: Logger = ...

Private Readonly metadataCollector

metadataCollector: OperationMetadataCollector

Private Readonly operationHandler

operationHandler: OperationHttpHandler

Private Readonly requestParser

requestParser: RequestParser

Private Readonly responseWriter

responseWriter: ResponseWriter

Methods

canHandle

  • +

    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

handleSafe

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..50fb01db0 --- /dev/null +++ b/docs/classes/PassthroughConverter.html @@ -0,0 +1,18 @@ +PassthroughConverter | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

A RepresentationConverter that does not perform any conversion.

+

Hierarchy

Index

Constructors

constructor

Methods

canHandle

handle

handleSafe

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..6e970d92e --- /dev/null +++ b/docs/classes/PassthroughStore.html @@ -0,0 +1,19 @@ +PassthroughStore | Community Solid Server - v2.0.0
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

constructor

Properties

Protected Readonly source

source: T

Methods

addResource

deleteResource

getRepresentation

modifyResource

resourceExists

setRepresentation

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..a6e9f7837 --- /dev/null +++ b/docs/classes/PatchHandler.html @@ -0,0 +1,19 @@ +PatchHandler | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Executes the given Patch.

+

Type parameters

Hierarchy

Index

Constructors

constructor

Methods

canHandle

  • +

    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.

    +

Abstract handle

handleSafe

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..06191b897 --- /dev/null +++ b/docs/classes/PatchOperationHandler.html @@ -0,0 +1,18 @@ +PatchOperationHandler | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Handles PATCH Operations. +Calls the modifyResource function from a ResourceStore.

+

Hierarchy

Index

Constructors

constructor

Properties

Protected Readonly logger

logger: Logger = ...

Private Readonly store

Methods

canHandle

handle

handleSafe

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..e61370554 --- /dev/null +++ b/docs/classes/PatchingStore.html @@ -0,0 +1,19 @@ +PatchingStore | Community Solid Server - v2.0.0
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

constructor

Properties

Private Readonly patchHandler

Protected Readonly source

source: T

Methods

addResource

deleteResource

getRepresentation

modifyResource

resourceExists

setRepresentation

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..8d84d078d --- /dev/null +++ b/docs/classes/PathBasedReader.html @@ -0,0 +1,24 @@ +PathBasedReader | Community Solid Server - v2.0.0
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

constructor

Properties

Private Readonly baseUrl

baseUrl: string

Private Readonly paths

paths: Map<RegExp, PermissionReader>

Methods

canHandle

Private findReader

handle

handleSafe

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..f4eb52354 --- /dev/null +++ b/docs/classes/PermissionBasedAuthorizer.html @@ -0,0 +1,33 @@ +PermissionBasedAuthorizer | Community Solid Server - v2.0.0
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

constructor

Properties

Protected Readonly logger

logger: Logger = ...

Methods

canHandle

  • +

    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

handleSafe

Private hasModePermission

Private isAuthenticated

Private requireModePermission

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..0a0aaf874 --- /dev/null +++ b/docs/classes/PermissionReader.html @@ -0,0 +1,19 @@ +PermissionReader | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Discovers the permissions of the given credentials on the given identifier.

+

Hierarchy

Index

Constructors

constructor

Methods

canHandle

  • +

    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.

    +

Abstract handle

handleSafe

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..5ef6f4808 --- /dev/null +++ b/docs/classes/PostOperationHandler.html @@ -0,0 +1,18 @@ +PostOperationHandler | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Handles POST Operations. +Calls the addResource function from a ResourceStore.

+

Hierarchy

Index

Constructors

constructor

Properties

Protected Readonly logger

logger: Logger = ...

Private Readonly store

Methods

canHandle

handle

handleSafe

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..d81be5147 --- /dev/null +++ b/docs/classes/PreconditionFailedHttpError.html @@ -0,0 +1,10 @@ +PreconditionFailedHttpError | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

An error thrown when access was denied due to the conditions on the request.

+

Hierarchy

Index

Constructors

constructor

Properties

Optional Readonly cause

cause?: unknown

Optional Readonly details

details?: Dict<unknown>

Readonly errorCode

errorCode: string

message

message: string

name

name: string

Optional stack

stack?: string

Readonly statusCode

statusCode: number

Static stackTraceLimit

stackTraceLimit: number

Static Protected Readonly statusCode

statusCode: number

Methods

Static captureStackTrace

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

    Create .stack property on a target object

    +

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void

Static isInstance

Static Optional prepareStackTrace

  • prepareStackTrace(err: Error, stackTraces: CallSite[]): any

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..c7019e970 --- /dev/null +++ b/docs/classes/PreferenceParser.html @@ -0,0 +1,19 @@ +PreferenceParser | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Creates RepresentationPreferences based on the incoming HTTP headers in a HttpRequest.

+

Hierarchy

Index

Constructors

constructor

Methods

canHandle

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

    +

Abstract handle

handleSafe

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..3fc4d4619 --- /dev/null +++ b/docs/classes/PreferenceSupport.html @@ -0,0 +1,6 @@ +PreferenceSupport | Community Solid Server - v2.0.0
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

constructor

Properties

Private Readonly converter

Private Readonly preferences

Methods

supports

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..22dcd926a --- /dev/null +++ b/docs/classes/PublicCredentialsExtractor.html @@ -0,0 +1,18 @@ +PublicCredentialsExtractor | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Extracts the public credentials, to be used for data everyone has access to.

+

Hierarchy

Index

Constructors

constructor

Methods

canHandle

  • +

    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.

    +

handle

handleSafe

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..40dabb0af --- /dev/null +++ b/docs/classes/PutOperationHandler.html @@ -0,0 +1,18 @@ +PutOperationHandler | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Handles PUT Operations. +Calls the setRepresentation function from a ResourceStore.

+

Hierarchy

Index

Constructors

constructor

Properties

Protected Readonly logger

logger: Logger = ...

Private Readonly store

Methods

canHandle

handle

handleSafe

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..c1b59e188 --- /dev/null +++ b/docs/classes/QuadToRdfConverter.html @@ -0,0 +1,26 @@ +QuadToRdfConverter | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Converts internal/quads to most major RDF serializations.

+

Hierarchy

Index

Constructors

constructor

  • new QuadToRdfConverter(options?: { outputPreferences?: Record<string, number> }): QuadToRdfConverter

Properties

Protected inputTypes

inputTypes: Promise<ValuePreferences>

Private Optional Readonly outputPreferences

outputPreferences?: ValuePreferences

Protected outputTypes

outputTypes: Promise<ValuePreferences>

Methods

canHandle

getInputTypes

getOutputTypes

handle

handleSafe

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..14a6af5e4 --- /dev/null +++ b/docs/classes/RawBodyParser.html @@ -0,0 +1,18 @@ +RawBodyParser | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Converts incoming HttpRequest to a Representation without any further parsing.

+

Hierarchy

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

Protected Readonly logger

logger: Logger = ...

Methods

canHandle

  • +

    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

handleSafe

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..7e9e16a88 --- /dev/null +++ b/docs/classes/RdfToQuadConverter.html @@ -0,0 +1,26 @@ +RdfToQuadConverter | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Converts most major RDF serializations to internal/quads.

+

Hierarchy

Index

Constructors

constructor

Properties

Protected inputTypes

inputTypes: Promise<ValuePreferences>

Protected outputTypes

outputTypes: Promise<ValuePreferences>

Methods

canHandle

getInputTypes

getOutputTypes

handle

handleSafe

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..c6eca1865 --- /dev/null +++ b/docs/classes/RdfValidator.html @@ -0,0 +1,19 @@ +RdfValidator | Community Solid Server - v2.0.0
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

constructor

Properties

Protected Readonly converter

Methods

canHandle

  • +

    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

handleSafe

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..3553854b6 --- /dev/null +++ b/docs/classes/ReadOnlyStore.html @@ -0,0 +1,17 @@ +ReadOnlyStore | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Store that only allow read operations on the underlying source.

+

Type parameters

Hierarchy

Index

Constructors

constructor

Properties

Protected Readonly source

source: T

Methods

addResource

deleteResource

getRepresentation

modifyResource

resourceExists

setRepresentation

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..fb13d9897 --- /dev/null +++ b/docs/classes/RecordObject.html @@ -0,0 +1,4 @@ +RecordObject | Community Solid Server - v2.0.0
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

constructor

  • new RecordObject(record?: Record<string, string>): RecordObject

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..a08d8397e --- /dev/null +++ b/docs/classes/RedirectAllHttpHandler.html @@ -0,0 +1,19 @@ +RedirectAllHttpHandler | Community Solid Server - v2.0.0
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

constructor

Properties

Private Readonly baseUrl

baseUrl: string

Private Readonly responseWriter

responseWriter: ResponseWriter

Private Readonly target

target: string

Private Readonly targetExtractor

targetExtractor: TargetExtractor

Methods

canHandle

handle

handleSafe

Legend

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

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/RedisResourceLocker.html b/docs/classes/RedisResourceLocker.html new file mode 100644 index 000000000..506bb25df --- /dev/null +++ b/docs/classes/RedisResourceLocker.html @@ -0,0 +1,33 @@ +RedisResourceLocker | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

A locking system that uses a Redis server or any number of +Redis nodes / clusters +This solution has issues though:

+
    +
  • Redlock wants to handle expiration itself, this is against the design of a ResourceLocker. +The workaround for this is to extend an active lock indefinitely.
  • +
  • This solution is not multithreaded! If threadA locks a resource, only threadA can unlock this resource. +If threadB wont be able to lock a resource if threadA already acquired that lock, +in that sense it is kind of multithreaded.
  • +
  • Redlock does not provide the ability to see which locks have expired
  • +
+

Hierarchy

  • RedisResourceLocker

Implements

Index

Constructors

constructor

  • new RedisResourceLocker(redisClients: string[], redlockOptions?: Record<string, number>): RedisResourceLocker

Properties

Private Readonly lockMap

lockMap: Map<string, { interval: Timeout; lock: Lock }>

Protected Readonly logger

logger: Logger = ...

Private Readonly redlock

redlock: Redlock

Methods

acquire

Private createRedisClients

  • createRedisClients(redisClientsStrings: string[]): RedisClient[]
  • +

    Generate and return a list of RedisClients based on the provided strings

    +

    Parameters

    • redisClientsStrings: string[]

      a list of strings that contain either a host address and a +port number like '127.0.0.1:6379' or just a port number like '6379'

      +

    Returns RedisClient[]

Private createRedlock

  • createRedlock(clients: RedisClient[], redlockOptions?: Record<string, number>): Redlock
  • +

    Generate and return a Redlock instance

    +

    Parameters

    • clients: RedisClient[]

      a list of RedisClients you want to use for the redlock instance

      +
    • redlockOptions: Record<string, number> = {}

      extra redlock options to overwrite the default config

      +

    Returns Redlock

Private extendLockIndefinitely

  • extendLockIndefinitely(identifier: string): Timeout
  • +

    This function is internally used to keep an acquired lock active, a wrapper class will handle expiration

    +

    Parameters

    • identifier: string

      Identifier of the lock to be extended

      +

    Returns Timeout

finalize

  • finalize(): Promise<void>

Private getLockCount

  • getLockCount(): number

release

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..8b09756d1 --- /dev/null +++ b/docs/classes/RegexRouterRule.html @@ -0,0 +1,28 @@ +RegexRouterRule | Community Solid Server - v2.0.0
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

constructor

Properties

Private Readonly base

base: string

Private Readonly regexes

regexes: Map<RegExp, ResourceStore>

Methods

canHandle

handle

handleSafe

Private matchStore

Private toRelative

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..891c5bc7c --- /dev/null +++ b/docs/classes/RegistrationHandler.html @@ -0,0 +1,16 @@ +RegistrationHandler | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Supports registration based on the RegistrationManager behaviour.

+

Hierarchy

Index

Constructors

constructor

Properties

Protected Readonly logger

logger: Logger = ...

Private Readonly registrationManager

registrationManager: RegistrationManager

Methods

canHandle

handle

handleSafe

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..a992eca51 --- /dev/null +++ b/docs/classes/RegistrationManager.html @@ -0,0 +1,33 @@ +RegistrationManager | Community Solid Server - v2.0.0
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

constructor

Properties

Private Readonly accountStore

accountStore: AccountStore

Private Readonly baseUrl

baseUrl: string

Private Readonly identifierGenerator

identifierGenerator: IdentifierGenerator

Protected Readonly logger

logger: Logger = ...

Private Readonly ownershipValidator

ownershipValidator: OwnershipValidator

Private Readonly podManager

podManager: PodManager

Private Readonly webIdSuffix

webIdSuffix: string

Methods

register

  • +

    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>

Private trimString

  • trimString(input: unknown): undefined | string

validateInput

  • +

    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
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..6b6d10a8f --- /dev/null +++ b/docs/classes/RepresentationConverter.html @@ -0,0 +1,19 @@ +RepresentationConverter | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Converts a Representation from one media type to another, based on the given preferences.

+

Hierarchy

Index

Constructors

constructor

Methods

canHandle

Abstract handle

handleSafe

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..69ef26ceb --- /dev/null +++ b/docs/classes/RepresentationConvertingStore.html @@ -0,0 +1,19 @@ +RepresentationConvertingStore | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Store that provides (optional) conversion of incoming and outgoing Representations.

+

Type parameters

Hierarchy

Index

Constructors

constructor

Properties

Private Readonly inConverter

Private Readonly inPreferences

Protected Readonly logger

logger: Logger = ...

Private Readonly outConverter

Protected Readonly source

source: T

Methods

addResource

deleteResource

getRepresentation

modifyResource

resourceExists

setRepresentation

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..7bd20512c --- /dev/null +++ b/docs/classes/RepresentationMetadata.html @@ -0,0 +1,82 @@ +RepresentationMetadata | Community Solid Server - v2.0.0
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

constructor

Properties

Private id

id: NamedNode<string> | BlankNode

Protected Readonly logger

logger: Logger = ...

Private store

store: Store<Quad, Quad, Quad, Quad>

Accessors

contentType

  • get contentType(): undefined | string
  • set contentType(input: undefined | string): void

identifier

  • get identifier(): NamedNode<string> | BlankNode
  • set identifier(id: NamedNode<string> | BlankNode): void

Methods

add

addQuad

  • addQuad(subject: string | NamedNode<string> | BlankNode, predicate: string | NamedNode<string>, object: string | NamedNode<string> | BlankNode | Literal, graph?: MetadataGraph): RepresentationMetadata

addQuads

Private forQuads

  • +

    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: string | 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

  • get(predicate: string | NamedNode<string>, graph?: MetadataGraph): undefined | Term
  • throws

    Error +If there are multiple matching values.

    +

    Parameters

    • predicate: string | 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

  • getAll(predicate: string | NamedNode<string>, graph?: MetadataGraph): Term[]
  • +

    Finds all object values matching the given predicate and/or graph.

    +

    Parameters

    • predicate: string | NamedNode<string>

      Optional predicate to get the values for.

      +
    • Optional graph: MetadataGraph

      Optional graph where to get from.

      +

    Returns Term[]

    An array with all matches.

    +

quads

  • quads(subject?: null | string | NamedNode<string> | BlankNode, predicate?: null | string | NamedNode<string>, object?: null | string | NamedNode<string> | BlankNode | Literal, graph?: null | MetadataGraph): Quad[]
  • Parameters

    • subject: null | string | NamedNode<string> | BlankNode = null
    • predicate: null | string | NamedNode<string> = null
    • object: null | string | NamedNode<string> | BlankNode | Literal = null
    • graph: null | MetadataGraph = null

    Returns Quad[]

    All matching metadata quads.

    +

remove

removeAll

removeQuad

  • removeQuad(subject: string | NamedNode<string> | BlankNode, predicate: string | NamedNode<string>, object: string | NamedNode<string> | BlankNode | Literal, graph?: MetadataGraph): RepresentationMetadata

removeQuads

set

setMetadata

Private setOverrides

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..ab180775b --- /dev/null +++ b/docs/classes/RepresentationPatchHandler.html @@ -0,0 +1,21 @@ +RepresentationPatchHandler | Community Solid Server - v2.0.0
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

constructor

Properties

Protected Readonly logger

logger: Logger = ...

Private Readonly patcher

Methods

canHandle

handle

handleSafe

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..5473dd99c --- /dev/null +++ b/docs/classes/RepresentationPatcher.html @@ -0,0 +1,19 @@ +RepresentationPatcher | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Handles the patching of a specific Representation.

+

Hierarchy

Index

Constructors

constructor

Methods

canHandle

Abstract handle

handleSafe

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..8e08847d2 --- /dev/null +++ b/docs/classes/RequestParser.html @@ -0,0 +1,19 @@ +RequestParser | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Converts an incoming HttpRequest to an Operation.

+

Hierarchy

Index

Constructors

constructor

Methods

canHandle

  • +

    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.

    +

Abstract handle

handleSafe

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..c30575539 --- /dev/null +++ b/docs/classes/ResetPasswordHandler.html @@ -0,0 +1,19 @@ +ResetPasswordHandler | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Handles the submission of the ResetPassword form: +this is the form that is linked in the reset password email.

+

Hierarchy

Index

Constructors

constructor

Properties

Private Readonly accountStore

accountStore: AccountStore

Protected Readonly logger

logger: Logger = ...

Methods

canHandle

handle

handleSafe

Private resetPassword

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

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..8e148dd76 --- /dev/null +++ b/docs/classes/ResetResponseDescription.html @@ -0,0 +1,3 @@ +ResetResponseDescription | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Corresponds to a 205 response.

+

Hierarchy

Index

Constructors

Properties

Constructors

constructor

Properties

Optional Readonly data

data?: Guarded<Readable>

Optional Readonly metadata

Readonly statusCode

statusCode: number

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..4d941201e --- /dev/null +++ b/docs/classes/ResponseDescription.html @@ -0,0 +1,9 @@ +ResponseDescription | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

The result of executing an operation.

+

Hierarchy

Index

Constructors

Properties

Constructors

constructor

Properties

Optional Readonly data

data?: Guarded<Readable>

Optional Readonly metadata

Readonly statusCode

statusCode: number

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..6e4e7eb9a --- /dev/null +++ b/docs/classes/ResponseWriter.html @@ -0,0 +1,19 @@ +ResponseWriter | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Writes the ResponseDescription to the HttpResponse.

+

Hierarchy

Index

Constructors

constructor

Methods

canHandle

  • +

    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.

    +

Abstract handle

handleSafe

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..00255d413 --- /dev/null +++ b/docs/classes/RootFilePathHandler.html @@ -0,0 +1,19 @@ +RootFilePathHandler | Community Solid Server - v2.0.0
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

constructor

Properties

Private Readonly fileMapper

Methods

canHandle

handle

handleSafe

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..abe4ad585 --- /dev/null +++ b/docs/classes/RouterHandler.html @@ -0,0 +1,19 @@ +RouterHandler | Community Solid Server - v2.0.0
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

constructor

Properties

Private Readonly allMethods

allMethods: boolean

Private Readonly allowedMethods

allowedMethods: string[]

Private Readonly allowedPathNamesRegEx

allowedPathNamesRegEx: RegExp[]

Private Readonly baseUrl

baseUrl: string

Private Readonly handler

handler: HttpHandler

Private Readonly targetExtractor

targetExtractor: TargetExtractor

Methods

canHandle

handle

handleSafe

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..e8d32af66 --- /dev/null +++ b/docs/classes/RouterRule.html @@ -0,0 +1,20 @@ +RouterRule | Community Solid Server - v2.0.0
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

constructor

Methods

canHandle

Abstract handle

handleSafe

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..79a198b2b --- /dev/null +++ b/docs/classes/RoutingAuxiliaryIdentifierStrategy.html @@ -0,0 +1,23 @@ +RoutingAuxiliaryIdentifierStrategy | Community Solid Server - v2.0.0
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

constructor

Properties

Protected Readonly sources

Methods

getAuxiliaryIdentifier

  • getAuxiliaryIdentifier(): never

getAuxiliaryIdentifiers

Protected getMatchingSource

getSubjectIdentifier

isAuxiliaryIdentifier

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..1db0ccf5f --- /dev/null +++ b/docs/classes/RoutingAuxiliaryStrategy.html @@ -0,0 +1,43 @@ +RoutingAuxiliaryStrategy | Community Solid Server - v2.0.0
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

constructor

Properties

Protected Readonly sources

Methods

addMetadata

  • +

    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

  • getAuxiliaryIdentifier(): never

getAuxiliaryIdentifiers

Protected getMatchingSource

getSubjectIdentifier

isAuxiliaryIdentifier

isRequiredInRoot

usesOwnAuthorization

validate

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..390ed4c9e --- /dev/null +++ b/docs/classes/RoutingResourceStore.html @@ -0,0 +1,25 @@ +RoutingResourceStore | Community Solid Server - v2.0.0
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

constructor

Properties

Private Readonly rule

Methods

addResource

deleteResource

getRepresentation

Private getStore

modifyResource

resourceExists

setRepresentation

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..ea0bf656d --- /dev/null +++ b/docs/classes/SafeErrorHandler.html @@ -0,0 +1,19 @@ +SafeErrorHandler | Community Solid Server - v2.0.0
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

constructor

Properties

Private Readonly errorHandler

errorHandler: ErrorHandler

Protected Readonly logger

logger: Logger = ...

Private Readonly showStackTrace

showStackTrace: boolean

Methods

canHandle

  • +

    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

handleSafe

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..2bc37d4a5 --- /dev/null +++ b/docs/classes/SequenceHandler.html @@ -0,0 +1,20 @@ +SequenceHandler | Community Solid Server - v2.0.0
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

constructor

Properties

Private Readonly handlers

handlers: AsyncHandler<TIn, TOut>[]

Methods

canHandle

  • 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

  • handle(input: TIn): Promise<undefined | TOut>

handleSafe

  • 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
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..3d7ab63b1 --- /dev/null +++ b/docs/classes/ServerInitializer.html @@ -0,0 +1,18 @@ +ServerInitializer | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Creates and starts an HTTP server.

+

Hierarchy

Implements

Index

Constructors

constructor

Properties

Private Readonly port

port: number

Private Optional server

server?: Server

Private Readonly serverFactory

serverFactory: HttpServerFactory

Methods

canHandle

  • 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

  • finalize(): Promise<void>

handle

  • handle(): Promise<void>

handleSafe

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

Legend

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

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/SessionHttpHandler.html b/docs/classes/SessionHttpHandler.html new file mode 100644 index 000000000..88c1a60a7 --- /dev/null +++ b/docs/classes/SessionHttpHandler.html @@ -0,0 +1,16 @@ +SessionHttpHandler | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Simple InteractionHttpHandler that sends the session accountId to the InteractionCompleter as webId.

+

Hierarchy

Index

Constructors

constructor

Methods

canHandle

handle

handleSafe

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..ee27ebc6e --- /dev/null +++ b/docs/classes/SetupHttpHandler.html @@ -0,0 +1,27 @@ +SetupHttpHandler | Community Solid Server - v2.0.0
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 run an initializer and/or perform a registration step, both optional. +After successfully completing a POST request this handler will disable itself and become unreachable. +All other methods will be rejected.

+

Hierarchy

Index

Constructors

constructor

Properties

Private Readonly converter

Private Readonly errorHandler

errorHandler: ErrorHandler

Private finished

finished: boolean

Private Optional Readonly initializer

initializer?: Initializer

Protected Readonly logger

logger: Logger = ...

Private Optional Readonly registrationManager

registrationManager?: RegistrationManager

Private Readonly responseTemplate

responseTemplate: string

Private Readonly storage

storage: KeyValueStorage<string, boolean>

Private Readonly storageKey

storageKey: string

Private Readonly viewTemplate

viewTemplate: string

Methods

canHandle

Private getJsonResult

  • getJsonResult(operation: Operation): Promise<{ json: Record<string, any>; template: string }>
  • +

    Creates a JSON object representing the result of executing the given operation, +together with the template it should be applied to.

    +

    Parameters

    Returns Promise<{ json: Record<string, any>; template: string }>

handle

handleSafe

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..2d854657f --- /dev/null +++ b/docs/classes/SingleRootIdentifierStrategy.html @@ -0,0 +1,14 @@ +SingleRootIdentifierStrategy | Community Solid Server - v2.0.0
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

constructor

Properties

Private Readonly baseUrl

baseUrl: string

Protected Readonly logger

logger: Logger = ...

Methods

getParentContainer

isRootContainer

supportsIdentifier

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..b127be1ce --- /dev/null +++ b/docs/classes/SingleThreadedResourceLocker.html @@ -0,0 +1,15 @@ +SingleThreadedResourceLocker | Community Solid Server - v2.0.0
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

constructor

Properties

Private Readonly locker

locker: AsyncLock

Protected Readonly logger

logger: Logger = ...

Private Readonly unlockCallbacks

unlockCallbacks: Record<string, () => void>

Methods

acquire

Private getLockCount

  • getLockCount(): number

release

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..accd3930c --- /dev/null +++ b/docs/classes/SlugParser.html @@ -0,0 +1,18 @@ +SlugParser | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Converts the contents of the slug header to metadata.

+

Hierarchy

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

Protected Readonly logger

logger: Logger = ...

Methods

canHandle

handle

handleSafe

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..fbecc5a70 --- /dev/null +++ b/docs/classes/SparqlDataAccessor.html @@ -0,0 +1,69 @@ +SparqlDataAccessor | Community Solid Server - v2.0.0
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

constructor

Properties

Private Readonly endpoint

endpoint: string

Private Readonly fetcher

fetcher: SparqlEndpointFetcher

Private Readonly generator

generator: SparqlGenerator

Private Readonly identifierStrategy

identifierStrategy: IdentifierStrategy

Protected Readonly logger

logger: Logger = ...

Methods

canHandle

deleteResource

getChildren

  • +

    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>

getData

getMetadata

Private getMetadataNode

  • getMetadataNode(name: NamedNode<string>): NamedNode<string>

Private getRelatedNames

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

Private isMetadataIdentifier

Private sendSparqlConstruct

  • sendSparqlConstruct(sparqlQuery: ConstructQuery): Promise<Guarded<Readable>>

Private sendSparqlUpdate

  • sendSparqlUpdate(sparqlQuery: Update): Promise<void>

Private sparqlConstruct

  • sparqlConstruct(name: NamedNode<string>): ConstructQuery

Private sparqlDelete

  • 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

Private sparqlInsert

  • 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

Private sparqlSelectGraph

  • sparqlSelectGraph(name: NamedNode<string>, triples: Quad[]): GraphPattern

Private sparqlUpdateDeleteAll

  • 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

Private sparqlUpdateGraph

  • 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

writeContainer

writeDocument

Legend

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

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/SparqlPatchModesExtractor.html b/docs/classes/SparqlPatchModesExtractor.html new file mode 100644 index 000000000..6f1d3c813 --- /dev/null +++ b/docs/classes/SparqlPatchModesExtractor.html @@ -0,0 +1,15 @@ +SparqlPatchModesExtractor | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

constructor

Methods

canHandle

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

handle

handleSafe

Private isDeleteInsert

  • isDeleteInsert(op: Operation): op is DeleteInsert

Private isNop

  • isNop(op: Operation): op is Nop

Private isSparql

Private isSupported

  • isSupported(op: Operation): boolean

Private needsAppend

  • needsAppend(update: Operation): boolean

Private needsWrite

  • needsWrite(update: Operation): boolean

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..01f0c88ae --- /dev/null +++ b/docs/classes/SparqlUpdateBodyParser.html @@ -0,0 +1,18 @@ +SparqlUpdateBodyParser | Community Solid Server - v2.0.0
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

constructor

Properties

Protected Readonly logger

logger: Logger = ...

Methods

canHandle

handle

handleSafe

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..23ec3847f --- /dev/null +++ b/docs/classes/SparqlUpdatePatcher.html @@ -0,0 +1,27 @@ +SparqlUpdatePatcher | Community Solid Server - v2.0.0
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

constructor

Properties

Private Readonly engine

engine: ActorInitSparql

Protected Readonly logger

logger: Logger = ...

Methods

canHandle

handle

handleSafe

Private isComposite

  • isComposite(op: Operation): op is CompositeUpdate

Private isDeleteInsert

  • isDeleteInsert(op: Operation): op is DeleteInsert

Private isSparqlUpdate

Private patch

Private validateComposite

  • validateComposite(op: CompositeUpdate): void

Private validateDeleteInsert

  • 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

Private validateUpdate

  • validateUpdate(op: Operation): void

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..fd6a8c518 --- /dev/null +++ b/docs/classes/StaticAssetHandler.html @@ -0,0 +1,31 @@ +StaticAssetHandler | Community Solid Server - v2.0.0
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

constructor

  • new StaticAssetHandler(assets: Record<string, string>, options?: { expires?: number }): StaticAssetHandler

Properties

Private Readonly expires

expires: number

Private Readonly logger

logger: Logger = ...

Private Readonly mappings

mappings: Record<string, string>

Private Readonly pathMatcher

pathMatcher: RegExp

Methods

canHandle

Private createPathMatcher

  • createPathMatcher(assets: Record<string, string>): RegExp

Private getCacheHeaders

  • getCacheHeaders(): Record<string, string>

Private getFilePath

handle

handleSafe

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..503ea547e --- /dev/null +++ b/docs/classes/StaticHandler.html @@ -0,0 +1,20 @@ +StaticHandler | Community Solid Server - v2.0.0
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

constructor

Properties

Private Optional Readonly value

value?: T

Methods

canHandle

  • 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

  • handle(): Promise<T>

handleSafe

  • handleSafe(input: any): Promise<T>

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..55c959b88 --- /dev/null +++ b/docs/classes/SubdomainExtensionBasedMapper.html @@ -0,0 +1,82 @@ +SubdomainExtensionBasedMapper | Community Solid Server - v2.0.0
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

constructor

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

Properties

Private Readonly baseParts

baseParts: { rest: string; scheme: string }

Type declaration

  • rest: string
  • scheme: string

Protected Readonly baseRequestURI

baseRequestURI: string

Private Readonly baseSubdomain

baseSubdomain: string

Protected Readonly logger

logger: Logger = ...

Private Readonly regex

regex: RegExp

Protected Readonly rootFilepath

rootFilepath: string

Methods

Protected getAbsolutePath

  • getAbsolutePath(path: string): string

Protected getContainerUrl

  • getContainerUrl(relative: string): Promise<string>

Protected getContentTypeFromPath

  • getContentTypeFromPath(filePath: string): Promise<string>

Protected getContentTypeFromUrl

  • getContentTypeFromUrl(identifier: ResourceIdentifier, contentType?: string): Promise<string>

Protected getDocumentUrl

  • getDocumentUrl(relative: string): Promise<string>

Protected getRelativePath

Protected isMetadataPath

  • isMetadataPath(path: string): boolean

mapFilePathToUrl

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

Protected mapUrlToContainerPath

Protected mapUrlToDocumentPath

mapUrlToFilePath

Protected relativeToUrl

  • relativeToUrl(relative: string): string

Protected stripExtension

  • stripExtension(path: string): string

Protected validateRelativePath

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..bb0edf460 --- /dev/null +++ b/docs/classes/SubdomainIdentifierGenerator.html @@ -0,0 +1,7 @@ +SubdomainIdentifierGenerator | Community Solid Server - v2.0.0
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

constructor

Properties

Private Readonly baseParts

baseParts: { rest: string; scheme: string }

Type declaration

  • rest: string
  • scheme: string

Methods

generate

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..a78d3eb33 --- /dev/null +++ b/docs/classes/SubdomainIdentifierStrategy.html @@ -0,0 +1,14 @@ +SubdomainIdentifierStrategy | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

An IdentifierStrategy that interprets all subdomains of the given base URL as roots.

+

Hierarchy

Index

Constructors

constructor

Properties

Private Readonly baseUrl

baseUrl: string

Protected Readonly logger

logger: Logger = ...

Private Readonly regex

regex: RegExp

Methods

getParentContainer

isRootContainer

supportsIdentifier

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..f48c99671 --- /dev/null +++ b/docs/classes/SuffixAuxiliaryIdentifierStrategy.html @@ -0,0 +1,23 @@ +SuffixAuxiliaryIdentifierStrategy | Community Solid Server - v2.0.0
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

constructor

Properties

Protected Readonly suffix

suffix: string

Methods

getAuxiliaryIdentifier

getAuxiliaryIdentifiers

getSubjectIdentifier

isAuxiliaryIdentifier

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..38c606e56 --- /dev/null +++ b/docs/classes/SuffixIdentifierGenerator.html @@ -0,0 +1,7 @@ +SuffixIdentifierGenerator | Community Solid Server - v2.0.0
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

constructor

Properties

Private Readonly base

base: string

Methods

generate

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..e0c20ba90 --- /dev/null +++ b/docs/classes/TargetExtractor.html @@ -0,0 +1,19 @@ +TargetExtractor | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Extracts a ResourceIdentifier from an incoming HttpRequest.

+

Hierarchy

Index

Constructors

constructor

Methods

canHandle

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

    +

Abstract handle

handleSafe

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..2fcd3a5eb --- /dev/null +++ b/docs/classes/TemplatedPodGenerator.html @@ -0,0 +1,24 @@ +TemplatedPodGenerator | Community Solid Server - v2.0.0
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

constructor

Properties

Private Readonly configStorage

configStorage: KeyValueStorage<string, unknown>

Private Readonly configTemplatePath

configTemplatePath: string

Protected Readonly logger

logger: Logger = ...

Private Readonly storeFactory

storeFactory: ComponentsJsFactory

Private Readonly variableHandler

variableHandler: VariableHandler

Methods

generate

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..51e38e335 --- /dev/null +++ b/docs/classes/TemplatedResourcesGenerator.html @@ -0,0 +1,40 @@ +TemplatedResourcesGenerator | Community Solid Server - v2.0.0
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

constructor

Properties

Private Readonly factory

Private Readonly templateEngine

templateEngine: TemplateEngine<Dict<any>>

Private Readonly templateExtension

templateExtension: string

Private Readonly templateFolder

templateFolder: string

Methods

generate

Private generateMetadata

Private generateResource

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

Private groupLinks

  • 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 }>>

Private processFile

  • processFile(link: TemplateResourceLink, options: Dict<string>): Promise<Guarded<Readable>>

Private processFolder

Private toTemplateLink

  • +

    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
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..dea732aaa --- /dev/null +++ b/docs/classes/TokenOwnershipValidator.html @@ -0,0 +1,27 @@ +TokenOwnershipValidator | Community Solid Server - v2.0.0
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

constructor

Properties

Private Readonly converter

Private Readonly expiration

expiration: number

Protected Readonly logger

logger: Logger = ...

Private Readonly storage

storage: ExpiringStorage<string, string>

Methods

canHandle

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

    +

Private generateToken

  • generateToken(): string

Private getTokenKey

  • getTokenKey(webId: string): string

handle

  • handle(__namedParameters: { webId: string }): Promise<void>

handleSafe

  • handleSafe(input: { webId: string }): Promise<void>

Private hasToken

  • hasToken(webId: string, token: string): Promise<boolean>

Private throwError

  • throwError(webId: string, token: string): never

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..e24b66ad3 --- /dev/null +++ b/docs/classes/TypedRepresentationConverter.html @@ -0,0 +1,27 @@ +TypedRepresentationConverter | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

A RepresentationConverter that allows requesting the supported types.

+

Hierarchy

Index

Constructors

constructor

Properties

Protected inputTypes

inputTypes: Promise<ValuePreferences>

Protected outputTypes

outputTypes: Promise<ValuePreferences>

Methods

canHandle

getInputTypes

getOutputTypes

Abstract handle

handleSafe

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..e1c6ecc7c --- /dev/null +++ b/docs/classes/UnauthorizedHttpError.html @@ -0,0 +1,10 @@ +UnauthorizedHttpError | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

An error thrown when an agent is not authorized.

+

Hierarchy

Index

Constructors

constructor

Properties

Optional Readonly cause

cause?: unknown

Optional Readonly details

details?: Dict<unknown>

Readonly errorCode

errorCode: string

message

message: string

name

name: string

Optional stack

stack?: string

Readonly statusCode

statusCode: number

Static stackTraceLimit

stackTraceLimit: number

Static Protected Readonly statusCode

statusCode: number

Methods

Static captureStackTrace

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

    Create .stack property on a target object

    +

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void

Static isInstance

Static Optional prepareStackTrace

  • prepareStackTrace(err: Error, stackTraces: CallSite[]): any

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..c6ae1da04 --- /dev/null +++ b/docs/classes/UnionCredentialsExtractor.html @@ -0,0 +1,20 @@ +UnionCredentialsExtractor | Community Solid Server - v2.0.0
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

constructor

Properties

Protected Readonly handlers

Methods

canHandle

combine

handle

handleSafe

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..0c8ee50b7 --- /dev/null +++ b/docs/classes/UnionHandler.html @@ -0,0 +1,28 @@ +UnionHandler | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Utility handler that allows combining the results of multiple handlers into one. +Will run all the handlers and then call the abstract combine function with the results, +which should return the output of the class.

+

If requireAll is true, the handler will fail if any of the handlers do not support the input. +If requireAll is false, only the handlers that support the input will be called, +only if all handlers reject the input will this handler reject as well. +With requireAll set to false, the length of the input array +for the combine function is variable (but always at least 1).

+

Type parameters

Hierarchy

Index

Constructors

Protected constructor

  • new UnionHandler<T>(handlers: T[], requireAll?: boolean): UnionHandler<T>

Properties

Protected Readonly handlers

handlers: T[]

Private Readonly requireAll

requireAll: boolean

Methods

Private allCanHandle

  • 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

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

    +

Protected Abstract combine

  • combine(results: ThenArg<ReturnType<T["handle"]>>[]): Promise<ThenArg<ReturnType<T["handle"]>>>
  • +

    Combine the results of the handlers into a single output.

    +

    Parameters

    • results: ThenArg<ReturnType<T["handle"]>>[]

    Returns Promise<ThenArg<ReturnType<T["handle"]>>>

handle

  • handle(input: InType<T>): Promise<ThenArg<ReturnType<T["handle"]>>>

handleSafe

  • handleSafe(input: InType<T>): Promise<ThenArg<ReturnType<T["handle"]>>>

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..5182723cb --- /dev/null +++ b/docs/classes/UnionPermissionReader.html @@ -0,0 +1,21 @@ +UnionPermissionReader | Community Solid Server - v2.0.0
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

constructor

Properties

Protected Readonly handlers

handlers: PermissionReader[]

Methods

Private applyPermissions

  • applyPermissions(permissions?: Partial<Record<AccessMode, boolean>>, result?: Partial<Record<AccessMode, boolean>>): Partial<Record<AccessMode, boolean>>

canHandle

Protected combine

handle

handleSafe

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..140cfb457 --- /dev/null +++ b/docs/classes/UnsecureConstantCredentialsExtractor.html @@ -0,0 +1,19 @@ +UnsecureConstantCredentialsExtractor | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Credentials extractor that authenticates a constant agent +(useful for development or debugging purposes).

+

Hierarchy

Index

Constructors

constructor

Properties

Private Readonly credentials

credentials: Partial<Record<CredentialGroup, Credential>>

Private Readonly logger

logger: Logger = ...

Methods

canHandle

  • +

    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.

    +

handle

handleSafe

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..f137cf418 --- /dev/null +++ b/docs/classes/UnsecureWebIdExtractor.html @@ -0,0 +1,17 @@ +UnsecureWebIdExtractor | Community Solid Server - v2.0.0
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

constructor

Properties

Protected Readonly logger

logger: Logger = ...

Methods

canHandle

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

handle

handleSafe

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..f02f7d5e8 --- /dev/null +++ b/docs/classes/UnsecureWebSocketsProtocol.html @@ -0,0 +1,19 @@ +UnsecureWebSocketsProtocol | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Provides live update functionality following +the Solid WebSockets API Spec solid-0.1

+

Hierarchy

Index

Constructors

constructor

Properties

Private Readonly listeners

listeners: Set<WebSocketListener> = ...

Private Readonly logger

logger: Logger = ...

Methods

canHandle

  • 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

  • handle(input: { upgradeRequest: HttpRequest; webSocket: WebSocket }): Promise<void>

handleSafe

  • handleSafe(input: { upgradeRequest: HttpRequest; webSocket: WebSocket }): Promise<void>

Private onResourceChanged

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..c6c3206b8 --- /dev/null +++ b/docs/classes/UnsupportedAsyncHandler.html @@ -0,0 +1,17 @@ +UnsupportedAsyncHandler | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Handler that does not support any input and will always throw an error.

+

Hierarchy

Index

Constructors

constructor

Properties

Private Optional Readonly errorMessage

errorMessage?: string

Methods

canHandle

  • canHandle(): Promise<never>

handle

  • handle(): Promise<never>

handleSafe

  • handleSafe(input: any): Promise<never>

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..b43d74d76 --- /dev/null +++ b/docs/classes/UnsupportedMediaTypeHttpError.html @@ -0,0 +1,10 @@ +UnsupportedMediaTypeHttpError | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

An error thrown when the media type of incoming data is not supported by a parser.

+

Hierarchy

Index

Constructors

constructor

Properties

Optional Readonly cause

cause?: unknown

Optional Readonly details

details?: Dict<unknown>

Readonly errorCode

errorCode: string

message

message: string

name

name: string

Optional stack

stack?: string

Readonly statusCode

statusCode: number

Static stackTraceLimit

stackTraceLimit: number

Static Protected Readonly statusCode

statusCode: number

Methods

Static captureStackTrace

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

    Create .stack property on a target object

    +

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void

Static isInstance

Static Optional prepareStackTrace

  • prepareStackTrace(err: Error, stackTraces: CallSite[]): any

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..01e0e8af7 --- /dev/null +++ b/docs/classes/Validator.html @@ -0,0 +1,19 @@ +Validator | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Generic interface for classes that validate Representations in some way.

+

Hierarchy

Index

Constructors

constructor

Methods

canHandle

  • +

    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.

    +

Abstract handle

handleSafe

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..7902c2a01 --- /dev/null +++ b/docs/classes/VariableHandler.html @@ -0,0 +1,22 @@ +VariableHandler | Community Solid Server - v2.0.0
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

constructor

Methods

canHandle

Abstract handle

handleSafe

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..7d13abc82 --- /dev/null +++ b/docs/classes/VariableSetter.html @@ -0,0 +1,19 @@ +VariableSetter | Community Solid Server - v2.0.0
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

constructor

  • new VariableSetter(variable: string, value: string, override?: boolean): VariableSetter

Properties

Private Readonly override

override: boolean

Private Readonly value

value: string

Private Readonly variable

variable: string

Methods

canHandle

handle

  • handle(__namedParameters: { settings: PodSettings }): Promise<void>

handleSafe

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..7700aae6d --- /dev/null +++ b/docs/classes/VoidLogger.html @@ -0,0 +1,30 @@ +VoidLogger | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

A logger that does nothing on a log message.

+

Hierarchy

Index

Constructors

constructor

Methods

debug

  • debug(message: string, meta?: any): Logger
  • +

    Log a message at the 'debug' level.

    +

    Parameters

    • message: string

      The message to log.

      +
    • Optional meta: any

      Optional metadata to include in the log message.

      +

    Returns Logger

error

  • error(message: string, meta?: any): Logger
  • +

    Log a message at the 'error' level.

    +

    Parameters

    • message: string

      The message to log.

      +
    • Optional meta: any

      Optional metadata to include in the log message.

      +

    Returns Logger

info

  • info(message: string, meta?: any): Logger
  • +

    Log a message at the 'info' level.

    +

    Parameters

    • message: string

      The message to log.

      +
    • Optional meta: any

      Optional metadata to include in the log message.

      +

    Returns Logger

log

  • +

    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: LogLevel
    • message: string
    • Optional meta: any

    Returns Logger

silly

  • silly(message: string, meta?: any): Logger
  • +

    Log a message at the 'silly' level.

    +

    Parameters

    • message: string

      The message to log.

      +
    • Optional meta: any

      Optional metadata to include in the log message.

      +

    Returns Logger

verbose

  • verbose(message: string, meta?: any): Logger
  • +

    Log a message at the 'verbose' level.

    +

    Parameters

    • message: string

      The message to log.

      +
    • Optional meta: any

      Optional metadata to include in the log message.

      +

    Returns Logger

warn

  • warn(message: string, meta?: any): Logger
  • +

    Log a message at the 'warn' level.

    +

    Parameters

    • message: string

      The message to log.

      +
    • Optional meta: any

      Optional metadata to include in the log message.

      +

    Returns Logger

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..95f55bb5e --- /dev/null +++ b/docs/classes/VoidLoggerFactory.html @@ -0,0 +1,5 @@ +VoidLoggerFactory | Community Solid Server - v2.0.0
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

constructor

Properties

Private Readonly logger

logger: VoidLogger = ...

Methods

createLogger

  • createLogger(label: string): Logger

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..5268ec8ee --- /dev/null +++ b/docs/classes/WacAllowMetadataWriter.html @@ -0,0 +1,21 @@ +WacAllowMetadataWriter | Community Solid Server - v2.0.0
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

constructor

Methods

Private aclToPermission

  • aclToPermission(aclTerm: Term): string

canHandle

Private createAccessParam

  • createAccessParam(name: string, modes: Set<string>): string

handle

handleSafe

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..ef3cf7465 --- /dev/null +++ b/docs/classes/WaterfallHandler.html @@ -0,0 +1,25 @@ +WaterfallHandler | Community Solid Server - v2.0.0
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

constructor

Properties

Private Readonly handlers

handlers: AsyncHandler<TIn, TOut>[]

Protected Readonly logger

logger: Logger = ...

Methods

canHandle

  • 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

  • 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

  • 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
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..c7c220065 --- /dev/null +++ b/docs/classes/WebAclMetadataCollector.html @@ -0,0 +1,19 @@ +WebAclMetadataCollector | Community Solid Server - v2.0.0
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

constructor

Methods

canHandle

handle

handleSafe

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..12bb38ea6 --- /dev/null +++ b/docs/classes/WebAclReader.html @@ -0,0 +1,50 @@ +WebAclReader | Community Solid Server - v2.0.0
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

constructor

Properties

Private Readonly accessChecker

accessChecker: AccessChecker

Private Readonly aclStore

aclStore: ResourceStore

Private Readonly aclStrategy

Private Readonly identifierStrategy

identifierStrategy: IdentifierStrategy

Protected Readonly logger

logger: Logger = ...

Methods

canHandle

Private createPermissions

  • +

    Creates an Authorization object based on the quads found in the ACL.

    +

    Parameters

    • credentials: Partial<Record<CredentialGroup, Credential>>

      Credentials to check permissions for.

      +
    • acl: Store<Quad, Quad, Quad, Quad>

      Store containing all relevant authorization triples.

      +
    • isAcl: boolean

      If the target resource is an acl document.

      +

    Returns Promise<Partial<Record<CredentialGroup, Partial<Record<AccessMode, boolean>>>>>

Private determinePermissions

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

Private filterData

  • filterData(data: Representation, predicate: string, object: string): Promise<Store<Quad, Quad, Quad, Quad>>
  • +

    Finds all triples in the data stream of the given representation that use the given predicate and object. +Then extracts the unique subjects from those triples, +and returns a Store containing all triples from the data stream that have such a subject.

    +

    This can be useful for finding the acl:Authorization objects corresponding to a specific URI +and returning all relevant information on them.

    +

    Parameters

    • data: Representation

      Representation with data stream of internal/quads.

      +
    • predicate: string

      Predicate to match.

      +
    • object: string

      Object to match.

      +

    Returns Promise<Store<Quad, Quad, Quad, Quad>>

    A store containing the relevant triples.

    +

Private getAclRecursive

  • getAclRecursive(id: ResourceIdentifier, recurse?: boolean): Promise<Store<Quad, Quad, Quad, Quad>>
  • +

    Returns the ACL triples that are relevant for the given identifier. +These can either be from a corresponding ACL document or an ACL document higher up with defaults. +Rethrows any non-NotFoundHttpErrors thrown by the ResourceStore.

    +

    Parameters

    • id: ResourceIdentifier

      ResourceIdentifier of which we need the ACL triples.

      +
    • Optional recurse: boolean

      Only used internally for recursion.

      +

    Returns Promise<Store<Quad, Quad, Quad, Quad>>

    A store containing the relevant ACL triples.

    +

handle

handleSafe

Private updateAclPermissions

  • 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
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..89062384a --- /dev/null +++ b/docs/classes/WebIdAdapter.html @@ -0,0 +1,12 @@ +WebIdAdapter | Community Solid Server - v2.0.0
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

  • WebIdAdapter

Implements

  • Adapter

Index

Constructors

constructor

Properties

Private Readonly converter

Protected Readonly logger

logger: Logger = ...

Private Readonly name

name: string

Private Readonly source

source: Adapter

Methods

consume

  • consume(id: string): Promise<void>

destroy

  • destroy(id: string): Promise<void>

find

  • find(id: string): Promise<void | AdapterPayload>

findByUid

  • findByUid(uid: string): Promise<void | AdapterPayload>

findByUserCode

  • findByUserCode(userCode: string): Promise<void | AdapterPayload>

Private parseRdfWebId

  • 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

  • revokeByGrantId(grantId: string): Promise<void>

upsert

  • upsert(id: string, payload: AdapterPayload, expiresIn: number): Promise<void>

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..74f043b97 --- /dev/null +++ b/docs/classes/WebIdAdapterFactory.html @@ -0,0 +1 @@ +WebIdAdapterFactory | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • WebIdAdapterFactory

Implements

Index

Constructors

constructor

Properties

Private Readonly converter

Private Readonly source

Methods

createStorageAdapter

  • createStorageAdapter(name: string): Adapter

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..5c1d37f32 --- /dev/null +++ b/docs/classes/WebSocketAdvertiser.html @@ -0,0 +1,18 @@ +WebSocketAdvertiser | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Handler that advertises a WebSocket through the Updates-Via header.

+

Hierarchy

Index

Constructors

constructor

Properties

Private Readonly socketUrl

socketUrl: string

Methods

canHandle

  • +

    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

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

handleSafe

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..2388d4db6 --- /dev/null +++ b/docs/classes/WebSocketHandler.html @@ -0,0 +1,19 @@ +WebSocketHandler | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

A WebSocketHandler handles the communication with multiple WebSockets

+

Hierarchy

Index

Constructors

constructor

Methods

canHandle

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

    +

Abstract handle

  • handle(input: { upgradeRequest: HttpRequest; webSocket: WebSocket }): Promise<void>

handleSafe

  • handleSafe(input: { upgradeRequest: HttpRequest; webSocket: WebSocket }): Promise<void>

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..ff3765dbd --- /dev/null +++ b/docs/classes/WebSocketServerFactory.html @@ -0,0 +1,3 @@ +WebSocketServerFactory | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Factory that adds WebSocket functionality to an existing server

+

Hierarchy

  • WebSocketServerFactory

Implements

Index

Constructors

constructor

Properties

Private Readonly baseServerFactory

baseServerFactory: HttpServerFactory

Private Readonly webSocketHandler

webSocketHandler: WebSocketHandler

Methods

startServer

  • startServer(port: number): Server

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..a108a52c4 --- /dev/null +++ b/docs/classes/WinstonLogger.html @@ -0,0 +1,30 @@ +WinstonLogger | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

A WinstonLogger implements the Logger interface using a given winston logger.

+

Hierarchy

Index

Constructors

constructor

Properties

Private Readonly logger

logger: Logger

Methods

debug

  • debug(message: string, meta?: any): Logger
  • +

    Log a message at the 'debug' level.

    +

    Parameters

    • message: string

      The message to log.

      +
    • Optional meta: any

      Optional metadata to include in the log message.

      +

    Returns Logger

error

  • error(message: string, meta?: any): Logger
  • +

    Log a message at the 'error' level.

    +

    Parameters

    • message: string

      The message to log.

      +
    • Optional meta: any

      Optional metadata to include in the log message.

      +

    Returns Logger

info

  • info(message: string, meta?: any): Logger
  • +

    Log a message at the 'info' level.

    +

    Parameters

    • message: string

      The message to log.

      +
    • Optional meta: any

      Optional metadata to include in the log message.

      +

    Returns Logger

log

silly

  • silly(message: string, meta?: any): Logger
  • +

    Log a message at the 'silly' level.

    +

    Parameters

    • message: string

      The message to log.

      +
    • Optional meta: any

      Optional metadata to include in the log message.

      +

    Returns Logger

verbose

  • verbose(message: string, meta?: any): Logger
  • +

    Log a message at the 'verbose' level.

    +

    Parameters

    • message: string

      The message to log.

      +
    • Optional meta: any

      Optional metadata to include in the log message.

      +

    Returns Logger

warn

  • warn(message: string, meta?: any): Logger
  • +

    Log a message at the 'warn' level.

    +

    Parameters

    • message: string

      The message to log.

      +
    • Optional meta: any

      Optional metadata to include in the log message.

      +

    Returns Logger

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..ba51a8406 --- /dev/null +++ b/docs/classes/WinstonLoggerFactory.html @@ -0,0 +1,7 @@ +WinstonLoggerFactory | Community Solid Server - v2.0.0
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

constructor

Properties

Private Readonly level

level: string

Methods

createLogger

  • createLogger(label: string): Logger

Protected createTransports

  • createTransports(): TransportStream[]

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..fd10b5dd6 --- /dev/null +++ b/docs/classes/WrappedExpiringReadWriteLocker.html @@ -0,0 +1,19 @@ +WrappedExpiringReadWriteLocker | Community Solid Server - v2.0.0
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

constructor

Properties

Protected Readonly expiration

expiration: number

Protected Readonly locker

Protected Readonly logger

logger: Logger = ...

Methods

Private expiringPromise

  • 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

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

withWriteLock

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

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..f87e47093 --- /dev/null +++ b/docs/classes/WrappedExpiringStorage.html @@ -0,0 +1,41 @@ +WrappedExpiringStorage | Community Solid Server - v2.0.0
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

constructor

Properties

Protected Readonly logger

logger: Logger = ...

Private Readonly source

source: KeyValueStorage<TKey, Expires<TValue>>

Private Readonly timer

timer: Timeout

Methods

delete

  • delete(key: TKey): Promise<boolean>

entries

  • entries(): AsyncIterableIterator<[TKey, TValue]>

finalize

  • finalize(): Promise<void>

get

  • get(key: TKey): Promise<undefined | TValue>

Private getUnexpired

  • 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

  • has(key: TKey): Promise<boolean>

Private isExpired

  • isExpired(expires?: Date): boolean

Private removeExpiredEntries

  • removeExpiredEntries(): Promise<void>

set

Private toData

  • toData(expireData: Expires<TValue>): { expires?: Date; payload: TValue }

Private toExpires

  • toExpires(data: TValue, expires?: Date): Expires<TValue>

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..450a64499 --- /dev/null +++ b/docs/classes/WwwAuthMetadataWriter.html @@ -0,0 +1,18 @@ +WwwAuthMetadataWriter | Community Solid Server - v2.0.0
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

constructor

Properties

Private Readonly auth

auth: string

Methods

canHandle

handle

handleSafe

Legend

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

Settings

Theme

\ No newline at end of file diff --git a/docs/classes/authentication_bearerwebidextractor.bearerwebidextractor.html b/docs/classes/authentication_bearerwebidextractor.bearerwebidextractor.html deleted file mode 100644 index 6b094261c..000000000 --- a/docs/classes/authentication_bearerwebidextractor.bearerwebidextractor.html +++ /dev/null @@ -1,346 +0,0 @@ - - - - - - BearerWebIdExtractor | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
- -
-
-
-
-
-
-
-
-

Credentials extractor that extracts a WebID from a Bearer access token.

-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Properties

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Properties

-
- -

Protected Readonly logger

-
logger: Logger = ...
- -
-
- -

Private Readonly verify

-
verify: SolidTokenVerifierFunction
- -
-
-
-

Methods

-
- -

canHandle

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

handle

- - -
-
- -

handleSafe

- -
    -
  • - -
    -
    -

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

    -
    -
    -

    Parameters

    -
      -
    • -
      input: HttpRequest
      -
      -

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

      -
      -
    • -
    -

    Returns Promise<Credentials>

    -

    A promise resolving if the input can be handled, rejecting with an Error if not. - Return value depends on the given type.

    -
  • -
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Constructor
  • -
  • Method
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Inherited method
  • -
-
    -
  • Protected property
  • -
-
    -
  • Private property
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/authentication_credentialsextractor.credentialsextractor.html b/docs/classes/authentication_credentialsextractor.credentialsextractor.html deleted file mode 100644 index 3ffe49e6d..000000000 --- a/docs/classes/authentication_credentialsextractor.credentialsextractor.html +++ /dev/null @@ -1,323 +0,0 @@ - - - - - - CredentialsExtractor | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
- -
-
-
-
-
-
-
-
-

Responsible for extracting credentials from an incoming request.

-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

canHandle

- -
    -
  • - -
    -
    -

    Checks if the input data can be handled by this class. - Throws an error if it can't handle the data.

    -
    -
    -

    Parameters

    -
      -
    • -
      input: HttpRequest
      -
      -

      Input data that could potentially be handled.

      -
      -
    • -
    -

    Returns Promise<void>

    -

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

    -
  • -
-
-
- -

Abstract handle

- - -
-
- -

handleSafe

- -
    -
  • - -
    -
    -

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

    -
    -
    -

    Parameters

    -
      -
    • -
      input: HttpRequest
      -
      -

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

      -
      -
    • -
    -

    Returns Promise<Credentials>

    -

    A promise resolving if the input can be handled, rejecting with an Error if not. - Return value depends on the given type.

    -
  • -
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited method
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/authentication_dpopwebidextractor.dpopwebidextractor.html b/docs/classes/authentication_dpopwebidextractor.dpopwebidextractor.html deleted file mode 100644 index 30be8ec5b..000000000 --- a/docs/classes/authentication_dpopwebidextractor.dpopwebidextractor.html +++ /dev/null @@ -1,369 +0,0 @@ - - - - - - DPoPWebIdExtractor | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class DPoPWebIdExtractor

-
-
-
-
-
-
-
-
-
-

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

-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Properties

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Properties

-
- -

Protected Readonly logger

-
logger: Logger = ...
- -
-
- -

Private Readonly originalUrlExtractor

-
originalUrlExtractor: TargetExtractor
- -
-
- -

Private Readonly verify

-
verify: SolidTokenVerifierFunction = ...
- -
-
-
-

Methods

-
- -

canHandle

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

handle

- - -
-
- -

handleSafe

- -
    -
  • - -
    -
    -

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

    -
    -
    -

    Parameters

    -
      -
    • -
      input: HttpRequest
      -
      -

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

      -
      -
    • -
    -

    Returns Promise<Credentials>

    -

    A promise resolving if the input can be handled, rejecting with an Error if not. - Return value depends on the given type.

    -
  • -
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Constructor
  • -
  • Method
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Inherited method
  • -
-
    -
  • Protected property
  • -
-
    -
  • Private property
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/authentication_emptycredentialsextractor.emptycredentialsextractor.html b/docs/classes/authentication_emptycredentialsextractor.emptycredentialsextractor.html deleted file mode 100644 index b5310ba91..000000000 --- a/docs/classes/authentication_emptycredentialsextractor.emptycredentialsextractor.html +++ /dev/null @@ -1,295 +0,0 @@ - - - - - - EmptyCredentialsExtractor | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
- -
-
-
-
-
-
-
-
-

Extracts the empty credentials, indicating an unauthenticated agent.

-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

canHandle

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

handle

- - -
-
- -

handleSafe

- -
    -
  • - -
    -
    -

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

    -
    -
    -

    Parameters

    -
      -
    • -
      input: HttpRequest
      -
      -

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

      -
      -
    • -
    -

    Returns Promise<Credentials>

    -

    A promise resolving if the input can be handled, rejecting with an Error if not. - Return value depends on the given type.

    -
  • -
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Method
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited method
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/authentication_unsecureconstantcredentialsextractor.unsecureconstantcredentialsextractor.html b/docs/classes/authentication_unsecureconstantcredentialsextractor.unsecureconstantcredentialsextractor.html deleted file mode 100644 index 9b8c00242..000000000 --- a/docs/classes/authentication_unsecureconstantcredentialsextractor.unsecureconstantcredentialsextractor.html +++ /dev/null @@ -1,363 +0,0 @@ - - - - - - UnsecureConstantCredentialsExtractor | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
- -
-
-
-
-
-
-
-

Credentials extractor that authenticates a constant agent - (useful for development or debugging purposes).

-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Properties

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Properties

-
- -

Private Readonly agent

- - -
-
- -

Private Readonly logger

-
logger: Logger = ...
- -
-
-
-

Methods

-
- -

canHandle

- -
    -
  • - -
    -
    -

    Checks if the input data can be handled by this class. - Throws an error if it can't handle the data.

    -
    -
    -

    Parameters

    -
      -
    • -
      input: HttpRequest
      -
      -

      Input data that could potentially be handled.

      -
      -
    • -
    -

    Returns Promise<void>

    -

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

    -
  • -
-
-
- -

handle

- - -
-
- -

handleSafe

- -
    -
  • - -
    -
    -

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

    -
    -
    -

    Parameters

    -
      -
    • -
      input: HttpRequest
      -
      -

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

      -
      -
    • -
    -

    Returns Promise<Credentials>

    -

    A promise resolving if the input can be handled, rejecting with an Error if not. - Return value depends on the given type.

    -
  • -
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Constructor
  • -
  • Method
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Inherited method
  • -
-
    -
  • Private property
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/authentication_unsecurewebidextractor.unsecurewebidextractor.html b/docs/classes/authentication_unsecurewebidextractor.unsecurewebidextractor.html deleted file mode 100644 index 63290016e..000000000 --- a/docs/classes/authentication_unsecurewebidextractor.unsecurewebidextractor.html +++ /dev/null @@ -1,326 +0,0 @@ - - - - - - UnsecureWebIdExtractor | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- 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

-
- -

constructor

- - -
-
-
-

Properties

-
- -

Protected Readonly logger

-
logger: Logger = ...
- -
-
-
-

Methods

-
- -

canHandle

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

handle

- - -
-
- -

handleSafe

- -
    -
  • - -
    -
    -

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

    -
    -
    -

    Parameters

    -
      -
    • -
      input: HttpRequest
      -
      -

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

      -
      -
    • -
    -

    Returns Promise<Credentials>

    -

    A promise resolving if the input can be handled, rejecting with an Error if not. - Return value depends on the given type.

    -
  • -
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Method
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited method
  • -
-
    -
  • Protected property
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/authorization_allowallauthorizer.allowallauthorizer.html b/docs/classes/authorization_allowallauthorizer.allowallauthorizer.html deleted file mode 100644 index 86b647acd..000000000 --- a/docs/classes/authorization_allowallauthorizer.allowallauthorizer.html +++ /dev/null @@ -1,298 +0,0 @@ - - - - - - AllowAllAuthorizer | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class AllowAllAuthorizer

-
-
-
-
-
-
-
-
-
-

Authorizer which allows all access independent of the identifier and requested permissions.

-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

canHandle

- -
    -
  • - -
    -
    -

    Checks if the input data can be handled by this class. - Throws an error if it can't handle the data.

    -
    -
    -

    Parameters

    -
      -
    • -
      input: AuthorizerArgs
      -
      -

      Input data that could potentially be handled.

      -
      -
    • -
    -

    Returns Promise<void>

    -

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

    -
  • -
-
-
- -

handle

- - -
-
- -

handleSafe

- -
    -
  • - -
    -
    -

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

    -
    -
    -

    Parameters

    -
      -
    • -
      input: AuthorizerArgs
      -
      -

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

      -
      -
    • -
    -

    Returns Promise<Authorization>

    -

    A promise resolving if the input can be handled, rejecting with an Error if not. - Return value depends on the given type.

    -
  • -
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Method
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited method
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/authorization_authorizer.authorizer.html b/docs/classes/authorization_authorizer.authorizer.html deleted file mode 100644 index 7727591d9..000000000 --- a/docs/classes/authorization_authorizer.authorizer.html +++ /dev/null @@ -1,327 +0,0 @@ - - - - - - Authorizer | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class Authorizer

-
-
-
-
-
-
-
-
-
-

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

-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

canHandle

- -
    -
  • - -
    -
    -

    Checks if the input data can be handled by this class. - Throws an error if it can't handle the data.

    -
    -
    -

    Parameters

    -
      -
    • -
      input: AuthorizerArgs
      -
      -

      Input data that could potentially be handled.

      -
      -
    • -
    -

    Returns Promise<void>

    -

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

    -
  • -
-
-
- -

Abstract handle

- - -
-
- -

handleSafe

- -
    -
  • - -
    -
    -

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

    -
    -
    -

    Parameters

    -
      -
    • -
      input: AuthorizerArgs
      -
      -

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

      -
      -
    • -
    -

    Returns Promise<Authorization>

    -

    A promise resolving if the input can be handled, rejecting with an Error if not. - Return value depends on the given type.

    -
  • -
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited method
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/authorization_auxiliaryauthorizer.auxiliaryauthorizer.html b/docs/classes/authorization_auxiliaryauthorizer.auxiliaryauthorizer.html deleted file mode 100644 index e287331c4..000000000 --- a/docs/classes/authorization_auxiliaryauthorizer.auxiliaryauthorizer.html +++ /dev/null @@ -1,393 +0,0 @@ - - - - - - AuxiliaryAuthorizer | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class AuxiliaryAuthorizer

-
-
-
-
-
-
-
-
-
-

An authorizer for auxiliary resources such as acl or shape resources. - The access permissions of an auxiliary resource depend on those of the resource it is associated with. - This authorizer calls the source authorizer with the identifier of the associated resource.

-
-
-
-
-

Hierarchy

-
    -
  • - Authorizer -
      -
    • - AuxiliaryAuthorizer -
    • -
    -
  • -
-
-
-

Index

-
-
-
-

Constructors

- -
-
-

Properties

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Properties

-
- -

Private Readonly auxiliaryStrategy

-
auxiliaryStrategy: AuxiliaryIdentifierStrategy
- -
-
- -

Protected Readonly logger

-
logger: Logger = ...
- -
-
- -

Private Readonly resourceAuthorizer

-
resourceAuthorizer: Authorizer
- -
-
-
-

Methods

-
- -

canHandle

- - -
-
- -

Private getRequiredAuthorization

- - -
-
- -

handle

- - -
-
- -

handleSafe

- -
    -
  • - -
    -
    -

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

    -
    -
    -

    Parameters

    - -

    Returns Promise<Authorization>

    -

    A promise resolving if the input can be handled, rejecting with an Error if not. - Return value depends on the given type.

    -
  • -
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Constructor
  • -
  • Method
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Private property
  • -
  • Private method
  • -
-
    -
  • Protected property
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/authorization_denyallauthorizer.denyallauthorizer.html b/docs/classes/authorization_denyallauthorizer.denyallauthorizer.html deleted file mode 100644 index 9866fa7e1..000000000 --- a/docs/classes/authorization_denyallauthorizer.denyallauthorizer.html +++ /dev/null @@ -1,298 +0,0 @@ - - - - - - DenyAllAuthorizer | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class DenyAllAuthorizer

-
-
-
-
-
-
-
-
-
-

An authorizer that rejects all requests.

-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

canHandle

- -
    -
  • - -
    -
    -

    Checks if the input data can be handled by this class. - Throws an error if it can't handle the data.

    -
    -
    -

    Parameters

    -
      -
    • -
      input: AuthorizerArgs
      -
      -

      Input data that could potentially be handled.

      -
      -
    • -
    -

    Returns Promise<void>

    -

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

    -
  • -
-
-
- -

handle

-
    -
  • handle(): Promise<never>
  • -
-
    -
  • - -
    -
    -

    Handles the given input. This should only be done if the canHandle function returned true. - Therefore, consider using the handleSafe function instead.

    -
    -
    -

    Returns Promise<never>

    -

    A promise resolving when the handling is finished. Return value depends on the given type.

    -
  • -
-
-
- -

handleSafe

- -
    -
  • - -
    -
    -

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

    -
    -
    -

    Parameters

    -
      -
    • -
      input: AuthorizerArgs
      -
      -

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

      -
      -
    • -
    -

    Returns Promise<Authorization>

    -

    A promise resolving if the input can be handled, rejecting with an Error if not. - Return value depends on the given type.

    -
  • -
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Method
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited method
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/authorization_pathbasedauthorizer.pathbasedauthorizer.html b/docs/classes/authorization_pathbasedauthorizer.pathbasedauthorizer.html deleted file mode 100644 index 6b1a7588b..000000000 --- a/docs/classes/authorization_pathbasedauthorizer.pathbasedauthorizer.html +++ /dev/null @@ -1,390 +0,0 @@ - - - - - - PathBasedAuthorizer | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class PathBasedAuthorizer

-
-
-
-
-
-
-
-
-
-

Redirects requests to specific authorizers 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

-
    -
  • - Authorizer -
      -
    • - PathBasedAuthorizer -
    • -
    -
  • -
-
-
-

Index

-
-
-
-

Constructors

- -
-
-

Properties

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Properties

-
- -

Private Readonly baseUrl

-
baseUrl: string
- -
-
- -

Private Readonly paths

-
paths: Map<RegExp, Authorizer>
- -
-
-
-

Methods

-
- -

canHandle

- - -
-
- -

Private findAuthorizer

- - -
-
- -

handle

- - -
-
- -

handleSafe

- -
    -
  • - -
    -
    -

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

    -
    -
    -

    Parameters

    -
      -
    • -
      input: AuthorizerArgs
      -
      -

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

      -
      -
    • -
    -

    Returns Promise<Authorization>

    -

    A promise resolving if the input can be handled, rejecting with an Error if not. - Return value depends on the given type.

    -
  • -
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Constructor
  • -
  • Method
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Private property
  • -
  • Private method
  • -
-
    -
  • Inherited method
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/authorization_webaclauthorization.webaclauthorization.html b/docs/classes/authorization_webaclauthorization.webaclauthorization.html deleted file mode 100644 index 3940ea51e..000000000 --- a/docs/classes/authorization_webaclauthorization.webaclauthorization.html +++ /dev/null @@ -1,275 +0,0 @@ - - - - - - WebAclAuthorization | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class WebAclAuthorization

-
-
-
-
-
-
-
-
-
-

Indicates which permissions are available on the requested resource.

-
-
-
-
-

Hierarchy

-
    -
  • - WebAclAuthorization -
  • -
-
-
-

Implements

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Properties

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Properties

-
- -

everyone

-
everyone: PermissionSet
- -
-
-

Permissions granted to the public.

-
-
-
-
- -

user

- - -
-
-

Permissions granted to the agent requesting the resource.

-
-
-
-
-
-

Methods

-
- -

addMetadata

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/authorization_webaclauthorizer.webaclauthorizer.html b/docs/classes/authorization_webaclauthorizer.webaclauthorizer.html deleted file mode 100644 index b3d9aa7f4..000000000 --- a/docs/classes/authorization_webaclauthorizer.webaclauthorizer.html +++ /dev/null @@ -1,822 +0,0 @@ - - - - - - WebAclAuthorizer | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class WebAclAuthorizer

-
-
-
-
-
-
-
-
-
-

Handles most web access control predicates such as - acl:mode, acl:agentClass, acl:agent, acl:default and acl:accessTo. - Does not support acl:agentGroup, acl:origin and acl:trustedApp yet.

-
-
-
-
-

Hierarchy

- -
-
-

Index

-
- -
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Properties

-
- -

Private Readonly aclStrategy

- - -
-
- -

Private Readonly identifierStrategy

-
identifierStrategy: IdentifierStrategy
- -
-
- -

Protected Readonly logger

-
logger: Logger = ...
- -
-
- -

Private Readonly resourceStore

-
resourceStore: ResourceStore
- -
-
-
-

Methods

-
- -

canHandle

- -
    -
  • - -
    -
    -

    Checks if the input data can be handled by this class. - Throws an error if it can't handle the data.

    -
    -
    -

    Parameters

    - -

    Returns Promise<void>

    -

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

    -
  • -
-
-
- -

Private capitalize

-
    -
  • capitalize(mode: string): string
  • -
-
    -
  • - -
    -
    -

    Capitalizes the input string.

    -
    -
    -

    Parameters

    -
      -
    • -
      mode: string
      -
      -

      String to transform.

      -
      -
    • -
    -

    Returns string

    -

    The capitalized string.

    -
  • -
-
-
- -

Private createAuthorization

- -
    -
  • - -
    -
    -

    Creates an Authorization object based on the quads found in the ACL.

    -
    -
    -

    Parameters

    -
      -
    • -
      agent: Credentials
      -
      -

      Agent whose credentials will be used for the user field.

      -
      -
    • -
    • -
      acl: Store<Quad, Quad, Quad, Quad>
      -
      -

      Store containing all relevant authorization triples.

      -
      -
    • -
    -

    Returns WebAclAuthorization

    -
  • -
-
-
- -

Private determinePermissions

- -
    -
  • - -
    -
    -

    Determines the available permissions for the given credentials.

    -
    -
    -

    Parameters

    -
      -
    • -
      credentials: Credentials
      -
      -

      Credentials to find the permissions for.

      -
      -
    • -
    • -
      acl: Store<Quad, Quad, Quad, Quad>
      -
      -

      Store containing all relevant authorization triples.

      -
      -
    • -
    -

    Returns PermissionSet

    -
  • -
-
-
- -

Private filterData

-
    -
  • filterData(data: Representation, predicate: string, object: string): Promise<Store<Quad, Quad, Quad, Quad>>
  • -
-
    -
  • - -
    -
    -

    Finds all triples in the data stream of the given representation that use the given predicate and object. - Then extracts the unique subjects from those triples, - and returns a Store containing all triples from the data stream that have such a subject.

    -
    -

    This can be useful for finding the acl:Authorization objects corresponding to a specific URI - and returning all relevant information on them.

    -
    -

    Parameters

    -
      -
    • -
      data: Representation
      -
      -

      Representation with data stream of internal/quads.

      -
      -
    • -
    • -
      predicate: string
      -
      -

      Predicate to match.

      -
      -
    • -
    • -
      object: string
      -
      -

      Object to match.

      -
      -
    • -
    -

    Returns Promise<Store<Quad, Quad, Quad, Quad>>

    -

    A store containing the relevant triples.

    -
  • -
-
-
- -

Private getAclRecursive

-
    -
  • getAclRecursive(id: ResourceIdentifier, recurse?: boolean): Promise<Store<Quad, Quad, Quad, Quad>>
  • -
-
    -
  • - -
    -
    -

    Returns the ACL triples that are relevant for the given identifier. - These can either be from a corresponding ACL document or an ACL document higher up with defaults. - Rethrows any non-NotFoundHttpErrors thrown by the ResourceStore.

    -
    -
    -

    Parameters

    -
      -
    • -
      id: ResourceIdentifier
      -
      -

      ResourceIdentifier of which we need the ACL triples.

      -
      -
    • -
    • -
      Optional recurse: boolean
      -
      -

      Only used internally for recursion.

      -
      -
    • -
    -

    Returns Promise<Store<Quad, Quad, Quad, Quad>>

    -

    A store containing the relevant ACL triples.

    -
  • -
-
-
- -

Private getModePermissions

-
    -
  • getModePermissions(acl: Store<Quad, Quad, Quad, Quad>, aclMode: string): Term[]
  • -
-
    -
  • - -
    -
    -

    Returns the identifiers of all authorizations that grant the given mode access for a resource.

    -
    -
    -

    Parameters

    -
      -
    • -
      acl: Store<Quad, Quad, Quad, Quad>
      -
      -

      The store containing the quads of the ACL resource.

      -
      -
    • -
    • -
      aclMode: string
      -
      -

      A valid acl mode (ACL.Write/Read/...)

      -
      -
    • -
    -

    Returns Term[]

    -
  • -
-
-
- -

handle

- - -
-
- -

handleSafe

- -
    -
  • - -
    -
    -

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

    -
    -
    -

    Parameters

    -
      -
    • -
      input: AuthorizerArgs
      -
      -

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

      -
      -
    • -
    -

    Returns Promise<Authorization>

    -

    A promise resolving if the input can be handled, rejecting with an Error if not. - Return value depends on the given type.

    -
  • -
-
-
- -

Private hasAccess

-
    -
  • hasAccess(agent: Credentials, auth: Term, acl: Store<Quad, Quad, Quad, Quad>): boolean
  • -
-
    -
  • - -
    -
    -

    Checks if the given agent has access to the modes specified by the given authorization.

    -
    -
    -

    Parameters

    -
      -
    • -
      agent: Credentials
      -
      -

      Credentials of agent that needs access.

      -
      -
    • -
    • -
      auth: Term
      -
      -

      acl:Authorization that needs to be checked.

      -
      -
    • -
    • -
      acl: Store<Quad, Quad, Quad, Quad>
      -
      -

      A store containing the relevant triples of the authorization.

      -
      -
    • -
    -

    Returns boolean

    -

    If the agent has access.

    -
  • -
-
-
- -

Private hasPermission

- -
    -
  • - -
    -
    -

    Checks if the given agent has permission to execute the given mode based on the triples in the ACL.

    -
    -
    -

    Parameters

    -
      -
    • -
      agent: Credentials
      -
      -

      Agent that wants access.

      -
      -
    • -
    • -
      acl: Store<Quad, Quad, Quad, Quad>
      -
      -

      A store containing the relevant triples for authorization.

      -
      -
    • -
    • -
      mode: keyof PermissionSet
      -
      -

      Which mode is requested.

      -
      -
    • -
    -

    Returns boolean

    -
  • -
-
-
- -

Private isAuthenticated

-
    -
  • isAuthenticated(agent: Credentials): agent is { webId: string }
  • -
-
    -
  • - -
    -
    -

    Checks whether the agent is authenticated (logged in) or not (public/anonymous).

    -
    -
    -

    Parameters

    -
      -
    • -
      agent: Credentials
      -
      -

      Agent whose credentials will be checked.

      -
      -
    • -
    -

    Returns agent is { webId: string }

    -
  • -
-
-
- -

Private requirePermission

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Constructor
  • -
  • Method
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Private property
  • -
  • Private method
  • -
-
    -
  • Inherited method
  • -
-
    -
  • Protected property
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/identity_configuration_identityproviderfactory.identityproviderfactory.html b/docs/classes/identity_configuration_identityproviderfactory.identityproviderfactory.html deleted file mode 100644 index 476924f2d..000000000 --- a/docs/classes/identity_configuration_identityproviderfactory.identityproviderfactory.html +++ /dev/null @@ -1,629 +0,0 @@ - - - - - - IdentityProviderFactory | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- 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 idpPath.

-
-
-
-
-

Hierarchy

-
    -
  • - IdentityProviderFactory -
  • -
-
-
-

Implements

- -
-
-

Index

-
- -
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Properties

-
- -

Private Readonly adapterFactory

-
adapterFactory: AdapterFactory
- -
-
- -

Private Readonly baseUrl

-
baseUrl: string
- -
-
- -

Private Readonly config

-
config: Configuration
- -
-
- -

Private Readonly errorHandler

-
errorHandler: ErrorHandler
- -
-
- -

Private Readonly idpPath

-
idpPath: string
- -
-
- -

Private Optional provider

-
provider: Provider
- -
-
- -

Private Readonly responseWriter

-
responseWriter: ResponseWriter
- -
-
- -

Private Readonly storage

-
storage: KeyValueStorage<string, unknown>
- -
-
-
-

Methods

-
- -

Private configureClaims

-
    -
  • configureClaims(config: Configuration): void
  • -
- -
-
- -

Private configureErrors

-
    -
  • configureErrors(config: Configuration): void
  • -
- -
-
- -

Private configureRoutes

-
    -
  • configureRoutes(config: Configuration): void
  • -
- -
-
- -

Private createProvider

-
    -
  • createProvider(): Promise<Provider>
  • -
- -
-
- -

Private createRoute

-
    -
  • createRoute(relative: string): string
  • -
-
    -
  • - -
    -
    -

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

    -
    -
    -

    Parameters

    -
      -
    • -
      relative: string
      -
    • -
    -

    Returns string

    -
  • -
-
-
- -

Private generateCookieKeys

-
    -
  • generateCookieKeys(): Promise<string[]>
  • -
- -
-
- -

Private generateJwks

-
    -
  • generateJwks(): Promise<{ keys: JWK[] }>
  • -
- -
-
- -

getProvider

-
    -
  • getProvider(): Promise<Provider>
  • -
- -
-
- -

Private initConfig

-
    -
  • initConfig(): Promise<Configuration>
  • -
- -
-
- -

Private isAccessToken

-
    -
  • isAccessToken(token: any): token is undefined | AccessToken
  • -
-
    -
  • - -
    -
    -

    Checks if the given token is an access token. - The AccessToken interface is not exported so we have to access it like this.

    -
    -
    -

    Parameters

    -
      -
    • -
      token: any
      -
    • -
    -

    Returns token is undefined | AccessToken

    -
  • -
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Constructor
  • -
  • Method
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Private property
  • -
  • Private method
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/identity_identityproviderhttphandler.identityproviderhttphandler.html b/docs/classes/identity_identityproviderhttphandler.identityproviderhttphandler.html deleted file mode 100644 index 8b35d970f..000000000 --- a/docs/classes/identity_identityproviderhttphandler.identityproviderhttphandler.html +++ /dev/null @@ -1,702 +0,0 @@ - - - - - - IdentityProviderHttpHandler | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class IdentityProviderHttpHandler

-
-
-
-
-
-
-
-
-
-

Handles all requests relevant for the entire IDP interaction, - by sending them to either a matching InteractionRoute, - or the generated Provider from the ProviderFactory if there is no match.

-
-

The InteractionRoutes handle all requests where we need custom behaviour, - such as everything related to generating and validating an account. - The Provider handles all the default request such as the initial handshake.

-

This handler handles all requests since it assumes all those requests are relevant for the IDP interaction. - A RouterHandler should be used to filter out other requests.

-
-
-
-

Hierarchy

-
    -
  • - HttpHandler -
      -
    • - IdentityProviderHttpHandler -
    • -
    -
  • -
-
-
-

Index

-
- -
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Properties

-
- -

Private Readonly errorHandler

-
errorHandler: ErrorHandler
- -
-
- -

Private Readonly idpPath

-
idpPath: string
- -
-
- -

Private Readonly interactionCompleter

-
interactionCompleter: InteractionCompleter
- -
-
- -

Private Readonly interactionRoutes

-
interactionRoutes: InteractionRoute[]
- -
-
- -

Protected Readonly logger

-
logger: Logger = ...
- -
-
- -

Private Readonly providerFactory

-
providerFactory: ProviderFactory
- -
-
- -

Private Readonly responseWriter

-
responseWriter: ResponseWriter
- -
-
- -

Private Readonly templateHandler

-
templateHandler: TemplateHandler<Dict<any>>
- -
-
-
-

Methods

-
- -

canHandle

- -
    -
  • - -
    -
    -

    Checks if the input data can be handled by this class. - Throws an error if it can't handle the data.

    -
    -
    -

    Parameters

    -
      -
    • -
      input: HttpHandlerInput
      -
      -

      Input data that could potentially be handled.

      -
      -
    • -
    -

    Returns Promise<void>

    -

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

    -
  • -
-
-
- -

Private findRoute

- - -
-
- -

Private getPromptMatch

- - -
-
- -

Private getRouteMatch

- - -
-
- -

handle

- - -
-
- -

Private handleRequest

-
    -
  • handleRequest(request: HttpRequest, response: ServerResponse): Promise<void>
  • -
- -
-
- -

handleSafe

- -
    -
  • - -
    -
    -

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

    -
    -
    -

    Parameters

    -
      -
    • -
      input: HttpHandlerInput
      -
      -

      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. - Return value depends on the given type.

    -
  • -
-
-
- -

Private handleTemplateResponse

-
    -
  • handleTemplateResponse(response: ServerResponse, templateFile: string, data?: Dict<any>, oidcInteraction?: Interaction): Promise<void>
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      response: ServerResponse
      -
    • -
    • -
      templateFile: string
      -
    • -
    • -
      Optional data: Dict<any>
      -
    • -
    • -
      Optional oidcInteraction: Interaction
      -
    • -
    -

    Returns Promise<void>

    -
  • -
-
-
- -

Private resolveRoute

-
    -
  • resolveRoute(request: HttpRequest, response: ServerResponse, route: InteractionRoute, oidcInteraction?: Interaction): Promise<void>
  • -
-
    -
  • - -
    -
    -

    Handles the behaviour of an InteractionRoute. - Will error if the route does not support the given request.

    -
    -

    GET requests go to the templateHandler, POST requests to the specific InteractionHandler of the route.

    -
    -

    Parameters

    -
      -
    • -
      request: HttpRequest
      -
    • -
    • -
      response: ServerResponse
      -
    • -
    • -
      route: InteractionRoute
      -
    • -
    • -
      Optional oidcInteraction: Interaction
      -
    • -
    -

    Returns Promise<void>

    -
  • -
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Constructor
  • -
  • Method
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Private property
  • -
  • Private method
  • -
-
    -
  • Inherited method
  • -
-
    -
  • Protected property
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/identity_identityproviderhttphandler.interactionroute.html b/docs/classes/identity_identityproviderhttphandler.interactionroute.html deleted file mode 100644 index 9d63ad4e6..000000000 --- a/docs/classes/identity_identityproviderhttphandler.interactionroute.html +++ /dev/null @@ -1,292 +0,0 @@ - - - - - - InteractionRoute | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
- -
-
-
-
-
-
-
-
-

All the information that is required to handle a request to a custom IDP path.

-
-
-
-
-

Hierarchy

-
    -
  • - InteractionRoute -
  • -
-
-
-

Index

-
-
-
-

Constructors

- -
-
-

Properties

- -
-
-
-
-
-

Constructors

-
- -

constructor

- -
    -
  • - -

    Parameters

    -
      -
    • -
      route: string
      -
      -

      Regex to match this route.

      -
      -
    • -
    • -
      viewTemplate: string
      -
      -

      Template to render on GET requests.

      -
      -
    • -
    • -
      handler: InteractionHandler
      -
      -

      Handler to call on POST requests.

      -
      -
    • -
    • -
      Optional prompt: string
      -
      -

      In case of requests to the IDP entry point, the session prompt will be compared to this. - One entry should have a value of "default" here in case there are no prompt matches.

      -
      -
    • -
    • -
      Optional responseTemplate: string
      -
      -

      Template to render as a response to POST requests when required.

      -
      -
    • -
    -

    Returns InteractionRoute

    -
  • -
-
-
-
-

Properties

-
- -

Readonly handler

- - -
-
- -

Optional Readonly prompt

-
prompt: string
- -
-
- -

Optional Readonly responseTemplate

-
responseTemplate: string
- -
-
- -

Readonly route

-
route: RegExp
- -
-
- -

Readonly viewTemplate

-
viewTemplate: string
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Constructor
  • -
  • Property
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/identity_interaction_email_password_handler_forgotpasswordhandler.forgotpasswordhandler.html b/docs/classes/identity_interaction_email_password_handler_forgotpasswordhandler.forgotpasswordhandler.html deleted file mode 100644 index e6152d77c..000000000 --- a/docs/classes/identity_interaction_email_password_handler_forgotpasswordhandler.forgotpasswordhandler.html +++ /dev/null @@ -1,484 +0,0 @@ - - - - - - ForgotPasswordHandler | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
- -
-
-
-
-
-
-
-

Handles the submission of the ForgotPassword form

-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Properties

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Properties

-
- -

Private Readonly accountStore

-
accountStore: AccountStore
- -
-
- -

Private Readonly baseUrl

-
baseUrl: string
- -
-
- -

Private Readonly emailSender

-
emailSender: EmailSender
- -
-
- -

Private Readonly idpPath

-
idpPath: string
- -
-
- -

Protected Readonly logger

-
logger: Logger = ...
- -
-
- -

Private Readonly templateEngine

-
templateEngine: TemplateEngine<{ resetLink: string }>
- -
-
-
-

Methods

-
- -

canHandle

- -
    -
  • - -
    -
    -

    Checks if the input data can be handled by this class. - Throws an error if it can't handle the data.

    -
    -
    -

    Parameters

    - -

    Returns Promise<void>

    -

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

    -
  • -
-
-
- -

handle

- - -
-
- -

handleSafe

- - -
-
- -

Private resetPassword

-
    -
  • resetPassword(email: string): Promise<void>
  • -
-
    -
  • - -
    -
    -

    Generates a record to reset the password for the given email address and then mails it. - In case there is no account, no error wil be thrown for privacy reasons. - Instead nothing will happen instead.

    -
    -
    -

    Parameters

    -
      -
    • -
      email: string
      -
    • -
    -

    Returns Promise<void>

    -
  • -
-
-
- -

Private sendResetMail

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

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Constructor
  • -
  • Method
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Private property
  • -
  • Private method
  • -
-
    -
  • Inherited method
  • -
-
    -
  • Protected property
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/identity_interaction_email_password_handler_interactionhandler.interactionhandler.html b/docs/classes/identity_interaction_email_password_handler_interactionhandler.interactionhandler.html deleted file mode 100644 index d5cb6ede9..000000000 --- a/docs/classes/identity_interaction_email_password_handler_interactionhandler.interactionhandler.html +++ /dev/null @@ -1,338 +0,0 @@ - - - - - - InteractionHandler | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
- -
-
-
-
-
-
-
-

Handler used for IDP interactions.

-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

canHandle

- -
    -
  • - -
    -
    -

    Checks if the input data can be handled by this class. - Throws an error if it can't handle the data.

    -
    -
    -

    Parameters

    - -

    Returns Promise<void>

    -

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

    -
  • -
-
-
- -

Abstract handle

- - -
-
- -

handleSafe

- -
    -
  • - -
    -
    -

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

    -
    -
    -

    Parameters

    - -

    Returns Promise<InteractionHandlerResult>

    -

    A promise resolving if the input can be handled, rejecting with an Error if not. - Return value depends on the given type.

    -
  • -
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited method
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/identity_interaction_email_password_handler_loginhandler.loginhandler.html b/docs/classes/identity_interaction_email_password_handler_loginhandler.loginhandler.html deleted file mode 100644 index da32eeb9e..000000000 --- a/docs/classes/identity_interaction_email_password_handler_loginhandler.loginhandler.html +++ /dev/null @@ -1,390 +0,0 @@ - - - - - - LoginHandler | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
- -
-
-
-
-
-
-
-

Handles the submission of the Login Form and logs the user in.

-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Properties

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Properties

-
- -

Private Readonly accountStore

-
accountStore: AccountStore
- -
-
- -

Protected Readonly logger

-
logger: Logger = ...
- -
-
-
-

Methods

-
- -

canHandle

- -
    -
  • - -
    -
    -

    Checks if the input data can be handled by this class. - Throws an error if it can't handle the data.

    -
    -
    -

    Parameters

    - -

    Returns Promise<void>

    -

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

    -
  • -
-
-
- -

handle

- - -
-
- -

handleSafe

- - -
-
- -

Private parseInput

-
    -
  • parseInput(request: HttpRequest): Promise<{ email: string; password: string; remember: boolean }>
  • -
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Constructor
  • -
  • Method
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Private property
  • -
  • Private method
  • -
-
    -
  • Inherited method
  • -
-
    -
  • Protected property
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/identity_interaction_email_password_handler_registrationhandler.registrationhandler.html b/docs/classes/identity_interaction_email_password_handler_registrationhandler.registrationhandler.html deleted file mode 100644 index 160ce34ca..000000000 --- a/docs/classes/identity_interaction_email_password_handler_registrationhandler.registrationhandler.html +++ /dev/null @@ -1,540 +0,0 @@ - - - - - - RegistrationHandler | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
- -
-
-
-
-
-
-
-

This class 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 of a request, - with the following considerations:

-
    -
  • At least one option needs to be chosen.
  • -
  • In case a new WebID needs to be created, the other 2 steps are obligatory.
  • -
  • Ownership will be verified when the WebID is provided.
  • -
  • When registering and creating a pod, the base URL will be used as oidcIssuer value.
  • -
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Properties

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Properties

-
- -

Private Readonly accountStore

-
accountStore: AccountStore
- -
-
- -

Private Readonly baseUrl

-
baseUrl: string
- -
-
- -

Private Readonly identifierGenerator

-
identifierGenerator: IdentifierGenerator
- -
-
- -

Protected Readonly logger

-
logger: Logger = ...
- -
-
- -

Private Readonly ownershipValidator

-
ownershipValidator: OwnershipValidator
- -
-
- -

Private Readonly podManager

-
podManager: PodManager
- -
-
- -

Private Readonly webIdSuffix

-
webIdSuffix: string
- -
-
-
-

Methods

-
- -

canHandle

- -
    -
  • - -
    -
    -

    Checks if the input data can be handled by this class. - Throws an error if it can't handle the data.

    -
    -
    -

    Parameters

    - -

    Returns Promise<void>

    -

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

    -
  • -
-
-
- -

handle

- - -
-
- -

handleSafe

- - -
-
- -

Private parseInput

-
    -
  • parseInput(request: HttpRequest): Promise<ParsedInput>
  • -
- -
-
- -

Private register

-
    -
  • register(result: ParsedInput): Promise<RegistrationResponse>
  • -
- -
-
- -

Private validateInput

-
    -
  • validateInput(parsed: Dict<string>): ParsedInput
  • -
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Constructor
  • -
  • Method
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Private property
  • -
  • Private method
  • -
-
    -
  • Inherited method
  • -
-
    -
  • Protected property
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/identity_interaction_email_password_handler_resetpasswordhandler.resetpasswordhandler.html b/docs/classes/identity_interaction_email_password_handler_resetpasswordhandler.resetpasswordhandler.html deleted file mode 100644 index cc403823b..000000000 --- a/docs/classes/identity_interaction_email_password_handler_resetpasswordhandler.resetpasswordhandler.html +++ /dev/null @@ -1,392 +0,0 @@ - - - - - - ResetPasswordHandler | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
- -
-
-
-
-
-
-
-

Handles the submission of the ResetPassword form: - this is the form that is linked in the reset password email.

-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Properties

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Properties

-
- -

Private Readonly accountStore

-
accountStore: AccountStore
- -
-
- -

Protected Readonly logger

-
logger: Logger = ...
- -
-
-
-

Methods

-
- -

canHandle

- -
    -
  • - -
    -
    -

    Checks if the input data can be handled by this class. - Throws an error if it can't handle the data.

    -
    -
    -

    Parameters

    - -

    Returns Promise<void>

    -

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

    -
  • -
-
-
- -

handle

- - -
-
- -

handleSafe

- - -
-
- -

Private resetPassword

-
    -
  • resetPassword(recordId: string, newPassword: string): Promise<void>
  • -
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Constructor
  • -
  • Method
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Private property
  • -
  • Private method
  • -
-
    -
  • Inherited method
  • -
-
    -
  • Protected property
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/identity_interaction_email_password_storage_baseaccountstore.baseaccountstore.html b/docs/classes/identity_interaction_email_password_storage_baseaccountstore.baseaccountstore.html deleted file mode 100644 index 324b13615..000000000 --- a/docs/classes/identity_interaction_email_password_storage_baseaccountstore.baseaccountstore.html +++ /dev/null @@ -1,597 +0,0 @@ - - - - - - BaseAccountStore | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
- -
-
-
-
-
-
-
-

A EmailPasswordStore that uses a KeyValueStorage - to persist its information.

-
-
-
-
-

Hierarchy

-
    -
  • - BaseAccountStore -
  • -
-
-
-

Implements

- -
-
-

Index

-
- -
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Properties

-
- -

Private Readonly saltRounds

-
saltRounds: number
- -
-
- -

Private Readonly storage

- - -
-
- -

Private Readonly storageName

-
storageName: string
- -
-
-
-

Methods

-
- -

authenticate

-
    -
  • authenticate(email: string, password: string): Promise<string>
  • -
- -
-
- -

changePassword

-
    -
  • changePassword(email: string, password: string): Promise<void>
  • -
- -
-
- -

create

-
    -
  • create(email: string, webId: string, password: string): Promise<void>
  • -
- -
-
- -

deleteAccount

-
    -
  • deleteAccount(email: string): Promise<void>
  • -
- -
-
- -

deleteForgotPasswordRecord

-
    -
  • deleteForgotPasswordRecord(recordId: string): Promise<void>
  • -
- -
-
- -

generateForgotPasswordRecord

-
    -
  • generateForgotPasswordRecord(email: string): Promise<string>
  • -
- -
-
- -

Private getAccountPayload

-
    -
  • getAccountPayload(email: string): Promise<{ account?: AccountPayload; key: string }>
  • -
- -
-
- -

Private getAccountResourceIdentifier

-
    -
  • getAccountResourceIdentifier(email: string): string
  • -
- -
-
- -

getForgotPasswordRecord

-
    -
  • getForgotPasswordRecord(recordId: string): Promise<undefined | string>
  • -
- -
-
- -

Private getForgotPasswordRecordResourceIdentifier

-
    -
  • getForgotPasswordRecordResourceIdentifier(recordId: string): string
  • -
- -
-
- -

verify

-
    -
  • verify(email: string): Promise<void>
  • -
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Constructor
  • -
  • Method
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Private property
  • -
  • Private method
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/identity_interaction_sessionhttphandler.sessionhttphandler.html b/docs/classes/identity_interaction_sessionhttphandler.sessionhttphandler.html deleted file mode 100644 index b5f2ae7f1..000000000 --- a/docs/classes/identity_interaction_sessionhttphandler.sessionhttphandler.html +++ /dev/null @@ -1,304 +0,0 @@ - - - - - - SessionHttpHandler | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
- -
-
-
-
-
-
-
-
-

Simple InteractionHttpHandler that sends the session accountId to the InteractionCompleter as webId.

-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

canHandle

- -
    -
  • - -
    -
    -

    Checks if the input data can be handled by this class. - Throws an error if it can't handle the data.

    -
    -
    -

    Parameters

    - -

    Returns Promise<void>

    -

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

    -
  • -
-
-
- -

handle

- - -
-
- -

handleSafe

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Method
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited method
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/identity_interaction_util_baseemailsender.baseemailsender.html b/docs/classes/identity_interaction_util_baseemailsender.baseemailsender.html deleted file mode 100644 index a27a2b53f..000000000 --- a/docs/classes/identity_interaction_util_baseemailsender.baseemailsender.html +++ /dev/null @@ -1,355 +0,0 @@ - - - - - - BaseEmailSender | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
- -
-
-
-
-
-
-
-

Sends e-mails using nodemailer.

-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Properties

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Properties

-
- -

Private Readonly mailTransporter

-
mailTransporter: Mail<any>
- -
-
- -

Private Readonly senderName

-
senderName: string
- -
-
-
-

Methods

-
- -

canHandle

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

    Checks if the input data can be handled by this class. - Throws an error if it can't handle the data.

    -
    -
    -

    Parameters

    -
      -
    • -
      input: EmailArgs
      -
      -

      Input data that could potentially be handled.

      -
      -
    • -
    -

    Returns Promise<void>

    -

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

    -
  • -
-
-
- -

handle

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

handleSafe

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

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

    -
    -
    -

    Parameters

    -
      -
    • -
      input: EmailArgs
      -
      -

      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. - Return value depends on the given type.

    -
  • -
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Constructor
  • -
  • Method
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Inherited method
  • -
-
    -
  • Private property
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/identity_interaction_util_emailsender.emailsender.html b/docs/classes/identity_interaction_util_emailsender.emailsender.html deleted file mode 100644 index 48476eabf..000000000 --- a/docs/classes/identity_interaction_util_emailsender.emailsender.html +++ /dev/null @@ -1,314 +0,0 @@ - - - - - - EmailSender | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
- -
-
-
-
-
-
-
-

A class that can send an e-mail.

-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

canHandle

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

    Checks if the input data can be handled by this class. - Throws an error if it can't handle the data.

    -
    -
    -

    Parameters

    -
      -
    • -
      input: EmailArgs
      -
      -

      Input data that could potentially be handled.

      -
      -
    • -
    -

    Returns Promise<void>

    -

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

    -
  • -
-
-
- -

Abstract handle

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

    Handles the given input. This should only be done if the canHandle function returned true. - Therefore, consider using the handleSafe function instead.

    -
    -
    -

    Parameters

    -
      -
    • -
      input: EmailArgs
      -
      -

      Input data that needs to be handled.

      -
      -
    • -
    -

    Returns Promise<void>

    -

    A promise resolving when the handling is finished. Return value depends on the given type.

    -
  • -
-
-
- -

handleSafe

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

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

    -
    -
    -

    Parameters

    -
      -
    • -
      input: EmailArgs
      -
      -

      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. - Return value depends on the given type.

    -
  • -
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited method
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/identity_interaction_util_idpinteractionerror.idpinteractionerror.html b/docs/classes/identity_interaction_util_idpinteractionerror.idpinteractionerror.html deleted file mode 100644 index f57670868..000000000 --- a/docs/classes/identity_interaction_util_idpinteractionerror.idpinteractionerror.html +++ /dev/null @@ -1,488 +0,0 @@ - - - - - - IdpInteractionError | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
- -
-
-
-
-
-
-
-

An error made for IDP Interactions. It allows a function to set the prefilled - information that would be included in a response UI render.

-
-
-
-
-

Hierarchy

-
    -
  • - HttpError -
      -
    • - IdpInteractionError -
    • -
    -
  • -
-
-
-

Index

-
-
-
-

Constructors

- -
-
-

Properties

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Properties

-
- -

Optional Readonly cause

-
cause: unknown
- -
-
- -

Optional Readonly details

-
details: Dict<unknown>
- -
-
- -

Readonly errorCode

-
errorCode: string
- -
-
- -

message

-
message: string
- -
-
- -

name

-
name: string
- -
-
- -

Readonly prefilled

-
prefilled: Record<string, string>
- -
-
- -

Optional stack

-
stack: string
- -
-
- -

Readonly statusCode

-
statusCode: number
- -
-
- -

Static Optional prepareStackTrace

-
prepareStackTrace: (err: Error, stackTraces: CallSite[]) => any
- -
-
-

Optional override for formatting stack traces

-
-
-
-

Type declaration

-
    -
  • -
      -
    • (err: Error, stackTraces: CallSite[]): any
    • -
    -
      -
    • -
      -
      -

      Optional override for formatting stack traces

      -
      -
      -

      Parameters

      -
        -
      • -
        err: Error
        -
      • -
      • -
        stackTraces: CallSite[]
        -
      • -
      -

      Returns any

      -
    • -
    -
  • -
-
-
-
- -

Static stackTraceLimit

-
stackTraceLimit: number
- -
-
- -

Static Protected Readonly statusCode

-
statusCode: number
- -
-
-
-

Methods

-
- -

Static captureStackTrace

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

    Create .stack property on a target object

    -
    -
    -

    Parameters

    -
      -
    • -
      targetObject: object
      -
    • -
    • -
      Optional constructorOpt: Function
      -
    • -
    -

    Returns void

    -
  • -
-
-
- -

Static isInstance

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Constructor
  • -
  • Property
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Inherited property
  • -
-
    -
  • Static method
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/identity_interaction_util_interactioncompleter.interactioncompleter.html b/docs/classes/identity_interaction_util_interactioncompleter.interactioncompleter.html deleted file mode 100644 index 30d34ea0c..000000000 --- a/docs/classes/identity_interaction_util_interactioncompleter.interactioncompleter.html +++ /dev/null @@ -1,343 +0,0 @@ - - - - - - InteractionCompleter | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
- -
-
-
-
-
-
-
-

Completes an IDP interaction, logging the user in.

-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Properties

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Properties

-
- -

Private Readonly providerFactory

-
providerFactory: ProviderFactory
- -
-
-
-

Methods

-
- -

canHandle

- -
    -
  • - -
    -
    -

    Checks if the input data can be handled by this class. - Throws an error if it can't handle the data.

    -
    -
    -

    Parameters

    - -

    Returns Promise<void>

    -

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

    -
  • -
-
-
- -

handle

- - -
-
- -

handleSafe

- -
    -
  • - -
    -
    -

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

    -
    -
    -

    Parameters

    - -

    Returns Promise<void>

    -

    A promise resolving if the input can be handled, rejecting with an Error if not. - Return value depends on the given type.

    -
  • -
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Constructor
  • -
  • Method
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Inherited method
  • -
-
    -
  • Private property
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/identity_ownership_nocheckownershipvalidator.nocheckownershipvalidator.html b/docs/classes/identity_ownership_nocheckownershipvalidator.nocheckownershipvalidator.html deleted file mode 100644 index e4f2e6989..000000000 --- a/docs/classes/identity_ownership_nocheckownershipvalidator.nocheckownershipvalidator.html +++ /dev/null @@ -1,345 +0,0 @@ - - - - - - NoCheckOwnershipValidator | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- 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

-
- -

constructor

- - -
-
-
-

Properties

-
- -

Protected Readonly logger

-
logger: Logger = ...
- -
-
-
-

Methods

-
- -

canHandle

-
    -
  • canHandle(input: { webId: string }): Promise<void>
  • -
-
    -
  • - -
    -
    -

    Checks if the input data can be handled by this class. - Throws an error if it can't handle the data.

    -
    -
    -

    Parameters

    -
      -
    • -
      input: { webId: string }
      -
      -

      Input data 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

-
    -
  • handle(__namedParameters: { webId: string }): Promise<void>
  • -
- -
-
- -

handleSafe

-
    -
  • handleSafe(input: { webId: string }): Promise<void>
  • -
-
    -
  • - -
    -
    -

    Helper function that first runs the canHandle function followed by the handle function. - Throws the error of the canHandle function if the data can't be handled, - or returns the result of the handle function 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. - Return value depends on the given type.

    -
  • -
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Method
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited method
  • -
-
    -
  • Protected property
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/identity_ownership_ownershipvalidator.ownershipvalidator.html b/docs/classes/identity_ownership_ownershipvalidator.ownershipvalidator.html deleted file mode 100644 index d92cdac73..000000000 --- a/docs/classes/identity_ownership_ownershipvalidator.ownershipvalidator.html +++ /dev/null @@ -1,331 +0,0 @@ - - - - - - OwnershipValidator | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- 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

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

canHandle

-
    -
  • canHandle(input: { webId: string }): Promise<void>
  • -
-
    -
  • - -
    -
    -

    Checks if the input data can be handled by this class. - Throws an error if it can't handle the data.

    -
    -
    -

    Parameters

    -
      -
    • -
      input: { webId: string }
      -
      -

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

    -
  • -
-
-
- -

Abstract handle

-
    -
  • handle(input: { webId: string }): Promise<void>
  • -
-
    -
  • - -
    -
    -

    Handles the given input. This should only be done if the canHandle function returned true. - Therefore, consider using the handleSafe function instead.

    -
    -
    -

    Parameters

    -
      -
    • -
      input: { webId: string }
      -
      -

      Input data that needs to be handled.

      -
      -
        -
      • -
        webId: string
        -
      • -
      -
    • -
    -

    Returns Promise<void>

    -

    A promise resolving when the handling is finished. Return value depends on the given type.

    -
  • -
-
-
- -

handleSafe

-
    -
  • handleSafe(input: { webId: string }): Promise<void>
  • -
-
    -
  • - -
    -
    -

    Helper function that first runs the canHandle function followed by the handle function. - Throws the error of the canHandle function if the data can't be handled, - or returns the result of the handle function 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. - Return value depends on the given type.

    -
  • -
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited method
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/identity_ownership_tokenownershipvalidator.tokenownershipvalidator.html b/docs/classes/identity_ownership_tokenownershipvalidator.tokenownershipvalidator.html deleted file mode 100644 index ac4251524..000000000 --- a/docs/classes/identity_ownership_tokenownershipvalidator.tokenownershipvalidator.html +++ /dev/null @@ -1,534 +0,0 @@ - - - - - - TokenOwnershipValidator | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- 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

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Properties

-
- -

Private Readonly converter

- - -
-
- -

Private Readonly expiration

-
expiration: number
- -
-
- -

Protected Readonly logger

-
logger: Logger = ...
- -
-
- -

Private Readonly storage

-
storage: ExpiringStorage<string, string>
- -
-
-
-

Methods

-
- -

canHandle

-
    -
  • canHandle(input: { webId: string }): Promise<void>
  • -
-
    -
  • - -
    -
    -

    Checks if the input data can be handled by this class. - Throws an error if it can't handle the data.

    -
    -
    -

    Parameters

    -
      -
    • -
      input: { webId: string }
      -
      -

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

    -
  • -
-
-
- -

Private generateToken

-
    -
  • generateToken(): string
  • -
- -
-
- -

Private getTokenKey

-
    -
  • getTokenKey(webId: string): string
  • -
- -
-
- -

handle

-
    -
  • handle(__namedParameters: { webId: string }): Promise<void>
  • -
-
    -
  • - -
    -
    -

    Handles the given input. This should only be done if the canHandle function returned true. - Therefore, consider using the handleSafe function instead.

    -
    -
    -

    Parameters

    -
      -
    • -
      __namedParameters: { webId: string }
      -
        -
      • -
        webId: string
        -
      • -
      -
    • -
    -

    Returns Promise<void>

    -

    A promise resolving when the handling is finished. Return value depends on the given type.

    -
  • -
-
-
- -

handleSafe

-
    -
  • handleSafe(input: { webId: string }): Promise<void>
  • -
-
    -
  • - -
    -
    -

    Helper function that first runs the canHandle function followed by the handle function. - Throws the error of the canHandle function if the data can't be handled, - or returns the result of the handle function 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. - Return value depends on the given type.

    -
  • -
-
-
- -

Private hasToken

-
    -
  • hasToken(webId: string, token: string): Promise<boolean>
  • -
- -
-
- -

Private throwError

-
    -
  • throwError(webId: string, token: string): never
  • -
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Constructor
  • -
  • Method
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Private property
  • -
  • Private method
  • -
-
    -
  • Inherited method
  • -
-
    -
  • Protected property
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/identity_storage_expiringadapterfactory.expiringadapter.html b/docs/classes/identity_storage_expiringadapterfactory.expiringadapter.html deleted file mode 100644 index 21e1fc444..000000000 --- a/docs/classes/identity_storage_expiringadapterfactory.expiringadapter.html +++ /dev/null @@ -1,588 +0,0 @@ - - - - - - ExpiringAdapter | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- 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

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Properties

-
- -

Protected Readonly logger

-
logger: Logger = ...
- -
-
- -

Private Readonly name

-
name: string
- -
-
- -

Private Readonly storage

-
storage: ExpiringStorage<string, unknown>
- -
-
- -

Private Readonly storageName

-
storageName: string
- -
-
-
-

Methods

-
- -

consume

-
    -
  • consume(id: string): Promise<void>
  • -
- -
-
- -

destroy

-
    -
  • destroy(id: string): Promise<void>
  • -
- -
-
- -

find

-
    -
  • find(id: string): Promise<void | AdapterPayload>
  • -
- -
-
- -

findByUid

-
    -
  • findByUid(uid: string): Promise<void | AdapterPayload>
  • -
- -
-
- -

findByUserCode

-
    -
  • findByUserCode(userCode: string): Promise<void | AdapterPayload>
  • -
- -
-
- -

Private grantKeyFor

-
    -
  • grantKeyFor(id: string): string
  • -
- -
-
- -

Private keyFor

-
    -
  • keyFor(id: string): string
  • -
- -
-
- -

revokeByGrantId

-
    -
  • revokeByGrantId(grantId: string): Promise<void>
  • -
- -
-
- -

Private uidKeyFor

-
    -
  • uidKeyFor(uid: string): string
  • -
- -
-
- -

upsert

-
    -
  • upsert(id: string, payload: AdapterPayload, expiresIn?: number): Promise<void>
  • -
- -
-
- -

Private userCodeKeyFor

-
    -
  • userCodeKeyFor(userCode: string): string
  • -
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Constructor
  • -
  • Method
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Private property
  • -
  • Private method
  • -
-
    -
  • Protected property
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/identity_storage_expiringadapterfactory.expiringadapterfactory.html b/docs/classes/identity_storage_expiringadapterfactory.expiringadapterfactory.html deleted file mode 100644 index 2d9a023cc..000000000 --- a/docs/classes/identity_storage_expiringadapterfactory.expiringadapterfactory.html +++ /dev/null @@ -1,256 +0,0 @@ - - - - - - ExpiringAdapterFactory | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
- -
-
-
-
-
-
-
-
-

The factory for a ExpiringStorageAdapter

-
-
-
-
-

Hierarchy

-
    -
  • - ExpiringAdapterFactory -
  • -
-
-
-

Implements

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Properties

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Properties

-
- -

Private Readonly args

- - -
-
-
-

Methods

-
- -

createStorageAdapter

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Constructor
  • -
  • Method
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Private property
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/identity_storage_webidadapterfactory.webidadapter.html b/docs/classes/identity_storage_webidadapterfactory.webidadapter.html deleted file mode 100644 index 58f81deb1..000000000 --- a/docs/classes/identity_storage_webidadapterfactory.webidadapter.html +++ /dev/null @@ -1,530 +0,0 @@ - - - - - - WebIdAdapter | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- 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

-
    -
  • - WebIdAdapter -
  • -
-
-
-

Implements

-
    -
  • Adapter
  • -
-
-
-

Index

-
-
-
-

Constructors

- -
-
-

Properties

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Properties

-
- -

Private Readonly converter

- - -
-
- -

Protected Readonly logger

-
logger: Logger = ...
- -
-
- -

Private Readonly name

-
name: string
- -
-
- -

Private Readonly source

-
source: Adapter
- -
-
-
-

Methods

-
- -

consume

-
    -
  • consume(id: string): Promise<void>
  • -
- -
-
- -

destroy

-
    -
  • destroy(id: string): Promise<void>
  • -
- -
-
- -

find

-
    -
  • find(id: string): Promise<void | AdapterPayload>
  • -
- -
-
- -

findByUid

-
    -
  • findByUid(uid: string): Promise<void | AdapterPayload>
  • -
- -
-
- -

findByUserCode

-
    -
  • findByUserCode(userCode: string): Promise<void | AdapterPayload>
  • -
- -
-
- -

Private parseRdfWebId

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

-
    -
  • revokeByGrantId(grantId: string): Promise<void>
  • -
- -
-
- -

upsert

-
    -
  • upsert(id: string, payload: AdapterPayload, expiresIn: number): Promise<void>
  • -
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Constructor
  • -
  • Method
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Private property
  • -
  • Private method
  • -
-
    -
  • Protected property
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/identity_storage_webidadapterfactory.webidadapterfactory.html b/docs/classes/identity_storage_webidadapterfactory.webidadapterfactory.html deleted file mode 100644 index e3c1f36b4..000000000 --- a/docs/classes/identity_storage_webidadapterfactory.webidadapterfactory.html +++ /dev/null @@ -1,263 +0,0 @@ - - - - - - WebIdAdapterFactory | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
- -
-
-
-
-
-
-

Hierarchy

-
    -
  • - WebIdAdapterFactory -
  • -
-
-
-

Implements

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Properties

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Properties

-
- -

Private Readonly converter

- - -
-
- -

Private Readonly source

- - -
-
-
-

Methods

-
- -

createStorageAdapter

-
    -
  • createStorageAdapter(name: string): Adapter
  • -
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Constructor
  • -
  • Method
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Private property
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/init_app.app.html b/docs/classes/init_app.app.html deleted file mode 100644 index fe66d9412..000000000 --- a/docs/classes/init_app.app.html +++ /dev/null @@ -1,285 +0,0 @@ - - - - - - App | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class App

-
-
-
-
-
-
-
-
-
-

Entry point for the entire Solid server.

-
-
-
-
-

Hierarchy

-
    -
  • - App -
  • -
-
-
-

Index

-
-
-
-

Constructors

- -
-
-

Properties

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Properties

-
- -

Private Readonly finalizer

-
finalizer: Finalizable
- -
-
- -

Private Readonly initializer

-
initializer: Initializer
- -
-
-
-

Methods

-
- -

start

-
    -
  • start(): Promise<void>
  • -
-
    -
  • - -
    -
    -

    Initializes and starts the application.

    -
    -
    -

    Returns Promise<void>

    -
  • -
-
-
- -

stop

-
    -
  • stop(): Promise<void>
  • -
-
    -
  • - -
    -
    -

    Stops the application and handles cleanup.

    -
    -
    -

    Returns Promise<void>

    -
  • -
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Constructor
  • -
  • Method
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Private property
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/init_apprunner.apprunner.html b/docs/classes/init_apprunner.apprunner.html deleted file mode 100644 index 75ff1fd91..000000000 --- a/docs/classes/init_apprunner.apprunner.html +++ /dev/null @@ -1,383 +0,0 @@ - - - - - - AppRunner | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class AppRunner

-
-
-
-
-
-
-
-

Hierarchy

-
    -
  • - AppRunner -
  • -
-
-
-

Index

-
-
-
-

Constructors

- -
-
-

Properties

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Properties

-
- -

Private Readonly logger

-
logger: Logger = ...
- -
-
-
-

Methods

-
- -

createApp

-
    -
  • createApp(loaderProperties: IComponentsManagerBuilderOptions<App>, configFile: string, variables: CliParams | Record<string, any>): Promise<App>
  • -
-
    -
  • - -
    -
    -

    Creates the main app object to start the server from a given config.

    -
    -
    -

    Parameters

    -
      -
    • -
      loaderProperties: IComponentsManagerBuilderOptions<App>
      -
      -

      Components.js loader properties.

      -
      -
    • -
    • -
      configFile: string
      -
      -

      Path to a Components.js config file.

      -
      -
    • -
    • -
      variables: CliParams | Record<string, any>
      -
      -

      Variables to pass into the config file.

      -
      -
    • -
    -

    Returns Promise<App>

    -
  • -
-
-
- -

Protected createVariables

-
    -
  • createVariables(params: CliParams): Record<string, any>
  • -
-
    -
  • - -
    -
    -

    Translates command-line parameters into Components.js variables.

    -
    -
    -

    Parameters

    - -

    Returns Record<string, any>

    -
  • -
-
-
- -

run

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

    Starts the server with a given config. - This method can be used to start the server from within another JavaScript application.

    -
    -
    -

    Parameters

    -
      -
    • -
      loaderProperties: IComponentsManagerBuilderOptions<App>
      -
      -

      Components.js loader properties.

      -
      -
    • -
    • -
      configFile: string
      -
      -

      Path to the server config file.

      -
      -
    • -
    • -
      variableParams: CliParams
      -
      -

      Variables to pass into the config file.

      -
      -
    • -
    -

    Returns Promise<void>

    -
  • -
-
-
- -

runCli

-
    -
  • runCli(__namedParameters?: { argv?: string[]; stderr?: WriteStream; stdin?: ReadStream; stdout?: WriteStream }): void
  • -
-
    -
  • - -
    -
    -

    Starts the server as a command-line application. - Made non-async to lower the risk of unhandled promise rejections.

    -
    -
    -

    Parameters

    -
      -
    • -
      __namedParameters: { argv?: string[]; stderr?: WriteStream; stdin?: ReadStream; stdout?: WriteStream } = {}
      -
        -
      • -
        Optional argv?: string[]
        -
      • -
      • -
        Optional stderr?: WriteStream
        -
        -

        Standard error stream.

        -
        -
      • -
      • -
        Optional stdin?: ReadStream
        -
      • -
      • -
        Optional stdout?: WriteStream
        -
      • -
      -
    • -
    -

    Returns void

    -
  • -
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Constructor
  • -
  • Method
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Protected method
  • -
-
    -
  • Private property
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/init_configpodinitializer.configpodinitializer.html b/docs/classes/init_configpodinitializer.configpodinitializer.html deleted file mode 100644 index 2fa599566..000000000 --- a/docs/classes/init_configpodinitializer.configpodinitializer.html +++ /dev/null @@ -1,394 +0,0 @@ - - - - - - ConfigPodInitializer | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class ConfigPodInitializer

-
-
-
-
-
-
-
-
-
-

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

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Properties

-
- -

Private Readonly configStorage

-
configStorage: KeyValueStorage<string, unknown>
- -
-
- -

Protected Readonly logger

-
logger: Logger = ...
- -
-
- -

Private Readonly routingStorage

-
routingStorage: KeyValueStorage<string, ResourceStore>
- -
-
- -

Private Readonly storeFactory

-
storeFactory: ComponentsJsFactory
- -
-
-
-

Methods

-
- -

canHandle

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

    Checks if the input data can be handled by this class. - Throws an error if it can't handle the data.

    -
    -
    -

    Parameters

    -
      -
    • -
      input: void
      -
      -

      Input data that could potentially be handled.

      -
      -
    • -
    -

    Returns Promise<void>

    -

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

    -
  • -
-
-
- -

handle

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

    Handles the given input. This should only be done if the canHandle function returned true. - Therefore, consider using the handleSafe function instead.

    -
    -
    -

    Returns Promise<void>

    -

    A promise resolving when the handling is finished. Return value depends on the given type.

    -
  • -
-
-
- -

handleSafe

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

    Helper function that first runs the canHandle function followed by the handle function. - Throws the error of the canHandle function if the data can't be handled, - or returns the result of the handle function 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. - Return value depends on the given type.

    -
  • -
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Constructor
  • -
  • Method
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Inherited method
  • -
-
    -
  • Protected property
  • -
-
    -
  • Private property
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/init_final_parallelfinalizer.parallelfinalizer.html b/docs/classes/init_final_parallelfinalizer.parallelfinalizer.html deleted file mode 100644 index 48806aa89..000000000 --- a/docs/classes/init_final_parallelfinalizer.parallelfinalizer.html +++ /dev/null @@ -1,244 +0,0 @@ - - - - - - ParallelFinalizer | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class ParallelFinalizer

-
-
-
-
-
-
-
-
-
-

Finalizes all the injected Finalizable classes in parallel.

-
-
-
-
-

Hierarchy

-
    -
  • - ParallelFinalizer -
  • -
-
-
-

Implements

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Properties

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Properties

-
- -

Private Readonly finalizers

-
finalizers: Finalizable[]
- -
-
-
-

Methods

-
- -

finalize

-
    -
  • finalize(): Promise<void>
  • -
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Constructor
  • -
  • Method
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Private property
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/init_initializer.initializer.html b/docs/classes/init_initializer.initializer.html deleted file mode 100644 index eaab903ff..000000000 --- a/docs/classes/init_initializer.initializer.html +++ /dev/null @@ -1,313 +0,0 @@ - - - - - - Initializer | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class Initializer

-
-
-
-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

canHandle

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

    Checks if the input data can be handled by this class. - Throws an error if it can't handle the data.

    -
    -
    -

    Parameters

    -
      -
    • -
      input: void
      -
      -

      Input data that could potentially be handled.

      -
      -
    • -
    -

    Returns Promise<void>

    -

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

    -
  • -
-
-
- -

Abstract handle

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

    Handles the given input. This should only be done if the canHandle function returned true. - Therefore, consider using the handleSafe function instead.

    -
    -
    -

    Parameters

    -
      -
    • -
      input: void
      -
      -

      Input data that needs to be handled.

      -
      -
    • -
    -

    Returns Promise<void>

    -

    A promise resolving when the handling is finished. Return value depends on the given type.

    -
  • -
-
-
- -

handleSafe

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

    Helper function that first runs the canHandle function followed by the handle function. - Throws the error of the canHandle function if the data can't be handled, - or returns the result of the handle function 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. - Return value depends on the given type.

    -
  • -
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited method
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/init_loggerinitializer.loggerinitializer.html b/docs/classes/init_loggerinitializer.loggerinitializer.html deleted file mode 100644 index 0ac03fbd8..000000000 --- a/docs/classes/init_loggerinitializer.loggerinitializer.html +++ /dev/null @@ -1,332 +0,0 @@ - - - - - - LoggerInitializer | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class LoggerInitializer

-
-
-
-
-
-
-
-
-
-

Sets up the global logger factory.

-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Properties

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Properties

-
- -

Private Readonly loggerFactory

-
loggerFactory: LoggerFactory
- -
-
-
-

Methods

-
- -

canHandle

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

    Checks if the input data can be handled by this class. - Throws an error if it can't handle the data.

    -
    -
    -

    Parameters

    -
      -
    • -
      input: void
      -
      -

      Input data that could potentially be handled.

      -
      -
    • -
    -

    Returns Promise<void>

    -

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

    -
  • -
-
-
- -

handle

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

    Handles the given input. This should only be done if the canHandle function returned true. - Therefore, consider using the handleSafe function instead.

    -
    -
    -

    Returns Promise<void>

    -

    A promise resolving when the handling is finished. Return value depends on the given type.

    -
  • -
-
-
- -

handleSafe

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

    Helper function that first runs the canHandle function followed by the handle function. - Throws the error of the canHandle function if the data can't be handled, - or returns the result of the handle function 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. - Return value depends on the given type.

    -
  • -
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Constructor
  • -
  • Method
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Inherited method
  • -
-
    -
  • Private property
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/init_rootinitializer.rootinitializer.html b/docs/classes/init_rootinitializer.rootinitializer.html deleted file mode 100644 index ea08adf22..000000000 --- a/docs/classes/init_rootinitializer.rootinitializer.html +++ /dev/null @@ -1,421 +0,0 @@ - - - - - - RootInitializer | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class RootInitializer

-
-
-
-
-
-
-
-
-
-

Initializer that sets up the root container. - Will copy all the files and folders in the given path to the corresponding documents and containers. - This will always happen when the server starts unless the following 2 conditions are both fulfilled:

-
    -
  • The container already exists.
  • -
  • The container has metadata indicating it is a pim:Storage.
  • -
-
-

It is important that the ResourcesGenerator generates a <> a pim:Storage triple for the root container: - this prevents deletion of the root container as storage root containers can not be deleted. - Solid, §4.1: "Servers exposing the storage resource MUST advertise by including the HTTP Link header - with rel="type" targeting http://www.w3.org/ns/pim/space#Storage when responding to storage’s request URI." - https://solid.github.io/specification/protocol#storage

-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Properties

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Properties

-
- -

Private Readonly baseId

- - -
-
- -

Private Readonly generator

- - -
-
- -

Protected Readonly logger

-
logger: Logger = ...
- -
-
- -

Private Readonly store

- - -
-
-
-

Methods

-
- -

canHandle

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

    Checks if the input data can be handled by this class. - Throws an error if it can't handle the data.

    -
    -
    -

    Parameters

    -
      -
    • -
      input: void
      -
      -

      Input data that could potentially be handled.

      -
      -
    • -
    -

    Returns Promise<void>

    -

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

    -
  • -
-
-
- -

handle

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

    Handles the given input. This should only be done if the canHandle function returned true. - Therefore, consider using the handleSafe function instead.

    -
    -
    -

    Returns Promise<void>

    -

    A promise resolving when the handling is finished. Return value depends on the given type.

    -
  • -
-
-
- -

handleSafe

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

    Helper function that first runs the canHandle function followed by the handle function. - Throws the error of the canHandle function if the data can't be handled, - or returns the result of the handle function 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. - Return value depends on the given type.

    -
  • -
-
-
- -

Private rootContainerIsValid

-
    -
  • rootContainerIsValid(): Promise<boolean>
  • -
-
    -
  • - -
    -
    -

    Verifies if the root container already exists and has the pim:Storage type.

    -
    -
    -

    Returns Promise<boolean>

    -
  • -
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Constructor
  • -
  • Method
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Private property
  • -
  • Private method
  • -
-
    -
  • Inherited method
  • -
-
    -
  • Protected property
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/init_serverinitializer.serverinitializer.html b/docs/classes/init_serverinitializer.serverinitializer.html deleted file mode 100644 index 1b2c64028..000000000 --- a/docs/classes/init_serverinitializer.serverinitializer.html +++ /dev/null @@ -1,391 +0,0 @@ - - - - - - ServerInitializer | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class ServerInitializer

-
-
-
-
-
-
-
-
-
-

Creates and starts an HTTP server.

-
-
-
-
-

Hierarchy

- -
-
-

Implements

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Properties

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Properties

-
- -

Private Readonly port

-
port: number
- -
-
- -

Private Optional server

-
server: Server
- -
-
- -

Private Readonly serverFactory

-
serverFactory: HttpServerFactory
- -
-
-
-

Methods

-
- -

canHandle

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

    Checks if the input data can be handled by this class. - Throws an error if it can't handle the data.

    -
    -
    -

    Parameters

    -
      -
    • -
      input: void
      -
      -

      Input data that could potentially be handled.

      -
      -
    • -
    -

    Returns Promise<void>

    -

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

    -
  • -
-
-
- -

finalize

-
    -
  • finalize(): Promise<void>
  • -
- -
-
- -

handle

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

    Handles the given input. This should only be done if the canHandle function returned true. - Therefore, consider using the handleSafe function instead.

    -
    -
    -

    Returns Promise<void>

    -

    A promise resolving when the handling is finished. Return value depends on the given type.

    -
  • -
-
-
- -

handleSafe

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

    Helper function that first runs the canHandle function followed by the handle function. - Throws the error of the canHandle function if the data can't be handled, - or returns the result of the handle function 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. - Return value depends on the given type.

    -
  • -
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Constructor
  • -
  • Method
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Inherited method
  • -
-
    -
  • Private property
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/ldp_authenticatedldphandler.authenticatedldphandler.html b/docs/classes/ldp_authenticatedldphandler.authenticatedldphandler.html deleted file mode 100644 index feb0b27af..000000000 --- a/docs/classes/ldp_authenticatedldphandler.authenticatedldphandler.html +++ /dev/null @@ -1,533 +0,0 @@ - - - - - - AuthenticatedLdpHandler | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class AuthenticatedLdpHandler

-
-
-
-
-
-
-
-
-
-

The central manager that connects all the necessary handlers to go from an incoming request to an executed operation.

-
-
-
-
-

Hierarchy

-
    -
  • - HttpHandler -
      -
    • - AuthenticatedLdpHandler -
    • -
    -
  • -
-
-
-

Index

-
- -
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Properties

-
- -

Private Readonly authorizer

-
authorizer: Authorizer
- -
-
- -

Private Readonly credentialsExtractor

-
credentialsExtractor: CredentialsExtractor
- -
-
- -

Private Readonly errorHandler

-
errorHandler: ErrorHandler
- -
-
- -

Private Readonly logger

-
logger: Logger = ...
- -
-
- -

Private Readonly operationHandler

-
operationHandler: OperationHandler
- -
-
- -

Private Readonly permissionsExtractor

-
permissionsExtractor: PermissionsExtractor
- -
-
- -

Private Readonly requestParser

-
requestParser: RequestParser
- -
-
- -

Private Readonly responseWriter

-
responseWriter: ResponseWriter
- -
-
-
-

Methods

-
- -

canHandle

- -
    -
  • - -
    -
    -

    Checks if the incoming request can be handled. The check is very non-restrictive and will usually be true. - It is based on whether the incoming request can be parsed to an operation.

    -
    -
    -

    Parameters

    -
      -
    • -
      input: HttpHandlerInput
      -
      -

      Incoming request and response. Only the request will be used.

      -
      -
    • -
    -

    Returns Promise<void>

    -

    A promise resolving if this request can be handled, otherwise rejecting with an Error.

    -
  • -
-
-
- -

handle

- -
    -
  • - -
    -
    -

    Handles the incoming request and writes out the response. - This includes the following steps:

    -
      -
    • Parsing the request to an Operation.
    • -
    • Extracting credentials from the request.
    • -
    • Extracting the required permissions.
    • -
    • Validating if this operation is allowed.
    • -
    • Executing the operation.
    • -
    • Writing out the response.
    • -
    -
    -
    -

    Parameters

    -
      -
    • -
      input: HttpHandlerInput
      -
      -

      The incoming request and response object to write to.

      -
      -
    • -
    -

    Returns Promise<void>

    -

    A promise resolving when the handling is finished.

    -
  • -
-
-
- -

Private handleOperation

- - -
-
- -

handleSafe

- -
    -
  • - -
    -
    -

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

    -
    -
    -

    Parameters

    -
      -
    • -
      input: HttpHandlerInput
      -
      -

      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. - Return value depends on the given type.

    -
  • -
-
-
- -

Private runHandlers

- -
    -
  • - -
    -
    -

    Runs all handlers except writing the output to the response. - This because any errors thrown here have an impact on the response.

    -
    -
    -

    Parameters

    - -

    Returns Promise<ResponseDescription>

    -

    A promise resolving to the generated Operation.

    -
  • -
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Constructor
  • -
  • Method
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Private property
  • -
  • Private method
  • -
-
    -
  • Inherited method
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/ldp_auxiliary_composedauxiliarystrategy.composedauxiliarystrategy.html b/docs/classes/ldp_auxiliary_composedauxiliarystrategy.composedauxiliarystrategy.html deleted file mode 100644 index b50c47542..000000000 --- a/docs/classes/ldp_auxiliary_composedauxiliarystrategy.composedauxiliarystrategy.html +++ /dev/null @@ -1,464 +0,0 @@ - - - - - - ComposedAuxiliaryStrategy | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- 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

-
- -

constructor

- - -
-
-
-

Properties

-
- -

Private Readonly identifierStrategy

-
identifierStrategy: AuxiliaryIdentifierStrategy
- -
-
- -

Private Optional Readonly metadataGenerator

-
metadataGenerator: MetadataGenerator
- -
-
- -

Private Readonly rootRequired

-
rootRequired: boolean
- -
-
- -

Private Optional Readonly validator

-
validator: Validator
- -
-
-
-

Methods

-
- -

addMetadata

- - -
-
- -

getAssociatedIdentifier

- - -
-
- -

getAuxiliaryIdentifier

- - -
-
- -

getAuxiliaryIdentifiers

- - -
-
- -

isAuxiliaryIdentifier

- - -
-
- -

isRootRequired

-
    -
  • isRootRequired(): boolean
  • -
- -
-
- -

validate

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Constructor
  • -
  • Method
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Private property
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/ldp_auxiliary_linkmetadatagenerator.linkmetadatagenerator.html b/docs/classes/ldp_auxiliary_linkmetadatagenerator.linkmetadatagenerator.html deleted file mode 100644 index 0478b0dfd..000000000 --- a/docs/classes/ldp_auxiliary_linkmetadatagenerator.linkmetadatagenerator.html +++ /dev/null @@ -1,357 +0,0 @@ - - - - - - LinkMetadataGenerator | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class LinkMetadataGenerator

-
-
-
-
-
-
-
-
-
-

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

-
-

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

-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Properties

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Properties

-
- -

Private Readonly identifierStrategy

-
identifierStrategy: AuxiliaryIdentifierStrategy
- -
-
- -

Private Readonly link

-
link: string
- -
-
-
-

Methods

-
- -

canHandle

- -
    -
  • - -
    -
    -

    Checks if the input data can be handled by this class. - Throws an error if it can't handle the data.

    -
    -
    -

    Parameters

    - -

    Returns Promise<void>

    -

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

    -
  • -
-
-
- -

handle

- - -
-
- -

handleSafe

- -
    -
  • - -
    -
    -

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

    -
    -
    -

    Parameters

    - -

    Returns Promise<void>

    -

    A promise resolving if the input can be handled, rejecting with an Error if not. - Return value depends on the given type.

    -
  • -
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Constructor
  • -
  • Method
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Inherited method
  • -
-
    -
  • Private property
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/ldp_auxiliary_metadatagenerator.metadatagenerator.html b/docs/classes/ldp_auxiliary_metadatagenerator.metadatagenerator.html deleted file mode 100644 index 3f5a3aa7f..000000000 --- a/docs/classes/ldp_auxiliary_metadatagenerator.metadatagenerator.html +++ /dev/null @@ -1,311 +0,0 @@ - - - - - - MetadataGenerator | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class MetadataGenerator

-
-
-
-
-
-
-
-
-
-

Generic interface for classes that add metadata to a RepresentationMetadata.

-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

canHandle

- -
    -
  • - -
    -
    -

    Checks if the input data can be handled by this class. - Throws an error if it can't handle the data.

    -
    -
    -

    Parameters

    - -

    Returns Promise<void>

    -

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

    -
  • -
-
-
- -

Abstract handle

- -
    -
  • - -
    -
    -

    Handles the given input. This should only be done if the canHandle function returned true. - Therefore, consider using the handleSafe function instead.

    -
    -
    -

    Parameters

    - -

    Returns Promise<void>

    -

    A promise resolving when the handling is finished. Return value depends on the given type.

    -
  • -
-
-
- -

handleSafe

- -
    -
  • - -
    -
    -

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

    -
    -
    -

    Parameters

    - -

    Returns Promise<void>

    -

    A promise resolving if the input can be handled, rejecting with an Error if not. - Return value depends on the given type.

    -
  • -
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited method
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/ldp_auxiliary_rdfvalidator.rdfvalidator.html b/docs/classes/ldp_auxiliary_rdfvalidator.rdfvalidator.html deleted file mode 100644 index 98387a54e..000000000 --- a/docs/classes/ldp_auxiliary_rdfvalidator.rdfvalidator.html +++ /dev/null @@ -1,339 +0,0 @@ - - - - - - RdfValidator | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class RdfValidator

-
-
-
-
-
-
-
-
-
-

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

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Properties

-
- -

Protected Readonly converter

- - -
-
-
-

Methods

-
- -

canHandle

- -
    -
  • - -
    -
    -

    Checks if the input data can be handled by this class. - Throws an error if it can't handle the data.

    -
    -
    -

    Parameters

    -
      -
    • -
      input: Representation
      -
      -

      Input data that could potentially be handled.

      -
      -
    • -
    -

    Returns Promise<void>

    -

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

    -
  • -
-
-
- -

handle

- -
    -
  • - -
    -
    -

    Handles the given input. This should only be done if the canHandle function returned true. - Therefore, consider using the handleSafe function instead.

    -
    -
    -

    Parameters

    - -

    Returns Promise<void>

    -

    A promise resolving when the handling is finished. Return value depends on the given type.

    -
  • -
-
-
- -

handleSafe

- -
    -
  • - -
    -
    -

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

    -
    -
    -

    Parameters

    -
      -
    • -
      input: Representation
      -
      -

      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. - Return value depends on the given type.

    -
  • -
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Constructor
  • -
  • Method
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Inherited method
  • -
-
    -
  • Protected property
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/ldp_auxiliary_routingauxiliaryidentifierstrategy.routingauxiliaryidentifierstrategy.html b/docs/classes/ldp_auxiliary_routingauxiliaryidentifierstrategy.routingauxiliaryidentifierstrategy.html deleted file mode 100644 index 268e08e3f..000000000 --- a/docs/classes/ldp_auxiliary_routingauxiliaryidentifierstrategy.routingauxiliaryidentifierstrategy.html +++ /dev/null @@ -1,362 +0,0 @@ - - - - - - RoutingAuxiliaryIdentifierStrategy | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- 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

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Properties

-
- -

Protected Readonly sources

- - -
-
-
-

Methods

-
- -

getAssociatedIdentifier

- - -
-
- -

getAuxiliaryIdentifier

-
    -
  • getAuxiliaryIdentifier(): never
  • -
- -
-
- -

getAuxiliaryIdentifiers

- - -
-
- -

Protected getMatchingSource

- - -
-
- -

isAuxiliaryIdentifier

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Constructor
  • -
  • Method
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Protected property
  • -
  • Protected method
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/ldp_auxiliary_routingauxiliarystrategy.routingauxiliarystrategy.html b/docs/classes/ldp_auxiliary_routingauxiliarystrategy.routingauxiliarystrategy.html deleted file mode 100644 index 9f5978f70..000000000 --- a/docs/classes/ldp_auxiliary_routingauxiliarystrategy.routingauxiliarystrategy.html +++ /dev/null @@ -1,458 +0,0 @@ - - - - - - RoutingAuxiliaryStrategy | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- 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 associated identifier, - or only the matching strategy if the input is an auxiliary identifier.

-
-
-
-

Hierarchy

- -
-
-

Implements

- -
-
-

Index

-
- -
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Properties

-
- -

Protected Readonly sources

- - -
-
-
-

Methods

-
- -

addMetadata

- - -
-
- -

getAssociatedIdentifier

- - -
-
- -

getAuxiliaryIdentifier

-
    -
  • getAuxiliaryIdentifier(): never
  • -
- -
-
- -

getAuxiliaryIdentifiers

- - -
-
- -

Protected getMatchingSource

- - -
-
- -

isAuxiliaryIdentifier

- - -
-
- -

isRootRequired

- - -
-
- -

validate

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Constructor
  • -
  • Method
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Protected property
  • -
  • Protected method
  • -
-
    -
  • Inherited method
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/ldp_auxiliary_suffixauxiliaryidentifierstrategy.suffixauxiliaryidentifierstrategy.html b/docs/classes/ldp_auxiliary_suffixauxiliaryidentifierstrategy.suffixauxiliaryidentifierstrategy.html deleted file mode 100644 index 5a50fae03..000000000 --- a/docs/classes/ldp_auxiliary_suffixauxiliaryidentifierstrategy.suffixauxiliaryidentifierstrategy.html +++ /dev/null @@ -1,335 +0,0 @@ - - - - - - SuffixAuxiliaryIdentifierStrategy | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- 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

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Properties

-
- -

Protected Readonly suffix

-
suffix: string
- -
-
-
-

Methods

-
- -

getAssociatedIdentifier

- - -
-
- -

getAuxiliaryIdentifier

- - -
-
- -

getAuxiliaryIdentifiers

- - -
-
- -

isAuxiliaryIdentifier

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Constructor
  • -
  • Method
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Protected property
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/ldp_auxiliary_validator.validator.html b/docs/classes/ldp_auxiliary_validator.validator.html deleted file mode 100644 index 272be2c0e..000000000 --- a/docs/classes/ldp_auxiliary_validator.validator.html +++ /dev/null @@ -1,311 +0,0 @@ - - - - - - Validator | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class Validator

-
-
-
-
-
-
-
-
-
-

Generic interface for classes that validate Representations in some way.

-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

canHandle

- -
    -
  • - -
    -
    -

    Checks if the input data can be handled by this class. - Throws an error if it can't handle the data.

    -
    -
    -

    Parameters

    -
      -
    • -
      input: Representation
      -
      -

      Input data that could potentially be handled.

      -
      -
    • -
    -

    Returns Promise<void>

    -

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

    -
  • -
-
-
- -

Abstract handle

- -
    -
  • - -
    -
    -

    Handles the given input. This should only be done if the canHandle function returned true. - Therefore, consider using the handleSafe function instead.

    -
    -
    -

    Parameters

    -
      -
    • -
      input: Representation
      -
      -

      Input data that needs to be handled.

      -
      -
    • -
    -

    Returns Promise<void>

    -

    A promise resolving when the handling is finished. Return value depends on the given type.

    -
  • -
-
-
- -

handleSafe

- -
    -
  • - -
    -
    -

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

    -
    -
    -

    Parameters

    -
      -
    • -
      input: Representation
      -
      -

      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. - Return value depends on the given type.

    -
  • -
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited method
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/ldp_http_acceptpreferenceparser.acceptpreferenceparser.html b/docs/classes/ldp_http_acceptpreferenceparser.acceptpreferenceparser.html deleted file mode 100644 index c4ad826d9..000000000 --- a/docs/classes/ldp_http_acceptpreferenceparser.acceptpreferenceparser.html +++ /dev/null @@ -1,320 +0,0 @@ - - - - - - AcceptPreferenceParser | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class AcceptPreferenceParser

-
-
-
-
-
-
-
-
-
-

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

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

canHandle

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

    Checks if the input data can be handled by this class. - Throws an error if it can't handle the data.

    -
    -
    -

    Parameters

    -
      -
    • -
      input: { request: HttpRequest }
      -
      -

      Input data that could potentially be handled.

      -
      - -
    • -
    -

    Returns Promise<void>

    -

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

    -
  • -
-
-
- -

handle

- - -
-
- -

handleSafe

- -
    -
  • - -
    -
    -

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

    -
    -
    -

    Parameters

    -
      -
    • -
      input: { request: HttpRequest }
      -
      -

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

      -
      - -
    • -
    -

    Returns Promise<RepresentationPreferences>

    -

    A promise resolving if the input can be handled, rejecting with an Error if not. - Return value depends on the given type.

    -
  • -
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Method
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited method
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/ldp_http_basicrequestparser.basicrequestparser.html b/docs/classes/ldp_http_basicrequestparser.basicrequestparser.html deleted file mode 100644 index aa6f64cbc..000000000 --- a/docs/classes/ldp_http_basicrequestparser.basicrequestparser.html +++ /dev/null @@ -1,384 +0,0 @@ - - - - - - BasicRequestParser | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class BasicRequestParser

-
-
-
-
-
-
-
-
-
-

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

-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Properties

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Properties

-
- -

Private Readonly bodyParser

-
bodyParser: BodyParser
- -
-
- -

Private Readonly metadataParser

-
metadataParser: MetadataParser
- -
-
- -

Private Readonly preferenceParser

-
preferenceParser: PreferenceParser
- -
-
- -

Private Readonly targetExtractor

-
targetExtractor: TargetExtractor
- -
-
-
-

Methods

-
- -

canHandle

- -
    -
  • - -
    -
    -

    Checks if the input data can be handled by this class. - Throws an error if it can't handle the data.

    -
    -
    -

    Parameters

    -
      -
    • -
      input: HttpRequest
      -
      -

      Input data that could potentially be handled.

      -
      -
    • -
    -

    Returns Promise<void>

    -

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

    -
  • -
-
-
- -

handle

- - -
-
- -

handleSafe

- -
    -
  • - -
    -
    -

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

    -
    -
    -

    Parameters

    -
      -
    • -
      input: HttpRequest
      -
      -

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

      -
      -
    • -
    -

    Returns Promise<Operation>

    -

    A promise resolving if the input can be handled, rejecting with an Error if not. - Return value depends on the given type.

    -
  • -
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Constructor
  • -
  • Method
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Inherited method
  • -
-
    -
  • Private property
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/ldp_http_basicresponsewriter.basicresponsewriter.html b/docs/classes/ldp_http_basicresponsewriter.basicresponsewriter.html deleted file mode 100644 index f7cddf1dd..000000000 --- a/docs/classes/ldp_http_basicresponsewriter.basicresponsewriter.html +++ /dev/null @@ -1,376 +0,0 @@ - - - - - - BasicResponseWriter | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class BasicResponseWriter

-
-
-
-
-
-
-
-
-
-

Writes to an HttpResponse based on the incoming ResponseDescription.

-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Properties

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Properties

-
- -

Protected Readonly logger

-
logger: Logger = ...
- -
-
- -

Private Readonly metadataWriter

-
metadataWriter: MetadataWriter
- -
-
-
-

Methods

-
- -

canHandle

-
    -
  • canHandle(input: { response: ServerResponse; result: ResponseDescription }): Promise<void>
  • -
- -
-
- -

handle

- - -
-
- -

handleSafe

-
    -
  • handleSafe(input: { response: ServerResponse; result: ResponseDescription }): Promise<void>
  • -
-
    -
  • - -
    -
    -

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

    -
    -
    -

    Parameters

    -
      -
    • -
      input: { response: ServerResponse; result: ResponseDescription }
      -
      -

      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. - Return value depends on the given type.

    -
  • -
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Constructor
  • -
  • Method
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Inherited method
  • -
-
    -
  • Protected property
  • -
-
    -
  • Private property
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/ldp_http_bodyparser.bodyparser.html b/docs/classes/ldp_http_bodyparser.bodyparser.html deleted file mode 100644 index c506ebe61..000000000 --- a/docs/classes/ldp_http_bodyparser.bodyparser.html +++ /dev/null @@ -1,317 +0,0 @@ - - - - - - BodyParser | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class BodyParser

-
-
-
-
-
-
-
-
-
-

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

-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

canHandle

- -
    -
  • - -
    -
    -

    Checks if the input data can be handled by this class. - Throws an error if it can't handle the data.

    -
    -
    -

    Parameters

    -
      -
    • -
      input: BodyParserArgs
      -
      -

      Input data that could potentially be handled.

      -
      -
    • -
    -

    Returns Promise<void>

    -

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

    -
  • -
-
-
- -

Abstract handle

- - -
-
- -

handleSafe

- -
    -
  • - -
    -
    -

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

    -
    -
    -

    Parameters

    -
      -
    • -
      input: BodyParserArgs
      -
      -

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

      -
      -
    • -
    -

    Returns Promise<undefined | Representation>

    -

    A promise resolving if the input can be handled, rejecting with an Error if not. - Return value depends on the given type.

    -
  • -
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited method
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/ldp_http_convertingerrorhandler.convertingerrorhandler.html b/docs/classes/ldp_http_convertingerrorhandler.convertingerrorhandler.html deleted file mode 100644 index 92a688883..000000000 --- a/docs/classes/ldp_http_convertingerrorhandler.convertingerrorhandler.html +++ /dev/null @@ -1,452 +0,0 @@ - - - - - - ConvertingErrorHandler | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class ConvertingErrorHandler

-
-
-
-
-
-
-
-
-
-

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

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Properties

-
- -

Private Readonly converter

- - -
-
- -

Private Readonly showStackTrace

-
showStackTrace: boolean
- -
-
-
-

Methods

-
- -

canHandle

- - -
-
- -

Private createResponse

- - -
-
- -

handle

- - -
-
- -

handleSafe

- - -
-
- -

Private prepareArguments

- - -
-
- -

Private toRepresentation

-
    -
  • toRepresentation(error: Error, statusCode: number): Representation
  • -
-
    -
  • - -
    -
    -

    Creates a Representation based on the given error. - Content type will be internal/error. - The status code is used for metadata.

    -
    -
    -

    Parameters

    -
      -
    • -
      error: Error
      -
    • -
    • -
      statusCode: number
      -
    • -
    -

    Returns Representation

    -
  • -
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Constructor
  • -
  • Method
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Private property
  • -
  • Private method
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/ldp_http_errorhandler.errorhandler.html b/docs/classes/ldp_http_errorhandler.errorhandler.html deleted file mode 100644 index fec10bbc9..000000000 --- a/docs/classes/ldp_http_errorhandler.errorhandler.html +++ /dev/null @@ -1,317 +0,0 @@ - - - - - - ErrorHandler | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class ErrorHandler

-
-
-
-
-
-
-
-
-
-

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

-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

canHandle

- -
    -
  • - -
    -
    -

    Checks if the input data can be handled by this class. - Throws an error if it can't handle the data.

    -
    -
    -

    Parameters

    -
      -
    • -
      input: ErrorHandlerArgs
      -
      -

      Input data that could potentially be handled.

      -
      -
    • -
    -

    Returns Promise<void>

    -

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

    -
  • -
-
-
- -

Abstract handle

- - -
-
- -

handleSafe

- -
    -
  • - -
    -
    -

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

    -
    -
    -

    Parameters

    -
      -
    • -
      input: ErrorHandlerArgs
      -
      -

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

      -
      -
    • -
    -

    Returns Promise<ResponseDescription>

    -

    A promise resolving if the input can be handled, rejecting with an Error if not. - Return value depends on the given type.

    -
  • -
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited method
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/ldp_http_metadata_constantmetadatawriter.constantmetadatawriter.html b/docs/classes/ldp_http_metadata_constantmetadatawriter.constantmetadatawriter.html deleted file mode 100644 index ce87e0810..000000000 --- a/docs/classes/ldp_http_metadata_constantmetadatawriter.constantmetadatawriter.html +++ /dev/null @@ -1,359 +0,0 @@ - - - - - - ConstantMetadataWriter | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- 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

-
- -

constructor

- - -
-
-
-

Properties

-
- -

Private Readonly headers

-
headers: [string, string][]
- -
-
-
-

Methods

-
- -

canHandle

- -
    -
  • - -
    -
    -

    Checks if the input data can be handled by this class. - Throws an error if it can't handle the data.

    -
    -
    -

    Parameters

    - -

    Returns Promise<void>

    -

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

    -
  • -
-
-
- -

handle

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

    Handles the given input. This should only be done if the canHandle function returned true. - Therefore, consider using the handleSafe function instead.

    -
    -
    -

    Parameters

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

    Returns Promise<void>

    -

    A promise resolving when the handling is finished. Return value depends on the given type.

    -
  • -
-
-
- -

handleSafe

- -
    -
  • - -
    -
    -

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

    -
    -
    -

    Parameters

    - -

    Returns Promise<void>

    -

    A promise resolving if the input can be handled, rejecting with an Error if not. - Return value depends on the given type.

    -
  • -
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Constructor
  • -
  • Method
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Inherited method
  • -
-
    -
  • Private property
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/ldp_http_metadata_contenttypeparser.contenttypeparser.html b/docs/classes/ldp_http_metadata_contenttypeparser.contenttypeparser.html deleted file mode 100644 index e7cadffcf..000000000 --- a/docs/classes/ldp_http_metadata_contenttypeparser.contenttypeparser.html +++ /dev/null @@ -1,329 +0,0 @@ - - - - - - ContentTypeParser | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- 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

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

canHandle

- - -
-
- -

handle

- - -
-
- -

handleSafe

- -
    -
  • - -
    -
    -

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

    -
    -
    -

    Parameters

    - -

    Returns Promise<void>

    -

    A promise resolving if the input can be handled, rejecting with an Error if not. - Return value depends on the given type.

    -
  • -
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Method
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited method
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/ldp_http_metadata_linkrelmetadatawriter.linkrelmetadatawriter.html b/docs/classes/ldp_http_metadata_linkrelmetadatawriter.linkrelmetadatawriter.html deleted file mode 100644 index 8d4a997b4..000000000 --- a/docs/classes/ldp_http_metadata_linkrelmetadatawriter.linkrelmetadatawriter.html +++ /dev/null @@ -1,380 +0,0 @@ - - - - - - LinkRelMetadataWriter | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- 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

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Properties

-
- -

Private Readonly linkRelMap

-
linkRelMap: Record<string, string>
- -
-
- -

Protected Readonly logger

-
logger: Logger = ...
- -
-
-
-

Methods

-
- -

canHandle

- -
    -
  • - -
    -
    -

    Checks if the input data can be handled by this class. - Throws an error if it can't handle the data.

    -
    -
    -

    Parameters

    - -

    Returns Promise<void>

    -

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

    -
  • -
-
-
- -

handle

- - -
-
- -

handleSafe

- -
    -
  • - -
    -
    -

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

    -
    -
    -

    Parameters

    - -

    Returns Promise<void>

    -

    A promise resolving if the input can be handled, rejecting with an Error if not. - Return value depends on the given type.

    -
  • -
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Constructor
  • -
  • Method
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Inherited method
  • -
-
    -
  • Protected property
  • -
-
    -
  • Private property
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/ldp_http_metadata_linktypeparser.linktypeparser.html b/docs/classes/ldp_http_metadata_linktypeparser.linktypeparser.html deleted file mode 100644 index 149286439..000000000 --- a/docs/classes/ldp_http_metadata_linktypeparser.linktypeparser.html +++ /dev/null @@ -1,384 +0,0 @@ - - - - - - LinkTypeParser | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
- -
-
-
-
-
-
-
-
-

Parses Link headers with "rel=type" parameters and adds them as RDF.type metadata.

-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Properties

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Properties

-
- -

Protected Readonly logger

-
logger: Logger = ...
- -
-
-
-

Methods

-
- -

canHandle

- - -
-
- -

handle

- - -
-
- -

handleSafe

- -
    -
  • - -
    -
    -

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

    -
    -
    -

    Parameters

    - -

    Returns Promise<void>

    -

    A promise resolving if the input can be handled, rejecting with an Error if not. - Return value depends on the given type.

    -
  • -
-
-
- -

Protected parseLink

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Method
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited method
  • -
-
    -
  • Protected property
  • -
  • Protected method
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/ldp_http_metadata_mappedmetadatawriter.mappedmetadatawriter.html b/docs/classes/ldp_http_metadata_mappedmetadatawriter.mappedmetadatawriter.html deleted file mode 100644 index e67f53954..000000000 --- a/docs/classes/ldp_http_metadata_mappedmetadatawriter.mappedmetadatawriter.html +++ /dev/null @@ -1,363 +0,0 @@ - - - - - - MappedMetadataWriter | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- 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

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Properties

-
- -

Private Readonly headerMap

-
headerMap: [string, string][]
- -
-
-
-

Methods

-
- -

canHandle

- -
    -
  • - -
    -
    -

    Checks if the input data can be handled by this class. - Throws an error if it can't handle the data.

    -
    -
    -

    Parameters

    - -

    Returns Promise<void>

    -

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

    -
  • -
-
-
- -

handle

- - -
-
- -

handleSafe

- -
    -
  • - -
    -
    -

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

    -
    -
    -

    Parameters

    - -

    Returns Promise<void>

    -

    A promise resolving if the input can be handled, rejecting with an Error if not. - Return value depends on the given type.

    -
  • -
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Constructor
  • -
  • Method
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Inherited method
  • -
-
    -
  • Private property
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/ldp_http_metadata_metadataparser.metadataparser.html b/docs/classes/ldp_http_metadata_metadataparser.metadataparser.html deleted file mode 100644 index 6f183c75f..000000000 --- a/docs/classes/ldp_http_metadata_metadataparser.metadataparser.html +++ /dev/null @@ -1,342 +0,0 @@ - - - - - - MetadataParser | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- 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

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

canHandle

- - -
-
- -

Abstract handle

- - -
-
- -

handleSafe

- -
    -
  • - -
    -
    -

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

    -
    -
    -

    Parameters

    - -

    Returns Promise<void>

    -

    A promise resolving if the input can be handled, rejecting with an Error if not. - Return value depends on the given type.

    -
  • -
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited method
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/ldp_http_metadata_metadatawriter.metadatawriter.html b/docs/classes/ldp_http_metadata_metadatawriter.metadatawriter.html deleted file mode 100644 index bb1cd54d2..000000000 --- a/docs/classes/ldp_http_metadata_metadatawriter.metadatawriter.html +++ /dev/null @@ -1,347 +0,0 @@ - - - - - - MetadataWriter | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
- -
-
-
-
-
-
-
-
-

A serializer that converts metadata to headers for an HttpResponse.

-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

canHandle

- -
    -
  • - -
    -
    -

    Checks if the input data can be handled by this class. - Throws an error if it can't handle the data.

    -
    -
    -

    Parameters

    - -

    Returns Promise<void>

    -

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

    -
  • -
-
-
- -

Abstract handle

- -
    -
  • - -
    -
    -

    Handles the given input. This should only be done if the canHandle function returned true. - Therefore, consider using the handleSafe function instead.

    -
    -
    -

    Parameters

    - -

    Returns Promise<void>

    -

    A promise resolving when the handling is finished. Return value depends on the given type.

    -
  • -
-
-
- -

handleSafe

- -
    -
  • - -
    -
    -

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

    -
    -
    -

    Parameters

    - -

    Returns Promise<void>

    -

    A promise resolving if the input can be handled, rejecting with an Error if not. - Return value depends on the given type.

    -
  • -
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited method
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/ldp_http_metadata_slugparser.slugparser.html b/docs/classes/ldp_http_metadata_slugparser.slugparser.html deleted file mode 100644 index 266dd79fa..000000000 --- a/docs/classes/ldp_http_metadata_slugparser.slugparser.html +++ /dev/null @@ -1,353 +0,0 @@ - - - - - - SlugParser | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class SlugParser

-
-
-
-
-
-
-
-
-
-

Converts the contents of the slug header to metadata.

-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Properties

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Properties

-
- -

Protected Readonly logger

-
logger: Logger = ...
- -
-
-
-

Methods

-
- -

canHandle

- - -
-
- -

handle

- - -
-
- -

handleSafe

- -
    -
  • - -
    -
    -

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

    -
    -
    -

    Parameters

    - -

    Returns Promise<void>

    -

    A promise resolving if the input can be handled, rejecting with an Error if not. - Return value depends on the given type.

    -
  • -
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Method
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited method
  • -
-
    -
  • Protected property
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/ldp_http_metadata_wacallowmetadatawriter.wacallowmetadatawriter.html b/docs/classes/ldp_http_metadata_wacallowmetadatawriter.wacallowmetadatawriter.html deleted file mode 100644 index 38fd78003..000000000 --- a/docs/classes/ldp_http_metadata_wacallowmetadatawriter.wacallowmetadatawriter.html +++ /dev/null @@ -1,391 +0,0 @@ - - - - - - WacAllowMetadataWriter | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- 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

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

Private aclToPermission

-
    -
  • aclToPermission(aclTerm: Term): string
  • -
- -
-
- -

canHandle

- -
    -
  • - -
    -
    -

    Checks if the input data can be handled by this class. - Throws an error if it can't handle the data.

    -
    -
    -

    Parameters

    - -

    Returns Promise<void>

    -

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

    -
  • -
-
-
- -

Private createAccessParam

-
    -
  • createAccessParam(name: string, modes: string[]): string
  • -
- -
-
- -

handle

- - -
-
- -

handleSafe

- -
    -
  • - -
    -
    -

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

    -
    -
    -

    Parameters

    - -

    Returns Promise<void>

    -

    A promise resolving if the input can be handled, rejecting with an Error if not. - Return value depends on the given type.

    -
  • -
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Method
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited method
  • -
-
    -
  • Private method
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/ldp_http_metadata_wwwauthmetadatawriter.wwwauthmetadatawriter.html b/docs/classes/ldp_http_metadata_wwwauthmetadatawriter.wwwauthmetadatawriter.html deleted file mode 100644 index 427e547a1..000000000 --- a/docs/classes/ldp_http_metadata_wwwauthmetadatawriter.wwwauthmetadatawriter.html +++ /dev/null @@ -1,362 +0,0 @@ - - - - - - WwwAuthMetadataWriter | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- 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

-
- -

constructor

- - -
-
-
-

Properties

-
- -

Private Readonly auth

-
auth: string
- -
-
-
-

Methods

-
- -

canHandle

- -
    -
  • - -
    -
    -

    Checks if the input data can be handled by this class. - Throws an error if it can't handle the data.

    -
    -
    -

    Parameters

    - -

    Returns Promise<void>

    -

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

    -
  • -
-
-
- -

handle

- - -
-
- -

handleSafe

- -
    -
  • - -
    -
    -

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

    -
    -
    -

    Parameters

    - -

    Returns Promise<void>

    -

    A promise resolving if the input can be handled, rejecting with an Error if not. - Return value depends on the given type.

    -
  • -
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Constructor
  • -
  • Method
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Inherited method
  • -
-
    -
  • Private property
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/ldp_http_originalurlextractor.originalurlextractor.html b/docs/classes/ldp_http_originalurlextractor.originalurlextractor.html deleted file mode 100644 index 777839a1b..000000000 --- a/docs/classes/ldp_http_originalurlextractor.originalurlextractor.html +++ /dev/null @@ -1,358 +0,0 @@ - - - - - - OriginalUrlExtractor | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class OriginalUrlExtractor

-
-
-
-
-
-
-
-
-
-

Reconstructs the original URL of an incoming HttpRequest.

-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Properties

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Properties

-
- -

Private Readonly includeQueryString

-
includeQueryString: boolean
- -
-
-
-

Methods

-
- -

canHandle

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

    Checks if the input data can be handled by this class. - Throws an error if it can't handle the data.

    -
    -
    -

    Parameters

    -
      -
    • -
      input: { request: HttpRequest }
      -
      -

      Input data that could potentially be handled.

      -
      - -
    • -
    -

    Returns Promise<void>

    -

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

    -
  • -
-
-
- -

handle

- - -
-
- -

handleSafe

- -
    -
  • - -
    -
    -

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

    -
    -
    -

    Parameters

    -
      -
    • -
      input: { request: HttpRequest }
      -
      -

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

      -
      - -
    • -
    -

    Returns Promise<ResourceIdentifier>

    -

    A promise resolving if the input can be handled, rejecting with an Error if not. - Return value depends on the given type.

    -
  • -
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Constructor
  • -
  • Method
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Inherited method
  • -
-
    -
  • Private property
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/ldp_http_preferenceparser.preferenceparser.html b/docs/classes/ldp_http_preferenceparser.preferenceparser.html deleted file mode 100644 index f4b736e4f..000000000 --- a/docs/classes/ldp_http_preferenceparser.preferenceparser.html +++ /dev/null @@ -1,326 +0,0 @@ - - - - - - PreferenceParser | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class PreferenceParser

-
-
-
-
-
-
-
-
-
-

Creates RepresentationPreferences based on the incoming HTTP headers in a HttpRequest.

-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

canHandle

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

    Checks if the input data can be handled by this class. - Throws an error if it can't handle the data.

    -
    -
    -

    Parameters

    -
      -
    • -
      input: { request: HttpRequest }
      -
      -

      Input data that could potentially be handled.

      -
      - -
    • -
    -

    Returns Promise<void>

    -

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

    -
  • -
-
-
- -

Abstract handle

- - -
-
- -

handleSafe

- -
    -
  • - -
    -
    -

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

    -
    -
    -

    Parameters

    -
      -
    • -
      input: { request: HttpRequest }
      -
      -

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

      -
      - -
    • -
    -

    Returns Promise<RepresentationPreferences>

    -

    A promise resolving if the input can be handled, rejecting with an Error if not. - Return value depends on the given type.

    -
  • -
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited method
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/ldp_http_rawbodyparser.rawbodyparser.html b/docs/classes/ldp_http_rawbodyparser.rawbodyparser.html deleted file mode 100644 index de3de5c6b..000000000 --- a/docs/classes/ldp_http_rawbodyparser.rawbodyparser.html +++ /dev/null @@ -1,329 +0,0 @@ - - - - - - RawBodyParser | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class RawBodyParser

-
-
-
-
-
-
-
-
-
-

Converts incoming HttpRequest to a Representation without any further parsing.

-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Properties

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Properties

-
- -

Protected Readonly logger

-
logger: Logger = ...
- -
-
-
-

Methods

-
- -

canHandle

- -
    -
  • - -
    -
    -

    Checks if the input data can be handled by this class. - Throws an error if it can't handle the data.

    -
    -
    -

    Parameters

    -
      -
    • -
      input: BodyParserArgs
      -
      -

      Input data that could potentially be handled.

      -
      -
    • -
    -

    Returns Promise<void>

    -

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

    -
  • -
-
-
- -

handle

- - -
-
- -

handleSafe

- -
    -
  • - -
    -
    -

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

    -
    -
    -

    Parameters

    -
      -
    • -
      input: BodyParserArgs
      -
      -

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

      -
      -
    • -
    -

    Returns Promise<undefined | Representation>

    -

    A promise resolving if the input can be handled, rejecting with an Error if not. - Return value depends on the given type.

    -
  • -
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Method
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited method
  • -
-
    -
  • Protected property
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/ldp_http_requestparser.requestparser.html b/docs/classes/ldp_http_requestparser.requestparser.html deleted file mode 100644 index 48a339dd4..000000000 --- a/docs/classes/ldp_http_requestparser.requestparser.html +++ /dev/null @@ -1,311 +0,0 @@ - - - - - - RequestParser | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class RequestParser

-
-
-
-
-
-
-
-
-
-

Converts an incoming HttpRequest to an Operation.

-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

canHandle

- -
    -
  • - -
    -
    -

    Checks if the input data can be handled by this class. - Throws an error if it can't handle the data.

    -
    -
    -

    Parameters

    -
      -
    • -
      input: HttpRequest
      -
      -

      Input data that could potentially be handled.

      -
      -
    • -
    -

    Returns Promise<void>

    -

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

    -
  • -
-
-
- -

Abstract handle

- -
    -
  • - -
    -
    -

    Handles the given input. This should only be done if the canHandle function returned true. - Therefore, consider using the handleSafe function instead.

    -
    -
    -

    Parameters

    -
      -
    • -
      input: HttpRequest
      -
      -

      Input data that needs to be handled.

      -
      -
    • -
    -

    Returns Promise<Operation>

    -

    A promise resolving when the handling is finished. Return value depends on the given type.

    -
  • -
-
-
- -

handleSafe

- -
    -
  • - -
    -
    -

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

    -
    -
    -

    Parameters

    -
      -
    • -
      input: HttpRequest
      -
      -

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

      -
      -
    • -
    -

    Returns Promise<Operation>

    -

    A promise resolving if the input can be handled, rejecting with an Error if not. - Return value depends on the given type.

    -
  • -
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited method
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/ldp_http_response_createdresponsedescription.createdresponsedescription.html b/docs/classes/ldp_http_response_createdresponsedescription.createdresponsedescription.html deleted file mode 100644 index cc453a2f8..000000000 --- a/docs/classes/ldp_http_response_createdresponsedescription.createdresponsedescription.html +++ /dev/null @@ -1,244 +0,0 @@ - - - - - - CreatedResponseDescription | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
- -
-
-
-
-
-
-
-

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

-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Properties

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Properties

-
- -

Optional Readonly data

-
data: Guarded<Readable>
- -
-
- -

Optional Readonly metadata

- - -
-
- -

Readonly statusCode

-
statusCode: number
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Constructor
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Inherited property
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/ldp_http_response_okresponsedescription.okresponsedescription.html b/docs/classes/ldp_http_response_okresponsedescription.okresponsedescription.html deleted file mode 100644 index 379f239f5..000000000 --- a/docs/classes/ldp_http_response_okresponsedescription.okresponsedescription.html +++ /dev/null @@ -1,253 +0,0 @@ - - - - - - OkResponseDescription | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
- -
-
-
-
-
-
-
-
-

Corresponds to a 200 response, containing relevant metadata and potentially data.

-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Properties

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Properties

-
- -

Optional Readonly data

-
data: Guarded<Readable>
- -
-
- -

Optional Readonly metadata

- - -
-
- -

Readonly statusCode

-
statusCode: number
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Constructor
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Inherited property
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/ldp_http_response_resetresponsedescription.resetresponsedescription.html b/docs/classes/ldp_http_response_resetresponsedescription.resetresponsedescription.html deleted file mode 100644 index a2a6a62ec..000000000 --- a/docs/classes/ldp_http_response_resetresponsedescription.resetresponsedescription.html +++ /dev/null @@ -1,238 +0,0 @@ - - - - - - ResetResponseDescription | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
- -
-
-
-
-
-
-
-
-

Corresponds to a 205 response.

-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Properties

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Properties

-
- -

Optional Readonly data

-
data: Guarded<Readable>
- -
-
- -

Optional Readonly metadata

- - -
-
- -

Readonly statusCode

-
statusCode: number
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Constructor
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Inherited property
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/ldp_http_response_responsedescription.responsedescription.html b/docs/classes/ldp_http_response_responsedescription.responsedescription.html deleted file mode 100644 index f5b835e8b..000000000 --- a/docs/classes/ldp_http_response_responsedescription.responsedescription.html +++ /dev/null @@ -1,259 +0,0 @@ - - - - - - ResponseDescription | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
- -
-
-
-
-
-
-
-
-

The result of executing an operation.

-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Properties

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Properties

-
- -

Optional Readonly data

-
data: Guarded<Readable>
- -
-
- -

Optional Readonly metadata

- - -
-
- -

Readonly statusCode

-
statusCode: number
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Constructor
  • -
  • Property
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/ldp_http_responsewriter.responsewriter.html b/docs/classes/ldp_http_responsewriter.responsewriter.html deleted file mode 100644 index 2a9f8e481..000000000 --- a/docs/classes/ldp_http_responsewriter.responsewriter.html +++ /dev/null @@ -1,335 +0,0 @@ - - - - - - ResponseWriter | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class ResponseWriter

-
-
-
-
-
-
-
-
-
-

Writes the ResponseDescription to the HttpResponse.

-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

canHandle

-
    -
  • canHandle(input: { response: ServerResponse; result: ResponseDescription }): Promise<void>
  • -
-
    -
  • - -
    -
    -

    Checks if the input data can be handled by this class. - Throws an error if it can't handle the data.

    -
    -
    -

    Parameters

    -
      -
    • -
      input: { response: ServerResponse; result: ResponseDescription }
      -
      -

      Input data that could potentially be handled.

      -
      - -
    • -
    -

    Returns Promise<void>

    -

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

    -
  • -
-
-
- -

Abstract handle

- -
    -
  • - -
    -
    -

    Handles the given input. This should only be done if the canHandle function returned true. - Therefore, consider using the handleSafe function instead.

    -
    -
    -

    Parameters

    - -

    Returns Promise<void>

    -

    A promise resolving when the handling is finished. Return value depends on the given type.

    -
  • -
-
-
- -

handleSafe

-
    -
  • handleSafe(input: { response: ServerResponse; result: ResponseDescription }): Promise<void>
  • -
-
    -
  • - -
    -
    -

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

    -
    -
    -

    Parameters

    -
      -
    • -
      input: { response: ServerResponse; result: ResponseDescription }
      -
      -

      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. - Return value depends on the given type.

    -
  • -
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited method
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/ldp_http_safeerrorhandler.safeerrorhandler.html b/docs/classes/ldp_http_safeerrorhandler.safeerrorhandler.html deleted file mode 100644 index fb9e03e3c..000000000 --- a/docs/classes/ldp_http_safeerrorhandler.safeerrorhandler.html +++ /dev/null @@ -1,373 +0,0 @@ - - - - - - SafeErrorHandler | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class SafeErrorHandler

-
-
-
-
-
-
-
-
-
-

Returns a simple text description of an error. - This class is a failsafe in case the wrapped error handler fails.

-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Properties

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Properties

-
- -

Private Readonly errorHandler

-
errorHandler: ErrorHandler
- -
-
- -

Protected Readonly logger

-
logger: Logger = ...
- -
-
- -

Private Readonly showStackTrace

-
showStackTrace: boolean
- -
-
-
-

Methods

-
- -

canHandle

- -
    -
  • - -
    -
    -

    Checks if the input data can be handled by this class. - Throws an error if it can't handle the data.

    -
    -
    -

    Parameters

    -
      -
    • -
      input: ErrorHandlerArgs
      -
      -

      Input data that could potentially be handled.

      -
      -
    • -
    -

    Returns Promise<void>

    -

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

    -
  • -
-
-
- -

handle

- - -
-
- -

handleSafe

- -
    -
  • - -
    -
    -

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

    -
    -
    -

    Parameters

    -
      -
    • -
      input: ErrorHandlerArgs
      -
      -

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

      -
      -
    • -
    -

    Returns Promise<ResponseDescription>

    -

    A promise resolving if the input can be handled, rejecting with an Error if not. - Return value depends on the given type.

    -
  • -
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Constructor
  • -
  • Method
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Inherited method
  • -
-
    -
  • Protected property
  • -
-
    -
  • Private property
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/ldp_http_sparqlupdatebodyparser.sparqlupdatebodyparser.html b/docs/classes/ldp_http_sparqlupdatebodyparser.sparqlupdatebodyparser.html deleted file mode 100644 index 5a054c6a5..000000000 --- a/docs/classes/ldp_http_sparqlupdatebodyparser.sparqlupdatebodyparser.html +++ /dev/null @@ -1,327 +0,0 @@ - - - - - - SparqlUpdateBodyParser | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class SparqlUpdateBodyParser

-
-
-
-
-
-
-
-
-
-

BodyParser that supports application/sparql-update content. - Will convert the incoming update string to algebra in a SparqlUpdatePatch.

-
-
-
-
-

Hierarchy

-
    -
  • - BodyParser -
      -
    • - SparqlUpdateBodyParser -
    • -
    -
  • -
-
-
-

Index

-
-
-
-

Constructors

- -
-
-

Properties

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Properties

-
- -

Protected Readonly logger

-
logger: Logger = ...
- -
-
-
-

Methods

-
- -

canHandle

- -
    -
  • - -
    -
    -

    Checks if the input data can be handled by this class. - Throws an error if it can't handle the data.

    -
    -
    -

    Parameters

    - -

    Returns Promise<void>

    -

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

    -
  • -
-
-
- -

handle

- - -
-
- -

handleSafe

- -
    -
  • - -
    -
    -

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

    -
    -
    -

    Parameters

    -
      -
    • -
      input: BodyParserArgs
      -
      -

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

      -
      -
    • -
    -

    Returns Promise<undefined | Representation>

    -

    A promise resolving if the input can be handled, rejecting with an Error if not. - Return value depends on the given type.

    -
  • -
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Method
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited method
  • -
-
    -
  • Protected property
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/ldp_http_targetextractor.targetextractor.html b/docs/classes/ldp_http_targetextractor.targetextractor.html deleted file mode 100644 index 5aeff0374..000000000 --- a/docs/classes/ldp_http_targetextractor.targetextractor.html +++ /dev/null @@ -1,326 +0,0 @@ - - - - - - TargetExtractor | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class TargetExtractor

-
-
-
-
-
-
-
-
-
-

Extracts a ResourceIdentifier from an incoming HttpRequest.

-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

canHandle

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

    Checks if the input data can be handled by this class. - Throws an error if it can't handle the data.

    -
    -
    -

    Parameters

    -
      -
    • -
      input: { request: HttpRequest }
      -
      -

      Input data that could potentially be handled.

      -
      - -
    • -
    -

    Returns Promise<void>

    -

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

    -
  • -
-
-
- -

Abstract handle

- - -
-
- -

handleSafe

- -
    -
  • - -
    -
    -

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

    -
    -
    -

    Parameters

    -
      -
    • -
      input: { request: HttpRequest }
      -
      -

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

      -
      - -
    • -
    -

    Returns Promise<ResourceIdentifier>

    -

    A promise resolving if the input can be handled, rejecting with an Error if not. - Return value depends on the given type.

    -
  • -
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited method
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/ldp_operations_deleteoperationhandler.deleteoperationhandler.html b/docs/classes/ldp_operations_deleteoperationhandler.deleteoperationhandler.html deleted file mode 100644 index fa4b6812e..000000000 --- a/docs/classes/ldp_operations_deleteoperationhandler.deleteoperationhandler.html +++ /dev/null @@ -1,336 +0,0 @@ - - - - - - DeleteOperationHandler | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
- -
-
-
-
-
-
-
-
-

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

-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Properties

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Properties

-
- -

Private Readonly store

- - -
-
-
-

Methods

-
- -

canHandle

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

handle

- - -
-
- -

handleSafe

- -
    -
  • - -
    -
    -

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

    -
    -
    -

    Parameters

    -
      -
    • -
      input: Operation
      -
      -

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

      -
      -
    • -
    -

    Returns Promise<ResponseDescription>

    -

    A promise resolving if the input can be handled, rejecting with an Error if not. - Return value depends on the given type.

    -
  • -
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Constructor
  • -
  • Method
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Inherited method
  • -
-
    -
  • Private property
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/ldp_operations_getoperationhandler.getoperationhandler.html b/docs/classes/ldp_operations_getoperationhandler.getoperationhandler.html deleted file mode 100644 index ef42f1c5b..000000000 --- a/docs/classes/ldp_operations_getoperationhandler.getoperationhandler.html +++ /dev/null @@ -1,336 +0,0 @@ - - - - - - GetOperationHandler | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class GetOperationHandler

-
-
-
-
-
-
-
-
-
-

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

-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Properties

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Properties

-
- -

Private Readonly store

- - -
-
-
-

Methods

-
- -

canHandle

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

handle

- - -
-
- -

handleSafe

- -
    -
  • - -
    -
    -

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

    -
    -
    -

    Parameters

    -
      -
    • -
      input: Operation
      -
      -

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

      -
      -
    • -
    -

    Returns Promise<ResponseDescription>

    -

    A promise resolving if the input can be handled, rejecting with an Error if not. - Return value depends on the given type.

    -
  • -
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Constructor
  • -
  • Method
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Inherited method
  • -
-
    -
  • Private property
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/ldp_operations_headoperationhandler.headoperationhandler.html b/docs/classes/ldp_operations_headoperationhandler.headoperationhandler.html deleted file mode 100644 index 72c356a07..000000000 --- a/docs/classes/ldp_operations_headoperationhandler.headoperationhandler.html +++ /dev/null @@ -1,336 +0,0 @@ - - - - - - HeadOperationHandler | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
- -
-
-
-
-
-
-
-
-

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

-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Properties

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Properties

-
- -

Private Readonly store

- - -
-
-
-

Methods

-
- -

canHandle

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

handle

- - -
-
- -

handleSafe

- -
    -
  • - -
    -
    -

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

    -
    -
    -

    Parameters

    -
      -
    • -
      input: Operation
      -
      -

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

      -
      -
    • -
    -

    Returns Promise<ResponseDescription>

    -

    A promise resolving if the input can be handled, rejecting with an Error if not. - Return value depends on the given type.

    -
  • -
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Constructor
  • -
  • Method
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Inherited method
  • -
-
    -
  • Private property
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/ldp_operations_operationhandler.operationhandler.html b/docs/classes/ldp_operations_operationhandler.operationhandler.html deleted file mode 100644 index 5a7c240e2..000000000 --- a/docs/classes/ldp_operations_operationhandler.operationhandler.html +++ /dev/null @@ -1,326 +0,0 @@ - - - - - - OperationHandler | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class OperationHandler

-
-
-
-
-
-
-
-
-
-

Handler for a specific operation type.

-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

canHandle

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

    Checks if the input data can be handled by this class. - Throws an error if it can't handle the data.

    -
    -
    -

    Parameters

    -
      -
    • -
      input: Operation
      -
      -

      Input data that could potentially be handled.

      -
      -
    • -
    -

    Returns Promise<void>

    -

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

    -
  • -
-
-
- -

Abstract handle

- - -
-
- -

handleSafe

- -
    -
  • - -
    -
    -

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

    -
    -
    -

    Parameters

    -
      -
    • -
      input: Operation
      -
      -

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

      -
      -
    • -
    -

    Returns Promise<ResponseDescription>

    -

    A promise resolving if the input can be handled, rejecting with an Error if not. - Return value depends on the given type.

    -
  • -
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited method
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/ldp_operations_patchoperationhandler.patchoperationhandler.html b/docs/classes/ldp_operations_patchoperationhandler.patchoperationhandler.html deleted file mode 100644 index 1364dec56..000000000 --- a/docs/classes/ldp_operations_patchoperationhandler.patchoperationhandler.html +++ /dev/null @@ -1,353 +0,0 @@ - - - - - - PatchOperationHandler | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
- -
-
-
-
-
-
-
-
-

Handles PATCH Operations. - Calls the modifyResource function from a ResourceStore.

-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Properties

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Properties

-
- -

Protected Readonly logger

-
logger: Logger = ...
- -
-
- -

Private Readonly store

- - -
-
-
-

Methods

-
- -

canHandle

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

handle

- - -
-
- -

handleSafe

- -
    -
  • - -
    -
    -

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

    -
    -
    -

    Parameters

    -
      -
    • -
      input: Operation
      -
      -

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

      -
      -
    • -
    -

    Returns Promise<ResponseDescription>

    -

    A promise resolving if the input can be handled, rejecting with an Error if not. - Return value depends on the given type.

    -
  • -
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Constructor
  • -
  • Method
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Inherited method
  • -
-
    -
  • Protected property
  • -
-
    -
  • Private property
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/ldp_operations_postoperationhandler.postoperationhandler.html b/docs/classes/ldp_operations_postoperationhandler.postoperationhandler.html deleted file mode 100644 index 7330c9017..000000000 --- a/docs/classes/ldp_operations_postoperationhandler.postoperationhandler.html +++ /dev/null @@ -1,353 +0,0 @@ - - - - - - PostOperationHandler | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
- -
-
-
-
-
-
-
-
-

Handles POST Operations. - Calls the addResource function from a ResourceStore.

-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Properties

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Properties

-
- -

Protected Readonly logger

-
logger: Logger = ...
- -
-
- -

Private Readonly store

- - -
-
-
-

Methods

-
- -

canHandle

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

handle

- - -
-
- -

handleSafe

- -
    -
  • - -
    -
    -

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

    -
    -
    -

    Parameters

    -
      -
    • -
      input: Operation
      -
      -

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

      -
      -
    • -
    -

    Returns Promise<ResponseDescription>

    -

    A promise resolving if the input can be handled, rejecting with an Error if not. - Return value depends on the given type.

    -
  • -
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Constructor
  • -
  • Method
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Inherited method
  • -
-
    -
  • Protected property
  • -
-
    -
  • Private property
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/ldp_operations_putoperationhandler.putoperationhandler.html b/docs/classes/ldp_operations_putoperationhandler.putoperationhandler.html deleted file mode 100644 index d1aec1115..000000000 --- a/docs/classes/ldp_operations_putoperationhandler.putoperationhandler.html +++ /dev/null @@ -1,353 +0,0 @@ - - - - - - PutOperationHandler | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class PutOperationHandler

-
-
-
-
-
-
-
-
-
-

Handles PUT Operations. - Calls the setRepresentation function from a ResourceStore.

-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Properties

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Properties

-
- -

Protected Readonly logger

-
logger: Logger = ...
- -
-
- -

Private Readonly store

- - -
-
-
-

Methods

-
- -

canHandle

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

handle

- - -
-
- -

handleSafe

- -
    -
  • - -
    -
    -

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

    -
    -
    -

    Parameters

    -
      -
    • -
      input: Operation
      -
      -

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

      -
      -
    • -
    -

    Returns Promise<ResponseDescription>

    -

    A promise resolving if the input can be handled, rejecting with an Error if not. - Return value depends on the given type.

    -
  • -
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Constructor
  • -
  • Method
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Inherited method
  • -
-
    -
  • Protected property
  • -
-
    -
  • Private property
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/ldp_permissions_aclpermissionsextractor.aclpermissionsextractor.html b/docs/classes/ldp_permissions_aclpermissionsextractor.aclpermissionsextractor.html deleted file mode 100644 index ab5b95070..000000000 --- a/docs/classes/ldp_permissions_aclpermissionsextractor.aclpermissionsextractor.html +++ /dev/null @@ -1,332 +0,0 @@ - - - - - - AclPermissionsExtractor | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
- -
-
-
-
-
-
-
-
-

PermissionsExtractor specifically for acl resources.

-
-

Solid, §4.3.3: "To discover, read, create, or modify an ACL auxiliary resource, an acl:agent MUST have - acl:Control privileges per the ACL inheritance algorithm on the resource directly associated with it." - https://solid.github.io/specification/protocol#auxiliary-resources-reserved

-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Properties

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Properties

-
- -

Private Readonly aclStrategy

- - -
-
-
-

Methods

-
- -

canHandle

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

handle

- - -
-
- -

handleSafe

- -
    -
  • - -
    -
    -

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

    -
    -
    -

    Parameters

    -
      -
    • -
      input: Operation
      -
      -

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

      -
      -
    • -
    -

    Returns Promise<PermissionSet>

    -

    A promise resolving if the input can be handled, rejecting with an Error if not. - Return value depends on the given type.

    -
  • -
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Constructor
  • -
  • Method
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Inherited method
  • -
-
    -
  • Private property
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/ldp_permissions_methodpermissionsextractor.methodpermissionsextractor.html b/docs/classes/ldp_permissions_methodpermissionsextractor.methodpermissionsextractor.html deleted file mode 100644 index 78dbddb1e..000000000 --- a/docs/classes/ldp_permissions_methodpermissionsextractor.methodpermissionsextractor.html +++ /dev/null @@ -1,302 +0,0 @@ - - - - - - MethodPermissionsExtractor | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- 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

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

canHandle

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

handle

- - -
-
- -

handleSafe

- -
    -
  • - -
    -
    -

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

    -
    -
    -

    Parameters

    -
      -
    • -
      input: Operation
      -
      -

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

      -
      -
    • -
    -

    Returns Promise<PermissionSet>

    -

    A promise resolving if the input can be handled, rejecting with an Error if not. - Return value depends on the given type.

    -
  • -
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Method
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited method
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/ldp_permissions_permissionsextractor.permissionsextractor.html b/docs/classes/ldp_permissions_permissionsextractor.permissionsextractor.html deleted file mode 100644 index 2d8d79acf..000000000 --- a/docs/classes/ldp_permissions_permissionsextractor.permissionsextractor.html +++ /dev/null @@ -1,317 +0,0 @@ - - - - - - PermissionsExtractor | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
- -
-
-
-
-
-
-
-
-

Verifies which permissions are requested on a given Operation.

-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

canHandle

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

    Checks if the input data can be handled by this class. - Throws an error if it can't handle the data.

    -
    -
    -

    Parameters

    -
      -
    • -
      input: Operation
      -
      -

      Input data that could potentially be handled.

      -
      -
    • -
    -

    Returns Promise<void>

    -

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

    -
  • -
-
-
- -

Abstract handle

- - -
-
- -

handleSafe

- -
    -
  • - -
    -
    -

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

    -
    -
    -

    Parameters

    -
      -
    • -
      input: Operation
      -
      -

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

      -
      -
    • -
    -

    Returns Promise<PermissionSet>

    -

    A promise resolving if the input can be handled, rejecting with an Error if not. - Return value depends on the given type.

    -
  • -
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited method
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/ldp_permissions_sparqlpatchpermissionsextractor.sparqlpatchpermissionsextractor.html b/docs/classes/ldp_permissions_sparqlpatchpermissionsextractor.sparqlpatchpermissionsextractor.html deleted file mode 100644 index 7877cc632..000000000 --- a/docs/classes/ldp_permissions_sparqlpatchpermissionsextractor.sparqlpatchpermissionsextractor.html +++ /dev/null @@ -1,468 +0,0 @@ - - - - - - SparqlPatchPermissionsExtractor | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
- -
-
-
-
-
-
-
-

Generates permissions for a SPARQL DELETE/INSERT patch. - Updates with only an INSERT can be done with just append permissions, - while DELETEs require write permissions as well.

-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

canHandle

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

handle

- - -
-
- -

handleSafe

- -
    -
  • - -
    -
    -

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

    -
    -
    -

    Parameters

    -
      -
    • -
      input: Operation
      -
      -

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

      -
      -
    • -
    -

    Returns Promise<PermissionSet>

    -

    A promise resolving if the input can be handled, rejecting with an Error if not. - Return value depends on the given type.

    -
  • -
-
-
- -

Private isDeleteInsert

-
    -
  • isDeleteInsert(op: Operation): op is DeleteInsert
  • -
- -
-
- -

Private isNop

-
    -
  • isNop(op: Operation): op is Nop
  • -
- -
-
- -

Private isSparql

- - -
-
- -

Private isSupported

-
    -
  • isSupported(op: Operation): boolean
  • -
- -
-
- -

Private needsAppend

-
    -
  • needsAppend(update: Operation): boolean
  • -
- -
-
- -

Private needsWrite

-
    -
  • needsWrite(update: Operation): boolean
  • -
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Method
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited method
  • -
-
    -
  • Private method
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/ldp_representation_basicrepresentation.basicrepresentation.html b/docs/classes/ldp_representation_basicrepresentation.basicrepresentation.html deleted file mode 100644 index c70805ec6..000000000 --- a/docs/classes/ldp_representation_basicrepresentation.basicrepresentation.html +++ /dev/null @@ -1,420 +0,0 @@ - - - - - - BasicRepresentation | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- 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

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Properties

-
- -

Readonly binary

-
binary: boolean
- -
-
-

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

-
-
-
-
- -

Readonly data

-
data: Guarded<Readable>
- -
-
-

The raw data stream for this representation.

-
-
-
-
- -

Readonly metadata

- - -
-
-

The corresponding metadata.

-
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Constructor
  • -
  • Property
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/ldp_representation_representationmetadata.representationmetadata.html b/docs/classes/ldp_representation_representationmetadata.representationmetadata.html deleted file mode 100644 index 0d4a54909..000000000 --- a/docs/classes/ldp_representation_representationmetadata.representationmetadata.html +++ /dev/null @@ -1,1074 +0,0 @@ - - - - - - RepresentationMetadata | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- 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

- -
-
-

Accessors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Properties

-
- -

Private id

-
id: BlankNode | NamedNode<string>
- -
-
- -

Protected Readonly logger

-
logger: Logger = ...
- -
-
- -

Private store

-
store: Store<Quad, Quad, Quad, Quad>
- -
-
-
-

Accessors

-
- -

contentType

-
    -
  • get contentType(): undefined | string
  • -
  • set contentType(input: undefined | string): void
  • -
- -
-
- -

identifier

-
    -
  • get identifier(): BlankNode | NamedNode<string>
  • -
  • set identifier(id: BlankNode | NamedNode<string>): void
  • -
-
    -
  • - -
    -
    -

    Identifier of the resource this metadata is relevant to. - Will update all relevant triples if this value gets changed.

    -
    -
    -

    Returns BlankNode | NamedNode<string>

    -
  • -
  • - -
    -
    -

    Identifier of the resource this metadata is relevant to. - Will update all relevant triples if this value gets changed.

    -
    -
    -

    Parameters

    -
      -
    • -
      id: BlankNode | NamedNode<string>
      -
    • -
    -

    Returns void

    -
  • -
-
-
-
-

Methods

-
- -

add

- - -
-
- -

addQuad

-
    -
  • addQuad(subject: string | BlankNode | NamedNode<string>, predicate: string | NamedNode<string>, object: string | BlankNode | Literal | NamedNode<string>, graph?: MetadataGraph): RepresentationMetadata
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      subject: string | BlankNode | NamedNode<string>
      -
      -

      Subject of quad to add.

      -
      -
    • -
    • -
      predicate: string | NamedNode<string>
      -
      -

      Predicate of quad to add.

      -
      -
    • -
    • -
      object: string | BlankNode | Literal | NamedNode<string>
      -
      -

      Object of quad to add.

      -
      -
    • -
    • -
      Optional graph: MetadataGraph
      -
      -

      Optional graph of quad to add.

      -
      -
    • -
    -

    Returns RepresentationMetadata

    -
  • -
-
-
- -

addQuads

- - -
-
- -

Private forQuads

-
    -
  • forQuads(predicate: string | NamedNode<string>, object: MetadataValue, forFn: (pred: NamedNode<string>, obj: Literal | NamedNode<string>) => void): 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: string | NamedNode<string>
      -
    • -
    • -
      object: MetadataValue
      -
    • -
    • -
      forFn: (pred: NamedNode<string>, obj: Literal | NamedNode<string>) => void
      -
        -
      • -
          -
        • (pred: NamedNode<string>, obj: Literal | NamedNode<string>): void
        • -
        -
          -
        • -

          Parameters

          -
            -
          • -
            pred: NamedNode<string>
            -
          • -
          • -
            obj: Literal | NamedNode<string>
            -
          • -
          -

          Returns void

          -
        • -
        -
      • -
      -
    • -
    -

    Returns RepresentationMetadata

    -
  • -
-
-
- -

get

-
    -
  • get(predicate: string | NamedNode<string>, graph?: MetadataGraph): undefined | Term
  • -
-
    -
  • - -
    -
    -
    throws
    -

    Error - If there are multiple matching values.

    -
    -
    -
    -

    Parameters

    -
      -
    • -
      predicate: string | 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

-
    -
  • getAll(predicate: string | NamedNode<string>, graph?: MetadataGraph): Term[]
  • -
-
    -
  • - -
    -
    -

    Finds all object values matching the given predicate and/or graph.

    -
    -
    -

    Parameters

    -
      -
    • -
      predicate: string | NamedNode<string>
      -
      -

      Optional predicate to get the values for.

      -
      -
    • -
    • -
      Optional graph: MetadataGraph
      -
      -

      Optional graph where to get from.

      -
      -
    • -
    -

    Returns Term[]

    -

    An array with all matches.

    -
  • -
-
-
- -

quads

-
    -
  • quads(subject?: null | Term, predicate?: null | Term, object?: null | Term, graph?: null | Term): Quad[]
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      subject: null | Term = null
      -
    • -
    • -
      predicate: null | Term = null
      -
    • -
    • -
      object: null | Term = null
      -
    • -
    • -
      graph: null | Term = null
      -
    • -
    -

    Returns Quad[]

    -

    All matching metadata quads.

    -
  • -
-
-
- -

remove

- - -
-
- -

removeAll

- - -
-
- -

removeQuad

-
    -
  • removeQuad(subject: string | BlankNode | NamedNode<string>, predicate: string | NamedNode<string>, object: string | BlankNode | Literal | NamedNode<string>, graph?: MetadataGraph): RepresentationMetadata
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      subject: string | BlankNode | NamedNode<string>
      -
      -

      Subject of quad to remove.

      -
      -
    • -
    • -
      predicate: string | NamedNode<string>
      -
      -

      Predicate of quad to remove.

      -
      -
    • -
    • -
      object: string | BlankNode | Literal | NamedNode<string>
      -
      -

      Object of quad to remove.

      -
      -
    • -
    • -
      Optional graph: MetadataGraph
      -
      -

      Optional graph of quad to remove.

      -
      -
    • -
    -

    Returns RepresentationMetadata

    -
  • -
-
-
- -

removeQuads

- - -
-
- -

set

- -
    -
  • - -
    -
    -

    Sets the value for the given predicate, removing all other instances. - In case the object is undefined this is identical to removeAll(predicate).

    -
    -
    -

    Parameters

    -
      -
    • -
      predicate: string | NamedNode<string>
      -
      -

      Predicate linking to the value.

      -
      -
    • -
    • -
      Optional object: MetadataValue
      -
      -

      Value(s) to set.

      -
      -
    • -
    • -
      Optional graph: MetadataGraph
      -
      -

      Optional graph where the triple should be stored.

      -
      -
    • -
    -

    Returns RepresentationMetadata

    -
  • -
-
-
- -

setMetadata

- - -
-
- -

Private setOverrides

-
    -
  • setOverrides(overrides: Record<string, MetadataValue>): void
  • -
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Constructor
  • -
  • Method
  • -
  • Accessor
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Private property
  • -
  • Private method
  • -
-
    -
  • Protected property
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/ldp_unsecurewebsocketsprotocol.unsecurewebsocketsprotocol.html b/docs/classes/ldp_unsecurewebsocketsprotocol.unsecurewebsocketsprotocol.html deleted file mode 100644 index 9dd54d320..000000000 --- a/docs/classes/ldp_unsecurewebsocketsprotocol.unsecurewebsocketsprotocol.html +++ /dev/null @@ -1,405 +0,0 @@ - - - - - - UnsecureWebSocketsProtocol | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class UnsecureWebSocketsProtocol

-
-
-
-
-
-
-
-
-
-

Provides live update functionality following - the Solid WebSockets API Spec solid-0.1

-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Properties

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Properties

-
- -

Private Readonly listeners

-
listeners: Set<WebSocketListener> = ...
- -
-
- -

Private Readonly logger

-
logger: Logger = ...
- -
-
-
-

Methods

-
- -

canHandle

-
    -
  • canHandle(input: { upgradeRequest: HttpRequest; webSocket: WebSocket }): Promise<void>
  • -
-
    -
  • - -
    -
    -

    Checks if the input data can be handled by this class. - Throws an error if it can't handle the data.

    -
    -
    -

    Parameters

    -
      -
    • -
      input: { upgradeRequest: HttpRequest; webSocket: WebSocket }
      -
      -

      Input data that could potentially be handled.

      -
      -
        -
      • -
        upgradeRequest: HttpRequest
        -
      • -
      • -
        webSocket: WebSocket
        -
      • -
      -
    • -
    -

    Returns Promise<void>

    -

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

    -
  • -
-
-
- -

handle

-
    -
  • handle(input: { upgradeRequest: HttpRequest; webSocket: WebSocket }): Promise<void>
  • -
-
    -
  • - -
    -
    -

    Handles the given input. This should only be done if the canHandle function returned true. - Therefore, consider using the handleSafe function instead.

    -
    -
    -

    Parameters

    -
      -
    • -
      input: { upgradeRequest: HttpRequest; webSocket: WebSocket }
      -
        -
      • -
        upgradeRequest: HttpRequest
        -
      • -
      • -
        webSocket: WebSocket
        -
      • -
      -
    • -
    -

    Returns Promise<void>

    -

    A promise resolving when the handling is finished. Return value depends on the given type.

    -
  • -
-
-
- -

handleSafe

-
    -
  • handleSafe(input: { upgradeRequest: HttpRequest; webSocket: WebSocket }): Promise<void>
  • -
-
    -
  • - -
    -
    -

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

    -
    -
    -

    Parameters

    -
      -
    • -
      input: { upgradeRequest: HttpRequest; webSocket: WebSocket }
      -
      -

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

      -
      -
        -
      • -
        upgradeRequest: HttpRequest
        -
      • -
      • -
        webSocket: WebSocket
        -
      • -
      -
    • -
    -

    Returns Promise<void>

    -

    A promise resolving if the input can be handled, rejecting with an Error if not. - Return value depends on the given type.

    -
  • -
-
-
- -

Private onResourceChanged

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Constructor
  • -
  • Method
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Private property
  • -
  • Private method
  • -
-
    -
  • Inherited method
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/logging_lazylogger.lazylogger.html b/docs/classes/logging_lazylogger.lazylogger.html deleted file mode 100644 index ebc02449b..000000000 --- a/docs/classes/logging_lazylogger.lazylogger.html +++ /dev/null @@ -1,550 +0,0 @@ - - - - - - LazyLogger | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class LazyLogger

-
-
-
-
-
-
-
-
-
-

Creates a logger lazily using a reference to LazyLoggerFactory.

-
-

An error will be thrown if LazyLogger.log is invoked - before a LoggerFactory is set in LazyLoggerFactory.

-
-
-
-

Hierarchy

-
    -
  • - Logger -
      -
    • - LazyLogger -
    • -
    -
  • -
-
-
-

Index

-
-
-
-

Constructors

- -
-
-

Properties

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Properties

-
- -

Private Readonly label

-
label: string
- -
-
- -

Private Readonly lazyLoggerFactory

-
lazyLoggerFactory: LazyLoggerFactory
- -
-
- -

Private logger

-
logger: undefined | Logger
- -
-
-
-

Methods

-
- -

debug

-
    -
  • debug(message: string, meta?: any): Logger
  • -
-
    -
  • - -
    -
    -

    Log a message at the 'debug' level.

    -
    -
    -

    Parameters

    -
      -
    • -
      message: string
      -
      -

      The message to log.

      -
      -
    • -
    • -
      Optional meta: any
      -
      -

      Optional metadata to include in the log message.

      -
      -
    • -
    -

    Returns Logger

    -
  • -
-
-
- -

error

-
    -
  • error(message: string, meta?: any): Logger
  • -
-
    -
  • - -
    -
    -

    Log a message at the 'error' level.

    -
    -
    -

    Parameters

    -
      -
    • -
      message: string
      -
      -

      The message to log.

      -
      -
    • -
    • -
      Optional meta: any
      -
      -

      Optional metadata to include in the log message.

      -
      -
    • -
    -

    Returns Logger

    -
  • -
-
-
- -

info

-
    -
  • info(message: string, meta?: any): Logger
  • -
-
    -
  • - -
    -
    -

    Log a message at the 'info' level.

    -
    -
    -

    Parameters

    -
      -
    • -
      message: string
      -
      -

      The message to log.

      -
      -
    • -
    • -
      Optional meta: any
      -
      -

      Optional metadata to include in the log message.

      -
      -
    • -
    -

    Returns Logger

    -
  • -
-
-
- -

log

- -
    -
  • - -
    -
    -

    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: LogLevel
      -
    • -
    • -
      message: string
      -
    • -
    • -
      meta: any
      -
    • -
    -

    Returns Logger

    -
  • -
-
-
- -

silly

-
    -
  • silly(message: string, meta?: any): Logger
  • -
-
    -
  • - -
    -
    -

    Log a message at the 'silly' level.

    -
    -
    -

    Parameters

    -
      -
    • -
      message: string
      -
      -

      The message to log.

      -
      -
    • -
    • -
      Optional meta: any
      -
      -

      Optional metadata to include in the log message.

      -
      -
    • -
    -

    Returns Logger

    -
  • -
-
-
- -

verbose

-
    -
  • verbose(message: string, meta?: any): Logger
  • -
-
    -
  • - -
    -
    -

    Log a message at the 'verbose' level.

    -
    -
    -

    Parameters

    -
      -
    • -
      message: string
      -
      -

      The message to log.

      -
      -
    • -
    • -
      Optional meta: any
      -
      -

      Optional metadata to include in the log message.

      -
      -
    • -
    -

    Returns Logger

    -
  • -
-
-
- -

warn

-
    -
  • warn(message: string, meta?: any): Logger
  • -
-
    -
  • - -
    -
    -

    Log a message at the 'warn' level.

    -
    -
    -

    Parameters

    -
      -
    • -
      message: string
      -
      -

      The message to log.

      -
      -
    • -
    • -
      Optional meta: any
      -
      -

      Optional metadata to include in the log message.

      -
      -
    • -
    -

    Returns Logger

    -
  • -
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Constructor
  • -
  • Method
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Inherited method
  • -
-
    -
  • Private property
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/logging_lazyloggerfactory.lazyloggerfactory.html b/docs/classes/logging_lazyloggerfactory.lazyloggerfactory.html deleted file mode 100644 index 10bf5de0c..000000000 --- a/docs/classes/logging_lazyloggerfactory.lazyloggerfactory.html +++ /dev/null @@ -1,351 +0,0 @@ - - - - - - LazyLoggerFactory | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class LazyLoggerFactory

-
-
-
-
-
-
-
-
-
-

Wraps over another LoggerFactory that can be set lazily. - This is a singleton class, for which the instance can be retrieved using LazyLoggerFactory.getInstance.

-
-

Loggers can safely be created before a LoggerFactory is set. - But an error will be thrown if Logger.log is invoked before a LoggerFactory is set.

-

This creates instances of LazyLogger.

-
-
-
-

Hierarchy

-
    -
  • - LazyLoggerFactory -
  • -
-
-
-

Implements

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Properties

- -
-
-

Accessors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

Private constructor

- - -
-
-
-

Properties

-
- -

Private ploggerFactory

-
ploggerFactory: undefined | LoggerFactory
- -
-
- -

Static Private Readonly instance

-
instance: LazyLoggerFactory = ...
- -
-
-
-

Accessors

-
- -

loggerFactory

- - -
-
-
-

Methods

-
- -

createLogger

-
    -
  • createLogger(label: string): Logger
  • -
- -
-
- -

resetLoggerFactory

-
    -
  • resetLoggerFactory(): void
  • -
- -
-
- -

Static getInstance

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Method
  • -
  • Accessor
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Private property
  • -
-
    -
  • Static method
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/logging_logger.logger.html b/docs/classes/logging_logger.logger.html deleted file mode 100644 index d5604be34..000000000 --- a/docs/classes/logging_logger.logger.html +++ /dev/null @@ -1,492 +0,0 @@ - - - - - - Logger | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class Logger

-
-
-
-
-
-
-
-
-
-

Logs messages on a certain level.

-
-
-
see
-

getLoggerFor on how to instantiate loggers.

-
-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

debug

-
    -
  • debug(message: string, meta?: any): Logger
  • -
-
    -
  • - -
    -
    -

    Log a message at the 'debug' level.

    -
    -
    -

    Parameters

    -
      -
    • -
      message: string
      -
      -

      The message to log.

      -
      -
    • -
    • -
      Optional meta: any
      -
      -

      Optional metadata to include in the log message.

      -
      -
    • -
    -

    Returns Logger

    -
  • -
-
-
- -

error

-
    -
  • error(message: string, meta?: any): Logger
  • -
-
    -
  • - -
    -
    -

    Log a message at the 'error' level.

    -
    -
    -

    Parameters

    -
      -
    • -
      message: string
      -
      -

      The message to log.

      -
      -
    • -
    • -
      Optional meta: any
      -
      -

      Optional metadata to include in the log message.

      -
      -
    • -
    -

    Returns Logger

    -
  • -
-
-
- -

info

-
    -
  • info(message: string, meta?: any): Logger
  • -
-
    -
  • - -
    -
    -

    Log a message at the 'info' level.

    -
    -
    -

    Parameters

    -
      -
    • -
      message: string
      -
      -

      The message to log.

      -
      -
    • -
    • -
      Optional meta: any
      -
      -

      Optional metadata to include in the log message.

      -
      -
    • -
    -

    Returns Logger

    -
  • -
-
-
- -

Abstract log

- -
    -
  • - -
    -
    -

    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: LogLevel
      -
      -

      The level to log at.

      -
      -
    • -
    • -
      message: string
      -
      -

      The message to log.

      -
      -
    • -
    • -
      Optional meta: any
      -
      -

      Optional metadata to include in the log message.

      -
      -
    • -
    -

    Returns Logger

    -
  • -
-
-
- -

silly

-
    -
  • silly(message: string, meta?: any): Logger
  • -
-
    -
  • - -
    -
    -

    Log a message at the 'silly' level.

    -
    -
    -

    Parameters

    -
      -
    • -
      message: string
      -
      -

      The message to log.

      -
      -
    • -
    • -
      Optional meta: any
      -
      -

      Optional metadata to include in the log message.

      -
      -
    • -
    -

    Returns Logger

    -
  • -
-
-
- -

verbose

-
    -
  • verbose(message: string, meta?: any): Logger
  • -
-
    -
  • - -
    -
    -

    Log a message at the 'verbose' level.

    -
    -
    -

    Parameters

    -
      -
    • -
      message: string
      -
      -

      The message to log.

      -
      -
    • -
    • -
      Optional meta: any
      -
      -

      Optional metadata to include in the log message.

      -
      -
    • -
    -

    Returns Logger

    -
  • -
-
-
- -

warn

-
    -
  • warn(message: string, meta?: any): Logger
  • -
-
    -
  • - -
    -
    -

    Log a message at the 'warn' level.

    -
    -
    -

    Parameters

    -
      -
    • -
      message: string
      -
      -

      The message to log.

      -
      -
    • -
    • -
      Optional meta: any
      -
      -

      Optional metadata to include in the log message.

      -
      -
    • -
    -

    Returns Logger

    -
  • -
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Constructor
  • -
  • Method
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/logging_voidlogger.voidlogger.html b/docs/classes/logging_voidlogger.voidlogger.html deleted file mode 100644 index f4bd6c5cb..000000000 --- a/docs/classes/logging_voidlogger.voidlogger.html +++ /dev/null @@ -1,483 +0,0 @@ - - - - - - VoidLogger | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class VoidLogger

-
-
-
-
-
-
-
-
-
-

A logger that does nothing on a log message.

-
-
-
-
-

Hierarchy

-
    -
  • - Logger -
      -
    • - VoidLogger -
    • -
    -
  • -
-
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

debug

-
    -
  • debug(message: string, meta?: any): Logger
  • -
-
    -
  • - -
    -
    -

    Log a message at the 'debug' level.

    -
    -
    -

    Parameters

    -
      -
    • -
      message: string
      -
      -

      The message to log.

      -
      -
    • -
    • -
      Optional meta: any
      -
      -

      Optional metadata to include in the log message.

      -
      -
    • -
    -

    Returns Logger

    -
  • -
-
-
- -

error

-
    -
  • error(message: string, meta?: any): Logger
  • -
-
    -
  • - -
    -
    -

    Log a message at the 'error' level.

    -
    -
    -

    Parameters

    -
      -
    • -
      message: string
      -
      -

      The message to log.

      -
      -
    • -
    • -
      Optional meta: any
      -
      -

      Optional metadata to include in the log message.

      -
      -
    • -
    -

    Returns Logger

    -
  • -
-
-
- -

info

-
    -
  • info(message: string, meta?: any): Logger
  • -
-
    -
  • - -
    -
    -

    Log a message at the 'info' level.

    -
    -
    -

    Parameters

    -
      -
    • -
      message: string
      -
      -

      The message to log.

      -
      -
    • -
    • -
      Optional meta: any
      -
      -

      Optional metadata to include in the log message.

      -
      -
    • -
    -

    Returns Logger

    -
  • -
-
-
- -

log

- -
    -
  • - -
    -
    -

    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: LogLevel
      -
    • -
    • -
      message: string
      -
    • -
    • -
      Optional meta: any
      -
    • -
    -

    Returns Logger

    -
  • -
-
-
- -

silly

-
    -
  • silly(message: string, meta?: any): Logger
  • -
-
    -
  • - -
    -
    -

    Log a message at the 'silly' level.

    -
    -
    -

    Parameters

    -
      -
    • -
      message: string
      -
      -

      The message to log.

      -
      -
    • -
    • -
      Optional meta: any
      -
      -

      Optional metadata to include in the log message.

      -
      -
    • -
    -

    Returns Logger

    -
  • -
-
-
- -

verbose

-
    -
  • verbose(message: string, meta?: any): Logger
  • -
-
    -
  • - -
    -
    -

    Log a message at the 'verbose' level.

    -
    -
    -

    Parameters

    -
      -
    • -
      message: string
      -
      -

      The message to log.

      -
      -
    • -
    • -
      Optional meta: any
      -
      -

      Optional metadata to include in the log message.

      -
      -
    • -
    -

    Returns Logger

    -
  • -
-
-
- -

warn

-
    -
  • warn(message: string, meta?: any): Logger
  • -
-
    -
  • - -
    -
    -

    Log a message at the 'warn' level.

    -
    -
    -

    Parameters

    -
      -
    • -
      message: string
      -
      -

      The message to log.

      -
      -
    • -
    • -
      Optional meta: any
      -
      -

      Optional metadata to include in the log message.

      -
      -
    • -
    -

    Returns Logger

    -
  • -
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Method
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited method
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/logging_voidloggerfactory.voidloggerfactory.html b/docs/classes/logging_voidloggerfactory.voidloggerfactory.html deleted file mode 100644 index 62bebc570..000000000 --- a/docs/classes/logging_voidloggerfactory.voidloggerfactory.html +++ /dev/null @@ -1,241 +0,0 @@ - - - - - - VoidLoggerFactory | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class VoidLoggerFactory

-
-
-
-
-
-
-
-
-
-

A factory that always returns VoidLogger, which does nothing on log messages.

-
-
-
-
-

Hierarchy

-
    -
  • - VoidLoggerFactory -
  • -
-
-
-

Implements

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Properties

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Properties

-
- -

Private Readonly logger

-
logger: VoidLogger = ...
- -
-
-
-

Methods

-
- -

createLogger

-
    -
  • createLogger(label: string): Logger
  • -
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Constructor
  • -
  • Method
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Private property
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/logging_winstonlogger.winstonlogger.html b/docs/classes/logging_winstonlogger.winstonlogger.html deleted file mode 100644 index 1eaf84026..000000000 --- a/docs/classes/logging_winstonlogger.winstonlogger.html +++ /dev/null @@ -1,517 +0,0 @@ - - - - - - WinstonLogger | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class WinstonLogger

-
-
-
-
-
-
-
-
-
-

A WinstonLogger implements the Logger interface using a given winston logger.

-
-
-
-
-

Hierarchy

-
    -
  • - Logger -
      -
    • - WinstonLogger -
    • -
    -
  • -
-
-
-

Index

-
-
-
-

Constructors

- -
-
-

Properties

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Properties

-
- -

Private Readonly logger

-
logger: Logger
- -
-
-
-

Methods

-
- -

debug

-
    -
  • debug(message: string, meta?: any): Logger
  • -
-
    -
  • - -
    -
    -

    Log a message at the 'debug' level.

    -
    -
    -

    Parameters

    -
      -
    • -
      message: string
      -
      -

      The message to log.

      -
      -
    • -
    • -
      Optional meta: any
      -
      -

      Optional metadata to include in the log message.

      -
      -
    • -
    -

    Returns Logger

    -
  • -
-
-
- -

error

-
    -
  • error(message: string, meta?: any): Logger
  • -
-
    -
  • - -
    -
    -

    Log a message at the 'error' level.

    -
    -
    -

    Parameters

    -
      -
    • -
      message: string
      -
      -

      The message to log.

      -
      -
    • -
    • -
      Optional meta: any
      -
      -

      Optional metadata to include in the log message.

      -
      -
    • -
    -

    Returns Logger

    -
  • -
-
-
- -

info

-
    -
  • info(message: string, meta?: any): Logger
  • -
-
    -
  • - -
    -
    -

    Log a message at the 'info' level.

    -
    -
    -

    Parameters

    -
      -
    • -
      message: string
      -
      -

      The message to log.

      -
      -
    • -
    • -
      Optional meta: any
      -
      -

      Optional metadata to include in the log message.

      -
      -
    • -
    -

    Returns Logger

    -
  • -
-
-
- -

log

- -
    -
  • - -
    -
    -

    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: LogLevel
      -
    • -
    • -
      message: string
      -
    • -
    • -
      Optional meta: any
      -
    • -
    -

    Returns WinstonLogger

    -
  • -
-
-
- -

silly

-
    -
  • silly(message: string, meta?: any): Logger
  • -
-
    -
  • - -
    -
    -

    Log a message at the 'silly' level.

    -
    -
    -

    Parameters

    -
      -
    • -
      message: string
      -
      -

      The message to log.

      -
      -
    • -
    • -
      Optional meta: any
      -
      -

      Optional metadata to include in the log message.

      -
      -
    • -
    -

    Returns Logger

    -
  • -
-
-
- -

verbose

-
    -
  • verbose(message: string, meta?: any): Logger
  • -
-
    -
  • - -
    -
    -

    Log a message at the 'verbose' level.

    -
    -
    -

    Parameters

    -
      -
    • -
      message: string
      -
      -

      The message to log.

      -
      -
    • -
    • -
      Optional meta: any
      -
      -

      Optional metadata to include in the log message.

      -
      -
    • -
    -

    Returns Logger

    -
  • -
-
-
- -

warn

-
    -
  • warn(message: string, meta?: any): Logger
  • -
-
    -
  • - -
    -
    -

    Log a message at the 'warn' level.

    -
    -
    -

    Parameters

    -
      -
    • -
      message: string
      -
      -

      The message to log.

      -
      -
    • -
    • -
      Optional meta: any
      -
      -

      Optional metadata to include in the log message.

      -
      -
    • -
    -

    Returns Logger

    -
  • -
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Constructor
  • -
  • Method
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Inherited method
  • -
-
    -
  • Private property
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/logging_winstonloggerfactory.winstonloggerfactory.html b/docs/classes/logging_winstonloggerfactory.winstonloggerfactory.html deleted file mode 100644 index 157a1f918..000000000 --- a/docs/classes/logging_winstonloggerfactory.winstonloggerfactory.html +++ /dev/null @@ -1,276 +0,0 @@ - - - - - - WinstonLoggerFactory | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class WinstonLoggerFactory

-
-
-
-
-
-
-
-
-
-

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

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Properties

-
- -

Private Readonly level

-
level: string
- -
-
-
-

Methods

-
- -

createLogger

-
    -
  • createLogger(label: string): Logger
  • -
- -
-
- -

Protected createTransports

-
    -
  • createTransports(): TransportStream[]
  • -
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Constructor
  • -
  • Method
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Protected method
  • -
-
    -
  • Private property
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/pods_configpodmanager.configpodmanager.html b/docs/classes/pods_configpodmanager.configpodmanager.html deleted file mode 100644 index f4c0d50fe..000000000 --- a/docs/classes/pods_configpodmanager.configpodmanager.html +++ /dev/null @@ -1,325 +0,0 @@ - - - - - - ConfigPodManager | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class ConfigPodManager

-
-
-
-
-
-
-
-
-
-

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

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Properties

-
- -

Protected Readonly logger

-
logger: Logger = ...
- -
-
- -

Private Readonly podGenerator

-
podGenerator: PodGenerator
- -
-
- -

Private Readonly resourcesGenerator

-
resourcesGenerator: ResourcesGenerator
- -
-
- -

Private Readonly routingStorage

-
routingStorage: KeyValueStorage<string, ResourceStore>
- -
-
-
-

Methods

-
- -

createPod

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Constructor
  • -
  • Method
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Protected property
  • -
-
    -
  • Private property
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/pods_generate_basecomponentsjsfactory.basecomponentsjsfactory.html b/docs/classes/pods_generate_basecomponentsjsfactory.basecomponentsjsfactory.html deleted file mode 100644 index 0c0aed5bc..000000000 --- a/docs/classes/pods_generate_basecomponentsjsfactory.basecomponentsjsfactory.html +++ /dev/null @@ -1,304 +0,0 @@ - - - - - - BaseComponentsJsFactory | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- 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

-
- -

constructor

- - -
-
-
-

Properties

-
- -

Private Readonly options

-
options: IComponentsManagerBuilderOptions<any>
- -
-
-
-

Methods

-
- -

Private buildManager

-
    -
  • buildManager(): Promise<ComponentsManager<any>>
  • -
- -
-
- -

generate

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

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Constructor
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Private property
  • -
  • Private method
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/pods_generate_subdomainidentifiergenerator.subdomainidentifiergenerator.html b/docs/classes/pods_generate_subdomainidentifiergenerator.subdomainidentifiergenerator.html deleted file mode 100644 index 5ed09009c..000000000 --- a/docs/classes/pods_generate_subdomainidentifiergenerator.subdomainidentifiergenerator.html +++ /dev/null @@ -1,262 +0,0 @@ - - - - - - SubdomainIdentifierGenerator | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- 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

-
- -

constructor

- - -
-
-
-

Properties

-
- -

Private Readonly baseParts

-
baseParts: { rest: string; scheme: string }
- -
-

Type declaration

-
    -
  • -
    rest: string
    -
  • -
  • -
    scheme: string
    -
  • -
-
-
-
-
-

Methods

-
- -

generate

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Constructor
  • -
  • Method
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Private property
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/pods_generate_suffixidentifiergenerator.suffixidentifiergenerator.html b/docs/classes/pods_generate_suffixidentifiergenerator.suffixidentifiergenerator.html deleted file mode 100644 index d712c102c..000000000 --- a/docs/classes/pods_generate_suffixidentifiergenerator.suffixidentifiergenerator.html +++ /dev/null @@ -1,251 +0,0 @@ - - - - - - SuffixIdentifierGenerator | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- 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

-
- -

constructor

- - -
-
-
-

Properties

-
- -

Private Readonly base

-
base: string
- -
-
-
-

Methods

-
- -

generate

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Constructor
  • -
  • Method
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Private property
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/pods_generate_templatedpodgenerator.templatedpodgenerator.html b/docs/classes/pods_generate_templatedpodgenerator.templatedpodgenerator.html deleted file mode 100644 index 99c5dd228..000000000 --- a/docs/classes/pods_generate_templatedpodgenerator.templatedpodgenerator.html +++ /dev/null @@ -1,346 +0,0 @@ - - - - - - TemplatedPodGenerator | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class TemplatedPodGenerator

-
-
-
-
-
-
-
-
-
-

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

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Properties

-
- -

Private Readonly configStorage

-
configStorage: KeyValueStorage<string, unknown>
- -
-
- -

Private Readonly configTemplatePath

-
configTemplatePath: string
- -
-
- -

Protected Readonly logger

-
logger: Logger = ...
- -
-
- -

Private Readonly storeFactory

-
storeFactory: ComponentsJsFactory
- -
-
- -

Private Readonly variableHandler

-
variableHandler: VariableHandler
- -
-
-
-

Methods

-
- -

generate

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Constructor
  • -
  • Method
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Protected property
  • -
-
    -
  • Private property
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/pods_generate_templatedresourcesgenerator.templatedresourcesgenerator.html b/docs/classes/pods_generate_templatedresourcesgenerator.templatedresourcesgenerator.html deleted file mode 100644 index 5c1fa0826..000000000 --- a/docs/classes/pods_generate_templatedresourcesgenerator.templatedresourcesgenerator.html +++ /dev/null @@ -1,549 +0,0 @@ - - - - - - TemplatedResourcesGenerator | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- 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

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- -
    -
  • - -
    -
    -

    A mapper is needed to convert the template file paths to identifiers relative to the given base identifier.

    -
    -
    -

    Parameters

    -
      -
    • -
      templateFolder: string
      -
      -

      Folder where the templates are located.

      -
      -
    • -
    • -
      factory: FileIdentifierMapperFactory<FileIdentifierMapper>
      -
      -

      Factory used to generate mapper relative to the base identifier.

      -
      -
    • -
    • -
      templateEngine: TemplateEngine<Dict<any>>
      -
      -

      Template engine for generating the resources.

      -
      -
    • -
    • -
      templateExtension: string = '.hbs'
      -
      -

      The extension of files that need to be interpreted as templates. - Will be removed to generate the identifier.

      -
      -
    • -
    -

    Returns TemplatedResourcesGenerator

    -
  • -
-
-
-
-

Properties

-
- -

Private Readonly factory

- - -
-
- -

Private Readonly templateEngine

-
templateEngine: TemplateEngine<Dict<any>>
- -
-
- -

Private Readonly templateExtension

-
templateExtension: string
- -
-
- -

Private Readonly templateFolder

-
templateFolder: string
- -
-
-
-

Methods

-
- -

generate

- - -
-
- -

Private generateMetadata

-
    -
  • generateMetadata(metaLink: TemplateResourceLink, options: Dict<string>): Promise<RepresentationMetadata>
  • -
- -
-
- -

Private generateResource

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

    -
  • -
-
-
- -

Private groupLinks

-
    -
  • 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 }>>

    -
  • -
-
-
- -

Private processFile

-
    -
  • processFile(link: TemplateResourceLink, options: Dict<string>): Promise<Guarded<Readable>>
  • -
- -
-
- -

Private processFolder

- - -
-
- -

Private toTemplateLink

- -
    -
  • - -
    -
    -

    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

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Constructor
  • -
  • Method
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Private property
  • -
  • Private method
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/pods_generate_variables_baseurlhandler.baseurlhandler.html b/docs/classes/pods_generate_variables_baseurlhandler.baseurlhandler.html deleted file mode 100644 index fe7b26e48..000000000 --- a/docs/classes/pods_generate_variables_baseurlhandler.baseurlhandler.html +++ /dev/null @@ -1,330 +0,0 @@ - - - - - - BaseUrlHandler | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- 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

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

canHandle

- - -
-
- -

handle

- - -
-
- -

handleSafe

- -
    -
  • - -
    -
    -

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

    -
    -
    -

    Parameters

    - -

    Returns Promise<void>

    -

    A promise resolving if the input can be handled, rejecting with an Error if not. - Return value depends on the given type.

    -
  • -
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Method
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited method
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/pods_generate_variables_rootfilepathhandler.rootfilepathhandler.html b/docs/classes/pods_generate_variables_rootfilepathhandler.rootfilepathhandler.html deleted file mode 100644 index 52a9ec70c..000000000 --- a/docs/classes/pods_generate_variables_rootfilepathhandler.rootfilepathhandler.html +++ /dev/null @@ -1,363 +0,0 @@ - - - - - - RootFilePathHandler | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- 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

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Properties

-
- -

Private Readonly fileMapper

- - -
-
-
-

Methods

-
- -

canHandle

- - -
-
- -

handle

- - -
-
- -

handleSafe

- -
    -
  • - -
    -
    -

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

    -
    -
    -

    Parameters

    - -

    Returns Promise<void>

    -

    A promise resolving if the input can be handled, rejecting with an Error if not. - Return value depends on the given type.

    -
  • -
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Constructor
  • -
  • Method
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Inherited method
  • -
-
    -
  • Private property
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/pods_generate_variables_variablehandler.variablehandler.html b/docs/classes/pods_generate_variables_variablehandler.variablehandler.html deleted file mode 100644 index 11fd4a342..000000000 --- a/docs/classes/pods_generate_variables_variablehandler.variablehandler.html +++ /dev/null @@ -1,344 +0,0 @@ - - - - - - VariableHandler | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- 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

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

canHandle

- - -
-
- -

Abstract handle

- - -
-
- -

handleSafe

- -
    -
  • - -
    -
    -

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

    -
    -
    -

    Parameters

    - -

    Returns Promise<void>

    -

    A promise resolving if the input can be handled, rejecting with an Error if not. - Return value depends on the given type.

    -
  • -
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited method
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/pods_generate_variables_variablesetter.variablesetter.html b/docs/classes/pods_generate_variables_variablesetter.variablesetter.html deleted file mode 100644 index d9a3e9dfb..000000000 --- a/docs/classes/pods_generate_variables_variablesetter.variablesetter.html +++ /dev/null @@ -1,394 +0,0 @@ - - - - - - VariableSetter | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- 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

- -
-
-

Properties

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

-
    -
  • new VariableSetter(variable: string, value: string, override?: boolean): VariableSetter
  • -
- -
-
-
-

Properties

-
- -

Private Readonly override

-
override: boolean
- -
-
- -

Private Readonly value

-
value: string
- -
-
- -

Private Readonly variable

-
variable: string
- -
-
-
-

Methods

-
- -

canHandle

- - -
-
- -

handle

-
    -
  • handle(__namedParameters: { settings: PodSettings }): Promise<void>
  • -
- -
-
- -

handleSafe

- -
    -
  • - -
    -
    -

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

    -
    -
    -

    Parameters

    - -

    Returns Promise<void>

    -

    A promise resolving if the input can be handled, rejecting with an Error if not. - Return value depends on the given type.

    -
  • -
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Constructor
  • -
  • Method
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Inherited method
  • -
-
    -
  • Private property
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/pods_generatedpodmanager.generatedpodmanager.html b/docs/classes/pods_generatedpodmanager.generatedpodmanager.html deleted file mode 100644 index d5424da80..000000000 --- a/docs/classes/pods_generatedpodmanager.generatedpodmanager.html +++ /dev/null @@ -1,294 +0,0 @@ - - - - - - GeneratedPodManager | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class GeneratedPodManager

-
-
-
-
-
-
-
-
-
-

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

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Properties

-
- -

Protected Readonly logger

-
logger: Logger = ...
- -
-
- -

Private Readonly resourcesGenerator

-
resourcesGenerator: ResourcesGenerator
- -
-
- -

Private Readonly store

- - -
-
-
-

Methods

-
- -

createPod

- -
    -
  • - -
    -
    -

    Creates a new pod, pre-populating it with the resources created by the data generator. - Will throw an error if the given identifier already has a resource.

    -
    -
    -

    Parameters

    - -

    Returns Promise<void>

    -
  • -
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Constructor
  • -
  • Method
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Protected property
  • -
-
    -
  • Private property
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/server_basehttpserverfactory.basehttpserverfactory.html b/docs/classes/server_basehttpserverfactory.basehttpserverfactory.html deleted file mode 100644 index 676ff23e9..000000000 --- a/docs/classes/server_basehttpserverfactory.basehttpserverfactory.html +++ /dev/null @@ -1,322 +0,0 @@ - - - - - - BaseHttpServerFactory | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class BaseHttpServerFactory

-
-
-
-
-
-
-
-
-
-

HttpServerFactory based on the native Node.js http module

-
-
-
-
-

Hierarchy

-
    -
  • - BaseHttpServerFactory -
  • -
-
-
-

Implements

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Properties

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Properties

-
- -

Private Readonly handler

-
handler: HttpHandler
- -
-
-

The main HttpHandler

-
-
-
-
- -

Protected Readonly logger

-
logger: Logger = ...
- -
-
- -

Private Readonly options

- - -
-
-
-

Methods

-
- -

Private createServerOptions

- - -
-
- -

startServer

-
    -
  • startServer(port: number): Server
  • -
-
    -
  • - -
    -
    -

    Creates and starts an HTTP(S) server

    -
    -
    -

    Parameters

    -
      -
    • -
      port: number
      -
      -

      Port on which the server listens

      -
      -
    • -
    -

    Returns Server

    -
  • -
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Constructor
  • -
  • Method
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Private property
  • -
  • Private method
  • -
-
    -
  • Protected property
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/server_httphandler.httphandler.html b/docs/classes/server_httphandler.httphandler.html deleted file mode 100644 index 46c053b5e..000000000 --- a/docs/classes/server_httphandler.httphandler.html +++ /dev/null @@ -1,332 +0,0 @@ - - - - - - HttpHandler | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class HttpHandler

-
-
-
-
-
-
-
-
-
-

An HTTP request handler.

-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

canHandle

- -
    -
  • - -
    -
    -

    Checks if the input data can be handled by this class. - Throws an error if it can't handle the data.

    -
    -
    -

    Parameters

    -
      -
    • -
      input: HttpHandlerInput
      -
      -

      Input data that could potentially be handled.

      -
      -
    • -
    -

    Returns Promise<void>

    -

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

    -
  • -
-
-
- -

Abstract handle

- -
    -
  • - -
    -
    -

    Handles the given input. This should only be done if the canHandle function returned true. - Therefore, consider using the handleSafe function instead.

    -
    -
    -

    Parameters

    - -

    Returns Promise<void>

    -

    A promise resolving when the handling is finished. Return value depends on the given type.

    -
  • -
-
-
- -

handleSafe

- -
    -
  • - -
    -
    -

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

    -
    -
    -

    Parameters

    -
      -
    • -
      input: HttpHandlerInput
      -
      -

      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. - Return value depends on the given type.

    -
  • -
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited method
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/server_middleware_corshandler.corshandler.html b/docs/classes/server_middleware_corshandler.corshandler.html deleted file mode 100644 index 60eb7b048..000000000 --- a/docs/classes/server_middleware_corshandler.corshandler.html +++ /dev/null @@ -1,432 +0,0 @@ - - - - - - CorsHandler | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class CorsHandler

-
-
-
-
-
-
-
-
-
-

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

-
-

Solid, §7.1: "A data pod 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 data pod, - and the Solid app can read any response and response headers received from the data pod." - Full details: https://solid.github.io/specification/protocol#cors-server

-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Properties

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

-
    -
  • new CorsHandler(options?: SimpleCorsOptions): CorsHandler
  • -
- -
-
-
-

Properties

-
- -

Private Readonly corsHandler

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

Type declaration

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

      Parameters

      -
        -
      • -
        req: CorsRequest
        -
      • -
      • -
        res: { end: () => any; setHeader: (key: string, value: string) => any; statusCode?: number }
        -
          -
        • -
          end: () => any
          -
            -
          • -
              -
            • (): any
            • -
            -
              -
            • -

              Returns any

              -
            • -
            -
          • -
          -
        • -
        • -
          setHeader: (key: string, value: string) => any
          -
            -
          • -
              -
            • (key: string, value: string): any
            • -
            -
              -
            • -

              Parameters

              -
                -
              • -
                key: string
                -
              • -
              • -
                value: string
                -
              • -
              -

              Returns any

              -
            • -
            -
          • -
          -
        • -
        • -
          Optional statusCode?: number
          -
        • -
        -
      • -
      • -
        next: (err?: any) => any
        -
          -
        • -
            -
          • (err?: any): any
          • -
          -
            -
          • -

            Parameters

            -
              -
            • -
              Optional err: any
              -
            • -
            -

            Returns any

            -
          • -
          -
        • -
        -
      • -
      -

      Returns void

      -
    • -
    -
  • -
-
-
-
-
-

Methods

-
- -

canHandle

- -
    -
  • - -
    -
    -

    Checks if the input data can be handled by this class. - Throws an error if it can't handle the data.

    -
    -
    -

    Parameters

    -
      -
    • -
      input: HttpHandlerInput
      -
      -

      Input data that could potentially be handled.

      -
      -
    • -
    -

    Returns Promise<void>

    -

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

    -
  • -
-
-
- -

handle

- - -
-
- -

handleSafe

- -
    -
  • - -
    -
    -

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

    -
    -
    -

    Parameters

    -
      -
    • -
      input: HttpHandlerInput
      -
      -

      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. - Return value depends on the given type.

    -
  • -
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Constructor
  • -
  • Method
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Inherited method
  • -
-
    -
  • Private property
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/server_middleware_headerhandler.headerhandler.html b/docs/classes/server_middleware_headerhandler.headerhandler.html deleted file mode 100644 index a63087a39..000000000 --- a/docs/classes/server_middleware_headerhandler.headerhandler.html +++ /dev/null @@ -1,343 +0,0 @@ - - - - - - HeaderHandler | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class HeaderHandler

-
-
-
-
-
-
-
-
-
-

Handler that sets custom headers on the response.

-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Properties

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

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

Properties

-
- -

Private Readonly headers

-
headers: Record<string, string>
- -
-
-
-

Methods

-
- -

canHandle

- -
    -
  • - -
    -
    -

    Checks if the input data can be handled by this class. - Throws an error if it can't handle the data.

    -
    -
    -

    Parameters

    -
      -
    • -
      input: HttpHandlerInput
      -
      -

      Input data that could potentially be handled.

      -
      -
    • -
    -

    Returns Promise<void>

    -

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

    -
  • -
-
-
- -

handle

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

    Handles the given input. This should only be done if the canHandle function returned true. - Therefore, consider using the handleSafe function instead.

    -
    -
    -

    Parameters

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

    Returns Promise<void>

    -

    A promise resolving when the handling is finished. Return value depends on the given type.

    -
  • -
-
-
- -

handleSafe

- -
    -
  • - -
    -
    -

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

    -
    -
    -

    Parameters

    -
      -
    • -
      input: HttpHandlerInput
      -
      -

      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. - Return value depends on the given type.

    -
  • -
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Constructor
  • -
  • Method
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Inherited method
  • -
-
    -
  • Private property
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/server_middleware_staticassethandler.staticassethandler.html b/docs/classes/server_middleware_staticassethandler.staticassethandler.html deleted file mode 100644 index e50193a0c..000000000 --- a/docs/classes/server_middleware_staticassethandler.staticassethandler.html +++ /dev/null @@ -1,486 +0,0 @@ - - - - - - StaticAssetHandler | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- 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

- -
-
-

Properties

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

-
    -
  • new StaticAssetHandler(assets: Record<string, string>, options?: { expires?: number }): StaticAssetHandler
  • -
-
    -
  • - -
    -
    -

    Creates a handler for the provided static resources.

    -
    -
    -

    Parameters

    -
      -
    • -
      assets: Record<string, string>
      -
      -

      A mapping from URL paths to paths, - where URL paths ending in a slash are interpreted as entire folders.

      -
      -
    • -
    • -
      options: { expires?: number } = {}
      -
      -

      Cache expiration time in seconds.

      -
      -
        -
      • -
        Optional expires?: number
        -
      • -
      -
    • -
    -

    Returns StaticAssetHandler

    -
  • -
-
-
-
-

Properties

-
- -

Private Readonly expires

-
expires: number
- -
-
- -

Private Readonly logger

-
logger: Logger = ...
- -
-
- -

Private Readonly mappings

-
mappings: Record<string, string>
- -
-
- -

Private Readonly pathMatcher

-
pathMatcher: RegExp
- -
-
-
-

Methods

-
- -

canHandle

- - -
-
- -

Private createPathMatcher

-
    -
  • createPathMatcher(assets: Record<string, string>): RegExp
  • -
- -
-
- -

Private getCacheHeaders

-
    -
  • getCacheHeaders(): Record<string, string>
  • -
- -
-
- -

Private getFilePath

-
    -
  • getFilePath(__namedParameters: HttpRequest): string
  • -
- -
-
- -

handle

- - -
-
- -

handleSafe

- -
    -
  • - -
    -
    -

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

    -
    -
    -

    Parameters

    -
      -
    • -
      input: HttpHandlerInput
      -
      -

      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. - Return value depends on the given type.

    -
  • -
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Constructor
  • -
  • Method
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Private property
  • -
  • Private method
  • -
-
    -
  • Inherited method
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/server_middleware_websocketadvertiser.websocketadvertiser.html b/docs/classes/server_middleware_websocketadvertiser.websocketadvertiser.html deleted file mode 100644 index 1a05304b0..000000000 --- a/docs/classes/server_middleware_websocketadvertiser.websocketadvertiser.html +++ /dev/null @@ -1,343 +0,0 @@ - - - - - - WebSocketAdvertiser | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
- -
-
-
-
-
-
-
-
-

Handler that advertises a WebSocket through the Updates-Via header.

-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Properties

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Properties

-
- -

Private Readonly socketUrl

-
socketUrl: string
- -
-
-
-

Methods

-
- -

canHandle

- -
    -
  • - -
    -
    -

    Checks if the input data can be handled by this class. - Throws an error if it can't handle the data.

    -
    -
    -

    Parameters

    -
      -
    • -
      input: HttpHandlerInput
      -
      -

      Input data that could potentially be handled.

      -
      -
    • -
    -

    Returns Promise<void>

    -

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

    -
  • -
-
-
- -

handle

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

    Handles the given input. This should only be done if the canHandle function returned true. - Therefore, consider using the handleSafe function instead.

    -
    -
    -

    Parameters

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

    Returns Promise<void>

    -

    A promise resolving when the handling is finished. Return value depends on the given type.

    -
  • -
-
-
- -

handleSafe

- -
    -
  • - -
    -
    -

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

    -
    -
    -

    Parameters

    -
      -
    • -
      input: HttpHandlerInput
      -
      -

      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. - Return value depends on the given type.

    -
  • -
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Constructor
  • -
  • Method
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Inherited method
  • -
-
    -
  • Private property
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/server_util_routerhandler.routerhandler.html b/docs/classes/server_util_routerhandler.routerhandler.html deleted file mode 100644 index 56ce7061b..000000000 --- a/docs/classes/server_util_routerhandler.routerhandler.html +++ /dev/null @@ -1,370 +0,0 @@ - - - - - - RouterHandler | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class RouterHandler

-
-
-
-
-
-
-
-
-
-

An HttpHandler that checks if a given method and path are satisfied - and allows its handler to be executed if so.

-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Properties

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Properties

-
- -

Protected Readonly allowedMethods

-
allowedMethods: string[]
- -
-
- -

Protected Readonly allowedPathNamesRegEx

-
allowedPathNamesRegEx: RegExp[]
- -
-
- -

Protected Readonly handler

-
handler: HttpHandler
- -
-
-
-

Methods

-
- -

canHandle

- -
    -
  • - -
    -
    -

    Checks if the input data can be handled by this class. - Throws an error if it can't handle the data.

    -
    -
    -

    Parameters

    - -

    Returns Promise<void>

    -

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

    -
  • -
-
-
- -

handle

- - -
-
- -

handleSafe

- -
    -
  • - -
    -
    -

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

    -
    -
    -

    Parameters

    -
      -
    • -
      input: HttpHandlerInput
      -
      -

      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. - Return value depends on the given type.

    -
  • -
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Constructor
  • -
  • Method
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Inherited method
  • -
-
    -
  • Protected property
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/server_util_templatehandler.templatehandler.html b/docs/classes/server_util_templatehandler.templatehandler.html deleted file mode 100644 index f70078401..000000000 --- a/docs/classes/server_util_templatehandler.templatehandler.html +++ /dev/null @@ -1,400 +0,0 @@ - - - - - - TemplateHandler | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class TemplateHandler<T>

-
-
-
-
-
-
-
-
-
-

A Render Handler that uses a template engine to render a response.

-
-
-
-
-

Type parameters

-
    -
  • -

    T: Dict<any> = Dict<any>

    -
  • -
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Properties

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Properties

-
- -

Private Readonly contentType

-
contentType: string
- -
-
- -

Private Readonly templateEngine

-
templateEngine: TemplateEngine<Dict<any>>
- -
-
-
-

Methods

-
- -

canHandle

-
    -
  • canHandle(input: { contents: T; response: ServerResponse; templateFile: string }): Promise<void>
  • -
-
    -
  • - -
    -
    -

    Checks if the input data can be handled by this class. - Throws an error if it can't handle the data.

    -
    -
    -

    Parameters

    -
      -
    • -
      input: { contents: T; response: ServerResponse; templateFile: string }
      -
      -

      Input data that could potentially be handled.

      -
      -
        -
      • -
        contents: T
        -
      • -
      • -
        response: ServerResponse
        -
      • -
      • -
        templateFile: string
        -
      • -
      -
    • -
    -

    Returns Promise<void>

    -

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

    -
  • -
-
-
- -

handle

-
    -
  • handle(__namedParameters: { contents: T; response: ServerResponse; templateFile: string }): Promise<void>
  • -
-
    -
  • - -
    -
    -

    Handles the given input. This should only be done if the canHandle function returned true. - Therefore, consider using the handleSafe function instead.

    -
    -
    -

    Parameters

    -
      -
    • -
      __namedParameters: { contents: T; response: ServerResponse; templateFile: string }
      -
        -
      • -
        contents: T
        -
      • -
      • -
        response: ServerResponse
        -
      • -
      • -
        templateFile: string
        -
      • -
      -
    • -
    -

    Returns Promise<void>

    -
  • -
-
-
- -

handleSafe

-
    -
  • handleSafe(input: { contents: T; response: ServerResponse; templateFile: string }): Promise<void>
  • -
-
    -
  • - -
    -
    -

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

    -
    -
    -

    Parameters

    -
      -
    • -
      input: { contents: T; response: ServerResponse; templateFile: string }
      -
      -

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

      -
      -
        -
      • -
        contents: T
        -
      • -
      • -
        response: ServerResponse
        -
      • -
      • -
        templateFile: string
        -
      • -
      -
    • -
    -

    Returns Promise<void>

    -

    A promise resolving if the input can be handled, rejecting with an Error if not. - Return value depends on the given type.

    -
  • -
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Method
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Inherited method
  • -
-
    -
  • Private property
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/server_websockethandler.websockethandler.html b/docs/classes/server_websockethandler.websockethandler.html deleted file mode 100644 index 58cdd7cfd..000000000 --- a/docs/classes/server_websockethandler.websockethandler.html +++ /dev/null @@ -1,335 +0,0 @@ - - - - - - WebSocketHandler | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class WebSocketHandler

-
-
-
-
-
-
-
-
-
-

A WebSocketHandler handles the communication with multiple WebSockets

-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

canHandle

-
    -
  • canHandle(input: { upgradeRequest: HttpRequest; webSocket: WebSocket }): Promise<void>
  • -
-
    -
  • - -
    -
    -

    Checks if the input data can be handled by this class. - Throws an error if it can't handle the data.

    -
    -
    -

    Parameters

    -
      -
    • -
      input: { upgradeRequest: HttpRequest; webSocket: WebSocket }
      -
      -

      Input data that could potentially be handled.

      -
      -
        -
      • -
        upgradeRequest: HttpRequest
        -
      • -
      • -
        webSocket: WebSocket
        -
      • -
      -
    • -
    -

    Returns Promise<void>

    -

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

    -
  • -
-
-
- -

Abstract handle

-
    -
  • handle(input: { upgradeRequest: HttpRequest; webSocket: WebSocket }): Promise<void>
  • -
-
    -
  • - -
    -
    -

    Handles the given input. This should only be done if the canHandle function returned true. - Therefore, consider using the handleSafe function instead.

    -
    -
    -

    Parameters

    -
      -
    • -
      input: { upgradeRequest: HttpRequest; webSocket: WebSocket }
      -
      -

      Input data that needs to be handled.

      -
      -
        -
      • -
        upgradeRequest: HttpRequest
        -
      • -
      • -
        webSocket: WebSocket
        -
      • -
      -
    • -
    -

    Returns Promise<void>

    -

    A promise resolving when the handling is finished. Return value depends on the given type.

    -
  • -
-
-
- -

handleSafe

-
    -
  • handleSafe(input: { upgradeRequest: HttpRequest; webSocket: WebSocket }): Promise<void>
  • -
-
    -
  • - -
    -
    -

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

    -
    -
    -

    Parameters

    -
      -
    • -
      input: { upgradeRequest: HttpRequest; webSocket: WebSocket }
      -
      -

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

      -
      -
        -
      • -
        upgradeRequest: HttpRequest
        -
      • -
      • -
        webSocket: WebSocket
        -
      • -
      -
    • -
    -

    Returns Promise<void>

    -

    A promise resolving if the input can be handled, rejecting with an Error if not. - Return value depends on the given type.

    -
  • -
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited method
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/server_websocketserverfactory.websocketserverfactory.html b/docs/classes/server_websocketserverfactory.websocketserverfactory.html deleted file mode 100644 index ec803d12b..000000000 --- a/docs/classes/server_websocketserverfactory.websocketserverfactory.html +++ /dev/null @@ -1,267 +0,0 @@ - - - - - - WebSocketServerFactory | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class WebSocketServerFactory

-
-
-
-
-
-
-
-
-
-

Factory that adds WebSocket functionality to an existing server

-
-
-
-
-

Hierarchy

-
    -
  • - WebSocketServerFactory -
  • -
-
-
-

Implements

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Properties

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Properties

-
- -

Private Readonly baseServerFactory

-
baseServerFactory: HttpServerFactory
- -
-
- -

Private Readonly webSocketHandler

-
webSocketHandler: WebSocketHandler
- -
-
-
-

Methods

-
- -

startServer

-
    -
  • startServer(port: number): Server
  • -
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Constructor
  • -
  • Method
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Private property
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/storage_accessors_filedataaccessor.filedataaccessor.html b/docs/classes/storage_accessors_filedataaccessor.filedataaccessor.html deleted file mode 100644 index a70cd8177..000000000 --- a/docs/classes/storage_accessors_filedataaccessor.filedataaccessor.html +++ /dev/null @@ -1,865 +0,0 @@ - - - - - - FileDataAccessor | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
- -
-
-
-
-
-
-
-
-

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

-
-
-
-
-

Hierarchy

-
    -
  • - FileDataAccessor -
  • -
-
-
-

Implements

- -
-
-

Index

-
- -
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Properties

-
- -

Private Readonly resourceMapper

-
resourceMapper: FileIdentifierMapper
- -
-
-
-

Methods

-
- -

Private addPosixMetadata

- - -
-
- -

canHandle

- - -
-
- -

deleteResource

- - -
-
- -

Private getBaseMetadata

- -
    -
  • - -
    -
    -

    Generates metadata relevant for any resources stored by this accessor.

    -
    -
    -

    Parameters

    -
      -
    • -
      link: ResourceLink
      -
      -

      Path related metadata.

      -
      -
    • -
    • -
      stats: Stats
      -
      -

      Stats objects of the corresponding directory.

      -
      -
    • -
    • -
      isContainer: boolean
      -
      -

      If the path points to a container (directory) or not.

      -
      -
    • -
    -

    Returns Promise<RepresentationMetadata>

    -
  • -
-
-
- -

Private getChildMetadata

- - -
-
- -

getChildren

- - -
-
- -

getData

- -
    -
  • - -
    -
    -

    Will return data stream directly to the file corresponding to the resource. - Will throw NotFoundHttpError if the input is a container.

    -
    -
    -

    Parameters

    - -

    Returns Promise<Guarded<Readable>>

    -
  • -
-
-
- -

Private getDirectoryMetadata

- - -
-
- -

Private getFileMetadata

- - -
-
- -

getMetadata

- - -
-
- -

Private getRawMetadata

- -
    -
  • - -
    -
    -

    Reads the metadata from the corresponding metadata file. - Returns an empty array if there is no metadata file.

    -
    -
    -

    Parameters

    -
      -
    • -
      identifier: ResourceIdentifier
      -
      -

      Identifier of the resource (not the metadata!).

      -
      -
    • -
    -

    Returns Promise<Quad[]>

    -
  • -
-
-
- -

Private getStats

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

    Gets the Stats object corresponding to the given file path.

    -
    -
    -
    throws
    -

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

    -
    -
    -
    -

    Parameters

    -
      -
    • -
      path: string
      -
      -

      File path to get info from.

      -
      -
    • -
    -

    Returns Promise<Stats>

    -
  • -
-
-
- -

Private verifyExistingExtension

-
    -
  • verifyExistingExtension(link: ResourceLink): Promise<void>
  • -
-
    -
  • - -
    -
    -

    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>

    -
  • -
-
-
- -

writeContainer

- - -
-
- -

Private writeDataFile

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

    -
  • -
-
-
- -

writeDocument

- -
    -
  • - -
    -
    -

    Writes the given data as a file (and potential metadata as additional file). - The metadata file will be written first and will be deleted if something goes wrong writing the actual data.

    -
    -
    -

    Parameters

    - -

    Returns Promise<void>

    -
  • -
-
-
- -

Private writeMetadata

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Constructor
  • -
  • Method
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Private property
  • -
  • Private method
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/storage_accessors_inmemorydataaccessor.inmemorydataaccessor.html b/docs/classes/storage_accessors_inmemorydataaccessor.inmemorydataaccessor.html deleted file mode 100644 index c54044416..000000000 --- a/docs/classes/storage_accessors_inmemorydataaccessor.inmemorydataaccessor.html +++ /dev/null @@ -1,563 +0,0 @@ - - - - - - InMemoryDataAccessor | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
- -
-
-
-
-
-
-

Hierarchy

-
    -
  • - InMemoryDataAccessor -
  • -
-
-
-

Implements

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Properties

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Properties

-
- -

Private Readonly identifierStrategy

-
identifierStrategy: IdentifierStrategy
- -
-
- -

Private Readonly store

-
store: { entries: Record<string, ContainerEntry> }
- -
-

Type declaration

-
    -
  • -
    entries: Record<string, ContainerEntry>
    -
  • -
-
-
-
-
-

Methods

-
- -

canHandle

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

deleteResource

- - -
-
- -

getChildren

- - -
-
- -

getData

- - -
-
- -

Private getEntry

- - -
-
- -

Private getHierarchy

- - -
-
- -

getMetadata

- - -
-
- -

Private getParentEntry

- - -
-
- -

Private isDataEntry

-
    -
  • isDataEntry(entry: CacheEntry): entry is DataEntry
  • -
- -
-
- -

writeContainer

- - -
-
- -

writeDocument

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Constructor
  • -
  • Method
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Private property
  • -
  • Private method
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/storage_accessors_sparqldataaccessor.sparqldataaccessor.html b/docs/classes/storage_accessors_sparqldataaccessor.sparqldataaccessor.html deleted file mode 100644 index 85f31cb8c..000000000 --- a/docs/classes/storage_accessors_sparqldataaccessor.sparqldataaccessor.html +++ /dev/null @@ -1,945 +0,0 @@ - - - - - - SparqlDataAccessor | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- 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

-
- -

constructor

- - -
-
-
-

Properties

-
- -

Private Readonly endpoint

-
endpoint: string
- -
-
- -

Private Readonly fetcher

-
fetcher: SparqlEndpointFetcher
- -
-
- -

Private Readonly generator

-
generator: SparqlGenerator
- -
-
- -

Private Readonly identifierStrategy

-
identifierStrategy: IdentifierStrategy
- -
-
- -

Protected Readonly logger

-
logger: Logger = ...
- -
-
-
-

Methods

-
- -

canHandle

- - -
-
- -

deleteResource

- - -
-
- -

getChildren

- - -
-
- -

getData

- - -
-
- -

getMetadata

- - -
-
- -

Private getMetadataNode

-
    -
  • getMetadataNode(name: NamedNode<string>): NamedNode<string>
  • -
-
    -
  • - -
    -
    -

    Creates the name for the metadata of a resource.

    -
    -
    -

    Parameters

    -
      -
    • -
      name: NamedNode<string>
      -
      -

      Name of the (non-metadata) resource.

      -
      -
    • -
    -

    Returns NamedNode<string>

    -
  • -
-
-
- -

Private getRelatedNames

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

Private isMetadataIdentifier

- - -
-
- -

Private sendSparqlConstruct

-
    -
  • sendSparqlConstruct(sparqlQuery: ConstructQuery): Promise<Guarded<Readable>>
  • -
-
    -
  • - -
    -
    -

    Sends a SPARQL CONSTRUCT query to the endpoint and returns a stream of quads.

    -
    -
    -

    Parameters

    -
      -
    • -
      sparqlQuery: ConstructQuery
      -
      -

      Query to execute.

      -
      -
    • -
    -

    Returns Promise<Guarded<Readable>>

    -
  • -
-
-
- -

Private sendSparqlUpdate

-
    -
  • sendSparqlUpdate(sparqlQuery: Update): Promise<void>
  • -
- -
-
- -

Private sparqlConstruct

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

    -
  • -
-
-
- -

Private sparqlDelete

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

    -
  • -
-
-
- -

Private sparqlInsert

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

    -
  • -
-
-
- -

Private sparqlSelectGraph

-
    -
  • sparqlSelectGraph(name: NamedNode<string>, triples: Quad[]): GraphPattern
  • -
- -
-
- -

Private sparqlUpdateDeleteAll

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

    -
  • -
-
-
- -

Private sparqlUpdateGraph

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

    -
  • -
-
-
- -

writeContainer

- - -
-
- -

writeDocument

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Constructor
  • -
  • Method
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Private property
  • -
  • Private method
  • -
-
    -
  • Protected property
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/storage_baseresourcestore.baseresourcestore.html b/docs/classes/storage_baseresourcestore.baseresourcestore.html deleted file mode 100644 index da158c7a8..000000000 --- a/docs/classes/storage_baseresourcestore.baseresourcestore.html +++ /dev/null @@ -1,386 +0,0 @@ - - - - - - BaseResourceStore | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class BaseResourceStore

-
-
-
-
-
-
-
-
-
-

Base implementation of ResourceStore for implementers of custom stores.

-
-
-
-
-

Hierarchy

-
    -
  • - BaseResourceStore -
  • -
-
-
-

Implements

- -
-
-

Index

-
- -
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

addResource

- - -
-
- -

deleteResource

- - -
-
- -

getRepresentation

- - -
-
- -

modifyResource

- - -
-
- -

resourceExists

- - -
-
- -

setRepresentation

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Constructor
  • -
  • Method
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/storage_conversion_chainedconverter.chainedconverter.html b/docs/classes/storage_conversion_chainedconverter.chainedconverter.html deleted file mode 100644 index f915e9ace..000000000 --- a/docs/classes/storage_conversion_chainedconverter.chainedconverter.html +++ /dev/null @@ -1,662 +0,0 @@ - - - - - - ChainedConverter | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- 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.

- -
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Properties

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Properties

-
- -

Private Readonly converters

- - -
-
- -

Protected Readonly logger

-
logger: Logger = ...
- -
-
-
-

Methods

-
- -

canHandle

- - -
-
- -

Private findBest

-
    -
  • findBest(type: string, preferences: ValuePreferences, paths: ConversionPath[]): undefined | MatchedPath
  • -
-
    -
  • - -
    -
    -

    Finds the path from the given list that can convert the given type 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

    -
      -
    • -
      type: string
      -
    • -
    • -
      preferences: ValuePreferences
      -
    • -
    • -
      paths: ConversionPath[]
      -
    • -
    -

    Returns undefined | MatchedPath

    -
  • -
-
-
- -

Private findPath

- - -
-
- -

Private generatePath

-
    -
  • generatePath(inType: string, outPreferences: ValuePreferences): Promise<MatchedPath>
  • -
-
    -
  • - -
    -
    -

    Tries to generate the optimal ConversionPath that supports the given parameters, - which will then be used to instantiate a specific MatchedPath for those parameters.

    -
    -

    Errors if such a path does not exist.

    -
    -

    Parameters

    - -

    Returns Promise<MatchedPath>

    -
  • -
-
-
- -

handle

- - -
-
- -

handleSafe

- -
    -
  • - -
    -
    -

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

    -
    -
    -

    Parameters

    - -

    Returns Promise<Representation>

    -

    A promise resolving if the input can be handled, rejecting with an Error if not. - Return value depends on the given type.

    -
  • -
-
-
- -

Private isMatchedPath

-
    -
  • isMatchedPath(path: unknown): path is MatchedPath
  • -
- -
-
- -

Private modifyTypeWeights

- - -
-
- -

Private removeBadPaths

-
    -
  • removeBadPaths(paths: ConversionPath[], maxWeight: number, inType: string, bestMatch?: MatchedPath): 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.

      -
      -
    • -
    • -
      inType: string
      -
      -

      The input type.

      -
      -
    • -
    • -
      Optional bestMatch: MatchedPath
      -
      -

      The current best path.

      -
      -
    • -
    -

    Returns ConversionPath[]

    -
  • -
-
-
- -

Private supportedConverters

- - -
-
- -

Private takeStep

-
    -
  • takeStep(path: ConversionPath): Promise<ConversionPath[]>
  • -
-
    -
  • - -
    -
    -

    Finds all converters that could take the output of the given path as input. - For each of these converters a new path gets created which is the input path appended by the converter.

    -
    -
    -

    Parameters

    -
      -
    • -
      path: ConversionPath
      -
    • -
    -

    Returns Promise<ConversionPath[]>

    -
  • -
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Constructor
  • -
  • Method
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Private property
  • -
  • Private method
  • -
-
    -
  • Inherited method
  • -
-
    -
  • Protected property
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/storage_conversion_constantconverter.constantconverter.html b/docs/classes/storage_conversion_constantconverter.constantconverter.html deleted file mode 100644 index 63e2d8ea3..000000000 --- a/docs/classes/storage_conversion_constantconverter.constantconverter.html +++ /dev/null @@ -1,392 +0,0 @@ - - - - - - ConstantConverter | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- 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

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Properties

-
- -

Private Readonly contentType

-
contentType: string
- -
-
- -

Private Readonly filePath

-
filePath: string
- -
-
- -

Private Readonly options

-
options: Required<ConstantConverterOptions>
- -
-
-
-

Methods

-
- -

canHandle

- - -
-
- -

handle

- - -
-
- -

handleSafe

- -
    -
  • - -
    -
    -

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

    -
    -
    -

    Parameters

    - -

    Returns Promise<Representation>

    -

    A promise resolving if the input can be handled, rejecting with an Error if not. - Return value depends on the given type.

    -
  • -
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Constructor
  • -
  • Method
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Inherited method
  • -
-
    -
  • Private property
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/storage_conversion_containertotemplateconverter.containertotemplateconverter.html b/docs/classes/storage_conversion_containertotemplateconverter.containertotemplateconverter.html deleted file mode 100644 index ae450df39..000000000 --- a/docs/classes/storage_conversion_containertotemplateconverter.containertotemplateconverter.html +++ /dev/null @@ -1,558 +0,0 @@ - - - - - - ContainerToTemplateConverter | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
- -
-
-
-
-
-
-
-

A RepresentationConverter that creates a templated representation of a container.

-
-
-
-
-

Hierarchy

- -
-
-

Index

-
- -
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Properties

-
- -

Private Readonly contentType

-
contentType: string
- -
-
- -

Private Readonly identifierStrategy

-
identifierStrategy: IdentifierStrategy
- -
-
- -

Protected inputTypes

-
inputTypes: Promise<ValuePreferences>
- -
-
- -

Protected outputTypes

-
outputTypes: Promise<ValuePreferences>
- -
-
- -

Private Readonly templateEngine

-
templateEngine: TemplateEngine<Dict<any>>
- -
-
-
-

Methods

-
- -

canHandle

- - -
-
- -

Private getChildResources

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

getInputTypes

- - -
-
- -

Private getLocalName

-
    -
  • getLocalName(iri: string): string
  • -
- -
-
- -

getOutputTypes

- - -
-
- -

Private getParentContainers

- - -
-
- -

handle

- - -
-
- -

handleSafe

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Constructor
  • -
  • Method
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Private property
  • -
  • Private method
  • -
-
    -
  • Inherited method
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/storage_conversion_contenttypereplacer.contenttypereplacer.html b/docs/classes/storage_conversion_contenttypereplacer.contenttypereplacer.html deleted file mode 100644 index 1e82d287c..000000000 --- a/docs/classes/storage_conversion_contenttypereplacer.contenttypereplacer.html +++ /dev/null @@ -1,386 +0,0 @@ - - - - - - ContentTypeReplacer | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- 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

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Properties

-
- -

Private Readonly contentTypeMap

-
contentTypeMap: Record<string, ValuePreferences> = {}
- -
-
-
-

Methods

-
- -

canHandle

- - -
-
- -

Private getReplacementType

-
    -
  • getReplacementType(contentType?: string, preferred?: ValuePreferences): string
  • -
- -
-
- -

handle

- - -
-
- -

handleSafe

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Constructor
  • -
  • Method
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Private property
  • -
  • Private method
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/storage_conversion_errortoquadconverter.errortoquadconverter.html b/docs/classes/storage_conversion_errortoquadconverter.errortoquadconverter.html deleted file mode 100644 index 1395d65c6..000000000 --- a/docs/classes/storage_conversion_errortoquadconverter.errortoquadconverter.html +++ /dev/null @@ -1,401 +0,0 @@ - - - - - - ErrorToQuadConverter | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- 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

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Properties

-
- -

Protected inputTypes

-
inputTypes: Promise<ValuePreferences>
- -
-
- -

Protected outputTypes

-
outputTypes: Promise<ValuePreferences>
- -
-
-
-

Methods

-
- -

canHandle

- - -
-
- -

getInputTypes

- - -
-
- -

getOutputTypes

- - -
-
- -

handle

- - -
-
- -

handleSafe

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Constructor
  • -
  • Method
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Inherited method
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/storage_conversion_errortotemplateconverter.errortotemplateconverter.html b/docs/classes/storage_conversion_errortotemplateconverter.errortotemplateconverter.html deleted file mode 100644 index e24472a4b..000000000 --- a/docs/classes/storage_conversion_errortotemplateconverter.errortotemplateconverter.html +++ /dev/null @@ -1,493 +0,0 @@ - - - - - - ErrorToTemplateConverter | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- 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

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Properties

-
- -

Private Readonly codeTemplatesPath

-
codeTemplatesPath: string
- -
-
- -

Private Readonly contentType

-
contentType: string
- -
-
- -

Private Readonly extension

-
extension: string
- -
-
- -

Protected inputTypes

-
inputTypes: Promise<ValuePreferences>
- -
-
- -

Private Readonly mainTemplatePath

-
mainTemplatePath: string
- -
-
- -

Protected outputTypes

-
outputTypes: Promise<ValuePreferences>
- -
-
- -

Private Readonly templateEngine

-
templateEngine: TemplateEngine<Dict<any>>
- -
-
-
-

Methods

-
- -

canHandle

- - -
-
- -

getInputTypes

- - -
-
- -

getOutputTypes

- - -
-
- -

handle

- - -
-
- -

handleSafe

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Constructor
  • -
  • Method
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Inherited method
  • -
-
    -
  • Private property
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/storage_conversion_ifneededconverter.ifneededconverter.html b/docs/classes/storage_conversion_ifneededconverter.ifneededconverter.html deleted file mode 100644 index 63fa8d6a5..000000000 --- a/docs/classes/storage_conversion_ifneededconverter.ifneededconverter.html +++ /dev/null @@ -1,405 +0,0 @@ - - - - - - IfNeededConverter | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
- -
-
-
-
-
-
-
-
-

A RepresentationConverter that only converts representations - that are not compatible with the preferences.

-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Properties

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Properties

-
- -

Private Readonly converter

- - -
-
- -

Protected Readonly logger

-
logger: Logger = ...
- -
-
-
-

Methods

-
- -

canHandle

- - -
-
- -

Protected convert

- - -
-
- -

handle

- - -
-
- -

handleSafe

- - -
-
- -

Protected needsConversion

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Constructor
  • -
  • Method
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Protected property
  • -
  • Protected method
  • -
-
    -
  • Private property
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/storage_conversion_markdowntohtmlconverter.markdowntohtmlconverter.html b/docs/classes/storage_conversion_markdowntohtmlconverter.markdowntohtmlconverter.html deleted file mode 100644 index b17d460a8..000000000 --- a/docs/classes/storage_conversion_markdowntohtmlconverter.markdowntohtmlconverter.html +++ /dev/null @@ -1,427 +0,0 @@ - - - - - - MarkdownToHtmlConverter | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- 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

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Properties

-
- -

Protected inputTypes

-
inputTypes: Promise<ValuePreferences>
- -
-
- -

Protected outputTypes

-
outputTypes: Promise<ValuePreferences>
- -
-
- -

Private Readonly templateEngine

-
templateEngine: TemplateEngine<Dict<any>>
- -
-
-
-

Methods

-
- -

canHandle

- - -
-
- -

getInputTypes

- - -
-
- -

getOutputTypes

- - -
-
- -

handle

- - -
-
- -

handleSafe

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Constructor
  • -
  • Method
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Inherited method
  • -
-
    -
  • Private property
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/storage_conversion_passthroughconverter.passthroughconverter.html b/docs/classes/storage_conversion_passthroughconverter.passthroughconverter.html deleted file mode 100644 index 6e4e718b8..000000000 --- a/docs/classes/storage_conversion_passthroughconverter.passthroughconverter.html +++ /dev/null @@ -1,304 +0,0 @@ - - - - - - PassthroughConverter | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
- -
-
-
-
-
-
-
-
-

A RepresentationConverter that does not perform any conversion.

-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

canHandle

- - -
-
- -

handle

- - -
-
- -

handleSafe

- -
    -
  • - -
    -
    -

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

    -
    -
    -

    Parameters

    - -

    Returns Promise<Representation>

    -

    A promise resolving if the input can be handled, rejecting with an Error if not. - Return value depends on the given type.

    -
  • -
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Method
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited method
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/storage_conversion_quadtordfconverter.quadtordfconverter.html b/docs/classes/storage_conversion_quadtordfconverter.quadtordfconverter.html deleted file mode 100644 index 53438126c..000000000 --- a/docs/classes/storage_conversion_quadtordfconverter.quadtordfconverter.html +++ /dev/null @@ -1,429 +0,0 @@ - - - - - - QuadToRdfConverter | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
- -
-
-
-
-
-
-
-
-

Converts internal/quads to most major RDF serializations.

-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Properties

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

-
    -
  • new QuadToRdfConverter(options?: { outputPreferences?: Record<string, number> }): QuadToRdfConverter
  • -
- -
-
-
-

Properties

-
- -

Protected inputTypes

-
inputTypes: Promise<ValuePreferences>
- -
-
- -

Private Optional Readonly outputPreferences

-
outputPreferences: ValuePreferences
- -
-
- -

Protected outputTypes

-
outputTypes: Promise<ValuePreferences>
- -
-
-
-

Methods

-
- -

canHandle

- - -
-
- -

getInputTypes

- - -
-
- -

getOutputTypes

- - -
-
- -

handle

- - -
-
- -

handleSafe

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Constructor
  • -
  • Method
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Inherited method
  • -
-
    -
  • Private property
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/storage_conversion_rdftoquadconverter.rdftoquadconverter.html b/docs/classes/storage_conversion_rdftoquadconverter.rdftoquadconverter.html deleted file mode 100644 index 4f1698678..000000000 --- a/docs/classes/storage_conversion_rdftoquadconverter.rdftoquadconverter.html +++ /dev/null @@ -1,401 +0,0 @@ - - - - - - RdfToQuadConverter | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
- -
-
-
-
-
-
-
-
-

Converts most major RDF serializations to internal/quads.

-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Properties

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Properties

-
- -

Protected inputTypes

-
inputTypes: Promise<ValuePreferences>
- -
-
- -

Protected outputTypes

-
outputTypes: Promise<ValuePreferences>
- -
-
-
-

Methods

-
- -

canHandle

- - -
-
- -

getInputTypes

- - -
-
- -

getOutputTypes

- - -
-
- -

handle

- - -
-
- -

handleSafe

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Constructor
  • -
  • Method
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Inherited method
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/storage_conversion_representationconverter.representationconverter.html b/docs/classes/storage_conversion_representationconverter.representationconverter.html deleted file mode 100644 index 76d9f98f5..000000000 --- a/docs/classes/storage_conversion_representationconverter.representationconverter.html +++ /dev/null @@ -1,329 +0,0 @@ - - - - - - RepresentationConverter | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- 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

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

canHandle

- -
    -
  • - -
    -
    -

    Checks if the input data can be handled by this class. - Throws an error if it can't handle the data.

    -
    -
    -

    Parameters

    - -

    Returns Promise<void>

    -

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

    -
  • -
-
-
- -

Abstract handle

- - -
-
- -

handleSafe

- -
    -
  • - -
    -
    -

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

    -
    -
    -

    Parameters

    - -

    Returns Promise<Representation>

    -

    A promise resolving if the input can be handled, rejecting with an Error if not. - Return value depends on the given type.

    -
  • -
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited method
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/storage_conversion_typedrepresentationconverter.typedrepresentationconverter.html b/docs/classes/storage_conversion_typedrepresentationconverter.typedrepresentationconverter.html deleted file mode 100644 index d8112d3ca..000000000 --- a/docs/classes/storage_conversion_typedrepresentationconverter.typedrepresentationconverter.html +++ /dev/null @@ -1,432 +0,0 @@ - - - - - - TypedRepresentationConverter | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
- -
-
-
-
-
-
-
-

A RepresentationConverter that allows requesting the supported types.

-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Properties

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Properties

-
- -

Protected inputTypes

-
inputTypes: Promise<ValuePreferences>
- -
-
- -

Protected outputTypes

-
outputTypes: Promise<ValuePreferences>
- -
-
-
-

Methods

-
- -

canHandle

- - -
-
- -

getInputTypes

- - -
-
- -

getOutputTypes

- - -
-
- -

Abstract handle

- - -
-
- -

handleSafe

- -
    -
  • - -
    -
    -

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

    -
    -
    -

    Parameters

    - -

    Returns Promise<Representation>

    -

    A promise resolving if the input can be handled, rejecting with an Error if not. - Return value depends on the given type.

    -
  • -
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Constructor
  • -
  • Method
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Inherited method
  • -
-
    -
  • Protected property
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/storage_dataaccessorbasedstore.dataaccessorbasedstore.html b/docs/classes/storage_dataaccessorbasedstore.dataaccessorbasedstore.html deleted file mode 100644 index b8c6ad0d3..000000000 --- a/docs/classes/storage_dataaccessorbasedstore.dataaccessorbasedstore.html +++ /dev/null @@ -1,993 +0,0 @@ - - - - - - DataAccessorBasedStore | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class DataAccessorBasedStore

-
-
-
-
-
-
-
-
-
-

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

-
- -

constructor

- - -
-
-
-

Properties

-
- -

Private Readonly accessor

-
accessor: DataAccessor
- -
-
- -

Private Readonly auxiliaryStrategy

-
auxiliaryStrategy: AuxiliaryStrategy
- -
-
- -

Private Readonly identifierStrategy

-
identifierStrategy: IdentifierStrategy
- -
-
- -

Protected Readonly logger

-
logger: Logger = ...
- -
-
-
-

Methods

-
- -

addResource

- - -
-
- -

Protected cleanSlug

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

    -
  • -
-
-
- -

Protected createRecursiveContainers

- -
    -
  • - -
    -
    -

    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

    -
      -
    • -
      container: ResourceIdentifier
      -
      -

      Identifier of the container which will need to exist.

      -
      -
    • -
    -

    Returns Promise<ResourceIdentifier[]>

    -
  • -
-
-
- -

Protected createSafeUri

- - -
-
- -

Protected createURI

- -
    -
  • - -
    -
    -

    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

    -
  • -
-
-
- -

deleteResource

- - -
-
- -

Protected getNormalizedMetadata

- - -
-
- -

getRepresentation

- - -
-
- -

Protected getSafeNormalizedMetadata

- - -
-
- -

Protected handleContainerData

-
    -
  • handleContainerData(representation: Representation): Promise<void>
  • -
-
    -
  • - -
    -
    -

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

    -
    -
    -

    Parameters

    -
      -
    • -
      representation: Representation
      -
      -

      Container representation.

      -
      -
    • -
    -

    Returns Promise<void>

    -
  • -
-
-
- -

Protected hasContainerType

-
    -
  • hasContainerType(rdfTypes: Term[]): boolean
  • -
- -
-
- -

Protected hasProperChildren

- - -
-
- -

Protected isNewContainer

- -
    -
  • - -
    -
    -

    Checks if the given metadata represents a (potential) container, - both based on the metadata and the URI.

    -
    -
    -

    Parameters

    -
      -
    • -
      metadata: RepresentationMetadata
      -
      -

      Metadata of the (new) resource.

      -
      -
    • -
    • -
      Optional suffix: string
      -
      -

      Suffix of the URI. Can be the full URI, but only the last part is required.

      -
      -
    • -
    -

    Returns boolean

    -
  • -
-
-
- -

Protected isRootStorage

- - -
-
- -

modifyResource

- - -
-
- -

resourceExists

- - -
-
- -

Protected safelyDeleteAuxiliaryResources

- - -
-
- -

setRepresentation

- - -
-
- -

Protected validateIdentifier

- - -
-
- -

Protected writeData

- -
    -
  • - -
    -
    -

    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?

      -
      -
    • -
    • -
      Optional createContainers: boolean
      -
      -

      Should parent containers (potentially) be created?

      -
      -
    • -
    -

    Returns Promise<ResourceIdentifier[]>

    -

    Identifiers of resources that were possibly modified.

    -
  • -
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Constructor
  • -
  • Method
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Protected property
  • -
  • Protected method
  • -
-
    -
  • Private property
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/storage_indexrepresentationstore.indexrepresentationstore.html b/docs/classes/storage_indexrepresentationstore.indexrepresentationstore.html deleted file mode 100644 index 95f6dad99..000000000 --- a/docs/classes/storage_indexrepresentationstore.indexrepresentationstore.html +++ /dev/null @@ -1,507 +0,0 @@ - - - - - - IndexRepresentationStore | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class IndexRepresentationStore

-
-
-
-
-
-
-
-
-
-

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 "*∕*".
  • -
-
-

Note: this functionality is not yet part of the specification. Relevant issues are:

- -
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Properties

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Properties

-
- -

Private Readonly indexName

-
indexName: string
- -
-
- -

Private Readonly mediaRange

-
mediaRange: string
- -
-
- -

Protected Readonly source

- - -
-
-
-

Methods

-
- -

addResource

- - -
-
- -

deleteResource

- - -
-
- -

getRepresentation

- - -
-
- -

Private matchesPreferences

- - -
-
- -

modifyResource

- - -
-
- -

resourceExists

- - -
-
- -

setRepresentation

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Constructor
  • -
  • Method
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Private property
  • -
  • Private method
  • -
-
    -
  • Inherited method
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/storage_keyvalue_jsonfilestorage.jsonfilestorage.html b/docs/classes/storage_keyvalue_jsonfilestorage.jsonfilestorage.html deleted file mode 100644 index 89463dd80..000000000 --- a/docs/classes/storage_keyvalue_jsonfilestorage.jsonfilestorage.html +++ /dev/null @@ -1,503 +0,0 @@ - - - - - - JsonFileStorage | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class JsonFileStorage

-
-
-
-
-
-
-
-
-
-

Uses a JSON file to store key/value pairs.

-
-
-
-
-

Hierarchy

-
    -
  • - JsonFileStorage -
  • -
-
-
-

Implements

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Properties

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Properties

-
- -

Private Readonly filePath

-
filePath: string
- -
-
- -

Private Readonly lockIdentifier

-
lockIdentifier: ResourceIdentifier
- -
-
- -

Private Readonly locker

- - -
-
-
-

Methods

-
- -

delete

-
    -
  • delete(key: string): Promise<boolean>
  • -
- -
-
- -

entries

-
    -
  • entries(): AsyncIterableIterator<[string, unknown]>
  • -
- -
-
- -

get

-
    -
  • get(key: string): Promise<unknown>
  • -
- -
-
- -

Private getJson

-
    -
  • getJson(): Promise<Dict<unknown>>
  • -
- -
-
- -

Private getJsonSafely

-
    -
  • getJsonSafely(): Promise<Dict<unknown>>
  • -
- -
-
- -

has

-
    -
  • has(key: string): Promise<boolean>
  • -
- -
-
- -

set

- - -
-
- -

Private updateJsonSafely

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

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Constructor
  • -
  • Method
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Private property
  • -
  • Private method
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/storage_keyvalue_jsonresourcestorage.jsonresourcestorage.html b/docs/classes/storage_keyvalue_jsonresourcestorage.jsonresourcestorage.html deleted file mode 100644 index f6b6c4ba1..000000000 --- a/docs/classes/storage_keyvalue_jsonresourcestorage.jsonresourcestorage.html +++ /dev/null @@ -1,449 +0,0 @@ - - - - - - JsonResourceStorage | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
- -
-
-
-
-
-
-
-
-

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

-
-

The keys will be transformed so they can be safely used - as a resource name in the given container. - Values will be sent as data streams, - so how these are stored depends on the underlying store.

-

All non-404 errors will be re-thrown.

-
-
-
-

Hierarchy

-
    -
  • - JsonResourceStorage -
  • -
-
-
-

Implements

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Properties

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Properties

-
- -

Private Readonly container

-
container: string
- -
-
- -

Private Readonly source

- - -
-
-
-

Methods

-
- -

Private createIdentifier

- - -
-
- -

delete

-
    -
  • delete(key: string): Promise<boolean>
  • -
- -
-
- -

entries

-
    -
  • entries(): AsyncIterableIterator<[string, unknown]>
  • -
- -
-
- -

get

-
    -
  • get(key: string): Promise<unknown>
  • -
- -
-
- -

has

-
    -
  • has(key: string): Promise<boolean>
  • -
- -
-
- -

Private parseMember

-
    -
  • parseMember(member: string): string
  • -
- -
-
- -

set

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Constructor
  • -
  • Method
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Private property
  • -
  • Private method
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/storage_keyvalue_memorymapstorage.memorymapstorage.html b/docs/classes/storage_keyvalue_memorymapstorage.memorymapstorage.html deleted file mode 100644 index 6848830ba..000000000 --- a/docs/classes/storage_keyvalue_memorymapstorage.memorymapstorage.html +++ /dev/null @@ -1,366 +0,0 @@ - - - - - - MemoryMapStorage | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class MemoryMapStorage<TValue>

-
-
-
-
-
-
-
-
-
-

A KeyValueStorage which uses a JavaScript Map for internal storage.

-
-
-
-
-

Type parameters

-
    -
  • -

    TValue

    -
  • -
-
-
-

Hierarchy

-
    -
  • - MemoryMapStorage -
  • -
-
-
-

Implements

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Properties

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Properties

-
- -

Private Readonly data

-
data: Map<string, TValue>
- -
-
-
-

Methods

-
- -

delete

-
    -
  • delete(key: string): Promise<boolean>
  • -
- -
-
- -

entries

-
    -
  • entries(): AsyncIterableIterator<[string, TValue]>
  • -
- -
-
- -

get

-
    -
  • get(key: string): Promise<undefined | TValue>
  • -
- -
-
- -

has

-
    -
  • has(key: string): Promise<boolean>
  • -
- -
-
- -

set

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Method
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Private property
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/storage_keyvalue_wrappedexpiringstorage.wrappedexpiringstorage.html b/docs/classes/storage_keyvalue_wrappedexpiringstorage.wrappedexpiringstorage.html deleted file mode 100644 index 864e6713a..000000000 --- a/docs/classes/storage_keyvalue_wrappedexpiringstorage.wrappedexpiringstorage.html +++ /dev/null @@ -1,648 +0,0 @@ - - - - - - WrappedExpiringStorage | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- 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

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Properties

-
- -

Protected Readonly logger

-
logger: Logger = ...
- -
-
- -

Private Readonly source

-
source: KeyValueStorage<TKey, Expires<TValue>>
- -
-
- -

Private Readonly timer

-
timer: Timeout
- -
-
-
-

Methods

-
- -

delete

-
    -
  • delete(key: TKey): Promise<boolean>
  • -
- -
-
- -

entries

-
    -
  • entries(): AsyncIterableIterator<[TKey, TValue]>
  • -
- -
-
- -

finalize

-
    -
  • finalize(): Promise<void>
  • -
- -
-
- -

get

-
    -
  • get(key: TKey): Promise<undefined | TValue>
  • -
-
    -
  • - -
    -
    -

    Returns the value stored for the given identifier. - undefined if no value is stored.

    -
    -
    -

    Parameters

    -
      -
    • -
      key: TKey
      -
    • -
    -

    Returns Promise<undefined | TValue>

    -
  • -
-
-
- -

Private getUnexpired

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

-
    -
  • has(key: TKey): Promise<boolean>
  • -
- -
-
- -

Private isExpired

-
    -
  • isExpired(expires?: Date): boolean
  • -
- -
-
- -

Private removeExpiredEntries

-
    -
  • removeExpiredEntries(): Promise<void>
  • -
- -
-
- -

set

- - -
-
- -

Private toData

-
    -
  • toData(expireData: Expires<TValue>): { expires?: Date; payload: TValue }
  • -
-
    -
  • - -
    -
    -

    Creates a new object where the expires field is a Date instead of a string.

    -
    -
    -

    Parameters

    -
      -
    • -
      expireData: Expires<TValue>
      -
    • -
    -

    Returns { expires?: Date; payload: TValue }

    -
      -
    • -
      Optional expires?: Date
      -
    • -
    • -
      payload: TValue
      -
    • -
    -
  • -
-
-
- -

Private toExpires

-
    -
  • toExpires(data: TValue, expires?: Date): Expires<TValue>
  • -
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Method
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Private property
  • -
  • Private method
  • -
-
    -
  • Protected property
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/storage_lockingresourcestore.lockingresourcestore.html b/docs/classes/storage_lockingresourcestore.lockingresourcestore.html deleted file mode 100644 index f51c5775f..000000000 --- a/docs/classes/storage_lockingresourcestore.lockingresourcestore.html +++ /dev/null @@ -1,655 +0,0 @@ - - - - - - LockingResourceStore | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class LockingResourceStore

-
-
-
-
-
-
-
-
-
-

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 associated resource. - The actual operation is still executed on the auxiliary resource.

-
-
-
-

Hierarchy

-
    -
  • - LockingResourceStore -
  • -
-
-
-

Implements

- -
-
-

Index

-
- -
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Properties

-
- -

Private Readonly auxiliaryStrategy

-
auxiliaryStrategy: AuxiliaryIdentifierStrategy
- -
-
- -

Private Readonly locks

- - -
-
- -

Protected Readonly logger

-
logger: Logger = ...
- -
-
- -

Private Readonly source

- - -
-
-
-

Methods

-
- -

addResource

- - -
-
- -

Protected createExpiringRepresentation

- -
    -
  • - -
    -
    -

    Wraps a representation to make it reset the timeout timer every time data is read.

    -
    -
    -

    Parameters

    -
      -
    • -
      representation: Representation
      -
      -

      The representation to wrap

      -
      -
    • -
    • -
      maintainLock: () => void
      -
      -

      Function to call to reset the timer.

      -
      -
        -
      • -
          -
        • (): void
        • -
        -
          -
        • -

          Returns void

          -
        • -
        -
      • -
      -
    • -
    -

    Returns Representation

    -
  • -
-
-
- -

deleteResource

- - -
-
- -

Protected getLockIdentifier

- - -
-
- -

getRepresentation

- - -
-
- -

Protected lockedRepresentationRun

- -
    -
  • - -
    -
    -

    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>

    -
  • -
-
-
- -

modifyResource

- - -
-
- -

resourceExists

- - -
-
- -

setRepresentation

- - -
-
- -

Protected waitForStreamToEnd

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

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Constructor
  • -
  • Method
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Protected property
  • -
  • Protected method
  • -
-
    -
  • Private property
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/storage_mapping_basefileidentifiermapper.basefileidentifiermapper.html b/docs/classes/storage_mapping_basefileidentifiermapper.basefileidentifiermapper.html deleted file mode 100644 index 2331922b7..000000000 --- a/docs/classes/storage_mapping_basefileidentifiermapper.basefileidentifiermapper.html +++ /dev/null @@ -1,757 +0,0 @@ - - - - - - BaseFileIdentifierMapper | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
- -
-
-
-
-
-
-
-
-

Base class for FileIdentifierMapper implementations.

-
-
-
-
-

Hierarchy

- -
-
-

Implements

- -
-
-

Index

-
- -
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Properties

-
- -

Protected Readonly baseRequestURI

-
baseRequestURI: string
- -
-
- -

Protected Readonly logger

-
logger: Logger = ...
- -
-
- -

Protected Readonly rootFilepath

-
rootFilepath: string
- -
-
-
-

Methods

-
- -

Protected getAbsolutePath

-
    -
  • getAbsolutePath(path: string): string
  • -
-
    -
  • - -
    -
    -

    Get the absolute file path based on the rootFilepath.

    -
    -
    -

    Parameters

    -
      -
    • -
      path: string
      -
      -

      The relative file path.

      -
      -
    • -
    -

    Returns string

    -

    Absolute path of the file.

    -
  • -
-
-
- -

Protected getContainerUrl

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

    -
  • -
-
-
- -

Protected getContentTypeFromPath

-
    -
  • getContentTypeFromPath(filePath: string): Promise<string>
  • -
-
    -
  • - -
    -
    -

    Determines the content type from the relative path.

    -
    -
    -

    Parameters

    -
      -
    • -
      filePath: string
      -
      -

      The file path of the document.

      -
      -
    • -
    -

    Returns Promise<string>

    -

    The content type of the document.

    -
  • -
-
-
- -

Protected getContentTypeFromUrl

-
    -
  • getContentTypeFromUrl(identifier: ResourceIdentifier, contentType?: string): Promise<string>
  • -
-
    -
  • - -
    -
    -

    Determines the content type from the document identifier.

    -
    -
    -

    Parameters

    -
      -
    • -
      identifier: ResourceIdentifier
      -
      -

      The input identifier.

      -
      -
    • -
    • -
      Optional contentType: string
      -
      -

      The content-type provided with the request.

      -
      -
    • -
    -

    Returns Promise<string>

    -

    The content type of the document.

    -
  • -
-
-
- -

Protected getDocumentUrl

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

    -
  • -
-
-
- -

Protected getRelativePath

- - -
-
- -

Protected isMetadataPath

-
    -
  • isMetadataPath(path: string): boolean
  • -
- -
-
- -

mapFilePathToUrl

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

    Maps the given file path to a URL and determines its 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.

    -
  • -
-
-
- -

Protected mapUrlToContainerPath

- -
    -
  • - -
    -
    -

    Maps the given container identifier to a file path, - possibly making alterations to the direct translation.

    -
    -
    -

    Parameters

    -
      -
    • -
      identifier: ResourceIdentifier
      -
      -

      The input identifier.

      -
      -
    • -
    • -
      filePath: string
      -
      -

      The direct translation of the identifier onto the file path.

      -
      -
    • -
    -

    Returns Promise<ResourceLink>

    -

    A ResourceLink with all the necessary metadata.

    -
  • -
-
-
- -

Protected mapUrlToDocumentPath

- -
    -
  • - -
    -
    -

    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.

    -
  • -
-
-
- -

mapUrlToFilePath

- -
    -
  • - -
    -
    -

    Maps the given resource identifier / URL to a file path. - Determines the content type if none was provided. - For containers the content-type input is ignored.

    -
    -
    -

    Parameters

    -
      -
    • -
      identifier: ResourceIdentifier
      -
      -

      The input identifier.

      -
      -
    • -
    • -
      isMetadata: boolean
      -
      -

      If we need the data or metadata file path.

      -
      -
    • -
    • -
      Optional contentType: string
      -
      -

      The content-type provided with the request.

      -
      -
    • -
    -

    Returns Promise<ResourceLink>

    -

    A ResourceLink with all the necessary metadata.

    -
  • -
-
-
- -

Protected validateRelativePath

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Constructor
  • -
  • Method
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Protected property
  • -
  • Protected method
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/storage_mapping_extensionbasedmapper.extensionbasedmapper.html b/docs/classes/storage_mapping_extensionbasedmapper.extensionbasedmapper.html deleted file mode 100644 index ceed68378..000000000 --- a/docs/classes/storage_mapping_extensionbasedmapper.extensionbasedmapper.html +++ /dev/null @@ -1,826 +0,0 @@ - - - - - - ExtensionBasedMapper | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- 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

-
- -

constructor

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

Properties

-
- -

Protected Readonly baseRequestURI

-
baseRequestURI: string
- -
-
- -

Private Readonly customExtensions

-
customExtensions: Record<string, string>
- -
-
- -

Private Readonly customTypes

-
customTypes: Record<string, string>
- -
-
- -

Protected Readonly logger

-
logger: Logger = ...
- -
-
- -

Protected Readonly rootFilepath

-
rootFilepath: string
- -
-
-
-

Methods

-
- -

Protected getAbsolutePath

-
    -
  • getAbsolutePath(path: string): string
  • -
- -
-
- -

Protected getContainerUrl

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

Protected getContentTypeFromPath

-
    -
  • getContentTypeFromPath(filePath: string): Promise<string>
  • -
- -
-
- -

Protected getContentTypeFromUrl

-
    -
  • getContentTypeFromUrl(identifier: ResourceIdentifier, contentType?: string): Promise<string>
  • -
- -
-
- -

Protected getDocumentUrl

-
    -
  • getDocumentUrl(relative: string): Promise<string>
  • -
- -
-
- -

Protected getRelativePath

- - -
-
- -

Protected isMetadataPath

-
    -
  • isMetadataPath(path: string): boolean
  • -
- -
-
- -

mapFilePathToUrl

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

Protected mapUrlToContainerPath

- - -
-
- -

Protected mapUrlToDocumentPath

- - -
-
- -

mapUrlToFilePath

- -
    -
  • - -
    -
    -

    Maps the given resource identifier / URL to a file path. - Determines the content type if none was provided. - For containers the content-type input is ignored.

    -
    -
    -

    Parameters

    -
      -
    • -
      identifier: ResourceIdentifier
      -
      -

      The input identifier.

      -
      -
    • -
    • -
      isMetadata: boolean
      -
      -

      If we need the data or metadata file path.

      -
      -
    • -
    • -
      Optional contentType: string
      -
      -

      The content-type provided with the request.

      -
      -
    • -
    -

    Returns Promise<ResourceLink>

    -

    A ResourceLink with all the necessary metadata.

    -
  • -
-
-
- -

Protected stripExtension

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

    -
  • -
-
-
- -

Protected validateRelativePath

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Constructor
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Inherited method
  • -
-
    -
  • Protected method
  • -
-
    -
  • Private property
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/storage_mapping_extensionbasedmapper.extensionbasedmapperfactory.html b/docs/classes/storage_mapping_extensionbasedmapper.extensionbasedmapperfactory.html deleted file mode 100644 index c12823061..000000000 --- a/docs/classes/storage_mapping_extensionbasedmapper.extensionbasedmapperfactory.html +++ /dev/null @@ -1,215 +0,0 @@ - - - - - - ExtensionBasedMapperFactory | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class ExtensionBasedMapperFactory

-
-
-
-
-
-
-
-

Hierarchy

-
    -
  • - ExtensionBasedMapperFactory -
  • -
-
-
-

Implements

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

create

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Constructor
  • -
  • Method
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/storage_mapping_fixedcontenttypemapper.fixedcontenttypemapper.html b/docs/classes/storage_mapping_fixedcontenttypemapper.fixedcontenttypemapper.html deleted file mode 100644 index c4623d1c1..000000000 --- a/docs/classes/storage_mapping_fixedcontenttypemapper.fixedcontenttypemapper.html +++ /dev/null @@ -1,806 +0,0 @@ - - - - - - FixedContentTypeMapper | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
- -
-
-
-
-
-
-
-
-

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

-
-
-
-
-

Hierarchy

- -
-
-

Index

-
- -
-
-
-

Constructors

-
- -

constructor

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

-
- -

Protected Readonly baseRequestURI

-
baseRequestURI: string
- -
-
- -

Protected Readonly contentType

-
contentType: string
- -
-
- -

Protected Readonly logger

-
logger: Logger = ...
- -
-
- -

Protected Readonly pathSuffix

-
pathSuffix: string
- -
-
- -

Protected Readonly rootFilepath

-
rootFilepath: string
- -
-
- -

Protected Readonly urlSuffix

-
urlSuffix: string
- -
-
-
-

Methods

-
- -

Protected getAbsolutePath

-
    -
  • getAbsolutePath(path: string): string
  • -
- -
-
- -

Protected getContainerUrl

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

Protected getContentTypeFromPath

-
    -
  • getContentTypeFromPath(): Promise<string>
  • -
- -
-
- -

Protected getContentTypeFromUrl

-
    -
  • getContentTypeFromUrl(identifier: ResourceIdentifier, contentType?: string): Promise<string>
  • -
- -
-
- -

Protected getDocumentUrl

-
    -
  • getDocumentUrl(relative: string): Promise<string>
  • -
- -
-
- -

Protected getRelativePath

- - -
-
- -

Protected isMetadataPath

-
    -
  • isMetadataPath(path: string): boolean
  • -
- -
-
- -

mapFilePathToUrl

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

Protected mapUrlToContainerPath

- - -
-
- -

mapUrlToDocumentPath

- - -
-
- -

mapUrlToFilePath

- -
    -
  • - -
    -
    -

    Maps the given resource identifier / URL to a file path. - Determines the content type if none was provided. - For containers the content-type input is ignored.

    -
    -
    -

    Parameters

    -
      -
    • -
      identifier: ResourceIdentifier
      -
      -

      The input identifier.

      -
      -
    • -
    • -
      isMetadata: boolean
      -
      -

      If we need the data or metadata file path.

      -
      -
    • -
    • -
      Optional contentType: string
      -
      -

      The content-type provided with the request.

      -
      -
    • -
    -

    Returns Promise<ResourceLink>

    -

    A ResourceLink with all the necessary metadata.

    -
  • -
-
-
- -

Protected validateRelativePath

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Constructor
  • -
  • Method
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Protected property
  • -
  • Protected method
  • -
-
    -
  • Inherited method
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/storage_mapping_subdomainextensionbasedmapper.subdomainextensionbasedmapper.html b/docs/classes/storage_mapping_subdomainextensionbasedmapper.subdomainextensionbasedmapper.html deleted file mode 100644 index c37b0d454..000000000 --- a/docs/classes/storage_mapping_subdomainextensionbasedmapper.subdomainextensionbasedmapper.html +++ /dev/null @@ -1,884 +0,0 @@ - - - - - - SubdomainExtensionBasedMapper | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- 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

-
- -

constructor

-
    -
  • new SubdomainExtensionBasedMapper(base: string, rootFilepath: string, baseSubdomain?: string, customTypes?: Record<string, string>): SubdomainExtensionBasedMapper
  • -
- -
-
-
-

Properties

-
- -

Private Readonly baseParts

-
baseParts: { rest: string; scheme: string }
- -
-

Type declaration

-
    -
  • -
    rest: string
    -
  • -
  • -
    scheme: string
    -
  • -
-
-
-
- -

Protected Readonly baseRequestURI

-
baseRequestURI: string
- -
-
- -

Private Readonly baseSubdomain

-
baseSubdomain: string
- -
-
- -

Protected Readonly logger

-
logger: Logger = ...
- -
-
- -

Private Readonly regex

-
regex: RegExp
- -
-
- -

Protected Readonly rootFilepath

-
rootFilepath: string
- -
-
-
-

Methods

-
- -

Protected getAbsolutePath

-
    -
  • getAbsolutePath(path: string): string
  • -
- -
-
- -

Protected getContainerUrl

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

Protected getContentTypeFromPath

-
    -
  • getContentTypeFromPath(filePath: string): Promise<string>
  • -
- -
-
- -

Protected getContentTypeFromUrl

-
    -
  • getContentTypeFromUrl(identifier: ResourceIdentifier, contentType?: string): Promise<string>
  • -
- -
-
- -

Protected getDocumentUrl

-
    -
  • getDocumentUrl(relative: string): Promise<string>
  • -
- -
-
- -

Protected getRelativePath

- - -
-
- -

Protected isMetadataPath

-
    -
  • isMetadataPath(path: string): boolean
  • -
- -
-
- -

mapFilePathToUrl

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

Protected mapUrlToContainerPath

- - -
-
- -

Protected mapUrlToDocumentPath

- - -
-
- -

mapUrlToFilePath

- -
    -
  • - -
    -
    -

    Maps the given resource identifier / URL to a file path. - Determines the content type if none was provided. - For containers the content-type input is ignored.

    -
    -
    -

    Parameters

    -
      -
    • -
      identifier: ResourceIdentifier
      -
      -

      The input identifier.

      -
      -
    • -
    • -
      isMetadata: boolean
      -
      -

      If we need the data or metadata file path.

      -
      -
    • -
    • -
      Optional contentType: string
      -
      -

      The content-type provided with the request.

      -
      -
    • -
    -

    Returns Promise<ResourceLink>

    -

    A ResourceLink with all the necessary metadata.

    -
  • -
-
-
- -

Protected relativeToUrl

-
    -
  • relativeToUrl(relative: string): string
  • -
- -
-
- -

Protected stripExtension

-
    -
  • stripExtension(path: string): string
  • -
- -
-
- -

Protected validateRelativePath

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Constructor
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Inherited method
  • -
-
    -
  • Protected method
  • -
-
    -
  • Private property
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/storage_monitoringstore.monitoringstore.html b/docs/classes/storage_monitoringstore.monitoringstore.html deleted file mode 100644 index 4926549e0..000000000 --- a/docs/classes/storage_monitoringstore.monitoringstore.html +++ /dev/null @@ -1,1265 +0,0 @@ - - - - - - MonitoringStore | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class MonitoringStore<T>

-
-
-
-
-
-
-
-
-
-

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

-
-
-
-
-

Type parameters

- -
-
-

Hierarchy

-
    -
  • - EventEmitter -
      -
    • - MonitoringStore -
    • -
    -
  • -
-
-
-

Implements

- -
-
-

Index

-
- -
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Properties

-
- -

Private Readonly source

-
source: T
- -
-
- -

Static Readonly captureRejectionSymbol

-
captureRejectionSymbol: typeof captureRejectionSymbol
- -
-
- -

Static captureRejections

-
captureRejections: boolean
- -
-
-

Sets or gets the default captureRejection value for all emitters.

-
-
-
-
- -

Static defaultMaxListeners

-
defaultMaxListeners: number
- -
-
- -

Static Readonly errorMonitor

-
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

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

    -
  • -
-
-
- -

addResource

- - -
-
- -

deleteResource

- - -
-
- -

emit

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

    Parameters

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

    Returns boolean

    -
  • -
-
-
- -

Private emitChanged

- - -
-
- -

eventNames

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

    Returns (string | symbol)[]

    -
  • -
-
-
- -

getMaxListeners

-
    -
  • getMaxListeners(): number
  • -
-
    -
  • - -

    Returns number

    -
  • -
-
-
- -

getRepresentation

- - -
-
- -

listenerCount

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

    Parameters

    -
      -
    • -
      event: string | symbol
      -
    • -
    -

    Returns number

    -
  • -
-
-
- -

listeners

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

    Parameters

    -
      -
    • -
      event: string | symbol
      -
    • -
    -

    Returns Function[]

    -
  • -
-
-
- -

modifyResource

- - -
-
- -

off

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

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

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

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

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

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

    Parameters

    -
      -
    • -
      event: string | symbol
      -
    • -
    -

    Returns Function[]

    -
  • -
-
-
- -

removeAllListeners

- -
    -
  • - -

    Parameters

    -
      -
    • -
      Optional event: string | symbol
      -
    • -
    -

    Returns MonitoringStore<T>

    -
  • -
-
-
- -

removeListener

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

    -
  • -
-
-
- -

resourceExists

- - -
-
- -

setMaxListeners

- -
    -
  • - -

    Parameters

    -
      -
    • -
      n: number
      -
    • -
    -

    Returns MonitoringStore<T>

    -
  • -
-
-
- -

setRepresentation

- - -
-
- -

Static getEventListener

-
    -
  • getEventListener(emitter: EventEmitter | DOMEventTarget, name: string | symbol): Function[]
  • -
-
    -
  • - -
    -
    -

    Returns a list listener for a specific emitter event name.

    -
    -
    -

    Parameters

    -
      -
    • -
      emitter: EventEmitter | DOMEventTarget
      -
    • -
    • -
      name: string | symbol
      -
    • -
    -

    Returns Function[]

    -
  • -
-
-
- -

Static listenerCount

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

    since v4.0.0

    -
    -
    -
    -

    Parameters

    -
      -
    • -
      emitter: EventEmitter
      -
    • -
    • -
      event: string | symbol
      -
    • -
    -

    Returns number

    -
  • -
-
-
- -

Static on

-
    -
  • on(emitter: EventEmitter, event: string, options?: StaticEventEmitterOptions): AsyncIterableIterator<any>
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      emitter: EventEmitter
      -
    • -
    • -
      event: string
      -
    • -
    • -
      Optional options: StaticEventEmitterOptions
      -
    • -
    -

    Returns AsyncIterableIterator<any>

    -
  • -
-
-
- -

Static once

-
    -
  • once(emitter: NodeEventTarget, event: string | symbol, options?: StaticEventEmitterOptions): Promise<any[]>
  • -
  • once(emitter: DOMEventTarget, event: string, options?: StaticEventEmitterOptions): Promise<any[]>
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      emitter: NodeEventTarget
      -
    • -
    • -
      event: string | symbol
      -
    • -
    • -
      Optional options: StaticEventEmitterOptions
      -
    • -
    -

    Returns Promise<any[]>

    -
  • -
  • - -

    Parameters

    -
      -
    • -
      emitter: DOMEventTarget
      -
    • -
    • -
      event: string
      -
    • -
    • -
      Optional options: StaticEventEmitterOptions
      -
    • -
    -

    Returns Promise<any[]>

    -
  • -
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Method
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Private property
  • -
  • Private method
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/storage_passthroughstore.passthroughstore.html b/docs/classes/storage_passthroughstore.passthroughstore.html deleted file mode 100644 index 3f33d7ef2..000000000 --- a/docs/classes/storage_passthroughstore.passthroughstore.html +++ /dev/null @@ -1,449 +0,0 @@ - - - - - - PassthroughStore | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class PassthroughStore<T>

-
-
-
-
-
-
-
-
-
-

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

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Properties

-
- -

Protected Readonly source

-
source: T
- -
-
-
-

Methods

-
- -

addResource

- - -
-
- -

deleteResource

- - -
-
- -

getRepresentation

- - -
-
- -

modifyResource

- - -
-
- -

resourceExists

- - -
-
- -

setRepresentation

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Method
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Protected property
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/storage_patch_convertingpatchhandler.convertingpatchhandler.html b/docs/classes/storage_patch_convertingpatchhandler.convertingpatchhandler.html deleted file mode 100644 index ac77f1d7e..000000000 --- a/docs/classes/storage_patch_convertingpatchhandler.convertingpatchhandler.html +++ /dev/null @@ -1,488 +0,0 @@ - - - - - - ConvertingPatchHandler | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
- -
-
-
-
-
-
-
-
-

An abstract patch handler.

-
-

A ConvertingPatchHandler converts a document to its intermediateType, - handles the patch operation, and then converts back to its original type. - This abstract class covers all of the above except of handling the patch operation, - for which the abstract patch function has to be implemented.

-

In case there is no resource yet and a new one needs to be created, - the patch function will be called without a Representation - and the result will be converted to the defaultType.

-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Properties

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

Protected constructor

- - -
-
-
-

Properties

-
- -

Private Readonly converter

- - -
-
- -

Protected Readonly defaultType

-
defaultType: string
- -
-
- -

Protected Readonly intermediateType

-
intermediateType: string
- -
-
- -

Protected Readonly logger

-
logger: Logger = ...
- -
-
-
-

Methods

-
- -

canHandle

- -
    -
  • - -
    -
    -

    Checks if the input data can be handled by this class. - Throws an error if it can't handle the data.

    -
    -
    -

    Parameters

    - -

    Returns Promise<void>

    -

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

    -
  • -
-
-
- -

handle

- - -
-
- -

handleSafe

- -
    -
  • - -
    -
    -

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

    -
    -
    -

    Parameters

    - -

    Returns Promise<ResourceIdentifier[]>

    -

    A promise resolving if the input can be handled, rejecting with an Error if not. - Return value depends on the given type.

    -
  • -
-
-
- -

Protected Abstract patch

- -
    -
  • - -
    -
    -

    Patch the given representation based on the patch arguments. - In case representation is not defined a new Representation should be created.

    -
    -
    -

    Parameters

    -
      -
    • -
      input: PatchHandlerArgs<ResourceStore>
      -
      -

      Arguments that were passed to the initial handle call.

      -
      -
    • -
    • -
      Optional representation: Representation
      -
      -

      Representation acquired from the source and converted to the intermediate type.

      -
      -
    • -
    -

    Returns Promise<Representation>

    -
  • -
-
-
- -

Protected toIntermediate

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Method
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Protected property
  • -
  • Protected method
  • -
-
    -
  • Inherited method
  • -
-
    -
  • Private property
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/storage_patch_patchhandler.patchhandler.html b/docs/classes/storage_patch_patchhandler.patchhandler.html deleted file mode 100644 index 377afff47..000000000 --- a/docs/classes/storage_patch_patchhandler.patchhandler.html +++ /dev/null @@ -1,327 +0,0 @@ - - - - - - PatchHandler | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class PatchHandler<T>

-
-
-
-
-
-
-
-
-
-

Executes the given Patch.

-
-
-
-
-

Type parameters

- -
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

canHandle

- -
    -
  • - -
    -
    -

    Checks if the input data can be handled by this class. - Throws an error if it can't handle the data.

    -
    -
    -

    Parameters

    -
      -
    • -
      input: PatchHandlerArgs<T>
      -
      -

      Input data that could potentially be handled.

      -
      -
    • -
    -

    Returns Promise<void>

    -

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

    -
  • -
-
-
- -

Abstract handle

- - -
-
- -

handleSafe

- -
    -
  • - -
    -
    -

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

    -
    -
    -

    Parameters

    -
      -
    • -
      input: PatchHandlerArgs<T>
      -
      -

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

      -
      -
    • -
    -

    Returns Promise<ResourceIdentifier[]>

    -

    A promise resolving if the input can be handled, rejecting with an Error if not. - Return value depends on the given type.

    -
  • -
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
    -
  • Inherited method
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/storage_patch_sparqlupdatepatchhandler.sparqlupdatepatchhandler.html b/docs/classes/storage_patch_sparqlupdatepatchhandler.sparqlupdatepatchhandler.html deleted file mode 100644 index fc040d4b7..000000000 --- a/docs/classes/storage_patch_sparqlupdatepatchhandler.sparqlupdatepatchhandler.html +++ /dev/null @@ -1,640 +0,0 @@ - - - - - - SparqlUpdatePatchHandler | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- 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

-
- -

constructor

- - -
-
-
-

Properties

-
- -

Protected Readonly defaultType

-
defaultType: string
- -
-
- -

Private Readonly engine

-
engine: ActorInitSparql
- -
-
- -

Protected Readonly intermediateType

-
intermediateType: string
- -
-
- -

Protected Readonly logger

-
logger: Logger = ...
- -
-
-
-

Methods

-
- -

canHandle

- - -
-
- -

handle

- - -
-
- -

handleSafe

- - -
-
- -

Private isComposite

-
    -
  • isComposite(op: Operation): op is CompositeUpdate
  • -
- -
-
- -

Private isDeleteInsert

-
    -
  • isDeleteInsert(op: Operation): op is DeleteInsert
  • -
- -
-
- -

Private isSparqlUpdate

- - -
-
- -

Protected patch

- - -
-
- -

Protected toIntermediate

- - -
-
- -

Private validateComposite

-
    -
  • validateComposite(op: CompositeUpdate): void
  • -
- -
-
- -

Private validateDeleteInsert

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

    -
  • -
-
-
- -

Private validateUpdate

-
    -
  • validateUpdate(op: Operation): void
  • -
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Constructor
  • -
  • Method
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Protected property
  • -
  • Protected method
  • -
-
    -
  • Private property
  • -
  • Private method
  • -
-
    -
  • Inherited method
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/storage_patchingstore.patchingstore.html b/docs/classes/storage_patchingstore.patchingstore.html deleted file mode 100644 index 0aaac6e60..000000000 --- a/docs/classes/storage_patchingstore.patchingstore.html +++ /dev/null @@ -1,456 +0,0 @@ - - - - - - PatchingStore | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class PatchingStore<T>

-
-
-
-
-
-
-
-
-
-

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

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Properties

-
- -

Private Readonly patcher

- - -
-
- -

Protected Readonly source

-
source: T
- -
-
-
-

Methods

-
- -

addResource

- - -
-
- -

deleteResource

- - -
-
- -

getRepresentation

- - -
-
- -

modifyResource

- - -
-
- -

resourceExists

- - -
-
- -

setRepresentation

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Method
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Inherited method
  • -
-
    -
  • Private property
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/storage_readonlystore.readonlystore.html b/docs/classes/storage_readonlystore.readonlystore.html deleted file mode 100644 index 1bec88aa6..000000000 --- a/docs/classes/storage_readonlystore.readonlystore.html +++ /dev/null @@ -1,434 +0,0 @@ - - - - - - ReadOnlyStore | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class ReadOnlyStore<T>

-
-
-
-
-
-
-
-
-
-

Store that only allow read operations on the underlying source.

-
-
-
-
-

Type parameters

- -
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Properties

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Properties

-
- -

Protected Readonly source

-
source: T
- -
-
-
-

Methods

-
- -

addResource

- - -
-
- -

deleteResource

- - -
-
- -

getRepresentation

- - -
-
- -

modifyResource

- - -
-
- -

resourceExists

- - -
-
- -

setRepresentation

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Method
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Inherited method
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/storage_representationconvertingstore.representationconvertingstore.html b/docs/classes/storage_representationconvertingstore.representationconvertingstore.html deleted file mode 100644 index a870df0cf..000000000 --- a/docs/classes/storage_representationconvertingstore.representationconvertingstore.html +++ /dev/null @@ -1,515 +0,0 @@ - - - - - - RepresentationConvertingStore | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class RepresentationConvertingStore<T>

-
-
-
-
-
-
-
-
-
-

Store that provides (optional) conversion of incoming and outgoing Representations.

-
-
-
-
-

Type parameters

- -
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Properties

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Properties

-
- -

Private Readonly inConverter

- - -
-
- -

Private Readonly inPreferences

- - -
-
- -

Protected Readonly logger

-
logger: Logger = ...
- -
-
- -

Private Readonly outConverter

- - -
-
- -

Protected Readonly source

-
source: T
- -
-
-
-

Methods

-
- -

addResource

- - -
-
- -

deleteResource

- - -
-
- -

getRepresentation

- - -
-
- -

modifyResource

- - -
-
- -

resourceExists

- - -
-
- -

setRepresentation

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Method
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Inherited method
  • -
-
    -
  • Protected property
  • -
-
    -
  • Private property
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/storage_routing_baseurlrouterrule.baseurlrouterrule.html b/docs/classes/storage_routing_baseurlrouterrule.baseurlrouterrule.html deleted file mode 100644 index 9a2ba35bc..000000000 --- a/docs/classes/storage_routing_baseurlrouterrule.baseurlrouterrule.html +++ /dev/null @@ -1,418 +0,0 @@ - - - - - - BaseUrlRouterRule | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class BaseUrlRouterRule

-
-
-
-
-
-
-
-
-
-

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

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Properties

-
- -

Private Optional Readonly baseStore

-
baseStore: ResourceStore
- -
-
- -

Private Readonly stores

- - -
-
-
-

Methods

-
- -

canHandle

- - -
-
- -

Private findStore

- - -
-
- -

handle

- - -
-
- -

handleSafe

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Constructor
  • -
  • Method
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Private property
  • -
  • Private method
  • -
-
    -
  • Inherited method
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/storage_routing_convertingrouterrule.convertingrouterrule.html b/docs/classes/storage_routing_convertingrouterrule.convertingrouterrule.html deleted file mode 100644 index 46d3ac3a4..000000000 --- a/docs/classes/storage_routing_convertingrouterrule.convertingrouterrule.html +++ /dev/null @@ -1,441 +0,0 @@ - - - - - - ConvertingRouterRule | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- 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

-
    -
  • - RouterRule -
      -
    • - ConvertingRouterRule -
    • -
    -
  • -
-
-
-

Index

-
-
-
-

Constructors

- -
-
-

Properties

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Properties

-
- -

Private Readonly defaultStore

-
defaultStore: ResourceStore
- -
-
- -

Private Readonly typedStores

-
typedStores: ConvertingStoreEntry[]
- -
-
-
-

Methods

-
- -

canHandle

- - -
-
- -

Private findStore

- - -
-
- -

handle

- - -
-
- -

handleSafe

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Constructor
  • -
  • Method
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Private property
  • -
  • Private method
  • -
-
    -
  • Inherited method
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/storage_routing_preferencesupport.preferencesupport.html b/docs/classes/storage_routing_preferencesupport.preferencesupport.html deleted file mode 100644 index 016da7fd2..000000000 --- a/docs/classes/storage_routing_preferencesupport.preferencesupport.html +++ /dev/null @@ -1,271 +0,0 @@ - - - - - - PreferenceSupport | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class PreferenceSupport

-
-
-
-
-
-
-
-
-
-

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

-
- -

constructor

- - -
-
-
-

Properties

-
- -

Private Readonly converter

- - -
-
- -

Private Readonly preferences

- - -
-
-
-

Methods

-
- -

supports

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Constructor
  • -
  • Method
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Private property
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/storage_routing_regexrouterrule.regexrouterrule.html b/docs/classes/storage_routing_regexrouterrule.regexrouterrule.html deleted file mode 100644 index 813d11a87..000000000 --- a/docs/classes/storage_routing_regexrouterrule.regexrouterrule.html +++ /dev/null @@ -1,448 +0,0 @@ - - - - - - RegexRouterRule | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class RegexRouterRule

-
-
-
-
-
-
-
-
-
-

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

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Properties

-
- -

Private Readonly base

-
base: string
- -
-
- -

Private Readonly regexes

-
regexes: Map<RegExp, ResourceStore>
- -
-
-
-

Methods

-
- -

canHandle

- - -
-
- -

handle

- - -
-
- -

handleSafe

- - -
-
- -

Private matchStore

- - -
-
- -

Private toRelative

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Constructor
  • -
  • Method
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Private property
  • -
  • Private method
  • -
-
    -
  • Inherited method
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/storage_routing_routerrule.routerrule.html b/docs/classes/storage_routing_routerrule.routerrule.html deleted file mode 100644 index 576f33818..000000000 --- a/docs/classes/storage_routing_routerrule.routerrule.html +++ /dev/null @@ -1,342 +0,0 @@ - - - - - - RouterRule | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class RouterRule

-
-
-
-
-
-
-
-
-
-

Finds which store needs to be accessed for the given resource, - potentially based on the Representation of incoming data.

-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

canHandle

- - -
-
- -

Abstract handle

- - -
-
- -

handleSafe

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited method
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/storage_routingresourcestore.routingresourcestore.html b/docs/classes/storage_routingresourcestore.routingresourcestore.html deleted file mode 100644 index 9ebc15972..000000000 --- a/docs/classes/storage_routingresourcestore.routingresourcestore.html +++ /dev/null @@ -1,453 +0,0 @@ - - - - - - RoutingResourceStore | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class RoutingResourceStore

-
-
-
-
-
-
-
-
-
-

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

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Properties

-
- -

Private Readonly rule

- - -
-
-
-

Methods

-
- -

addResource

- - -
-
- -

deleteResource

- - -
-
- -

getRepresentation

- - -
-
- -

Private getStore

- - -
-
- -

modifyResource

- - -
-
- -

resourceExists

- - -
-
- -

setRepresentation

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Constructor
  • -
  • Method
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Private property
  • -
  • Private method
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/util_errors_badrequesthttperror.badrequesthttperror.html b/docs/classes/util_errors_badrequesthttperror.badrequesthttperror.html deleted file mode 100644 index 0f1920242..000000000 --- a/docs/classes/util_errors_badrequesthttperror.badrequesthttperror.html +++ /dev/null @@ -1,473 +0,0 @@ - - - - - - BadRequestHttpError | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class BadRequestHttpError

-
-
-
-
-
-
-
-
-
-

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

-
-
-
-
-

Hierarchy

-
    -
  • - HttpError -
      -
    • - BadRequestHttpError -
    • -
    -
  • -
-
-
-

Index

-
-
-
-

Constructors

- -
-
-

Properties

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Properties

-
- -

Optional Readonly cause

-
cause: unknown
- -
-
- -

Optional Readonly details

-
details: Dict<unknown>
- -
-
- -

Readonly errorCode

-
errorCode: string
- -
-
- -

message

-
message: string
- -
-
- -

name

-
name: string
- -
-
- -

Optional stack

-
stack: string
- -
-
- -

Readonly statusCode

-
statusCode: number
- -
-
- -

Static Optional prepareStackTrace

-
prepareStackTrace: (err: Error, stackTraces: CallSite[]) => any
- -
-
-

Optional override for formatting stack traces

-
-
-
-

Type declaration

-
    -
  • -
      -
    • (err: Error, stackTraces: CallSite[]): any
    • -
    -
      -
    • -
      -
      -

      Optional override for formatting stack traces

      -
      -
      -

      Parameters

      -
        -
      • -
        err: Error
        -
      • -
      • -
        stackTraces: CallSite[]
        -
      • -
      -

      Returns any

      -
    • -
    -
  • -
-
-
-
- -

Static stackTraceLimit

-
stackTraceLimit: number
- -
-
- -

Static Protected Readonly statusCode

-
statusCode: number
- -
-
-
-

Methods

-
- -

Static captureStackTrace

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

    Create .stack property on a target object

    -
    -
    -

    Parameters

    -
      -
    • -
      targetObject: object
      -
    • -
    • -
      Optional constructorOpt: Function
      -
    • -
    -

    Returns void

    -
  • -
-
-
- -

Static isInstance

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Constructor
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Inherited property
  • -
-
    -
  • Static method
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/util_errors_conflicthttperror.conflicthttperror.html b/docs/classes/util_errors_conflicthttperror.conflicthttperror.html deleted file mode 100644 index 2495d14b2..000000000 --- a/docs/classes/util_errors_conflicthttperror.conflicthttperror.html +++ /dev/null @@ -1,466 +0,0 @@ - - - - - - ConflictHttpError | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class ConflictHttpError

-
-
-
-
-
-
-
-
-
-

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

-
-
-
-
-

Hierarchy

-
    -
  • - HttpError -
      -
    • - ConflictHttpError -
    • -
    -
  • -
-
-
-

Index

-
-
-
-

Constructors

- -
-
-

Properties

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Properties

-
- -

Optional Readonly cause

-
cause: unknown
- -
-
- -

Optional Readonly details

-
details: Dict<unknown>
- -
-
- -

Readonly errorCode

-
errorCode: string
- -
-
- -

message

-
message: string
- -
-
- -

name

-
name: string
- -
-
- -

Optional stack

-
stack: string
- -
-
- -

Readonly statusCode

-
statusCode: number
- -
-
- -

Static Optional prepareStackTrace

-
prepareStackTrace: (err: Error, stackTraces: CallSite[]) => any
- -
-
-

Optional override for formatting stack traces

-
-
-
-

Type declaration

-
    -
  • -
      -
    • (err: Error, stackTraces: CallSite[]): any
    • -
    -
      -
    • -
      -
      -

      Optional override for formatting stack traces

      -
      -
      -

      Parameters

      -
        -
      • -
        err: Error
        -
      • -
      • -
        stackTraces: CallSite[]
        -
      • -
      -

      Returns any

      -
    • -
    -
  • -
-
-
-
- -

Static stackTraceLimit

-
stackTraceLimit: number
- -
-
- -

Static Protected Readonly statusCode

-
statusCode: number
- -
-
-
-

Methods

-
- -

Static captureStackTrace

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

    Create .stack property on a target object

    -
    -
    -

    Parameters

    -
      -
    • -
      targetObject: object
      -
    • -
    • -
      Optional constructorOpt: Function
      -
    • -
    -

    Returns void

    -
  • -
-
-
- -

Static isInstance

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Constructor
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Inherited property
  • -
-
    -
  • Static method
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/util_errors_forbiddenhttperror.forbiddenhttperror.html b/docs/classes/util_errors_forbiddenhttperror.forbiddenhttperror.html deleted file mode 100644 index 8c75c346a..000000000 --- a/docs/classes/util_errors_forbiddenhttperror.forbiddenhttperror.html +++ /dev/null @@ -1,466 +0,0 @@ - - - - - - ForbiddenHttpError | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class ForbiddenHttpError

-
-
-
-
-
-
-
-
-
-

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

-
-
-
-
-

Hierarchy

-
    -
  • - HttpError -
      -
    • - ForbiddenHttpError -
    • -
    -
  • -
-
-
-

Index

-
-
-
-

Constructors

- -
-
-

Properties

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Properties

-
- -

Optional Readonly cause

-
cause: unknown
- -
-
- -

Optional Readonly details

-
details: Dict<unknown>
- -
-
- -

Readonly errorCode

-
errorCode: string
- -
-
- -

message

-
message: string
- -
-
- -

name

-
name: string
- -
-
- -

Optional stack

-
stack: string
- -
-
- -

Readonly statusCode

-
statusCode: number
- -
-
- -

Static Optional prepareStackTrace

-
prepareStackTrace: (err: Error, stackTraces: CallSite[]) => any
- -
-
-

Optional override for formatting stack traces

-
-
-
-

Type declaration

-
    -
  • -
      -
    • (err: Error, stackTraces: CallSite[]): any
    • -
    -
      -
    • -
      -
      -

      Optional override for formatting stack traces

      -
      -
      -

      Parameters

      -
        -
      • -
        err: Error
        -
      • -
      • -
        stackTraces: CallSite[]
        -
      • -
      -

      Returns any

      -
    • -
    -
  • -
-
-
-
- -

Static stackTraceLimit

-
stackTraceLimit: number
- -
-
- -

Static Protected Readonly statusCode

-
statusCode: number
- -
-
-
-

Methods

-
- -

Static captureStackTrace

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

    Create .stack property on a target object

    -
    -
    -

    Parameters

    -
      -
    • -
      targetObject: object
      -
    • -
    • -
      Optional constructorOpt: Function
      -
    • -
    -

    Returns void

    -
  • -
-
-
- -

Static isInstance

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Constructor
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Inherited property
  • -
-
    -
  • Static method
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/util_errors_httperror.httperror.html b/docs/classes/util_errors_httperror.httperror.html deleted file mode 100644 index d242b1516..000000000 --- a/docs/classes/util_errors_httperror.httperror.html +++ /dev/null @@ -1,516 +0,0 @@ - - - - - - HttpError | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class HttpError

-
-
-
-
-
-
-
-
-
-

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.

-
-
-
-
-

Hierarchy

- -
-
-

Implements

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Properties

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- -
    -
  • - -
    -
    -

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

    -
    -
    -

    Parameters

    -
      -
    • -
      statusCode: number
      -
      -

      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

    -
  • -
-
-
-
-

Properties

-
- -

Optional Readonly cause

-
cause: unknown
- -
-
- -

Optional Readonly details

-
details: Dict<unknown>
- -
-
- -

Readonly errorCode

-
errorCode: string
- -
-
- -

message

-
message: string
- -
-
- -

name

-
name: string
- -
-
- -

Optional stack

-
stack: string
- -
-
- -

Readonly statusCode

-
statusCode: number
- -
-
- -

Static Optional prepareStackTrace

-
prepareStackTrace: (err: Error, stackTraces: CallSite[]) => any
- -
-

Type declaration

-
    -
  • -
      -
    • (err: Error, stackTraces: CallSite[]): any
    • -
    -
      -
    • -
      -
      -

      Optional override for formatting stack traces

      -
      -
      -

      Parameters

      -
        -
      • -
        err: Error
        -
      • -
      • -
        stackTraces: CallSite[]
        -
      • -
      -

      Returns any

      -
    • -
    -
  • -
-
-
-
- -

Static stackTraceLimit

-
stackTraceLimit: number
- -
-
- -

Static Protected Readonly statusCode

-
statusCode: number
- -
-
-
-

Methods

-
- -

Static captureStackTrace

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

    Create .stack property on a target object

    -
    -
    -

    Parameters

    -
      -
    • -
      targetObject: object
      -
    • -
    • -
      Optional constructorOpt: Function
      -
    • -
    -

    Returns void

    -
  • -
-
-
- -

Static isInstance

-
    -
  • isInstance(error: any): error is HttpError
  • -
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Constructor
  • -
  • Property
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Static method
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/util_errors_internalservererror.internalservererror.html b/docs/classes/util_errors_internalservererror.internalservererror.html deleted file mode 100644 index 92add0e25..000000000 --- a/docs/classes/util_errors_internalservererror.internalservererror.html +++ /dev/null @@ -1,461 +0,0 @@ - - - - - - InternalServerError | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class InternalServerError

-
-
-
-
-
-
-
-
-
-

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

-
-
-
-
-

Hierarchy

-
    -
  • - HttpError -
      -
    • - InternalServerError -
    • -
    -
  • -
-
-
-

Index

-
-
-
-

Constructors

- -
-
-

Properties

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Properties

-
- -

Optional Readonly cause

-
cause: unknown
- -
-
- -

Optional Readonly details

-
details: Dict<unknown>
- -
-
- -

Readonly errorCode

-
errorCode: string
- -
-
- -

message

-
message: string
- -
-
- -

name

-
name: string
- -
-
- -

Optional stack

-
stack: string
- -
-
- -

Readonly statusCode

-
statusCode: number
- -
-
- -

Static Optional prepareStackTrace

-
prepareStackTrace: (err: Error, stackTraces: CallSite[]) => any
- -
-

Type declaration

-
    -
  • -
      -
    • (err: Error, stackTraces: CallSite[]): any
    • -
    -
      -
    • -
      -
      -

      Optional override for formatting stack traces

      -
      -
      -

      Parameters

      -
        -
      • -
        err: Error
        -
      • -
      • -
        stackTraces: CallSite[]
        -
      • -
      -

      Returns any

      -
    • -
    -
  • -
-
-
-
- -

Static stackTraceLimit

-
stackTraceLimit: number
- -
-
- -

Static Protected Readonly statusCode

-
statusCode: number
- -
-
-
-

Methods

-
- -

Static captureStackTrace

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

    Create .stack property on a target object

    -
    -
    -

    Parameters

    -
      -
    • -
      targetObject: object
      -
    • -
    • -
      Optional constructorOpt: Function
      -
    • -
    -

    Returns void

    -
  • -
-
-
- -

Static isInstance

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Constructor
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Inherited property
  • -
-
    -
  • Static method
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/util_errors_methodnotallowedhttperror.methodnotallowedhttperror.html b/docs/classes/util_errors_methodnotallowedhttperror.methodnotallowedhttperror.html deleted file mode 100644 index 408fff6f4..000000000 --- a/docs/classes/util_errors_methodnotallowedhttperror.methodnotallowedhttperror.html +++ /dev/null @@ -1,461 +0,0 @@ - - - - - - MethodNotAllowedHttpError | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class MethodNotAllowedHttpError

-
-
-
-
-
-
-
-
-
-

An error thrown when data was found for the requested identifier, but is not supported by the target resource.

-
-
-
-
-

Hierarchy

-
    -
  • - HttpError -
      -
    • - MethodNotAllowedHttpError -
    • -
    -
  • -
-
-
-

Index

-
-
-
-

Constructors

- -
-
-

Properties

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Properties

-
- -

Optional Readonly cause

-
cause: unknown
- -
-
- -

Optional Readonly details

-
details: Dict<unknown>
- -
-
- -

Readonly errorCode

-
errorCode: string
- -
-
- -

message

-
message: string
- -
-
- -

name

-
name: string
- -
-
- -

Optional stack

-
stack: string
- -
-
- -

Readonly statusCode

-
statusCode: number
- -
-
- -

Static Optional prepareStackTrace

-
prepareStackTrace: (err: Error, stackTraces: CallSite[]) => any
- -
-

Type declaration

-
    -
  • -
      -
    • (err: Error, stackTraces: CallSite[]): any
    • -
    -
      -
    • -
      -
      -

      Optional override for formatting stack traces

      -
      -
      -

      Parameters

      -
        -
      • -
        err: Error
        -
      • -
      • -
        stackTraces: CallSite[]
        -
      • -
      -

      Returns any

      -
    • -
    -
  • -
-
-
-
- -

Static stackTraceLimit

-
stackTraceLimit: number
- -
-
- -

Static Protected Readonly statusCode

-
statusCode: number
- -
-
-
-

Methods

-
- -

Static captureStackTrace

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

    Create .stack property on a target object

    -
    -
    -

    Parameters

    -
      -
    • -
      targetObject: object
      -
    • -
    • -
      Optional constructorOpt: Function
      -
    • -
    -

    Returns void

    -
  • -
-
-
- -

Static isInstance

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Constructor
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Inherited property
  • -
-
    -
  • Static method
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/util_errors_notfoundhttperror.notfoundhttperror.html b/docs/classes/util_errors_notfoundhttperror.notfoundhttperror.html deleted file mode 100644 index 82efbb833..000000000 --- a/docs/classes/util_errors_notfoundhttperror.notfoundhttperror.html +++ /dev/null @@ -1,461 +0,0 @@ - - - - - - NotFoundHttpError | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class NotFoundHttpError

-
-
-
-
-
-
-
-
-
-

An error thrown when no data was found for the requested identifier.

-
-
-
-
-

Hierarchy

-
    -
  • - HttpError -
      -
    • - NotFoundHttpError -
    • -
    -
  • -
-
-
-

Index

-
-
-
-

Constructors

- -
-
-

Properties

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Properties

-
- -

Optional Readonly cause

-
cause: unknown
- -
-
- -

Optional Readonly details

-
details: Dict<unknown>
- -
-
- -

Readonly errorCode

-
errorCode: string
- -
-
- -

message

-
message: string
- -
-
- -

name

-
name: string
- -
-
- -

Optional stack

-
stack: string
- -
-
- -

Readonly statusCode

-
statusCode: number
- -
-
- -

Static Optional prepareStackTrace

-
prepareStackTrace: (err: Error, stackTraces: CallSite[]) => any
- -
-

Type declaration

-
    -
  • -
      -
    • (err: Error, stackTraces: CallSite[]): any
    • -
    -
      -
    • -
      -
      -

      Optional override for formatting stack traces

      -
      -
      -

      Parameters

      -
        -
      • -
        err: Error
        -
      • -
      • -
        stackTraces: CallSite[]
        -
      • -
      -

      Returns any

      -
    • -
    -
  • -
-
-
-
- -

Static stackTraceLimit

-
stackTraceLimit: number
- -
-
- -

Static Protected Readonly statusCode

-
statusCode: number
- -
-
-
-

Methods

-
- -

Static captureStackTrace

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

    Create .stack property on a target object

    -
    -
    -

    Parameters

    -
      -
    • -
      targetObject: object
      -
    • -
    • -
      Optional constructorOpt: Function
      -
    • -
    -

    Returns void

    -
  • -
-
-
- -

Static isInstance

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Constructor
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Inherited property
  • -
-
    -
  • Static method
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/util_errors_notimplementedhttperror.notimplementedhttperror.html b/docs/classes/util_errors_notimplementedhttperror.notimplementedhttperror.html deleted file mode 100644 index 68a6365e9..000000000 --- a/docs/classes/util_errors_notimplementedhttperror.notimplementedhttperror.html +++ /dev/null @@ -1,462 +0,0 @@ - - - - - - NotImplementedHttpError | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class NotImplementedHttpError

-
-
-
-
-
-
-
-
-
-

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

-
    -
  • - HttpError -
      -
    • - NotImplementedHttpError -
    • -
    -
  • -
-
-
-

Index

-
-
-
-

Constructors

- -
-
-

Properties

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Properties

-
- -

Optional Readonly cause

-
cause: unknown
- -
-
- -

Optional Readonly details

-
details: Dict<unknown>
- -
-
- -

Readonly errorCode

-
errorCode: string
- -
-
- -

message

-
message: string
- -
-
- -

name

-
name: string
- -
-
- -

Optional stack

-
stack: string
- -
-
- -

Readonly statusCode

-
statusCode: number
- -
-
- -

Static Optional prepareStackTrace

-
prepareStackTrace: (err: Error, stackTraces: CallSite[]) => any
- -
-

Type declaration

-
    -
  • -
      -
    • (err: Error, stackTraces: CallSite[]): any
    • -
    -
      -
    • -
      -
      -

      Optional override for formatting stack traces

      -
      -
      -

      Parameters

      -
        -
      • -
        err: Error
        -
      • -
      • -
        stackTraces: CallSite[]
        -
      • -
      -

      Returns any

      -
    • -
    -
  • -
-
-
-
- -

Static stackTraceLimit

-
stackTraceLimit: number
- -
-
- -

Static Protected Readonly statusCode

-
statusCode: number
- -
-
-
-

Methods

-
- -

Static captureStackTrace

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

    Create .stack property on a target object

    -
    -
    -

    Parameters

    -
      -
    • -
      targetObject: object
      -
    • -
    • -
      Optional constructorOpt: Function
      -
    • -
    -

    Returns void

    -
  • -
-
-
- -

Static isInstance

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Constructor
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Inherited property
  • -
-
    -
  • Static method
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/util_errors_unauthorizedhttperror.unauthorizedhttperror.html b/docs/classes/util_errors_unauthorizedhttperror.unauthorizedhttperror.html deleted file mode 100644 index adf5daf30..000000000 --- a/docs/classes/util_errors_unauthorizedhttperror.unauthorizedhttperror.html +++ /dev/null @@ -1,461 +0,0 @@ - - - - - - UnauthorizedHttpError | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class UnauthorizedHttpError

-
-
-
-
-
-
-
-
-
-

An error thrown when an agent is not authorized.

-
-
-
-
-

Hierarchy

-
    -
  • - HttpError -
      -
    • - UnauthorizedHttpError -
    • -
    -
  • -
-
-
-

Index

-
-
-
-

Constructors

- -
-
-

Properties

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Properties

-
- -

Optional Readonly cause

-
cause: unknown
- -
-
- -

Optional Readonly details

-
details: Dict<unknown>
- -
-
- -

Readonly errorCode

-
errorCode: string
- -
-
- -

message

-
message: string
- -
-
- -

name

-
name: string
- -
-
- -

Optional stack

-
stack: string
- -
-
- -

Readonly statusCode

-
statusCode: number
- -
-
- -

Static Optional prepareStackTrace

-
prepareStackTrace: (err: Error, stackTraces: CallSite[]) => any
- -
-

Type declaration

-
    -
  • -
      -
    • (err: Error, stackTraces: CallSite[]): any
    • -
    -
      -
    • -
      -
      -

      Optional override for formatting stack traces

      -
      -
      -

      Parameters

      -
        -
      • -
        err: Error
        -
      • -
      • -
        stackTraces: CallSite[]
        -
      • -
      -

      Returns any

      -
    • -
    -
  • -
-
-
-
- -

Static stackTraceLimit

-
stackTraceLimit: number
- -
-
- -

Static Protected Readonly statusCode

-
statusCode: number
- -
-
-
-

Methods

-
- -

Static captureStackTrace

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

    Create .stack property on a target object

    -
    -
    -

    Parameters

    -
      -
    • -
      targetObject: object
      -
    • -
    • -
      Optional constructorOpt: Function
      -
    • -
    -

    Returns void

    -
  • -
-
-
- -

Static isInstance

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Constructor
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Inherited property
  • -
-
    -
  • Static method
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/util_errors_unsupportedmediatypehttperror.unsupportedmediatypehttperror.html b/docs/classes/util_errors_unsupportedmediatypehttperror.unsupportedmediatypehttperror.html deleted file mode 100644 index 8be2d8830..000000000 --- a/docs/classes/util_errors_unsupportedmediatypehttperror.unsupportedmediatypehttperror.html +++ /dev/null @@ -1,461 +0,0 @@ - - - - - - UnsupportedMediaTypeHttpError | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
- -
-
-
-
-
-
-
-
-

An error thrown when the media type of incoming data is not supported by a parser.

-
-
-
-
-

Hierarchy

-
    -
  • - HttpError -
      -
    • - UnsupportedMediaTypeHttpError -
    • -
    -
  • -
-
-
-

Index

-
-
-
-

Constructors

- -
-
-

Properties

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Properties

-
- -

Optional Readonly cause

-
cause: unknown
- -
-
- -

Optional Readonly details

-
details: Dict<unknown>
- -
-
- -

Readonly errorCode

-
errorCode: string
- -
-
- -

message

-
message: string
- -
-
- -

name

-
name: string
- -
-
- -

Optional stack

-
stack: string
- -
-
- -

Readonly statusCode

-
statusCode: number
- -
-
- -

Static Optional prepareStackTrace

-
prepareStackTrace: (err: Error, stackTraces: CallSite[]) => any
- -
-

Type declaration

-
    -
  • -
      -
    • (err: Error, stackTraces: CallSite[]): any
    • -
    -
      -
    • -
      -
      -

      Optional override for formatting stack traces

      -
      -
      -

      Parameters

      -
        -
      • -
        err: Error
        -
      • -
      • -
        stackTraces: CallSite[]
        -
      • -
      -

      Returns any

      -
    • -
    -
  • -
-
-
-
- -

Static stackTraceLimit

-
stackTraceLimit: number
- -
-
- -

Static Protected Readonly statusCode

-
statusCode: number
- -
-
-
-

Methods

-
- -

Static captureStackTrace

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

    Create .stack property on a target object

    -
    -
    -

    Parameters

    -
      -
    • -
      targetObject: object
      -
    • -
    • -
      Optional constructorOpt: Function
      -
    • -
    -

    Returns void

    -
  • -
-
-
- -

Static isInstance

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Constructor
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Inherited property
  • -
-
    -
  • Static method
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/util_handlers_asynchandler.asynchandler.html b/docs/classes/util_handlers_asynchandler.asynchandler.html deleted file mode 100644 index 3a6ed2c12..000000000 --- a/docs/classes/util_handlers_asynchandler.asynchandler.html +++ /dev/null @@ -1,409 +0,0 @@ - - - - - - AsyncHandler | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- 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

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

-
    -
  • new AsyncHandler<TIn, TOut>(): AsyncHandler<TIn, TOut>
  • -
-
    -
  • - -

    Type parameters

    -
      -
    • -

      TIn = void

      -
    • -
    • -

      TOut = void

      -
    • -
    -

    Returns AsyncHandler<TIn, TOut>

    -
  • -
-
-
-
-

Methods

-
- -

canHandle

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

    Checks if the input data can be handled by this class. - Throws an error if it can't handle the data.

    -
    -
    -

    Parameters

    -
      -
    • -
      input: TIn
      -
      -

      Input data that could potentially be handled.

      -
      -
    • -
    -

    Returns Promise<void>

    -

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

    -
  • -
-
-
- -

Abstract handle

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

    Handles the given input. This should only be done if the canHandle function returned true. - Therefore, consider using the handleSafe function instead.

    -
    -
    -

    Parameters

    -
      -
    • -
      input: TIn
      -
      -

      Input data that needs to be handled.

      -
      -
    • -
    -

    Returns Promise<TOut>

    -

    A promise resolving when the handling is finished. Return value depends on the given type.

    -
  • -
-
-
- -

handleSafe

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

    Helper function that first runs the canHandle function followed by the handle function. - Throws the error of the canHandle function if the data can't be handled, - or returns the result of the handle function 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. - Return value depends on the given type.

    -
  • -
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Method
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/util_handlers_parallelhandler.parallelhandler.html b/docs/classes/util_handlers_parallelhandler.parallelhandler.html deleted file mode 100644 index 91d6176bd..000000000 --- a/docs/classes/util_handlers_parallelhandler.parallelhandler.html +++ /dev/null @@ -1,354 +0,0 @@ - - - - - - ParallelHandler | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- 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

-
    -
  • - AsyncHandler<TIn, TOut[]> -
      -
    • - ParallelHandler -
    • -
    -
  • -
-
-
-

Index

-
-
-
-

Constructors

- -
-
-

Properties

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Properties

-
- -

Private Readonly handlers

-
handlers: AsyncHandler<TIn, TOut>[]
- -
-
-
-

Methods

-
- -

canHandle

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

    Checks if the input data can be handled by this class. - Throws an error if it can't handle the data.

    -
    -
    -

    Parameters

    -
      -
    • -
      input: TIn
      -
    • -
    -

    Returns Promise<void>

    -

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

    -
  • -
-
-
- -

handle

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

    Handles the given input. This should only be done if the canHandle function returned true. - Therefore, consider using the handleSafe function instead.

    -
    -
    -

    Parameters

    -
      -
    • -
      input: TIn
      -
    • -
    -

    Returns Promise<TOut[]>

    -

    A promise resolving when the handling is finished. Return value depends on the given type.

    -
  • -
-
-
- -

handleSafe

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

    Helper function that first runs the canHandle function followed by the handle function. - Throws the error of the canHandle function if the data can't be handled, - or returns the result of the handle function 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. - Return value depends on the given type.

    -
  • -
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Method
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Inherited method
  • -
-
    -
  • Private property
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/util_handlers_sequencehandler.sequencehandler.html b/docs/classes/util_handlers_sequencehandler.sequencehandler.html deleted file mode 100644 index 547d0d2b1..000000000 --- a/docs/classes/util_handlers_sequencehandler.sequencehandler.html +++ /dev/null @@ -1,359 +0,0 @@ - - - - - - SequenceHandler | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- 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

-
    -
  • - AsyncHandler<TIn, TOut | undefined> -
      -
    • - SequenceHandler -
    • -
    -
  • -
-
-
-

Index

-
-
-
-

Constructors

- -
-
-

Properties

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Properties

-
- -

Private Readonly handlers

-
handlers: AsyncHandler<TIn, TOut>[]
- -
-
-
-

Methods

-
- -

canHandle

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

    Checks if the input data can be handled by this class. - Throws an error if it can't handle the data.

    -
    -
    -

    Parameters

    -
      -
    • -
      input: TIn
      -
      -

      Input data that could potentially be handled.

      -
      -
    • -
    -

    Returns Promise<void>

    -

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

    -
  • -
-
-
- -

handle

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

    Handles the given input. This should only be done if the canHandle function returned true. - Therefore, consider using the handleSafe function instead.

    -
    -
    -

    Parameters

    -
      -
    • -
      input: TIn
      -
    • -
    -

    Returns Promise<undefined | TOut>

    -

    A promise resolving when the handling is finished. Return value depends on the given type.

    -
  • -
-
-
- -

handleSafe

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

    Helper function that first runs the canHandle function followed by the handle function. - Throws the error of the canHandle function if the data can't be handled, - or returns the result of the handle function 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. - Return value depends on the given type.

    -
  • -
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Method
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Inherited method
  • -
-
    -
  • Private property
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/util_handlers_unsupportedasynchandler.unsupportedasynchandler.html b/docs/classes/util_handlers_unsupportedasynchandler.unsupportedasynchandler.html deleted file mode 100644 index 7c8ee9fd7..000000000 --- a/docs/classes/util_handlers_unsupportedasynchandler.unsupportedasynchandler.html +++ /dev/null @@ -1,323 +0,0 @@ - - - - - - UnsupportedAsyncHandler | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
- -
-
-
-
-
-
-
-
-

Handler that does not support any input and will always throw an error.

-
-
-
-
-

Hierarchy

-
    -
  • - AsyncHandler<any, never> -
      -
    • - UnsupportedAsyncHandler -
    • -
    -
  • -
-
-
-

Index

-
-
-
-

Constructors

- -
-
-

Properties

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Properties

-
- -

Private Optional Readonly errorMessage

-
errorMessage: string
- -
-
-
-

Methods

-
- -

canHandle

-
    -
  • canHandle(): Promise<never>
  • -
- -
-
- -

handle

-
    -
  • handle(): Promise<never>
  • -
- -
-
- -

handleSafe

-
    -
  • handleSafe(input: any): Promise<never>
  • -
-
    -
  • - -
    -
    -

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

    -
    -
    -

    Parameters

    -
      -
    • -
      input: any
      -
      -

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

      -
      -
    • -
    -

    Returns Promise<never>

    -

    A promise resolving if the input can be handled, rejecting with an Error if not. - Return value depends on the given type.

    -
  • -
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Constructor
  • -
  • Method
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Inherited method
  • -
-
    -
  • Private property
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/util_handlers_waterfallhandler.waterfallhandler.html b/docs/classes/util_handlers_waterfallhandler.waterfallhandler.html deleted file mode 100644 index bc96159a5..000000000 --- a/docs/classes/util_handlers_waterfallhandler.waterfallhandler.html +++ /dev/null @@ -1,421 +0,0 @@ - - - - - - WaterfallHandler | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- 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

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Properties

-
- -

Private Readonly handlers

-
handlers: AsyncHandler<TIn, TOut>[]
- -
-
- -

Protected Readonly logger

-
logger: Logger = ...
- -
-
-
-

Methods

-
- -

canHandle

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

    -
  • -
-
-
- -

Private findHandler

-
    -
  • findHandler(input: TIn): Promise<AsyncHandler<TIn, TOut>>
  • -
-
    -
  • - -
    -
    -

    Finds a handler that can handle the given input data. - Otherwise an error gets thrown.

    -
    -
    -

    Parameters

    -
      -
    • -
      input: TIn
      -
      -

      The input data.

      -
      -
    • -
    -

    Returns Promise<AsyncHandler<TIn, TOut>>

    -

    A promise resolving to a handler that supports the data or otherwise rejecting.

    -
  • -
-
-
- -

handle

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

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

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Method
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Private property
  • -
  • Private method
  • -
-
    -
  • Protected property
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/util_identifiers_baseidentifierstrategy.baseidentifierstrategy.html b/docs/classes/util_identifiers_baseidentifierstrategy.baseidentifierstrategy.html deleted file mode 100644 index e9ade93b7..000000000 --- a/docs/classes/util_identifiers_baseidentifierstrategy.baseidentifierstrategy.html +++ /dev/null @@ -1,282 +0,0 @@ - - - - - - BaseIdentifierStrategy | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- 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

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

getParentContainer

- - -
-
- -

Abstract isRootContainer

- - -
-
- -

Abstract supportsIdentifier

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Constructor
  • -
  • Method
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/util_identifiers_singlerootidentifierstrategy.singlerootidentifierstrategy.html b/docs/classes/util_identifiers_singlerootidentifierstrategy.singlerootidentifierstrategy.html deleted file mode 100644 index b53986d59..000000000 --- a/docs/classes/util_identifiers_singlerootidentifierstrategy.singlerootidentifierstrategy.html +++ /dev/null @@ -1,346 +0,0 @@ - - - - - - SingleRootIdentifierStrategy | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- 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

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Properties

-
- -

Private Readonly baseUrl

-
baseUrl: string
- -
-
- -

Protected Readonly logger

-
logger: Logger = ...
- -
-
-
-

Methods

-
- -

getParentContainer

- - -
-
- -

isRootContainer

- - -
-
- -

supportsIdentifier

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Constructor
  • -
  • Method
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Inherited method
  • -
-
    -
  • Protected property
  • -
-
    -
  • Private property
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/util_identifiers_subdomainidentifierstrategy.subdomainidentifierstrategy.html b/docs/classes/util_identifiers_subdomainidentifierstrategy.subdomainidentifierstrategy.html deleted file mode 100644 index b6649b5ba..000000000 --- a/docs/classes/util_identifiers_subdomainidentifierstrategy.subdomainidentifierstrategy.html +++ /dev/null @@ -1,360 +0,0 @@ - - - - - - SubdomainIdentifierStrategy | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
- -
-
-
-
-
-
-
-
-

An IdentifierStrategy that interprets all subdomains of the given base URL as roots.

-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Properties

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Properties

-
- -

Private Readonly baseUrl

-
baseUrl: string
- -
-
- -

Protected Readonly logger

-
logger: Logger = ...
- -
-
- -

Private Readonly regex

-
regex: RegExp
- -
-
-
-

Methods

-
- -

getParentContainer

- - -
-
- -

isRootContainer

- - -
-
- -

supportsIdentifier

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Constructor
  • -
  • Method
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Inherited method
  • -
-
    -
  • Protected property
  • -
-
    -
  • Private property
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/util_locking_equalreadwritelocker.equalreadwritelocker.html b/docs/classes/util_locking_equalreadwritelocker.equalreadwritelocker.html deleted file mode 100644 index 7008ed0c6..000000000 --- a/docs/classes/util_locking_equalreadwritelocker.equalreadwritelocker.html +++ /dev/null @@ -1,379 +0,0 @@ - - - - - - EqualReadWriteLocker | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class EqualReadWriteLocker

-
-
-
-
-
-
-
-
-
-

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

-
-
-
-
-

Hierarchy

-
    -
  • - EqualReadWriteLocker -
  • -
-
-
-

Implements

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Properties

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Properties

-
- -

Private Readonly locker

- - -
-
-
-

Methods

-
- -

Private withLock

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

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

    Type parameters

    -
      -
    • -

      T

      -
    • -
    -

    Parameters

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

          Returns T | Promise<T>

          -
        • -
        -
      • -
      -
    • -
    -

    Returns Promise<T>

    -
  • -
-
-
- -

withWriteLock

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

    Type parameters

    -
      -
    • -

      T

      -
    • -
    -

    Parameters

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

          Returns T | Promise<T>

          -
        • -
        -
      • -
      -
    • -
    -

    Returns Promise<T>

    -
  • -
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Constructor
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Private property
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/util_locking_greedyreadwritelocker.greedyreadwritelocker.html b/docs/classes/util_locking_greedyreadwritelocker.greedyreadwritelocker.html deleted file mode 100644 index 0bb359c62..000000000 --- a/docs/classes/util_locking_greedyreadwritelocker.greedyreadwritelocker.html +++ /dev/null @@ -1,627 +0,0 @@ - - - - - - GreedyReadWriteLocker | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class GreedyReadWriteLocker

-
-
-
-
-
-
-
-
-
-

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

-
- -

constructor

- - -
-
-
-

Properties

-
- -

Private Readonly locker

- - -
-
- -

Private Readonly storage

-
storage: KeyValueStorage<string, number>
- -
-
- -

Private Readonly suffixes

- - -
-
-
-

Methods

-
- -

Private getCountKey

- - -
-
- -

Private getReadLockKey

- - -
-
- -

Private getWriteLockKey

- - -
-
- -

Private incrementCount

- -
    -
  • - -
    -
    -

    Updates the count with the given modifier. - Creates the data if it didn't exist yet. - Deletes the data when the count reaches zero.

    -
    -
    -

    Parameters

    - -

    Returns Promise<number>

    -
  • -
-
-
- -

Private postReadCleanup

- - -
-
- -

Private preReadSetup

- - -
-
- -

Private withInternalReadLock

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

    Safely runs an action on the count.

    -
    -
    -

    Type parameters

    -
      -
    • -

      T

      -
    • -
    -

    Parameters

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

          Returns T | Promise<T>

          -
        • -
        -
      • -
      -
    • -
    -

    Returns Promise<T>

    -
  • -
-
-
- -

withReadLock

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

    Type parameters

    -
      -
    • -

      T

      -
    • -
    -

    Parameters

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

          Returns T | Promise<T>

          -
        • -
        -
      • -
      -
    • -
    -

    Returns Promise<T>

    -
  • -
-
-
- -

withWriteLock

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

    Type parameters

    -
      -
    • -

      T

      -
    • -
    -

    Parameters

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

          Returns T | Promise<T>

          -
        • -
        -
      • -
      -
    • -
    -

    Returns Promise<T>

    -
  • -
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Constructor
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Private property
  • -
  • Private method
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/util_locking_redisresourcelocker.redisresourcelocker.html b/docs/classes/util_locking_redisresourcelocker.redisresourcelocker.html deleted file mode 100644 index 73b2f21db..000000000 --- a/docs/classes/util_locking_redisresourcelocker.redisresourcelocker.html +++ /dev/null @@ -1,484 +0,0 @@ - - - - - - RedisResourceLocker | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class RedisResourceLocker

-
-
-
-
-
-
-
-
-
-

A locking system that uses a Redis server or any number of - Redis nodes / clusters - This solution has issues though:

-
    -
  • Redlock wants to handle expiration itself, this is against the design of a ResourceLocker. - The workaround for this is to extend an active lock indefinitely.
  • -
  • This solution is not multithreaded! If threadA locks a resource, only threadA can unlock this resource. - If threadB wont be able to lock a resource if threadA already acquired that lock, - in that sense it is kind of multithreaded.
  • -
  • Redlock does not provide the ability to see which locks have expired
  • -
-
-
-
-
-

Hierarchy

-
    -
  • - RedisResourceLocker -
  • -
-
-
-

Implements

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Properties

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

-
    -
  • new RedisResourceLocker(redisClients: string[], redlockOptions?: Record<string, number>): RedisResourceLocker
  • -
- -
-
-
-

Properties

-
- -

Private Readonly lockMap

-
lockMap: Map<string, { interval: Timeout; lock: Lock }>
- -
-
- -

Protected Readonly logger

-
logger: Logger = ...
- -
-
- -

Private Readonly redlock

-
redlock: Redlock
- -
-
-
-

Methods

-
- -

acquire

- - -
-
- -

Private createRedisClients

-
    -
  • createRedisClients(redisClientsStrings: string[]): RedisClient[]
  • -
-
    -
  • - -
    -
    -

    Generate and return a list of RedisClients based on the provided strings

    -
    -
    -

    Parameters

    -
      -
    • -
      redisClientsStrings: string[]
      -
      -

      a list of strings that contain either a host address and a - port number like '127.0.0.1:6379' or just a port number like '6379'

      -
      -
    • -
    -

    Returns RedisClient[]

    -
  • -
-
-
- -

Private createRedlock

-
    -
  • createRedlock(clients: RedisClient[], redlockOptions?: Record<string, number>): Redlock
  • -
-
    -
  • - -
    -
    -

    Generate and return a Redlock instance

    -
    -
    -

    Parameters

    -
      -
    • -
      clients: RedisClient[]
      -
      -

      a list of RedisClients you want to use for the redlock instance

      -
      -
    • -
    • -
      redlockOptions: Record<string, number> = {}
      -
      -

      extra redlock options to overwrite the default config

      -
      -
    • -
    -

    Returns Redlock

    -
  • -
-
-
- -

Private extendLockIndefinitely

-
    -
  • extendLockIndefinitely(identifier: string): Timeout
  • -
-
    -
  • - -
    -
    -

    This function is internally used to keep an acquired lock active, a wrapper class will handle expiration

    -
    -
    -

    Parameters

    -
      -
    • -
      identifier: string
      -
      -

      Identifier of the lock to be extended

      -
      -
    • -
    -

    Returns Timeout

    -
  • -
-
-
- -

finalize

-
    -
  • finalize(): Promise<void>
  • -
- -
-
- -

Private getLockCount

-
    -
  • getLockCount(): number
  • -
- -
-
- -

release

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Constructor
  • -
  • Method
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Private property
  • -
  • Private method
  • -
-
    -
  • Protected property
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/util_locking_singlethreadedresourcelocker.singlethreadedresourcelocker.html b/docs/classes/util_locking_singlethreadedresourcelocker.singlethreadedresourcelocker.html deleted file mode 100644 index 8407b30ee..000000000 --- a/docs/classes/util_locking_singlethreadedresourcelocker.singlethreadedresourcelocker.html +++ /dev/null @@ -1,333 +0,0 @@ - - - - - - SingleThreadedResourceLocker | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- 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

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Properties

-
- -

Private Readonly locker

-
locker: AsyncLock
- -
-
- -

Protected Readonly logger

-
logger: Logger = ...
- -
-
- -

Private Readonly unlockCallbacks

-
unlockCallbacks: Record<string, () => void>
- -
-
-
-

Methods

-
- -

acquire

- - -
-
- -

Private getLockCount

-
    -
  • getLockCount(): number
  • -
- -
-
- -

release

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Constructor
  • -
  • Method
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Private property
  • -
  • Private method
  • -
-
    -
  • Protected property
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/util_locking_wrappedexpiringreadwritelocker.wrappedexpiringreadwritelocker.html b/docs/classes/util_locking_wrappedexpiringreadwritelocker.wrappedexpiringreadwritelocker.html deleted file mode 100644 index 9e5602aad..000000000 --- a/docs/classes/util_locking_wrappedexpiringreadwritelocker.wrappedexpiringreadwritelocker.html +++ /dev/null @@ -1,479 +0,0 @@ - - - - - - WrappedExpiringReadWriteLocker | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- 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

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Properties

-
- -

Protected Readonly expiration

-
expiration: number
- -
-
- -

Protected Readonly locker

- - -
-
- -

Protected Readonly logger

-
logger: Logger = ...
- -
-
-
-

Methods

-
- -

Private expiringPromise

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

-
    -
  • withReadLock<T>(identifier: ResourceIdentifier, whileLocked: (maintainLock: () => void) => 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: (maintainLock: () => void) => T | Promise<T>
      -
        -
      • -
          -
        • (maintainLock: () => void): T | Promise<T>
        • -
        -
          -
        • -

          Parameters

          -
            -
          • -
            maintainLock: () => void
            -
              -
            • -
                -
              • (): void
              • -
              -
                -
              • -

                Returns void

                -
              • -
              -
            • -
            -
          • -
          -

          Returns T | Promise<T>

          -
        • -
        -
      • -
      -
    • -
    -

    Returns Promise<T>

    -
  • -
-
-
- -

withWriteLock

-
    -
  • withWriteLock<T>(identifier: ResourceIdentifier, whileLocked: (maintainLock: () => void) => 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: (maintainLock: () => void) => T | Promise<T>
      -
        -
      • -
          -
        • (maintainLock: () => void): T | Promise<T>
        • -
        -
          -
        • -

          Parameters

          -
            -
          • -
            maintainLock: () => void
            -
              -
            • -
                -
              • (): void
              • -
              -
                -
              • -

                Returns void

                -
              • -
              -
            • -
            -
          • -
          -

          Returns T | Promise<T>

          -
        • -
        -
      • -
      -
    • -
    -

    Returns Promise<T>

    -
  • -
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Constructor
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Protected property
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/util_recordobject.recordobject.html b/docs/classes/util_recordobject.recordobject.html deleted file mode 100644 index d30b20fe6..000000000 --- a/docs/classes/util_recordobject.recordobject.html +++ /dev/null @@ -1,189 +0,0 @@ - - - - - - RecordObject | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class RecordObject

-
-
-
-
-
-
-
-
-
-

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

-
- -

constructor

-
    -
  • new RecordObject(record?: Record<string, string>): RecordObject
  • -
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
  • Constructor
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/util_templates_chainedtemplateengine.chainedtemplateengine.html b/docs/classes/util_templates_chainedtemplateengine.chainedtemplateengine.html deleted file mode 100644 index 481e55788..000000000 --- a/docs/classes/util_templates_chainedtemplateengine.chainedtemplateengine.html +++ /dev/null @@ -1,333 +0,0 @@ - - - - - - ChainedTemplateEngine | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class ChainedTemplateEngine<T>

-
-
-
-
-
-
-
-
-
-

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

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Properties

-
- -

Private Readonly chainedEngines

-
chainedEngines: TemplateEngine<Dict<any>>[]
- -
-
- -

Private Readonly firstEngine

-
firstEngine: TemplateEngine<T>
- -
-
- -

Private Readonly renderedName

-
renderedName: string
- -
-
-
-

Methods

-
- -

render

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

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
    -
  • Private property
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/util_templates_ejstemplateengine.ejstemplateengine.html b/docs/classes/util_templates_ejstemplateengine.ejstemplateengine.html deleted file mode 100644 index 178e5d2e4..000000000 --- a/docs/classes/util_templates_ejstemplateengine.ejstemplateengine.html +++ /dev/null @@ -1,295 +0,0 @@ - - - - - - EjsTemplateEngine | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class EjsTemplateEngine<T>

-
-
-
-
-
-
-
-
-
-

Fills in EJS templates.

-
-
-
-
-

Type parameters

-
    -
  • -

    T: Dict<any> = Dict<any>

    -
  • -
-
-
-

Hierarchy

-
    -
  • - EjsTemplateEngine -
  • -
-
-
-

Implements

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Properties

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Properties

-
- -

Private Readonly applyTemplate

-
applyTemplate: Promise<TemplateFunction>
- -
-
-
-

Methods

-
- -

render

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

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
    -
  • Private property
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/classes/util_templates_handlebarstemplateengine.handlebarstemplateengine.html b/docs/classes/util_templates_handlebarstemplateengine.handlebarstemplateengine.html deleted file mode 100644 index 87a7d4cde..000000000 --- a/docs/classes/util_templates_handlebarstemplateengine.handlebarstemplateengine.html +++ /dev/null @@ -1,295 +0,0 @@ - - - - - - HandlebarsTemplateEngine | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class HandlebarsTemplateEngine<T>

-
-
-
-
-
-
-
-
-
-

Fills in Handlebars templates.

-
-
-
-
-

Type parameters

-
    -
  • -

    T: Dict<any> = Dict<any>

    -
  • -
-
-
-

Hierarchy

-
    -
  • - HandlebarsTemplateEngine -
  • -
-
-
-

Implements

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Properties

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Properties

-
- -

Private Readonly applyTemplate

-
applyTemplate: Promise<TemplateDelegate<any>>
- -
-
-
-

Methods

-
- -

render

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

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
    -
  • Private property
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/enums/AccessMode.html b/docs/enums/AccessMode.html new file mode 100644 index 000000000..1a2bf3f8f --- /dev/null +++ b/docs/enums/AccessMode.html @@ -0,0 +1,3 @@ +AccessMode | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Different modes that require permission.

+

Index

Enumeration members

Enumeration members

append

append = "append"

create

create = "create"

delete

delete = "delete"

read

read = "read"

write

write = "write"

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..7aef90d76 --- /dev/null +++ b/docs/enums/CredentialGroup.html @@ -0,0 +1,3 @@ +CredentialGroup | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Specific groups that can have credentials.

+

Index

Enumeration members

Enumeration members

agent

agent = "agent"

public

public = "public"

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 index 881fe5d0e..7d8473ffd 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1,1022 +1,188 @@ - - - - - - Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
-

Community Solid Server - v1.1.0

-
-
-
-
-
-
-
- -

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 12.7 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
+Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu

Community Solid Server - v2.0.0

+ +

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 12.7 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 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
+

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/solid/community-server.git
-cd community-server
-npm ci
-npm start -- # add parameters if needed
+
+
+  

📃 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/solid/community-server.git
cd community-server
npm ci
npm start -- # add parameters if needed
- -

📦 Running via Docker

-
-

Docker allows you to run the server without having Node.js installed:

-
git clone https://github.com/solid/community-server.git
-cd community-server
-# Build the Docker image
-docker build --rm -f Dockerfile -t css:latest .
-# Run the image, serving your `~/Solid` directory on `http://localhost:3000`
-docker run --rm -v ~/Solid:/data -p 3000:3000 -it css:latest
-# Or use one of the built-in configurations
-docker run --rm -p 3000:3000 -it css:latest -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 css:latest -c /config/my-config.json
+
+
+  

📦 Running via Docker

+
+

Docker allows you to run the server without having Node.js installed:

+
git clone https://github.com/solid/community-server.git
cd community-server
# Build the Docker image
docker build --rm -f Dockerfile -t css:latest .
# Run the image, serving your `~/Solid` directory on `http://localhost:3000`
docker run --rm -v ~/Solid:/data -p 3000:3000 -it css:latest
# Or use one of the built-in configurations
docker run --rm -p 3000:3000 -it css:latest -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 css:latest -c /config/my-config.json
- -

🔧 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 runs.
--baseUrl. -bhttp://localhost:$PORT/The public URL of your server.
--loggingLevel, -linfoThe detail level of logging; useful for debugging problems.
--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 of the server, when using a file-based configuration.
--sparqlEndpoint, -sURL of the SPARQL endpoint, when using a quadstore-based configuration.
--showStackTrace, -tfalseEnables detailed logging on error pages.
--podConfigJson./pod-config.jsonPath to the file that keeps track of dynamic 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 solid/community-server-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 📓 developer notes 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

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file + + +

🔧 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 runs.
--baseUrl. -bhttp://localhost:$PORT/The public URL of your server.
--loggingLevel, -linfoThe detail level of logging; useful for debugging problems.
--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 of the server, when using a file-based configuration.
--sparqlEndpoint, -sURL of the SPARQL endpoint, when using a quadstore-based configuration.
--showStackTrace, -tfalseEnables detailed logging on error pages.
--podConfigJson./pod-config.jsonPath to the file that keeps track of dynamic 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 solid/community-server-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 📓 developer notes 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
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..d39fa8f4d --- /dev/null +++ b/docs/interfaces/Accept.html @@ -0,0 +1,13 @@ +Accept | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Contents of an HTTP Accept header. +Range is type/subtype. Both can be *.

+

Hierarchy

Index

Properties

parameters

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

range: string
+

Requested range. Can be a specific value or *, matching all.

+

weight

weight: number
+

Weight of the preference [0, 1].

+

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..60d284298 --- /dev/null +++ b/docs/interfaces/AcceptCharset.html @@ -0,0 +1,7 @@ +AcceptCharset | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Contents of an HTTP Accept-Charset header.

+

Hierarchy

Index

Properties

Properties

range

range: string
+

Requested range. Can be a specific value or *, matching all.

+

weight

weight: number
+

Weight of the preference [0, 1].

+

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..539cdaa35 --- /dev/null +++ b/docs/interfaces/AcceptDatetime.html @@ -0,0 +1,7 @@ +AcceptDatetime | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Contents of an HTTP Accept-Datetime header.

+

Hierarchy

Index

Properties

Properties

range

range: string
+

Requested range. Can be a specific value or *, matching all.

+

weight

weight: number
+

Weight of the preference [0, 1].

+

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..38d456d67 --- /dev/null +++ b/docs/interfaces/AcceptEncoding.html @@ -0,0 +1,7 @@ +AcceptEncoding | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Contents of an HTTP Accept-Encoding header.

+

Hierarchy

Index

Properties

Properties

range

range: string
+

Requested range. Can be a specific value or *, matching all.

+

weight

weight: number
+

Weight of the preference [0, 1].

+

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..f6517474e --- /dev/null +++ b/docs/interfaces/AcceptHeader.html @@ -0,0 +1,7 @@ +AcceptHeader | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

General interface for all Accept* headers.

+

Hierarchy

Index

Properties

Properties

range

range: string
+

Requested range. Can be a specific value or *, matching all.

+

weight

weight: number
+

Weight of the preference [0, 1].

+

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..526d4892a --- /dev/null +++ b/docs/interfaces/AcceptLanguage.html @@ -0,0 +1,7 @@ +AcceptLanguage | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Contents of an HTTP Accept-Language header.

+

Hierarchy

Index

Properties

Properties

range

range: string
+

Requested range. Can be a specific value or *, matching all.

+

weight

weight: number
+

Weight of the preference [0, 1].

+

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..519583ad2 --- /dev/null +++ b/docs/interfaces/AccessCheckerArgs.html @@ -0,0 +1,7 @@ +AccessCheckerArgs | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • AccessCheckerArgs

Index

Properties

acl

acl: Store<Quad, Quad, Quad, Quad>
+

A store containing the relevant triples of the authorization.

+

credential

credential: Credential
+

Credential of the entity that wants to use the resource.

+

rule

rule: Term
+

Authorization rule to be processed.

+

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..db388d091 --- /dev/null +++ b/docs/interfaces/AccountPayload.html @@ -0,0 +1,3 @@ +AccountPayload | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..b1a5e090c --- /dev/null +++ b/docs/interfaces/AccountSettings.html @@ -0,0 +1,7 @@ +AccountSettings | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Options that can be set on an account.

+

Hierarchy

  • AccountSettings

Index

Properties

Optional podBaseUrl

podBaseUrl?: string
+

The base URL of the pod associated with this account, if there is one.

+

useIdp

useIdp: boolean
+

If this account can be used to identify as the corresponding WebID in the IDP.

+

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..55ea093fc --- /dev/null +++ b/docs/interfaces/AccountStore.html @@ -0,0 +1,49 @@ +AccountStore | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Storage needed for the email-password interaction

+

Hierarchy

  • AccountStore

Implemented by

Index

Methods

authenticate

  • authenticate(email: string, password: string): Promise<string>

changePassword

  • changePassword(email: string, password: string): Promise<void>

create

  • create(email: string, webId: string, password: string, settings: AccountSettings): Promise<void>

deleteAccount

  • deleteAccount(email: string): Promise<void>

deleteForgotPasswordRecord

  • deleteForgotPasswordRecord(recordId: string): Promise<void>

generateForgotPasswordRecord

  • 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

  • getForgotPasswordRecord(recordId: string): Promise<undefined | string>

getSettings

updateSettings

verify

  • 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
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..debe03984 --- /dev/null +++ b/docs/interfaces/AdapterFactory.html @@ -0,0 +1,4 @@ +AdapterFactory | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

A factory that generates a StorageAdapter to be used +by the IDP to persist information.

+

Hierarchy

  • AdapterFactory

Implemented by

Index

Methods

createStorageAdapter

  • createStorageAdapter(name: string): Adapter

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..0d9669d0b --- /dev/null +++ b/docs/interfaces/AsyncTransformOptions.html @@ -0,0 +1,7 @@ +AsyncTransformOptions | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

  • T = any

Hierarchy

  • DuplexOptions
    • AsyncTransformOptions

Index

Properties

Optional allowHalfOpen

allowHalfOpen?: boolean

Optional autoDestroy

autoDestroy?: boolean

Optional decodeStrings

decodeStrings?: boolean

Optional defaultEncoding

defaultEncoding?: BufferEncoding

Optional emitClose

emitClose?: boolean

Optional encoding

encoding?: BufferEncoding

Optional highWaterMark

highWaterMark?: number

Optional objectMode

objectMode?: boolean

Optional readableHighWaterMark

readableHighWaterMark?: number

Optional readableObjectMode

readableObjectMode?: boolean

Optional signal

signal?: AbortSignal
+

When provided the corresponding AbortController can be used to cancel an asynchronous action.

+

Optional writableCorked

writableCorked?: number

Optional writableHighWaterMark

writableHighWaterMark?: number

Optional writableObjectMode

writableObjectMode?: boolean

Methods

Optional construct

  • construct(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

Optional destroy

  • 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

Optional final

  • 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

Optional flush

  • flush(): any

Optional read

  • read(size: number): void
  • Parameters

    • size: number

    Returns void

Optional transform

  • transform(data: T, encoding: string): any
  • +

    Transforms data from the source by calling the push method

    +

    Parameters

    • data: T
    • encoding: string

    Returns any

Optional write

  • 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

Optional writev

  • 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
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..f9d5c3a4e --- /dev/null +++ b/docs/interfaces/AtomicResourceStore.html @@ -0,0 +1,38 @@ +AtomicResourceStore | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

A ResourceStore of which all operations are atomic.

+

Hierarchy

Implemented by

Index

Methods

addResource

deleteResource

getRepresentation

modifyResource

resourceExists

setRepresentation

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..4af2e1cc2 --- /dev/null +++ b/docs/interfaces/AuthorizerInput.html @@ -0,0 +1,9 @@ +AuthorizerInput | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • AuthorizerInput

Index

Properties

credentials

credentials: Partial<Record<CredentialGroup, Credential>>
+

Credentials of the entity that wants to use the resource.

+

identifier

identifier: ResourceIdentifier
+

Identifier of the resource that will be read/modified.

+

modes

modes: Set<AccessMode>
+

Modes that are requested on the resource.

+

permissionSet

permissionSet: Partial<Record<CredentialGroup, Partial<Record<AccessMode, boolean>>>>
+

Permissions that are available for the request.

+

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..0fe3178dd --- /dev/null +++ b/docs/interfaces/AuthorizingHttpHandlerArgs.html @@ -0,0 +1,11 @@ +AuthorizingHttpHandlerArgs | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • AuthorizingHttpHandlerArgs

Index

Properties

authorizer

authorizer: Authorizer
+

Verifies if the requested operation is allowed.

+

credentialsExtractor

credentialsExtractor: CredentialsExtractor
+

Extracts the credentials from the incoming request.

+

modesExtractor

modesExtractor: ModesExtractor
+

Extracts the required modes from the generated Operation.

+

operationHandler

operationHandler: OperationHttpHandler
+

Handler to call if the operation is authorized.

+

permissionReader

permissionReader: PermissionReader
+

Reads the permissions available for the Operation.

+

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..3c6ee4cc6 --- /dev/null +++ b/docs/interfaces/AuxiliaryIdentifierStrategy.html @@ -0,0 +1,26 @@ +AuxiliaryIdentifierStrategy | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

A strategy for handling auxiliary related ResourceIdentifiers.

+

Hierarchy

Implemented by

Index

Methods

getAuxiliaryIdentifier

getAuxiliaryIdentifiers

getSubjectIdentifier

isAuxiliaryIdentifier

  • +

    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
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..839bb7a27 --- /dev/null +++ b/docs/interfaces/AuxiliaryStrategy.html @@ -0,0 +1,50 @@ +AuxiliaryStrategy | Community Solid Server - v2.0.0
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

addMetadata

  • +

    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

getAuxiliaryIdentifiers

getSubjectIdentifier

isAuxiliaryIdentifier

isRequiredInRoot

  • +

    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

usesOwnAuthorization

validate

  • +

    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
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..8aea02582 --- /dev/null +++ b/docs/interfaces/BaseHttpServerOptions.html @@ -0,0 +1,10 @@ +BaseHttpServerOptions | Community Solid Server - v2.0.0
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

Optional cert

cert?: string

Optional https

https?: boolean
+

If the server should start as an http or https server.

+

Optional key

key?: string

Optional passphrase

passphrase?: string

Optional pfx

pfx?: string

Optional showStackTrace

showStackTrace?: boolean
+

If the error stack traces should be shown in case the HttpHandler throws one.

+

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..4cb669dc7 --- /dev/null +++ b/docs/interfaces/BasicConditionsOptions.html @@ -0,0 +1 @@ +BasicConditionsOptions | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • BasicConditionsOptions

Index

Properties

Optional matchesETag

matchesETag?: string[]

Optional modifiedSince

modifiedSince?: Date

Optional notMatchesETag

notMatchesETag?: string[]

Optional unmodifiedSince

unmodifiedSince?: Date

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..c89d6ddca --- /dev/null +++ b/docs/interfaces/BasicRequestParserArgs.html @@ -0,0 +1,3 @@ +BasicRequestParserArgs | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..b82b687df --- /dev/null +++ b/docs/interfaces/BodyParserArgs.html @@ -0,0 +1,6 @@ +BodyParserArgs | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • BodyParserArgs

Index

Properties

Properties

metadata

+

Metadata that has already been parsed from the request. +Can be updated by the BodyParser with extra metadata.

+

request

request: HttpRequest
+

Request that contains the (potential) body.

+

Legend

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

Settings

Theme

\ No newline at end of file diff --git a/docs/interfaces/CliParams.html b/docs/interfaces/CliParams.html new file mode 100644 index 000000000..386d3b18d --- /dev/null +++ b/docs/interfaces/CliParams.html @@ -0,0 +1 @@ +CliParams | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • CliParams

Index

Properties

Optional baseUrl

baseUrl?: string

loggingLevel

loggingLevel: string

Optional podConfigJson

podConfigJson?: string

port

port: number

Optional rootFilePath

rootFilePath?: string

Optional showStackTrace

showStackTrace?: boolean

Optional sparqlEndpoint

sparqlEndpoint?: string

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..b1dda34b1 --- /dev/null +++ b/docs/interfaces/ComponentsJsFactory.html @@ -0,0 +1,9 @@ +ComponentsJsFactory | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Used for instantiating new object using Components.js configurations.

+

Hierarchy

  • ComponentsJsFactory

Implemented by

Index

Methods

Methods

generate

  • 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
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..7d71c319a --- /dev/null +++ b/docs/interfaces/Conditions.html @@ -0,0 +1,20 @@ +Conditions | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

The conditions of an HTTP conditional request.

+

Hierarchy

  • Conditions

Implemented by

Index

Properties

Optional matchesETag

matchesETag?: string[]
+

Valid if matching any of the given ETags.

+

Optional modifiedSince

modifiedSince?: Date
+

Valid if modified since the given date.

+

Optional notMatchesETag

notMatchesETag?: string[]
+

Valid if not matching any of the given ETags.

+

Optional unmodifiedSince

unmodifiedSince?: Date
+

Valid if not modified since the given date.

+

Methods

matches

  • 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

matchesMetadata

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..9c238e57f --- /dev/null +++ b/docs/interfaces/ConstantConverterOptions.html @@ -0,0 +1,13 @@ +ConstantConverterOptions | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Extra options for the ConstantConverter.

+

Hierarchy

  • ConstantConverterOptions

Index

Properties

Optional container

container?: boolean
+

Whether this should trigger on containers.

+

Optional disabledMediaRanges

disabledMediaRanges?: string[]
+

Media ranges for which the conversion should not happen.

+

Optional document

document?: boolean
+

Whether this should trigger on documents.

+

Optional enabledMediaRanges

enabledMediaRanges?: string[]
+

Media ranges for which the conversion should happen.

+

Optional minQuality

minQuality?: number
+

The minimum requested quality/preference before this should trigger.

+

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..b4ae86c7b --- /dev/null +++ b/docs/interfaces/ContainerInitializerArgs.html @@ -0,0 +1,13 @@ +ContainerInitializerArgs | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • ContainerInitializerArgs

Index

Properties

baseUrl

baseUrl: string
+

Base URL of the server.

+

generator

+

Generator that should be used to generate container contents.

+

path

path: string
+

Relative path of the container.

+

storage

storage: KeyValueStorage<string, boolean>
+

Used to store initialization status.

+

storageKey

storageKey: string
+

Key that is used to store the boolean in the storage indicating the container is initialized.

+

store

+

ResourceStore where the container should be stored.

+

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..608dba3fe --- /dev/null +++ b/docs/interfaces/ConvertingStoreEntry.html @@ -0,0 +1 @@ +ConvertingStoreEntry | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..8c8ae9e27 --- /dev/null +++ b/docs/interfaces/Credential.html @@ -0,0 +1,3 @@ +Credential | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Credentials identifying an entity accessing or owning data.

+

Hierarchy

  • Credential

Index

Properties

Properties

Optional webId

webId?: string

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..4e01a7cc3 --- /dev/null +++ b/docs/interfaces/DataAccessor.html @@ -0,0 +1,50 @@ +DataAccessor | Community Solid Server - v2.0.0
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

  • DataAccessor

Implemented by

Index

Methods

canHandle

  • +

    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>

deleteResource

getChildren

  • +

    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>

getData

getMetadata

writeContainer

writeDocument

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..a399dbfa2 --- /dev/null +++ b/docs/interfaces/EmailArgs.html @@ -0,0 +1 @@ +EmailArgs | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • EmailArgs

Index

Properties

html

html: string

recipient

recipient: string

subject

subject: string

text

text: string

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..6eb0d4768 --- /dev/null +++ b/docs/interfaces/EmailSenderArgs.html @@ -0,0 +1 @@ +EmailSenderArgs | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • EmailSenderArgs

Index

Properties

emailConfig

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

Optional senderName

senderName?: string

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..e4a2fa791 --- /dev/null +++ b/docs/interfaces/ErrorHandlerArgs.html @@ -0,0 +1 @@ +ErrorHandlerArgs | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • ErrorHandlerArgs

Index

Properties

error

error: Error

preferences

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..6a252811f --- /dev/null +++ b/docs/interfaces/ExpiringReadWriteLocker.html @@ -0,0 +1,17 @@ +ExpiringReadWriteLocker | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

A ReadWriteLocker where the locks expire after a given time.

+

Hierarchy

Implemented by

Index

Methods

withReadLock

  • 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

  • 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
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..5886567e2 --- /dev/null +++ b/docs/interfaces/ExpiringStorage.html @@ -0,0 +1,29 @@ +ExpiringStorage | Community Solid Server - v2.0.0
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

  • delete(key: TKey): Promise<boolean>

entries

  • entries(): AsyncIterableIterator<[TKey, TValue]>

get

  • get(key: TKey): Promise<undefined | TValue>

has

  • has(key: TKey): Promise<boolean>

set

  • 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
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..4a9f8da49 --- /dev/null +++ b/docs/interfaces/FileIdentifierMapper.html @@ -0,0 +1,17 @@ +FileIdentifierMapper | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Supports mapping a file to an URL and back.

+

Hierarchy

  • FileIdentifierMapper

Implemented by

Index

Methods

mapFilePathToUrl

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

    +

mapUrlToFilePath

  • +

    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
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..aa2201b8c --- /dev/null +++ b/docs/interfaces/FileIdentifierMapperFactory.html @@ -0,0 +1,4 @@ +FileIdentifierMapperFactory | Community Solid Server - v2.0.0
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

  • create(base: string, rootFilePath: string): Promise<T>

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..9b6309cf3 --- /dev/null +++ b/docs/interfaces/Finalizable.html @@ -0,0 +1,3 @@ +Finalizable | Community Solid Server - v2.0.0
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

  • finalize(): Promise<void>

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..8e861b58c --- /dev/null +++ b/docs/interfaces/ForgotPasswordHandlerArgs.html @@ -0,0 +1 @@ +ForgotPasswordHandlerArgs | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..90b9b687d --- /dev/null +++ b/docs/interfaces/ForgotPasswordPayload.html @@ -0,0 +1,4 @@ +ForgotPasswordPayload | Community Solid Server - v2.0.0
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

email: string

recordId

recordId: string

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..a9e8592b4 --- /dev/null +++ b/docs/interfaces/Forwarded.html @@ -0,0 +1,11 @@ +Forwarded | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

The Forwarded header from RFC7239

+

Hierarchy

  • Forwarded

Index

Properties

Properties

Optional by

by?: string
+

The user-agent facing interface of the proxy

+

Optional for

for?: string
+

The node making the request to the proxy

+

Optional host

host?: string
+

The host request header field as received by the proxy

+

Optional proto

proto?: string
+

The protocol used to make the request

+

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..1282240ba --- /dev/null +++ b/docs/interfaces/GreedyReadWriteSuffixes.html @@ -0,0 +1 @@ +GreedyReadWriteSuffixes | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • GreedyReadWriteSuffixes

Index

Properties

Properties

count

count: string

read

read: string

write

write: string

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..60c1e3ca4 --- /dev/null +++ b/docs/interfaces/HttpErrorOptions.html @@ -0,0 +1 @@ +HttpErrorOptions | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • HttpErrorOptions

Implemented by

Index

Properties

Optional cause

cause?: unknown

Optional details

details?: Dict<unknown>

Optional errorCode

errorCode?: string

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..07b9b5132 --- /dev/null +++ b/docs/interfaces/HttpHandlerInput.html @@ -0,0 +1 @@ +HttpHandlerInput | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Properties

Properties

request

request: HttpRequest

response

response: ServerResponse

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..524557689 --- /dev/null +++ b/docs/interfaces/HttpServerFactory.html @@ -0,0 +1,3 @@ +HttpServerFactory | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

A factory for HTTP servers

+

Hierarchy

  • HttpServerFactory

Implemented by

Index

Methods

startServer

  • startServer(port: number): Server

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..90ad8d9da --- /dev/null +++ b/docs/interfaces/IdentifierGenerator.html @@ -0,0 +1,6 @@ +IdentifierGenerator | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Utility class for generating container identifiers.

+

Hierarchy

  • IdentifierGenerator

Implemented by

Index

Methods

Methods

generate

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..4da99e03c --- /dev/null +++ b/docs/interfaces/IdentifierStrategy.html @@ -0,0 +1,14 @@ +IdentifierStrategy | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Captures the behavior of container identifiers in a certain storage configuration.

+

Hierarchy

  • IdentifierStrategy

Implemented by

Index

Methods

getParentContainer

isRootContainer

supportsIdentifier

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..53428884e --- /dev/null +++ b/docs/interfaces/IdentityProviderFactoryArgs.html @@ -0,0 +1,14 @@ +IdentityProviderFactoryArgs | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • IdentityProviderFactoryArgs

Index

Properties

adapterFactory

adapterFactory: AdapterFactory
+

Factory that creates the adapter used for OIDC data storage.

+

baseUrl

baseUrl: string
+

Base URL of the server.

+

errorHandler

errorHandler: ErrorHandler
+

Used to convert errors thrown by the OIDC library.

+

idpPath

idpPath: string
+

Path of the IDP component in the server. +Should start with a slash.

+

responseWriter

responseWriter: ResponseWriter
+

Used to write out errors thrown by the OIDC library.

+

storage

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
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..13a595717 --- /dev/null +++ b/docs/interfaces/IdentityProviderHttpHandlerArgs.html @@ -0,0 +1,15 @@ +IdentityProviderHttpHandlerArgs | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • IdentityProviderHttpHandlerArgs

Index

Properties

baseUrl

baseUrl: string
+

Base URL of the server.

+

converter

+

Used for content negotiation.

+

errorHandler

errorHandler: ErrorHandler
+

Used for converting output errors.

+

idpPath

idpPath: string
+

Relative path of the IDP entry point.

+

interactionCompleter

interactionCompleter: InteractionCompleter
+

Used for POST requests that need to be handled by the OIDC library.

+

interactionRoutes

interactionRoutes: InteractionRoute[]
+

All routes handling the custom IDP behaviour.

+

providerFactory

providerFactory: ProviderFactory
+

Used to generate the OIDC provider.

+

Legend

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

Settings

Theme

\ No newline at end of file diff --git a/docs/interfaces/InteractionCompleteResult.html b/docs/interfaces/InteractionCompleteResult.html new file mode 100644 index 000000000..295aa2677 --- /dev/null +++ b/docs/interfaces/InteractionCompleteResult.html @@ -0,0 +1 @@ +InteractionCompleteResult | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu

Legend

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

Settings

Theme

\ No newline at end of file diff --git a/docs/interfaces/InteractionCompleterInput.html b/docs/interfaces/InteractionCompleterInput.html new file mode 100644 index 000000000..c09ba2cbe --- /dev/null +++ b/docs/interfaces/InteractionCompleterInput.html @@ -0,0 +1 @@ +InteractionCompleterInput | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu

Legend

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

Settings

Theme

\ No newline at end of file diff --git a/docs/interfaces/InteractionCompleterParams.html b/docs/interfaces/InteractionCompleterParams.html new file mode 100644 index 000000000..27a6c6805 --- /dev/null +++ b/docs/interfaces/InteractionCompleterParams.html @@ -0,0 +1,3 @@ +InteractionCompleterParams | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Parameters required to specify how the interaction should be completed.

+

Hierarchy

Index

Properties

Optional shouldRemember

shouldRemember?: boolean

webId

webId: string

Legend

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

Settings

Theme

\ No newline at end of file diff --git a/docs/interfaces/InteractionErrorResult.html b/docs/interfaces/InteractionErrorResult.html new file mode 100644 index 000000000..6b48d0a6d --- /dev/null +++ b/docs/interfaces/InteractionErrorResult.html @@ -0,0 +1 @@ +InteractionErrorResult | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..e37f5fd05 --- /dev/null +++ b/docs/interfaces/InteractionHandlerInput.html @@ -0,0 +1,6 @@ +InteractionHandlerInput | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • InteractionHandlerInput

Index

Properties

Optional oidcInteraction

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: Operation
+

The operation to execute

+

Legend

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

Settings

Theme

\ No newline at end of file diff --git a/docs/interfaces/InteractionResponseResult.html b/docs/interfaces/InteractionResponseResult.html new file mode 100644 index 000000000..aca91e96e --- /dev/null +++ b/docs/interfaces/InteractionResponseResult.html @@ -0,0 +1 @@ +InteractionResponseResult | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface InteractionResponseResult<T>

Type parameters

  • T = NodeJS.Dict<any>

Hierarchy

  • InteractionResponseResult

Index

Properties

Properties

Optional details

details?: T

type

type: "response"

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..0f10de37c --- /dev/null +++ b/docs/interfaces/InteractionRoute.html @@ -0,0 +1,15 @@ +InteractionRoute | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Handles the routing behaviour for IDP handlers.

+

Hierarchy

  • InteractionRoute

Implemented by

Index

Methods

getControls

  • getControls(): Record<string, string>

handleOperation

supportsPath

  • supportsPath(path: string, prompt?: string): boolean

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..ea2529797 --- /dev/null +++ b/docs/interfaces/KeyValueStorage.html @@ -0,0 +1,19 @@ +KeyValueStorage | Community Solid Server - v2.0.0
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

  • delete(key: TKey): Promise<boolean>

entries

  • entries(): AsyncIterableIterator<[TKey, TValue]>

get

  • get(key: TKey): Promise<undefined | TValue>

has

  • has(key: TKey): Promise<boolean>

set

  • set(key: TKey, value: TValue): Promise<this>

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..543cbe124 --- /dev/null +++ b/docs/interfaces/LoggerFactory.html @@ -0,0 +1,6 @@ +LoggerFactory | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Instantiates new logger instances.

+

Hierarchy

  • LoggerFactory

Implemented by

Index

Methods

createLogger

  • createLogger(label: string): Logger

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..a6d528c20 --- /dev/null +++ b/docs/interfaces/Operation.html @@ -0,0 +1,15 @@ +Operation | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

A single REST operation.

+

Hierarchy

  • Operation

Index

Properties

body

+

Representation of the body and metadata headers.

+

Optional conditions

conditions?: Conditions
+

Conditions the resource must fulfill for a valid operation.

+

method

method: string
+

The HTTP method (GET/POST/PUT/PATCH/DELETE/etc.).

+

Optional permissionSet

permissionSet?: Partial<Record<CredentialGroup, Partial<Record<AccessMode, boolean>>>>
+

The permissions available for the current operation.

+

preferences

+

Representation preferences of the response. Will be empty if there are none.

+

target

+

Identifier of the target.

+

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..1cfd0602a --- /dev/null +++ b/docs/interfaces/OperationHandlerInput.html @@ -0,0 +1 @@ +OperationHandlerInput | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • OperationHandlerInput

Index

Properties

Properties

operation

operation: Operation

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..9743ab523 --- /dev/null +++ b/docs/interfaces/OperationHttpHandlerInput.html @@ -0,0 +1 @@ +OperationHttpHandlerInput | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Properties

operation

operation: Operation

request

request: HttpRequest

response

response: ServerResponse

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..54c9c3d9e --- /dev/null +++ b/docs/interfaces/OperationMetadataCollectorInput.html @@ -0,0 +1,5 @@ +OperationMetadataCollectorInput | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • OperationMetadataCollectorInput

Index

Properties

metadata

+

Metadata to update with permission knowledge.

+

operation

operation: Operation
+

Operation corresponding to the request.

+

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..47f11e5fb --- /dev/null +++ b/docs/interfaces/ParsingHttpHandlerArgs.html @@ -0,0 +1,11 @@ +ParsingHttpHandlerArgs | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • ParsingHttpHandlerArgs

Index

Properties

errorHandler

errorHandler: ErrorHandler
+

Converts errors to a serializable format.

+

metadataCollector

metadataCollector: OperationMetadataCollector
+

Generates generic operation metadata that is required for a response.

+

operationHandler

operationHandler: OperationHttpHandler
+

Handler to send the operation to.

+

requestParser

requestParser: RequestParser
+

Parses the incoming requests.

+

responseWriter

responseWriter: ResponseWriter
+

Writes out the response of the operation.

+

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..654f671ed --- /dev/null +++ b/docs/interfaces/Patch.html @@ -0,0 +1,14 @@ +Patch | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Represents the changes needed for a PATCH request.

+

Hierarchy

Index

Properties

binary

binary: boolean
+

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

+

data

data: Guarded<Readable>
+

The raw data stream for this representation.

+

isEmpty

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.

+

metadata

+

The corresponding metadata.

+

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..8f990216f --- /dev/null +++ b/docs/interfaces/PermissionReaderInput.html @@ -0,0 +1,5 @@ +PermissionReaderInput | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • PermissionReaderInput

Index

Properties

credentials

credentials: Partial<Record<CredentialGroup, Credential>>
+

Credentials of the entity that wants to use the resource.

+

identifier

identifier: ResourceIdentifier
+

Identifier of the resource that will be read/modified.

+

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..fe6cbab9f --- /dev/null +++ b/docs/interfaces/PodGenerator.html @@ -0,0 +1,11 @@ +PodGenerator | Community Solid Server - v2.0.0
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

generate

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..63cb8d3ef --- /dev/null +++ b/docs/interfaces/PodManager.html @@ -0,0 +1,9 @@ +PodManager | Community Solid Server - v2.0.0
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

createPod

  • +

    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
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..95fc199df --- /dev/null +++ b/docs/interfaces/PodSettings.html @@ -0,0 +1,16 @@ +PodSettings | Community Solid Server - v2.0.0
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

Optional email

email?: string
+

E-mail of the owner. Used in provisioning templates.

+

Optional name

name?: string
+

Name of the owner. Used in provisioning templates.

+

Optional oidcIssuer

oidcIssuer?: string
+

The OIDC issuer of the owner's WebId.

+

Optional template

template?: string
+

Required for dynamic pod configuration. +Indicates the name of the config to use for the pod.

+

webId

webId: string
+

The WebId of the owner of this pod.

+

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..a433b5dcf --- /dev/null +++ b/docs/interfaces/ProviderFactory.html @@ -0,0 +1,7 @@ +ProviderFactory | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Returns a Provider of OIDC interactions.

+

Hierarchy

  • ProviderFactory

Implemented by

Index

Methods

getProvider

  • 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
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..d08eeb8d7 --- /dev/null +++ b/docs/interfaces/ReadWriteLocker.html @@ -0,0 +1,17 @@ +ReadWriteLocker | Community Solid Server - v2.0.0
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

  • 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

  • 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
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..7449f99bb --- /dev/null +++ b/docs/interfaces/RedirectAllHttpHandlerArgs.html @@ -0,0 +1 @@ +RedirectAllHttpHandlerArgs | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..0e566270d --- /dev/null +++ b/docs/interfaces/RegistrationManagerArgs.html @@ -0,0 +1,13 @@ +RegistrationManagerArgs | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • RegistrationManagerArgs

Index

Properties

accountStore

accountStore: AccountStore
+

Stores all the registered account information.

+

baseUrl

baseUrl: string
+

Used to set the oidcIssuer value of newly registered pods.

+

identifierGenerator

identifierGenerator: IdentifierGenerator
+

Generates identifiers for new pods.

+

ownershipValidator

ownershipValidator: OwnershipValidator
+

Verifies the user is the owner of the WebID they provide.

+

podManager

podManager: PodManager
+

Creates the new pods.

+

webIdSuffix

webIdSuffix: string
+

Appended to the generated pod identifier to create the corresponding WebID.

+

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..fab43199a --- /dev/null +++ b/docs/interfaces/RegistrationParams.html @@ -0,0 +1,3 @@ +RegistrationParams | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..15b4ee483 --- /dev/null +++ b/docs/interfaces/RegistrationResponse.html @@ -0,0 +1,3 @@ +RegistrationResponse | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..9c7efdc51 --- /dev/null +++ b/docs/interfaces/Representation.html @@ -0,0 +1,14 @@ +Representation | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

A representation of a resource.

+

Hierarchy

Implemented by

Index

Properties

binary

binary: boolean
+

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

+

data

data: Guarded<Readable>
+

The raw data stream for this representation.

+

isEmpty

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.

+

metadata

+

The corresponding metadata.

+

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..7db2cea9d --- /dev/null +++ b/docs/interfaces/RepresentationConverterArgs.html @@ -0,0 +1,7 @@ +RepresentationConverterArgs | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • RepresentationConverterArgs

Index

Properties

identifier

identifier: ResourceIdentifier
+

Identifier of the resource. Can be used as base IRI.

+

preferences

+

Preferences indicating what is requested.

+

representation

representation: Representation
+

Representation to convert.

+

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..b9b94edfa --- /dev/null +++ b/docs/interfaces/RepresentationPatcherInput.html @@ -0,0 +1 @@ +RepresentationPatcherInput | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..578dc2d76 --- /dev/null +++ b/docs/interfaces/RepresentationPreferences.html @@ -0,0 +1,5 @@ +RepresentationPreferences | Community Solid Server - v2.0.0
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

Optional charset

Optional datetime

datetime?: ValuePreferences

Optional encoding

encoding?: ValuePreferences

Optional language

language?: ValuePreferences

Optional type

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..adf1dacf1 --- /dev/null +++ b/docs/interfaces/Resource.html @@ -0,0 +1 @@ +Resource | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..ba766884d --- /dev/null +++ b/docs/interfaces/ResourceIdentifier.html @@ -0,0 +1,5 @@ +ResourceIdentifier | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

The unique identifier of a resource.

+

Hierarchy

  • ResourceIdentifier

Index

Properties

Properties

path

path: string
+

Path to the relevant resource.

+

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..719481d60 --- /dev/null +++ b/docs/interfaces/ResourceLink.html @@ -0,0 +1,9 @@ +ResourceLink | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • ResourceLink

Index

Properties

Optional contentType

contentType?: string
+

Content-type for a document (not defined for containers).

+

filePath

filePath: string
+

File path of a resource.

+

identifier

identifier: ResourceIdentifier
+

Identifier of a resource.

+

isMetadata

isMetadata: boolean
+

If the resource is a metadata file.

+

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..4d6c67e38 --- /dev/null +++ b/docs/interfaces/ResourceLocker.html @@ -0,0 +1,14 @@ +ResourceLocker | Community Solid Server - v2.0.0
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

acquire

release

  • +

    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
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..304d0519f --- /dev/null +++ b/docs/interfaces/ResourceStore.html @@ -0,0 +1,45 @@ +ResourceStore | Community Solid Server - v2.0.0
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

addResource

deleteResource

getRepresentation

modifyResource

  • +

    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.

    +

resourceExists

setRepresentation

  • +

    Sets or replaces the representation of a resource, +creating a new resource and intermediary containers as needed.

    +

    Parameters

    Returns Promise<ResourceIdentifier[]>

    Identifiers of resources that were possibly modified.

    +

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..e1527bfe4 --- /dev/null +++ b/docs/interfaces/ResourcesGenerator.html @@ -0,0 +1,10 @@ +ResourcesGenerator | Community Solid Server - v2.0.0
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

generate

  • +

    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
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..5b49ef232 --- /dev/null +++ b/docs/interfaces/RouterHandlerArgs.html @@ -0,0 +1 @@ +RouterHandlerArgs | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • RouterHandlerArgs

Index

Properties

allowedMethods

allowedMethods: string[]

allowedPathNames

allowedPathNames: string[]

baseUrl

baseUrl: string

handler

handler: HttpHandler

targetExtractor

targetExtractor: TargetExtractor

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..ad1eee198 --- /dev/null +++ b/docs/interfaces/SetupHttpHandlerArgs.html @@ -0,0 +1,18 @@ +SetupHttpHandlerArgs | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • SetupHttpHandlerArgs

Index

Properties

converter

+

Used for content negotiation.

+

errorHandler

errorHandler: ErrorHandler
+

Used for converting output errors.

+

Optional initializer

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.

+

Optional registrationManager

registrationManager?: RegistrationManager
+

Used for registering a pod during setup.

+

responseTemplate

responseTemplate: string
+

Template to show when setup was completed successfully.

+

storage

storage: KeyValueStorage<string, boolean>
+

Used to store setup status.

+

storageKey

storageKey: string
+

Key that is used to store the boolean in the storage indicating setup is finished.

+

viewTemplate

viewTemplate: string
+

Template to use for GET requests.

+

Legend

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

Settings

Theme

\ No newline at end of file diff --git a/docs/interfaces/SetupInput.html b/docs/interfaces/SetupInput.html new file mode 100644 index 000000000..201348b99 --- /dev/null +++ b/docs/interfaces/SetupInput.html @@ -0,0 +1,10 @@ +SetupInput | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Input parameters expected in calls to the handler. +Will be sent to the RegistrationManager for validation and registration. +The reason this is a flat object and does not have a specific field for all the registration parameters +is so we can also support form data.

+

Hierarchy

  • Record<string, any>
    • SetupInput

Index

Properties

Optional initialize

initialize?: boolean
+

Indicates if the initializer should be executed. Ignored if registration is true.

+

Optional registration

registration?: boolean
+

Indicates if the registration procedure should be done for IDP registration and/or pod provisioning.

+

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..e71bdcaf6 --- /dev/null +++ b/docs/interfaces/SparqlUpdatePatch.html @@ -0,0 +1,16 @@ +SparqlUpdatePatch | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

A specific type of Patch corresponding to a SPARQL update.

+

Hierarchy

Index

Properties

algebra

algebra: Update
+

Algebra corresponding to the SPARQL update.

+

binary

binary: boolean
+

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

+

data

data: Guarded<Readable>
+

The raw data stream for this representation.

+

isEmpty

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.

+

metadata

+

The corresponding metadata.

+

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..3ca073e51 --- /dev/null +++ b/docs/interfaces/SystemError.html @@ -0,0 +1,23 @@ +SystemError | Community Solid Server - v2.0.0
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

Optional address

address?: string
+

If present, the address to which a network connection failed.

+

code

code: string
+

The string error code. +Full list: https://man7.org/linux/man-pages/man3/errno.3.html

+

Optional dest

dest?: string
+

If present, the file path destination when reporting a file system error.

+

errno

errno: string | number
+

The system-provided error number.

+

Optional info

info?: any
+

If present, extra details about the error condition.

+

message

message: string

name

name: string

Optional path

path?: string
+

If present, the file path when reporting a file system error.

+

Optional port

port?: string
+

If present, the network connection port that is not available.

+

Optional stack

stack?: string

syscall

syscall: string
+

The name of the system call that triggered the error.

+

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..54d19e333 --- /dev/null +++ b/docs/interfaces/TemplateEngine.html @@ -0,0 +1,7 @@ +TemplateEngine | Community Solid Server - v2.0.0
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

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

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..5a5dd0b3a --- /dev/null +++ b/docs/interfaces/TemplateOptions.html @@ -0,0 +1 @@ +TemplateOptions | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • TemplateOptions

Index

Properties

Optional codeTemplatesPath

codeTemplatesPath?: string

Optional contentType

contentType?: string

Optional extension

extension?: string

Optional mainTemplatePath

mainTemplatePath?: string

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..2d9eaea80 --- /dev/null +++ b/docs/interfaces/TemplatePath.html @@ -0,0 +1 @@ +TemplatePath | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • TemplatePath

Index

Properties

templateFile

templateFile: string

Optional templatePath

templatePath?: string

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • 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 new file mode 100644 index 000000000..0e611d39a --- /dev/null +++ b/docs/interfaces/TemplateString.html @@ -0,0 +1 @@ +TemplateString | Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • TemplateString

Index

Properties

Properties

templateString

templateString: string

Legend

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

Settings

Theme

\ No newline at end of file diff --git a/docs/interfaces/authentication_credentials.credentials.html b/docs/interfaces/authentication_credentials.credentials.html deleted file mode 100644 index 38ad7f736..000000000 --- a/docs/interfaces/authentication_credentials.credentials.html +++ /dev/null @@ -1,169 +0,0 @@ - - - - - - Credentials | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Interface Credentials

-
-
-
-
-
-
-
-
-
-

Credentials identifying an entity accessing or owning data.

-
-
-
-
-

Hierarchy

-
    -
  • - Credentials -
  • -
-
-
-

Index

-
-
-
-

Properties

- -
-
-
-
-
-

Properties

-
- -

Optional webId

-
webId: string
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
  • Property
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/interfaces/authorization_authorization.authorization.html b/docs/interfaces/authorization_authorization.authorization.html deleted file mode 100644 index e2caad3bf..000000000 --- a/docs/interfaces/authorization_authorization.authorization.html +++ /dev/null @@ -1,206 +0,0 @@ - - - - - - Authorization | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Interface Authorization

-
-
-
-
-
-
-
-
-
-

The output of an Authorizer

-
-
-
-
-

Hierarchy

-
    -
  • - Authorization -
  • -
-
-
-

Implemented by

- -
-
-

Index

-
-
-
-

Properties

- -
-
-
-
-
-

Properties

-
- -

addMetadata

-
addMetadata: (metadata: RepresentationMetadata) => void
- -
-

Type declaration

- -
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
  • Property
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/interfaces/authorization_authorizer.authorizerargs.html b/docs/interfaces/authorization_authorizer.authorizerargs.html deleted file mode 100644 index db516f988..000000000 --- a/docs/interfaces/authorization_authorizer.authorizerargs.html +++ /dev/null @@ -1,208 +0,0 @@ - - - - - - AuthorizerArgs | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Interface AuthorizerArgs

-
-
-
-
-
-
-
-

Hierarchy

-
    -
  • - AuthorizerArgs -
  • -
-
-
-

Index

-
-
-
-

Properties

- -
-
-
-
-
-

Properties

-
- -

credentials

-
credentials: Credentials
- -
-
-

Credentials of the entity that wants to use the resource.

-
-
-
-
- -

identifier

-
identifier: ResourceIdentifier
- -
-
-

Identifier of the resource that will be read/modified.

-
-
-
-
- -

permissions

-
permissions: PermissionSet
- -
-
-

Permissions that are requested on the resource.

-
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
  • Property
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/interfaces/identity_configuration_identityproviderfactory.identityproviderfactoryargs.html b/docs/interfaces/identity_configuration_identityproviderfactory.identityproviderfactoryargs.html deleted file mode 100644 index ce1867d08..000000000 --- a/docs/interfaces/identity_configuration_identityproviderfactory.identityproviderfactoryargs.html +++ /dev/null @@ -1,266 +0,0 @@ - - - - - - IdentityProviderFactoryArgs | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
- -
-
-
-
-
-
-

Hierarchy

-
    -
  • - IdentityProviderFactoryArgs -
  • -
-
-
-

Index

-
-
-
-

Properties

- -
-
-
-
-
-

Properties

-
- -

adapterFactory

-
adapterFactory: AdapterFactory
- -
-
-

Factory that creates the adapter used for OIDC data storage.

-
-
-
-
- -

baseUrl

-
baseUrl: string
- -
-
-

Base URL of the server.

-
-
-
-
- -

errorHandler

-
errorHandler: ErrorHandler
- -
-
-

Used to convert errors thrown by the OIDC library.

-
-
-
-
- -

idpPath

-
idpPath: string
- -
-
-

Path of the IDP component in the server. - Should start with a slash.

-
-
-
-
- -

responseWriter

-
responseWriter: ResponseWriter
- -
-
-

Used to write out errors thrown by the OIDC library.

-
-
-
-
- -

storage

-
storage: KeyValueStorage<string, unknown>
- -
-
-

Storage used to store cookie and JWT keys so they can be re-used in case of multithreading.

-
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
  • Property
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/interfaces/identity_configuration_providerfactory.providerfactory.html b/docs/interfaces/identity_configuration_providerfactory.providerfactory.html deleted file mode 100644 index 2e351936d..000000000 --- a/docs/interfaces/identity_configuration_providerfactory.providerfactory.html +++ /dev/null @@ -1,197 +0,0 @@ - - - - - - ProviderFactory | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Interface ProviderFactory

-
-
-
-
-
-
-
-
-
-

Returns a Provider of OIDC interactions.

-
-
-
-
-

Hierarchy

-
    -
  • - ProviderFactory -
  • -
-
-
-

Implemented by

- -
-
-

Index

-
-
-
-

Properties

- -
-
-
-
-
-

Properties

-
- -

getProvider

-
getProvider: () => Promise<Provider>
- -
-

Type declaration

-
    -
  • -
      -
    • (): 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

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
  • Property
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/interfaces/identity_interaction_email_password_handler_forgotpasswordhandler.forgotpasswordhandlerargs.html b/docs/interfaces/identity_interaction_email_password_handler_forgotpasswordhandler.forgotpasswordhandlerargs.html deleted file mode 100644 index 755450abb..000000000 --- a/docs/interfaces/identity_interaction_email_password_handler_forgotpasswordhandler.forgotpasswordhandlerargs.html +++ /dev/null @@ -1,221 +0,0 @@ - - - - - - ForgotPasswordHandlerArgs | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
- -
-
-
-
-
-

Hierarchy

-
    -
  • - ForgotPasswordHandlerArgs -
  • -
-
-
-

Index

-
-
-
-

Properties

- -
-
-
-
-
-

Properties

-
- -

accountStore

-
accountStore: AccountStore
- -
-
- -

baseUrl

-
baseUrl: string
- -
-
- -

emailSender

-
emailSender: EmailSender
- -
-
- -

idpPath

-
idpPath: string
- -
-
- -

templateEngine

-
templateEngine: TemplateEngine<{ resetLink: string }>
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
  • Property
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/interfaces/identity_interaction_email_password_handler_interactionhandler.interactioncompleteresult.html b/docs/interfaces/identity_interaction_email_password_handler_interactionhandler.interactioncompleteresult.html deleted file mode 100644 index f72899321..000000000 --- a/docs/interfaces/identity_interaction_email_password_handler_interactionhandler.interactioncompleteresult.html +++ /dev/null @@ -1,191 +0,0 @@ - - - - - - InteractionCompleteResult | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
- -
-
-
-
-
-

Hierarchy

-
    -
  • - InteractionCompleteResult -
  • -
-
-
-

Index

-
-
-
-

Properties

- -
-
-
-
-
-

Properties

-
- -

details

- - -
-
- -

type

-
type: "complete"
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
  • Property
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/interfaces/identity_interaction_email_password_handler_interactionhandler.interactionhandlerinput.html b/docs/interfaces/identity_interaction_email_password_handler_interactionhandler.interactionhandlerinput.html deleted file mode 100644 index 4ffa63db5..000000000 --- a/docs/interfaces/identity_interaction_email_password_handler_interactionhandler.interactionhandlerinput.html +++ /dev/null @@ -1,202 +0,0 @@ - - - - - - InteractionHandlerInput | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
- -
-
-
-
-
-

Hierarchy

-
    -
  • - InteractionHandlerInput -
  • -
-
-
-

Index

-
-
-
-

Properties

- -
-
-
-
-
-

Properties

-
- -

Optional oidcInteraction

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

-
-
-
-
- -

request

-
request: HttpRequest
- -
-
-

The request being made.

-
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
  • Property
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/interfaces/identity_interaction_email_password_handler_interactionhandler.interactionresponseresult.html b/docs/interfaces/identity_interaction_email_password_handler_interactionhandler.interactionresponseresult.html deleted file mode 100644 index 1cdbcac8a..000000000 --- a/docs/interfaces/identity_interaction_email_password_handler_interactionhandler.interactionresponseresult.html +++ /dev/null @@ -1,199 +0,0 @@ - - - - - - InteractionResponseResult | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
- -
-
-
-
-
-

Type parameters

-
    -
  • -

    T = NodeJS.Dict<any>

    -
  • -
-
-
-

Hierarchy

-
    -
  • - InteractionResponseResult -
  • -
-
-
-

Index

-
-
-
-

Properties

- -
-
-
-
-
-

Properties

-
- -

Optional details

-
details: T
- -
-
- -

type

-
type: "response"
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
  • Property
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/interfaces/identity_interaction_email_password_handler_registrationhandler.registrationhandlerargs.html b/docs/interfaces/identity_interaction_email_password_handler_registrationhandler.registrationhandlerargs.html deleted file mode 100644 index 749b43123..000000000 --- a/docs/interfaces/identity_interaction_email_password_handler_registrationhandler.registrationhandlerargs.html +++ /dev/null @@ -1,265 +0,0 @@ - - - - - - RegistrationHandlerArgs | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
- -
-
-
-
-
-

Hierarchy

-
    -
  • - RegistrationHandlerArgs -
  • -
-
-
-

Index

-
- -
-
-
-

Properties

-
- -

accountStore

-
accountStore: AccountStore
- -
-
-

Stores all the registered account information.

-
-
-
-
- -

baseUrl

-
baseUrl: string
- -
-
-

Used to set the oidcIssuer value of newly registered pods.

-
-
-
-
- -

identifierGenerator

-
identifierGenerator: IdentifierGenerator
- -
-
-

Generates identifiers for new pods.

-
-
-
-
- -

ownershipValidator

-
ownershipValidator: OwnershipValidator
- -
-
-

Verifies the user is the owner of the WebID they provide.

-
-
-
-
- -

podManager

-
podManager: PodManager
- -
-
-

Creates the new pods.

-
-
-
-
- -

webIdSuffix

-
webIdSuffix: string
- -
-
-

Appended to the generated pod identifier to create the corresponding WebID.

-
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
  • Property
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/interfaces/identity_interaction_email_password_storage_accountstore.accountstore.html b/docs/interfaces/identity_interaction_email_password_storage_accountstore.accountstore.html deleted file mode 100644 index cebc11c0b..000000000 --- a/docs/interfaces/identity_interaction_email_password_storage_accountstore.accountstore.html +++ /dev/null @@ -1,562 +0,0 @@ - - - - - - AccountStore | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
- -
-
-
-
-
-
-
-

Storage needed for the email-password interaction

-
-
-
-
-

Hierarchy

-
    -
  • - AccountStore -
  • -
-
-
-

Implemented by

- -
-
-

Index

-
- -
-
-
-

Properties

-
- -

authenticate

-
authenticate: (email: string, password: string) => Promise<string>
- -
-

Type declaration

-
    -
  • -
      -
    • (email: string, password: string): Promise<string>
    • -
    -
      -
    • -
      -
      -

      Authenticate if the username and password are correct and return the webId - if it is. Return an error if it is not.

      -
      -
      -

      Parameters

      -
        -
      • -
        email: string
        -
        -
        -

        the user's email

        -
        -
        -
      • -
      • -
        password: string
        -
        -
        -

        this user's password

        -
        -
        -
      • -
      -

      Returns Promise<string>

      -

      The user's WebId

      -
    • -
    -
  • -
-
-
-
- -

changePassword

-
changePassword: (email: string, password: string) => Promise<void>
- -
-

Type declaration

-
    -
  • -
      -
    • (email: string, password: string): Promise<void>
    • -
    -
      -
    • -
      -
      -

      Changes the password

      -
      -
      -

      Parameters

      -
        -
      • -
        email: string
        -
        -
        -

        the user's email

        -
        -
        -
      • -
      • -
        password: string
        -
        -
        -

        the user's password

        -
        -
        -
      • -
      -

      Returns Promise<void>

      -
    • -
    -
  • -
-
-
-
- -

create

-
create: (email: string, webId: string, password: string) => Promise<void>
- -
-

Type declaration

-
    -
  • -
      -
    • (email: string, webId: string, password: string): Promise<void>
    • -
    -
      -
    • -
      -
      -

      Creates a new account

      -
      -
      -

      Parameters

      -
        -
      • -
        email: string
        -
        -
        -

        the account email

        -
        -
        -
      • -
      • -
        webId: string
        -
        -
        -

        account webId

        -
        -
        -
      • -
      • -
        password: string
        -
        -
        -

        account password

        -
        -
        -
      • -
      -

      Returns Promise<void>

      -
    • -
    -
  • -
-
-
-
- -

deleteAccount

-
deleteAccount: (email: string) => Promise<void>
- -
-

Type declaration

-
    -
  • -
      -
    • (email: string): Promise<void>
    • -
    -
      -
    • -
      -
      -

      Delete the account

      -
      -
      -

      Parameters

      -
        -
      • -
        email: string
        -
        -
        -

        the user's email

        -
        -
        -
      • -
      -

      Returns Promise<void>

      -
    • -
    -
  • -
-
-
-
- -

deleteForgotPasswordRecord

-
deleteForgotPasswordRecord: (recordId: string) => Promise<void>
- -
-

Type declaration

-
    -
  • -
      -
    • (recordId: string): Promise<void>
    • -
    -
      -
    • -
      -
      -

      Deletes the Forgot Password Confirmation Record

      -
      -
      -

      Parameters

      -
        -
      • -
        recordId: string
        -
        -
        -

        the record id of the forgot password confirmation record

        -
        -
        -
      • -
      -

      Returns Promise<void>

      -
    • -
    -
  • -
-
-
-
- -

generateForgotPasswordRecord

-
generateForgotPasswordRecord: (email: string) => Promise<string>
- -
-

Type declaration

-
    -
  • -
      -
    • (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

-
getForgotPasswordRecord: (recordId: string) => Promise<undefined | string>
- -
-

Type declaration

-
    -
  • -
      -
    • (recordId: string): Promise<undefined | string>
    • -
    -
      -
    • -
      -
      -

      Gets the email associated with the forgot password confirmation record or undefined - if it's not present

      -
      -
      -

      Parameters

      -
        -
      • -
        recordId: string
        -
        -
        -

        the record id retrieved from the link

        -
        -
        -
      • -
      -

      Returns Promise<undefined | string>

      -

      the user's email

      -
    • -
    -
  • -
-
-
-
- -

verify

-
verify: (email: string) => Promise<void>
- -
-

Type declaration

-
    -
  • -
      -
    • (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

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
  • Property
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/interfaces/identity_interaction_email_password_storage_baseaccountstore.accountpayload.html b/docs/interfaces/identity_interaction_email_password_storage_baseaccountstore.accountpayload.html deleted file mode 100644 index 56417a739..000000000 --- a/docs/interfaces/identity_interaction_email_password_storage_baseaccountstore.accountpayload.html +++ /dev/null @@ -1,223 +0,0 @@ - - - - - - AccountPayload | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
- -
-
-
-
-
-
-
-

A payload to persist a user account

-
-
-
-
-

Hierarchy

-
    -
  • - AccountPayload -
  • -
-
-
-

Index

-
-
-
-

Properties

- -
-
-
-
-
-

Properties

-
- -

email

-
email: string
- -
-
- -

password

-
password: string
- -
-
- -

verified

-
verified: boolean
- -
-
- -

webId

-
webId: string
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
  • Property
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/interfaces/identity_interaction_email_password_storage_baseaccountstore.baseaccountstoreargs.html b/docs/interfaces/identity_interaction_email_password_storage_baseaccountstore.baseaccountstoreargs.html deleted file mode 100644 index 41155fa81..000000000 --- a/docs/interfaces/identity_interaction_email_password_storage_baseaccountstore.baseaccountstoreargs.html +++ /dev/null @@ -1,202 +0,0 @@ - - - - - - BaseAccountStoreArgs | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
- -
-
-
-
-
-

Hierarchy

-
    -
  • - BaseAccountStoreArgs -
  • -
-
-
-

Index

-
-
-
-

Properties

- -
-
-
-
-
-

Properties

-
- -

saltRounds

-
saltRounds: number
- -
-
- -

storage

- - -
-
- -

storageName

-
storageName: string
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
  • Property
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/interfaces/identity_interaction_email_password_storage_baseaccountstore.forgotpasswordpayload.html b/docs/interfaces/identity_interaction_email_password_storage_baseaccountstore.forgotpasswordpayload.html deleted file mode 100644 index 6f9c7dc22..000000000 --- a/docs/interfaces/identity_interaction_email_password_storage_baseaccountstore.forgotpasswordpayload.html +++ /dev/null @@ -1,196 +0,0 @@ - - - - - - ForgotPasswordPayload | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- 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

-
email: string
- -
-
- -

recordId

-
recordId: string
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
  • Property
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/interfaces/identity_interaction_util_baseemailsender.emailsenderargs.html b/docs/interfaces/identity_interaction_util_baseemailsender.emailsenderargs.html deleted file mode 100644 index 36d1178dc..000000000 --- a/docs/interfaces/identity_interaction_util_baseemailsender.emailsenderargs.html +++ /dev/null @@ -1,201 +0,0 @@ - - - - - - EmailSenderArgs | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
- -
-
-
-
-
-
-

Hierarchy

-
    -
  • - EmailSenderArgs -
  • -
-
-
-

Index

-
-
-
-

Properties

- -
-
-
-
-
-

Properties

-
- -

emailConfig

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

Optional senderName

-
senderName: string
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
  • Property
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/interfaces/identity_interaction_util_emailsender.emailargs.html b/docs/interfaces/identity_interaction_util_emailsender.emailargs.html deleted file mode 100644 index 108fa2a21..000000000 --- a/docs/interfaces/identity_interaction_util_emailsender.emailargs.html +++ /dev/null @@ -1,207 +0,0 @@ - - - - - - EmailArgs | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
- -
-
-
-
-
-
-

Hierarchy

-
    -
  • - EmailArgs -
  • -
-
-
-

Index

-
-
-
-

Properties

- -
-
-
-
-
-

Properties

-
- -

html

-
html: string
- -
-
- -

recipient

-
recipient: string
- -
-
- -

subject

-
subject: string
- -
-
- -

text

-
text: string
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
  • Property
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/interfaces/identity_interaction_util_interactioncompleter.interactioncompleterparams.html b/docs/interfaces/identity_interaction_util_interactioncompleter.interactioncompleterparams.html deleted file mode 100644 index 5e766b550..000000000 --- a/docs/interfaces/identity_interaction_util_interactioncompleter.interactioncompleterparams.html +++ /dev/null @@ -1,182 +0,0 @@ - - - - - - InteractionCompleterParams | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
- -
-
-
-
-
-
-

Hierarchy

-
    -
  • - InteractionCompleterParams -
  • -
-
-
-

Index

-
-
-
-

Properties

- -
-
-
-
-
-

Properties

-
- -

Optional shouldRemember

-
shouldRemember: boolean
- -
-
- -

webId

-
webId: string
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
  • Property
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/interfaces/identity_storage_adapterfactory.adapterfactory.html b/docs/interfaces/identity_storage_adapterfactory.adapterfactory.html deleted file mode 100644 index 1a47e17f6..000000000 --- a/docs/interfaces/identity_storage_adapterfactory.adapterfactory.html +++ /dev/null @@ -1,198 +0,0 @@ - - - - - - AdapterFactory | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Interface AdapterFactory

-
-
-
-
-
-
-
-
-
-

A factory that generates a StorageAdapter to be used - by the IDP to persist information.

-
-
-
-
-

Hierarchy

-
    -
  • - AdapterFactory -
  • -
-
-
-

Implemented by

- -
-
-

Index

-
-
-
-

Properties

- -
-
-
-
-
-

Properties

-
- -

createStorageAdapter

-
createStorageAdapter: (name: string) => Adapter
- -
-

Type declaration

-
    -
  • -
      -
    • (name: string): Adapter
    • -
    -
      -
    • -

      Parameters

      -
        -
      • -
        name: string
        -
      • -
      -

      Returns Adapter

      -
    • -
    -
  • -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
  • Property
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/interfaces/identity_storage_expiringadapterfactory.expiringadapterargs.html b/docs/interfaces/identity_storage_expiringadapterfactory.expiringadapterargs.html deleted file mode 100644 index 6537f6d86..000000000 --- a/docs/interfaces/identity_storage_expiringadapterfactory.expiringadapterargs.html +++ /dev/null @@ -1,182 +0,0 @@ - - - - - - ExpiringAdapterArgs | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Interface ExpiringAdapterArgs

-
-
-
-
-
-
-
-

Hierarchy

-
    -
  • - ExpiringAdapterArgs -
  • -
-
-
-

Index

-
-
-
-

Properties

- -
-
-
-
-
-

Properties

-
- -

storage

-
storage: ExpiringStorage<string, unknown>
- -
-
- -

storageName

-
storageName: string
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
  • Property
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/interfaces/init_apprunner.cliparams.html b/docs/interfaces/init_apprunner.cliparams.html deleted file mode 100644 index 54d93727a..000000000 --- a/docs/interfaces/init_apprunner.cliparams.html +++ /dev/null @@ -1,249 +0,0 @@ - - - - - - CliParams | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Interface CliParams

-
-
-
-
-
-
-
-

Hierarchy

-
    -
  • - CliParams -
  • -
-
-
-

Index

-
- -
-
-
-

Properties

-
- -

Optional baseUrl

-
baseUrl: string
- -
-
- -

loggingLevel

-
loggingLevel: string
- -
-
- -

Optional podConfigJson

-
podConfigJson: string
- -
-
- -

port

-
port: number
- -
-
- -

Optional rootFilePath

-
rootFilePath: string
- -
-
- -

Optional showStackTrace

-
showStackTrace: boolean
- -
-
- -

Optional sparqlEndpoint

-
sparqlEndpoint: string
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
  • Property
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/interfaces/init_final_finalizable.finalizable.html b/docs/interfaces/init_final_finalizable.finalizable.html deleted file mode 100644 index ef2fa02ae..000000000 --- a/docs/interfaces/init_final_finalizable.finalizable.html +++ /dev/null @@ -1,193 +0,0 @@ - - - - - - Finalizable | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Interface Finalizable

-
-
-
-
-
-
-
-
-
-

Allows for cleaning up an object and stopping relevant loops when the application needs to be stopped.

-
-
-
-
-

Hierarchy

-
    -
  • - Finalizable -
  • -
-
-
-

Implemented by

- -
-
-

Index

-
-
-
-

Properties

- -
-
-
-
-
-

Properties

-
- -

finalize

-
finalize: () => Promise<void>
- -
-

Type declaration

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

      Returns Promise<void>

      -
    • -
    -
  • -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
  • Property
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/interfaces/ldp_authenticatedldphandler.authenticatedldphandlerargs.html b/docs/interfaces/ldp_authenticatedldphandler.authenticatedldphandlerargs.html deleted file mode 100644 index a821f777c..000000000 --- a/docs/interfaces/ldp_authenticatedldphandler.authenticatedldphandlerargs.html +++ /dev/null @@ -1,291 +0,0 @@ - - - - - - AuthenticatedLdpHandlerArgs | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Interface AuthenticatedLdpHandlerArgs

-
-
-
-
-
-
-
-
-
-

Collection of handlers needed for AuthenticatedLdpHandler to function.

-
-
-
-
-

Hierarchy

-
    -
  • - AuthenticatedLdpHandlerArgs -
  • -
-
-
-

Index

-
- -
-
-
-

Properties

-
- -

authorizer

-
authorizer: Authorizer
- -
-
-

Verifies if the requested operation is allowed.

-
-
-
-
- -

credentialsExtractor

-
credentialsExtractor: CredentialsExtractor
- -
-
-

Extracts the credentials from the incoming request.

-
-
-
-
- -

errorHandler

-
errorHandler: ErrorHandler
- -
-
-

Converts errors to a serializable format.

-
-
-
-
- -

operationHandler

-
operationHandler: OperationHandler
- -
-
-

Executed the operation.

-
-
-
-
- -

permissionsExtractor

-
permissionsExtractor: PermissionsExtractor
- -
-
-

Extracts the required permissions from the generated Operation.

-
-
-
-
- -

requestParser

-
requestParser: RequestParser
- -
-
-

Parses the incoming requests.

-
-
-
-
- -

responseWriter

-
responseWriter: ResponseWriter
- -
-
-

Writes out the response of the operation.

-
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
  • Property
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/interfaces/ldp_auxiliary_auxiliaryidentifierstrategy.auxiliaryidentifierstrategy.html b/docs/interfaces/ldp_auxiliary_auxiliaryidentifierstrategy.auxiliaryidentifierstrategy.html deleted file mode 100644 index df1834bb8..000000000 --- a/docs/interfaces/ldp_auxiliary_auxiliaryidentifierstrategy.auxiliaryidentifierstrategy.html +++ /dev/null @@ -1,358 +0,0 @@ - - - - - - AuxiliaryIdentifierStrategy | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Interface AuxiliaryIdentifierStrategy

-
-
-
-
-
-
-
-
-
-

A strategy for handling auxiliary related ResourceIdentifiers.

-
-
-
-
-

Hierarchy

- -
-
-

Implemented by

- -
-
-

Index

-
- -
-
-
-

Properties

-
- -

getAssociatedIdentifier

-
getAssociatedIdentifier: (identifier: ResourceIdentifier) => ResourceIdentifier
- -
-

Type declaration

-
    -
  • - -
      -
    • -
      -
      -

      Returns the identifier of the resource which this auxiliary resource is referring to. - This does not guarantee that this resource exists.

      -
      -
      -

      Parameters

      - -

      Returns ResourceIdentifier

      -

      The ResourceIdentifier of the corresponding resource.

      -
    • -
    -
  • -
-
-
-
- -

getAuxiliaryIdentifier

-
getAuxiliaryIdentifier: (identifier: ResourceIdentifier) => ResourceIdentifier
- -
-

Type declaration

-
    -
  • - -
      -
    • -
      -
      -

      Returns the identifier of the auxiliary resource corresponding to the given resource. - This does not guarantee that this auxiliary resource exists.

      -
      -

      Should error if there are multiple results: see getAuxiliaryIdentifiers.

      -
      -

      Parameters

      -
        -
      • -
        identifier: ResourceIdentifier
        -
        -
        -

        The ResourceIdentifier of which we need the corresponding auxiliary resource.

        -
        -
        -
      • -
      -

      Returns ResourceIdentifier

      -

      The ResourceIdentifier of the corresponding auxiliary resource.

      -
    • -
    -
  • -
-
-
-
- -

getAuxiliaryIdentifiers

-
getAuxiliaryIdentifiers: (identifier: ResourceIdentifier) => ResourceIdentifier[]
- -
-

Type declaration

-
    -
  • - -
      -
    • -
      -
      -

      Returns all the identifiers of corresponding auxiliary resources. - This can be used when there are potentially multiple results. - In the case of a single result this should be an array containing the result of getAuxiliaryIdentifier.

      -
      -
      -

      Parameters

      -
        -
      • -
        identifier: ResourceIdentifier
        -
        -
        -

        The ResourceIdentifier of which we need the corresponding auxiliary resources.

        -
        -
        -
      • -
      -

      Returns ResourceIdentifier[]

      -

      The ResourceIdentifiers of the corresponding auxiliary resources.

      -
    • -
    -
  • -
-
-
-
- -

isAuxiliaryIdentifier

-
isAuxiliaryIdentifier: (identifier: ResourceIdentifier) => boolean
- -
-

Type declaration

-
    -
  • - -
      -
    • -
      -
      -

      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

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
  • Property
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/interfaces/ldp_auxiliary_auxiliarystrategy.auxiliarystrategy.html b/docs/interfaces/ldp_auxiliary_auxiliarystrategy.auxiliarystrategy.html deleted file mode 100644 index c6a74d974..000000000 --- a/docs/interfaces/ldp_auxiliary_auxiliarystrategy.auxiliarystrategy.html +++ /dev/null @@ -1,509 +0,0 @@ - - - - - - AuxiliaryStrategy | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Interface AuxiliaryStrategy

-
-
-
-
-
-
-
-
-
-

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

-
- -
-
-
-

Properties

-
- -

addMetadata

-
addMetadata: (metadata: RepresentationMetadata) => Promise<void>
- -
-

Type declaration

-
    -
  • - -
      -
    • -
      -
      -

      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 associated 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 associated identifier.

      -
      -

      Parameters

      - -

      Returns Promise<void>

      -
    • -
    -
  • -
-
-
-
- -

getAssociatedIdentifier

-
getAssociatedIdentifier: (identifier: ResourceIdentifier) => ResourceIdentifier
- -
-

Type declaration

-
    -
  • - -
      -
    • -
      -
      -

      Returns the identifier of the resource which this auxiliary resource is referring to. - This does not guarantee that this resource exists.

      -
      -
      -

      Parameters

      - -

      Returns ResourceIdentifier

      -

      The ResourceIdentifier of the corresponding resource.

      -
    • -
    -
  • -
-
-
-
- -

getAuxiliaryIdentifier

-
getAuxiliaryIdentifier: (identifier: ResourceIdentifier) => ResourceIdentifier
- -
-

Type declaration

-
    -
  • - -
      -
    • -
      -
      -

      Returns the identifier of the auxiliary resource corresponding to the given resource. - This does not guarantee that this auxiliary resource exists.

      -
      -

      Should error if there are multiple results: see getAuxiliaryIdentifiers.

      -
      -

      Parameters

      -
        -
      • -
        identifier: ResourceIdentifier
        -
        -
        -

        The ResourceIdentifier of which we need the corresponding auxiliary resource.

        -
        -
        -
      • -
      -

      Returns ResourceIdentifier

      -

      The ResourceIdentifier of the corresponding auxiliary resource.

      -
    • -
    -
  • -
-
-
-
- -

getAuxiliaryIdentifiers

-
getAuxiliaryIdentifiers: (identifier: ResourceIdentifier) => ResourceIdentifier[]
- -
-

Type declaration

-
    -
  • - -
      -
    • -
      -
      -

      Returns all the identifiers of corresponding auxiliary resources. - This can be used when there are potentially multiple results. - In the case of a single result this should be an array containing the result of getAuxiliaryIdentifier.

      -
      -
      -

      Parameters

      -
        -
      • -
        identifier: ResourceIdentifier
        -
        -
        -

        The ResourceIdentifier of which we need the corresponding auxiliary resources.

        -
        -
        -
      • -
      -

      Returns ResourceIdentifier[]

      -

      The ResourceIdentifiers of the corresponding auxiliary resources.

      -
    • -
    -
  • -
-
-
-
- -

isAuxiliaryIdentifier

-
isAuxiliaryIdentifier: (identifier: ResourceIdentifier) => boolean
- -
-

Type declaration

-
    -
  • - -
      -
    • -
      -
      -

      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.

      -
    • -
    -
  • -
-
-
-
- -

isRootRequired

-
isRootRequired: (identifier: ResourceIdentifier) => boolean
- -
-

Type declaration

-
    -
  • - -
      -
    • -
      -
      -

      Whether this auxiliary resource in a root storage container. - If yes, this means they can't be deleted individually from such a container.

      -
      -
      -

      Parameters

      - -

      Returns boolean

      -
    • -
    -
  • -
-
-
-
- -

validate

-
validate: (representation: Representation) => Promise<void>
- -
-

Type declaration

-
    -
  • - -
      -
    • -
      -
      -

      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

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
  • Property
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/interfaces/ldp_http_basicrequestparser.basicrequestparserargs.html b/docs/interfaces/ldp_http_basicrequestparser.basicrequestparserargs.html deleted file mode 100644 index c295ea1ce..000000000 --- a/docs/interfaces/ldp_http_basicrequestparser.basicrequestparserargs.html +++ /dev/null @@ -1,214 +0,0 @@ - - - - - - BasicRequestParserArgs | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Interface BasicRequestParserArgs

-
-
-
-
-
-
-
-
-
-

Input parsers required for a BasicRequestParser.

-
-
-
-
-

Hierarchy

-
    -
  • - BasicRequestParserArgs -
  • -
-
-
-

Index

-
- -
-
-
-

Properties

-
- -

bodyParser

-
bodyParser: BodyParser
- -
-
- -

metadataParser

-
metadataParser: MetadataParser
- -
-
- -

preferenceParser

-
preferenceParser: PreferenceParser
- -
-
- -

targetExtractor

-
targetExtractor: TargetExtractor
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
  • Property
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/interfaces/ldp_http_bodyparser.bodyparserargs.html b/docs/interfaces/ldp_http_bodyparser.bodyparserargs.html deleted file mode 100644 index 022c60767..000000000 --- a/docs/interfaces/ldp_http_bodyparser.bodyparserargs.html +++ /dev/null @@ -1,190 +0,0 @@ - - - - - - BodyParserArgs | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Interface BodyParserArgs

-
-
-
-
-
-
-
-

Hierarchy

-
    -
  • - BodyParserArgs -
  • -
-
-
-

Index

-
-
-
-

Properties

- -
-
-
-
-
-

Properties

-
- -

metadata

- - -
-
-

Metadata that has already been parsed from the request. - Can be updated by the BodyParser with extra metadata.

-
-
-
-
- -

request

-
request: HttpRequest
- -
-
-

Request that contains the (potential) body.

-
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
  • Property
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/interfaces/ldp_http_errorhandler.errorhandlerargs.html b/docs/interfaces/ldp_http_errorhandler.errorhandlerargs.html deleted file mode 100644 index cb390872a..000000000 --- a/docs/interfaces/ldp_http_errorhandler.errorhandlerargs.html +++ /dev/null @@ -1,179 +0,0 @@ - - - - - - ErrorHandlerArgs | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Interface ErrorHandlerArgs

-
-
-
-
-
-
-
-

Hierarchy

-
    -
  • - ErrorHandlerArgs -
  • -
-
-
-

Index

-
-
-
-

Properties

- -
-
-
-
-
-

Properties

-
- -

error

-
error: Error
- -
-
- -

preferences

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
  • Property
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/interfaces/ldp_http_patch.patch.html b/docs/interfaces/ldp_http_patch.patch.html deleted file mode 100644 index 1d0836114..000000000 --- a/docs/interfaces/ldp_http_patch.patch.html +++ /dev/null @@ -1,225 +0,0 @@ - - - - - - Patch | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Interface Patch

-
-
-
-
-
-
-
-
-
-

Represents the changes needed for a PATCH request.

-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Properties

- -
-
-
-
-
-

Properties

-
- -

binary

-
binary: boolean
- -
-
-

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

-
-
-
-
- -

data

-
data: Guarded<Readable>
- -
-
-

The raw data stream for this representation.

-
-
-
-
- -

metadata

- - -
-
-

The corresponding metadata.

-
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/interfaces/ldp_http_sparqlupdatepatch.sparqlupdatepatch.html b/docs/interfaces/ldp_http_sparqlupdatepatch.sparqlupdatepatch.html deleted file mode 100644 index ac3fb9b1e..000000000 --- a/docs/interfaces/ldp_http_sparqlupdatepatch.sparqlupdatepatch.html +++ /dev/null @@ -1,240 +0,0 @@ - - - - - - SparqlUpdatePatch | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Interface SparqlUpdatePatch

-
-
-
-
-
-
-
-
-
-

A specific type of Patch corresponding to a SPARQL update.

-
-
-
-
-

Hierarchy

-
    -
  • - Patch -
      -
    • - SparqlUpdatePatch -
    • -
    -
  • -
-
-
-

Index

-
-
-
-

Properties

- -
-
-
-
-
-

Properties

-
- -

algebra

-
algebra: Update
- -
-
-

Algebra corresponding to the SPARQL update.

-
-
-
-
- -

binary

-
binary: boolean
- -
-
-

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

-
-
-
-
- -

data

-
data: Guarded<Readable>
- -
-
-

The raw data stream for this representation.

-
-
-
-
- -

metadata

- - -
-
-

The corresponding metadata.

-
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
  • Property
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/interfaces/ldp_operations_operation.operation.html b/docs/interfaces/ldp_operations_operation.operation.html deleted file mode 100644 index 679cf79e8..000000000 --- a/docs/interfaces/ldp_operations_operation.operation.html +++ /dev/null @@ -1,250 +0,0 @@ - - - - - - Operation | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Interface Operation

-
-
-
-
-
-
-
-
-
-

A single REST operation.

-
-
-
-
-

Hierarchy

-
    -
  • - Operation -
  • -
-
-
-

Index

-
-
-
-

Properties

- -
-
-
-
-
-

Properties

-
- -

Optional authorization

-
authorization: Authorization
- -
-
-

This value will be set if the Operation was authorized by an Authorizer.

-
-
-
-
- -

Optional body

- - -
-
-

Optional representation of the body.

-
-
-
-
- -

method

-
method: string
- -
-
-

The HTTP method (GET/POST/PUT/PATCH/DELETE/etc.).

-
-
-
-
- -

preferences

- - -
-
-

Representation preferences of the response. Will be empty if there are none.

-
-
-
-
- -

target

- - -
-
-

Identifier of the target.

-
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
  • Property
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/interfaces/ldp_permissions_permissionset.permissionset.html b/docs/interfaces/ldp_permissions_permissionset.permissionset.html deleted file mode 100644 index 647a5f25c..000000000 --- a/docs/interfaces/ldp_permissions_permissionset.permissionset.html +++ /dev/null @@ -1,211 +0,0 @@ - - - - - - PermissionSet | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Interface PermissionSet

-
-
-
-
-
-
-
-
-
-

A data interface indicating which permissions are required (based on the context).

-
-
-
-
-

Hierarchy

-
    -
  • - PermissionSet -
  • -
-
-
-

Index

-
-
-
-

Properties

- -
-
-
-
-
-

Properties

-
- -

append

-
append: boolean
- -
-
- -

control

-
control: boolean
- -
-
- -

read

-
read: boolean
- -
-
- -

write

-
write: boolean
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
  • Property
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/interfaces/ldp_representation_representation.representation.html b/docs/interfaces/ldp_representation_representation.representation.html deleted file mode 100644 index 787c0f37a..000000000 --- a/docs/interfaces/ldp_representation_representation.representation.html +++ /dev/null @@ -1,224 +0,0 @@ - - - - - - Representation | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Interface Representation

-
-
-
-
-
-
-
-
-
-

A representation of a resource.

-
-
-
-
-

Hierarchy

-
    -
  • - Representation - -
  • -
-
-
-

Implemented by

- -
-
-

Index

-
-
-
-

Properties

- -
-
-
-
-
-

Properties

-
- -

binary

-
binary: boolean
- -
-
-

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

-
-
-
-
- -

data

-
data: Guarded<Readable>
- -
-
-

The raw data stream for this representation.

-
-
-
-
- -

metadata

- - -
-
-

The corresponding metadata.

-
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
  • Property
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/interfaces/ldp_representation_representationpreferences.representationpreferences.html b/docs/interfaces/ldp_representation_representationpreferences.representationpreferences.html deleted file mode 100644 index 3e737dd14..000000000 --- a/docs/interfaces/ldp_representation_representationpreferences.representationpreferences.html +++ /dev/null @@ -1,233 +0,0 @@ - - - - - - RepresentationPreferences | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- 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

- -
-
-
-
-
-

Properties

-
- -

Optional charset

- - -
-
- -

Optional datetime

- - -
-
- -

Optional encoding

- - -
-
- -

Optional language

- - -
-
- -

Optional type

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
  • Property
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/interfaces/ldp_representation_resourceidentifier.resourceidentifier.html b/docs/interfaces/ldp_representation_resourceidentifier.resourceidentifier.html deleted file mode 100644 index 57093068d..000000000 --- a/docs/interfaces/ldp_representation_resourceidentifier.resourceidentifier.html +++ /dev/null @@ -1,177 +0,0 @@ - - - - - - ResourceIdentifier | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Interface ResourceIdentifier

-
-
-
-
-
-
-
-
-
-

The unique identifier of a resource.

-
-
-
-
-

Hierarchy

-
    -
  • - ResourceIdentifier -
  • -
-
-
-

Index

-
-
-
-

Properties

- -
-
-
-
-
-

Properties

-
- -

path

-
path: string
- -
-
-

Path to the relevant resource.

-
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
  • Property
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/interfaces/logging_loggerfactory.loggerfactory.html b/docs/interfaces/logging_loggerfactory.loggerfactory.html deleted file mode 100644 index 5757868b8..000000000 --- a/docs/interfaces/logging_loggerfactory.loggerfactory.html +++ /dev/null @@ -1,208 +0,0 @@ - - - - - - LoggerFactory | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Interface LoggerFactory

-
-
-
-
-
-
-
-
-
-

Instantiates new logger instances.

-
-
-
-
-

Hierarchy

-
    -
  • - LoggerFactory -
  • -
-
-
-

Implemented by

- -
-
-

Index

-
-
-
-

Properties

- -
-
-
-
-
-

Properties

-
- -

createLogger

-
createLogger: (label: string) => Logger
- -
-

Type declaration

-
    -
  • - -
      -
    • -
      -
      -

      Create a logger instance for the given label.

      -
      -
      -

      Parameters

      -
        -
      • -
        label: string
        -
        -
        -

        A label that is used to identify the given logger.

        -
        -
        -
      • -
      -

      Returns Logger

      -
    • -
    -
  • -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
  • Property
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/interfaces/pods_generate_componentsjsfactory.componentsjsfactory.html b/docs/interfaces/pods_generate_componentsjsfactory.componentsjsfactory.html deleted file mode 100644 index f7b644082..000000000 --- a/docs/interfaces/pods_generate_componentsjsfactory.componentsjsfactory.html +++ /dev/null @@ -1,229 +0,0 @@ - - - - - - ComponentsJsFactory | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Interface ComponentsJsFactory

-
-
-
-
-
-
-
-
-
-

Used for instantiating new object using Components.js configurations.

-
-
-
-
-

Hierarchy

-
    -
  • - ComponentsJsFactory -
  • -
-
-
-

Implemented by

- -
-
-

Index

-
-
-
-

Properties

- -
-
-
-
-
-

Properties

-
- -

generate

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

Type declaration

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

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
  • Property
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/interfaces/pods_generate_identifiergenerator.identifiergenerator.html b/docs/interfaces/pods_generate_identifiergenerator.identifiergenerator.html deleted file mode 100644 index 3005b9bec..000000000 --- a/docs/interfaces/pods_generate_identifiergenerator.identifiergenerator.html +++ /dev/null @@ -1,203 +0,0 @@ - - - - - - IdentifierGenerator | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Interface IdentifierGenerator

-
-
-
-
-
-
-
-
-
-

Utility class for generating container identifiers.

-
-
-
-
-

Hierarchy

-
    -
  • - IdentifierGenerator -
  • -
-
-
-

Implemented by

- -
-
-

Index

-
-
-
-

Properties

- -
-
-
-
-
-

Properties

-
- -

generate

-
generate: (name: string) => ResourceIdentifier
- -
-

Type declaration

-
    -
  • - -
      -
    • -
      -
      -

      Generates container identifiers based on an input name. - This is simply string generation, no resource-related checks are run.

      -
      -
      -

      Parameters

      -
        -
      • -
        name: string
        -
      • -
      -

      Returns ResourceIdentifier

      -
    • -
    -
  • -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
  • Property
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/interfaces/pods_generate_podgenerator.podgenerator.html b/docs/interfaces/pods_generate_podgenerator.podgenerator.html deleted file mode 100644 index c4d664e0c..000000000 --- a/docs/interfaces/pods_generate_podgenerator.podgenerator.html +++ /dev/null @@ -1,218 +0,0 @@ - - - - - - PodGenerator | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Interface PodGenerator

-
-
-
-
-
-
-
-
-
-

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

-
-
-
-

Properties

- -
-
-
-
-
-

Properties

-
- -

generate

-
generate: (identifier: ResourceIdentifier, settings: PodSettings) => Promise<ResourceStore>
- -
-

Type declaration

-
    -
  • - -
      -
    • -
      -
      -

      Creates a ResourceStore based on the given input. - Should error if there already is a store for the given identifier.

      -
      -
      -

      Parameters

      -
        -
      • -
        identifier: ResourceIdentifier
        -
        -
        -

        Identifier of the new pod.

        -
        -
        -
      • -
      • -
        settings: PodSettings
        -
        -
        -

        Parameters to be used for the new pod.

        -
        -
        -
      • -
      -

      Returns Promise<ResourceStore>

      -

      A new ResourceStore to be used for the new pod.

      -
    • -
    -
  • -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
  • Property
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/interfaces/pods_generate_resourcesgenerator.resource.html b/docs/interfaces/pods_generate_resourcesgenerator.resource.html deleted file mode 100644 index f294ac3b7..000000000 --- a/docs/interfaces/pods_generate_resourcesgenerator.resource.html +++ /dev/null @@ -1,179 +0,0 @@ - - - - - - Resource | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Interface Resource

-
-
-
-
-
-
-
-

Hierarchy

-
    -
  • - Resource -
  • -
-
-
-

Index

-
-
-
-

Properties

- -
-
-
-
-
-

Properties

-
- -

identifier

-
identifier: ResourceIdentifier
- -
-
- -

representation

-
representation: Representation
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
  • Property
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/interfaces/pods_generate_resourcesgenerator.resourcesgenerator.html b/docs/interfaces/pods_generate_resourcesgenerator.resourcesgenerator.html deleted file mode 100644 index fc86da4d4..000000000 --- a/docs/interfaces/pods_generate_resourcesgenerator.resourcesgenerator.html +++ /dev/null @@ -1,220 +0,0 @@ - - - - - - ResourcesGenerator | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Interface ResourcesGenerator

-
-
-
-
-
-
-
-
-
-

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

-
-
-
-

Properties

- -
-
-
-
-
-

Properties

-
- -

generate

-
generate: (location: ResourceIdentifier, options: Dict<string>) => AsyncIterable<Resource>
- -
-

Type declaration

-
    -
  • - -
      -
    • -
      -
      -

      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

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
  • Property
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/interfaces/pods_podmanager.podmanager.html b/docs/interfaces/pods_podmanager.podmanager.html deleted file mode 100644 index 6e70d5833..000000000 --- a/docs/interfaces/pods_podmanager.podmanager.html +++ /dev/null @@ -1,216 +0,0 @@ - - - - - - PodManager | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Interface PodManager

-
-
-
-
-
-
-
-
-
-

Covers all functions related to pod management. - In the future this should also include delete, and potentially recovery functions.

-
-
-
-
-

Hierarchy

-
    -
  • - PodManager -
  • -
-
-
-

Implemented by

- -
-
-

Index

-
-
-
-

Properties

- -
-
-
-
-
-

Properties

-
- -

createPod

-
createPod: (identifier: ResourceIdentifier, settings: PodSettings) => Promise<void>
- -
-

Type declaration

-
    -
  • - -
      -
    • -
      -
      -

      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.

        -
        -
        -
      • -
      -

      Returns Promise<void>

      -
    • -
    -
  • -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
  • Property
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/interfaces/pods_settings_podsettings.podsettings.html b/docs/interfaces/pods_settings_podsettings.podsettings.html deleted file mode 100644 index acefdef96..000000000 --- a/docs/interfaces/pods_settings_podsettings.podsettings.html +++ /dev/null @@ -1,258 +0,0 @@ - - - - - - PodSettings | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Interface PodSettings

-
-
-
-
-
-
-
-
-
-

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

- -
-
-
-
-
-

Properties

-
- -

Optional email

-
email: string
- -
-
-

E-mail of the owner. Used in provisioning templates.

-
-
-
-
- -

Optional name

-
name: string
- -
-
-

Name of the owner. Used in provisioning templates.

-
-
-
-
- -

Optional oidcIssuer

-
oidcIssuer: string
- -
-
-

The OIDC issuer of the owner's WebId.

-
-
-
-
- -

Optional template

-
template: string
- -
-
-

Required for dynamic pod configuration. - Indicates the name of the config to use for the pod.

-
-
-
-
- -

webId

-
webId: string
- -
-
-

The WebId of the owner of this pod.

-
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
  • Property
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/interfaces/server_basehttpserverfactory.basehttpserveroptions.html b/docs/interfaces/server_basehttpserverfactory.basehttpserveroptions.html deleted file mode 100644 index e4b46a9b6..000000000 --- a/docs/interfaces/server_basehttpserverfactory.basehttpserveroptions.html +++ /dev/null @@ -1,255 +0,0 @@ - - - - - - BaseHttpServerOptions | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Interface BaseHttpServerOptions

-
-
-
-
-
-
-
-
-
-

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

- -
-
-
-
-
-

Properties

-
- -

Optional cert

-
cert: string
- -
-
- -

Optional https

-
https: boolean
- -
-
-

If the server should start as an http or https server.

-
-
-
-
- -

Optional key

-
key: string
- -
-
- -

Optional passphrase

-
passphrase: string
- -
-
- -

Optional pfx

-
pfx: string
- -
-
- -

Optional showStackTrace

-
showStackTrace: boolean
- -
-
-

If the error stack traces should be shown in case the HttpHandler throws one.

-
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
  • Property
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/interfaces/server_httphandler.httphandlerinput.html b/docs/interfaces/server_httphandler.httphandlerinput.html deleted file mode 100644 index 0fb308b83..000000000 --- a/docs/interfaces/server_httphandler.httphandlerinput.html +++ /dev/null @@ -1,179 +0,0 @@ - - - - - - HttpHandlerInput | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Interface HttpHandlerInput

-
-
-
-
-
-
-
-

Hierarchy

-
    -
  • - HttpHandlerInput -
  • -
-
-
-

Index

-
-
-
-

Properties

- -
-
-
-
-
-

Properties

-
- -

request

-
request: HttpRequest
- -
-
- -

response

-
response: ServerResponse
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
  • Property
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/interfaces/server_httpserverfactory.httpserverfactory.html b/docs/interfaces/server_httpserverfactory.httpserverfactory.html deleted file mode 100644 index 1f5f8b93c..000000000 --- a/docs/interfaces/server_httpserverfactory.httpserverfactory.html +++ /dev/null @@ -1,197 +0,0 @@ - - - - - - HttpServerFactory | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Interface HttpServerFactory

-
-
-
-
-
-
-
-
-
-

A factory for HTTP servers

-
-
-
-
-

Hierarchy

-
    -
  • - HttpServerFactory -
  • -
-
-
-

Implemented by

- -
-
-

Index

-
-
-
-

Properties

- -
-
-
-
-
-

Properties

-
- -

startServer

-
startServer: (port: number) => Server
- -
-

Type declaration

-
    -
  • -
      -
    • (port: number): Server
    • -
    -
      -
    • -

      Parameters

      -
        -
      • -
        port: number
        -
      • -
      -

      Returns Server

      -
    • -
    -
  • -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
  • Property
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/interfaces/storage_accessors_dataaccessor.dataaccessor.html b/docs/interfaces/storage_accessors_dataaccessor.dataaccessor.html deleted file mode 100644 index 70ef8c0ec..000000000 --- a/docs/interfaces/storage_accessors_dataaccessor.dataaccessor.html +++ /dev/null @@ -1,523 +0,0 @@ - - - - - - DataAccessor | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Interface DataAccessor

-
-
-
-
-
-
-
-
-
-

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

-
    -
  • - DataAccessor -
  • -
-
-
-

Implemented by

- -
-
-

Index

-
- -
-
-
-

Properties

-
- -

canHandle

-
canHandle: (representation: Representation) => Promise<void>
- -
-

Type declaration

-
    -
  • - -
      -
    • -
      -
      -

      Should throw a NotImplementedHttpError if the DataAccessor does not support storing the given Representation.

      -
      -
      -

      Parameters

      -
        -
      • -
        representation: Representation
        -
        -
        -

        Incoming Representation.

        -
        -
        -
      • -
      -

      Returns Promise<void>

      -
    • -
    -
  • -
-
-
-
- -

deleteResource

-
deleteResource: (identifier: ResourceIdentifier) => Promise<void>
- -
-

Type declaration

-
    -
  • - -
      -
    • -
      -
      -

      Deletes the resource and its corresponding metadata.

      -
      -

      Solid, §5.4: "When a contained resource is deleted, the server MUST also remove the corresponding containment - triple, which has the effect of removing the deleted resource from the containing container." - https://solid.github.io/specification/protocol#deleting-resources

      -
      -

      Parameters

      - -

      Returns Promise<void>

      -
    • -
    -
  • -
-
-
-
- -

getChildren

-
getChildren: (identifier: ResourceIdentifier) => AsyncIterableIterator<RepresentationMetadata>
- -
-

Type declaration

-
    -
  • - -
      -
    • -
      -
      -

      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>

      -
    • -
    -
  • -
-
-
-
- -

getData

-
getData: (identifier: ResourceIdentifier) => Promise<Guarded<Readable>>
- -
-

Type declaration

-
    -
  • - -
      -
    • -
      -
      -

      Returns a data stream stored for the given identifier. - It can be assumed that the incoming identifier will always correspond to a document.

      -
      -
      -

      Parameters

      -
        -
      • -
        identifier: ResourceIdentifier
        -
        -
        -

        Identifier for which the data is requested.

        -
        -
        -
      • -
      -

      Returns Promise<Guarded<Readable>>

      -
    • -
    -
  • -
-
-
-
- -

getMetadata

-
getMetadata: (identifier: ResourceIdentifier) => Promise<RepresentationMetadata>
- -
-

Type declaration

- -
-
-
- -

writeContainer

-
writeContainer: (identifier: ResourceIdentifier, metadata: RepresentationMetadata) => Promise<void>
- -
-

Type declaration

-
    -
  • - -
      -
    • -
      -
      -

      Writes metadata for a container. - If the container does not exist yet it should be created, - if it does its metadata should be overwritten, except for the containment triples.

      -
      -
      -

      Parameters

      - -

      Returns Promise<void>

      -
    • -
    -
  • -
-
-
-
- -

writeDocument

-
writeDocument: (identifier: ResourceIdentifier, data: Guarded<Readable>, metadata: RepresentationMetadata) => Promise<void>
- -
-

Type declaration

-
    -
  • - -
      -
    • -
      -
      -

      Writes data and metadata for a document. - If any data and/or metadata exist for the given identifier, it should be overwritten.

      -
      -
      -

      Parameters

      - -

      Returns Promise<void>

      -
    • -
    -
  • -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
  • Property
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/interfaces/storage_atomicresourcestore.atomicresourcestore.html b/docs/interfaces/storage_atomicresourcestore.atomicresourcestore.html deleted file mode 100644 index 46fc947bb..000000000 --- a/docs/interfaces/storage_atomicresourcestore.atomicresourcestore.html +++ /dev/null @@ -1,556 +0,0 @@ - - - - - - AtomicResourceStore | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Interface AtomicResourceStore

-
-
-
-
-
-
-
-
-
-

A ResourceStore of which all operations are atomic.

-
-
-
-
-

Hierarchy

- -
-
-

Implemented by

- -
-
-

Index

-
- -
-
-
-

Properties

-
- -

addResource

-
addResource: (container: ResourceIdentifier, representation: Representation, conditions?: Conditions) => Promise<ResourceIdentifier>
- -
-
-

Creates a new resource in the container.

-
-
-
-

Type declaration

- -
-
-
- -

deleteResource

-
deleteResource: (identifier: ResourceIdentifier, conditions?: Conditions) => Promise<ResourceIdentifier[]>
- -
-
-

Deletes a resource.

-
-
-
-

Type declaration

- -
-
-
- -

getRepresentation

-
getRepresentation: (identifier: ResourceIdentifier, preferences: RepresentationPreferences, conditions?: Conditions) => Promise<Representation>
- -
-
-

Retrieves a representation of a resource.

-
-
-
-

Type declaration

- -
-
-
- -

modifyResource

-
modifyResource: (identifier: ResourceIdentifier, patch: Patch, conditions?: Conditions) => Promise<ResourceIdentifier[]>
- -
-
-

Sets or updates the representation of a resource, - creating a new resource and intermediary containers as needed.

-
-
-
-

Type declaration

-
    -
  • - -
      -
    • -
      -
      -

      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.

      -
    • -
    -
  • -
-
-
-
- -

resourceExists

-
resourceExists: (identifier: ResourceIdentifier, conditions?: Conditions) => Promise<boolean>
- -
-
-

Check if a resource exists.

-
-
-
-

Type declaration

-
    -
  • - -
      -
    • -
      -
      -

      Check if a resource exists.

      -
      -
      -

      Parameters

      - -

      Returns Promise<boolean>

      -

      A promise resolving if the resource already exists

      -
    • -
    -
  • -
-
-
-
- -

setRepresentation

-
setRepresentation: (identifier: ResourceIdentifier, representation: Representation, conditions?: Conditions) => Promise<ResourceIdentifier[]>
- -
-
-

Sets or replaces the representation of a resource, - creating a new resource and intermediary containers as needed.

-
-
-
-

Type declaration

-
    -
  • - -
      -
    • -
      -
      -

      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

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/interfaces/storage_conditions.conditions.html b/docs/interfaces/storage_conditions.conditions.html deleted file mode 100644 index 1b1d82fca..000000000 --- a/docs/interfaces/storage_conditions.conditions.html +++ /dev/null @@ -1,329 +0,0 @@ - - - - - - Conditions | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Interface Conditions

-
-
-
-
-
-
-
-
-
-

The conditions of an HTTP conditional request.

-
-
-
-
-

Hierarchy

-
    -
  • - Conditions -
  • -
-
-
-

Index

-
- -
-
-
-

Properties

-
- -

matches

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

Type declaration

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

      Checks validity based on the given ETag and/org date.

      -
      -
      -

      Parameters

      -
        -
      • -
        Optional eTag: string
        -
        -
        -

        Condition based on ETag.

        -
        -
        -
      • -
      • -
        Optional lastModified: Date
        -
        -
        -

        Condition based on last modified date.

        -
        -
        -
      • -
      -

      Returns boolean

      -
    • -
    -
  • -
-
-
-
- -

matchesEtag

-
matchesEtag: string[]
- -
-
-

Valid if matching any of the given ETags.

-
-
-
-
- -

matchesMetadata

-
matchesMetadata: (metadata: RepresentationMetadata) => boolean
- -
-

Type declaration

-
    -
  • - -
      -
    • -
      -
      -

      Checks validity based on the given metadata.

      -
      -
      -

      Parameters

      - -

      Returns boolean

      -
    • -
    -
  • -
-
-
-
- -

Optional modifiedSince

-
modifiedSince: Date
- -
-
-

Valid if modified since the given date.

-
-
-
-
- -

notMatchesEtag

-
notMatchesEtag: string[]
- -
-
-

Valid if not matching any of the given ETags.

-
-
-
-
- -

Optional unmodifiedSince

-
unmodifiedSince: Date
- -
-
-

Valid if not modified since the given date.

-
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
  • Property
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/interfaces/storage_conversion_constantconverter.constantconverteroptions.html b/docs/interfaces/storage_conversion_constantconverter.constantconverteroptions.html deleted file mode 100644 index 631c349b9..000000000 --- a/docs/interfaces/storage_conversion_constantconverter.constantconverteroptions.html +++ /dev/null @@ -1,253 +0,0 @@ - - - - - - ConstantConverterOptions | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Interface ConstantConverterOptions

-
-
-
-
-
-
-
-
-
-

Extra options for the ConstantConverter.

-
-
-
-
-

Hierarchy

-
    -
  • - ConstantConverterOptions -
  • -
-
-
-

Index

-
- -
-
-
-

Properties

-
- -

Optional container

-
container: boolean
- -
-
-

Whether this should trigger on containers.

-
-
-
-
- -

Optional disabledMediaRanges

-
disabledMediaRanges: string[]
- -
-
-

Media ranges for which the conversion should not happen.

-
-
-
-
- -

Optional document

-
document: boolean
- -
-
-

Whether this should trigger on documents.

-
-
-
-
- -

Optional enabledMediaRanges

-
enabledMediaRanges: string[]
- -
-
-

Media ranges for which the conversion should happen.

-
-
-
-
- -

Optional minQuality

-
minQuality: number
- -
-
-

The minimum requested quality/preference before this should trigger.

-
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
  • Property
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/interfaces/storage_conversion_errortotemplateconverter.templateoptions.html b/docs/interfaces/storage_conversion_errortotemplateconverter.templateoptions.html deleted file mode 100644 index dbc37411c..000000000 --- a/docs/interfaces/storage_conversion_errortotemplateconverter.templateoptions.html +++ /dev/null @@ -1,207 +0,0 @@ - - - - - - TemplateOptions | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
- -
-
-
-
-
-
-

Hierarchy

-
    -
  • - TemplateOptions -
  • -
-
-
-

Index

-
-
-
-

Properties

- -
-
-
-
-
-

Properties

-
- -

Optional codeTemplatesPath

-
codeTemplatesPath: string
- -
-
- -

Optional contentType

-
contentType: string
- -
-
- -

Optional extension

-
extension: string
- -
-
- -

Optional mainTemplatePath

-
mainTemplatePath: string
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
  • Property
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/interfaces/storage_conversion_representationconverter.representationconverterargs.html b/docs/interfaces/storage_conversion_representationconverter.representationconverterargs.html deleted file mode 100644 index 6648769a3..000000000 --- a/docs/interfaces/storage_conversion_representationconverter.representationconverterargs.html +++ /dev/null @@ -1,208 +0,0 @@ - - - - - - RepresentationConverterArgs | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Interface RepresentationConverterArgs

-
-
-
-
-
-
-
-

Hierarchy

-
    -
  • - RepresentationConverterArgs -
  • -
-
-
-

Index

-
-
-
-

Properties

- -
-
-
-
-
-

Properties

-
- -

identifier

-
identifier: ResourceIdentifier
- -
-
-

Identifier of the resource. Can be used as base IRI.

-
-
-
-
- -

preferences

- - -
-
-

Preferences indicating what is requested.

-
-
-
-
- -

representation

-
representation: Representation
- -
-
-

Representation to convert.

-
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
  • Property
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/interfaces/storage_keyvalue_expiringstorage.expiringstorage.html b/docs/interfaces/storage_keyvalue_expiringstorage.expiringstorage.html deleted file mode 100644 index c0ec862b1..000000000 --- a/docs/interfaces/storage_keyvalue_expiringstorage.expiringstorage.html +++ /dev/null @@ -1,433 +0,0 @@ - - - - - - ExpiringStorage | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- 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

-
-
-
-

Properties

- -
-
-
-
-
-

Properties

-
- -

delete

-
delete: (key: TKey) => Promise<boolean>
- -
-
-

Deletes the value stored for the given key.

-
-
-
-

Type declaration

-
    -
  • -
      -
    • (key: TKey): Promise<boolean>
    • -
    -
      -
    • -
      -
      -

      Deletes the value stored for the given key.

      -
      -
      -

      Parameters

      -
        -
      • -
        key: TKey
        -
        -
        -

        Key to delete.

        -
        -
        -
      • -
      -

      Returns Promise<boolean>

      -

      If there was a value to delete.

      -
    • -
    -
  • -
-
-
-
- -

entries

-
entries: () => AsyncIterableIterator<[TKey, TValue]>
- -
-
-

An iterable of entries in the storage.

-
-
-
-

Type declaration

-
    -
  • -
      -
    • (): AsyncIterableIterator<[TKey, TValue]>
    • -
    -
      -
    • -
      -
      -

      An iterable of entries in the storage.

      -
      -
      -

      Returns AsyncIterableIterator<[TKey, TValue]>

      -
    • -
    -
  • -
-
-
-
- -

get

-
get: (key: TKey) => Promise<undefined | TValue>
- -
-
-

Returns the value stored for the given identifier. - undefined if no value is stored.

-
-
-
-

Type declaration

-
    -
  • -
      -
    • (key: TKey): Promise<undefined | TValue>
    • -
    -
      -
    • -
      -
      -

      Returns the value stored for the given identifier. - undefined if no value is stored.

      -
      -
      -

      Parameters

      -
        -
      • -
        key: TKey
        -
      • -
      -

      Returns Promise<undefined | TValue>

      -
    • -
    -
  • -
-
-
-
- -

has

-
has: (key: TKey) => Promise<boolean>
- -
-
-

Checks if there is a value stored for the given key.

-
-
-
-

Type declaration

-
    -
  • -
      -
    • (key: TKey): Promise<boolean>
    • -
    -
      -
    • -
      -
      -

      Checks if there is a value stored for the given key.

      -
      -
      -

      Parameters

      -
        -
      • -
        key: TKey
        -
      • -
      -

      Returns Promise<boolean>

      -
    • -
    -
  • -
-
-
-
- -

set

-
set: (key: TKey, value: TValue, expires?: Date) => Promise<ExpiringStorage<TKey, TValue>>
- -
-
-

Sets the value for the given key.

-
-
-
-

Type declaration

-
    -
  • -
      -
    • (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 expires: Date
        -
        -
        -

        When this value expires. Never if undefined.

        -
        -
        -
      • -
      -

      Returns Promise<ExpiringStorage<TKey, TValue>>

      -

      The storage.

      -
    • -
    -
  • -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
  • Property
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/interfaces/storage_keyvalue_keyvaluestorage.keyvaluestorage.html b/docs/interfaces/storage_keyvalue_keyvaluestorage.keyvaluestorage.html deleted file mode 100644 index 30d40f047..000000000 --- a/docs/interfaces/storage_keyvalue_keyvaluestorage.keyvaluestorage.html +++ /dev/null @@ -1,394 +0,0 @@ - - - - - - KeyValueStorage | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- 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

-
-
-
-

Properties

- -
-
-
-
-
-

Properties

-
- -

delete

-
delete: (key: TKey) => Promise<boolean>
- -
-

Type declaration

-
    -
  • -
      -
    • (key: TKey): Promise<boolean>
    • -
    -
      -
    • -
      -
      -

      Deletes the value stored for the given key.

      -
      -
      -

      Parameters

      -
        -
      • -
        key: TKey
        -
        -
        -

        Key to delete.

        -
        -
        -
      • -
      -

      Returns Promise<boolean>

      -

      If there was a value to delete.

      -
    • -
    -
  • -
-
-
-
- -

entries

-
entries: () => AsyncIterableIterator<[TKey, TValue]>
- -
-

Type declaration

-
    -
  • -
      -
    • (): AsyncIterableIterator<[TKey, TValue]>
    • -
    -
      -
    • -
      -
      -

      An iterable of entries in the storage.

      -
      -
      -

      Returns AsyncIterableIterator<[TKey, TValue]>

      -
    • -
    -
  • -
-
-
-
- -

get

-
get: (key: TKey) => Promise<undefined | TValue>
- -
-

Type declaration

-
    -
  • -
      -
    • (key: TKey): Promise<undefined | TValue>
    • -
    -
      -
    • -
      -
      -

      Returns the value stored for the given identifier. - undefined if no value is stored.

      -
      -
      -

      Parameters

      -
        -
      • -
        key: TKey
        -
      • -
      -

      Returns Promise<undefined | TValue>

      -
    • -
    -
  • -
-
-
-
- -

has

-
has: (key: TKey) => Promise<boolean>
- -
-

Type declaration

-
    -
  • -
      -
    • (key: TKey): Promise<boolean>
    • -
    -
      -
    • -
      -
      -

      Checks if there is a value stored for the given key.

      -
      -
      -

      Parameters

      -
        -
      • -
        key: TKey
        -
      • -
      -

      Returns Promise<boolean>

      -
    • -
    -
  • -
-
-
-
- -

set

-
set: (key: TKey, value: TValue) => Promise<KeyValueStorage<TKey, TValue>>
- -
-

Type declaration

-
    -
  • - -
      -
    • -
      -
      -

      Sets the value for the given key.

      -
      -
      -

      Parameters

      -
        -
      • -
        key: TKey
        -
        -
        -

        Key to set/update.

        -
        -
        -
      • -
      • -
        value: TValue
        -
        -
        -

        Value to store.

        -
        -
        -
      • -
      -

      Returns Promise<KeyValueStorage<TKey, TValue>>

      -

      The storage.

      -
    • -
    -
  • -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
  • Property
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/interfaces/storage_mapping_fileidentifiermapper.fileidentifiermapper.html b/docs/interfaces/storage_mapping_fileidentifiermapper.fileidentifiermapper.html deleted file mode 100644 index 4bd8c1b16..000000000 --- a/docs/interfaces/storage_mapping_fileidentifiermapper.fileidentifiermapper.html +++ /dev/null @@ -1,286 +0,0 @@ - - - - - - FileIdentifierMapper | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Interface FileIdentifierMapper

-
-
-
-
-
-
-
-
-
-

Supports mapping a file to an URL and back.

-
-
-
-
-

Hierarchy

-
    -
  • - FileIdentifierMapper -
  • -
-
-
-

Implemented by

- -
-
-

Index

-
-
-
-

Properties

- -
-
-
-
-
-

Properties

-
- -

mapFilePathToUrl

-
mapFilePathToUrl: (filePath: string, isContainer: boolean) => Promise<ResourceLink>
- -
-

Type declaration

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

      -
    • -
    -
  • -
-
-
-
- -

mapUrlToFilePath

-
mapUrlToFilePath: (identifier: ResourceIdentifier, isMetadata: boolean, contentType?: string) => Promise<ResourceLink>
- -
-

Type declaration

-
    -
  • - -
      -
    • -
      -
      -

      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

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
  • Property
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/interfaces/storage_mapping_fileidentifiermapper.fileidentifiermapperfactory.html b/docs/interfaces/storage_mapping_fileidentifiermapper.fileidentifiermapperfactory.html deleted file mode 100644 index 13e6b1e42..000000000 --- a/docs/interfaces/storage_mapping_fileidentifiermapper.fileidentifiermapperfactory.html +++ /dev/null @@ -1,214 +0,0 @@ - - - - - - FileIdentifierMapperFactory | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- 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

-
-
-
-

Properties

- -
-
-
-
-
-

Properties

-
- -

create

-
create: (base: string, rootFilePath: string) => Promise<T>
- -
-

Type declaration

-
    -
  • -
      -
    • (base: string, rootFilePath: string): Promise<T>
    • -
    -
      -
    • -

      Parameters

      -
        -
      • -
        base: string
        -
      • -
      • -
        rootFilePath: string
        -
      • -
      -

      Returns Promise<T>

      -
    • -
    -
  • -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
  • Property
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/interfaces/storage_mapping_fileidentifiermapper.resourcelink.html b/docs/interfaces/storage_mapping_fileidentifiermapper.resourcelink.html deleted file mode 100644 index 7efea7e27..000000000 --- a/docs/interfaces/storage_mapping_fileidentifiermapper.resourcelink.html +++ /dev/null @@ -1,230 +0,0 @@ - - - - - - ResourceLink | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Interface ResourceLink

-
-
-
-
-
-
-
-

Hierarchy

-
    -
  • - ResourceLink -
  • -
-
-
-

Index

-
-
-
-

Properties

- -
-
-
-
-
-

Properties

-
- -

Optional contentType

-
contentType: string
- -
-
-

Content-type for a document (not defined for containers).

-
-
-
-
- -

filePath

-
filePath: string
- -
-
-

File path of a resource.

-
-
-
-
- -

identifier

-
identifier: ResourceIdentifier
- -
-
-

Identifier of a resource.

-
-
-
-
- -

isMetadata

-
isMetadata: boolean
- -
-
-

If the resource is a metadata file.

-
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
  • Property
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/interfaces/storage_resourcestore.resourcestore.html b/docs/interfaces/storage_resourcestore.resourcestore.html deleted file mode 100644 index bd4ebd323..000000000 --- a/docs/interfaces/storage_resourcestore.resourcestore.html +++ /dev/null @@ -1,530 +0,0 @@ - - - - - - ResourceStore | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Interface ResourceStore

-
-
-
-
-
-
-
-
-
-

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

-
- -
-
-
-

Properties

-
- -

addResource

-
addResource: (container: ResourceIdentifier, representation: Representation, conditions?: Conditions) => Promise<ResourceIdentifier>
- -
-

Type declaration

- -
-
-
- -

deleteResource

-
deleteResource: (identifier: ResourceIdentifier, conditions?: Conditions) => Promise<ResourceIdentifier[]>
- -
-

Type declaration

- -
-
-
- -

getRepresentation

-
getRepresentation: (identifier: ResourceIdentifier, preferences: RepresentationPreferences, conditions?: Conditions) => Promise<Representation>
- -
-

Type declaration

- -
-
-
- -

modifyResource

-
modifyResource: (identifier: ResourceIdentifier, patch: Patch, conditions?: Conditions) => Promise<ResourceIdentifier[]>
- -
-

Type declaration

-
    -
  • - -
      -
    • -
      -
      -

      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.

      -
    • -
    -
  • -
-
-
-
- -

resourceExists

-
resourceExists: (identifier: ResourceIdentifier, conditions?: Conditions) => Promise<boolean>
- -
-

Type declaration

-
    -
  • - -
      -
    • -
      -
      -

      Check if a resource exists.

      -
      -
      -

      Parameters

      - -

      Returns Promise<boolean>

      -

      A promise resolving if the resource already exists

      -
    • -
    -
  • -
-
-
-
- -

setRepresentation

-
setRepresentation: (identifier: ResourceIdentifier, representation: Representation, conditions?: Conditions) => Promise<ResourceIdentifier[]>
- -
-

Type declaration

-
    -
  • - -
      -
    • -
      -
      -

      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

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
  • Property
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/interfaces/storage_routing_convertingrouterrule.convertingstoreentry.html b/docs/interfaces/storage_routing_convertingrouterrule.convertingstoreentry.html deleted file mode 100644 index 7cbeb74e2..000000000 --- a/docs/interfaces/storage_routing_convertingrouterrule.convertingstoreentry.html +++ /dev/null @@ -1,179 +0,0 @@ - - - - - - ConvertingStoreEntry | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Interface ConvertingStoreEntry

-
-
-
-
-
-
-
-

Hierarchy

-
    -
  • - ConvertingStoreEntry -
  • -
-
-
-

Index

-
-
-
-

Properties

- -
-
-
-
-
-

Properties

-
- -

store

- - -
-
- -

supportChecker

-
supportChecker: PreferenceSupport
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
  • Property
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/interfaces/util_errors_httperror.httperroroptions.html b/docs/interfaces/util_errors_httperror.httperroroptions.html deleted file mode 100644 index 87edb0823..000000000 --- a/docs/interfaces/util_errors_httperror.httperroroptions.html +++ /dev/null @@ -1,199 +0,0 @@ - - - - - - HttpErrorOptions | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Interface HttpErrorOptions

-
-
-
-
-
-
-
-

Hierarchy

-
    -
  • - HttpErrorOptions -
  • -
-
-
-

Implemented by

- -
-
-

Index

-
-
-
-

Properties

- -
-
-
-
-
-

Properties

-
- -

Optional cause

-
cause: unknown
- -
-
- -

Optional details

-
details: Dict<unknown>
- -
-
- -

Optional errorCode

-
errorCode: string
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
  • Property
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/interfaces/util_errors_systemerror.systemerror.html b/docs/interfaces/util_errors_systemerror.systemerror.html deleted file mode 100644 index 0e0950e0e..000000000 --- a/docs/interfaces/util_errors_systemerror.systemerror.html +++ /dev/null @@ -1,364 +0,0 @@ - - - - - - SystemError | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Interface SystemError

-
-
-
-
-
-
-
-
-
-

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

- -
-
-
-
-
-

Properties

-
- -

Optional address

-
address: string
- -
-
-

If present, the address to which a network connection failed.

-
-
-
-
- -

code

-
code: string
- -
-
-

The string error code. - Full list: https://man7.org/linux/man-pages/man3/errno.3.html

-
-
-
-
- -

Optional dest

-
dest: string
- -
-
-

If present, the file path destination when reporting a file system error.

-
-
-
-
- -

errno

-
errno: string | number
- -
-
-

The system-provided error number.

-
-
-
-
- -

Optional info

-
info: any
- -
-
-

If present, extra details about the error condition.

-
-
-
-
- -

message

-
message: string
- -
-
- -

name

-
name: string
- -
-
- -

Optional path

-
path: string
- -
-
-

If present, the file path when reporting a file system error.

-
-
-
-
- -

Optional port

-
port: string
- -
-
-

If present, the network connection port that is not available.

-
-
-
-
- -

Optional stack

-
stack: string
- -
-
- -

syscall

-
syscall: string
- -
-
-

The name of the system call that triggered the error.

-
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
  • Property
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/interfaces/util_headerutil.accept.html b/docs/interfaces/util_headerutil.accept.html deleted file mode 100644 index 5e2979a1d..000000000 --- a/docs/interfaces/util_headerutil.accept.html +++ /dev/null @@ -1,285 +0,0 @@ - - - - - - Accept | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Interface Accept

-
-
-
-
-
-
-
-
-
-

Contents of an HTTP Accept header. - Range is type/subtype. Both can be *.

-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Properties

- -
-
-
-
-
-

Properties

-
- -

parameters

-
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

-
range: string
- -
-
-

Requested range. Can be a specific value or *, matching all.

-
-
-
-
- -

weight

-
weight: number
- -
-
-

Weight of the preference [0, 1].

-
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
  • Property
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/interfaces/util_headerutil.acceptcharset.html b/docs/interfaces/util_headerutil.acceptcharset.html deleted file mode 100644 index 97a57e2d9..000000000 --- a/docs/interfaces/util_headerutil.acceptcharset.html +++ /dev/null @@ -1,247 +0,0 @@ - - - - - - AcceptCharset | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Interface AcceptCharset

-
-
-
-
-
-
-
-
-
-

Contents of an HTTP Accept-Charset header.

-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Properties

- -
-
-
-
-
-

Properties

-
- -

range

-
range: string
- -
-
-

Requested range. Can be a specific value or *, matching all.

-
-
-
-
- -

weight

-
weight: number
- -
-
-

Weight of the preference [0, 1].

-
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/interfaces/util_headerutil.acceptdatetime.html b/docs/interfaces/util_headerutil.acceptdatetime.html deleted file mode 100644 index 9d798d4a5..000000000 --- a/docs/interfaces/util_headerutil.acceptdatetime.html +++ /dev/null @@ -1,247 +0,0 @@ - - - - - - AcceptDatetime | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Interface AcceptDatetime

-
-
-
-
-
-
-
-
-
-

Contents of an HTTP Accept-Datetime header.

-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Properties

- -
-
-
-
-
-

Properties

-
- -

range

-
range: string
- -
-
-

Requested range. Can be a specific value or *, matching all.

-
-
-
-
- -

weight

-
weight: number
- -
-
-

Weight of the preference [0, 1].

-
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/interfaces/util_headerutil.acceptencoding.html b/docs/interfaces/util_headerutil.acceptencoding.html deleted file mode 100644 index 146c3a831..000000000 --- a/docs/interfaces/util_headerutil.acceptencoding.html +++ /dev/null @@ -1,247 +0,0 @@ - - - - - - AcceptEncoding | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Interface AcceptEncoding

-
-
-
-
-
-
-
-
-
-

Contents of an HTTP Accept-Encoding header.

-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Properties

- -
-
-
-
-
-

Properties

-
- -

range

-
range: string
- -
-
-

Requested range. Can be a specific value or *, matching all.

-
-
-
-
- -

weight

-
weight: number
- -
-
-

Weight of the preference [0, 1].

-
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/interfaces/util_headerutil.acceptheader.html b/docs/interfaces/util_headerutil.acceptheader.html deleted file mode 100644 index b590890e9..000000000 --- a/docs/interfaces/util_headerutil.acceptheader.html +++ /dev/null @@ -1,258 +0,0 @@ - - - - - - AcceptHeader | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Interface AcceptHeader

-
-
-
-
-
-
-
-
-
-

General interface for all Accept* headers.

-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Properties

- -
-
-
-
-
-

Properties

-
- -

range

-
range: string
- -
-
-

Requested range. Can be a specific value or *, matching all.

-
-
-
-
- -

weight

-
weight: number
- -
-
-

Weight of the preference [0, 1].

-
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
  • Property
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/interfaces/util_headerutil.acceptlanguage.html b/docs/interfaces/util_headerutil.acceptlanguage.html deleted file mode 100644 index 5e29069c5..000000000 --- a/docs/interfaces/util_headerutil.acceptlanguage.html +++ /dev/null @@ -1,247 +0,0 @@ - - - - - - AcceptLanguage | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Interface AcceptLanguage

-
-
-
-
-
-
-
-
-
-

Contents of an HTTP Accept-Language header.

-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Properties

- -
-
-
-
-
-

Properties

-
- -

range

-
range: string
- -
-
-

Requested range. Can be a specific value or *, matching all.

-
-
-
-
- -

weight

-
weight: number
- -
-
-

Weight of the preference [0, 1].

-
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/interfaces/util_headerutil.forwarded.html b/docs/interfaces/util_headerutil.forwarded.html deleted file mode 100644 index b51b30202..000000000 --- a/docs/interfaces/util_headerutil.forwarded.html +++ /dev/null @@ -1,279 +0,0 @@ - - - - - - Forwarded | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Interface Forwarded

-
-
-
-
-
-
-
-
-
-

The Forwarded header from RFC7239

-
-
-
-
-

Hierarchy

-
    -
  • - Forwarded -
  • -
-
-
-

Index

-
-
-
-

Properties

- -
-
-
-
-
-

Properties

-
- -

Optional by

-
by: string
- -
-
-

The user-agent facing interface of the proxy

-
-
-
-
- -

Optional for

-
for: string
- -
-
-

The node making the request to the proxy

-
-
-
-
- -

Optional host

-
host: string
- -
-
-

The host request header field as received by the proxy

-
-
-
-
- -

Optional proto

-
proto: string
- -
-
-

The protocol used to make the request

-
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
  • Property
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/interfaces/util_identifiers_identifierstrategy.identifierstrategy.html b/docs/interfaces/util_identifiers_identifierstrategy.identifierstrategy.html deleted file mode 100644 index e7c8ac42d..000000000 --- a/docs/interfaces/util_identifiers_identifierstrategy.identifierstrategy.html +++ /dev/null @@ -1,286 +0,0 @@ - - - - - - IdentifierStrategy | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Interface IdentifierStrategy

-
-
-
-
-
-
-
-
-
-

Captures the behavior of container identifiers in a certain storage configuration.

-
-
-
-
-

Hierarchy

-
    -
  • - IdentifierStrategy -
  • -
-
-
-

Implemented by

- -
-
-

Index

-
- -
-
-
-

Properties

-
- -

getParentContainer

-
getParentContainer: (identifier: ResourceIdentifier) => ResourceIdentifier
- -
-

Type declaration

-
    -
  • - -
      -
    • -
      -
      -

      Generates the identifier of the container this resource would be a member of. - This does not check if that identifier actually exists. - Will throw an error if the input identifier is a root container or is not supported.

      -
      -
      -

      Parameters

      - -

      Returns ResourceIdentifier

      -
    • -
    -
  • -
-
-
-
- -

isRootContainer

-
isRootContainer: (identifier: ResourceIdentifier) => boolean
- -
-

Type declaration

-
    -
  • - -
      -
    • -
      -
      -

      Checks if the input corresponds to the identifier of a root container. - This does not check if this identifier actually exists.

      -
      -
      -

      Parameters

      - -

      Returns boolean

      -
    • -
    -
  • -
-
-
-
- -

supportsIdentifier

-
supportsIdentifier: (identifier: ResourceIdentifier) => boolean
- -
-

Type declaration

-
    -
  • - -
      -
    • -
      -
      -

      Verifies if this identifier is supported. - This does not check if this identifier actually exists, - but checks if the identifier is in scope for this class.

      -
      -
      -

      Parameters

      - -

      Returns boolean

      -
    • -
    -
  • -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
  • Property
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/interfaces/util_locking_expiringreadwritelocker.expiringreadwritelocker.html b/docs/interfaces/util_locking_expiringreadwritelocker.expiringreadwritelocker.html deleted file mode 100644 index 5a11a11b1..000000000 --- a/docs/interfaces/util_locking_expiringreadwritelocker.expiringreadwritelocker.html +++ /dev/null @@ -1,366 +0,0 @@ - - - - - - ExpiringReadWriteLocker | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Interface ExpiringReadWriteLocker

-
-
-
-
-
-
-
-
-
-

A ReadWriteLocker where the locks expire after a given time.

-
-
-
-
-

Hierarchy

- -
-
-

Implemented by

- -
-
-

Index

-
-
-
-

Properties

- -
-
-
-
-
-

Properties

-
- -

withReadLock

-
withReadLock: <T>(identifier: ResourceIdentifier, whileLocked: (maintainLock: () => void) => 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 declaration

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

-
withWriteLock: <T>(identifier: ResourceIdentifier, whileLocked: (maintainLock: () => void) => 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 declaration

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

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
  • Property
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/interfaces/util_locking_greedyreadwritelocker.greedyreadwritesuffixes.html b/docs/interfaces/util_locking_greedyreadwritelocker.greedyreadwritesuffixes.html deleted file mode 100644 index 34f7b69c0..000000000 --- a/docs/interfaces/util_locking_greedyreadwritelocker.greedyreadwritesuffixes.html +++ /dev/null @@ -1,193 +0,0 @@ - - - - - - GreedyReadWriteSuffixes | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Interface GreedyReadWriteSuffixes

-
-
-
-
-
-
-
-

Hierarchy

-
    -
  • - GreedyReadWriteSuffixes -
  • -
-
-
-

Index

-
-
-
-

Properties

- -
-
-
-
-
-

Properties

-
- -

count

-
count: string
- -
-
- -

read

-
read: string
- -
-
- -

write

-
write: string
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
  • Property
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/interfaces/util_locking_readwritelocker.readwritelocker.html b/docs/interfaces/util_locking_readwritelocker.readwritelocker.html deleted file mode 100644 index 8e28ef7e2..000000000 --- a/docs/interfaces/util_locking_readwritelocker.readwritelocker.html +++ /dev/null @@ -1,315 +0,0 @@ - - - - - - ReadWriteLocker | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Interface ReadWriteLocker

-
-
-
-
-
-
-
-
-
-

Allows the locking of resources which is needed for non-atomic ResourceStores.

-
-
-
-
-

Hierarchy

- -
-
-

Implemented by

- -
-
-

Index

-
-
-
-

Properties

- -
-
-
-
-
-

Properties

-
- -

withReadLock

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

Type declaration

-
    -
  • - -
      -
    • -
      -
      -

      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

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

Type declaration

-
    -
  • - -
      -
    • -
      -
      -

      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

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
  • Property
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/interfaces/util_locking_resourcelocker.resourcelocker.html b/docs/interfaces/util_locking_resourcelocker.resourcelocker.html deleted file mode 100644 index 108b81424..000000000 --- a/docs/interfaces/util_locking_resourcelocker.resourcelocker.html +++ /dev/null @@ -1,257 +0,0 @@ - - - - - - ResourceLocker | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Interface ResourceLocker

-
-
-
-
-
-
-
-
-
-

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

-
-
-
-

Properties

- -
-
-
-
-
-

Properties

-
- -

acquire

-
acquire: (identifier: ResourceIdentifier) => Promise<void>
- -
-

Type declaration

-
    -
  • - -
      -
    • -
      -
      -

      Acquires a lock on the requested identifier. - The promise will resolve when the lock has been acquired.

      -
      -
      -

      Parameters

      - -

      Returns Promise<void>

      -
    • -
    -
  • -
-
-
-
- -

release

-
release: (identifier: ResourceIdentifier) => Promise<void>
- -
-

Type declaration

-
    -
  • - -
      -
    • -
      -
      -

      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

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
  • Property
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/interfaces/util_streamutil.asynctransformoptions.html b/docs/interfaces/util_streamutil.asynctransformoptions.html deleted file mode 100644 index 790a3bfd5..000000000 --- a/docs/interfaces/util_streamutil.asynctransformoptions.html +++ /dev/null @@ -1,746 +0,0 @@ - - - - - - AsyncTransformOptions | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Interface AsyncTransformOptions<T>

-
-
-
-
-
-
-
-

Type parameters

-
    -
  • -

    T = any

    -
  • -
-
-
-

Hierarchy

-
    -
  • - DuplexOptions -
      -
    • - AsyncTransformOptions -
    • -
    -
  • -
-
-
-

Index

-
- -
-
-
-

Properties

-
- -

Optional allowHalfOpen

-
allowHalfOpen: boolean
- -
-
- -

Optional autoDestroy

-
autoDestroy: boolean
- -
-
- -

Optional decodeStrings

-
decodeStrings: boolean
- -
-
- -

Optional defaultEncoding

-
defaultEncoding: BufferEncoding
- -
-
- -

Optional emitClose

-
emitClose: boolean
- -
-
- -

Optional encoding

-
encoding: BufferEncoding
- -
-
- -

Optional flush

-
flush: () => any
- -
-

Type declaration

-
    -
  • -
      -
    • (): any
    • -
    -
      -
    • -
      -
      -

      Performs any final actions after the source has ended

      -
      -
      -

      Returns any

      -
    • -
    -
  • -
-
-
-
- -

Optional highWaterMark

-
highWaterMark: number
- -
-
- -

Optional objectMode

-
objectMode: boolean
- -
-
- -

Optional readableHighWaterMark

-
readableHighWaterMark: number
- -
-
- -

Optional readableObjectMode

-
readableObjectMode: boolean
- -
-
- -

Optional signal

-
signal: AbortSignal
- -
-
-

When provided the corresponding AbortController can be used to cancel an asynchronous action.

-
-
-
-
- -

Optional transform

-
transform: (data: T, encoding: string) => any
- -
-

Type declaration

-
    -
  • -
      -
    • (data: T, encoding: string): any
    • -
    -
      -
    • -
      -
      -

      Transforms data from the source by calling the push method

      -
      -
      -

      Parameters

      -
        -
      • -
        data: T
        -
      • -
      • -
        encoding: string
        -
      • -
      -

      Returns any

      -
    • -
    -
  • -
-
-
-
- -

Optional writableCorked

-
writableCorked: number
- -
-
- -

Optional writableHighWaterMark

-
writableHighWaterMark: number
- -
-
- -

Optional writableObjectMode

-
writableObjectMode: boolean
- -
-
-
-

Methods

-
- -

Optional construct

-
    -
  • construct(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

    -
  • -
-
-
- -

Optional destroy

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

    -
  • -
-
-
- -

Optional final

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

    -
  • -
-
-
- -

Optional read

-
    -
  • read(size: number): void
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      size: number
      -
    • -
    -

    Returns void

    -
  • -
-
-
- -

Optional write

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

    -
  • -
-
-
- -

Optional writev

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

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
  • Property
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/interfaces/util_templates_templateengine.templateengine.html b/docs/interfaces/util_templates_templateengine.templateengine.html deleted file mode 100644 index a31460d35..000000000 --- a/docs/interfaces/util_templates_templateengine.templateengine.html +++ /dev/null @@ -1,245 +0,0 @@ - - - - - - TemplateEngine | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Interface TemplateEngine<T>

-
-
-
-
-
-
-
-
-
-

A template engine renders content into a template.

-
-
-
-
-

Type parameters

-
    -
  • -

    T: Dict<any> = Dict<any>

    -
  • -
-
-
-

Hierarchy

-
    -
  • - TemplateEngine -
  • -
-
-
-

Implemented by

- -
-
-

Index

-
-
-
-

Methods

- -
-
-
-
-
-

Methods

-
- -

render

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

    Renders the given contents into the template.

    -
    -
    -

    Parameters

    -
      -
    • -
      contents: T
      -
      -

      The contents to render.

      -
      -
    • -
    -

    Returns Promise<string>

    -

    The rendered contents.

    -
  • -
  • - -

    Type parameters

    -
      -
    • -

      TCustom = T

      -
    • -
    -

    Parameters

    -
      -
    • -
      contents: TCustom
      -
    • -
    • -
      template: Template
      -
    • -
    -

    Returns Promise<string>

    -
  • -
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/interfaces/util_templates_templateengine.templatepath.html b/docs/interfaces/util_templates_templateengine.templatepath.html deleted file mode 100644 index 75781320d..000000000 --- a/docs/interfaces/util_templates_templateengine.templatepath.html +++ /dev/null @@ -1,191 +0,0 @@ - - - - - - TemplatePath | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Interface TemplatePath

-
-
-
-
-
-
-
-

Hierarchy

-
    -
  • - TemplatePath -
  • -
-
-
-

Index

-
-
-
-

Properties

- -
-
-
-
-
-

Properties

-
- -

templateFile

-
templateFile: string
- -
-
- -

Optional templatePath

-
templatePath: string
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
  • Property
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/interfaces/util_templates_templateengine.templatestring.html b/docs/interfaces/util_templates_templateengine.templatestring.html deleted file mode 100644 index 0e66f48c5..000000000 --- a/docs/interfaces/util_templates_templateengine.templatestring.html +++ /dev/null @@ -1,177 +0,0 @@ - - - - - - TemplateString | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Interface TemplateString

-
-
-
-
-
-
-
-

Hierarchy

-
    -
  • - TemplateString -
  • -
-
-
-

Index

-
-
-
-

Properties

- -
-
-
-
-
-

Properties

-
- -

templateString

-
templateString: string
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
  • Property
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules.html b/docs/modules.html index 08afe9627..d33db18d4 100644 --- a/docs/modules.html +++ b/docs/modules.html @@ -1,1089 +1,373 @@ - - - - - - Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
-

Community Solid Server - v1.1.0

-
-
-
-
-
-
-
-

Index

-
-
-
-

Modules

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file +Community Solid Server - v2.0.0
Options
All
  • Public
  • Public/Protected
  • All
Menu

Community Solid Server - v2.0.0

Index

Enumerations

Classes

Interfaces

Type aliases

Variables

Functions

Type aliases

CredentialSet

CredentialSet: Partial<Record<CredentialGroup, Credential>>
+

A combination of multiple credentials, where their group is specified by the key.

+

EmailPasswordData

Expires

Expires<T>: { expires?: string; payload: T }

Type parameters

  • T

Type declaration

  • Optional expires?: string
  • payload: T

Guarded

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

HttpRequest: Guarded<IncomingMessage>
+

An incoming HTTP request;

+

HttpResponse

HttpResponse: ServerResponse
+

An outgoing HTTP response;

+

Interaction

Interaction: KoaContextWithOIDC["oidc"]["entities"]["Interaction"]

InteractionHandlerResult

LogLevel

LogLevel: "error" | "warn" | "info" | "verbose" | "debug" | "silly"
+

Different log levels, from most important to least important.

+

MetadataGraph

MetadataGraph: NamedNode | BlankNode | DefaultGraph | string

MetadataIdentifier

MetadataIdentifier: ResourceIdentifier | NamedNode | BlankNode

MetadataRecord

MetadataRecord: Record<string, MetadataValue>

MetadataValue

MetadataValue: NamedNode | Literal | string | (NamedNode | Literal | string)[]

Namespace

Namespace<TKey, TValue>: { namespace: TValue } & RecordOf<TKey, TValue>

Type parameters

  • TKey: any[]

  • TValue

PatchHandlerInput

PatchHandlerInput<T>: { identifier: ResourceIdentifier; patch: Patch; source: T }

Type parameters

Type declaration

Permission

Permission: Partial<Record<AccessMode, boolean>>
+

A data interface indicating which permissions are required (based on the context).

+

PermissionSet

PermissionSet: Partial<Record<CredentialGroup, Permission>>

Template

TemplateFileName

TemplateFileName: string

TemplatedInteractionResult

TemplatedInteractionResult<T>: T & { templateFiles: Record<string, string> }

Type parameters

ValuePreference

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

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"."

+

Variables

ACL

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/json'

APPLICATION_OCTET_STREAM

APPLICATION_OCTET_STREAM: "application/octet-stream" = 'application/octet-stream'

APPLICATION_SPARQL_UPDATE

APPLICATION_SPARQL_UPDATE: "application/sparql-update" = 'application/sparql-update'

APPLICATION_X_WWW_FORM_URLENCODED

APPLICATION_X_WWW_FORM_URLENCODED: "application/x-www-form-urlencoded" = 'application/x-www-form-urlencoded'

AUTH

AUTH: { namespace: string } & RecordOf<("userMode" | "publicMode")[], string> & { terms: Namespace<("userMode" | "publicMode")[], NamedNode<string>> } = ...

CONTENT_TYPE

CONTENT_TYPE: string = ...

CONTENT_TYPE_TERM

CONTENT_TYPE_TERM: NamedNode<string> = ...

DC

DC: { namespace: string } & RecordOf<("description" | "modified" | "title")[], string> & { terms: Namespace<("description" | "modified" | "title")[], NamedNode<string>> } = ...

DEFAULT_CUSTOM_TYPES

DEFAULT_CUSTOM_TYPES: { acl: string; meta: string } = ...

Type declaration

  • acl: string
  • meta: string

FOAF

FOAF: { namespace: string } & RecordOf<"Agent"[], string> & { terms: Namespace<"Agent"[], NamedNode<string>> } = ...

HTTP

HTTP: { namespace: string } & RecordOf<"statusCodeNumber"[], string> & { terms: Namespace<"statusCodeNumber"[], NamedNode<string>> } = ...

INTERNAL_ALL

INTERNAL_ALL: "internal/*" = 'internal/*'

INTERNAL_ERROR

INTERNAL_ERROR: "internal/error" = 'internal/error'

INTERNAL_QUADS

INTERNAL_QUADS: "internal/quads" = 'internal/quads'

LDP

LDP: { namespace: string } & RecordOf<("contains" | "BasicContainer" | "Container" | "Resource")[], string> & { terms: Namespace<("contains" | "BasicContainer" | "Container" | "Resource")[], NamedNode<string>> } = ...

MA

MA: { namespace: string } & RecordOf<"format"[], string> & { terms: Namespace<"format"[], NamedNode<string>> } = ...

OIDC

OIDC: { namespace: string } & RecordOf<"redirect_uris"[], string> & { terms: Namespace<"redirect_uris"[], NamedNode<string>> } = ...

PIM

PIM: { namespace: string } & RecordOf<"Storage"[], string> & { terms: Namespace<"Storage"[], NamedNode<string>> } = ...

POSIX

POSIX: { namespace: string } & RecordOf<("mtime" | "size")[], string> & { terms: Namespace<("mtime" | "size")[], NamedNode<string>> } = ...

PREFERRED_PREFIX

PREFERRED_PREFIX: string = ...

PREFERRED_PREFIX_TERM

PREFERRED_PREFIX_TERM: NamedNode<string> = ...

RDF

RDF: { namespace: string } & RecordOf<"type"[], string> & { terms: Namespace<"type"[], NamedNode<string>> } = ...

SOLID

SOLID: { namespace: string } & RecordOf<("oidcIssuer" | "oidcIssuerRegistrationToken" | "oidcRegistration")[], string> & { terms: Namespace<("oidcIssuer" | "oidcIssuerRegistrationToken" | "oidcRegistration")[], NamedNode<string>> } = ...

SOLID_ERROR

SOLID_ERROR: { namespace: string } & RecordOf<"stack"[], string> & { terms: Namespace<"stack"[], NamedNode<string>> } = ...

SOLID_HTTP

SOLID_HTTP: { namespace: string } & RecordOf<("location" | "slug")[], string> & { terms: Namespace<("location" | "slug")[], NamedNode<string>> } = ...

SOLID_META

SOLID_META: { namespace: string } & RecordOf<("ResponseMetadata" | "template")[], string> & { terms: Namespace<("ResponseMetadata" | "template")[], NamedNode<string>> } = ...

TEMPLATE

TEMPLATE: { namespace: string } & RecordOf<"ResourceStore"[], string> & { terms: Namespace<"ResourceStore"[], NamedNode<string>> } = ...

TEMPLATE_VARIABLE

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/html'

TEXT_MARKDOWN

TEXT_MARKDOWN: "text/markdown" = 'text/markdown'

TEXT_TURTLE

TEXT_TURTLE: "text/turtle" = 'text/turtle'

VANN

VANN: { namespace: string } & RecordOf<"preferredNamespacePrefix"[], string> & { terms: Namespace<"preferredNamespacePrefix"[], NamedNode<string>> } = ...

VCARD

VCARD: { namespace: string } & RecordOf<"hasMember"[], string> & { terms: Namespace<"hasMember"[], NamedNode<string>> } = ...

XSD

XSD: { namespace: string } & RecordOf<("dateTime" | "integer")[], string> & { terms: Namespace<("dateTime" | "integer")[], NamedNode<string>> } = ...

modulePathPlaceholder

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

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

    +

addGeneratedResources

addHeader

  • 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

addResourceMetadata

  • +

    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.

    +

addTemplateMetadata

  • +

    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

assertError

  • 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

  • assertPassword(password: any, confirmPassword: any): asserts password is string

cleanPreferences

  • +

    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.

    +

cloneRepresentation

  • +

    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.

    +

createErrorMessage

  • createErrorMessage(error: unknown): string

createNamespace

  • 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

  • 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

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

createUriAndTermNamespace

  • +

    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

  • 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

  • decodeUriPathComponents(path: string): string

encodeUriPathComponents

  • encodeUriPathComponents(path: string): string
  • +

    Encodes all (non-slash) special characters in a URI path.

    +

    Parameters

    • path: string

    Returns string

Const endOfStream

  • endOfStream(arg1: Stream): Promise<void>

ensureTrailingSlash

  • 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

  • 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

fetchDataset

getBestPreference

getConversionTarget

  • +

    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.

    +

getETag

  • +

    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

  • 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

  • getLoggerFor(loggable: string | Instance): Logger
  • +

    Gets a logger instance for the given class instance.

    +

    The returned type of logger depends on the configured LoggerFactory in {@link Setup}.

    +

    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

  • getModuleRoot(): string
  • +

    Returns the folder corresponding to the root of the Community Solid Server module

    +

    Returns string

getRelativeUrl

  • +

    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

  • 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

  • getStatusCode(error: Error): number

getTemplateFilePath

  • getTemplateFilePath(template?: Template): string | undefined

getTypeWeight

  • +

    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.

    +

getWeightedPreferences

guardStream

  • 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

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

isContainerIdentifier

isContainerPath

  • 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

  • isError(error: any): error is Error

isGuarded

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

isHttpRequest

isInternalContentType

  • 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

isRepresentationMetadata

isResourceIdentifier

isSystemError

isTerm

  • isTerm(input?: any): input is Term
  • Parameters

    • Optional input: any

      Checks if this is a {@link Term}.

      +

    Returns input is Term

isValidVariable

  • 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

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

    +

Const joinUrl

  • 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

matchesMediaPreferences

matchesMediaType

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

    +

normalizeFilePath

  • 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

  • parseAccept(input: string): Accept[]

parseAcceptCharset

parseAcceptDateTime

parseAcceptEncoding

parseAcceptLanguage

parseForwarded

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

    +

parseParameters

  • 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

  • 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

  • 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

  • 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

  • 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

  • readTemplate(template?: Template): Promise<string>

readableToQuads

  • 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

  • readableToString(stream: Readable): Promise<string>
  • +

    Joins all strings of a stream.

    +

    Parameters

    • stream: Readable

      Stream of strings.

      +

    Returns Promise<string>

    The joined string.

    +

resetGlobalLoggerFactory

  • resetGlobalLoggerFactory(): void
  • +

    Resets the global logger factory to undefined.

    +

    This typically only needs to be called during testing. +Call this at your own risk.

    +

    Returns void

resolveAssetPath

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

    Returns string

serializeQuads

  • serializeQuads(quads: Quad[], contentType?: string): Guarded<Readable>

setGlobalLoggerFactory

splitAndClean

  • 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[]

toCachedNamedNode

  • toCachedNamedNode(name: string | NamedNode<string>): NamedNode
  • +

    Converts the incoming name (URI or shorthand) to a named node. +The generated terms get cached to reduce the number of created nodes, +so only use this for internal constants!

    +

    Parameters

    • name: string | NamedNode<string>

      Predicate to potentially transform.

      +

    Returns NamedNode

toCanonicalUriPath

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

    +

    Parameters

    • path: string

    Returns string

toLiteral

  • 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

  • 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

  • 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

Const toPredicateTerm

  • toPredicateTerm(subject: string): NamedNode
  • toPredicateTerm<T>(subject: T): T
  • toPredicateTerm<T>(subject: string | T): T | NamedNode

transformQuotedStrings

  • 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

transformSafely

  • +

    Transforms a stream, ensuring that all errors are forwarded.

    +

    Type parameters

    • T = any

    Parameters

    Returns Guarded<Transform>

    The transformed stream

    +

trimTrailingSlashes

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

    +

updateModifiedDate

Legend

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

Settings

Theme

\ No newline at end of file diff --git a/docs/modules/authentication_bearerwebidextractor.html b/docs/modules/authentication_bearerwebidextractor.html deleted file mode 100644 index 064c26234..000000000 --- a/docs/modules/authentication_bearerwebidextractor.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - authentication/BearerWebIdExtractor | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module authentication/BearerWebIdExtractor

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/authentication_credentials.html b/docs/modules/authentication_credentials.html deleted file mode 100644 index 9e1c51cac..000000000 --- a/docs/modules/authentication_credentials.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - authentication/Credentials | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module authentication/Credentials

-
-
-
-
-
-
-
-

Index

-
-
-
-

Interfaces

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/authentication_credentialsextractor.html b/docs/modules/authentication_credentialsextractor.html deleted file mode 100644 index 5af7a4cac..000000000 --- a/docs/modules/authentication_credentialsextractor.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - authentication/CredentialsExtractor | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module authentication/CredentialsExtractor

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/authentication_dpopwebidextractor.html b/docs/modules/authentication_dpopwebidextractor.html deleted file mode 100644 index 6ed676655..000000000 --- a/docs/modules/authentication_dpopwebidextractor.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - authentication/DPoPWebIdExtractor | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module authentication/DPoPWebIdExtractor

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/authentication_emptycredentialsextractor.html b/docs/modules/authentication_emptycredentialsextractor.html deleted file mode 100644 index 17fbd49ca..000000000 --- a/docs/modules/authentication_emptycredentialsextractor.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - authentication/EmptyCredentialsExtractor | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module authentication/EmptyCredentialsExtractor

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/authentication_unsecureconstantcredentialsextractor.html b/docs/modules/authentication_unsecureconstantcredentialsextractor.html deleted file mode 100644 index a6b5209ab..000000000 --- a/docs/modules/authentication_unsecureconstantcredentialsextractor.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - authentication/UnsecureConstantCredentialsExtractor | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module authentication/UnsecureConstantCredentialsExtractor

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/authentication_unsecurewebidextractor.html b/docs/modules/authentication_unsecurewebidextractor.html deleted file mode 100644 index 1ab0d706d..000000000 --- a/docs/modules/authentication_unsecurewebidextractor.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - authentication/UnsecureWebIdExtractor | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module authentication/UnsecureWebIdExtractor

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/authorization_allowallauthorizer.html b/docs/modules/authorization_allowallauthorizer.html deleted file mode 100644 index c1457a45a..000000000 --- a/docs/modules/authorization_allowallauthorizer.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - authorization/AllowAllAuthorizer | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module authorization/AllowAllAuthorizer

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/authorization_authorization.html b/docs/modules/authorization_authorization.html deleted file mode 100644 index d0c989c22..000000000 --- a/docs/modules/authorization_authorization.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - authorization/Authorization | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module authorization/Authorization

-
-
-
-
-
-
-
-

Index

-
-
-
-

Interfaces

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/authorization_authorizer.html b/docs/modules/authorization_authorizer.html deleted file mode 100644 index 88d3f4167..000000000 --- a/docs/modules/authorization_authorizer.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - authorization/Authorizer | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module authorization/Authorizer

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-

Interfaces

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/authorization_auxiliaryauthorizer.html b/docs/modules/authorization_auxiliaryauthorizer.html deleted file mode 100644 index cf09ab445..000000000 --- a/docs/modules/authorization_auxiliaryauthorizer.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - authorization/AuxiliaryAuthorizer | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module authorization/AuxiliaryAuthorizer

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/authorization_denyallauthorizer.html b/docs/modules/authorization_denyallauthorizer.html deleted file mode 100644 index 67b158a77..000000000 --- a/docs/modules/authorization_denyallauthorizer.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - authorization/DenyAllAuthorizer | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module authorization/DenyAllAuthorizer

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/authorization_pathbasedauthorizer.html b/docs/modules/authorization_pathbasedauthorizer.html deleted file mode 100644 index f857ae812..000000000 --- a/docs/modules/authorization_pathbasedauthorizer.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - authorization/PathBasedAuthorizer | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module authorization/PathBasedAuthorizer

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/authorization_webaclauthorization.html b/docs/modules/authorization_webaclauthorization.html deleted file mode 100644 index 2f9bf118a..000000000 --- a/docs/modules/authorization_webaclauthorization.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - authorization/WebAclAuthorization | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module authorization/WebAclAuthorization

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/authorization_webaclauthorizer.html b/docs/modules/authorization_webaclauthorizer.html deleted file mode 100644 index 425b7a232..000000000 --- a/docs/modules/authorization_webaclauthorizer.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - authorization/WebAclAuthorizer | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module authorization/WebAclAuthorizer

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/identity_configuration_identityproviderfactory.html b/docs/modules/identity_configuration_identityproviderfactory.html deleted file mode 100644 index 8cc581c5b..000000000 --- a/docs/modules/identity_configuration_identityproviderfactory.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - identity/configuration/IdentityProviderFactory | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module identity/configuration/IdentityProviderFactory

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-

Interfaces

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/identity_configuration_providerfactory.html b/docs/modules/identity_configuration_providerfactory.html deleted file mode 100644 index 98f1b36ba..000000000 --- a/docs/modules/identity_configuration_providerfactory.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - identity/configuration/ProviderFactory | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module identity/configuration/ProviderFactory

-
-
-
-
-
-
-
-

Index

-
-
-
-

Interfaces

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/identity_identityproviderhttphandler.html b/docs/modules/identity_identityproviderhttphandler.html deleted file mode 100644 index c1da461dc..000000000 --- a/docs/modules/identity_identityproviderhttphandler.html +++ /dev/null @@ -1,132 +0,0 @@ - - - - - - identity/IdentityProviderHttpHandler | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module identity/IdentityProviderHttpHandler

-
-
-
-
-
-
-
-

Index

-
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/identity_interaction_email_password_emailpasswordutil.html b/docs/modules/identity_interaction_email_password_emailpasswordutil.html deleted file mode 100644 index 8943a1ed6..000000000 --- a/docs/modules/identity_interaction_email_password_emailpasswordutil.html +++ /dev/null @@ -1,211 +0,0 @@ - - - - - - identity/interaction/email-password/EmailPasswordUtil | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module identity/interaction/email-password/EmailPasswordUtil

-
-
-
-
-
-
-
-

Index

-
-
-
-

Functions

- -
-
-
-
-
-

Functions

-
- -

assertPassword

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

    -
  • -
-
-
- -

throwIdpInteractionError

-
    -
  • throwIdpInteractionError(error: unknown, prefilled?: Record<string, string>): never
  • -
-
    -
  • - -
    -
    -

    Throws an IdpInteractionError with contents depending on the type of input error. - Default status code is 500 and default error message is 'Unknown Error'.

    -
    -
    -

    Parameters

    -
      -
    • -
      error: unknown
      -
      -

      Error to create an IdPInteractionError from.

      -
      -
    • -
    • -
      prefilled: Record<string, string> = {}
      -
      -

      Prefilled data for IdpInteractionError.

      -
      -
    • -
    -

    Returns never

    -
  • -
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/identity_interaction_email_password_handler_forgotpasswordhandler.html b/docs/modules/identity_interaction_email_password_handler_forgotpasswordhandler.html deleted file mode 100644 index 3c79577ce..000000000 --- a/docs/modules/identity_interaction_email_password_handler_forgotpasswordhandler.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - identity/interaction/email-password/handler/ForgotPasswordHandler | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module identity/interaction/email-password/handler/ForgotPasswordHandler

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-

Interfaces

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/identity_interaction_email_password_handler_interactionhandler.html b/docs/modules/identity_interaction_email_password_handler_interactionhandler.html deleted file mode 100644 index dbfe6c422..000000000 --- a/docs/modules/identity_interaction_email_password_handler_interactionhandler.html +++ /dev/null @@ -1,181 +0,0 @@ - - - - - - identity/interaction/email-password/handler/InteractionHandler | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module identity/interaction/email-password/handler/InteractionHandler

-
-
-
-
-
-
-
-

Index

-
- -
-
-
-

Type aliases

-
- -

Interaction

-
Interaction: KoaContextWithOIDC["oidc"]["entities"]["Interaction"]
- -
-
- -

InteractionHandlerResult

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/identity_interaction_email_password_handler_loginhandler.html b/docs/modules/identity_interaction_email_password_handler_loginhandler.html deleted file mode 100644 index e3b192128..000000000 --- a/docs/modules/identity_interaction_email_password_handler_loginhandler.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - identity/interaction/email-password/handler/LoginHandler | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module identity/interaction/email-password/handler/LoginHandler

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/identity_interaction_email_password_handler_registrationhandler.html b/docs/modules/identity_interaction_email_password_handler_registrationhandler.html deleted file mode 100644 index bf74e6c9a..000000000 --- a/docs/modules/identity_interaction_email_password_handler_registrationhandler.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - identity/interaction/email-password/handler/RegistrationHandler | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module identity/interaction/email-password/handler/RegistrationHandler

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-

Interfaces

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/identity_interaction_email_password_handler_resetpasswordhandler.html b/docs/modules/identity_interaction_email_password_handler_resetpasswordhandler.html deleted file mode 100644 index 5cfddda4d..000000000 --- a/docs/modules/identity_interaction_email_password_handler_resetpasswordhandler.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - identity/interaction/email-password/handler/ResetPasswordHandler | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module identity/interaction/email-password/handler/ResetPasswordHandler

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/identity_interaction_email_password_storage_accountstore.html b/docs/modules/identity_interaction_email_password_storage_accountstore.html deleted file mode 100644 index 4d75761bb..000000000 --- a/docs/modules/identity_interaction_email_password_storage_accountstore.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - identity/interaction/email-password/storage/AccountStore | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module identity/interaction/email-password/storage/AccountStore

-
-
-
-
-
-
-
-

Index

-
-
-
-

Interfaces

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/identity_interaction_email_password_storage_baseaccountstore.html b/docs/modules/identity_interaction_email_password_storage_baseaccountstore.html deleted file mode 100644 index 474ffbee8..000000000 --- a/docs/modules/identity_interaction_email_password_storage_baseaccountstore.html +++ /dev/null @@ -1,167 +0,0 @@ - - - - - - identity/interaction/email-password/storage/BaseAccountStore | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module identity/interaction/email-password/storage/BaseAccountStore

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-

Interfaces

- -
-
-

Type aliases

- -
-
-
-
-
-

Type aliases

-
- -

EmailPasswordData

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/identity_interaction_sessionhttphandler.html b/docs/modules/identity_interaction_sessionhttphandler.html deleted file mode 100644 index f00e03159..000000000 --- a/docs/modules/identity_interaction_sessionhttphandler.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - identity/interaction/SessionHttpHandler | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module identity/interaction/SessionHttpHandler

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/identity_interaction_util_baseemailsender.html b/docs/modules/identity_interaction_util_baseemailsender.html deleted file mode 100644 index 8129df5e8..000000000 --- a/docs/modules/identity_interaction_util_baseemailsender.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - identity/interaction/util/BaseEmailSender | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module identity/interaction/util/BaseEmailSender

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-

Interfaces

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/identity_interaction_util_emailsender.html b/docs/modules/identity_interaction_util_emailsender.html deleted file mode 100644 index 58095e8d3..000000000 --- a/docs/modules/identity_interaction_util_emailsender.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - identity/interaction/util/EmailSender | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module identity/interaction/util/EmailSender

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-

Interfaces

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/identity_interaction_util_formdatautil.html b/docs/modules/identity_interaction_util_formdatautil.html deleted file mode 100644 index c96a2edc3..000000000 --- a/docs/modules/identity_interaction_util_formdatautil.html +++ /dev/null @@ -1,159 +0,0 @@ - - - - - - identity/interaction/util/FormDataUtil | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module identity/interaction/util/FormDataUtil

-
-
-
-
-
-
-
-

Index

-
-
-
-

Functions

- -
-
-
-
-
-

Functions

-
- -

getFormDataRequestBody

-
    -
  • getFormDataRequestBody(request: HttpRequest): Promise<ParsedUrlQuery>
  • -
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/identity_interaction_util_idpinteractionerror.html b/docs/modules/identity_interaction_util_idpinteractionerror.html deleted file mode 100644 index 944448687..000000000 --- a/docs/modules/identity_interaction_util_idpinteractionerror.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - identity/interaction/util/IdpInteractionError | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module identity/interaction/util/IdpInteractionError

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/identity_interaction_util_interactioncompleter.html b/docs/modules/identity_interaction_util_interactioncompleter.html deleted file mode 100644 index 5b1c15c2d..000000000 --- a/docs/modules/identity_interaction_util_interactioncompleter.html +++ /dev/null @@ -1,159 +0,0 @@ - - - - - - identity/interaction/util/InteractionCompleter | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module identity/interaction/util/InteractionCompleter

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-

Interfaces

- -
-
-

Type aliases

- -
-
-
-
-
-

Type aliases

-
- -

InteractionCompleterInput

-
InteractionCompleterInput: HttpHandlerInput & InteractionCompleterParams
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/identity_ownership_nocheckownershipvalidator.html b/docs/modules/identity_ownership_nocheckownershipvalidator.html deleted file mode 100644 index ae290c865..000000000 --- a/docs/modules/identity_ownership_nocheckownershipvalidator.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - identity/ownership/NoCheckOwnershipValidator | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module identity/ownership/NoCheckOwnershipValidator

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/identity_ownership_ownershipvalidator.html b/docs/modules/identity_ownership_ownershipvalidator.html deleted file mode 100644 index 73dc6edda..000000000 --- a/docs/modules/identity_ownership_ownershipvalidator.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - identity/ownership/OwnershipValidator | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module identity/ownership/OwnershipValidator

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/identity_ownership_tokenownershipvalidator.html b/docs/modules/identity_ownership_tokenownershipvalidator.html deleted file mode 100644 index f21ab7a2c..000000000 --- a/docs/modules/identity_ownership_tokenownershipvalidator.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - identity/ownership/TokenOwnershipValidator | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module identity/ownership/TokenOwnershipValidator

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/identity_storage_adapterfactory.html b/docs/modules/identity_storage_adapterfactory.html deleted file mode 100644 index ba70c3ddd..000000000 --- a/docs/modules/identity_storage_adapterfactory.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - identity/storage/AdapterFactory | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module identity/storage/AdapterFactory

-
-
-
-
-
-
-
-

Index

-
-
-
-

Interfaces

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/identity_storage_expiringadapterfactory.html b/docs/modules/identity_storage_expiringadapterfactory.html deleted file mode 100644 index 68f471048..000000000 --- a/docs/modules/identity_storage_expiringadapterfactory.html +++ /dev/null @@ -1,141 +0,0 @@ - - - - - - identity/storage/ExpiringAdapterFactory | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module identity/storage/ExpiringAdapterFactory

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-

Interfaces

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/identity_storage_webidadapterfactory.html b/docs/modules/identity_storage_webidadapterfactory.html deleted file mode 100644 index 4665fca2b..000000000 --- a/docs/modules/identity_storage_webidadapterfactory.html +++ /dev/null @@ -1,132 +0,0 @@ - - - - - - identity/storage/WebIdAdapterFactory | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module identity/storage/WebIdAdapterFactory

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/index.html b/docs/modules/index.html deleted file mode 100644 index a30e91ef6..000000000 --- a/docs/modules/index.html +++ /dev/null @@ -1,3664 +0,0 @@ - - - - - - index | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module index

-
-
-
-
-
-
-
-

Index

-
-
-
-

References

- -
-
-
-
-
-

References

-
- -

ACL

- Re-exports ACL -
-
- -

APPLICATION_JSON

- Re-exports APPLICATION_JSON -
-
- -

APPLICATION_OCTET_STREAM

- Re-exports APPLICATION_OCTET_STREAM -
-
- -

APPLICATION_SPARQL_UPDATE

- Re-exports APPLICATION_SPARQL_UPDATE -
-
- -

APPLICATION_X_WWW_FORM_URLENCODED

- Re-exports APPLICATION_X_WWW_FORM_URLENCODED -
-
- -

AUTH

- Re-exports AUTH -
-
- -

Accept

- Re-exports Accept -
-
- -

AcceptCharset

- Re-exports AcceptCharset -
-
- -

AcceptDatetime

- Re-exports AcceptDatetime -
-
- -

AcceptEncoding

- Re-exports AcceptEncoding -
-
- -

AcceptHeader

- Re-exports AcceptHeader -
-
- -

AcceptLanguage

- Re-exports AcceptLanguage -
-
- -

AcceptPreferenceParser

- Re-exports AcceptPreferenceParser -
-
- -

AccountPayload

- Re-exports AccountPayload -
-
- -

AccountStore

- Re-exports AccountStore -
-
- -

AclPermissionsExtractor

- Re-exports AclPermissionsExtractor -
-
- -

AdapterFactory

- Re-exports AdapterFactory -
-
- -

AllowAllAuthorizer

- Re-exports AllowAllAuthorizer -
-
- -

App

- Re-exports App -
-
- -

AppRunner

- Re-exports AppRunner -
-
- -

AsyncHandler

- Re-exports AsyncHandler -
-
- -

AsyncTransformOptions

- Re-exports AsyncTransformOptions -
-
- -

AtomicResourceStore

- Re-exports AtomicResourceStore -
-
- -

AuthenticatedLdpHandler

- Re-exports AuthenticatedLdpHandler -
-
- -

AuthenticatedLdpHandlerArgs

- Re-exports AuthenticatedLdpHandlerArgs -
-
- -

Authorization

- Re-exports Authorization -
-
- -

Authorizer

- Re-exports Authorizer -
-
- -

AuthorizerArgs

- Re-exports AuthorizerArgs -
-
- -

AuxiliaryAuthorizer

- Re-exports AuxiliaryAuthorizer -
-
- -

AuxiliaryIdentifierStrategy

- Re-exports AuxiliaryIdentifierStrategy -
-
- -

AuxiliaryStrategy

- Re-exports AuxiliaryStrategy -
-
- -

BadRequestHttpError

- Re-exports BadRequestHttpError -
-
- -

BaseAccountStore

- Re-exports BaseAccountStore -
-
- -

BaseAccountStoreArgs

- Re-exports BaseAccountStoreArgs -
-
- -

BaseComponentsJsFactory

- Re-exports BaseComponentsJsFactory -
-
- -

BaseEmailSender

- Re-exports BaseEmailSender -
-
- -

BaseFileIdentifierMapper

- Re-exports BaseFileIdentifierMapper -
-
- -

BaseHttpServerFactory

- Re-exports BaseHttpServerFactory -
-
- -

BaseHttpServerOptions

- Re-exports BaseHttpServerOptions -
-
- -

BaseIdentifierStrategy

- Re-exports BaseIdentifierStrategy -
-
- -

BaseResourceStore

- Re-exports BaseResourceStore -
-
- -

BaseUrlHandler

- Re-exports BaseUrlHandler -
-
- -

BaseUrlRouterRule

- Re-exports BaseUrlRouterRule -
-
- -

BasicRepresentation

- Re-exports BasicRepresentation -
-
- -

BasicRequestParser

- Re-exports BasicRequestParser -
-
- -

BasicRequestParserArgs

- Re-exports BasicRequestParserArgs -
-
- -

BasicResponseWriter

- Re-exports BasicResponseWriter -
-
- -

BearerWebIdExtractor

- Re-exports BearerWebIdExtractor -
-
- -

BodyParser

- Re-exports BodyParser -
-
- -

BodyParserArgs

- Re-exports BodyParserArgs -
-
- -

CONTENT_TYPE

- Re-exports CONTENT_TYPE -
-
- -

CONTENT_TYPE_TERM

- Re-exports CONTENT_TYPE_TERM -
-
- -

ChainedConverter

- Re-exports ChainedConverter -
-
- -

ChainedTemplateEngine

- Re-exports ChainedTemplateEngine -
-
- -

CliParams

- Re-exports CliParams -
-
- -

ComponentsJsFactory

- Re-exports ComponentsJsFactory -
-
- -

ComposedAuxiliaryStrategy

- Re-exports ComposedAuxiliaryStrategy -
-
- -

Conditions

- Re-exports Conditions -
-
- -

ConfigPodInitializer

- Re-exports ConfigPodInitializer -
-
- -

ConfigPodManager

- Re-exports ConfigPodManager -
-
- -

ConflictHttpError

- Re-exports ConflictHttpError -
-
- -

ConstantConverter

- Re-exports ConstantConverter -
-
- -

ConstantConverterOptions

- Re-exports ConstantConverterOptions -
-
- -

ConstantMetadataWriter

- Re-exports ConstantMetadataWriter -
-
- -

ContainerToTemplateConverter

- Re-exports ContainerToTemplateConverter -
-
- -

ContentTypeParser

- Re-exports ContentTypeParser -
-
- -

ContentTypeReplacer

- Re-exports ContentTypeReplacer -
-
- -

ConvertingErrorHandler

- Re-exports ConvertingErrorHandler -
-
- -

ConvertingPatchHandler

- Re-exports ConvertingPatchHandler -
-
- -

ConvertingRouterRule

- Re-exports ConvertingRouterRule -
-
- -

ConvertingStoreEntry

- Re-exports ConvertingStoreEntry -
-
- -

CorsHandler

- Re-exports CorsHandler -
-
- -

CreatedResponseDescription

- Re-exports CreatedResponseDescription -
-
- -

Credentials

- Re-exports Credentials -
-
- -

CredentialsExtractor

- Re-exports CredentialsExtractor -
-
- -

DC

- Re-exports DC -
-
- -

DEFAULT_CUSTOM_TYPES

- Re-exports DEFAULT_CUSTOM_TYPES -
-
- -

DPoPWebIdExtractor

- Re-exports DPoPWebIdExtractor -
-
- -

DataAccessor

- Re-exports DataAccessor -
-
- -

DataAccessorBasedStore

- Re-exports DataAccessorBasedStore -
-
- -

DeleteOperationHandler

- Re-exports DeleteOperationHandler -
-
- -

DenyAllAuthorizer

- Re-exports DenyAllAuthorizer -
-
- -

EjsTemplateEngine

- Re-exports EjsTemplateEngine -
-
- -

EmailArgs

- Re-exports EmailArgs -
-
- -

EmailPasswordData

- Re-exports EmailPasswordData -
-
- -

EmailSender

- Re-exports EmailSender -
-
- -

EmailSenderArgs

- Re-exports EmailSenderArgs -
-
- -

EmptyCredentialsExtractor

- Re-exports EmptyCredentialsExtractor -
-
- -

EqualReadWriteLocker

- Re-exports EqualReadWriteLocker -
-
- -

ErrorHandler

- Re-exports ErrorHandler -
-
- -

ErrorHandlerArgs

- Re-exports ErrorHandlerArgs -
-
- -

ErrorToQuadConverter

- Re-exports ErrorToQuadConverter -
-
- -

ErrorToTemplateConverter

- Re-exports ErrorToTemplateConverter -
-
- -

Expires

- Re-exports Expires -
-
- -

ExpiringAdapter

- Re-exports ExpiringAdapter -
-
- -

ExpiringAdapterArgs

- Re-exports ExpiringAdapterArgs -
-
- -

ExpiringAdapterFactory

- Re-exports ExpiringAdapterFactory -
-
- -

ExpiringReadWriteLocker

- Re-exports ExpiringReadWriteLocker -
-
- -

ExpiringStorage

- Re-exports ExpiringStorage -
-
- -

ExtensionBasedMapper

- Re-exports ExtensionBasedMapper -
-
- -

ExtensionBasedMapperFactory

- Re-exports ExtensionBasedMapperFactory -
-
- -

FOAF

- Re-exports FOAF -
-
- -

FileDataAccessor

- Re-exports FileDataAccessor -
-
- -

FileIdentifierMapper

- Re-exports FileIdentifierMapper -
-
- -

FileIdentifierMapperFactory

- Re-exports FileIdentifierMapperFactory -
-
- -

Finalizable

- Re-exports Finalizable -
-
- -

FixedContentTypeMapper

- Re-exports FixedContentTypeMapper -
-
- -

ForbiddenHttpError

- Re-exports ForbiddenHttpError -
-
- -

ForgotPasswordHandler

- Re-exports ForgotPasswordHandler -
-
- -

ForgotPasswordHandlerArgs

- Re-exports ForgotPasswordHandlerArgs -
-
- -

ForgotPasswordPayload

- Re-exports ForgotPasswordPayload -
-
- -

Forwarded

- Re-exports Forwarded -
-
- -

GeneratedPodManager

- Re-exports GeneratedPodManager -
-
- -

GetOperationHandler

- Re-exports GetOperationHandler -
-
- -

GreedyReadWriteLocker

- Re-exports GreedyReadWriteLocker -
-
- -

GreedyReadWriteSuffixes

- Re-exports GreedyReadWriteSuffixes -
-
- -

Guarded

- Re-exports Guarded -
-
- -

HTTP

- Re-exports HTTP -
-
- -

HandlebarsTemplateEngine

- Re-exports HandlebarsTemplateEngine -
-
- -

HeadOperationHandler

- Re-exports HeadOperationHandler -
-
- -

HeaderHandler

- Re-exports HeaderHandler -
-
- -

HttpError

- Re-exports HttpError -
-
- -

HttpErrorOptions

- Re-exports HttpErrorOptions -
-
- -

HttpHandler

- Re-exports HttpHandler -
-
- -

HttpHandlerInput

- Re-exports HttpHandlerInput -
-
- -

HttpRequest

- Re-exports HttpRequest -
-
- -

HttpResponse

- Re-exports HttpResponse -
-
- -

HttpServerFactory

- Re-exports HttpServerFactory -
-
- -

INTERNAL_ALL

- Re-exports INTERNAL_ALL -
-
- -

INTERNAL_ERROR

- Re-exports INTERNAL_ERROR -
-
- -

INTERNAL_QUADS

- Re-exports INTERNAL_QUADS -
-
- -

IdentifierGenerator

- Re-exports IdentifierGenerator -
-
- -

IdentifierStrategy

- Re-exports IdentifierStrategy -
-
- -

IdentityProviderFactory

- Re-exports IdentityProviderFactory -
-
- -

IdentityProviderFactoryArgs

- Re-exports IdentityProviderFactoryArgs -
-
- -

IdentityProviderHttpHandler

- Re-exports IdentityProviderHttpHandler -
-
- -

IdpInteractionError

- Re-exports IdpInteractionError -
-
- -

IfNeededConverter

- Re-exports IfNeededConverter -
-
- -

InMemoryDataAccessor

- Re-exports InMemoryDataAccessor -
-
- -

IndexRepresentationStore

- Re-exports IndexRepresentationStore -
-
- -

Initializer

- Re-exports Initializer -
-
- -

Interaction

- Re-exports Interaction -
-
- -

InteractionCompleteResult

- Re-exports InteractionCompleteResult -
-
- -

InteractionCompleter

- Re-exports InteractionCompleter -
-
- -

InteractionCompleterInput

- Re-exports InteractionCompleterInput -
-
- -

InteractionCompleterParams

- Re-exports InteractionCompleterParams -
-
- -

InteractionHandler

- Re-exports InteractionHandler -
-
- -

InteractionHandlerInput

- Re-exports InteractionHandlerInput -
-
- -

InteractionHandlerResult

- Re-exports InteractionHandlerResult -
-
- -

InteractionResponseResult

- Re-exports InteractionResponseResult -
-
- -

InteractionRoute

- Re-exports InteractionRoute -
-
- -

InternalServerError

- Re-exports InternalServerError -
-
- -

JsonFileStorage

- Re-exports JsonFileStorage -
-
- -

JsonResourceStorage

- Re-exports JsonResourceStorage -
-
- -

KeyValueStorage

- Re-exports KeyValueStorage -
-
- -

LDP

- Re-exports LDP -
-
- -

LazyLogger

- Re-exports LazyLogger -
-
- -

LazyLoggerFactory

- Re-exports LazyLoggerFactory -
-
- -

LinkMetadataGenerator

- Re-exports LinkMetadataGenerator -
-
- -

LinkRelMetadataWriter

- Re-exports LinkRelMetadataWriter -
-
- -

LinkTypeParser

- Re-exports LinkTypeParser -
-
- -

LockingResourceStore

- Re-exports LockingResourceStore -
-
- -

LogLevel

- Re-exports LogLevel -
-
- -

Logger

- Re-exports Logger -
-
- -

LoggerFactory

- Re-exports LoggerFactory -
-
- -

LoggerInitializer

- Re-exports LoggerInitializer -
-
- -

LoginHandler

- Re-exports LoginHandler -
-
- -

MA

- Re-exports MA -
-
- -

MappedMetadataWriter

- Re-exports MappedMetadataWriter -
-
- -

MarkdownToHtmlConverter

- Re-exports MarkdownToHtmlConverter -
-
- -

MemoryMapStorage

- Re-exports MemoryMapStorage -
-
- -

MetadataGenerator

- Re-exports MetadataGenerator -
-
- -

MetadataGraph

- Re-exports MetadataGraph -
-
- -

MetadataIdentifier

- Re-exports MetadataIdentifier -
-
- -

MetadataParser

- Re-exports MetadataParser -
-
- -

MetadataRecord

- Re-exports MetadataRecord -
-
- -

MetadataValue

- Re-exports MetadataValue -
-
- -

MetadataWriter

- Re-exports MetadataWriter -
-
- -

MethodNotAllowedHttpError

- Re-exports MethodNotAllowedHttpError -
-
- -

MethodPermissionsExtractor

- Re-exports MethodPermissionsExtractor -
-
- -

MonitoringStore

- Re-exports MonitoringStore -
-
- -

Namespace

- Re-exports Namespace -
-
- -

NoCheckOwnershipValidator

- Re-exports NoCheckOwnershipValidator -
-
- -

NotFoundHttpError

- Re-exports NotFoundHttpError -
-
- -

NotImplementedHttpError

- Re-exports NotImplementedHttpError -
-
- -

OIDC

- Re-exports OIDC -
-
- -

OkResponseDescription

- Re-exports OkResponseDescription -
-
- -

Operation

- Re-exports Operation -
-
- -

OperationHandler

- Re-exports OperationHandler -
-
- -

OriginalUrlExtractor

- Re-exports OriginalUrlExtractor -
-
- -

OwnershipValidator

- Re-exports OwnershipValidator -
-
- -

PIM

- Re-exports PIM -
-
- -

POSIX

- Re-exports POSIX -
-
- -

PREFERRED_PREFIX

- Re-exports PREFERRED_PREFIX -
-
- -

PREFERRED_PREFIX_TERM

- Re-exports PREFERRED_PREFIX_TERM -
-
- -

ParallelFinalizer

- Re-exports ParallelFinalizer -
-
- -

ParallelHandler

- Re-exports ParallelHandler -
-
- -

PassthroughConverter

- Re-exports PassthroughConverter -
-
- -

PassthroughStore

- Re-exports PassthroughStore -
-
- -

Patch

- Re-exports Patch -
-
- -

PatchHandler

- Re-exports PatchHandler -
-
- -

PatchHandlerArgs

- Re-exports PatchHandlerArgs -
-
- -

PatchOperationHandler

- Re-exports PatchOperationHandler -
-
- -

PatchingStore

- Re-exports PatchingStore -
-
- -

PathBasedAuthorizer

- Re-exports PathBasedAuthorizer -
-
- -

PermissionSet

- Re-exports PermissionSet -
-
- -

PermissionsExtractor

- Re-exports PermissionsExtractor -
-
- -

PodGenerator

- Re-exports PodGenerator -
-
- -

PodManager

- Re-exports PodManager -
-
- -

PodSettings

- Re-exports PodSettings -
-
- -

PostOperationHandler

- Re-exports PostOperationHandler -
-
- -

PreferenceParser

- Re-exports PreferenceParser -
-
- -

PreferenceSupport

- Re-exports PreferenceSupport -
-
- -

ProviderFactory

- Re-exports ProviderFactory -
-
- -

PutOperationHandler

- Re-exports PutOperationHandler -
-
- -

QuadToRdfConverter

- Re-exports QuadToRdfConverter -
-
- -

RDF

- Re-exports RDF -
-
- -

RawBodyParser

- Re-exports RawBodyParser -
-
- -

RdfToQuadConverter

- Re-exports RdfToQuadConverter -
-
- -

RdfValidator

- Re-exports RdfValidator -
-
- -

ReadOnlyStore

- Re-exports ReadOnlyStore -
-
- -

ReadWriteLocker

- Re-exports ReadWriteLocker -
-
- -

RecordObject

- Re-exports RecordObject -
-
- -

RedisResourceLocker

- Re-exports RedisResourceLocker -
-
- -

RegexRouterRule

- Re-exports RegexRouterRule -
-
- -

RegistrationHandler

- Re-exports RegistrationHandler -
-
- -

RegistrationHandlerArgs

- Re-exports RegistrationHandlerArgs -
-
- -

Representation

- Re-exports Representation -
-
- -

RepresentationConverter

- Re-exports RepresentationConverter -
-
- -

RepresentationConverterArgs

- Re-exports RepresentationConverterArgs -
-
- -

RepresentationConvertingStore

- Re-exports RepresentationConvertingStore -
-
- -

RepresentationMetadata

- Re-exports RepresentationMetadata -
-
- -

RepresentationPreferences

- Re-exports RepresentationPreferences -
-
- -

RequestParser

- Re-exports RequestParser -
-
- -

ResetPasswordHandler

- Re-exports ResetPasswordHandler -
-
- -

ResetResponseDescription

- Re-exports ResetResponseDescription -
-
- -

Resource

- Re-exports Resource -
-
- -

ResourceIdentifier

- Re-exports ResourceIdentifier -
-
- -

ResourceLink

- Re-exports ResourceLink -
-
- -

ResourceLocker

- Re-exports ResourceLocker -
-
- -

ResourceStore

- Re-exports ResourceStore -
-
- -

ResourcesGenerator

- Re-exports ResourcesGenerator -
-
- -

ResponseDescription

- Re-exports ResponseDescription -
-
- -

ResponseWriter

- Re-exports ResponseWriter -
-
- -

RootFilePathHandler

- Re-exports RootFilePathHandler -
-
- -

RootInitializer

- Re-exports RootInitializer -
-
- -

RouterHandler

- Re-exports RouterHandler -
-
- -

RouterRule

- Re-exports RouterRule -
-
- -

RoutingAuxiliaryIdentifierStrategy

- Re-exports RoutingAuxiliaryIdentifierStrategy -
-
- -

RoutingAuxiliaryStrategy

- Re-exports RoutingAuxiliaryStrategy -
-
- -

RoutingResourceStore

- Re-exports RoutingResourceStore -
-
- -

SOLID

- Re-exports SOLID -
-
- -

SOLID_ERROR

- Re-exports SOLID_ERROR -
-
- -

SOLID_HTTP

- Re-exports SOLID_HTTP -
-
- -

SOLID_META

- Re-exports SOLID_META -
-
- -

SafeErrorHandler

- Re-exports SafeErrorHandler -
-
- -

SequenceHandler

- Re-exports SequenceHandler -
-
- -

ServerInitializer

- Re-exports ServerInitializer -
-
- -

SessionHttpHandler

- Re-exports SessionHttpHandler -
-
- -

SingleRootIdentifierStrategy

- Re-exports SingleRootIdentifierStrategy -
-
- -

SingleThreadedResourceLocker

- Re-exports SingleThreadedResourceLocker -
-
- -

SlugParser

- Re-exports SlugParser -
-
- -

SparqlDataAccessor

- Re-exports SparqlDataAccessor -
-
- -

SparqlPatchPermissionsExtractor

- Re-exports SparqlPatchPermissionsExtractor -
-
- -

SparqlUpdateBodyParser

- Re-exports SparqlUpdateBodyParser -
-
- -

SparqlUpdatePatch

- Re-exports SparqlUpdatePatch -
-
- -

SparqlUpdatePatchHandler

- Re-exports SparqlUpdatePatchHandler -
-
- -

StaticAssetHandler

- Re-exports StaticAssetHandler -
-
- -

SubdomainExtensionBasedMapper

- Re-exports SubdomainExtensionBasedMapper -
-
- -

SubdomainIdentifierGenerator

- Re-exports SubdomainIdentifierGenerator -
-
- -

SubdomainIdentifierStrategy

- Re-exports SubdomainIdentifierStrategy -
-
- -

SuffixAuxiliaryIdentifierStrategy

- Re-exports SuffixAuxiliaryIdentifierStrategy -
-
- -

SuffixIdentifierGenerator

- Re-exports SuffixIdentifierGenerator -
-
- -

SystemError

- Re-exports SystemError -
-
- -

TEMPLATE

- Re-exports TEMPLATE -
-
- -

TEMPLATE_VARIABLE

- Re-exports TEMPLATE_VARIABLE -
-
- -

TEXT_HTML

- Re-exports TEXT_HTML -
-
- -

TEXT_MARKDOWN

- Re-exports TEXT_MARKDOWN -
-
- -

TEXT_TURTLE

- Re-exports TEXT_TURTLE -
-
- -

TargetExtractor

- Re-exports TargetExtractor -
-
- -

Template

- Re-exports Template -
-
- -

TemplateEngine

- Re-exports TemplateEngine -
-
- -

TemplateFileName

- Re-exports TemplateFileName -
-
- -

TemplateHandler

- Re-exports TemplateHandler -
-
- -

TemplateOptions

- Re-exports TemplateOptions -
-
- -

TemplatePath

- Re-exports TemplatePath -
-
- -

TemplateString

- Re-exports TemplateString -
-
- -

TemplatedPodGenerator

- Re-exports TemplatedPodGenerator -
-
- -

TemplatedResourcesGenerator

- Re-exports TemplatedResourcesGenerator -
-
- -

TokenOwnershipValidator

- Re-exports TokenOwnershipValidator -
-
- -

TypedRepresentationConverter

- Re-exports TypedRepresentationConverter -
-
- -

UnauthorizedHttpError

- Re-exports UnauthorizedHttpError -
-
- -

UnsecureConstantCredentialsExtractor

- Re-exports UnsecureConstantCredentialsExtractor -
-
- -

UnsecureWebIdExtractor

- Re-exports UnsecureWebIdExtractor -
-
- -

UnsecureWebSocketsProtocol

- Re-exports UnsecureWebSocketsProtocol -
-
- -

UnsupportedAsyncHandler

- Re-exports UnsupportedAsyncHandler -
-
- -

UnsupportedMediaTypeHttpError

- Re-exports UnsupportedMediaTypeHttpError -
-
- -

VANN

- Re-exports VANN -
-
- -

Validator

- Re-exports Validator -
-
- -

ValuePreference

- Re-exports ValuePreference -
-
- -

ValuePreferences

- Re-exports ValuePreferences -
-
- -

VariableHandler

- Re-exports VariableHandler -
-
- -

VariableSetter

- Re-exports VariableSetter -
-
- -

VoidLogger

- Re-exports VoidLogger -
-
- -

VoidLoggerFactory

- Re-exports VoidLoggerFactory -
-
- -

WacAllowMetadataWriter

- Re-exports WacAllowMetadataWriter -
-
- -

WaterfallHandler

- Re-exports WaterfallHandler -
-
- -

WebAclAuthorization

- Re-exports WebAclAuthorization -
-
- -

WebAclAuthorizer

- Re-exports WebAclAuthorizer -
-
- -

WebIdAdapter

- Re-exports WebIdAdapter -
-
- -

WebIdAdapterFactory

- Re-exports WebIdAdapterFactory -
-
- -

WebSocketAdvertiser

- Re-exports WebSocketAdvertiser -
-
- -

WebSocketHandler

- Re-exports WebSocketHandler -
-
- -

WebSocketServerFactory

- Re-exports WebSocketServerFactory -
-
- -

WinstonLogger

- Re-exports WinstonLogger -
-
- -

WinstonLoggerFactory

- Re-exports WinstonLoggerFactory -
-
- -

WrappedExpiringReadWriteLocker

- Re-exports WrappedExpiringReadWriteLocker -
-
- -

WrappedExpiringStorage

- Re-exports WrappedExpiringStorage -
-
- -

WwwAuthMetadataWriter

- Re-exports WwwAuthMetadataWriter -
-
- -

XSD

- Re-exports XSD -
-
- -

absoluteFilePath

- Re-exports absoluteFilePath -
-
- -

addGeneratedResources

- Re-exports addGeneratedResources -
-
- -

addHeader

- Re-exports addHeader -
-
- -

addResourceMetadata

- Re-exports addResourceMetadata -
-
- -

assertError

- Re-exports assertError -
-
- -

assertPassword

- Re-exports assertPassword -
-
- -

cleanPreferences

- Re-exports cleanPreferences -
-
- -

cloneRepresentation

- Re-exports cloneRepresentation -
-
- -

createErrorMessage

- Re-exports createErrorMessage -
-
- -

createNamespace

- Re-exports createNamespace -
-
- -

createSubdomainRegexp

- Re-exports createSubdomainRegexp -
-
- -

createTermNamespace

- Re-exports createTermNamespace -
-
- -

createUriAndTermNamespace

- Re-exports createUriAndTermNamespace -
-
- -

createUriNamespace

- Re-exports createUriNamespace -
-
- -

decodeUriPathComponents

- Re-exports decodeUriPathComponents -
-
- -

encodeUriPathComponents

- Re-exports encodeUriPathComponents -
-
- -

endOfStream

- Re-exports endOfStream -
-
- -

ensureTrailingSlash

- Re-exports ensureTrailingSlash -
-
- -

extractScheme

- Re-exports extractScheme -
-
- -

fetchDataset

- Re-exports fetchDataset -
-
- -

getBestPreference

- Re-exports getBestPreference -
-
- -

getConversionTarget

- Re-exports getConversionTarget -
-
- -

getExtension

- Re-exports getExtension -
-
- -

getFormDataRequestBody

- Re-exports getFormDataRequestBody -
-
- -

getLoggerFor

- Re-exports getLoggerFor -
-
- -

getModuleRoot

- Re-exports getModuleRoot -
-
- -

getStatusCode

- Re-exports getStatusCode -
-
- -

getTypeWeight

- Re-exports getTypeWeight -
-
- -

getWeightedPreferences

- Re-exports getWeightedPreferences -
-
- -

guardStream

- Re-exports guardStream -
-
- -

guardedStreamFrom

- Re-exports guardedStreamFrom -
-
- -

isContainerIdentifier

- Re-exports isContainerIdentifier -
-
- -

isContainerPath

- Re-exports isContainerPath -
-
- -

isError

- Re-exports isError -
-
- -

isGuarded

- Re-exports isGuarded -
-
- -

isHttpRequest

- Re-exports isHttpRequest -
-
- -

isInternalContentType

- Re-exports isInternalContentType -
-
- -

isRepresentationMetadata

- Re-exports isRepresentationMetadata -
-
- -

isResourceIdentifier

- Re-exports isResourceIdentifier -
-
- -

isSystemError

- Re-exports isSystemError -
-
- -

isTerm

- Re-exports isTerm -
-
- -

isValidVariable

- Re-exports isValidVariable -
-
- -

joinFilePath

- Re-exports joinFilePath -
-
- -

matchesMediaPreferences

- Re-exports matchesMediaPreferences -
-
- -

matchesMediaType

- Re-exports matchesMediaType -
-
- -

modulePathPlaceholder

- Re-exports modulePathPlaceholder -
-
- -

normalizeFilePath

- Re-exports normalizeFilePath -
-
- -

parseAccept

- Re-exports parseAccept -
-
- -

parseAcceptCharset

- Re-exports parseAcceptCharset -
-
- -

parseAcceptDateTime

- Re-exports parseAcceptDateTime -
-
- -

parseAcceptEncoding

- Re-exports parseAcceptEncoding -
-
- -

parseAcceptLanguage

- Re-exports parseAcceptLanguage -
-
- -

parseForwarded

- Re-exports parseForwarded -
-
- -

parseParameters

- Re-exports parseParameters -
-
- -

parseQuads

- Re-exports parseQuads -
-
- -

pipeSafely

- Re-exports pipeSafely -
-
- -

readTemplate

- Re-exports readTemplate -
-
- -

readableToString

- Re-exports readableToString -
-
- -

resetGlobalLoggerFactory

- Re-exports resetGlobalLoggerFactory -
-
- -

resolveAssetPath

- Re-exports resolveAssetPath -
-
- -

serializeQuads

- Re-exports serializeQuads -
-
- -

setGlobalLoggerFactory

- Re-exports setGlobalLoggerFactory -
-
- -

splitAndClean

- Re-exports splitAndClean -
-
- -

throwIdpInteractionError

- Re-exports throwIdpInteractionError -
-
- -

toCachedNamedNode

- Re-exports toCachedNamedNode -
-
- -

toCanonicalUriPath

- Re-exports toCanonicalUriPath -
-
- -

toLiteral

- Re-exports toLiteral -
-
- -

toNamedTerm

- Re-exports toNamedTerm -
-
- -

toObjectTerm

- Re-exports toObjectTerm -
-
- -

toPredicateTerm

- Re-exports toPredicateTerm -
-
- -

transformQuotedStrings

- Re-exports transformQuotedStrings -
-
- -

transformSafely

- Re-exports transformSafely -
-
- -

trimTrailingSlashes

- Re-exports trimTrailingSlashes -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/init_app.html b/docs/modules/init_app.html deleted file mode 100644 index b02e2dfd8..000000000 --- a/docs/modules/init_app.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - init/App | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module init/App

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/init_apprunner.html b/docs/modules/init_apprunner.html deleted file mode 100644 index 5a4e27036..000000000 --- a/docs/modules/init_apprunner.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - init/AppRunner | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module init/AppRunner

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-

Interfaces

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/init_configpodinitializer.html b/docs/modules/init_configpodinitializer.html deleted file mode 100644 index eb4c888ef..000000000 --- a/docs/modules/init_configpodinitializer.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - init/ConfigPodInitializer | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module init/ConfigPodInitializer

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/init_final_finalizable.html b/docs/modules/init_final_finalizable.html deleted file mode 100644 index 4fdbed6f8..000000000 --- a/docs/modules/init_final_finalizable.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - init/final/Finalizable | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module init/final/Finalizable

-
-
-
-
-
-
-
-

Index

-
-
-
-

Interfaces

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/init_final_parallelfinalizer.html b/docs/modules/init_final_parallelfinalizer.html deleted file mode 100644 index 6755db07d..000000000 --- a/docs/modules/init_final_parallelfinalizer.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - init/final/ParallelFinalizer | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module init/final/ParallelFinalizer

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/init_initializer.html b/docs/modules/init_initializer.html deleted file mode 100644 index e7ecde5be..000000000 --- a/docs/modules/init_initializer.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - init/Initializer | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module init/Initializer

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/init_loggerinitializer.html b/docs/modules/init_loggerinitializer.html deleted file mode 100644 index cc1c522a3..000000000 --- a/docs/modules/init_loggerinitializer.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - init/LoggerInitializer | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module init/LoggerInitializer

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/init_rootinitializer.html b/docs/modules/init_rootinitializer.html deleted file mode 100644 index 129d607e2..000000000 --- a/docs/modules/init_rootinitializer.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - init/RootInitializer | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module init/RootInitializer

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/init_serverinitializer.html b/docs/modules/init_serverinitializer.html deleted file mode 100644 index eaedde9f9..000000000 --- a/docs/modules/init_serverinitializer.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - init/ServerInitializer | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module init/ServerInitializer

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/ldp_authenticatedldphandler.html b/docs/modules/ldp_authenticatedldphandler.html deleted file mode 100644 index 9999fab65..000000000 --- a/docs/modules/ldp_authenticatedldphandler.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - ldp/AuthenticatedLdpHandler | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module ldp/AuthenticatedLdpHandler

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-

Interfaces

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/ldp_auxiliary_auxiliaryidentifierstrategy.html b/docs/modules/ldp_auxiliary_auxiliaryidentifierstrategy.html deleted file mode 100644 index 692c429a0..000000000 --- a/docs/modules/ldp_auxiliary_auxiliaryidentifierstrategy.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - ldp/auxiliary/AuxiliaryIdentifierStrategy | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module ldp/auxiliary/AuxiliaryIdentifierStrategy

-
-
-
-
-
-
-
-

Index

-
-
-
-

Interfaces

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/ldp_auxiliary_auxiliarystrategy.html b/docs/modules/ldp_auxiliary_auxiliarystrategy.html deleted file mode 100644 index 5df57106d..000000000 --- a/docs/modules/ldp_auxiliary_auxiliarystrategy.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - ldp/auxiliary/AuxiliaryStrategy | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module ldp/auxiliary/AuxiliaryStrategy

-
-
-
-
-
-
-
-

Index

-
-
-
-

Interfaces

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/ldp_auxiliary_composedauxiliarystrategy.html b/docs/modules/ldp_auxiliary_composedauxiliarystrategy.html deleted file mode 100644 index 9083bd29f..000000000 --- a/docs/modules/ldp_auxiliary_composedauxiliarystrategy.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - ldp/auxiliary/ComposedAuxiliaryStrategy | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module ldp/auxiliary/ComposedAuxiliaryStrategy

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/ldp_auxiliary_linkmetadatagenerator.html b/docs/modules/ldp_auxiliary_linkmetadatagenerator.html deleted file mode 100644 index 69a944941..000000000 --- a/docs/modules/ldp_auxiliary_linkmetadatagenerator.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - ldp/auxiliary/LinkMetadataGenerator | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module ldp/auxiliary/LinkMetadataGenerator

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/ldp_auxiliary_metadatagenerator.html b/docs/modules/ldp_auxiliary_metadatagenerator.html deleted file mode 100644 index b7b810d69..000000000 --- a/docs/modules/ldp_auxiliary_metadatagenerator.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - ldp/auxiliary/MetadataGenerator | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module ldp/auxiliary/MetadataGenerator

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/ldp_auxiliary_rdfvalidator.html b/docs/modules/ldp_auxiliary_rdfvalidator.html deleted file mode 100644 index eb3ea6345..000000000 --- a/docs/modules/ldp_auxiliary_rdfvalidator.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - ldp/auxiliary/RdfValidator | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module ldp/auxiliary/RdfValidator

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/ldp_auxiliary_routingauxiliaryidentifierstrategy.html b/docs/modules/ldp_auxiliary_routingauxiliaryidentifierstrategy.html deleted file mode 100644 index 8beda0148..000000000 --- a/docs/modules/ldp_auxiliary_routingauxiliaryidentifierstrategy.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - ldp/auxiliary/RoutingAuxiliaryIdentifierStrategy | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module ldp/auxiliary/RoutingAuxiliaryIdentifierStrategy

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/ldp_auxiliary_routingauxiliarystrategy.html b/docs/modules/ldp_auxiliary_routingauxiliarystrategy.html deleted file mode 100644 index a73649fc8..000000000 --- a/docs/modules/ldp_auxiliary_routingauxiliarystrategy.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - ldp/auxiliary/RoutingAuxiliaryStrategy | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module ldp/auxiliary/RoutingAuxiliaryStrategy

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/ldp_auxiliary_suffixauxiliaryidentifierstrategy.html b/docs/modules/ldp_auxiliary_suffixauxiliaryidentifierstrategy.html deleted file mode 100644 index 40e3c7f6c..000000000 --- a/docs/modules/ldp_auxiliary_suffixauxiliaryidentifierstrategy.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - ldp/auxiliary/SuffixAuxiliaryIdentifierStrategy | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module ldp/auxiliary/SuffixAuxiliaryIdentifierStrategy

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/ldp_auxiliary_validator.html b/docs/modules/ldp_auxiliary_validator.html deleted file mode 100644 index 88891e0ca..000000000 --- a/docs/modules/ldp_auxiliary_validator.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - ldp/auxiliary/Validator | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module ldp/auxiliary/Validator

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/ldp_http_acceptpreferenceparser.html b/docs/modules/ldp_http_acceptpreferenceparser.html deleted file mode 100644 index 3de356f9a..000000000 --- a/docs/modules/ldp_http_acceptpreferenceparser.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - ldp/http/AcceptPreferenceParser | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module ldp/http/AcceptPreferenceParser

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/ldp_http_basicrequestparser.html b/docs/modules/ldp_http_basicrequestparser.html deleted file mode 100644 index 47e427f72..000000000 --- a/docs/modules/ldp_http_basicrequestparser.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - ldp/http/BasicRequestParser | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module ldp/http/BasicRequestParser

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-

Interfaces

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/ldp_http_basicresponsewriter.html b/docs/modules/ldp_http_basicresponsewriter.html deleted file mode 100644 index 39f7c5579..000000000 --- a/docs/modules/ldp_http_basicresponsewriter.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - ldp/http/BasicResponseWriter | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module ldp/http/BasicResponseWriter

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/ldp_http_bodyparser.html b/docs/modules/ldp_http_bodyparser.html deleted file mode 100644 index 3664f6b4c..000000000 --- a/docs/modules/ldp_http_bodyparser.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - ldp/http/BodyParser | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module ldp/http/BodyParser

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-

Interfaces

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/ldp_http_convertingerrorhandler.html b/docs/modules/ldp_http_convertingerrorhandler.html deleted file mode 100644 index 4107feb61..000000000 --- a/docs/modules/ldp_http_convertingerrorhandler.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - ldp/http/ConvertingErrorHandler | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module ldp/http/ConvertingErrorHandler

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/ldp_http_errorhandler.html b/docs/modules/ldp_http_errorhandler.html deleted file mode 100644 index 416a1d8cd..000000000 --- a/docs/modules/ldp_http_errorhandler.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - ldp/http/ErrorHandler | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module ldp/http/ErrorHandler

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-

Interfaces

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/ldp_http_metadata_constantmetadatawriter.html b/docs/modules/ldp_http_metadata_constantmetadatawriter.html deleted file mode 100644 index bd978010c..000000000 --- a/docs/modules/ldp_http_metadata_constantmetadatawriter.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - ldp/http/metadata/ConstantMetadataWriter | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module ldp/http/metadata/ConstantMetadataWriter

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/ldp_http_metadata_contenttypeparser.html b/docs/modules/ldp_http_metadata_contenttypeparser.html deleted file mode 100644 index caf3af3f8..000000000 --- a/docs/modules/ldp_http_metadata_contenttypeparser.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - ldp/http/metadata/ContentTypeParser | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module ldp/http/metadata/ContentTypeParser

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/ldp_http_metadata_linkrelmetadatawriter.html b/docs/modules/ldp_http_metadata_linkrelmetadatawriter.html deleted file mode 100644 index cc2bfbd19..000000000 --- a/docs/modules/ldp_http_metadata_linkrelmetadatawriter.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - ldp/http/metadata/LinkRelMetadataWriter | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module ldp/http/metadata/LinkRelMetadataWriter

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/ldp_http_metadata_linktypeparser.html b/docs/modules/ldp_http_metadata_linktypeparser.html deleted file mode 100644 index bf9ac314b..000000000 --- a/docs/modules/ldp_http_metadata_linktypeparser.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - ldp/http/metadata/LinkTypeParser | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module ldp/http/metadata/LinkTypeParser

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/ldp_http_metadata_mappedmetadatawriter.html b/docs/modules/ldp_http_metadata_mappedmetadatawriter.html deleted file mode 100644 index b162ac88f..000000000 --- a/docs/modules/ldp_http_metadata_mappedmetadatawriter.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - ldp/http/metadata/MappedMetadataWriter | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module ldp/http/metadata/MappedMetadataWriter

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/ldp_http_metadata_metadataparser.html b/docs/modules/ldp_http_metadata_metadataparser.html deleted file mode 100644 index 918649a35..000000000 --- a/docs/modules/ldp_http_metadata_metadataparser.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - ldp/http/metadata/MetadataParser | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module ldp/http/metadata/MetadataParser

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/ldp_http_metadata_metadatawriter.html b/docs/modules/ldp_http_metadata_metadatawriter.html deleted file mode 100644 index 58b6283a5..000000000 --- a/docs/modules/ldp_http_metadata_metadatawriter.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - ldp/http/metadata/MetadataWriter | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module ldp/http/metadata/MetadataWriter

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/ldp_http_metadata_slugparser.html b/docs/modules/ldp_http_metadata_slugparser.html deleted file mode 100644 index ca2d88302..000000000 --- a/docs/modules/ldp_http_metadata_slugparser.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - ldp/http/metadata/SlugParser | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module ldp/http/metadata/SlugParser

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/ldp_http_metadata_wacallowmetadatawriter.html b/docs/modules/ldp_http_metadata_wacallowmetadatawriter.html deleted file mode 100644 index abf786fb3..000000000 --- a/docs/modules/ldp_http_metadata_wacallowmetadatawriter.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - ldp/http/metadata/WacAllowMetadataWriter | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module ldp/http/metadata/WacAllowMetadataWriter

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/ldp_http_metadata_wwwauthmetadatawriter.html b/docs/modules/ldp_http_metadata_wwwauthmetadatawriter.html deleted file mode 100644 index 35d6f3dd7..000000000 --- a/docs/modules/ldp_http_metadata_wwwauthmetadatawriter.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - ldp/http/metadata/WwwAuthMetadataWriter | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module ldp/http/metadata/WwwAuthMetadataWriter

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/ldp_http_originalurlextractor.html b/docs/modules/ldp_http_originalurlextractor.html deleted file mode 100644 index 75da789aa..000000000 --- a/docs/modules/ldp_http_originalurlextractor.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - ldp/http/OriginalUrlExtractor | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module ldp/http/OriginalUrlExtractor

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/ldp_http_patch.html b/docs/modules/ldp_http_patch.html deleted file mode 100644 index 7b12b1a7a..000000000 --- a/docs/modules/ldp_http_patch.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - ldp/http/Patch | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module ldp/http/Patch

-
-
-
-
-
-
-
-

Index

-
-
-
-

Interfaces

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/ldp_http_preferenceparser.html b/docs/modules/ldp_http_preferenceparser.html deleted file mode 100644 index 9d67eda6e..000000000 --- a/docs/modules/ldp_http_preferenceparser.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - ldp/http/PreferenceParser | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module ldp/http/PreferenceParser

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/ldp_http_rawbodyparser.html b/docs/modules/ldp_http_rawbodyparser.html deleted file mode 100644 index c4f5e70ab..000000000 --- a/docs/modules/ldp_http_rawbodyparser.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - ldp/http/RawBodyParser | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module ldp/http/RawBodyParser

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/ldp_http_requestparser.html b/docs/modules/ldp_http_requestparser.html deleted file mode 100644 index 0ec296e41..000000000 --- a/docs/modules/ldp_http_requestparser.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - ldp/http/RequestParser | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module ldp/http/RequestParser

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/ldp_http_response_createdresponsedescription.html b/docs/modules/ldp_http_response_createdresponsedescription.html deleted file mode 100644 index 3c71d5546..000000000 --- a/docs/modules/ldp_http_response_createdresponsedescription.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - ldp/http/response/CreatedResponseDescription | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module ldp/http/response/CreatedResponseDescription

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/ldp_http_response_okresponsedescription.html b/docs/modules/ldp_http_response_okresponsedescription.html deleted file mode 100644 index 1d123dab9..000000000 --- a/docs/modules/ldp_http_response_okresponsedescription.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - ldp/http/response/OkResponseDescription | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module ldp/http/response/OkResponseDescription

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/ldp_http_response_resetresponsedescription.html b/docs/modules/ldp_http_response_resetresponsedescription.html deleted file mode 100644 index 25f9da9aa..000000000 --- a/docs/modules/ldp_http_response_resetresponsedescription.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - ldp/http/response/ResetResponseDescription | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module ldp/http/response/ResetResponseDescription

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/ldp_http_response_responsedescription.html b/docs/modules/ldp_http_response_responsedescription.html deleted file mode 100644 index 2954d007b..000000000 --- a/docs/modules/ldp_http_response_responsedescription.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - ldp/http/response/ResponseDescription | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module ldp/http/response/ResponseDescription

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/ldp_http_responsewriter.html b/docs/modules/ldp_http_responsewriter.html deleted file mode 100644 index f078aa323..000000000 --- a/docs/modules/ldp_http_responsewriter.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - ldp/http/ResponseWriter | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module ldp/http/ResponseWriter

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/ldp_http_safeerrorhandler.html b/docs/modules/ldp_http_safeerrorhandler.html deleted file mode 100644 index 8f6c14194..000000000 --- a/docs/modules/ldp_http_safeerrorhandler.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - ldp/http/SafeErrorHandler | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module ldp/http/SafeErrorHandler

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/ldp_http_sparqlupdatebodyparser.html b/docs/modules/ldp_http_sparqlupdatebodyparser.html deleted file mode 100644 index fe0bcc868..000000000 --- a/docs/modules/ldp_http_sparqlupdatebodyparser.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - ldp/http/SparqlUpdateBodyParser | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module ldp/http/SparqlUpdateBodyParser

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/ldp_http_sparqlupdatepatch.html b/docs/modules/ldp_http_sparqlupdatepatch.html deleted file mode 100644 index 09c29e1cd..000000000 --- a/docs/modules/ldp_http_sparqlupdatepatch.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - ldp/http/SparqlUpdatePatch | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module ldp/http/SparqlUpdatePatch

-
-
-
-
-
-
-
-

Index

-
-
-
-

Interfaces

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/ldp_http_targetextractor.html b/docs/modules/ldp_http_targetextractor.html deleted file mode 100644 index bf8c8f8b6..000000000 --- a/docs/modules/ldp_http_targetextractor.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - ldp/http/TargetExtractor | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module ldp/http/TargetExtractor

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/ldp_operations_deleteoperationhandler.html b/docs/modules/ldp_operations_deleteoperationhandler.html deleted file mode 100644 index f3503b0b3..000000000 --- a/docs/modules/ldp_operations_deleteoperationhandler.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - ldp/operations/DeleteOperationHandler | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module ldp/operations/DeleteOperationHandler

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/ldp_operations_getoperationhandler.html b/docs/modules/ldp_operations_getoperationhandler.html deleted file mode 100644 index 37663c970..000000000 --- a/docs/modules/ldp_operations_getoperationhandler.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - ldp/operations/GetOperationHandler | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module ldp/operations/GetOperationHandler

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/ldp_operations_headoperationhandler.html b/docs/modules/ldp_operations_headoperationhandler.html deleted file mode 100644 index 04dc78d3d..000000000 --- a/docs/modules/ldp_operations_headoperationhandler.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - ldp/operations/HeadOperationHandler | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module ldp/operations/HeadOperationHandler

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/ldp_operations_operation.html b/docs/modules/ldp_operations_operation.html deleted file mode 100644 index 0def021b0..000000000 --- a/docs/modules/ldp_operations_operation.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - ldp/operations/Operation | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module ldp/operations/Operation

-
-
-
-
-
-
-
-

Index

-
-
-
-

Interfaces

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/ldp_operations_operationhandler.html b/docs/modules/ldp_operations_operationhandler.html deleted file mode 100644 index 89b0874e5..000000000 --- a/docs/modules/ldp_operations_operationhandler.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - ldp/operations/OperationHandler | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module ldp/operations/OperationHandler

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/ldp_operations_patchoperationhandler.html b/docs/modules/ldp_operations_patchoperationhandler.html deleted file mode 100644 index 6478b2607..000000000 --- a/docs/modules/ldp_operations_patchoperationhandler.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - ldp/operations/PatchOperationHandler | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module ldp/operations/PatchOperationHandler

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/ldp_operations_postoperationhandler.html b/docs/modules/ldp_operations_postoperationhandler.html deleted file mode 100644 index 7066f1885..000000000 --- a/docs/modules/ldp_operations_postoperationhandler.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - ldp/operations/PostOperationHandler | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module ldp/operations/PostOperationHandler

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/ldp_operations_putoperationhandler.html b/docs/modules/ldp_operations_putoperationhandler.html deleted file mode 100644 index 33074447e..000000000 --- a/docs/modules/ldp_operations_putoperationhandler.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - ldp/operations/PutOperationHandler | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module ldp/operations/PutOperationHandler

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/ldp_permissions_aclpermissionsextractor.html b/docs/modules/ldp_permissions_aclpermissionsextractor.html deleted file mode 100644 index 8478c58c7..000000000 --- a/docs/modules/ldp_permissions_aclpermissionsextractor.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - ldp/permissions/AclPermissionsExtractor | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module ldp/permissions/AclPermissionsExtractor

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/ldp_permissions_methodpermissionsextractor.html b/docs/modules/ldp_permissions_methodpermissionsextractor.html deleted file mode 100644 index 8aefbd0d8..000000000 --- a/docs/modules/ldp_permissions_methodpermissionsextractor.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - ldp/permissions/MethodPermissionsExtractor | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module ldp/permissions/MethodPermissionsExtractor

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/ldp_permissions_permissionset.html b/docs/modules/ldp_permissions_permissionset.html deleted file mode 100644 index c6a7a0b0e..000000000 --- a/docs/modules/ldp_permissions_permissionset.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - ldp/permissions/PermissionSet | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module ldp/permissions/PermissionSet

-
-
-
-
-
-
-
-

Index

-
-
-
-

Interfaces

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/ldp_permissions_permissionsextractor.html b/docs/modules/ldp_permissions_permissionsextractor.html deleted file mode 100644 index f83206cdf..000000000 --- a/docs/modules/ldp_permissions_permissionsextractor.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - ldp/permissions/PermissionsExtractor | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module ldp/permissions/PermissionsExtractor

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/ldp_permissions_sparqlpatchpermissionsextractor.html b/docs/modules/ldp_permissions_sparqlpatchpermissionsextractor.html deleted file mode 100644 index 29825dbe8..000000000 --- a/docs/modules/ldp_permissions_sparqlpatchpermissionsextractor.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - ldp/permissions/SparqlPatchPermissionsExtractor | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module ldp/permissions/SparqlPatchPermissionsExtractor

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/ldp_representation_basicrepresentation.html b/docs/modules/ldp_representation_basicrepresentation.html deleted file mode 100644 index 23e05eb9a..000000000 --- a/docs/modules/ldp_representation_basicrepresentation.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - ldp/representation/BasicRepresentation | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module ldp/representation/BasicRepresentation

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/ldp_representation_representation.html b/docs/modules/ldp_representation_representation.html deleted file mode 100644 index 8de748671..000000000 --- a/docs/modules/ldp_representation_representation.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - ldp/representation/Representation | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module ldp/representation/Representation

-
-
-
-
-
-
-
-

Index

-
-
-
-

Interfaces

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/ldp_representation_representationmetadata.html b/docs/modules/ldp_representation_representationmetadata.html deleted file mode 100644 index 6cda7a830..000000000 --- a/docs/modules/ldp_representation_representationmetadata.html +++ /dev/null @@ -1,232 +0,0 @@ - - - - - - ldp/representation/RepresentationMetadata | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module ldp/representation/RepresentationMetadata

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-

Type aliases

- -
-
-

Functions

- -
-
-
-
-
-

Type aliases

-
- -

MetadataGraph

-
MetadataGraph: NamedNode | BlankNode | DefaultGraph | string
- -
-
- -

MetadataIdentifier

-
MetadataIdentifier: ResourceIdentifier | NamedNode | BlankNode
- -
-
- -

MetadataRecord

-
MetadataRecord: Record<string, MetadataValue>
- -
-
- -

MetadataValue

-
MetadataValue: NamedNode | Literal | string | (NamedNode | Literal | string)[]
- -
-
-
-

Functions

-
- -

isRepresentationMetadata

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/ldp_representation_representationpreferences.html b/docs/modules/ldp_representation_representationpreferences.html deleted file mode 100644 index a1d8e6937..000000000 --- a/docs/modules/ldp_representation_representationpreferences.html +++ /dev/null @@ -1,191 +0,0 @@ - - - - - - ldp/representation/RepresentationPreferences | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module ldp/representation/RepresentationPreferences

-
-
-
-
-
-
-
-

Index

-
-
-
-

Interfaces

- -
-
-

Type aliases

- -
-
-
-
-
-

Type aliases

-
- -

ValuePreference

-
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

-
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"."

-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/ldp_representation_resourceidentifier.html b/docs/modules/ldp_representation_resourceidentifier.html deleted file mode 100644 index b2ac78661..000000000 --- a/docs/modules/ldp_representation_resourceidentifier.html +++ /dev/null @@ -1,168 +0,0 @@ - - - - - - ldp/representation/ResourceIdentifier | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module ldp/representation/ResourceIdentifier

-
-
-
-
-
-
-
-

Index

-
-
-
-

Interfaces

- -
-
-

Functions

- -
-
-
-
-
-

Functions

-
- -

isResourceIdentifier

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/ldp_unsecurewebsocketsprotocol.html b/docs/modules/ldp_unsecurewebsocketsprotocol.html deleted file mode 100644 index ef9496d68..000000000 --- a/docs/modules/ldp_unsecurewebsocketsprotocol.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - ldp/UnsecureWebSocketsProtocol | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module ldp/UnsecureWebSocketsProtocol

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/logging_lazylogger.html b/docs/modules/logging_lazylogger.html deleted file mode 100644 index 717f54edf..000000000 --- a/docs/modules/logging_lazylogger.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - logging/LazyLogger | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module logging/LazyLogger

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/logging_lazyloggerfactory.html b/docs/modules/logging_lazyloggerfactory.html deleted file mode 100644 index 6e2cc8070..000000000 --- a/docs/modules/logging_lazyloggerfactory.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - logging/LazyLoggerFactory | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module logging/LazyLoggerFactory

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/logging_logger.html b/docs/modules/logging_logger.html deleted file mode 100644 index 0a3f5846c..000000000 --- a/docs/modules/logging_logger.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - logging/Logger | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module logging/Logger

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/logging_loggerfactory.html b/docs/modules/logging_loggerfactory.html deleted file mode 100644 index 329c0b416..000000000 --- a/docs/modules/logging_loggerfactory.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - logging/LoggerFactory | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module logging/LoggerFactory

-
-
-
-
-
-
-
-

Index

-
-
-
-

Interfaces

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/logging_loglevel.html b/docs/modules/logging_loglevel.html deleted file mode 100644 index a8260e4d8..000000000 --- a/docs/modules/logging_loglevel.html +++ /dev/null @@ -1,146 +0,0 @@ - - - - - - logging/LogLevel | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module logging/LogLevel

-
-
-
-
-
-
-
-

Index

-
-
-
-

Type aliases

- -
-
-
-
-
-

Type aliases

-
- -

LogLevel

-
LogLevel: "error" | "warn" | "info" | "verbose" | "debug" | "silly"
- -
-
-

Different log levels, from most important to least important.

-
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/logging_logutil.html b/docs/modules/logging_logutil.html deleted file mode 100644 index 5bfe56306..000000000 --- a/docs/modules/logging_logutil.html +++ /dev/null @@ -1,235 +0,0 @@ - - - - - - logging/LogUtil | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module logging/LogUtil

-
-
-
-
-
-
-
-

Index

-
- -
-
-
-

Functions

-
- -

getLoggerFor

-
    -
  • getLoggerFor(loggable: string | Instance): Logger
  • -
-
    -
  • - -
    -
    -

    Gets a logger instance for the given class instance.

    -
    -

    The returned type of logger depends on the configured LoggerFactory in {@link Setup}.

    -

    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

    -
  • -
-
-
- -

resetGlobalLoggerFactory

-
    -
  • resetGlobalLoggerFactory(): void
  • -
-
    -
  • - -
    -
    -

    Resets the global logger factory to undefined.

    -
    -

    This typically only needs to be called during testing. - Call this at your own risk.

    -
    -

    Returns void

    -
  • -
-
-
- -

setGlobalLoggerFactory

- -
    -
  • - -
    -
    -

    Sets the global logger factory. - This will cause all loggers created by getLoggerFor to be delegated to a logger from the given factory.

    -
    -
    -

    Parameters

    - -

    Returns void

    -
  • -
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/logging_voidlogger.html b/docs/modules/logging_voidlogger.html deleted file mode 100644 index 4b161ce5b..000000000 --- a/docs/modules/logging_voidlogger.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - logging/VoidLogger | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module logging/VoidLogger

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/logging_voidloggerfactory.html b/docs/modules/logging_voidloggerfactory.html deleted file mode 100644 index 07a2ecd93..000000000 --- a/docs/modules/logging_voidloggerfactory.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - logging/VoidLoggerFactory | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module logging/VoidLoggerFactory

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/logging_winstonlogger.html b/docs/modules/logging_winstonlogger.html deleted file mode 100644 index 63306449c..000000000 --- a/docs/modules/logging_winstonlogger.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - logging/WinstonLogger | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module logging/WinstonLogger

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/logging_winstonloggerfactory.html b/docs/modules/logging_winstonloggerfactory.html deleted file mode 100644 index 8abcc3fc1..000000000 --- a/docs/modules/logging_winstonloggerfactory.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - logging/WinstonLoggerFactory | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module logging/WinstonLoggerFactory

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/pods_configpodmanager.html b/docs/modules/pods_configpodmanager.html deleted file mode 100644 index 5986c8885..000000000 --- a/docs/modules/pods_configpodmanager.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - pods/ConfigPodManager | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module pods/ConfigPodManager

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/pods_generate_basecomponentsjsfactory.html b/docs/modules/pods_generate_basecomponentsjsfactory.html deleted file mode 100644 index e66e0529b..000000000 --- a/docs/modules/pods_generate_basecomponentsjsfactory.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - pods/generate/BaseComponentsJsFactory | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module pods/generate/BaseComponentsJsFactory

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/pods_generate_componentsjsfactory.html b/docs/modules/pods_generate_componentsjsfactory.html deleted file mode 100644 index dc2ff119c..000000000 --- a/docs/modules/pods_generate_componentsjsfactory.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - pods/generate/ComponentsJsFactory | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module pods/generate/ComponentsJsFactory

-
-
-
-
-
-
-
-

Index

-
-
-
-

Interfaces

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/pods_generate_generateutil.html b/docs/modules/pods_generate_generateutil.html deleted file mode 100644 index 8e05bf93e..000000000 --- a/docs/modules/pods_generate_generateutil.html +++ /dev/null @@ -1,181 +0,0 @@ - - - - - - pods/generate/GenerateUtil | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module pods/generate/GenerateUtil

-
-
-
-
-
-
-
-

Index

-
-
-
-

Functions

- -
-
-
-
-
-

Functions

-
- -

addGeneratedResources

- -
    -
  • - -
    -
    -

    Generates resources with the given generator and adds them to the given store.

    -
    -
    -

    Parameters

    -
      -
    • -
      identifier: ResourceIdentifier
      -
      -

      Identifier of the pod.

      -
      -
    • -
    • -
      settings: NodeJS.Dict<string>
      -
      -

      Settings from which the pod is being created.

      -
      -
    • -
    • -
      generator: ResourcesGenerator
      -
      -

      Generator to be used.

      -
      -
    • -
    • -
      store: ResourceStore
      -
      -

      Store to be updated.

      -
      -
    • -
    -

    Returns Promise<number>

    -

    The amount of resources that were added.

    -
  • -
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/pods_generate_identifiergenerator.html b/docs/modules/pods_generate_identifiergenerator.html deleted file mode 100644 index 1ea98231c..000000000 --- a/docs/modules/pods_generate_identifiergenerator.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - pods/generate/IdentifierGenerator | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module pods/generate/IdentifierGenerator

-
-
-
-
-
-
-
-

Index

-
-
-
-

Interfaces

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/pods_generate_podgenerator.html b/docs/modules/pods_generate_podgenerator.html deleted file mode 100644 index de678ad70..000000000 --- a/docs/modules/pods_generate_podgenerator.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - pods/generate/PodGenerator | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module pods/generate/PodGenerator

-
-
-
-
-
-
-
-

Index

-
-
-
-

Interfaces

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/pods_generate_resourcesgenerator.html b/docs/modules/pods_generate_resourcesgenerator.html deleted file mode 100644 index 6713ba25c..000000000 --- a/docs/modules/pods_generate_resourcesgenerator.html +++ /dev/null @@ -1,132 +0,0 @@ - - - - - - pods/generate/ResourcesGenerator | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module pods/generate/ResourcesGenerator

-
-
-
-
-
-
-
-

Index

-
-
-
-

Interfaces

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/pods_generate_subdomainidentifiergenerator.html b/docs/modules/pods_generate_subdomainidentifiergenerator.html deleted file mode 100644 index 9f40259f9..000000000 --- a/docs/modules/pods_generate_subdomainidentifiergenerator.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - pods/generate/SubdomainIdentifierGenerator | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module pods/generate/SubdomainIdentifierGenerator

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/pods_generate_suffixidentifiergenerator.html b/docs/modules/pods_generate_suffixidentifiergenerator.html deleted file mode 100644 index 4687c96fb..000000000 --- a/docs/modules/pods_generate_suffixidentifiergenerator.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - pods/generate/SuffixIdentifierGenerator | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module pods/generate/SuffixIdentifierGenerator

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/pods_generate_templatedpodgenerator.html b/docs/modules/pods_generate_templatedpodgenerator.html deleted file mode 100644 index c5c10daea..000000000 --- a/docs/modules/pods_generate_templatedpodgenerator.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - pods/generate/TemplatedPodGenerator | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module pods/generate/TemplatedPodGenerator

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/pods_generate_templatedresourcesgenerator.html b/docs/modules/pods_generate_templatedresourcesgenerator.html deleted file mode 100644 index 6634c36a9..000000000 --- a/docs/modules/pods_generate_templatedresourcesgenerator.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - pods/generate/TemplatedResourcesGenerator | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module pods/generate/TemplatedResourcesGenerator

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/pods_generate_variables_baseurlhandler.html b/docs/modules/pods_generate_variables_baseurlhandler.html deleted file mode 100644 index 7f596a049..000000000 --- a/docs/modules/pods_generate_variables_baseurlhandler.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - pods/generate/variables/BaseUrlHandler | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module pods/generate/variables/BaseUrlHandler

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/pods_generate_variables_rootfilepathhandler.html b/docs/modules/pods_generate_variables_rootfilepathhandler.html deleted file mode 100644 index c85c875d5..000000000 --- a/docs/modules/pods_generate_variables_rootfilepathhandler.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - pods/generate/variables/RootFilePathHandler | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module pods/generate/variables/RootFilePathHandler

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/pods_generate_variables_variablehandler.html b/docs/modules/pods_generate_variables_variablehandler.html deleted file mode 100644 index ca0a51b04..000000000 --- a/docs/modules/pods_generate_variables_variablehandler.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - pods/generate/variables/VariableHandler | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module pods/generate/variables/VariableHandler

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/pods_generate_variables_variables.html b/docs/modules/pods_generate_variables_variables.html deleted file mode 100644 index 881f0dfcc..000000000 --- a/docs/modules/pods_generate_variables_variables.html +++ /dev/null @@ -1,196 +0,0 @@ - - - - - - pods/generate/variables/Variables | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module pods/generate/variables/Variables

-
-
-
-
-
-
-
-

Index

-
-
-
-

Variables

- -
-
-

Functions

- -
-
-
-
-
-

Variables

-
- -

Const TEMPLATE

-
TEMPLATE: { namespace: string } & RecordOf<"ResourceStore"[], string> & { terms: Namespace<"ResourceStore"[], NamedNode<string>> } = ...
- -
-
- -

Const TEMPLATE_VARIABLE

-
TEMPLATE_VARIABLE: { namespace: string } & RecordOf<("baseUrl" | "rootFilePath" | "sparqlEndpoint" | "templateConfig")[], string> & { terms: Namespace<("baseUrl" | "rootFilePath" | "sparqlEndpoint" | "templateConfig")[], NamedNode<string>> } = ...
- -
-
-
-

Functions

-
- -

isValidVariable

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

    -
  • -
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/pods_generate_variables_variablesetter.html b/docs/modules/pods_generate_variables_variablesetter.html deleted file mode 100644 index 6852ba1d4..000000000 --- a/docs/modules/pods_generate_variables_variablesetter.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - pods/generate/variables/VariableSetter | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module pods/generate/variables/VariableSetter

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/pods_generatedpodmanager.html b/docs/modules/pods_generatedpodmanager.html deleted file mode 100644 index d04a1279f..000000000 --- a/docs/modules/pods_generatedpodmanager.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - pods/GeneratedPodManager | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module pods/GeneratedPodManager

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/pods_podmanager.html b/docs/modules/pods_podmanager.html deleted file mode 100644 index 0b9e4279b..000000000 --- a/docs/modules/pods_podmanager.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - pods/PodManager | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module pods/PodManager

-
-
-
-
-
-
-
-

Index

-
-
-
-

Interfaces

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/pods_settings_podsettings.html b/docs/modules/pods_settings_podsettings.html deleted file mode 100644 index 15d1903ec..000000000 --- a/docs/modules/pods_settings_podsettings.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - pods/settings/PodSettings | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module pods/settings/PodSettings

-
-
-
-
-
-
-
-

Index

-
-
-
-

Interfaces

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/server_basehttpserverfactory.html b/docs/modules/server_basehttpserverfactory.html deleted file mode 100644 index 9762bf95e..000000000 --- a/docs/modules/server_basehttpserverfactory.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - server/BaseHttpServerFactory | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module server/BaseHttpServerFactory

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-

Interfaces

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/server_httphandler.html b/docs/modules/server_httphandler.html deleted file mode 100644 index 2190c1915..000000000 --- a/docs/modules/server_httphandler.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - server/HttpHandler | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module server/HttpHandler

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-

Interfaces

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/server_httprequest.html b/docs/modules/server_httprequest.html deleted file mode 100644 index f750b9380..000000000 --- a/docs/modules/server_httprequest.html +++ /dev/null @@ -1,186 +0,0 @@ - - - - - - server/HttpRequest | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module server/HttpRequest

-
-
-
-
-
-
-
-

Index

-
-
-
-

Type aliases

- -
-
-

Functions

- -
-
-
-
-
-

Type aliases

-
- -

HttpRequest

-
HttpRequest: Guarded<IncomingMessage>
- -
-
-

An incoming HTTP request;

-
-
-
-
-
-

Functions

-
- -

isHttpRequest

-
    -
  • isHttpRequest(stream: any): stream is HttpRequest
  • -
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/server_httpresponse.html b/docs/modules/server_httpresponse.html deleted file mode 100644 index 31b707274..000000000 --- a/docs/modules/server_httpresponse.html +++ /dev/null @@ -1,146 +0,0 @@ - - - - - - server/HttpResponse | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module server/HttpResponse

-
-
-
-
-
-
-
-

Index

-
-
-
-

Type aliases

- -
-
-
-
-
-

Type aliases

-
- -

HttpResponse

-
HttpResponse: ServerResponse
- -
-
-

An outgoing HTTP response;

-
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/server_httpserverfactory.html b/docs/modules/server_httpserverfactory.html deleted file mode 100644 index 654f2b0f0..000000000 --- a/docs/modules/server_httpserverfactory.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - server/HttpServerFactory | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module server/HttpServerFactory

-
-
-
-
-
-
-
-

Index

-
-
-
-

Interfaces

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/server_middleware_corshandler.html b/docs/modules/server_middleware_corshandler.html deleted file mode 100644 index 558d79338..000000000 --- a/docs/modules/server_middleware_corshandler.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - server/middleware/CorsHandler | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module server/middleware/CorsHandler

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/server_middleware_headerhandler.html b/docs/modules/server_middleware_headerhandler.html deleted file mode 100644 index aac5dba4f..000000000 --- a/docs/modules/server_middleware_headerhandler.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - server/middleware/HeaderHandler | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module server/middleware/HeaderHandler

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/server_middleware_staticassethandler.html b/docs/modules/server_middleware_staticassethandler.html deleted file mode 100644 index ac83e08bc..000000000 --- a/docs/modules/server_middleware_staticassethandler.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - server/middleware/StaticAssetHandler | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module server/middleware/StaticAssetHandler

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/server_middleware_websocketadvertiser.html b/docs/modules/server_middleware_websocketadvertiser.html deleted file mode 100644 index 8ac54282f..000000000 --- a/docs/modules/server_middleware_websocketadvertiser.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - server/middleware/WebSocketAdvertiser | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module server/middleware/WebSocketAdvertiser

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/server_util_routerhandler.html b/docs/modules/server_util_routerhandler.html deleted file mode 100644 index 0a3f56534..000000000 --- a/docs/modules/server_util_routerhandler.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - server/util/RouterHandler | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module server/util/RouterHandler

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/server_util_templatehandler.html b/docs/modules/server_util_templatehandler.html deleted file mode 100644 index b4903d436..000000000 --- a/docs/modules/server_util_templatehandler.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - server/util/TemplateHandler | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module server/util/TemplateHandler

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/server_websockethandler.html b/docs/modules/server_websockethandler.html deleted file mode 100644 index 3b88e322e..000000000 --- a/docs/modules/server_websockethandler.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - server/WebSocketHandler | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module server/WebSocketHandler

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/server_websocketserverfactory.html b/docs/modules/server_websocketserverfactory.html deleted file mode 100644 index 89f822526..000000000 --- a/docs/modules/server_websocketserverfactory.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - server/WebSocketServerFactory | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module server/WebSocketServerFactory

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/storage_accessors_dataaccessor.html b/docs/modules/storage_accessors_dataaccessor.html deleted file mode 100644 index 05fd6d23a..000000000 --- a/docs/modules/storage_accessors_dataaccessor.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - storage/accessors/DataAccessor | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module storage/accessors/DataAccessor

-
-
-
-
-
-
-
-

Index

-
-
-
-

Interfaces

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/storage_accessors_filedataaccessor.html b/docs/modules/storage_accessors_filedataaccessor.html deleted file mode 100644 index c63e5b627..000000000 --- a/docs/modules/storage_accessors_filedataaccessor.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - storage/accessors/FileDataAccessor | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module storage/accessors/FileDataAccessor

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/storage_accessors_inmemorydataaccessor.html b/docs/modules/storage_accessors_inmemorydataaccessor.html deleted file mode 100644 index 590a02789..000000000 --- a/docs/modules/storage_accessors_inmemorydataaccessor.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - storage/accessors/InMemoryDataAccessor | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module storage/accessors/InMemoryDataAccessor

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/storage_accessors_sparqldataaccessor.html b/docs/modules/storage_accessors_sparqldataaccessor.html deleted file mode 100644 index c2402b3d8..000000000 --- a/docs/modules/storage_accessors_sparqldataaccessor.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - storage/accessors/SparqlDataAccessor | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module storage/accessors/SparqlDataAccessor

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/storage_atomicresourcestore.html b/docs/modules/storage_atomicresourcestore.html deleted file mode 100644 index 1882681a0..000000000 --- a/docs/modules/storage_atomicresourcestore.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - storage/AtomicResourceStore | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module storage/AtomicResourceStore

-
-
-
-
-
-
-
-

Index

-
-
-
-

Interfaces

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/storage_baseresourcestore.html b/docs/modules/storage_baseresourcestore.html deleted file mode 100644 index 607907ee0..000000000 --- a/docs/modules/storage_baseresourcestore.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - storage/BaseResourceStore | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module storage/BaseResourceStore

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/storage_conditions.html b/docs/modules/storage_conditions.html deleted file mode 100644 index af408781f..000000000 --- a/docs/modules/storage_conditions.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - storage/Conditions | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module storage/Conditions

-
-
-
-
-
-
-
-

Index

-
-
-
-

Interfaces

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/storage_conversion_chainedconverter.html b/docs/modules/storage_conversion_chainedconverter.html deleted file mode 100644 index 919ee2f47..000000000 --- a/docs/modules/storage_conversion_chainedconverter.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - storage/conversion/ChainedConverter | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module storage/conversion/ChainedConverter

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/storage_conversion_constantconverter.html b/docs/modules/storage_conversion_constantconverter.html deleted file mode 100644 index 4bf7fe25d..000000000 --- a/docs/modules/storage_conversion_constantconverter.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - storage/conversion/ConstantConverter | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module storage/conversion/ConstantConverter

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-

Interfaces

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/storage_conversion_containertotemplateconverter.html b/docs/modules/storage_conversion_containertotemplateconverter.html deleted file mode 100644 index 99335eb64..000000000 --- a/docs/modules/storage_conversion_containertotemplateconverter.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - storage/conversion/ContainerToTemplateConverter | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module storage/conversion/ContainerToTemplateConverter

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/storage_conversion_contenttypereplacer.html b/docs/modules/storage_conversion_contenttypereplacer.html deleted file mode 100644 index b3bb94bba..000000000 --- a/docs/modules/storage_conversion_contenttypereplacer.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - storage/conversion/ContentTypeReplacer | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module storage/conversion/ContentTypeReplacer

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/storage_conversion_conversionutil.html b/docs/modules/storage_conversion_conversionutil.html deleted file mode 100644 index 9a6b2a4a7..000000000 --- a/docs/modules/storage_conversion_conversionutil.html +++ /dev/null @@ -1,465 +0,0 @@ - - - - - - storage/conversion/ConversionUtil | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module storage/conversion/ConversionUtil

-
-
-
-
-
-
-
-

Index

-
- -
-
-
-

Functions

-
- -

cleanPreferences

- -
    -
  • - -
    -
    -

    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

    -
      -
    • -
      preferences: ValuePreferences = {}
      -
      -

      Preferences that need to be updated.

      -
      -
    • -
    -

    Returns ValuePreferences

    -

    A copy of the the preferences with the necessary updates.

    -
  • -
-
-
- -

getBestPreference

- -
    -
  • - -
    -
    -

    Finds the type from the given types that has the best match with the given preferences, - based on the calculated weight.

    -
    -
    -

    Parameters

    -
      -
    • -
      types: ValuePreferences
      -
      -

      Types for which we want to find the best match.

      -
      -
    • -
    • -
      preferred: ValuePreferences
      -
      -

      Preferences to match the types against.

      -
      -
    • -
    -

    Returns ValuePreference | undefined

    -

    A ValuePreference containing the best match and the corresponding weight. - Undefined if there is no match.

    -
  • -
-
-
- -

getConversionTarget

- -
    -
  • - -
    -
    -

    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.

    -
  • -
-
-
- -

getTypeWeight

- -
    -
  • - -
    -
    -

    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.

    -
  • -
-
-
- -

getWeightedPreferences

- -
    -
  • - -
    -
    -

    Measures the weights for all the given types when matched against the given preferences. - Results will be sorted by weight. - Weights of 0 indicate that no match is possible.

    -
    -
    -

    Parameters

    -
      -
    • -
      types: ValuePreferences
      -
      -

      Types for which we want to calculate the weights.

      -
      -
    • -
    • -
      preferred: ValuePreferences
      -
      -

      Preferences to match the types against.

      -
      -
    • -
    -

    Returns ValuePreference[]

    -

    An array with a ValuePreference object for every input type, sorted by calculated weight.

    -
  • -
-
-
- -

isInternalContentType

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

    -
  • -
-
-
- -

matchesMediaPreferences

-
    -
  • matchesMediaPreferences(type: string, preferred?: ValuePreferences): boolean
  • -
- -
-
- -

matchesMediaType

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

    -
  • -
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/storage_conversion_errortoquadconverter.html b/docs/modules/storage_conversion_errortoquadconverter.html deleted file mode 100644 index de0bf6eaf..000000000 --- a/docs/modules/storage_conversion_errortoquadconverter.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - storage/conversion/ErrorToQuadConverter | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module storage/conversion/ErrorToQuadConverter

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/storage_conversion_errortotemplateconverter.html b/docs/modules/storage_conversion_errortotemplateconverter.html deleted file mode 100644 index 6de598095..000000000 --- a/docs/modules/storage_conversion_errortotemplateconverter.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - storage/conversion/ErrorToTemplateConverter | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module storage/conversion/ErrorToTemplateConverter

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-

Interfaces

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/storage_conversion_ifneededconverter.html b/docs/modules/storage_conversion_ifneededconverter.html deleted file mode 100644 index b2ac5fd25..000000000 --- a/docs/modules/storage_conversion_ifneededconverter.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - storage/conversion/IfNeededConverter | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module storage/conversion/IfNeededConverter

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/storage_conversion_markdowntohtmlconverter.html b/docs/modules/storage_conversion_markdowntohtmlconverter.html deleted file mode 100644 index de20051ea..000000000 --- a/docs/modules/storage_conversion_markdowntohtmlconverter.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - storage/conversion/MarkdownToHtmlConverter | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module storage/conversion/MarkdownToHtmlConverter

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/storage_conversion_passthroughconverter.html b/docs/modules/storage_conversion_passthroughconverter.html deleted file mode 100644 index a68220097..000000000 --- a/docs/modules/storage_conversion_passthroughconverter.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - storage/conversion/PassthroughConverter | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module storage/conversion/PassthroughConverter

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/storage_conversion_quadtordfconverter.html b/docs/modules/storage_conversion_quadtordfconverter.html deleted file mode 100644 index 8aecbf0c8..000000000 --- a/docs/modules/storage_conversion_quadtordfconverter.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - storage/conversion/QuadToRdfConverter | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module storage/conversion/QuadToRdfConverter

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/storage_conversion_rdftoquadconverter.html b/docs/modules/storage_conversion_rdftoquadconverter.html deleted file mode 100644 index 6a050984c..000000000 --- a/docs/modules/storage_conversion_rdftoquadconverter.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - storage/conversion/RdfToQuadConverter | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module storage/conversion/RdfToQuadConverter

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/storage_conversion_representationconverter.html b/docs/modules/storage_conversion_representationconverter.html deleted file mode 100644 index 7de29fa20..000000000 --- a/docs/modules/storage_conversion_representationconverter.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - storage/conversion/RepresentationConverter | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module storage/conversion/RepresentationConverter

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-

Interfaces

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/storage_conversion_typedrepresentationconverter.html b/docs/modules/storage_conversion_typedrepresentationconverter.html deleted file mode 100644 index 82aab728c..000000000 --- a/docs/modules/storage_conversion_typedrepresentationconverter.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - storage/conversion/TypedRepresentationConverter | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module storage/conversion/TypedRepresentationConverter

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/storage_dataaccessorbasedstore.html b/docs/modules/storage_dataaccessorbasedstore.html deleted file mode 100644 index 028355da8..000000000 --- a/docs/modules/storage_dataaccessorbasedstore.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - storage/DataAccessorBasedStore | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module storage/DataAccessorBasedStore

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/storage_indexrepresentationstore.html b/docs/modules/storage_indexrepresentationstore.html deleted file mode 100644 index d76f6721e..000000000 --- a/docs/modules/storage_indexrepresentationstore.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - storage/IndexRepresentationStore | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module storage/IndexRepresentationStore

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/storage_keyvalue_expiringstorage.html b/docs/modules/storage_keyvalue_expiringstorage.html deleted file mode 100644 index b4331ee1d..000000000 --- a/docs/modules/storage_keyvalue_expiringstorage.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - storage/keyvalue/ExpiringStorage | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module storage/keyvalue/ExpiringStorage

-
-
-
-
-
-
-
-

Index

-
-
-
-

Interfaces

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/storage_keyvalue_jsonfilestorage.html b/docs/modules/storage_keyvalue_jsonfilestorage.html deleted file mode 100644 index fc90347f6..000000000 --- a/docs/modules/storage_keyvalue_jsonfilestorage.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - storage/keyvalue/JsonFileStorage | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module storage/keyvalue/JsonFileStorage

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/storage_keyvalue_jsonresourcestorage.html b/docs/modules/storage_keyvalue_jsonresourcestorage.html deleted file mode 100644 index 48e8a7f9d..000000000 --- a/docs/modules/storage_keyvalue_jsonresourcestorage.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - storage/keyvalue/JsonResourceStorage | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module storage/keyvalue/JsonResourceStorage

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/storage_keyvalue_keyvaluestorage.html b/docs/modules/storage_keyvalue_keyvaluestorage.html deleted file mode 100644 index 5d2673c77..000000000 --- a/docs/modules/storage_keyvalue_keyvaluestorage.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - storage/keyvalue/KeyValueStorage | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module storage/keyvalue/KeyValueStorage

-
-
-
-
-
-
-
-

Index

-
-
-
-

Interfaces

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/storage_keyvalue_memorymapstorage.html b/docs/modules/storage_keyvalue_memorymapstorage.html deleted file mode 100644 index 3e5610312..000000000 --- a/docs/modules/storage_keyvalue_memorymapstorage.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - storage/keyvalue/MemoryMapStorage | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module storage/keyvalue/MemoryMapStorage

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/storage_keyvalue_wrappedexpiringstorage.html b/docs/modules/storage_keyvalue_wrappedexpiringstorage.html deleted file mode 100644 index 0fe2e5760..000000000 --- a/docs/modules/storage_keyvalue_wrappedexpiringstorage.html +++ /dev/null @@ -1,167 +0,0 @@ - - - - - - storage/keyvalue/WrappedExpiringStorage | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module storage/keyvalue/WrappedExpiringStorage

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-

Type aliases

- -
-
-
-
-
-

Type aliases

-
- -

Expires

-
Expires<T>: { expires?: string; payload: T }
- -

Type parameters

-
    -
  • -

    T

    -
  • -
-
-

Type declaration

-
    -
  • -
    Optional expires?: string
    -
  • -
  • -
    payload: T
    -
  • -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/storage_lockingresourcestore.html b/docs/modules/storage_lockingresourcestore.html deleted file mode 100644 index cb27e2d7b..000000000 --- a/docs/modules/storage_lockingresourcestore.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - storage/LockingResourceStore | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module storage/LockingResourceStore

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/storage_mapping_basefileidentifiermapper.html b/docs/modules/storage_mapping_basefileidentifiermapper.html deleted file mode 100644 index 04f30d86c..000000000 --- a/docs/modules/storage_mapping_basefileidentifiermapper.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - storage/mapping/BaseFileIdentifierMapper | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module storage/mapping/BaseFileIdentifierMapper

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/storage_mapping_extensionbasedmapper.html b/docs/modules/storage_mapping_extensionbasedmapper.html deleted file mode 100644 index 3e79a0314..000000000 --- a/docs/modules/storage_mapping_extensionbasedmapper.html +++ /dev/null @@ -1,132 +0,0 @@ - - - - - - storage/mapping/ExtensionBasedMapper | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module storage/mapping/ExtensionBasedMapper

-
-
-
-
-
-
-
-

Index

-
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/storage_mapping_fileidentifiermapper.html b/docs/modules/storage_mapping_fileidentifiermapper.html deleted file mode 100644 index 5f289fdea..000000000 --- a/docs/modules/storage_mapping_fileidentifiermapper.html +++ /dev/null @@ -1,136 +0,0 @@ - - - - - - storage/mapping/FileIdentifierMapper | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module storage/mapping/FileIdentifierMapper

-
-
-
-
-
-
-
-

Index

-
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/storage_mapping_fixedcontenttypemapper.html b/docs/modules/storage_mapping_fixedcontenttypemapper.html deleted file mode 100644 index c6facb251..000000000 --- a/docs/modules/storage_mapping_fixedcontenttypemapper.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - storage/mapping/FixedContentTypeMapper | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module storage/mapping/FixedContentTypeMapper

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/storage_mapping_subdomainextensionbasedmapper.html b/docs/modules/storage_mapping_subdomainextensionbasedmapper.html deleted file mode 100644 index 9f6656eff..000000000 --- a/docs/modules/storage_mapping_subdomainextensionbasedmapper.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - storage/mapping/SubdomainExtensionBasedMapper | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module storage/mapping/SubdomainExtensionBasedMapper

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/storage_monitoringstore.html b/docs/modules/storage_monitoringstore.html deleted file mode 100644 index eea677c03..000000000 --- a/docs/modules/storage_monitoringstore.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - storage/MonitoringStore | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module storage/MonitoringStore

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/storage_passthroughstore.html b/docs/modules/storage_passthroughstore.html deleted file mode 100644 index 7812de457..000000000 --- a/docs/modules/storage_passthroughstore.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - storage/PassthroughStore | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module storage/PassthroughStore

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/storage_patch_convertingpatchhandler.html b/docs/modules/storage_patch_convertingpatchhandler.html deleted file mode 100644 index a8b228aa9..000000000 --- a/docs/modules/storage_patch_convertingpatchhandler.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - storage/patch/ConvertingPatchHandler | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module storage/patch/ConvertingPatchHandler

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/storage_patch_patchhandler.html b/docs/modules/storage_patch_patchhandler.html deleted file mode 100644 index 29ee930ce..000000000 --- a/docs/modules/storage_patch_patchhandler.html +++ /dev/null @@ -1,170 +0,0 @@ - - - - - - storage/patch/PatchHandler | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module storage/patch/PatchHandler

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-

Type aliases

- -
-
-
-
-
-

Type aliases

-
- -

PatchHandlerArgs

-
PatchHandlerArgs<T>: { identifier: ResourceIdentifier; patch: Patch; source: T }
- -

Type parameters

- -
-

Type declaration

- -
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/storage_patch_sparqlupdatepatchhandler.html b/docs/modules/storage_patch_sparqlupdatepatchhandler.html deleted file mode 100644 index ad055b8e0..000000000 --- a/docs/modules/storage_patch_sparqlupdatepatchhandler.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - storage/patch/SparqlUpdatePatchHandler | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module storage/patch/SparqlUpdatePatchHandler

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/storage_patchingstore.html b/docs/modules/storage_patchingstore.html deleted file mode 100644 index 7830ca3c6..000000000 --- a/docs/modules/storage_patchingstore.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - storage/PatchingStore | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module storage/PatchingStore

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/storage_readonlystore.html b/docs/modules/storage_readonlystore.html deleted file mode 100644 index 2a45b09d6..000000000 --- a/docs/modules/storage_readonlystore.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - storage/ReadOnlyStore | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module storage/ReadOnlyStore

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/storage_representationconvertingstore.html b/docs/modules/storage_representationconvertingstore.html deleted file mode 100644 index 35c7c22ce..000000000 --- a/docs/modules/storage_representationconvertingstore.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - storage/RepresentationConvertingStore | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module storage/RepresentationConvertingStore

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/storage_resourcestore.html b/docs/modules/storage_resourcestore.html deleted file mode 100644 index 815f84254..000000000 --- a/docs/modules/storage_resourcestore.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - storage/ResourceStore | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module storage/ResourceStore

-
-
-
-
-
-
-
-

Index

-
-
-
-

Interfaces

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/storage_routing_baseurlrouterrule.html b/docs/modules/storage_routing_baseurlrouterrule.html deleted file mode 100644 index 4d88da2f9..000000000 --- a/docs/modules/storage_routing_baseurlrouterrule.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - storage/routing/BaseUrlRouterRule | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module storage/routing/BaseUrlRouterRule

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/storage_routing_convertingrouterrule.html b/docs/modules/storage_routing_convertingrouterrule.html deleted file mode 100644 index b444b9dd0..000000000 --- a/docs/modules/storage_routing_convertingrouterrule.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - storage/routing/ConvertingRouterRule | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module storage/routing/ConvertingRouterRule

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-

Interfaces

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/storage_routing_preferencesupport.html b/docs/modules/storage_routing_preferencesupport.html deleted file mode 100644 index 5013d87c1..000000000 --- a/docs/modules/storage_routing_preferencesupport.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - storage/routing/PreferenceSupport | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module storage/routing/PreferenceSupport

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/storage_routing_regexrouterrule.html b/docs/modules/storage_routing_regexrouterrule.html deleted file mode 100644 index d9d21f83d..000000000 --- a/docs/modules/storage_routing_regexrouterrule.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - storage/routing/RegexRouterRule | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module storage/routing/RegexRouterRule

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/storage_routing_routerrule.html b/docs/modules/storage_routing_routerrule.html deleted file mode 100644 index e60e44c02..000000000 --- a/docs/modules/storage_routing_routerrule.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - storage/routing/RouterRule | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module storage/routing/RouterRule

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/storage_routingresourcestore.html b/docs/modules/storage_routingresourcestore.html deleted file mode 100644 index aad16ed3d..000000000 --- a/docs/modules/storage_routingresourcestore.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - storage/RoutingResourceStore | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module storage/RoutingResourceStore

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/util_contenttypes.html b/docs/modules/util_contenttypes.html deleted file mode 100644 index d14c777f0..000000000 --- a/docs/modules/util_contenttypes.html +++ /dev/null @@ -1,292 +0,0 @@ - - - - - - util/ContentTypes | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module util/ContentTypes

-
-
-
-
-
-
-
-

Index

-
- -
-
-
-

Variables

-
- -

Const APPLICATION_JSON

-
APPLICATION_JSON: "application/json" = 'application/json'
- -
-
- -

Const APPLICATION_OCTET_STREAM

-
APPLICATION_OCTET_STREAM: "application/octet-stream" = 'application/octet-stream'
- -
-
- -

Const APPLICATION_SPARQL_UPDATE

-
APPLICATION_SPARQL_UPDATE: "application/sparql-update" = 'application/sparql-update'
- -
-
- -

Const APPLICATION_X_WWW_FORM_URLENCODED

-
APPLICATION_X_WWW_FORM_URLENCODED: "application/x-www-form-urlencoded" = 'application/x-www-form-urlencoded'
- -
-
- -

Const DEFAULT_CUSTOM_TYPES

-
DEFAULT_CUSTOM_TYPES: { acl: string; meta: string } = ...
- -
-

Type declaration

-
    -
  • -
    acl: string
    -
  • -
  • -
    meta: string
    -
  • -
-
-
-
- -

Const INTERNAL_ALL

-
INTERNAL_ALL: "internal/*" = 'internal/*'
- -
-
- -

Const INTERNAL_ERROR

-
INTERNAL_ERROR: "internal/error" = 'internal/error'
- -
-
- -

Const INTERNAL_QUADS

-
INTERNAL_QUADS: "internal/quads" = 'internal/quads'
- -
-
- -

Const TEXT_HTML

-
TEXT_HTML: "text/html" = 'text/html'
- -
-
- -

Const TEXT_MARKDOWN

-
TEXT_MARKDOWN: "text/markdown" = 'text/markdown'
- -
-
- -

Const TEXT_TURTLE

-
TEXT_TURTLE: "text/turtle" = 'text/turtle'
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/util_errors_badrequesthttperror.html b/docs/modules/util_errors_badrequesthttperror.html deleted file mode 100644 index c249b06be..000000000 --- a/docs/modules/util_errors_badrequesthttperror.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - util/errors/BadRequestHttpError | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module util/errors/BadRequestHttpError

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/util_errors_conflicthttperror.html b/docs/modules/util_errors_conflicthttperror.html deleted file mode 100644 index d35973898..000000000 --- a/docs/modules/util_errors_conflicthttperror.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - util/errors/ConflictHttpError | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module util/errors/ConflictHttpError

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/util_errors_errorutil.html b/docs/modules/util_errors_errorutil.html deleted file mode 100644 index 28885890d..000000000 --- a/docs/modules/util_errors_errorutil.html +++ /dev/null @@ -1,251 +0,0 @@ - - - - - - util/errors/ErrorUtil | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module util/errors/ErrorUtil

-
-
-
-
-
-
-
-

Index

-
-
-
-

Functions

- -
-
-
-
-
-

Functions

-
- -

assertError

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

    -
  • -
-
-
- -

createErrorMessage

-
    -
  • createErrorMessage(error: unknown): string
  • -
- -
-
- -

getStatusCode

-
    -
  • getStatusCode(error: Error): number
  • -
-
    -
  • - -
    -
    -

    Returns the HTTP status code corresponding to the error.

    -
    -
    -

    Parameters

    -
      -
    • -
      error: Error
      -
    • -
    -

    Returns number

    -
  • -
-
-
- -

isError

-
    -
  • isError(error: any): error is Error
  • -
-
    -
  • - -
    -
    -

    Checks if the input is an {@link Error}.

    -
    -
    -

    Parameters

    -
      -
    • -
      error: any
      -
    • -
    -

    Returns error is Error

    -
  • -
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/util_errors_forbiddenhttperror.html b/docs/modules/util_errors_forbiddenhttperror.html deleted file mode 100644 index 8dbd6b0d5..000000000 --- a/docs/modules/util_errors_forbiddenhttperror.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - util/errors/ForbiddenHttpError | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module util/errors/ForbiddenHttpError

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/util_errors_httperror.html b/docs/modules/util_errors_httperror.html deleted file mode 100644 index 5f3e5c341..000000000 --- a/docs/modules/util_errors_httperror.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - util/errors/HttpError | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module util/errors/HttpError

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-

Interfaces

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/util_errors_internalservererror.html b/docs/modules/util_errors_internalservererror.html deleted file mode 100644 index f7e06d8cb..000000000 --- a/docs/modules/util_errors_internalservererror.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - util/errors/InternalServerError | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module util/errors/InternalServerError

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/util_errors_methodnotallowedhttperror.html b/docs/modules/util_errors_methodnotallowedhttperror.html deleted file mode 100644 index 84e36abbb..000000000 --- a/docs/modules/util_errors_methodnotallowedhttperror.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - util/errors/MethodNotAllowedHttpError | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module util/errors/MethodNotAllowedHttpError

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/util_errors_notfoundhttperror.html b/docs/modules/util_errors_notfoundhttperror.html deleted file mode 100644 index 519e11b15..000000000 --- a/docs/modules/util_errors_notfoundhttperror.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - util/errors/NotFoundHttpError | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module util/errors/NotFoundHttpError

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/util_errors_notimplementedhttperror.html b/docs/modules/util_errors_notimplementedhttperror.html deleted file mode 100644 index 2c94fbcb5..000000000 --- a/docs/modules/util_errors_notimplementedhttperror.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - util/errors/NotImplementedHttpError | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module util/errors/NotImplementedHttpError

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/util_errors_systemerror.html b/docs/modules/util_errors_systemerror.html deleted file mode 100644 index 729d77c8e..000000000 --- a/docs/modules/util_errors_systemerror.html +++ /dev/null @@ -1,163 +0,0 @@ - - - - - - util/errors/SystemError | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module util/errors/SystemError

-
-
-
-
-
-
-
-

Index

-
-
-
-

Interfaces

- -
-
-

Functions

- -
-
-
-
-
-

Functions

-
- -

isSystemError

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/util_errors_unauthorizedhttperror.html b/docs/modules/util_errors_unauthorizedhttperror.html deleted file mode 100644 index 8154de2cf..000000000 --- a/docs/modules/util_errors_unauthorizedhttperror.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - util/errors/UnauthorizedHttpError | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module util/errors/UnauthorizedHttpError

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/util_errors_unsupportedmediatypehttperror.html b/docs/modules/util_errors_unsupportedmediatypehttperror.html deleted file mode 100644 index 061550a4b..000000000 --- a/docs/modules/util_errors_unsupportedmediatypehttperror.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - util/errors/UnsupportedMediaTypeHttpError | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module util/errors/UnsupportedMediaTypeHttpError

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/util_fetchutil.html b/docs/modules/util_fetchutil.html deleted file mode 100644 index acccd0d5a..000000000 --- a/docs/modules/util_fetchutil.html +++ /dev/null @@ -1,187 +0,0 @@ - - - - - - util/FetchUtil | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module util/FetchUtil

-
-
-
-
-
-
-
-

Index

-
-
-
-

Functions

- -
-
-
-
-
-

Functions

-
- -

fetchDataset

- -
    -
  • - -
    -
    -

    Fetches an RDF dataset from the given URL. - Input can also be a Response if the request was already made. - 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>

    -
  • -
  • - -

    Parameters

    - -

    Returns Promise<Representation>

    -
  • -
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/util_guardedstream.html b/docs/modules/util_guardedstream.html deleted file mode 100644 index 56270084a..000000000 --- a/docs/modules/util_guardedstream.html +++ /dev/null @@ -1,247 +0,0 @@ - - - - - - util/GuardedStream | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module util/GuardedStream

-
-
-
-
-
-
-
-

Index

-
-
-
-

Type aliases

- -
-
-

Functions

- -
-
-
-
-
-

Type aliases

-
- -

Guarded

-
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

    -
  • -
-
-
-
-

Functions

-
- -

guardStream

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

    -
  • -
-
-
- -

isGuarded

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

    -
  • -
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/util_handlers_asynchandler.html b/docs/modules/util_handlers_asynchandler.html deleted file mode 100644 index 1042ce819..000000000 --- a/docs/modules/util_handlers_asynchandler.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - util/handlers/AsyncHandler | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module util/handlers/AsyncHandler

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/util_handlers_parallelhandler.html b/docs/modules/util_handlers_parallelhandler.html deleted file mode 100644 index 520a4aa85..000000000 --- a/docs/modules/util_handlers_parallelhandler.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - util/handlers/ParallelHandler | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module util/handlers/ParallelHandler

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/util_handlers_sequencehandler.html b/docs/modules/util_handlers_sequencehandler.html deleted file mode 100644 index 060973130..000000000 --- a/docs/modules/util_handlers_sequencehandler.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - util/handlers/SequenceHandler | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module util/handlers/SequenceHandler

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/util_handlers_unsupportedasynchandler.html b/docs/modules/util_handlers_unsupportedasynchandler.html deleted file mode 100644 index 26e4bdd59..000000000 --- a/docs/modules/util_handlers_unsupportedasynchandler.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - util/handlers/UnsupportedAsyncHandler | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module util/handlers/UnsupportedAsyncHandler

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/util_handlers_waterfallhandler.html b/docs/modules/util_handlers_waterfallhandler.html deleted file mode 100644 index 42b3cacdc..000000000 --- a/docs/modules/util_handlers_waterfallhandler.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - util/handlers/WaterfallHandler | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module util/handlers/WaterfallHandler

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/util_headerutil.html b/docs/modules/util_headerutil.html deleted file mode 100644 index 4cf0b0065..000000000 --- a/docs/modules/util_headerutil.html +++ /dev/null @@ -1,565 +0,0 @@ - - - - - - util/HeaderUtil | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module util/HeaderUtil

-
-
-
-
-
-
-
-

Index

-
- -
-
-
-

Functions

-
- -

addHeader

-
    -
  • addHeader(response: HttpResponse, name: string, value: string | string[]): void
  • -
-
    -
  • - -
    -
    -

    Adds a header value without overriding previous values.

    -
    -
    -

    Parameters

    -
      -
    • -
      response: HttpResponse
      -
    • -
    • -
      name: string
      -
    • -
    • -
      value: string | string[]
      -
    • -
    -

    Returns void

    -
  • -
-
-
- -

parseAccept

-
    -
  • parseAccept(input: string): Accept[]
  • -
-
    -
  • - -
    -
    -

    Parses an Accept header string.

    -
    -
    -
    throws
    -

    BadRequestHttpError - Thrown on invalid header syntax.

    -
    -
    -
    -

    Parameters

    -
      -
    • -
      input: string
      -
      -

      The Accept header string.

      -
      -
    • -
    -

    Returns Accept[]

    -

    An array of Accept objects, sorted by weight.

    -
  • -
-
-
- -

parseAcceptCharset

- - -
-
- -

parseAcceptDateTime

- - -
-
- -

parseAcceptEncoding

- - -
-
- -

parseAcceptLanguage

- - -
-
- -

parseForwarded

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

    -
  • -
-
-
- -

parseParameters

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

    -
  • -
-
-
- -

splitAndClean

-
    -
  • 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[]

    -
  • -
-
-
- -

transformQuotedStrings

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

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/util_identifiers_baseidentifierstrategy.html b/docs/modules/util_identifiers_baseidentifierstrategy.html deleted file mode 100644 index e32f1fd31..000000000 --- a/docs/modules/util_identifiers_baseidentifierstrategy.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - util/identifiers/BaseIdentifierStrategy | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module util/identifiers/BaseIdentifierStrategy

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/util_identifiers_identifierstrategy.html b/docs/modules/util_identifiers_identifierstrategy.html deleted file mode 100644 index 36002676d..000000000 --- a/docs/modules/util_identifiers_identifierstrategy.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - util/identifiers/IdentifierStrategy | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module util/identifiers/IdentifierStrategy

-
-
-
-
-
-
-
-

Index

-
-
-
-

Interfaces

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/util_identifiers_singlerootidentifierstrategy.html b/docs/modules/util_identifiers_singlerootidentifierstrategy.html deleted file mode 100644 index 77c776ab4..000000000 --- a/docs/modules/util_identifiers_singlerootidentifierstrategy.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - util/identifiers/SingleRootIdentifierStrategy | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module util/identifiers/SingleRootIdentifierStrategy

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/util_identifiers_subdomainidentifierstrategy.html b/docs/modules/util_identifiers_subdomainidentifierstrategy.html deleted file mode 100644 index 8f0edcf62..000000000 --- a/docs/modules/util_identifiers_subdomainidentifierstrategy.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - util/identifiers/SubdomainIdentifierStrategy | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module util/identifiers/SubdomainIdentifierStrategy

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/util_locking_equalreadwritelocker.html b/docs/modules/util_locking_equalreadwritelocker.html deleted file mode 100644 index dec350ace..000000000 --- a/docs/modules/util_locking_equalreadwritelocker.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - util/locking/EqualReadWriteLocker | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module util/locking/EqualReadWriteLocker

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/util_locking_expiringreadwritelocker.html b/docs/modules/util_locking_expiringreadwritelocker.html deleted file mode 100644 index d0a0dcecb..000000000 --- a/docs/modules/util_locking_expiringreadwritelocker.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - util/locking/ExpiringReadWriteLocker | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module util/locking/ExpiringReadWriteLocker

-
-
-
-
-
-
-
-

Index

-
-
-
-

Interfaces

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/util_locking_greedyreadwritelocker.html b/docs/modules/util_locking_greedyreadwritelocker.html deleted file mode 100644 index 64bed4cef..000000000 --- a/docs/modules/util_locking_greedyreadwritelocker.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - util/locking/GreedyReadWriteLocker | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module util/locking/GreedyReadWriteLocker

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-

Interfaces

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/util_locking_readwritelocker.html b/docs/modules/util_locking_readwritelocker.html deleted file mode 100644 index 65e2e158a..000000000 --- a/docs/modules/util_locking_readwritelocker.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - util/locking/ReadWriteLocker | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module util/locking/ReadWriteLocker

-
-
-
-
-
-
-
-

Index

-
-
-
-

Interfaces

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/util_locking_redisresourcelocker.html b/docs/modules/util_locking_redisresourcelocker.html deleted file mode 100644 index 6b279a181..000000000 --- a/docs/modules/util_locking_redisresourcelocker.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - util/locking/RedisResourceLocker | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module util/locking/RedisResourceLocker

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/util_locking_resourcelocker.html b/docs/modules/util_locking_resourcelocker.html deleted file mode 100644 index 9872657b9..000000000 --- a/docs/modules/util_locking_resourcelocker.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - util/locking/ResourceLocker | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module util/locking/ResourceLocker

-
-
-
-
-
-
-
-

Index

-
-
-
-

Interfaces

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/util_locking_singlethreadedresourcelocker.html b/docs/modules/util_locking_singlethreadedresourcelocker.html deleted file mode 100644 index 89f58ccee..000000000 --- a/docs/modules/util_locking_singlethreadedresourcelocker.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - util/locking/SingleThreadedResourceLocker | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module util/locking/SingleThreadedResourceLocker

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/util_locking_wrappedexpiringreadwritelocker.html b/docs/modules/util_locking_wrappedexpiringreadwritelocker.html deleted file mode 100644 index e87d8e2cc..000000000 --- a/docs/modules/util_locking_wrappedexpiringreadwritelocker.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - util/locking/WrappedExpiringReadWriteLocker | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module util/locking/WrappedExpiringReadWriteLocker

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/util_pathutil.html b/docs/modules/util_pathutil.html deleted file mode 100644 index e57c948ff..000000000 --- a/docs/modules/util_pathutil.html +++ /dev/null @@ -1,696 +0,0 @@ - - - - - - util/PathUtil | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module util/PathUtil

-
-
-
-
-
-
-
-

Index

-
- -
-
-
-

Variables

-
- -

Const modulePathPlaceholder

-
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

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

    -
  • -
-
-
- -

createSubdomainRegexp

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

    -
  • -
-
-
- -

decodeUriPathComponents

-
    -
  • decodeUriPathComponents(path: string): string
  • -
-
    -
  • - -
    -
    -

    Decodes all components of a URI path.

    -
    -
    -

    Parameters

    -
      -
    • -
      path: string
      -
    • -
    -

    Returns string

    -
  • -
-
-
- -

encodeUriPathComponents

-
    -
  • encodeUriPathComponents(path: string): string
  • -
-
    -
  • - -
    -
    -

    Encodes all (non-slash) special characters in a URI path.

    -
    -
    -

    Parameters

    -
      -
    • -
      path: string
      -
    • -
    -

    Returns string

    -
  • -
-
-
- -

ensureTrailingSlash

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

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

getExtension

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

    -
  • -
-
-
- -

getModuleRoot

-
    -
  • getModuleRoot(): string
  • -
-
    -
  • - -
    -
    -

    Returns the folder corresponding to the root of the Community Solid Server module

    -
    -
    -

    Returns string

    -
  • -
-
-
- -

isContainerIdentifier

- -
    -
  • - -
    -
    -

    Checks if the identifier corresponds to a container identifier.

    -
    -
    -

    Parameters

    - -

    Returns boolean

    -
  • -
-
-
- -

isContainerPath

-
    -
  • isContainerPath(path: string): boolean
  • -
-
    -
  • - -
    -
    -

    Checks if the path corresponds to a container path (ending in a /).

    -
    -
    -

    Parameters

    -
      -
    • -
      path: string
      -
      -

      Path to check.

      -
      -
    • -
    -

    Returns boolean

    -
  • -
-
-
- -

joinFilePath

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

    -
  • -
-
-
- -

normalizeFilePath

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

    -
  • -
-
-
- -

resolveAssetPath

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

    Returns string

    -
  • -
-
-
- -

toCanonicalUriPath

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

    -
    -
    -

    Parameters

    -
      -
    • -
      path: string
      -
    • -
    -

    Returns string

    -
  • -
-
-
- -

trimTrailingSlashes

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

    -
  • -
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/util_quadutil.html b/docs/modules/util_quadutil.html deleted file mode 100644 index 50f2712ee..000000000 --- a/docs/modules/util_quadutil.html +++ /dev/null @@ -1,199 +0,0 @@ - - - - - - util/QuadUtil | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module util/QuadUtil

-
-
-
-
-
-
-
-

Index

-
-
-
-

Functions

- -
-
-
-
-
-

Functions

-
- -

parseQuads

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

    -
  • -
-
-
- -

serializeQuads

-
    -
  • serializeQuads(quads: Quad[], contentType?: string): Guarded<Readable>
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      quads: Quad[]
      -
    • -
    • -
      Optional contentType: string
      -
    • -
    -

    Returns Guarded<Readable>

    -
  • -
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/util_recordobject.html b/docs/modules/util_recordobject.html deleted file mode 100644 index 10b925176..000000000 --- a/docs/modules/util_recordobject.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - util/RecordObject | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module util/RecordObject

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/util_resourceutil.html b/docs/modules/util_resourceutil.html deleted file mode 100644 index 29396bb26..000000000 --- a/docs/modules/util_resourceutil.html +++ /dev/null @@ -1,206 +0,0 @@ - - - - - - util/ResourceUtil | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module util/ResourceUtil

-
-
-
-
-
-
-
-

Index

-
-
-
-

Functions

- -
-
-
-
-
-

Functions

-
- -

addResourceMetadata

- -
    -
  • - -
    -
    -

    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.

    -
  • -
-
-
- -

cloneRepresentation

- -
    -
  • - -
    -
    -

    Helper function to clone a representation, the original representation can still be used. - This function loads the entire stream in memory.

    -
    -
    -

    Parameters

    -
      -
    • -
      representation: Representation
      -
      -

      The representation to clone.

      -
      -
    • -
    -

    Returns Promise<BasicRepresentation>

    -

    The cloned representation.

    -
  • -
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/util_streamutil.html b/docs/modules/util_streamutil.html deleted file mode 100644 index 572e1b6d5..000000000 --- a/docs/modules/util_streamutil.html +++ /dev/null @@ -1,359 +0,0 @@ - - - - - - util/StreamUtil | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module util/StreamUtil

-
-
-
-
-
-
-
-

Index

-
-
-
-

Interfaces

- -
-
-

Functions

- -
-
-
-
-
-

Functions

-
- -

Const endOfStream

-
    -
  • endOfStream(arg1: Stream): Promise<void>
  • -
- -
-
- -

guardedStreamFrom

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

    -
  • -
-
-
- -

pipeSafely

-
    -
  • pipeSafely<T>(readable: NodeJS.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: NodeJS.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.

    -
  • -
-
-
- -

readableToString

-
    -
  • readableToString(stream: Readable): Promise<string>
  • -
-
    -
  • - -
    -
    -

    Joins all strings of a stream.

    -
    -
    -

    Parameters

    -
      -
    • -
      stream: Readable
      -
      -

      Stream of strings.

      -
      -
    • -
    -

    Returns Promise<string>

    -

    The joined string.

    -
  • -
-
-
- -

transformSafely

- -
    -
  • - -
    -
    -

    Transforms a stream, ensuring that all errors are forwarded.

    -
    -
    -

    Type parameters

    -
      -
    • -

      T = any

      -
    • -
    -

    Parameters

    -
      -
    • -
      source: NodeJS.ReadableStream
      -
      -

      The stream to be transformed

      -
      -
    • -
    • -
      __namedParameters: AsyncTransformOptions<T> = {}
      -
    • -
    -

    Returns Guarded<Transform>

    -

    The transformed stream

    -
  • -
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/util_templates_chainedtemplateengine.html b/docs/modules/util_templates_chainedtemplateengine.html deleted file mode 100644 index 88c672b0f..000000000 --- a/docs/modules/util_templates_chainedtemplateengine.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - util/templates/ChainedTemplateEngine | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module util/templates/ChainedTemplateEngine

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/util_templates_ejstemplateengine.html b/docs/modules/util_templates_ejstemplateengine.html deleted file mode 100644 index 076084ee7..000000000 --- a/docs/modules/util_templates_ejstemplateengine.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - util/templates/EjsTemplateEngine | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module util/templates/EjsTemplateEngine

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/util_templates_handlebarstemplateengine.html b/docs/modules/util_templates_handlebarstemplateengine.html deleted file mode 100644 index df41ea771..000000000 --- a/docs/modules/util_templates_handlebarstemplateengine.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - util/templates/HandlebarsTemplateEngine | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module util/templates/HandlebarsTemplateEngine

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/util_templates_templateengine.html b/docs/modules/util_templates_templateengine.html deleted file mode 100644 index fe8f122ab..000000000 --- a/docs/modules/util_templates_templateengine.html +++ /dev/null @@ -1,212 +0,0 @@ - - - - - - util/templates/TemplateEngine | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module util/templates/TemplateEngine

-
-
-
-
-
-
-
-

Index

-
-
-
-

Interfaces

- -
-
-

Type aliases

- -
-
-

Functions

- -
-
-
-
-
-

Type aliases

-
- -

Template

- - -
-
- -

TemplateFileName

-
TemplateFileName: string
- -
-
-
-

Functions

-
- -

readTemplate

-
    -
  • readTemplate(template?: Template): Promise<string>
  • -
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/util_termutil.html b/docs/modules/util_termutil.html deleted file mode 100644 index c142271e9..000000000 --- a/docs/modules/util_termutil.html +++ /dev/null @@ -1,470 +0,0 @@ - - - - - - util/TermUtil | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module util/TermUtil

-
-
-
-
-
-
-
-

Index

-
- -
-
-
-

Functions

-
- -

isTerm

-
    -
  • isTerm(input?: any): input is Term
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      Optional input: any
      -
      -

      Checks if this is a {@link Term}.

      -
      -
    • -
    -

    Returns input is Term

    -
  • -
-
-
- -

toCachedNamedNode

-
    -
  • toCachedNamedNode(name: NamedNode | string): NamedNode
  • -
-
    -
  • - -
    -
    -

    Converts the incoming name (URI or shorthand) to a named node. - The generated terms get cached to reduce the number of created nodes, - so only use this for internal constants!

    -
    -
    -

    Parameters

    -
      -
    • -
      name: NamedNode | string
      -
      -

      Predicate to potentially transform.

      -
      -
    • -
    -

    Returns NamedNode

    -
  • -
-
-
- -

toLiteral

-
    -
  • toLiteral(object: string | number, dataType: NamedNode): Literal
  • -
-
    -
  • - -
    -
    -

    Creates a literal by first converting the dataType string to a named node.

    -
    -
    -

    Parameters

    -
      -
    • -
      object: string | number
      -
      -

      Object value.

      -
      -
    • -
    • -
      dataType: NamedNode
      -
      -

      Object data type (as string).

      -
      -
    • -
    -

    Returns Literal

    -
  • -
-
-
- -

toNamedTerm

-
    -
  • toNamedTerm(subject: string): NamedNode
  • -
  • toNamedTerm<T>(subject: T): T
  • -
  • toNamedTerm<T>(subject: T | string): 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: T | string
      -
    • -
    -

    Returns T | NamedNode

    -
  • -
-
-
- -

toObjectTerm

-
    -
  • toObjectTerm(object: string, preferLiteral?: boolean): NamedNode
  • -
  • toObjectTerm<T>(object: T, preferLiteral?: boolean): T
  • -
  • toObjectTerm<T>(object: T | string, 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: T | string
      -
    • -
    • -
      Optional preferLiteral: boolean
      -
    • -
    -

    Returns T | NamedNode

    -
  • -
-
-
- -

Const toPredicateTerm

-
    -
  • toPredicateTerm(subject: string): NamedNode
  • -
  • toPredicateTerm<T>(subject: T): T
  • -
  • toPredicateTerm<T>(subject: T | string): T | NamedNode
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      subject: string
      -
    • -
    -

    Returns NamedNode

    -
  • -
  • - -

    Type parameters

    -
      -
    • -

      T: Term

      -
    • -
    -

    Parameters

    -
      -
    • -
      subject: T
      -
    • -
    -

    Returns T

    -
  • -
  • - -

    Type parameters

    -
      -
    • -

      T: Term

      -
    • -
    -

    Parameters

    -
      -
    • -
      subject: T | string
      -
    • -
    -

    Returns T | NamedNode

    -
  • -
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file diff --git a/docs/modules/util_vocabularies.html b/docs/modules/util_vocabularies.html deleted file mode 100644 index 03289a2bf..000000000 --- a/docs/modules/util_vocabularies.html +++ /dev/null @@ -1,653 +0,0 @@ - - - - - - util/Vocabularies | Community Solid Server - v1.1.0 - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module util/Vocabularies

-
-
-
-
-
-
-
-

Index

-
- -
-
-
-

Type aliases

-
- -

Namespace

-
Namespace<TKey, TValue>: { namespace: TValue } & RecordOf<TKey, TValue>
- -

Type parameters

-
    -
  • -

    TKey: any[]

    -
  • -
  • -

    TValue

    -
  • -
-
-
-
-

Variables

-
- -

Const ACL

-
ACL: { namespace: string } & RecordOf<("default" | "accessTo" | "agent" | "agentClass" | "AuthenticatedAgent" | "mode" | "Write" | "Read" | "Append" | "Control")[], string> & { terms: Namespace<("default" | "accessTo" | "agent" | "agentClass" | "AuthenticatedAgent" | "mode" | "Write" | "Read" | "Append" | "Control")[], NamedNode<string>> } = ...
- -
-
- -

Const AUTH

-
AUTH: { namespace: string } & RecordOf<("userMode" | "publicMode")[], string> & { terms: Namespace<("userMode" | "publicMode")[], NamedNode<string>> } = ...
- -
-
- -

Const CONTENT_TYPE

-
CONTENT_TYPE: string = ...
- -
-
- -

Const CONTENT_TYPE_TERM

-
CONTENT_TYPE_TERM: NamedNode<string> = ...
- -
-
- -

Const DC

-
DC: { namespace: string } & RecordOf<("description" | "modified" | "title")[], string> & { terms: Namespace<("description" | "modified" | "title")[], NamedNode<string>> } = ...
- -
-
- -

Const FOAF

-
FOAF: { namespace: string } & RecordOf<"Agent"[], string> & { terms: Namespace<"Agent"[], NamedNode<string>> } = ...
- -
-
- -

Const HTTP

-
HTTP: { namespace: string } & RecordOf<"statusCodeNumber"[], string> & { terms: Namespace<"statusCodeNumber"[], NamedNode<string>> } = ...
- -
-
- -

Const LDP

-
LDP: { namespace: string } & RecordOf<("contains" | "BasicContainer" | "Container" | "Resource")[], string> & { terms: Namespace<("contains" | "BasicContainer" | "Container" | "Resource")[], NamedNode<string>> } = ...
- -
-
- -

Const MA

-
MA: { namespace: string } & RecordOf<"format"[], string> & { terms: Namespace<"format"[], NamedNode<string>> } = ...
- -
-
- -

Const OIDC

-
OIDC: { namespace: string } & RecordOf<"redirect_uris"[], string> & { terms: Namespace<"redirect_uris"[], NamedNode<string>> } = ...
- -
-
- -

Const PIM

-
PIM: { namespace: string } & RecordOf<"Storage"[], string> & { terms: Namespace<"Storage"[], NamedNode<string>> } = ...
- -
-
- -

Const POSIX

-
POSIX: { namespace: string } & RecordOf<("mtime" | "size")[], string> & { terms: Namespace<("mtime" | "size")[], NamedNode<string>> } = ...
- -
-
- -

Const PREFERRED_PREFIX

-
PREFERRED_PREFIX: string = ...
- -
-
- -

Const PREFERRED_PREFIX_TERM

-
PREFERRED_PREFIX_TERM: NamedNode<string> = ...
- -
-
- -

Const RDF

-
RDF: { namespace: string } & RecordOf<"type"[], string> & { terms: Namespace<"type"[], NamedNode<string>> } = ...
- -
-
- -

Const SOLID

-
SOLID: { namespace: string } & RecordOf<("oidcIssuer" | "oidcIssuerRegistrationToken" | "oidcRegistration")[], string> & { terms: Namespace<("oidcIssuer" | "oidcIssuerRegistrationToken" | "oidcRegistration")[], NamedNode<string>> } = ...
- -
-
- -

Const SOLID_ERROR

-
SOLID_ERROR: { namespace: string } & RecordOf<"stack"[], string> & { terms: Namespace<"stack"[], NamedNode<string>> } = ...
- -
-
- -

Const SOLID_HTTP

-
SOLID_HTTP: { namespace: string } & RecordOf<("location" | "slug")[], string> & { terms: Namespace<("location" | "slug")[], NamedNode<string>> } = ...
- -
-
- -

Const SOLID_META

-
SOLID_META: { namespace: string } & RecordOf<"ResponseMetadata"[], string> & { terms: Namespace<"ResponseMetadata"[], NamedNode<string>> } = ...
- -
-
- -

Const VANN

-
VANN: { namespace: string } & RecordOf<"preferredNamespacePrefix"[], string> & { terms: Namespace<"preferredNamespacePrefix"[], NamedNode<string>> } = ...
- -
-
- -

Const XSD

-
XSD: { namespace: string } & RecordOf<("dateTime" | "integer")[], string> & { terms: Namespace<("dateTime" | "integer")[], NamedNode<string>> } = ...
- -
-
-
-

Functions

-
- -

createNamespace

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

    -
  • -
-
-
- -

createTermNamespace

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

    -
  • -
-
-
- -

createUriAndTermNamespace

- -
    -
  • - -
    -
    -

    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

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

    -
  • -
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Function with type parameter
  • -
  • Type alias
  • -
  • Type alias with type parameter
  • -
-
    -
  • Interface
  • -
  • Interface with type parameter
  • -
-
    -
  • Class
  • -
  • Class with type parameter
  • -
-
-
-
-
- - - \ No newline at end of file