From 81db35dfa0158e306129498499d5caeb255a1750 Mon Sep 17 00:00:00 2001 From: Thomas Dupont Date: Mon, 4 Jul 2022 15:44:43 +0200 Subject: [PATCH] Docs and index.html --- .gitignore | 4 + 4.0/docs/.nojekyll | 1 + 4.0/docs/assets/custom.css | 4 + 4.0/docs/assets/highlight.css | 85 + 4.0/docs/assets/icons.css | 1043 ++++++++++++ 4.0/docs/assets/icons.png | Bin 0 -> 9615 bytes 4.0/docs/assets/icons@2x.png | Bin 0 -> 28144 bytes 4.0/docs/assets/main.js | 52 + 4.0/docs/assets/search.js | 1 + 4.0/docs/assets/style.css | 1413 +++++++++++++++++ 4.0/docs/assets/widgets.png | Bin 0 -> 480 bytes 4.0/docs/assets/widgets@2x.png | Bin 0 -> 855 bytes .../classes/AbsolutePathInteractionRoute.html | 3 + 4.0/docs/classes/AcceptPreferenceParser.html | 21 + 4.0/docs/classes/AccessChecker.html | 22 + 4.0/docs/classes/AgentAccessChecker.html | 20 + 4.0/docs/classes/AgentClassAccessChecker.html | 20 + 4.0/docs/classes/AgentGroupAccessChecker.html | 34 + 4.0/docs/classes/AllStaticReader.html | 21 + 4.0/docs/classes/AllowAcceptHeaderWriter.html | 44 + 4.0/docs/classes/App.html | 7 + 4.0/docs/classes/AppRunner.html | 51 + 4.0/docs/classes/AssetPathExtractor.html | 21 + 4.0/docs/classes/AsyncHandler.html | 22 + 4.0/docs/classes/AtomicFileDataAccessor.html | 57 + 4.0/docs/classes/Authorizer.html | 23 + 4.0/docs/classes/AuthorizingHttpHandler.html | 28 + 4.0/docs/classes/AuxiliaryReader.html | 18 + 4.0/docs/classes/BadRequestHttpError.html | 18 + 4.0/docs/classes/BaseAccountStore.html | 44 + 4.0/docs/classes/BaseComponentsJsFactory.html | 15 + 4.0/docs/classes/BaseEmailSender.html | 20 + .../classes/BaseFileIdentifierMapper.html | 85 + 4.0/docs/classes/BaseHttpServerFactory.html | 9 + 4.0/docs/classes/BaseIdentifierStrategy.html | 16 + 4.0/docs/classes/BaseInteractionHandler.html | 28 + 4.0/docs/classes/BaseLogger.html | 19 + 4.0/docs/classes/BaseResourceStore.html | 17 + .../BaseTypedRepresentationConverter.html | 31 + 4.0/docs/classes/BaseUrlExtractor.html | 21 + 4.0/docs/classes/BaseUrlHandler.html | 22 + 4.0/docs/classes/BaseUrlRouterRule.html | 27 + 4.0/docs/classes/BaseUrlVerifier.html | 21 + 4.0/docs/classes/BasicConditions.html | 17 + 4.0/docs/classes/BasicConditionsParser.html | 33 + 4.0/docs/classes/BasicRepresentation.html | 69 + 4.0/docs/classes/BasicRequestParser.html | 22 + 4.0/docs/classes/BasicResponseWriter.html | 18 + 4.0/docs/classes/BearerWebIdExtractor.html | 16 + 4.0/docs/classes/BodyParser.html | 22 + 4.0/docs/classes/BooleanHandler.html | 21 + 4.0/docs/classes/CachedResourceSet.html | 5 + 4.0/docs/classes/ChainedConverter.html | 69 + 4.0/docs/classes/ChainedTemplateEngine.html | 13 + 4.0/docs/classes/CliExtractor.html | 33 + 4.0/docs/classes/CliResolver.html | 4 + .../classes/ClientCredentialsAdapter.html | 5 + .../ClientCredentialsAdapterFactory.html | 1 + .../classes/CombinedSettingsResolver.html | 20 + .../classes/ComposedAuxiliaryStrategy.html | 41 + 4.0/docs/classes/ConditionalHandler.html | 22 + 4.0/docs/classes/ConditionsParser.html | 22 + 4.0/docs/classes/ConfigPodInitializer.html | 27 + 4.0/docs/classes/ConfigPodManager.html | 19 + 4.0/docs/classes/ConflictHttpError.html | 11 + 4.0/docs/classes/ConsentHandler.html | 30 + 4.0/docs/classes/ConstantConverter.html | 32 + 4.0/docs/classes/ConstantMetadataWriter.html | 20 + 4.0/docs/classes/ContainerInitializer.html | 21 + 4.0/docs/classes/ContainerPatcher.html | 20 + .../classes/ContainerToTemplateConverter.html | 31 + 4.0/docs/classes/ContentLengthParser.html | 20 + 4.0/docs/classes/ContentTypeParser.html | 21 + 4.0/docs/classes/ContentTypeReplacer.html | 26 + 4.0/docs/classes/ControlHandler.html | 19 + 4.0/docs/classes/ConvertingErrorHandler.html | 25 + 4.0/docs/classes/ConvertingPatcher.html | 31 + 4.0/docs/classes/ConvertingRouterRule.html | 30 + 4.0/docs/classes/CorsHandler.html | 26 + .../classes/CreateCredentialsHandler.html | 20 + .../classes/CreatedResponseDescription.html | 3 + 4.0/docs/classes/CredentialsExtractor.html | 22 + 4.0/docs/classes/CredentialsHandler.html | 23 + 4.0/docs/classes/DPoPWebIdExtractor.html | 20 + 4.0/docs/classes/DataAccessorBasedStore.html | 125 ++ .../classes/DeleteCredentialsHandler.html | 20 + 4.0/docs/classes/DeleteOperationHandler.html | 19 + .../DynamicJsonToTemplateConverter.html | 32 + 4.0/docs/classes/EjsTemplateEngine.html | 7 + 4.0/docs/classes/EmailPasswordAuthorizer.html | 18 + 4.0/docs/classes/EmailSender.html | 22 + 4.0/docs/classes/EncodingPathStorage.html | 23 + 4.0/docs/classes/EqualReadWriteLocker.html | 18 + 4.0/docs/classes/ErrorHandler.html | 22 + 4.0/docs/classes/ErrorToJsonConverter.html | 25 + 4.0/docs/classes/ErrorToQuadConverter.html | 25 + .../classes/ErrorToTemplateConverter.html | 32 + 4.0/docs/classes/ExpiringAdapter.html | 4 + 4.0/docs/classes/ExpiringAdapterFactory.html | 3 + 4.0/docs/classes/ExtensionBasedMapper.html | 81 + .../classes/ExtensionBasedMapperFactory.html | 1 + 4.0/docs/classes/FileDataAccessor.html | 89 ++ 4.0/docs/classes/FileSizeReporter.html | 16 + 4.0/docs/classes/FixedContentTypeMapper.html | 83 + 4.0/docs/classes/FixedInteractionHandler.html | 19 + 4.0/docs/classes/ForbiddenHttpError.html | 11 + 4.0/docs/classes/ForgotPasswordHandler.html | 30 + 4.0/docs/classes/FormToJsonConverter.html | 26 + 4.0/docs/classes/FoundHttpError.html | 12 + 4.0/docs/classes/GeneratedPodManager.html | 7 + 4.0/docs/classes/GetOperationHandler.html | 19 + 4.0/docs/classes/GlobalQuotaStrategy.html | 25 + 4.0/docs/classes/GreedyReadWriteLocker.html | 44 + .../classes/HandlebarsTemplateEngine.html | 7 + 4.0/docs/classes/HeadOperationHandler.html | 19 + 4.0/docs/classes/HeaderHandler.html | 20 + 4.0/docs/classes/HtmlViewHandler.html | 24 + 4.0/docs/classes/HttpError.html | 21 + 4.0/docs/classes/HttpHandler.html | 22 + 4.0/docs/classes/IdentityProviderFactory.html | 39 + .../classes/IdentityProviderHttpHandler.html | 23 + 4.0/docs/classes/InMemoryDataAccessor.html | 37 + .../classes/IndexRepresentationStore.html | 35 + 4.0/docs/classes/Initializer.html | 20 + 4.0/docs/classes/InteractionHandler.html | 20 + 4.0/docs/classes/InteractionRouteHandler.html | 19 + 4.0/docs/classes/InternalServerError.html | 11 + 4.0/docs/classes/JsonFileStorage.html | 23 + 4.0/docs/classes/JsonResourceStorage.html | 30 + 4.0/docs/classes/KeyExtractor.html | 21 + 4.0/docs/classes/LazyLoggerFactory.html | 10 + 4.0/docs/classes/LinkMetadataGenerator.html | 22 + 4.0/docs/classes/LinkRelMetadataWriter.html | 21 + 4.0/docs/classes/LinkRelParser.html | 20 + 4.0/docs/classes/ListCredentialsHandler.html | 21 + .../classes/LocationInteractionHandler.html | 30 + 4.0/docs/classes/LockingResourceStore.html | 51 + 4.0/docs/classes/LoggerInitializer.html | 20 + 4.0/docs/classes/LoginHandler.html | 28 + 4.0/docs/classes/MappedMetadataWriter.html | 21 + 4.0/docs/classes/MarkdownToHtmlConverter.html | 28 + 4.0/docs/classes/MemoryMapStorage.html | 16 + 4.0/docs/classes/MetadataGenerator.html | 22 + 4.0/docs/classes/MetadataParser.html | 23 + 4.0/docs/classes/MetadataWriter.html | 22 + 4.0/docs/classes/MethodFilterHandler.html | 22 + 4.0/docs/classes/MethodModesExtractor.html | 24 + .../classes/MethodNotAllowedHttpError.html | 10 + 4.0/docs/classes/ModesExtractor.html | 22 + 4.0/docs/classes/ModifiedMetadataWriter.html | 20 + 4.0/docs/classes/ModuleVersionVerifier.html | 22 + 4.0/docs/classes/MonitoringStore.html | 28 + .../classes/MovedPermanentlyHttpError.html | 12 + 4.0/docs/classes/N3PatchBodyParser.html | 33 + 4.0/docs/classes/N3PatchModesExtractor.html | 27 + 4.0/docs/classes/N3Patcher.html | 27 + .../classes/NoCheckOwnershipValidator.html | 21 + 4.0/docs/classes/NotFoundHttpError.html | 11 + 4.0/docs/classes/NotImplementedHttpError.html | 12 + 4.0/docs/classes/OidcHttpHandler.html | 20 + 4.0/docs/classes/OkResponseDescription.html | 7 + 4.0/docs/classes/OperationHandler.html | 22 + 4.0/docs/classes/OperationHttpHandler.html | 22 + .../classes/OperationMetadataCollector.html | 22 + 4.0/docs/classes/OriginalUrlExtractor.html | 20 + 4.0/docs/classes/OwnerPermissionReader.html | 22 + 4.0/docs/classes/OwnershipValidator.html | 24 + 4.0/docs/classes/ParallelFinalizer.html | 3 + 4.0/docs/classes/ParallelHandler.html | 18 + 4.0/docs/classes/ParsingHttpHandler.html | 22 + 4.0/docs/classes/PassthroughAdapter.html | 5 + .../classes/PassthroughAdapterFactory.html | 1 + 4.0/docs/classes/PassthroughConverter.html | 20 + 4.0/docs/classes/PassthroughDataAccessor.html | 32 + 4.0/docs/classes/PassthroughStore.html | 19 + 4.0/docs/classes/PatchHandler.html | 22 + 4.0/docs/classes/PatchOperationHandler.html | 19 + 4.0/docs/classes/PatchingStore.html | 19 + 4.0/docs/classes/PathBasedReader.html | 25 + .../classes/PermissionBasedAuthorizer.html | 44 + 4.0/docs/classes/PermissionReader.html | 22 + 4.0/docs/classes/PlainJsonLdFilter.html | 21 + 4.0/docs/classes/PodQuotaStrategy.html | 27 + 4.0/docs/classes/PostOperationHandler.html | 19 + .../classes/PreconditionFailedHttpError.html | 11 + 4.0/docs/classes/PreferenceParser.html | 22 + 4.0/docs/classes/PreferenceSupport.html | 6 + 4.0/docs/classes/PromptHandler.html | 18 + .../classes/PublicCredentialsExtractor.html | 20 + 4.0/docs/classes/PutOperationHandler.html | 19 + 4.0/docs/classes/QuadToRdfConverter.html | 25 + 4.0/docs/classes/QuotaStrategy.html | 33 + 4.0/docs/classes/QuotaValidator.html | 20 + 4.0/docs/classes/RawBodyParser.html | 20 + 4.0/docs/classes/RdfToQuadConverter.html | 25 + 4.0/docs/classes/RdfValidator.html | 21 + 4.0/docs/classes/ReadOnlyStore.html | 17 + 4.0/docs/classes/RecordObject.html | 4 + 4.0/docs/classes/RedirectAllHttpHandler.html | 20 + 4.0/docs/classes/RedirectHttpError.html | 13 + 4.0/docs/classes/RedirectingErrorHandler.html | 19 + 4.0/docs/classes/RedirectingHttpHandler.html | 29 + 4.0/docs/classes/RedisLocker.html | 67 + 4.0/docs/classes/RegexRouterRule.html | 29 + 4.0/docs/classes/RegistrationHandler.html | 24 + 4.0/docs/classes/RegistrationManager.html | 35 + .../classes/RelativePathInteractionRoute.html | 5 + 4.0/docs/classes/RepresentationConverter.html | 22 + .../RepresentationConvertingStore.html | 19 + 4.0/docs/classes/RepresentationMetadata.html | 126 ++ .../classes/RepresentationPatchHandler.html | 23 + 4.0/docs/classes/RepresentationPatcher.html | 22 + 4.0/docs/classes/RequestParser.html | 22 + 4.0/docs/classes/ResetPasswordHandler.html | 27 + .../classes/ResetResponseDescription.html | 3 + 4.0/docs/classes/ResponseDescription.html | 9 + 4.0/docs/classes/ResponseWriter.html | 22 + 4.0/docs/classes/RootFilePathHandler.html | 21 + 4.0/docs/classes/RouterHandler.html | 20 + 4.0/docs/classes/RouterRule.html | 23 + .../RoutingAuxiliaryIdentifierStrategy.html | 23 + .../classes/RoutingAuxiliaryStrategy.html | 43 + 4.0/docs/classes/RoutingResourceStore.html | 25 + 4.0/docs/classes/SafeErrorHandler.html | 21 + 4.0/docs/classes/SeededPodInitializer.html | 21 + 4.0/docs/classes/SequenceHandler.html | 22 + 4.0/docs/classes/ServerInitializer.html | 20 + 4.0/docs/classes/SettingsExtractor.html | 22 + 4.0/docs/classes/SettingsResolver.html | 24 + 4.0/docs/classes/SetupHandler.html | 30 + 4.0/docs/classes/SetupHttpHandler.html | 31 + .../classes/SingleRootIdentifierStrategy.html | 14 + .../classes/SingleThreadedResourceLocker.html | 15 + 4.0/docs/classes/SlugParser.html | 20 + 4.0/docs/classes/SparqlDataAccessor.html | 82 + 4.0/docs/classes/SparqlUpdateBodyParser.html | 19 + .../classes/SparqlUpdateModesExtractor.html | 25 + 4.0/docs/classes/SparqlUpdatePatcher.html | 28 + 4.0/docs/classes/StaticAssetHandler.html | 32 + 4.0/docs/classes/StaticHandler.html | 22 + 4.0/docs/classes/StaticThrowHandler.html | 20 + .../SubdomainExtensionBasedMapper.html | 94 ++ .../classes/SubdomainIdentifierGenerator.html | 7 + .../classes/SubdomainIdentifierStrategy.html | 14 + .../SuffixAuxiliaryIdentifierStrategy.html | 23 + .../classes/SuffixIdentifierGenerator.html | 7 + 4.0/docs/classes/TargetExtractor.html | 22 + 4.0/docs/classes/TemplatedPodGenerator.html | 24 + .../classes/TemplatedResourcesGenerator.html | 40 + 4.0/docs/classes/TokenOwnershipValidator.html | 29 + .../classes/TypedRepresentationConverter.html | 24 + 4.0/docs/classes/UnauthorizedHttpError.html | 11 + .../classes/UnionCredentialsExtractor.html | 30 + 4.0/docs/classes/UnionHandler.html | 39 + 4.0/docs/classes/UnionPermissionReader.html | 31 + .../UnsecureConstantCredentialsExtractor.html | 21 + 4.0/docs/classes/UnsecureWebIdExtractor.html | 18 + .../classes/UnsecureWebSocketsProtocol.html | 21 + 4.0/docs/classes/UnsupportedAsyncHandler.html | 18 + .../UnsupportedMediaTypeHttpError.html | 11 + 4.0/docs/classes/ValidatingDataAccessor.html | 31 + 4.0/docs/classes/Validator.html | 22 + 4.0/docs/classes/VariableHandler.html | 25 + 4.0/docs/classes/VariableSetter.html | 21 + 4.0/docs/classes/VoidLocker.html | 9 + 4.0/docs/classes/VoidLogger.html | 18 + 4.0/docs/classes/VoidLoggerFactory.html | 5 + 4.0/docs/classes/WacAllowMetadataWriter.html | 23 + 4.0/docs/classes/WaterfallHandler.html | 28 + 4.0/docs/classes/WebAclMetadataCollector.html | 21 + 4.0/docs/classes/WebAclReader.html | 75 + 4.0/docs/classes/WebIdAdapter.html | 15 + 4.0/docs/classes/WebIdAdapterFactory.html | 1 + 4.0/docs/classes/WebSocketAdvertiser.html | 20 + 4.0/docs/classes/WebSocketHandler.html | 22 + 4.0/docs/classes/WebSocketServerFactory.html | 3 + 4.0/docs/classes/WinstonLogger.html | 18 + 4.0/docs/classes/WinstonLoggerFactory.html | 7 + .../WrappedExpiringReadWriteLocker.html | 19 + 4.0/docs/classes/WrappedExpiringStorage.html | 41 + 4.0/docs/classes/WrappingLogger.html | 19 + 4.0/docs/classes/WwwAuthMetadataWriter.html | 20 + 4.0/docs/classes/YargsCliExtractor.html | 31 + 4.0/docs/enums/AccessMode.html | 3 + 4.0/docs/enums/CredentialGroup.html | 3 + 4.0/docs/index.html | 200 +++ 4.0/docs/interfaces/Accept.html | 13 + 4.0/docs/interfaces/AcceptCharset.html | 7 + 4.0/docs/interfaces/AcceptDatetime.html | 7 + 4.0/docs/interfaces/AcceptEncoding.html | 7 + 4.0/docs/interfaces/AcceptHeader.html | 7 + 4.0/docs/interfaces/AcceptLanguage.html | 7 + 4.0/docs/interfaces/AccessCheckerArgs.html | 7 + 4.0/docs/interfaces/AccountPayload.html | 3 + 4.0/docs/interfaces/AccountSettings.html | 9 + 4.0/docs/interfaces/AccountStore.html | 65 + 4.0/docs/interfaces/AdapterFactory.html | 6 + .../interfaces/AsyncTransformOptions.html | 5 + 4.0/docs/interfaces/AtomicDataAccessor.html | 56 + 4.0/docs/interfaces/AtomicResourceStore.html | 53 + 4.0/docs/interfaces/AttemptSettings.html | 7 + 4.0/docs/interfaces/AuthorizerInput.html | 9 + .../AuthorizingHttpHandlerArgs.html | 11 + .../AuxiliaryIdentifierStrategy.html | 30 + 4.0/docs/interfaces/AuxiliaryStrategy.html | 58 + .../interfaces/BaseHttpServerOptions.html | 10 + .../interfaces/BasicConditionsOptions.html | 1 + .../interfaces/BasicRequestParserArgs.html | 3 + 4.0/docs/interfaces/BodyParserArgs.html | 6 + 4.0/docs/interfaces/CliOptions.html | 1 + 4.0/docs/interfaces/ClientCredentials.html | 1 + 4.0/docs/interfaces/ComponentsJsFactory.html | 12 + 4.0/docs/interfaces/Conditions.html | 23 + .../interfaces/ConstantConverterOptions.html | 13 + .../interfaces/ContainerInitializerArgs.html | 13 + 4.0/docs/interfaces/ContentType.html | 4 + 4.0/docs/interfaces/ConvertingStoreEntry.html | 1 + 4.0/docs/interfaces/Credential.html | 3 + .../interfaces/CredentialsHandlerBody.html | 1 + .../interfaces/CredentialsHandlerInput.html | 4 + 4.0/docs/interfaces/DataAccessor.html | 60 + 4.0/docs/interfaces/EmailArgs.html | 1 + 4.0/docs/interfaces/EmailSenderArgs.html | 1 + 4.0/docs/interfaces/ErrorHandlerArgs.html | 1 + .../interfaces/ExpiringReadWriteLocker.html | 21 + 4.0/docs/interfaces/ExpiringStorage.html | 36 + 4.0/docs/interfaces/FileIdentifierMapper.html | 22 + .../FileIdentifierMapperFactory.html | 4 + 4.0/docs/interfaces/Finalizable.html | 3 + .../interfaces/ForgotPasswordHandlerArgs.html | 1 + .../interfaces/ForgotPasswordPayload.html | 4 + 4.0/docs/interfaces/Forwarded.html | 11 + .../interfaces/GreedyReadWriteSuffixes.html | 1 + 4.0/docs/interfaces/HttpErrorClass.html | 10 + 4.0/docs/interfaces/HttpErrorOptions.html | 1 + 4.0/docs/interfaces/HttpHandlerInput.html | 1 + 4.0/docs/interfaces/HttpServerFactory.html | 3 + 4.0/docs/interfaces/IdentifierGenerator.html | 6 + 4.0/docs/interfaces/IdentifierStrategy.html | 14 + .../IdentityProviderFactoryArgs.html | 17 + .../IdentityProviderHttpHandlerArgs.html | 7 + .../interfaces/InteractionHandlerInput.html | 6 + 4.0/docs/interfaces/InteractionRoute.html | 4 + 4.0/docs/interfaces/KeyValueStorage.html | 22 + 4.0/docs/interfaces/LinkEntry.html | 1 + 4.0/docs/interfaces/LinkEntryParameters.html | 3 + 4.0/docs/interfaces/Logger.html | 35 + 4.0/docs/interfaces/LoggerFactory.html | 7 + 4.0/docs/interfaces/Operation.html | 15 + .../interfaces/OperationHandlerInput.html | 1 + .../interfaces/OperationHttpHandlerInput.html | 1 + .../OperationMetadataCollectorInput.html | 5 + .../interfaces/OriginalUrlExtractorArgs.html | 5 + .../interfaces/ParsingHttpHandlerArgs.html | 11 + 4.0/docs/interfaces/Patch.html | 14 + .../interfaces/PermissionReaderInput.html | 9 + 4.0/docs/interfaces/PodGenerator.html | 13 + 4.0/docs/interfaces/PodManager.html | 12 + 4.0/docs/interfaces/PodSettings.html | 16 + 4.0/docs/interfaces/ProviderFactory.html | 7 + 4.0/docs/interfaces/ReadWriteLocker.html | 21 + .../RedirectAllHttpHandlerArgs.html | 1 + .../interfaces/RedirectHttpErrorClass.html | 10 + .../interfaces/RegistrationManagerArgs.html | 13 + 4.0/docs/interfaces/RegistrationParams.html | 3 + 4.0/docs/interfaces/RegistrationResponse.html | 3 + 4.0/docs/interfaces/Representation.html | 14 + .../RepresentationConverterArgs.html | 7 + .../RepresentationPatcherInput.html | 1 + .../interfaces/RepresentationPreferences.html | 5 + 4.0/docs/interfaces/Resource.html | 1 + 4.0/docs/interfaces/ResourceIdentifier.html | 5 + 4.0/docs/interfaces/ResourceLink.html | 9 + 4.0/docs/interfaces/ResourceLocker.html | 16 + 4.0/docs/interfaces/ResourceSet.html | 8 + 4.0/docs/interfaces/ResourceStore.html | 60 + 4.0/docs/interfaces/ResourcesGenerator.html | 12 + 4.0/docs/interfaces/RouterHandlerArgs.html | 1 + 4.0/docs/interfaces/SetupHandlerArgs.html | 6 + 4.0/docs/interfaces/SetupHttpHandlerArgs.html | 11 + 4.0/docs/interfaces/SimpleLogger.html | 11 + 4.0/docs/interfaces/Size.html | 3 + 4.0/docs/interfaces/SizeReporter.html | 26 + 4.0/docs/interfaces/SparqlUpdatePatch.html | 16 + 4.0/docs/interfaces/SystemError.html | 23 + 4.0/docs/interfaces/TemplateEngine.html | 8 + 4.0/docs/interfaces/TemplateOptions.html | 1 + 4.0/docs/interfaces/TemplatePath.html | 1 + 4.0/docs/interfaces/TemplateString.html | 1 + 4.0/docs/modules.html | 575 +++++++ index.html | 8 + 391 files changed, 11109 insertions(+) create mode 100644 .gitignore create mode 100644 4.0/docs/.nojekyll create mode 100644 4.0/docs/assets/custom.css create mode 100644 4.0/docs/assets/highlight.css create mode 100644 4.0/docs/assets/icons.css create mode 100644 4.0/docs/assets/icons.png create mode 100644 4.0/docs/assets/icons@2x.png create mode 100644 4.0/docs/assets/main.js create mode 100644 4.0/docs/assets/search.js create mode 100644 4.0/docs/assets/style.css create mode 100644 4.0/docs/assets/widgets.png create mode 100644 4.0/docs/assets/widgets@2x.png create mode 100644 4.0/docs/classes/AbsolutePathInteractionRoute.html create mode 100644 4.0/docs/classes/AcceptPreferenceParser.html create mode 100644 4.0/docs/classes/AccessChecker.html create mode 100644 4.0/docs/classes/AgentAccessChecker.html create mode 100644 4.0/docs/classes/AgentClassAccessChecker.html create mode 100644 4.0/docs/classes/AgentGroupAccessChecker.html create mode 100644 4.0/docs/classes/AllStaticReader.html create mode 100644 4.0/docs/classes/AllowAcceptHeaderWriter.html create mode 100644 4.0/docs/classes/App.html create mode 100644 4.0/docs/classes/AppRunner.html create mode 100644 4.0/docs/classes/AssetPathExtractor.html create mode 100644 4.0/docs/classes/AsyncHandler.html create mode 100644 4.0/docs/classes/AtomicFileDataAccessor.html create mode 100644 4.0/docs/classes/Authorizer.html create mode 100644 4.0/docs/classes/AuthorizingHttpHandler.html create mode 100644 4.0/docs/classes/AuxiliaryReader.html create mode 100644 4.0/docs/classes/BadRequestHttpError.html create mode 100644 4.0/docs/classes/BaseAccountStore.html create mode 100644 4.0/docs/classes/BaseComponentsJsFactory.html create mode 100644 4.0/docs/classes/BaseEmailSender.html create mode 100644 4.0/docs/classes/BaseFileIdentifierMapper.html create mode 100644 4.0/docs/classes/BaseHttpServerFactory.html create mode 100644 4.0/docs/classes/BaseIdentifierStrategy.html create mode 100644 4.0/docs/classes/BaseInteractionHandler.html create mode 100644 4.0/docs/classes/BaseLogger.html create mode 100644 4.0/docs/classes/BaseResourceStore.html create mode 100644 4.0/docs/classes/BaseTypedRepresentationConverter.html create mode 100644 4.0/docs/classes/BaseUrlExtractor.html create mode 100644 4.0/docs/classes/BaseUrlHandler.html create mode 100644 4.0/docs/classes/BaseUrlRouterRule.html create mode 100644 4.0/docs/classes/BaseUrlVerifier.html create mode 100644 4.0/docs/classes/BasicConditions.html create mode 100644 4.0/docs/classes/BasicConditionsParser.html create mode 100644 4.0/docs/classes/BasicRepresentation.html create mode 100644 4.0/docs/classes/BasicRequestParser.html create mode 100644 4.0/docs/classes/BasicResponseWriter.html create mode 100644 4.0/docs/classes/BearerWebIdExtractor.html create mode 100644 4.0/docs/classes/BodyParser.html create mode 100644 4.0/docs/classes/BooleanHandler.html create mode 100644 4.0/docs/classes/CachedResourceSet.html create mode 100644 4.0/docs/classes/ChainedConverter.html create mode 100644 4.0/docs/classes/ChainedTemplateEngine.html create mode 100644 4.0/docs/classes/CliExtractor.html create mode 100644 4.0/docs/classes/CliResolver.html create mode 100644 4.0/docs/classes/ClientCredentialsAdapter.html create mode 100644 4.0/docs/classes/ClientCredentialsAdapterFactory.html create mode 100644 4.0/docs/classes/CombinedSettingsResolver.html create mode 100644 4.0/docs/classes/ComposedAuxiliaryStrategy.html create mode 100644 4.0/docs/classes/ConditionalHandler.html create mode 100644 4.0/docs/classes/ConditionsParser.html create mode 100644 4.0/docs/classes/ConfigPodInitializer.html create mode 100644 4.0/docs/classes/ConfigPodManager.html create mode 100644 4.0/docs/classes/ConflictHttpError.html create mode 100644 4.0/docs/classes/ConsentHandler.html create mode 100644 4.0/docs/classes/ConstantConverter.html create mode 100644 4.0/docs/classes/ConstantMetadataWriter.html create mode 100644 4.0/docs/classes/ContainerInitializer.html create mode 100644 4.0/docs/classes/ContainerPatcher.html create mode 100644 4.0/docs/classes/ContainerToTemplateConverter.html create mode 100644 4.0/docs/classes/ContentLengthParser.html create mode 100644 4.0/docs/classes/ContentTypeParser.html create mode 100644 4.0/docs/classes/ContentTypeReplacer.html create mode 100644 4.0/docs/classes/ControlHandler.html create mode 100644 4.0/docs/classes/ConvertingErrorHandler.html create mode 100644 4.0/docs/classes/ConvertingPatcher.html create mode 100644 4.0/docs/classes/ConvertingRouterRule.html create mode 100644 4.0/docs/classes/CorsHandler.html create mode 100644 4.0/docs/classes/CreateCredentialsHandler.html create mode 100644 4.0/docs/classes/CreatedResponseDescription.html create mode 100644 4.0/docs/classes/CredentialsExtractor.html create mode 100644 4.0/docs/classes/CredentialsHandler.html create mode 100644 4.0/docs/classes/DPoPWebIdExtractor.html create mode 100644 4.0/docs/classes/DataAccessorBasedStore.html create mode 100644 4.0/docs/classes/DeleteCredentialsHandler.html create mode 100644 4.0/docs/classes/DeleteOperationHandler.html create mode 100644 4.0/docs/classes/DynamicJsonToTemplateConverter.html create mode 100644 4.0/docs/classes/EjsTemplateEngine.html create mode 100644 4.0/docs/classes/EmailPasswordAuthorizer.html create mode 100644 4.0/docs/classes/EmailSender.html create mode 100644 4.0/docs/classes/EncodingPathStorage.html create mode 100644 4.0/docs/classes/EqualReadWriteLocker.html create mode 100644 4.0/docs/classes/ErrorHandler.html create mode 100644 4.0/docs/classes/ErrorToJsonConverter.html create mode 100644 4.0/docs/classes/ErrorToQuadConverter.html create mode 100644 4.0/docs/classes/ErrorToTemplateConverter.html create mode 100644 4.0/docs/classes/ExpiringAdapter.html create mode 100644 4.0/docs/classes/ExpiringAdapterFactory.html create mode 100644 4.0/docs/classes/ExtensionBasedMapper.html create mode 100644 4.0/docs/classes/ExtensionBasedMapperFactory.html create mode 100644 4.0/docs/classes/FileDataAccessor.html create mode 100644 4.0/docs/classes/FileSizeReporter.html create mode 100644 4.0/docs/classes/FixedContentTypeMapper.html create mode 100644 4.0/docs/classes/FixedInteractionHandler.html create mode 100644 4.0/docs/classes/ForbiddenHttpError.html create mode 100644 4.0/docs/classes/ForgotPasswordHandler.html create mode 100644 4.0/docs/classes/FormToJsonConverter.html create mode 100644 4.0/docs/classes/FoundHttpError.html create mode 100644 4.0/docs/classes/GeneratedPodManager.html create mode 100644 4.0/docs/classes/GetOperationHandler.html create mode 100644 4.0/docs/classes/GlobalQuotaStrategy.html create mode 100644 4.0/docs/classes/GreedyReadWriteLocker.html create mode 100644 4.0/docs/classes/HandlebarsTemplateEngine.html create mode 100644 4.0/docs/classes/HeadOperationHandler.html create mode 100644 4.0/docs/classes/HeaderHandler.html create mode 100644 4.0/docs/classes/HtmlViewHandler.html create mode 100644 4.0/docs/classes/HttpError.html create mode 100644 4.0/docs/classes/HttpHandler.html create mode 100644 4.0/docs/classes/IdentityProviderFactory.html create mode 100644 4.0/docs/classes/IdentityProviderHttpHandler.html create mode 100644 4.0/docs/classes/InMemoryDataAccessor.html create mode 100644 4.0/docs/classes/IndexRepresentationStore.html create mode 100644 4.0/docs/classes/Initializer.html create mode 100644 4.0/docs/classes/InteractionHandler.html create mode 100644 4.0/docs/classes/InteractionRouteHandler.html create mode 100644 4.0/docs/classes/InternalServerError.html create mode 100644 4.0/docs/classes/JsonFileStorage.html create mode 100644 4.0/docs/classes/JsonResourceStorage.html create mode 100644 4.0/docs/classes/KeyExtractor.html create mode 100644 4.0/docs/classes/LazyLoggerFactory.html create mode 100644 4.0/docs/classes/LinkMetadataGenerator.html create mode 100644 4.0/docs/classes/LinkRelMetadataWriter.html create mode 100644 4.0/docs/classes/LinkRelParser.html create mode 100644 4.0/docs/classes/ListCredentialsHandler.html create mode 100644 4.0/docs/classes/LocationInteractionHandler.html create mode 100644 4.0/docs/classes/LockingResourceStore.html create mode 100644 4.0/docs/classes/LoggerInitializer.html create mode 100644 4.0/docs/classes/LoginHandler.html create mode 100644 4.0/docs/classes/MappedMetadataWriter.html create mode 100644 4.0/docs/classes/MarkdownToHtmlConverter.html create mode 100644 4.0/docs/classes/MemoryMapStorage.html create mode 100644 4.0/docs/classes/MetadataGenerator.html create mode 100644 4.0/docs/classes/MetadataParser.html create mode 100644 4.0/docs/classes/MetadataWriter.html create mode 100644 4.0/docs/classes/MethodFilterHandler.html create mode 100644 4.0/docs/classes/MethodModesExtractor.html create mode 100644 4.0/docs/classes/MethodNotAllowedHttpError.html create mode 100644 4.0/docs/classes/ModesExtractor.html create mode 100644 4.0/docs/classes/ModifiedMetadataWriter.html create mode 100644 4.0/docs/classes/ModuleVersionVerifier.html create mode 100644 4.0/docs/classes/MonitoringStore.html create mode 100644 4.0/docs/classes/MovedPermanentlyHttpError.html create mode 100644 4.0/docs/classes/N3PatchBodyParser.html create mode 100644 4.0/docs/classes/N3PatchModesExtractor.html create mode 100644 4.0/docs/classes/N3Patcher.html create mode 100644 4.0/docs/classes/NoCheckOwnershipValidator.html create mode 100644 4.0/docs/classes/NotFoundHttpError.html create mode 100644 4.0/docs/classes/NotImplementedHttpError.html create mode 100644 4.0/docs/classes/OidcHttpHandler.html create mode 100644 4.0/docs/classes/OkResponseDescription.html create mode 100644 4.0/docs/classes/OperationHandler.html create mode 100644 4.0/docs/classes/OperationHttpHandler.html create mode 100644 4.0/docs/classes/OperationMetadataCollector.html create mode 100644 4.0/docs/classes/OriginalUrlExtractor.html create mode 100644 4.0/docs/classes/OwnerPermissionReader.html create mode 100644 4.0/docs/classes/OwnershipValidator.html create mode 100644 4.0/docs/classes/ParallelFinalizer.html create mode 100644 4.0/docs/classes/ParallelHandler.html create mode 100644 4.0/docs/classes/ParsingHttpHandler.html create mode 100644 4.0/docs/classes/PassthroughAdapter.html create mode 100644 4.0/docs/classes/PassthroughAdapterFactory.html create mode 100644 4.0/docs/classes/PassthroughConverter.html create mode 100644 4.0/docs/classes/PassthroughDataAccessor.html create mode 100644 4.0/docs/classes/PassthroughStore.html create mode 100644 4.0/docs/classes/PatchHandler.html create mode 100644 4.0/docs/classes/PatchOperationHandler.html create mode 100644 4.0/docs/classes/PatchingStore.html create mode 100644 4.0/docs/classes/PathBasedReader.html create mode 100644 4.0/docs/classes/PermissionBasedAuthorizer.html create mode 100644 4.0/docs/classes/PermissionReader.html create mode 100644 4.0/docs/classes/PlainJsonLdFilter.html create mode 100644 4.0/docs/classes/PodQuotaStrategy.html create mode 100644 4.0/docs/classes/PostOperationHandler.html create mode 100644 4.0/docs/classes/PreconditionFailedHttpError.html create mode 100644 4.0/docs/classes/PreferenceParser.html create mode 100644 4.0/docs/classes/PreferenceSupport.html create mode 100644 4.0/docs/classes/PromptHandler.html create mode 100644 4.0/docs/classes/PublicCredentialsExtractor.html create mode 100644 4.0/docs/classes/PutOperationHandler.html create mode 100644 4.0/docs/classes/QuadToRdfConverter.html create mode 100644 4.0/docs/classes/QuotaStrategy.html create mode 100644 4.0/docs/classes/QuotaValidator.html create mode 100644 4.0/docs/classes/RawBodyParser.html create mode 100644 4.0/docs/classes/RdfToQuadConverter.html create mode 100644 4.0/docs/classes/RdfValidator.html create mode 100644 4.0/docs/classes/ReadOnlyStore.html create mode 100644 4.0/docs/classes/RecordObject.html create mode 100644 4.0/docs/classes/RedirectAllHttpHandler.html create mode 100644 4.0/docs/classes/RedirectHttpError.html create mode 100644 4.0/docs/classes/RedirectingErrorHandler.html create mode 100644 4.0/docs/classes/RedirectingHttpHandler.html create mode 100644 4.0/docs/classes/RedisLocker.html create mode 100644 4.0/docs/classes/RegexRouterRule.html create mode 100644 4.0/docs/classes/RegistrationHandler.html create mode 100644 4.0/docs/classes/RegistrationManager.html create mode 100644 4.0/docs/classes/RelativePathInteractionRoute.html create mode 100644 4.0/docs/classes/RepresentationConverter.html create mode 100644 4.0/docs/classes/RepresentationConvertingStore.html create mode 100644 4.0/docs/classes/RepresentationMetadata.html create mode 100644 4.0/docs/classes/RepresentationPatchHandler.html create mode 100644 4.0/docs/classes/RepresentationPatcher.html create mode 100644 4.0/docs/classes/RequestParser.html create mode 100644 4.0/docs/classes/ResetPasswordHandler.html create mode 100644 4.0/docs/classes/ResetResponseDescription.html create mode 100644 4.0/docs/classes/ResponseDescription.html create mode 100644 4.0/docs/classes/ResponseWriter.html create mode 100644 4.0/docs/classes/RootFilePathHandler.html create mode 100644 4.0/docs/classes/RouterHandler.html create mode 100644 4.0/docs/classes/RouterRule.html create mode 100644 4.0/docs/classes/RoutingAuxiliaryIdentifierStrategy.html create mode 100644 4.0/docs/classes/RoutingAuxiliaryStrategy.html create mode 100644 4.0/docs/classes/RoutingResourceStore.html create mode 100644 4.0/docs/classes/SafeErrorHandler.html create mode 100644 4.0/docs/classes/SeededPodInitializer.html create mode 100644 4.0/docs/classes/SequenceHandler.html create mode 100644 4.0/docs/classes/ServerInitializer.html create mode 100644 4.0/docs/classes/SettingsExtractor.html create mode 100644 4.0/docs/classes/SettingsResolver.html create mode 100644 4.0/docs/classes/SetupHandler.html create mode 100644 4.0/docs/classes/SetupHttpHandler.html create mode 100644 4.0/docs/classes/SingleRootIdentifierStrategy.html create mode 100644 4.0/docs/classes/SingleThreadedResourceLocker.html create mode 100644 4.0/docs/classes/SlugParser.html create mode 100644 4.0/docs/classes/SparqlDataAccessor.html create mode 100644 4.0/docs/classes/SparqlUpdateBodyParser.html create mode 100644 4.0/docs/classes/SparqlUpdateModesExtractor.html create mode 100644 4.0/docs/classes/SparqlUpdatePatcher.html create mode 100644 4.0/docs/classes/StaticAssetHandler.html create mode 100644 4.0/docs/classes/StaticHandler.html create mode 100644 4.0/docs/classes/StaticThrowHandler.html create mode 100644 4.0/docs/classes/SubdomainExtensionBasedMapper.html create mode 100644 4.0/docs/classes/SubdomainIdentifierGenerator.html create mode 100644 4.0/docs/classes/SubdomainIdentifierStrategy.html create mode 100644 4.0/docs/classes/SuffixAuxiliaryIdentifierStrategy.html create mode 100644 4.0/docs/classes/SuffixIdentifierGenerator.html create mode 100644 4.0/docs/classes/TargetExtractor.html create mode 100644 4.0/docs/classes/TemplatedPodGenerator.html create mode 100644 4.0/docs/classes/TemplatedResourcesGenerator.html create mode 100644 4.0/docs/classes/TokenOwnershipValidator.html create mode 100644 4.0/docs/classes/TypedRepresentationConverter.html create mode 100644 4.0/docs/classes/UnauthorizedHttpError.html create mode 100644 4.0/docs/classes/UnionCredentialsExtractor.html create mode 100644 4.0/docs/classes/UnionHandler.html create mode 100644 4.0/docs/classes/UnionPermissionReader.html create mode 100644 4.0/docs/classes/UnsecureConstantCredentialsExtractor.html create mode 100644 4.0/docs/classes/UnsecureWebIdExtractor.html create mode 100644 4.0/docs/classes/UnsecureWebSocketsProtocol.html create mode 100644 4.0/docs/classes/UnsupportedAsyncHandler.html create mode 100644 4.0/docs/classes/UnsupportedMediaTypeHttpError.html create mode 100644 4.0/docs/classes/ValidatingDataAccessor.html create mode 100644 4.0/docs/classes/Validator.html create mode 100644 4.0/docs/classes/VariableHandler.html create mode 100644 4.0/docs/classes/VariableSetter.html create mode 100644 4.0/docs/classes/VoidLocker.html create mode 100644 4.0/docs/classes/VoidLogger.html create mode 100644 4.0/docs/classes/VoidLoggerFactory.html create mode 100644 4.0/docs/classes/WacAllowMetadataWriter.html create mode 100644 4.0/docs/classes/WaterfallHandler.html create mode 100644 4.0/docs/classes/WebAclMetadataCollector.html create mode 100644 4.0/docs/classes/WebAclReader.html create mode 100644 4.0/docs/classes/WebIdAdapter.html create mode 100644 4.0/docs/classes/WebIdAdapterFactory.html create mode 100644 4.0/docs/classes/WebSocketAdvertiser.html create mode 100644 4.0/docs/classes/WebSocketHandler.html create mode 100644 4.0/docs/classes/WebSocketServerFactory.html create mode 100644 4.0/docs/classes/WinstonLogger.html create mode 100644 4.0/docs/classes/WinstonLoggerFactory.html create mode 100644 4.0/docs/classes/WrappedExpiringReadWriteLocker.html create mode 100644 4.0/docs/classes/WrappedExpiringStorage.html create mode 100644 4.0/docs/classes/WrappingLogger.html create mode 100644 4.0/docs/classes/WwwAuthMetadataWriter.html create mode 100644 4.0/docs/classes/YargsCliExtractor.html create mode 100644 4.0/docs/enums/AccessMode.html create mode 100644 4.0/docs/enums/CredentialGroup.html create mode 100644 4.0/docs/index.html create mode 100644 4.0/docs/interfaces/Accept.html create mode 100644 4.0/docs/interfaces/AcceptCharset.html create mode 100644 4.0/docs/interfaces/AcceptDatetime.html create mode 100644 4.0/docs/interfaces/AcceptEncoding.html create mode 100644 4.0/docs/interfaces/AcceptHeader.html create mode 100644 4.0/docs/interfaces/AcceptLanguage.html create mode 100644 4.0/docs/interfaces/AccessCheckerArgs.html create mode 100644 4.0/docs/interfaces/AccountPayload.html create mode 100644 4.0/docs/interfaces/AccountSettings.html create mode 100644 4.0/docs/interfaces/AccountStore.html create mode 100644 4.0/docs/interfaces/AdapterFactory.html create mode 100644 4.0/docs/interfaces/AsyncTransformOptions.html create mode 100644 4.0/docs/interfaces/AtomicDataAccessor.html create mode 100644 4.0/docs/interfaces/AtomicResourceStore.html create mode 100644 4.0/docs/interfaces/AttemptSettings.html create mode 100644 4.0/docs/interfaces/AuthorizerInput.html create mode 100644 4.0/docs/interfaces/AuthorizingHttpHandlerArgs.html create mode 100644 4.0/docs/interfaces/AuxiliaryIdentifierStrategy.html create mode 100644 4.0/docs/interfaces/AuxiliaryStrategy.html create mode 100644 4.0/docs/interfaces/BaseHttpServerOptions.html create mode 100644 4.0/docs/interfaces/BasicConditionsOptions.html create mode 100644 4.0/docs/interfaces/BasicRequestParserArgs.html create mode 100644 4.0/docs/interfaces/BodyParserArgs.html create mode 100644 4.0/docs/interfaces/CliOptions.html create mode 100644 4.0/docs/interfaces/ClientCredentials.html create mode 100644 4.0/docs/interfaces/ComponentsJsFactory.html create mode 100644 4.0/docs/interfaces/Conditions.html create mode 100644 4.0/docs/interfaces/ConstantConverterOptions.html create mode 100644 4.0/docs/interfaces/ContainerInitializerArgs.html create mode 100644 4.0/docs/interfaces/ContentType.html create mode 100644 4.0/docs/interfaces/ConvertingStoreEntry.html create mode 100644 4.0/docs/interfaces/Credential.html create mode 100644 4.0/docs/interfaces/CredentialsHandlerBody.html create mode 100644 4.0/docs/interfaces/CredentialsHandlerInput.html create mode 100644 4.0/docs/interfaces/DataAccessor.html create mode 100644 4.0/docs/interfaces/EmailArgs.html create mode 100644 4.0/docs/interfaces/EmailSenderArgs.html create mode 100644 4.0/docs/interfaces/ErrorHandlerArgs.html create mode 100644 4.0/docs/interfaces/ExpiringReadWriteLocker.html create mode 100644 4.0/docs/interfaces/ExpiringStorage.html create mode 100644 4.0/docs/interfaces/FileIdentifierMapper.html create mode 100644 4.0/docs/interfaces/FileIdentifierMapperFactory.html create mode 100644 4.0/docs/interfaces/Finalizable.html create mode 100644 4.0/docs/interfaces/ForgotPasswordHandlerArgs.html create mode 100644 4.0/docs/interfaces/ForgotPasswordPayload.html create mode 100644 4.0/docs/interfaces/Forwarded.html create mode 100644 4.0/docs/interfaces/GreedyReadWriteSuffixes.html create mode 100644 4.0/docs/interfaces/HttpErrorClass.html create mode 100644 4.0/docs/interfaces/HttpErrorOptions.html create mode 100644 4.0/docs/interfaces/HttpHandlerInput.html create mode 100644 4.0/docs/interfaces/HttpServerFactory.html create mode 100644 4.0/docs/interfaces/IdentifierGenerator.html create mode 100644 4.0/docs/interfaces/IdentifierStrategy.html create mode 100644 4.0/docs/interfaces/IdentityProviderFactoryArgs.html create mode 100644 4.0/docs/interfaces/IdentityProviderHttpHandlerArgs.html create mode 100644 4.0/docs/interfaces/InteractionHandlerInput.html create mode 100644 4.0/docs/interfaces/InteractionRoute.html create mode 100644 4.0/docs/interfaces/KeyValueStorage.html create mode 100644 4.0/docs/interfaces/LinkEntry.html create mode 100644 4.0/docs/interfaces/LinkEntryParameters.html create mode 100644 4.0/docs/interfaces/Logger.html create mode 100644 4.0/docs/interfaces/LoggerFactory.html create mode 100644 4.0/docs/interfaces/Operation.html create mode 100644 4.0/docs/interfaces/OperationHandlerInput.html create mode 100644 4.0/docs/interfaces/OperationHttpHandlerInput.html create mode 100644 4.0/docs/interfaces/OperationMetadataCollectorInput.html create mode 100644 4.0/docs/interfaces/OriginalUrlExtractorArgs.html create mode 100644 4.0/docs/interfaces/ParsingHttpHandlerArgs.html create mode 100644 4.0/docs/interfaces/Patch.html create mode 100644 4.0/docs/interfaces/PermissionReaderInput.html create mode 100644 4.0/docs/interfaces/PodGenerator.html create mode 100644 4.0/docs/interfaces/PodManager.html create mode 100644 4.0/docs/interfaces/PodSettings.html create mode 100644 4.0/docs/interfaces/ProviderFactory.html create mode 100644 4.0/docs/interfaces/ReadWriteLocker.html create mode 100644 4.0/docs/interfaces/RedirectAllHttpHandlerArgs.html create mode 100644 4.0/docs/interfaces/RedirectHttpErrorClass.html create mode 100644 4.0/docs/interfaces/RegistrationManagerArgs.html create mode 100644 4.0/docs/interfaces/RegistrationParams.html create mode 100644 4.0/docs/interfaces/RegistrationResponse.html create mode 100644 4.0/docs/interfaces/Representation.html create mode 100644 4.0/docs/interfaces/RepresentationConverterArgs.html create mode 100644 4.0/docs/interfaces/RepresentationPatcherInput.html create mode 100644 4.0/docs/interfaces/RepresentationPreferences.html create mode 100644 4.0/docs/interfaces/Resource.html create mode 100644 4.0/docs/interfaces/ResourceIdentifier.html create mode 100644 4.0/docs/interfaces/ResourceLink.html create mode 100644 4.0/docs/interfaces/ResourceLocker.html create mode 100644 4.0/docs/interfaces/ResourceSet.html create mode 100644 4.0/docs/interfaces/ResourceStore.html create mode 100644 4.0/docs/interfaces/ResourcesGenerator.html create mode 100644 4.0/docs/interfaces/RouterHandlerArgs.html create mode 100644 4.0/docs/interfaces/SetupHandlerArgs.html create mode 100644 4.0/docs/interfaces/SetupHttpHandlerArgs.html create mode 100644 4.0/docs/interfaces/SimpleLogger.html create mode 100644 4.0/docs/interfaces/Size.html create mode 100644 4.0/docs/interfaces/SizeReporter.html create mode 100644 4.0/docs/interfaces/SparqlUpdatePatch.html create mode 100644 4.0/docs/interfaces/SystemError.html create mode 100644 4.0/docs/interfaces/TemplateEngine.html create mode 100644 4.0/docs/interfaces/TemplateOptions.html create mode 100644 4.0/docs/interfaces/TemplatePath.html create mode 100644 4.0/docs/interfaces/TemplateString.html create mode 100644 4.0/docs/modules.html create mode 100644 index.html diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..fc3e92bb3 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +node_modules/ +/documentation/ +/docs +/dist/ diff --git a/4.0/docs/.nojekyll b/4.0/docs/.nojekyll new file mode 100644 index 000000000..e2ac6616a --- /dev/null +++ b/4.0/docs/.nojekyll @@ -0,0 +1 @@ +TypeDoc added this file to prevent GitHub Pages from using Jekyll. You can turn off this behavior by setting the `githubPages` option to false. \ No newline at end of file diff --git a/4.0/docs/assets/custom.css b/4.0/docs/assets/custom.css new file mode 100644 index 000000000..24616e25d --- /dev/null +++ b/4.0/docs/assets/custom.css @@ -0,0 +1,4 @@ +.tsd-page-toolbar, +.tsd-page-title { + background-color: #7E56C2; +} diff --git a/4.0/docs/assets/highlight.css b/4.0/docs/assets/highlight.css new file mode 100644 index 000000000..517fd8ae8 --- /dev/null +++ b/4.0/docs/assets/highlight.css @@ -0,0 +1,85 @@ +:root { + --light-hl-0: #0000FF; + --dark-hl-0: #569CD6; + --light-hl-1: #000000; + --dark-hl-1: #D4D4D4; + --light-hl-2: #267F99; + --dark-hl-2: #4EC9B0; + --light-hl-3: #001080; + --dark-hl-3: #9CDCFE; + --light-hl-4: #795E26; + --dark-hl-4: #DCDCAA; + --light-hl-5: #0070C1; + --dark-hl-5: #4FC1FF; + --light-hl-6: #A31515; + --dark-hl-6: #CE9178; + --light-hl-7: #008000; + --dark-hl-7: #6A9955; + --light-hl-8: #000000; + --dark-hl-8: #C8C8C8; + --light-code-background: #F5F5F5; + --dark-code-background: #1E1E1E; +} + +@media (prefers-color-scheme: light) { :root { + --hl-0: var(--light-hl-0); + --hl-1: var(--light-hl-1); + --hl-2: var(--light-hl-2); + --hl-3: var(--light-hl-3); + --hl-4: var(--light-hl-4); + --hl-5: var(--light-hl-5); + --hl-6: var(--light-hl-6); + --hl-7: var(--light-hl-7); + --hl-8: var(--light-hl-8); + --code-background: var(--light-code-background); +} } + +@media (prefers-color-scheme: dark) { :root { + --hl-0: var(--dark-hl-0); + --hl-1: var(--dark-hl-1); + --hl-2: var(--dark-hl-2); + --hl-3: var(--dark-hl-3); + --hl-4: var(--dark-hl-4); + --hl-5: var(--dark-hl-5); + --hl-6: var(--dark-hl-6); + --hl-7: var(--dark-hl-7); + --hl-8: var(--dark-hl-8); + --code-background: var(--dark-code-background); +} } + +body.light { + --hl-0: var(--light-hl-0); + --hl-1: var(--light-hl-1); + --hl-2: var(--light-hl-2); + --hl-3: var(--light-hl-3); + --hl-4: var(--light-hl-4); + --hl-5: var(--light-hl-5); + --hl-6: var(--light-hl-6); + --hl-7: var(--light-hl-7); + --hl-8: var(--light-hl-8); + --code-background: var(--light-code-background); +} + +body.dark { + --hl-0: var(--dark-hl-0); + --hl-1: var(--dark-hl-1); + --hl-2: var(--dark-hl-2); + --hl-3: var(--dark-hl-3); + --hl-4: var(--dark-hl-4); + --hl-5: var(--dark-hl-5); + --hl-6: var(--dark-hl-6); + --hl-7: var(--dark-hl-7); + --hl-8: var(--dark-hl-8); + --code-background: var(--dark-code-background); +} + +.hl-0 { color: var(--hl-0); } +.hl-1 { color: var(--hl-1); } +.hl-2 { color: var(--hl-2); } +.hl-3 { color: var(--hl-3); } +.hl-4 { color: var(--hl-4); } +.hl-5 { color: var(--hl-5); } +.hl-6 { color: var(--hl-6); } +.hl-7 { color: var(--hl-7); } +.hl-8 { color: var(--hl-8); } +pre, code { background: var(--code-background); } diff --git a/4.0/docs/assets/icons.css b/4.0/docs/assets/icons.css new file mode 100644 index 000000000..776a3562d --- /dev/null +++ b/4.0/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/4.0/docs/assets/icons.png b/4.0/docs/assets/icons.png new file mode 100644 index 0000000000000000000000000000000000000000..3836d5fe46e48bbe186116855aae879c23935327 GIT binary patch literal 9615 zcmZ{Kc_36>+`rwViHMAd#!?~-${LfgP1$7)F~(N1WKRsT#$-?;yNq3ylq}iztr1xY z8DtsBI<`UHtDfii{r-60Kg@OSJ?GqW=bZ2NvwY{NzOLpergKbGR8*&KBGn9m;|lQC z2Vwv|y`nSufCHVQijE2uRauuTeKZL;=kiiF^SbTk;N^?*u%}Y7bF;O-aMK0lXm4nb zvU~Kf+x|Kgl@Ro%nu?L%x8-yetd((kCqY|t;-%}@Y3Ez_m(HTRt=ekeUQ2n4-aRvJ zrlKaWct8JSc8Kxl4KHu+3VW1L`9%n~_KC5}g6&tFXqyKT-}R0?EdkYqCmQot47^9Z z6;opqR@7Nq-s|6=e6*0^`}+X1kg>CpuGnbpL7{xFTa|8nymC0{xgx*tI7n4mTKZNA znsd@3eVsV>YhATuv~+5(^Vu4j?)Tn`{x@8ijIA;wdf`+0P3$vnSrcWFXXc{Lx`1Z7 z%-n(BM(owD$7LzqJx)(f^Cusecq>OW z=h6n4YzSVM-V!-DK(sLT`!W~}($=O$9|ie`>_fpH0=1G1tiIFw($?~{5T>`74|p0H z``5=UydE)!CiFvmECW|s^TzG9*7pN|KknkVm3C{fEu30gffX&8iCm? zTFPm6*k%Hog`Q6JGj@dg9Z5nlAc6ApUe>;6xauB0-u!?wMU92jVL|3EcP9gEu5^wH z%tXRy#>HCEs*?KgMf73UcJ!lJ?x<6+)eJ{mEIS|HMDP7(7!(< z@X;?ACT8mncW9*XIaiJPW}Mw@b0W||)!sYnLw)0j4&-rXQgJhnQ2?frg1Nfk&JpmV8F=dDZl)e%#Grs|&0th7_o) z?7hQn<1078qcq?#;)CH=2kBBiGt37EtcXfpTXtHB59dr9=B~jI`yPm-Q?(ys=ajAu zGY;eS^z&WFvztZI3I~}*l}_lI^}6D<&CZ94;|&G9_pMx!C~$~EL4^8`QjT#|tqxxk zhl4CdxppbDiOk!Ht#SVAK4gf6Cr#=U&1sVxZ`y-X zTSi#@wHf(?(Dd6ypNOyshRZ*tneVP^W?y?$ur_!9iD-vY{&Q5(ooX2;`SkUjwEYA~ zwGcylCT4_`MZobm(0v$U(IhfYXxyjNJ@ztpH0sDmfpn|LMp3eM(R4uqKi_q1=D1-d z%GdV<&2+_9k@sc44xhIjqktRA2!Su|vzM0R-@#MK&{RdLoU#$Hc?{{JItvX{hKCtc zQNqZpkfG^@LGJRZM4H_>`F=N;O*+_`>M_ko_XWCgu@}ntqLX8VSeZQ_25Z8|^!d?o z$~}~9|`ZW9d_o<=8&K^~;Cr08b;qgq{(*e*sNt00lO2lZ;m-b<`Rl}=Lr6iQ8+$&br z!RLn{5a}j1Dh^|_1)Q?<;iBSrS0V|c_D@3}mc2d!%tV1VN?BC@clkFdx?HB&9KOTF z)9eHpmUEYsCqx^%JHuNdwY zz9P3oPYuTAXZVY}LRp&2qNl$pbsXL1GJ@wx?@CTO!acs+OFfW_U6?&As-(GJED}RR zO}B+Kxph7aUUm>i3rbPZQGXN}oQq;u`yTnFDAJ*d$4gjEJH!JPyt6V{cOUp*Jbyol zE$8wh)T=vpJOWRbv}HvR(cUSlO}ePIPdJ`J@yp=IC&E6K%r?QfW7F&%p!H~@?%yj5 z&MpiV!hyfukD56A097f!0+ANt`JSB~oLak75oKQN7FH=rQbX#Eak37|4&mqp@S~TA zOo51)xQxX}5NQ(3I_UeR4B;P0Q#x$_lDce78ET`Blo;`Hj*R;b8slZS7Oak(LjDuE z3z?-~-U@vWe*cEOsf^9|duH9};Pe)!=Ky+QQ!jr2VV-jMUH-F>oB>Ds zDJw}jm%V?OT^fu1y`$`yRdaW03L?)6vmInxhAsGrPhWIP8?=speMFf9Inn4^t zs$!88*B~c1A2J6t0~hgK2BJ_Pl23l=oeQQqjI2(4Mcv6U_#9#$PEN|qz36rCZ5$@I zNF1LpRe%ZG4qwuYr7ZdaynrPs?spt;9VbQM$462zbksMVhAOqPunrR7@Nbv#5;VKk zJB7xC?~QXd(e9REiLixHxRGhLcKR#0va}|LMS`AXKGOIGFKQv?=+>zf^ zN5XLjX6^`zh*%1UG_QV1H`@z!HZgC+OT2`+_B( z)J95hk;3C+K4XCswSP}au;fx=47~*$k`RAaYEU-qb03y0#x|&>LAeiXgri5E(!h9k z|9OVt@sk1-4+>0?ELyw|zs`~<95M=%o?Gix$?8z4Gz3Kpw|b>?BcD&s{X)-aXg!GJ zyq&`ZEP{K^u7ActXP$gGnO#F0Sr+QUZe0&d5*Yhw9A?C4(Sx2j3QKAlUpkQz7nji^ z%y8F|W{ypj(T%Bf#Wgyvq4szMo?*U-;3IGBRg1fK9!h-=YRsZ_+t~2!-)=pr;)Vnk zmt95&wMb02toOf`I9>M^Kv3LqKb_-#jauF&cGrWsCnMt?p7*uh zevugda={D04DB#7wR375=1i5}Z9fi3r)!F#7qmX9`SjppE&%8l8bKt+ADRMTWRv21 z4L&PldV8YpHw3b^`p0uWlIm#J&K65-y4lQW0VzZR!4#gfeT{b#fL1e*)Z*Ux}M^}bO%OM7uXip_4! zL@yo@q{utZeVV?3CtXs}i>nI|%26fwuzt0f#96fQ!{=dEX^YKnvIk*D%y9Cin;9R) zi{?)baJhgFs$1$SOZESTpldw2H&FD=v*v@1cA!`|s;avDKHa>Q+uJ8qhy!9%C4&lJSTN4OeydYOm4S?Bj7*e{xRYbU9Xos)R7qZT3dBBD5{ zo+(E3pR{>>)}hFhE+}!yYP0V+CVhyAq+RV{^X`XA3{iXj(ir$k@u|t8ZJ1ZnHq2dd zD$0RHmGJ=!?T5`*T2zOEJ~y}Nsyt7O)%+!0ulRQdsopJJxoznfpusv=2@zLXIq@^& z>0T5k4lzGCG(DnltLIe@6=ZOG@C(dvmYXfh4IhJfMfY8S?KkT znb7~EDE}Yhg$J1LxB7m`L4VMS(+(SXTQvh_mz!x&M3-6Z zFRB*a%_gVEqI^mL5|c%V=l_oi%|~h>gL0SB4QH5uonWd#={KPg6}6ES)zk0~#3^KJ zJq@{iqbHe3gyC))jeQ`W;(u3|q)JxuF24|GMsh%v5>>VY-bok%* z1Yl@(5G2UCK=fQck}pAyWV0n{`ML|rsl_N7vmW|frii__zB;ozrQ7{z)y}M^Sg@m_ z;+?{q3sUZs3WxnBbp~CyyL(TA?C*0KIeDPp7w0$!Ijd+M8#}r~vYW)NB*$mG*7-vH z@s^wK07OMxq>WveCEQFQ*p&2gjD1j%i+#G9z##Th`gew>H5=`RwyfPDg2G%f>x3@c z14Oy}pQK?(i06GWLWu%4cGjDoE-tTEI$`9^E?nLT663vu_>6K1e!N>A-^q&tfl$0& zy&>w~+yUelAa!c@xd8iyt^`B^$cj+}h}0i!40K2Ve1KFCDezBzZO8@=k&r)`TNTJ* zzF4Pim>SYL^=~7kW>EyiVHXNMT2)8l#v^IW!pLB_8ZvVfK&m8QHkjsZ)mvd?o$VYG zX#HiWwWlW>N{D85URJ-d)}_3h73|)X=E(6hFzi#TF{$4aSka4TeY>1a_(RIkFBL#O zE0_FoSQI)}+si51ufAqRHhDU=actTRQl@y#2h}xaDv-A&GP&0Qu9V4ED5aWnX z1E#mRT1QSvL!4~%Ozt84nP{&F>VIm6w2q!EPhh^BF-94$4JhCTcrdbDXA3Q&8mPTh zqdPv|X}??B?bIZPpl}z%(zr<8U-NoXjb*L#xyqHHfpIGAgN$5i(E9#rYPYq_tISC4 z2TDkd*uZ;CIhVI2o!||T)Kz`ER@%rTf-&SfmJFF>;d(RW(B6k!1<)uxHM_1G+9BWe zc)k`gBxYMcztqY5@jccaU)CqQ@^G5TBVx(nNf2}D@);3+{D)GzyT{>%dO6ibggS({N!!=P4=M8J}5R*&fgd(w36z0M0D$ z(SN5a`i%sZ9vmaEjiC4)DF}ix&`?mc-vYwK@+}8Gqzj6r6y)lT|Iqwlpj(LXqvh;- zb>jECiiOZ%&Q7gQg7(ix-?-RE*c(O6NG0F-+VCr;701@%L~fyfHnU<;Vk`m3A2{1MSmpii@G*k?KDq0GdZ)|hd`8OHep z8@6wv_|9NKNpe*sc#?zZ1S#}*qk{k<(I99u6(QT#>wf9w^u9~9_>;2d20T=^g-;b5 ze9x~fHZ-JL=J`hq-;W{2SgN)&m9RsVo=%?`JYp`pxEA_>`18Y>XA$rfWm^pQfG3MQ zxT^I1*({tZz2}+!5$AyNUE*jiYwu_S8v<#qZS4e!bGGBdY`3RkgLMf%Kz8s-;7PF+ z6w#-FwV#)PiKGR79miXmrDyv=ZTjc)j>N=&h4F+#G;unBZhhZz?a*;8@bi5`fV4)O zuU5pCs;tvRzbV@P5%W5xLI4I+w*^KExeVlzP4kNRGp-wi3g$lf-I|(o`JQ|u^XfkP zcik+g-5~2lG*oHfjLCpfNalFwz=4ZY>$Rc-QGpws&tCfFZUuJDL)3et%ap*$Q=-v0 zgLfsn-&%#+wnox~@)6ppx30sK(UJg1dCAvQF&}DkoPI+uX_wH))iaYvWtl}BtVKpU&MN= z0GdENbhdLgIwL-#_phGK;mZRlk4zq8*)akvV5zRX@jFUmvcr#3p99P@4z@m|bz-)^ zbZl8Wt?hR*z(sEZl;2PaILIG#835i@YoZQ@EwrD9IOBl7BpJX(ilLgcd)KCZAzo^b z6Z{|~=H;$D2dD53tejr_jx7^y-zT{SNZpNjn4+wJQX~K#LcrlKOv=D5xk%QXD{tg; z+xh`PvMV*HC*rF?xyjK5@KsMl5*w`r@wL#r13uFpso~#^oYIFc^&gGNS825eqFttU2_sG%_ z;X8VXD#Ol4X&$2B_Z$*&-)ZIUXf9I%mOOXJ3O%GbGpJfl+9(jY^fF_(b!Gt{{HAA3 zusUOCPDHYT@&*H~7a050c7r-_CaFACp$BXx)5==@fC11Gn|n~~+u@6N-}lvdyl3&6 z<#c_zm0Xp1F!8o2OBbFfgzzC4vno}9XEf40dGaVo;jiwiazo8hZ~iPVD(re=5k;H| zotm286$6nnTeIw>1FY$Ri|t{Lp?o(Fg3g_>|y~Z+16tvyLc@r?t9g7 zBuXyVuu9bC#q`?@OFIhgS)6v^XP@H0ukl2X!RPMsg%`YHMGad z4{VsgxaprFss3X%HbZablb6IdaNdbISVWp7yQXPPn=s7?J9qLEH{4>XAv8}%h&TDg zs()1sh}4at3nL3^%q!?P9BbW80e*ZwU63}CV7pt}gVu;~V6c$9p+*wfhw!zeE-z|V z=k{Ksec2)$Hu&?pRh;*TPk0T$Fc~^oAoBT4q?-Q}Y&3DluXeoMQ0LesTk}pVlf5(I z$dl8;zA0&=L&z*F*H>W7IeiPhTo@P0VTB~vyC2Bm7lCN}t7@NNlKFSHGKkh?z_qij zoYju!#D4b28cdslLdIM5Cmqe&!v^IcRr=qq^?l+P^n@6}fh@)IS81hx)SPAY7osk0)^ulqC1F*{hBNQl+Y}b>XjVXnS_Cc!L zIZ@Jq#mp^E&fKT~t4DM_^S17R@YJ@`(7;zv1mz_Y=~q*Gdg#*yXGxotY=#F|lvhPM zjlE)VHS=8=)njE^c7M|ZiBqARx>9Ib!y91$70iC8jPi$c+ysP}5Q3s`ti&1sx>~oG zI^>^1onS%G`mtq&)cZ15dZ{X^#MOfatyH0I=l%Q)n z7*@kZtC_3?=J_}?_G@?F?UK<0_AhYFclyrS-PkfYhAeVHcF z16x+quy10*2V$A%p_|@C(vlf}j3uY83h(#TSr$(;^8(I={_=YQQWmA9-IlwJv>tQm z=vN-I{TO7X`;qBxwb5w$91YLV?ZD5}pddq(7IdMCH zi>`qAn|#FITi!L5;K!(tYm9r416}Wof}P8~?R9I9Gp(?VA;uQg19MO47*gS7fH*&jBO!+ zA*<^BMccHjJIvGHguBb4a`X z3aZw#!c&Xr8&szD1+gu&;vYfoWo>0Pxfr2%m34tC33fmRbzWF9I_Pqb9nNK@N##9_ z7K)v)des!^owH`MoXY_O?|;^9;comiPx0e78xhnnVvTYt+t+cU1rn_>gaFJsL-iPn)?<9P9cF#4)7q&v+d&6|3G@s-AcJy+m zE&u*GUaMK|x|4GmT(CgBICk`2BP@3rqtjKIRD#uBy}y*d;<>`?W&mGsG;i*_}V&^tlP`%;=g39@jxP z+3lrtg*!i6N;irOpUfKcd;iDl5a`<#kr8RwFm9=^m+ouwwjcXmTB}w5V#9IF^&Bl$ zr1$Ly#cQ<3u86>am9}pk&i%nxu(W&s@>qEDtn_xVtH-_EiQ}iAK4Ssfsdn&L9t=)d z`XOQN7*J)g$Jrtq0=-yeLnHg*23LxYA7$cxz^Yc)I6E-!;{LQwu_wfGw4&MYy7{n< z@{g0Hf)N5gAJKQ1Z&HGPn9x9B7U(m(9K&=+LHAc_D{YdMBZs~x)u1Y8|Oq!`C4(3_9<&$ddi6>R$Nsz z*ti?=jA-Sr_97V}feo+}Lq3-cfpgWR;PLI8s{ve9@?e;2o}0MpquOucipz^DrT}QH z*(<{nLb4h9799hx4&%I8KPj}xcQ}llgcaG1!nRb(PP?m)=CzA4v%6>oOe96H9 zv4mUhw`>V$29k?)$Co>qIqq(~3w4jJ;Hv5(RxjB-j_iEhlF;&|DDC|I8IcT>Vn;RY zhtw5mT0ygXAu=M%{^;GqYuYIMu4H;Mj--5CL}|zMEhOum_o51Y7i|D>$XmUFoe;@1 z%GsTUsKgF4w%-Cr3lg#~h)8;Lk%WQTLBS8r*sE{YBUDw4HU#o}E)8pVIEfWv&14?U z-+Za${OFm=>IA358en)nB5Iaqxw&Xi*ty@uDOX8o2c0tq0^sX>ZXD+Hn|;KY!Omm1 z^%wgf&Zy9Azd?vmU`~zuOOA0{TZ*mAC!_>|avcN83F#c+sFn_6tGo!v?95IUR2bL$ zlO(OlhszqAgy)mNt8PRulC#6u^SL#z-O&@{=_!AzBZ>T4ROorj%fx$A;u8u>saum0ha7p zeHRX-z)PW*@v9bruyAtVI@)PhaEs5kp`xyxTQ`U9$Whwz#z$=U$V|&0w@EfCUS!Ob zACSTE{VeC-0V~ZCpkKq~P4CLgdOeBy>vB+0ZxIt_Cp4aa%vI#LS^K}ui07WNo}5r0 zagMHmq-jqTf-OD<kAvu_ob1mUP%1jxeKqB!1&-)_hP{p74hHE%WM!atyx68j5b zSqwh8aKo|NIOL<2_eiX+iOsRP`{MUt{0iQetB*SL!F_8)_;0f$iJ4(o__4KWuvy_! z8TZ{dTb*rL6VmuN-yl2Z>0glL84u^jAH^DQl}VRI=x0CnuF*|;|My-5aPI;>(mo+m z`nyEOe&k$RG11$vEdDPG7^raBCw|#C*4#pIUoZJNx?4|ZC{)l>+jaSiiJ`GBKf}l) zUk1>%A61hqy!KvfRsM^|u6vwbH5WpfH(I5AdpBAg%rar%zW}nccGxfgRV4&v`tEoGyBq!uz^f zVqWEtxn%j&+Q2Fi$rL)H`M_HExP+?mFyN^){c{JXs{IM}f}p>7lfD zLZ;s)%6a(Ow@`(jP}k~pn@!dv6JhJkZf5UoumHv`g-tcCs)w* z#0sc%t9@Li{p}f*$vg$UiQ*RGZUr=ykDIaxRDU_(QfcURuYrpX*7IQcS$(Buw%VW7 zxaffDgn{-=K@iEh)LlPc3MPzc+qM^>RXr6Y8ASnP&dr6fqmwYILTpmh$E%{Iz%Qz( NZmR35l_G4O{0}dcmS_L~ literal 0 HcmV?d00001 diff --git a/4.0/docs/assets/icons@2x.png b/4.0/docs/assets/icons@2x.png new file mode 100644 index 0000000000000000000000000000000000000000..5a209e2f6d7f915cc9cb6fe7a4264c8be4db87b0 GIT binary patch literal 28144 zcmeFZcUTka`>%_-5TzIqq$xo`r3nZ`iiBRG(z{ZnN$)K|ii-3S5u{fmRRNLEoAh2n z@4X|01dtAA(50@mzH5K?{+)CF+}EWTz2eMdW-{;n-p}WG1C$hCWW;pD1Ox#ad~k9g4`y4!oVfq@3c(iW~uhy*`T7_0aH7`>`EnYuXVq#+YC==3#rnNM4TqqzM zpi2Elr!3hl!ZdK#y0bV+yVc8rwFEtAX3=QlvJ&e-EsBp)Q`0yKXbNuf-yYw7kh0CD z|Flk1UuHgvoR+*QR0ee&IDUfUzE7*`A=P$6nC;BPI@VJs|F#`Xc>X!`<6%M7XXNok zw^unt1h0m>-&2{GiIGsByulr92XZRrazZs&&M3jJintF7A}cE^uW4zt_r81yHt1I! z6-_gmO@78G3$})kfyhR0^qk?zev_%4R$qSjQI3MAg0)9EM#TOAD=_tf(*)S$7yiiR z&5v>wk3Bn**iD9S_I#2%^vi(^O+gpv2i^A);6^AcH%VC>0nH8|O!jN*L<#RtT z@aF9HMNu*d(BdiZq(LBO%(qsjSot+ZXQd{zLYh#CvOrK(?#u+|XYRylqcXOLk=m!) zBp`~~1dg7kF(Q#m)I8ZHMOD5%m&U)5jGOW@7+sm1N+O~^j*zRG;e4x@OteV=T4yo9 zSG`^0j^S)ZYp2DT>}AR|n$S)4FPI#8#(R~;Y**AZ9`&yqT;p`rks7Nhz;)dn-TgXU zw!^Bo@W6|jfp@}ijsSEFo#x3LnG;`o_yXK@2KuG8cTv&K@=dU?_PK*6=YU9!Ix8l;<_!y*Qc2phVpLM}&t|CuHBv&{M$K?VXtTabi(7kUMwV zl!>5cDNNqK6`Br*B~EcVh#5Z!FgiJZBN5nzpC7?UdAc+&AT0ivd;DA2$@YXMPK6=< z+#U~?*!R0i`3uu|#zDrRRN&j-j>ZOu#h-n#7WO^)@0> zCT6a$LGWwFLcPfN=(3#6`*UIS%uIT=LIXV-RbGE&!!+8)q~dkx`l{aKCe1`{J<5&< zlhRo;JX-UC>5)X;mwR+W96`@&ucHp$jIb~B_w_=mH>In?BLume!Wta=`ca+&7~pek zBVD?f5{nelCaje~EtZn+g3%5GJF}R_b`q}IH$Iom2IRD$^h*R)Cid8Q5~4Dzm!P&Q z<`iI)4wA#l@TwjPL)*9k5Vc!!;`9;bf?HRMm86wi9LI8A%*NGep3g11H{aP)>%l2Q zRMMQU!*0J$hJI5Qs3b=6?}qR7O;BU%Yzufc*ZKBV`}ro7zm=C?OY6Vlabc^r6r7P> z?1c^jD{e4n*Ou441V=Pd1eE8utX@)G5gq72HQAXLZ4l2wKd@yIYC+s) z-mu`E`kj=B!)a^B;pecv4W5oh>_tpj>^NU8L*eH4EhcOxQ|);$x(z(Yb5^tudSptV z%8z{(h@_t`chWkvFX=r!p~Vjhf1AdM>uGK05$1fyLb5D7m0!MUKW=JTZv)bXz9~*F z$yP@U3UE0=$;yjWr8b7C(1^oNDMZVxYYeMtL}ZnvQDkm>S0)=r_ugabEZ}AJ<<_Fu z{I^KKIz+V8K|pK811W5r##z8^S*2fr9Ln zlRG?Zzz8;xu9VSE8s+=(!^TGi1P2hC7%7MUqF=cZqFBtJNW9BROV ziv0cjsUmVvsU^X!`1UivK|dy+fSG$3YH8W0`q${`)taBT9jV{Hfh|&RIaJVvqRIFh zC*Rmvl&3*;XcMiJZ-+Mvfe0xN4N?AvJeABnNdgs(BYb!fK5<1)5UvM!Tz4_aojmUX z#Ymoh)m%fN(>6|#*RP~Lxt1?5);w}yT_lftje3sidO&MxNgcMg9@S+>M%s~y)0i`8 zT_+7LrZ~d<7V^K^C^~ast~@nM04^c5dw*&660^p%^R>n4xzd&jo)Y@ z1r=F09>jFOr%wsj^a3;>N!{rvf(qpkAdWM*5IYCsuwNwoJh7;9I$#`T6-NUIEKsiS;OylQ(XY zQtCiR1dyEGJV=~|zaFOEveB&szAVx*wsyuY?hiBGWR{h0!D zv;G`;F9cnib*YxugasrI^%uy@i)>BvC4V8@! zwy5#iHC#Qar(i0EPA3CuMQbaKy4m$CLjLSNwJs!13b%h{&x7479bv{SjC&3?SO&)3 z6q4nRRP(zOfw-mQrmx@Z64~o}GNXa9YCE$vD-(CLseaF%6HH+WZz4 zbRiJ~zAtA6*i9;z!+zZ?9~V0Lr66|Ae;}U1e#6D^hMhB6XJNHZi{t>DgU&jb=#rPK z@s04Hr_SOr%UCRY_SdDuSw^D*Rzre~4PCqgc)DBYam}@G^TxsTqX%w-yWtYU-Q2IX-a2Z4Kz_-yIe`m;x2bY1F?XZoIH=`uW{$R)ICXxqU$- zG#M6s!fDZwUOA_cs|PXe1T@XN3^UdYyR*t}943A1dTvXp!=%8c%)(s)5y@OJ@@%1a ztlq}Uvhfo3^ZO>ZO|NKfu37JMRRmXfJ_*VOBVnxFFmbq!zc%A+R+w|={11?sJpmca zCeCi;;-*yO)ywzKxa#q?E%@U-+LGH4{=2|reRd-Kz*Ps1$u6sPFO>{K9^k2Y!@=h7rZt472^BCU& z|0MZmbh1HlC3#bcjoX#m73R?H>6oW=45{gu0$S>j`v?``ch#0kGur}QbO_gO3XrB- zS4pz-Yrnqqt-k_LE-&~ox9gd#^n&HE%Z~grM;N@Das8-#U304PA$v*rj36j~qQzYN zsX>8?%q9DhpxrWR@M>30YI^WUDh4bcn+*bYn;~zt_g`$3{#G+=lBmWE;j}5e&vlDa zjsdE(Xg^o(Z|3$Tx>~-q5NrZ}^$y0eMd|h`7Y4OWkgF0(Cu&CfJV03AKfzSGBhMU4bqd4kc`qE!CH4Q^FdOCtUHaZW3R&>S}$! zhk=OYL~3fch$-?wa0)OEkynDzJR=vc^vuUQ$hF(>E(q3{7{4uhC^f@bzHUZT>k%%R zsekA}E`OlGE(x+lP1smp0;Ba7{C$F=@Pp~i$AsJkc)x+3Vf9xQB=aSN>D!T;Y5iU~39#6yoQuj6Bj%kdYC z`72YjnSoF_A)d#@S`|;~F|6TOn%b{4?MWJC4uG&NK=D zqd0rU$A@62MtWD$=Gg>TgO6)b6Vf41#Au&Zq<@p1RG!t}NG8kv#>%{bHuCdAeIao2 zkWX{dyO`XCdv`FlK?jS{48~Uaz;oD6PtoFF0u6HBTHCHh<)5wP<r?9UIw%{psu)`l~*PK0?1^oH}d{D_wF{En-ejdBHTK|(*2$K?xVkG zwYXl8^HAjVOqKQj0f6s~O`)Slp+alXd8@#4Iw?pHys|MW1|l%ipCPeN)|fLB$Dc(9s}LNw@?8G{ zU>U(Vid5}ltIy~zNv>o09)rC()g8O`<5~!qF*Z_?L;+2Sy!WSv=}|67mnOPb!A*2; z^f>okkk+f3+9?Tg&6NBMX%;BtB3Ds#(PZ6E4`X0e`~amc=9QGw3J-$!nw6)l1A8;m zFdl>D?g@J3P-41+3N`R32d*Hq0GWj!{3n&rVA)dpcB+|5`XZFFZI1bKA7d;-x=0wt zy;$6nvCJ$_&JDjWa%`LQYq&(6LqBP7G_+`+4$|qk7IlS4wK{qnP-3!yFO%_fw(8(Q(#|htD?ECEYPeT&anf%0GjGQC<0)vR3x=4pq`@gX z{0?*O(e3p_zu@N9G2O%!F8j&|FRhF(c@BWMxZTpdW0xv^K!`2L39%+Hs0#R>a@n-J#u*kF6~?DIhPrUi@$pR0tS?5wF%PE z(-eYCc#{7tVRzd>j~xO&LBPK62xxwmxrdd{N6!G1hfD0H?fV)_B^PBIm|@~CZXnpdaM=<+?&D8Md^RL00JfP zK|cm@`4bB6muuN!Zck2>k+wh^8kM73#1(%6#^TG;42H{?eTC(h^zB32g{Skc%t3Dn zcHX3$TQhR}n9xXCd$?igvlBH@ZU~p4OO*Gf=$@=w?9vYs)!RYa9V@}xVt8Sr4y_!< zGjn5?gnlSKhqS-YW^o#@NScez6I3x{ zv>meTLLYSK!pa+|kqQI8rWST7_)jL~mqQ}Ou*!V2U-g|ZR+pB%Z@w|HnZrV~uY*w?_gMhSp+4fY?hMmdNXYD(iruAlj0&qga8nQ1=c#y* zgYc@oWp>=|LQ+s})zQ5kv*UF?QMJ2|FN1CzjX$x&TwGJ!4VjOiZxVDVz#r28{^WRn z{o1SYRs*^Nt9(ZX`wad=44v--X~h#aROW$yKE=n-VWRfhI&wn|_X6(` z_WPK(bt4Q8gxJ=b%BW_nNj&h;H;2z`{vi`~)tCBk(zGYBp?f;(Ua+^@+rKm53ld9S zPP#A^Wv7>F7c36IAp7(%S716|mr9fnL?n&Q*?OcmX7>@shP*98yVXmJ{1{z!s;@_D zt0}M~j-0t@?)wY>a9PxzCVtBiTKiS1<;-&hv5CHiv=8d$IOnl?aI_>zR3eW}l*}`T zd7%jWK1w(iqAjU37u~dz-4@O^=PWhD7_yL+z1;-hnPx|je;QFR?I_x6McEg|;`Zuf z_}_7>V@hb=%%^H&>8W{N&Ud5bKD%p(B6#&l@nN^wOdQizb`@g}g1c|qGqGr^c>a1w z|5;G!BbS8(8#mlqM+re6&;L0Ba$evPxRGW!koG@-z@*c+8&^U^7Q+0jgUtgB$)Bh)OGD5oa(ju zL&w{}@q-4qVXtvRtXul%gWH0DxXe$&?MN>z2jh1!ElU%a2;fz@xaTyfs`lnr<` zLv5teGAw`KJIh))Wg8JzoRNMyP>X1rhr)=#Y8O6Nf7>}xLS8!@+&6k0h#H>Nn{`&~ z<h^0MI*wtWWT)UGMw#$-to|sCF?yXL$;_=8T>RsAI7ks*W{$R-UI&M5a3{Gda?9J z3PeWSws3vp1$(`F*+<1X7B6hG<6u)lqr|?N&1Up;Si*MeoRFeRNGZa1=`C?4ZaPvJ zuHL9EQ^d$jd1pu9n6iBgWPMtJyxmfJGQf{a*eag-%E@KZ$^*2_&F#h|LL)2_l*QS9(#5T>)&wtE8a=@FF+vG8N zk>*kU^97;}tRP6EGf5HKhlr6@^Nb7N1`_>QnnYF9-8tncspx59kcfE)TtFun#cCjn zEU2;}6Xu~xx+Bv+O;tKLcuo?~kQbcPghcWdz4-^H!wQOhQukRZRMRk>kfMa~V;A;p zSqpR3D87(4X}j4Awfr<~7h4dgK)pzpZf{bn z^yt`yH4+85n%*$3rL0fWi>l^4|J{Qess(a2+0W-O>gl%xIaVi`l9N3Nq}{$Q?o$#6 zP(6};On20~O*x}!V+=9YO)zz4yeTv@_04tEzA@Muc((5aTR+rHpa6@RymHX{a%Ss{ z+ZVey@TSCpCZq6G3WNWPfd3Z(|HlaUnQ37#)!hnd5VH}%lQbK+^qVrFox87bV{eTd zMjY@0wT+?ndYzV$vST&K{gWpow&Zbq;%=a$(B%@MLh@v!P|L4U zgM9JBN_Gb)g+}3@K$8-*b+GGuC&@6v)Fomd?4){kVQ)620*%U<8saNfLM+ndN~1z> zV$;~rU}Fc&M@|;i!@q(ZqbHdoB(EYYOs>u5jd5A-M`}}pr;g+_B5o2kj-|Pa zF8qc!e5d+kUV>;ih=57(*r24g=6@)>+c%LfGLw_-Bbm7r_`az+tag}5rqG&jrg(-W~CJFkaxZTf@_Ofx@ zzxqF#<4|HKKBpc&B9R1r8t{!k_=WNfzbR?aogs939=bT|!c4N>91ai-wsc4|JdG9y zGpB1A4i1ueuSS{R3h}0^YLpx`pB;Ok2-R5 zZzHya))4+|xc0QJ*&1>3;@0$RcgE3M_rt55cZ9<51j!pV&i`8js3v%e$CG{I{X+yj zruhC$iN%UA-Y%u_?FQq!rBg;{`8h`ZCg^bG&OC=733*%4cUW`DPGqp|OgNy?)-Lky zuY7>yw$@M~Jl&X?9MI2RqOdsWZwzFd6{P)UF5-=GVh z;$}}BvAUMs#V{T@TweGxI7dhuIzFqotm&oQreos6)^Nt1G4l8ce%&u1F<%WFM9t;W zBAEtq#1FS}e7Gq{9nzJ-0@1fhx^+w)&5)h+@I@?kv+h4xs>`xqTMB()kR)QH0W6ODL=b|ea)CmcTzPItT=KH66{L4@p}bW9=F z=+(cM#QUgiq$M^X08=_kUPU7sf!8j#4rN7NO0#TX0-;8=ySO&T7v$C}*`++cHZu0; zRv+{Je*j9;z>+TGv1i76Qc^1lu^>XXp&w}t;MzI_nTpY_m?O?J|UF!?x>j)zIZZ*}uTg|S?56^~@P4iEAwq#7&c^D#OmVAeT^&ib{UcAER@k$$X; zQdR$NNz=G^;6|aY!VuP>0e2>_I^ymyjmC*~Oj(aU>lb7XxoNc&mR~HbdffiYw#m3DLJ)nb-vczmSGI=PaP=yOJ4mrW01pSsP02=(ym z!R+#8VFsL>Puje-hBZZ0gY`?oFt44R6Z--pJ~w8q7te$W<+z`WB)mKtrOR>%f~{*2 z8>hh;3|%NPQq8-xDbWw`*n5*Ni7GB0zr7D?q`b1s^a4*X%Jk>EYA*r$va{t*S$Wk8 zL^lqaL9$a?PVadKA#e`-ocbsFKC1awpXsVmMxs^Fnz9Tb*6tD1sa`;k~@OqRo@ub(|hVwu)j^O#EQmIetE!ma(-|!O<`ZRqJb<$^dia$W5ARK;F@n)=G zXY|L|OhQ88G?ay6&;=(qqYF;O$NJ7x1?PPHYJC`UButfql;CF9^Z@N$9e`rgvKY7- zzkY{r^gSjplQ4S;+v7}YOOB)q;im)xJ8Tb}^>Fe{+E{o<&QW1zc~g`vO5=ii`UUW? zZp)~%d!YRLs1P5Gsp1zs3gc8)u&mU&?P*XcG+Tr-__K7L+$}7WQfV_Ngi(tq_9feK zK+m&sYg9Dt?NYYIX6$uOy3OW4i<~fWv+Cf(7LSO2Cy{IK;1#Y8C_5@I{l+TY*=I|v zB849$N`$Qn3)Wezrk#N{(Sj^ujO*o{#sa4oD_O8zmLim4B{5HQWLd}YpB(b z4G-q~15C`KQcuBSO|^7AHPTM2RneHT?`cv7UxhiJ{_{;Q;kGe05x5xg&K3|_>$pD_a&U>aXaI13$(JL50d8Z5nu7>Swu zA*$V;mYnn2)kI5c`a29y*`L60#8U8YzlVb^NVbZO*AIlUcC6{g-vYStoB)oYa(>HrRpU$_+Fu$?E^-+?mgq9i+l>lZ?b zT6(Rs*ytr2RlqzPAC<(}aFaO~EuqFiP9Nk%5YV?9#t-?A=4jtCuRhpfZRc5{uXo+q z=LI8vUYPpMT}NAmAiT1T|Lra-gEjft1a;1k`{Oe~KvJy%Wz~FR@vzsl)Hj`G)zsap zD0(^YuCzHguv&0Ryn%gl!eek+ywQej&`(Qef(ql7EcAYQoG}tAUY=Ns0uhUO05V)*ND z@*NLrHqhR{%JlU-nMJbBbn#Q$0gDOt;1glG|M6dhX@zoq#PRvcMk<`}n-dBYPlDbf zY2&o+<&J4^>4Q557tWSxa)1M;mS}X$!JFe6+N_0AI?erp9CdjDGuyvnelpc04y2u#n8-PU5wo6P&9?ZpnONA+t}Ucy z&nD(V>H%M8avRC7jdV$uW8n|L5W6kw7|(e8$j>_ZLqe`6y!1fWM}{tJ3t7HmzB894QuSOpNj=&WDT3e5Or0)3wFwasb4%9_M@6)K z&l3J-@<{!8U7lZ%P!XZsO|ejU04NSjBEBESP4Ff6+T}!&pxTCxBG{W z{I$5gyC-P##k--2l=5r77AsRg@o4?Q7zqe%7Y9-kbSnK|KDcKK;nZqb@o$i(QzUtW z4FlkIku@T67|OO;)}XWaHSwT$i->~}#O|Bld^q?M%%`d*s2x9BKP zZo$OD?q27J1NAg#Nd(Fn?4I|PbI>nwdR&!F6YOHC^L#n$QG{zQGnjL8QL{~TyS%sy zMT%4c%BbJPXL6?WNg|O1-c<>qUm^=RW`+5)eH2jAI{T^M6-_natW57V(D?*MKT4n;I#vjkQ1Y~X{0hj4% zF}qYRzy8zJX(%d$`X$XgPvDafqM65Qw_;|~(JO*m8-*q1ir0~W4cd`@#KX3_GEp5t z5?rPAGz%$L?%(5dRFgw~R^|tdxXDGF>^=J2drvtC0;nBNt)$2d+>6A}c}i_~ef`fu zywIKq{Tp+H@09h2i{+Dn7?p7~8D%gZ+<(bq<1f|tL;Qy~w3}O7WX))3Ej+(psj!1- zrlt&tNKU|u?sySN{!ByuYY@P5bL5@7&Uld^k~iLzJaP7WDAI|JZrsHHT>hmAC?xw& zC!c!IBNTzL7K;wAXR3vVTe1i(oYdqoy3H0Zw{@>?*4UcFaMCNHwib2efs0(Ync=2q zwM72#(Cn=nv2ablw^j({)fdng^E-(uP|5UD8@CzqpKlZ^=HH}?5{kmM7vLAoAatc; zwH5KZJkkdhh8C1p5+HZgC}LE+Xu}KIn7|*#?;j-8^-VaZ5jOW{JA#*;g5p`(xTiDd zKkPnW*IU@QEsE%-JWbaZU2+aF3<-bfklBU}TCC{E-~c1suP&!}=v`e&X_xF{wro+L zcgxt?1af+ArOGprbI<(>!E99@GkN&7?#q=uz{(bMN@|0qqxcTr07b2;i>k6W8Za(r zOGe?77{mF3SVV_<+hIDRNdbE)(lSDJU|Bf|swOh*8)pQ6AizER8M>1xnN1+Qcqhg$ z&ak{6PD5v75^-mAcvoOH6*!9Hkzpt)*#Ip_vNoGk)^|nj*9+w7+7R(=j4q>aw<4Wc z=nBx)kd4$ER29&>bnknJ`n4)pOczJMPJ! z0)p$AgO&S=`T1(PYN?P}4cSJ%&R?iNexQp^N$*`-AbTP7WfZIW#P4d}}S2|=#O7ke0mzh*aEWQE)y!|#~iGCKXe zpzrFFL$pk!^d8pUI(IfGO<%TTQHsrDXLDNnMC6*d0wT9m7x6Ft7V=_OlTqkuj{x>p z;1kpB_NxE04RdYk)Y!laqUU=rfZJ$T5)`7`QV?5(Ltg_xlECcjtEa{J!@6Brx);>b zl?P)xrifEIfWi;~!Hgrq*7bz~i3BH#^2_mOIb$vnOz3yqef|S?NrX2~aMzcrlIGhJ zJ57YYnbrjk0gMXNJsZ;3!GV3+U0eN7l{dNPN>2^D{M%{F_n#@Jh)M2G9pb6tlT&F# zzc){OFWO&LCDH1cNMGR@X9VA+vt>EiQ|#sD{Y6sIh0eE(T5g#Bhn{L{CgdEL#dtrL zC>~e(BtwcN6QdM$0h>v5cu{@BvleO1d{z*-w8N(k$wHP$AXwvfT1)EL-?E&6nLdTq zFA@*HmwLR__b301zkRRgd(MeG6hCvppG6OwFv=2NKQVx_rQX$Z3q-DFDcOMHtbuC2 zb}=nSGqv$BlXjj(ahhid7ECVPglKaK;z#;LgZZ+OisWYuKBPX7xpErFk*@EYkKqg2 ze61oYkPXBN#&}jK`c6OUoF{pGlCOmyvi0VbqIH)+GaMDJ>Eg{$20?GwP~=nbph7n3wT-iS@IWTjG!q<-}5nJdNKFs75SDJ`2N60FM#00h+c!NU0ufy*_DlHj73t z5%X`Hqe$xxtHUL9%+{FK#XTYqf1a`&Lh=``4pOX3cy239FO^N zfStakz4XYa-?AppcGY?%Pj@WYmLvxBlKhq06UyFTy`Dj|YO2D`3uG#B$$f7PEjp~U zN;XAx*Xx;j?A}%@n)?=Uw67Bf^MPlLUonDdnT0whr^OXyCbtVRp^N&tL4I{~Dg4l+ zvxK9}?_3)Y$>n?i!054VsQ<#MMZ=Q@luen-sz=N_VC}l?`zNJtA`krH?K@>?REBq0S+(}^2UlFWDqHi30Pa~uu05d$T+-JrcJV1?aXOg(}Rs zl`@li5%>|PHxJjZT#h6)u5#ukqU%dvk;$HYi|x;L7naNA&)c1zj7(iIm+BYA&tK7r zwW0zwzaX`x0|CVQVi4}J(N#ScVIBUXBSyY%CN{!aH)SJ(GEwpFU}-yF{d#w05hL=m zqA}!Sf^U&%EPmu~34)ZMEMWZ|Z{ zf+Da%zhehlo-wY?=x^Nensm)O!dR`~B96^wloNE6>dRY#u#pQB(ftm&2{0{aPw);3 zLS~XJegtuFdsZ#-4}Yw<2z1ya*ZublDU*Ut>&i)(l$<$AW-E7gWuf>Kh>nR@=~Jgg zYVeI|2kH%1E@)ScwTRMO*HTWJ!AcdT*o-xoiH_PF%JHNE29RfRx{{W~Mn)HwZeR53 z{~74suQ)4?@;WN79bIYU3yi%hNhnxTu7in4w>kOLA9 z^_cPfyxl`BO^Jaqzdl`|Ez%y3HTE#{dbqX?j$5k&zQxN?z*CZw+vAZV-WEk=-9oI^ zi>;EFv9pBIbUMsM{{@)yaWwa#nUxs`jEZa5y%dJ~ZYpxpbwF;r5KM9NBrtI6bS49Z z{7GcMaXGAxDfXDD;60Li!JF~fHPwUU&ynr@B*@3ChF52>+Zzj(2PL6C2Mor0xpcaX zJz8ihH2PY@>!))WZIW^vV%K*vW$Xw?vcF2|dP9n=qCP9;7B^IZhW=jxJ&T%Ztkc=ADNzA zsx*6uOG(O5$(&<*ti|J7dW)DtZjKZ4%;`A)POZf?A4Jh3X-N5M*8W<2T>+@m+RM zso4=f_o0cfhnM$+auk~mI=kVgHZ;l-+V`UB8DLApLi~fqxxCu82ZpTHwuvkJ zMaL0c$(fK#3^%@^>W3#TVHR`5ZG3y0Clb5K47#1K#yLmQyhW_55~ZZn&H*`)Kcz#xCRQCFdlucHx%dY1wZPf=tL$KK^-_TTkBlg%SX#-AMe8 zDRJaA`0SE_!0FPPn@x{0rimZQd9k+}88MLx`S?6fu6=l1Y@h3fs<=&*q;z=urTS=C zK%}u|(8k5e&Y-zSmoYb|zD$^cY}p6(t?!f9J6m?2>Tc-Xy34Rp*Ug6P;_=3oS~ z%u;Q7%I5MiGqZ{d!-pEl{0|+1NTm+haNN1M^6$Gh!|V@!B;}D{h3pn(C{xBk%}#IR zO1TK6*^j5|!U4^zB>Fw$Ab?>qDPT1M^Jx#~^C&2cPdIB_0;KSVNk9r$##HLTSD_Z& zz)jE%*Gj)7d9uVMl=+HdJ8%e}9%lwaY;_kEvV>UsLHx;mMC@f3lzq5Iv&y8{w)@Z#?E z$bXT?tyF)?<3bugVVY6(e@Vg`2i>|)$^m~$WioLwW}oXXZ}=w;=N0{LOx0{9*as^Bb{)>T@3m+vEip|GPIJDHTEO0j?I58}) z3~@%Q(7?0uCeHM#BsO=kytmWFVcmtD#HF#V$&{e5iF)nW6D|+WjJvd;&5ukcPLykI zL)z_SO#T-IEgtk{E$oT_$8EEJI%wS_Y2C(F)`01pzGC)%N-d}qrB@+6yelt`_?uuN zPMGYZCo678{Kdb+IPo{#IN(js1Ummj@!l19H8oPMb}r|M+d{D&z2T^r|!8rbRwlE=7j zz{QM`99y%o-F!wvWl#jR$l|ML^ohwPPlBQ~Vi{{yBOjvrhl~uf zK5Vk45;70o*YhtM&7#Sc2dfA3wZq@0ZZ6N~v6zg&MzJl<$ZNrwqf-$TiT@#W`2x6Mt;TiS4huyA5^}YIPTFF^l19VciDe9QgSuo770l zz$Fvs?0FY@_UtE2YE##{%dGmgZHHfzsU_`V*H`P4*F`ul(sYs9Jq*h6rbk1>eD34Z{2K;_cLbZ46halLc ze2%NUKU&GA!WwUqG&=coFm>87tCT*F4xGxo74O@5Y3xJVE!8F_1FP%~BdC2FS9Isf zXuW-CnGh!{^D*Drcrxc3Y`W9=5ZVYqn-rEs?8_&q}IoEx+VFS zRga(VCYV$<=Zq#wk?;b+las#o#HsNw*`FGFDeA^*xQuB(cE3~CcEUYt6MjgdL|p=P z2+pPgOZ0Zk#7FPiJV}Wb={;89-U46uTu_QI1&b)P=+se1|88_^!5Um>o)Nj!lfI}_ zA{$}3*734@W4yItj?m zLJCa$`Rn$L_lRPSglt!uro*Wg-e^WHi@NW8q5zxYdq%ULx=%RZ(Ry~zKFHmgD!x8n_+?xj`!7VyZLb@!Ht zcyvx*=Ox|L<#!iwxI;b}HqA-#(_&c7eI; zh0-~Nl>BWL;lGfbd$~ThM~0`;bnAxA&t^Bg46A9F67?ijVTmmSHXl37dKJH@X%pJ( zv;J34-$9e2BLwPjbgdS-#g6)O&a!wuZ-4?=C;(W1fb*oq3F7!&Q;TDT{dSIuAJ0r( zTYW}1z5Y^?(IYRkcvPK{&UNZ!DTD2NG^^l4v6pZ*x!@0~FW+zs*VWLZvD5?b&529v zzAIr#Blpmqud6Eze&qzM(zwET6WE`YFdmz$)SiInkY`uE9 z2W8d!Z|P-BLFnbp3rcnGlI9P_{}G(V#2CJpq^&-OF7u(-e@`ex!`4!J7AZxIWjne$ z*}p)Oo)D;<^YCfczySXZ)mxzJ%Trh$e@@Xs6YI$UjQXTpMM3=OD}yJh-k2t_G}69%^Fr!Z2HQA5*4M*x@spn| zrheG^IKj0ez3X@*QK}PLKen)$lLlOFZ8tSxuEOsfZ4ZBRv~f7a=7}eY0qYvDhVUkw zZOeCWJKZrO(yrm9v!+wYKhPp+8sVTN>nKBQt1)2z7ZTr41?oJxD3UIFa*^`;bD2FhRFQI1$)e-S7>YM&OE5M83i$Yg1gC4XbSB(3HY$XeKc0w~r|t-}85eyvq znGOcAFmP`I@uNFB6D-U3R7zi&HI?4$T$XBCYp7jyF2hIU++&75Z}~Yj0lG(o!Q{%x zle@H4z=iwQ^%fFV}$@P%l|Q*S||Fc=aU(OuYN7&dFa}V3Nc7J*3pGRNHysT zpl1qYqD}+z4udN>1yr0@uF3~3%~hGND|wBbU_IaPN$MmzOSBa(DV?!lmqJAFWhao7 z6XK-N{+v`HO%=al&V4z}>Sa|@+Qf8!nk9bZMS#vdzl+RDih{^-@~-07nqb7URdH*R+DD=7!&A9Oi{-a*?F%R^?_>z|&W zHQ+4C_b)3pp#^K(qJHO8s1UDOMw^aDYOOebgZD{HMbGVDVk$+=PF2;lVmdaX96DD( z2>^x9360&?xbJ=C?ww+GUzY7mi#yf$i@Zi^^Y}?DA8FLB1O|#d@$jX3gICv(QdzlV&8dxsHV(c+LsK>QTvzU6_ zYb0#5dCxZ%c~~}R7+|_=M1NiJ;GL(M6jlh!W$wT&BZz#^;TRxOvOoC5av{aK*jUdB zEJTT7g$OLq7j%VOxq7lBmjswrMs{Cq4i_QLuY?I-R*l_PX%)WEauEF6LE{{cM%g#Z zY=g9-pHTq4-?B_^ws)ot(CdUT(Q;?3ZgB%&0-LSJk}S~oODd0f;gmE$LNlWC)*SZw zTF2tWUDe>}3GAgFzfUW{@fr-5%+TXNF!#@u3xLK#M@{^pJ@RwHxR(mQv$rbM^u)yF zp7gc4+^-scO=w4GnLoUHm&|*G%B4)zdnT-@sLAXD{t?qVWoK?M#QmO7ZDZYumcROM zT0RXq?@|A$uOb2&0IX>Ab9ty?U)lM3)bo7LPM+d~0IDZ9U)9X4Pt|IhEccrc4$Yqg zxN&t9niz^0H@V{LX*57HW5=4LcVn`mZrtz!m-E4LWa#a&|ZE=ZeR z_be>uWC0uQotqmp(+ySAn|+s`Jh^?c#?)U-^^qVEROY9akEY4F$EfL{d=!)6%BG-- zzxb^*e?e$Rf1Wl1QT?k8F>OCoXwv?=Ung`f@oR`*z|{D)G%5h9(2EXaoVg^$f5Zm< zKZTunJXG!9$1R~Oja|ej${K1yXo$j8_FcA;rjQxV!J)?|Gj8yk6(bnRAXg-|KsQuFvOvU}1Q)$#BKFf7rFv3#c^C6nuM& zOO0Gft$Kq{^uZk+fBQMx4ywF#eZ10jN%@}^6Trc3hCtkr5v?qLPeTBZoa}i>5KfE4m^W45!H&tNIy2!R)_bi2pfs)oyorVbu+nl5 ziVqIJzcjU0;LWSXA>n4vmdvWwz`nJ(vB0=#2PO^BiHo&%ecgXrM@U_;#^7aMCflK* zu?J85J`Tl@CXG@Gz9}c1FQwCP4okOwbBpS37P8a>qfV`z9k+`X5YFPzTfu%UP!6y`Fvr_P9?4V5;X6Bf8{U9#rCkAZ zM&uVB!n66B@`9(+a&}!KKRfCf^oQNN+6$^tHoMIK!>*$7-0ZFr=x>*b-P5X-LgxBY zo2Ug*pNH%q>8qqJmtk=~7g&DYcueN3PcuE3&z~%j0gUYgSS9wn57tV0QdV~{+bxEnx{U^j4&k6Tg_t{mX$_Yq$xe=@q|jc4#`MB^ zJT!tidMB9LT+XqKk3JFN=!_dS0?dknKn##1>;EeT2o)}9LyEIBz=e4SFuw9d_vq)Y znKx|vFBXdWkaNz_)-AYMGNnQ9zLj_f%C}~7N!N>u)Lf+CfEIdIU7czh$QbcAide4T zZQJy*?<2fUv(SP%PV21I_X1kz7G8vO5oI)0xCIvcYt6{A`!}bwQlGSad^&0sE+dig ztCN-J!D2iYgG*FJ2{BPzy1^u&y=FXDd67a8y7BGP|L)Sh_Z*1ci7meUFD~utdnA|k z%FkshXa7&|yHfQ-cZaL9*88w++@nx&uAPsEVL*=wVw{~gi>(snR7!xUfN3m@nIRqe z$bxi@pG5F$L=in`nIEOo82`J5h_9j*7~_4)pr(1ea&G+SOCoJiMKDK#1^!`Tmo zu(KAj$s(@Ez}~eSFWD$y#q zslU<&-b60sArh0MhfMd8Ut(rM_CQZ8FfKQivy3;fi)0|#R9eO4o~zDAw8`&mCJBRl zL+V<9>B#dX+=Ch6E=t$PUla#aJlOiq<<`$o@7t~|m@_8YX~f5JPr8|q*x0k}KKaw) zlj4s{p!Bb0(O2I@&cJP`BT4v(=^IBCC}>G;6Pl`dvTGO(u1uHZFzBch#Oi5#?{oUA zMDhff&?FU9`${$qfOt^aXNUDLXp}!L8o++(*YdqI@rZ`e_9q$WGiZtk%BdwBGNUQLOvKhbHU?bZL0ypyF6t66gl zm;}?$LvW7=cpykxJulrHg1_Tybvk9?!FUgQFW7)ZjiG5RKh5P)A-N+a_IR~*prd%Jub(3dwV#iE zEZRnitmR!zrZDwcFZbI$fi zpQ#2NyF^|ZZxhg}_2{p|uY5RbnD8K6ZJ*(Qw2)?}wekp&yaRA|Qo#DxsS?SeI+jqSMG)is9$_pX3e;QRCk`w z6Eyf}-+>ptnm-5fB$ja02cI*FiDNlWz6!au(Hs}CGqc@Mmic~|=QFFJrG1@1hjtXy z4~e%c+1cVu*QrSvt}^-J7&3CYOFA(;0v#pDtP1!!v4p;BvW*`n{US>q(dX{NUrV`ti>sUd7L3MP0-oP`aRTgYw5brGKhov{JH8&ZnR)OJ2X6Hj z*N%E-g5%w9Tu(o3p@Ox209&F)dqM|)8ypzq@>_T7)U{4lXM#FbS?FxaC!G^bZMM9+ z4tmuQbQP|}fWbv^^L6{ks3C9Ej)`TTPs7Rx%f;*+b8A$!FHS$N0rHb7YlE-;Os=Pr zQ{twGcgc=sfxFbo@AZ<0v(i)mIIN>SayZmhz4f%!>5C|cW!)L%h17s1v)z*m@qbN( zLIG`HP@`-xc!<{bo61SZlQWVZ1OuYl!Sb-gF-ru;V-o?-65R4%f%6Z;4dlCb<*tm4 zT`7ejX`!VvI;>13$7YHQz%+8p7l(Tpo$_JB4f^W={o?Bv;zK3iLCjqj{gvE5lo;fd zHH{q|VzJ(ecLFb~dW44K((lhkhDQ$2inQ@ZcRq7Y>-^*1b>gOVEt)4}ovdHpbt^K@ z|3sf`Dm|bJwcZkK{pP34+PPS-&Y(HzYpQh%%*U0(ohJ^qYv&SPhZse79v3M#nTUb? zTTjUjU*9&)0S1{kUx6pKuPYG_c~z}evFZy5xUz{>?k8wd2OGRLnS6!W@2E;KWyJGkUt&UFTh*2NVjj=kW%jj~V001z!4 z=ACav4hf=_2vC25z)FK{a-HCIF%1b@(>NH^N7$**yWUBYO61yA32R`g-kGrQqT2&s zZ1aW~`>zx~03Uhl@0bL?Vul+mpc)cp64nzfU1rpi*eG&?8WU7Xl4Pf1!!_iKpK_${ zC;xLY0h})InNl8x8hkL6Jpz7odsa%}^mCw|17HWPhf{dC+kQ}x((i~n?<}jL=p9a@ z<9^KPtHyuVYuBL`*B7H;P2iVO8ICwx_P&$c40y;=GC7R)u@F`J-|`;#me&bZ9#xFU zJg^Th!=rFfc{Bw+ujIxWBM>U0T(6i0?6X&W^QWn?a#<*foA?<)RQJ+am_wkw5~pN- z7sfTpB>PChT4dEn1d;2VMl0o-hg^bZeAQZSZ%fT*?fK_jkzO;p1^Kn_+yjstFP#ra zNvx;BrMYSMj?`B;0sS zFuJaW4L~Ou?IWxSIxyrDP0$laaSx}5DtUOzHO?=y^m2JYfcOG)&~ws}entE=bCT7$ z=#rYt?lU1eR^i}WaqU8Z0rKPflqR^`l!q|k(Zo+khOK+ubx;hXEPh&3dhXVaKhK_5 zEWuW;iN*%L+&b5&xM}Dl-pY8w8~S%KsSYAxoEeE0RatjS6)vupzw^Mi4zR4J9^a9vEO zGsL1|=&T;B!-Hc|XANCOT4+&_Am}oQeN;)!5I#Ng%dGfD89Z`xzBJfQ5Uq?0g3AeUS9@IhE|>w~}OV)8>HvkoV#COPN{LT#vk8 zt2Z)j@{a(~lW*kv*4-rOL6sffa^(OAYdJ-0AsgF9gwSQe2wH&X@4yh*TSHt#%TNt1(?*1p$1*$&WoXj%(3D- zcQ5QJ#PkYUg9UjMs?vZCI$TX&{X=JmqECeM2>uCx|CpLx$`!gYuDe(vVX}YRkFG^k zURe>tw{_d=^mg9nvS?KtpkI=2?(iG$tPXR5QosdvzxGoCt z$$I=Gfzpq+2F3?10L^~%hk|tHo!byiu28i+0-PzrVDKCekd-_eW}(>Fp}Ancc191J z%LV{ozGVXd7!U|yD)X?cRj`u12B#u~Q22#>5x;tCwV54R+A8Kzk+(poe&f<5a*v*K zT2oU&Cy_LPGej(sedjw!v3{YylrY}sxYF)>cfp<-T!xEu)CFu&YJe?D)I%N!%*L!8 zEi#ZVi4r-oMksMF`zOoUUiq(+KVL}Vgk4zs|M2{i%LBzJSShuf5=6EJK+gfbJ})q= zG0GhyJ>s|)s`}>jgj5{06DiB8;CT5#UeEFuCDRNU65yFEh+SOUYPR?{idoz^hcctc z&442k_wYk5d(L7ZTKmy)4^n0o##7c6!_jl_B86&KbNSP0;&tq_AS1DeI66n%PR*pX zi2%0k-ZNP@3`AaRb)vJ?W}XEv*Z1a+PPd6tY;c0IY-s0=Iw-*C*soU) zC=bBofdMQRHt;f`m;%bDO+Q@6&hS8dvdDDe(V_H-k2t&!J`FL&9w2#0bHLqd5+>n8)4e;ua%TPUO&4#d!TjvD`IHe+m+wqABkj zoNs5r+GI!s>cQZx77EF%7%V;lk~d43R$%h9**@|sc6SSR>J07Anld(@sT0nyR>Qu_ zPhkc@Fj;M*AKsf3%f|p*H1HyY%3g7T%cCKt?y8k0=-`j0laL`{!mVH11jZ{=3)Zbo z21^05#asw*jiv?Hew&@KV*;teNz-jz?UZ2y0k!l8DBW^9Rj~0!uD>Ft|27Lg;_|N} z*?vvL_xnuig>$EG@^@kLoJ?zdbt0stXU1YVLJO_W zCv!h-*}a>}{Q3SZv`DX6-2%p&B;T>R%A72KsxXP5VK54m2trhI`mBmx(#zV{ zInu6zS{==2l?XBO^i7UsOK?Fk{?ekyEXECjxn| ze`kRpJim|8Q}?3d(XG1>vcoX%zs<(_g-QWYTElLe@&5AL%%^F!{2#PFiop zRz~d(ix56>b@e=g)qGNk>2`{de6Q_WxRCIF*6yQFR#bxy#Qy{EQ~~2n-V>tkL{`UY z&0Rmmuj2DpeT)jObl<7A@des_b`d1V25nwoq~e9M<^f>hHSU>co8g(*{m}-YwofiI z-mkS=3Wl~O+8MFVW{YqX8E6K**_pPc`QNK@m~X8Hg&Kle5qX4L!dd6!IWdLU*Nlkc zGiH(n$H6or(h^BfuCPB&?kP`30z;2(u1 zR+FQfD9dIbldYlRvSLo87bRrF5U656yei7F$Z+uFv&!-!9(3wD{QY)By0oUJmuQ{- zU}FV=;Y7LSZ1uxnRdzVY10dxWlIkcKoJet_HxrwC@n~W6^hFyQekJ5|pV<4XQj zka1?kZLfD%g`ld(`_Jln6>AAWt9jnwML-$NI@O($<9KJ{W`C%l?Zl4-L0J7Mr!-?21u}Dy5k;D zu}!eeZ*3?R;L}9xDghYu?{zNJxF-U5o>7it>+~T~$v2ua{;7P)^J*yJ6~TT02(a@l_L<@JIZo3wOYJ9t9BNNUnvpIZ184_1fah;Vh@r1saB z^4y@`7jq3dxmVlsiow+%)C~5)FovY6v>3pvw$J%t@r@7cp&Ec@j$@T1u-i81-!`X5 z*u0~!^hDZq+7k7};*;b~0?h1x(q(|(>8OIVD1hr(THoGWk=iwDyIPzQf69sA=(J+o zn#EcLV}QPlry2xM(Oe*&QuTxz|DO({_ui&T9ig&XSsUK?V&dy)5>MGnr6uw&*J)SR z4O5d0C2t!+(VG{Y3fFU3G4!F~;z`0^Zy$VT zlJGjGSF&$3BUtfc03n5Fp1KQfb~InA&8`q*1q&GG=||Hzpy6L2H1f*;LpyQht{w?} zDZ2kUk>FaSr)>&iD|Z|7sH6U!z%}z@JhB~OedrN<`}Lfq^UV}Y43>cn?*zZ0AOM2< zpX5w(`QSQaEYTvqHz~=NXHUjQf0o%dBkQfeAN31lR&xxOEgYHTdZp%bVXN280=Ana z^M=FH$n=5rl?&BI)^08Qe_`>YwGkkoEIR+Kv^%~Pb0k^b?3|sA#qp8cs#eTueeM2Q zRw=0&M&6mX$~YF!Y0ZBc@63#c7`f!9BKSXd@Voc{RoLU+XN*d^;RK${8T?=LBS%Bk z&gk{var Ce=Object.create;var J=Object.defineProperty;var Pe=Object.getOwnPropertyDescriptor;var Oe=Object.getOwnPropertyNames;var Re=Object.getPrototypeOf,_e=Object.prototype.hasOwnProperty;var Me=t=>J(t,"__esModule",{value:!0});var Fe=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports);var De=(t,e,r,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let i of Oe(e))!_e.call(t,i)&&(r||i!=="default")&&J(t,i,{get:()=>e[i],enumerable:!(n=Pe(e,i))||n.enumerable});return t},Ae=(t,e)=>De(Me(J(t!=null?Ce(Re(t)):{},"default",!e&&t&&t.__esModule?{get:()=>t.default,enumerable:!0}:{value:t,enumerable:!0})),t);var de=Fe((ce,he)=>{(function(){var t=function(e){var r=new t.Builder;return r.pipeline.add(t.trimmer,t.stopWordFilter,t.stemmer),r.searchPipeline.add(t.stemmer),e.call(r,r),r.build()};t.version="2.3.9";t.utils={},t.utils.warn=function(e){return function(r){e.console&&console.warn&&console.warn(r)}}(this),t.utils.asString=function(e){return e==null?"":e.toString()},t.utils.clone=function(e){if(e==null)return e;for(var r=Object.create(null),n=Object.keys(e),i=0;i0){var h=t.utils.clone(r)||{};h.position=[a,l],h.index=s.length,s.push(new t.Token(n.slice(a,o),h))}a=o+1}}return s},t.tokenizer.separator=/[\s\-]+/;t.Pipeline=function(){this._stack=[]},t.Pipeline.registeredFunctions=Object.create(null),t.Pipeline.registerFunction=function(e,r){r in this.registeredFunctions&&t.utils.warn("Overwriting existing registered function: "+r),e.label=r,t.Pipeline.registeredFunctions[e.label]=e},t.Pipeline.warnIfFunctionNotRegistered=function(e){var r=e.label&&e.label in this.registeredFunctions;r||t.utils.warn(`Function is not registered with pipeline. This may cause problems when serialising the index. +`,e)},t.Pipeline.load=function(e){var r=new t.Pipeline;return e.forEach(function(n){var i=t.Pipeline.registeredFunctions[n];if(i)r.add(i);else throw new Error("Cannot load unregistered function: "+n)}),r},t.Pipeline.prototype.add=function(){var e=Array.prototype.slice.call(arguments);e.forEach(function(r){t.Pipeline.warnIfFunctionNotRegistered(r),this._stack.push(r)},this)},t.Pipeline.prototype.after=function(e,r){t.Pipeline.warnIfFunctionNotRegistered(r);var n=this._stack.indexOf(e);if(n==-1)throw new Error("Cannot find existingFn");n=n+1,this._stack.splice(n,0,r)},t.Pipeline.prototype.before=function(e,r){t.Pipeline.warnIfFunctionNotRegistered(r);var n=this._stack.indexOf(e);if(n==-1)throw new Error("Cannot find existingFn");this._stack.splice(n,0,r)},t.Pipeline.prototype.remove=function(e){var r=this._stack.indexOf(e);r!=-1&&this._stack.splice(r,1)},t.Pipeline.prototype.run=function(e){for(var r=this._stack.length,n=0;n1&&(oe&&(n=s),o!=e);)i=n-r,s=r+Math.floor(i/2),o=this.elements[s*2];if(o==e||o>e)return s*2;if(ou?h+=2:a==u&&(r+=n[l+1]*i[h+1],l+=2,h+=2);return r},t.Vector.prototype.similarity=function(e){return this.dot(e)/this.magnitude()||0},t.Vector.prototype.toArray=function(){for(var e=new Array(this.elements.length/2),r=1,n=0;r0){var o=s.str.charAt(0),a;o in s.node.edges?a=s.node.edges[o]:(a=new t.TokenSet,s.node.edges[o]=a),s.str.length==1&&(a.final=!0),i.push({node:a,editsRemaining:s.editsRemaining,str:s.str.slice(1)})}if(s.editsRemaining!=0){if("*"in s.node.edges)var u=s.node.edges["*"];else{var u=new t.TokenSet;s.node.edges["*"]=u}if(s.str.length==0&&(u.final=!0),i.push({node:u,editsRemaining:s.editsRemaining-1,str:s.str}),s.str.length>1&&i.push({node:s.node,editsRemaining:s.editsRemaining-1,str:s.str.slice(1)}),s.str.length==1&&(s.node.final=!0),s.str.length>=1){if("*"in s.node.edges)var l=s.node.edges["*"];else{var l=new t.TokenSet;s.node.edges["*"]=l}s.str.length==1&&(l.final=!0),i.push({node:l,editsRemaining:s.editsRemaining-1,str:s.str.slice(1)})}if(s.str.length>1){var h=s.str.charAt(0),p=s.str.charAt(1),v;p in s.node.edges?v=s.node.edges[p]:(v=new t.TokenSet,s.node.edges[p]=v),s.str.length==1&&(v.final=!0),i.push({node:v,editsRemaining:s.editsRemaining-1,str:h+s.str.slice(2)})}}}return n},t.TokenSet.fromString=function(e){for(var r=new t.TokenSet,n=r,i=0,s=e.length;i=e;r--){var n=this.uncheckedNodes[r],i=n.child.toString();i in this.minimizedNodes?n.parent.edges[n.char]=this.minimizedNodes[i]:(n.child._str=i,this.minimizedNodes[i]=n.child),this.uncheckedNodes.pop()}};t.Index=function(e){this.invertedIndex=e.invertedIndex,this.fieldVectors=e.fieldVectors,this.tokenSet=e.tokenSet,this.fields=e.fields,this.pipeline=e.pipeline},t.Index.prototype.search=function(e){return this.query(function(r){var n=new t.QueryParser(e,r);n.parse()})},t.Index.prototype.query=function(e){for(var r=new t.Query(this.fields),n=Object.create(null),i=Object.create(null),s=Object.create(null),o=Object.create(null),a=Object.create(null),u=0;u1?this._b=1:this._b=e},t.Builder.prototype.k1=function(e){this._k1=e},t.Builder.prototype.add=function(e,r){var n=e[this._ref],i=Object.keys(this._fields);this._documents[n]=r||{},this.documentCount+=1;for(var s=0;s=this.length)return t.QueryLexer.EOS;var e=this.str.charAt(this.pos);return this.pos+=1,e},t.QueryLexer.prototype.width=function(){return this.pos-this.start},t.QueryLexer.prototype.ignore=function(){this.start==this.pos&&(this.pos+=1),this.start=this.pos},t.QueryLexer.prototype.backup=function(){this.pos-=1},t.QueryLexer.prototype.acceptDigitRun=function(){var e,r;do e=this.next(),r=e.charCodeAt(0);while(r>47&&r<58);e!=t.QueryLexer.EOS&&this.backup()},t.QueryLexer.prototype.more=function(){return this.pos1&&(e.backup(),e.emit(t.QueryLexer.TERM)),e.ignore(),e.more())return t.QueryLexer.lexText},t.QueryLexer.lexEditDistance=function(e){return e.ignore(),e.acceptDigitRun(),e.emit(t.QueryLexer.EDIT_DISTANCE),t.QueryLexer.lexText},t.QueryLexer.lexBoost=function(e){return e.ignore(),e.acceptDigitRun(),e.emit(t.QueryLexer.BOOST),t.QueryLexer.lexText},t.QueryLexer.lexEOS=function(e){e.width()>0&&e.emit(t.QueryLexer.TERM)},t.QueryLexer.termSeparator=t.tokenizer.separator,t.QueryLexer.lexText=function(e){for(;;){var r=e.next();if(r==t.QueryLexer.EOS)return t.QueryLexer.lexEOS;if(r.charCodeAt(0)==92){e.escapeCharacter();continue}if(r==":")return t.QueryLexer.lexField;if(r=="~")return e.backup(),e.width()>0&&e.emit(t.QueryLexer.TERM),t.QueryLexer.lexEditDistance;if(r=="^")return e.backup(),e.width()>0&&e.emit(t.QueryLexer.TERM),t.QueryLexer.lexBoost;if(r=="+"&&e.width()===1||r=="-"&&e.width()===1)return e.emit(t.QueryLexer.PRESENCE),t.QueryLexer.lexText;if(r.match(t.QueryLexer.termSeparator))return t.QueryLexer.lexTerm}},t.QueryParser=function(e,r){this.lexer=new t.QueryLexer(e),this.query=r,this.currentClause={},this.lexemeIdx=0},t.QueryParser.prototype.parse=function(){this.lexer.run(),this.lexemes=this.lexer.lexemes;for(var e=t.QueryParser.parseClause;e;)e=e(this);return this.query},t.QueryParser.prototype.peekLexeme=function(){return this.lexemes[this.lexemeIdx]},t.QueryParser.prototype.consumeLexeme=function(){var e=this.peekLexeme();return this.lexemeIdx+=1,e},t.QueryParser.prototype.nextClause=function(){var e=this.currentClause;this.query.clause(e),this.currentClause={}},t.QueryParser.parseClause=function(e){var r=e.peekLexeme();if(r!=null)switch(r.type){case t.QueryLexer.PRESENCE:return t.QueryParser.parsePresence;case t.QueryLexer.FIELD:return t.QueryParser.parseField;case t.QueryLexer.TERM:return t.QueryParser.parseTerm;default:var n="expected either a field or a term, found "+r.type;throw r.str.length>=1&&(n+=" with value '"+r.str+"'"),new t.QueryParseError(n,r.start,r.end)}},t.QueryParser.parsePresence=function(e){var r=e.consumeLexeme();if(r!=null){switch(r.str){case"-":e.currentClause.presence=t.Query.presence.PROHIBITED;break;case"+":e.currentClause.presence=t.Query.presence.REQUIRED;break;default:var n="unrecognised presence operator'"+r.str+"'";throw new t.QueryParseError(n,r.start,r.end)}var i=e.peekLexeme();if(i==null){var n="expecting term or field, found nothing";throw new t.QueryParseError(n,r.start,r.end)}switch(i.type){case t.QueryLexer.FIELD:return t.QueryParser.parseField;case t.QueryLexer.TERM:return t.QueryParser.parseTerm;default:var n="expecting term or field, found '"+i.type+"'";throw new t.QueryParseError(n,i.start,i.end)}}},t.QueryParser.parseField=function(e){var r=e.consumeLexeme();if(r!=null){if(e.query.allFields.indexOf(r.str)==-1){var n=e.query.allFields.map(function(o){return"'"+o+"'"}).join(", "),i="unrecognised field '"+r.str+"', possible fields: "+n;throw new t.QueryParseError(i,r.start,r.end)}e.currentClause.fields=[r.str];var s=e.peekLexeme();if(s==null){var i="expecting term, found nothing";throw new t.QueryParseError(i,r.start,r.end)}switch(s.type){case t.QueryLexer.TERM:return t.QueryParser.parseTerm;default:var i="expecting term, found '"+s.type+"'";throw new t.QueryParseError(i,s.start,s.end)}}},t.QueryParser.parseTerm=function(e){var r=e.consumeLexeme();if(r!=null){e.currentClause.term=r.str.toLowerCase(),r.str.indexOf("*")!=-1&&(e.currentClause.usePipeline=!1);var n=e.peekLexeme();if(n==null){e.nextClause();return}switch(n.type){case t.QueryLexer.TERM:return e.nextClause(),t.QueryParser.parseTerm;case t.QueryLexer.FIELD:return e.nextClause(),t.QueryParser.parseField;case t.QueryLexer.EDIT_DISTANCE:return t.QueryParser.parseEditDistance;case t.QueryLexer.BOOST:return t.QueryParser.parseBoost;case t.QueryLexer.PRESENCE:return e.nextClause(),t.QueryParser.parsePresence;default:var i="Unexpected lexeme type '"+n.type+"'";throw new t.QueryParseError(i,n.start,n.end)}}},t.QueryParser.parseEditDistance=function(e){var r=e.consumeLexeme();if(r!=null){var n=parseInt(r.str,10);if(isNaN(n)){var i="edit distance must be numeric";throw new t.QueryParseError(i,r.start,r.end)}e.currentClause.editDistance=n;var s=e.peekLexeme();if(s==null){e.nextClause();return}switch(s.type){case t.QueryLexer.TERM:return e.nextClause(),t.QueryParser.parseTerm;case t.QueryLexer.FIELD:return e.nextClause(),t.QueryParser.parseField;case t.QueryLexer.EDIT_DISTANCE:return t.QueryParser.parseEditDistance;case t.QueryLexer.BOOST:return t.QueryParser.parseBoost;case t.QueryLexer.PRESENCE:return e.nextClause(),t.QueryParser.parsePresence;default:var i="Unexpected lexeme type '"+s.type+"'";throw new t.QueryParseError(i,s.start,s.end)}}},t.QueryParser.parseBoost=function(e){var r=e.consumeLexeme();if(r!=null){var n=parseInt(r.str,10);if(isNaN(n)){var i="boost must be numeric";throw new t.QueryParseError(i,r.start,r.end)}e.currentClause.boost=n;var s=e.peekLexeme();if(s==null){e.nextClause();return}switch(s.type){case t.QueryLexer.TERM:return e.nextClause(),t.QueryParser.parseTerm;case t.QueryLexer.FIELD:return e.nextClause(),t.QueryParser.parseField;case t.QueryLexer.EDIT_DISTANCE:return t.QueryParser.parseEditDistance;case t.QueryLexer.BOOST:return t.QueryParser.parseBoost;case t.QueryLexer.PRESENCE:return e.nextClause(),t.QueryParser.parsePresence;default:var i="Unexpected lexeme type '"+s.type+"'";throw new t.QueryParseError(i,s.start,s.end)}}},function(e,r){typeof define=="function"&&define.amd?define(r):typeof ce=="object"?he.exports=r():e.lunr=r()}(this,function(){return t})})()});var le=[];function N(t,e){le.push({selector:e,constructor:t})}var X=class{constructor(){this.createComponents(document.body)}createComponents(e){le.forEach(r=>{e.querySelectorAll(r.selector).forEach(n=>{n.dataset.hasInstance||(new r.constructor({el:n}),n.dataset.hasInstance=String(!0))})})}};var Q=class{constructor(e){this.el=e.el}};var Z=class{constructor(){this.listeners={}}addEventListener(e,r){e in this.listeners||(this.listeners[e]=[]),this.listeners[e].push(r)}removeEventListener(e,r){if(!(e in this.listeners))return;let n=this.listeners[e];for(let i=0,s=n.length;i{let r=Date.now();return(...n)=>{r+e-Date.now()<0&&(t(...n),r=Date.now())}};var ee=class extends Z{constructor(){super();this.scrollTop=0;this.lastY=0;this.width=0;this.height=0;this.showToolbar=!0;this.toolbar=document.querySelector(".tsd-page-toolbar"),this.secondaryNav=document.querySelector(".tsd-navigation.secondary"),window.addEventListener("scroll",K(()=>this.onScroll(),10)),window.addEventListener("resize",K(()=>this.onResize(),10)),this.onResize(),this.onScroll()}triggerResize(){let e=new CustomEvent("resize",{detail:{width:this.width,height:this.height}});this.dispatchEvent(e)}onResize(){this.width=window.innerWidth||0,this.height=window.innerHeight||0;let e=new CustomEvent("resize",{detail:{width:this.width,height:this.height}});this.dispatchEvent(e)}onScroll(){this.scrollTop=window.scrollY||0;let e=new CustomEvent("scroll",{detail:{scrollTop:this.scrollTop}});this.dispatchEvent(e),this.hideShowToolbar()}hideShowToolbar(){var r;let e=this.showToolbar;this.showToolbar=this.lastY>=this.scrollTop||this.scrollTop<=0,e!==this.showToolbar&&(this.toolbar.classList.toggle("tsd-page-toolbar--hide"),(r=this.secondaryNav)==null||r.classList.toggle("tsd-navigation--toolbar-hide")),this.lastY=this.scrollTop}},I=ee;I.instance=new ee;var te=class extends Q{constructor(e){super(e);this.anchors=[];this.index=-1;I.instance.addEventListener("resize",()=>this.onResize()),I.instance.addEventListener("scroll",r=>this.onScroll(r)),this.createAnchors()}createAnchors(){let e=window.location.href;e.indexOf("#")!=-1&&(e=e.substr(0,e.indexOf("#"))),this.el.querySelectorAll("a").forEach(r=>{let n=r.href;if(n.indexOf("#")==-1||n.substr(0,e.length)!=e)return;let i=n.substr(n.indexOf("#")+1),s=document.querySelector("a.tsd-anchor[name="+i+"]"),o=r.parentNode;!s||!o||this.anchors.push({link:o,anchor:s,position:0})}),this.onResize()}onResize(){let e;for(let n=0,i=this.anchors.length;nn.position-i.position);let r=new CustomEvent("scroll",{detail:{scrollTop:I.instance.scrollTop}});this.onScroll(r)}onScroll(e){let r=e.detail.scrollTop+5,n=this.anchors,i=n.length-1,s=this.index;for(;s>-1&&n[s].position>r;)s-=1;for(;s-1&&this.anchors[this.index].link.classList.remove("focus"),this.index=s,this.index>-1&&this.anchors[this.index].link.classList.add("focus"))}};var ue=(t,e=100)=>{let r;return(...n)=>{clearTimeout(r),r=setTimeout(()=>t(n),e)}};var fe=Ae(de());function pe(){let t=document.getElementById("tsd-search");if(!t)return;let e=document.getElementById("search-script");t.classList.add("loading"),e&&(e.addEventListener("error",()=>{t.classList.remove("loading"),t.classList.add("failure")}),e.addEventListener("load",()=>{t.classList.remove("loading"),t.classList.add("ready")}),window.searchData&&t.classList.remove("loading"));let r=document.querySelector("#tsd-search input"),n=document.querySelector("#tsd-search .results");if(!r||!n)throw new Error("The input field or the result list wrapper was not found");let i=!1;n.addEventListener("mousedown",()=>i=!0),n.addEventListener("mouseup",()=>{i=!1,t.classList.remove("has-focus")}),r.addEventListener("focus",()=>t.classList.add("has-focus")),r.addEventListener("blur",()=>{i||(i=!1,t.classList.remove("has-focus"))});let s={base:t.dataset.base+"/"};Ve(t,n,r,s)}function Ve(t,e,r,n){r.addEventListener("input",ue(()=>{ze(t,e,r,n)},200));let i=!1;r.addEventListener("keydown",s=>{i=!0,s.key=="Enter"?Ne(e,r):s.key=="Escape"?r.blur():s.key=="ArrowUp"?me(e,-1):s.key==="ArrowDown"?me(e,1):i=!1}),r.addEventListener("keypress",s=>{i&&s.preventDefault()}),document.body.addEventListener("keydown",s=>{s.altKey||s.ctrlKey||s.metaKey||!r.matches(":focus")&&s.key==="/"&&(r.focus(),s.preventDefault())})}function He(t,e){t.index||window.searchData&&(e.classList.remove("loading"),e.classList.add("ready"),t.data=window.searchData,t.index=fe.Index.load(window.searchData.index))}function ze(t,e,r,n){if(He(n,t),!n.index||!n.data)return;e.textContent="";let i=r.value.trim(),s=n.index.search(`*${i}*`);for(let o=0,a=Math.min(10,s.length);o${ve(u.parent,i)}.${l}`);let h=document.createElement("li");h.classList.value=u.classes;let p=document.createElement("a");p.href=n.base+u.url,p.classList.add("tsd-kind-icon"),p.innerHTML=l,h.append(p),e.appendChild(h)}}function me(t,e){let r=t.querySelector(".current");if(!r)r=t.querySelector(e==1?"li:first-child":"li:last-child"),r&&r.classList.add("current");else{let n=r;if(e===1)do n=n.nextElementSibling;while(n instanceof HTMLElement&&n.offsetParent==null);else do n=n.previousElementSibling;while(n instanceof HTMLElement&&n.offsetParent==null);n&&(r.classList.remove("current"),n.classList.add("current"))}}function Ne(t,e){let r=t.querySelector(".current");if(r||(r=t.querySelector("li:first-child")),r){let n=r.querySelector("a");n&&(window.location.href=n.href),e.blur()}}function ve(t,e){if(e==="")return t;let r=t.toLocaleLowerCase(),n=e.toLocaleLowerCase(),i=[],s=0,o=r.indexOf(n);for(;o!=-1;)i.push(re(t.substring(s,o)),`${re(t.substring(o,o+n.length))}`),s=o+n.length,o=r.indexOf(n,s);return i.push(re(t.substring(s))),i.join("")}var je={"&":"&","<":"<",">":">","'":"'",'"':"""};function re(t){return t.replace(/[&<>"'"]/g,e=>je[e])}var ge=class{constructor(e,r){this.signature=e,this.description=r}addClass(e){return this.signature.classList.add(e),this.description.classList.add(e),this}removeClass(e){return this.signature.classList.remove(e),this.description.classList.remove(e),this}},ne=class extends Q{constructor(e){super(e);this.groups=[];this.index=-1;this.createGroups(),this.container&&(this.el.classList.add("active"),Array.from(this.el.children).forEach(r=>{r.addEventListener("touchstart",n=>this.onClick(n)),r.addEventListener("click",n=>this.onClick(n))}),this.container.classList.add("active"),this.setIndex(0))}setIndex(e){if(e<0&&(e=0),e>this.groups.length-1&&(e=this.groups.length-1),this.index==e)return;let r=this.groups[e];if(this.index>-1){let n=this.groups[this.index];n.removeClass("current").addClass("fade-out"),r.addClass("current"),r.addClass("fade-in"),I.instance.triggerResize(),setTimeout(()=>{n.removeClass("fade-out"),r.removeClass("fade-in")},300)}else r.addClass("current"),I.instance.triggerResize();this.index=e}createGroups(){let e=this.el.children;if(e.length<2)return;this.container=this.el.nextElementSibling;let r=this.container.children;this.groups=[];for(let n=0;n{r.signature===e.currentTarget&&this.setIndex(n)})}};var C="mousedown",ye="mousemove",_="mouseup",G={x:0,y:0},xe=!1,ie=!1,Be=!1,A=!1,Le=/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent);document.documentElement.classList.add(Le?"is-mobile":"not-mobile");Le&&"ontouchstart"in document.documentElement&&(Be=!0,C="touchstart",ye="touchmove",_="touchend");document.addEventListener(C,t=>{ie=!0,A=!1;let e=C=="touchstart"?t.targetTouches[0]:t;G.y=e.pageY||0,G.x=e.pageX||0});document.addEventListener(ye,t=>{if(!!ie&&!A){let e=C=="touchstart"?t.targetTouches[0]:t,r=G.x-(e.pageX||0),n=G.y-(e.pageY||0);A=Math.sqrt(r*r+n*n)>10}});document.addEventListener(_,()=>{ie=!1});document.addEventListener("click",t=>{xe&&(t.preventDefault(),t.stopImmediatePropagation(),xe=!1)});var se=class extends Q{constructor(e){super(e);this.className=this.el.dataset.toggle||"",this.el.addEventListener(_,r=>this.onPointerUp(r)),this.el.addEventListener("click",r=>r.preventDefault()),document.addEventListener(C,r=>this.onDocumentPointerDown(r)),document.addEventListener(_,r=>this.onDocumentPointerUp(r))}setActive(e){if(this.active==e)return;this.active=e,document.documentElement.classList.toggle("has-"+this.className,e),this.el.classList.toggle("active",e);let r=(this.active?"to-has-":"from-has-")+this.className;document.documentElement.classList.add(r),setTimeout(()=>document.documentElement.classList.remove(r),500)}onPointerUp(e){A||(this.setActive(!0),e.preventDefault())}onDocumentPointerDown(e){if(this.active){if(e.target.closest(".col-menu, .tsd-filter-group"))return;this.setActive(!1)}}onDocumentPointerUp(e){if(!A&&this.active&&e.target.closest(".col-menu")){let r=e.target.closest("a");if(r){let n=window.location.href;n.indexOf("#")!=-1&&(n=n.substr(0,n.indexOf("#"))),r.href.substr(0,n.length)==n&&setTimeout(()=>this.setActive(!1),250)}}}};var oe=class{constructor(e,r){this.key=e,this.value=r,this.defaultValue=r,this.initialize(),window.localStorage[this.key]&&this.setValue(this.fromLocalStorage(window.localStorage[this.key]))}initialize(){}setValue(e){if(this.value==e)return;let r=this.value;this.value=e,window.localStorage[this.key]=this.toLocalStorage(e),this.handleValueChange(r,e)}},ae=class extends oe{initialize(){let e=document.querySelector("#tsd-filter-"+this.key);!e||(this.checkbox=e,this.checkbox.addEventListener("change",()=>{this.setValue(this.checkbox.checked)}))}handleValueChange(e,r){!this.checkbox||(this.checkbox.checked=this.value,document.documentElement.classList.toggle("toggle-"+this.key,this.value!=this.defaultValue))}fromLocalStorage(e){return e=="true"}toLocalStorage(e){return e?"true":"false"}},Ee=class extends oe{initialize(){document.documentElement.classList.add("toggle-"+this.key+this.value);let e=document.querySelector("#tsd-filter-"+this.key);if(!e)return;this.select=e;let r=()=>{this.select.classList.add("active")},n=()=>{this.select.classList.remove("active")};this.select.addEventListener(C,r),this.select.addEventListener("mouseover",r),this.select.addEventListener("mouseleave",n),this.select.querySelectorAll("li").forEach(i=>{i.addEventListener(_,s=>{e.classList.remove("active"),this.setValue(s.target.dataset.value||"")})}),document.addEventListener(C,i=>{this.select.contains(i.target)||this.select.classList.remove("active")})}handleValueChange(e,r){this.select.querySelectorAll("li.selected").forEach(s=>{s.classList.remove("selected")});let n=this.select.querySelector('li[data-value="'+r+'"]'),i=this.select.querySelector(".tsd-select-label");n&&i&&(n.classList.add("selected"),i.textContent=n.textContent),document.documentElement.classList.remove("toggle-"+e),document.documentElement.classList.add("toggle-"+r)}fromLocalStorage(e){return e}toLocalStorage(e){return e}},Y=class extends Q{constructor(e){super(e);this.optionVisibility=new Ee("visibility","private"),this.optionInherited=new ae("inherited",!0),this.optionExternals=new ae("externals",!0)}static isSupported(){try{return typeof window.localStorage!="undefined"}catch{return!1}}};function be(t){let e=localStorage.getItem("tsd-theme")||"os";t.value=e,we(e),t.addEventListener("change",()=>{localStorage.setItem("tsd-theme",t.value),we(t.value)})}function we(t){switch(t){case"os":document.body.classList.remove("light","dark");break;case"light":document.body.classList.remove("dark"),document.body.classList.add("light");break;case"dark":document.body.classList.remove("light"),document.body.classList.add("dark");break}}pe();N(te,".menu-highlight");N(ne,".tsd-signatures");N(se,"a[data-toggle]");Y.isSupported()?N(Y,"#tsd-filter"):document.documentElement.classList.add("no-filter");var Te=document.getElementById("theme");Te&&be(Te);var qe=new X;Object.defineProperty(window,"app",{value:qe});})(); +/*! + * lunr.Builder + * Copyright (C) 2020 Oliver Nightingale + */ +/*! + * lunr.Index + * Copyright (C) 2020 Oliver Nightingale + */ +/*! + * lunr.Pipeline + * Copyright (C) 2020 Oliver Nightingale + */ +/*! + * lunr.Set + * Copyright (C) 2020 Oliver Nightingale + */ +/*! + * lunr.TokenSet + * Copyright (C) 2020 Oliver Nightingale + */ +/*! + * lunr.Vector + * Copyright (C) 2020 Oliver Nightingale + */ +/*! + * lunr.stemmer + * Copyright (C) 2020 Oliver Nightingale + * Includes code from - http://tartarus.org/~martin/PorterStemmer/js.txt + */ +/*! + * lunr.stopWordFilter + * Copyright (C) 2020 Oliver Nightingale + */ +/*! + * lunr.tokenizer + * Copyright (C) 2020 Oliver Nightingale + */ +/*! + * lunr.trimmer + * Copyright (C) 2020 Oliver Nightingale + */ +/*! + * lunr.utils + * Copyright (C) 2020 Oliver Nightingale + */ +/** + * lunr - http://lunrjs.com - A bit like Solr, but much smaller and not as bright - 2.3.9 + * Copyright (C) 2020 Oliver Nightingale + * @license MIT + */ diff --git a/4.0/docs/assets/search.js b/4.0/docs/assets/search.js new file mode 100644 index 000000000..fc1465022 --- /dev/null +++ b/4.0/docs/assets/search.js @@ -0,0 +1 @@ +window.searchData = JSON.parse("{\"kinds\":{\"8\":\"Enumeration\",\"16\":\"Enumeration member\",\"32\":\"Variable\",\"64\":\"Function\",\"128\":\"Class\",\"256\":\"Interface\",\"512\":\"Constructor\",\"1024\":\"Property\",\"2048\":\"Method\",\"65536\":\"Type literal\",\"262144\":\"Accessor\",\"4194304\":\"Type alias\"},\"rows\":[{\"id\":0,\"kind\":128,\"name\":\"BearerWebIdExtractor\",\"url\":\"classes/BearerWebIdExtractor.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/BearerWebIdExtractor.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"BearerWebIdExtractor\"},{\"id\":2,\"kind\":1024,\"name\":\"logger\",\"url\":\"classes/BearerWebIdExtractor.html#logger\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"BearerWebIdExtractor\"},{\"id\":3,\"kind\":1024,\"name\":\"verify\",\"url\":\"classes/BearerWebIdExtractor.html#verify\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"BearerWebIdExtractor\"},{\"id\":4,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/BearerWebIdExtractor.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"BearerWebIdExtractor\"},{\"id\":5,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/BearerWebIdExtractor.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"BearerWebIdExtractor\"},{\"id\":6,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/BearerWebIdExtractor.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BearerWebIdExtractor\"},{\"id\":7,\"kind\":256,\"name\":\"Credential\",\"url\":\"interfaces/Credential.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":8,\"kind\":1024,\"name\":\"webId\",\"url\":\"interfaces/Credential.html#webId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Credential\"},{\"id\":9,\"kind\":8,\"name\":\"CredentialGroup\",\"url\":\"enums/CredentialGroup.html\",\"classes\":\"tsd-kind-enum\"},{\"id\":10,\"kind\":16,\"name\":\"public\",\"url\":\"enums/CredentialGroup.html#public\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"CredentialGroup\"},{\"id\":11,\"kind\":16,\"name\":\"agent\",\"url\":\"enums/CredentialGroup.html#agent\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"CredentialGroup\"},{\"id\":12,\"kind\":4194304,\"name\":\"CredentialSet\",\"url\":\"modules.html#CredentialSet\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":13,\"kind\":128,\"name\":\"CredentialsExtractor\",\"url\":\"classes/CredentialsExtractor.html\",\"classes\":\"tsd-kind-class\"},{\"id\":14,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/CredentialsExtractor.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"CredentialsExtractor\"},{\"id\":15,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/CredentialsExtractor.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"CredentialsExtractor\"},{\"id\":16,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/CredentialsExtractor.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"CredentialsExtractor\"},{\"id\":17,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/CredentialsExtractor.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"CredentialsExtractor\"},{\"id\":18,\"kind\":128,\"name\":\"DPoPWebIdExtractor\",\"url\":\"classes/DPoPWebIdExtractor.html\",\"classes\":\"tsd-kind-class\"},{\"id\":19,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/DPoPWebIdExtractor.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"DPoPWebIdExtractor\"},{\"id\":20,\"kind\":1024,\"name\":\"originalUrlExtractor\",\"url\":\"classes/DPoPWebIdExtractor.html#originalUrlExtractor\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"DPoPWebIdExtractor\"},{\"id\":21,\"kind\":1024,\"name\":\"verify\",\"url\":\"classes/DPoPWebIdExtractor.html#verify\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"DPoPWebIdExtractor\"},{\"id\":22,\"kind\":1024,\"name\":\"logger\",\"url\":\"classes/DPoPWebIdExtractor.html#logger\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"DPoPWebIdExtractor\"},{\"id\":23,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/DPoPWebIdExtractor.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"DPoPWebIdExtractor\"},{\"id\":24,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/DPoPWebIdExtractor.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"DPoPWebIdExtractor\"},{\"id\":25,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/DPoPWebIdExtractor.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"DPoPWebIdExtractor\"},{\"id\":26,\"kind\":128,\"name\":\"PublicCredentialsExtractor\",\"url\":\"classes/PublicCredentialsExtractor.html\",\"classes\":\"tsd-kind-class\"},{\"id\":27,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/PublicCredentialsExtractor.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PublicCredentialsExtractor\"},{\"id\":28,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/PublicCredentialsExtractor.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"PublicCredentialsExtractor\"},{\"id\":29,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/PublicCredentialsExtractor.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PublicCredentialsExtractor\"},{\"id\":30,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/PublicCredentialsExtractor.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PublicCredentialsExtractor\"},{\"id\":31,\"kind\":128,\"name\":\"UnionCredentialsExtractor\",\"url\":\"classes/UnionCredentialsExtractor.html\",\"classes\":\"tsd-kind-class\"},{\"id\":32,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/UnionCredentialsExtractor.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"UnionCredentialsExtractor\"},{\"id\":33,\"kind\":2048,\"name\":\"combine\",\"url\":\"classes/UnionCredentialsExtractor.html#combine\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"UnionCredentialsExtractor\"},{\"id\":34,\"kind\":1024,\"name\":\"handlers\",\"url\":\"classes/UnionCredentialsExtractor.html#handlers\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"UnionCredentialsExtractor\"},{\"id\":35,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/UnionCredentialsExtractor.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"UnionCredentialsExtractor\"},{\"id\":36,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/UnionCredentialsExtractor.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"UnionCredentialsExtractor\"},{\"id\":37,\"kind\":2048,\"name\":\"allCanHandle\",\"url\":\"classes/UnionCredentialsExtractor.html#allCanHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"UnionCredentialsExtractor\"},{\"id\":38,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/UnionCredentialsExtractor.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"UnionCredentialsExtractor\"},{\"id\":39,\"kind\":128,\"name\":\"UnsecureConstantCredentialsExtractor\",\"url\":\"classes/UnsecureConstantCredentialsExtractor.html\",\"classes\":\"tsd-kind-class\"},{\"id\":40,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/UnsecureConstantCredentialsExtractor.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"UnsecureConstantCredentialsExtractor\"},{\"id\":41,\"kind\":1024,\"name\":\"credentials\",\"url\":\"classes/UnsecureConstantCredentialsExtractor.html#credentials\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"UnsecureConstantCredentialsExtractor\"},{\"id\":42,\"kind\":1024,\"name\":\"logger\",\"url\":\"classes/UnsecureConstantCredentialsExtractor.html#logger\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"UnsecureConstantCredentialsExtractor\"},{\"id\":43,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/UnsecureConstantCredentialsExtractor.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"UnsecureConstantCredentialsExtractor\"},{\"id\":44,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/UnsecureConstantCredentialsExtractor.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"UnsecureConstantCredentialsExtractor\"},{\"id\":45,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/UnsecureConstantCredentialsExtractor.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"UnsecureConstantCredentialsExtractor\"},{\"id\":46,\"kind\":128,\"name\":\"UnsecureWebIdExtractor\",\"url\":\"classes/UnsecureWebIdExtractor.html\",\"classes\":\"tsd-kind-class\"},{\"id\":47,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/UnsecureWebIdExtractor.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"UnsecureWebIdExtractor\"},{\"id\":48,\"kind\":1024,\"name\":\"logger\",\"url\":\"classes/UnsecureWebIdExtractor.html#logger\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"UnsecureWebIdExtractor\"},{\"id\":49,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/UnsecureWebIdExtractor.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"UnsecureWebIdExtractor\"},{\"id\":50,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/UnsecureWebIdExtractor.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"UnsecureWebIdExtractor\"},{\"id\":51,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/UnsecureWebIdExtractor.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"UnsecureWebIdExtractor\"},{\"id\":52,\"kind\":128,\"name\":\"AccessChecker\",\"url\":\"classes/AccessChecker.html\",\"classes\":\"tsd-kind-class\"},{\"id\":53,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/AccessChecker.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"AccessChecker\"},{\"id\":54,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/AccessChecker.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"AccessChecker\"},{\"id\":55,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/AccessChecker.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"AccessChecker\"},{\"id\":56,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/AccessChecker.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"AccessChecker\"},{\"id\":57,\"kind\":256,\"name\":\"AccessCheckerArgs\",\"url\":\"interfaces/AccessCheckerArgs.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":58,\"kind\":1024,\"name\":\"acl\",\"url\":\"interfaces/AccessCheckerArgs.html#acl\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AccessCheckerArgs\"},{\"id\":59,\"kind\":1024,\"name\":\"rule\",\"url\":\"interfaces/AccessCheckerArgs.html#rule\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AccessCheckerArgs\"},{\"id\":60,\"kind\":1024,\"name\":\"credential\",\"url\":\"interfaces/AccessCheckerArgs.html#credential\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AccessCheckerArgs\"},{\"id\":61,\"kind\":128,\"name\":\"AgentAccessChecker\",\"url\":\"classes/AgentAccessChecker.html\",\"classes\":\"tsd-kind-class\"},{\"id\":62,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/AgentAccessChecker.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"AgentAccessChecker\"},{\"id\":63,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/AgentAccessChecker.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"AgentAccessChecker\"},{\"id\":64,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/AgentAccessChecker.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"AgentAccessChecker\"},{\"id\":65,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/AgentAccessChecker.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"AgentAccessChecker\"},{\"id\":66,\"kind\":128,\"name\":\"AgentClassAccessChecker\",\"url\":\"classes/AgentClassAccessChecker.html\",\"classes\":\"tsd-kind-class\"},{\"id\":67,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/AgentClassAccessChecker.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"AgentClassAccessChecker\"},{\"id\":68,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/AgentClassAccessChecker.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"AgentClassAccessChecker\"},{\"id\":69,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/AgentClassAccessChecker.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"AgentClassAccessChecker\"},{\"id\":70,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/AgentClassAccessChecker.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"AgentClassAccessChecker\"},{\"id\":71,\"kind\":128,\"name\":\"AgentGroupAccessChecker\",\"url\":\"classes/AgentGroupAccessChecker.html\",\"classes\":\"tsd-kind-class\"},{\"id\":72,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/AgentGroupAccessChecker.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"AgentGroupAccessChecker\"},{\"id\":73,\"kind\":1024,\"name\":\"cache\",\"url\":\"classes/AgentGroupAccessChecker.html#cache\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"AgentGroupAccessChecker\"},{\"id\":74,\"kind\":1024,\"name\":\"expiration\",\"url\":\"classes/AgentGroupAccessChecker.html#expiration\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"AgentGroupAccessChecker\"},{\"id\":75,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/AgentGroupAccessChecker.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"AgentGroupAccessChecker\"},{\"id\":76,\"kind\":2048,\"name\":\"isMemberOfGroup\",\"url\":\"classes/AgentGroupAccessChecker.html#isMemberOfGroup\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"AgentGroupAccessChecker\"},{\"id\":77,\"kind\":2048,\"name\":\"fetchCachedQuads\",\"url\":\"classes/AgentGroupAccessChecker.html#fetchCachedQuads\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"AgentGroupAccessChecker\"},{\"id\":78,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/AgentGroupAccessChecker.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"AgentGroupAccessChecker\"},{\"id\":79,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/AgentGroupAccessChecker.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"AgentGroupAccessChecker\"},{\"id\":80,\"kind\":8,\"name\":\"AccessMode\",\"url\":\"enums/AccessMode.html\",\"classes\":\"tsd-kind-enum\"},{\"id\":81,\"kind\":16,\"name\":\"read\",\"url\":\"enums/AccessMode.html#read\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"AccessMode\"},{\"id\":82,\"kind\":16,\"name\":\"append\",\"url\":\"enums/AccessMode.html#append\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"AccessMode\"},{\"id\":83,\"kind\":16,\"name\":\"write\",\"url\":\"enums/AccessMode.html#write\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"AccessMode\"},{\"id\":84,\"kind\":16,\"name\":\"create\",\"url\":\"enums/AccessMode.html#create\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"AccessMode\"},{\"id\":85,\"kind\":16,\"name\":\"delete\",\"url\":\"enums/AccessMode.html#delete\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"AccessMode\"},{\"id\":86,\"kind\":4194304,\"name\":\"Permission\",\"url\":\"modules.html#Permission\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":87,\"kind\":4194304,\"name\":\"PermissionSet\",\"url\":\"modules.html#PermissionSet\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":88,\"kind\":128,\"name\":\"ModesExtractor\",\"url\":\"classes/ModesExtractor.html\",\"classes\":\"tsd-kind-class\"},{\"id\":89,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ModesExtractor.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ModesExtractor\"},{\"id\":90,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/ModesExtractor.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ModesExtractor\"},{\"id\":91,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/ModesExtractor.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ModesExtractor\"},{\"id\":92,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/ModesExtractor.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ModesExtractor\"},{\"id\":93,\"kind\":128,\"name\":\"MethodModesExtractor\",\"url\":\"classes/MethodModesExtractor.html\",\"classes\":\"tsd-kind-class\"},{\"id\":94,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/MethodModesExtractor.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MethodModesExtractor\"},{\"id\":95,\"kind\":1024,\"name\":\"resourceSet\",\"url\":\"classes/MethodModesExtractor.html#resourceSet\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"MethodModesExtractor\"},{\"id\":96,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/MethodModesExtractor.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MethodModesExtractor\"},{\"id\":97,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/MethodModesExtractor.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MethodModesExtractor\"},{\"id\":98,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/MethodModesExtractor.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MethodModesExtractor\"},{\"id\":99,\"kind\":128,\"name\":\"N3PatchModesExtractor\",\"url\":\"classes/N3PatchModesExtractor.html\",\"classes\":\"tsd-kind-class\"},{\"id\":100,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/N3PatchModesExtractor.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"N3PatchModesExtractor\"},{\"id\":101,\"kind\":1024,\"name\":\"resourceSet\",\"url\":\"classes/N3PatchModesExtractor.html#resourceSet\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"N3PatchModesExtractor\"},{\"id\":102,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/N3PatchModesExtractor.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"N3PatchModesExtractor\"},{\"id\":103,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/N3PatchModesExtractor.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"N3PatchModesExtractor\"},{\"id\":104,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/N3PatchModesExtractor.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"N3PatchModesExtractor\"},{\"id\":105,\"kind\":128,\"name\":\"SparqlUpdateModesExtractor\",\"url\":\"classes/SparqlUpdateModesExtractor.html\",\"classes\":\"tsd-kind-class\"},{\"id\":106,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/SparqlUpdateModesExtractor.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"SparqlUpdateModesExtractor\"},{\"id\":107,\"kind\":1024,\"name\":\"resourceSet\",\"url\":\"classes/SparqlUpdateModesExtractor.html#resourceSet\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"SparqlUpdateModesExtractor\"},{\"id\":108,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/SparqlUpdateModesExtractor.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"SparqlUpdateModesExtractor\"},{\"id\":109,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/SparqlUpdateModesExtractor.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"SparqlUpdateModesExtractor\"},{\"id\":110,\"kind\":2048,\"name\":\"isSparql\",\"url\":\"classes/SparqlUpdateModesExtractor.html#isSparql\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"SparqlUpdateModesExtractor\"},{\"id\":111,\"kind\":2048,\"name\":\"isSupported\",\"url\":\"classes/SparqlUpdateModesExtractor.html#isSupported\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"SparqlUpdateModesExtractor\"},{\"id\":112,\"kind\":2048,\"name\":\"isDeleteInsert\",\"url\":\"classes/SparqlUpdateModesExtractor.html#isDeleteInsert\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"SparqlUpdateModesExtractor\"},{\"id\":113,\"kind\":2048,\"name\":\"isNop\",\"url\":\"classes/SparqlUpdateModesExtractor.html#isNop\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"SparqlUpdateModesExtractor\"},{\"id\":114,\"kind\":2048,\"name\":\"hasConditions\",\"url\":\"classes/SparqlUpdateModesExtractor.html#hasConditions\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"SparqlUpdateModesExtractor\"},{\"id\":115,\"kind\":2048,\"name\":\"hasInserts\",\"url\":\"classes/SparqlUpdateModesExtractor.html#hasInserts\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"SparqlUpdateModesExtractor\"},{\"id\":116,\"kind\":2048,\"name\":\"hasDeletes\",\"url\":\"classes/SparqlUpdateModesExtractor.html#hasDeletes\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"SparqlUpdateModesExtractor\"},{\"id\":117,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/SparqlUpdateModesExtractor.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SparqlUpdateModesExtractor\"},{\"id\":118,\"kind\":128,\"name\":\"AllStaticReader\",\"url\":\"classes/AllStaticReader.html\",\"classes\":\"tsd-kind-class\"},{\"id\":119,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/AllStaticReader.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"AllStaticReader\"},{\"id\":120,\"kind\":1024,\"name\":\"permissions\",\"url\":\"classes/AllStaticReader.html#permissions\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"AllStaticReader\"},{\"id\":121,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/AllStaticReader.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"AllStaticReader\"},{\"id\":122,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/AllStaticReader.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"AllStaticReader\"},{\"id\":123,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/AllStaticReader.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"AllStaticReader\"},{\"id\":124,\"kind\":256,\"name\":\"AuthorizerInput\",\"url\":\"interfaces/AuthorizerInput.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":125,\"kind\":1024,\"name\":\"credentials\",\"url\":\"interfaces/AuthorizerInput.html#credentials\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AuthorizerInput\"},{\"id\":126,\"kind\":1024,\"name\":\"identifier\",\"url\":\"interfaces/AuthorizerInput.html#identifier\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AuthorizerInput\"},{\"id\":127,\"kind\":1024,\"name\":\"modes\",\"url\":\"interfaces/AuthorizerInput.html#modes\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AuthorizerInput\"},{\"id\":128,\"kind\":1024,\"name\":\"permissionSet\",\"url\":\"interfaces/AuthorizerInput.html#permissionSet\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AuthorizerInput\"},{\"id\":129,\"kind\":128,\"name\":\"Authorizer\",\"url\":\"classes/Authorizer.html\",\"classes\":\"tsd-kind-class\"},{\"id\":130,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Authorizer.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Authorizer\"},{\"id\":131,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/Authorizer.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Authorizer\"},{\"id\":132,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/Authorizer.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Authorizer\"},{\"id\":133,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/Authorizer.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Authorizer\"},{\"id\":134,\"kind\":128,\"name\":\"AuxiliaryReader\",\"url\":\"classes/AuxiliaryReader.html\",\"classes\":\"tsd-kind-class\"},{\"id\":135,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/AuxiliaryReader.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"AuxiliaryReader\"},{\"id\":136,\"kind\":1024,\"name\":\"logger\",\"url\":\"classes/AuxiliaryReader.html#logger\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"AuxiliaryReader\"},{\"id\":137,\"kind\":1024,\"name\":\"resourceReader\",\"url\":\"classes/AuxiliaryReader.html#resourceReader\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"AuxiliaryReader\"},{\"id\":138,\"kind\":1024,\"name\":\"auxiliaryStrategy\",\"url\":\"classes/AuxiliaryReader.html#auxiliaryStrategy\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"AuxiliaryReader\"},{\"id\":139,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/AuxiliaryReader.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"AuxiliaryReader\"},{\"id\":140,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/AuxiliaryReader.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"AuxiliaryReader\"},{\"id\":141,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/AuxiliaryReader.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"AuxiliaryReader\"},{\"id\":142,\"kind\":2048,\"name\":\"getRequiredAuthorization\",\"url\":\"classes/AuxiliaryReader.html#getRequiredAuthorization\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"AuxiliaryReader\"},{\"id\":143,\"kind\":128,\"name\":\"OwnerPermissionReader\",\"url\":\"classes/OwnerPermissionReader.html\",\"classes\":\"tsd-kind-class\"},{\"id\":144,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/OwnerPermissionReader.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"OwnerPermissionReader\"},{\"id\":145,\"kind\":1024,\"name\":\"logger\",\"url\":\"classes/OwnerPermissionReader.html#logger\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"OwnerPermissionReader\"},{\"id\":146,\"kind\":1024,\"name\":\"accountStore\",\"url\":\"classes/OwnerPermissionReader.html#accountStore\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"OwnerPermissionReader\"},{\"id\":147,\"kind\":1024,\"name\":\"aclStrategy\",\"url\":\"classes/OwnerPermissionReader.html#aclStrategy\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"OwnerPermissionReader\"},{\"id\":148,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/OwnerPermissionReader.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"OwnerPermissionReader\"},{\"id\":149,\"kind\":2048,\"name\":\"ensurePodOwner\",\"url\":\"classes/OwnerPermissionReader.html#ensurePodOwner\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"OwnerPermissionReader\"},{\"id\":150,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/OwnerPermissionReader.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"OwnerPermissionReader\"},{\"id\":151,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/OwnerPermissionReader.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"OwnerPermissionReader\"},{\"id\":152,\"kind\":128,\"name\":\"PathBasedReader\",\"url\":\"classes/PathBasedReader.html\",\"classes\":\"tsd-kind-class\"},{\"id\":153,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/PathBasedReader.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"PathBasedReader\"},{\"id\":154,\"kind\":1024,\"name\":\"baseUrl\",\"url\":\"classes/PathBasedReader.html#baseUrl\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"PathBasedReader\"},{\"id\":155,\"kind\":1024,\"name\":\"paths\",\"url\":\"classes/PathBasedReader.html#paths\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"PathBasedReader\"},{\"id\":156,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/PathBasedReader.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"PathBasedReader\"},{\"id\":157,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/PathBasedReader.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"PathBasedReader\"},{\"id\":158,\"kind\":2048,\"name\":\"findReader\",\"url\":\"classes/PathBasedReader.html#findReader\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"PathBasedReader\"},{\"id\":159,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/PathBasedReader.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PathBasedReader\"},{\"id\":160,\"kind\":128,\"name\":\"PermissionBasedAuthorizer\",\"url\":\"classes/PermissionBasedAuthorizer.html\",\"classes\":\"tsd-kind-class\"},{\"id\":161,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/PermissionBasedAuthorizer.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"PermissionBasedAuthorizer\"},{\"id\":162,\"kind\":1024,\"name\":\"logger\",\"url\":\"classes/PermissionBasedAuthorizer.html#logger\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"PermissionBasedAuthorizer\"},{\"id\":163,\"kind\":1024,\"name\":\"resourceSet\",\"url\":\"classes/PermissionBasedAuthorizer.html#resourceSet\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"PermissionBasedAuthorizer\"},{\"id\":164,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/PermissionBasedAuthorizer.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"PermissionBasedAuthorizer\"},{\"id\":165,\"kind\":2048,\"name\":\"requireModePermission\",\"url\":\"classes/PermissionBasedAuthorizer.html#requireModePermission\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"PermissionBasedAuthorizer\"},{\"id\":166,\"kind\":2048,\"name\":\"hasModePermission\",\"url\":\"classes/PermissionBasedAuthorizer.html#hasModePermission\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"PermissionBasedAuthorizer\"},{\"id\":167,\"kind\":2048,\"name\":\"isAuthenticated\",\"url\":\"classes/PermissionBasedAuthorizer.html#isAuthenticated\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"PermissionBasedAuthorizer\"},{\"id\":168,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/PermissionBasedAuthorizer.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PermissionBasedAuthorizer\"},{\"id\":169,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/PermissionBasedAuthorizer.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PermissionBasedAuthorizer\"},{\"id\":170,\"kind\":256,\"name\":\"PermissionReaderInput\",\"url\":\"interfaces/PermissionReaderInput.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":171,\"kind\":1024,\"name\":\"credentials\",\"url\":\"interfaces/PermissionReaderInput.html#credentials\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"PermissionReaderInput\"},{\"id\":172,\"kind\":1024,\"name\":\"identifier\",\"url\":\"interfaces/PermissionReaderInput.html#identifier\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"PermissionReaderInput\"},{\"id\":173,\"kind\":1024,\"name\":\"modes\",\"url\":\"interfaces/PermissionReaderInput.html#modes\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"PermissionReaderInput\"},{\"id\":174,\"kind\":128,\"name\":\"PermissionReader\",\"url\":\"classes/PermissionReader.html\",\"classes\":\"tsd-kind-class\"},{\"id\":175,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/PermissionReader.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PermissionReader\"},{\"id\":176,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/PermissionReader.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PermissionReader\"},{\"id\":177,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/PermissionReader.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PermissionReader\"},{\"id\":178,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/PermissionReader.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PermissionReader\"},{\"id\":179,\"kind\":128,\"name\":\"UnionPermissionReader\",\"url\":\"classes/UnionPermissionReader.html\",\"classes\":\"tsd-kind-class\"},{\"id\":180,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/UnionPermissionReader.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"UnionPermissionReader\"},{\"id\":181,\"kind\":2048,\"name\":\"combine\",\"url\":\"classes/UnionPermissionReader.html#combine\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-protected\",\"parent\":\"UnionPermissionReader\"},{\"id\":182,\"kind\":2048,\"name\":\"applyPermissions\",\"url\":\"classes/UnionPermissionReader.html#applyPermissions\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"UnionPermissionReader\"},{\"id\":183,\"kind\":1024,\"name\":\"handlers\",\"url\":\"classes/UnionPermissionReader.html#handlers\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"UnionPermissionReader\"},{\"id\":184,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/UnionPermissionReader.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"UnionPermissionReader\"},{\"id\":185,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/UnionPermissionReader.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"UnionPermissionReader\"},{\"id\":186,\"kind\":2048,\"name\":\"allCanHandle\",\"url\":\"classes/UnionPermissionReader.html#allCanHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"UnionPermissionReader\"},{\"id\":187,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/UnionPermissionReader.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"UnionPermissionReader\"},{\"id\":188,\"kind\":128,\"name\":\"WebAclReader\",\"url\":\"classes/WebAclReader.html\",\"classes\":\"tsd-kind-class\"},{\"id\":189,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/WebAclReader.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"WebAclReader\"},{\"id\":190,\"kind\":1024,\"name\":\"logger\",\"url\":\"classes/WebAclReader.html#logger\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"WebAclReader\"},{\"id\":191,\"kind\":1024,\"name\":\"aclStrategy\",\"url\":\"classes/WebAclReader.html#aclStrategy\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"WebAclReader\"},{\"id\":192,\"kind\":1024,\"name\":\"aclStore\",\"url\":\"classes/WebAclReader.html#aclStore\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"WebAclReader\"},{\"id\":193,\"kind\":1024,\"name\":\"identifierStrategy\",\"url\":\"classes/WebAclReader.html#identifierStrategy\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"WebAclReader\"},{\"id\":194,\"kind\":1024,\"name\":\"accessChecker\",\"url\":\"classes/WebAclReader.html#accessChecker\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"WebAclReader\"},{\"id\":195,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/WebAclReader.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"WebAclReader\"},{\"id\":196,\"kind\":2048,\"name\":\"findPermissions\",\"url\":\"classes/WebAclReader.html#findPermissions\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"WebAclReader\"},{\"id\":197,\"kind\":2048,\"name\":\"determinePermissions\",\"url\":\"classes/WebAclReader.html#determinePermissions\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"WebAclReader\"},{\"id\":198,\"kind\":2048,\"name\":\"updateAclPermissions\",\"url\":\"classes/WebAclReader.html#updateAclPermissions\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"WebAclReader\"},{\"id\":199,\"kind\":2048,\"name\":\"getAcl\",\"url\":\"classes/WebAclReader.html#getAcl\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"WebAclReader\"},{\"id\":200,\"kind\":2048,\"name\":\"getAclRecursive\",\"url\":\"classes/WebAclReader.html#getAclRecursive\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"WebAclReader\"},{\"id\":201,\"kind\":2048,\"name\":\"filterStore\",\"url\":\"classes/WebAclReader.html#filterStore\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"WebAclReader\"},{\"id\":202,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/WebAclReader.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"WebAclReader\"},{\"id\":203,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/WebAclReader.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"WebAclReader\"},{\"id\":204,\"kind\":256,\"name\":\"AuxiliaryIdentifierStrategy\",\"url\":\"interfaces/AuxiliaryIdentifierStrategy.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":205,\"kind\":2048,\"name\":\"getAuxiliaryIdentifier\",\"url\":\"interfaces/AuxiliaryIdentifierStrategy.html#getAuxiliaryIdentifier\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"AuxiliaryIdentifierStrategy\"},{\"id\":206,\"kind\":2048,\"name\":\"getAuxiliaryIdentifiers\",\"url\":\"interfaces/AuxiliaryIdentifierStrategy.html#getAuxiliaryIdentifiers\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"AuxiliaryIdentifierStrategy\"},{\"id\":207,\"kind\":2048,\"name\":\"isAuxiliaryIdentifier\",\"url\":\"interfaces/AuxiliaryIdentifierStrategy.html#isAuxiliaryIdentifier\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"AuxiliaryIdentifierStrategy\"},{\"id\":208,\"kind\":2048,\"name\":\"getSubjectIdentifier\",\"url\":\"interfaces/AuxiliaryIdentifierStrategy.html#getSubjectIdentifier\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"AuxiliaryIdentifierStrategy\"},{\"id\":209,\"kind\":256,\"name\":\"AuxiliaryStrategy\",\"url\":\"interfaces/AuxiliaryStrategy.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":210,\"kind\":2048,\"name\":\"usesOwnAuthorization\",\"url\":\"interfaces/AuxiliaryStrategy.html#usesOwnAuthorization\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"AuxiliaryStrategy\"},{\"id\":211,\"kind\":2048,\"name\":\"isRequiredInRoot\",\"url\":\"interfaces/AuxiliaryStrategy.html#isRequiredInRoot\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"AuxiliaryStrategy\"},{\"id\":212,\"kind\":2048,\"name\":\"addMetadata\",\"url\":\"interfaces/AuxiliaryStrategy.html#addMetadata\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"AuxiliaryStrategy\"},{\"id\":213,\"kind\":2048,\"name\":\"validate\",\"url\":\"interfaces/AuxiliaryStrategy.html#validate\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"AuxiliaryStrategy\"},{\"id\":214,\"kind\":2048,\"name\":\"getAuxiliaryIdentifier\",\"url\":\"interfaces/AuxiliaryStrategy.html#getAuxiliaryIdentifier\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AuxiliaryStrategy\"},{\"id\":215,\"kind\":2048,\"name\":\"getAuxiliaryIdentifiers\",\"url\":\"interfaces/AuxiliaryStrategy.html#getAuxiliaryIdentifiers\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AuxiliaryStrategy\"},{\"id\":216,\"kind\":2048,\"name\":\"isAuxiliaryIdentifier\",\"url\":\"interfaces/AuxiliaryStrategy.html#isAuxiliaryIdentifier\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AuxiliaryStrategy\"},{\"id\":217,\"kind\":2048,\"name\":\"getSubjectIdentifier\",\"url\":\"interfaces/AuxiliaryStrategy.html#getSubjectIdentifier\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AuxiliaryStrategy\"},{\"id\":218,\"kind\":128,\"name\":\"ComposedAuxiliaryStrategy\",\"url\":\"classes/ComposedAuxiliaryStrategy.html\",\"classes\":\"tsd-kind-class\"},{\"id\":219,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ComposedAuxiliaryStrategy.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"ComposedAuxiliaryStrategy\"},{\"id\":220,\"kind\":1024,\"name\":\"identifierStrategy\",\"url\":\"classes/ComposedAuxiliaryStrategy.html#identifierStrategy\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ComposedAuxiliaryStrategy\"},{\"id\":221,\"kind\":1024,\"name\":\"metadataGenerator\",\"url\":\"classes/ComposedAuxiliaryStrategy.html#metadataGenerator\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ComposedAuxiliaryStrategy\"},{\"id\":222,\"kind\":1024,\"name\":\"validator\",\"url\":\"classes/ComposedAuxiliaryStrategy.html#validator\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ComposedAuxiliaryStrategy\"},{\"id\":223,\"kind\":1024,\"name\":\"ownAuthorization\",\"url\":\"classes/ComposedAuxiliaryStrategy.html#ownAuthorization\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ComposedAuxiliaryStrategy\"},{\"id\":224,\"kind\":1024,\"name\":\"requiredInRoot\",\"url\":\"classes/ComposedAuxiliaryStrategy.html#requiredInRoot\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ComposedAuxiliaryStrategy\"},{\"id\":225,\"kind\":2048,\"name\":\"getAuxiliaryIdentifier\",\"url\":\"classes/ComposedAuxiliaryStrategy.html#getAuxiliaryIdentifier\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ComposedAuxiliaryStrategy\"},{\"id\":226,\"kind\":2048,\"name\":\"getAuxiliaryIdentifiers\",\"url\":\"classes/ComposedAuxiliaryStrategy.html#getAuxiliaryIdentifiers\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ComposedAuxiliaryStrategy\"},{\"id\":227,\"kind\":2048,\"name\":\"isAuxiliaryIdentifier\",\"url\":\"classes/ComposedAuxiliaryStrategy.html#isAuxiliaryIdentifier\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ComposedAuxiliaryStrategy\"},{\"id\":228,\"kind\":2048,\"name\":\"getSubjectIdentifier\",\"url\":\"classes/ComposedAuxiliaryStrategy.html#getSubjectIdentifier\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ComposedAuxiliaryStrategy\"},{\"id\":229,\"kind\":2048,\"name\":\"usesOwnAuthorization\",\"url\":\"classes/ComposedAuxiliaryStrategy.html#usesOwnAuthorization\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ComposedAuxiliaryStrategy\"},{\"id\":230,\"kind\":2048,\"name\":\"isRequiredInRoot\",\"url\":\"classes/ComposedAuxiliaryStrategy.html#isRequiredInRoot\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ComposedAuxiliaryStrategy\"},{\"id\":231,\"kind\":2048,\"name\":\"addMetadata\",\"url\":\"classes/ComposedAuxiliaryStrategy.html#addMetadata\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ComposedAuxiliaryStrategy\"},{\"id\":232,\"kind\":2048,\"name\":\"validate\",\"url\":\"classes/ComposedAuxiliaryStrategy.html#validate\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ComposedAuxiliaryStrategy\"},{\"id\":233,\"kind\":128,\"name\":\"LinkMetadataGenerator\",\"url\":\"classes/LinkMetadataGenerator.html\",\"classes\":\"tsd-kind-class\"},{\"id\":234,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/LinkMetadataGenerator.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"LinkMetadataGenerator\"},{\"id\":235,\"kind\":1024,\"name\":\"link\",\"url\":\"classes/LinkMetadataGenerator.html#link\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"LinkMetadataGenerator\"},{\"id\":236,\"kind\":1024,\"name\":\"identifierStrategy\",\"url\":\"classes/LinkMetadataGenerator.html#identifierStrategy\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"LinkMetadataGenerator\"},{\"id\":237,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/LinkMetadataGenerator.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"LinkMetadataGenerator\"},{\"id\":238,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/LinkMetadataGenerator.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"LinkMetadataGenerator\"},{\"id\":239,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/LinkMetadataGenerator.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"LinkMetadataGenerator\"},{\"id\":240,\"kind\":128,\"name\":\"MetadataGenerator\",\"url\":\"classes/MetadataGenerator.html\",\"classes\":\"tsd-kind-class\"},{\"id\":241,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/MetadataGenerator.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MetadataGenerator\"},{\"id\":242,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/MetadataGenerator.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MetadataGenerator\"},{\"id\":243,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/MetadataGenerator.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MetadataGenerator\"},{\"id\":244,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/MetadataGenerator.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MetadataGenerator\"},{\"id\":245,\"kind\":128,\"name\":\"RdfValidator\",\"url\":\"classes/RdfValidator.html\",\"classes\":\"tsd-kind-class\"},{\"id\":246,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/RdfValidator.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"RdfValidator\"},{\"id\":247,\"kind\":1024,\"name\":\"converter\",\"url\":\"classes/RdfValidator.html#converter\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"RdfValidator\"},{\"id\":248,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/RdfValidator.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"RdfValidator\"},{\"id\":249,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/RdfValidator.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RdfValidator\"},{\"id\":250,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/RdfValidator.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RdfValidator\"},{\"id\":251,\"kind\":128,\"name\":\"RoutingAuxiliaryIdentifierStrategy\",\"url\":\"classes/RoutingAuxiliaryIdentifierStrategy.html\",\"classes\":\"tsd-kind-class\"},{\"id\":252,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/RoutingAuxiliaryIdentifierStrategy.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"RoutingAuxiliaryIdentifierStrategy\"},{\"id\":253,\"kind\":1024,\"name\":\"sources\",\"url\":\"classes/RoutingAuxiliaryIdentifierStrategy.html#sources\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"RoutingAuxiliaryIdentifierStrategy\"},{\"id\":254,\"kind\":2048,\"name\":\"getAuxiliaryIdentifier\",\"url\":\"classes/RoutingAuxiliaryIdentifierStrategy.html#getAuxiliaryIdentifier\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RoutingAuxiliaryIdentifierStrategy\"},{\"id\":255,\"kind\":2048,\"name\":\"getAuxiliaryIdentifiers\",\"url\":\"classes/RoutingAuxiliaryIdentifierStrategy.html#getAuxiliaryIdentifiers\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RoutingAuxiliaryIdentifierStrategy\"},{\"id\":256,\"kind\":2048,\"name\":\"isAuxiliaryIdentifier\",\"url\":\"classes/RoutingAuxiliaryIdentifierStrategy.html#isAuxiliaryIdentifier\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RoutingAuxiliaryIdentifierStrategy\"},{\"id\":257,\"kind\":2048,\"name\":\"getSubjectIdentifier\",\"url\":\"classes/RoutingAuxiliaryIdentifierStrategy.html#getSubjectIdentifier\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RoutingAuxiliaryIdentifierStrategy\"},{\"id\":258,\"kind\":2048,\"name\":\"getMatchingSource\",\"url\":\"classes/RoutingAuxiliaryIdentifierStrategy.html#getMatchingSource\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected\",\"parent\":\"RoutingAuxiliaryIdentifierStrategy\"},{\"id\":259,\"kind\":128,\"name\":\"RoutingAuxiliaryStrategy\",\"url\":\"classes/RoutingAuxiliaryStrategy.html\",\"classes\":\"tsd-kind-class\"},{\"id\":260,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/RoutingAuxiliaryStrategy.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"RoutingAuxiliaryStrategy\"},{\"id\":261,\"kind\":1024,\"name\":\"sources\",\"url\":\"classes/RoutingAuxiliaryStrategy.html#sources\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite tsd-is-protected\",\"parent\":\"RoutingAuxiliaryStrategy\"},{\"id\":262,\"kind\":2048,\"name\":\"usesOwnAuthorization\",\"url\":\"classes/RoutingAuxiliaryStrategy.html#usesOwnAuthorization\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RoutingAuxiliaryStrategy\"},{\"id\":263,\"kind\":2048,\"name\":\"isRequiredInRoot\",\"url\":\"classes/RoutingAuxiliaryStrategy.html#isRequiredInRoot\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RoutingAuxiliaryStrategy\"},{\"id\":264,\"kind\":2048,\"name\":\"addMetadata\",\"url\":\"classes/RoutingAuxiliaryStrategy.html#addMetadata\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RoutingAuxiliaryStrategy\"},{\"id\":265,\"kind\":2048,\"name\":\"validate\",\"url\":\"classes/RoutingAuxiliaryStrategy.html#validate\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RoutingAuxiliaryStrategy\"},{\"id\":266,\"kind\":2048,\"name\":\"getMatchingSource\",\"url\":\"classes/RoutingAuxiliaryStrategy.html#getMatchingSource\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-protected\",\"parent\":\"RoutingAuxiliaryStrategy\"},{\"id\":267,\"kind\":2048,\"name\":\"getAuxiliaryIdentifier\",\"url\":\"classes/RoutingAuxiliaryStrategy.html#getAuxiliaryIdentifier\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RoutingAuxiliaryStrategy\"},{\"id\":268,\"kind\":2048,\"name\":\"getAuxiliaryIdentifiers\",\"url\":\"classes/RoutingAuxiliaryStrategy.html#getAuxiliaryIdentifiers\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RoutingAuxiliaryStrategy\"},{\"id\":269,\"kind\":2048,\"name\":\"isAuxiliaryIdentifier\",\"url\":\"classes/RoutingAuxiliaryStrategy.html#isAuxiliaryIdentifier\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RoutingAuxiliaryStrategy\"},{\"id\":270,\"kind\":2048,\"name\":\"getSubjectIdentifier\",\"url\":\"classes/RoutingAuxiliaryStrategy.html#getSubjectIdentifier\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RoutingAuxiliaryStrategy\"},{\"id\":271,\"kind\":128,\"name\":\"SuffixAuxiliaryIdentifierStrategy\",\"url\":\"classes/SuffixAuxiliaryIdentifierStrategy.html\",\"classes\":\"tsd-kind-class\"},{\"id\":272,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/SuffixAuxiliaryIdentifierStrategy.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"SuffixAuxiliaryIdentifierStrategy\"},{\"id\":273,\"kind\":1024,\"name\":\"suffix\",\"url\":\"classes/SuffixAuxiliaryIdentifierStrategy.html#suffix\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"SuffixAuxiliaryIdentifierStrategy\"},{\"id\":274,\"kind\":2048,\"name\":\"getAuxiliaryIdentifier\",\"url\":\"classes/SuffixAuxiliaryIdentifierStrategy.html#getAuxiliaryIdentifier\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"SuffixAuxiliaryIdentifierStrategy\"},{\"id\":275,\"kind\":2048,\"name\":\"getAuxiliaryIdentifiers\",\"url\":\"classes/SuffixAuxiliaryIdentifierStrategy.html#getAuxiliaryIdentifiers\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"SuffixAuxiliaryIdentifierStrategy\"},{\"id\":276,\"kind\":2048,\"name\":\"isAuxiliaryIdentifier\",\"url\":\"classes/SuffixAuxiliaryIdentifierStrategy.html#isAuxiliaryIdentifier\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"SuffixAuxiliaryIdentifierStrategy\"},{\"id\":277,\"kind\":2048,\"name\":\"getSubjectIdentifier\",\"url\":\"classes/SuffixAuxiliaryIdentifierStrategy.html#getSubjectIdentifier\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"SuffixAuxiliaryIdentifierStrategy\"},{\"id\":278,\"kind\":4194304,\"name\":\"ValidatorInput\",\"url\":\"modules.html#ValidatorInput\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":279,\"kind\":65536,\"name\":\"__type\",\"url\":\"modules.html#ValidatorInput.__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"ValidatorInput\"},{\"id\":280,\"kind\":1024,\"name\":\"representation\",\"url\":\"modules.html#ValidatorInput.__type.representation\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ValidatorInput.__type\"},{\"id\":281,\"kind\":1024,\"name\":\"identifier\",\"url\":\"modules.html#ValidatorInput.__type.identifier\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ValidatorInput.__type\"},{\"id\":282,\"kind\":128,\"name\":\"Validator\",\"url\":\"classes/Validator.html\",\"classes\":\"tsd-kind-class\"},{\"id\":283,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Validator.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Validator\"},{\"id\":284,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/Validator.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Validator\"},{\"id\":285,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/Validator.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Validator\"},{\"id\":286,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/Validator.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Validator\"},{\"id\":287,\"kind\":256,\"name\":\"BodyParserArgs\",\"url\":\"interfaces/BodyParserArgs.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":288,\"kind\":1024,\"name\":\"request\",\"url\":\"interfaces/BodyParserArgs.html#request\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"BodyParserArgs\"},{\"id\":289,\"kind\":1024,\"name\":\"metadata\",\"url\":\"interfaces/BodyParserArgs.html#metadata\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"BodyParserArgs\"},{\"id\":290,\"kind\":128,\"name\":\"BodyParser\",\"url\":\"classes/BodyParser.html\",\"classes\":\"tsd-kind-class\"},{\"id\":291,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/BodyParser.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BodyParser\"},{\"id\":292,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/BodyParser.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BodyParser\"},{\"id\":293,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/BodyParser.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BodyParser\"},{\"id\":294,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/BodyParser.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BodyParser\"},{\"id\":295,\"kind\":128,\"name\":\"N3PatchBodyParser\",\"url\":\"classes/N3PatchBodyParser.html\",\"classes\":\"tsd-kind-class\"},{\"id\":296,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/N3PatchBodyParser.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"N3PatchBodyParser\"},{\"id\":297,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/N3PatchBodyParser.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"N3PatchBodyParser\"},{\"id\":298,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/N3PatchBodyParser.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"N3PatchBodyParser\"},{\"id\":299,\"kind\":2048,\"name\":\"parsePatch\",\"url\":\"classes/N3PatchBodyParser.html#parsePatch\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"N3PatchBodyParser\"},{\"id\":300,\"kind\":2048,\"name\":\"findQuads\",\"url\":\"classes/N3PatchBodyParser.html#findQuads\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"N3PatchBodyParser\"},{\"id\":301,\"kind\":2048,\"name\":\"findVariables\",\"url\":\"classes/N3PatchBodyParser.html#findVariables\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"N3PatchBodyParser\"},{\"id\":302,\"kind\":2048,\"name\":\"verifyQuads\",\"url\":\"classes/N3PatchBodyParser.html#verifyQuads\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"N3PatchBodyParser\"},{\"id\":303,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/N3PatchBodyParser.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"N3PatchBodyParser\"},{\"id\":304,\"kind\":128,\"name\":\"RawBodyParser\",\"url\":\"classes/RawBodyParser.html\",\"classes\":\"tsd-kind-class\"},{\"id\":305,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/RawBodyParser.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RawBodyParser\"},{\"id\":306,\"kind\":1024,\"name\":\"logger\",\"url\":\"classes/RawBodyParser.html#logger\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"RawBodyParser\"},{\"id\":307,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/RawBodyParser.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"RawBodyParser\"},{\"id\":308,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/RawBodyParser.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RawBodyParser\"},{\"id\":309,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/RawBodyParser.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RawBodyParser\"},{\"id\":310,\"kind\":128,\"name\":\"SparqlUpdateBodyParser\",\"url\":\"classes/SparqlUpdateBodyParser.html\",\"classes\":\"tsd-kind-class\"},{\"id\":311,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/SparqlUpdateBodyParser.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SparqlUpdateBodyParser\"},{\"id\":312,\"kind\":1024,\"name\":\"logger\",\"url\":\"classes/SparqlUpdateBodyParser.html#logger\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"SparqlUpdateBodyParser\"},{\"id\":313,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/SparqlUpdateBodyParser.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"SparqlUpdateBodyParser\"},{\"id\":314,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/SparqlUpdateBodyParser.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"SparqlUpdateBodyParser\"},{\"id\":315,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/SparqlUpdateBodyParser.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SparqlUpdateBodyParser\"},{\"id\":316,\"kind\":128,\"name\":\"BasicConditionsParser\",\"url\":\"classes/BasicConditionsParser.html\",\"classes\":\"tsd-kind-class\"},{\"id\":317,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/BasicConditionsParser.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BasicConditionsParser\"},{\"id\":318,\"kind\":1024,\"name\":\"logger\",\"url\":\"classes/BasicConditionsParser.html#logger\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"BasicConditionsParser\"},{\"id\":319,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/BasicConditionsParser.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"BasicConditionsParser\"},{\"id\":320,\"kind\":2048,\"name\":\"parseDateHeader\",\"url\":\"classes/BasicConditionsParser.html#parseDateHeader\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"BasicConditionsParser\"},{\"id\":321,\"kind\":2048,\"name\":\"parseTagHeader\",\"url\":\"classes/BasicConditionsParser.html#parseTagHeader\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"BasicConditionsParser\"},{\"id\":322,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/BasicConditionsParser.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BasicConditionsParser\"},{\"id\":323,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/BasicConditionsParser.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BasicConditionsParser\"},{\"id\":324,\"kind\":128,\"name\":\"ConditionsParser\",\"url\":\"classes/ConditionsParser.html\",\"classes\":\"tsd-kind-class\"},{\"id\":325,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ConditionsParser.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ConditionsParser\"},{\"id\":326,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/ConditionsParser.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ConditionsParser\"},{\"id\":327,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/ConditionsParser.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ConditionsParser\"},{\"id\":328,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/ConditionsParser.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ConditionsParser\"},{\"id\":329,\"kind\":256,\"name\":\"OriginalUrlExtractorArgs\",\"url\":\"interfaces/OriginalUrlExtractorArgs.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":330,\"kind\":1024,\"name\":\"identifierStrategy\",\"url\":\"interfaces/OriginalUrlExtractorArgs.html#identifierStrategy\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"OriginalUrlExtractorArgs\"},{\"id\":331,\"kind\":1024,\"name\":\"includeQueryString\",\"url\":\"interfaces/OriginalUrlExtractorArgs.html#includeQueryString\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"OriginalUrlExtractorArgs\"},{\"id\":332,\"kind\":128,\"name\":\"OriginalUrlExtractor\",\"url\":\"classes/OriginalUrlExtractor.html\",\"classes\":\"tsd-kind-class\"},{\"id\":333,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/OriginalUrlExtractor.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"OriginalUrlExtractor\"},{\"id\":334,\"kind\":1024,\"name\":\"identifierStrategy\",\"url\":\"classes/OriginalUrlExtractor.html#identifierStrategy\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"OriginalUrlExtractor\"},{\"id\":335,\"kind\":1024,\"name\":\"includeQueryString\",\"url\":\"classes/OriginalUrlExtractor.html#includeQueryString\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"OriginalUrlExtractor\"},{\"id\":336,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/OriginalUrlExtractor.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"OriginalUrlExtractor\"},{\"id\":337,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/OriginalUrlExtractor.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"OriginalUrlExtractor\"},{\"id\":338,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/OriginalUrlExtractor.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"OriginalUrlExtractor\"},{\"id\":339,\"kind\":128,\"name\":\"TargetExtractor\",\"url\":\"classes/TargetExtractor.html\",\"classes\":\"tsd-kind-class\"},{\"id\":340,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/TargetExtractor.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TargetExtractor\"},{\"id\":341,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/TargetExtractor.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TargetExtractor\"},{\"id\":342,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/TargetExtractor.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TargetExtractor\"},{\"id\":343,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/TargetExtractor.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TargetExtractor\"},{\"id\":344,\"kind\":128,\"name\":\"ContentLengthParser\",\"url\":\"classes/ContentLengthParser.html\",\"classes\":\"tsd-kind-class\"},{\"id\":345,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ContentLengthParser.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ContentLengthParser\"},{\"id\":346,\"kind\":1024,\"name\":\"logger\",\"url\":\"classes/ContentLengthParser.html#logger\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"ContentLengthParser\"},{\"id\":347,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/ContentLengthParser.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ContentLengthParser\"},{\"id\":348,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/ContentLengthParser.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ContentLengthParser\"},{\"id\":349,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/ContentLengthParser.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ContentLengthParser\"},{\"id\":350,\"kind\":128,\"name\":\"ContentTypeParser\",\"url\":\"classes/ContentTypeParser.html\",\"classes\":\"tsd-kind-class\"},{\"id\":351,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ContentTypeParser.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ContentTypeParser\"},{\"id\":352,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/ContentTypeParser.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ContentTypeParser\"},{\"id\":353,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/ContentTypeParser.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ContentTypeParser\"},{\"id\":354,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/ContentTypeParser.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ContentTypeParser\"},{\"id\":355,\"kind\":128,\"name\":\"LinkRelParser\",\"url\":\"classes/LinkRelParser.html\",\"classes\":\"tsd-kind-class\"},{\"id\":356,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/LinkRelParser.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"LinkRelParser\"},{\"id\":357,\"kind\":1024,\"name\":\"logger\",\"url\":\"classes/LinkRelParser.html#logger\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"LinkRelParser\"},{\"id\":358,\"kind\":1024,\"name\":\"linkRelMap\",\"url\":\"classes/LinkRelParser.html#linkRelMap\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"LinkRelParser\"},{\"id\":359,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/LinkRelParser.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"LinkRelParser\"},{\"id\":360,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/LinkRelParser.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"LinkRelParser\"},{\"id\":361,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/LinkRelParser.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"LinkRelParser\"},{\"id\":362,\"kind\":128,\"name\":\"MetadataParser\",\"url\":\"classes/MetadataParser.html\",\"classes\":\"tsd-kind-class\"},{\"id\":363,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/MetadataParser.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MetadataParser\"},{\"id\":364,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/MetadataParser.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MetadataParser\"},{\"id\":365,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/MetadataParser.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MetadataParser\"},{\"id\":366,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/MetadataParser.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MetadataParser\"},{\"id\":367,\"kind\":128,\"name\":\"PlainJsonLdFilter\",\"url\":\"classes/PlainJsonLdFilter.html\",\"classes\":\"tsd-kind-class\"},{\"id\":368,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/PlainJsonLdFilter.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"PlainJsonLdFilter\"},{\"id\":369,\"kind\":1024,\"name\":\"logger\",\"url\":\"classes/PlainJsonLdFilter.html#logger\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"PlainJsonLdFilter\"},{\"id\":370,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/PlainJsonLdFilter.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"PlainJsonLdFilter\"},{\"id\":371,\"kind\":2048,\"name\":\"linkHasContextRelation\",\"url\":\"classes/PlainJsonLdFilter.html#linkHasContextRelation\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"PlainJsonLdFilter\"},{\"id\":372,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/PlainJsonLdFilter.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PlainJsonLdFilter\"},{\"id\":373,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/PlainJsonLdFilter.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PlainJsonLdFilter\"},{\"id\":374,\"kind\":128,\"name\":\"SlugParser\",\"url\":\"classes/SlugParser.html\",\"classes\":\"tsd-kind-class\"},{\"id\":375,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/SlugParser.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SlugParser\"},{\"id\":376,\"kind\":1024,\"name\":\"logger\",\"url\":\"classes/SlugParser.html#logger\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"SlugParser\"},{\"id\":377,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/SlugParser.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"SlugParser\"},{\"id\":378,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/SlugParser.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SlugParser\"},{\"id\":379,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/SlugParser.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SlugParser\"},{\"id\":380,\"kind\":128,\"name\":\"AcceptPreferenceParser\",\"url\":\"classes/AcceptPreferenceParser.html\",\"classes\":\"tsd-kind-class\"},{\"id\":381,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/AcceptPreferenceParser.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"AcceptPreferenceParser\"},{\"id\":382,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/AcceptPreferenceParser.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"AcceptPreferenceParser\"},{\"id\":383,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/AcceptPreferenceParser.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"AcceptPreferenceParser\"},{\"id\":384,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/AcceptPreferenceParser.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"AcceptPreferenceParser\"},{\"id\":385,\"kind\":128,\"name\":\"PreferenceParser\",\"url\":\"classes/PreferenceParser.html\",\"classes\":\"tsd-kind-class\"},{\"id\":386,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/PreferenceParser.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PreferenceParser\"},{\"id\":387,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/PreferenceParser.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PreferenceParser\"},{\"id\":388,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/PreferenceParser.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PreferenceParser\"},{\"id\":389,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/PreferenceParser.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PreferenceParser\"},{\"id\":390,\"kind\":256,\"name\":\"BasicRequestParserArgs\",\"url\":\"interfaces/BasicRequestParserArgs.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":391,\"kind\":1024,\"name\":\"targetExtractor\",\"url\":\"interfaces/BasicRequestParserArgs.html#targetExtractor\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"BasicRequestParserArgs\"},{\"id\":392,\"kind\":1024,\"name\":\"preferenceParser\",\"url\":\"interfaces/BasicRequestParserArgs.html#preferenceParser\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"BasicRequestParserArgs\"},{\"id\":393,\"kind\":1024,\"name\":\"metadataParser\",\"url\":\"interfaces/BasicRequestParserArgs.html#metadataParser\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"BasicRequestParserArgs\"},{\"id\":394,\"kind\":1024,\"name\":\"conditionsParser\",\"url\":\"interfaces/BasicRequestParserArgs.html#conditionsParser\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"BasicRequestParserArgs\"},{\"id\":395,\"kind\":1024,\"name\":\"bodyParser\",\"url\":\"interfaces/BasicRequestParserArgs.html#bodyParser\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"BasicRequestParserArgs\"},{\"id\":396,\"kind\":128,\"name\":\"BasicRequestParser\",\"url\":\"classes/BasicRequestParser.html\",\"classes\":\"tsd-kind-class\"},{\"id\":397,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/BasicRequestParser.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"BasicRequestParser\"},{\"id\":398,\"kind\":1024,\"name\":\"targetExtractor\",\"url\":\"classes/BasicRequestParser.html#targetExtractor\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"BasicRequestParser\"},{\"id\":399,\"kind\":1024,\"name\":\"preferenceParser\",\"url\":\"classes/BasicRequestParser.html#preferenceParser\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"BasicRequestParser\"},{\"id\":400,\"kind\":1024,\"name\":\"metadataParser\",\"url\":\"classes/BasicRequestParser.html#metadataParser\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"BasicRequestParser\"},{\"id\":401,\"kind\":1024,\"name\":\"conditionsParser\",\"url\":\"classes/BasicRequestParser.html#conditionsParser\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"BasicRequestParser\"},{\"id\":402,\"kind\":1024,\"name\":\"bodyParser\",\"url\":\"classes/BasicRequestParser.html#bodyParser\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"BasicRequestParser\"},{\"id\":403,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/BasicRequestParser.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"BasicRequestParser\"},{\"id\":404,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/BasicRequestParser.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BasicRequestParser\"},{\"id\":405,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/BasicRequestParser.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BasicRequestParser\"},{\"id\":406,\"kind\":128,\"name\":\"RequestParser\",\"url\":\"classes/RequestParser.html\",\"classes\":\"tsd-kind-class\"},{\"id\":407,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/RequestParser.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RequestParser\"},{\"id\":408,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/RequestParser.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RequestParser\"},{\"id\":409,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/RequestParser.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RequestParser\"},{\"id\":410,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/RequestParser.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RequestParser\"},{\"id\":411,\"kind\":256,\"name\":\"OperationMetadataCollectorInput\",\"url\":\"interfaces/OperationMetadataCollectorInput.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":412,\"kind\":1024,\"name\":\"metadata\",\"url\":\"interfaces/OperationMetadataCollectorInput.html#metadata\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"OperationMetadataCollectorInput\"},{\"id\":413,\"kind\":1024,\"name\":\"operation\",\"url\":\"interfaces/OperationMetadataCollectorInput.html#operation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"OperationMetadataCollectorInput\"},{\"id\":414,\"kind\":128,\"name\":\"OperationMetadataCollector\",\"url\":\"classes/OperationMetadataCollector.html\",\"classes\":\"tsd-kind-class\"},{\"id\":415,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/OperationMetadataCollector.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"OperationMetadataCollector\"},{\"id\":416,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/OperationMetadataCollector.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"OperationMetadataCollector\"},{\"id\":417,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/OperationMetadataCollector.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"OperationMetadataCollector\"},{\"id\":418,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/OperationMetadataCollector.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"OperationMetadataCollector\"},{\"id\":419,\"kind\":128,\"name\":\"WebAclMetadataCollector\",\"url\":\"classes/WebAclMetadataCollector.html\",\"classes\":\"tsd-kind-class\"},{\"id\":420,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/WebAclMetadataCollector.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"WebAclMetadataCollector\"},{\"id\":421,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/WebAclMetadataCollector.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"WebAclMetadataCollector\"},{\"id\":422,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/WebAclMetadataCollector.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"WebAclMetadataCollector\"},{\"id\":423,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/WebAclMetadataCollector.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"WebAclMetadataCollector\"},{\"id\":424,\"kind\":128,\"name\":\"DeleteOperationHandler\",\"url\":\"classes/DeleteOperationHandler.html\",\"classes\":\"tsd-kind-class\"},{\"id\":425,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/DeleteOperationHandler.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"DeleteOperationHandler\"},{\"id\":426,\"kind\":1024,\"name\":\"store\",\"url\":\"classes/DeleteOperationHandler.html#store\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"DeleteOperationHandler\"},{\"id\":427,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/DeleteOperationHandler.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"DeleteOperationHandler\"},{\"id\":428,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/DeleteOperationHandler.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"DeleteOperationHandler\"},{\"id\":429,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/DeleteOperationHandler.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"DeleteOperationHandler\"},{\"id\":430,\"kind\":128,\"name\":\"GetOperationHandler\",\"url\":\"classes/GetOperationHandler.html\",\"classes\":\"tsd-kind-class\"},{\"id\":431,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/GetOperationHandler.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"GetOperationHandler\"},{\"id\":432,\"kind\":1024,\"name\":\"store\",\"url\":\"classes/GetOperationHandler.html#store\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"GetOperationHandler\"},{\"id\":433,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/GetOperationHandler.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"GetOperationHandler\"},{\"id\":434,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/GetOperationHandler.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"GetOperationHandler\"},{\"id\":435,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/GetOperationHandler.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GetOperationHandler\"},{\"id\":436,\"kind\":128,\"name\":\"HeadOperationHandler\",\"url\":\"classes/HeadOperationHandler.html\",\"classes\":\"tsd-kind-class\"},{\"id\":437,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/HeadOperationHandler.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"HeadOperationHandler\"},{\"id\":438,\"kind\":1024,\"name\":\"store\",\"url\":\"classes/HeadOperationHandler.html#store\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"HeadOperationHandler\"},{\"id\":439,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/HeadOperationHandler.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"HeadOperationHandler\"},{\"id\":440,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/HeadOperationHandler.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"HeadOperationHandler\"},{\"id\":441,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/HeadOperationHandler.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"HeadOperationHandler\"},{\"id\":442,\"kind\":256,\"name\":\"OperationHandlerInput\",\"url\":\"interfaces/OperationHandlerInput.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":443,\"kind\":1024,\"name\":\"operation\",\"url\":\"interfaces/OperationHandlerInput.html#operation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"OperationHandlerInput\"},{\"id\":444,\"kind\":128,\"name\":\"OperationHandler\",\"url\":\"classes/OperationHandler.html\",\"classes\":\"tsd-kind-class\"},{\"id\":445,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/OperationHandler.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"OperationHandler\"},{\"id\":446,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/OperationHandler.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"OperationHandler\"},{\"id\":447,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/OperationHandler.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"OperationHandler\"},{\"id\":448,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/OperationHandler.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"OperationHandler\"},{\"id\":449,\"kind\":128,\"name\":\"PatchOperationHandler\",\"url\":\"classes/PatchOperationHandler.html\",\"classes\":\"tsd-kind-class\"},{\"id\":450,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/PatchOperationHandler.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"PatchOperationHandler\"},{\"id\":451,\"kind\":1024,\"name\":\"logger\",\"url\":\"classes/PatchOperationHandler.html#logger\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"PatchOperationHandler\"},{\"id\":452,\"kind\":1024,\"name\":\"store\",\"url\":\"classes/PatchOperationHandler.html#store\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"PatchOperationHandler\"},{\"id\":453,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/PatchOperationHandler.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"PatchOperationHandler\"},{\"id\":454,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/PatchOperationHandler.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"PatchOperationHandler\"},{\"id\":455,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/PatchOperationHandler.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PatchOperationHandler\"},{\"id\":456,\"kind\":128,\"name\":\"PostOperationHandler\",\"url\":\"classes/PostOperationHandler.html\",\"classes\":\"tsd-kind-class\"},{\"id\":457,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/PostOperationHandler.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"PostOperationHandler\"},{\"id\":458,\"kind\":1024,\"name\":\"logger\",\"url\":\"classes/PostOperationHandler.html#logger\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"PostOperationHandler\"},{\"id\":459,\"kind\":1024,\"name\":\"store\",\"url\":\"classes/PostOperationHandler.html#store\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"PostOperationHandler\"},{\"id\":460,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/PostOperationHandler.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"PostOperationHandler\"},{\"id\":461,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/PostOperationHandler.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"PostOperationHandler\"},{\"id\":462,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/PostOperationHandler.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PostOperationHandler\"},{\"id\":463,\"kind\":128,\"name\":\"PutOperationHandler\",\"url\":\"classes/PutOperationHandler.html\",\"classes\":\"tsd-kind-class\"},{\"id\":464,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/PutOperationHandler.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"PutOperationHandler\"},{\"id\":465,\"kind\":1024,\"name\":\"logger\",\"url\":\"classes/PutOperationHandler.html#logger\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"PutOperationHandler\"},{\"id\":466,\"kind\":1024,\"name\":\"store\",\"url\":\"classes/PutOperationHandler.html#store\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"PutOperationHandler\"},{\"id\":467,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/PutOperationHandler.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"PutOperationHandler\"},{\"id\":468,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/PutOperationHandler.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"PutOperationHandler\"},{\"id\":469,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/PutOperationHandler.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PutOperationHandler\"},{\"id\":470,\"kind\":128,\"name\":\"ConvertingErrorHandler\",\"url\":\"classes/ConvertingErrorHandler.html\",\"classes\":\"tsd-kind-class\"},{\"id\":471,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ConvertingErrorHandler.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ConvertingErrorHandler\"},{\"id\":472,\"kind\":1024,\"name\":\"converter\",\"url\":\"classes/ConvertingErrorHandler.html#converter\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ConvertingErrorHandler\"},{\"id\":473,\"kind\":1024,\"name\":\"showStackTrace\",\"url\":\"classes/ConvertingErrorHandler.html#showStackTrace\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ConvertingErrorHandler\"},{\"id\":474,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/ConvertingErrorHandler.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ConvertingErrorHandler\"},{\"id\":475,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/ConvertingErrorHandler.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ConvertingErrorHandler\"},{\"id\":476,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/ConvertingErrorHandler.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ConvertingErrorHandler\"},{\"id\":477,\"kind\":2048,\"name\":\"prepareArguments\",\"url\":\"classes/ConvertingErrorHandler.html#prepareArguments\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"ConvertingErrorHandler\"},{\"id\":478,\"kind\":2048,\"name\":\"createResponse\",\"url\":\"classes/ConvertingErrorHandler.html#createResponse\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"ConvertingErrorHandler\"},{\"id\":479,\"kind\":2048,\"name\":\"toRepresentation\",\"url\":\"classes/ConvertingErrorHandler.html#toRepresentation\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"ConvertingErrorHandler\"},{\"id\":480,\"kind\":256,\"name\":\"ErrorHandlerArgs\",\"url\":\"interfaces/ErrorHandlerArgs.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":481,\"kind\":1024,\"name\":\"error\",\"url\":\"interfaces/ErrorHandlerArgs.html#error\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ErrorHandlerArgs\"},{\"id\":482,\"kind\":1024,\"name\":\"preferences\",\"url\":\"interfaces/ErrorHandlerArgs.html#preferences\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ErrorHandlerArgs\"},{\"id\":483,\"kind\":128,\"name\":\"ErrorHandler\",\"url\":\"classes/ErrorHandler.html\",\"classes\":\"tsd-kind-class\"},{\"id\":484,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ErrorHandler.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ErrorHandler\"},{\"id\":485,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/ErrorHandler.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ErrorHandler\"},{\"id\":486,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/ErrorHandler.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ErrorHandler\"},{\"id\":487,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/ErrorHandler.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ErrorHandler\"},{\"id\":488,\"kind\":128,\"name\":\"RedirectingErrorHandler\",\"url\":\"classes/RedirectingErrorHandler.html\",\"classes\":\"tsd-kind-class\"},{\"id\":489,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/RedirectingErrorHandler.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RedirectingErrorHandler\"},{\"id\":490,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/RedirectingErrorHandler.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"RedirectingErrorHandler\"},{\"id\":491,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/RedirectingErrorHandler.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"RedirectingErrorHandler\"},{\"id\":492,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/RedirectingErrorHandler.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RedirectingErrorHandler\"},{\"id\":493,\"kind\":128,\"name\":\"SafeErrorHandler\",\"url\":\"classes/SafeErrorHandler.html\",\"classes\":\"tsd-kind-class\"},{\"id\":494,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/SafeErrorHandler.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"SafeErrorHandler\"},{\"id\":495,\"kind\":1024,\"name\":\"logger\",\"url\":\"classes/SafeErrorHandler.html#logger\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"SafeErrorHandler\"},{\"id\":496,\"kind\":1024,\"name\":\"errorHandler\",\"url\":\"classes/SafeErrorHandler.html#errorHandler\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"SafeErrorHandler\"},{\"id\":497,\"kind\":1024,\"name\":\"showStackTrace\",\"url\":\"classes/SafeErrorHandler.html#showStackTrace\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"SafeErrorHandler\"},{\"id\":498,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/SafeErrorHandler.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"SafeErrorHandler\"},{\"id\":499,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/SafeErrorHandler.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SafeErrorHandler\"},{\"id\":500,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/SafeErrorHandler.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SafeErrorHandler\"},{\"id\":501,\"kind\":128,\"name\":\"AllowAcceptHeaderWriter\",\"url\":\"classes/AllowAcceptHeaderWriter.html\",\"classes\":\"tsd-kind-class\"},{\"id\":502,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/AllowAcceptHeaderWriter.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"AllowAcceptHeaderWriter\"},{\"id\":503,\"kind\":1024,\"name\":\"supportedMethods\",\"url\":\"classes/AllowAcceptHeaderWriter.html#supportedMethods\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"AllowAcceptHeaderWriter\"},{\"id\":504,\"kind\":1024,\"name\":\"acceptTypes\",\"url\":\"classes/AllowAcceptHeaderWriter.html#acceptTypes\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"AllowAcceptHeaderWriter\"},{\"id\":505,\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/AllowAcceptHeaderWriter.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"AllowAcceptHeaderWriter\"},{\"id\":506,\"kind\":1024,\"name\":\"patch\",\"url\":\"classes/AllowAcceptHeaderWriter.html#__type.patch\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"AllowAcceptHeaderWriter.__type\"},{\"id\":507,\"kind\":1024,\"name\":\"post\",\"url\":\"classes/AllowAcceptHeaderWriter.html#__type.post\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"AllowAcceptHeaderWriter.__type\"},{\"id\":508,\"kind\":1024,\"name\":\"put\",\"url\":\"classes/AllowAcceptHeaderWriter.html#__type.put\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"AllowAcceptHeaderWriter.__type\"},{\"id\":509,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/AllowAcceptHeaderWriter.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"AllowAcceptHeaderWriter\"},{\"id\":510,\"kind\":2048,\"name\":\"filterAllowedMethods\",\"url\":\"classes/AllowAcceptHeaderWriter.html#filterAllowedMethods\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"AllowAcceptHeaderWriter\"},{\"id\":511,\"kind\":2048,\"name\":\"isPostAllowed\",\"url\":\"classes/AllowAcceptHeaderWriter.html#isPostAllowed\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"AllowAcceptHeaderWriter\"},{\"id\":512,\"kind\":2048,\"name\":\"isDeleteAllowed\",\"url\":\"classes/AllowAcceptHeaderWriter.html#isDeleteAllowed\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"AllowAcceptHeaderWriter\"},{\"id\":513,\"kind\":2048,\"name\":\"generateAllow\",\"url\":\"classes/AllowAcceptHeaderWriter.html#generateAllow\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"AllowAcceptHeaderWriter\"},{\"id\":514,\"kind\":2048,\"name\":\"generateAccept\",\"url\":\"classes/AllowAcceptHeaderWriter.html#generateAccept\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"AllowAcceptHeaderWriter\"},{\"id\":515,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/AllowAcceptHeaderWriter.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"AllowAcceptHeaderWriter\"},{\"id\":516,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/AllowAcceptHeaderWriter.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"AllowAcceptHeaderWriter\"},{\"id\":517,\"kind\":128,\"name\":\"ConstantMetadataWriter\",\"url\":\"classes/ConstantMetadataWriter.html\",\"classes\":\"tsd-kind-class\"},{\"id\":518,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ConstantMetadataWriter.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ConstantMetadataWriter\"},{\"id\":519,\"kind\":1024,\"name\":\"headers\",\"url\":\"classes/ConstantMetadataWriter.html#headers\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ConstantMetadataWriter\"},{\"id\":520,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/ConstantMetadataWriter.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ConstantMetadataWriter\"},{\"id\":521,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/ConstantMetadataWriter.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ConstantMetadataWriter\"},{\"id\":522,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/ConstantMetadataWriter.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ConstantMetadataWriter\"},{\"id\":523,\"kind\":128,\"name\":\"LinkRelMetadataWriter\",\"url\":\"classes/LinkRelMetadataWriter.html\",\"classes\":\"tsd-kind-class\"},{\"id\":524,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/LinkRelMetadataWriter.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"LinkRelMetadataWriter\"},{\"id\":525,\"kind\":1024,\"name\":\"linkRelMap\",\"url\":\"classes/LinkRelMetadataWriter.html#linkRelMap\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"LinkRelMetadataWriter\"},{\"id\":526,\"kind\":1024,\"name\":\"logger\",\"url\":\"classes/LinkRelMetadataWriter.html#logger\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"LinkRelMetadataWriter\"},{\"id\":527,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/LinkRelMetadataWriter.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"LinkRelMetadataWriter\"},{\"id\":528,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/LinkRelMetadataWriter.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"LinkRelMetadataWriter\"},{\"id\":529,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/LinkRelMetadataWriter.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"LinkRelMetadataWriter\"},{\"id\":530,\"kind\":128,\"name\":\"MappedMetadataWriter\",\"url\":\"classes/MappedMetadataWriter.html\",\"classes\":\"tsd-kind-class\"},{\"id\":531,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/MappedMetadataWriter.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MappedMetadataWriter\"},{\"id\":532,\"kind\":1024,\"name\":\"headerMap\",\"url\":\"classes/MappedMetadataWriter.html#headerMap\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"MappedMetadataWriter\"},{\"id\":533,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/MappedMetadataWriter.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MappedMetadataWriter\"},{\"id\":534,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/MappedMetadataWriter.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MappedMetadataWriter\"},{\"id\":535,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/MappedMetadataWriter.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MappedMetadataWriter\"},{\"id\":536,\"kind\":128,\"name\":\"MetadataWriter\",\"url\":\"classes/MetadataWriter.html\",\"classes\":\"tsd-kind-class\"},{\"id\":537,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/MetadataWriter.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MetadataWriter\"},{\"id\":538,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/MetadataWriter.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MetadataWriter\"},{\"id\":539,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/MetadataWriter.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MetadataWriter\"},{\"id\":540,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/MetadataWriter.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MetadataWriter\"},{\"id\":541,\"kind\":128,\"name\":\"ModifiedMetadataWriter\",\"url\":\"classes/ModifiedMetadataWriter.html\",\"classes\":\"tsd-kind-class\"},{\"id\":542,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ModifiedMetadataWriter.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ModifiedMetadataWriter\"},{\"id\":543,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/ModifiedMetadataWriter.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ModifiedMetadataWriter\"},{\"id\":544,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/ModifiedMetadataWriter.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ModifiedMetadataWriter\"},{\"id\":545,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/ModifiedMetadataWriter.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ModifiedMetadataWriter\"},{\"id\":546,\"kind\":128,\"name\":\"WacAllowMetadataWriter\",\"url\":\"classes/WacAllowMetadataWriter.html\",\"classes\":\"tsd-kind-class\"},{\"id\":547,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/WacAllowMetadataWriter.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"WacAllowMetadataWriter\"},{\"id\":548,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/WacAllowMetadataWriter.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"WacAllowMetadataWriter\"},{\"id\":549,\"kind\":2048,\"name\":\"aclToPermission\",\"url\":\"classes/WacAllowMetadataWriter.html#aclToPermission\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"WacAllowMetadataWriter\"},{\"id\":550,\"kind\":2048,\"name\":\"createAccessParam\",\"url\":\"classes/WacAllowMetadataWriter.html#createAccessParam\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"WacAllowMetadataWriter\"},{\"id\":551,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/WacAllowMetadataWriter.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"WacAllowMetadataWriter\"},{\"id\":552,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/WacAllowMetadataWriter.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"WacAllowMetadataWriter\"},{\"id\":553,\"kind\":128,\"name\":\"WwwAuthMetadataWriter\",\"url\":\"classes/WwwAuthMetadataWriter.html\",\"classes\":\"tsd-kind-class\"},{\"id\":554,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/WwwAuthMetadataWriter.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"WwwAuthMetadataWriter\"},{\"id\":555,\"kind\":1024,\"name\":\"auth\",\"url\":\"classes/WwwAuthMetadataWriter.html#auth\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"WwwAuthMetadataWriter\"},{\"id\":556,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/WwwAuthMetadataWriter.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"WwwAuthMetadataWriter\"},{\"id\":557,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/WwwAuthMetadataWriter.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"WwwAuthMetadataWriter\"},{\"id\":558,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/WwwAuthMetadataWriter.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"WwwAuthMetadataWriter\"},{\"id\":559,\"kind\":128,\"name\":\"CreatedResponseDescription\",\"url\":\"classes/CreatedResponseDescription.html\",\"classes\":\"tsd-kind-class\"},{\"id\":560,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/CreatedResponseDescription.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"CreatedResponseDescription\"},{\"id\":561,\"kind\":1024,\"name\":\"statusCode\",\"url\":\"classes/CreatedResponseDescription.html#statusCode\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"CreatedResponseDescription\"},{\"id\":562,\"kind\":1024,\"name\":\"metadata\",\"url\":\"classes/CreatedResponseDescription.html#metadata\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"CreatedResponseDescription\"},{\"id\":563,\"kind\":1024,\"name\":\"data\",\"url\":\"classes/CreatedResponseDescription.html#data\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"CreatedResponseDescription\"},{\"id\":564,\"kind\":128,\"name\":\"OkResponseDescription\",\"url\":\"classes/OkResponseDescription.html\",\"classes\":\"tsd-kind-class\"},{\"id\":565,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/OkResponseDescription.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"OkResponseDescription\"},{\"id\":566,\"kind\":1024,\"name\":\"statusCode\",\"url\":\"classes/OkResponseDescription.html#statusCode\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"OkResponseDescription\"},{\"id\":567,\"kind\":1024,\"name\":\"metadata\",\"url\":\"classes/OkResponseDescription.html#metadata\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"OkResponseDescription\"},{\"id\":568,\"kind\":1024,\"name\":\"data\",\"url\":\"classes/OkResponseDescription.html#data\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"OkResponseDescription\"},{\"id\":569,\"kind\":128,\"name\":\"ResetResponseDescription\",\"url\":\"classes/ResetResponseDescription.html\",\"classes\":\"tsd-kind-class\"},{\"id\":570,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ResetResponseDescription.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ResetResponseDescription\"},{\"id\":571,\"kind\":1024,\"name\":\"statusCode\",\"url\":\"classes/ResetResponseDescription.html#statusCode\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ResetResponseDescription\"},{\"id\":572,\"kind\":1024,\"name\":\"metadata\",\"url\":\"classes/ResetResponseDescription.html#metadata\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ResetResponseDescription\"},{\"id\":573,\"kind\":1024,\"name\":\"data\",\"url\":\"classes/ResetResponseDescription.html#data\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ResetResponseDescription\"},{\"id\":574,\"kind\":128,\"name\":\"ResponseDescription\",\"url\":\"classes/ResponseDescription.html\",\"classes\":\"tsd-kind-class\"},{\"id\":575,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ResponseDescription.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"ResponseDescription\"},{\"id\":576,\"kind\":1024,\"name\":\"statusCode\",\"url\":\"classes/ResponseDescription.html#statusCode\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ResponseDescription\"},{\"id\":577,\"kind\":1024,\"name\":\"metadata\",\"url\":\"classes/ResponseDescription.html#metadata\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ResponseDescription\"},{\"id\":578,\"kind\":1024,\"name\":\"data\",\"url\":\"classes/ResponseDescription.html#data\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ResponseDescription\"},{\"id\":579,\"kind\":128,\"name\":\"BasicResponseWriter\",\"url\":\"classes/BasicResponseWriter.html\",\"classes\":\"tsd-kind-class\"},{\"id\":580,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/BasicResponseWriter.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"BasicResponseWriter\"},{\"id\":581,\"kind\":1024,\"name\":\"logger\",\"url\":\"classes/BasicResponseWriter.html#logger\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"BasicResponseWriter\"},{\"id\":582,\"kind\":1024,\"name\":\"metadataWriter\",\"url\":\"classes/BasicResponseWriter.html#metadataWriter\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"BasicResponseWriter\"},{\"id\":583,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/BasicResponseWriter.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"BasicResponseWriter\"},{\"id\":584,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/BasicResponseWriter.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"BasicResponseWriter\"},{\"id\":585,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/BasicResponseWriter.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BasicResponseWriter\"},{\"id\":586,\"kind\":128,\"name\":\"ResponseWriter\",\"url\":\"classes/ResponseWriter.html\",\"classes\":\"tsd-kind-class\"},{\"id\":587,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ResponseWriter.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ResponseWriter\"},{\"id\":588,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/ResponseWriter.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ResponseWriter\"},{\"id\":589,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/ResponseWriter.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ResponseWriter\"},{\"id\":590,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/ResponseWriter.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ResponseWriter\"},{\"id\":591,\"kind\":128,\"name\":\"BasicRepresentation\",\"url\":\"classes/BasicRepresentation.html\",\"classes\":\"tsd-kind-class\"},{\"id\":592,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/BasicRepresentation.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"BasicRepresentation\"},{\"id\":593,\"kind\":1024,\"name\":\"data\",\"url\":\"classes/BasicRepresentation.html#data\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"BasicRepresentation\"},{\"id\":594,\"kind\":1024,\"name\":\"metadata\",\"url\":\"classes/BasicRepresentation.html#metadata\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"BasicRepresentation\"},{\"id\":595,\"kind\":1024,\"name\":\"binary\",\"url\":\"classes/BasicRepresentation.html#binary\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"BasicRepresentation\"},{\"id\":596,\"kind\":262144,\"name\":\"isEmpty\",\"url\":\"classes/BasicRepresentation.html#isEmpty\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"BasicRepresentation\"},{\"id\":597,\"kind\":256,\"name\":\"Patch\",\"url\":\"interfaces/Patch.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":598,\"kind\":1024,\"name\":\"metadata\",\"url\":\"interfaces/Patch.html#metadata\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"Patch\"},{\"id\":599,\"kind\":1024,\"name\":\"data\",\"url\":\"interfaces/Patch.html#data\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"Patch\"},{\"id\":600,\"kind\":1024,\"name\":\"binary\",\"url\":\"interfaces/Patch.html#binary\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"Patch\"},{\"id\":601,\"kind\":1024,\"name\":\"isEmpty\",\"url\":\"interfaces/Patch.html#isEmpty\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"Patch\"},{\"id\":602,\"kind\":256,\"name\":\"Representation\",\"url\":\"interfaces/Representation.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":603,\"kind\":1024,\"name\":\"metadata\",\"url\":\"interfaces/Representation.html#metadata\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Representation\"},{\"id\":604,\"kind\":1024,\"name\":\"data\",\"url\":\"interfaces/Representation.html#data\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Representation\"},{\"id\":605,\"kind\":1024,\"name\":\"binary\",\"url\":\"interfaces/Representation.html#binary\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Representation\"},{\"id\":606,\"kind\":1024,\"name\":\"isEmpty\",\"url\":\"interfaces/Representation.html#isEmpty\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Representation\"},{\"id\":607,\"kind\":64,\"name\":\"isRepresentationMetadata\",\"url\":\"modules.html#isRepresentationMetadata\",\"classes\":\"tsd-kind-function\"},{\"id\":608,\"kind\":4194304,\"name\":\"MetadataIdentifier\",\"url\":\"modules.html#MetadataIdentifier\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":609,\"kind\":4194304,\"name\":\"MetadataValue\",\"url\":\"modules.html#MetadataValue\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":610,\"kind\":4194304,\"name\":\"MetadataRecord\",\"url\":\"modules.html#MetadataRecord\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":611,\"kind\":4194304,\"name\":\"MetadataGraph\",\"url\":\"modules.html#MetadataGraph\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":612,\"kind\":128,\"name\":\"RepresentationMetadata\",\"url\":\"classes/RepresentationMetadata.html\",\"classes\":\"tsd-kind-class\"},{\"id\":613,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/RepresentationMetadata.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"RepresentationMetadata\"},{\"id\":614,\"kind\":1024,\"name\":\"logger\",\"url\":\"classes/RepresentationMetadata.html#logger\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"RepresentationMetadata\"},{\"id\":615,\"kind\":1024,\"name\":\"store\",\"url\":\"classes/RepresentationMetadata.html#store\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"RepresentationMetadata\"},{\"id\":616,\"kind\":1024,\"name\":\"id\",\"url\":\"classes/RepresentationMetadata.html#id\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"RepresentationMetadata\"},{\"id\":617,\"kind\":2048,\"name\":\"setOverrides\",\"url\":\"classes/RepresentationMetadata.html#setOverrides\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"RepresentationMetadata\"},{\"id\":618,\"kind\":2048,\"name\":\"quads\",\"url\":\"classes/RepresentationMetadata.html#quads\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RepresentationMetadata\"},{\"id\":619,\"kind\":262144,\"name\":\"identifier\",\"url\":\"classes/RepresentationMetadata.html#identifier\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"RepresentationMetadata\"},{\"id\":620,\"kind\":2048,\"name\":\"setMetadata\",\"url\":\"classes/RepresentationMetadata.html#setMetadata\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RepresentationMetadata\"},{\"id\":621,\"kind\":2048,\"name\":\"addQuad\",\"url\":\"classes/RepresentationMetadata.html#addQuad\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RepresentationMetadata\"},{\"id\":622,\"kind\":2048,\"name\":\"addQuads\",\"url\":\"classes/RepresentationMetadata.html#addQuads\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RepresentationMetadata\"},{\"id\":623,\"kind\":2048,\"name\":\"removeQuad\",\"url\":\"classes/RepresentationMetadata.html#removeQuad\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RepresentationMetadata\"},{\"id\":624,\"kind\":2048,\"name\":\"removeQuads\",\"url\":\"classes/RepresentationMetadata.html#removeQuads\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RepresentationMetadata\"},{\"id\":625,\"kind\":2048,\"name\":\"add\",\"url\":\"classes/RepresentationMetadata.html#add\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RepresentationMetadata\"},{\"id\":626,\"kind\":2048,\"name\":\"remove\",\"url\":\"classes/RepresentationMetadata.html#remove\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RepresentationMetadata\"},{\"id\":627,\"kind\":2048,\"name\":\"forQuads\",\"url\":\"classes/RepresentationMetadata.html#forQuads\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"RepresentationMetadata\"},{\"id\":628,\"kind\":2048,\"name\":\"removeAll\",\"url\":\"classes/RepresentationMetadata.html#removeAll\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RepresentationMetadata\"},{\"id\":629,\"kind\":2048,\"name\":\"has\",\"url\":\"classes/RepresentationMetadata.html#has\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RepresentationMetadata\"},{\"id\":630,\"kind\":2048,\"name\":\"getAll\",\"url\":\"classes/RepresentationMetadata.html#getAll\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RepresentationMetadata\"},{\"id\":631,\"kind\":2048,\"name\":\"get\",\"url\":\"classes/RepresentationMetadata.html#get\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RepresentationMetadata\"},{\"id\":632,\"kind\":2048,\"name\":\"set\",\"url\":\"classes/RepresentationMetadata.html#set\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RepresentationMetadata\"},{\"id\":633,\"kind\":2048,\"name\":\"setContentType\",\"url\":\"classes/RepresentationMetadata.html#setContentType\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"RepresentationMetadata\"},{\"id\":634,\"kind\":2048,\"name\":\"getContentType\",\"url\":\"classes/RepresentationMetadata.html#getContentType\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"RepresentationMetadata\"},{\"id\":635,\"kind\":2048,\"name\":\"removeContentType\",\"url\":\"classes/RepresentationMetadata.html#removeContentType\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"RepresentationMetadata\"},{\"id\":636,\"kind\":262144,\"name\":\"contentType\",\"url\":\"classes/RepresentationMetadata.html#contentType\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"RepresentationMetadata\"},{\"id\":637,\"kind\":262144,\"name\":\"contentTypeObject\",\"url\":\"classes/RepresentationMetadata.html#contentTypeObject\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"RepresentationMetadata\"},{\"id\":638,\"kind\":262144,\"name\":\"contentLength\",\"url\":\"classes/RepresentationMetadata.html#contentLength\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"RepresentationMetadata\"},{\"id\":639,\"kind\":4194304,\"name\":\"ValuePreferences\",\"url\":\"modules.html#ValuePreferences\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":640,\"kind\":4194304,\"name\":\"ValuePreference\",\"url\":\"modules.html#ValuePreference\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":641,\"kind\":65536,\"name\":\"__type\",\"url\":\"modules.html#ValuePreference.__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"ValuePreference\"},{\"id\":642,\"kind\":1024,\"name\":\"value\",\"url\":\"modules.html#ValuePreference.__type.value\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ValuePreference.__type\"},{\"id\":643,\"kind\":1024,\"name\":\"weight\",\"url\":\"modules.html#ValuePreference.__type.weight\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ValuePreference.__type\"},{\"id\":644,\"kind\":256,\"name\":\"RepresentationPreferences\",\"url\":\"interfaces/RepresentationPreferences.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":645,\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/RepresentationPreferences.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"RepresentationPreferences\"},{\"id\":646,\"kind\":1024,\"name\":\"charset\",\"url\":\"interfaces/RepresentationPreferences.html#charset\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"RepresentationPreferences\"},{\"id\":647,\"kind\":1024,\"name\":\"datetime\",\"url\":\"interfaces/RepresentationPreferences.html#datetime\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"RepresentationPreferences\"},{\"id\":648,\"kind\":1024,\"name\":\"encoding\",\"url\":\"interfaces/RepresentationPreferences.html#encoding\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"RepresentationPreferences\"},{\"id\":649,\"kind\":1024,\"name\":\"language\",\"url\":\"interfaces/RepresentationPreferences.html#language\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"RepresentationPreferences\"},{\"id\":650,\"kind\":64,\"name\":\"isResourceIdentifier\",\"url\":\"modules.html#isResourceIdentifier\",\"classes\":\"tsd-kind-function\"},{\"id\":651,\"kind\":256,\"name\":\"ResourceIdentifier\",\"url\":\"interfaces/ResourceIdentifier.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":652,\"kind\":1024,\"name\":\"path\",\"url\":\"interfaces/ResourceIdentifier.html#path\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ResourceIdentifier\"},{\"id\":653,\"kind\":256,\"name\":\"SparqlUpdatePatch\",\"url\":\"interfaces/SparqlUpdatePatch.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":654,\"kind\":1024,\"name\":\"algebra\",\"url\":\"interfaces/SparqlUpdatePatch.html#algebra\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SparqlUpdatePatch\"},{\"id\":655,\"kind\":1024,\"name\":\"metadata\",\"url\":\"interfaces/SparqlUpdatePatch.html#metadata\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"SparqlUpdatePatch\"},{\"id\":656,\"kind\":1024,\"name\":\"data\",\"url\":\"interfaces/SparqlUpdatePatch.html#data\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"SparqlUpdatePatch\"},{\"id\":657,\"kind\":1024,\"name\":\"binary\",\"url\":\"interfaces/SparqlUpdatePatch.html#binary\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"SparqlUpdatePatch\"},{\"id\":658,\"kind\":1024,\"name\":\"isEmpty\",\"url\":\"interfaces/SparqlUpdatePatch.html#isEmpty\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"SparqlUpdatePatch\"},{\"id\":659,\"kind\":256,\"name\":\"Operation\",\"url\":\"interfaces/Operation.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":660,\"kind\":1024,\"name\":\"method\",\"url\":\"interfaces/Operation.html#method\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Operation\"},{\"id\":661,\"kind\":1024,\"name\":\"target\",\"url\":\"interfaces/Operation.html#target\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Operation\"},{\"id\":662,\"kind\":1024,\"name\":\"preferences\",\"url\":\"interfaces/Operation.html#preferences\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Operation\"},{\"id\":663,\"kind\":1024,\"name\":\"conditions\",\"url\":\"interfaces/Operation.html#conditions\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Operation\"},{\"id\":664,\"kind\":1024,\"name\":\"permissionSet\",\"url\":\"interfaces/Operation.html#permissionSet\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Operation\"},{\"id\":665,\"kind\":1024,\"name\":\"body\",\"url\":\"interfaces/Operation.html#body\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Operation\"},{\"id\":666,\"kind\":128,\"name\":\"UnsecureWebSocketsProtocol\",\"url\":\"classes/UnsecureWebSocketsProtocol.html\",\"classes\":\"tsd-kind-class\"},{\"id\":667,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/UnsecureWebSocketsProtocol.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"UnsecureWebSocketsProtocol\"},{\"id\":668,\"kind\":1024,\"name\":\"logger\",\"url\":\"classes/UnsecureWebSocketsProtocol.html#logger\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"UnsecureWebSocketsProtocol\"},{\"id\":669,\"kind\":1024,\"name\":\"listeners\",\"url\":\"classes/UnsecureWebSocketsProtocol.html#listeners\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"UnsecureWebSocketsProtocol\"},{\"id\":670,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/UnsecureWebSocketsProtocol.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"UnsecureWebSocketsProtocol\"},{\"id\":671,\"kind\":2048,\"name\":\"onResourceChanged\",\"url\":\"classes/UnsecureWebSocketsProtocol.html#onResourceChanged\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"UnsecureWebSocketsProtocol\"},{\"id\":672,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/UnsecureWebSocketsProtocol.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"UnsecureWebSocketsProtocol\"},{\"id\":673,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/UnsecureWebSocketsProtocol.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"UnsecureWebSocketsProtocol\"},{\"id\":674,\"kind\":256,\"name\":\"IdentityProviderFactoryArgs\",\"url\":\"interfaces/IdentityProviderFactoryArgs.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":675,\"kind\":1024,\"name\":\"adapterFactory\",\"url\":\"interfaces/IdentityProviderFactoryArgs.html#adapterFactory\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IdentityProviderFactoryArgs\"},{\"id\":676,\"kind\":1024,\"name\":\"baseUrl\",\"url\":\"interfaces/IdentityProviderFactoryArgs.html#baseUrl\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IdentityProviderFactoryArgs\"},{\"id\":677,\"kind\":1024,\"name\":\"oidcPath\",\"url\":\"interfaces/IdentityProviderFactoryArgs.html#oidcPath\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IdentityProviderFactoryArgs\"},{\"id\":678,\"kind\":1024,\"name\":\"interactionHandler\",\"url\":\"interfaces/IdentityProviderFactoryArgs.html#interactionHandler\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IdentityProviderFactoryArgs\"},{\"id\":679,\"kind\":1024,\"name\":\"credentialStorage\",\"url\":\"interfaces/IdentityProviderFactoryArgs.html#credentialStorage\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IdentityProviderFactoryArgs\"},{\"id\":680,\"kind\":1024,\"name\":\"storage\",\"url\":\"interfaces/IdentityProviderFactoryArgs.html#storage\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IdentityProviderFactoryArgs\"},{\"id\":681,\"kind\":1024,\"name\":\"errorHandler\",\"url\":\"interfaces/IdentityProviderFactoryArgs.html#errorHandler\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IdentityProviderFactoryArgs\"},{\"id\":682,\"kind\":1024,\"name\":\"responseWriter\",\"url\":\"interfaces/IdentityProviderFactoryArgs.html#responseWriter\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IdentityProviderFactoryArgs\"},{\"id\":683,\"kind\":128,\"name\":\"IdentityProviderFactory\",\"url\":\"classes/IdentityProviderFactory.html\",\"classes\":\"tsd-kind-class\"},{\"id\":684,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/IdentityProviderFactory.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"IdentityProviderFactory\"},{\"id\":685,\"kind\":1024,\"name\":\"config\",\"url\":\"classes/IdentityProviderFactory.html#config\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"IdentityProviderFactory\"},{\"id\":686,\"kind\":1024,\"name\":\"adapterFactory\",\"url\":\"classes/IdentityProviderFactory.html#adapterFactory\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"IdentityProviderFactory\"},{\"id\":687,\"kind\":1024,\"name\":\"baseUrl\",\"url\":\"classes/IdentityProviderFactory.html#baseUrl\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"IdentityProviderFactory\"},{\"id\":688,\"kind\":1024,\"name\":\"oidcPath\",\"url\":\"classes/IdentityProviderFactory.html#oidcPath\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"IdentityProviderFactory\"},{\"id\":689,\"kind\":1024,\"name\":\"interactionHandler\",\"url\":\"classes/IdentityProviderFactory.html#interactionHandler\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"IdentityProviderFactory\"},{\"id\":690,\"kind\":1024,\"name\":\"credentialStorage\",\"url\":\"classes/IdentityProviderFactory.html#credentialStorage\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"IdentityProviderFactory\"},{\"id\":691,\"kind\":1024,\"name\":\"storage\",\"url\":\"classes/IdentityProviderFactory.html#storage\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"IdentityProviderFactory\"},{\"id\":692,\"kind\":1024,\"name\":\"errorHandler\",\"url\":\"classes/IdentityProviderFactory.html#errorHandler\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"IdentityProviderFactory\"},{\"id\":693,\"kind\":1024,\"name\":\"responseWriter\",\"url\":\"classes/IdentityProviderFactory.html#responseWriter\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"IdentityProviderFactory\"},{\"id\":694,\"kind\":1024,\"name\":\"jwtAlg\",\"url\":\"classes/IdentityProviderFactory.html#jwtAlg\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"IdentityProviderFactory\"},{\"id\":695,\"kind\":1024,\"name\":\"provider\",\"url\":\"classes/IdentityProviderFactory.html#provider\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"IdentityProviderFactory\"},{\"id\":696,\"kind\":2048,\"name\":\"getProvider\",\"url\":\"classes/IdentityProviderFactory.html#getProvider\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IdentityProviderFactory\"},{\"id\":697,\"kind\":2048,\"name\":\"createProvider\",\"url\":\"classes/IdentityProviderFactory.html#createProvider\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"IdentityProviderFactory\"},{\"id\":698,\"kind\":2048,\"name\":\"initConfig\",\"url\":\"classes/IdentityProviderFactory.html#initConfig\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"IdentityProviderFactory\"},{\"id\":699,\"kind\":2048,\"name\":\"generateJwks\",\"url\":\"classes/IdentityProviderFactory.html#generateJwks\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"IdentityProviderFactory\"},{\"id\":700,\"kind\":2048,\"name\":\"generateCookieKeys\",\"url\":\"classes/IdentityProviderFactory.html#generateCookieKeys\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"IdentityProviderFactory\"},{\"id\":701,\"kind\":2048,\"name\":\"isAccessToken\",\"url\":\"classes/IdentityProviderFactory.html#isAccessToken\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"IdentityProviderFactory\"},{\"id\":702,\"kind\":2048,\"name\":\"configureClaims\",\"url\":\"classes/IdentityProviderFactory.html#configureClaims\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"IdentityProviderFactory\"},{\"id\":703,\"kind\":2048,\"name\":\"createRoute\",\"url\":\"classes/IdentityProviderFactory.html#createRoute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"IdentityProviderFactory\"},{\"id\":704,\"kind\":2048,\"name\":\"configureRoutes\",\"url\":\"classes/IdentityProviderFactory.html#configureRoutes\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"IdentityProviderFactory\"},{\"id\":705,\"kind\":2048,\"name\":\"configureErrors\",\"url\":\"classes/IdentityProviderFactory.html#configureErrors\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"IdentityProviderFactory\"},{\"id\":706,\"kind\":256,\"name\":\"ProviderFactory\",\"url\":\"interfaces/ProviderFactory.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":707,\"kind\":2048,\"name\":\"getProvider\",\"url\":\"interfaces/ProviderFactory.html#getProvider\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"ProviderFactory\"},{\"id\":708,\"kind\":256,\"name\":\"ClientCredentials\",\"url\":\"interfaces/ClientCredentials.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":709,\"kind\":1024,\"name\":\"secret\",\"url\":\"interfaces/ClientCredentials.html#secret\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ClientCredentials\"},{\"id\":710,\"kind\":1024,\"name\":\"webId\",\"url\":\"interfaces/ClientCredentials.html#webId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ClientCredentials\"},{\"id\":711,\"kind\":128,\"name\":\"ClientCredentialsAdapter\",\"url\":\"classes/ClientCredentialsAdapter.html\",\"classes\":\"tsd-kind-class\"},{\"id\":712,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ClientCredentialsAdapter.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ClientCredentialsAdapter\"},{\"id\":713,\"kind\":1024,\"name\":\"storage\",\"url\":\"classes/ClientCredentialsAdapter.html#storage\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ClientCredentialsAdapter\"},{\"id\":714,\"kind\":2048,\"name\":\"find\",\"url\":\"classes/ClientCredentialsAdapter.html#find\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ClientCredentialsAdapter\"},{\"id\":715,\"kind\":1024,\"name\":\"name\",\"url\":\"classes/ClientCredentialsAdapter.html#name\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"ClientCredentialsAdapter\"},{\"id\":716,\"kind\":1024,\"name\":\"source\",\"url\":\"classes/ClientCredentialsAdapter.html#source\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"ClientCredentialsAdapter\"},{\"id\":717,\"kind\":2048,\"name\":\"upsert\",\"url\":\"classes/ClientCredentialsAdapter.html#upsert\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ClientCredentialsAdapter\"},{\"id\":718,\"kind\":2048,\"name\":\"findByUserCode\",\"url\":\"classes/ClientCredentialsAdapter.html#findByUserCode\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ClientCredentialsAdapter\"},{\"id\":719,\"kind\":2048,\"name\":\"findByUid\",\"url\":\"classes/ClientCredentialsAdapter.html#findByUid\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ClientCredentialsAdapter\"},{\"id\":720,\"kind\":2048,\"name\":\"consume\",\"url\":\"classes/ClientCredentialsAdapter.html#consume\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ClientCredentialsAdapter\"},{\"id\":721,\"kind\":2048,\"name\":\"destroy\",\"url\":\"classes/ClientCredentialsAdapter.html#destroy\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ClientCredentialsAdapter\"},{\"id\":722,\"kind\":2048,\"name\":\"revokeByGrantId\",\"url\":\"classes/ClientCredentialsAdapter.html#revokeByGrantId\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ClientCredentialsAdapter\"},{\"id\":723,\"kind\":128,\"name\":\"ClientCredentialsAdapterFactory\",\"url\":\"classes/ClientCredentialsAdapterFactory.html\",\"classes\":\"tsd-kind-class\"},{\"id\":724,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ClientCredentialsAdapterFactory.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ClientCredentialsAdapterFactory\"},{\"id\":725,\"kind\":1024,\"name\":\"storage\",\"url\":\"classes/ClientCredentialsAdapterFactory.html#storage\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ClientCredentialsAdapterFactory\"},{\"id\":726,\"kind\":2048,\"name\":\"createStorageAdapter\",\"url\":\"classes/ClientCredentialsAdapterFactory.html#createStorageAdapter\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ClientCredentialsAdapterFactory\"},{\"id\":727,\"kind\":1024,\"name\":\"source\",\"url\":\"classes/ClientCredentialsAdapterFactory.html#source\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"ClientCredentialsAdapterFactory\"},{\"id\":728,\"kind\":128,\"name\":\"EmailPasswordAuthorizer\",\"url\":\"classes/EmailPasswordAuthorizer.html\",\"classes\":\"tsd-kind-class\"},{\"id\":729,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/EmailPasswordAuthorizer.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"EmailPasswordAuthorizer\"},{\"id\":730,\"kind\":1024,\"name\":\"accountStore\",\"url\":\"classes/EmailPasswordAuthorizer.html#accountStore\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"EmailPasswordAuthorizer\"},{\"id\":731,\"kind\":1024,\"name\":\"source\",\"url\":\"classes/EmailPasswordAuthorizer.html#source\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"EmailPasswordAuthorizer\"},{\"id\":732,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/EmailPasswordAuthorizer.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"EmailPasswordAuthorizer\"},{\"id\":733,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/EmailPasswordAuthorizer.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"EmailPasswordAuthorizer\"},{\"id\":734,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/EmailPasswordAuthorizer.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"EmailPasswordAuthorizer\"},{\"id\":735,\"kind\":128,\"name\":\"CreateCredentialsHandler\",\"url\":\"classes/CreateCredentialsHandler.html\",\"classes\":\"tsd-kind-class\"},{\"id\":736,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/CreateCredentialsHandler.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"CreateCredentialsHandler\"},{\"id\":737,\"kind\":1024,\"name\":\"accountStore\",\"url\":\"classes/CreateCredentialsHandler.html#accountStore\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"CreateCredentialsHandler\"},{\"id\":738,\"kind\":1024,\"name\":\"credentialStorage\",\"url\":\"classes/CreateCredentialsHandler.html#credentialStorage\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"CreateCredentialsHandler\"},{\"id\":739,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/CreateCredentialsHandler.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"CreateCredentialsHandler\"},{\"id\":740,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/CreateCredentialsHandler.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"CreateCredentialsHandler\"},{\"id\":741,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/CreateCredentialsHandler.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"CreateCredentialsHandler\"},{\"id\":742,\"kind\":256,\"name\":\"CredentialsHandlerBody\",\"url\":\"interfaces/CredentialsHandlerBody.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":743,\"kind\":1024,\"name\":\"email\",\"url\":\"interfaces/CredentialsHandlerBody.html#email\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CredentialsHandlerBody\"},{\"id\":744,\"kind\":1024,\"name\":\"webId\",\"url\":\"interfaces/CredentialsHandlerBody.html#webId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CredentialsHandlerBody\"},{\"id\":745,\"kind\":256,\"name\":\"CredentialsHandlerInput\",\"url\":\"interfaces/CredentialsHandlerInput.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":746,\"kind\":1024,\"name\":\"operation\",\"url\":\"interfaces/CredentialsHandlerInput.html#operation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CredentialsHandlerInput\"},{\"id\":747,\"kind\":1024,\"name\":\"body\",\"url\":\"interfaces/CredentialsHandlerInput.html#body\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CredentialsHandlerInput\"},{\"id\":748,\"kind\":128,\"name\":\"CredentialsHandler\",\"url\":\"classes/CredentialsHandler.html\",\"classes\":\"tsd-kind-class\"},{\"id\":749,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/CredentialsHandler.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"CredentialsHandler\"},{\"id\":750,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/CredentialsHandler.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"CredentialsHandler\"},{\"id\":751,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/CredentialsHandler.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"CredentialsHandler\"},{\"id\":752,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/CredentialsHandler.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"CredentialsHandler\"},{\"id\":753,\"kind\":128,\"name\":\"DeleteCredentialsHandler\",\"url\":\"classes/DeleteCredentialsHandler.html\",\"classes\":\"tsd-kind-class\"},{\"id\":754,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/DeleteCredentialsHandler.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"DeleteCredentialsHandler\"},{\"id\":755,\"kind\":1024,\"name\":\"accountStore\",\"url\":\"classes/DeleteCredentialsHandler.html#accountStore\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"DeleteCredentialsHandler\"},{\"id\":756,\"kind\":1024,\"name\":\"credentialStorage\",\"url\":\"classes/DeleteCredentialsHandler.html#credentialStorage\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"DeleteCredentialsHandler\"},{\"id\":757,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/DeleteCredentialsHandler.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"DeleteCredentialsHandler\"},{\"id\":758,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/DeleteCredentialsHandler.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"DeleteCredentialsHandler\"},{\"id\":759,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/DeleteCredentialsHandler.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"DeleteCredentialsHandler\"},{\"id\":760,\"kind\":128,\"name\":\"ListCredentialsHandler\",\"url\":\"classes/ListCredentialsHandler.html\",\"classes\":\"tsd-kind-class\"},{\"id\":761,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ListCredentialsHandler.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ListCredentialsHandler\"},{\"id\":762,\"kind\":1024,\"name\":\"accountStore\",\"url\":\"classes/ListCredentialsHandler.html#accountStore\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ListCredentialsHandler\"},{\"id\":763,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/ListCredentialsHandler.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ListCredentialsHandler\"},{\"id\":764,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/ListCredentialsHandler.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ListCredentialsHandler\"},{\"id\":765,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/ListCredentialsHandler.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ListCredentialsHandler\"},{\"id\":766,\"kind\":256,\"name\":\"ForgotPasswordHandlerArgs\",\"url\":\"interfaces/ForgotPasswordHandlerArgs.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":767,\"kind\":1024,\"name\":\"accountStore\",\"url\":\"interfaces/ForgotPasswordHandlerArgs.html#accountStore\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ForgotPasswordHandlerArgs\"},{\"id\":768,\"kind\":1024,\"name\":\"templateEngine\",\"url\":\"interfaces/ForgotPasswordHandlerArgs.html#templateEngine\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ForgotPasswordHandlerArgs\"},{\"id\":769,\"kind\":1024,\"name\":\"emailSender\",\"url\":\"interfaces/ForgotPasswordHandlerArgs.html#emailSender\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ForgotPasswordHandlerArgs\"},{\"id\":770,\"kind\":1024,\"name\":\"resetRoute\",\"url\":\"interfaces/ForgotPasswordHandlerArgs.html#resetRoute\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ForgotPasswordHandlerArgs\"},{\"id\":771,\"kind\":128,\"name\":\"ForgotPasswordHandler\",\"url\":\"classes/ForgotPasswordHandler.html\",\"classes\":\"tsd-kind-class\"},{\"id\":772,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ForgotPasswordHandler.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ForgotPasswordHandler\"},{\"id\":773,\"kind\":1024,\"name\":\"logger\",\"url\":\"classes/ForgotPasswordHandler.html#logger\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"ForgotPasswordHandler\"},{\"id\":774,\"kind\":1024,\"name\":\"accountStore\",\"url\":\"classes/ForgotPasswordHandler.html#accountStore\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ForgotPasswordHandler\"},{\"id\":775,\"kind\":1024,\"name\":\"templateEngine\",\"url\":\"classes/ForgotPasswordHandler.html#templateEngine\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ForgotPasswordHandler\"},{\"id\":776,\"kind\":1024,\"name\":\"emailSender\",\"url\":\"classes/ForgotPasswordHandler.html#emailSender\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ForgotPasswordHandler\"},{\"id\":777,\"kind\":1024,\"name\":\"resetRoute\",\"url\":\"classes/ForgotPasswordHandler.html#resetRoute\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ForgotPasswordHandler\"},{\"id\":778,\"kind\":2048,\"name\":\"handlePost\",\"url\":\"classes/ForgotPasswordHandler.html#handlePost\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ForgotPasswordHandler\"},{\"id\":779,\"kind\":2048,\"name\":\"resetPassword\",\"url\":\"classes/ForgotPasswordHandler.html#resetPassword\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"ForgotPasswordHandler\"},{\"id\":780,\"kind\":2048,\"name\":\"sendResetMail\",\"url\":\"classes/ForgotPasswordHandler.html#sendResetMail\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"ForgotPasswordHandler\"},{\"id\":781,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/ForgotPasswordHandler.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ForgotPasswordHandler\"},{\"id\":782,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/ForgotPasswordHandler.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ForgotPasswordHandler\"},{\"id\":783,\"kind\":2048,\"name\":\"handleGet\",\"url\":\"classes/ForgotPasswordHandler.html#handleGet\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"ForgotPasswordHandler\"},{\"id\":784,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/ForgotPasswordHandler.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ForgotPasswordHandler\"},{\"id\":785,\"kind\":128,\"name\":\"LoginHandler\",\"url\":\"classes/LoginHandler.html\",\"classes\":\"tsd-kind-class\"},{\"id\":786,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/LoginHandler.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"LoginHandler\"},{\"id\":787,\"kind\":1024,\"name\":\"logger\",\"url\":\"classes/LoginHandler.html#logger\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"LoginHandler\"},{\"id\":788,\"kind\":1024,\"name\":\"accountStore\",\"url\":\"classes/LoginHandler.html#accountStore\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"LoginHandler\"},{\"id\":789,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/LoginHandler.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"LoginHandler\"},{\"id\":790,\"kind\":2048,\"name\":\"handlePost\",\"url\":\"classes/LoginHandler.html#handlePost\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"LoginHandler\"},{\"id\":791,\"kind\":2048,\"name\":\"parseInput\",\"url\":\"classes/LoginHandler.html#parseInput\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"LoginHandler\"},{\"id\":792,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/LoginHandler.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"LoginHandler\"},{\"id\":793,\"kind\":2048,\"name\":\"handleGet\",\"url\":\"classes/LoginHandler.html#handleGet\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"LoginHandler\"},{\"id\":794,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/LoginHandler.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"LoginHandler\"},{\"id\":795,\"kind\":128,\"name\":\"RegistrationHandler\",\"url\":\"classes/RegistrationHandler.html\",\"classes\":\"tsd-kind-class\"},{\"id\":796,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/RegistrationHandler.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"RegistrationHandler\"},{\"id\":797,\"kind\":1024,\"name\":\"logger\",\"url\":\"classes/RegistrationHandler.html#logger\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"RegistrationHandler\"},{\"id\":798,\"kind\":1024,\"name\":\"registrationManager\",\"url\":\"classes/RegistrationHandler.html#registrationManager\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"RegistrationHandler\"},{\"id\":799,\"kind\":2048,\"name\":\"handlePost\",\"url\":\"classes/RegistrationHandler.html#handlePost\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"RegistrationHandler\"},{\"id\":800,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/RegistrationHandler.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RegistrationHandler\"},{\"id\":801,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/RegistrationHandler.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RegistrationHandler\"},{\"id\":802,\"kind\":2048,\"name\":\"handleGet\",\"url\":\"classes/RegistrationHandler.html#handleGet\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"RegistrationHandler\"},{\"id\":803,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/RegistrationHandler.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RegistrationHandler\"},{\"id\":804,\"kind\":128,\"name\":\"ResetPasswordHandler\",\"url\":\"classes/ResetPasswordHandler.html\",\"classes\":\"tsd-kind-class\"},{\"id\":805,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ResetPasswordHandler.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ResetPasswordHandler\"},{\"id\":806,\"kind\":1024,\"name\":\"logger\",\"url\":\"classes/ResetPasswordHandler.html#logger\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"ResetPasswordHandler\"},{\"id\":807,\"kind\":1024,\"name\":\"accountStore\",\"url\":\"classes/ResetPasswordHandler.html#accountStore\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ResetPasswordHandler\"},{\"id\":808,\"kind\":2048,\"name\":\"handlePost\",\"url\":\"classes/ResetPasswordHandler.html#handlePost\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ResetPasswordHandler\"},{\"id\":809,\"kind\":2048,\"name\":\"resetPassword\",\"url\":\"classes/ResetPasswordHandler.html#resetPassword\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"ResetPasswordHandler\"},{\"id\":810,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/ResetPasswordHandler.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ResetPasswordHandler\"},{\"id\":811,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/ResetPasswordHandler.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ResetPasswordHandler\"},{\"id\":812,\"kind\":2048,\"name\":\"handleGet\",\"url\":\"classes/ResetPasswordHandler.html#handleGet\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"ResetPasswordHandler\"},{\"id\":813,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/ResetPasswordHandler.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ResetPasswordHandler\"},{\"id\":814,\"kind\":256,\"name\":\"AccountSettings\",\"url\":\"interfaces/AccountSettings.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":815,\"kind\":1024,\"name\":\"useIdp\",\"url\":\"interfaces/AccountSettings.html#useIdp\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AccountSettings\"},{\"id\":816,\"kind\":1024,\"name\":\"podBaseUrl\",\"url\":\"interfaces/AccountSettings.html#podBaseUrl\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AccountSettings\"},{\"id\":817,\"kind\":1024,\"name\":\"clientCredentials\",\"url\":\"interfaces/AccountSettings.html#clientCredentials\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AccountSettings\"},{\"id\":818,\"kind\":256,\"name\":\"AccountStore\",\"url\":\"interfaces/AccountStore.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":819,\"kind\":2048,\"name\":\"authenticate\",\"url\":\"interfaces/AccountStore.html#authenticate\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"AccountStore\"},{\"id\":820,\"kind\":2048,\"name\":\"create\",\"url\":\"interfaces/AccountStore.html#create\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"AccountStore\"},{\"id\":821,\"kind\":2048,\"name\":\"verify\",\"url\":\"interfaces/AccountStore.html#verify\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"AccountStore\"},{\"id\":822,\"kind\":2048,\"name\":\"changePassword\",\"url\":\"interfaces/AccountStore.html#changePassword\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"AccountStore\"},{\"id\":823,\"kind\":2048,\"name\":\"getSettings\",\"url\":\"interfaces/AccountStore.html#getSettings\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"AccountStore\"},{\"id\":824,\"kind\":2048,\"name\":\"updateSettings\",\"url\":\"interfaces/AccountStore.html#updateSettings\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"AccountStore\"},{\"id\":825,\"kind\":2048,\"name\":\"deleteAccount\",\"url\":\"interfaces/AccountStore.html#deleteAccount\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"AccountStore\"},{\"id\":826,\"kind\":2048,\"name\":\"generateForgotPasswordRecord\",\"url\":\"interfaces/AccountStore.html#generateForgotPasswordRecord\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"AccountStore\"},{\"id\":827,\"kind\":2048,\"name\":\"getForgotPasswordRecord\",\"url\":\"interfaces/AccountStore.html#getForgotPasswordRecord\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"AccountStore\"},{\"id\":828,\"kind\":2048,\"name\":\"deleteForgotPasswordRecord\",\"url\":\"interfaces/AccountStore.html#deleteForgotPasswordRecord\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"AccountStore\"},{\"id\":829,\"kind\":256,\"name\":\"AccountPayload\",\"url\":\"interfaces/AccountPayload.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":830,\"kind\":1024,\"name\":\"webId\",\"url\":\"interfaces/AccountPayload.html#webId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AccountPayload\"},{\"id\":831,\"kind\":1024,\"name\":\"email\",\"url\":\"interfaces/AccountPayload.html#email\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AccountPayload\"},{\"id\":832,\"kind\":1024,\"name\":\"password\",\"url\":\"interfaces/AccountPayload.html#password\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AccountPayload\"},{\"id\":833,\"kind\":1024,\"name\":\"verified\",\"url\":\"interfaces/AccountPayload.html#verified\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AccountPayload\"},{\"id\":834,\"kind\":256,\"name\":\"ForgotPasswordPayload\",\"url\":\"interfaces/ForgotPasswordPayload.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":835,\"kind\":1024,\"name\":\"email\",\"url\":\"interfaces/ForgotPasswordPayload.html#email\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ForgotPasswordPayload\"},{\"id\":836,\"kind\":1024,\"name\":\"recordId\",\"url\":\"interfaces/ForgotPasswordPayload.html#recordId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ForgotPasswordPayload\"},{\"id\":837,\"kind\":4194304,\"name\":\"EmailPasswordData\",\"url\":\"modules.html#EmailPasswordData\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":838,\"kind\":128,\"name\":\"BaseAccountStore\",\"url\":\"classes/BaseAccountStore.html\",\"classes\":\"tsd-kind-class\"},{\"id\":839,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/BaseAccountStore.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"BaseAccountStore\"},{\"id\":840,\"kind\":1024,\"name\":\"storage\",\"url\":\"classes/BaseAccountStore.html#storage\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"BaseAccountStore\"},{\"id\":841,\"kind\":1024,\"name\":\"forgotPasswordStorage\",\"url\":\"classes/BaseAccountStore.html#forgotPasswordStorage\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"BaseAccountStore\"},{\"id\":842,\"kind\":1024,\"name\":\"saltRounds\",\"url\":\"classes/BaseAccountStore.html#saltRounds\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"BaseAccountStore\"},{\"id\":843,\"kind\":1024,\"name\":\"forgotPasswordExpiration\",\"url\":\"classes/BaseAccountStore.html#forgotPasswordExpiration\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"BaseAccountStore\"},{\"id\":844,\"kind\":2048,\"name\":\"getAccountResourceIdentifier\",\"url\":\"classes/BaseAccountStore.html#getAccountResourceIdentifier\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"BaseAccountStore\"},{\"id\":845,\"kind\":2048,\"name\":\"getForgotPasswordRecordResourceIdentifier\",\"url\":\"classes/BaseAccountStore.html#getForgotPasswordRecordResourceIdentifier\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"BaseAccountStore\"},{\"id\":846,\"kind\":2048,\"name\":\"getAccountPayload\",\"url\":\"classes/BaseAccountStore.html#getAccountPayload\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"BaseAccountStore\"},{\"id\":847,\"kind\":2048,\"name\":\"authenticate\",\"url\":\"classes/BaseAccountStore.html#authenticate\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"BaseAccountStore\"},{\"id\":848,\"kind\":2048,\"name\":\"create\",\"url\":\"classes/BaseAccountStore.html#create\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"BaseAccountStore\"},{\"id\":849,\"kind\":2048,\"name\":\"verify\",\"url\":\"classes/BaseAccountStore.html#verify\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"BaseAccountStore\"},{\"id\":850,\"kind\":2048,\"name\":\"changePassword\",\"url\":\"classes/BaseAccountStore.html#changePassword\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"BaseAccountStore\"},{\"id\":851,\"kind\":2048,\"name\":\"getSettings\",\"url\":\"classes/BaseAccountStore.html#getSettings\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"BaseAccountStore\"},{\"id\":852,\"kind\":2048,\"name\":\"updateSettings\",\"url\":\"classes/BaseAccountStore.html#updateSettings\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"BaseAccountStore\"},{\"id\":853,\"kind\":2048,\"name\":\"deleteAccount\",\"url\":\"classes/BaseAccountStore.html#deleteAccount\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"BaseAccountStore\"},{\"id\":854,\"kind\":2048,\"name\":\"generateForgotPasswordRecord\",\"url\":\"classes/BaseAccountStore.html#generateForgotPasswordRecord\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"BaseAccountStore\"},{\"id\":855,\"kind\":2048,\"name\":\"getForgotPasswordRecord\",\"url\":\"classes/BaseAccountStore.html#getForgotPasswordRecord\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"BaseAccountStore\"},{\"id\":856,\"kind\":2048,\"name\":\"deleteForgotPasswordRecord\",\"url\":\"classes/BaseAccountStore.html#deleteForgotPasswordRecord\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"BaseAccountStore\"},{\"id\":857,\"kind\":256,\"name\":\"EmailSenderArgs\",\"url\":\"interfaces/EmailSenderArgs.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":858,\"kind\":1024,\"name\":\"emailConfig\",\"url\":\"interfaces/EmailSenderArgs.html#emailConfig\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"EmailSenderArgs\"},{\"id\":859,\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/EmailSenderArgs.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"EmailSenderArgs\"},{\"id\":860,\"kind\":1024,\"name\":\"host\",\"url\":\"interfaces/EmailSenderArgs.html#__type.host\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"EmailSenderArgs.__type\"},{\"id\":861,\"kind\":1024,\"name\":\"port\",\"url\":\"interfaces/EmailSenderArgs.html#__type.port\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"EmailSenderArgs.__type\"},{\"id\":862,\"kind\":1024,\"name\":\"auth\",\"url\":\"interfaces/EmailSenderArgs.html#__type.auth\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"EmailSenderArgs.__type\"},{\"id\":863,\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/EmailSenderArgs.html#__type.__type-1\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-literal\",\"parent\":\"EmailSenderArgs.__type\"},{\"id\":864,\"kind\":1024,\"name\":\"user\",\"url\":\"interfaces/EmailSenderArgs.html#__type.__type-1.user\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"EmailSenderArgs.__type.__type\"},{\"id\":865,\"kind\":1024,\"name\":\"pass\",\"url\":\"interfaces/EmailSenderArgs.html#__type.__type-1.pass\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"EmailSenderArgs.__type.__type\"},{\"id\":866,\"kind\":1024,\"name\":\"senderName\",\"url\":\"interfaces/EmailSenderArgs.html#senderName\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"EmailSenderArgs\"},{\"id\":867,\"kind\":128,\"name\":\"BaseEmailSender\",\"url\":\"classes/BaseEmailSender.html\",\"classes\":\"tsd-kind-class\"},{\"id\":868,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/BaseEmailSender.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"BaseEmailSender\"},{\"id\":869,\"kind\":1024,\"name\":\"mailTransporter\",\"url\":\"classes/BaseEmailSender.html#mailTransporter\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"BaseEmailSender\"},{\"id\":870,\"kind\":1024,\"name\":\"senderName\",\"url\":\"classes/BaseEmailSender.html#senderName\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"BaseEmailSender\"},{\"id\":871,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/BaseEmailSender.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"BaseEmailSender\"},{\"id\":872,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/BaseEmailSender.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BaseEmailSender\"},{\"id\":873,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/BaseEmailSender.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BaseEmailSender\"},{\"id\":874,\"kind\":256,\"name\":\"EmailArgs\",\"url\":\"interfaces/EmailArgs.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":875,\"kind\":1024,\"name\":\"recipient\",\"url\":\"interfaces/EmailArgs.html#recipient\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"EmailArgs\"},{\"id\":876,\"kind\":1024,\"name\":\"subject\",\"url\":\"interfaces/EmailArgs.html#subject\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"EmailArgs\"},{\"id\":877,\"kind\":1024,\"name\":\"text\",\"url\":\"interfaces/EmailArgs.html#text\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"EmailArgs\"},{\"id\":878,\"kind\":1024,\"name\":\"html\",\"url\":\"interfaces/EmailArgs.html#html\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"EmailArgs\"},{\"id\":879,\"kind\":128,\"name\":\"EmailSender\",\"url\":\"classes/EmailSender.html\",\"classes\":\"tsd-kind-class\"},{\"id\":880,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/EmailSender.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"EmailSender\"},{\"id\":881,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/EmailSender.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"EmailSender\"},{\"id\":882,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/EmailSender.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"EmailSender\"},{\"id\":883,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/EmailSender.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"EmailSender\"},{\"id\":884,\"kind\":256,\"name\":\"RegistrationManagerArgs\",\"url\":\"interfaces/RegistrationManagerArgs.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":885,\"kind\":1024,\"name\":\"baseUrl\",\"url\":\"interfaces/RegistrationManagerArgs.html#baseUrl\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"RegistrationManagerArgs\"},{\"id\":886,\"kind\":1024,\"name\":\"webIdSuffix\",\"url\":\"interfaces/RegistrationManagerArgs.html#webIdSuffix\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"RegistrationManagerArgs\"},{\"id\":887,\"kind\":1024,\"name\":\"identifierGenerator\",\"url\":\"interfaces/RegistrationManagerArgs.html#identifierGenerator\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"RegistrationManagerArgs\"},{\"id\":888,\"kind\":1024,\"name\":\"ownershipValidator\",\"url\":\"interfaces/RegistrationManagerArgs.html#ownershipValidator\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"RegistrationManagerArgs\"},{\"id\":889,\"kind\":1024,\"name\":\"accountStore\",\"url\":\"interfaces/RegistrationManagerArgs.html#accountStore\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"RegistrationManagerArgs\"},{\"id\":890,\"kind\":1024,\"name\":\"podManager\",\"url\":\"interfaces/RegistrationManagerArgs.html#podManager\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"RegistrationManagerArgs\"},{\"id\":891,\"kind\":256,\"name\":\"RegistrationParams\",\"url\":\"interfaces/RegistrationParams.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":892,\"kind\":1024,\"name\":\"email\",\"url\":\"interfaces/RegistrationParams.html#email\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"RegistrationParams\"},{\"id\":893,\"kind\":1024,\"name\":\"webId\",\"url\":\"interfaces/RegistrationParams.html#webId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"RegistrationParams\"},{\"id\":894,\"kind\":1024,\"name\":\"password\",\"url\":\"interfaces/RegistrationParams.html#password\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"RegistrationParams\"},{\"id\":895,\"kind\":1024,\"name\":\"podName\",\"url\":\"interfaces/RegistrationParams.html#podName\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"RegistrationParams\"},{\"id\":896,\"kind\":1024,\"name\":\"template\",\"url\":\"interfaces/RegistrationParams.html#template\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"RegistrationParams\"},{\"id\":897,\"kind\":1024,\"name\":\"createWebId\",\"url\":\"interfaces/RegistrationParams.html#createWebId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"RegistrationParams\"},{\"id\":898,\"kind\":1024,\"name\":\"register\",\"url\":\"interfaces/RegistrationParams.html#register\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"RegistrationParams\"},{\"id\":899,\"kind\":1024,\"name\":\"createPod\",\"url\":\"interfaces/RegistrationParams.html#createPod\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"RegistrationParams\"},{\"id\":900,\"kind\":1024,\"name\":\"rootPod\",\"url\":\"interfaces/RegistrationParams.html#rootPod\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"RegistrationParams\"},{\"id\":901,\"kind\":256,\"name\":\"RegistrationResponse\",\"url\":\"interfaces/RegistrationResponse.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":902,\"kind\":1024,\"name\":\"email\",\"url\":\"interfaces/RegistrationResponse.html#email\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"RegistrationResponse\"},{\"id\":903,\"kind\":1024,\"name\":\"webId\",\"url\":\"interfaces/RegistrationResponse.html#webId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"RegistrationResponse\"},{\"id\":904,\"kind\":1024,\"name\":\"oidcIssuer\",\"url\":\"interfaces/RegistrationResponse.html#oidcIssuer\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"RegistrationResponse\"},{\"id\":905,\"kind\":1024,\"name\":\"podBaseUrl\",\"url\":\"interfaces/RegistrationResponse.html#podBaseUrl\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"RegistrationResponse\"},{\"id\":906,\"kind\":1024,\"name\":\"createWebId\",\"url\":\"interfaces/RegistrationResponse.html#createWebId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"RegistrationResponse\"},{\"id\":907,\"kind\":1024,\"name\":\"register\",\"url\":\"interfaces/RegistrationResponse.html#register\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"RegistrationResponse\"},{\"id\":908,\"kind\":1024,\"name\":\"createPod\",\"url\":\"interfaces/RegistrationResponse.html#createPod\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"RegistrationResponse\"},{\"id\":909,\"kind\":128,\"name\":\"RegistrationManager\",\"url\":\"classes/RegistrationManager.html\",\"classes\":\"tsd-kind-class\"},{\"id\":910,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/RegistrationManager.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"RegistrationManager\"},{\"id\":911,\"kind\":1024,\"name\":\"logger\",\"url\":\"classes/RegistrationManager.html#logger\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"RegistrationManager\"},{\"id\":912,\"kind\":1024,\"name\":\"baseUrl\",\"url\":\"classes/RegistrationManager.html#baseUrl\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"RegistrationManager\"},{\"id\":913,\"kind\":1024,\"name\":\"webIdSuffix\",\"url\":\"classes/RegistrationManager.html#webIdSuffix\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"RegistrationManager\"},{\"id\":914,\"kind\":1024,\"name\":\"identifierGenerator\",\"url\":\"classes/RegistrationManager.html#identifierGenerator\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"RegistrationManager\"},{\"id\":915,\"kind\":1024,\"name\":\"ownershipValidator\",\"url\":\"classes/RegistrationManager.html#ownershipValidator\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"RegistrationManager\"},{\"id\":916,\"kind\":1024,\"name\":\"accountStore\",\"url\":\"classes/RegistrationManager.html#accountStore\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"RegistrationManager\"},{\"id\":917,\"kind\":1024,\"name\":\"podManager\",\"url\":\"classes/RegistrationManager.html#podManager\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"RegistrationManager\"},{\"id\":918,\"kind\":2048,\"name\":\"trimString\",\"url\":\"classes/RegistrationManager.html#trimString\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"RegistrationManager\"},{\"id\":919,\"kind\":2048,\"name\":\"validateInput\",\"url\":\"classes/RegistrationManager.html#validateInput\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RegistrationManager\"},{\"id\":920,\"kind\":2048,\"name\":\"register\",\"url\":\"classes/RegistrationManager.html#register\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RegistrationManager\"},{\"id\":921,\"kind\":64,\"name\":\"assertPassword\",\"url\":\"modules.html#assertPassword\",\"classes\":\"tsd-kind-function\"},{\"id\":922,\"kind\":128,\"name\":\"AbsolutePathInteractionRoute\",\"url\":\"classes/AbsolutePathInteractionRoute.html\",\"classes\":\"tsd-kind-class\"},{\"id\":923,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/AbsolutePathInteractionRoute.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"AbsolutePathInteractionRoute\"},{\"id\":924,\"kind\":1024,\"name\":\"path\",\"url\":\"classes/AbsolutePathInteractionRoute.html#path\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"AbsolutePathInteractionRoute\"},{\"id\":925,\"kind\":2048,\"name\":\"getPath\",\"url\":\"classes/AbsolutePathInteractionRoute.html#getPath\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"AbsolutePathInteractionRoute\"},{\"id\":926,\"kind\":256,\"name\":\"InteractionRoute\",\"url\":\"interfaces/InteractionRoute.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":927,\"kind\":2048,\"name\":\"getPath\",\"url\":\"interfaces/InteractionRoute.html#getPath\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"InteractionRoute\"},{\"id\":928,\"kind\":128,\"name\":\"InteractionRouteHandler\",\"url\":\"classes/InteractionRouteHandler.html\",\"classes\":\"tsd-kind-class\"},{\"id\":929,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/InteractionRouteHandler.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"InteractionRouteHandler\"},{\"id\":930,\"kind\":1024,\"name\":\"route\",\"url\":\"classes/InteractionRouteHandler.html#route\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"InteractionRouteHandler\"},{\"id\":931,\"kind\":1024,\"name\":\"source\",\"url\":\"classes/InteractionRouteHandler.html#source\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"InteractionRouteHandler\"},{\"id\":932,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/InteractionRouteHandler.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"InteractionRouteHandler\"},{\"id\":933,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/InteractionRouteHandler.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"InteractionRouteHandler\"},{\"id\":934,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/InteractionRouteHandler.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"InteractionRouteHandler\"},{\"id\":935,\"kind\":128,\"name\":\"RelativePathInteractionRoute\",\"url\":\"classes/RelativePathInteractionRoute.html\",\"classes\":\"tsd-kind-class\"},{\"id\":936,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/RelativePathInteractionRoute.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"RelativePathInteractionRoute\"},{\"id\":937,\"kind\":2048,\"name\":\"getPath\",\"url\":\"classes/RelativePathInteractionRoute.html#getPath\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RelativePathInteractionRoute\"},{\"id\":938,\"kind\":128,\"name\":\"BaseInteractionHandler\",\"url\":\"classes/BaseInteractionHandler.html\",\"classes\":\"tsd-kind-class\"},{\"id\":939,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/BaseInteractionHandler.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-protected\",\"parent\":\"BaseInteractionHandler\"},{\"id\":940,\"kind\":1024,\"name\":\"view\",\"url\":\"classes/BaseInteractionHandler.html#view\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"BaseInteractionHandler\"},{\"id\":941,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/BaseInteractionHandler.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"BaseInteractionHandler\"},{\"id\":942,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/BaseInteractionHandler.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"BaseInteractionHandler\"},{\"id\":943,\"kind\":2048,\"name\":\"handleGet\",\"url\":\"classes/BaseInteractionHandler.html#handleGet\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected\",\"parent\":\"BaseInteractionHandler\"},{\"id\":944,\"kind\":2048,\"name\":\"handlePost\",\"url\":\"classes/BaseInteractionHandler.html#handlePost\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected\",\"parent\":\"BaseInteractionHandler\"},{\"id\":945,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/BaseInteractionHandler.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BaseInteractionHandler\"},{\"id\":946,\"kind\":128,\"name\":\"ConsentHandler\",\"url\":\"classes/ConsentHandler.html\",\"classes\":\"tsd-kind-class\"},{\"id\":947,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ConsentHandler.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ConsentHandler\"},{\"id\":948,\"kind\":1024,\"name\":\"providerFactory\",\"url\":\"classes/ConsentHandler.html#providerFactory\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ConsentHandler\"},{\"id\":949,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/ConsentHandler.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ConsentHandler\"},{\"id\":950,\"kind\":2048,\"name\":\"handleGet\",\"url\":\"classes/ConsentHandler.html#handleGet\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-protected\",\"parent\":\"ConsentHandler\"},{\"id\":951,\"kind\":2048,\"name\":\"handlePost\",\"url\":\"classes/ConsentHandler.html#handlePost\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-protected\",\"parent\":\"ConsentHandler\"},{\"id\":952,\"kind\":2048,\"name\":\"getGrant\",\"url\":\"classes/ConsentHandler.html#getGrant\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"ConsentHandler\"},{\"id\":953,\"kind\":2048,\"name\":\"updateGrant\",\"url\":\"classes/ConsentHandler.html#updateGrant\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"ConsentHandler\"},{\"id\":954,\"kind\":2048,\"name\":\"updateInteraction\",\"url\":\"classes/ConsentHandler.html#updateInteraction\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"ConsentHandler\"},{\"id\":955,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/ConsentHandler.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ConsentHandler\"},{\"id\":956,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/ConsentHandler.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ConsentHandler\"},{\"id\":957,\"kind\":128,\"name\":\"ControlHandler\",\"url\":\"classes/ControlHandler.html\",\"classes\":\"tsd-kind-class\"},{\"id\":958,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ControlHandler.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ControlHandler\"},{\"id\":959,\"kind\":1024,\"name\":\"source\",\"url\":\"classes/ControlHandler.html#source\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ControlHandler\"},{\"id\":960,\"kind\":1024,\"name\":\"controls\",\"url\":\"classes/ControlHandler.html#controls\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ControlHandler\"},{\"id\":961,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/ControlHandler.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ControlHandler\"},{\"id\":962,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/ControlHandler.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ControlHandler\"},{\"id\":963,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/ControlHandler.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ControlHandler\"},{\"id\":964,\"kind\":128,\"name\":\"FixedInteractionHandler\",\"url\":\"classes/FixedInteractionHandler.html\",\"classes\":\"tsd-kind-class\"},{\"id\":965,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/FixedInteractionHandler.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"FixedInteractionHandler\"},{\"id\":966,\"kind\":1024,\"name\":\"response\",\"url\":\"classes/FixedInteractionHandler.html#response\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"FixedInteractionHandler\"},{\"id\":967,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/FixedInteractionHandler.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"FixedInteractionHandler\"},{\"id\":968,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/FixedInteractionHandler.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FixedInteractionHandler\"},{\"id\":969,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/FixedInteractionHandler.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FixedInteractionHandler\"},{\"id\":970,\"kind\":128,\"name\":\"HtmlViewHandler\",\"url\":\"classes/HtmlViewHandler.html\",\"classes\":\"tsd-kind-class\"},{\"id\":971,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/HtmlViewHandler.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"HtmlViewHandler\"},{\"id\":972,\"kind\":1024,\"name\":\"idpIndex\",\"url\":\"classes/HtmlViewHandler.html#idpIndex\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"HtmlViewHandler\"},{\"id\":973,\"kind\":1024,\"name\":\"templateEngine\",\"url\":\"classes/HtmlViewHandler.html#templateEngine\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"HtmlViewHandler\"},{\"id\":974,\"kind\":1024,\"name\":\"templates\",\"url\":\"classes/HtmlViewHandler.html#templates\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"HtmlViewHandler\"},{\"id\":975,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/HtmlViewHandler.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"HtmlViewHandler\"},{\"id\":976,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/HtmlViewHandler.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"HtmlViewHandler\"},{\"id\":977,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/HtmlViewHandler.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"HtmlViewHandler\"},{\"id\":978,\"kind\":4194304,\"name\":\"Interaction\",\"url\":\"modules.html#Interaction\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":979,\"kind\":256,\"name\":\"InteractionHandlerInput\",\"url\":\"interfaces/InteractionHandlerInput.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":980,\"kind\":1024,\"name\":\"operation\",\"url\":\"interfaces/InteractionHandlerInput.html#operation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"InteractionHandlerInput\"},{\"id\":981,\"kind\":1024,\"name\":\"oidcInteraction\",\"url\":\"interfaces/InteractionHandlerInput.html#oidcInteraction\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"InteractionHandlerInput\"},{\"id\":982,\"kind\":128,\"name\":\"InteractionHandler\",\"url\":\"classes/InteractionHandler.html\",\"classes\":\"tsd-kind-class\"},{\"id\":983,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/InteractionHandler.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"InteractionHandler\"},{\"id\":984,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/InteractionHandler.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"InteractionHandler\"},{\"id\":985,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/InteractionHandler.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"InteractionHandler\"},{\"id\":986,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/InteractionHandler.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"InteractionHandler\"},{\"id\":987,\"kind\":128,\"name\":\"LocationInteractionHandler\",\"url\":\"classes/LocationInteractionHandler.html\",\"classes\":\"tsd-kind-class\"},{\"id\":988,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/LocationInteractionHandler.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"LocationInteractionHandler\"},{\"id\":989,\"kind\":1024,\"name\":\"source\",\"url\":\"classes/LocationInteractionHandler.html#source\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"LocationInteractionHandler\"},{\"id\":990,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/LocationInteractionHandler.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"LocationInteractionHandler\"},{\"id\":991,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/LocationInteractionHandler.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"LocationInteractionHandler\"},{\"id\":992,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/LocationInteractionHandler.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"LocationInteractionHandler\"},{\"id\":993,\"kind\":128,\"name\":\"PromptHandler\",\"url\":\"classes/PromptHandler.html\",\"classes\":\"tsd-kind-class\"},{\"id\":994,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/PromptHandler.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"PromptHandler\"},{\"id\":995,\"kind\":1024,\"name\":\"promptRoutes\",\"url\":\"classes/PromptHandler.html#promptRoutes\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"PromptHandler\"},{\"id\":996,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/PromptHandler.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"PromptHandler\"},{\"id\":997,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/PromptHandler.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PromptHandler\"},{\"id\":998,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/PromptHandler.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PromptHandler\"},{\"id\":999,\"kind\":128,\"name\":\"NoCheckOwnershipValidator\",\"url\":\"classes/NoCheckOwnershipValidator.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1000,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/NoCheckOwnershipValidator.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoCheckOwnershipValidator\"},{\"id\":1001,\"kind\":1024,\"name\":\"logger\",\"url\":\"classes/NoCheckOwnershipValidator.html#logger\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"NoCheckOwnershipValidator\"},{\"id\":1002,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/NoCheckOwnershipValidator.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"NoCheckOwnershipValidator\"},{\"id\":1003,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/NoCheckOwnershipValidator.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoCheckOwnershipValidator\"},{\"id\":1004,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/NoCheckOwnershipValidator.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoCheckOwnershipValidator\"},{\"id\":1005,\"kind\":128,\"name\":\"OwnershipValidator\",\"url\":\"classes/OwnershipValidator.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1006,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/OwnershipValidator.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"OwnershipValidator\"},{\"id\":1007,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/OwnershipValidator.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"OwnershipValidator\"},{\"id\":1008,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/OwnershipValidator.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"OwnershipValidator\"},{\"id\":1009,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/OwnershipValidator.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"OwnershipValidator\"},{\"id\":1010,\"kind\":128,\"name\":\"TokenOwnershipValidator\",\"url\":\"classes/TokenOwnershipValidator.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1011,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/TokenOwnershipValidator.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"TokenOwnershipValidator\"},{\"id\":1012,\"kind\":1024,\"name\":\"logger\",\"url\":\"classes/TokenOwnershipValidator.html#logger\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"TokenOwnershipValidator\"},{\"id\":1013,\"kind\":1024,\"name\":\"storage\",\"url\":\"classes/TokenOwnershipValidator.html#storage\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"TokenOwnershipValidator\"},{\"id\":1014,\"kind\":1024,\"name\":\"expiration\",\"url\":\"classes/TokenOwnershipValidator.html#expiration\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"TokenOwnershipValidator\"},{\"id\":1015,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/TokenOwnershipValidator.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"TokenOwnershipValidator\"},{\"id\":1016,\"kind\":2048,\"name\":\"getTokenKey\",\"url\":\"classes/TokenOwnershipValidator.html#getTokenKey\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"TokenOwnershipValidator\"},{\"id\":1017,\"kind\":2048,\"name\":\"generateToken\",\"url\":\"classes/TokenOwnershipValidator.html#generateToken\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"TokenOwnershipValidator\"},{\"id\":1018,\"kind\":2048,\"name\":\"hasToken\",\"url\":\"classes/TokenOwnershipValidator.html#hasToken\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"TokenOwnershipValidator\"},{\"id\":1019,\"kind\":2048,\"name\":\"throwError\",\"url\":\"classes/TokenOwnershipValidator.html#throwError\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"TokenOwnershipValidator\"},{\"id\":1020,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/TokenOwnershipValidator.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TokenOwnershipValidator\"},{\"id\":1021,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/TokenOwnershipValidator.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TokenOwnershipValidator\"},{\"id\":1022,\"kind\":256,\"name\":\"AdapterFactory\",\"url\":\"interfaces/AdapterFactory.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1023,\"kind\":2048,\"name\":\"createStorageAdapter\",\"url\":\"interfaces/AdapterFactory.html#createStorageAdapter\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"AdapterFactory\"},{\"id\":1024,\"kind\":128,\"name\":\"ExpiringAdapter\",\"url\":\"classes/ExpiringAdapter.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1025,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ExpiringAdapter.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"ExpiringAdapter\"},{\"id\":1026,\"kind\":1024,\"name\":\"logger\",\"url\":\"classes/ExpiringAdapter.html#logger\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"ExpiringAdapter\"},{\"id\":1027,\"kind\":1024,\"name\":\"name\",\"url\":\"classes/ExpiringAdapter.html#name\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ExpiringAdapter\"},{\"id\":1028,\"kind\":1024,\"name\":\"storage\",\"url\":\"classes/ExpiringAdapter.html#storage\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ExpiringAdapter\"},{\"id\":1029,\"kind\":2048,\"name\":\"grantKeyFor\",\"url\":\"classes/ExpiringAdapter.html#grantKeyFor\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"ExpiringAdapter\"},{\"id\":1030,\"kind\":2048,\"name\":\"userCodeKeyFor\",\"url\":\"classes/ExpiringAdapter.html#userCodeKeyFor\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"ExpiringAdapter\"},{\"id\":1031,\"kind\":2048,\"name\":\"uidKeyFor\",\"url\":\"classes/ExpiringAdapter.html#uidKeyFor\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"ExpiringAdapter\"},{\"id\":1032,\"kind\":2048,\"name\":\"keyFor\",\"url\":\"classes/ExpiringAdapter.html#keyFor\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"ExpiringAdapter\"},{\"id\":1033,\"kind\":2048,\"name\":\"upsert\",\"url\":\"classes/ExpiringAdapter.html#upsert\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ExpiringAdapter\"},{\"id\":1034,\"kind\":2048,\"name\":\"find\",\"url\":\"classes/ExpiringAdapter.html#find\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ExpiringAdapter\"},{\"id\":1035,\"kind\":2048,\"name\":\"findByUserCode\",\"url\":\"classes/ExpiringAdapter.html#findByUserCode\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ExpiringAdapter\"},{\"id\":1036,\"kind\":2048,\"name\":\"findByUid\",\"url\":\"classes/ExpiringAdapter.html#findByUid\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ExpiringAdapter\"},{\"id\":1037,\"kind\":2048,\"name\":\"destroy\",\"url\":\"classes/ExpiringAdapter.html#destroy\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ExpiringAdapter\"},{\"id\":1038,\"kind\":2048,\"name\":\"revokeByGrantId\",\"url\":\"classes/ExpiringAdapter.html#revokeByGrantId\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ExpiringAdapter\"},{\"id\":1039,\"kind\":2048,\"name\":\"consume\",\"url\":\"classes/ExpiringAdapter.html#consume\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ExpiringAdapter\"},{\"id\":1040,\"kind\":128,\"name\":\"ExpiringAdapterFactory\",\"url\":\"classes/ExpiringAdapterFactory.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1041,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ExpiringAdapterFactory.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"ExpiringAdapterFactory\"},{\"id\":1042,\"kind\":1024,\"name\":\"storage\",\"url\":\"classes/ExpiringAdapterFactory.html#storage\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ExpiringAdapterFactory\"},{\"id\":1043,\"kind\":2048,\"name\":\"createStorageAdapter\",\"url\":\"classes/ExpiringAdapterFactory.html#createStorageAdapter\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ExpiringAdapterFactory\"},{\"id\":1044,\"kind\":128,\"name\":\"PassthroughAdapter\",\"url\":\"classes/PassthroughAdapter.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1045,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/PassthroughAdapter.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"PassthroughAdapter\"},{\"id\":1046,\"kind\":1024,\"name\":\"name\",\"url\":\"classes/PassthroughAdapter.html#name\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"PassthroughAdapter\"},{\"id\":1047,\"kind\":1024,\"name\":\"source\",\"url\":\"classes/PassthroughAdapter.html#source\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"PassthroughAdapter\"},{\"id\":1048,\"kind\":2048,\"name\":\"upsert\",\"url\":\"classes/PassthroughAdapter.html#upsert\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"PassthroughAdapter\"},{\"id\":1049,\"kind\":2048,\"name\":\"find\",\"url\":\"classes/PassthroughAdapter.html#find\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"PassthroughAdapter\"},{\"id\":1050,\"kind\":2048,\"name\":\"findByUserCode\",\"url\":\"classes/PassthroughAdapter.html#findByUserCode\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"PassthroughAdapter\"},{\"id\":1051,\"kind\":2048,\"name\":\"findByUid\",\"url\":\"classes/PassthroughAdapter.html#findByUid\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"PassthroughAdapter\"},{\"id\":1052,\"kind\":2048,\"name\":\"consume\",\"url\":\"classes/PassthroughAdapter.html#consume\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"PassthroughAdapter\"},{\"id\":1053,\"kind\":2048,\"name\":\"destroy\",\"url\":\"classes/PassthroughAdapter.html#destroy\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"PassthroughAdapter\"},{\"id\":1054,\"kind\":2048,\"name\":\"revokeByGrantId\",\"url\":\"classes/PassthroughAdapter.html#revokeByGrantId\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"PassthroughAdapter\"},{\"id\":1055,\"kind\":128,\"name\":\"PassthroughAdapterFactory\",\"url\":\"classes/PassthroughAdapterFactory.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1056,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/PassthroughAdapterFactory.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"PassthroughAdapterFactory\"},{\"id\":1057,\"kind\":1024,\"name\":\"source\",\"url\":\"classes/PassthroughAdapterFactory.html#source\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"PassthroughAdapterFactory\"},{\"id\":1058,\"kind\":2048,\"name\":\"createStorageAdapter\",\"url\":\"classes/PassthroughAdapterFactory.html#createStorageAdapter\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"PassthroughAdapterFactory\"},{\"id\":1059,\"kind\":128,\"name\":\"WebIdAdapter\",\"url\":\"classes/WebIdAdapter.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1060,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/WebIdAdapter.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"WebIdAdapter\"},{\"id\":1061,\"kind\":1024,\"name\":\"logger\",\"url\":\"classes/WebIdAdapter.html#logger\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"WebIdAdapter\"},{\"id\":1062,\"kind\":1024,\"name\":\"converter\",\"url\":\"classes/WebIdAdapter.html#converter\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"WebIdAdapter\"},{\"id\":1063,\"kind\":2048,\"name\":\"find\",\"url\":\"classes/WebIdAdapter.html#find\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"WebIdAdapter\"},{\"id\":1064,\"kind\":2048,\"name\":\"parseRdfWebId\",\"url\":\"classes/WebIdAdapter.html#parseRdfWebId\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"WebIdAdapter\"},{\"id\":1065,\"kind\":1024,\"name\":\"name\",\"url\":\"classes/WebIdAdapter.html#name\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"WebIdAdapter\"},{\"id\":1066,\"kind\":1024,\"name\":\"source\",\"url\":\"classes/WebIdAdapter.html#source\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"WebIdAdapter\"},{\"id\":1067,\"kind\":2048,\"name\":\"upsert\",\"url\":\"classes/WebIdAdapter.html#upsert\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"WebIdAdapter\"},{\"id\":1068,\"kind\":2048,\"name\":\"findByUserCode\",\"url\":\"classes/WebIdAdapter.html#findByUserCode\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"WebIdAdapter\"},{\"id\":1069,\"kind\":2048,\"name\":\"findByUid\",\"url\":\"classes/WebIdAdapter.html#findByUid\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"WebIdAdapter\"},{\"id\":1070,\"kind\":2048,\"name\":\"consume\",\"url\":\"classes/WebIdAdapter.html#consume\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"WebIdAdapter\"},{\"id\":1071,\"kind\":2048,\"name\":\"destroy\",\"url\":\"classes/WebIdAdapter.html#destroy\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"WebIdAdapter\"},{\"id\":1072,\"kind\":2048,\"name\":\"revokeByGrantId\",\"url\":\"classes/WebIdAdapter.html#revokeByGrantId\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"WebIdAdapter\"},{\"id\":1073,\"kind\":128,\"name\":\"WebIdAdapterFactory\",\"url\":\"classes/WebIdAdapterFactory.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1074,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/WebIdAdapterFactory.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"WebIdAdapterFactory\"},{\"id\":1075,\"kind\":1024,\"name\":\"converter\",\"url\":\"classes/WebIdAdapterFactory.html#converter\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"WebIdAdapterFactory\"},{\"id\":1076,\"kind\":2048,\"name\":\"createStorageAdapter\",\"url\":\"classes/WebIdAdapterFactory.html#createStorageAdapter\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"WebIdAdapterFactory\"},{\"id\":1077,\"kind\":1024,\"name\":\"source\",\"url\":\"classes/WebIdAdapterFactory.html#source\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"WebIdAdapterFactory\"},{\"id\":1078,\"kind\":256,\"name\":\"IdentityProviderHttpHandlerArgs\",\"url\":\"interfaces/IdentityProviderHttpHandlerArgs.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1079,\"kind\":1024,\"name\":\"providerFactory\",\"url\":\"interfaces/IdentityProviderHttpHandlerArgs.html#providerFactory\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IdentityProviderHttpHandlerArgs\"},{\"id\":1080,\"kind\":1024,\"name\":\"converter\",\"url\":\"interfaces/IdentityProviderHttpHandlerArgs.html#converter\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IdentityProviderHttpHandlerArgs\"},{\"id\":1081,\"kind\":1024,\"name\":\"handler\",\"url\":\"interfaces/IdentityProviderHttpHandlerArgs.html#handler\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IdentityProviderHttpHandlerArgs\"},{\"id\":1082,\"kind\":128,\"name\":\"IdentityProviderHttpHandler\",\"url\":\"classes/IdentityProviderHttpHandler.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1083,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/IdentityProviderHttpHandler.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"IdentityProviderHttpHandler\"},{\"id\":1084,\"kind\":1024,\"name\":\"logger\",\"url\":\"classes/IdentityProviderHttpHandler.html#logger\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"IdentityProviderHttpHandler\"},{\"id\":1085,\"kind\":1024,\"name\":\"providerFactory\",\"url\":\"classes/IdentityProviderHttpHandler.html#providerFactory\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"IdentityProviderHttpHandler\"},{\"id\":1086,\"kind\":1024,\"name\":\"converter\",\"url\":\"classes/IdentityProviderHttpHandler.html#converter\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"IdentityProviderHttpHandler\"},{\"id\":1087,\"kind\":1024,\"name\":\"handler\",\"url\":\"classes/IdentityProviderHttpHandler.html#handler\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"IdentityProviderHttpHandler\"},{\"id\":1088,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/IdentityProviderHttpHandler.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"IdentityProviderHttpHandler\"},{\"id\":1089,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/IdentityProviderHttpHandler.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"IdentityProviderHttpHandler\"},{\"id\":1090,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/IdentityProviderHttpHandler.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"IdentityProviderHttpHandler\"},{\"id\":1091,\"kind\":128,\"name\":\"OidcHttpHandler\",\"url\":\"classes/OidcHttpHandler.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1092,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/OidcHttpHandler.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"OidcHttpHandler\"},{\"id\":1093,\"kind\":1024,\"name\":\"logger\",\"url\":\"classes/OidcHttpHandler.html#logger\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"OidcHttpHandler\"},{\"id\":1094,\"kind\":1024,\"name\":\"providerFactory\",\"url\":\"classes/OidcHttpHandler.html#providerFactory\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"OidcHttpHandler\"},{\"id\":1095,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/OidcHttpHandler.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"OidcHttpHandler\"},{\"id\":1096,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/OidcHttpHandler.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"OidcHttpHandler\"},{\"id\":1097,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/OidcHttpHandler.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"OidcHttpHandler\"},{\"id\":1098,\"kind\":256,\"name\":\"Finalizable\",\"url\":\"interfaces/Finalizable.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1099,\"kind\":2048,\"name\":\"finalize\",\"url\":\"interfaces/Finalizable.html#finalize\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"Finalizable\"},{\"id\":1100,\"kind\":128,\"name\":\"ParallelFinalizer\",\"url\":\"classes/ParallelFinalizer.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1101,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ParallelFinalizer.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"ParallelFinalizer\"},{\"id\":1102,\"kind\":1024,\"name\":\"finalizers\",\"url\":\"classes/ParallelFinalizer.html#finalizers\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ParallelFinalizer\"},{\"id\":1103,\"kind\":2048,\"name\":\"finalize\",\"url\":\"classes/ParallelFinalizer.html#finalize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ParallelFinalizer\"},{\"id\":1104,\"kind\":256,\"name\":\"SetupHandlerArgs\",\"url\":\"interfaces/SetupHandlerArgs.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1105,\"kind\":1024,\"name\":\"registrationManager\",\"url\":\"interfaces/SetupHandlerArgs.html#registrationManager\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SetupHandlerArgs\"},{\"id\":1106,\"kind\":1024,\"name\":\"initializer\",\"url\":\"interfaces/SetupHandlerArgs.html#initializer\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SetupHandlerArgs\"},{\"id\":1107,\"kind\":128,\"name\":\"SetupHandler\",\"url\":\"classes/SetupHandler.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1108,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/SetupHandler.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"SetupHandler\"},{\"id\":1109,\"kind\":1024,\"name\":\"logger\",\"url\":\"classes/SetupHandler.html#logger\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"SetupHandler\"},{\"id\":1110,\"kind\":1024,\"name\":\"registrationManager\",\"url\":\"classes/SetupHandler.html#registrationManager\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"SetupHandler\"},{\"id\":1111,\"kind\":1024,\"name\":\"initializer\",\"url\":\"classes/SetupHandler.html#initializer\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"SetupHandler\"},{\"id\":1112,\"kind\":2048,\"name\":\"handlePost\",\"url\":\"classes/SetupHandler.html#handlePost\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-protected\",\"parent\":\"SetupHandler\"},{\"id\":1113,\"kind\":2048,\"name\":\"initialize\",\"url\":\"classes/SetupHandler.html#initialize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"SetupHandler\"},{\"id\":1114,\"kind\":2048,\"name\":\"register\",\"url\":\"classes/SetupHandler.html#register\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"SetupHandler\"},{\"id\":1115,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/SetupHandler.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SetupHandler\"},{\"id\":1116,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/SetupHandler.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SetupHandler\"},{\"id\":1117,\"kind\":2048,\"name\":\"handleGet\",\"url\":\"classes/SetupHandler.html#handleGet\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"SetupHandler\"},{\"id\":1118,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/SetupHandler.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SetupHandler\"},{\"id\":1119,\"kind\":256,\"name\":\"SetupHttpHandlerArgs\",\"url\":\"interfaces/SetupHttpHandlerArgs.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1120,\"kind\":1024,\"name\":\"converter\",\"url\":\"interfaces/SetupHttpHandlerArgs.html#converter\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SetupHttpHandlerArgs\"},{\"id\":1121,\"kind\":1024,\"name\":\"handler\",\"url\":\"interfaces/SetupHttpHandlerArgs.html#handler\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SetupHttpHandlerArgs\"},{\"id\":1122,\"kind\":1024,\"name\":\"storageKey\",\"url\":\"interfaces/SetupHttpHandlerArgs.html#storageKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SetupHttpHandlerArgs\"},{\"id\":1123,\"kind\":1024,\"name\":\"storage\",\"url\":\"interfaces/SetupHttpHandlerArgs.html#storage\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SetupHttpHandlerArgs\"},{\"id\":1124,\"kind\":1024,\"name\":\"templateEngine\",\"url\":\"interfaces/SetupHttpHandlerArgs.html#templateEngine\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SetupHttpHandlerArgs\"},{\"id\":1125,\"kind\":128,\"name\":\"SetupHttpHandler\",\"url\":\"classes/SetupHttpHandler.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1126,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/SetupHttpHandler.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"SetupHttpHandler\"},{\"id\":1127,\"kind\":1024,\"name\":\"logger\",\"url\":\"classes/SetupHttpHandler.html#logger\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"SetupHttpHandler\"},{\"id\":1128,\"kind\":1024,\"name\":\"handler\",\"url\":\"classes/SetupHttpHandler.html#handler\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"SetupHttpHandler\"},{\"id\":1129,\"kind\":1024,\"name\":\"converter\",\"url\":\"classes/SetupHttpHandler.html#converter\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"SetupHttpHandler\"},{\"id\":1130,\"kind\":1024,\"name\":\"storageKey\",\"url\":\"classes/SetupHttpHandler.html#storageKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"SetupHttpHandler\"},{\"id\":1131,\"kind\":1024,\"name\":\"storage\",\"url\":\"classes/SetupHttpHandler.html#storage\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"SetupHttpHandler\"},{\"id\":1132,\"kind\":1024,\"name\":\"templateEngine\",\"url\":\"classes/SetupHttpHandler.html#templateEngine\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"SetupHttpHandler\"},{\"id\":1133,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/SetupHttpHandler.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"SetupHttpHandler\"},{\"id\":1134,\"kind\":2048,\"name\":\"handleGet\",\"url\":\"classes/SetupHttpHandler.html#handleGet\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"SetupHttpHandler\"},{\"id\":1135,\"kind\":2048,\"name\":\"handlePost\",\"url\":\"classes/SetupHttpHandler.html#handlePost\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"SetupHttpHandler\"},{\"id\":1136,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/SetupHttpHandler.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SetupHttpHandler\"},{\"id\":1137,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/SetupHttpHandler.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SetupHttpHandler\"},{\"id\":1138,\"kind\":128,\"name\":\"CliExtractor\",\"url\":\"classes/CliExtractor.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1139,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/CliExtractor.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"CliExtractor\"},{\"id\":1140,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/CliExtractor.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"CliExtractor\"},{\"id\":1141,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/CliExtractor.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"CliExtractor\"},{\"id\":1142,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/CliExtractor.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"CliExtractor\"},{\"id\":1143,\"kind\":4194304,\"name\":\"YargsArgOptions\",\"url\":\"modules.html#YargsArgOptions\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":1144,\"kind\":256,\"name\":\"CliOptions\",\"url\":\"interfaces/CliOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1145,\"kind\":1024,\"name\":\"usage\",\"url\":\"interfaces/CliOptions.html#usage\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CliOptions\"},{\"id\":1146,\"kind\":1024,\"name\":\"strictMode\",\"url\":\"interfaces/CliOptions.html#strictMode\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CliOptions\"},{\"id\":1147,\"kind\":1024,\"name\":\"loadFromEnv\",\"url\":\"interfaces/CliOptions.html#loadFromEnv\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CliOptions\"},{\"id\":1148,\"kind\":1024,\"name\":\"envVarPrefix\",\"url\":\"interfaces/CliOptions.html#envVarPrefix\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CliOptions\"},{\"id\":1149,\"kind\":128,\"name\":\"YargsCliExtractor\",\"url\":\"classes/YargsCliExtractor.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1150,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/YargsCliExtractor.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"YargsCliExtractor\"},{\"id\":1151,\"kind\":1024,\"name\":\"yargsArgOptions\",\"url\":\"classes/YargsCliExtractor.html#yargsArgOptions\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"YargsCliExtractor\"},{\"id\":1152,\"kind\":1024,\"name\":\"yargvOptions\",\"url\":\"classes/YargsCliExtractor.html#yargvOptions\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"YargsCliExtractor\"},{\"id\":1153,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/YargsCliExtractor.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"YargsCliExtractor\"},{\"id\":1154,\"kind\":2048,\"name\":\"createYArgv\",\"url\":\"classes/YargsCliExtractor.html#createYArgv\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"YargsCliExtractor\"},{\"id\":1155,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/YargsCliExtractor.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"YargsCliExtractor\"},{\"id\":1156,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/YargsCliExtractor.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"YargsCliExtractor\"},{\"id\":1157,\"kind\":128,\"name\":\"KeyExtractor\",\"url\":\"classes/KeyExtractor.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1158,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/KeyExtractor.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"KeyExtractor\"},{\"id\":1159,\"kind\":1024,\"name\":\"key\",\"url\":\"classes/KeyExtractor.html#key\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"KeyExtractor\"},{\"id\":1160,\"kind\":1024,\"name\":\"defaultValue\",\"url\":\"classes/KeyExtractor.html#defaultValue\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"KeyExtractor\"},{\"id\":1161,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/KeyExtractor.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"KeyExtractor\"},{\"id\":1162,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/KeyExtractor.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeyExtractor\"},{\"id\":1163,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/KeyExtractor.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeyExtractor\"},{\"id\":1164,\"kind\":128,\"name\":\"AssetPathExtractor\",\"url\":\"classes/AssetPathExtractor.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1165,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/AssetPathExtractor.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"AssetPathExtractor\"},{\"id\":1166,\"kind\":1024,\"name\":\"key\",\"url\":\"classes/AssetPathExtractor.html#key\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"AssetPathExtractor\"},{\"id\":1167,\"kind\":1024,\"name\":\"defaultPath\",\"url\":\"classes/AssetPathExtractor.html#defaultPath\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"AssetPathExtractor\"},{\"id\":1168,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/AssetPathExtractor.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"AssetPathExtractor\"},{\"id\":1169,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/AssetPathExtractor.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"AssetPathExtractor\"},{\"id\":1170,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/AssetPathExtractor.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"AssetPathExtractor\"},{\"id\":1171,\"kind\":128,\"name\":\"BaseUrlExtractor\",\"url\":\"classes/BaseUrlExtractor.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1172,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/BaseUrlExtractor.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"BaseUrlExtractor\"},{\"id\":1173,\"kind\":1024,\"name\":\"defaultPort\",\"url\":\"classes/BaseUrlExtractor.html#defaultPort\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"BaseUrlExtractor\"},{\"id\":1174,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/BaseUrlExtractor.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"BaseUrlExtractor\"},{\"id\":1175,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/BaseUrlExtractor.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BaseUrlExtractor\"},{\"id\":1176,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/BaseUrlExtractor.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BaseUrlExtractor\"},{\"id\":1177,\"kind\":128,\"name\":\"SettingsExtractor\",\"url\":\"classes/SettingsExtractor.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1178,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/SettingsExtractor.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SettingsExtractor\"},{\"id\":1179,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/SettingsExtractor.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SettingsExtractor\"},{\"id\":1180,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/SettingsExtractor.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SettingsExtractor\"},{\"id\":1181,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/SettingsExtractor.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SettingsExtractor\"},{\"id\":1182,\"kind\":128,\"name\":\"CombinedSettingsResolver\",\"url\":\"classes/CombinedSettingsResolver.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1183,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/CombinedSettingsResolver.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"CombinedSettingsResolver\"},{\"id\":1184,\"kind\":1024,\"name\":\"resolvers\",\"url\":\"classes/CombinedSettingsResolver.html#resolvers\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"CombinedSettingsResolver\"},{\"id\":1185,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/CombinedSettingsResolver.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"CombinedSettingsResolver\"},{\"id\":1186,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/CombinedSettingsResolver.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"CombinedSettingsResolver\"},{\"id\":1187,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/CombinedSettingsResolver.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"CombinedSettingsResolver\"},{\"id\":1188,\"kind\":128,\"name\":\"SettingsResolver\",\"url\":\"classes/SettingsResolver.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1189,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/SettingsResolver.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SettingsResolver\"},{\"id\":1190,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/SettingsResolver.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SettingsResolver\"},{\"id\":1191,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/SettingsResolver.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SettingsResolver\"},{\"id\":1192,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/SettingsResolver.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SettingsResolver\"},{\"id\":1193,\"kind\":128,\"name\":\"App\",\"url\":\"classes/App.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1194,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/App.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"App\"},{\"id\":1195,\"kind\":1024,\"name\":\"initializer\",\"url\":\"classes/App.html#initializer\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"App\"},{\"id\":1196,\"kind\":1024,\"name\":\"finalizer\",\"url\":\"classes/App.html#finalizer\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"App\"},{\"id\":1197,\"kind\":2048,\"name\":\"start\",\"url\":\"classes/App.html#start\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"App\"},{\"id\":1198,\"kind\":2048,\"name\":\"stop\",\"url\":\"classes/App.html#stop\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"App\"},{\"id\":1199,\"kind\":128,\"name\":\"AppRunner\",\"url\":\"classes/AppRunner.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1200,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/AppRunner.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"AppRunner\"},{\"id\":1201,\"kind\":1024,\"name\":\"logger\",\"url\":\"classes/AppRunner.html#logger\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"AppRunner\"},{\"id\":1202,\"kind\":2048,\"name\":\"run\",\"url\":\"classes/AppRunner.html#run\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"AppRunner\"},{\"id\":1203,\"kind\":2048,\"name\":\"create\",\"url\":\"classes/AppRunner.html#create\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"AppRunner\"},{\"id\":1204,\"kind\":2048,\"name\":\"runCliSync\",\"url\":\"classes/AppRunner.html#runCliSync\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"AppRunner\"},{\"id\":1205,\"kind\":2048,\"name\":\"runCli\",\"url\":\"classes/AppRunner.html#runCli\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"AppRunner\"},{\"id\":1206,\"kind\":2048,\"name\":\"createCli\",\"url\":\"classes/AppRunner.html#createCli\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"AppRunner\"},{\"id\":1207,\"kind\":2048,\"name\":\"createComponentsManager\",\"url\":\"classes/AppRunner.html#createComponentsManager\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter\",\"parent\":\"AppRunner\"},{\"id\":1208,\"kind\":2048,\"name\":\"resolveVariables\",\"url\":\"classes/AppRunner.html#resolveVariables\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"AppRunner\"},{\"id\":1209,\"kind\":2048,\"name\":\"createApp\",\"url\":\"classes/AppRunner.html#createApp\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"AppRunner\"},{\"id\":1210,\"kind\":2048,\"name\":\"resolveError\",\"url\":\"classes/AppRunner.html#resolveError\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"AppRunner\"},{\"id\":1211,\"kind\":128,\"name\":\"BaseUrlVerifier\",\"url\":\"classes/BaseUrlVerifier.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1212,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/BaseUrlVerifier.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"BaseUrlVerifier\"},{\"id\":1213,\"kind\":1024,\"name\":\"baseUrl\",\"url\":\"classes/BaseUrlVerifier.html#baseUrl\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"BaseUrlVerifier\"},{\"id\":1214,\"kind\":1024,\"name\":\"storageKey\",\"url\":\"classes/BaseUrlVerifier.html#storageKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"BaseUrlVerifier\"},{\"id\":1215,\"kind\":1024,\"name\":\"storage\",\"url\":\"classes/BaseUrlVerifier.html#storage\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"BaseUrlVerifier\"},{\"id\":1216,\"kind\":1024,\"name\":\"logger\",\"url\":\"classes/BaseUrlVerifier.html#logger\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"BaseUrlVerifier\"},{\"id\":1217,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/BaseUrlVerifier.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"BaseUrlVerifier\"},{\"id\":1218,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/BaseUrlVerifier.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BaseUrlVerifier\"},{\"id\":1219,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/BaseUrlVerifier.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BaseUrlVerifier\"},{\"id\":1220,\"kind\":128,\"name\":\"CliResolver\",\"url\":\"classes/CliResolver.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1221,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/CliResolver.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"CliResolver\"},{\"id\":1222,\"kind\":1024,\"name\":\"cliExtractor\",\"url\":\"classes/CliResolver.html#cliExtractor\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"CliResolver\"},{\"id\":1223,\"kind\":1024,\"name\":\"settingsResolver\",\"url\":\"classes/CliResolver.html#settingsResolver\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"CliResolver\"},{\"id\":1224,\"kind\":128,\"name\":\"ConfigPodInitializer\",\"url\":\"classes/ConfigPodInitializer.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1225,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ConfigPodInitializer.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ConfigPodInitializer\"},{\"id\":1226,\"kind\":1024,\"name\":\"logger\",\"url\":\"classes/ConfigPodInitializer.html#logger\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"ConfigPodInitializer\"},{\"id\":1227,\"kind\":1024,\"name\":\"storeFactory\",\"url\":\"classes/ConfigPodInitializer.html#storeFactory\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ConfigPodInitializer\"},{\"id\":1228,\"kind\":1024,\"name\":\"configStorage\",\"url\":\"classes/ConfigPodInitializer.html#configStorage\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ConfigPodInitializer\"},{\"id\":1229,\"kind\":1024,\"name\":\"routingStorage\",\"url\":\"classes/ConfigPodInitializer.html#routingStorage\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ConfigPodInitializer\"},{\"id\":1230,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/ConfigPodInitializer.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ConfigPodInitializer\"},{\"id\":1231,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/ConfigPodInitializer.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ConfigPodInitializer\"},{\"id\":1232,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/ConfigPodInitializer.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ConfigPodInitializer\"},{\"id\":1233,\"kind\":256,\"name\":\"ContainerInitializerArgs\",\"url\":\"interfaces/ContainerInitializerArgs.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1234,\"kind\":1024,\"name\":\"baseUrl\",\"url\":\"interfaces/ContainerInitializerArgs.html#baseUrl\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ContainerInitializerArgs\"},{\"id\":1235,\"kind\":1024,\"name\":\"path\",\"url\":\"interfaces/ContainerInitializerArgs.html#path\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ContainerInitializerArgs\"},{\"id\":1236,\"kind\":1024,\"name\":\"store\",\"url\":\"interfaces/ContainerInitializerArgs.html#store\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ContainerInitializerArgs\"},{\"id\":1237,\"kind\":1024,\"name\":\"generator\",\"url\":\"interfaces/ContainerInitializerArgs.html#generator\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ContainerInitializerArgs\"},{\"id\":1238,\"kind\":1024,\"name\":\"storageKey\",\"url\":\"interfaces/ContainerInitializerArgs.html#storageKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ContainerInitializerArgs\"},{\"id\":1239,\"kind\":1024,\"name\":\"storage\",\"url\":\"interfaces/ContainerInitializerArgs.html#storage\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ContainerInitializerArgs\"},{\"id\":1240,\"kind\":128,\"name\":\"ContainerInitializer\",\"url\":\"classes/ContainerInitializer.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1241,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ContainerInitializer.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ContainerInitializer\"},{\"id\":1242,\"kind\":1024,\"name\":\"logger\",\"url\":\"classes/ContainerInitializer.html#logger\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"ContainerInitializer\"},{\"id\":1243,\"kind\":1024,\"name\":\"store\",\"url\":\"classes/ContainerInitializer.html#store\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ContainerInitializer\"},{\"id\":1244,\"kind\":1024,\"name\":\"containerId\",\"url\":\"classes/ContainerInitializer.html#containerId\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ContainerInitializer\"},{\"id\":1245,\"kind\":1024,\"name\":\"generator\",\"url\":\"classes/ContainerInitializer.html#generator\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ContainerInitializer\"},{\"id\":1246,\"kind\":1024,\"name\":\"storageKey\",\"url\":\"classes/ContainerInitializer.html#storageKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ContainerInitializer\"},{\"id\":1247,\"kind\":1024,\"name\":\"storage\",\"url\":\"classes/ContainerInitializer.html#storage\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ContainerInitializer\"},{\"id\":1248,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/ContainerInitializer.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ContainerInitializer\"},{\"id\":1249,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/ContainerInitializer.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ContainerInitializer\"},{\"id\":1250,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/ContainerInitializer.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ContainerInitializer\"},{\"id\":1251,\"kind\":128,\"name\":\"Initializer\",\"url\":\"classes/Initializer.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1252,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Initializer.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Initializer\"},{\"id\":1253,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/Initializer.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Initializer\"},{\"id\":1254,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/Initializer.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Initializer\"},{\"id\":1255,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/Initializer.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Initializer\"},{\"id\":1256,\"kind\":128,\"name\":\"LoggerInitializer\",\"url\":\"classes/LoggerInitializer.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1257,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/LoggerInitializer.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"LoggerInitializer\"},{\"id\":1258,\"kind\":1024,\"name\":\"loggerFactory\",\"url\":\"classes/LoggerInitializer.html#loggerFactory\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"LoggerInitializer\"},{\"id\":1259,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/LoggerInitializer.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"LoggerInitializer\"},{\"id\":1260,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/LoggerInitializer.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"LoggerInitializer\"},{\"id\":1261,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/LoggerInitializer.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"LoggerInitializer\"},{\"id\":1262,\"kind\":128,\"name\":\"SeededPodInitializer\",\"url\":\"classes/SeededPodInitializer.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1263,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/SeededPodInitializer.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"SeededPodInitializer\"},{\"id\":1264,\"kind\":1024,\"name\":\"logger\",\"url\":\"classes/SeededPodInitializer.html#logger\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"SeededPodInitializer\"},{\"id\":1265,\"kind\":1024,\"name\":\"registrationManager\",\"url\":\"classes/SeededPodInitializer.html#registrationManager\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"SeededPodInitializer\"},{\"id\":1266,\"kind\":1024,\"name\":\"configFilePath\",\"url\":\"classes/SeededPodInitializer.html#configFilePath\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"SeededPodInitializer\"},{\"id\":1267,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/SeededPodInitializer.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"SeededPodInitializer\"},{\"id\":1268,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/SeededPodInitializer.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SeededPodInitializer\"},{\"id\":1269,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/SeededPodInitializer.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SeededPodInitializer\"},{\"id\":1270,\"kind\":128,\"name\":\"ServerInitializer\",\"url\":\"classes/ServerInitializer.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1271,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ServerInitializer.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ServerInitializer\"},{\"id\":1272,\"kind\":1024,\"name\":\"serverFactory\",\"url\":\"classes/ServerInitializer.html#serverFactory\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ServerInitializer\"},{\"id\":1273,\"kind\":1024,\"name\":\"port\",\"url\":\"classes/ServerInitializer.html#port\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ServerInitializer\"},{\"id\":1274,\"kind\":1024,\"name\":\"server\",\"url\":\"classes/ServerInitializer.html#server\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ServerInitializer\"},{\"id\":1275,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/ServerInitializer.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ServerInitializer\"},{\"id\":1276,\"kind\":2048,\"name\":\"finalize\",\"url\":\"classes/ServerInitializer.html#finalize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ServerInitializer\"},{\"id\":1277,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/ServerInitializer.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ServerInitializer\"},{\"id\":1278,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/ServerInitializer.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ServerInitializer\"},{\"id\":1279,\"kind\":128,\"name\":\"ModuleVersionVerifier\",\"url\":\"classes/ModuleVersionVerifier.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1280,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ModuleVersionVerifier.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ModuleVersionVerifier\"},{\"id\":1281,\"kind\":1024,\"name\":\"storageKey\",\"url\":\"classes/ModuleVersionVerifier.html#storageKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ModuleVersionVerifier\"},{\"id\":1282,\"kind\":1024,\"name\":\"storage\",\"url\":\"classes/ModuleVersionVerifier.html#storage\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ModuleVersionVerifier\"},{\"id\":1283,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/ModuleVersionVerifier.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ModuleVersionVerifier\"},{\"id\":1284,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/ModuleVersionVerifier.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ModuleVersionVerifier\"},{\"id\":1285,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/ModuleVersionVerifier.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ModuleVersionVerifier\"},{\"id\":1286,\"kind\":128,\"name\":\"LazyLoggerFactory\",\"url\":\"classes/LazyLoggerFactory.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1287,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/LazyLoggerFactory.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"LazyLoggerFactory\"},{\"id\":1288,\"kind\":1024,\"name\":\"factory\",\"url\":\"classes/LazyLoggerFactory.html#factory\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"LazyLoggerFactory\"},{\"id\":1289,\"kind\":262144,\"name\":\"loggerFactory\",\"url\":\"classes/LazyLoggerFactory.html#loggerFactory\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"LazyLoggerFactory\"},{\"id\":1290,\"kind\":2048,\"name\":\"createLogger\",\"url\":\"classes/LazyLoggerFactory.html#createLogger\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"LazyLoggerFactory\"},{\"id\":1291,\"kind\":256,\"name\":\"SimpleLogger\",\"url\":\"interfaces/SimpleLogger.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1292,\"kind\":2048,\"name\":\"log\",\"url\":\"interfaces/SimpleLogger.html#log\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"SimpleLogger\"},{\"id\":1293,\"kind\":256,\"name\":\"Logger\",\"url\":\"interfaces/Logger.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1294,\"kind\":2048,\"name\":\"log\",\"url\":\"interfaces/Logger.html#log\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-overwrite\",\"parent\":\"Logger\"},{\"id\":1295,\"kind\":2048,\"name\":\"error\",\"url\":\"interfaces/Logger.html#error\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"Logger\"},{\"id\":1296,\"kind\":2048,\"name\":\"warn\",\"url\":\"interfaces/Logger.html#warn\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"Logger\"},{\"id\":1297,\"kind\":2048,\"name\":\"info\",\"url\":\"interfaces/Logger.html#info\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"Logger\"},{\"id\":1298,\"kind\":2048,\"name\":\"verbose\",\"url\":\"interfaces/Logger.html#verbose\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"Logger\"},{\"id\":1299,\"kind\":2048,\"name\":\"debug\",\"url\":\"interfaces/Logger.html#debug\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"Logger\"},{\"id\":1300,\"kind\":2048,\"name\":\"silly\",\"url\":\"interfaces/Logger.html#silly\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"Logger\"},{\"id\":1301,\"kind\":128,\"name\":\"BaseLogger\",\"url\":\"classes/BaseLogger.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1302,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/BaseLogger.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"BaseLogger\"},{\"id\":1303,\"kind\":2048,\"name\":\"log\",\"url\":\"classes/BaseLogger.html#log\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"BaseLogger\"},{\"id\":1304,\"kind\":2048,\"name\":\"error\",\"url\":\"classes/BaseLogger.html#error\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"BaseLogger\"},{\"id\":1305,\"kind\":2048,\"name\":\"warn\",\"url\":\"classes/BaseLogger.html#warn\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"BaseLogger\"},{\"id\":1306,\"kind\":2048,\"name\":\"info\",\"url\":\"classes/BaseLogger.html#info\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"BaseLogger\"},{\"id\":1307,\"kind\":2048,\"name\":\"verbose\",\"url\":\"classes/BaseLogger.html#verbose\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"BaseLogger\"},{\"id\":1308,\"kind\":2048,\"name\":\"debug\",\"url\":\"classes/BaseLogger.html#debug\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"BaseLogger\"},{\"id\":1309,\"kind\":2048,\"name\":\"silly\",\"url\":\"classes/BaseLogger.html#silly\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"BaseLogger\"},{\"id\":1310,\"kind\":128,\"name\":\"WrappingLogger\",\"url\":\"classes/WrappingLogger.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1311,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/WrappingLogger.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"WrappingLogger\"},{\"id\":1312,\"kind\":1024,\"name\":\"logger\",\"url\":\"classes/WrappingLogger.html#logger\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"WrappingLogger\"},{\"id\":1313,\"kind\":2048,\"name\":\"log\",\"url\":\"classes/WrappingLogger.html#log\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"WrappingLogger\"},{\"id\":1314,\"kind\":2048,\"name\":\"error\",\"url\":\"classes/WrappingLogger.html#error\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"WrappingLogger\"},{\"id\":1315,\"kind\":2048,\"name\":\"warn\",\"url\":\"classes/WrappingLogger.html#warn\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"WrappingLogger\"},{\"id\":1316,\"kind\":2048,\"name\":\"info\",\"url\":\"classes/WrappingLogger.html#info\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"WrappingLogger\"},{\"id\":1317,\"kind\":2048,\"name\":\"verbose\",\"url\":\"classes/WrappingLogger.html#verbose\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"WrappingLogger\"},{\"id\":1318,\"kind\":2048,\"name\":\"debug\",\"url\":\"classes/WrappingLogger.html#debug\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"WrappingLogger\"},{\"id\":1319,\"kind\":2048,\"name\":\"silly\",\"url\":\"classes/WrappingLogger.html#silly\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"WrappingLogger\"},{\"id\":1320,\"kind\":256,\"name\":\"LoggerFactory\",\"url\":\"interfaces/LoggerFactory.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1321,\"kind\":2048,\"name\":\"createLogger\",\"url\":\"interfaces/LoggerFactory.html#createLogger\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"LoggerFactory\"},{\"id\":1322,\"kind\":32,\"name\":\"LOG_LEVELS\",\"url\":\"modules.html#LOG_LEVELS\",\"classes\":\"tsd-kind-variable\"},{\"id\":1323,\"kind\":4194304,\"name\":\"LogLevel\",\"url\":\"modules.html#LogLevel\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":1324,\"kind\":64,\"name\":\"getLoggerFor\",\"url\":\"modules.html#getLoggerFor\",\"classes\":\"tsd-kind-function\"},{\"id\":1325,\"kind\":64,\"name\":\"setGlobalLoggerFactory\",\"url\":\"modules.html#setGlobalLoggerFactory\",\"classes\":\"tsd-kind-function\"},{\"id\":1326,\"kind\":64,\"name\":\"resetInternalLoggerFactory\",\"url\":\"modules.html#resetInternalLoggerFactory\",\"classes\":\"tsd-kind-function\"},{\"id\":1327,\"kind\":128,\"name\":\"VoidLogger\",\"url\":\"classes/VoidLogger.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1328,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/VoidLogger.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"VoidLogger\"},{\"id\":1329,\"kind\":2048,\"name\":\"log\",\"url\":\"classes/VoidLogger.html#log\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"VoidLogger\"},{\"id\":1330,\"kind\":2048,\"name\":\"error\",\"url\":\"classes/VoidLogger.html#error\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"VoidLogger\"},{\"id\":1331,\"kind\":2048,\"name\":\"warn\",\"url\":\"classes/VoidLogger.html#warn\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"VoidLogger\"},{\"id\":1332,\"kind\":2048,\"name\":\"info\",\"url\":\"classes/VoidLogger.html#info\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"VoidLogger\"},{\"id\":1333,\"kind\":2048,\"name\":\"verbose\",\"url\":\"classes/VoidLogger.html#verbose\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"VoidLogger\"},{\"id\":1334,\"kind\":2048,\"name\":\"debug\",\"url\":\"classes/VoidLogger.html#debug\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"VoidLogger\"},{\"id\":1335,\"kind\":2048,\"name\":\"silly\",\"url\":\"classes/VoidLogger.html#silly\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"VoidLogger\"},{\"id\":1336,\"kind\":128,\"name\":\"VoidLoggerFactory\",\"url\":\"classes/VoidLoggerFactory.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1337,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/VoidLoggerFactory.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"VoidLoggerFactory\"},{\"id\":1338,\"kind\":1024,\"name\":\"logger\",\"url\":\"classes/VoidLoggerFactory.html#logger\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"VoidLoggerFactory\"},{\"id\":1339,\"kind\":2048,\"name\":\"createLogger\",\"url\":\"classes/VoidLoggerFactory.html#createLogger\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"VoidLoggerFactory\"},{\"id\":1340,\"kind\":128,\"name\":\"WinstonLogger\",\"url\":\"classes/WinstonLogger.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1341,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/WinstonLogger.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"WinstonLogger\"},{\"id\":1342,\"kind\":1024,\"name\":\"logger\",\"url\":\"classes/WinstonLogger.html#logger\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"WinstonLogger\"},{\"id\":1343,\"kind\":2048,\"name\":\"log\",\"url\":\"classes/WinstonLogger.html#log\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"WinstonLogger\"},{\"id\":1344,\"kind\":2048,\"name\":\"error\",\"url\":\"classes/WinstonLogger.html#error\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"WinstonLogger\"},{\"id\":1345,\"kind\":2048,\"name\":\"warn\",\"url\":\"classes/WinstonLogger.html#warn\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"WinstonLogger\"},{\"id\":1346,\"kind\":2048,\"name\":\"info\",\"url\":\"classes/WinstonLogger.html#info\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"WinstonLogger\"},{\"id\":1347,\"kind\":2048,\"name\":\"verbose\",\"url\":\"classes/WinstonLogger.html#verbose\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"WinstonLogger\"},{\"id\":1348,\"kind\":2048,\"name\":\"debug\",\"url\":\"classes/WinstonLogger.html#debug\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"WinstonLogger\"},{\"id\":1349,\"kind\":2048,\"name\":\"silly\",\"url\":\"classes/WinstonLogger.html#silly\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"WinstonLogger\"},{\"id\":1350,\"kind\":128,\"name\":\"WinstonLoggerFactory\",\"url\":\"classes/WinstonLoggerFactory.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1351,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/WinstonLoggerFactory.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"WinstonLoggerFactory\"},{\"id\":1352,\"kind\":1024,\"name\":\"level\",\"url\":\"classes/WinstonLoggerFactory.html#level\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"WinstonLoggerFactory\"},{\"id\":1353,\"kind\":2048,\"name\":\"createLogger\",\"url\":\"classes/WinstonLoggerFactory.html#createLogger\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"WinstonLoggerFactory\"},{\"id\":1354,\"kind\":2048,\"name\":\"createTransports\",\"url\":\"classes/WinstonLoggerFactory.html#createTransports\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected\",\"parent\":\"WinstonLoggerFactory\"},{\"id\":1355,\"kind\":128,\"name\":\"BaseUrlHandler\",\"url\":\"classes/BaseUrlHandler.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1356,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/BaseUrlHandler.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BaseUrlHandler\"},{\"id\":1357,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/BaseUrlHandler.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"BaseUrlHandler\"},{\"id\":1358,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/BaseUrlHandler.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BaseUrlHandler\"},{\"id\":1359,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/BaseUrlHandler.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BaseUrlHandler\"},{\"id\":1360,\"kind\":128,\"name\":\"RootFilePathHandler\",\"url\":\"classes/RootFilePathHandler.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1361,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/RootFilePathHandler.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"RootFilePathHandler\"},{\"id\":1362,\"kind\":1024,\"name\":\"fileMapper\",\"url\":\"classes/RootFilePathHandler.html#fileMapper\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"RootFilePathHandler\"},{\"id\":1363,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/RootFilePathHandler.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"RootFilePathHandler\"},{\"id\":1364,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/RootFilePathHandler.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RootFilePathHandler\"},{\"id\":1365,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/RootFilePathHandler.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RootFilePathHandler\"},{\"id\":1366,\"kind\":128,\"name\":\"VariableHandler\",\"url\":\"classes/VariableHandler.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1367,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/VariableHandler.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"VariableHandler\"},{\"id\":1368,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/VariableHandler.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"VariableHandler\"},{\"id\":1369,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/VariableHandler.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"VariableHandler\"},{\"id\":1370,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/VariableHandler.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"VariableHandler\"},{\"id\":1371,\"kind\":64,\"name\":\"isValidVariable\",\"url\":\"modules.html#isValidVariable\",\"classes\":\"tsd-kind-function\"},{\"id\":1372,\"kind\":32,\"name\":\"TEMPLATE\",\"url\":\"modules.html#TEMPLATE\",\"classes\":\"tsd-kind-variable\"},{\"id\":1373,\"kind\":32,\"name\":\"TEMPLATE_VARIABLE\",\"url\":\"modules.html#TEMPLATE_VARIABLE\",\"classes\":\"tsd-kind-variable\"},{\"id\":1374,\"kind\":128,\"name\":\"VariableSetter\",\"url\":\"classes/VariableSetter.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1375,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/VariableSetter.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"VariableSetter\"},{\"id\":1376,\"kind\":1024,\"name\":\"variable\",\"url\":\"classes/VariableSetter.html#variable\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"VariableSetter\"},{\"id\":1377,\"kind\":1024,\"name\":\"value\",\"url\":\"classes/VariableSetter.html#value\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"VariableSetter\"},{\"id\":1378,\"kind\":1024,\"name\":\"override\",\"url\":\"classes/VariableSetter.html#override\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"VariableSetter\"},{\"id\":1379,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/VariableSetter.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"VariableSetter\"},{\"id\":1380,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/VariableSetter.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"VariableSetter\"},{\"id\":1381,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/VariableSetter.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"VariableSetter\"},{\"id\":1382,\"kind\":128,\"name\":\"BaseComponentsJsFactory\",\"url\":\"classes/BaseComponentsJsFactory.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1383,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/BaseComponentsJsFactory.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"BaseComponentsJsFactory\"},{\"id\":1384,\"kind\":1024,\"name\":\"options\",\"url\":\"classes/BaseComponentsJsFactory.html#options\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"BaseComponentsJsFactory\"},{\"id\":1385,\"kind\":2048,\"name\":\"buildManager\",\"url\":\"classes/BaseComponentsJsFactory.html#buildManager\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"BaseComponentsJsFactory\"},{\"id\":1386,\"kind\":2048,\"name\":\"generate\",\"url\":\"classes/BaseComponentsJsFactory.html#generate\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter\",\"parent\":\"BaseComponentsJsFactory\"},{\"id\":1387,\"kind\":256,\"name\":\"ComponentsJsFactory\",\"url\":\"interfaces/ComponentsJsFactory.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1388,\"kind\":2048,\"name\":\"generate\",\"url\":\"interfaces/ComponentsJsFactory.html#generate\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-has-type-parameter\",\"parent\":\"ComponentsJsFactory\"},{\"id\":1389,\"kind\":64,\"name\":\"addGeneratedResources\",\"url\":\"modules.html#addGeneratedResources\",\"classes\":\"tsd-kind-function\"},{\"id\":1390,\"kind\":256,\"name\":\"IdentifierGenerator\",\"url\":\"interfaces/IdentifierGenerator.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1391,\"kind\":2048,\"name\":\"generate\",\"url\":\"interfaces/IdentifierGenerator.html#generate\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"IdentifierGenerator\"},{\"id\":1392,\"kind\":256,\"name\":\"PodGenerator\",\"url\":\"interfaces/PodGenerator.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1393,\"kind\":2048,\"name\":\"generate\",\"url\":\"interfaces/PodGenerator.html#generate\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"PodGenerator\"},{\"id\":1394,\"kind\":256,\"name\":\"Resource\",\"url\":\"interfaces/Resource.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1395,\"kind\":1024,\"name\":\"identifier\",\"url\":\"interfaces/Resource.html#identifier\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Resource\"},{\"id\":1396,\"kind\":1024,\"name\":\"representation\",\"url\":\"interfaces/Resource.html#representation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Resource\"},{\"id\":1397,\"kind\":256,\"name\":\"ResourcesGenerator\",\"url\":\"interfaces/ResourcesGenerator.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1398,\"kind\":2048,\"name\":\"generate\",\"url\":\"interfaces/ResourcesGenerator.html#generate\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"ResourcesGenerator\"},{\"id\":1399,\"kind\":128,\"name\":\"SubdomainIdentifierGenerator\",\"url\":\"classes/SubdomainIdentifierGenerator.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1400,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/SubdomainIdentifierGenerator.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"SubdomainIdentifierGenerator\"},{\"id\":1401,\"kind\":1024,\"name\":\"baseParts\",\"url\":\"classes/SubdomainIdentifierGenerator.html#baseParts\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"SubdomainIdentifierGenerator\"},{\"id\":1402,\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/SubdomainIdentifierGenerator.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"SubdomainIdentifierGenerator\"},{\"id\":1403,\"kind\":1024,\"name\":\"scheme\",\"url\":\"classes/SubdomainIdentifierGenerator.html#__type.scheme\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"SubdomainIdentifierGenerator.__type\"},{\"id\":1404,\"kind\":1024,\"name\":\"rest\",\"url\":\"classes/SubdomainIdentifierGenerator.html#__type.rest\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"SubdomainIdentifierGenerator.__type\"},{\"id\":1405,\"kind\":2048,\"name\":\"generate\",\"url\":\"classes/SubdomainIdentifierGenerator.html#generate\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"SubdomainIdentifierGenerator\"},{\"id\":1406,\"kind\":128,\"name\":\"SuffixIdentifierGenerator\",\"url\":\"classes/SuffixIdentifierGenerator.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1407,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/SuffixIdentifierGenerator.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"SuffixIdentifierGenerator\"},{\"id\":1408,\"kind\":1024,\"name\":\"base\",\"url\":\"classes/SuffixIdentifierGenerator.html#base\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"SuffixIdentifierGenerator\"},{\"id\":1409,\"kind\":2048,\"name\":\"generate\",\"url\":\"classes/SuffixIdentifierGenerator.html#generate\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"SuffixIdentifierGenerator\"},{\"id\":1410,\"kind\":128,\"name\":\"TemplatedPodGenerator\",\"url\":\"classes/TemplatedPodGenerator.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1411,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/TemplatedPodGenerator.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"TemplatedPodGenerator\"},{\"id\":1412,\"kind\":1024,\"name\":\"logger\",\"url\":\"classes/TemplatedPodGenerator.html#logger\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"TemplatedPodGenerator\"},{\"id\":1413,\"kind\":1024,\"name\":\"storeFactory\",\"url\":\"classes/TemplatedPodGenerator.html#storeFactory\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"TemplatedPodGenerator\"},{\"id\":1414,\"kind\":1024,\"name\":\"variableHandler\",\"url\":\"classes/TemplatedPodGenerator.html#variableHandler\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"TemplatedPodGenerator\"},{\"id\":1415,\"kind\":1024,\"name\":\"configStorage\",\"url\":\"classes/TemplatedPodGenerator.html#configStorage\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"TemplatedPodGenerator\"},{\"id\":1416,\"kind\":1024,\"name\":\"configTemplatePath\",\"url\":\"classes/TemplatedPodGenerator.html#configTemplatePath\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"TemplatedPodGenerator\"},{\"id\":1417,\"kind\":2048,\"name\":\"generate\",\"url\":\"classes/TemplatedPodGenerator.html#generate\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TemplatedPodGenerator\"},{\"id\":1418,\"kind\":128,\"name\":\"TemplatedResourcesGenerator\",\"url\":\"classes/TemplatedResourcesGenerator.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1419,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/TemplatedResourcesGenerator.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"TemplatedResourcesGenerator\"},{\"id\":1420,\"kind\":1024,\"name\":\"templateFolder\",\"url\":\"classes/TemplatedResourcesGenerator.html#templateFolder\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"TemplatedResourcesGenerator\"},{\"id\":1421,\"kind\":1024,\"name\":\"factory\",\"url\":\"classes/TemplatedResourcesGenerator.html#factory\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"TemplatedResourcesGenerator\"},{\"id\":1422,\"kind\":1024,\"name\":\"templateEngine\",\"url\":\"classes/TemplatedResourcesGenerator.html#templateEngine\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"TemplatedResourcesGenerator\"},{\"id\":1423,\"kind\":1024,\"name\":\"templateExtension\",\"url\":\"classes/TemplatedResourcesGenerator.html#templateExtension\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"TemplatedResourcesGenerator\"},{\"id\":1424,\"kind\":2048,\"name\":\"generate\",\"url\":\"classes/TemplatedResourcesGenerator.html#generate\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TemplatedResourcesGenerator\"},{\"id\":1425,\"kind\":2048,\"name\":\"processFolder\",\"url\":\"classes/TemplatedResourcesGenerator.html#processFolder\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"TemplatedResourcesGenerator\"},{\"id\":1426,\"kind\":2048,\"name\":\"toTemplateLink\",\"url\":\"classes/TemplatedResourcesGenerator.html#toTemplateLink\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"TemplatedResourcesGenerator\"},{\"id\":1427,\"kind\":2048,\"name\":\"groupLinks\",\"url\":\"classes/TemplatedResourcesGenerator.html#groupLinks\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"TemplatedResourcesGenerator\"},{\"id\":1428,\"kind\":2048,\"name\":\"generateResource\",\"url\":\"classes/TemplatedResourcesGenerator.html#generateResource\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"TemplatedResourcesGenerator\"},{\"id\":1429,\"kind\":2048,\"name\":\"generateMetadata\",\"url\":\"classes/TemplatedResourcesGenerator.html#generateMetadata\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"TemplatedResourcesGenerator\"},{\"id\":1430,\"kind\":2048,\"name\":\"processFile\",\"url\":\"classes/TemplatedResourcesGenerator.html#processFile\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"TemplatedResourcesGenerator\"},{\"id\":1431,\"kind\":256,\"name\":\"PodSettings\",\"url\":\"interfaces/PodSettings.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1432,\"kind\":1024,\"name\":\"webId\",\"url\":\"interfaces/PodSettings.html#webId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"PodSettings\"},{\"id\":1433,\"kind\":1024,\"name\":\"template\",\"url\":\"interfaces/PodSettings.html#template\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"PodSettings\"},{\"id\":1434,\"kind\":1024,\"name\":\"name\",\"url\":\"interfaces/PodSettings.html#name\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"PodSettings\"},{\"id\":1435,\"kind\":1024,\"name\":\"email\",\"url\":\"interfaces/PodSettings.html#email\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"PodSettings\"},{\"id\":1436,\"kind\":1024,\"name\":\"oidcIssuer\",\"url\":\"interfaces/PodSettings.html#oidcIssuer\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"PodSettings\"},{\"id\":1437,\"kind\":128,\"name\":\"ConfigPodManager\",\"url\":\"classes/ConfigPodManager.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1438,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ConfigPodManager.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"ConfigPodManager\"},{\"id\":1439,\"kind\":1024,\"name\":\"logger\",\"url\":\"classes/ConfigPodManager.html#logger\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"ConfigPodManager\"},{\"id\":1440,\"kind\":1024,\"name\":\"podGenerator\",\"url\":\"classes/ConfigPodManager.html#podGenerator\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ConfigPodManager\"},{\"id\":1441,\"kind\":1024,\"name\":\"routingStorage\",\"url\":\"classes/ConfigPodManager.html#routingStorage\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ConfigPodManager\"},{\"id\":1442,\"kind\":1024,\"name\":\"resourcesGenerator\",\"url\":\"classes/ConfigPodManager.html#resourcesGenerator\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ConfigPodManager\"},{\"id\":1443,\"kind\":2048,\"name\":\"createPod\",\"url\":\"classes/ConfigPodManager.html#createPod\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ConfigPodManager\"},{\"id\":1444,\"kind\":128,\"name\":\"GeneratedPodManager\",\"url\":\"classes/GeneratedPodManager.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1445,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/GeneratedPodManager.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"GeneratedPodManager\"},{\"id\":1446,\"kind\":1024,\"name\":\"logger\",\"url\":\"classes/GeneratedPodManager.html#logger\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"GeneratedPodManager\"},{\"id\":1447,\"kind\":1024,\"name\":\"store\",\"url\":\"classes/GeneratedPodManager.html#store\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"GeneratedPodManager\"},{\"id\":1448,\"kind\":1024,\"name\":\"resourcesGenerator\",\"url\":\"classes/GeneratedPodManager.html#resourcesGenerator\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"GeneratedPodManager\"},{\"id\":1449,\"kind\":2048,\"name\":\"createPod\",\"url\":\"classes/GeneratedPodManager.html#createPod\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"GeneratedPodManager\"},{\"id\":1450,\"kind\":256,\"name\":\"PodManager\",\"url\":\"interfaces/PodManager.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1451,\"kind\":2048,\"name\":\"createPod\",\"url\":\"interfaces/PodManager.html#createPod\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"PodManager\"},{\"id\":1452,\"kind\":256,\"name\":\"AuthorizingHttpHandlerArgs\",\"url\":\"interfaces/AuthorizingHttpHandlerArgs.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1453,\"kind\":1024,\"name\":\"credentialsExtractor\",\"url\":\"interfaces/AuthorizingHttpHandlerArgs.html#credentialsExtractor\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AuthorizingHttpHandlerArgs\"},{\"id\":1454,\"kind\":1024,\"name\":\"modesExtractor\",\"url\":\"interfaces/AuthorizingHttpHandlerArgs.html#modesExtractor\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AuthorizingHttpHandlerArgs\"},{\"id\":1455,\"kind\":1024,\"name\":\"permissionReader\",\"url\":\"interfaces/AuthorizingHttpHandlerArgs.html#permissionReader\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AuthorizingHttpHandlerArgs\"},{\"id\":1456,\"kind\":1024,\"name\":\"authorizer\",\"url\":\"interfaces/AuthorizingHttpHandlerArgs.html#authorizer\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AuthorizingHttpHandlerArgs\"},{\"id\":1457,\"kind\":1024,\"name\":\"operationHandler\",\"url\":\"interfaces/AuthorizingHttpHandlerArgs.html#operationHandler\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AuthorizingHttpHandlerArgs\"},{\"id\":1458,\"kind\":128,\"name\":\"AuthorizingHttpHandler\",\"url\":\"classes/AuthorizingHttpHandler.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1459,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/AuthorizingHttpHandler.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"AuthorizingHttpHandler\"},{\"id\":1460,\"kind\":1024,\"name\":\"logger\",\"url\":\"classes/AuthorizingHttpHandler.html#logger\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"AuthorizingHttpHandler\"},{\"id\":1461,\"kind\":1024,\"name\":\"credentialsExtractor\",\"url\":\"classes/AuthorizingHttpHandler.html#credentialsExtractor\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"AuthorizingHttpHandler\"},{\"id\":1462,\"kind\":1024,\"name\":\"modesExtractor\",\"url\":\"classes/AuthorizingHttpHandler.html#modesExtractor\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"AuthorizingHttpHandler\"},{\"id\":1463,\"kind\":1024,\"name\":\"permissionReader\",\"url\":\"classes/AuthorizingHttpHandler.html#permissionReader\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"AuthorizingHttpHandler\"},{\"id\":1464,\"kind\":1024,\"name\":\"authorizer\",\"url\":\"classes/AuthorizingHttpHandler.html#authorizer\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"AuthorizingHttpHandler\"},{\"id\":1465,\"kind\":1024,\"name\":\"operationHandler\",\"url\":\"classes/AuthorizingHttpHandler.html#operationHandler\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"AuthorizingHttpHandler\"},{\"id\":1466,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/AuthorizingHttpHandler.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"AuthorizingHttpHandler\"},{\"id\":1467,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/AuthorizingHttpHandler.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"AuthorizingHttpHandler\"},{\"id\":1468,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/AuthorizingHttpHandler.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"AuthorizingHttpHandler\"},{\"id\":1469,\"kind\":256,\"name\":\"BaseHttpServerOptions\",\"url\":\"interfaces/BaseHttpServerOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1470,\"kind\":1024,\"name\":\"https\",\"url\":\"interfaces/BaseHttpServerOptions.html#https\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"BaseHttpServerOptions\"},{\"id\":1471,\"kind\":1024,\"name\":\"showStackTrace\",\"url\":\"interfaces/BaseHttpServerOptions.html#showStackTrace\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"BaseHttpServerOptions\"},{\"id\":1472,\"kind\":1024,\"name\":\"key\",\"url\":\"interfaces/BaseHttpServerOptions.html#key\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"BaseHttpServerOptions\"},{\"id\":1473,\"kind\":1024,\"name\":\"cert\",\"url\":\"interfaces/BaseHttpServerOptions.html#cert\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"BaseHttpServerOptions\"},{\"id\":1474,\"kind\":1024,\"name\":\"pfx\",\"url\":\"interfaces/BaseHttpServerOptions.html#pfx\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"BaseHttpServerOptions\"},{\"id\":1475,\"kind\":1024,\"name\":\"passphrase\",\"url\":\"interfaces/BaseHttpServerOptions.html#passphrase\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"BaseHttpServerOptions\"},{\"id\":1476,\"kind\":128,\"name\":\"BaseHttpServerFactory\",\"url\":\"classes/BaseHttpServerFactory.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1477,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/BaseHttpServerFactory.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"BaseHttpServerFactory\"},{\"id\":1478,\"kind\":1024,\"name\":\"logger\",\"url\":\"classes/BaseHttpServerFactory.html#logger\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"BaseHttpServerFactory\"},{\"id\":1479,\"kind\":1024,\"name\":\"handler\",\"url\":\"classes/BaseHttpServerFactory.html#handler\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"BaseHttpServerFactory\"},{\"id\":1480,\"kind\":1024,\"name\":\"options\",\"url\":\"classes/BaseHttpServerFactory.html#options\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"BaseHttpServerFactory\"},{\"id\":1481,\"kind\":2048,\"name\":\"startServer\",\"url\":\"classes/BaseHttpServerFactory.html#startServer\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"BaseHttpServerFactory\"},{\"id\":1482,\"kind\":2048,\"name\":\"createServerOptions\",\"url\":\"classes/BaseHttpServerFactory.html#createServerOptions\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"BaseHttpServerFactory\"},{\"id\":1483,\"kind\":256,\"name\":\"HttpHandlerInput\",\"url\":\"interfaces/HttpHandlerInput.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1484,\"kind\":1024,\"name\":\"request\",\"url\":\"interfaces/HttpHandlerInput.html#request\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"HttpHandlerInput\"},{\"id\":1485,\"kind\":1024,\"name\":\"response\",\"url\":\"interfaces/HttpHandlerInput.html#response\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"HttpHandlerInput\"},{\"id\":1486,\"kind\":128,\"name\":\"HttpHandler\",\"url\":\"classes/HttpHandler.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1487,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/HttpHandler.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"HttpHandler\"},{\"id\":1488,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/HttpHandler.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"HttpHandler\"},{\"id\":1489,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/HttpHandler.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"HttpHandler\"},{\"id\":1490,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/HttpHandler.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"HttpHandler\"},{\"id\":1491,\"kind\":64,\"name\":\"isHttpRequest\",\"url\":\"modules.html#isHttpRequest\",\"classes\":\"tsd-kind-function\"},{\"id\":1492,\"kind\":4194304,\"name\":\"HttpRequest\",\"url\":\"modules.html#HttpRequest\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":1493,\"kind\":4194304,\"name\":\"HttpResponse\",\"url\":\"modules.html#HttpResponse\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":1494,\"kind\":256,\"name\":\"HttpServerFactory\",\"url\":\"interfaces/HttpServerFactory.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1495,\"kind\":2048,\"name\":\"startServer\",\"url\":\"interfaces/HttpServerFactory.html#startServer\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"HttpServerFactory\"},{\"id\":1496,\"kind\":256,\"name\":\"OperationHttpHandlerInput\",\"url\":\"interfaces/OperationHttpHandlerInput.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1497,\"kind\":1024,\"name\":\"operation\",\"url\":\"interfaces/OperationHttpHandlerInput.html#operation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"OperationHttpHandlerInput\"},{\"id\":1498,\"kind\":1024,\"name\":\"request\",\"url\":\"interfaces/OperationHttpHandlerInput.html#request\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"OperationHttpHandlerInput\"},{\"id\":1499,\"kind\":1024,\"name\":\"response\",\"url\":\"interfaces/OperationHttpHandlerInput.html#response\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"OperationHttpHandlerInput\"},{\"id\":1500,\"kind\":128,\"name\":\"OperationHttpHandler\",\"url\":\"classes/OperationHttpHandler.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1501,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/OperationHttpHandler.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"OperationHttpHandler\"},{\"id\":1502,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/OperationHttpHandler.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"OperationHttpHandler\"},{\"id\":1503,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/OperationHttpHandler.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"OperationHttpHandler\"},{\"id\":1504,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/OperationHttpHandler.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"OperationHttpHandler\"},{\"id\":1505,\"kind\":256,\"name\":\"ParsingHttpHandlerArgs\",\"url\":\"interfaces/ParsingHttpHandlerArgs.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1506,\"kind\":1024,\"name\":\"requestParser\",\"url\":\"interfaces/ParsingHttpHandlerArgs.html#requestParser\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ParsingHttpHandlerArgs\"},{\"id\":1507,\"kind\":1024,\"name\":\"metadataCollector\",\"url\":\"interfaces/ParsingHttpHandlerArgs.html#metadataCollector\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ParsingHttpHandlerArgs\"},{\"id\":1508,\"kind\":1024,\"name\":\"errorHandler\",\"url\":\"interfaces/ParsingHttpHandlerArgs.html#errorHandler\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ParsingHttpHandlerArgs\"},{\"id\":1509,\"kind\":1024,\"name\":\"responseWriter\",\"url\":\"interfaces/ParsingHttpHandlerArgs.html#responseWriter\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ParsingHttpHandlerArgs\"},{\"id\":1510,\"kind\":1024,\"name\":\"operationHandler\",\"url\":\"interfaces/ParsingHttpHandlerArgs.html#operationHandler\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ParsingHttpHandlerArgs\"},{\"id\":1511,\"kind\":128,\"name\":\"ParsingHttpHandler\",\"url\":\"classes/ParsingHttpHandler.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1512,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ParsingHttpHandler.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ParsingHttpHandler\"},{\"id\":1513,\"kind\":1024,\"name\":\"logger\",\"url\":\"classes/ParsingHttpHandler.html#logger\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ParsingHttpHandler\"},{\"id\":1514,\"kind\":1024,\"name\":\"requestParser\",\"url\":\"classes/ParsingHttpHandler.html#requestParser\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ParsingHttpHandler\"},{\"id\":1515,\"kind\":1024,\"name\":\"errorHandler\",\"url\":\"classes/ParsingHttpHandler.html#errorHandler\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ParsingHttpHandler\"},{\"id\":1516,\"kind\":1024,\"name\":\"responseWriter\",\"url\":\"classes/ParsingHttpHandler.html#responseWriter\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ParsingHttpHandler\"},{\"id\":1517,\"kind\":1024,\"name\":\"metadataCollector\",\"url\":\"classes/ParsingHttpHandler.html#metadataCollector\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ParsingHttpHandler\"},{\"id\":1518,\"kind\":1024,\"name\":\"operationHandler\",\"url\":\"classes/ParsingHttpHandler.html#operationHandler\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ParsingHttpHandler\"},{\"id\":1519,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/ParsingHttpHandler.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ParsingHttpHandler\"},{\"id\":1520,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/ParsingHttpHandler.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ParsingHttpHandler\"},{\"id\":1521,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/ParsingHttpHandler.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ParsingHttpHandler\"},{\"id\":1522,\"kind\":128,\"name\":\"RedirectingHttpHandler\",\"url\":\"classes/RedirectingHttpHandler.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1523,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/RedirectingHttpHandler.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"RedirectingHttpHandler\"},{\"id\":1524,\"kind\":1024,\"name\":\"logger\",\"url\":\"classes/RedirectingHttpHandler.html#logger\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"RedirectingHttpHandler\"},{\"id\":1525,\"kind\":1024,\"name\":\"redirects\",\"url\":\"classes/RedirectingHttpHandler.html#redirects\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"RedirectingHttpHandler\"},{\"id\":1526,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/RedirectingHttpHandler.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"RedirectingHttpHandler\"},{\"id\":1527,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/RedirectingHttpHandler.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"RedirectingHttpHandler\"},{\"id\":1528,\"kind\":2048,\"name\":\"findRedirect\",\"url\":\"classes/RedirectingHttpHandler.html#findRedirect\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"RedirectingHttpHandler\"},{\"id\":1529,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/RedirectingHttpHandler.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RedirectingHttpHandler\"},{\"id\":1530,\"kind\":128,\"name\":\"WebSocketHandler\",\"url\":\"classes/WebSocketHandler.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1531,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/WebSocketHandler.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"WebSocketHandler\"},{\"id\":1532,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/WebSocketHandler.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"WebSocketHandler\"},{\"id\":1533,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/WebSocketHandler.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"WebSocketHandler\"},{\"id\":1534,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/WebSocketHandler.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"WebSocketHandler\"},{\"id\":1535,\"kind\":128,\"name\":\"WebSocketServerFactory\",\"url\":\"classes/WebSocketServerFactory.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1536,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/WebSocketServerFactory.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"WebSocketServerFactory\"},{\"id\":1537,\"kind\":1024,\"name\":\"baseServerFactory\",\"url\":\"classes/WebSocketServerFactory.html#baseServerFactory\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"WebSocketServerFactory\"},{\"id\":1538,\"kind\":1024,\"name\":\"webSocketHandler\",\"url\":\"classes/WebSocketServerFactory.html#webSocketHandler\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"WebSocketServerFactory\"},{\"id\":1539,\"kind\":2048,\"name\":\"startServer\",\"url\":\"classes/WebSocketServerFactory.html#startServer\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"WebSocketServerFactory\"},{\"id\":1540,\"kind\":128,\"name\":\"CorsHandler\",\"url\":\"classes/CorsHandler.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1541,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/CorsHandler.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"CorsHandler\"},{\"id\":1542,\"kind\":1024,\"name\":\"corsHandler\",\"url\":\"classes/CorsHandler.html#corsHandler\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"CorsHandler\"},{\"id\":1543,\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/CorsHandler.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"CorsHandler\"},{\"id\":1544,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/CorsHandler.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"CorsHandler\"},{\"id\":1545,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/CorsHandler.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"CorsHandler\"},{\"id\":1546,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/CorsHandler.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"CorsHandler\"},{\"id\":1547,\"kind\":128,\"name\":\"HeaderHandler\",\"url\":\"classes/HeaderHandler.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1548,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/HeaderHandler.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"HeaderHandler\"},{\"id\":1549,\"kind\":1024,\"name\":\"headers\",\"url\":\"classes/HeaderHandler.html#headers\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"HeaderHandler\"},{\"id\":1550,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/HeaderHandler.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"HeaderHandler\"},{\"id\":1551,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/HeaderHandler.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"HeaderHandler\"},{\"id\":1552,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/HeaderHandler.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"HeaderHandler\"},{\"id\":1553,\"kind\":128,\"name\":\"StaticAssetHandler\",\"url\":\"classes/StaticAssetHandler.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1554,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/StaticAssetHandler.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"StaticAssetHandler\"},{\"id\":1555,\"kind\":1024,\"name\":\"mappings\",\"url\":\"classes/StaticAssetHandler.html#mappings\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"StaticAssetHandler\"},{\"id\":1556,\"kind\":1024,\"name\":\"pathMatcher\",\"url\":\"classes/StaticAssetHandler.html#pathMatcher\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"StaticAssetHandler\"},{\"id\":1557,\"kind\":1024,\"name\":\"expires\",\"url\":\"classes/StaticAssetHandler.html#expires\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"StaticAssetHandler\"},{\"id\":1558,\"kind\":1024,\"name\":\"logger\",\"url\":\"classes/StaticAssetHandler.html#logger\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"StaticAssetHandler\"},{\"id\":1559,\"kind\":2048,\"name\":\"createPathMatcher\",\"url\":\"classes/StaticAssetHandler.html#createPathMatcher\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"StaticAssetHandler\"},{\"id\":1560,\"kind\":2048,\"name\":\"getFilePath\",\"url\":\"classes/StaticAssetHandler.html#getFilePath\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"StaticAssetHandler\"},{\"id\":1561,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/StaticAssetHandler.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"StaticAssetHandler\"},{\"id\":1562,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/StaticAssetHandler.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"StaticAssetHandler\"},{\"id\":1563,\"kind\":2048,\"name\":\"getCacheHeaders\",\"url\":\"classes/StaticAssetHandler.html#getCacheHeaders\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"StaticAssetHandler\"},{\"id\":1564,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/StaticAssetHandler.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaticAssetHandler\"},{\"id\":1565,\"kind\":128,\"name\":\"WebSocketAdvertiser\",\"url\":\"classes/WebSocketAdvertiser.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1566,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/WebSocketAdvertiser.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"WebSocketAdvertiser\"},{\"id\":1567,\"kind\":1024,\"name\":\"socketUrl\",\"url\":\"classes/WebSocketAdvertiser.html#socketUrl\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"WebSocketAdvertiser\"},{\"id\":1568,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/WebSocketAdvertiser.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"WebSocketAdvertiser\"},{\"id\":1569,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/WebSocketAdvertiser.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"WebSocketAdvertiser\"},{\"id\":1570,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/WebSocketAdvertiser.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"WebSocketAdvertiser\"},{\"id\":1571,\"kind\":256,\"name\":\"RedirectAllHttpHandlerArgs\",\"url\":\"interfaces/RedirectAllHttpHandlerArgs.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1572,\"kind\":1024,\"name\":\"baseUrl\",\"url\":\"interfaces/RedirectAllHttpHandlerArgs.html#baseUrl\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"RedirectAllHttpHandlerArgs\"},{\"id\":1573,\"kind\":1024,\"name\":\"target\",\"url\":\"interfaces/RedirectAllHttpHandlerArgs.html#target\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"RedirectAllHttpHandlerArgs\"},{\"id\":1574,\"kind\":1024,\"name\":\"targetExtractor\",\"url\":\"interfaces/RedirectAllHttpHandlerArgs.html#targetExtractor\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"RedirectAllHttpHandlerArgs\"},{\"id\":1575,\"kind\":1024,\"name\":\"responseWriter\",\"url\":\"interfaces/RedirectAllHttpHandlerArgs.html#responseWriter\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"RedirectAllHttpHandlerArgs\"},{\"id\":1576,\"kind\":128,\"name\":\"RedirectAllHttpHandler\",\"url\":\"classes/RedirectAllHttpHandler.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1577,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/RedirectAllHttpHandler.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"RedirectAllHttpHandler\"},{\"id\":1578,\"kind\":1024,\"name\":\"baseUrl\",\"url\":\"classes/RedirectAllHttpHandler.html#baseUrl\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"RedirectAllHttpHandler\"},{\"id\":1579,\"kind\":1024,\"name\":\"target\",\"url\":\"classes/RedirectAllHttpHandler.html#target\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"RedirectAllHttpHandler\"},{\"id\":1580,\"kind\":1024,\"name\":\"targetExtractor\",\"url\":\"classes/RedirectAllHttpHandler.html#targetExtractor\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"RedirectAllHttpHandler\"},{\"id\":1581,\"kind\":1024,\"name\":\"responseWriter\",\"url\":\"classes/RedirectAllHttpHandler.html#responseWriter\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"RedirectAllHttpHandler\"},{\"id\":1582,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/RedirectAllHttpHandler.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"RedirectAllHttpHandler\"},{\"id\":1583,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/RedirectAllHttpHandler.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"RedirectAllHttpHandler\"},{\"id\":1584,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/RedirectAllHttpHandler.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RedirectAllHttpHandler\"},{\"id\":1585,\"kind\":256,\"name\":\"RouterHandlerArgs\",\"url\":\"interfaces/RouterHandlerArgs.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1586,\"kind\":1024,\"name\":\"baseUrl\",\"url\":\"interfaces/RouterHandlerArgs.html#baseUrl\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"RouterHandlerArgs\"},{\"id\":1587,\"kind\":1024,\"name\":\"targetExtractor\",\"url\":\"interfaces/RouterHandlerArgs.html#targetExtractor\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"RouterHandlerArgs\"},{\"id\":1588,\"kind\":1024,\"name\":\"handler\",\"url\":\"interfaces/RouterHandlerArgs.html#handler\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"RouterHandlerArgs\"},{\"id\":1589,\"kind\":1024,\"name\":\"allowedMethods\",\"url\":\"interfaces/RouterHandlerArgs.html#allowedMethods\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"RouterHandlerArgs\"},{\"id\":1590,\"kind\":1024,\"name\":\"allowedPathNames\",\"url\":\"interfaces/RouterHandlerArgs.html#allowedPathNames\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"RouterHandlerArgs\"},{\"id\":1591,\"kind\":128,\"name\":\"RouterHandler\",\"url\":\"classes/RouterHandler.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1592,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/RouterHandler.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"RouterHandler\"},{\"id\":1593,\"kind\":1024,\"name\":\"baseUrl\",\"url\":\"classes/RouterHandler.html#baseUrl\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"RouterHandler\"},{\"id\":1594,\"kind\":1024,\"name\":\"targetExtractor\",\"url\":\"classes/RouterHandler.html#targetExtractor\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"RouterHandler\"},{\"id\":1595,\"kind\":1024,\"name\":\"handler\",\"url\":\"classes/RouterHandler.html#handler\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"RouterHandler\"},{\"id\":1596,\"kind\":1024,\"name\":\"allowedMethods\",\"url\":\"classes/RouterHandler.html#allowedMethods\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"RouterHandler\"},{\"id\":1597,\"kind\":1024,\"name\":\"allMethods\",\"url\":\"classes/RouterHandler.html#allMethods\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"RouterHandler\"},{\"id\":1598,\"kind\":1024,\"name\":\"allowedPathNamesRegEx\",\"url\":\"classes/RouterHandler.html#allowedPathNamesRegEx\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"RouterHandler\"},{\"id\":1599,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/RouterHandler.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"RouterHandler\"},{\"id\":1600,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/RouterHandler.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"RouterHandler\"},{\"id\":1601,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/RouterHandler.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RouterHandler\"},{\"id\":1602,\"kind\":256,\"name\":\"AtomicDataAccessor\",\"url\":\"interfaces/AtomicDataAccessor.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1603,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"interfaces/AtomicDataAccessor.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AtomicDataAccessor\"},{\"id\":1604,\"kind\":2048,\"name\":\"getData\",\"url\":\"interfaces/AtomicDataAccessor.html#getData\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AtomicDataAccessor\"},{\"id\":1605,\"kind\":2048,\"name\":\"getMetadata\",\"url\":\"interfaces/AtomicDataAccessor.html#getMetadata\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AtomicDataAccessor\"},{\"id\":1606,\"kind\":2048,\"name\":\"getChildren\",\"url\":\"interfaces/AtomicDataAccessor.html#getChildren\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AtomicDataAccessor\"},{\"id\":1607,\"kind\":2048,\"name\":\"writeDocument\",\"url\":\"interfaces/AtomicDataAccessor.html#writeDocument\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AtomicDataAccessor\"},{\"id\":1608,\"kind\":2048,\"name\":\"writeContainer\",\"url\":\"interfaces/AtomicDataAccessor.html#writeContainer\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AtomicDataAccessor\"},{\"id\":1609,\"kind\":2048,\"name\":\"deleteResource\",\"url\":\"interfaces/AtomicDataAccessor.html#deleteResource\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AtomicDataAccessor\"},{\"id\":1610,\"kind\":128,\"name\":\"AtomicFileDataAccessor\",\"url\":\"classes/AtomicFileDataAccessor.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1611,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/AtomicFileDataAccessor.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"AtomicFileDataAccessor\"},{\"id\":1612,\"kind\":1024,\"name\":\"tempFilePath\",\"url\":\"classes/AtomicFileDataAccessor.html#tempFilePath\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"AtomicFileDataAccessor\"},{\"id\":1613,\"kind\":2048,\"name\":\"writeDocument\",\"url\":\"classes/AtomicFileDataAccessor.html#writeDocument\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"AtomicFileDataAccessor\"},{\"id\":1614,\"kind\":1024,\"name\":\"logger\",\"url\":\"classes/AtomicFileDataAccessor.html#logger\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"AtomicFileDataAccessor\"},{\"id\":1615,\"kind\":1024,\"name\":\"resourceMapper\",\"url\":\"classes/AtomicFileDataAccessor.html#resourceMapper\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"AtomicFileDataAccessor\"},{\"id\":1616,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/AtomicFileDataAccessor.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"AtomicFileDataAccessor\"},{\"id\":1617,\"kind\":2048,\"name\":\"getData\",\"url\":\"classes/AtomicFileDataAccessor.html#getData\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"AtomicFileDataAccessor\"},{\"id\":1618,\"kind\":2048,\"name\":\"getMetadata\",\"url\":\"classes/AtomicFileDataAccessor.html#getMetadata\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"AtomicFileDataAccessor\"},{\"id\":1619,\"kind\":2048,\"name\":\"getChildren\",\"url\":\"classes/AtomicFileDataAccessor.html#getChildren\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"AtomicFileDataAccessor\"},{\"id\":1620,\"kind\":2048,\"name\":\"writeContainer\",\"url\":\"classes/AtomicFileDataAccessor.html#writeContainer\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"AtomicFileDataAccessor\"},{\"id\":1621,\"kind\":2048,\"name\":\"deleteResource\",\"url\":\"classes/AtomicFileDataAccessor.html#deleteResource\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"AtomicFileDataAccessor\"},{\"id\":1622,\"kind\":2048,\"name\":\"getStats\",\"url\":\"classes/AtomicFileDataAccessor.html#getStats\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"AtomicFileDataAccessor\"},{\"id\":1623,\"kind\":2048,\"name\":\"writeMetadata\",\"url\":\"classes/AtomicFileDataAccessor.html#writeMetadata\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"AtomicFileDataAccessor\"},{\"id\":1624,\"kind\":2048,\"name\":\"verifyExistingExtension\",\"url\":\"classes/AtomicFileDataAccessor.html#verifyExistingExtension\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"AtomicFileDataAccessor\"},{\"id\":1625,\"kind\":2048,\"name\":\"writeDataFile\",\"url\":\"classes/AtomicFileDataAccessor.html#writeDataFile\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"AtomicFileDataAccessor\"},{\"id\":1626,\"kind\":256,\"name\":\"DataAccessor\",\"url\":\"interfaces/DataAccessor.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1627,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"interfaces/DataAccessor.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"DataAccessor\"},{\"id\":1628,\"kind\":2048,\"name\":\"getData\",\"url\":\"interfaces/DataAccessor.html#getData\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"DataAccessor\"},{\"id\":1629,\"kind\":2048,\"name\":\"getMetadata\",\"url\":\"interfaces/DataAccessor.html#getMetadata\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"DataAccessor\"},{\"id\":1630,\"kind\":2048,\"name\":\"getChildren\",\"url\":\"interfaces/DataAccessor.html#getChildren\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"DataAccessor\"},{\"id\":1631,\"kind\":2048,\"name\":\"writeDocument\",\"url\":\"interfaces/DataAccessor.html#writeDocument\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"DataAccessor\"},{\"id\":1632,\"kind\":2048,\"name\":\"writeContainer\",\"url\":\"interfaces/DataAccessor.html#writeContainer\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"DataAccessor\"},{\"id\":1633,\"kind\":2048,\"name\":\"deleteResource\",\"url\":\"interfaces/DataAccessor.html#deleteResource\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"DataAccessor\"},{\"id\":1634,\"kind\":128,\"name\":\"FileDataAccessor\",\"url\":\"classes/FileDataAccessor.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1635,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/FileDataAccessor.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"FileDataAccessor\"},{\"id\":1636,\"kind\":1024,\"name\":\"logger\",\"url\":\"classes/FileDataAccessor.html#logger\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"FileDataAccessor\"},{\"id\":1637,\"kind\":1024,\"name\":\"resourceMapper\",\"url\":\"classes/FileDataAccessor.html#resourceMapper\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"FileDataAccessor\"},{\"id\":1638,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/FileDataAccessor.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"FileDataAccessor\"},{\"id\":1639,\"kind\":2048,\"name\":\"getData\",\"url\":\"classes/FileDataAccessor.html#getData\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"FileDataAccessor\"},{\"id\":1640,\"kind\":2048,\"name\":\"getMetadata\",\"url\":\"classes/FileDataAccessor.html#getMetadata\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"FileDataAccessor\"},{\"id\":1641,\"kind\":2048,\"name\":\"getChildren\",\"url\":\"classes/FileDataAccessor.html#getChildren\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"FileDataAccessor\"},{\"id\":1642,\"kind\":2048,\"name\":\"writeDocument\",\"url\":\"classes/FileDataAccessor.html#writeDocument\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"FileDataAccessor\"},{\"id\":1643,\"kind\":2048,\"name\":\"writeContainer\",\"url\":\"classes/FileDataAccessor.html#writeContainer\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"FileDataAccessor\"},{\"id\":1644,\"kind\":2048,\"name\":\"deleteResource\",\"url\":\"classes/FileDataAccessor.html#deleteResource\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"FileDataAccessor\"},{\"id\":1645,\"kind\":2048,\"name\":\"getStats\",\"url\":\"classes/FileDataAccessor.html#getStats\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected\",\"parent\":\"FileDataAccessor\"},{\"id\":1646,\"kind\":2048,\"name\":\"getFileMetadata\",\"url\":\"classes/FileDataAccessor.html#getFileMetadata\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"FileDataAccessor\"},{\"id\":1647,\"kind\":2048,\"name\":\"getDirectoryMetadata\",\"url\":\"classes/FileDataAccessor.html#getDirectoryMetadata\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"FileDataAccessor\"},{\"id\":1648,\"kind\":2048,\"name\":\"writeMetadata\",\"url\":\"classes/FileDataAccessor.html#writeMetadata\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected\",\"parent\":\"FileDataAccessor\"},{\"id\":1649,\"kind\":2048,\"name\":\"getBaseMetadata\",\"url\":\"classes/FileDataAccessor.html#getBaseMetadata\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"FileDataAccessor\"},{\"id\":1650,\"kind\":2048,\"name\":\"getRawMetadata\",\"url\":\"classes/FileDataAccessor.html#getRawMetadata\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"FileDataAccessor\"},{\"id\":1651,\"kind\":2048,\"name\":\"getChildMetadata\",\"url\":\"classes/FileDataAccessor.html#getChildMetadata\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"FileDataAccessor\"},{\"id\":1652,\"kind\":2048,\"name\":\"addPosixMetadata\",\"url\":\"classes/FileDataAccessor.html#addPosixMetadata\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"FileDataAccessor\"},{\"id\":1653,\"kind\":2048,\"name\":\"verifyExistingExtension\",\"url\":\"classes/FileDataAccessor.html#verifyExistingExtension\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected\",\"parent\":\"FileDataAccessor\"},{\"id\":1654,\"kind\":2048,\"name\":\"writeDataFile\",\"url\":\"classes/FileDataAccessor.html#writeDataFile\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected\",\"parent\":\"FileDataAccessor\"},{\"id\":1655,\"kind\":128,\"name\":\"InMemoryDataAccessor\",\"url\":\"classes/InMemoryDataAccessor.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1656,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/InMemoryDataAccessor.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"InMemoryDataAccessor\"},{\"id\":1657,\"kind\":1024,\"name\":\"identifierStrategy\",\"url\":\"classes/InMemoryDataAccessor.html#identifierStrategy\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"InMemoryDataAccessor\"},{\"id\":1658,\"kind\":1024,\"name\":\"store\",\"url\":\"classes/InMemoryDataAccessor.html#store\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"InMemoryDataAccessor\"},{\"id\":1659,\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/InMemoryDataAccessor.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"InMemoryDataAccessor\"},{\"id\":1660,\"kind\":1024,\"name\":\"entries\",\"url\":\"classes/InMemoryDataAccessor.html#__type.entries\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"InMemoryDataAccessor.__type\"},{\"id\":1661,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/InMemoryDataAccessor.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"InMemoryDataAccessor\"},{\"id\":1662,\"kind\":2048,\"name\":\"getData\",\"url\":\"classes/InMemoryDataAccessor.html#getData\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"InMemoryDataAccessor\"},{\"id\":1663,\"kind\":2048,\"name\":\"getMetadata\",\"url\":\"classes/InMemoryDataAccessor.html#getMetadata\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"InMemoryDataAccessor\"},{\"id\":1664,\"kind\":2048,\"name\":\"getChildren\",\"url\":\"classes/InMemoryDataAccessor.html#getChildren\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"InMemoryDataAccessor\"},{\"id\":1665,\"kind\":2048,\"name\":\"writeDocument\",\"url\":\"classes/InMemoryDataAccessor.html#writeDocument\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"InMemoryDataAccessor\"},{\"id\":1666,\"kind\":2048,\"name\":\"writeContainer\",\"url\":\"classes/InMemoryDataAccessor.html#writeContainer\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"InMemoryDataAccessor\"},{\"id\":1667,\"kind\":2048,\"name\":\"deleteResource\",\"url\":\"classes/InMemoryDataAccessor.html#deleteResource\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"InMemoryDataAccessor\"},{\"id\":1668,\"kind\":2048,\"name\":\"isDataEntry\",\"url\":\"classes/InMemoryDataAccessor.html#isDataEntry\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"InMemoryDataAccessor\"},{\"id\":1669,\"kind\":2048,\"name\":\"getHierarchy\",\"url\":\"classes/InMemoryDataAccessor.html#getHierarchy\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"InMemoryDataAccessor\"},{\"id\":1670,\"kind\":2048,\"name\":\"getParentEntry\",\"url\":\"classes/InMemoryDataAccessor.html#getParentEntry\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"InMemoryDataAccessor\"},{\"id\":1671,\"kind\":2048,\"name\":\"getEntry\",\"url\":\"classes/InMemoryDataAccessor.html#getEntry\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"InMemoryDataAccessor\"},{\"id\":1672,\"kind\":128,\"name\":\"PassthroughDataAccessor\",\"url\":\"classes/PassthroughDataAccessor.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1673,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/PassthroughDataAccessor.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"PassthroughDataAccessor\"},{\"id\":1674,\"kind\":1024,\"name\":\"accessor\",\"url\":\"classes/PassthroughDataAccessor.html#accessor\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"PassthroughDataAccessor\"},{\"id\":1675,\"kind\":2048,\"name\":\"writeDocument\",\"url\":\"classes/PassthroughDataAccessor.html#writeDocument\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"PassthroughDataAccessor\"},{\"id\":1676,\"kind\":2048,\"name\":\"writeContainer\",\"url\":\"classes/PassthroughDataAccessor.html#writeContainer\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"PassthroughDataAccessor\"},{\"id\":1677,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/PassthroughDataAccessor.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"PassthroughDataAccessor\"},{\"id\":1678,\"kind\":2048,\"name\":\"getData\",\"url\":\"classes/PassthroughDataAccessor.html#getData\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"PassthroughDataAccessor\"},{\"id\":1679,\"kind\":2048,\"name\":\"getMetadata\",\"url\":\"classes/PassthroughDataAccessor.html#getMetadata\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"PassthroughDataAccessor\"},{\"id\":1680,\"kind\":2048,\"name\":\"getChildren\",\"url\":\"classes/PassthroughDataAccessor.html#getChildren\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"PassthroughDataAccessor\"},{\"id\":1681,\"kind\":2048,\"name\":\"deleteResource\",\"url\":\"classes/PassthroughDataAccessor.html#deleteResource\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"PassthroughDataAccessor\"},{\"id\":1682,\"kind\":128,\"name\":\"SparqlDataAccessor\",\"url\":\"classes/SparqlDataAccessor.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1683,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/SparqlDataAccessor.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"SparqlDataAccessor\"},{\"id\":1684,\"kind\":1024,\"name\":\"logger\",\"url\":\"classes/SparqlDataAccessor.html#logger\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"SparqlDataAccessor\"},{\"id\":1685,\"kind\":1024,\"name\":\"endpoint\",\"url\":\"classes/SparqlDataAccessor.html#endpoint\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"SparqlDataAccessor\"},{\"id\":1686,\"kind\":1024,\"name\":\"identifierStrategy\",\"url\":\"classes/SparqlDataAccessor.html#identifierStrategy\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"SparqlDataAccessor\"},{\"id\":1687,\"kind\":1024,\"name\":\"fetcher\",\"url\":\"classes/SparqlDataAccessor.html#fetcher\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"SparqlDataAccessor\"},{\"id\":1688,\"kind\":1024,\"name\":\"generator\",\"url\":\"classes/SparqlDataAccessor.html#generator\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"SparqlDataAccessor\"},{\"id\":1689,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/SparqlDataAccessor.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"SparqlDataAccessor\"},{\"id\":1690,\"kind\":2048,\"name\":\"getData\",\"url\":\"classes/SparqlDataAccessor.html#getData\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"SparqlDataAccessor\"},{\"id\":1691,\"kind\":2048,\"name\":\"getMetadata\",\"url\":\"classes/SparqlDataAccessor.html#getMetadata\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"SparqlDataAccessor\"},{\"id\":1692,\"kind\":2048,\"name\":\"getChildren\",\"url\":\"classes/SparqlDataAccessor.html#getChildren\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"SparqlDataAccessor\"},{\"id\":1693,\"kind\":2048,\"name\":\"writeContainer\",\"url\":\"classes/SparqlDataAccessor.html#writeContainer\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"SparqlDataAccessor\"},{\"id\":1694,\"kind\":2048,\"name\":\"writeDocument\",\"url\":\"classes/SparqlDataAccessor.html#writeDocument\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"SparqlDataAccessor\"},{\"id\":1695,\"kind\":2048,\"name\":\"deleteResource\",\"url\":\"classes/SparqlDataAccessor.html#deleteResource\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"SparqlDataAccessor\"},{\"id\":1696,\"kind\":2048,\"name\":\"getRelatedNames\",\"url\":\"classes/SparqlDataAccessor.html#getRelatedNames\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"SparqlDataAccessor\"},{\"id\":1697,\"kind\":2048,\"name\":\"getMetadataNode\",\"url\":\"classes/SparqlDataAccessor.html#getMetadataNode\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"SparqlDataAccessor\"},{\"id\":1698,\"kind\":2048,\"name\":\"isMetadataIdentifier\",\"url\":\"classes/SparqlDataAccessor.html#isMetadataIdentifier\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"SparqlDataAccessor\"},{\"id\":1699,\"kind\":2048,\"name\":\"sparqlConstruct\",\"url\":\"classes/SparqlDataAccessor.html#sparqlConstruct\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"SparqlDataAccessor\"},{\"id\":1700,\"kind\":2048,\"name\":\"sparqlSelectGraph\",\"url\":\"classes/SparqlDataAccessor.html#sparqlSelectGraph\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"SparqlDataAccessor\"},{\"id\":1701,\"kind\":2048,\"name\":\"sparqlInsert\",\"url\":\"classes/SparqlDataAccessor.html#sparqlInsert\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"SparqlDataAccessor\"},{\"id\":1702,\"kind\":2048,\"name\":\"sparqlDelete\",\"url\":\"classes/SparqlDataAccessor.html#sparqlDelete\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"SparqlDataAccessor\"},{\"id\":1703,\"kind\":2048,\"name\":\"sparqlUpdateDeleteAll\",\"url\":\"classes/SparqlDataAccessor.html#sparqlUpdateDeleteAll\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"SparqlDataAccessor\"},{\"id\":1704,\"kind\":2048,\"name\":\"sparqlUpdateGraph\",\"url\":\"classes/SparqlDataAccessor.html#sparqlUpdateGraph\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"SparqlDataAccessor\"},{\"id\":1705,\"kind\":2048,\"name\":\"sendSparqlConstruct\",\"url\":\"classes/SparqlDataAccessor.html#sendSparqlConstruct\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"SparqlDataAccessor\"},{\"id\":1706,\"kind\":2048,\"name\":\"sendSparqlUpdate\",\"url\":\"classes/SparqlDataAccessor.html#sendSparqlUpdate\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"SparqlDataAccessor\"},{\"id\":1707,\"kind\":128,\"name\":\"ValidatingDataAccessor\",\"url\":\"classes/ValidatingDataAccessor.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1708,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ValidatingDataAccessor.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ValidatingDataAccessor\"},{\"id\":1709,\"kind\":1024,\"name\":\"validator\",\"url\":\"classes/ValidatingDataAccessor.html#validator\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ValidatingDataAccessor\"},{\"id\":1710,\"kind\":2048,\"name\":\"writeDocument\",\"url\":\"classes/ValidatingDataAccessor.html#writeDocument\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ValidatingDataAccessor\"},{\"id\":1711,\"kind\":2048,\"name\":\"writeContainer\",\"url\":\"classes/ValidatingDataAccessor.html#writeContainer\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ValidatingDataAccessor\"},{\"id\":1712,\"kind\":1024,\"name\":\"accessor\",\"url\":\"classes/ValidatingDataAccessor.html#accessor\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"ValidatingDataAccessor\"},{\"id\":1713,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/ValidatingDataAccessor.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ValidatingDataAccessor\"},{\"id\":1714,\"kind\":2048,\"name\":\"getData\",\"url\":\"classes/ValidatingDataAccessor.html#getData\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ValidatingDataAccessor\"},{\"id\":1715,\"kind\":2048,\"name\":\"getMetadata\",\"url\":\"classes/ValidatingDataAccessor.html#getMetadata\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ValidatingDataAccessor\"},{\"id\":1716,\"kind\":2048,\"name\":\"getChildren\",\"url\":\"classes/ValidatingDataAccessor.html#getChildren\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ValidatingDataAccessor\"},{\"id\":1717,\"kind\":2048,\"name\":\"deleteResource\",\"url\":\"classes/ValidatingDataAccessor.html#deleteResource\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ValidatingDataAccessor\"},{\"id\":1718,\"kind\":128,\"name\":\"BaseTypedRepresentationConverter\",\"url\":\"classes/BaseTypedRepresentationConverter.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1719,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/BaseTypedRepresentationConverter.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"BaseTypedRepresentationConverter\"},{\"id\":1720,\"kind\":1024,\"name\":\"inputTypes\",\"url\":\"classes/BaseTypedRepresentationConverter.html#inputTypes\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"BaseTypedRepresentationConverter\"},{\"id\":1721,\"kind\":1024,\"name\":\"outputTypes\",\"url\":\"classes/BaseTypedRepresentationConverter.html#outputTypes\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"BaseTypedRepresentationConverter\"},{\"id\":1722,\"kind\":2048,\"name\":\"getOutputTypes\",\"url\":\"classes/BaseTypedRepresentationConverter.html#getOutputTypes\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"BaseTypedRepresentationConverter\"},{\"id\":1723,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/BaseTypedRepresentationConverter.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"BaseTypedRepresentationConverter\"},{\"id\":1724,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/BaseTypedRepresentationConverter.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BaseTypedRepresentationConverter\"},{\"id\":1725,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/BaseTypedRepresentationConverter.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BaseTypedRepresentationConverter\"},{\"id\":1726,\"kind\":128,\"name\":\"ChainedConverter\",\"url\":\"classes/ChainedConverter.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1727,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ChainedConverter.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ChainedConverter\"},{\"id\":1728,\"kind\":1024,\"name\":\"logger\",\"url\":\"classes/ChainedConverter.html#logger\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"ChainedConverter\"},{\"id\":1729,\"kind\":1024,\"name\":\"converters\",\"url\":\"classes/ChainedConverter.html#converters\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ChainedConverter\"},{\"id\":1730,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/ChainedConverter.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ChainedConverter\"},{\"id\":1731,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/ChainedConverter.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ChainedConverter\"},{\"id\":1732,\"kind\":2048,\"name\":\"findPath\",\"url\":\"classes/ChainedConverter.html#findPath\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"ChainedConverter\"},{\"id\":1733,\"kind\":2048,\"name\":\"generatePath\",\"url\":\"classes/ChainedConverter.html#generatePath\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"ChainedConverter\"},{\"id\":1734,\"kind\":2048,\"name\":\"updatePathWeights\",\"url\":\"classes/ChainedConverter.html#updatePathWeights\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"ChainedConverter\"},{\"id\":1735,\"kind\":2048,\"name\":\"findBest\",\"url\":\"classes/ChainedConverter.html#findBest\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"ChainedConverter\"},{\"id\":1736,\"kind\":2048,\"name\":\"removeBadPaths\",\"url\":\"classes/ChainedConverter.html#removeBadPaths\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"ChainedConverter\"},{\"id\":1737,\"kind\":2048,\"name\":\"takeStep\",\"url\":\"classes/ChainedConverter.html#takeStep\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"ChainedConverter\"},{\"id\":1738,\"kind\":2048,\"name\":\"modifyTypeWeights\",\"url\":\"classes/ChainedConverter.html#modifyTypeWeights\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"ChainedConverter\"},{\"id\":1739,\"kind\":2048,\"name\":\"supportedConverters\",\"url\":\"classes/ChainedConverter.html#supportedConverters\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"ChainedConverter\"},{\"id\":1740,\"kind\":2048,\"name\":\"findConverterPreference\",\"url\":\"classes/ChainedConverter.html#findConverterPreference\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"ChainedConverter\"},{\"id\":1741,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/ChainedConverter.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ChainedConverter\"},{\"id\":1742,\"kind\":256,\"name\":\"ConstantConverterOptions\",\"url\":\"interfaces/ConstantConverterOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1743,\"kind\":1024,\"name\":\"container\",\"url\":\"interfaces/ConstantConverterOptions.html#container\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ConstantConverterOptions\"},{\"id\":1744,\"kind\":1024,\"name\":\"document\",\"url\":\"interfaces/ConstantConverterOptions.html#document\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ConstantConverterOptions\"},{\"id\":1745,\"kind\":1024,\"name\":\"minQuality\",\"url\":\"interfaces/ConstantConverterOptions.html#minQuality\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ConstantConverterOptions\"},{\"id\":1746,\"kind\":1024,\"name\":\"enabledMediaRanges\",\"url\":\"interfaces/ConstantConverterOptions.html#enabledMediaRanges\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ConstantConverterOptions\"},{\"id\":1747,\"kind\":1024,\"name\":\"disabledMediaRanges\",\"url\":\"interfaces/ConstantConverterOptions.html#disabledMediaRanges\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ConstantConverterOptions\"},{\"id\":1748,\"kind\":128,\"name\":\"ConstantConverter\",\"url\":\"classes/ConstantConverter.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1749,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ConstantConverter.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ConstantConverter\"},{\"id\":1750,\"kind\":1024,\"name\":\"filePath\",\"url\":\"classes/ConstantConverter.html#filePath\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ConstantConverter\"},{\"id\":1751,\"kind\":1024,\"name\":\"contentType\",\"url\":\"classes/ConstantConverter.html#contentType\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ConstantConverter\"},{\"id\":1752,\"kind\":1024,\"name\":\"options\",\"url\":\"classes/ConstantConverter.html#options\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ConstantConverter\"},{\"id\":1753,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/ConstantConverter.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ConstantConverter\"},{\"id\":1754,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/ConstantConverter.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ConstantConverter\"},{\"id\":1755,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/ConstantConverter.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ConstantConverter\"},{\"id\":1756,\"kind\":128,\"name\":\"ContainerToTemplateConverter\",\"url\":\"classes/ContainerToTemplateConverter.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1757,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ContainerToTemplateConverter.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ContainerToTemplateConverter\"},{\"id\":1758,\"kind\":1024,\"name\":\"identifierStrategy\",\"url\":\"classes/ContainerToTemplateConverter.html#identifierStrategy\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ContainerToTemplateConverter\"},{\"id\":1759,\"kind\":1024,\"name\":\"templateEngine\",\"url\":\"classes/ContainerToTemplateConverter.html#templateEngine\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ContainerToTemplateConverter\"},{\"id\":1760,\"kind\":1024,\"name\":\"contentType\",\"url\":\"classes/ContainerToTemplateConverter.html#contentType\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ContainerToTemplateConverter\"},{\"id\":1761,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/ContainerToTemplateConverter.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ContainerToTemplateConverter\"},{\"id\":1762,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/ContainerToTemplateConverter.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ContainerToTemplateConverter\"},{\"id\":1763,\"kind\":2048,\"name\":\"getChildResources\",\"url\":\"classes/ContainerToTemplateConverter.html#getChildResources\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"ContainerToTemplateConverter\"},{\"id\":1764,\"kind\":2048,\"name\":\"getParentContainers\",\"url\":\"classes/ContainerToTemplateConverter.html#getParentContainers\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"ContainerToTemplateConverter\"},{\"id\":1765,\"kind\":2048,\"name\":\"getLocalName\",\"url\":\"classes/ContainerToTemplateConverter.html#getLocalName\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"ContainerToTemplateConverter\"},{\"id\":1766,\"kind\":1024,\"name\":\"inputTypes\",\"url\":\"classes/ContainerToTemplateConverter.html#inputTypes\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"ContainerToTemplateConverter\"},{\"id\":1767,\"kind\":1024,\"name\":\"outputTypes\",\"url\":\"classes/ContainerToTemplateConverter.html#outputTypes\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"ContainerToTemplateConverter\"},{\"id\":1768,\"kind\":2048,\"name\":\"getOutputTypes\",\"url\":\"classes/ContainerToTemplateConverter.html#getOutputTypes\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ContainerToTemplateConverter\"},{\"id\":1769,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/ContainerToTemplateConverter.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ContainerToTemplateConverter\"},{\"id\":1770,\"kind\":128,\"name\":\"ContentTypeReplacer\",\"url\":\"classes/ContentTypeReplacer.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1771,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ContentTypeReplacer.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ContentTypeReplacer\"},{\"id\":1772,\"kind\":1024,\"name\":\"contentTypeMap\",\"url\":\"classes/ContentTypeReplacer.html#contentTypeMap\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ContentTypeReplacer\"},{\"id\":1773,\"kind\":2048,\"name\":\"getOutputTypes\",\"url\":\"classes/ContentTypeReplacer.html#getOutputTypes\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ContentTypeReplacer\"},{\"id\":1774,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/ContentTypeReplacer.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ContentTypeReplacer\"},{\"id\":1775,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/ContentTypeReplacer.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ContentTypeReplacer\"},{\"id\":1776,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/ContentTypeReplacer.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ContentTypeReplacer\"},{\"id\":1777,\"kind\":2048,\"name\":\"getReplacementType\",\"url\":\"classes/ContentTypeReplacer.html#getReplacementType\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"ContentTypeReplacer\"},{\"id\":1778,\"kind\":64,\"name\":\"cleanPreferences\",\"url\":\"modules.html#cleanPreferences\",\"classes\":\"tsd-kind-function\"},{\"id\":1779,\"kind\":64,\"name\":\"getTypeWeight\",\"url\":\"modules.html#getTypeWeight\",\"classes\":\"tsd-kind-function\"},{\"id\":1780,\"kind\":64,\"name\":\"getWeightedPreferences\",\"url\":\"modules.html#getWeightedPreferences\",\"classes\":\"tsd-kind-function\"},{\"id\":1781,\"kind\":64,\"name\":\"getBestPreference\",\"url\":\"modules.html#getBestPreference\",\"classes\":\"tsd-kind-function\"},{\"id\":1782,\"kind\":64,\"name\":\"getConversionTarget\",\"url\":\"modules.html#getConversionTarget\",\"classes\":\"tsd-kind-function\"},{\"id\":1783,\"kind\":64,\"name\":\"matchesMediaPreferences\",\"url\":\"modules.html#matchesMediaPreferences\",\"classes\":\"tsd-kind-function\"},{\"id\":1784,\"kind\":64,\"name\":\"matchesMediaType\",\"url\":\"modules.html#matchesMediaType\",\"classes\":\"tsd-kind-function\"},{\"id\":1785,\"kind\":64,\"name\":\"isInternalContentType\",\"url\":\"modules.html#isInternalContentType\",\"classes\":\"tsd-kind-function\"},{\"id\":1786,\"kind\":64,\"name\":\"preferencesToString\",\"url\":\"modules.html#preferencesToString\",\"classes\":\"tsd-kind-function\"},{\"id\":1787,\"kind\":128,\"name\":\"DynamicJsonToTemplateConverter\",\"url\":\"classes/DynamicJsonToTemplateConverter.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1788,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/DynamicJsonToTemplateConverter.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"DynamicJsonToTemplateConverter\"},{\"id\":1789,\"kind\":1024,\"name\":\"templateEngine\",\"url\":\"classes/DynamicJsonToTemplateConverter.html#templateEngine\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"DynamicJsonToTemplateConverter\"},{\"id\":1790,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/DynamicJsonToTemplateConverter.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"DynamicJsonToTemplateConverter\"},{\"id\":1791,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/DynamicJsonToTemplateConverter.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"DynamicJsonToTemplateConverter\"},{\"id\":1792,\"kind\":2048,\"name\":\"constructTypeMap\",\"url\":\"classes/DynamicJsonToTemplateConverter.html#constructTypeMap\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"DynamicJsonToTemplateConverter\"},{\"id\":1793,\"kind\":2048,\"name\":\"findType\",\"url\":\"classes/DynamicJsonToTemplateConverter.html#findType\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"DynamicJsonToTemplateConverter\"},{\"id\":1794,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/DynamicJsonToTemplateConverter.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"DynamicJsonToTemplateConverter\"},{\"id\":1795,\"kind\":128,\"name\":\"ErrorToJsonConverter\",\"url\":\"classes/ErrorToJsonConverter.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1796,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ErrorToJsonConverter.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ErrorToJsonConverter\"},{\"id\":1797,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/ErrorToJsonConverter.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ErrorToJsonConverter\"},{\"id\":1798,\"kind\":1024,\"name\":\"inputTypes\",\"url\":\"classes/ErrorToJsonConverter.html#inputTypes\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"ErrorToJsonConverter\"},{\"id\":1799,\"kind\":1024,\"name\":\"outputTypes\",\"url\":\"classes/ErrorToJsonConverter.html#outputTypes\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"ErrorToJsonConverter\"},{\"id\":1800,\"kind\":2048,\"name\":\"getOutputTypes\",\"url\":\"classes/ErrorToJsonConverter.html#getOutputTypes\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ErrorToJsonConverter\"},{\"id\":1801,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/ErrorToJsonConverter.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ErrorToJsonConverter\"},{\"id\":1802,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/ErrorToJsonConverter.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ErrorToJsonConverter\"},{\"id\":1803,\"kind\":128,\"name\":\"ErrorToQuadConverter\",\"url\":\"classes/ErrorToQuadConverter.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1804,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ErrorToQuadConverter.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ErrorToQuadConverter\"},{\"id\":1805,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/ErrorToQuadConverter.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ErrorToQuadConverter\"},{\"id\":1806,\"kind\":1024,\"name\":\"inputTypes\",\"url\":\"classes/ErrorToQuadConverter.html#inputTypes\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"ErrorToQuadConverter\"},{\"id\":1807,\"kind\":1024,\"name\":\"outputTypes\",\"url\":\"classes/ErrorToQuadConverter.html#outputTypes\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"ErrorToQuadConverter\"},{\"id\":1808,\"kind\":2048,\"name\":\"getOutputTypes\",\"url\":\"classes/ErrorToQuadConverter.html#getOutputTypes\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ErrorToQuadConverter\"},{\"id\":1809,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/ErrorToQuadConverter.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ErrorToQuadConverter\"},{\"id\":1810,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/ErrorToQuadConverter.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ErrorToQuadConverter\"},{\"id\":1811,\"kind\":256,\"name\":\"TemplateOptions\",\"url\":\"interfaces/TemplateOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1812,\"kind\":1024,\"name\":\"mainTemplatePath\",\"url\":\"interfaces/TemplateOptions.html#mainTemplatePath\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TemplateOptions\"},{\"id\":1813,\"kind\":1024,\"name\":\"codeTemplatesPath\",\"url\":\"interfaces/TemplateOptions.html#codeTemplatesPath\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TemplateOptions\"},{\"id\":1814,\"kind\":1024,\"name\":\"extension\",\"url\":\"interfaces/TemplateOptions.html#extension\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TemplateOptions\"},{\"id\":1815,\"kind\":1024,\"name\":\"contentType\",\"url\":\"interfaces/TemplateOptions.html#contentType\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TemplateOptions\"},{\"id\":1816,\"kind\":128,\"name\":\"ErrorToTemplateConverter\",\"url\":\"classes/ErrorToTemplateConverter.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1817,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ErrorToTemplateConverter.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ErrorToTemplateConverter\"},{\"id\":1818,\"kind\":1024,\"name\":\"templateEngine\",\"url\":\"classes/ErrorToTemplateConverter.html#templateEngine\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ErrorToTemplateConverter\"},{\"id\":1819,\"kind\":1024,\"name\":\"mainTemplatePath\",\"url\":\"classes/ErrorToTemplateConverter.html#mainTemplatePath\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ErrorToTemplateConverter\"},{\"id\":1820,\"kind\":1024,\"name\":\"codeTemplatesPath\",\"url\":\"classes/ErrorToTemplateConverter.html#codeTemplatesPath\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ErrorToTemplateConverter\"},{\"id\":1821,\"kind\":1024,\"name\":\"extension\",\"url\":\"classes/ErrorToTemplateConverter.html#extension\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ErrorToTemplateConverter\"},{\"id\":1822,\"kind\":1024,\"name\":\"contentType\",\"url\":\"classes/ErrorToTemplateConverter.html#contentType\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ErrorToTemplateConverter\"},{\"id\":1823,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/ErrorToTemplateConverter.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ErrorToTemplateConverter\"},{\"id\":1824,\"kind\":1024,\"name\":\"inputTypes\",\"url\":\"classes/ErrorToTemplateConverter.html#inputTypes\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"ErrorToTemplateConverter\"},{\"id\":1825,\"kind\":1024,\"name\":\"outputTypes\",\"url\":\"classes/ErrorToTemplateConverter.html#outputTypes\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"ErrorToTemplateConverter\"},{\"id\":1826,\"kind\":2048,\"name\":\"getOutputTypes\",\"url\":\"classes/ErrorToTemplateConverter.html#getOutputTypes\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ErrorToTemplateConverter\"},{\"id\":1827,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/ErrorToTemplateConverter.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ErrorToTemplateConverter\"},{\"id\":1828,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/ErrorToTemplateConverter.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ErrorToTemplateConverter\"},{\"id\":1829,\"kind\":128,\"name\":\"FormToJsonConverter\",\"url\":\"classes/FormToJsonConverter.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1830,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/FormToJsonConverter.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"FormToJsonConverter\"},{\"id\":1831,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/FormToJsonConverter.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"FormToJsonConverter\"},{\"id\":1832,\"kind\":1024,\"name\":\"inputTypes\",\"url\":\"classes/FormToJsonConverter.html#inputTypes\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"FormToJsonConverter\"},{\"id\":1833,\"kind\":1024,\"name\":\"outputTypes\",\"url\":\"classes/FormToJsonConverter.html#outputTypes\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"FormToJsonConverter\"},{\"id\":1834,\"kind\":2048,\"name\":\"getOutputTypes\",\"url\":\"classes/FormToJsonConverter.html#getOutputTypes\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FormToJsonConverter\"},{\"id\":1835,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/FormToJsonConverter.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FormToJsonConverter\"},{\"id\":1836,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/FormToJsonConverter.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FormToJsonConverter\"},{\"id\":1837,\"kind\":128,\"name\":\"MarkdownToHtmlConverter\",\"url\":\"classes/MarkdownToHtmlConverter.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1838,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/MarkdownToHtmlConverter.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MarkdownToHtmlConverter\"},{\"id\":1839,\"kind\":1024,\"name\":\"templateEngine\",\"url\":\"classes/MarkdownToHtmlConverter.html#templateEngine\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"MarkdownToHtmlConverter\"},{\"id\":1840,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/MarkdownToHtmlConverter.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MarkdownToHtmlConverter\"},{\"id\":1841,\"kind\":1024,\"name\":\"inputTypes\",\"url\":\"classes/MarkdownToHtmlConverter.html#inputTypes\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"MarkdownToHtmlConverter\"},{\"id\":1842,\"kind\":1024,\"name\":\"outputTypes\",\"url\":\"classes/MarkdownToHtmlConverter.html#outputTypes\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"MarkdownToHtmlConverter\"},{\"id\":1843,\"kind\":2048,\"name\":\"getOutputTypes\",\"url\":\"classes/MarkdownToHtmlConverter.html#getOutputTypes\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MarkdownToHtmlConverter\"},{\"id\":1844,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/MarkdownToHtmlConverter.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MarkdownToHtmlConverter\"},{\"id\":1845,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/MarkdownToHtmlConverter.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MarkdownToHtmlConverter\"},{\"id\":1846,\"kind\":128,\"name\":\"PassthroughConverter\",\"url\":\"classes/PassthroughConverter.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1847,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/PassthroughConverter.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PassthroughConverter\"},{\"id\":1848,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/PassthroughConverter.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"PassthroughConverter\"},{\"id\":1849,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/PassthroughConverter.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PassthroughConverter\"},{\"id\":1850,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/PassthroughConverter.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PassthroughConverter\"},{\"id\":1851,\"kind\":128,\"name\":\"QuadToRdfConverter\",\"url\":\"classes/QuadToRdfConverter.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1852,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/QuadToRdfConverter.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"QuadToRdfConverter\"},{\"id\":1853,\"kind\":1024,\"name\":\"outputPreferences\",\"url\":\"classes/QuadToRdfConverter.html#outputPreferences\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"QuadToRdfConverter\"},{\"id\":1854,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/QuadToRdfConverter.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"QuadToRdfConverter\"},{\"id\":1855,\"kind\":1024,\"name\":\"inputTypes\",\"url\":\"classes/QuadToRdfConverter.html#inputTypes\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"QuadToRdfConverter\"},{\"id\":1856,\"kind\":1024,\"name\":\"outputTypes\",\"url\":\"classes/QuadToRdfConverter.html#outputTypes\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"QuadToRdfConverter\"},{\"id\":1857,\"kind\":2048,\"name\":\"getOutputTypes\",\"url\":\"classes/QuadToRdfConverter.html#getOutputTypes\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"QuadToRdfConverter\"},{\"id\":1858,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/QuadToRdfConverter.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"QuadToRdfConverter\"},{\"id\":1859,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/QuadToRdfConverter.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"QuadToRdfConverter\"},{\"id\":1860,\"kind\":128,\"name\":\"RdfToQuadConverter\",\"url\":\"classes/RdfToQuadConverter.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1861,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/RdfToQuadConverter.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"RdfToQuadConverter\"},{\"id\":1862,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/RdfToQuadConverter.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"RdfToQuadConverter\"},{\"id\":1863,\"kind\":1024,\"name\":\"inputTypes\",\"url\":\"classes/RdfToQuadConverter.html#inputTypes\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"RdfToQuadConverter\"},{\"id\":1864,\"kind\":1024,\"name\":\"outputTypes\",\"url\":\"classes/RdfToQuadConverter.html#outputTypes\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"RdfToQuadConverter\"},{\"id\":1865,\"kind\":2048,\"name\":\"getOutputTypes\",\"url\":\"classes/RdfToQuadConverter.html#getOutputTypes\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RdfToQuadConverter\"},{\"id\":1866,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/RdfToQuadConverter.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RdfToQuadConverter\"},{\"id\":1867,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/RdfToQuadConverter.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RdfToQuadConverter\"},{\"id\":1868,\"kind\":256,\"name\":\"RepresentationConverterArgs\",\"url\":\"interfaces/RepresentationConverterArgs.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1869,\"kind\":1024,\"name\":\"identifier\",\"url\":\"interfaces/RepresentationConverterArgs.html#identifier\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"RepresentationConverterArgs\"},{\"id\":1870,\"kind\":1024,\"name\":\"representation\",\"url\":\"interfaces/RepresentationConverterArgs.html#representation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"RepresentationConverterArgs\"},{\"id\":1871,\"kind\":1024,\"name\":\"preferences\",\"url\":\"interfaces/RepresentationConverterArgs.html#preferences\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"RepresentationConverterArgs\"},{\"id\":1872,\"kind\":128,\"name\":\"RepresentationConverter\",\"url\":\"classes/RepresentationConverter.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1873,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/RepresentationConverter.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RepresentationConverter\"},{\"id\":1874,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/RepresentationConverter.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RepresentationConverter\"},{\"id\":1875,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/RepresentationConverter.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RepresentationConverter\"},{\"id\":1876,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/RepresentationConverter.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RepresentationConverter\"},{\"id\":1877,\"kind\":128,\"name\":\"TypedRepresentationConverter\",\"url\":\"classes/TypedRepresentationConverter.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1878,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/TypedRepresentationConverter.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TypedRepresentationConverter\"},{\"id\":1879,\"kind\":2048,\"name\":\"getOutputTypes\",\"url\":\"classes/TypedRepresentationConverter.html#getOutputTypes\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TypedRepresentationConverter\"},{\"id\":1880,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/TypedRepresentationConverter.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TypedRepresentationConverter\"},{\"id\":1881,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/TypedRepresentationConverter.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TypedRepresentationConverter\"},{\"id\":1882,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/TypedRepresentationConverter.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TypedRepresentationConverter\"},{\"id\":1883,\"kind\":128,\"name\":\"EncodingPathStorage\",\"url\":\"classes/EncodingPathStorage.html\",\"classes\":\"tsd-kind-class tsd-has-type-parameter\"},{\"id\":1884,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/EncodingPathStorage.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter\",\"parent\":\"EncodingPathStorage\"},{\"id\":1885,\"kind\":1024,\"name\":\"basePath\",\"url\":\"classes/EncodingPathStorage.html#basePath\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"EncodingPathStorage\"},{\"id\":1886,\"kind\":1024,\"name\":\"source\",\"url\":\"classes/EncodingPathStorage.html#source\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"EncodingPathStorage\"},{\"id\":1887,\"kind\":2048,\"name\":\"get\",\"url\":\"classes/EncodingPathStorage.html#get\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"EncodingPathStorage\"},{\"id\":1888,\"kind\":2048,\"name\":\"has\",\"url\":\"classes/EncodingPathStorage.html#has\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"EncodingPathStorage\"},{\"id\":1889,\"kind\":2048,\"name\":\"set\",\"url\":\"classes/EncodingPathStorage.html#set\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"EncodingPathStorage\"},{\"id\":1890,\"kind\":2048,\"name\":\"delete\",\"url\":\"classes/EncodingPathStorage.html#delete\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"EncodingPathStorage\"},{\"id\":1891,\"kind\":2048,\"name\":\"entries\",\"url\":\"classes/EncodingPathStorage.html#entries\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"EncodingPathStorage\"},{\"id\":1892,\"kind\":2048,\"name\":\"keyToPath\",\"url\":\"classes/EncodingPathStorage.html#keyToPath\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"EncodingPathStorage\"},{\"id\":1893,\"kind\":2048,\"name\":\"pathToKey\",\"url\":\"classes/EncodingPathStorage.html#pathToKey\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"EncodingPathStorage\"},{\"id\":1894,\"kind\":256,\"name\":\"ExpiringStorage\",\"url\":\"interfaces/ExpiringStorage.html\",\"classes\":\"tsd-kind-interface tsd-has-type-parameter\"},{\"id\":1895,\"kind\":2048,\"name\":\"set\",\"url\":\"interfaces/ExpiringStorage.html#set\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-overwrite\",\"parent\":\"ExpiringStorage\"},{\"id\":1896,\"kind\":2048,\"name\":\"get\",\"url\":\"interfaces/ExpiringStorage.html#get\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ExpiringStorage\"},{\"id\":1897,\"kind\":2048,\"name\":\"has\",\"url\":\"interfaces/ExpiringStorage.html#has\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ExpiringStorage\"},{\"id\":1898,\"kind\":2048,\"name\":\"delete\",\"url\":\"interfaces/ExpiringStorage.html#delete\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ExpiringStorage\"},{\"id\":1899,\"kind\":2048,\"name\":\"entries\",\"url\":\"interfaces/ExpiringStorage.html#entries\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ExpiringStorage\"},{\"id\":1900,\"kind\":128,\"name\":\"JsonFileStorage\",\"url\":\"classes/JsonFileStorage.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1901,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/JsonFileStorage.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"JsonFileStorage\"},{\"id\":1902,\"kind\":1024,\"name\":\"filePath\",\"url\":\"classes/JsonFileStorage.html#filePath\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"JsonFileStorage\"},{\"id\":1903,\"kind\":1024,\"name\":\"locker\",\"url\":\"classes/JsonFileStorage.html#locker\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"JsonFileStorage\"},{\"id\":1904,\"kind\":1024,\"name\":\"lockIdentifier\",\"url\":\"classes/JsonFileStorage.html#lockIdentifier\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"JsonFileStorage\"},{\"id\":1905,\"kind\":2048,\"name\":\"get\",\"url\":\"classes/JsonFileStorage.html#get\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"JsonFileStorage\"},{\"id\":1906,\"kind\":2048,\"name\":\"has\",\"url\":\"classes/JsonFileStorage.html#has\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"JsonFileStorage\"},{\"id\":1907,\"kind\":2048,\"name\":\"set\",\"url\":\"classes/JsonFileStorage.html#set\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"JsonFileStorage\"},{\"id\":1908,\"kind\":2048,\"name\":\"delete\",\"url\":\"classes/JsonFileStorage.html#delete\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"JsonFileStorage\"},{\"id\":1909,\"kind\":2048,\"name\":\"entries\",\"url\":\"classes/JsonFileStorage.html#entries\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"JsonFileStorage\"},{\"id\":1910,\"kind\":2048,\"name\":\"getJsonSafely\",\"url\":\"classes/JsonFileStorage.html#getJsonSafely\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"JsonFileStorage\"},{\"id\":1911,\"kind\":2048,\"name\":\"updateJsonSafely\",\"url\":\"classes/JsonFileStorage.html#updateJsonSafely\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-private\",\"parent\":\"JsonFileStorage\"},{\"id\":1912,\"kind\":2048,\"name\":\"getJson\",\"url\":\"classes/JsonFileStorage.html#getJson\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"JsonFileStorage\"},{\"id\":1913,\"kind\":128,\"name\":\"JsonResourceStorage\",\"url\":\"classes/JsonResourceStorage.html\",\"classes\":\"tsd-kind-class tsd-has-type-parameter\"},{\"id\":1914,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/JsonResourceStorage.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter\",\"parent\":\"JsonResourceStorage\"},{\"id\":1915,\"kind\":1024,\"name\":\"source\",\"url\":\"classes/JsonResourceStorage.html#source\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"JsonResourceStorage\"},{\"id\":1916,\"kind\":1024,\"name\":\"container\",\"url\":\"classes/JsonResourceStorage.html#container\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"JsonResourceStorage\"},{\"id\":1917,\"kind\":2048,\"name\":\"get\",\"url\":\"classes/JsonResourceStorage.html#get\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"JsonResourceStorage\"},{\"id\":1918,\"kind\":2048,\"name\":\"has\",\"url\":\"classes/JsonResourceStorage.html#has\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"JsonResourceStorage\"},{\"id\":1919,\"kind\":2048,\"name\":\"set\",\"url\":\"classes/JsonResourceStorage.html#set\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"JsonResourceStorage\"},{\"id\":1920,\"kind\":2048,\"name\":\"delete\",\"url\":\"classes/JsonResourceStorage.html#delete\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"JsonResourceStorage\"},{\"id\":1921,\"kind\":2048,\"name\":\"entries\",\"url\":\"classes/JsonResourceStorage.html#entries\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"JsonResourceStorage\"},{\"id\":1922,\"kind\":2048,\"name\":\"getResourceEntries\",\"url\":\"classes/JsonResourceStorage.html#getResourceEntries\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"JsonResourceStorage\"},{\"id\":1923,\"kind\":2048,\"name\":\"safelyGetResource\",\"url\":\"classes/JsonResourceStorage.html#safelyGetResource\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"JsonResourceStorage\"},{\"id\":1924,\"kind\":2048,\"name\":\"keyToIdentifier\",\"url\":\"classes/JsonResourceStorage.html#keyToIdentifier\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"JsonResourceStorage\"},{\"id\":1925,\"kind\":2048,\"name\":\"identifierToKey\",\"url\":\"classes/JsonResourceStorage.html#identifierToKey\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"JsonResourceStorage\"},{\"id\":1926,\"kind\":2048,\"name\":\"applyHash\",\"url\":\"classes/JsonResourceStorage.html#applyHash\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"JsonResourceStorage\"},{\"id\":1927,\"kind\":256,\"name\":\"KeyValueStorage\",\"url\":\"interfaces/KeyValueStorage.html\",\"classes\":\"tsd-kind-interface tsd-has-type-parameter\"},{\"id\":1928,\"kind\":2048,\"name\":\"get\",\"url\":\"interfaces/KeyValueStorage.html#get\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"KeyValueStorage\"},{\"id\":1929,\"kind\":2048,\"name\":\"has\",\"url\":\"interfaces/KeyValueStorage.html#has\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"KeyValueStorage\"},{\"id\":1930,\"kind\":2048,\"name\":\"set\",\"url\":\"interfaces/KeyValueStorage.html#set\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"KeyValueStorage\"},{\"id\":1931,\"kind\":2048,\"name\":\"delete\",\"url\":\"interfaces/KeyValueStorage.html#delete\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"KeyValueStorage\"},{\"id\":1932,\"kind\":2048,\"name\":\"entries\",\"url\":\"interfaces/KeyValueStorage.html#entries\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"KeyValueStorage\"},{\"id\":1933,\"kind\":128,\"name\":\"MemoryMapStorage\",\"url\":\"classes/MemoryMapStorage.html\",\"classes\":\"tsd-kind-class tsd-has-type-parameter\"},{\"id\":1934,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/MemoryMapStorage.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter\",\"parent\":\"MemoryMapStorage\"},{\"id\":1935,\"kind\":1024,\"name\":\"data\",\"url\":\"classes/MemoryMapStorage.html#data\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"MemoryMapStorage\"},{\"id\":1936,\"kind\":2048,\"name\":\"get\",\"url\":\"classes/MemoryMapStorage.html#get\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"MemoryMapStorage\"},{\"id\":1937,\"kind\":2048,\"name\":\"has\",\"url\":\"classes/MemoryMapStorage.html#has\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"MemoryMapStorage\"},{\"id\":1938,\"kind\":2048,\"name\":\"set\",\"url\":\"classes/MemoryMapStorage.html#set\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"MemoryMapStorage\"},{\"id\":1939,\"kind\":2048,\"name\":\"delete\",\"url\":\"classes/MemoryMapStorage.html#delete\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"MemoryMapStorage\"},{\"id\":1940,\"kind\":2048,\"name\":\"entries\",\"url\":\"classes/MemoryMapStorage.html#entries\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"MemoryMapStorage\"},{\"id\":1941,\"kind\":4194304,\"name\":\"Expires\",\"url\":\"modules.html#Expires\",\"classes\":\"tsd-kind-type-alias tsd-has-type-parameter\"},{\"id\":1942,\"kind\":65536,\"name\":\"__type\",\"url\":\"modules.html#Expires.__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"Expires\"},{\"id\":1943,\"kind\":1024,\"name\":\"expires\",\"url\":\"modules.html#Expires.__type.expires\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Expires.__type\"},{\"id\":1944,\"kind\":1024,\"name\":\"payload\",\"url\":\"modules.html#Expires.__type.payload\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Expires.__type\"},{\"id\":1945,\"kind\":128,\"name\":\"WrappedExpiringStorage\",\"url\":\"classes/WrappedExpiringStorage.html\",\"classes\":\"tsd-kind-class tsd-has-type-parameter\"},{\"id\":1946,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/WrappedExpiringStorage.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter\",\"parent\":\"WrappedExpiringStorage\"},{\"id\":1947,\"kind\":1024,\"name\":\"logger\",\"url\":\"classes/WrappedExpiringStorage.html#logger\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"WrappedExpiringStorage\"},{\"id\":1948,\"kind\":1024,\"name\":\"source\",\"url\":\"classes/WrappedExpiringStorage.html#source\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"WrappedExpiringStorage\"},{\"id\":1949,\"kind\":1024,\"name\":\"timer\",\"url\":\"classes/WrappedExpiringStorage.html#timer\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"WrappedExpiringStorage\"},{\"id\":1950,\"kind\":2048,\"name\":\"get\",\"url\":\"classes/WrappedExpiringStorage.html#get\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"WrappedExpiringStorage\"},{\"id\":1951,\"kind\":2048,\"name\":\"has\",\"url\":\"classes/WrappedExpiringStorage.html#has\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"WrappedExpiringStorage\"},{\"id\":1952,\"kind\":2048,\"name\":\"set\",\"url\":\"classes/WrappedExpiringStorage.html#set\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"WrappedExpiringStorage\"},{\"id\":1953,\"kind\":2048,\"name\":\"delete\",\"url\":\"classes/WrappedExpiringStorage.html#delete\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"WrappedExpiringStorage\"},{\"id\":1954,\"kind\":2048,\"name\":\"entries\",\"url\":\"classes/WrappedExpiringStorage.html#entries\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"WrappedExpiringStorage\"},{\"id\":1955,\"kind\":2048,\"name\":\"removeExpiredEntries\",\"url\":\"classes/WrappedExpiringStorage.html#removeExpiredEntries\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"WrappedExpiringStorage\"},{\"id\":1956,\"kind\":2048,\"name\":\"getUnexpired\",\"url\":\"classes/WrappedExpiringStorage.html#getUnexpired\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"WrappedExpiringStorage\"},{\"id\":1957,\"kind\":2048,\"name\":\"isExpired\",\"url\":\"classes/WrappedExpiringStorage.html#isExpired\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"WrappedExpiringStorage\"},{\"id\":1958,\"kind\":2048,\"name\":\"toExpires\",\"url\":\"classes/WrappedExpiringStorage.html#toExpires\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"WrappedExpiringStorage\"},{\"id\":1959,\"kind\":2048,\"name\":\"toData\",\"url\":\"classes/WrappedExpiringStorage.html#toData\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"WrappedExpiringStorage\"},{\"id\":1960,\"kind\":2048,\"name\":\"finalize\",\"url\":\"classes/WrappedExpiringStorage.html#finalize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"WrappedExpiringStorage\"},{\"id\":1961,\"kind\":128,\"name\":\"BaseFileIdentifierMapper\",\"url\":\"classes/BaseFileIdentifierMapper.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1962,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/BaseFileIdentifierMapper.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"BaseFileIdentifierMapper\"},{\"id\":1963,\"kind\":1024,\"name\":\"logger\",\"url\":\"classes/BaseFileIdentifierMapper.html#logger\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"BaseFileIdentifierMapper\"},{\"id\":1964,\"kind\":1024,\"name\":\"baseRequestURI\",\"url\":\"classes/BaseFileIdentifierMapper.html#baseRequestURI\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"BaseFileIdentifierMapper\"},{\"id\":1965,\"kind\":1024,\"name\":\"rootFilepath\",\"url\":\"classes/BaseFileIdentifierMapper.html#rootFilepath\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"BaseFileIdentifierMapper\"},{\"id\":1966,\"kind\":2048,\"name\":\"mapUrlToFilePath\",\"url\":\"classes/BaseFileIdentifierMapper.html#mapUrlToFilePath\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"BaseFileIdentifierMapper\"},{\"id\":1967,\"kind\":2048,\"name\":\"mapUrlToContainerPath\",\"url\":\"classes/BaseFileIdentifierMapper.html#mapUrlToContainerPath\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected\",\"parent\":\"BaseFileIdentifierMapper\"},{\"id\":1968,\"kind\":2048,\"name\":\"mapUrlToDocumentPath\",\"url\":\"classes/BaseFileIdentifierMapper.html#mapUrlToDocumentPath\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected\",\"parent\":\"BaseFileIdentifierMapper\"},{\"id\":1969,\"kind\":2048,\"name\":\"getContentTypeFromUrl\",\"url\":\"classes/BaseFileIdentifierMapper.html#getContentTypeFromUrl\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected\",\"parent\":\"BaseFileIdentifierMapper\"},{\"id\":1970,\"kind\":2048,\"name\":\"mapFilePathToUrl\",\"url\":\"classes/BaseFileIdentifierMapper.html#mapFilePathToUrl\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"BaseFileIdentifierMapper\"},{\"id\":1971,\"kind\":2048,\"name\":\"getContainerUrl\",\"url\":\"classes/BaseFileIdentifierMapper.html#getContainerUrl\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected\",\"parent\":\"BaseFileIdentifierMapper\"},{\"id\":1972,\"kind\":2048,\"name\":\"getDocumentUrl\",\"url\":\"classes/BaseFileIdentifierMapper.html#getDocumentUrl\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected\",\"parent\":\"BaseFileIdentifierMapper\"},{\"id\":1973,\"kind\":2048,\"name\":\"getContentTypeFromPath\",\"url\":\"classes/BaseFileIdentifierMapper.html#getContentTypeFromPath\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected\",\"parent\":\"BaseFileIdentifierMapper\"},{\"id\":1974,\"kind\":2048,\"name\":\"getAbsolutePath\",\"url\":\"classes/BaseFileIdentifierMapper.html#getAbsolutePath\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected\",\"parent\":\"BaseFileIdentifierMapper\"},{\"id\":1975,\"kind\":2048,\"name\":\"getRelativePath\",\"url\":\"classes/BaseFileIdentifierMapper.html#getRelativePath\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected\",\"parent\":\"BaseFileIdentifierMapper\"},{\"id\":1976,\"kind\":2048,\"name\":\"validateRelativePath\",\"url\":\"classes/BaseFileIdentifierMapper.html#validateRelativePath\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected\",\"parent\":\"BaseFileIdentifierMapper\"},{\"id\":1977,\"kind\":2048,\"name\":\"isMetadataPath\",\"url\":\"classes/BaseFileIdentifierMapper.html#isMetadataPath\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected\",\"parent\":\"BaseFileIdentifierMapper\"},{\"id\":1978,\"kind\":128,\"name\":\"ExtensionBasedMapper\",\"url\":\"classes/ExtensionBasedMapper.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1979,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ExtensionBasedMapper.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ExtensionBasedMapper\"},{\"id\":1980,\"kind\":1024,\"name\":\"customTypes\",\"url\":\"classes/ExtensionBasedMapper.html#customTypes\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ExtensionBasedMapper\"},{\"id\":1981,\"kind\":1024,\"name\":\"customExtensions\",\"url\":\"classes/ExtensionBasedMapper.html#customExtensions\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ExtensionBasedMapper\"},{\"id\":1982,\"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\":1983,\"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\":1984,\"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\":1985,\"kind\":2048,\"name\":\"stripExtension\",\"url\":\"classes/ExtensionBasedMapper.html#stripExtension\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected\",\"parent\":\"ExtensionBasedMapper\"},{\"id\":1986,\"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\":1987,\"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\":1988,\"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\":1989,\"kind\":2048,\"name\":\"mapUrlToFilePath\",\"url\":\"classes/ExtensionBasedMapper.html#mapUrlToFilePath\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ExtensionBasedMapper\"},{\"id\":1990,\"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\":1991,\"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\":1992,\"kind\":2048,\"name\":\"mapFilePathToUrl\",\"url\":\"classes/ExtensionBasedMapper.html#mapFilePathToUrl\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ExtensionBasedMapper\"},{\"id\":1993,\"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\":1994,\"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\":1995,\"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\":1996,\"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\":1997,\"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\":1998,\"kind\":128,\"name\":\"ExtensionBasedMapperFactory\",\"url\":\"classes/ExtensionBasedMapperFactory.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1999,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ExtensionBasedMapperFactory.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"ExtensionBasedMapperFactory\"},{\"id\":2000,\"kind\":2048,\"name\":\"create\",\"url\":\"classes/ExtensionBasedMapperFactory.html#create\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ExtensionBasedMapperFactory\"},{\"id\":2001,\"kind\":256,\"name\":\"ResourceLink\",\"url\":\"interfaces/ResourceLink.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2002,\"kind\":1024,\"name\":\"identifier\",\"url\":\"interfaces/ResourceLink.html#identifier\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ResourceLink\"},{\"id\":2003,\"kind\":1024,\"name\":\"filePath\",\"url\":\"interfaces/ResourceLink.html#filePath\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ResourceLink\"},{\"id\":2004,\"kind\":1024,\"name\":\"contentType\",\"url\":\"interfaces/ResourceLink.html#contentType\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ResourceLink\"},{\"id\":2005,\"kind\":1024,\"name\":\"isMetadata\",\"url\":\"interfaces/ResourceLink.html#isMetadata\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ResourceLink\"},{\"id\":2006,\"kind\":256,\"name\":\"FileIdentifierMapper\",\"url\":\"interfaces/FileIdentifierMapper.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2007,\"kind\":2048,\"name\":\"mapFilePathToUrl\",\"url\":\"interfaces/FileIdentifierMapper.html#mapFilePathToUrl\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"FileIdentifierMapper\"},{\"id\":2008,\"kind\":2048,\"name\":\"mapUrlToFilePath\",\"url\":\"interfaces/FileIdentifierMapper.html#mapUrlToFilePath\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"FileIdentifierMapper\"},{\"id\":2009,\"kind\":256,\"name\":\"FileIdentifierMapperFactory\",\"url\":\"interfaces/FileIdentifierMapperFactory.html\",\"classes\":\"tsd-kind-interface tsd-has-type-parameter\"},{\"id\":2010,\"kind\":2048,\"name\":\"create\",\"url\":\"interfaces/FileIdentifierMapperFactory.html#create\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"FileIdentifierMapperFactory\"},{\"id\":2011,\"kind\":128,\"name\":\"FixedContentTypeMapper\",\"url\":\"classes/FixedContentTypeMapper.html\",\"classes\":\"tsd-kind-class\"},{\"id\":2012,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/FixedContentTypeMapper.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"FixedContentTypeMapper\"},{\"id\":2013,\"kind\":1024,\"name\":\"contentType\",\"url\":\"classes/FixedContentTypeMapper.html#contentType\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"FixedContentTypeMapper\"},{\"id\":2014,\"kind\":1024,\"name\":\"pathSuffix\",\"url\":\"classes/FixedContentTypeMapper.html#pathSuffix\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"FixedContentTypeMapper\"},{\"id\":2015,\"kind\":1024,\"name\":\"urlSuffix\",\"url\":\"classes/FixedContentTypeMapper.html#urlSuffix\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"FixedContentTypeMapper\"},{\"id\":2016,\"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\":2017,\"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\":2018,\"kind\":2048,\"name\":\"mapUrlToDocumentPath\",\"url\":\"classes/FixedContentTypeMapper.html#mapUrlToDocumentPath\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"FixedContentTypeMapper\"},{\"id\":2019,\"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\":2020,\"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\":2021,\"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\":2022,\"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\":2023,\"kind\":2048,\"name\":\"mapUrlToFilePath\",\"url\":\"classes/FixedContentTypeMapper.html#mapUrlToFilePath\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FixedContentTypeMapper\"},{\"id\":2024,\"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\":2025,\"kind\":2048,\"name\":\"mapFilePathToUrl\",\"url\":\"classes/FixedContentTypeMapper.html#mapFilePathToUrl\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FixedContentTypeMapper\"},{\"id\":2026,\"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\":2027,\"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\":2028,\"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\":2029,\"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\":2030,\"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\":2031,\"kind\":128,\"name\":\"SubdomainExtensionBasedMapper\",\"url\":\"classes/SubdomainExtensionBasedMapper.html\",\"classes\":\"tsd-kind-class\"},{\"id\":2032,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/SubdomainExtensionBasedMapper.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"SubdomainExtensionBasedMapper\"},{\"id\":2033,\"kind\":1024,\"name\":\"baseSubdomain\",\"url\":\"classes/SubdomainExtensionBasedMapper.html#baseSubdomain\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"SubdomainExtensionBasedMapper\"},{\"id\":2034,\"kind\":1024,\"name\":\"regex\",\"url\":\"classes/SubdomainExtensionBasedMapper.html#regex\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"SubdomainExtensionBasedMapper\"},{\"id\":2035,\"kind\":1024,\"name\":\"baseParts\",\"url\":\"classes/SubdomainExtensionBasedMapper.html#baseParts\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"SubdomainExtensionBasedMapper\"},{\"id\":2036,\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/SubdomainExtensionBasedMapper.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"SubdomainExtensionBasedMapper\"},{\"id\":2037,\"kind\":1024,\"name\":\"scheme\",\"url\":\"classes/SubdomainExtensionBasedMapper.html#__type.scheme\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"SubdomainExtensionBasedMapper.__type\"},{\"id\":2038,\"kind\":1024,\"name\":\"rest\",\"url\":\"classes/SubdomainExtensionBasedMapper.html#__type.rest\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"SubdomainExtensionBasedMapper.__type\"},{\"id\":2039,\"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\":2040,\"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\":2041,\"kind\":2048,\"name\":\"relativeToUrl\",\"url\":\"classes/SubdomainExtensionBasedMapper.html#relativeToUrl\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected\",\"parent\":\"SubdomainExtensionBasedMapper\"},{\"id\":2042,\"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\":2043,\"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\":2044,\"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\":2045,\"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\":2046,\"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\":2047,\"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\":2048,\"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\":2049,\"kind\":2048,\"name\":\"mapUrlToFilePath\",\"url\":\"classes/SubdomainExtensionBasedMapper.html#mapUrlToFilePath\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SubdomainExtensionBasedMapper\"},{\"id\":2050,\"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\":2051,\"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\":2052,\"kind\":2048,\"name\":\"mapFilePathToUrl\",\"url\":\"classes/SubdomainExtensionBasedMapper.html#mapFilePathToUrl\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SubdomainExtensionBasedMapper\"},{\"id\":2053,\"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\":2054,\"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\":2055,\"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\":2056,\"kind\":128,\"name\":\"ContainerPatcher\",\"url\":\"classes/ContainerPatcher.html\",\"classes\":\"tsd-kind-class\"},{\"id\":2057,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ContainerPatcher.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ContainerPatcher\"},{\"id\":2058,\"kind\":1024,\"name\":\"patcher\",\"url\":\"classes/ContainerPatcher.html#patcher\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ContainerPatcher\"},{\"id\":2059,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/ContainerPatcher.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ContainerPatcher\"},{\"id\":2060,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/ContainerPatcher.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ContainerPatcher\"},{\"id\":2061,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/ContainerPatcher.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ContainerPatcher\"},{\"id\":2062,\"kind\":128,\"name\":\"ConvertingPatcher\",\"url\":\"classes/ConvertingPatcher.html\",\"classes\":\"tsd-kind-class\"},{\"id\":2063,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ConvertingPatcher.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ConvertingPatcher\"},{\"id\":2064,\"kind\":1024,\"name\":\"logger\",\"url\":\"classes/ConvertingPatcher.html#logger\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"ConvertingPatcher\"},{\"id\":2065,\"kind\":1024,\"name\":\"patcher\",\"url\":\"classes/ConvertingPatcher.html#patcher\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ConvertingPatcher\"},{\"id\":2066,\"kind\":1024,\"name\":\"converter\",\"url\":\"classes/ConvertingPatcher.html#converter\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ConvertingPatcher\"},{\"id\":2067,\"kind\":1024,\"name\":\"intermediateType\",\"url\":\"classes/ConvertingPatcher.html#intermediateType\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ConvertingPatcher\"},{\"id\":2068,\"kind\":1024,\"name\":\"defaultType\",\"url\":\"classes/ConvertingPatcher.html#defaultType\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ConvertingPatcher\"},{\"id\":2069,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/ConvertingPatcher.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ConvertingPatcher\"},{\"id\":2070,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/ConvertingPatcher.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ConvertingPatcher\"},{\"id\":2071,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/ConvertingPatcher.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ConvertingPatcher\"},{\"id\":2072,\"kind\":128,\"name\":\"N3Patcher\",\"url\":\"classes/N3Patcher.html\",\"classes\":\"tsd-kind-class\"},{\"id\":2073,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/N3Patcher.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"N3Patcher\"},{\"id\":2074,\"kind\":1024,\"name\":\"logger\",\"url\":\"classes/N3Patcher.html#logger\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"N3Patcher\"},{\"id\":2075,\"kind\":1024,\"name\":\"engine\",\"url\":\"classes/N3Patcher.html#engine\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"N3Patcher\"},{\"id\":2076,\"kind\":1024,\"name\":\"generator\",\"url\":\"classes/N3Patcher.html#generator\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"N3Patcher\"},{\"id\":2077,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/N3Patcher.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"N3Patcher\"},{\"id\":2078,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/N3Patcher.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"N3Patcher\"},{\"id\":2079,\"kind\":2048,\"name\":\"patch\",\"url\":\"classes/N3Patcher.html#patch\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"N3Patcher\"},{\"id\":2080,\"kind\":2048,\"name\":\"applyConditions\",\"url\":\"classes/N3Patcher.html#applyConditions\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"N3Patcher\"},{\"id\":2081,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/N3Patcher.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"N3Patcher\"},{\"id\":2082,\"kind\":4194304,\"name\":\"PatchHandlerInput\",\"url\":\"modules.html#PatchHandlerInput\",\"classes\":\"tsd-kind-type-alias tsd-has-type-parameter\"},{\"id\":2083,\"kind\":65536,\"name\":\"__type\",\"url\":\"modules.html#PatchHandlerInput.__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"PatchHandlerInput\"},{\"id\":2084,\"kind\":1024,\"name\":\"source\",\"url\":\"modules.html#PatchHandlerInput.__type.source\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"PatchHandlerInput.__type\"},{\"id\":2085,\"kind\":1024,\"name\":\"identifier\",\"url\":\"modules.html#PatchHandlerInput.__type.identifier\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"PatchHandlerInput.__type\"},{\"id\":2086,\"kind\":1024,\"name\":\"patch\",\"url\":\"modules.html#PatchHandlerInput.__type.patch\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"PatchHandlerInput.__type\"},{\"id\":2087,\"kind\":128,\"name\":\"PatchHandler\",\"url\":\"classes/PatchHandler.html\",\"classes\":\"tsd-kind-class tsd-has-type-parameter\"},{\"id\":2088,\"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\":2089,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/PatchHandler.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PatchHandler\"},{\"id\":2090,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/PatchHandler.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PatchHandler\"},{\"id\":2091,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/PatchHandler.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PatchHandler\"},{\"id\":2092,\"kind\":256,\"name\":\"RepresentationPatcherInput\",\"url\":\"interfaces/RepresentationPatcherInput.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2093,\"kind\":1024,\"name\":\"identifier\",\"url\":\"interfaces/RepresentationPatcherInput.html#identifier\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"RepresentationPatcherInput\"},{\"id\":2094,\"kind\":1024,\"name\":\"patch\",\"url\":\"interfaces/RepresentationPatcherInput.html#patch\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"RepresentationPatcherInput\"},{\"id\":2095,\"kind\":1024,\"name\":\"representation\",\"url\":\"interfaces/RepresentationPatcherInput.html#representation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"RepresentationPatcherInput\"},{\"id\":2096,\"kind\":128,\"name\":\"RepresentationPatcher\",\"url\":\"classes/RepresentationPatcher.html\",\"classes\":\"tsd-kind-class\"},{\"id\":2097,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/RepresentationPatcher.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RepresentationPatcher\"},{\"id\":2098,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/RepresentationPatcher.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RepresentationPatcher\"},{\"id\":2099,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/RepresentationPatcher.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RepresentationPatcher\"},{\"id\":2100,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/RepresentationPatcher.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RepresentationPatcher\"},{\"id\":2101,\"kind\":128,\"name\":\"RepresentationPatchHandler\",\"url\":\"classes/RepresentationPatchHandler.html\",\"classes\":\"tsd-kind-class\"},{\"id\":2102,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/RepresentationPatchHandler.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"RepresentationPatchHandler\"},{\"id\":2103,\"kind\":1024,\"name\":\"logger\",\"url\":\"classes/RepresentationPatchHandler.html#logger\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"RepresentationPatchHandler\"},{\"id\":2104,\"kind\":1024,\"name\":\"patcher\",\"url\":\"classes/RepresentationPatchHandler.html#patcher\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"RepresentationPatchHandler\"},{\"id\":2105,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/RepresentationPatchHandler.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"RepresentationPatchHandler\"},{\"id\":2106,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/RepresentationPatchHandler.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RepresentationPatchHandler\"},{\"id\":2107,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/RepresentationPatchHandler.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RepresentationPatchHandler\"},{\"id\":2108,\"kind\":128,\"name\":\"SparqlUpdatePatcher\",\"url\":\"classes/SparqlUpdatePatcher.html\",\"classes\":\"tsd-kind-class\"},{\"id\":2109,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/SparqlUpdatePatcher.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"SparqlUpdatePatcher\"},{\"id\":2110,\"kind\":1024,\"name\":\"logger\",\"url\":\"classes/SparqlUpdatePatcher.html#logger\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"SparqlUpdatePatcher\"},{\"id\":2111,\"kind\":1024,\"name\":\"engine\",\"url\":\"classes/SparqlUpdatePatcher.html#engine\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"SparqlUpdatePatcher\"},{\"id\":2112,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/SparqlUpdatePatcher.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"SparqlUpdatePatcher\"},{\"id\":2113,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/SparqlUpdatePatcher.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"SparqlUpdatePatcher\"},{\"id\":2114,\"kind\":2048,\"name\":\"isSparqlUpdate\",\"url\":\"classes/SparqlUpdatePatcher.html#isSparqlUpdate\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"SparqlUpdatePatcher\"},{\"id\":2115,\"kind\":2048,\"name\":\"isDeleteInsert\",\"url\":\"classes/SparqlUpdatePatcher.html#isDeleteInsert\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"SparqlUpdatePatcher\"},{\"id\":2116,\"kind\":2048,\"name\":\"isComposite\",\"url\":\"classes/SparqlUpdatePatcher.html#isComposite\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"SparqlUpdatePatcher\"},{\"id\":2117,\"kind\":2048,\"name\":\"validateUpdate\",\"url\":\"classes/SparqlUpdatePatcher.html#validateUpdate\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"SparqlUpdatePatcher\"},{\"id\":2118,\"kind\":2048,\"name\":\"validateDeleteInsert\",\"url\":\"classes/SparqlUpdatePatcher.html#validateDeleteInsert\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"SparqlUpdatePatcher\"},{\"id\":2119,\"kind\":2048,\"name\":\"validateComposite\",\"url\":\"classes/SparqlUpdatePatcher.html#validateComposite\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"SparqlUpdatePatcher\"},{\"id\":2120,\"kind\":2048,\"name\":\"patch\",\"url\":\"classes/SparqlUpdatePatcher.html#patch\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"SparqlUpdatePatcher\"},{\"id\":2121,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/SparqlUpdatePatcher.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SparqlUpdatePatcher\"},{\"id\":2122,\"kind\":128,\"name\":\"GlobalQuotaStrategy\",\"url\":\"classes/GlobalQuotaStrategy.html\",\"classes\":\"tsd-kind-class\"},{\"id\":2123,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/GlobalQuotaStrategy.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"GlobalQuotaStrategy\"},{\"id\":2124,\"kind\":1024,\"name\":\"base\",\"url\":\"classes/GlobalQuotaStrategy.html#base\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"GlobalQuotaStrategy\"},{\"id\":2125,\"kind\":2048,\"name\":\"getTotalSpaceUsed\",\"url\":\"classes/GlobalQuotaStrategy.html#getTotalSpaceUsed\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-protected\",\"parent\":\"GlobalQuotaStrategy\"},{\"id\":2126,\"kind\":1024,\"name\":\"reporter\",\"url\":\"classes/GlobalQuotaStrategy.html#reporter\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GlobalQuotaStrategy\"},{\"id\":2127,\"kind\":1024,\"name\":\"limit\",\"url\":\"classes/GlobalQuotaStrategy.html#limit\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GlobalQuotaStrategy\"},{\"id\":2128,\"kind\":2048,\"name\":\"getAvailableSpace\",\"url\":\"classes/GlobalQuotaStrategy.html#getAvailableSpace\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GlobalQuotaStrategy\"},{\"id\":2129,\"kind\":2048,\"name\":\"estimateSize\",\"url\":\"classes/GlobalQuotaStrategy.html#estimateSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GlobalQuotaStrategy\"},{\"id\":2130,\"kind\":2048,\"name\":\"createQuotaGuard\",\"url\":\"classes/GlobalQuotaStrategy.html#createQuotaGuard\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GlobalQuotaStrategy\"},{\"id\":2131,\"kind\":128,\"name\":\"PodQuotaStrategy\",\"url\":\"classes/PodQuotaStrategy.html\",\"classes\":\"tsd-kind-class\"},{\"id\":2132,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/PodQuotaStrategy.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"PodQuotaStrategy\"},{\"id\":2133,\"kind\":1024,\"name\":\"identifierStrategy\",\"url\":\"classes/PodQuotaStrategy.html#identifierStrategy\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"PodQuotaStrategy\"},{\"id\":2134,\"kind\":1024,\"name\":\"accessor\",\"url\":\"classes/PodQuotaStrategy.html#accessor\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"PodQuotaStrategy\"},{\"id\":2135,\"kind\":2048,\"name\":\"getTotalSpaceUsed\",\"url\":\"classes/PodQuotaStrategy.html#getTotalSpaceUsed\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-protected\",\"parent\":\"PodQuotaStrategy\"},{\"id\":2136,\"kind\":2048,\"name\":\"searchPimStorage\",\"url\":\"classes/PodQuotaStrategy.html#searchPimStorage\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"PodQuotaStrategy\"},{\"id\":2137,\"kind\":1024,\"name\":\"reporter\",\"url\":\"classes/PodQuotaStrategy.html#reporter\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PodQuotaStrategy\"},{\"id\":2138,\"kind\":1024,\"name\":\"limit\",\"url\":\"classes/PodQuotaStrategy.html#limit\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PodQuotaStrategy\"},{\"id\":2139,\"kind\":2048,\"name\":\"getAvailableSpace\",\"url\":\"classes/PodQuotaStrategy.html#getAvailableSpace\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PodQuotaStrategy\"},{\"id\":2140,\"kind\":2048,\"name\":\"estimateSize\",\"url\":\"classes/PodQuotaStrategy.html#estimateSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PodQuotaStrategy\"},{\"id\":2141,\"kind\":2048,\"name\":\"createQuotaGuard\",\"url\":\"classes/PodQuotaStrategy.html#createQuotaGuard\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PodQuotaStrategy\"},{\"id\":2142,\"kind\":128,\"name\":\"QuotaStrategy\",\"url\":\"classes/QuotaStrategy.html\",\"classes\":\"tsd-kind-class\"},{\"id\":2143,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/QuotaStrategy.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"QuotaStrategy\"},{\"id\":2144,\"kind\":1024,\"name\":\"reporter\",\"url\":\"classes/QuotaStrategy.html#reporter\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"QuotaStrategy\"},{\"id\":2145,\"kind\":1024,\"name\":\"limit\",\"url\":\"classes/QuotaStrategy.html#limit\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"QuotaStrategy\"},{\"id\":2146,\"kind\":2048,\"name\":\"getAvailableSpace\",\"url\":\"classes/QuotaStrategy.html#getAvailableSpace\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"QuotaStrategy\"},{\"id\":2147,\"kind\":2048,\"name\":\"getTotalSpaceUsed\",\"url\":\"classes/QuotaStrategy.html#getTotalSpaceUsed\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected\",\"parent\":\"QuotaStrategy\"},{\"id\":2148,\"kind\":2048,\"name\":\"estimateSize\",\"url\":\"classes/QuotaStrategy.html#estimateSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"QuotaStrategy\"},{\"id\":2149,\"kind\":2048,\"name\":\"createQuotaGuard\",\"url\":\"classes/QuotaStrategy.html#createQuotaGuard\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"QuotaStrategy\"},{\"id\":2150,\"kind\":128,\"name\":\"BaseUrlRouterRule\",\"url\":\"classes/BaseUrlRouterRule.html\",\"classes\":\"tsd-kind-class\"},{\"id\":2151,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/BaseUrlRouterRule.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"BaseUrlRouterRule\"},{\"id\":2152,\"kind\":1024,\"name\":\"baseStore\",\"url\":\"classes/BaseUrlRouterRule.html#baseStore\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"BaseUrlRouterRule\"},{\"id\":2153,\"kind\":1024,\"name\":\"stores\",\"url\":\"classes/BaseUrlRouterRule.html#stores\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"BaseUrlRouterRule\"},{\"id\":2154,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/BaseUrlRouterRule.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"BaseUrlRouterRule\"},{\"id\":2155,\"kind\":2048,\"name\":\"findStore\",\"url\":\"classes/BaseUrlRouterRule.html#findStore\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"BaseUrlRouterRule\"},{\"id\":2156,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/BaseUrlRouterRule.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BaseUrlRouterRule\"},{\"id\":2157,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/BaseUrlRouterRule.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BaseUrlRouterRule\"},{\"id\":2158,\"kind\":256,\"name\":\"ConvertingStoreEntry\",\"url\":\"interfaces/ConvertingStoreEntry.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2159,\"kind\":1024,\"name\":\"store\",\"url\":\"interfaces/ConvertingStoreEntry.html#store\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ConvertingStoreEntry\"},{\"id\":2160,\"kind\":1024,\"name\":\"supportChecker\",\"url\":\"interfaces/ConvertingStoreEntry.html#supportChecker\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ConvertingStoreEntry\"},{\"id\":2161,\"kind\":128,\"name\":\"ConvertingRouterRule\",\"url\":\"classes/ConvertingRouterRule.html\",\"classes\":\"tsd-kind-class\"},{\"id\":2162,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ConvertingRouterRule.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ConvertingRouterRule\"},{\"id\":2163,\"kind\":1024,\"name\":\"typedStores\",\"url\":\"classes/ConvertingRouterRule.html#typedStores\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ConvertingRouterRule\"},{\"id\":2164,\"kind\":1024,\"name\":\"defaultStore\",\"url\":\"classes/ConvertingRouterRule.html#defaultStore\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ConvertingRouterRule\"},{\"id\":2165,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/ConvertingRouterRule.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ConvertingRouterRule\"},{\"id\":2166,\"kind\":2048,\"name\":\"findStore\",\"url\":\"classes/ConvertingRouterRule.html#findStore\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"ConvertingRouterRule\"},{\"id\":2167,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/ConvertingRouterRule.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ConvertingRouterRule\"},{\"id\":2168,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/ConvertingRouterRule.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ConvertingRouterRule\"},{\"id\":2169,\"kind\":128,\"name\":\"PreferenceSupport\",\"url\":\"classes/PreferenceSupport.html\",\"classes\":\"tsd-kind-class\"},{\"id\":2170,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/PreferenceSupport.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"PreferenceSupport\"},{\"id\":2171,\"kind\":1024,\"name\":\"preferences\",\"url\":\"classes/PreferenceSupport.html#preferences\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"PreferenceSupport\"},{\"id\":2172,\"kind\":1024,\"name\":\"converter\",\"url\":\"classes/PreferenceSupport.html#converter\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"PreferenceSupport\"},{\"id\":2173,\"kind\":2048,\"name\":\"supports\",\"url\":\"classes/PreferenceSupport.html#supports\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"PreferenceSupport\"},{\"id\":2174,\"kind\":128,\"name\":\"RegexRouterRule\",\"url\":\"classes/RegexRouterRule.html\",\"classes\":\"tsd-kind-class\"},{\"id\":2175,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/RegexRouterRule.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"RegexRouterRule\"},{\"id\":2176,\"kind\":1024,\"name\":\"base\",\"url\":\"classes/RegexRouterRule.html#base\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"RegexRouterRule\"},{\"id\":2177,\"kind\":1024,\"name\":\"regexes\",\"url\":\"classes/RegexRouterRule.html#regexes\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"RegexRouterRule\"},{\"id\":2178,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/RegexRouterRule.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"RegexRouterRule\"},{\"id\":2179,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/RegexRouterRule.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"RegexRouterRule\"},{\"id\":2180,\"kind\":2048,\"name\":\"matchStore\",\"url\":\"classes/RegexRouterRule.html#matchStore\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"RegexRouterRule\"},{\"id\":2181,\"kind\":2048,\"name\":\"toRelative\",\"url\":\"classes/RegexRouterRule.html#toRelative\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"RegexRouterRule\"},{\"id\":2182,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/RegexRouterRule.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RegexRouterRule\"},{\"id\":2183,\"kind\":128,\"name\":\"RouterRule\",\"url\":\"classes/RouterRule.html\",\"classes\":\"tsd-kind-class\"},{\"id\":2184,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/RouterRule.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RouterRule\"},{\"id\":2185,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/RouterRule.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RouterRule\"},{\"id\":2186,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/RouterRule.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RouterRule\"},{\"id\":2187,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/RouterRule.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RouterRule\"},{\"id\":2188,\"kind\":128,\"name\":\"FileSizeReporter\",\"url\":\"classes/FileSizeReporter.html\",\"classes\":\"tsd-kind-class\"},{\"id\":2189,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/FileSizeReporter.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"FileSizeReporter\"},{\"id\":2190,\"kind\":1024,\"name\":\"fileIdentifierMapper\",\"url\":\"classes/FileSizeReporter.html#fileIdentifierMapper\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"FileSizeReporter\"},{\"id\":2191,\"kind\":1024,\"name\":\"ignoreFolders\",\"url\":\"classes/FileSizeReporter.html#ignoreFolders\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"FileSizeReporter\"},{\"id\":2192,\"kind\":1024,\"name\":\"rootFilePath\",\"url\":\"classes/FileSizeReporter.html#rootFilePath\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"FileSizeReporter\"},{\"id\":2193,\"kind\":2048,\"name\":\"getUnit\",\"url\":\"classes/FileSizeReporter.html#getUnit\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"FileSizeReporter\"},{\"id\":2194,\"kind\":2048,\"name\":\"getSize\",\"url\":\"classes/FileSizeReporter.html#getSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"FileSizeReporter\"},{\"id\":2195,\"kind\":2048,\"name\":\"calculateChunkSize\",\"url\":\"classes/FileSizeReporter.html#calculateChunkSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"FileSizeReporter\"},{\"id\":2196,\"kind\":2048,\"name\":\"estimateSize\",\"url\":\"classes/FileSizeReporter.html#estimateSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"FileSizeReporter\"},{\"id\":2197,\"kind\":2048,\"name\":\"getTotalSize\",\"url\":\"classes/FileSizeReporter.html#getTotalSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"FileSizeReporter\"},{\"id\":2198,\"kind\":256,\"name\":\"Size\",\"url\":\"interfaces/Size.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2199,\"kind\":1024,\"name\":\"unit\",\"url\":\"interfaces/Size.html#unit\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Size\"},{\"id\":2200,\"kind\":1024,\"name\":\"amount\",\"url\":\"interfaces/Size.html#amount\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Size\"},{\"id\":2201,\"kind\":32,\"name\":\"UNIT_BYTES\",\"url\":\"modules.html#UNIT_BYTES\",\"classes\":\"tsd-kind-variable\"},{\"id\":2202,\"kind\":256,\"name\":\"SizeReporter\",\"url\":\"interfaces/SizeReporter.html\",\"classes\":\"tsd-kind-interface tsd-has-type-parameter\"},{\"id\":2203,\"kind\":2048,\"name\":\"getUnit\",\"url\":\"interfaces/SizeReporter.html#getUnit\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"SizeReporter\"},{\"id\":2204,\"kind\":2048,\"name\":\"getSize\",\"url\":\"interfaces/SizeReporter.html#getSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"SizeReporter\"},{\"id\":2205,\"kind\":2048,\"name\":\"calculateChunkSize\",\"url\":\"interfaces/SizeReporter.html#calculateChunkSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"SizeReporter\"},{\"id\":2206,\"kind\":2048,\"name\":\"estimateSize\",\"url\":\"interfaces/SizeReporter.html#estimateSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"SizeReporter\"},{\"id\":2207,\"kind\":128,\"name\":\"QuotaValidator\",\"url\":\"classes/QuotaValidator.html\",\"classes\":\"tsd-kind-class\"},{\"id\":2208,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/QuotaValidator.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"QuotaValidator\"},{\"id\":2209,\"kind\":1024,\"name\":\"strategy\",\"url\":\"classes/QuotaValidator.html#strategy\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"QuotaValidator\"},{\"id\":2210,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/QuotaValidator.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"QuotaValidator\"},{\"id\":2211,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/QuotaValidator.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"QuotaValidator\"},{\"id\":2212,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/QuotaValidator.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"QuotaValidator\"},{\"id\":2213,\"kind\":256,\"name\":\"AtomicResourceStore\",\"url\":\"interfaces/AtomicResourceStore.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2214,\"kind\":2048,\"name\":\"getRepresentation\",\"url\":\"interfaces/AtomicResourceStore.html#getRepresentation\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AtomicResourceStore\"},{\"id\":2215,\"kind\":2048,\"name\":\"setRepresentation\",\"url\":\"interfaces/AtomicResourceStore.html#setRepresentation\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AtomicResourceStore\"},{\"id\":2216,\"kind\":2048,\"name\":\"addResource\",\"url\":\"interfaces/AtomicResourceStore.html#addResource\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AtomicResourceStore\"},{\"id\":2217,\"kind\":2048,\"name\":\"deleteResource\",\"url\":\"interfaces/AtomicResourceStore.html#deleteResource\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AtomicResourceStore\"},{\"id\":2218,\"kind\":2048,\"name\":\"modifyResource\",\"url\":\"interfaces/AtomicResourceStore.html#modifyResource\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AtomicResourceStore\"},{\"id\":2219,\"kind\":2048,\"name\":\"hasResource\",\"url\":\"interfaces/AtomicResourceStore.html#hasResource\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AtomicResourceStore\"},{\"id\":2220,\"kind\":128,\"name\":\"BaseResourceStore\",\"url\":\"classes/BaseResourceStore.html\",\"classes\":\"tsd-kind-class\"},{\"id\":2221,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/BaseResourceStore.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"BaseResourceStore\"},{\"id\":2222,\"kind\":2048,\"name\":\"hasResource\",\"url\":\"classes/BaseResourceStore.html#hasResource\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"BaseResourceStore\"},{\"id\":2223,\"kind\":2048,\"name\":\"getRepresentation\",\"url\":\"classes/BaseResourceStore.html#getRepresentation\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"BaseResourceStore\"},{\"id\":2224,\"kind\":2048,\"name\":\"setRepresentation\",\"url\":\"classes/BaseResourceStore.html#setRepresentation\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"BaseResourceStore\"},{\"id\":2225,\"kind\":2048,\"name\":\"addResource\",\"url\":\"classes/BaseResourceStore.html#addResource\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"BaseResourceStore\"},{\"id\":2226,\"kind\":2048,\"name\":\"deleteResource\",\"url\":\"classes/BaseResourceStore.html#deleteResource\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"BaseResourceStore\"},{\"id\":2227,\"kind\":2048,\"name\":\"modifyResource\",\"url\":\"classes/BaseResourceStore.html#modifyResource\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"BaseResourceStore\"},{\"id\":2228,\"kind\":256,\"name\":\"BasicConditionsOptions\",\"url\":\"interfaces/BasicConditionsOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2229,\"kind\":1024,\"name\":\"matchesETag\",\"url\":\"interfaces/BasicConditionsOptions.html#matchesETag\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"BasicConditionsOptions\"},{\"id\":2230,\"kind\":1024,\"name\":\"notMatchesETag\",\"url\":\"interfaces/BasicConditionsOptions.html#notMatchesETag\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"BasicConditionsOptions\"},{\"id\":2231,\"kind\":1024,\"name\":\"modifiedSince\",\"url\":\"interfaces/BasicConditionsOptions.html#modifiedSince\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"BasicConditionsOptions\"},{\"id\":2232,\"kind\":1024,\"name\":\"unmodifiedSince\",\"url\":\"interfaces/BasicConditionsOptions.html#unmodifiedSince\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"BasicConditionsOptions\"},{\"id\":2233,\"kind\":128,\"name\":\"BasicConditions\",\"url\":\"classes/BasicConditions.html\",\"classes\":\"tsd-kind-class\"},{\"id\":2234,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/BasicConditions.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"BasicConditions\"},{\"id\":2235,\"kind\":1024,\"name\":\"matchesETag\",\"url\":\"classes/BasicConditions.html#matchesETag\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"BasicConditions\"},{\"id\":2236,\"kind\":1024,\"name\":\"notMatchesETag\",\"url\":\"classes/BasicConditions.html#notMatchesETag\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"BasicConditions\"},{\"id\":2237,\"kind\":1024,\"name\":\"modifiedSince\",\"url\":\"classes/BasicConditions.html#modifiedSince\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"BasicConditions\"},{\"id\":2238,\"kind\":1024,\"name\":\"unmodifiedSince\",\"url\":\"classes/BasicConditions.html#unmodifiedSince\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"BasicConditions\"},{\"id\":2239,\"kind\":2048,\"name\":\"matchesMetadata\",\"url\":\"classes/BasicConditions.html#matchesMetadata\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"BasicConditions\"},{\"id\":2240,\"kind\":2048,\"name\":\"matches\",\"url\":\"classes/BasicConditions.html#matches\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"BasicConditions\"},{\"id\":2241,\"kind\":128,\"name\":\"CachedResourceSet\",\"url\":\"classes/CachedResourceSet.html\",\"classes\":\"tsd-kind-class\"},{\"id\":2242,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/CachedResourceSet.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"CachedResourceSet\"},{\"id\":2243,\"kind\":1024,\"name\":\"source\",\"url\":\"classes/CachedResourceSet.html#source\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"CachedResourceSet\"},{\"id\":2244,\"kind\":1024,\"name\":\"cache\",\"url\":\"classes/CachedResourceSet.html#cache\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"CachedResourceSet\"},{\"id\":2245,\"kind\":2048,\"name\":\"hasResource\",\"url\":\"classes/CachedResourceSet.html#hasResource\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"CachedResourceSet\"},{\"id\":2246,\"kind\":64,\"name\":\"getETag\",\"url\":\"modules.html#getETag\",\"classes\":\"tsd-kind-function\"},{\"id\":2247,\"kind\":256,\"name\":\"Conditions\",\"url\":\"interfaces/Conditions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2248,\"kind\":1024,\"name\":\"matchesETag\",\"url\":\"interfaces/Conditions.html#matchesETag\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Conditions\"},{\"id\":2249,\"kind\":1024,\"name\":\"notMatchesETag\",\"url\":\"interfaces/Conditions.html#notMatchesETag\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Conditions\"},{\"id\":2250,\"kind\":1024,\"name\":\"modifiedSince\",\"url\":\"interfaces/Conditions.html#modifiedSince\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Conditions\"},{\"id\":2251,\"kind\":1024,\"name\":\"unmodifiedSince\",\"url\":\"interfaces/Conditions.html#unmodifiedSince\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Conditions\"},{\"id\":2252,\"kind\":2048,\"name\":\"matchesMetadata\",\"url\":\"interfaces/Conditions.html#matchesMetadata\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"Conditions\"},{\"id\":2253,\"kind\":2048,\"name\":\"matches\",\"url\":\"interfaces/Conditions.html#matches\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"Conditions\"},{\"id\":2254,\"kind\":128,\"name\":\"DataAccessorBasedStore\",\"url\":\"classes/DataAccessorBasedStore.html\",\"classes\":\"tsd-kind-class\"},{\"id\":2255,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/DataAccessorBasedStore.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"DataAccessorBasedStore\"},{\"id\":2256,\"kind\":1024,\"name\":\"logger\",\"url\":\"classes/DataAccessorBasedStore.html#logger\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"DataAccessorBasedStore\"},{\"id\":2257,\"kind\":1024,\"name\":\"accessor\",\"url\":\"classes/DataAccessorBasedStore.html#accessor\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"DataAccessorBasedStore\"},{\"id\":2258,\"kind\":1024,\"name\":\"identifierStrategy\",\"url\":\"classes/DataAccessorBasedStore.html#identifierStrategy\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"DataAccessorBasedStore\"},{\"id\":2259,\"kind\":1024,\"name\":\"auxiliaryStrategy\",\"url\":\"classes/DataAccessorBasedStore.html#auxiliaryStrategy\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"DataAccessorBasedStore\"},{\"id\":2260,\"kind\":2048,\"name\":\"hasResource\",\"url\":\"classes/DataAccessorBasedStore.html#hasResource\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DataAccessorBasedStore\"},{\"id\":2261,\"kind\":2048,\"name\":\"getRepresentation\",\"url\":\"classes/DataAccessorBasedStore.html#getRepresentation\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DataAccessorBasedStore\"},{\"id\":2262,\"kind\":2048,\"name\":\"addResource\",\"url\":\"classes/DataAccessorBasedStore.html#addResource\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DataAccessorBasedStore\"},{\"id\":2263,\"kind\":2048,\"name\":\"setRepresentation\",\"url\":\"classes/DataAccessorBasedStore.html#setRepresentation\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DataAccessorBasedStore\"},{\"id\":2264,\"kind\":2048,\"name\":\"modifyResource\",\"url\":\"classes/DataAccessorBasedStore.html#modifyResource\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DataAccessorBasedStore\"},{\"id\":2265,\"kind\":2048,\"name\":\"deleteResource\",\"url\":\"classes/DataAccessorBasedStore.html#deleteResource\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DataAccessorBasedStore\"},{\"id\":2266,\"kind\":2048,\"name\":\"validateIdentifier\",\"url\":\"classes/DataAccessorBasedStore.html#validateIdentifier\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected\",\"parent\":\"DataAccessorBasedStore\"},{\"id\":2267,\"kind\":2048,\"name\":\"validateConditions\",\"url\":\"classes/DataAccessorBasedStore.html#validateConditions\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected\",\"parent\":\"DataAccessorBasedStore\"},{\"id\":2268,\"kind\":2048,\"name\":\"getNormalizedMetadata\",\"url\":\"classes/DataAccessorBasedStore.html#getNormalizedMetadata\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected\",\"parent\":\"DataAccessorBasedStore\"},{\"id\":2269,\"kind\":2048,\"name\":\"getSafeNormalizedMetadata\",\"url\":\"classes/DataAccessorBasedStore.html#getSafeNormalizedMetadata\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected\",\"parent\":\"DataAccessorBasedStore\"},{\"id\":2270,\"kind\":2048,\"name\":\"writeData\",\"url\":\"classes/DataAccessorBasedStore.html#writeData\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected\",\"parent\":\"DataAccessorBasedStore\"},{\"id\":2271,\"kind\":2048,\"name\":\"handleContainerData\",\"url\":\"classes/DataAccessorBasedStore.html#handleContainerData\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected\",\"parent\":\"DataAccessorBasedStore\"},{\"id\":2272,\"kind\":2048,\"name\":\"removeResponseMetadata\",\"url\":\"classes/DataAccessorBasedStore.html#removeResponseMetadata\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected\",\"parent\":\"DataAccessorBasedStore\"},{\"id\":2273,\"kind\":2048,\"name\":\"updateContainerModifiedDate\",\"url\":\"classes/DataAccessorBasedStore.html#updateContainerModifiedDate\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected\",\"parent\":\"DataAccessorBasedStore\"},{\"id\":2274,\"kind\":2048,\"name\":\"createURI\",\"url\":\"classes/DataAccessorBasedStore.html#createURI\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected\",\"parent\":\"DataAccessorBasedStore\"},{\"id\":2275,\"kind\":2048,\"name\":\"validateSlug\",\"url\":\"classes/DataAccessorBasedStore.html#validateSlug\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected\",\"parent\":\"DataAccessorBasedStore\"},{\"id\":2276,\"kind\":2048,\"name\":\"cleanSlug\",\"url\":\"classes/DataAccessorBasedStore.html#cleanSlug\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected\",\"parent\":\"DataAccessorBasedStore\"},{\"id\":2277,\"kind\":2048,\"name\":\"createSafeUri\",\"url\":\"classes/DataAccessorBasedStore.html#createSafeUri\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected\",\"parent\":\"DataAccessorBasedStore\"},{\"id\":2278,\"kind\":2048,\"name\":\"isContainerType\",\"url\":\"classes/DataAccessorBasedStore.html#isContainerType\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected\",\"parent\":\"DataAccessorBasedStore\"},{\"id\":2279,\"kind\":2048,\"name\":\"hasContainerType\",\"url\":\"classes/DataAccessorBasedStore.html#hasContainerType\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected\",\"parent\":\"DataAccessorBasedStore\"},{\"id\":2280,\"kind\":2048,\"name\":\"isRootStorage\",\"url\":\"classes/DataAccessorBasedStore.html#isRootStorage\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected\",\"parent\":\"DataAccessorBasedStore\"},{\"id\":2281,\"kind\":2048,\"name\":\"hasProperChildren\",\"url\":\"classes/DataAccessorBasedStore.html#hasProperChildren\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected\",\"parent\":\"DataAccessorBasedStore\"},{\"id\":2282,\"kind\":2048,\"name\":\"safelyDeleteAuxiliaryResources\",\"url\":\"classes/DataAccessorBasedStore.html#safelyDeleteAuxiliaryResources\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected\",\"parent\":\"DataAccessorBasedStore\"},{\"id\":2283,\"kind\":2048,\"name\":\"createRecursiveContainers\",\"url\":\"classes/DataAccessorBasedStore.html#createRecursiveContainers\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected\",\"parent\":\"DataAccessorBasedStore\"},{\"id\":2284,\"kind\":128,\"name\":\"IndexRepresentationStore\",\"url\":\"classes/IndexRepresentationStore.html\",\"classes\":\"tsd-kind-class\"},{\"id\":2285,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/IndexRepresentationStore.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"IndexRepresentationStore\"},{\"id\":2286,\"kind\":1024,\"name\":\"indexName\",\"url\":\"classes/IndexRepresentationStore.html#indexName\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"IndexRepresentationStore\"},{\"id\":2287,\"kind\":1024,\"name\":\"mediaRange\",\"url\":\"classes/IndexRepresentationStore.html#mediaRange\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"IndexRepresentationStore\"},{\"id\":2288,\"kind\":2048,\"name\":\"getRepresentation\",\"url\":\"classes/IndexRepresentationStore.html#getRepresentation\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"IndexRepresentationStore\"},{\"id\":2289,\"kind\":2048,\"name\":\"matchesPreferences\",\"url\":\"classes/IndexRepresentationStore.html#matchesPreferences\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"IndexRepresentationStore\"},{\"id\":2290,\"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\":2291,\"kind\":2048,\"name\":\"hasResource\",\"url\":\"classes/IndexRepresentationStore.html#hasResource\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"IndexRepresentationStore\"},{\"id\":2292,\"kind\":2048,\"name\":\"addResource\",\"url\":\"classes/IndexRepresentationStore.html#addResource\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"IndexRepresentationStore\"},{\"id\":2293,\"kind\":2048,\"name\":\"deleteResource\",\"url\":\"classes/IndexRepresentationStore.html#deleteResource\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"IndexRepresentationStore\"},{\"id\":2294,\"kind\":2048,\"name\":\"modifyResource\",\"url\":\"classes/IndexRepresentationStore.html#modifyResource\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"IndexRepresentationStore\"},{\"id\":2295,\"kind\":2048,\"name\":\"setRepresentation\",\"url\":\"classes/IndexRepresentationStore.html#setRepresentation\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"IndexRepresentationStore\"},{\"id\":2296,\"kind\":128,\"name\":\"LockingResourceStore\",\"url\":\"classes/LockingResourceStore.html\",\"classes\":\"tsd-kind-class\"},{\"id\":2297,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/LockingResourceStore.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"LockingResourceStore\"},{\"id\":2298,\"kind\":1024,\"name\":\"logger\",\"url\":\"classes/LockingResourceStore.html#logger\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"LockingResourceStore\"},{\"id\":2299,\"kind\":1024,\"name\":\"source\",\"url\":\"classes/LockingResourceStore.html#source\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"LockingResourceStore\"},{\"id\":2300,\"kind\":1024,\"name\":\"locks\",\"url\":\"classes/LockingResourceStore.html#locks\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"LockingResourceStore\"},{\"id\":2301,\"kind\":1024,\"name\":\"auxiliaryStrategy\",\"url\":\"classes/LockingResourceStore.html#auxiliaryStrategy\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"LockingResourceStore\"},{\"id\":2302,\"kind\":2048,\"name\":\"hasResource\",\"url\":\"classes/LockingResourceStore.html#hasResource\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"LockingResourceStore\"},{\"id\":2303,\"kind\":2048,\"name\":\"getRepresentation\",\"url\":\"classes/LockingResourceStore.html#getRepresentation\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"LockingResourceStore\"},{\"id\":2304,\"kind\":2048,\"name\":\"addResource\",\"url\":\"classes/LockingResourceStore.html#addResource\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"LockingResourceStore\"},{\"id\":2305,\"kind\":2048,\"name\":\"setRepresentation\",\"url\":\"classes/LockingResourceStore.html#setRepresentation\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"LockingResourceStore\"},{\"id\":2306,\"kind\":2048,\"name\":\"deleteResource\",\"url\":\"classes/LockingResourceStore.html#deleteResource\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"LockingResourceStore\"},{\"id\":2307,\"kind\":2048,\"name\":\"modifyResource\",\"url\":\"classes/LockingResourceStore.html#modifyResource\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"LockingResourceStore\"},{\"id\":2308,\"kind\":2048,\"name\":\"getLockIdentifier\",\"url\":\"classes/LockingResourceStore.html#getLockIdentifier\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected\",\"parent\":\"LockingResourceStore\"},{\"id\":2309,\"kind\":2048,\"name\":\"lockedRepresentationRun\",\"url\":\"classes/LockingResourceStore.html#lockedRepresentationRun\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected\",\"parent\":\"LockingResourceStore\"},{\"id\":2310,\"kind\":2048,\"name\":\"createExpiringRepresentation\",\"url\":\"classes/LockingResourceStore.html#createExpiringRepresentation\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected\",\"parent\":\"LockingResourceStore\"},{\"id\":2311,\"kind\":2048,\"name\":\"waitForStreamToEnd\",\"url\":\"classes/LockingResourceStore.html#waitForStreamToEnd\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected\",\"parent\":\"LockingResourceStore\"},{\"id\":2312,\"kind\":128,\"name\":\"MonitoringStore\",\"url\":\"classes/MonitoringStore.html\",\"classes\":\"tsd-kind-class tsd-has-type-parameter\"},{\"id\":2313,\"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\":2314,\"kind\":1024,\"name\":\"source\",\"url\":\"classes/MonitoringStore.html#source\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"MonitoringStore\"},{\"id\":2315,\"kind\":2048,\"name\":\"hasResource\",\"url\":\"classes/MonitoringStore.html#hasResource\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"MonitoringStore\"},{\"id\":2316,\"kind\":2048,\"name\":\"getRepresentation\",\"url\":\"classes/MonitoringStore.html#getRepresentation\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"MonitoringStore\"},{\"id\":2317,\"kind\":2048,\"name\":\"addResource\",\"url\":\"classes/MonitoringStore.html#addResource\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"MonitoringStore\"},{\"id\":2318,\"kind\":2048,\"name\":\"deleteResource\",\"url\":\"classes/MonitoringStore.html#deleteResource\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"MonitoringStore\"},{\"id\":2319,\"kind\":2048,\"name\":\"setRepresentation\",\"url\":\"classes/MonitoringStore.html#setRepresentation\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"MonitoringStore\"},{\"id\":2320,\"kind\":2048,\"name\":\"modifyResource\",\"url\":\"classes/MonitoringStore.html#modifyResource\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"MonitoringStore\"},{\"id\":2321,\"kind\":2048,\"name\":\"emitChanged\",\"url\":\"classes/MonitoringStore.html#emitChanged\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"MonitoringStore\"},{\"id\":2322,\"kind\":128,\"name\":\"PassthroughStore\",\"url\":\"classes/PassthroughStore.html\",\"classes\":\"tsd-kind-class tsd-has-type-parameter\"},{\"id\":2323,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/PassthroughStore.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter\",\"parent\":\"PassthroughStore\"},{\"id\":2324,\"kind\":1024,\"name\":\"source\",\"url\":\"classes/PassthroughStore.html#source\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"PassthroughStore\"},{\"id\":2325,\"kind\":2048,\"name\":\"hasResource\",\"url\":\"classes/PassthroughStore.html#hasResource\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"PassthroughStore\"},{\"id\":2326,\"kind\":2048,\"name\":\"getRepresentation\",\"url\":\"classes/PassthroughStore.html#getRepresentation\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"PassthroughStore\"},{\"id\":2327,\"kind\":2048,\"name\":\"addResource\",\"url\":\"classes/PassthroughStore.html#addResource\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"PassthroughStore\"},{\"id\":2328,\"kind\":2048,\"name\":\"deleteResource\",\"url\":\"classes/PassthroughStore.html#deleteResource\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"PassthroughStore\"},{\"id\":2329,\"kind\":2048,\"name\":\"modifyResource\",\"url\":\"classes/PassthroughStore.html#modifyResource\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"PassthroughStore\"},{\"id\":2330,\"kind\":2048,\"name\":\"setRepresentation\",\"url\":\"classes/PassthroughStore.html#setRepresentation\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"PassthroughStore\"},{\"id\":2331,\"kind\":128,\"name\":\"PatchingStore\",\"url\":\"classes/PatchingStore.html\",\"classes\":\"tsd-kind-class tsd-has-type-parameter\"},{\"id\":2332,\"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\":2333,\"kind\":1024,\"name\":\"patchHandler\",\"url\":\"classes/PatchingStore.html#patchHandler\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"PatchingStore\"},{\"id\":2334,\"kind\":2048,\"name\":\"modifyResource\",\"url\":\"classes/PatchingStore.html#modifyResource\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"PatchingStore\"},{\"id\":2335,\"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\":2336,\"kind\":2048,\"name\":\"hasResource\",\"url\":\"classes/PatchingStore.html#hasResource\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PatchingStore\"},{\"id\":2337,\"kind\":2048,\"name\":\"getRepresentation\",\"url\":\"classes/PatchingStore.html#getRepresentation\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PatchingStore\"},{\"id\":2338,\"kind\":2048,\"name\":\"addResource\",\"url\":\"classes/PatchingStore.html#addResource\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PatchingStore\"},{\"id\":2339,\"kind\":2048,\"name\":\"deleteResource\",\"url\":\"classes/PatchingStore.html#deleteResource\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PatchingStore\"},{\"id\":2340,\"kind\":2048,\"name\":\"setRepresentation\",\"url\":\"classes/PatchingStore.html#setRepresentation\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PatchingStore\"},{\"id\":2341,\"kind\":128,\"name\":\"ReadOnlyStore\",\"url\":\"classes/ReadOnlyStore.html\",\"classes\":\"tsd-kind-class tsd-has-type-parameter\"},{\"id\":2342,\"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\":2343,\"kind\":2048,\"name\":\"addResource\",\"url\":\"classes/ReadOnlyStore.html#addResource\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ReadOnlyStore\"},{\"id\":2344,\"kind\":2048,\"name\":\"deleteResource\",\"url\":\"classes/ReadOnlyStore.html#deleteResource\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ReadOnlyStore\"},{\"id\":2345,\"kind\":2048,\"name\":\"modifyResource\",\"url\":\"classes/ReadOnlyStore.html#modifyResource\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ReadOnlyStore\"},{\"id\":2346,\"kind\":2048,\"name\":\"setRepresentation\",\"url\":\"classes/ReadOnlyStore.html#setRepresentation\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ReadOnlyStore\"},{\"id\":2347,\"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\":2348,\"kind\":2048,\"name\":\"hasResource\",\"url\":\"classes/ReadOnlyStore.html#hasResource\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ReadOnlyStore\"},{\"id\":2349,\"kind\":2048,\"name\":\"getRepresentation\",\"url\":\"classes/ReadOnlyStore.html#getRepresentation\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ReadOnlyStore\"},{\"id\":2350,\"kind\":128,\"name\":\"RepresentationConvertingStore\",\"url\":\"classes/RepresentationConvertingStore.html\",\"classes\":\"tsd-kind-class tsd-has-type-parameter\"},{\"id\":2351,\"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\":2352,\"kind\":1024,\"name\":\"logger\",\"url\":\"classes/RepresentationConvertingStore.html#logger\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"RepresentationConvertingStore\"},{\"id\":2353,\"kind\":1024,\"name\":\"inConverter\",\"url\":\"classes/RepresentationConvertingStore.html#inConverter\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"RepresentationConvertingStore\"},{\"id\":2354,\"kind\":1024,\"name\":\"outConverter\",\"url\":\"classes/RepresentationConvertingStore.html#outConverter\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"RepresentationConvertingStore\"},{\"id\":2355,\"kind\":1024,\"name\":\"inPreferences\",\"url\":\"classes/RepresentationConvertingStore.html#inPreferences\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"RepresentationConvertingStore\"},{\"id\":2356,\"kind\":2048,\"name\":\"getRepresentation\",\"url\":\"classes/RepresentationConvertingStore.html#getRepresentation\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"RepresentationConvertingStore\"},{\"id\":2357,\"kind\":2048,\"name\":\"addResource\",\"url\":\"classes/RepresentationConvertingStore.html#addResource\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"RepresentationConvertingStore\"},{\"id\":2358,\"kind\":2048,\"name\":\"setRepresentation\",\"url\":\"classes/RepresentationConvertingStore.html#setRepresentation\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"RepresentationConvertingStore\"},{\"id\":2359,\"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\":2360,\"kind\":2048,\"name\":\"hasResource\",\"url\":\"classes/RepresentationConvertingStore.html#hasResource\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RepresentationConvertingStore\"},{\"id\":2361,\"kind\":2048,\"name\":\"deleteResource\",\"url\":\"classes/RepresentationConvertingStore.html#deleteResource\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RepresentationConvertingStore\"},{\"id\":2362,\"kind\":2048,\"name\":\"modifyResource\",\"url\":\"classes/RepresentationConvertingStore.html#modifyResource\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RepresentationConvertingStore\"},{\"id\":2363,\"kind\":256,\"name\":\"ResourceSet\",\"url\":\"interfaces/ResourceSet.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2364,\"kind\":2048,\"name\":\"hasResource\",\"url\":\"interfaces/ResourceSet.html#hasResource\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"ResourceSet\"},{\"id\":2365,\"kind\":256,\"name\":\"ResourceStore\",\"url\":\"interfaces/ResourceStore.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2366,\"kind\":2048,\"name\":\"getRepresentation\",\"url\":\"interfaces/ResourceStore.html#getRepresentation\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"ResourceStore\"},{\"id\":2367,\"kind\":2048,\"name\":\"setRepresentation\",\"url\":\"interfaces/ResourceStore.html#setRepresentation\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"ResourceStore\"},{\"id\":2368,\"kind\":2048,\"name\":\"addResource\",\"url\":\"interfaces/ResourceStore.html#addResource\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"ResourceStore\"},{\"id\":2369,\"kind\":2048,\"name\":\"deleteResource\",\"url\":\"interfaces/ResourceStore.html#deleteResource\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"ResourceStore\"},{\"id\":2370,\"kind\":2048,\"name\":\"modifyResource\",\"url\":\"interfaces/ResourceStore.html#modifyResource\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"ResourceStore\"},{\"id\":2371,\"kind\":2048,\"name\":\"hasResource\",\"url\":\"interfaces/ResourceStore.html#hasResource\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ResourceStore\"},{\"id\":2372,\"kind\":128,\"name\":\"RoutingResourceStore\",\"url\":\"classes/RoutingResourceStore.html\",\"classes\":\"tsd-kind-class\"},{\"id\":2373,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/RoutingResourceStore.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"RoutingResourceStore\"},{\"id\":2374,\"kind\":1024,\"name\":\"rule\",\"url\":\"classes/RoutingResourceStore.html#rule\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"RoutingResourceStore\"},{\"id\":2375,\"kind\":2048,\"name\":\"hasResource\",\"url\":\"classes/RoutingResourceStore.html#hasResource\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RoutingResourceStore\"},{\"id\":2376,\"kind\":2048,\"name\":\"getRepresentation\",\"url\":\"classes/RoutingResourceStore.html#getRepresentation\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RoutingResourceStore\"},{\"id\":2377,\"kind\":2048,\"name\":\"addResource\",\"url\":\"classes/RoutingResourceStore.html#addResource\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RoutingResourceStore\"},{\"id\":2378,\"kind\":2048,\"name\":\"setRepresentation\",\"url\":\"classes/RoutingResourceStore.html#setRepresentation\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RoutingResourceStore\"},{\"id\":2379,\"kind\":2048,\"name\":\"deleteResource\",\"url\":\"classes/RoutingResourceStore.html#deleteResource\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RoutingResourceStore\"},{\"id\":2380,\"kind\":2048,\"name\":\"modifyResource\",\"url\":\"classes/RoutingResourceStore.html#modifyResource\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RoutingResourceStore\"},{\"id\":2381,\"kind\":2048,\"name\":\"getStore\",\"url\":\"classes/RoutingResourceStore.html#getStore\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"RoutingResourceStore\"},{\"id\":2382,\"kind\":128,\"name\":\"BadRequestHttpError\",\"url\":\"classes/BadRequestHttpError.html\",\"classes\":\"tsd-kind-class\"},{\"id\":2383,\"kind\":1024,\"name\":\"statusCode\",\"url\":\"classes/BadRequestHttpError.html#statusCode-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static\",\"parent\":\"BadRequestHttpError\"},{\"id\":2384,\"kind\":1024,\"name\":\"uri\",\"url\":\"classes/BadRequestHttpError.html#uri\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static\",\"parent\":\"BadRequestHttpError\"},{\"id\":2385,\"kind\":2048,\"name\":\"isInstance\",\"url\":\"classes/BadRequestHttpError.html#isInstance\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static\",\"parent\":\"BadRequestHttpError\"},{\"id\":2386,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/BadRequestHttpError.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"BadRequestHttpError\"},{\"id\":2387,\"kind\":1024,\"name\":\"statusCode\",\"url\":\"classes/BadRequestHttpError.html#statusCode\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BadRequestHttpError\"},{\"id\":2388,\"kind\":1024,\"name\":\"cause\",\"url\":\"classes/BadRequestHttpError.html#cause\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BadRequestHttpError\"},{\"id\":2389,\"kind\":1024,\"name\":\"errorCode\",\"url\":\"classes/BadRequestHttpError.html#errorCode\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BadRequestHttpError\"},{\"id\":2390,\"kind\":1024,\"name\":\"details\",\"url\":\"classes/BadRequestHttpError.html#details\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BadRequestHttpError\"},{\"id\":2391,\"kind\":2048,\"name\":\"generateMetadata\",\"url\":\"classes/BadRequestHttpError.html#generateMetadata\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BadRequestHttpError\"},{\"id\":2392,\"kind\":128,\"name\":\"ConflictHttpError\",\"url\":\"classes/ConflictHttpError.html\",\"classes\":\"tsd-kind-class\"},{\"id\":2393,\"kind\":1024,\"name\":\"statusCode\",\"url\":\"classes/ConflictHttpError.html#statusCode-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static\",\"parent\":\"ConflictHttpError\"},{\"id\":2394,\"kind\":1024,\"name\":\"uri\",\"url\":\"classes/ConflictHttpError.html#uri\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static\",\"parent\":\"ConflictHttpError\"},{\"id\":2395,\"kind\":2048,\"name\":\"isInstance\",\"url\":\"classes/ConflictHttpError.html#isInstance\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static\",\"parent\":\"ConflictHttpError\"},{\"id\":2396,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ConflictHttpError.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ConflictHttpError\"},{\"id\":2397,\"kind\":1024,\"name\":\"statusCode\",\"url\":\"classes/ConflictHttpError.html#statusCode\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ConflictHttpError\"},{\"id\":2398,\"kind\":1024,\"name\":\"cause\",\"url\":\"classes/ConflictHttpError.html#cause\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ConflictHttpError\"},{\"id\":2399,\"kind\":1024,\"name\":\"errorCode\",\"url\":\"classes/ConflictHttpError.html#errorCode\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ConflictHttpError\"},{\"id\":2400,\"kind\":1024,\"name\":\"details\",\"url\":\"classes/ConflictHttpError.html#details\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ConflictHttpError\"},{\"id\":2401,\"kind\":2048,\"name\":\"generateMetadata\",\"url\":\"classes/ConflictHttpError.html#generateMetadata\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ConflictHttpError\"},{\"id\":2402,\"kind\":64,\"name\":\"isError\",\"url\":\"modules.html#isError\",\"classes\":\"tsd-kind-function\"},{\"id\":2403,\"kind\":64,\"name\":\"assertError\",\"url\":\"modules.html#assertError\",\"classes\":\"tsd-kind-function\"},{\"id\":2404,\"kind\":64,\"name\":\"createErrorMessage\",\"url\":\"modules.html#createErrorMessage\",\"classes\":\"tsd-kind-function\"},{\"id\":2405,\"kind\":128,\"name\":\"ForbiddenHttpError\",\"url\":\"classes/ForbiddenHttpError.html\",\"classes\":\"tsd-kind-class\"},{\"id\":2406,\"kind\":1024,\"name\":\"statusCode\",\"url\":\"classes/ForbiddenHttpError.html#statusCode-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static\",\"parent\":\"ForbiddenHttpError\"},{\"id\":2407,\"kind\":1024,\"name\":\"uri\",\"url\":\"classes/ForbiddenHttpError.html#uri\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static\",\"parent\":\"ForbiddenHttpError\"},{\"id\":2408,\"kind\":2048,\"name\":\"isInstance\",\"url\":\"classes/ForbiddenHttpError.html#isInstance\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static\",\"parent\":\"ForbiddenHttpError\"},{\"id\":2409,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ForbiddenHttpError.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ForbiddenHttpError\"},{\"id\":2410,\"kind\":1024,\"name\":\"statusCode\",\"url\":\"classes/ForbiddenHttpError.html#statusCode\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ForbiddenHttpError\"},{\"id\":2411,\"kind\":1024,\"name\":\"cause\",\"url\":\"classes/ForbiddenHttpError.html#cause\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ForbiddenHttpError\"},{\"id\":2412,\"kind\":1024,\"name\":\"errorCode\",\"url\":\"classes/ForbiddenHttpError.html#errorCode\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ForbiddenHttpError\"},{\"id\":2413,\"kind\":1024,\"name\":\"details\",\"url\":\"classes/ForbiddenHttpError.html#details\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ForbiddenHttpError\"},{\"id\":2414,\"kind\":2048,\"name\":\"generateMetadata\",\"url\":\"classes/ForbiddenHttpError.html#generateMetadata\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ForbiddenHttpError\"},{\"id\":2415,\"kind\":128,\"name\":\"FoundHttpError\",\"url\":\"classes/FoundHttpError.html\",\"classes\":\"tsd-kind-class\"},{\"id\":2416,\"kind\":1024,\"name\":\"statusCode\",\"url\":\"classes/FoundHttpError.html#statusCode-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static\",\"parent\":\"FoundHttpError\"},{\"id\":2417,\"kind\":1024,\"name\":\"uri\",\"url\":\"classes/FoundHttpError.html#uri\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static\",\"parent\":\"FoundHttpError\"},{\"id\":2418,\"kind\":2048,\"name\":\"isInstance\",\"url\":\"classes/FoundHttpError.html#isInstance\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static\",\"parent\":\"FoundHttpError\"},{\"id\":2419,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/FoundHttpError.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"FoundHttpError\"},{\"id\":2420,\"kind\":1024,\"name\":\"location\",\"url\":\"classes/FoundHttpError.html#location\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FoundHttpError\"},{\"id\":2421,\"kind\":1024,\"name\":\"statusCode\",\"url\":\"classes/FoundHttpError.html#statusCode\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FoundHttpError\"},{\"id\":2422,\"kind\":1024,\"name\":\"cause\",\"url\":\"classes/FoundHttpError.html#cause\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FoundHttpError\"},{\"id\":2423,\"kind\":1024,\"name\":\"errorCode\",\"url\":\"classes/FoundHttpError.html#errorCode\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FoundHttpError\"},{\"id\":2424,\"kind\":1024,\"name\":\"details\",\"url\":\"classes/FoundHttpError.html#details\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FoundHttpError\"},{\"id\":2425,\"kind\":2048,\"name\":\"generateMetadata\",\"url\":\"classes/FoundHttpError.html#generateMetadata\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FoundHttpError\"},{\"id\":2426,\"kind\":64,\"name\":\"generateHttpErrorUri\",\"url\":\"modules.html#generateHttpErrorUri\",\"classes\":\"tsd-kind-function\"},{\"id\":2427,\"kind\":64,\"name\":\"generateHttpErrorClass\",\"url\":\"modules.html#generateHttpErrorClass\",\"classes\":\"tsd-kind-function tsd-has-type-parameter\"},{\"id\":2428,\"kind\":256,\"name\":\"HttpErrorOptions\",\"url\":\"interfaces/HttpErrorOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2429,\"kind\":1024,\"name\":\"cause\",\"url\":\"interfaces/HttpErrorOptions.html#cause\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"HttpErrorOptions\"},{\"id\":2430,\"kind\":1024,\"name\":\"errorCode\",\"url\":\"interfaces/HttpErrorOptions.html#errorCode\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"HttpErrorOptions\"},{\"id\":2431,\"kind\":1024,\"name\":\"details\",\"url\":\"interfaces/HttpErrorOptions.html#details\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"HttpErrorOptions\"},{\"id\":2432,\"kind\":128,\"name\":\"HttpError\",\"url\":\"classes/HttpError.html\",\"classes\":\"tsd-kind-class tsd-has-type-parameter\"},{\"id\":2433,\"kind\":2048,\"name\":\"isInstance\",\"url\":\"classes/HttpError.html#isInstance\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"HttpError\"},{\"id\":2434,\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/HttpError.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"HttpError\"},{\"id\":2435,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/HttpError.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter tsd-is-overwrite\",\"parent\":\"HttpError\"},{\"id\":2436,\"kind\":1024,\"name\":\"statusCode\",\"url\":\"classes/HttpError.html#statusCode\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"HttpError\"},{\"id\":2437,\"kind\":1024,\"name\":\"cause\",\"url\":\"classes/HttpError.html#cause\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"HttpError\"},{\"id\":2438,\"kind\":1024,\"name\":\"errorCode\",\"url\":\"classes/HttpError.html#errorCode\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"HttpError\"},{\"id\":2439,\"kind\":1024,\"name\":\"details\",\"url\":\"classes/HttpError.html#details\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"HttpError\"},{\"id\":2440,\"kind\":2048,\"name\":\"generateMetadata\",\"url\":\"classes/HttpError.html#generateMetadata\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"HttpError\"},{\"id\":2441,\"kind\":256,\"name\":\"HttpErrorClass\",\"url\":\"interfaces/HttpErrorClass.html\",\"classes\":\"tsd-kind-interface tsd-has-type-parameter\"},{\"id\":2442,\"kind\":1024,\"name\":\"statusCode\",\"url\":\"interfaces/HttpErrorClass.html#statusCode\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"HttpErrorClass\"},{\"id\":2443,\"kind\":1024,\"name\":\"uri\",\"url\":\"interfaces/HttpErrorClass.html#uri\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"HttpErrorClass\"},{\"id\":2444,\"kind\":2048,\"name\":\"isInstance\",\"url\":\"interfaces/HttpErrorClass.html#isInstance\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"HttpErrorClass\"},{\"id\":2445,\"kind\":512,\"name\":\"constructor\",\"url\":\"interfaces/HttpErrorClass.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-interface\",\"parent\":\"HttpErrorClass\"},{\"id\":2446,\"kind\":64,\"name\":\"getStatusCode\",\"url\":\"modules.html#getStatusCode\",\"classes\":\"tsd-kind-function\"},{\"id\":2447,\"kind\":64,\"name\":\"createAggregateError\",\"url\":\"modules.html#createAggregateError\",\"classes\":\"tsd-kind-function\"},{\"id\":2448,\"kind\":128,\"name\":\"InternalServerError\",\"url\":\"classes/InternalServerError.html\",\"classes\":\"tsd-kind-class\"},{\"id\":2449,\"kind\":1024,\"name\":\"statusCode\",\"url\":\"classes/InternalServerError.html#statusCode-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static\",\"parent\":\"InternalServerError\"},{\"id\":2450,\"kind\":1024,\"name\":\"uri\",\"url\":\"classes/InternalServerError.html#uri\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static\",\"parent\":\"InternalServerError\"},{\"id\":2451,\"kind\":2048,\"name\":\"isInstance\",\"url\":\"classes/InternalServerError.html#isInstance\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static\",\"parent\":\"InternalServerError\"},{\"id\":2452,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/InternalServerError.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"InternalServerError\"},{\"id\":2453,\"kind\":1024,\"name\":\"statusCode\",\"url\":\"classes/InternalServerError.html#statusCode\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"InternalServerError\"},{\"id\":2454,\"kind\":1024,\"name\":\"cause\",\"url\":\"classes/InternalServerError.html#cause\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"InternalServerError\"},{\"id\":2455,\"kind\":1024,\"name\":\"errorCode\",\"url\":\"classes/InternalServerError.html#errorCode\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"InternalServerError\"},{\"id\":2456,\"kind\":1024,\"name\":\"details\",\"url\":\"classes/InternalServerError.html#details\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"InternalServerError\"},{\"id\":2457,\"kind\":2048,\"name\":\"generateMetadata\",\"url\":\"classes/InternalServerError.html#generateMetadata\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"InternalServerError\"},{\"id\":2458,\"kind\":128,\"name\":\"MethodNotAllowedHttpError\",\"url\":\"classes/MethodNotAllowedHttpError.html\",\"classes\":\"tsd-kind-class\"},{\"id\":2459,\"kind\":1024,\"name\":\"statusCode\",\"url\":\"classes/MethodNotAllowedHttpError.html#statusCode-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static\",\"parent\":\"MethodNotAllowedHttpError\"},{\"id\":2460,\"kind\":1024,\"name\":\"uri\",\"url\":\"classes/MethodNotAllowedHttpError.html#uri\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static\",\"parent\":\"MethodNotAllowedHttpError\"},{\"id\":2461,\"kind\":2048,\"name\":\"isInstance\",\"url\":\"classes/MethodNotAllowedHttpError.html#isInstance\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static\",\"parent\":\"MethodNotAllowedHttpError\"},{\"id\":2462,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/MethodNotAllowedHttpError.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MethodNotAllowedHttpError\"},{\"id\":2463,\"kind\":1024,\"name\":\"methods\",\"url\":\"classes/MethodNotAllowedHttpError.html#methods\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"MethodNotAllowedHttpError\"},{\"id\":2464,\"kind\":2048,\"name\":\"generateMetadata\",\"url\":\"classes/MethodNotAllowedHttpError.html#generateMetadata\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MethodNotAllowedHttpError\"},{\"id\":2465,\"kind\":1024,\"name\":\"statusCode\",\"url\":\"classes/MethodNotAllowedHttpError.html#statusCode\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MethodNotAllowedHttpError\"},{\"id\":2466,\"kind\":1024,\"name\":\"cause\",\"url\":\"classes/MethodNotAllowedHttpError.html#cause\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MethodNotAllowedHttpError\"},{\"id\":2467,\"kind\":1024,\"name\":\"errorCode\",\"url\":\"classes/MethodNotAllowedHttpError.html#errorCode\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MethodNotAllowedHttpError\"},{\"id\":2468,\"kind\":1024,\"name\":\"details\",\"url\":\"classes/MethodNotAllowedHttpError.html#details\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MethodNotAllowedHttpError\"},{\"id\":2469,\"kind\":128,\"name\":\"MovedPermanentlyHttpError\",\"url\":\"classes/MovedPermanentlyHttpError.html\",\"classes\":\"tsd-kind-class\"},{\"id\":2470,\"kind\":1024,\"name\":\"statusCode\",\"url\":\"classes/MovedPermanentlyHttpError.html#statusCode-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static\",\"parent\":\"MovedPermanentlyHttpError\"},{\"id\":2471,\"kind\":1024,\"name\":\"uri\",\"url\":\"classes/MovedPermanentlyHttpError.html#uri\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static\",\"parent\":\"MovedPermanentlyHttpError\"},{\"id\":2472,\"kind\":2048,\"name\":\"isInstance\",\"url\":\"classes/MovedPermanentlyHttpError.html#isInstance\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static\",\"parent\":\"MovedPermanentlyHttpError\"},{\"id\":2473,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/MovedPermanentlyHttpError.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MovedPermanentlyHttpError\"},{\"id\":2474,\"kind\":1024,\"name\":\"location\",\"url\":\"classes/MovedPermanentlyHttpError.html#location\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MovedPermanentlyHttpError\"},{\"id\":2475,\"kind\":1024,\"name\":\"statusCode\",\"url\":\"classes/MovedPermanentlyHttpError.html#statusCode\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MovedPermanentlyHttpError\"},{\"id\":2476,\"kind\":1024,\"name\":\"cause\",\"url\":\"classes/MovedPermanentlyHttpError.html#cause\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MovedPermanentlyHttpError\"},{\"id\":2477,\"kind\":1024,\"name\":\"errorCode\",\"url\":\"classes/MovedPermanentlyHttpError.html#errorCode\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MovedPermanentlyHttpError\"},{\"id\":2478,\"kind\":1024,\"name\":\"details\",\"url\":\"classes/MovedPermanentlyHttpError.html#details\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MovedPermanentlyHttpError\"},{\"id\":2479,\"kind\":2048,\"name\":\"generateMetadata\",\"url\":\"classes/MovedPermanentlyHttpError.html#generateMetadata\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MovedPermanentlyHttpError\"},{\"id\":2480,\"kind\":128,\"name\":\"NotFoundHttpError\",\"url\":\"classes/NotFoundHttpError.html\",\"classes\":\"tsd-kind-class\"},{\"id\":2481,\"kind\":1024,\"name\":\"statusCode\",\"url\":\"classes/NotFoundHttpError.html#statusCode-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static\",\"parent\":\"NotFoundHttpError\"},{\"id\":2482,\"kind\":1024,\"name\":\"uri\",\"url\":\"classes/NotFoundHttpError.html#uri\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static\",\"parent\":\"NotFoundHttpError\"},{\"id\":2483,\"kind\":2048,\"name\":\"isInstance\",\"url\":\"classes/NotFoundHttpError.html#isInstance\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static\",\"parent\":\"NotFoundHttpError\"},{\"id\":2484,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/NotFoundHttpError.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"NotFoundHttpError\"},{\"id\":2485,\"kind\":1024,\"name\":\"statusCode\",\"url\":\"classes/NotFoundHttpError.html#statusCode\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NotFoundHttpError\"},{\"id\":2486,\"kind\":1024,\"name\":\"cause\",\"url\":\"classes/NotFoundHttpError.html#cause\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NotFoundHttpError\"},{\"id\":2487,\"kind\":1024,\"name\":\"errorCode\",\"url\":\"classes/NotFoundHttpError.html#errorCode\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NotFoundHttpError\"},{\"id\":2488,\"kind\":1024,\"name\":\"details\",\"url\":\"classes/NotFoundHttpError.html#details\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NotFoundHttpError\"},{\"id\":2489,\"kind\":2048,\"name\":\"generateMetadata\",\"url\":\"classes/NotFoundHttpError.html#generateMetadata\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NotFoundHttpError\"},{\"id\":2490,\"kind\":128,\"name\":\"NotImplementedHttpError\",\"url\":\"classes/NotImplementedHttpError.html\",\"classes\":\"tsd-kind-class\"},{\"id\":2491,\"kind\":1024,\"name\":\"statusCode\",\"url\":\"classes/NotImplementedHttpError.html#statusCode-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static\",\"parent\":\"NotImplementedHttpError\"},{\"id\":2492,\"kind\":1024,\"name\":\"uri\",\"url\":\"classes/NotImplementedHttpError.html#uri\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static\",\"parent\":\"NotImplementedHttpError\"},{\"id\":2493,\"kind\":2048,\"name\":\"isInstance\",\"url\":\"classes/NotImplementedHttpError.html#isInstance\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static\",\"parent\":\"NotImplementedHttpError\"},{\"id\":2494,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/NotImplementedHttpError.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"NotImplementedHttpError\"},{\"id\":2495,\"kind\":1024,\"name\":\"statusCode\",\"url\":\"classes/NotImplementedHttpError.html#statusCode\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NotImplementedHttpError\"},{\"id\":2496,\"kind\":1024,\"name\":\"cause\",\"url\":\"classes/NotImplementedHttpError.html#cause\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NotImplementedHttpError\"},{\"id\":2497,\"kind\":1024,\"name\":\"errorCode\",\"url\":\"classes/NotImplementedHttpError.html#errorCode\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NotImplementedHttpError\"},{\"id\":2498,\"kind\":1024,\"name\":\"details\",\"url\":\"classes/NotImplementedHttpError.html#details\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NotImplementedHttpError\"},{\"id\":2499,\"kind\":2048,\"name\":\"generateMetadata\",\"url\":\"classes/NotImplementedHttpError.html#generateMetadata\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NotImplementedHttpError\"},{\"id\":2500,\"kind\":128,\"name\":\"PreconditionFailedHttpError\",\"url\":\"classes/PreconditionFailedHttpError.html\",\"classes\":\"tsd-kind-class\"},{\"id\":2501,\"kind\":1024,\"name\":\"statusCode\",\"url\":\"classes/PreconditionFailedHttpError.html#statusCode-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static\",\"parent\":\"PreconditionFailedHttpError\"},{\"id\":2502,\"kind\":1024,\"name\":\"uri\",\"url\":\"classes/PreconditionFailedHttpError.html#uri\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static\",\"parent\":\"PreconditionFailedHttpError\"},{\"id\":2503,\"kind\":2048,\"name\":\"isInstance\",\"url\":\"classes/PreconditionFailedHttpError.html#isInstance\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static\",\"parent\":\"PreconditionFailedHttpError\"},{\"id\":2504,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/PreconditionFailedHttpError.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"PreconditionFailedHttpError\"},{\"id\":2505,\"kind\":1024,\"name\":\"statusCode\",\"url\":\"classes/PreconditionFailedHttpError.html#statusCode\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PreconditionFailedHttpError\"},{\"id\":2506,\"kind\":1024,\"name\":\"cause\",\"url\":\"classes/PreconditionFailedHttpError.html#cause\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PreconditionFailedHttpError\"},{\"id\":2507,\"kind\":1024,\"name\":\"errorCode\",\"url\":\"classes/PreconditionFailedHttpError.html#errorCode\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PreconditionFailedHttpError\"},{\"id\":2508,\"kind\":1024,\"name\":\"details\",\"url\":\"classes/PreconditionFailedHttpError.html#details\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PreconditionFailedHttpError\"},{\"id\":2509,\"kind\":2048,\"name\":\"generateMetadata\",\"url\":\"classes/PreconditionFailedHttpError.html#generateMetadata\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PreconditionFailedHttpError\"},{\"id\":2510,\"kind\":64,\"name\":\"generateRedirectHttpErrorClass\",\"url\":\"modules.html#generateRedirectHttpErrorClass\",\"classes\":\"tsd-kind-function tsd-has-type-parameter\"},{\"id\":2511,\"kind\":128,\"name\":\"RedirectHttpError\",\"url\":\"classes/RedirectHttpError.html\",\"classes\":\"tsd-kind-class tsd-has-type-parameter\"},{\"id\":2512,\"kind\":2048,\"name\":\"isInstance\",\"url\":\"classes/RedirectHttpError.html#isInstance\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-static\",\"parent\":\"RedirectHttpError\"},{\"id\":2513,\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/RedirectHttpError.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"RedirectHttpError\"},{\"id\":2514,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/RedirectHttpError.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter tsd-is-overwrite\",\"parent\":\"RedirectHttpError\"},{\"id\":2515,\"kind\":1024,\"name\":\"location\",\"url\":\"classes/RedirectHttpError.html#location\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RedirectHttpError\"},{\"id\":2516,\"kind\":1024,\"name\":\"statusCode\",\"url\":\"classes/RedirectHttpError.html#statusCode\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RedirectHttpError\"},{\"id\":2517,\"kind\":1024,\"name\":\"cause\",\"url\":\"classes/RedirectHttpError.html#cause\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RedirectHttpError\"},{\"id\":2518,\"kind\":1024,\"name\":\"errorCode\",\"url\":\"classes/RedirectHttpError.html#errorCode\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RedirectHttpError\"},{\"id\":2519,\"kind\":1024,\"name\":\"details\",\"url\":\"classes/RedirectHttpError.html#details\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RedirectHttpError\"},{\"id\":2520,\"kind\":2048,\"name\":\"generateMetadata\",\"url\":\"classes/RedirectHttpError.html#generateMetadata\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RedirectHttpError\"},{\"id\":2521,\"kind\":256,\"name\":\"RedirectHttpErrorClass\",\"url\":\"interfaces/RedirectHttpErrorClass.html\",\"classes\":\"tsd-kind-interface tsd-has-type-parameter\"},{\"id\":2522,\"kind\":1024,\"name\":\"statusCode\",\"url\":\"interfaces/RedirectHttpErrorClass.html#statusCode\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"RedirectHttpErrorClass\"},{\"id\":2523,\"kind\":1024,\"name\":\"uri\",\"url\":\"interfaces/RedirectHttpErrorClass.html#uri\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"RedirectHttpErrorClass\"},{\"id\":2524,\"kind\":2048,\"name\":\"isInstance\",\"url\":\"interfaces/RedirectHttpErrorClass.html#isInstance\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"RedirectHttpErrorClass\"},{\"id\":2525,\"kind\":512,\"name\":\"constructor\",\"url\":\"interfaces/RedirectHttpErrorClass.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"RedirectHttpErrorClass\"},{\"id\":2526,\"kind\":64,\"name\":\"isSystemError\",\"url\":\"modules.html#isSystemError\",\"classes\":\"tsd-kind-function\"},{\"id\":2527,\"kind\":256,\"name\":\"SystemError\",\"url\":\"interfaces/SystemError.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2528,\"kind\":1024,\"name\":\"address\",\"url\":\"interfaces/SystemError.html#address\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SystemError\"},{\"id\":2529,\"kind\":1024,\"name\":\"code\",\"url\":\"interfaces/SystemError.html#code\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SystemError\"},{\"id\":2530,\"kind\":1024,\"name\":\"dest\",\"url\":\"interfaces/SystemError.html#dest\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SystemError\"},{\"id\":2531,\"kind\":1024,\"name\":\"errno\",\"url\":\"interfaces/SystemError.html#errno\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SystemError\"},{\"id\":2532,\"kind\":1024,\"name\":\"info\",\"url\":\"interfaces/SystemError.html#info\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SystemError\"},{\"id\":2533,\"kind\":1024,\"name\":\"path\",\"url\":\"interfaces/SystemError.html#path\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SystemError\"},{\"id\":2534,\"kind\":1024,\"name\":\"port\",\"url\":\"interfaces/SystemError.html#port\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SystemError\"},{\"id\":2535,\"kind\":1024,\"name\":\"syscall\",\"url\":\"interfaces/SystemError.html#syscall\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SystemError\"},{\"id\":2536,\"kind\":128,\"name\":\"UnauthorizedHttpError\",\"url\":\"classes/UnauthorizedHttpError.html\",\"classes\":\"tsd-kind-class\"},{\"id\":2537,\"kind\":1024,\"name\":\"statusCode\",\"url\":\"classes/UnauthorizedHttpError.html#statusCode-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static\",\"parent\":\"UnauthorizedHttpError\"},{\"id\":2538,\"kind\":1024,\"name\":\"uri\",\"url\":\"classes/UnauthorizedHttpError.html#uri\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static\",\"parent\":\"UnauthorizedHttpError\"},{\"id\":2539,\"kind\":2048,\"name\":\"isInstance\",\"url\":\"classes/UnauthorizedHttpError.html#isInstance\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static\",\"parent\":\"UnauthorizedHttpError\"},{\"id\":2540,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/UnauthorizedHttpError.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"UnauthorizedHttpError\"},{\"id\":2541,\"kind\":1024,\"name\":\"statusCode\",\"url\":\"classes/UnauthorizedHttpError.html#statusCode\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"UnauthorizedHttpError\"},{\"id\":2542,\"kind\":1024,\"name\":\"cause\",\"url\":\"classes/UnauthorizedHttpError.html#cause\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"UnauthorizedHttpError\"},{\"id\":2543,\"kind\":1024,\"name\":\"errorCode\",\"url\":\"classes/UnauthorizedHttpError.html#errorCode\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"UnauthorizedHttpError\"},{\"id\":2544,\"kind\":1024,\"name\":\"details\",\"url\":\"classes/UnauthorizedHttpError.html#details\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"UnauthorizedHttpError\"},{\"id\":2545,\"kind\":2048,\"name\":\"generateMetadata\",\"url\":\"classes/UnauthorizedHttpError.html#generateMetadata\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"UnauthorizedHttpError\"},{\"id\":2546,\"kind\":128,\"name\":\"UnsupportedMediaTypeHttpError\",\"url\":\"classes/UnsupportedMediaTypeHttpError.html\",\"classes\":\"tsd-kind-class\"},{\"id\":2547,\"kind\":1024,\"name\":\"statusCode\",\"url\":\"classes/UnsupportedMediaTypeHttpError.html#statusCode-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static\",\"parent\":\"UnsupportedMediaTypeHttpError\"},{\"id\":2548,\"kind\":1024,\"name\":\"uri\",\"url\":\"classes/UnsupportedMediaTypeHttpError.html#uri\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static\",\"parent\":\"UnsupportedMediaTypeHttpError\"},{\"id\":2549,\"kind\":2048,\"name\":\"isInstance\",\"url\":\"classes/UnsupportedMediaTypeHttpError.html#isInstance\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static\",\"parent\":\"UnsupportedMediaTypeHttpError\"},{\"id\":2550,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/UnsupportedMediaTypeHttpError.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"UnsupportedMediaTypeHttpError\"},{\"id\":2551,\"kind\":1024,\"name\":\"statusCode\",\"url\":\"classes/UnsupportedMediaTypeHttpError.html#statusCode\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"UnsupportedMediaTypeHttpError\"},{\"id\":2552,\"kind\":1024,\"name\":\"cause\",\"url\":\"classes/UnsupportedMediaTypeHttpError.html#cause\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"UnsupportedMediaTypeHttpError\"},{\"id\":2553,\"kind\":1024,\"name\":\"errorCode\",\"url\":\"classes/UnsupportedMediaTypeHttpError.html#errorCode\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"UnsupportedMediaTypeHttpError\"},{\"id\":2554,\"kind\":1024,\"name\":\"details\",\"url\":\"classes/UnsupportedMediaTypeHttpError.html#details\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"UnsupportedMediaTypeHttpError\"},{\"id\":2555,\"kind\":2048,\"name\":\"generateMetadata\",\"url\":\"classes/UnsupportedMediaTypeHttpError.html#generateMetadata\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"UnsupportedMediaTypeHttpError\"},{\"id\":2556,\"kind\":128,\"name\":\"AsyncHandler\",\"url\":\"classes/AsyncHandler.html\",\"classes\":\"tsd-kind-class tsd-has-type-parameter\"},{\"id\":2557,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/AsyncHandler.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter\",\"parent\":\"AsyncHandler\"},{\"id\":2558,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/AsyncHandler.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"AsyncHandler\"},{\"id\":2559,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/AsyncHandler.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"AsyncHandler\"},{\"id\":2560,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/AsyncHandler.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"AsyncHandler\"},{\"id\":2561,\"kind\":128,\"name\":\"BooleanHandler\",\"url\":\"classes/BooleanHandler.html\",\"classes\":\"tsd-kind-class tsd-has-type-parameter\"},{\"id\":2562,\"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\":2563,\"kind\":1024,\"name\":\"logger\",\"url\":\"classes/BooleanHandler.html#logger\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"BooleanHandler\"},{\"id\":2564,\"kind\":1024,\"name\":\"handlers\",\"url\":\"classes/BooleanHandler.html#handlers\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"BooleanHandler\"},{\"id\":2565,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/BooleanHandler.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"BooleanHandler\"},{\"id\":2566,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/BooleanHandler.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"BooleanHandler\"},{\"id\":2567,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/BooleanHandler.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"BooleanHandler\"},{\"id\":2568,\"kind\":128,\"name\":\"ConditionalHandler\",\"url\":\"classes/ConditionalHandler.html\",\"classes\":\"tsd-kind-class tsd-has-type-parameter\"},{\"id\":2569,\"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\":2570,\"kind\":1024,\"name\":\"source\",\"url\":\"classes/ConditionalHandler.html#source\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ConditionalHandler\"},{\"id\":2571,\"kind\":1024,\"name\":\"storage\",\"url\":\"classes/ConditionalHandler.html#storage\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ConditionalHandler\"},{\"id\":2572,\"kind\":1024,\"name\":\"storageKey\",\"url\":\"classes/ConditionalHandler.html#storageKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ConditionalHandler\"},{\"id\":2573,\"kind\":1024,\"name\":\"storageValue\",\"url\":\"classes/ConditionalHandler.html#storageValue\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ConditionalHandler\"},{\"id\":2574,\"kind\":1024,\"name\":\"finished\",\"url\":\"classes/ConditionalHandler.html#finished\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ConditionalHandler\"},{\"id\":2575,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/ConditionalHandler.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ConditionalHandler\"},{\"id\":2576,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/ConditionalHandler.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ConditionalHandler\"},{\"id\":2577,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/ConditionalHandler.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ConditionalHandler\"},{\"id\":2578,\"kind\":2048,\"name\":\"checkCondition\",\"url\":\"classes/ConditionalHandler.html#checkCondition\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"ConditionalHandler\"},{\"id\":2579,\"kind\":64,\"name\":\"findHandler\",\"url\":\"modules.html#findHandler\",\"classes\":\"tsd-kind-function tsd-has-type-parameter\"},{\"id\":2580,\"kind\":64,\"name\":\"filterHandlers\",\"url\":\"modules.html#filterHandlers\",\"classes\":\"tsd-kind-function tsd-has-type-parameter\"},{\"id\":2581,\"kind\":128,\"name\":\"MethodFilterHandler\",\"url\":\"classes/MethodFilterHandler.html\",\"classes\":\"tsd-kind-class tsd-has-type-parameter\"},{\"id\":2582,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/MethodFilterHandler.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter tsd-is-overwrite\",\"parent\":\"MethodFilterHandler\"},{\"id\":2583,\"kind\":1024,\"name\":\"methods\",\"url\":\"classes/MethodFilterHandler.html#methods\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"MethodFilterHandler\"},{\"id\":2584,\"kind\":1024,\"name\":\"source\",\"url\":\"classes/MethodFilterHandler.html#source\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"MethodFilterHandler\"},{\"id\":2585,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/MethodFilterHandler.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MethodFilterHandler\"},{\"id\":2586,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/MethodFilterHandler.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MethodFilterHandler\"},{\"id\":2587,\"kind\":2048,\"name\":\"findMethod\",\"url\":\"classes/MethodFilterHandler.html#findMethod\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"MethodFilterHandler\"},{\"id\":2588,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/MethodFilterHandler.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MethodFilterHandler\"},{\"id\":2589,\"kind\":128,\"name\":\"ParallelHandler\",\"url\":\"classes/ParallelHandler.html\",\"classes\":\"tsd-kind-class tsd-has-type-parameter\"},{\"id\":2590,\"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\":2591,\"kind\":1024,\"name\":\"handlers\",\"url\":\"classes/ParallelHandler.html#handlers\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ParallelHandler\"},{\"id\":2592,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/ParallelHandler.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ParallelHandler\"},{\"id\":2593,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/ParallelHandler.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ParallelHandler\"},{\"id\":2594,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/ParallelHandler.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ParallelHandler\"},{\"id\":2595,\"kind\":128,\"name\":\"SequenceHandler\",\"url\":\"classes/SequenceHandler.html\",\"classes\":\"tsd-kind-class tsd-has-type-parameter\"},{\"id\":2596,\"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\":2597,\"kind\":1024,\"name\":\"handlers\",\"url\":\"classes/SequenceHandler.html#handlers\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"SequenceHandler\"},{\"id\":2598,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/SequenceHandler.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"SequenceHandler\"},{\"id\":2599,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/SequenceHandler.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SequenceHandler\"},{\"id\":2600,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/SequenceHandler.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SequenceHandler\"},{\"id\":2601,\"kind\":128,\"name\":\"StaticHandler\",\"url\":\"classes/StaticHandler.html\",\"classes\":\"tsd-kind-class tsd-has-type-parameter\"},{\"id\":2602,\"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\":2603,\"kind\":1024,\"name\":\"value\",\"url\":\"classes/StaticHandler.html#value\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"StaticHandler\"},{\"id\":2604,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/StaticHandler.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"StaticHandler\"},{\"id\":2605,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/StaticHandler.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaticHandler\"},{\"id\":2606,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/StaticHandler.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaticHandler\"},{\"id\":2607,\"kind\":128,\"name\":\"StaticThrowHandler\",\"url\":\"classes/StaticThrowHandler.html\",\"classes\":\"tsd-kind-class\"},{\"id\":2608,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/StaticThrowHandler.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"StaticThrowHandler\"},{\"id\":2609,\"kind\":1024,\"name\":\"error\",\"url\":\"classes/StaticThrowHandler.html#error\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"StaticThrowHandler\"},{\"id\":2610,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/StaticThrowHandler.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"StaticThrowHandler\"},{\"id\":2611,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/StaticThrowHandler.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaticThrowHandler\"},{\"id\":2612,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/StaticThrowHandler.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaticThrowHandler\"},{\"id\":2613,\"kind\":128,\"name\":\"UnionHandler\",\"url\":\"classes/UnionHandler.html\",\"classes\":\"tsd-kind-class tsd-has-type-parameter\"},{\"id\":2614,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/UnionHandler.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter tsd-is-overwrite\",\"parent\":\"UnionHandler\"},{\"id\":2615,\"kind\":1024,\"name\":\"handlers\",\"url\":\"classes/UnionHandler.html#handlers\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"UnionHandler\"},{\"id\":2616,\"kind\":1024,\"name\":\"requireAll\",\"url\":\"classes/UnionHandler.html#requireAll\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"UnionHandler\"},{\"id\":2617,\"kind\":1024,\"name\":\"ignoreErrors\",\"url\":\"classes/UnionHandler.html#ignoreErrors\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"UnionHandler\"},{\"id\":2618,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/UnionHandler.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"UnionHandler\"},{\"id\":2619,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/UnionHandler.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"UnionHandler\"},{\"id\":2620,\"kind\":2048,\"name\":\"allCanHandle\",\"url\":\"classes/UnionHandler.html#allCanHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected\",\"parent\":\"UnionHandler\"},{\"id\":2621,\"kind\":2048,\"name\":\"combine\",\"url\":\"classes/UnionHandler.html#combine\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected\",\"parent\":\"UnionHandler\"},{\"id\":2622,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/UnionHandler.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"UnionHandler\"},{\"id\":2623,\"kind\":128,\"name\":\"UnsupportedAsyncHandler\",\"url\":\"classes/UnsupportedAsyncHandler.html\",\"classes\":\"tsd-kind-class\"},{\"id\":2624,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/UnsupportedAsyncHandler.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"UnsupportedAsyncHandler\"},{\"id\":2625,\"kind\":1024,\"name\":\"errorMessage\",\"url\":\"classes/UnsupportedAsyncHandler.html#errorMessage\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"UnsupportedAsyncHandler\"},{\"id\":2626,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/UnsupportedAsyncHandler.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"UnsupportedAsyncHandler\"},{\"id\":2627,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/UnsupportedAsyncHandler.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"UnsupportedAsyncHandler\"},{\"id\":2628,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/UnsupportedAsyncHandler.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"UnsupportedAsyncHandler\"},{\"id\":2629,\"kind\":128,\"name\":\"WaterfallHandler\",\"url\":\"classes/WaterfallHandler.html\",\"classes\":\"tsd-kind-class tsd-has-type-parameter\"},{\"id\":2630,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/WaterfallHandler.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter\",\"parent\":\"WaterfallHandler\"},{\"id\":2631,\"kind\":1024,\"name\":\"logger\",\"url\":\"classes/WaterfallHandler.html#logger\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"WaterfallHandler\"},{\"id\":2632,\"kind\":1024,\"name\":\"handlers\",\"url\":\"classes/WaterfallHandler.html#handlers\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"WaterfallHandler\"},{\"id\":2633,\"kind\":2048,\"name\":\"canHandle\",\"url\":\"classes/WaterfallHandler.html#canHandle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"WaterfallHandler\"},{\"id\":2634,\"kind\":2048,\"name\":\"handle\",\"url\":\"classes/WaterfallHandler.html#handle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"WaterfallHandler\"},{\"id\":2635,\"kind\":2048,\"name\":\"handleSafe\",\"url\":\"classes/WaterfallHandler.html#handleSafe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"WaterfallHandler\"},{\"id\":2636,\"kind\":128,\"name\":\"BaseIdentifierStrategy\",\"url\":\"classes/BaseIdentifierStrategy.html\",\"classes\":\"tsd-kind-class\"},{\"id\":2637,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/BaseIdentifierStrategy.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"BaseIdentifierStrategy\"},{\"id\":2638,\"kind\":2048,\"name\":\"supportsIdentifier\",\"url\":\"classes/BaseIdentifierStrategy.html#supportsIdentifier\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"BaseIdentifierStrategy\"},{\"id\":2639,\"kind\":2048,\"name\":\"getParentContainer\",\"url\":\"classes/BaseIdentifierStrategy.html#getParentContainer\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"BaseIdentifierStrategy\"},{\"id\":2640,\"kind\":2048,\"name\":\"isRootContainer\",\"url\":\"classes/BaseIdentifierStrategy.html#isRootContainer\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"BaseIdentifierStrategy\"},{\"id\":2641,\"kind\":256,\"name\":\"IdentifierStrategy\",\"url\":\"interfaces/IdentifierStrategy.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2642,\"kind\":2048,\"name\":\"supportsIdentifier\",\"url\":\"interfaces/IdentifierStrategy.html#supportsIdentifier\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"IdentifierStrategy\"},{\"id\":2643,\"kind\":2048,\"name\":\"getParentContainer\",\"url\":\"interfaces/IdentifierStrategy.html#getParentContainer\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"IdentifierStrategy\"},{\"id\":2644,\"kind\":2048,\"name\":\"isRootContainer\",\"url\":\"interfaces/IdentifierStrategy.html#isRootContainer\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"IdentifierStrategy\"},{\"id\":2645,\"kind\":128,\"name\":\"SingleRootIdentifierStrategy\",\"url\":\"classes/SingleRootIdentifierStrategy.html\",\"classes\":\"tsd-kind-class\"},{\"id\":2646,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/SingleRootIdentifierStrategy.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"SingleRootIdentifierStrategy\"},{\"id\":2647,\"kind\":1024,\"name\":\"baseUrl\",\"url\":\"classes/SingleRootIdentifierStrategy.html#baseUrl\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"SingleRootIdentifierStrategy\"},{\"id\":2648,\"kind\":1024,\"name\":\"logger\",\"url\":\"classes/SingleRootIdentifierStrategy.html#logger\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"SingleRootIdentifierStrategy\"},{\"id\":2649,\"kind\":2048,\"name\":\"supportsIdentifier\",\"url\":\"classes/SingleRootIdentifierStrategy.html#supportsIdentifier\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"SingleRootIdentifierStrategy\"},{\"id\":2650,\"kind\":2048,\"name\":\"isRootContainer\",\"url\":\"classes/SingleRootIdentifierStrategy.html#isRootContainer\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"SingleRootIdentifierStrategy\"},{\"id\":2651,\"kind\":2048,\"name\":\"getParentContainer\",\"url\":\"classes/SingleRootIdentifierStrategy.html#getParentContainer\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SingleRootIdentifierStrategy\"},{\"id\":2652,\"kind\":128,\"name\":\"SubdomainIdentifierStrategy\",\"url\":\"classes/SubdomainIdentifierStrategy.html\",\"classes\":\"tsd-kind-class\"},{\"id\":2653,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/SubdomainIdentifierStrategy.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"SubdomainIdentifierStrategy\"},{\"id\":2654,\"kind\":1024,\"name\":\"baseUrl\",\"url\":\"classes/SubdomainIdentifierStrategy.html#baseUrl\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"SubdomainIdentifierStrategy\"},{\"id\":2655,\"kind\":1024,\"name\":\"regex\",\"url\":\"classes/SubdomainIdentifierStrategy.html#regex\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"SubdomainIdentifierStrategy\"},{\"id\":2656,\"kind\":1024,\"name\":\"logger\",\"url\":\"classes/SubdomainIdentifierStrategy.html#logger\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"SubdomainIdentifierStrategy\"},{\"id\":2657,\"kind\":2048,\"name\":\"supportsIdentifier\",\"url\":\"classes/SubdomainIdentifierStrategy.html#supportsIdentifier\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"SubdomainIdentifierStrategy\"},{\"id\":2658,\"kind\":2048,\"name\":\"isRootContainer\",\"url\":\"classes/SubdomainIdentifierStrategy.html#isRootContainer\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"SubdomainIdentifierStrategy\"},{\"id\":2659,\"kind\":2048,\"name\":\"getParentContainer\",\"url\":\"classes/SubdomainIdentifierStrategy.html#getParentContainer\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SubdomainIdentifierStrategy\"},{\"id\":2660,\"kind\":256,\"name\":\"ExpiringReadWriteLocker\",\"url\":\"interfaces/ExpiringReadWriteLocker.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2661,\"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\":2662,\"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\":2663,\"kind\":128,\"name\":\"EqualReadWriteLocker\",\"url\":\"classes/EqualReadWriteLocker.html\",\"classes\":\"tsd-kind-class\"},{\"id\":2664,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/EqualReadWriteLocker.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"EqualReadWriteLocker\"},{\"id\":2665,\"kind\":1024,\"name\":\"locker\",\"url\":\"classes/EqualReadWriteLocker.html#locker\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"EqualReadWriteLocker\"},{\"id\":2666,\"kind\":2048,\"name\":\"withReadLock\",\"url\":\"classes/EqualReadWriteLocker.html#withReadLock\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter\",\"parent\":\"EqualReadWriteLocker\"},{\"id\":2667,\"kind\":2048,\"name\":\"withWriteLock\",\"url\":\"classes/EqualReadWriteLocker.html#withWriteLock\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter\",\"parent\":\"EqualReadWriteLocker\"},{\"id\":2668,\"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\":2669,\"kind\":256,\"name\":\"GreedyReadWriteSuffixes\",\"url\":\"interfaces/GreedyReadWriteSuffixes.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2670,\"kind\":1024,\"name\":\"count\",\"url\":\"interfaces/GreedyReadWriteSuffixes.html#count\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GreedyReadWriteSuffixes\"},{\"id\":2671,\"kind\":1024,\"name\":\"read\",\"url\":\"interfaces/GreedyReadWriteSuffixes.html#read\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GreedyReadWriteSuffixes\"},{\"id\":2672,\"kind\":1024,\"name\":\"write\",\"url\":\"interfaces/GreedyReadWriteSuffixes.html#write\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GreedyReadWriteSuffixes\"},{\"id\":2673,\"kind\":128,\"name\":\"GreedyReadWriteLocker\",\"url\":\"classes/GreedyReadWriteLocker.html\",\"classes\":\"tsd-kind-class\"},{\"id\":2674,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/GreedyReadWriteLocker.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"GreedyReadWriteLocker\"},{\"id\":2675,\"kind\":1024,\"name\":\"locker\",\"url\":\"classes/GreedyReadWriteLocker.html#locker\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"GreedyReadWriteLocker\"},{\"id\":2676,\"kind\":1024,\"name\":\"storage\",\"url\":\"classes/GreedyReadWriteLocker.html#storage\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"GreedyReadWriteLocker\"},{\"id\":2677,\"kind\":1024,\"name\":\"suffixes\",\"url\":\"classes/GreedyReadWriteLocker.html#suffixes\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"GreedyReadWriteLocker\"},{\"id\":2678,\"kind\":2048,\"name\":\"withReadLock\",\"url\":\"classes/GreedyReadWriteLocker.html#withReadLock\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter\",\"parent\":\"GreedyReadWriteLocker\"},{\"id\":2679,\"kind\":2048,\"name\":\"withWriteLock\",\"url\":\"classes/GreedyReadWriteLocker.html#withWriteLock\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter\",\"parent\":\"GreedyReadWriteLocker\"},{\"id\":2680,\"kind\":2048,\"name\":\"getCountKey\",\"url\":\"classes/GreedyReadWriteLocker.html#getCountKey\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"GreedyReadWriteLocker\"},{\"id\":2681,\"kind\":2048,\"name\":\"getReadLockKey\",\"url\":\"classes/GreedyReadWriteLocker.html#getReadLockKey\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"GreedyReadWriteLocker\"},{\"id\":2682,\"kind\":2048,\"name\":\"getWriteLockKey\",\"url\":\"classes/GreedyReadWriteLocker.html#getWriteLockKey\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"GreedyReadWriteLocker\"},{\"id\":2683,\"kind\":2048,\"name\":\"preReadSetup\",\"url\":\"classes/GreedyReadWriteLocker.html#preReadSetup\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"GreedyReadWriteLocker\"},{\"id\":2684,\"kind\":2048,\"name\":\"postReadCleanup\",\"url\":\"classes/GreedyReadWriteLocker.html#postReadCleanup\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"GreedyReadWriteLocker\"},{\"id\":2685,\"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\":2686,\"kind\":2048,\"name\":\"incrementCount\",\"url\":\"classes/GreedyReadWriteLocker.html#incrementCount\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"GreedyReadWriteLocker\"},{\"id\":2687,\"kind\":256,\"name\":\"ReadWriteLocker\",\"url\":\"interfaces/ReadWriteLocker.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2688,\"kind\":2048,\"name\":\"withReadLock\",\"url\":\"interfaces/ReadWriteLocker.html#withReadLock\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-has-type-parameter\",\"parent\":\"ReadWriteLocker\"},{\"id\":2689,\"kind\":2048,\"name\":\"withWriteLock\",\"url\":\"interfaces/ReadWriteLocker.html#withWriteLock\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-has-type-parameter\",\"parent\":\"ReadWriteLocker\"},{\"id\":2690,\"kind\":256,\"name\":\"AttemptSettings\",\"url\":\"interfaces/AttemptSettings.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2691,\"kind\":1024,\"name\":\"retryCount\",\"url\":\"interfaces/AttemptSettings.html#retryCount\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AttemptSettings\"},{\"id\":2692,\"kind\":1024,\"name\":\"retryDelay\",\"url\":\"interfaces/AttemptSettings.html#retryDelay\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AttemptSettings\"},{\"id\":2693,\"kind\":1024,\"name\":\"retryJitter\",\"url\":\"interfaces/AttemptSettings.html#retryJitter\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AttemptSettings\"},{\"id\":2694,\"kind\":128,\"name\":\"RedisLocker\",\"url\":\"classes/RedisLocker.html\",\"classes\":\"tsd-kind-class\"},{\"id\":2695,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/RedisLocker.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"RedisLocker\"},{\"id\":2696,\"kind\":1024,\"name\":\"logger\",\"url\":\"classes/RedisLocker.html#logger\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"RedisLocker\"},{\"id\":2697,\"kind\":1024,\"name\":\"redis\",\"url\":\"classes/RedisLocker.html#redis\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"RedisLocker\"},{\"id\":2698,\"kind\":1024,\"name\":\"redisRw\",\"url\":\"classes/RedisLocker.html#redisRw\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"RedisLocker\"},{\"id\":2699,\"kind\":1024,\"name\":\"redisLock\",\"url\":\"classes/RedisLocker.html#redisLock\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"RedisLocker\"},{\"id\":2700,\"kind\":1024,\"name\":\"attemptSettings\",\"url\":\"classes/RedisLocker.html#attemptSettings\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"RedisLocker\"},{\"id\":2701,\"kind\":2048,\"name\":\"createRedisClient\",\"url\":\"classes/RedisLocker.html#createRedisClient\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"RedisLocker\"},{\"id\":2702,\"kind\":2048,\"name\":\"tryRedisFn\",\"url\":\"classes/RedisLocker.html#tryRedisFn\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"RedisLocker\"},{\"id\":2703,\"kind\":2048,\"name\":\"getReadWriteKey\",\"url\":\"classes/RedisLocker.html#getReadWriteKey\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"RedisLocker\"},{\"id\":2704,\"kind\":2048,\"name\":\"getResourceKey\",\"url\":\"classes/RedisLocker.html#getResourceKey\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"RedisLocker\"},{\"id\":2705,\"kind\":2048,\"name\":\"withReadLock\",\"url\":\"classes/RedisLocker.html#withReadLock\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter\",\"parent\":\"RedisLocker\"},{\"id\":2706,\"kind\":2048,\"name\":\"withWriteLock\",\"url\":\"classes/RedisLocker.html#withWriteLock\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter\",\"parent\":\"RedisLocker\"},{\"id\":2707,\"kind\":2048,\"name\":\"acquire\",\"url\":\"classes/RedisLocker.html#acquire\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RedisLocker\"},{\"id\":2708,\"kind\":2048,\"name\":\"release\",\"url\":\"classes/RedisLocker.html#release\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RedisLocker\"},{\"id\":2709,\"kind\":2048,\"name\":\"finalize\",\"url\":\"classes/RedisLocker.html#finalize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RedisLocker\"},{\"id\":2710,\"kind\":256,\"name\":\"ResourceLocker\",\"url\":\"interfaces/ResourceLocker.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2711,\"kind\":2048,\"name\":\"acquire\",\"url\":\"interfaces/ResourceLocker.html#acquire\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"ResourceLocker\"},{\"id\":2712,\"kind\":2048,\"name\":\"release\",\"url\":\"interfaces/ResourceLocker.html#release\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"ResourceLocker\"},{\"id\":2713,\"kind\":128,\"name\":\"SingleThreadedResourceLocker\",\"url\":\"classes/SingleThreadedResourceLocker.html\",\"classes\":\"tsd-kind-class\"},{\"id\":2714,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/SingleThreadedResourceLocker.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"SingleThreadedResourceLocker\"},{\"id\":2715,\"kind\":1024,\"name\":\"logger\",\"url\":\"classes/SingleThreadedResourceLocker.html#logger\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"SingleThreadedResourceLocker\"},{\"id\":2716,\"kind\":1024,\"name\":\"locker\",\"url\":\"classes/SingleThreadedResourceLocker.html#locker\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"SingleThreadedResourceLocker\"},{\"id\":2717,\"kind\":1024,\"name\":\"unlockCallbacks\",\"url\":\"classes/SingleThreadedResourceLocker.html#unlockCallbacks\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"SingleThreadedResourceLocker\"},{\"id\":2718,\"kind\":2048,\"name\":\"acquire\",\"url\":\"classes/SingleThreadedResourceLocker.html#acquire\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"SingleThreadedResourceLocker\"},{\"id\":2719,\"kind\":2048,\"name\":\"release\",\"url\":\"classes/SingleThreadedResourceLocker.html#release\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"SingleThreadedResourceLocker\"},{\"id\":2720,\"kind\":2048,\"name\":\"getLockCount\",\"url\":\"classes/SingleThreadedResourceLocker.html#getLockCount\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"SingleThreadedResourceLocker\"},{\"id\":2721,\"kind\":128,\"name\":\"WrappedExpiringReadWriteLocker\",\"url\":\"classes/WrappedExpiringReadWriteLocker.html\",\"classes\":\"tsd-kind-class\"},{\"id\":2722,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/WrappedExpiringReadWriteLocker.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"WrappedExpiringReadWriteLocker\"},{\"id\":2723,\"kind\":1024,\"name\":\"logger\",\"url\":\"classes/WrappedExpiringReadWriteLocker.html#logger\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"WrappedExpiringReadWriteLocker\"},{\"id\":2724,\"kind\":1024,\"name\":\"locker\",\"url\":\"classes/WrappedExpiringReadWriteLocker.html#locker\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"WrappedExpiringReadWriteLocker\"},{\"id\":2725,\"kind\":1024,\"name\":\"expiration\",\"url\":\"classes/WrappedExpiringReadWriteLocker.html#expiration\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"WrappedExpiringReadWriteLocker\"},{\"id\":2726,\"kind\":2048,\"name\":\"withReadLock\",\"url\":\"classes/WrappedExpiringReadWriteLocker.html#withReadLock\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter\",\"parent\":\"WrappedExpiringReadWriteLocker\"},{\"id\":2727,\"kind\":2048,\"name\":\"withWriteLock\",\"url\":\"classes/WrappedExpiringReadWriteLocker.html#withWriteLock\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter\",\"parent\":\"WrappedExpiringReadWriteLocker\"},{\"id\":2728,\"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\":2729,\"kind\":128,\"name\":\"VoidLocker\",\"url\":\"classes/VoidLocker.html\",\"classes\":\"tsd-kind-class\"},{\"id\":2730,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/VoidLocker.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"VoidLocker\"},{\"id\":2731,\"kind\":1024,\"name\":\"logger\",\"url\":\"classes/VoidLocker.html#logger\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"VoidLocker\"},{\"id\":2732,\"kind\":2048,\"name\":\"withReadLock\",\"url\":\"classes/VoidLocker.html#withReadLock\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter\",\"parent\":\"VoidLocker\"},{\"id\":2733,\"kind\":2048,\"name\":\"withWriteLock\",\"url\":\"classes/VoidLocker.html#withWriteLock\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter\",\"parent\":\"VoidLocker\"},{\"id\":2734,\"kind\":128,\"name\":\"ChainedTemplateEngine\",\"url\":\"classes/ChainedTemplateEngine.html\",\"classes\":\"tsd-kind-class tsd-has-type-parameter\"},{\"id\":2735,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ChainedTemplateEngine.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter\",\"parent\":\"ChainedTemplateEngine\"},{\"id\":2736,\"kind\":1024,\"name\":\"firstEngine\",\"url\":\"classes/ChainedTemplateEngine.html#firstEngine\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ChainedTemplateEngine\"},{\"id\":2737,\"kind\":1024,\"name\":\"chainedEngines\",\"url\":\"classes/ChainedTemplateEngine.html#chainedEngines\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ChainedTemplateEngine\"},{\"id\":2738,\"kind\":1024,\"name\":\"renderedName\",\"url\":\"classes/ChainedTemplateEngine.html#renderedName\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"ChainedTemplateEngine\"},{\"id\":2739,\"kind\":2048,\"name\":\"render\",\"url\":\"classes/ChainedTemplateEngine.html#render\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter\",\"parent\":\"ChainedTemplateEngine\"},{\"id\":2740,\"kind\":128,\"name\":\"EjsTemplateEngine\",\"url\":\"classes/EjsTemplateEngine.html\",\"classes\":\"tsd-kind-class tsd-has-type-parameter\"},{\"id\":2741,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/EjsTemplateEngine.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter\",\"parent\":\"EjsTemplateEngine\"},{\"id\":2742,\"kind\":1024,\"name\":\"applyTemplate\",\"url\":\"classes/EjsTemplateEngine.html#applyTemplate\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"EjsTemplateEngine\"},{\"id\":2743,\"kind\":2048,\"name\":\"render\",\"url\":\"classes/EjsTemplateEngine.html#render\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter\",\"parent\":\"EjsTemplateEngine\"},{\"id\":2744,\"kind\":128,\"name\":\"HandlebarsTemplateEngine\",\"url\":\"classes/HandlebarsTemplateEngine.html\",\"classes\":\"tsd-kind-class tsd-has-type-parameter\"},{\"id\":2745,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/HandlebarsTemplateEngine.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter\",\"parent\":\"HandlebarsTemplateEngine\"},{\"id\":2746,\"kind\":1024,\"name\":\"applyTemplate\",\"url\":\"classes/HandlebarsTemplateEngine.html#applyTemplate\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"HandlebarsTemplateEngine\"},{\"id\":2747,\"kind\":2048,\"name\":\"render\",\"url\":\"classes/HandlebarsTemplateEngine.html#render\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter\",\"parent\":\"HandlebarsTemplateEngine\"},{\"id\":2748,\"kind\":64,\"name\":\"getTemplateFilePath\",\"url\":\"modules.html#getTemplateFilePath\",\"classes\":\"tsd-kind-function\"},{\"id\":2749,\"kind\":64,\"name\":\"readTemplate\",\"url\":\"modules.html#readTemplate\",\"classes\":\"tsd-kind-function\"},{\"id\":2750,\"kind\":4194304,\"name\":\"Template\",\"url\":\"modules.html#Template\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":2751,\"kind\":4194304,\"name\":\"TemplateFileName\",\"url\":\"modules.html#TemplateFileName\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":2752,\"kind\":256,\"name\":\"TemplateString\",\"url\":\"interfaces/TemplateString.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2753,\"kind\":1024,\"name\":\"templateString\",\"url\":\"interfaces/TemplateString.html#templateString\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TemplateString\"},{\"id\":2754,\"kind\":256,\"name\":\"TemplatePath\",\"url\":\"interfaces/TemplatePath.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2755,\"kind\":1024,\"name\":\"templateFile\",\"url\":\"interfaces/TemplatePath.html#templateFile\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TemplatePath\"},{\"id\":2756,\"kind\":1024,\"name\":\"templatePath\",\"url\":\"interfaces/TemplatePath.html#templatePath\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TemplatePath\"},{\"id\":2757,\"kind\":256,\"name\":\"TemplateEngine\",\"url\":\"interfaces/TemplateEngine.html\",\"classes\":\"tsd-kind-interface tsd-has-type-parameter\"},{\"id\":2758,\"kind\":2048,\"name\":\"render\",\"url\":\"interfaces/TemplateEngine.html#render\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-has-type-parameter\",\"parent\":\"TemplateEngine\"},{\"id\":2759,\"kind\":32,\"name\":\"APPLICATION_JSON\",\"url\":\"modules.html#APPLICATION_JSON\",\"classes\":\"tsd-kind-variable\"},{\"id\":2760,\"kind\":32,\"name\":\"APPLICATION_OCTET_STREAM\",\"url\":\"modules.html#APPLICATION_OCTET_STREAM\",\"classes\":\"tsd-kind-variable\"},{\"id\":2761,\"kind\":32,\"name\":\"APPLICATION_SPARQL_UPDATE\",\"url\":\"modules.html#APPLICATION_SPARQL_UPDATE\",\"classes\":\"tsd-kind-variable\"},{\"id\":2762,\"kind\":32,\"name\":\"APPLICATION_X_WWW_FORM_URLENCODED\",\"url\":\"modules.html#APPLICATION_X_WWW_FORM_URLENCODED\",\"classes\":\"tsd-kind-variable\"},{\"id\":2763,\"kind\":32,\"name\":\"TEXT_HTML\",\"url\":\"modules.html#TEXT_HTML\",\"classes\":\"tsd-kind-variable\"},{\"id\":2764,\"kind\":32,\"name\":\"TEXT_MARKDOWN\",\"url\":\"modules.html#TEXT_MARKDOWN\",\"classes\":\"tsd-kind-variable\"},{\"id\":2765,\"kind\":32,\"name\":\"TEXT_N3\",\"url\":\"modules.html#TEXT_N3\",\"classes\":\"tsd-kind-variable\"},{\"id\":2766,\"kind\":32,\"name\":\"TEXT_TURTLE\",\"url\":\"modules.html#TEXT_TURTLE\",\"classes\":\"tsd-kind-variable\"},{\"id\":2767,\"kind\":32,\"name\":\"INTERNAL_ALL\",\"url\":\"modules.html#INTERNAL_ALL\",\"classes\":\"tsd-kind-variable\"},{\"id\":2768,\"kind\":32,\"name\":\"INTERNAL_QUADS\",\"url\":\"modules.html#INTERNAL_QUADS\",\"classes\":\"tsd-kind-variable\"},{\"id\":2769,\"kind\":32,\"name\":\"INTERNAL_ERROR\",\"url\":\"modules.html#INTERNAL_ERROR\",\"classes\":\"tsd-kind-variable\"},{\"id\":2770,\"kind\":32,\"name\":\"DEFAULT_CUSTOM_TYPES\",\"url\":\"modules.html#DEFAULT_CUSTOM_TYPES\",\"classes\":\"tsd-kind-variable\"},{\"id\":2771,\"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\":2772,\"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\":2773,\"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\":2774,\"kind\":64,\"name\":\"fetchDataset\",\"url\":\"modules.html#fetchDataset\",\"classes\":\"tsd-kind-function\"},{\"id\":2775,\"kind\":64,\"name\":\"responseToDataset\",\"url\":\"modules.html#responseToDataset\",\"classes\":\"tsd-kind-function\"},{\"id\":2776,\"kind\":64,\"name\":\"isGuarded\",\"url\":\"modules.html#isGuarded\",\"classes\":\"tsd-kind-function tsd-has-type-parameter\"},{\"id\":2777,\"kind\":64,\"name\":\"guardStream\",\"url\":\"modules.html#guardStream\",\"classes\":\"tsd-kind-function tsd-has-type-parameter\"},{\"id\":2778,\"kind\":4194304,\"name\":\"Guarded\",\"url\":\"modules.html#Guarded\",\"classes\":\"tsd-kind-type-alias tsd-has-type-parameter\"},{\"id\":2779,\"kind\":64,\"name\":\"transformQuotedStrings\",\"url\":\"modules.html#transformQuotedStrings\",\"classes\":\"tsd-kind-function\"},{\"id\":2780,\"kind\":64,\"name\":\"splitAndClean\",\"url\":\"modules.html#splitAndClean\",\"classes\":\"tsd-kind-function\"},{\"id\":2781,\"kind\":64,\"name\":\"parseParameters\",\"url\":\"modules.html#parseParameters\",\"classes\":\"tsd-kind-function\"},{\"id\":2782,\"kind\":64,\"name\":\"parseAccept\",\"url\":\"modules.html#parseAccept\",\"classes\":\"tsd-kind-function\"},{\"id\":2783,\"kind\":64,\"name\":\"parseAcceptCharset\",\"url\":\"modules.html#parseAcceptCharset\",\"classes\":\"tsd-kind-function\"},{\"id\":2784,\"kind\":64,\"name\":\"parseAcceptEncoding\",\"url\":\"modules.html#parseAcceptEncoding\",\"classes\":\"tsd-kind-function\"},{\"id\":2785,\"kind\":64,\"name\":\"parseAcceptLanguage\",\"url\":\"modules.html#parseAcceptLanguage\",\"classes\":\"tsd-kind-function\"},{\"id\":2786,\"kind\":64,\"name\":\"parseAcceptDateTime\",\"url\":\"modules.html#parseAcceptDateTime\",\"classes\":\"tsd-kind-function\"},{\"id\":2787,\"kind\":64,\"name\":\"addHeader\",\"url\":\"modules.html#addHeader\",\"classes\":\"tsd-kind-function\"},{\"id\":2788,\"kind\":64,\"name\":\"parseContentType\",\"url\":\"modules.html#parseContentType\",\"classes\":\"tsd-kind-function\"},{\"id\":2789,\"kind\":64,\"name\":\"parseForwarded\",\"url\":\"modules.html#parseForwarded\",\"classes\":\"tsd-kind-function\"},{\"id\":2790,\"kind\":64,\"name\":\"parseLinkHeader\",\"url\":\"modules.html#parseLinkHeader\",\"classes\":\"tsd-kind-function\"},{\"id\":2791,\"kind\":64,\"name\":\"matchesAuthorizationScheme\",\"url\":\"modules.html#matchesAuthorizationScheme\",\"classes\":\"tsd-kind-function\"},{\"id\":2792,\"kind\":64,\"name\":\"hasScheme\",\"url\":\"modules.html#hasScheme\",\"classes\":\"tsd-kind-function\"},{\"id\":2793,\"kind\":256,\"name\":\"AcceptHeader\",\"url\":\"interfaces/AcceptHeader.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2794,\"kind\":1024,\"name\":\"range\",\"url\":\"interfaces/AcceptHeader.html#range\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AcceptHeader\"},{\"id\":2795,\"kind\":1024,\"name\":\"weight\",\"url\":\"interfaces/AcceptHeader.html#weight\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AcceptHeader\"},{\"id\":2796,\"kind\":256,\"name\":\"Accept\",\"url\":\"interfaces/Accept.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2797,\"kind\":1024,\"name\":\"parameters\",\"url\":\"interfaces/Accept.html#parameters\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Accept\"},{\"id\":2798,\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/Accept.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"Accept\"},{\"id\":2799,\"kind\":1024,\"name\":\"mediaType\",\"url\":\"interfaces/Accept.html#__type.mediaType\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Accept.__type\"},{\"id\":2800,\"kind\":1024,\"name\":\"extension\",\"url\":\"interfaces/Accept.html#__type.extension\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Accept.__type\"},{\"id\":2801,\"kind\":1024,\"name\":\"range\",\"url\":\"interfaces/Accept.html#range\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"Accept\"},{\"id\":2802,\"kind\":1024,\"name\":\"weight\",\"url\":\"interfaces/Accept.html#weight\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"Accept\"},{\"id\":2803,\"kind\":256,\"name\":\"AcceptCharset\",\"url\":\"interfaces/AcceptCharset.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2804,\"kind\":1024,\"name\":\"range\",\"url\":\"interfaces/AcceptCharset.html#range\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AcceptCharset\"},{\"id\":2805,\"kind\":1024,\"name\":\"weight\",\"url\":\"interfaces/AcceptCharset.html#weight\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AcceptCharset\"},{\"id\":2806,\"kind\":256,\"name\":\"AcceptEncoding\",\"url\":\"interfaces/AcceptEncoding.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2807,\"kind\":1024,\"name\":\"range\",\"url\":\"interfaces/AcceptEncoding.html#range\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AcceptEncoding\"},{\"id\":2808,\"kind\":1024,\"name\":\"weight\",\"url\":\"interfaces/AcceptEncoding.html#weight\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AcceptEncoding\"},{\"id\":2809,\"kind\":256,\"name\":\"AcceptLanguage\",\"url\":\"interfaces/AcceptLanguage.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2810,\"kind\":1024,\"name\":\"range\",\"url\":\"interfaces/AcceptLanguage.html#range\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AcceptLanguage\"},{\"id\":2811,\"kind\":1024,\"name\":\"weight\",\"url\":\"interfaces/AcceptLanguage.html#weight\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AcceptLanguage\"},{\"id\":2812,\"kind\":256,\"name\":\"AcceptDatetime\",\"url\":\"interfaces/AcceptDatetime.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2813,\"kind\":1024,\"name\":\"range\",\"url\":\"interfaces/AcceptDatetime.html#range\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AcceptDatetime\"},{\"id\":2814,\"kind\":1024,\"name\":\"weight\",\"url\":\"interfaces/AcceptDatetime.html#weight\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AcceptDatetime\"},{\"id\":2815,\"kind\":256,\"name\":\"ContentType\",\"url\":\"interfaces/ContentType.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2816,\"kind\":1024,\"name\":\"value\",\"url\":\"interfaces/ContentType.html#value\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ContentType\"},{\"id\":2817,\"kind\":1024,\"name\":\"parameters\",\"url\":\"interfaces/ContentType.html#parameters\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ContentType\"},{\"id\":2818,\"kind\":256,\"name\":\"LinkEntryParameters\",\"url\":\"interfaces/LinkEntryParameters.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2819,\"kind\":1024,\"name\":\"rel\",\"url\":\"interfaces/LinkEntryParameters.html#rel\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"LinkEntryParameters\"},{\"id\":2820,\"kind\":256,\"name\":\"LinkEntry\",\"url\":\"interfaces/LinkEntry.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2821,\"kind\":1024,\"name\":\"target\",\"url\":\"interfaces/LinkEntry.html#target\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"LinkEntry\"},{\"id\":2822,\"kind\":1024,\"name\":\"parameters\",\"url\":\"interfaces/LinkEntry.html#parameters\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"LinkEntry\"},{\"id\":2823,\"kind\":256,\"name\":\"Forwarded\",\"url\":\"interfaces/Forwarded.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2824,\"kind\":1024,\"name\":\"by\",\"url\":\"interfaces/Forwarded.html#by\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Forwarded\"},{\"id\":2825,\"kind\":1024,\"name\":\"for\",\"url\":\"interfaces/Forwarded.html#for\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Forwarded\"},{\"id\":2826,\"kind\":1024,\"name\":\"host\",\"url\":\"interfaces/Forwarded.html#host\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Forwarded\"},{\"id\":2827,\"kind\":1024,\"name\":\"proto\",\"url\":\"interfaces/Forwarded.html#proto\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Forwarded\"},{\"id\":2828,\"kind\":64,\"name\":\"normalizeFilePath\",\"url\":\"modules.html#normalizeFilePath\",\"classes\":\"tsd-kind-function\"},{\"id\":2829,\"kind\":64,\"name\":\"joinFilePath\",\"url\":\"modules.html#joinFilePath\",\"classes\":\"tsd-kind-function\"},{\"id\":2830,\"kind\":64,\"name\":\"absoluteFilePath\",\"url\":\"modules.html#absoluteFilePath\",\"classes\":\"tsd-kind-function\"},{\"id\":2831,\"kind\":64,\"name\":\"ensureTrailingSlash\",\"url\":\"modules.html#ensureTrailingSlash\",\"classes\":\"tsd-kind-function\"},{\"id\":2832,\"kind\":64,\"name\":\"trimTrailingSlashes\",\"url\":\"modules.html#trimTrailingSlashes\",\"classes\":\"tsd-kind-function\"},{\"id\":2833,\"kind\":64,\"name\":\"ensureLeadingSlash\",\"url\":\"modules.html#ensureLeadingSlash\",\"classes\":\"tsd-kind-function\"},{\"id\":2834,\"kind\":64,\"name\":\"getExtension\",\"url\":\"modules.html#getExtension\",\"classes\":\"tsd-kind-function\"},{\"id\":2835,\"kind\":64,\"name\":\"toCanonicalUriPath\",\"url\":\"modules.html#toCanonicalUriPath\",\"classes\":\"tsd-kind-function\"},{\"id\":2836,\"kind\":64,\"name\":\"decodeUriPathComponents\",\"url\":\"modules.html#decodeUriPathComponents\",\"classes\":\"tsd-kind-function\"},{\"id\":2837,\"kind\":64,\"name\":\"encodeUriPathComponents\",\"url\":\"modules.html#encodeUriPathComponents\",\"classes\":\"tsd-kind-function\"},{\"id\":2838,\"kind\":64,\"name\":\"isContainerPath\",\"url\":\"modules.html#isContainerPath\",\"classes\":\"tsd-kind-function\"},{\"id\":2839,\"kind\":64,\"name\":\"isContainerIdentifier\",\"url\":\"modules.html#isContainerIdentifier\",\"classes\":\"tsd-kind-function\"},{\"id\":2840,\"kind\":64,\"name\":\"extractScheme\",\"url\":\"modules.html#extractScheme\",\"classes\":\"tsd-kind-function\"},{\"id\":2841,\"kind\":64,\"name\":\"getRelativeUrl\",\"url\":\"modules.html#getRelativeUrl\",\"classes\":\"tsd-kind-function\"},{\"id\":2842,\"kind\":64,\"name\":\"createSubdomainRegexp\",\"url\":\"modules.html#createSubdomainRegexp\",\"classes\":\"tsd-kind-function\"},{\"id\":2843,\"kind\":64,\"name\":\"getModuleRoot\",\"url\":\"modules.html#getModuleRoot\",\"classes\":\"tsd-kind-function\"},{\"id\":2844,\"kind\":64,\"name\":\"modulePath\",\"url\":\"modules.html#modulePath\",\"classes\":\"tsd-kind-function\"},{\"id\":2845,\"kind\":64,\"name\":\"resolveModulePath\",\"url\":\"modules.html#resolveModulePath\",\"classes\":\"tsd-kind-function\"},{\"id\":2846,\"kind\":64,\"name\":\"resolveAssetPath\",\"url\":\"modules.html#resolveAssetPath\",\"classes\":\"tsd-kind-function\"},{\"id\":2847,\"kind\":64,\"name\":\"readPackageJson\",\"url\":\"modules.html#readPackageJson\",\"classes\":\"tsd-kind-function\"},{\"id\":2848,\"kind\":32,\"name\":\"modulePathPlaceholder\",\"url\":\"modules.html#modulePathPlaceholder\",\"classes\":\"tsd-kind-variable\"},{\"id\":2849,\"kind\":64,\"name\":\"joinUrl\",\"url\":\"modules.html#joinUrl\",\"classes\":\"tsd-kind-function\"},{\"id\":2850,\"kind\":64,\"name\":\"promiseSome\",\"url\":\"modules.html#promiseSome\",\"classes\":\"tsd-kind-function\"},{\"id\":2851,\"kind\":64,\"name\":\"allFulfilled\",\"url\":\"modules.html#allFulfilled\",\"classes\":\"tsd-kind-function tsd-has-type-parameter\"},{\"id\":2852,\"kind\":64,\"name\":\"serializeQuads\",\"url\":\"modules.html#serializeQuads\",\"classes\":\"tsd-kind-function\"},{\"id\":2853,\"kind\":64,\"name\":\"parseQuads\",\"url\":\"modules.html#parseQuads\",\"classes\":\"tsd-kind-function\"},{\"id\":2854,\"kind\":64,\"name\":\"uniqueQuads\",\"url\":\"modules.html#uniqueQuads\",\"classes\":\"tsd-kind-function\"},{\"id\":2855,\"kind\":128,\"name\":\"RecordObject\",\"url\":\"classes/RecordObject.html\",\"classes\":\"tsd-kind-class\"},{\"id\":2856,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/RecordObject.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"RecordObject\"},{\"id\":2857,\"kind\":64,\"name\":\"addResourceMetadata\",\"url\":\"modules.html#addResourceMetadata\",\"classes\":\"tsd-kind-function\"},{\"id\":2858,\"kind\":64,\"name\":\"updateModifiedDate\",\"url\":\"modules.html#updateModifiedDate\",\"classes\":\"tsd-kind-function\"},{\"id\":2859,\"kind\":64,\"name\":\"addTemplateMetadata\",\"url\":\"modules.html#addTemplateMetadata\",\"classes\":\"tsd-kind-function\"},{\"id\":2860,\"kind\":64,\"name\":\"cloneRepresentation\",\"url\":\"modules.html#cloneRepresentation\",\"classes\":\"tsd-kind-function\"},{\"id\":2861,\"kind\":64,\"name\":\"readableToString\",\"url\":\"modules.html#readableToString\",\"classes\":\"tsd-kind-function\"},{\"id\":2862,\"kind\":64,\"name\":\"readableToQuads\",\"url\":\"modules.html#readableToQuads\",\"classes\":\"tsd-kind-function\"},{\"id\":2863,\"kind\":64,\"name\":\"readJsonStream\",\"url\":\"modules.html#readJsonStream\",\"classes\":\"tsd-kind-function\"},{\"id\":2864,\"kind\":64,\"name\":\"getSingleItem\",\"url\":\"modules.html#getSingleItem\",\"classes\":\"tsd-kind-function\"},{\"id\":2865,\"kind\":64,\"name\":\"pipeSafely\",\"url\":\"modules.html#pipeSafely\",\"classes\":\"tsd-kind-function tsd-has-type-parameter\"},{\"id\":2866,\"kind\":64,\"name\":\"transformSafely\",\"url\":\"modules.html#transformSafely\",\"classes\":\"tsd-kind-function tsd-has-type-parameter\"},{\"id\":2867,\"kind\":64,\"name\":\"guardedStreamFrom\",\"url\":\"modules.html#guardedStreamFrom\",\"classes\":\"tsd-kind-function\"},{\"id\":2868,\"kind\":64,\"name\":\"endOfStream\",\"url\":\"modules.html#endOfStream\",\"classes\":\"tsd-kind-function\"},{\"id\":2869,\"kind\":256,\"name\":\"AsyncTransformOptions\",\"url\":\"interfaces/AsyncTransformOptions.html\",\"classes\":\"tsd-kind-interface tsd-has-type-parameter\"},{\"id\":2870,\"kind\":2048,\"name\":\"transform\",\"url\":\"interfaces/AsyncTransformOptions.html#transform\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"AsyncTransformOptions\"},{\"id\":2871,\"kind\":2048,\"name\":\"flush\",\"url\":\"interfaces/AsyncTransformOptions.html#flush\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"AsyncTransformOptions\"},{\"id\":2872,\"kind\":64,\"name\":\"splitCommaSeparated\",\"url\":\"modules.html#splitCommaSeparated\",\"classes\":\"tsd-kind-function\"},{\"id\":2873,\"kind\":64,\"name\":\"sanitizeUrlPart\",\"url\":\"modules.html#sanitizeUrlPart\",\"classes\":\"tsd-kind-function\"},{\"id\":2874,\"kind\":64,\"name\":\"isValidFileName\",\"url\":\"modules.html#isValidFileName\",\"classes\":\"tsd-kind-function\"},{\"id\":2875,\"kind\":64,\"name\":\"isTerm\",\"url\":\"modules.html#isTerm\",\"classes\":\"tsd-kind-function\"},{\"id\":2876,\"kind\":64,\"name\":\"toNamedTerm\",\"url\":\"modules.html#toNamedTerm\",\"classes\":\"tsd-kind-function tsd-has-type-parameter\"},{\"id\":2877,\"kind\":64,\"name\":\"toObjectTerm\",\"url\":\"modules.html#toObjectTerm\",\"classes\":\"tsd-kind-function tsd-has-type-parameter\"},{\"id\":2878,\"kind\":64,\"name\":\"toLiteral\",\"url\":\"modules.html#toLiteral\",\"classes\":\"tsd-kind-function\"},{\"id\":2879,\"kind\":64,\"name\":\"toPredicateTerm\",\"url\":\"modules.html#toPredicateTerm\",\"classes\":\"tsd-kind-function tsd-has-type-parameter\"},{\"id\":2880,\"kind\":64,\"name\":\"setSafeInterval\",\"url\":\"modules.html#setSafeInterval\",\"classes\":\"tsd-kind-function\"},{\"id\":2881,\"kind\":64,\"name\":\"createNamespace\",\"url\":\"modules.html#createNamespace\",\"classes\":\"tsd-kind-function tsd-has-type-parameter\"},{\"id\":2882,\"kind\":64,\"name\":\"createUriNamespace\",\"url\":\"modules.html#createUriNamespace\",\"classes\":\"tsd-kind-function tsd-has-type-parameter\"},{\"id\":2883,\"kind\":64,\"name\":\"createTermNamespace\",\"url\":\"modules.html#createTermNamespace\",\"classes\":\"tsd-kind-function tsd-has-type-parameter\"},{\"id\":2884,\"kind\":64,\"name\":\"createUriAndTermNamespace\",\"url\":\"modules.html#createUriAndTermNamespace\",\"classes\":\"tsd-kind-function tsd-has-type-parameter\"},{\"id\":2885,\"kind\":4194304,\"name\":\"Namespace\",\"url\":\"modules.html#Namespace\",\"classes\":\"tsd-kind-type-alias tsd-has-type-parameter\"},{\"id\":2886,\"kind\":32,\"name\":\"ACL\",\"url\":\"modules.html#ACL\",\"classes\":\"tsd-kind-variable\"},{\"id\":2887,\"kind\":32,\"name\":\"AUTH\",\"url\":\"modules.html#AUTH\",\"classes\":\"tsd-kind-variable\"},{\"id\":2888,\"kind\":32,\"name\":\"DC\",\"url\":\"modules.html#DC\",\"classes\":\"tsd-kind-variable\"},{\"id\":2889,\"kind\":32,\"name\":\"FOAF\",\"url\":\"modules.html#FOAF\",\"classes\":\"tsd-kind-variable\"},{\"id\":2890,\"kind\":32,\"name\":\"HH\",\"url\":\"modules.html#HH\",\"classes\":\"tsd-kind-variable\"},{\"id\":2891,\"kind\":32,\"name\":\"HTTP\",\"url\":\"modules.html#HTTP\",\"classes\":\"tsd-kind-variable\"},{\"id\":2892,\"kind\":32,\"name\":\"IANA\",\"url\":\"modules.html#IANA\",\"classes\":\"tsd-kind-variable\"},{\"id\":2893,\"kind\":32,\"name\":\"JSON_LD\",\"url\":\"modules.html#JSON_LD\",\"classes\":\"tsd-kind-variable\"},{\"id\":2894,\"kind\":32,\"name\":\"LDP\",\"url\":\"modules.html#LDP\",\"classes\":\"tsd-kind-variable\"},{\"id\":2895,\"kind\":32,\"name\":\"MA\",\"url\":\"modules.html#MA\",\"classes\":\"tsd-kind-variable\"},{\"id\":2896,\"kind\":32,\"name\":\"OIDC\",\"url\":\"modules.html#OIDC\",\"classes\":\"tsd-kind-variable\"},{\"id\":2897,\"kind\":32,\"name\":\"PIM\",\"url\":\"modules.html#PIM\",\"classes\":\"tsd-kind-variable\"},{\"id\":2898,\"kind\":32,\"name\":\"POSIX\",\"url\":\"modules.html#POSIX\",\"classes\":\"tsd-kind-variable\"},{\"id\":2899,\"kind\":32,\"name\":\"RDF\",\"url\":\"modules.html#RDF\",\"classes\":\"tsd-kind-variable\"},{\"id\":2900,\"kind\":32,\"name\":\"RDFS\",\"url\":\"modules.html#RDFS\",\"classes\":\"tsd-kind-variable\"},{\"id\":2901,\"kind\":32,\"name\":\"SOLID\",\"url\":\"modules.html#SOLID\",\"classes\":\"tsd-kind-variable\"},{\"id\":2902,\"kind\":32,\"name\":\"SOLID_ERROR\",\"url\":\"modules.html#SOLID_ERROR\",\"classes\":\"tsd-kind-variable\"},{\"id\":2903,\"kind\":32,\"name\":\"SOLID_HTTP\",\"url\":\"modules.html#SOLID_HTTP\",\"classes\":\"tsd-kind-variable\"},{\"id\":2904,\"kind\":32,\"name\":\"SOLID_META\",\"url\":\"modules.html#SOLID_META\",\"classes\":\"tsd-kind-variable\"},{\"id\":2905,\"kind\":32,\"name\":\"VANN\",\"url\":\"modules.html#VANN\",\"classes\":\"tsd-kind-variable\"},{\"id\":2906,\"kind\":32,\"name\":\"VCARD\",\"url\":\"modules.html#VCARD\",\"classes\":\"tsd-kind-variable\"},{\"id\":2907,\"kind\":32,\"name\":\"XSD\",\"url\":\"modules.html#XSD\",\"classes\":\"tsd-kind-variable\"},{\"id\":2908,\"kind\":32,\"name\":\"CONTENT_LENGTH_TERM\",\"url\":\"modules.html#CONTENT_LENGTH_TERM\",\"classes\":\"tsd-kind-variable\"},{\"id\":2909,\"kind\":32,\"name\":\"CONTENT_TYPE\",\"url\":\"modules.html#CONTENT_TYPE\",\"classes\":\"tsd-kind-variable\"},{\"id\":2910,\"kind\":32,\"name\":\"CONTENT_TYPE_TERM\",\"url\":\"modules.html#CONTENT_TYPE_TERM\",\"classes\":\"tsd-kind-variable\"},{\"id\":2911,\"kind\":32,\"name\":\"PREFERRED_PREFIX\",\"url\":\"modules.html#PREFERRED_PREFIX\",\"classes\":\"tsd-kind-variable\"},{\"id\":2912,\"kind\":32,\"name\":\"PREFERRED_PREFIX_TERM\",\"url\":\"modules.html#PREFERRED_PREFIX_TERM\",\"classes\":\"tsd-kind-variable\"}],\"index\":{\"version\":\"2.3.9\",\"fields\":[\"name\",\"parent\"],\"fieldVectors\":[[\"name/0\",[0,59.624]],[\"parent/0\",[]],[\"name/1\",[1,23.66]],[\"parent/1\",[0,5.451]],[\"name/2\",[2,35.405]],[\"parent/2\",[0,5.451]],[\"name/3\",[3,64.732]],[\"parent/3\",[0,5.451]],[\"name/4\",[4,28.04]],[\"parent/4\",[0,5.451]],[\"name/5\",[5,28.503]],[\"parent/5\",[0,5.451]],[\"name/6\",[6,28.503]],[\"parent/6\",[0,5.451]],[\"name/7\",[7,67.245]],[\"parent/7\",[]],[\"name/8\",[8,59.624]],[\"parent/8\",[7,6.148]],[\"name/9\",[9,67.245]],[\"parent/9\",[]],[\"name/10\",[10,75.718]],[\"parent/10\",[9,6.148]],[\"name/11\",[11,75.718]],[\"parent/11\",[9,6.148]],[\"name/12\",[12,75.718]],[\"parent/12\",[]],[\"name/13\",[13,59.624]],[\"parent/13\",[]],[\"name/14\",[1,23.66]],[\"parent/14\",[13,5.451]],[\"name/15\",[4,28.04]],[\"parent/15\",[13,5.451]],[\"name/16\",[5,28.503]],[\"parent/16\",[13,5.451]],[\"name/17\",[6,28.503]],[\"parent/17\",[13,5.451]],[\"name/18\",[14,58.372]],[\"parent/18\",[]],[\"name/19\",[1,23.66]],[\"parent/19\",[14,5.337]],[\"name/20\",[15,58.372]],[\"parent/20\",[14,5.337]],[\"name/21\",[3,64.732]],[\"parent/21\",[14,5.337]],[\"name/22\",[2,35.405]],[\"parent/22\",[14,5.337]],[\"name/23\",[4,28.04]],[\"parent/23\",[14,5.337]],[\"name/24\",[5,28.503]],[\"parent/24\",[14,5.337]],[\"name/25\",[6,28.503]],[\"parent/25\",[14,5.337]],[\"name/26\",[16,62.725]],[\"parent/26\",[]],[\"name/27\",[1,23.66]],[\"parent/27\",[16,5.735]],[\"name/28\",[5,28.503]],[\"parent/28\",[16,5.735]],[\"name/29\",[4,28.04]],[\"parent/29\",[16,5.735]],[\"name/30\",[6,28.503]],[\"parent/30\",[16,5.735]],[\"name/31\",[17,58.372]],[\"parent/31\",[]],[\"name/32\",[1,23.66]],[\"parent/32\",[17,5.337]],[\"name/33\",[18,67.245]],[\"parent/33\",[17,5.337]],[\"name/34\",[19,59.624]],[\"parent/34\",[17,5.337]],[\"name/35\",[4,28.04]],[\"parent/35\",[17,5.337]],[\"name/36\",[5,28.503]],[\"parent/36\",[17,5.337]],[\"name/37\",[20,67.245]],[\"parent/37\",[17,5.337]],[\"name/38\",[6,28.503]],[\"parent/38\",[17,5.337]],[\"name/39\",[21,59.624]],[\"parent/39\",[]],[\"name/40\",[1,23.66]],[\"parent/40\",[21,5.451]],[\"name/41\",[22,67.245]],[\"parent/41\",[21,5.451]],[\"name/42\",[2,35.405]],[\"parent/42\",[21,5.451]],[\"name/43\",[5,28.503]],[\"parent/43\",[21,5.451]],[\"name/44\",[4,28.04]],[\"parent/44\",[21,5.451]],[\"name/45\",[6,28.503]],[\"parent/45\",[21,5.451]],[\"name/46\",[23,61.055]],[\"parent/46\",[]],[\"name/47\",[1,23.66]],[\"parent/47\",[23,5.582]],[\"name/48\",[2,35.405]],[\"parent/48\",[23,5.582]],[\"name/49\",[4,28.04]],[\"parent/49\",[23,5.582]],[\"name/50\",[5,28.503]],[\"parent/50\",[23,5.582]],[\"name/51\",[6,28.503]],[\"parent/51\",[23,5.582]],[\"name/52\",[24,61.055]],[\"parent/52\",[]],[\"name/53\",[1,23.66]],[\"parent/53\",[24,5.582]],[\"name/54\",[4,28.04]],[\"parent/54\",[24,5.582]],[\"name/55\",[5,28.503]],[\"parent/55\",[24,5.582]],[\"name/56\",[6,28.503]],[\"parent/56\",[24,5.582]],[\"name/57\",[25,64.732]],[\"parent/57\",[]],[\"name/58\",[26,67.245]],[\"parent/58\",[25,5.918]],[\"name/59\",[27,70.61]],[\"parent/59\",[25,5.918]],[\"name/60\",[7,67.245]],[\"parent/60\",[25,5.918]],[\"name/61\",[28,62.725]],[\"parent/61\",[]],[\"name/62\",[1,23.66]],[\"parent/62\",[28,5.735]],[\"name/63\",[5,28.503]],[\"parent/63\",[28,5.735]],[\"name/64\",[4,28.04]],[\"parent/64\",[28,5.735]],[\"name/65\",[6,28.503]],[\"parent/65\",[28,5.735]],[\"name/66\",[29,62.725]],[\"parent/66\",[]],[\"name/67\",[1,23.66]],[\"parent/67\",[29,5.735]],[\"name/68\",[5,28.503]],[\"parent/68\",[29,5.735]],[\"name/69\",[4,28.04]],[\"parent/69\",[29,5.735]],[\"name/70\",[6,28.503]],[\"parent/70\",[29,5.735]],[\"name/71\",[30,57.26]],[\"parent/71\",[]],[\"name/72\",[1,23.66]],[\"parent/72\",[30,5.235]],[\"name/73\",[31,70.61]],[\"parent/73\",[30,5.235]],[\"name/74\",[32,67.245]],[\"parent/74\",[30,5.235]],[\"name/75\",[5,28.503]],[\"parent/75\",[30,5.235]],[\"name/76\",[33,75.718]],[\"parent/76\",[30,5.235]],[\"name/77\",[34,75.718]],[\"parent/77\",[30,5.235]],[\"name/78\",[4,28.04]],[\"parent/78\",[30,5.235]],[\"name/79\",[6,28.503]],[\"parent/79\",[30,5.235]],[\"name/80\",[35,61.055]],[\"parent/80\",[]],[\"name/81\",[36,70.61]],[\"parent/81\",[35,5.582]],[\"name/82\",[37,75.718]],[\"parent/82\",[35,5.582]],[\"name/83\",[38,70.61]],[\"parent/83\",[35,5.582]],[\"name/84\",[39,61.055]],[\"parent/84\",[35,5.582]],[\"name/85\",[40,58.372]],[\"parent/85\",[35,5.582]],[\"name/86\",[41,75.718]],[\"parent/86\",[]],[\"name/87\",[42,67.245]],[\"parent/87\",[]],[\"name/88\",[43,59.624]],[\"parent/88\",[]],[\"name/89\",[1,23.66]],[\"parent/89\",[43,5.451]],[\"name/90\",[4,28.04]],[\"parent/90\",[43,5.451]],[\"name/91\",[5,28.503]],[\"parent/91\",[43,5.451]],[\"name/92\",[6,28.503]],[\"parent/92\",[43,5.451]],[\"name/93\",[44,61.055]],[\"parent/93\",[]],[\"name/94\",[1,23.66]],[\"parent/94\",[44,5.582]],[\"name/95\",[45,61.055]],[\"parent/95\",[44,5.582]],[\"name/96\",[4,28.04]],[\"parent/96\",[44,5.582]],[\"name/97\",[5,28.503]],[\"parent/97\",[44,5.582]],[\"name/98\",[6,28.503]],[\"parent/98\",[44,5.582]],[\"name/99\",[46,61.055]],[\"parent/99\",[]],[\"name/100\",[1,23.66]],[\"parent/100\",[46,5.582]],[\"name/101\",[45,61.055]],[\"parent/101\",[46,5.582]],[\"name/102\",[4,28.04]],[\"parent/102\",[46,5.582]],[\"name/103\",[5,28.503]],[\"parent/103\",[46,5.582]],[\"name/104\",[6,28.503]],[\"parent/104\",[46,5.582]],[\"name/105\",[47,53.746]],[\"parent/105\",[]],[\"name/106\",[1,23.66]],[\"parent/106\",[47,4.914]],[\"name/107\",[45,61.055]],[\"parent/107\",[47,4.914]],[\"name/108\",[4,28.04]],[\"parent/108\",[47,4.914]],[\"name/109\",[5,28.503]],[\"parent/109\",[47,4.914]],[\"name/110\",[48,75.718]],[\"parent/110\",[47,4.914]],[\"name/111\",[49,75.718]],[\"parent/111\",[47,4.914]],[\"name/112\",[50,70.61]],[\"parent/112\",[47,4.914]],[\"name/113\",[51,75.718]],[\"parent/113\",[47,4.914]],[\"name/114\",[52,75.718]],[\"parent/114\",[47,4.914]],[\"name/115\",[53,75.718]],[\"parent/115\",[47,4.914]],[\"name/116\",[54,75.718]],[\"parent/116\",[47,4.914]],[\"name/117\",[6,28.503]],[\"parent/117\",[47,4.914]],[\"name/118\",[55,61.055]],[\"parent/118\",[]],[\"name/119\",[1,23.66]],[\"parent/119\",[55,5.582]],[\"name/120\",[56,75.718]],[\"parent/120\",[55,5.582]],[\"name/121\",[5,28.503]],[\"parent/121\",[55,5.582]],[\"name/122\",[4,28.04]],[\"parent/122\",[55,5.582]],[\"name/123\",[6,28.503]],[\"parent/123\",[55,5.582]],[\"name/124\",[57,62.725]],[\"parent/124\",[]],[\"name/125\",[22,67.245]],[\"parent/125\",[57,5.735]],[\"name/126\",[58,57.26]],[\"parent/126\",[57,5.735]],[\"name/127\",[59,70.61]],[\"parent/127\",[57,5.735]],[\"name/128\",[42,67.245]],[\"parent/128\",[57,5.735]],[\"name/129\",[60,59.624]],[\"parent/129\",[]],[\"name/130\",[1,23.66]],[\"parent/130\",[60,5.451]],[\"name/131\",[4,28.04]],[\"parent/131\",[60,5.451]],[\"name/132\",[5,28.503]],[\"parent/132\",[60,5.451]],[\"name/133\",[6,28.503]],[\"parent/133\",[60,5.451]],[\"name/134\",[61,57.26]],[\"parent/134\",[]],[\"name/135\",[1,23.66]],[\"parent/135\",[61,5.235]],[\"name/136\",[2,35.405]],[\"parent/136\",[61,5.235]],[\"name/137\",[62,75.718]],[\"parent/137\",[61,5.235]],[\"name/138\",[63,54.516]],[\"parent/138\",[61,5.235]],[\"name/139\",[4,28.04]],[\"parent/139\",[61,5.235]],[\"name/140\",[5,28.503]],[\"parent/140\",[61,5.235]],[\"name/141\",[6,28.503]],[\"parent/141\",[61,5.235]],[\"name/142\",[64,75.718]],[\"parent/142\",[61,5.235]],[\"name/143\",[65,57.26]],[\"parent/143\",[]],[\"name/144\",[1,23.66]],[\"parent/144\",[65,5.235]],[\"name/145\",[2,35.405]],[\"parent/145\",[65,5.235]],[\"name/146\",[66,48.638]],[\"parent/146\",[65,5.235]],[\"name/147\",[67,70.61]],[\"parent/147\",[65,5.235]],[\"name/148\",[5,28.503]],[\"parent/148\",[65,5.235]],[\"name/149\",[68,75.718]],[\"parent/149\",[65,5.235]],[\"name/150\",[4,28.04]],[\"parent/150\",[65,5.235]],[\"name/151\",[6,28.503]],[\"parent/151\",[65,5.235]],[\"name/152\",[69,58.372]],[\"parent/152\",[]],[\"name/153\",[1,23.66]],[\"parent/153\",[69,5.337]],[\"name/154\",[70,53.746]],[\"parent/154\",[69,5.337]],[\"name/155\",[71,75.718]],[\"parent/155\",[69,5.337]],[\"name/156\",[4,28.04]],[\"parent/156\",[69,5.337]],[\"name/157\",[5,28.503]],[\"parent/157\",[69,5.337]],[\"name/158\",[72,75.718]],[\"parent/158\",[69,5.337]],[\"name/159\",[6,28.503]],[\"parent/159\",[69,5.337]],[\"name/160\",[73,56.259]],[\"parent/160\",[]],[\"name/161\",[1,23.66]],[\"parent/161\",[73,5.144]],[\"name/162\",[2,35.405]],[\"parent/162\",[73,5.144]],[\"name/163\",[45,61.055]],[\"parent/163\",[73,5.144]],[\"name/164\",[5,28.503]],[\"parent/164\",[73,5.144]],[\"name/165\",[74,75.718]],[\"parent/165\",[73,5.144]],[\"name/166\",[75,75.718]],[\"parent/166\",[73,5.144]],[\"name/167\",[76,75.718]],[\"parent/167\",[73,5.144]],[\"name/168\",[4,28.04]],[\"parent/168\",[73,5.144]],[\"name/169\",[6,28.503]],[\"parent/169\",[73,5.144]],[\"name/170\",[77,64.732]],[\"parent/170\",[]],[\"name/171\",[22,67.245]],[\"parent/171\",[77,5.918]],[\"name/172\",[58,57.26]],[\"parent/172\",[77,5.918]],[\"name/173\",[59,70.61]],[\"parent/173\",[77,5.918]],[\"name/174\",[78,59.624]],[\"parent/174\",[]],[\"name/175\",[1,23.66]],[\"parent/175\",[78,5.451]],[\"name/176\",[4,28.04]],[\"parent/176\",[78,5.451]],[\"name/177\",[5,28.503]],[\"parent/177\",[78,5.451]],[\"name/178\",[6,28.503]],[\"parent/178\",[78,5.451]],[\"name/179\",[79,57.26]],[\"parent/179\",[]],[\"name/180\",[1,23.66]],[\"parent/180\",[79,5.235]],[\"name/181\",[18,67.245]],[\"parent/181\",[79,5.235]],[\"name/182\",[80,75.718]],[\"parent/182\",[79,5.235]],[\"name/183\",[19,59.624]],[\"parent/183\",[79,5.235]],[\"name/184\",[4,28.04]],[\"parent/184\",[79,5.235]],[\"name/185\",[5,28.503]],[\"parent/185\",[79,5.235]],[\"name/186\",[20,67.245]],[\"parent/186\",[79,5.235]],[\"name/187\",[6,28.503]],[\"parent/187\",[79,5.235]],[\"name/188\",[81,51.739]],[\"parent/188\",[]],[\"name/189\",[1,23.66]],[\"parent/189\",[81,4.731]],[\"name/190\",[2,35.405]],[\"parent/190\",[81,4.731]],[\"name/191\",[67,70.61]],[\"parent/191\",[81,4.731]],[\"name/192\",[82,75.718]],[\"parent/192\",[81,4.731]],[\"name/193\",[83,53.031]],[\"parent/193\",[81,4.731]],[\"name/194\",[24,61.055]],[\"parent/194\",[81,4.731]],[\"name/195\",[5,28.503]],[\"parent/195\",[81,4.731]],[\"name/196\",[84,75.718]],[\"parent/196\",[81,4.731]],[\"name/197\",[85,75.718]],[\"parent/197\",[81,4.731]],[\"name/198\",[86,75.718]],[\"parent/198\",[81,4.731]],[\"name/199\",[87,75.718]],[\"parent/199\",[81,4.731]],[\"name/200\",[88,75.718]],[\"parent/200\",[81,4.731]],[\"name/201\",[89,75.718]],[\"parent/201\",[81,4.731]],[\"name/202\",[4,28.04]],[\"parent/202\",[81,4.731]],[\"name/203\",[6,28.503]],[\"parent/203\",[81,4.731]],[\"name/204\",[90,62.725]],[\"parent/204\",[]],[\"name/205\",[91,61.055]],[\"parent/205\",[90,5.735]],[\"name/206\",[92,61.055]],[\"parent/206\",[90,5.735]],[\"name/207\",[93,61.055]],[\"parent/207\",[90,5.735]],[\"name/208\",[94,61.055]],[\"parent/208\",[90,5.735]],[\"name/209\",[63,54.516]],[\"parent/209\",[]],[\"name/210\",[95,67.245]],[\"parent/210\",[63,4.984]],[\"name/211\",[96,67.245]],[\"parent/211\",[63,4.984]],[\"name/212\",[97,67.245]],[\"parent/212\",[63,4.984]],[\"name/213\",[98,67.245]],[\"parent/213\",[63,4.984]],[\"name/214\",[91,61.055]],[\"parent/214\",[63,4.984]],[\"name/215\",[92,61.055]],[\"parent/215\",[63,4.984]],[\"name/216\",[93,61.055]],[\"parent/216\",[63,4.984]],[\"name/217\",[94,61.055]],[\"parent/217\",[63,4.984]],[\"name/218\",[99,52.364]],[\"parent/218\",[]],[\"name/219\",[1,23.66]],[\"parent/219\",[99,4.788]],[\"name/220\",[83,53.031]],[\"parent/220\",[99,4.788]],[\"name/221\",[100,61.055]],[\"parent/221\",[99,4.788]],[\"name/222\",[101,59.624]],[\"parent/222\",[99,4.788]],[\"name/223\",[102,75.718]],[\"parent/223\",[99,4.788]],[\"name/224\",[103,75.718]],[\"parent/224\",[99,4.788]],[\"name/225\",[91,61.055]],[\"parent/225\",[99,4.788]],[\"name/226\",[92,61.055]],[\"parent/226\",[99,4.788]],[\"name/227\",[93,61.055]],[\"parent/227\",[99,4.788]],[\"name/228\",[94,61.055]],[\"parent/228\",[99,4.788]],[\"name/229\",[95,67.245]],[\"parent/229\",[99,4.788]],[\"name/230\",[96,67.245]],[\"parent/230\",[99,4.788]],[\"name/231\",[97,67.245]],[\"parent/231\",[99,4.788]],[\"name/232\",[98,67.245]],[\"parent/232\",[99,4.788]],[\"name/233\",[104,59.624]],[\"parent/233\",[]],[\"name/234\",[1,23.66]],[\"parent/234\",[104,5.451]],[\"name/235\",[105,75.718]],[\"parent/235\",[104,5.451]],[\"name/236\",[83,53.031]],[\"parent/236\",[104,5.451]],[\"name/237\",[5,28.503]],[\"parent/237\",[104,5.451]],[\"name/238\",[4,28.04]],[\"parent/238\",[104,5.451]],[\"name/239\",[6,28.503]],[\"parent/239\",[104,5.451]],[\"name/240\",[100,61.055]],[\"parent/240\",[]],[\"name/241\",[1,23.66]],[\"parent/241\",[100,5.582]],[\"name/242\",[4,28.04]],[\"parent/242\",[100,5.582]],[\"name/243\",[5,28.503]],[\"parent/243\",[100,5.582]],[\"name/244\",[6,28.503]],[\"parent/244\",[100,5.582]],[\"name/245\",[106,61.055]],[\"parent/245\",[]],[\"name/246\",[1,23.66]],[\"parent/246\",[106,5.582]],[\"name/247\",[107,56.259]],[\"parent/247\",[106,5.582]],[\"name/248\",[5,28.503]],[\"parent/248\",[106,5.582]],[\"name/249\",[4,28.04]],[\"parent/249\",[106,5.582]],[\"name/250\",[6,28.503]],[\"parent/250\",[106,5.582]],[\"name/251\",[108,58.372]],[\"parent/251\",[]],[\"name/252\",[1,23.66]],[\"parent/252\",[108,5.337]],[\"name/253\",[109,70.61]],[\"parent/253\",[108,5.337]],[\"name/254\",[91,61.055]],[\"parent/254\",[108,5.337]],[\"name/255\",[92,61.055]],[\"parent/255\",[108,5.337]],[\"name/256\",[93,61.055]],[\"parent/256\",[108,5.337]],[\"name/257\",[94,61.055]],[\"parent/257\",[108,5.337]],[\"name/258\",[110,70.61]],[\"parent/258\",[108,5.337]],[\"name/259\",[111,54.516]],[\"parent/259\",[]],[\"name/260\",[1,23.66]],[\"parent/260\",[111,4.984]],[\"name/261\",[109,70.61]],[\"parent/261\",[111,4.984]],[\"name/262\",[95,67.245]],[\"parent/262\",[111,4.984]],[\"name/263\",[96,67.245]],[\"parent/263\",[111,4.984]],[\"name/264\",[97,67.245]],[\"parent/264\",[111,4.984]],[\"name/265\",[98,67.245]],[\"parent/265\",[111,4.984]],[\"name/266\",[110,70.61]],[\"parent/266\",[111,4.984]],[\"name/267\",[91,61.055]],[\"parent/267\",[111,4.984]],[\"name/268\",[92,61.055]],[\"parent/268\",[111,4.984]],[\"name/269\",[93,61.055]],[\"parent/269\",[111,4.984]],[\"name/270\",[94,61.055]],[\"parent/270\",[111,4.984]],[\"name/271\",[112,59.624]],[\"parent/271\",[]],[\"name/272\",[1,23.66]],[\"parent/272\",[112,5.451]],[\"name/273\",[113,75.718]],[\"parent/273\",[112,5.451]],[\"name/274\",[91,61.055]],[\"parent/274\",[112,5.451]],[\"name/275\",[92,61.055]],[\"parent/275\",[112,5.451]],[\"name/276\",[93,61.055]],[\"parent/276\",[112,5.451]],[\"name/277\",[94,61.055]],[\"parent/277\",[112,5.451]],[\"name/278\",[114,70.61]],[\"parent/278\",[]],[\"name/279\",[115,52.364]],[\"parent/279\",[114,6.456]],[\"name/280\",[116,57.26]],[\"parent/280\",[117,6.456]],[\"name/281\",[58,57.26]],[\"parent/281\",[117,6.456]],[\"name/282\",[101,59.624]],[\"parent/282\",[]],[\"name/283\",[1,23.66]],[\"parent/283\",[101,5.451]],[\"name/284\",[4,28.04]],[\"parent/284\",[101,5.451]],[\"name/285\",[5,28.503]],[\"parent/285\",[101,5.451]],[\"name/286\",[6,28.503]],[\"parent/286\",[101,5.451]],[\"name/287\",[118,67.245]],[\"parent/287\",[]],[\"name/288\",[119,67.245]],[\"parent/288\",[118,6.148]],[\"name/289\",[120,56.259]],[\"parent/289\",[118,6.148]],[\"name/290\",[121,59.624]],[\"parent/290\",[]],[\"name/291\",[1,23.66]],[\"parent/291\",[121,5.451]],[\"name/292\",[4,28.04]],[\"parent/292\",[121,5.451]],[\"name/293\",[5,28.503]],[\"parent/293\",[121,5.451]],[\"name/294\",[6,28.503]],[\"parent/294\",[121,5.451]],[\"name/295\",[122,57.26]],[\"parent/295\",[]],[\"name/296\",[1,23.66]],[\"parent/296\",[122,5.235]],[\"name/297\",[4,28.04]],[\"parent/297\",[122,5.235]],[\"name/298\",[5,28.503]],[\"parent/298\",[122,5.235]],[\"name/299\",[123,75.718]],[\"parent/299\",[122,5.235]],[\"name/300\",[124,75.718]],[\"parent/300\",[122,5.235]],[\"name/301\",[125,75.718]],[\"parent/301\",[122,5.235]],[\"name/302\",[126,75.718]],[\"parent/302\",[122,5.235]],[\"name/303\",[6,28.503]],[\"parent/303\",[122,5.235]],[\"name/304\",[127,61.055]],[\"parent/304\",[]],[\"name/305\",[1,23.66]],[\"parent/305\",[127,5.582]],[\"name/306\",[2,35.405]],[\"parent/306\",[127,5.582]],[\"name/307\",[5,28.503]],[\"parent/307\",[127,5.582]],[\"name/308\",[4,28.04]],[\"parent/308\",[127,5.582]],[\"name/309\",[6,28.503]],[\"parent/309\",[127,5.582]],[\"name/310\",[128,61.055]],[\"parent/310\",[]],[\"name/311\",[1,23.66]],[\"parent/311\",[128,5.582]],[\"name/312\",[2,35.405]],[\"parent/312\",[128,5.582]],[\"name/313\",[4,28.04]],[\"parent/313\",[128,5.582]],[\"name/314\",[5,28.503]],[\"parent/314\",[128,5.582]],[\"name/315\",[6,28.503]],[\"parent/315\",[128,5.582]],[\"name/316\",[129,58.372]],[\"parent/316\",[]],[\"name/317\",[1,23.66]],[\"parent/317\",[129,5.337]],[\"name/318\",[2,35.405]],[\"parent/318\",[129,5.337]],[\"name/319\",[5,28.503]],[\"parent/319\",[129,5.337]],[\"name/320\",[130,75.718]],[\"parent/320\",[129,5.337]],[\"name/321\",[131,75.718]],[\"parent/321\",[129,5.337]],[\"name/322\",[4,28.04]],[\"parent/322\",[129,5.337]],[\"name/323\",[6,28.503]],[\"parent/323\",[129,5.337]],[\"name/324\",[132,59.624]],[\"parent/324\",[]],[\"name/325\",[1,23.66]],[\"parent/325\",[132,5.451]],[\"name/326\",[4,28.04]],[\"parent/326\",[132,5.451]],[\"name/327\",[5,28.503]],[\"parent/327\",[132,5.451]],[\"name/328\",[6,28.503]],[\"parent/328\",[132,5.451]],[\"name/329\",[133,67.245]],[\"parent/329\",[]],[\"name/330\",[83,53.031]],[\"parent/330\",[133,6.148]],[\"name/331\",[134,70.61]],[\"parent/331\",[133,6.148]],[\"name/332\",[15,58.372]],[\"parent/332\",[]],[\"name/333\",[1,23.66]],[\"parent/333\",[15,5.337]],[\"name/334\",[83,53.031]],[\"parent/334\",[15,5.337]],[\"name/335\",[134,70.61]],[\"parent/335\",[15,5.337]],[\"name/336\",[5,28.503]],[\"parent/336\",[15,5.337]],[\"name/337\",[4,28.04]],[\"parent/337\",[15,5.337]],[\"name/338\",[6,28.503]],[\"parent/338\",[15,5.337]],[\"name/339\",[135,55.349]],[\"parent/339\",[]],[\"name/340\",[1,23.66]],[\"parent/340\",[135,5.061]],[\"name/341\",[4,28.04]],[\"parent/341\",[135,5.061]],[\"name/342\",[5,28.503]],[\"parent/342\",[135,5.061]],[\"name/343\",[6,28.503]],[\"parent/343\",[135,5.061]],[\"name/344\",[136,61.055]],[\"parent/344\",[]],[\"name/345\",[1,23.66]],[\"parent/345\",[136,5.582]],[\"name/346\",[2,35.405]],[\"parent/346\",[136,5.582]],[\"name/347\",[5,28.503]],[\"parent/347\",[136,5.582]],[\"name/348\",[4,28.04]],[\"parent/348\",[136,5.582]],[\"name/349\",[6,28.503]],[\"parent/349\",[136,5.582]],[\"name/350\",[137,62.725]],[\"parent/350\",[]],[\"name/351\",[1,23.66]],[\"parent/351\",[137,5.735]],[\"name/352\",[5,28.503]],[\"parent/352\",[137,5.735]],[\"name/353\",[4,28.04]],[\"parent/353\",[137,5.735]],[\"name/354\",[6,28.503]],[\"parent/354\",[137,5.735]],[\"name/355\",[138,59.624]],[\"parent/355\",[]],[\"name/356\",[1,23.66]],[\"parent/356\",[138,5.451]],[\"name/357\",[2,35.405]],[\"parent/357\",[138,5.451]],[\"name/358\",[139,70.61]],[\"parent/358\",[138,5.451]],[\"name/359\",[5,28.503]],[\"parent/359\",[138,5.451]],[\"name/360\",[4,28.04]],[\"parent/360\",[138,5.451]],[\"name/361\",[6,28.503]],[\"parent/361\",[138,5.451]],[\"name/362\",[140,59.624]],[\"parent/362\",[]],[\"name/363\",[1,23.66]],[\"parent/363\",[140,5.451]],[\"name/364\",[4,28.04]],[\"parent/364\",[140,5.451]],[\"name/365\",[5,28.503]],[\"parent/365\",[140,5.451]],[\"name/366\",[6,28.503]],[\"parent/366\",[140,5.451]],[\"name/367\",[141,59.624]],[\"parent/367\",[]],[\"name/368\",[1,23.66]],[\"parent/368\",[141,5.451]],[\"name/369\",[2,35.405]],[\"parent/369\",[141,5.451]],[\"name/370\",[5,28.503]],[\"parent/370\",[141,5.451]],[\"name/371\",[142,75.718]],[\"parent/371\",[141,5.451]],[\"name/372\",[4,28.04]],[\"parent/372\",[141,5.451]],[\"name/373\",[6,28.503]],[\"parent/373\",[141,5.451]],[\"name/374\",[143,61.055]],[\"parent/374\",[]],[\"name/375\",[1,23.66]],[\"parent/375\",[143,5.582]],[\"name/376\",[2,35.405]],[\"parent/376\",[143,5.582]],[\"name/377\",[5,28.503]],[\"parent/377\",[143,5.582]],[\"name/378\",[4,28.04]],[\"parent/378\",[143,5.582]],[\"name/379\",[6,28.503]],[\"parent/379\",[143,5.582]],[\"name/380\",[144,62.725]],[\"parent/380\",[]],[\"name/381\",[1,23.66]],[\"parent/381\",[144,5.735]],[\"name/382\",[5,28.503]],[\"parent/382\",[144,5.735]],[\"name/383\",[4,28.04]],[\"parent/383\",[144,5.735]],[\"name/384\",[6,28.503]],[\"parent/384\",[144,5.735]],[\"name/385\",[145,59.624]],[\"parent/385\",[]],[\"name/386\",[1,23.66]],[\"parent/386\",[145,5.451]],[\"name/387\",[4,28.04]],[\"parent/387\",[145,5.451]],[\"name/388\",[5,28.503]],[\"parent/388\",[145,5.451]],[\"name/389\",[6,28.503]],[\"parent/389\",[145,5.451]],[\"name/390\",[146,61.055]],[\"parent/390\",[]],[\"name/391\",[135,55.349]],[\"parent/391\",[146,5.582]],[\"name/392\",[145,59.624]],[\"parent/392\",[146,5.582]],[\"name/393\",[140,59.624]],[\"parent/393\",[146,5.582]],[\"name/394\",[132,59.624]],[\"parent/394\",[146,5.582]],[\"name/395\",[121,59.624]],[\"parent/395\",[146,5.582]],[\"name/396\",[147,56.259]],[\"parent/396\",[]],[\"name/397\",[1,23.66]],[\"parent/397\",[147,5.144]],[\"name/398\",[135,55.349]],[\"parent/398\",[147,5.144]],[\"name/399\",[145,59.624]],[\"parent/399\",[147,5.144]],[\"name/400\",[140,59.624]],[\"parent/400\",[147,5.144]],[\"name/401\",[132,59.624]],[\"parent/401\",[147,5.144]],[\"name/402\",[121,59.624]],[\"parent/402\",[147,5.144]],[\"name/403\",[5,28.503]],[\"parent/403\",[147,5.144]],[\"name/404\",[4,28.04]],[\"parent/404\",[147,5.144]],[\"name/405\",[6,28.503]],[\"parent/405\",[147,5.144]],[\"name/406\",[148,59.624]],[\"parent/406\",[]],[\"name/407\",[1,23.66]],[\"parent/407\",[148,5.451]],[\"name/408\",[4,28.04]],[\"parent/408\",[148,5.451]],[\"name/409\",[5,28.503]],[\"parent/409\",[148,5.451]],[\"name/410\",[6,28.503]],[\"parent/410\",[148,5.451]],[\"name/411\",[149,67.245]],[\"parent/411\",[]],[\"name/412\",[120,56.259]],[\"parent/412\",[149,6.148]],[\"name/413\",[150,54.516]],[\"parent/413\",[149,6.148]],[\"name/414\",[151,62.725]],[\"parent/414\",[]],[\"name/415\",[1,23.66]],[\"parent/415\",[151,5.735]],[\"name/416\",[4,28.04]],[\"parent/416\",[151,5.735]],[\"name/417\",[5,28.503]],[\"parent/417\",[151,5.735]],[\"name/418\",[6,28.503]],[\"parent/418\",[151,5.735]],[\"name/419\",[152,62.725]],[\"parent/419\",[]],[\"name/420\",[1,23.66]],[\"parent/420\",[152,5.735]],[\"name/421\",[5,28.503]],[\"parent/421\",[152,5.735]],[\"name/422\",[4,28.04]],[\"parent/422\",[152,5.735]],[\"name/423\",[6,28.503]],[\"parent/423\",[152,5.735]],[\"name/424\",[153,61.055]],[\"parent/424\",[]],[\"name/425\",[1,23.66]],[\"parent/425\",[153,5.582]],[\"name/426\",[154,54.516]],[\"parent/426\",[153,5.582]],[\"name/427\",[4,28.04]],[\"parent/427\",[153,5.582]],[\"name/428\",[5,28.503]],[\"parent/428\",[153,5.582]],[\"name/429\",[6,28.503]],[\"parent/429\",[153,5.582]],[\"name/430\",[155,61.055]],[\"parent/430\",[]],[\"name/431\",[1,23.66]],[\"parent/431\",[155,5.582]],[\"name/432\",[154,54.516]],[\"parent/432\",[155,5.582]],[\"name/433\",[4,28.04]],[\"parent/433\",[155,5.582]],[\"name/434\",[5,28.503]],[\"parent/434\",[155,5.582]],[\"name/435\",[6,28.503]],[\"parent/435\",[155,5.582]],[\"name/436\",[156,61.055]],[\"parent/436\",[]],[\"name/437\",[1,23.66]],[\"parent/437\",[156,5.582]],[\"name/438\",[154,54.516]],[\"parent/438\",[156,5.582]],[\"name/439\",[4,28.04]],[\"parent/439\",[156,5.582]],[\"name/440\",[5,28.503]],[\"parent/440\",[156,5.582]],[\"name/441\",[6,28.503]],[\"parent/441\",[156,5.582]],[\"name/442\",[157,70.61]],[\"parent/442\",[]],[\"name/443\",[150,54.516]],[\"parent/443\",[157,6.456]],[\"name/444\",[158,57.26]],[\"parent/444\",[]],[\"name/445\",[1,23.66]],[\"parent/445\",[158,5.235]],[\"name/446\",[4,28.04]],[\"parent/446\",[158,5.235]],[\"name/447\",[5,28.503]],[\"parent/447\",[158,5.235]],[\"name/448\",[6,28.503]],[\"parent/448\",[158,5.235]],[\"name/449\",[159,59.624]],[\"parent/449\",[]],[\"name/450\",[1,23.66]],[\"parent/450\",[159,5.451]],[\"name/451\",[2,35.405]],[\"parent/451\",[159,5.451]],[\"name/452\",[154,54.516]],[\"parent/452\",[159,5.451]],[\"name/453\",[4,28.04]],[\"parent/453\",[159,5.451]],[\"name/454\",[5,28.503]],[\"parent/454\",[159,5.451]],[\"name/455\",[6,28.503]],[\"parent/455\",[159,5.451]],[\"name/456\",[160,59.624]],[\"parent/456\",[]],[\"name/457\",[1,23.66]],[\"parent/457\",[160,5.451]],[\"name/458\",[2,35.405]],[\"parent/458\",[160,5.451]],[\"name/459\",[154,54.516]],[\"parent/459\",[160,5.451]],[\"name/460\",[4,28.04]],[\"parent/460\",[160,5.451]],[\"name/461\",[5,28.503]],[\"parent/461\",[160,5.451]],[\"name/462\",[6,28.503]],[\"parent/462\",[160,5.451]],[\"name/463\",[161,59.624]],[\"parent/463\",[]],[\"name/464\",[1,23.66]],[\"parent/464\",[161,5.451]],[\"name/465\",[2,35.405]],[\"parent/465\",[161,5.451]],[\"name/466\",[154,54.516]],[\"parent/466\",[161,5.451]],[\"name/467\",[4,28.04]],[\"parent/467\",[161,5.451]],[\"name/468\",[5,28.503]],[\"parent/468\",[161,5.451]],[\"name/469\",[6,28.503]],[\"parent/469\",[161,5.451]],[\"name/470\",[162,56.259]],[\"parent/470\",[]],[\"name/471\",[1,23.66]],[\"parent/471\",[162,5.144]],[\"name/472\",[107,56.259]],[\"parent/472\",[162,5.144]],[\"name/473\",[163,67.245]],[\"parent/473\",[162,5.144]],[\"name/474\",[4,28.04]],[\"parent/474\",[162,5.144]],[\"name/475\",[5,28.503]],[\"parent/475\",[162,5.144]],[\"name/476\",[6,28.503]],[\"parent/476\",[162,5.144]],[\"name/477\",[164,75.718]],[\"parent/477\",[162,5.144]],[\"name/478\",[165,75.718]],[\"parent/478\",[162,5.144]],[\"name/479\",[166,75.718]],[\"parent/479\",[162,5.144]],[\"name/480\",[167,67.245]],[\"parent/480\",[]],[\"name/481\",[168,59.624]],[\"parent/481\",[167,6.148]],[\"name/482\",[169,64.732]],[\"parent/482\",[167,6.148]],[\"name/483\",[170,56.259]],[\"parent/483\",[]],[\"name/484\",[1,23.66]],[\"parent/484\",[170,5.144]],[\"name/485\",[4,28.04]],[\"parent/485\",[170,5.144]],[\"name/486\",[5,28.503]],[\"parent/486\",[170,5.144]],[\"name/487\",[6,28.503]],[\"parent/487\",[170,5.144]],[\"name/488\",[171,62.725]],[\"parent/488\",[]],[\"name/489\",[1,23.66]],[\"parent/489\",[171,5.735]],[\"name/490\",[4,28.04]],[\"parent/490\",[171,5.735]],[\"name/491\",[5,28.503]],[\"parent/491\",[171,5.735]],[\"name/492\",[6,28.503]],[\"parent/492\",[171,5.735]],[\"name/493\",[172,58.372]],[\"parent/493\",[]],[\"name/494\",[1,23.66]],[\"parent/494\",[172,5.337]],[\"name/495\",[2,35.405]],[\"parent/495\",[172,5.337]],[\"name/496\",[170,56.259]],[\"parent/496\",[172,5.337]],[\"name/497\",[163,67.245]],[\"parent/497\",[172,5.337]],[\"name/498\",[5,28.503]],[\"parent/498\",[172,5.337]],[\"name/499\",[4,28.04]],[\"parent/499\",[172,5.337]],[\"name/500\",[6,28.503]],[\"parent/500\",[172,5.337]],[\"name/501\",[173,53.746]],[\"parent/501\",[]],[\"name/502\",[1,23.66]],[\"parent/502\",[173,4.914]],[\"name/503\",[174,75.718]],[\"parent/503\",[173,4.914]],[\"name/504\",[175,75.718]],[\"parent/504\",[173,4.914]],[\"name/505\",[115,52.364]],[\"parent/505\",[173,4.914]],[\"name/506\",[176,56.259]],[\"parent/506\",[177,6.148]],[\"name/507\",[178,75.718]],[\"parent/507\",[177,6.148]],[\"name/508\",[179,75.718]],[\"parent/508\",[177,6.148]],[\"name/509\",[5,28.503]],[\"parent/509\",[173,4.914]],[\"name/510\",[180,75.718]],[\"parent/510\",[173,4.914]],[\"name/511\",[181,75.718]],[\"parent/511\",[173,4.914]],[\"name/512\",[182,75.718]],[\"parent/512\",[173,4.914]],[\"name/513\",[183,75.718]],[\"parent/513\",[173,4.914]],[\"name/514\",[184,75.718]],[\"parent/514\",[173,4.914]],[\"name/515\",[4,28.04]],[\"parent/515\",[173,4.914]],[\"name/516\",[6,28.503]],[\"parent/516\",[173,4.914]],[\"name/517\",[185,61.055]],[\"parent/517\",[]],[\"name/518\",[1,23.66]],[\"parent/518\",[185,5.582]],[\"name/519\",[186,70.61]],[\"parent/519\",[185,5.582]],[\"name/520\",[5,28.503]],[\"parent/520\",[185,5.582]],[\"name/521\",[4,28.04]],[\"parent/521\",[185,5.582]],[\"name/522\",[6,28.503]],[\"parent/522\",[185,5.582]],[\"name/523\",[187,59.624]],[\"parent/523\",[]],[\"name/524\",[1,23.66]],[\"parent/524\",[187,5.451]],[\"name/525\",[139,70.61]],[\"parent/525\",[187,5.451]],[\"name/526\",[2,35.405]],[\"parent/526\",[187,5.451]],[\"name/527\",[5,28.503]],[\"parent/527\",[187,5.451]],[\"name/528\",[4,28.04]],[\"parent/528\",[187,5.451]],[\"name/529\",[6,28.503]],[\"parent/529\",[187,5.451]],[\"name/530\",[188,61.055]],[\"parent/530\",[]],[\"name/531\",[1,23.66]],[\"parent/531\",[188,5.582]],[\"name/532\",[189,75.718]],[\"parent/532\",[188,5.582]],[\"name/533\",[5,28.503]],[\"parent/533\",[188,5.582]],[\"name/534\",[4,28.04]],[\"parent/534\",[188,5.582]],[\"name/535\",[6,28.503]],[\"parent/535\",[188,5.582]],[\"name/536\",[190,61.055]],[\"parent/536\",[]],[\"name/537\",[1,23.66]],[\"parent/537\",[190,5.582]],[\"name/538\",[4,28.04]],[\"parent/538\",[190,5.582]],[\"name/539\",[5,28.503]],[\"parent/539\",[190,5.582]],[\"name/540\",[6,28.503]],[\"parent/540\",[190,5.582]],[\"name/541\",[191,62.725]],[\"parent/541\",[]],[\"name/542\",[1,23.66]],[\"parent/542\",[191,5.735]],[\"name/543\",[5,28.503]],[\"parent/543\",[191,5.735]],[\"name/544\",[4,28.04]],[\"parent/544\",[191,5.735]],[\"name/545\",[6,28.503]],[\"parent/545\",[191,5.735]],[\"name/546\",[192,59.624]],[\"parent/546\",[]],[\"name/547\",[1,23.66]],[\"parent/547\",[192,5.451]],[\"name/548\",[5,28.503]],[\"parent/548\",[192,5.451]],[\"name/549\",[193,75.718]],[\"parent/549\",[192,5.451]],[\"name/550\",[194,75.718]],[\"parent/550\",[192,5.451]],[\"name/551\",[4,28.04]],[\"parent/551\",[192,5.451]],[\"name/552\",[6,28.503]],[\"parent/552\",[192,5.451]],[\"name/553\",[195,61.055]],[\"parent/553\",[]],[\"name/554\",[1,23.66]],[\"parent/554\",[195,5.582]],[\"name/555\",[196,67.245]],[\"parent/555\",[195,5.582]],[\"name/556\",[5,28.503]],[\"parent/556\",[195,5.582]],[\"name/557\",[4,28.04]],[\"parent/557\",[195,5.582]],[\"name/558\",[6,28.503]],[\"parent/558\",[195,5.582]],[\"name/559\",[197,62.725]],[\"parent/559\",[]],[\"name/560\",[1,23.66]],[\"parent/560\",[197,5.735]],[\"name/561\",[198,44.96]],[\"parent/561\",[197,5.735]],[\"name/562\",[120,56.259]],[\"parent/562\",[197,5.735]],[\"name/563\",[199,57.26]],[\"parent/563\",[197,5.735]],[\"name/564\",[200,62.725]],[\"parent/564\",[]],[\"name/565\",[1,23.66]],[\"parent/565\",[200,5.735]],[\"name/566\",[198,44.96]],[\"parent/566\",[200,5.735]],[\"name/567\",[120,56.259]],[\"parent/567\",[200,5.735]],[\"name/568\",[199,57.26]],[\"parent/568\",[200,5.735]],[\"name/569\",[201,62.725]],[\"parent/569\",[]],[\"name/570\",[1,23.66]],[\"parent/570\",[201,5.735]],[\"name/571\",[198,44.96]],[\"parent/571\",[201,5.735]],[\"name/572\",[120,56.259]],[\"parent/572\",[201,5.735]],[\"name/573\",[199,57.26]],[\"parent/573\",[201,5.735]],[\"name/574\",[202,62.725]],[\"parent/574\",[]],[\"name/575\",[1,23.66]],[\"parent/575\",[202,5.735]],[\"name/576\",[198,44.96]],[\"parent/576\",[202,5.735]],[\"name/577\",[120,56.259]],[\"parent/577\",[202,5.735]],[\"name/578\",[199,57.26]],[\"parent/578\",[202,5.735]],[\"name/579\",[203,59.624]],[\"parent/579\",[]],[\"name/580\",[1,23.66]],[\"parent/580\",[203,5.451]],[\"name/581\",[2,35.405]],[\"parent/581\",[203,5.451]],[\"name/582\",[190,61.055]],[\"parent/582\",[203,5.451]],[\"name/583\",[4,28.04]],[\"parent/583\",[203,5.451]],[\"name/584\",[5,28.503]],[\"parent/584\",[203,5.451]],[\"name/585\",[6,28.503]],[\"parent/585\",[203,5.451]],[\"name/586\",[204,55.349]],[\"parent/586\",[]],[\"name/587\",[1,23.66]],[\"parent/587\",[204,5.061]],[\"name/588\",[4,28.04]],[\"parent/588\",[204,5.061]],[\"name/589\",[5,28.503]],[\"parent/589\",[204,5.061]],[\"name/590\",[6,28.503]],[\"parent/590\",[204,5.061]],[\"name/591\",[205,61.055]],[\"parent/591\",[]],[\"name/592\",[1,23.66]],[\"parent/592\",[205,5.582]],[\"name/593\",[199,57.26]],[\"parent/593\",[205,5.582]],[\"name/594\",[120,56.259]],[\"parent/594\",[205,5.582]],[\"name/595\",[206,64.732]],[\"parent/595\",[205,5.582]],[\"name/596\",[207,64.732]],[\"parent/596\",[205,5.582]],[\"name/597\",[176,56.259]],[\"parent/597\",[]],[\"name/598\",[120,56.259]],[\"parent/598\",[176,5.144]],[\"name/599\",[199,57.26]],[\"parent/599\",[176,5.144]],[\"name/600\",[206,64.732]],[\"parent/600\",[176,5.144]],[\"name/601\",[207,64.732]],[\"parent/601\",[176,5.144]],[\"name/602\",[116,57.26]],[\"parent/602\",[]],[\"name/603\",[120,56.259]],[\"parent/603\",[116,5.235]],[\"name/604\",[199,57.26]],[\"parent/604\",[116,5.235]],[\"name/605\",[206,64.732]],[\"parent/605\",[116,5.235]],[\"name/606\",[207,64.732]],[\"parent/606\",[116,5.235]],[\"name/607\",[208,75.718]],[\"parent/607\",[]],[\"name/608\",[209,75.718]],[\"parent/608\",[]],[\"name/609\",[210,75.718]],[\"parent/609\",[]],[\"name/610\",[211,75.718]],[\"parent/610\",[]],[\"name/611\",[212,75.718]],[\"parent/611\",[]],[\"name/612\",[213,46.631]],[\"parent/612\",[]],[\"name/613\",[1,23.66]],[\"parent/613\",[213,4.263]],[\"name/614\",[2,35.405]],[\"parent/614\",[213,4.263]],[\"name/615\",[154,54.516]],[\"parent/615\",[213,4.263]],[\"name/616\",[214,75.718]],[\"parent/616\",[213,4.263]],[\"name/617\",[215,75.718]],[\"parent/617\",[213,4.263]],[\"name/618\",[216,75.718]],[\"parent/618\",[213,4.263]],[\"name/619\",[58,57.26]],[\"parent/619\",[213,4.263]],[\"name/620\",[217,75.718]],[\"parent/620\",[213,4.263]],[\"name/621\",[218,75.718]],[\"parent/621\",[213,4.263]],[\"name/622\",[219,75.718]],[\"parent/622\",[213,4.263]],[\"name/623\",[220,75.718]],[\"parent/623\",[213,4.263]],[\"name/624\",[221,75.718]],[\"parent/624\",[213,4.263]],[\"name/625\",[222,75.718]],[\"parent/625\",[213,4.263]],[\"name/626\",[223,75.718]],[\"parent/626\",[213,4.263]],[\"name/627\",[224,75.718]],[\"parent/627\",[213,4.263]],[\"name/628\",[225,75.718]],[\"parent/628\",[213,4.263]],[\"name/629\",[226,58.372]],[\"parent/629\",[213,4.263]],[\"name/630\",[227,75.718]],[\"parent/630\",[213,4.263]],[\"name/631\",[228,58.372]],[\"parent/631\",[213,4.263]],[\"name/632\",[229,58.372]],[\"parent/632\",[213,4.263]],[\"name/633\",[230,75.718]],[\"parent/633\",[213,4.263]],[\"name/634\",[231,75.718]],[\"parent/634\",[213,4.263]],[\"name/635\",[232,75.718]],[\"parent/635\",[213,4.263]],[\"name/636\",[233,56.259]],[\"parent/636\",[213,4.263]],[\"name/637\",[234,75.718]],[\"parent/637\",[213,4.263]],[\"name/638\",[235,75.718]],[\"parent/638\",[213,4.263]],[\"name/639\",[236,75.718]],[\"parent/639\",[]],[\"name/640\",[237,70.61]],[\"parent/640\",[]],[\"name/641\",[115,52.364]],[\"parent/641\",[237,6.456]],[\"name/642\",[238,64.732]],[\"parent/642\",[239,6.456]],[\"name/643\",[240,59.624]],[\"parent/643\",[239,6.456]],[\"name/644\",[241,61.055]],[\"parent/644\",[]],[\"name/645\",[242,75.718]],[\"parent/645\",[241,5.582]],[\"name/646\",[243,75.718]],[\"parent/646\",[241,5.582]],[\"name/647\",[244,75.718]],[\"parent/647\",[241,5.582]],[\"name/648\",[245,75.718]],[\"parent/648\",[241,5.582]],[\"name/649\",[246,75.718]],[\"parent/649\",[241,5.582]],[\"name/650\",[247,75.718]],[\"parent/650\",[]],[\"name/651\",[248,70.61]],[\"parent/651\",[]],[\"name/652\",[249,64.732]],[\"parent/652\",[248,6.456]],[\"name/653\",[250,61.055]],[\"parent/653\",[]],[\"name/654\",[251,75.718]],[\"parent/654\",[250,5.582]],[\"name/655\",[120,56.259]],[\"parent/655\",[250,5.582]],[\"name/656\",[199,57.26]],[\"parent/656\",[250,5.582]],[\"name/657\",[206,64.732]],[\"parent/657\",[250,5.582]],[\"name/658\",[207,64.732]],[\"parent/658\",[250,5.582]],[\"name/659\",[150,54.516]],[\"parent/659\",[]],[\"name/660\",[252,75.718]],[\"parent/660\",[150,4.984]],[\"name/661\",[253,64.732]],[\"parent/661\",[150,4.984]],[\"name/662\",[169,64.732]],[\"parent/662\",[150,4.984]],[\"name/663\",[254,58.372]],[\"parent/663\",[150,4.984]],[\"name/664\",[42,67.245]],[\"parent/664\",[150,4.984]],[\"name/665\",[255,70.61]],[\"parent/665\",[150,4.984]],[\"name/666\",[256,58.372]],[\"parent/666\",[]],[\"name/667\",[1,23.66]],[\"parent/667\",[256,5.337]],[\"name/668\",[2,35.405]],[\"parent/668\",[256,5.337]],[\"name/669\",[257,75.718]],[\"parent/669\",[256,5.337]],[\"name/670\",[5,28.503]],[\"parent/670\",[256,5.337]],[\"name/671\",[258,75.718]],[\"parent/671\",[256,5.337]],[\"name/672\",[4,28.04]],[\"parent/672\",[256,5.337]],[\"name/673\",[6,28.503]],[\"parent/673\",[256,5.337]],[\"name/674\",[259,57.26]],[\"parent/674\",[]],[\"name/675\",[260,64.732]],[\"parent/675\",[259,5.235]],[\"name/676\",[70,53.746]],[\"parent/676\",[259,5.235]],[\"name/677\",[261,70.61]],[\"parent/677\",[259,5.235]],[\"name/678\",[262,59.624]],[\"parent/678\",[259,5.235]],[\"name/679\",[263,64.732]],[\"parent/679\",[259,5.235]],[\"name/680\",[264,51.739]],[\"parent/680\",[259,5.235]],[\"name/681\",[170,56.259]],[\"parent/681\",[259,5.235]],[\"name/682\",[204,55.349]],[\"parent/682\",[259,5.235]],[\"name/683\",[265,48.203]],[\"parent/683\",[]],[\"name/684\",[1,23.66]],[\"parent/684\",[265,4.407]],[\"name/685\",[266,75.718]],[\"parent/685\",[265,4.407]],[\"name/686\",[260,64.732]],[\"parent/686\",[265,4.407]],[\"name/687\",[70,53.746]],[\"parent/687\",[265,4.407]],[\"name/688\",[261,70.61]],[\"parent/688\",[265,4.407]],[\"name/689\",[262,59.624]],[\"parent/689\",[265,4.407]],[\"name/690\",[263,64.732]],[\"parent/690\",[265,4.407]],[\"name/691\",[264,51.739]],[\"parent/691\",[265,4.407]],[\"name/692\",[170,56.259]],[\"parent/692\",[265,4.407]],[\"name/693\",[204,55.349]],[\"parent/693\",[265,4.407]],[\"name/694\",[267,75.718]],[\"parent/694\",[265,4.407]],[\"name/695\",[268,75.718]],[\"parent/695\",[265,4.407]],[\"name/696\",[269,70.61]],[\"parent/696\",[265,4.407]],[\"name/697\",[270,75.718]],[\"parent/697\",[265,4.407]],[\"name/698\",[271,75.718]],[\"parent/698\",[265,4.407]],[\"name/699\",[272,75.718]],[\"parent/699\",[265,4.407]],[\"name/700\",[273,75.718]],[\"parent/700\",[265,4.407]],[\"name/701\",[274,75.718]],[\"parent/701\",[265,4.407]],[\"name/702\",[275,75.718]],[\"parent/702\",[265,4.407]],[\"name/703\",[276,75.718]],[\"parent/703\",[265,4.407]],[\"name/704\",[277,75.718]],[\"parent/704\",[265,4.407]],[\"name/705\",[278,75.718]],[\"parent/705\",[265,4.407]],[\"name/706\",[279,61.055]],[\"parent/706\",[]],[\"name/707\",[269,70.61]],[\"parent/707\",[279,5.582]],[\"name/708\",[280,64.732]],[\"parent/708\",[]],[\"name/709\",[281,75.718]],[\"parent/709\",[280,5.918]],[\"name/710\",[8,59.624]],[\"parent/710\",[280,5.918]],[\"name/711\",[282,54.516]],[\"parent/711\",[]],[\"name/712\",[1,23.66]],[\"parent/712\",[282,4.984]],[\"name/713\",[264,51.739]],[\"parent/713\",[282,4.984]],[\"name/714\",[283,64.732]],[\"parent/714\",[282,4.984]],[\"name/715\",[284,62.725]],[\"parent/715\",[282,4.984]],[\"name/716\",[285,47.786]],[\"parent/716\",[282,4.984]],[\"name/717\",[286,64.732]],[\"parent/717\",[282,4.984]],[\"name/718\",[287,64.732]],[\"parent/718\",[282,4.984]],[\"name/719\",[288,64.732]],[\"parent/719\",[282,4.984]],[\"name/720\",[289,64.732]],[\"parent/720\",[282,4.984]],[\"name/721\",[290,64.732]],[\"parent/721\",[282,4.984]],[\"name/722\",[291,64.732]],[\"parent/722\",[282,4.984]],[\"name/723\",[292,62.725]],[\"parent/723\",[]],[\"name/724\",[1,23.66]],[\"parent/724\",[292,5.735]],[\"name/725\",[264,51.739]],[\"parent/725\",[292,5.735]],[\"name/726\",[293,62.725]],[\"parent/726\",[292,5.735]],[\"name/727\",[285,47.786]],[\"parent/727\",[292,5.735]],[\"name/728\",[294,59.624]],[\"parent/728\",[]],[\"name/729\",[1,23.66]],[\"parent/729\",[294,5.451]],[\"name/730\",[66,48.638]],[\"parent/730\",[294,5.451]],[\"name/731\",[285,47.786]],[\"parent/731\",[294,5.451]],[\"name/732\",[5,28.503]],[\"parent/732\",[294,5.451]],[\"name/733\",[4,28.04]],[\"parent/733\",[294,5.451]],[\"name/734\",[6,28.503]],[\"parent/734\",[294,5.451]],[\"name/735\",[295,59.624]],[\"parent/735\",[]],[\"name/736\",[1,23.66]],[\"parent/736\",[295,5.451]],[\"name/737\",[66,48.638]],[\"parent/737\",[295,5.451]],[\"name/738\",[263,64.732]],[\"parent/738\",[295,5.451]],[\"name/739\",[4,28.04]],[\"parent/739\",[295,5.451]],[\"name/740\",[5,28.503]],[\"parent/740\",[295,5.451]],[\"name/741\",[6,28.503]],[\"parent/741\",[295,5.451]],[\"name/742\",[296,67.245]],[\"parent/742\",[]],[\"name/743\",[297,61.055]],[\"parent/743\",[296,6.148]],[\"name/744\",[8,59.624]],[\"parent/744\",[296,6.148]],[\"name/745\",[298,67.245]],[\"parent/745\",[]],[\"name/746\",[150,54.516]],[\"parent/746\",[298,6.148]],[\"name/747\",[255,70.61]],[\"parent/747\",[298,6.148]],[\"name/748\",[299,62.725]],[\"parent/748\",[]],[\"name/749\",[1,23.66]],[\"parent/749\",[299,5.735]],[\"name/750\",[4,28.04]],[\"parent/750\",[299,5.735]],[\"name/751\",[5,28.503]],[\"parent/751\",[299,5.735]],[\"name/752\",[6,28.503]],[\"parent/752\",[299,5.735]],[\"name/753\",[300,59.624]],[\"parent/753\",[]],[\"name/754\",[1,23.66]],[\"parent/754\",[300,5.451]],[\"name/755\",[66,48.638]],[\"parent/755\",[300,5.451]],[\"name/756\",[263,64.732]],[\"parent/756\",[300,5.451]],[\"name/757\",[4,28.04]],[\"parent/757\",[300,5.451]],[\"name/758\",[5,28.503]],[\"parent/758\",[300,5.451]],[\"name/759\",[6,28.503]],[\"parent/759\",[300,5.451]],[\"name/760\",[301,61.055]],[\"parent/760\",[]],[\"name/761\",[1,23.66]],[\"parent/761\",[301,5.582]],[\"name/762\",[66,48.638]],[\"parent/762\",[301,5.582]],[\"name/763\",[5,28.503]],[\"parent/763\",[301,5.582]],[\"name/764\",[4,28.04]],[\"parent/764\",[301,5.582]],[\"name/765\",[6,28.503]],[\"parent/765\",[301,5.582]],[\"name/766\",[302,62.725]],[\"parent/766\",[]],[\"name/767\",[66,48.638]],[\"parent/767\",[302,5.735]],[\"name/768\",[303,54.516]],[\"parent/768\",[302,5.735]],[\"name/769\",[304,59.624]],[\"parent/769\",[302,5.735]],[\"name/770\",[305,70.61]],[\"parent/770\",[302,5.735]],[\"name/771\",[306,53.031]],[\"parent/771\",[]],[\"name/772\",[1,23.66]],[\"parent/772\",[306,4.849]],[\"name/773\",[2,35.405]],[\"parent/773\",[306,4.849]],[\"name/774\",[66,48.638]],[\"parent/774\",[306,4.849]],[\"name/775\",[303,54.516]],[\"parent/775\",[306,4.849]],[\"name/776\",[304,59.624]],[\"parent/776\",[306,4.849]],[\"name/777\",[305,70.61]],[\"parent/777\",[306,4.849]],[\"name/778\",[307,58.372]],[\"parent/778\",[306,4.849]],[\"name/779\",[308,70.61]],[\"parent/779\",[306,4.849]],[\"name/780\",[309,75.718]],[\"parent/780\",[306,4.849]],[\"name/781\",[4,28.04]],[\"parent/781\",[306,4.849]],[\"name/782\",[5,28.503]],[\"parent/782\",[306,4.849]],[\"name/783\",[310,58.372]],[\"parent/783\",[306,4.849]],[\"name/784\",[6,28.503]],[\"parent/784\",[306,4.849]],[\"name/785\",[311,56.259]],[\"parent/785\",[]],[\"name/786\",[1,23.66]],[\"parent/786\",[311,5.144]],[\"name/787\",[2,35.405]],[\"parent/787\",[311,5.144]],[\"name/788\",[66,48.638]],[\"parent/788\",[311,5.144]],[\"name/789\",[4,28.04]],[\"parent/789\",[311,5.144]],[\"name/790\",[307,58.372]],[\"parent/790\",[311,5.144]],[\"name/791\",[312,75.718]],[\"parent/791\",[311,5.144]],[\"name/792\",[5,28.503]],[\"parent/792\",[311,5.144]],[\"name/793\",[310,58.372]],[\"parent/793\",[311,5.144]],[\"name/794\",[6,28.503]],[\"parent/794\",[311,5.144]],[\"name/795\",[313,57.26]],[\"parent/795\",[]],[\"name/796\",[1,23.66]],[\"parent/796\",[313,5.235]],[\"name/797\",[2,35.405]],[\"parent/797\",[313,5.235]],[\"name/798\",[314,51.739]],[\"parent/798\",[313,5.235]],[\"name/799\",[307,58.372]],[\"parent/799\",[313,5.235]],[\"name/800\",[4,28.04]],[\"parent/800\",[313,5.235]],[\"name/801\",[5,28.503]],[\"parent/801\",[313,5.235]],[\"name/802\",[310,58.372]],[\"parent/802\",[313,5.235]],[\"name/803\",[6,28.503]],[\"parent/803\",[313,5.235]],[\"name/804\",[315,56.259]],[\"parent/804\",[]],[\"name/805\",[1,23.66]],[\"parent/805\",[315,5.144]],[\"name/806\",[2,35.405]],[\"parent/806\",[315,5.144]],[\"name/807\",[66,48.638]],[\"parent/807\",[315,5.144]],[\"name/808\",[307,58.372]],[\"parent/808\",[315,5.144]],[\"name/809\",[308,70.61]],[\"parent/809\",[315,5.144]],[\"name/810\",[4,28.04]],[\"parent/810\",[315,5.144]],[\"name/811\",[5,28.503]],[\"parent/811\",[315,5.144]],[\"name/812\",[310,58.372]],[\"parent/812\",[315,5.144]],[\"name/813\",[6,28.503]],[\"parent/813\",[315,5.144]],[\"name/814\",[316,64.732]],[\"parent/814\",[]],[\"name/815\",[317,75.718]],[\"parent/815\",[316,5.918]],[\"name/816\",[318,70.61]],[\"parent/816\",[316,5.918]],[\"name/817\",[280,64.732]],[\"parent/817\",[316,5.918]],[\"name/818\",[66,48.638]],[\"parent/818\",[]],[\"name/819\",[319,70.61]],[\"parent/819\",[66,4.447]],[\"name/820\",[39,61.055]],[\"parent/820\",[66,4.447]],[\"name/821\",[3,64.732]],[\"parent/821\",[66,4.447]],[\"name/822\",[320,70.61]],[\"parent/822\",[66,4.447]],[\"name/823\",[321,70.61]],[\"parent/823\",[66,4.447]],[\"name/824\",[322,70.61]],[\"parent/824\",[66,4.447]],[\"name/825\",[323,70.61]],[\"parent/825\",[66,4.447]],[\"name/826\",[324,70.61]],[\"parent/826\",[66,4.447]],[\"name/827\",[325,70.61]],[\"parent/827\",[66,4.447]],[\"name/828\",[326,70.61]],[\"parent/828\",[66,4.447]],[\"name/829\",[327,62.725]],[\"parent/829\",[]],[\"name/830\",[8,59.624]],[\"parent/830\",[327,5.735]],[\"name/831\",[297,61.055]],[\"parent/831\",[327,5.735]],[\"name/832\",[328,70.61]],[\"parent/832\",[327,5.735]],[\"name/833\",[329,75.718]],[\"parent/833\",[327,5.735]],[\"name/834\",[330,67.245]],[\"parent/834\",[]],[\"name/835\",[297,61.055]],[\"parent/835\",[330,6.148]],[\"name/836\",[331,75.718]],[\"parent/836\",[330,6.148]],[\"name/837\",[332,75.718]],[\"parent/837\",[]],[\"name/838\",[333,50.069]],[\"parent/838\",[]],[\"name/839\",[1,23.66]],[\"parent/839\",[333,4.578]],[\"name/840\",[264,51.739]],[\"parent/840\",[333,4.578]],[\"name/841\",[334,75.718]],[\"parent/841\",[333,4.578]],[\"name/842\",[335,75.718]],[\"parent/842\",[333,4.578]],[\"name/843\",[336,75.718]],[\"parent/843\",[333,4.578]],[\"name/844\",[337,75.718]],[\"parent/844\",[333,4.578]],[\"name/845\",[338,75.718]],[\"parent/845\",[333,4.578]],[\"name/846\",[339,75.718]],[\"parent/846\",[333,4.578]],[\"name/847\",[319,70.61]],[\"parent/847\",[333,4.578]],[\"name/848\",[39,61.055]],[\"parent/848\",[333,4.578]],[\"name/849\",[3,64.732]],[\"parent/849\",[333,4.578]],[\"name/850\",[320,70.61]],[\"parent/850\",[333,4.578]],[\"name/851\",[321,70.61]],[\"parent/851\",[333,4.578]],[\"name/852\",[322,70.61]],[\"parent/852\",[333,4.578]],[\"name/853\",[323,70.61]],[\"parent/853\",[333,4.578]],[\"name/854\",[324,70.61]],[\"parent/854\",[333,4.578]],[\"name/855\",[325,70.61]],[\"parent/855\",[333,4.578]],[\"name/856\",[326,70.61]],[\"parent/856\",[333,4.578]],[\"name/857\",[340,64.732]],[\"parent/857\",[]],[\"name/858\",[341,75.718]],[\"parent/858\",[340,5.918]],[\"name/859\",[115,52.364]],[\"parent/859\",[340,5.918]],[\"name/860\",[342,70.61]],[\"parent/860\",[343,5.918]],[\"name/861\",[344,67.245]],[\"parent/861\",[343,5.918]],[\"name/862\",[196,67.245]],[\"parent/862\",[343,5.918]],[\"name/863\",[115,52.364]],[\"parent/863\",[343,5.918]],[\"name/864\",[345,75.718]],[\"parent/864\",[346,6.456]],[\"name/865\",[347,75.718]],[\"parent/865\",[346,6.456]],[\"name/866\",[348,70.61]],[\"parent/866\",[340,5.918]],[\"name/867\",[349,59.624]],[\"parent/867\",[]],[\"name/868\",[1,23.66]],[\"parent/868\",[349,5.451]],[\"name/869\",[350,75.718]],[\"parent/869\",[349,5.451]],[\"name/870\",[348,70.61]],[\"parent/870\",[349,5.451]],[\"name/871\",[5,28.503]],[\"parent/871\",[349,5.451]],[\"name/872\",[4,28.04]],[\"parent/872\",[349,5.451]],[\"name/873\",[6,28.503]],[\"parent/873\",[349,5.451]],[\"name/874\",[351,62.725]],[\"parent/874\",[]],[\"name/875\",[352,75.718]],[\"parent/875\",[351,5.735]],[\"name/876\",[353,75.718]],[\"parent/876\",[351,5.735]],[\"name/877\",[354,75.718]],[\"parent/877\",[351,5.735]],[\"name/878\",[355,75.718]],[\"parent/878\",[351,5.735]],[\"name/879\",[304,59.624]],[\"parent/879\",[]],[\"name/880\",[1,23.66]],[\"parent/880\",[304,5.451]],[\"name/881\",[4,28.04]],[\"parent/881\",[304,5.451]],[\"name/882\",[5,28.503]],[\"parent/882\",[304,5.451]],[\"name/883\",[6,28.503]],[\"parent/883\",[304,5.451]],[\"name/884\",[356,59.624]],[\"parent/884\",[]],[\"name/885\",[70,53.746]],[\"parent/885\",[356,5.451]],[\"name/886\",[357,70.61]],[\"parent/886\",[356,5.451]],[\"name/887\",[358,64.732]],[\"parent/887\",[356,5.451]],[\"name/888\",[359,59.624]],[\"parent/888\",[356,5.451]],[\"name/889\",[66,48.638]],[\"parent/889\",[356,5.451]],[\"name/890\",[360,64.732]],[\"parent/890\",[356,5.451]],[\"name/891\",[361,56.259]],[\"parent/891\",[]],[\"name/892\",[297,61.055]],[\"parent/892\",[361,5.144]],[\"name/893\",[8,59.624]],[\"parent/893\",[361,5.144]],[\"name/894\",[328,70.61]],[\"parent/894\",[361,5.144]],[\"name/895\",[362,75.718]],[\"parent/895\",[361,5.144]],[\"name/896\",[363,64.732]],[\"parent/896\",[361,5.144]],[\"name/897\",[364,70.61]],[\"parent/897\",[361,5.144]],[\"name/898\",[365,64.732]],[\"parent/898\",[361,5.144]],[\"name/899\",[366,62.725]],[\"parent/899\",[361,5.144]],[\"name/900\",[367,75.718]],[\"parent/900\",[361,5.144]],[\"name/901\",[368,58.372]],[\"parent/901\",[]],[\"name/902\",[297,61.055]],[\"parent/902\",[368,5.337]],[\"name/903\",[8,59.624]],[\"parent/903\",[368,5.337]],[\"name/904\",[369,70.61]],[\"parent/904\",[368,5.337]],[\"name/905\",[318,70.61]],[\"parent/905\",[368,5.337]],[\"name/906\",[364,70.61]],[\"parent/906\",[368,5.337]],[\"name/907\",[365,64.732]],[\"parent/907\",[368,5.337]],[\"name/908\",[366,62.725]],[\"parent/908\",[368,5.337]],[\"name/909\",[314,51.739]],[\"parent/909\",[]],[\"name/910\",[1,23.66]],[\"parent/910\",[314,4.731]],[\"name/911\",[2,35.405]],[\"parent/911\",[314,4.731]],[\"name/912\",[70,53.746]],[\"parent/912\",[314,4.731]],[\"name/913\",[357,70.61]],[\"parent/913\",[314,4.731]],[\"name/914\",[358,64.732]],[\"parent/914\",[314,4.731]],[\"name/915\",[359,59.624]],[\"parent/915\",[314,4.731]],[\"name/916\",[66,48.638]],[\"parent/916\",[314,4.731]],[\"name/917\",[360,64.732]],[\"parent/917\",[314,4.731]],[\"name/918\",[370,75.718]],[\"parent/918\",[314,4.731]],[\"name/919\",[371,75.718]],[\"parent/919\",[314,4.731]],[\"name/920\",[365,64.732]],[\"parent/920\",[314,4.731]],[\"name/921\",[372,75.718]],[\"parent/921\",[]],[\"name/922\",[373,64.732]],[\"parent/922\",[]],[\"name/923\",[1,23.66]],[\"parent/923\",[373,5.918]],[\"name/924\",[249,64.732]],[\"parent/924\",[373,5.918]],[\"name/925\",[374,67.245]],[\"parent/925\",[373,5.918]],[\"name/926\",[375,70.61]],[\"parent/926\",[]],[\"name/927\",[374,67.245]],[\"parent/927\",[375,6.456]],[\"name/928\",[376,59.624]],[\"parent/928\",[]],[\"name/929\",[1,23.66]],[\"parent/929\",[376,5.451]],[\"name/930\",[377,75.718]],[\"parent/930\",[376,5.451]],[\"name/931\",[285,47.786]],[\"parent/931\",[376,5.451]],[\"name/932\",[4,28.04]],[\"parent/932\",[376,5.451]],[\"name/933\",[5,28.503]],[\"parent/933\",[376,5.451]],[\"name/934\",[6,28.503]],[\"parent/934\",[376,5.451]],[\"name/935\",[378,67.245]],[\"parent/935\",[]],[\"name/936\",[1,23.66]],[\"parent/936\",[378,6.148]],[\"name/937\",[374,67.245]],[\"parent/937\",[378,6.148]],[\"name/938\",[379,58.372]],[\"parent/938\",[]],[\"name/939\",[1,23.66]],[\"parent/939\",[379,5.337]],[\"name/940\",[380,75.718]],[\"parent/940\",[379,5.337]],[\"name/941\",[4,28.04]],[\"parent/941\",[379,5.337]],[\"name/942\",[5,28.503]],[\"parent/942\",[379,5.337]],[\"name/943\",[310,58.372]],[\"parent/943\",[379,5.337]],[\"name/944\",[307,58.372]],[\"parent/944\",[379,5.337]],[\"name/945\",[6,28.503]],[\"parent/945\",[379,5.337]],[\"name/946\",[381,55.349]],[\"parent/946\",[]],[\"name/947\",[1,23.66]],[\"parent/947\",[381,5.061]],[\"name/948\",[279,61.055]],[\"parent/948\",[381,5.061]],[\"name/949\",[4,28.04]],[\"parent/949\",[381,5.061]],[\"name/950\",[310,58.372]],[\"parent/950\",[381,5.061]],[\"name/951\",[307,58.372]],[\"parent/951\",[381,5.061]],[\"name/952\",[382,75.718]],[\"parent/952\",[381,5.061]],[\"name/953\",[383,75.718]],[\"parent/953\",[381,5.061]],[\"name/954\",[384,75.718]],[\"parent/954\",[381,5.061]],[\"name/955\",[5,28.503]],[\"parent/955\",[381,5.061]],[\"name/956\",[6,28.503]],[\"parent/956\",[381,5.061]],[\"name/957\",[385,59.624]],[\"parent/957\",[]],[\"name/958\",[1,23.66]],[\"parent/958\",[385,5.451]],[\"name/959\",[285,47.786]],[\"parent/959\",[385,5.451]],[\"name/960\",[386,75.718]],[\"parent/960\",[385,5.451]],[\"name/961\",[4,28.04]],[\"parent/961\",[385,5.451]],[\"name/962\",[5,28.503]],[\"parent/962\",[385,5.451]],[\"name/963\",[6,28.503]],[\"parent/963\",[385,5.451]],[\"name/964\",[387,61.055]],[\"parent/964\",[]],[\"name/965\",[1,23.66]],[\"parent/965\",[387,5.582]],[\"name/966\",[388,67.245]],[\"parent/966\",[387,5.582]],[\"name/967\",[5,28.503]],[\"parent/967\",[387,5.582]],[\"name/968\",[4,28.04]],[\"parent/968\",[387,5.582]],[\"name/969\",[6,28.503]],[\"parent/969\",[387,5.582]],[\"name/970\",[389,58.372]],[\"parent/970\",[]],[\"name/971\",[1,23.66]],[\"parent/971\",[389,5.337]],[\"name/972\",[390,75.718]],[\"parent/972\",[389,5.337]],[\"name/973\",[303,54.516]],[\"parent/973\",[389,5.337]],[\"name/974\",[391,75.718]],[\"parent/974\",[389,5.337]],[\"name/975\",[4,28.04]],[\"parent/975\",[389,5.337]],[\"name/976\",[5,28.503]],[\"parent/976\",[389,5.337]],[\"name/977\",[6,28.503]],[\"parent/977\",[389,5.337]],[\"name/978\",[392,75.718]],[\"parent/978\",[]],[\"name/979\",[393,67.245]],[\"parent/979\",[]],[\"name/980\",[150,54.516]],[\"parent/980\",[393,6.148]],[\"name/981\",[394,75.718]],[\"parent/981\",[393,6.148]],[\"name/982\",[262,59.624]],[\"parent/982\",[]],[\"name/983\",[1,23.66]],[\"parent/983\",[262,5.451]],[\"name/984\",[4,28.04]],[\"parent/984\",[262,5.451]],[\"name/985\",[5,28.503]],[\"parent/985\",[262,5.451]],[\"name/986\",[6,28.503]],[\"parent/986\",[262,5.451]],[\"name/987\",[395,61.055]],[\"parent/987\",[]],[\"name/988\",[1,23.66]],[\"parent/988\",[395,5.582]],[\"name/989\",[285,47.786]],[\"parent/989\",[395,5.582]],[\"name/990\",[4,28.04]],[\"parent/990\",[395,5.582]],[\"name/991\",[5,28.503]],[\"parent/991\",[395,5.582]],[\"name/992\",[6,28.503]],[\"parent/992\",[395,5.582]],[\"name/993\",[396,61.055]],[\"parent/993\",[]],[\"name/994\",[1,23.66]],[\"parent/994\",[396,5.582]],[\"name/995\",[397,75.718]],[\"parent/995\",[396,5.582]],[\"name/996\",[5,28.503]],[\"parent/996\",[396,5.582]],[\"name/997\",[4,28.04]],[\"parent/997\",[396,5.582]],[\"name/998\",[6,28.503]],[\"parent/998\",[396,5.582]],[\"name/999\",[398,61.055]],[\"parent/999\",[]],[\"name/1000\",[1,23.66]],[\"parent/1000\",[398,5.582]],[\"name/1001\",[2,35.405]],[\"parent/1001\",[398,5.582]],[\"name/1002\",[5,28.503]],[\"parent/1002\",[398,5.582]],[\"name/1003\",[4,28.04]],[\"parent/1003\",[398,5.582]],[\"name/1004\",[6,28.503]],[\"parent/1004\",[398,5.582]],[\"name/1005\",[359,59.624]],[\"parent/1005\",[]],[\"name/1006\",[1,23.66]],[\"parent/1006\",[359,5.451]],[\"name/1007\",[4,28.04]],[\"parent/1007\",[359,5.451]],[\"name/1008\",[5,28.503]],[\"parent/1008\",[359,5.451]],[\"name/1009\",[6,28.503]],[\"parent/1009\",[359,5.451]],[\"name/1010\",[399,54.516]],[\"parent/1010\",[]],[\"name/1011\",[1,23.66]],[\"parent/1011\",[399,4.984]],[\"name/1012\",[2,35.405]],[\"parent/1012\",[399,4.984]],[\"name/1013\",[264,51.739]],[\"parent/1013\",[399,4.984]],[\"name/1014\",[32,67.245]],[\"parent/1014\",[399,4.984]],[\"name/1015\",[5,28.503]],[\"parent/1015\",[399,4.984]],[\"name/1016\",[400,75.718]],[\"parent/1016\",[399,4.984]],[\"name/1017\",[401,75.718]],[\"parent/1017\",[399,4.984]],[\"name/1018\",[402,75.718]],[\"parent/1018\",[399,4.984]],[\"name/1019\",[403,75.718]],[\"parent/1019\",[399,4.984]],[\"name/1020\",[4,28.04]],[\"parent/1020\",[399,4.984]],[\"name/1021\",[6,28.503]],[\"parent/1021\",[399,4.984]],[\"name/1022\",[260,64.732]],[\"parent/1022\",[]],[\"name/1023\",[293,62.725]],[\"parent/1023\",[260,5.918]],[\"name/1024\",[404,51.739]],[\"parent/1024\",[]],[\"name/1025\",[1,23.66]],[\"parent/1025\",[404,4.731]],[\"name/1026\",[2,35.405]],[\"parent/1026\",[404,4.731]],[\"name/1027\",[284,62.725]],[\"parent/1027\",[404,4.731]],[\"name/1028\",[264,51.739]],[\"parent/1028\",[404,4.731]],[\"name/1029\",[405,75.718]],[\"parent/1029\",[404,4.731]],[\"name/1030\",[406,75.718]],[\"parent/1030\",[404,4.731]],[\"name/1031\",[407,75.718]],[\"parent/1031\",[404,4.731]],[\"name/1032\",[408,75.718]],[\"parent/1032\",[404,4.731]],[\"name/1033\",[286,64.732]],[\"parent/1033\",[404,4.731]],[\"name/1034\",[283,64.732]],[\"parent/1034\",[404,4.731]],[\"name/1035\",[287,64.732]],[\"parent/1035\",[404,4.731]],[\"name/1036\",[288,64.732]],[\"parent/1036\",[404,4.731]],[\"name/1037\",[290,64.732]],[\"parent/1037\",[404,4.731]],[\"name/1038\",[291,64.732]],[\"parent/1038\",[404,4.731]],[\"name/1039\",[289,64.732]],[\"parent/1039\",[404,4.731]],[\"name/1040\",[409,64.732]],[\"parent/1040\",[]],[\"name/1041\",[1,23.66]],[\"parent/1041\",[409,5.918]],[\"name/1042\",[264,51.739]],[\"parent/1042\",[409,5.918]],[\"name/1043\",[293,62.725]],[\"parent/1043\",[409,5.918]],[\"name/1044\",[410,55.349]],[\"parent/1044\",[]],[\"name/1045\",[1,23.66]],[\"parent/1045\",[410,5.061]],[\"name/1046\",[284,62.725]],[\"parent/1046\",[410,5.061]],[\"name/1047\",[285,47.786]],[\"parent/1047\",[410,5.061]],[\"name/1048\",[286,64.732]],[\"parent/1048\",[410,5.061]],[\"name/1049\",[283,64.732]],[\"parent/1049\",[410,5.061]],[\"name/1050\",[287,64.732]],[\"parent/1050\",[410,5.061]],[\"name/1051\",[288,64.732]],[\"parent/1051\",[410,5.061]],[\"name/1052\",[289,64.732]],[\"parent/1052\",[410,5.061]],[\"name/1053\",[290,64.732]],[\"parent/1053\",[410,5.061]],[\"name/1054\",[291,64.732]],[\"parent/1054\",[410,5.061]],[\"name/1055\",[411,64.732]],[\"parent/1055\",[]],[\"name/1056\",[1,23.66]],[\"parent/1056\",[411,5.918]],[\"name/1057\",[285,47.786]],[\"parent/1057\",[411,5.918]],[\"name/1058\",[293,62.725]],[\"parent/1058\",[411,5.918]],[\"name/1059\",[412,53.031]],[\"parent/1059\",[]],[\"name/1060\",[1,23.66]],[\"parent/1060\",[412,4.849]],[\"name/1061\",[2,35.405]],[\"parent/1061\",[412,4.849]],[\"name/1062\",[107,56.259]],[\"parent/1062\",[412,4.849]],[\"name/1063\",[283,64.732]],[\"parent/1063\",[412,4.849]],[\"name/1064\",[413,75.718]],[\"parent/1064\",[412,4.849]],[\"name/1065\",[284,62.725]],[\"parent/1065\",[412,4.849]],[\"name/1066\",[285,47.786]],[\"parent/1066\",[412,4.849]],[\"name/1067\",[286,64.732]],[\"parent/1067\",[412,4.849]],[\"name/1068\",[287,64.732]],[\"parent/1068\",[412,4.849]],[\"name/1069\",[288,64.732]],[\"parent/1069\",[412,4.849]],[\"name/1070\",[289,64.732]],[\"parent/1070\",[412,4.849]],[\"name/1071\",[290,64.732]],[\"parent/1071\",[412,4.849]],[\"name/1072\",[291,64.732]],[\"parent/1072\",[412,4.849]],[\"name/1073\",[414,62.725]],[\"parent/1073\",[]],[\"name/1074\",[1,23.66]],[\"parent/1074\",[414,5.735]],[\"name/1075\",[107,56.259]],[\"parent/1075\",[414,5.735]],[\"name/1076\",[293,62.725]],[\"parent/1076\",[414,5.735]],[\"name/1077\",[285,47.786]],[\"parent/1077\",[414,5.735]],[\"name/1078\",[415,64.732]],[\"parent/1078\",[]],[\"name/1079\",[279,61.055]],[\"parent/1079\",[415,5.918]],[\"name/1080\",[107,56.259]],[\"parent/1080\",[415,5.918]],[\"name/1081\",[416,59.624]],[\"parent/1081\",[415,5.918]],[\"name/1082\",[417,57.26]],[\"parent/1082\",[]],[\"name/1083\",[1,23.66]],[\"parent/1083\",[417,5.235]],[\"name/1084\",[2,35.405]],[\"parent/1084\",[417,5.235]],[\"name/1085\",[279,61.055]],[\"parent/1085\",[417,5.235]],[\"name/1086\",[107,56.259]],[\"parent/1086\",[417,5.235]],[\"name/1087\",[416,59.624]],[\"parent/1087\",[417,5.235]],[\"name/1088\",[5,28.503]],[\"parent/1088\",[417,5.235]],[\"name/1089\",[4,28.04]],[\"parent/1089\",[417,5.235]],[\"name/1090\",[6,28.503]],[\"parent/1090\",[417,5.235]],[\"name/1091\",[418,59.624]],[\"parent/1091\",[]],[\"name/1092\",[1,23.66]],[\"parent/1092\",[418,5.451]],[\"name/1093\",[2,35.405]],[\"parent/1093\",[418,5.451]],[\"name/1094\",[279,61.055]],[\"parent/1094\",[418,5.451]],[\"name/1095\",[5,28.503]],[\"parent/1095\",[418,5.451]],[\"name/1096\",[4,28.04]],[\"parent/1096\",[418,5.451]],[\"name/1097\",[6,28.503]],[\"parent/1097\",[418,5.451]],[\"name/1098\",[419,70.61]],[\"parent/1098\",[]],[\"name/1099\",[420,62.725]],[\"parent/1099\",[419,6.456]],[\"name/1100\",[421,64.732]],[\"parent/1100\",[]],[\"name/1101\",[1,23.66]],[\"parent/1101\",[421,5.918]],[\"name/1102\",[422,75.718]],[\"parent/1102\",[421,5.918]],[\"name/1103\",[420,62.725]],[\"parent/1103\",[421,5.918]],[\"name/1104\",[423,67.245]],[\"parent/1104\",[]],[\"name/1105\",[314,51.739]],[\"parent/1105\",[423,6.148]],[\"name/1106\",[424,58.372]],[\"parent/1106\",[423,6.148]],[\"name/1107\",[425,54.516]],[\"parent/1107\",[]],[\"name/1108\",[1,23.66]],[\"parent/1108\",[425,4.984]],[\"name/1109\",[2,35.405]],[\"parent/1109\",[425,4.984]],[\"name/1110\",[314,51.739]],[\"parent/1110\",[425,4.984]],[\"name/1111\",[424,58.372]],[\"parent/1111\",[425,4.984]],[\"name/1112\",[307,58.372]],[\"parent/1112\",[425,4.984]],[\"name/1113\",[426,75.718]],[\"parent/1113\",[425,4.984]],[\"name/1114\",[365,64.732]],[\"parent/1114\",[425,4.984]],[\"name/1115\",[4,28.04]],[\"parent/1115\",[425,4.984]],[\"name/1116\",[5,28.503]],[\"parent/1116\",[425,4.984]],[\"name/1117\",[310,58.372]],[\"parent/1117\",[425,4.984]],[\"name/1118\",[6,28.503]],[\"parent/1118\",[425,4.984]],[\"name/1119\",[427,61.055]],[\"parent/1119\",[]],[\"name/1120\",[107,56.259]],[\"parent/1120\",[427,5.582]],[\"name/1121\",[416,59.624]],[\"parent/1121\",[427,5.582]],[\"name/1122\",[428,59.624]],[\"parent/1122\",[427,5.582]],[\"name/1123\",[264,51.739]],[\"parent/1123\",[427,5.582]],[\"name/1124\",[303,54.516]],[\"parent/1124\",[427,5.582]],[\"name/1125\",[429,53.746]],[\"parent/1125\",[]],[\"name/1126\",[1,23.66]],[\"parent/1126\",[429,4.914]],[\"name/1127\",[2,35.405]],[\"parent/1127\",[429,4.914]],[\"name/1128\",[416,59.624]],[\"parent/1128\",[429,4.914]],[\"name/1129\",[107,56.259]],[\"parent/1129\",[429,4.914]],[\"name/1130\",[428,59.624]],[\"parent/1130\",[429,4.914]],[\"name/1131\",[264,51.739]],[\"parent/1131\",[429,4.914]],[\"name/1132\",[303,54.516]],[\"parent/1132\",[429,4.914]],[\"name/1133\",[5,28.503]],[\"parent/1133\",[429,4.914]],[\"name/1134\",[310,58.372]],[\"parent/1134\",[429,4.914]],[\"name/1135\",[307,58.372]],[\"parent/1135\",[429,4.914]],[\"name/1136\",[4,28.04]],[\"parent/1136\",[429,4.914]],[\"name/1137\",[6,28.503]],[\"parent/1137\",[429,4.914]],[\"name/1138\",[430,61.055]],[\"parent/1138\",[]],[\"name/1139\",[1,23.66]],[\"parent/1139\",[430,5.582]],[\"name/1140\",[4,28.04]],[\"parent/1140\",[430,5.582]],[\"name/1141\",[5,28.503]],[\"parent/1141\",[430,5.582]],[\"name/1142\",[6,28.503]],[\"parent/1142\",[430,5.582]],[\"name/1143\",[431,70.61]],[\"parent/1143\",[]],[\"name/1144\",[432,62.725]],[\"parent/1144\",[]],[\"name/1145\",[433,75.718]],[\"parent/1145\",[432,5.735]],[\"name/1146\",[434,75.718]],[\"parent/1146\",[432,5.735]],[\"name/1147\",[435,75.718]],[\"parent/1147\",[432,5.735]],[\"name/1148\",[436,75.718]],[\"parent/1148\",[432,5.735]],[\"name/1149\",[437,58.372]],[\"parent/1149\",[]],[\"name/1150\",[1,23.66]],[\"parent/1150\",[437,5.337]],[\"name/1151\",[431,70.61]],[\"parent/1151\",[437,5.337]],[\"name/1152\",[438,75.718]],[\"parent/1152\",[437,5.337]],[\"name/1153\",[5,28.503]],[\"parent/1153\",[437,5.337]],[\"name/1154\",[439,75.718]],[\"parent/1154\",[437,5.337]],[\"name/1155\",[4,28.04]],[\"parent/1155\",[437,5.337]],[\"name/1156\",[6,28.503]],[\"parent/1156\",[437,5.337]],[\"name/1157\",[440,59.624]],[\"parent/1157\",[]],[\"name/1158\",[1,23.66]],[\"parent/1158\",[440,5.451]],[\"name/1159\",[441,67.245]],[\"parent/1159\",[440,5.451]],[\"name/1160\",[442,75.718]],[\"parent/1160\",[440,5.451]],[\"name/1161\",[5,28.503]],[\"parent/1161\",[440,5.451]],[\"name/1162\",[4,28.04]],[\"parent/1162\",[440,5.451]],[\"name/1163\",[6,28.503]],[\"parent/1163\",[440,5.451]],[\"name/1164\",[443,59.624]],[\"parent/1164\",[]],[\"name/1165\",[1,23.66]],[\"parent/1165\",[443,5.451]],[\"name/1166\",[441,67.245]],[\"parent/1166\",[443,5.451]],[\"name/1167\",[444,75.718]],[\"parent/1167\",[443,5.451]],[\"name/1168\",[5,28.503]],[\"parent/1168\",[443,5.451]],[\"name/1169\",[4,28.04]],[\"parent/1169\",[443,5.451]],[\"name/1170\",[6,28.503]],[\"parent/1170\",[443,5.451]],[\"name/1171\",[445,61.055]],[\"parent/1171\",[]],[\"name/1172\",[1,23.66]],[\"parent/1172\",[445,5.582]],[\"name/1173\",[446,75.718]],[\"parent/1173\",[445,5.582]],[\"name/1174\",[5,28.503]],[\"parent/1174\",[445,5.582]],[\"name/1175\",[4,28.04]],[\"parent/1175\",[445,5.582]],[\"name/1176\",[6,28.503]],[\"parent/1176\",[445,5.582]],[\"name/1177\",[447,62.725]],[\"parent/1177\",[]],[\"name/1178\",[1,23.66]],[\"parent/1178\",[447,5.735]],[\"name/1179\",[4,28.04]],[\"parent/1179\",[447,5.735]],[\"name/1180\",[5,28.503]],[\"parent/1180\",[447,5.735]],[\"name/1181\",[6,28.503]],[\"parent/1181\",[447,5.735]],[\"name/1182\",[448,61.055]],[\"parent/1182\",[]],[\"name/1183\",[1,23.66]],[\"parent/1183\",[448,5.582]],[\"name/1184\",[449,75.718]],[\"parent/1184\",[448,5.582]],[\"name/1185\",[5,28.503]],[\"parent/1185\",[448,5.582]],[\"name/1186\",[4,28.04]],[\"parent/1186\",[448,5.582]],[\"name/1187\",[6,28.503]],[\"parent/1187\",[448,5.582]],[\"name/1188\",[450,61.055]],[\"parent/1188\",[]],[\"name/1189\",[1,23.66]],[\"parent/1189\",[450,5.582]],[\"name/1190\",[4,28.04]],[\"parent/1190\",[450,5.582]],[\"name/1191\",[5,28.503]],[\"parent/1191\",[450,5.582]],[\"name/1192\",[6,28.503]],[\"parent/1192\",[450,5.582]],[\"name/1193\",[451,61.055]],[\"parent/1193\",[]],[\"name/1194\",[1,23.66]],[\"parent/1194\",[451,5.582]],[\"name/1195\",[424,58.372]],[\"parent/1195\",[451,5.582]],[\"name/1196\",[452,75.718]],[\"parent/1196\",[451,5.582]],[\"name/1197\",[453,75.718]],[\"parent/1197\",[451,5.582]],[\"name/1198\",[454,75.718]],[\"parent/1198\",[451,5.582]],[\"name/1199\",[455,54.516]],[\"parent/1199\",[]],[\"name/1200\",[1,23.66]],[\"parent/1200\",[455,4.984]],[\"name/1201\",[2,35.405]],[\"parent/1201\",[455,4.984]],[\"name/1202\",[456,75.718]],[\"parent/1202\",[455,4.984]],[\"name/1203\",[39,61.055]],[\"parent/1203\",[455,4.984]],[\"name/1204\",[457,75.718]],[\"parent/1204\",[455,4.984]],[\"name/1205\",[458,75.718]],[\"parent/1205\",[455,4.984]],[\"name/1206\",[459,75.718]],[\"parent/1206\",[455,4.984]],[\"name/1207\",[460,75.718]],[\"parent/1207\",[455,4.984]],[\"name/1208\",[461,75.718]],[\"parent/1208\",[455,4.984]],[\"name/1209\",[462,75.718]],[\"parent/1209\",[455,4.984]],[\"name/1210\",[463,75.718]],[\"parent/1210\",[455,4.984]],[\"name/1211\",[464,57.26]],[\"parent/1211\",[]],[\"name/1212\",[1,23.66]],[\"parent/1212\",[464,5.235]],[\"name/1213\",[70,53.746]],[\"parent/1213\",[464,5.235]],[\"name/1214\",[428,59.624]],[\"parent/1214\",[464,5.235]],[\"name/1215\",[264,51.739]],[\"parent/1215\",[464,5.235]],[\"name/1216\",[2,35.405]],[\"parent/1216\",[464,5.235]],[\"name/1217\",[5,28.503]],[\"parent/1217\",[464,5.235]],[\"name/1218\",[4,28.04]],[\"parent/1218\",[464,5.235]],[\"name/1219\",[6,28.503]],[\"parent/1219\",[464,5.235]],[\"name/1220\",[465,64.732]],[\"parent/1220\",[]],[\"name/1221\",[1,23.66]],[\"parent/1221\",[465,5.918]],[\"name/1222\",[430,61.055]],[\"parent/1222\",[465,5.918]],[\"name/1223\",[450,61.055]],[\"parent/1223\",[465,5.918]],[\"name/1224\",[466,57.26]],[\"parent/1224\",[]],[\"name/1225\",[1,23.66]],[\"parent/1225\",[466,5.235]],[\"name/1226\",[2,35.405]],[\"parent/1226\",[466,5.235]],[\"name/1227\",[467,70.61]],[\"parent/1227\",[466,5.235]],[\"name/1228\",[468,70.61]],[\"parent/1228\",[466,5.235]],[\"name/1229\",[469,70.61]],[\"parent/1229\",[466,5.235]],[\"name/1230\",[5,28.503]],[\"parent/1230\",[466,5.235]],[\"name/1231\",[4,28.04]],[\"parent/1231\",[466,5.235]],[\"name/1232\",[6,28.503]],[\"parent/1232\",[466,5.235]],[\"name/1233\",[470,59.624]],[\"parent/1233\",[]],[\"name/1234\",[70,53.746]],[\"parent/1234\",[470,5.451]],[\"name/1235\",[249,64.732]],[\"parent/1235\",[470,5.451]],[\"name/1236\",[154,54.516]],[\"parent/1236\",[470,5.451]],[\"name/1237\",[471,64.732]],[\"parent/1237\",[470,5.451]],[\"name/1238\",[428,59.624]],[\"parent/1238\",[470,5.451]],[\"name/1239\",[264,51.739]],[\"parent/1239\",[470,5.451]],[\"name/1240\",[472,55.349]],[\"parent/1240\",[]],[\"name/1241\",[1,23.66]],[\"parent/1241\",[472,5.061]],[\"name/1242\",[2,35.405]],[\"parent/1242\",[472,5.061]],[\"name/1243\",[154,54.516]],[\"parent/1243\",[472,5.061]],[\"name/1244\",[473,75.718]],[\"parent/1244\",[472,5.061]],[\"name/1245\",[471,64.732]],[\"parent/1245\",[472,5.061]],[\"name/1246\",[428,59.624]],[\"parent/1246\",[472,5.061]],[\"name/1247\",[264,51.739]],[\"parent/1247\",[472,5.061]],[\"name/1248\",[5,28.503]],[\"parent/1248\",[472,5.061]],[\"name/1249\",[4,28.04]],[\"parent/1249\",[472,5.061]],[\"name/1250\",[6,28.503]],[\"parent/1250\",[472,5.061]],[\"name/1251\",[424,58.372]],[\"parent/1251\",[]],[\"name/1252\",[1,23.66]],[\"parent/1252\",[424,5.337]],[\"name/1253\",[4,28.04]],[\"parent/1253\",[424,5.337]],[\"name/1254\",[5,28.503]],[\"parent/1254\",[424,5.337]],[\"name/1255\",[6,28.503]],[\"parent/1255\",[424,5.337]],[\"name/1256\",[474,61.055]],[\"parent/1256\",[]],[\"name/1257\",[1,23.66]],[\"parent/1257\",[474,5.582]],[\"name/1258\",[475,64.732]],[\"parent/1258\",[474,5.582]],[\"name/1259\",[5,28.503]],[\"parent/1259\",[474,5.582]],[\"name/1260\",[4,28.04]],[\"parent/1260\",[474,5.582]],[\"name/1261\",[6,28.503]],[\"parent/1261\",[474,5.582]],[\"name/1262\",[476,58.372]],[\"parent/1262\",[]],[\"name/1263\",[1,23.66]],[\"parent/1263\",[476,5.337]],[\"name/1264\",[2,35.405]],[\"parent/1264\",[476,5.337]],[\"name/1265\",[314,51.739]],[\"parent/1265\",[476,5.337]],[\"name/1266\",[477,75.718]],[\"parent/1266\",[476,5.337]],[\"name/1267\",[5,28.503]],[\"parent/1267\",[476,5.337]],[\"name/1268\",[4,28.04]],[\"parent/1268\",[476,5.337]],[\"name/1269\",[6,28.503]],[\"parent/1269\",[476,5.337]],[\"name/1270\",[478,57.26]],[\"parent/1270\",[]],[\"name/1271\",[1,23.66]],[\"parent/1271\",[478,5.235]],[\"name/1272\",[479,75.718]],[\"parent/1272\",[478,5.235]],[\"name/1273\",[344,67.245]],[\"parent/1273\",[478,5.235]],[\"name/1274\",[480,75.718]],[\"parent/1274\",[478,5.235]],[\"name/1275\",[5,28.503]],[\"parent/1275\",[478,5.235]],[\"name/1276\",[420,62.725]],[\"parent/1276\",[478,5.235]],[\"name/1277\",[4,28.04]],[\"parent/1277\",[478,5.235]],[\"name/1278\",[6,28.503]],[\"parent/1278\",[478,5.235]],[\"name/1279\",[481,59.624]],[\"parent/1279\",[]],[\"name/1280\",[1,23.66]],[\"parent/1280\",[481,5.451]],[\"name/1281\",[428,59.624]],[\"parent/1281\",[481,5.451]],[\"name/1282\",[264,51.739]],[\"parent/1282\",[481,5.451]],[\"name/1283\",[5,28.503]],[\"parent/1283\",[481,5.451]],[\"name/1284\",[4,28.04]],[\"parent/1284\",[481,5.451]],[\"name/1285\",[6,28.503]],[\"parent/1285\",[481,5.451]],[\"name/1286\",[482,62.725]],[\"parent/1286\",[]],[\"name/1287\",[1,23.66]],[\"parent/1287\",[482,5.735]],[\"name/1288\",[483,70.61]],[\"parent/1288\",[482,5.735]],[\"name/1289\",[475,64.732]],[\"parent/1289\",[482,5.735]],[\"name/1290\",[484,64.732]],[\"parent/1290\",[482,5.735]],[\"name/1291\",[485,70.61]],[\"parent/1291\",[]],[\"name/1292\",[486,61.055]],[\"parent/1292\",[485,6.456]],[\"name/1293\",[2,35.405]],[\"parent/1293\",[]],[\"name/1294\",[486,61.055]],[\"parent/1294\",[2,3.237]],[\"name/1295\",[168,59.624]],[\"parent/1295\",[2,3.237]],[\"name/1296\",[487,62.725]],[\"parent/1296\",[2,3.237]],[\"name/1297\",[488,61.055]],[\"parent/1297\",[2,3.237]],[\"name/1298\",[489,62.725]],[\"parent/1298\",[2,3.237]],[\"name/1299\",[490,62.725]],[\"parent/1299\",[2,3.237]],[\"name/1300\",[491,62.725]],[\"parent/1300\",[2,3.237]],[\"name/1301\",[492,57.26]],[\"parent/1301\",[]],[\"name/1302\",[1,23.66]],[\"parent/1302\",[492,5.235]],[\"name/1303\",[486,61.055]],[\"parent/1303\",[492,5.235]],[\"name/1304\",[168,59.624]],[\"parent/1304\",[492,5.235]],[\"name/1305\",[487,62.725]],[\"parent/1305\",[492,5.235]],[\"name/1306\",[488,61.055]],[\"parent/1306\",[492,5.235]],[\"name/1307\",[489,62.725]],[\"parent/1307\",[492,5.235]],[\"name/1308\",[490,62.725]],[\"parent/1308\",[492,5.235]],[\"name/1309\",[491,62.725]],[\"parent/1309\",[492,5.235]],[\"name/1310\",[493,56.259]],[\"parent/1310\",[]],[\"name/1311\",[1,23.66]],[\"parent/1311\",[493,5.144]],[\"name/1312\",[2,35.405]],[\"parent/1312\",[493,5.144]],[\"name/1313\",[486,61.055]],[\"parent/1313\",[493,5.144]],[\"name/1314\",[168,59.624]],[\"parent/1314\",[493,5.144]],[\"name/1315\",[487,62.725]],[\"parent/1315\",[493,5.144]],[\"name/1316\",[488,61.055]],[\"parent/1316\",[493,5.144]],[\"name/1317\",[489,62.725]],[\"parent/1317\",[493,5.144]],[\"name/1318\",[490,62.725]],[\"parent/1318\",[493,5.144]],[\"name/1319\",[491,62.725]],[\"parent/1319\",[493,5.144]],[\"name/1320\",[475,64.732]],[\"parent/1320\",[]],[\"name/1321\",[484,64.732]],[\"parent/1321\",[475,5.918]],[\"name/1322\",[494,75.718]],[\"parent/1322\",[]],[\"name/1323\",[495,75.718]],[\"parent/1323\",[]],[\"name/1324\",[496,75.718]],[\"parent/1324\",[]],[\"name/1325\",[497,75.718]],[\"parent/1325\",[]],[\"name/1326\",[498,75.718]],[\"parent/1326\",[]],[\"name/1327\",[499,57.26]],[\"parent/1327\",[]],[\"name/1328\",[1,23.66]],[\"parent/1328\",[499,5.235]],[\"name/1329\",[486,61.055]],[\"parent/1329\",[499,5.235]],[\"name/1330\",[168,59.624]],[\"parent/1330\",[499,5.235]],[\"name/1331\",[487,62.725]],[\"parent/1331\",[499,5.235]],[\"name/1332\",[488,61.055]],[\"parent/1332\",[499,5.235]],[\"name/1333\",[489,62.725]],[\"parent/1333\",[499,5.235]],[\"name/1334\",[490,62.725]],[\"parent/1334\",[499,5.235]],[\"name/1335\",[491,62.725]],[\"parent/1335\",[499,5.235]],[\"name/1336\",[500,64.732]],[\"parent/1336\",[]],[\"name/1337\",[1,23.66]],[\"parent/1337\",[500,5.918]],[\"name/1338\",[2,35.405]],[\"parent/1338\",[500,5.918]],[\"name/1339\",[484,64.732]],[\"parent/1339\",[500,5.918]],[\"name/1340\",[501,56.259]],[\"parent/1340\",[]],[\"name/1341\",[1,23.66]],[\"parent/1341\",[501,5.144]],[\"name/1342\",[2,35.405]],[\"parent/1342\",[501,5.144]],[\"name/1343\",[486,61.055]],[\"parent/1343\",[501,5.144]],[\"name/1344\",[168,59.624]],[\"parent/1344\",[501,5.144]],[\"name/1345\",[487,62.725]],[\"parent/1345\",[501,5.144]],[\"name/1346\",[488,61.055]],[\"parent/1346\",[501,5.144]],[\"name/1347\",[489,62.725]],[\"parent/1347\",[501,5.144]],[\"name/1348\",[490,62.725]],[\"parent/1348\",[501,5.144]],[\"name/1349\",[491,62.725]],[\"parent/1349\",[501,5.144]],[\"name/1350\",[502,62.725]],[\"parent/1350\",[]],[\"name/1351\",[1,23.66]],[\"parent/1351\",[502,5.735]],[\"name/1352\",[503,75.718]],[\"parent/1352\",[502,5.735]],[\"name/1353\",[484,64.732]],[\"parent/1353\",[502,5.735]],[\"name/1354\",[504,75.718]],[\"parent/1354\",[502,5.735]],[\"name/1355\",[505,62.725]],[\"parent/1355\",[]],[\"name/1356\",[1,23.66]],[\"parent/1356\",[505,5.735]],[\"name/1357\",[5,28.503]],[\"parent/1357\",[505,5.735]],[\"name/1358\",[4,28.04]],[\"parent/1358\",[505,5.735]],[\"name/1359\",[6,28.503]],[\"parent/1359\",[505,5.735]],[\"name/1360\",[506,61.055]],[\"parent/1360\",[]],[\"name/1361\",[1,23.66]],[\"parent/1361\",[506,5.582]],[\"name/1362\",[507,75.718]],[\"parent/1362\",[506,5.582]],[\"name/1363\",[5,28.503]],[\"parent/1363\",[506,5.582]],[\"name/1364\",[4,28.04]],[\"parent/1364\",[506,5.582]],[\"name/1365\",[6,28.503]],[\"parent/1365\",[506,5.582]],[\"name/1366\",[508,61.055]],[\"parent/1366\",[]],[\"name/1367\",[1,23.66]],[\"parent/1367\",[508,5.582]],[\"name/1368\",[4,28.04]],[\"parent/1368\",[508,5.582]],[\"name/1369\",[5,28.503]],[\"parent/1369\",[508,5.582]],[\"name/1370\",[6,28.503]],[\"parent/1370\",[508,5.582]],[\"name/1371\",[509,75.718]],[\"parent/1371\",[]],[\"name/1372\",[363,64.732]],[\"parent/1372\",[]],[\"name/1373\",[510,75.718]],[\"parent/1373\",[]],[\"name/1374\",[511,58.372]],[\"parent/1374\",[]],[\"name/1375\",[1,23.66]],[\"parent/1375\",[511,5.337]],[\"name/1376\",[512,75.718]],[\"parent/1376\",[511,5.337]],[\"name/1377\",[238,64.732]],[\"parent/1377\",[511,5.337]],[\"name/1378\",[513,75.718]],[\"parent/1378\",[511,5.337]],[\"name/1379\",[5,28.503]],[\"parent/1379\",[511,5.337]],[\"name/1380\",[4,28.04]],[\"parent/1380\",[511,5.337]],[\"name/1381\",[6,28.503]],[\"parent/1381\",[511,5.337]],[\"name/1382\",[514,62.725]],[\"parent/1382\",[]],[\"name/1383\",[1,23.66]],[\"parent/1383\",[514,5.735]],[\"name/1384\",[515,67.245]],[\"parent/1384\",[514,5.735]],[\"name/1385\",[516,75.718]],[\"parent/1385\",[514,5.735]],[\"name/1386\",[517,57.26]],[\"parent/1386\",[514,5.735]],[\"name/1387\",[518,70.61]],[\"parent/1387\",[]],[\"name/1388\",[517,57.26]],[\"parent/1388\",[518,6.456]],[\"name/1389\",[519,75.718]],[\"parent/1389\",[]],[\"name/1390\",[358,64.732]],[\"parent/1390\",[]],[\"name/1391\",[517,57.26]],[\"parent/1391\",[358,5.918]],[\"name/1392\",[520,67.245]],[\"parent/1392\",[]],[\"name/1393\",[517,57.26]],[\"parent/1393\",[520,6.148]],[\"name/1394\",[521,67.245]],[\"parent/1394\",[]],[\"name/1395\",[58,57.26]],[\"parent/1395\",[521,6.148]],[\"name/1396\",[116,57.26]],[\"parent/1396\",[521,6.148]],[\"name/1397\",[522,64.732]],[\"parent/1397\",[]],[\"name/1398\",[517,57.26]],[\"parent/1398\",[522,5.918]],[\"name/1399\",[523,62.725]],[\"parent/1399\",[]],[\"name/1400\",[1,23.66]],[\"parent/1400\",[523,5.735]],[\"name/1401\",[524,70.61]],[\"parent/1401\",[523,5.735]],[\"name/1402\",[115,52.364]],[\"parent/1402\",[523,5.735]],[\"name/1403\",[525,70.61]],[\"parent/1403\",[526,6.456]],[\"name/1404\",[527,70.61]],[\"parent/1404\",[526,6.456]],[\"name/1405\",[517,57.26]],[\"parent/1405\",[523,5.735]],[\"name/1406\",[528,64.732]],[\"parent/1406\",[]],[\"name/1407\",[1,23.66]],[\"parent/1407\",[528,5.918]],[\"name/1408\",[529,67.245]],[\"parent/1408\",[528,5.918]],[\"name/1409\",[517,57.26]],[\"parent/1409\",[528,5.918]],[\"name/1410\",[530,58.372]],[\"parent/1410\",[]],[\"name/1411\",[1,23.66]],[\"parent/1411\",[530,5.337]],[\"name/1412\",[2,35.405]],[\"parent/1412\",[530,5.337]],[\"name/1413\",[467,70.61]],[\"parent/1413\",[530,5.337]],[\"name/1414\",[508,61.055]],[\"parent/1414\",[530,5.337]],[\"name/1415\",[468,70.61]],[\"parent/1415\",[530,5.337]],[\"name/1416\",[531,75.718]],[\"parent/1416\",[530,5.337]],[\"name/1417\",[517,57.26]],[\"parent/1417\",[530,5.337]],[\"name/1418\",[532,53.746]],[\"parent/1418\",[]],[\"name/1419\",[1,23.66]],[\"parent/1419\",[532,4.914]],[\"name/1420\",[533,75.718]],[\"parent/1420\",[532,4.914]],[\"name/1421\",[483,70.61]],[\"parent/1421\",[532,4.914]],[\"name/1422\",[303,54.516]],[\"parent/1422\",[532,4.914]],[\"name/1423\",[534,75.718]],[\"parent/1423\",[532,4.914]],[\"name/1424\",[517,57.26]],[\"parent/1424\",[532,4.914]],[\"name/1425\",[535,75.718]],[\"parent/1425\",[532,4.914]],[\"name/1426\",[536,75.718]],[\"parent/1426\",[532,4.914]],[\"name/1427\",[537,75.718]],[\"parent/1427\",[532,4.914]],[\"name/1428\",[538,75.718]],[\"parent/1428\",[532,4.914]],[\"name/1429\",[539,52.364]],[\"parent/1429\",[532,4.914]],[\"name/1430\",[540,75.718]],[\"parent/1430\",[532,4.914]],[\"name/1431\",[541,61.055]],[\"parent/1431\",[]],[\"name/1432\",[8,59.624]],[\"parent/1432\",[541,5.582]],[\"name/1433\",[363,64.732]],[\"parent/1433\",[541,5.582]],[\"name/1434\",[284,62.725]],[\"parent/1434\",[541,5.582]],[\"name/1435\",[297,61.055]],[\"parent/1435\",[541,5.582]],[\"name/1436\",[369,70.61]],[\"parent/1436\",[541,5.582]],[\"name/1437\",[542,59.624]],[\"parent/1437\",[]],[\"name/1438\",[1,23.66]],[\"parent/1438\",[542,5.451]],[\"name/1439\",[2,35.405]],[\"parent/1439\",[542,5.451]],[\"name/1440\",[520,67.245]],[\"parent/1440\",[542,5.451]],[\"name/1441\",[469,70.61]],[\"parent/1441\",[542,5.451]],[\"name/1442\",[522,64.732]],[\"parent/1442\",[542,5.451]],[\"name/1443\",[366,62.725]],[\"parent/1443\",[542,5.451]],[\"name/1444\",[543,61.055]],[\"parent/1444\",[]],[\"name/1445\",[1,23.66]],[\"parent/1445\",[543,5.582]],[\"name/1446\",[2,35.405]],[\"parent/1446\",[543,5.582]],[\"name/1447\",[154,54.516]],[\"parent/1447\",[543,5.582]],[\"name/1448\",[522,64.732]],[\"parent/1448\",[543,5.582]],[\"name/1449\",[366,62.725]],[\"parent/1449\",[543,5.582]],[\"name/1450\",[360,64.732]],[\"parent/1450\",[]],[\"name/1451\",[366,62.725]],[\"parent/1451\",[360,5.918]],[\"name/1452\",[544,61.055]],[\"parent/1452\",[]],[\"name/1453\",[13,59.624]],[\"parent/1453\",[544,5.582]],[\"name/1454\",[43,59.624]],[\"parent/1454\",[544,5.582]],[\"name/1455\",[78,59.624]],[\"parent/1455\",[544,5.582]],[\"name/1456\",[60,59.624]],[\"parent/1456\",[544,5.582]],[\"name/1457\",[158,57.26]],[\"parent/1457\",[544,5.582]],[\"name/1458\",[545,55.349]],[\"parent/1458\",[]],[\"name/1459\",[1,23.66]],[\"parent/1459\",[545,5.061]],[\"name/1460\",[2,35.405]],[\"parent/1460\",[545,5.061]],[\"name/1461\",[13,59.624]],[\"parent/1461\",[545,5.061]],[\"name/1462\",[43,59.624]],[\"parent/1462\",[545,5.061]],[\"name/1463\",[78,59.624]],[\"parent/1463\",[545,5.061]],[\"name/1464\",[60,59.624]],[\"parent/1464\",[545,5.061]],[\"name/1465\",[158,57.26]],[\"parent/1465\",[545,5.061]],[\"name/1466\",[5,28.503]],[\"parent/1466\",[545,5.061]],[\"name/1467\",[4,28.04]],[\"parent/1467\",[545,5.061]],[\"name/1468\",[6,28.503]],[\"parent/1468\",[545,5.061]],[\"name/1469\",[546,59.624]],[\"parent/1469\",[]],[\"name/1470\",[547,75.718]],[\"parent/1470\",[546,5.451]],[\"name/1471\",[163,67.245]],[\"parent/1471\",[546,5.451]],[\"name/1472\",[441,67.245]],[\"parent/1472\",[546,5.451]],[\"name/1473\",[548,75.718]],[\"parent/1473\",[546,5.451]],[\"name/1474\",[549,75.718]],[\"parent/1474\",[546,5.451]],[\"name/1475\",[550,75.718]],[\"parent/1475\",[546,5.451]],[\"name/1476\",[551,59.624]],[\"parent/1476\",[]],[\"name/1477\",[1,23.66]],[\"parent/1477\",[551,5.451]],[\"name/1478\",[2,35.405]],[\"parent/1478\",[551,5.451]],[\"name/1479\",[416,59.624]],[\"parent/1479\",[551,5.451]],[\"name/1480\",[515,67.245]],[\"parent/1480\",[551,5.451]],[\"name/1481\",[552,67.245]],[\"parent/1481\",[551,5.451]],[\"name/1482\",[553,75.718]],[\"parent/1482\",[551,5.451]],[\"name/1483\",[554,67.245]],[\"parent/1483\",[]],[\"name/1484\",[119,67.245]],[\"parent/1484\",[554,6.148]],[\"name/1485\",[388,67.245]],[\"parent/1485\",[554,6.148]],[\"name/1486\",[555,62.725]],[\"parent/1486\",[]],[\"name/1487\",[1,23.66]],[\"parent/1487\",[555,5.735]],[\"name/1488\",[4,28.04]],[\"parent/1488\",[555,5.735]],[\"name/1489\",[5,28.503]],[\"parent/1489\",[555,5.735]],[\"name/1490\",[6,28.503]],[\"parent/1490\",[555,5.735]],[\"name/1491\",[556,75.718]],[\"parent/1491\",[]],[\"name/1492\",[557,75.718]],[\"parent/1492\",[]],[\"name/1493\",[558,75.718]],[\"parent/1493\",[]],[\"name/1494\",[559,70.61]],[\"parent/1494\",[]],[\"name/1495\",[552,67.245]],[\"parent/1495\",[559,6.456]],[\"name/1496\",[560,64.732]],[\"parent/1496\",[]],[\"name/1497\",[150,54.516]],[\"parent/1497\",[560,5.918]],[\"name/1498\",[119,67.245]],[\"parent/1498\",[560,5.918]],[\"name/1499\",[388,67.245]],[\"parent/1499\",[560,5.918]],[\"name/1500\",[561,62.725]],[\"parent/1500\",[]],[\"name/1501\",[1,23.66]],[\"parent/1501\",[561,5.735]],[\"name/1502\",[4,28.04]],[\"parent/1502\",[561,5.735]],[\"name/1503\",[5,28.503]],[\"parent/1503\",[561,5.735]],[\"name/1504\",[6,28.503]],[\"parent/1504\",[561,5.735]],[\"name/1505\",[562,61.055]],[\"parent/1505\",[]],[\"name/1506\",[148,59.624]],[\"parent/1506\",[562,5.582]],[\"name/1507\",[563,70.61]],[\"parent/1507\",[562,5.582]],[\"name/1508\",[170,56.259]],[\"parent/1508\",[562,5.582]],[\"name/1509\",[204,55.349]],[\"parent/1509\",[562,5.582]],[\"name/1510\",[158,57.26]],[\"parent/1510\",[562,5.582]],[\"name/1511\",[564,55.349]],[\"parent/1511\",[]],[\"name/1512\",[1,23.66]],[\"parent/1512\",[564,5.061]],[\"name/1513\",[2,35.405]],[\"parent/1513\",[564,5.061]],[\"name/1514\",[148,59.624]],[\"parent/1514\",[564,5.061]],[\"name/1515\",[170,56.259]],[\"parent/1515\",[564,5.061]],[\"name/1516\",[204,55.349]],[\"parent/1516\",[564,5.061]],[\"name/1517\",[563,70.61]],[\"parent/1517\",[564,5.061]],[\"name/1518\",[158,57.26]],[\"parent/1518\",[564,5.061]],[\"name/1519\",[5,28.503]],[\"parent/1519\",[564,5.061]],[\"name/1520\",[4,28.04]],[\"parent/1520\",[564,5.061]],[\"name/1521\",[6,28.503]],[\"parent/1521\",[564,5.061]],[\"name/1522\",[565,58.372]],[\"parent/1522\",[]],[\"name/1523\",[1,23.66]],[\"parent/1523\",[565,5.337]],[\"name/1524\",[2,35.405]],[\"parent/1524\",[565,5.337]],[\"name/1525\",[566,75.718]],[\"parent/1525\",[565,5.337]],[\"name/1526\",[4,28.04]],[\"parent/1526\",[565,5.337]],[\"name/1527\",[5,28.503]],[\"parent/1527\",[565,5.337]],[\"name/1528\",[567,75.718]],[\"parent/1528\",[565,5.337]],[\"name/1529\",[6,28.503]],[\"parent/1529\",[565,5.337]],[\"name/1530\",[568,61.055]],[\"parent/1530\",[]],[\"name/1531\",[1,23.66]],[\"parent/1531\",[568,5.582]],[\"name/1532\",[4,28.04]],[\"parent/1532\",[568,5.582]],[\"name/1533\",[5,28.503]],[\"parent/1533\",[568,5.582]],[\"name/1534\",[6,28.503]],[\"parent/1534\",[568,5.582]],[\"name/1535\",[569,62.725]],[\"parent/1535\",[]],[\"name/1536\",[1,23.66]],[\"parent/1536\",[569,5.735]],[\"name/1537\",[570,75.718]],[\"parent/1537\",[569,5.735]],[\"name/1538\",[568,61.055]],[\"parent/1538\",[569,5.735]],[\"name/1539\",[552,67.245]],[\"parent/1539\",[569,5.735]],[\"name/1540\",[571,58.372]],[\"parent/1540\",[]],[\"name/1541\",[1,23.66]],[\"parent/1541\",[571,5.337]],[\"name/1542\",[571,58.372]],[\"parent/1542\",[571,5.337]],[\"name/1543\",[115,52.364]],[\"parent/1543\",[571,5.337]],[\"name/1544\",[5,28.503]],[\"parent/1544\",[571,5.337]],[\"name/1545\",[4,28.04]],[\"parent/1545\",[571,5.337]],[\"name/1546\",[6,28.503]],[\"parent/1546\",[571,5.337]],[\"name/1547\",[572,61.055]],[\"parent/1547\",[]],[\"name/1548\",[1,23.66]],[\"parent/1548\",[572,5.582]],[\"name/1549\",[186,70.61]],[\"parent/1549\",[572,5.582]],[\"name/1550\",[5,28.503]],[\"parent/1550\",[572,5.582]],[\"name/1551\",[4,28.04]],[\"parent/1551\",[572,5.582]],[\"name/1552\",[6,28.503]],[\"parent/1552\",[572,5.582]],[\"name/1553\",[573,54.516]],[\"parent/1553\",[]],[\"name/1554\",[1,23.66]],[\"parent/1554\",[573,4.984]],[\"name/1555\",[574,75.718]],[\"parent/1555\",[573,4.984]],[\"name/1556\",[575,75.718]],[\"parent/1556\",[573,4.984]],[\"name/1557\",[576,64.732]],[\"parent/1557\",[573,4.984]],[\"name/1558\",[2,35.405]],[\"parent/1558\",[573,4.984]],[\"name/1559\",[577,75.718]],[\"parent/1559\",[573,4.984]],[\"name/1560\",[578,75.718]],[\"parent/1560\",[573,4.984]],[\"name/1561\",[4,28.04]],[\"parent/1561\",[573,4.984]],[\"name/1562\",[5,28.503]],[\"parent/1562\",[573,4.984]],[\"name/1563\",[579,75.718]],[\"parent/1563\",[573,4.984]],[\"name/1564\",[6,28.503]],[\"parent/1564\",[573,4.984]],[\"name/1565\",[580,61.055]],[\"parent/1565\",[]],[\"name/1566\",[1,23.66]],[\"parent/1566\",[580,5.582]],[\"name/1567\",[581,75.718]],[\"parent/1567\",[580,5.582]],[\"name/1568\",[5,28.503]],[\"parent/1568\",[580,5.582]],[\"name/1569\",[4,28.04]],[\"parent/1569\",[580,5.582]],[\"name/1570\",[6,28.503]],[\"parent/1570\",[580,5.582]],[\"name/1571\",[582,62.725]],[\"parent/1571\",[]],[\"name/1572\",[70,53.746]],[\"parent/1572\",[582,5.735]],[\"name/1573\",[253,64.732]],[\"parent/1573\",[582,5.735]],[\"name/1574\",[135,55.349]],[\"parent/1574\",[582,5.735]],[\"name/1575\",[204,55.349]],[\"parent/1575\",[582,5.735]],[\"name/1576\",[583,57.26]],[\"parent/1576\",[]],[\"name/1577\",[1,23.66]],[\"parent/1577\",[583,5.235]],[\"name/1578\",[70,53.746]],[\"parent/1578\",[583,5.235]],[\"name/1579\",[253,64.732]],[\"parent/1579\",[583,5.235]],[\"name/1580\",[135,55.349]],[\"parent/1580\",[583,5.235]],[\"name/1581\",[204,55.349]],[\"parent/1581\",[583,5.235]],[\"name/1582\",[4,28.04]],[\"parent/1582\",[583,5.235]],[\"name/1583\",[5,28.503]],[\"parent/1583\",[583,5.235]],[\"name/1584\",[6,28.503]],[\"parent/1584\",[583,5.235]],[\"name/1585\",[584,61.055]],[\"parent/1585\",[]],[\"name/1586\",[70,53.746]],[\"parent/1586\",[584,5.582]],[\"name/1587\",[135,55.349]],[\"parent/1587\",[584,5.582]],[\"name/1588\",[416,59.624]],[\"parent/1588\",[584,5.582]],[\"name/1589\",[585,70.61]],[\"parent/1589\",[584,5.582]],[\"name/1590\",[586,75.718]],[\"parent/1590\",[584,5.582]],[\"name/1591\",[587,55.349]],[\"parent/1591\",[]],[\"name/1592\",[1,23.66]],[\"parent/1592\",[587,5.061]],[\"name/1593\",[70,53.746]],[\"parent/1593\",[587,5.061]],[\"name/1594\",[135,55.349]],[\"parent/1594\",[587,5.061]],[\"name/1595\",[416,59.624]],[\"parent/1595\",[587,5.061]],[\"name/1596\",[585,70.61]],[\"parent/1596\",[587,5.061]],[\"name/1597\",[588,75.718]],[\"parent/1597\",[587,5.061]],[\"name/1598\",[589,75.718]],[\"parent/1598\",[587,5.061]],[\"name/1599\",[4,28.04]],[\"parent/1599\",[587,5.061]],[\"name/1600\",[5,28.503]],[\"parent/1600\",[587,5.061]],[\"name/1601\",[6,28.503]],[\"parent/1601\",[587,5.061]],[\"name/1602\",[590,58.372]],[\"parent/1602\",[]],[\"name/1603\",[4,28.04]],[\"parent/1603\",[590,5.337]],[\"name/1604\",[591,58.372]],[\"parent/1604\",[590,5.337]],[\"name/1605\",[592,58.372]],[\"parent/1605\",[590,5.337]],[\"name/1606\",[593,58.372]],[\"parent/1606\",[590,5.337]],[\"name/1607\",[594,58.372]],[\"parent/1607\",[590,5.337]],[\"name/1608\",[595,58.372]],[\"parent/1608\",[590,5.337]],[\"name/1609\",[596,49.569]],[\"parent/1609\",[590,5.337]],[\"name/1610\",[597,51.739]],[\"parent/1610\",[]],[\"name/1611\",[1,23.66]],[\"parent/1611\",[597,4.731]],[\"name/1612\",[598,75.718]],[\"parent/1612\",[597,4.731]],[\"name/1613\",[594,58.372]],[\"parent/1613\",[597,4.731]],[\"name/1614\",[2,35.405]],[\"parent/1614\",[597,4.731]],[\"name/1615\",[599,70.61]],[\"parent/1615\",[597,4.731]],[\"name/1616\",[4,28.04]],[\"parent/1616\",[597,4.731]],[\"name/1617\",[591,58.372]],[\"parent/1617\",[597,4.731]],[\"name/1618\",[592,58.372]],[\"parent/1618\",[597,4.731]],[\"name/1619\",[593,58.372]],[\"parent/1619\",[597,4.731]],[\"name/1620\",[595,58.372]],[\"parent/1620\",[597,4.731]],[\"name/1621\",[596,49.569]],[\"parent/1621\",[597,4.731]],[\"name/1622\",[600,70.61]],[\"parent/1622\",[597,4.731]],[\"name/1623\",[601,70.61]],[\"parent/1623\",[597,4.731]],[\"name/1624\",[602,70.61]],[\"parent/1624\",[597,4.731]],[\"name/1625\",[603,70.61]],[\"parent/1625\",[597,4.731]],[\"name/1626\",[604,58.372]],[\"parent/1626\",[]],[\"name/1627\",[4,28.04]],[\"parent/1627\",[604,5.337]],[\"name/1628\",[591,58.372]],[\"parent/1628\",[604,5.337]],[\"name/1629\",[592,58.372]],[\"parent/1629\",[604,5.337]],[\"name/1630\",[593,58.372]],[\"parent/1630\",[604,5.337]],[\"name/1631\",[594,58.372]],[\"parent/1631\",[604,5.337]],[\"name/1632\",[595,58.372]],[\"parent/1632\",[604,5.337]],[\"name/1633\",[596,49.569]],[\"parent/1633\",[604,5.337]],[\"name/1634\",[605,49.092]],[\"parent/1634\",[]],[\"name/1635\",[1,23.66]],[\"parent/1635\",[605,4.489]],[\"name/1636\",[2,35.405]],[\"parent/1636\",[605,4.489]],[\"name/1637\",[599,70.61]],[\"parent/1637\",[605,4.489]],[\"name/1638\",[4,28.04]],[\"parent/1638\",[605,4.489]],[\"name/1639\",[591,58.372]],[\"parent/1639\",[605,4.489]],[\"name/1640\",[592,58.372]],[\"parent/1640\",[605,4.489]],[\"name/1641\",[593,58.372]],[\"parent/1641\",[605,4.489]],[\"name/1642\",[594,58.372]],[\"parent/1642\",[605,4.489]],[\"name/1643\",[595,58.372]],[\"parent/1643\",[605,4.489]],[\"name/1644\",[596,49.569]],[\"parent/1644\",[605,4.489]],[\"name/1645\",[600,70.61]],[\"parent/1645\",[605,4.489]],[\"name/1646\",[606,75.718]],[\"parent/1646\",[605,4.489]],[\"name/1647\",[607,75.718]],[\"parent/1647\",[605,4.489]],[\"name/1648\",[601,70.61]],[\"parent/1648\",[605,4.489]],[\"name/1649\",[608,75.718]],[\"parent/1649\",[605,4.489]],[\"name/1650\",[609,75.718]],[\"parent/1650\",[605,4.489]],[\"name/1651\",[610,75.718]],[\"parent/1651\",[605,4.489]],[\"name/1652\",[611,75.718]],[\"parent/1652\",[605,4.489]],[\"name/1653\",[602,70.61]],[\"parent/1653\",[605,4.489]],[\"name/1654\",[603,70.61]],[\"parent/1654\",[605,4.489]],[\"name/1655\",[612,51.739]],[\"parent/1655\",[]],[\"name/1656\",[1,23.66]],[\"parent/1656\",[612,4.731]],[\"name/1657\",[83,53.031]],[\"parent/1657\",[612,4.731]],[\"name/1658\",[154,54.516]],[\"parent/1658\",[612,4.731]],[\"name/1659\",[115,52.364]],[\"parent/1659\",[612,4.731]],[\"name/1660\",[613,58.372]],[\"parent/1660\",[614,6.923]],[\"name/1661\",[4,28.04]],[\"parent/1661\",[612,4.731]],[\"name/1662\",[591,58.372]],[\"parent/1662\",[612,4.731]],[\"name/1663\",[592,58.372]],[\"parent/1663\",[612,4.731]],[\"name/1664\",[593,58.372]],[\"parent/1664\",[612,4.731]],[\"name/1665\",[594,58.372]],[\"parent/1665\",[612,4.731]],[\"name/1666\",[595,58.372]],[\"parent/1666\",[612,4.731]],[\"name/1667\",[596,49.569]],[\"parent/1667\",[612,4.731]],[\"name/1668\",[615,75.718]],[\"parent/1668\",[612,4.731]],[\"name/1669\",[616,75.718]],[\"parent/1669\",[612,4.731]],[\"name/1670\",[617,75.718]],[\"parent/1670\",[612,4.731]],[\"name/1671\",[618,75.718]],[\"parent/1671\",[612,4.731]],[\"name/1672\",[619,56.259]],[\"parent/1672\",[]],[\"name/1673\",[1,23.66]],[\"parent/1673\",[619,5.144]],[\"name/1674\",[620,64.732]],[\"parent/1674\",[619,5.144]],[\"name/1675\",[594,58.372]],[\"parent/1675\",[619,5.144]],[\"name/1676\",[595,58.372]],[\"parent/1676\",[619,5.144]],[\"name/1677\",[4,28.04]],[\"parent/1677\",[619,5.144]],[\"name/1678\",[591,58.372]],[\"parent/1678\",[619,5.144]],[\"name/1679\",[592,58.372]],[\"parent/1679\",[619,5.144]],[\"name/1680\",[593,58.372]],[\"parent/1680\",[619,5.144]],[\"name/1681\",[596,49.569]],[\"parent/1681\",[619,5.144]],[\"name/1682\",[621,47.386]],[\"parent/1682\",[]],[\"name/1683\",[1,23.66]],[\"parent/1683\",[621,4.333]],[\"name/1684\",[2,35.405]],[\"parent/1684\",[621,4.333]],[\"name/1685\",[622,75.718]],[\"parent/1685\",[621,4.333]],[\"name/1686\",[83,53.031]],[\"parent/1686\",[621,4.333]],[\"name/1687\",[623,75.718]],[\"parent/1687\",[621,4.333]],[\"name/1688\",[471,64.732]],[\"parent/1688\",[621,4.333]],[\"name/1689\",[4,28.04]],[\"parent/1689\",[621,4.333]],[\"name/1690\",[591,58.372]],[\"parent/1690\",[621,4.333]],[\"name/1691\",[592,58.372]],[\"parent/1691\",[621,4.333]],[\"name/1692\",[593,58.372]],[\"parent/1692\",[621,4.333]],[\"name/1693\",[595,58.372]],[\"parent/1693\",[621,4.333]],[\"name/1694\",[594,58.372]],[\"parent/1694\",[621,4.333]],[\"name/1695\",[596,49.569]],[\"parent/1695\",[621,4.333]],[\"name/1696\",[624,75.718]],[\"parent/1696\",[621,4.333]],[\"name/1697\",[625,75.718]],[\"parent/1697\",[621,4.333]],[\"name/1698\",[626,75.718]],[\"parent/1698\",[621,4.333]],[\"name/1699\",[627,75.718]],[\"parent/1699\",[621,4.333]],[\"name/1700\",[628,75.718]],[\"parent/1700\",[621,4.333]],[\"name/1701\",[629,75.718]],[\"parent/1701\",[621,4.333]],[\"name/1702\",[630,75.718]],[\"parent/1702\",[621,4.333]],[\"name/1703\",[631,75.718]],[\"parent/1703\",[621,4.333]],[\"name/1704\",[632,75.718]],[\"parent/1704\",[621,4.333]],[\"name/1705\",[633,75.718]],[\"parent/1705\",[621,4.333]],[\"name/1706\",[634,75.718]],[\"parent/1706\",[621,4.333]],[\"name/1707\",[635,55.349]],[\"parent/1707\",[]],[\"name/1708\",[1,23.66]],[\"parent/1708\",[635,5.061]],[\"name/1709\",[101,59.624]],[\"parent/1709\",[635,5.061]],[\"name/1710\",[594,58.372]],[\"parent/1710\",[635,5.061]],[\"name/1711\",[595,58.372]],[\"parent/1711\",[635,5.061]],[\"name/1712\",[620,64.732]],[\"parent/1712\",[635,5.061]],[\"name/1713\",[4,28.04]],[\"parent/1713\",[635,5.061]],[\"name/1714\",[591,58.372]],[\"parent/1714\",[635,5.061]],[\"name/1715\",[592,58.372]],[\"parent/1715\",[635,5.061]],[\"name/1716\",[593,58.372]],[\"parent/1716\",[635,5.061]],[\"name/1717\",[596,49.569]],[\"parent/1717\",[635,5.061]],[\"name/1718\",[636,58.372]],[\"parent/1718\",[]],[\"name/1719\",[1,23.66]],[\"parent/1719\",[636,5.337]],[\"name/1720\",[637,57.26]],[\"parent/1720\",[636,5.337]],[\"name/1721\",[638,57.26]],[\"parent/1721\",[636,5.337]],[\"name/1722\",[639,55.349]],[\"parent/1722\",[636,5.337]],[\"name/1723\",[4,28.04]],[\"parent/1723\",[636,5.337]],[\"name/1724\",[5,28.503]],[\"parent/1724\",[636,5.337]],[\"name/1725\",[6,28.503]],[\"parent/1725\",[636,5.337]],[\"name/1726\",[640,51.739]],[\"parent/1726\",[]],[\"name/1727\",[1,23.66]],[\"parent/1727\",[640,4.731]],[\"name/1728\",[2,35.405]],[\"parent/1728\",[640,4.731]],[\"name/1729\",[641,75.718]],[\"parent/1729\",[640,4.731]],[\"name/1730\",[4,28.04]],[\"parent/1730\",[640,4.731]],[\"name/1731\",[5,28.503]],[\"parent/1731\",[640,4.731]],[\"name/1732\",[642,75.718]],[\"parent/1732\",[640,4.731]],[\"name/1733\",[643,75.718]],[\"parent/1733\",[640,4.731]],[\"name/1734\",[644,75.718]],[\"parent/1734\",[640,4.731]],[\"name/1735\",[645,75.718]],[\"parent/1735\",[640,4.731]],[\"name/1736\",[646,75.718]],[\"parent/1736\",[640,4.731]],[\"name/1737\",[647,75.718]],[\"parent/1737\",[640,4.731]],[\"name/1738\",[648,75.718]],[\"parent/1738\",[640,4.731]],[\"name/1739\",[649,75.718]],[\"parent/1739\",[640,4.731]],[\"name/1740\",[650,75.718]],[\"parent/1740\",[640,4.731]],[\"name/1741\",[6,28.503]],[\"parent/1741\",[640,4.731]],[\"name/1742\",[651,61.055]],[\"parent/1742\",[]],[\"name/1743\",[652,70.61]],[\"parent/1743\",[651,5.582]],[\"name/1744\",[653,75.718]],[\"parent/1744\",[651,5.582]],[\"name/1745\",[654,75.718]],[\"parent/1745\",[651,5.582]],[\"name/1746\",[655,75.718]],[\"parent/1746\",[651,5.582]],[\"name/1747\",[656,75.718]],[\"parent/1747\",[651,5.582]],[\"name/1748\",[657,58.372]],[\"parent/1748\",[]],[\"name/1749\",[1,23.66]],[\"parent/1749\",[657,5.337]],[\"name/1750\",[658,67.245]],[\"parent/1750\",[657,5.337]],[\"name/1751\",[233,56.259]],[\"parent/1751\",[657,5.337]],[\"name/1752\",[515,67.245]],[\"parent/1752\",[657,5.337]],[\"name/1753\",[4,28.04]],[\"parent/1753\",[657,5.337]],[\"name/1754\",[5,28.503]],[\"parent/1754\",[657,5.337]],[\"name/1755\",[6,28.503]],[\"parent/1755\",[657,5.337]],[\"name/1756\",[659,53.031]],[\"parent/1756\",[]],[\"name/1757\",[1,23.66]],[\"parent/1757\",[659,4.849]],[\"name/1758\",[83,53.031]],[\"parent/1758\",[659,4.849]],[\"name/1759\",[303,54.516]],[\"parent/1759\",[659,4.849]],[\"name/1760\",[233,56.259]],[\"parent/1760\",[659,4.849]],[\"name/1761\",[4,28.04]],[\"parent/1761\",[659,4.849]],[\"name/1762\",[5,28.503]],[\"parent/1762\",[659,4.849]],[\"name/1763\",[660,75.718]],[\"parent/1763\",[659,4.849]],[\"name/1764\",[661,75.718]],[\"parent/1764\",[659,4.849]],[\"name/1765\",[662,75.718]],[\"parent/1765\",[659,4.849]],[\"name/1766\",[637,57.26]],[\"parent/1766\",[659,4.849]],[\"name/1767\",[638,57.26]],[\"parent/1767\",[659,4.849]],[\"name/1768\",[639,55.349]],[\"parent/1768\",[659,4.849]],[\"name/1769\",[6,28.503]],[\"parent/1769\",[659,4.849]],[\"name/1770\",[663,58.372]],[\"parent/1770\",[]],[\"name/1771\",[1,23.66]],[\"parent/1771\",[663,5.337]],[\"name/1772\",[664,75.718]],[\"parent/1772\",[663,5.337]],[\"name/1773\",[639,55.349]],[\"parent/1773\",[663,5.337]],[\"name/1774\",[4,28.04]],[\"parent/1774\",[663,5.337]],[\"name/1775\",[5,28.503]],[\"parent/1775\",[663,5.337]],[\"name/1776\",[6,28.503]],[\"parent/1776\",[663,5.337]],[\"name/1777\",[665,75.718]],[\"parent/1777\",[663,5.337]],[\"name/1778\",[666,75.718]],[\"parent/1778\",[]],[\"name/1779\",[667,75.718]],[\"parent/1779\",[]],[\"name/1780\",[668,75.718]],[\"parent/1780\",[]],[\"name/1781\",[669,75.718]],[\"parent/1781\",[]],[\"name/1782\",[670,75.718]],[\"parent/1782\",[]],[\"name/1783\",[671,75.718]],[\"parent/1783\",[]],[\"name/1784\",[672,75.718]],[\"parent/1784\",[]],[\"name/1785\",[673,75.718]],[\"parent/1785\",[]],[\"name/1786\",[674,75.718]],[\"parent/1786\",[]],[\"name/1787\",[675,58.372]],[\"parent/1787\",[]],[\"name/1788\",[1,23.66]],[\"parent/1788\",[675,5.337]],[\"name/1789\",[303,54.516]],[\"parent/1789\",[675,5.337]],[\"name/1790\",[4,28.04]],[\"parent/1790\",[675,5.337]],[\"name/1791\",[5,28.503]],[\"parent/1791\",[675,5.337]],[\"name/1792\",[676,75.718]],[\"parent/1792\",[675,5.337]],[\"name/1793\",[677,75.718]],[\"parent/1793\",[675,5.337]],[\"name/1794\",[6,28.503]],[\"parent/1794\",[675,5.337]],[\"name/1795\",[678,58.372]],[\"parent/1795\",[]],[\"name/1796\",[1,23.66]],[\"parent/1796\",[678,5.337]],[\"name/1797\",[5,28.503]],[\"parent/1797\",[678,5.337]],[\"name/1798\",[637,57.26]],[\"parent/1798\",[678,5.337]],[\"name/1799\",[638,57.26]],[\"parent/1799\",[678,5.337]],[\"name/1800\",[639,55.349]],[\"parent/1800\",[678,5.337]],[\"name/1801\",[4,28.04]],[\"parent/1801\",[678,5.337]],[\"name/1802\",[6,28.503]],[\"parent/1802\",[678,5.337]],[\"name/1803\",[679,58.372]],[\"parent/1803\",[]],[\"name/1804\",[1,23.66]],[\"parent/1804\",[679,5.337]],[\"name/1805\",[5,28.503]],[\"parent/1805\",[679,5.337]],[\"name/1806\",[637,57.26]],[\"parent/1806\",[679,5.337]],[\"name/1807\",[638,57.26]],[\"parent/1807\",[679,5.337]],[\"name/1808\",[639,55.349]],[\"parent/1808\",[679,5.337]],[\"name/1809\",[4,28.04]],[\"parent/1809\",[679,5.337]],[\"name/1810\",[6,28.503]],[\"parent/1810\",[679,5.337]],[\"name/1811\",[680,62.725]],[\"parent/1811\",[]],[\"name/1812\",[681,70.61]],[\"parent/1812\",[680,5.735]],[\"name/1813\",[682,70.61]],[\"parent/1813\",[680,5.735]],[\"name/1814\",[683,67.245]],[\"parent/1814\",[680,5.735]],[\"name/1815\",[233,56.259]],[\"parent/1815\",[680,5.735]],[\"name/1816\",[684,53.746]],[\"parent/1816\",[]],[\"name/1817\",[1,23.66]],[\"parent/1817\",[684,4.914]],[\"name/1818\",[303,54.516]],[\"parent/1818\",[684,4.914]],[\"name/1819\",[681,70.61]],[\"parent/1819\",[684,4.914]],[\"name/1820\",[682,70.61]],[\"parent/1820\",[684,4.914]],[\"name/1821\",[683,67.245]],[\"parent/1821\",[684,4.914]],[\"name/1822\",[233,56.259]],[\"parent/1822\",[684,4.914]],[\"name/1823\",[5,28.503]],[\"parent/1823\",[684,4.914]],[\"name/1824\",[637,57.26]],[\"parent/1824\",[684,4.914]],[\"name/1825\",[638,57.26]],[\"parent/1825\",[684,4.914]],[\"name/1826\",[639,55.349]],[\"parent/1826\",[684,4.914]],[\"name/1827\",[4,28.04]],[\"parent/1827\",[684,4.914]],[\"name/1828\",[6,28.503]],[\"parent/1828\",[684,4.914]],[\"name/1829\",[685,58.372]],[\"parent/1829\",[]],[\"name/1830\",[1,23.66]],[\"parent/1830\",[685,5.337]],[\"name/1831\",[5,28.503]],[\"parent/1831\",[685,5.337]],[\"name/1832\",[637,57.26]],[\"parent/1832\",[685,5.337]],[\"name/1833\",[638,57.26]],[\"parent/1833\",[685,5.337]],[\"name/1834\",[639,55.349]],[\"parent/1834\",[685,5.337]],[\"name/1835\",[4,28.04]],[\"parent/1835\",[685,5.337]],[\"name/1836\",[6,28.503]],[\"parent/1836\",[685,5.337]],[\"name/1837\",[686,57.26]],[\"parent/1837\",[]],[\"name/1838\",[1,23.66]],[\"parent/1838\",[686,5.235]],[\"name/1839\",[303,54.516]],[\"parent/1839\",[686,5.235]],[\"name/1840\",[5,28.503]],[\"parent/1840\",[686,5.235]],[\"name/1841\",[637,57.26]],[\"parent/1841\",[686,5.235]],[\"name/1842\",[638,57.26]],[\"parent/1842\",[686,5.235]],[\"name/1843\",[639,55.349]],[\"parent/1843\",[686,5.235]],[\"name/1844\",[4,28.04]],[\"parent/1844\",[686,5.235]],[\"name/1845\",[6,28.503]],[\"parent/1845\",[686,5.235]],[\"name/1846\",[687,62.725]],[\"parent/1846\",[]],[\"name/1847\",[1,23.66]],[\"parent/1847\",[687,5.735]],[\"name/1848\",[5,28.503]],[\"parent/1848\",[687,5.735]],[\"name/1849\",[4,28.04]],[\"parent/1849\",[687,5.735]],[\"name/1850\",[6,28.503]],[\"parent/1850\",[687,5.735]],[\"name/1851\",[688,57.26]],[\"parent/1851\",[]],[\"name/1852\",[1,23.66]],[\"parent/1852\",[688,5.235]],[\"name/1853\",[689,75.718]],[\"parent/1853\",[688,5.235]],[\"name/1854\",[5,28.503]],[\"parent/1854\",[688,5.235]],[\"name/1855\",[637,57.26]],[\"parent/1855\",[688,5.235]],[\"name/1856\",[638,57.26]],[\"parent/1856\",[688,5.235]],[\"name/1857\",[639,55.349]],[\"parent/1857\",[688,5.235]],[\"name/1858\",[4,28.04]],[\"parent/1858\",[688,5.235]],[\"name/1859\",[6,28.503]],[\"parent/1859\",[688,5.235]],[\"name/1860\",[690,58.372]],[\"parent/1860\",[]],[\"name/1861\",[1,23.66]],[\"parent/1861\",[690,5.337]],[\"name/1862\",[5,28.503]],[\"parent/1862\",[690,5.337]],[\"name/1863\",[637,57.26]],[\"parent/1863\",[690,5.337]],[\"name/1864\",[638,57.26]],[\"parent/1864\",[690,5.337]],[\"name/1865\",[639,55.349]],[\"parent/1865\",[690,5.337]],[\"name/1866\",[4,28.04]],[\"parent/1866\",[690,5.337]],[\"name/1867\",[6,28.503]],[\"parent/1867\",[690,5.337]],[\"name/1868\",[691,64.732]],[\"parent/1868\",[]],[\"name/1869\",[58,57.26]],[\"parent/1869\",[691,5.918]],[\"name/1870\",[116,57.26]],[\"parent/1870\",[691,5.918]],[\"name/1871\",[169,64.732]],[\"parent/1871\",[691,5.918]],[\"name/1872\",[692,62.725]],[\"parent/1872\",[]],[\"name/1873\",[1,23.66]],[\"parent/1873\",[692,5.735]],[\"name/1874\",[4,28.04]],[\"parent/1874\",[692,5.735]],[\"name/1875\",[5,28.503]],[\"parent/1875\",[692,5.735]],[\"name/1876\",[6,28.503]],[\"parent/1876\",[692,5.735]],[\"name/1877\",[693,61.055]],[\"parent/1877\",[]],[\"name/1878\",[1,23.66]],[\"parent/1878\",[693,5.582]],[\"name/1879\",[639,55.349]],[\"parent/1879\",[693,5.582]],[\"name/1880\",[4,28.04]],[\"parent/1880\",[693,5.582]],[\"name/1881\",[5,28.503]],[\"parent/1881\",[693,5.582]],[\"name/1882\",[6,28.503]],[\"parent/1882\",[693,5.582]],[\"name/1883\",[694,55.349]],[\"parent/1883\",[]],[\"name/1884\",[1,23.66]],[\"parent/1884\",[694,5.061]],[\"name/1885\",[695,75.718]],[\"parent/1885\",[694,5.061]],[\"name/1886\",[285,47.786]],[\"parent/1886\",[694,5.061]],[\"name/1887\",[228,58.372]],[\"parent/1887\",[694,5.061]],[\"name/1888\",[226,58.372]],[\"parent/1888\",[694,5.061]],[\"name/1889\",[229,58.372]],[\"parent/1889\",[694,5.061]],[\"name/1890\",[40,58.372]],[\"parent/1890\",[694,5.061]],[\"name/1891\",[613,58.372]],[\"parent/1891\",[694,5.061]],[\"name/1892\",[696,75.718]],[\"parent/1892\",[694,5.061]],[\"name/1893\",[697,75.718]],[\"parent/1893\",[694,5.061]],[\"name/1894\",[698,61.055]],[\"parent/1894\",[]],[\"name/1895\",[229,58.372]],[\"parent/1895\",[698,5.582]],[\"name/1896\",[228,58.372]],[\"parent/1896\",[698,5.582]],[\"name/1897\",[226,58.372]],[\"parent/1897\",[698,5.582]],[\"name/1898\",[40,58.372]],[\"parent/1898\",[698,5.582]],[\"name/1899\",[613,58.372]],[\"parent/1899\",[698,5.582]],[\"name/1900\",[699,53.746]],[\"parent/1900\",[]],[\"name/1901\",[1,23.66]],[\"parent/1901\",[699,4.914]],[\"name/1902\",[658,67.245]],[\"parent/1902\",[699,4.914]],[\"name/1903\",[700,62.725]],[\"parent/1903\",[699,4.914]],[\"name/1904\",[701,75.718]],[\"parent/1904\",[699,4.914]],[\"name/1905\",[228,58.372]],[\"parent/1905\",[699,4.914]],[\"name/1906\",[226,58.372]],[\"parent/1906\",[699,4.914]],[\"name/1907\",[229,58.372]],[\"parent/1907\",[699,4.914]],[\"name/1908\",[40,58.372]],[\"parent/1908\",[699,4.914]],[\"name/1909\",[613,58.372]],[\"parent/1909\",[699,4.914]],[\"name/1910\",[702,75.718]],[\"parent/1910\",[699,4.914]],[\"name/1911\",[703,75.718]],[\"parent/1911\",[699,4.914]],[\"name/1912\",[704,75.718]],[\"parent/1912\",[699,4.914]],[\"name/1913\",[705,53.031]],[\"parent/1913\",[]],[\"name/1914\",[1,23.66]],[\"parent/1914\",[705,4.849]],[\"name/1915\",[285,47.786]],[\"parent/1915\",[705,4.849]],[\"name/1916\",[652,70.61]],[\"parent/1916\",[705,4.849]],[\"name/1917\",[228,58.372]],[\"parent/1917\",[705,4.849]],[\"name/1918\",[226,58.372]],[\"parent/1918\",[705,4.849]],[\"name/1919\",[229,58.372]],[\"parent/1919\",[705,4.849]],[\"name/1920\",[40,58.372]],[\"parent/1920\",[705,4.849]],[\"name/1921\",[613,58.372]],[\"parent/1921\",[705,4.849]],[\"name/1922\",[706,75.718]],[\"parent/1922\",[705,4.849]],[\"name/1923\",[707,75.718]],[\"parent/1923\",[705,4.849]],[\"name/1924\",[708,75.718]],[\"parent/1924\",[705,4.849]],[\"name/1925\",[709,75.718]],[\"parent/1925\",[705,4.849]],[\"name/1926\",[710,75.718]],[\"parent/1926\",[705,4.849]],[\"name/1927\",[711,61.055]],[\"parent/1927\",[]],[\"name/1928\",[228,58.372]],[\"parent/1928\",[711,5.582]],[\"name/1929\",[226,58.372]],[\"parent/1929\",[711,5.582]],[\"name/1930\",[229,58.372]],[\"parent/1930\",[711,5.582]],[\"name/1931\",[40,58.372]],[\"parent/1931\",[711,5.582]],[\"name/1932\",[613,58.372]],[\"parent/1932\",[711,5.582]],[\"name/1933\",[712,58.372]],[\"parent/1933\",[]],[\"name/1934\",[1,23.66]],[\"parent/1934\",[712,5.337]],[\"name/1935\",[199,57.26]],[\"parent/1935\",[712,5.337]],[\"name/1936\",[228,58.372]],[\"parent/1936\",[712,5.337]],[\"name/1937\",[226,58.372]],[\"parent/1937\",[712,5.337]],[\"name/1938\",[229,58.372]],[\"parent/1938\",[712,5.337]],[\"name/1939\",[40,58.372]],[\"parent/1939\",[712,5.337]],[\"name/1940\",[613,58.372]],[\"parent/1940\",[712,5.337]],[\"name/1941\",[576,64.732]],[\"parent/1941\",[]],[\"name/1942\",[115,52.364]],[\"parent/1942\",[576,5.918]],[\"name/1943\",[576,64.732]],[\"parent/1943\",[713,6.456]],[\"name/1944\",[714,75.718]],[\"parent/1944\",[713,6.456]],[\"name/1945\",[715,51.739]],[\"parent/1945\",[]],[\"name/1946\",[1,23.66]],[\"parent/1946\",[715,4.731]],[\"name/1947\",[2,35.405]],[\"parent/1947\",[715,4.731]],[\"name/1948\",[285,47.786]],[\"parent/1948\",[715,4.731]],[\"name/1949\",[716,75.718]],[\"parent/1949\",[715,4.731]],[\"name/1950\",[228,58.372]],[\"parent/1950\",[715,4.731]],[\"name/1951\",[226,58.372]],[\"parent/1951\",[715,4.731]],[\"name/1952\",[229,58.372]],[\"parent/1952\",[715,4.731]],[\"name/1953\",[40,58.372]],[\"parent/1953\",[715,4.731]],[\"name/1954\",[613,58.372]],[\"parent/1954\",[715,4.731]],[\"name/1955\",[717,75.718]],[\"parent/1955\",[715,4.731]],[\"name/1956\",[718,75.718]],[\"parent/1956\",[715,4.731]],[\"name/1957\",[719,75.718]],[\"parent/1957\",[715,4.731]],[\"name/1958\",[720,75.718]],[\"parent/1958\",[715,4.731]],[\"name/1959\",[721,75.718]],[\"parent/1959\",[715,4.731]],[\"name/1960\",[420,62.725]],[\"parent/1960\",[715,4.731]],[\"name/1961\",[722,51.151]],[\"parent/1961\",[]],[\"name/1962\",[1,23.66]],[\"parent/1962\",[722,4.677]],[\"name/1963\",[2,35.405]],[\"parent/1963\",[722,4.677]],[\"name/1964\",[723,64.732]],[\"parent/1964\",[722,4.677]],[\"name/1965\",[724,62.725]],[\"parent/1965\",[722,4.677]],[\"name/1966\",[725,62.725]],[\"parent/1966\",[722,4.677]],[\"name/1967\",[726,64.732]],[\"parent/1967\",[722,4.677]],[\"name/1968\",[727,64.732]],[\"parent/1968\",[722,4.677]],[\"name/1969\",[728,64.732]],[\"parent/1969\",[722,4.677]],[\"name/1970\",[729,62.725]],[\"parent/1970\",[722,4.677]],[\"name/1971\",[730,64.732]],[\"parent/1971\",[722,4.677]],[\"name/1972\",[731,64.732]],[\"parent/1972\",[722,4.677]],[\"name/1973\",[732,64.732]],[\"parent/1973\",[722,4.677]],[\"name/1974\",[733,64.732]],[\"parent/1974\",[722,4.677]],[\"name/1975\",[734,64.732]],[\"parent/1975\",[722,4.677]],[\"name/1976\",[735,64.732]],[\"parent/1976\",[722,4.677]],[\"name/1977\",[736,64.732]],[\"parent/1977\",[722,4.677]],[\"name/1978\",[737,49.569]],[\"parent/1978\",[]],[\"name/1979\",[1,23.66]],[\"parent/1979\",[737,4.532]],[\"name/1980\",[738,75.718]],[\"parent/1980\",[737,4.532]],[\"name/1981\",[739,75.718]],[\"parent/1981\",[737,4.532]],[\"name/1982\",[727,64.732]],[\"parent/1982\",[737,4.532]],[\"name/1983\",[731,64.732]],[\"parent/1983\",[737,4.532]],[\"name/1984\",[732,64.732]],[\"parent/1984\",[737,4.532]],[\"name/1985\",[740,70.61]],[\"parent/1985\",[737,4.532]],[\"name/1986\",[2,35.405]],[\"parent/1986\",[737,4.532]],[\"name/1987\",[723,64.732]],[\"parent/1987\",[737,4.532]],[\"name/1988\",[724,62.725]],[\"parent/1988\",[737,4.532]],[\"name/1989\",[725,62.725]],[\"parent/1989\",[737,4.532]],[\"name/1990\",[726,64.732]],[\"parent/1990\",[737,4.532]],[\"name/1991\",[728,64.732]],[\"parent/1991\",[737,4.532]],[\"name/1992\",[729,62.725]],[\"parent/1992\",[737,4.532]],[\"name/1993\",[730,64.732]],[\"parent/1993\",[737,4.532]],[\"name/1994\",[733,64.732]],[\"parent/1994\",[737,4.532]],[\"name/1995\",[734,64.732]],[\"parent/1995\",[737,4.532]],[\"name/1996\",[735,64.732]],[\"parent/1996\",[737,4.532]],[\"name/1997\",[736,64.732]],[\"parent/1997\",[737,4.532]],[\"name/1998\",[741,67.245]],[\"parent/1998\",[]],[\"name/1999\",[1,23.66]],[\"parent/1999\",[741,6.148]],[\"name/2000\",[39,61.055]],[\"parent/2000\",[741,6.148]],[\"name/2001\",[742,62.725]],[\"parent/2001\",[]],[\"name/2002\",[58,57.26]],[\"parent/2002\",[742,5.735]],[\"name/2003\",[658,67.245]],[\"parent/2003\",[742,5.735]],[\"name/2004\",[233,56.259]],[\"parent/2004\",[742,5.735]],[\"name/2005\",[743,75.718]],[\"parent/2005\",[742,5.735]],[\"name/2006\",[744,64.732]],[\"parent/2006\",[]],[\"name/2007\",[729,62.725]],[\"parent/2007\",[744,5.918]],[\"name/2008\",[725,62.725]],[\"parent/2008\",[744,5.918]],[\"name/2009\",[745,70.61]],[\"parent/2009\",[]],[\"name/2010\",[39,61.055]],[\"parent/2010\",[745,6.456]],[\"name/2011\",[746,49.569]],[\"parent/2011\",[]],[\"name/2012\",[1,23.66]],[\"parent/2012\",[746,4.532]],[\"name/2013\",[233,56.259]],[\"parent/2013\",[746,4.532]],[\"name/2014\",[747,75.718]],[\"parent/2014\",[746,4.532]],[\"name/2015\",[748,75.718]],[\"parent/2015\",[746,4.532]],[\"name/2016\",[728,64.732]],[\"parent/2016\",[746,4.532]],[\"name/2017\",[732,64.732]],[\"parent/2017\",[746,4.532]],[\"name/2018\",[727,64.732]],[\"parent/2018\",[746,4.532]],[\"name/2019\",[731,64.732]],[\"parent/2019\",[746,4.532]],[\"name/2020\",[2,35.405]],[\"parent/2020\",[746,4.532]],[\"name/2021\",[723,64.732]],[\"parent/2021\",[746,4.532]],[\"name/2022\",[724,62.725]],[\"parent/2022\",[746,4.532]],[\"name/2023\",[725,62.725]],[\"parent/2023\",[746,4.532]],[\"name/2024\",[726,64.732]],[\"parent/2024\",[746,4.532]],[\"name/2025\",[729,62.725]],[\"parent/2025\",[746,4.532]],[\"name/2026\",[730,64.732]],[\"parent/2026\",[746,4.532]],[\"name/2027\",[733,64.732]],[\"parent/2027\",[746,4.532]],[\"name/2028\",[734,64.732]],[\"parent/2028\",[746,4.532]],[\"name/2029\",[735,64.732]],[\"parent/2029\",[746,4.532]],[\"name/2030\",[736,64.732]],[\"parent/2030\",[746,4.532]],[\"name/2031\",[749,48.203]],[\"parent/2031\",[]],[\"name/2032\",[1,23.66]],[\"parent/2032\",[749,4.407]],[\"name/2033\",[750,75.718]],[\"parent/2033\",[749,4.407]],[\"name/2034\",[751,70.61]],[\"parent/2034\",[749,4.407]],[\"name/2035\",[524,70.61]],[\"parent/2035\",[749,4.407]],[\"name/2036\",[115,52.364]],[\"parent/2036\",[749,4.407]],[\"name/2037\",[525,70.61]],[\"parent/2037\",[752,6.456]],[\"name/2038\",[527,70.61]],[\"parent/2038\",[752,6.456]],[\"name/2039\",[730,64.732]],[\"parent/2039\",[749,4.407]],[\"name/2040\",[731,64.732]],[\"parent/2040\",[749,4.407]],[\"name/2041\",[753,75.718]],[\"parent/2041\",[749,4.407]],[\"name/2042\",[734,64.732]],[\"parent/2042\",[749,4.407]],[\"name/2043\",[727,64.732]],[\"parent/2043\",[749,4.407]],[\"name/2044\",[732,64.732]],[\"parent/2044\",[749,4.407]],[\"name/2045\",[740,70.61]],[\"parent/2045\",[749,4.407]],[\"name/2046\",[2,35.405]],[\"parent/2046\",[749,4.407]],[\"name/2047\",[723,64.732]],[\"parent/2047\",[749,4.407]],[\"name/2048\",[724,62.725]],[\"parent/2048\",[749,4.407]],[\"name/2049\",[725,62.725]],[\"parent/2049\",[749,4.407]],[\"name/2050\",[726,64.732]],[\"parent/2050\",[749,4.407]],[\"name/2051\",[728,64.732]],[\"parent/2051\",[749,4.407]],[\"name/2052\",[729,62.725]],[\"parent/2052\",[749,4.407]],[\"name/2053\",[733,64.732]],[\"parent/2053\",[749,4.407]],[\"name/2054\",[735,64.732]],[\"parent/2054\",[749,4.407]],[\"name/2055\",[736,64.732]],[\"parent/2055\",[749,4.407]],[\"name/2056\",[754,61.055]],[\"parent/2056\",[]],[\"name/2057\",[1,23.66]],[\"parent/2057\",[754,5.582]],[\"name/2058\",[755,67.245]],[\"parent/2058\",[754,5.582]],[\"name/2059\",[4,28.04]],[\"parent/2059\",[754,5.582]],[\"name/2060\",[5,28.503]],[\"parent/2060\",[754,5.582]],[\"name/2061\",[6,28.503]],[\"parent/2061\",[754,5.582]],[\"name/2062\",[756,56.259]],[\"parent/2062\",[]],[\"name/2063\",[1,23.66]],[\"parent/2063\",[756,5.144]],[\"name/2064\",[2,35.405]],[\"parent/2064\",[756,5.144]],[\"name/2065\",[755,67.245]],[\"parent/2065\",[756,5.144]],[\"name/2066\",[107,56.259]],[\"parent/2066\",[756,5.144]],[\"name/2067\",[757,75.718]],[\"parent/2067\",[756,5.144]],[\"name/2068\",[758,75.718]],[\"parent/2068\",[756,5.144]],[\"name/2069\",[4,28.04]],[\"parent/2069\",[756,5.144]],[\"name/2070\",[5,28.503]],[\"parent/2070\",[756,5.144]],[\"name/2071\",[6,28.503]],[\"parent/2071\",[756,5.144]],[\"name/2072\",[759,56.259]],[\"parent/2072\",[]],[\"name/2073\",[1,23.66]],[\"parent/2073\",[759,5.144]],[\"name/2074\",[2,35.405]],[\"parent/2074\",[759,5.144]],[\"name/2075\",[760,70.61]],[\"parent/2075\",[759,5.144]],[\"name/2076\",[471,64.732]],[\"parent/2076\",[759,5.144]],[\"name/2077\",[4,28.04]],[\"parent/2077\",[759,5.144]],[\"name/2078\",[5,28.503]],[\"parent/2078\",[759,5.144]],[\"name/2079\",[176,56.259]],[\"parent/2079\",[759,5.144]],[\"name/2080\",[761,75.718]],[\"parent/2080\",[759,5.144]],[\"name/2081\",[6,28.503]],[\"parent/2081\",[759,5.144]],[\"name/2082\",[762,70.61]],[\"parent/2082\",[]],[\"name/2083\",[115,52.364]],[\"parent/2083\",[762,6.456]],[\"name/2084\",[285,47.786]],[\"parent/2084\",[763,6.148]],[\"name/2085\",[58,57.26]],[\"parent/2085\",[763,6.148]],[\"name/2086\",[176,56.259]],[\"parent/2086\",[763,6.148]],[\"name/2087\",[764,61.055]],[\"parent/2087\",[]],[\"name/2088\",[1,23.66]],[\"parent/2088\",[764,5.582]],[\"name/2089\",[4,28.04]],[\"parent/2089\",[764,5.582]],[\"name/2090\",[5,28.503]],[\"parent/2090\",[764,5.582]],[\"name/2091\",[6,28.503]],[\"parent/2091\",[764,5.582]],[\"name/2092\",[765,64.732]],[\"parent/2092\",[]],[\"name/2093\",[58,57.26]],[\"parent/2093\",[765,5.918]],[\"name/2094\",[176,56.259]],[\"parent/2094\",[765,5.918]],[\"name/2095\",[116,57.26]],[\"parent/2095\",[765,5.918]],[\"name/2096\",[766,62.725]],[\"parent/2096\",[]],[\"name/2097\",[1,23.66]],[\"parent/2097\",[766,5.735]],[\"name/2098\",[4,28.04]],[\"parent/2098\",[766,5.735]],[\"name/2099\",[5,28.503]],[\"parent/2099\",[766,5.735]],[\"name/2100\",[6,28.503]],[\"parent/2100\",[766,5.735]],[\"name/2101\",[767,59.624]],[\"parent/2101\",[]],[\"name/2102\",[1,23.66]],[\"parent/2102\",[767,5.451]],[\"name/2103\",[2,35.405]],[\"parent/2103\",[767,5.451]],[\"name/2104\",[755,67.245]],[\"parent/2104\",[767,5.451]],[\"name/2105\",[5,28.503]],[\"parent/2105\",[767,5.451]],[\"name/2106\",[4,28.04]],[\"parent/2106\",[767,5.451]],[\"name/2107\",[6,28.503]],[\"parent/2107\",[767,5.451]],[\"name/2108\",[768,53.031]],[\"parent/2108\",[]],[\"name/2109\",[1,23.66]],[\"parent/2109\",[768,4.849]],[\"name/2110\",[2,35.405]],[\"parent/2110\",[768,4.849]],[\"name/2111\",[760,70.61]],[\"parent/2111\",[768,4.849]],[\"name/2112\",[4,28.04]],[\"parent/2112\",[768,4.849]],[\"name/2113\",[5,28.503]],[\"parent/2113\",[768,4.849]],[\"name/2114\",[769,75.718]],[\"parent/2114\",[768,4.849]],[\"name/2115\",[50,70.61]],[\"parent/2115\",[768,4.849]],[\"name/2116\",[770,75.718]],[\"parent/2116\",[768,4.849]],[\"name/2117\",[771,75.718]],[\"parent/2117\",[768,4.849]],[\"name/2118\",[772,75.718]],[\"parent/2118\",[768,4.849]],[\"name/2119\",[773,75.718]],[\"parent/2119\",[768,4.849]],[\"name/2120\",[176,56.259]],[\"parent/2120\",[768,4.849]],[\"name/2121\",[6,28.503]],[\"parent/2121\",[768,4.849]],[\"name/2122\",[774,57.26]],[\"parent/2122\",[]],[\"name/2123\",[1,23.66]],[\"parent/2123\",[774,5.235]],[\"name/2124\",[529,67.245]],[\"parent/2124\",[774,5.235]],[\"name/2125\",[775,67.245]],[\"parent/2125\",[774,5.235]],[\"name/2126\",[776,67.245]],[\"parent/2126\",[774,5.235]],[\"name/2127\",[777,67.245]],[\"parent/2127\",[774,5.235]],[\"name/2128\",[778,67.245]],[\"parent/2128\",[774,5.235]],[\"name/2129\",[779,62.725]],[\"parent/2129\",[774,5.235]],[\"name/2130\",[780,67.245]],[\"parent/2130\",[774,5.235]],[\"name/2131\",[781,55.349]],[\"parent/2131\",[]],[\"name/2132\",[1,23.66]],[\"parent/2132\",[781,5.061]],[\"name/2133\",[83,53.031]],[\"parent/2133\",[781,5.061]],[\"name/2134\",[620,64.732]],[\"parent/2134\",[781,5.061]],[\"name/2135\",[775,67.245]],[\"parent/2135\",[781,5.061]],[\"name/2136\",[782,75.718]],[\"parent/2136\",[781,5.061]],[\"name/2137\",[776,67.245]],[\"parent/2137\",[781,5.061]],[\"name/2138\",[777,67.245]],[\"parent/2138\",[781,5.061]],[\"name/2139\",[778,67.245]],[\"parent/2139\",[781,5.061]],[\"name/2140\",[779,62.725]],[\"parent/2140\",[781,5.061]],[\"name/2141\",[780,67.245]],[\"parent/2141\",[781,5.061]],[\"name/2142\",[783,58.372]],[\"parent/2142\",[]],[\"name/2143\",[1,23.66]],[\"parent/2143\",[783,5.337]],[\"name/2144\",[776,67.245]],[\"parent/2144\",[783,5.337]],[\"name/2145\",[777,67.245]],[\"parent/2145\",[783,5.337]],[\"name/2146\",[778,67.245]],[\"parent/2146\",[783,5.337]],[\"name/2147\",[775,67.245]],[\"parent/2147\",[783,5.337]],[\"name/2148\",[779,62.725]],[\"parent/2148\",[783,5.337]],[\"name/2149\",[780,67.245]],[\"parent/2149\",[783,5.337]],[\"name/2150\",[784,58.372]],[\"parent/2150\",[]],[\"name/2151\",[1,23.66]],[\"parent/2151\",[784,5.337]],[\"name/2152\",[785,75.718]],[\"parent/2152\",[784,5.337]],[\"name/2153\",[786,75.718]],[\"parent/2153\",[784,5.337]],[\"name/2154\",[5,28.503]],[\"parent/2154\",[784,5.337]],[\"name/2155\",[787,70.61]],[\"parent/2155\",[784,5.337]],[\"name/2156\",[4,28.04]],[\"parent/2156\",[784,5.337]],[\"name/2157\",[6,28.503]],[\"parent/2157\",[784,5.337]],[\"name/2158\",[788,67.245]],[\"parent/2158\",[]],[\"name/2159\",[154,54.516]],[\"parent/2159\",[788,6.148]],[\"name/2160\",[789,75.718]],[\"parent/2160\",[788,6.148]],[\"name/2161\",[790,58.372]],[\"parent/2161\",[]],[\"name/2162\",[1,23.66]],[\"parent/2162\",[790,5.337]],[\"name/2163\",[791,75.718]],[\"parent/2163\",[790,5.337]],[\"name/2164\",[792,75.718]],[\"parent/2164\",[790,5.337]],[\"name/2165\",[5,28.503]],[\"parent/2165\",[790,5.337]],[\"name/2166\",[787,70.61]],[\"parent/2166\",[790,5.337]],[\"name/2167\",[4,28.04]],[\"parent/2167\",[790,5.337]],[\"name/2168\",[6,28.503]],[\"parent/2168\",[790,5.337]],[\"name/2169\",[793,62.725]],[\"parent/2169\",[]],[\"name/2170\",[1,23.66]],[\"parent/2170\",[793,5.735]],[\"name/2171\",[169,64.732]],[\"parent/2171\",[793,5.735]],[\"name/2172\",[107,56.259]],[\"parent/2172\",[793,5.735]],[\"name/2173\",[794,75.718]],[\"parent/2173\",[793,5.735]],[\"name/2174\",[795,57.26]],[\"parent/2174\",[]],[\"name/2175\",[1,23.66]],[\"parent/2175\",[795,5.235]],[\"name/2176\",[529,67.245]],[\"parent/2176\",[795,5.235]],[\"name/2177\",[796,75.718]],[\"parent/2177\",[795,5.235]],[\"name/2178\",[4,28.04]],[\"parent/2178\",[795,5.235]],[\"name/2179\",[5,28.503]],[\"parent/2179\",[795,5.235]],[\"name/2180\",[797,75.718]],[\"parent/2180\",[795,5.235]],[\"name/2181\",[798,75.718]],[\"parent/2181\",[795,5.235]],[\"name/2182\",[6,28.503]],[\"parent/2182\",[795,5.235]],[\"name/2183\",[799,62.725]],[\"parent/2183\",[]],[\"name/2184\",[1,23.66]],[\"parent/2184\",[799,5.735]],[\"name/2185\",[4,28.04]],[\"parent/2185\",[799,5.735]],[\"name/2186\",[5,28.503]],[\"parent/2186\",[799,5.735]],[\"name/2187\",[6,28.503]],[\"parent/2187\",[799,5.735]],[\"name/2188\",[800,56.259]],[\"parent/2188\",[]],[\"name/2189\",[1,23.66]],[\"parent/2189\",[800,5.144]],[\"name/2190\",[744,64.732]],[\"parent/2190\",[800,5.144]],[\"name/2191\",[801,75.718]],[\"parent/2191\",[800,5.144]],[\"name/2192\",[724,62.725]],[\"parent/2192\",[800,5.144]],[\"name/2193\",[802,70.61]],[\"parent/2193\",[800,5.144]],[\"name/2194\",[803,70.61]],[\"parent/2194\",[800,5.144]],[\"name/2195\",[804,70.61]],[\"parent/2195\",[800,5.144]],[\"name/2196\",[779,62.725]],[\"parent/2196\",[800,5.144]],[\"name/2197\",[805,75.718]],[\"parent/2197\",[800,5.144]],[\"name/2198\",[806,67.245]],[\"parent/2198\",[]],[\"name/2199\",[807,75.718]],[\"parent/2199\",[806,6.148]],[\"name/2200\",[808,75.718]],[\"parent/2200\",[806,6.148]],[\"name/2201\",[809,75.718]],[\"parent/2201\",[]],[\"name/2202\",[810,62.725]],[\"parent/2202\",[]],[\"name/2203\",[802,70.61]],[\"parent/2203\",[810,5.735]],[\"name/2204\",[803,70.61]],[\"parent/2204\",[810,5.735]],[\"name/2205\",[804,70.61]],[\"parent/2205\",[810,5.735]],[\"name/2206\",[779,62.725]],[\"parent/2206\",[810,5.735]],[\"name/2207\",[811,61.055]],[\"parent/2207\",[]],[\"name/2208\",[1,23.66]],[\"parent/2208\",[811,5.582]],[\"name/2209\",[812,75.718]],[\"parent/2209\",[811,5.582]],[\"name/2210\",[5,28.503]],[\"parent/2210\",[811,5.582]],[\"name/2211\",[4,28.04]],[\"parent/2211\",[811,5.582]],[\"name/2212\",[6,28.503]],[\"parent/2212\",[811,5.582]],[\"name/2213\",[813,59.624]],[\"parent/2213\",[]],[\"name/2214\",[814,54.516]],[\"parent/2214\",[813,5.451]],[\"name/2215\",[815,54.516]],[\"parent/2215\",[813,5.451]],[\"name/2216\",[816,54.516]],[\"parent/2216\",[813,5.451]],[\"name/2217\",[596,49.569]],[\"parent/2217\",[813,5.451]],[\"name/2218\",[817,54.516]],[\"parent/2218\",[813,5.451]],[\"name/2219\",[818,53.031]],[\"parent/2219\",[813,5.451]],[\"name/2220\",[819,58.372]],[\"parent/2220\",[]],[\"name/2221\",[1,23.66]],[\"parent/2221\",[819,5.337]],[\"name/2222\",[818,53.031]],[\"parent/2222\",[819,5.337]],[\"name/2223\",[814,54.516]],[\"parent/2223\",[819,5.337]],[\"name/2224\",[815,54.516]],[\"parent/2224\",[819,5.337]],[\"name/2225\",[816,54.516]],[\"parent/2225\",[819,5.337]],[\"name/2226\",[596,49.569]],[\"parent/2226\",[819,5.337]],[\"name/2227\",[817,54.516]],[\"parent/2227\",[819,5.337]],[\"name/2228\",[820,62.725]],[\"parent/2228\",[]],[\"name/2229\",[821,67.245]],[\"parent/2229\",[820,5.735]],[\"name/2230\",[822,67.245]],[\"parent/2230\",[820,5.735]],[\"name/2231\",[823,67.245]],[\"parent/2231\",[820,5.735]],[\"name/2232\",[824,67.245]],[\"parent/2232\",[820,5.735]],[\"name/2233\",[825,58.372]],[\"parent/2233\",[]],[\"name/2234\",[1,23.66]],[\"parent/2234\",[825,5.337]],[\"name/2235\",[821,67.245]],[\"parent/2235\",[825,5.337]],[\"name/2236\",[822,67.245]],[\"parent/2236\",[825,5.337]],[\"name/2237\",[823,67.245]],[\"parent/2237\",[825,5.337]],[\"name/2238\",[824,67.245]],[\"parent/2238\",[825,5.337]],[\"name/2239\",[826,70.61]],[\"parent/2239\",[825,5.337]],[\"name/2240\",[827,70.61]],[\"parent/2240\",[825,5.337]],[\"name/2241\",[828,62.725]],[\"parent/2241\",[]],[\"name/2242\",[1,23.66]],[\"parent/2242\",[828,5.735]],[\"name/2243\",[285,47.786]],[\"parent/2243\",[828,5.735]],[\"name/2244\",[31,70.61]],[\"parent/2244\",[828,5.735]],[\"name/2245\",[818,53.031]],[\"parent/2245\",[828,5.735]],[\"name/2246\",[829,75.718]],[\"parent/2246\",[]],[\"name/2247\",[254,58.372]],[\"parent/2247\",[]],[\"name/2248\",[821,67.245]],[\"parent/2248\",[254,5.337]],[\"name/2249\",[822,67.245]],[\"parent/2249\",[254,5.337]],[\"name/2250\",[823,67.245]],[\"parent/2250\",[254,5.337]],[\"name/2251\",[824,67.245]],[\"parent/2251\",[254,5.337]],[\"name/2252\",[826,70.61]],[\"parent/2252\",[254,5.337]],[\"name/2253\",[827,70.61]],[\"parent/2253\",[254,5.337]],[\"name/2254\",[830,45.596]],[\"parent/2254\",[]],[\"name/2255\",[1,23.66]],[\"parent/2255\",[830,4.169]],[\"name/2256\",[2,35.405]],[\"parent/2256\",[830,4.169]],[\"name/2257\",[620,64.732]],[\"parent/2257\",[830,4.169]],[\"name/2258\",[83,53.031]],[\"parent/2258\",[830,4.169]],[\"name/2259\",[63,54.516]],[\"parent/2259\",[830,4.169]],[\"name/2260\",[818,53.031]],[\"parent/2260\",[830,4.169]],[\"name/2261\",[814,54.516]],[\"parent/2261\",[830,4.169]],[\"name/2262\",[816,54.516]],[\"parent/2262\",[830,4.169]],[\"name/2263\",[815,54.516]],[\"parent/2263\",[830,4.169]],[\"name/2264\",[817,54.516]],[\"parent/2264\",[830,4.169]],[\"name/2265\",[596,49.569]],[\"parent/2265\",[830,4.169]],[\"name/2266\",[831,75.718]],[\"parent/2266\",[830,4.169]],[\"name/2267\",[832,75.718]],[\"parent/2267\",[830,4.169]],[\"name/2268\",[833,75.718]],[\"parent/2268\",[830,4.169]],[\"name/2269\",[834,75.718]],[\"parent/2269\",[830,4.169]],[\"name/2270\",[835,75.718]],[\"parent/2270\",[830,4.169]],[\"name/2271\",[836,75.718]],[\"parent/2271\",[830,4.169]],[\"name/2272\",[837,75.718]],[\"parent/2272\",[830,4.169]],[\"name/2273\",[838,75.718]],[\"parent/2273\",[830,4.169]],[\"name/2274\",[839,75.718]],[\"parent/2274\",[830,4.169]],[\"name/2275\",[840,75.718]],[\"parent/2275\",[830,4.169]],[\"name/2276\",[841,75.718]],[\"parent/2276\",[830,4.169]],[\"name/2277\",[842,75.718]],[\"parent/2277\",[830,4.169]],[\"name/2278\",[843,75.718]],[\"parent/2278\",[830,4.169]],[\"name/2279\",[844,75.718]],[\"parent/2279\",[830,4.169]],[\"name/2280\",[845,75.718]],[\"parent/2280\",[830,4.169]],[\"name/2281\",[846,75.718]],[\"parent/2281\",[830,4.169]],[\"name/2282\",[847,75.718]],[\"parent/2282\",[830,4.169]],[\"name/2283\",[848,75.718]],[\"parent/2283\",[830,4.169]],[\"name/2284\",[849,54.516]],[\"parent/2284\",[]],[\"name/2285\",[1,23.66]],[\"parent/2285\",[849,4.984]],[\"name/2286\",[850,75.718]],[\"parent/2286\",[849,4.984]],[\"name/2287\",[851,75.718]],[\"parent/2287\",[849,4.984]],[\"name/2288\",[814,54.516]],[\"parent/2288\",[849,4.984]],[\"name/2289\",[852,75.718]],[\"parent/2289\",[849,4.984]],[\"name/2290\",[285,47.786]],[\"parent/2290\",[849,4.984]],[\"name/2291\",[818,53.031]],[\"parent/2291\",[849,4.984]],[\"name/2292\",[816,54.516]],[\"parent/2292\",[849,4.984]],[\"name/2293\",[596,49.569]],[\"parent/2293\",[849,4.984]],[\"name/2294\",[817,54.516]],[\"parent/2294\",[849,4.984]],[\"name/2295\",[815,54.516]],[\"parent/2295\",[849,4.984]],[\"name/2296\",[853,51.739]],[\"parent/2296\",[]],[\"name/2297\",[1,23.66]],[\"parent/2297\",[853,4.731]],[\"name/2298\",[2,35.405]],[\"parent/2298\",[853,4.731]],[\"name/2299\",[285,47.786]],[\"parent/2299\",[853,4.731]],[\"name/2300\",[854,75.718]],[\"parent/2300\",[853,4.731]],[\"name/2301\",[63,54.516]],[\"parent/2301\",[853,4.731]],[\"name/2302\",[818,53.031]],[\"parent/2302\",[853,4.731]],[\"name/2303\",[814,54.516]],[\"parent/2303\",[853,4.731]],[\"name/2304\",[816,54.516]],[\"parent/2304\",[853,4.731]],[\"name/2305\",[815,54.516]],[\"parent/2305\",[853,4.731]],[\"name/2306\",[596,49.569]],[\"parent/2306\",[853,4.731]],[\"name/2307\",[817,54.516]],[\"parent/2307\",[853,4.731]],[\"name/2308\",[855,75.718]],[\"parent/2308\",[853,4.731]],[\"name/2309\",[856,75.718]],[\"parent/2309\",[853,4.731]],[\"name/2310\",[857,75.718]],[\"parent/2310\",[853,4.731]],[\"name/2311\",[858,75.718]],[\"parent/2311\",[853,4.731]],[\"name/2312\",[859,56.259]],[\"parent/2312\",[]],[\"name/2313\",[1,23.66]],[\"parent/2313\",[859,5.144]],[\"name/2314\",[285,47.786]],[\"parent/2314\",[859,5.144]],[\"name/2315\",[818,53.031]],[\"parent/2315\",[859,5.144]],[\"name/2316\",[814,54.516]],[\"parent/2316\",[859,5.144]],[\"name/2317\",[816,54.516]],[\"parent/2317\",[859,5.144]],[\"name/2318\",[596,49.569]],[\"parent/2318\",[859,5.144]],[\"name/2319\",[815,54.516]],[\"parent/2319\",[859,5.144]],[\"name/2320\",[817,54.516]],[\"parent/2320\",[859,5.144]],[\"name/2321\",[860,75.718]],[\"parent/2321\",[859,5.144]],[\"name/2322\",[861,57.26]],[\"parent/2322\",[]],[\"name/2323\",[1,23.66]],[\"parent/2323\",[861,5.235]],[\"name/2324\",[285,47.786]],[\"parent/2324\",[861,5.235]],[\"name/2325\",[818,53.031]],[\"parent/2325\",[861,5.235]],[\"name/2326\",[814,54.516]],[\"parent/2326\",[861,5.235]],[\"name/2327\",[816,54.516]],[\"parent/2327\",[861,5.235]],[\"name/2328\",[596,49.569]],[\"parent/2328\",[861,5.235]],[\"name/2329\",[817,54.516]],[\"parent/2329\",[861,5.235]],[\"name/2330\",[815,54.516]],[\"parent/2330\",[861,5.235]],[\"name/2331\",[862,56.259]],[\"parent/2331\",[]],[\"name/2332\",[1,23.66]],[\"parent/2332\",[862,5.144]],[\"name/2333\",[764,61.055]],[\"parent/2333\",[862,5.144]],[\"name/2334\",[817,54.516]],[\"parent/2334\",[862,5.144]],[\"name/2335\",[285,47.786]],[\"parent/2335\",[862,5.144]],[\"name/2336\",[818,53.031]],[\"parent/2336\",[862,5.144]],[\"name/2337\",[814,54.516]],[\"parent/2337\",[862,5.144]],[\"name/2338\",[816,54.516]],[\"parent/2338\",[862,5.144]],[\"name/2339\",[596,49.569]],[\"parent/2339\",[862,5.144]],[\"name/2340\",[815,54.516]],[\"parent/2340\",[862,5.144]],[\"name/2341\",[863,57.26]],[\"parent/2341\",[]],[\"name/2342\",[1,23.66]],[\"parent/2342\",[863,5.235]],[\"name/2343\",[816,54.516]],[\"parent/2343\",[863,5.235]],[\"name/2344\",[596,49.569]],[\"parent/2344\",[863,5.235]],[\"name/2345\",[817,54.516]],[\"parent/2345\",[863,5.235]],[\"name/2346\",[815,54.516]],[\"parent/2346\",[863,5.235]],[\"name/2347\",[285,47.786]],[\"parent/2347\",[863,5.235]],[\"name/2348\",[818,53.031]],[\"parent/2348\",[863,5.235]],[\"name/2349\",[814,54.516]],[\"parent/2349\",[863,5.235]],[\"name/2350\",[864,53.746]],[\"parent/2350\",[]],[\"name/2351\",[1,23.66]],[\"parent/2351\",[864,4.914]],[\"name/2352\",[2,35.405]],[\"parent/2352\",[864,4.914]],[\"name/2353\",[865,75.718]],[\"parent/2353\",[864,4.914]],[\"name/2354\",[866,75.718]],[\"parent/2354\",[864,4.914]],[\"name/2355\",[867,75.718]],[\"parent/2355\",[864,4.914]],[\"name/2356\",[814,54.516]],[\"parent/2356\",[864,4.914]],[\"name/2357\",[816,54.516]],[\"parent/2357\",[864,4.914]],[\"name/2358\",[815,54.516]],[\"parent/2358\",[864,4.914]],[\"name/2359\",[285,47.786]],[\"parent/2359\",[864,4.914]],[\"name/2360\",[818,53.031]],[\"parent/2360\",[864,4.914]],[\"name/2361\",[596,49.569]],[\"parent/2361\",[864,4.914]],[\"name/2362\",[817,54.516]],[\"parent/2362\",[864,4.914]],[\"name/2363\",[45,61.055]],[\"parent/2363\",[]],[\"name/2364\",[818,53.031]],[\"parent/2364\",[45,5.582]],[\"name/2365\",[868,59.624]],[\"parent/2365\",[]],[\"name/2366\",[814,54.516]],[\"parent/2366\",[868,5.451]],[\"name/2367\",[815,54.516]],[\"parent/2367\",[868,5.451]],[\"name/2368\",[816,54.516]],[\"parent/2368\",[868,5.451]],[\"name/2369\",[596,49.569]],[\"parent/2369\",[868,5.451]],[\"name/2370\",[817,54.516]],[\"parent/2370\",[868,5.451]],[\"name/2371\",[818,53.031]],[\"parent/2371\",[868,5.451]],[\"name/2372\",[869,56.259]],[\"parent/2372\",[]],[\"name/2373\",[1,23.66]],[\"parent/2373\",[869,5.144]],[\"name/2374\",[27,70.61]],[\"parent/2374\",[869,5.144]],[\"name/2375\",[818,53.031]],[\"parent/2375\",[869,5.144]],[\"name/2376\",[814,54.516]],[\"parent/2376\",[869,5.144]],[\"name/2377\",[816,54.516]],[\"parent/2377\",[869,5.144]],[\"name/2378\",[815,54.516]],[\"parent/2378\",[869,5.144]],[\"name/2379\",[596,49.569]],[\"parent/2379\",[869,5.144]],[\"name/2380\",[817,54.516]],[\"parent/2380\",[869,5.144]],[\"name/2381\",[870,75.718]],[\"parent/2381\",[869,5.144]],[\"name/2382\",[871,56.259]],[\"parent/2382\",[]],[\"name/2383\",[198,44.96]],[\"parent/2383\",[871,5.144]],[\"name/2384\",[872,53.031]],[\"parent/2384\",[871,5.144]],[\"name/2385\",[873,51.739]],[\"parent/2385\",[871,5.144]],[\"name/2386\",[1,23.66]],[\"parent/2386\",[871,5.144]],[\"name/2387\",[198,44.96]],[\"parent/2387\",[871,5.144]],[\"name/2388\",[874,52.364]],[\"parent/2388\",[871,5.144]],[\"name/2389\",[875,52.364]],[\"parent/2389\",[871,5.144]],[\"name/2390\",[876,52.364]],[\"parent/2390\",[871,5.144]],[\"name/2391\",[539,52.364]],[\"parent/2391\",[871,5.144]],[\"name/2392\",[877,56.259]],[\"parent/2392\",[]],[\"name/2393\",[198,44.96]],[\"parent/2393\",[877,5.144]],[\"name/2394\",[872,53.031]],[\"parent/2394\",[877,5.144]],[\"name/2395\",[873,51.739]],[\"parent/2395\",[877,5.144]],[\"name/2396\",[1,23.66]],[\"parent/2396\",[877,5.144]],[\"name/2397\",[198,44.96]],[\"parent/2397\",[877,5.144]],[\"name/2398\",[874,52.364]],[\"parent/2398\",[877,5.144]],[\"name/2399\",[875,52.364]],[\"parent/2399\",[877,5.144]],[\"name/2400\",[876,52.364]],[\"parent/2400\",[877,5.144]],[\"name/2401\",[539,52.364]],[\"parent/2401\",[877,5.144]],[\"name/2402\",[878,75.718]],[\"parent/2402\",[]],[\"name/2403\",[879,75.718]],[\"parent/2403\",[]],[\"name/2404\",[880,75.718]],[\"parent/2404\",[]],[\"name/2405\",[881,56.259]],[\"parent/2405\",[]],[\"name/2406\",[198,44.96]],[\"parent/2406\",[881,5.144]],[\"name/2407\",[872,53.031]],[\"parent/2407\",[881,5.144]],[\"name/2408\",[873,51.739]],[\"parent/2408\",[881,5.144]],[\"name/2409\",[1,23.66]],[\"parent/2409\",[881,5.144]],[\"name/2410\",[198,44.96]],[\"parent/2410\",[881,5.144]],[\"name/2411\",[874,52.364]],[\"parent/2411\",[881,5.144]],[\"name/2412\",[875,52.364]],[\"parent/2412\",[881,5.144]],[\"name/2413\",[876,52.364]],[\"parent/2413\",[881,5.144]],[\"name/2414\",[539,52.364]],[\"parent/2414\",[881,5.144]],[\"name/2415\",[882,55.349]],[\"parent/2415\",[]],[\"name/2416\",[198,44.96]],[\"parent/2416\",[882,5.061]],[\"name/2417\",[872,53.031]],[\"parent/2417\",[882,5.061]],[\"name/2418\",[873,51.739]],[\"parent/2418\",[882,5.061]],[\"name/2419\",[1,23.66]],[\"parent/2419\",[882,5.061]],[\"name/2420\",[883,67.245]],[\"parent/2420\",[882,5.061]],[\"name/2421\",[198,44.96]],[\"parent/2421\",[882,5.061]],[\"name/2422\",[874,52.364]],[\"parent/2422\",[882,5.061]],[\"name/2423\",[875,52.364]],[\"parent/2423\",[882,5.061]],[\"name/2424\",[876,52.364]],[\"parent/2424\",[882,5.061]],[\"name/2425\",[539,52.364]],[\"parent/2425\",[882,5.061]],[\"name/2426\",[884,75.718]],[\"parent/2426\",[]],[\"name/2427\",[885,75.718]],[\"parent/2427\",[]],[\"name/2428\",[886,64.732]],[\"parent/2428\",[]],[\"name/2429\",[874,52.364]],[\"parent/2429\",[886,5.918]],[\"name/2430\",[875,52.364]],[\"parent/2430\",[886,5.918]],[\"name/2431\",[876,52.364]],[\"parent/2431\",[886,5.918]],[\"name/2432\",[887,57.26]],[\"parent/2432\",[]],[\"name/2433\",[873,51.739]],[\"parent/2433\",[887,5.235]],[\"name/2434\",[115,52.364]],[\"parent/2434\",[887,5.235]],[\"name/2435\",[1,23.66]],[\"parent/2435\",[887,5.235]],[\"name/2436\",[198,44.96]],[\"parent/2436\",[887,5.235]],[\"name/2437\",[874,52.364]],[\"parent/2437\",[887,5.235]],[\"name/2438\",[875,52.364]],[\"parent/2438\",[887,5.235]],[\"name/2439\",[876,52.364]],[\"parent/2439\",[887,5.235]],[\"name/2440\",[539,52.364]],[\"parent/2440\",[887,5.235]],[\"name/2441\",[888,62.725]],[\"parent/2441\",[]],[\"name/2442\",[198,44.96]],[\"parent/2442\",[888,5.735]],[\"name/2443\",[872,53.031]],[\"parent/2443\",[888,5.735]],[\"name/2444\",[873,51.739]],[\"parent/2444\",[888,5.735]],[\"name/2445\",[1,23.66]],[\"parent/2445\",[888,5.735]],[\"name/2446\",[889,75.718]],[\"parent/2446\",[]],[\"name/2447\",[890,75.718]],[\"parent/2447\",[]],[\"name/2448\",[891,56.259]],[\"parent/2448\",[]],[\"name/2449\",[198,44.96]],[\"parent/2449\",[891,5.144]],[\"name/2450\",[872,53.031]],[\"parent/2450\",[891,5.144]],[\"name/2451\",[873,51.739]],[\"parent/2451\",[891,5.144]],[\"name/2452\",[1,23.66]],[\"parent/2452\",[891,5.144]],[\"name/2453\",[198,44.96]],[\"parent/2453\",[891,5.144]],[\"name/2454\",[874,52.364]],[\"parent/2454\",[891,5.144]],[\"name/2455\",[875,52.364]],[\"parent/2455\",[891,5.144]],[\"name/2456\",[876,52.364]],[\"parent/2456\",[891,5.144]],[\"name/2457\",[539,52.364]],[\"parent/2457\",[891,5.144]],[\"name/2458\",[892,55.349]],[\"parent/2458\",[]],[\"name/2459\",[198,44.96]],[\"parent/2459\",[892,5.061]],[\"name/2460\",[872,53.031]],[\"parent/2460\",[892,5.061]],[\"name/2461\",[873,51.739]],[\"parent/2461\",[892,5.061]],[\"name/2462\",[1,23.66]],[\"parent/2462\",[892,5.061]],[\"name/2463\",[893,70.61]],[\"parent/2463\",[892,5.061]],[\"name/2464\",[539,52.364]],[\"parent/2464\",[892,5.061]],[\"name/2465\",[198,44.96]],[\"parent/2465\",[892,5.061]],[\"name/2466\",[874,52.364]],[\"parent/2466\",[892,5.061]],[\"name/2467\",[875,52.364]],[\"parent/2467\",[892,5.061]],[\"name/2468\",[876,52.364]],[\"parent/2468\",[892,5.061]],[\"name/2469\",[894,55.349]],[\"parent/2469\",[]],[\"name/2470\",[198,44.96]],[\"parent/2470\",[894,5.061]],[\"name/2471\",[872,53.031]],[\"parent/2471\",[894,5.061]],[\"name/2472\",[873,51.739]],[\"parent/2472\",[894,5.061]],[\"name/2473\",[1,23.66]],[\"parent/2473\",[894,5.061]],[\"name/2474\",[883,67.245]],[\"parent/2474\",[894,5.061]],[\"name/2475\",[198,44.96]],[\"parent/2475\",[894,5.061]],[\"name/2476\",[874,52.364]],[\"parent/2476\",[894,5.061]],[\"name/2477\",[875,52.364]],[\"parent/2477\",[894,5.061]],[\"name/2478\",[876,52.364]],[\"parent/2478\",[894,5.061]],[\"name/2479\",[539,52.364]],[\"parent/2479\",[894,5.061]],[\"name/2480\",[895,56.259]],[\"parent/2480\",[]],[\"name/2481\",[198,44.96]],[\"parent/2481\",[895,5.144]],[\"name/2482\",[872,53.031]],[\"parent/2482\",[895,5.144]],[\"name/2483\",[873,51.739]],[\"parent/2483\",[895,5.144]],[\"name/2484\",[1,23.66]],[\"parent/2484\",[895,5.144]],[\"name/2485\",[198,44.96]],[\"parent/2485\",[895,5.144]],[\"name/2486\",[874,52.364]],[\"parent/2486\",[895,5.144]],[\"name/2487\",[875,52.364]],[\"parent/2487\",[895,5.144]],[\"name/2488\",[876,52.364]],[\"parent/2488\",[895,5.144]],[\"name/2489\",[539,52.364]],[\"parent/2489\",[895,5.144]],[\"name/2490\",[896,56.259]],[\"parent/2490\",[]],[\"name/2491\",[198,44.96]],[\"parent/2491\",[896,5.144]],[\"name/2492\",[872,53.031]],[\"parent/2492\",[896,5.144]],[\"name/2493\",[873,51.739]],[\"parent/2493\",[896,5.144]],[\"name/2494\",[1,23.66]],[\"parent/2494\",[896,5.144]],[\"name/2495\",[198,44.96]],[\"parent/2495\",[896,5.144]],[\"name/2496\",[874,52.364]],[\"parent/2496\",[896,5.144]],[\"name/2497\",[875,52.364]],[\"parent/2497\",[896,5.144]],[\"name/2498\",[876,52.364]],[\"parent/2498\",[896,5.144]],[\"name/2499\",[539,52.364]],[\"parent/2499\",[896,5.144]],[\"name/2500\",[897,56.259]],[\"parent/2500\",[]],[\"name/2501\",[198,44.96]],[\"parent/2501\",[897,5.144]],[\"name/2502\",[872,53.031]],[\"parent/2502\",[897,5.144]],[\"name/2503\",[873,51.739]],[\"parent/2503\",[897,5.144]],[\"name/2504\",[1,23.66]],[\"parent/2504\",[897,5.144]],[\"name/2505\",[198,44.96]],[\"parent/2505\",[897,5.144]],[\"name/2506\",[874,52.364]],[\"parent/2506\",[897,5.144]],[\"name/2507\",[875,52.364]],[\"parent/2507\",[897,5.144]],[\"name/2508\",[876,52.364]],[\"parent/2508\",[897,5.144]],[\"name/2509\",[539,52.364]],[\"parent/2509\",[897,5.144]],[\"name/2510\",[898,75.718]],[\"parent/2510\",[]],[\"name/2511\",[899,56.259]],[\"parent/2511\",[]],[\"name/2512\",[873,51.739]],[\"parent/2512\",[899,5.144]],[\"name/2513\",[115,52.364]],[\"parent/2513\",[899,5.144]],[\"name/2514\",[1,23.66]],[\"parent/2514\",[899,5.144]],[\"name/2515\",[883,67.245]],[\"parent/2515\",[899,5.144]],[\"name/2516\",[198,44.96]],[\"parent/2516\",[899,5.144]],[\"name/2517\",[874,52.364]],[\"parent/2517\",[899,5.144]],[\"name/2518\",[875,52.364]],[\"parent/2518\",[899,5.144]],[\"name/2519\",[876,52.364]],[\"parent/2519\",[899,5.144]],[\"name/2520\",[539,52.364]],[\"parent/2520\",[899,5.144]],[\"name/2521\",[900,62.725]],[\"parent/2521\",[]],[\"name/2522\",[198,44.96]],[\"parent/2522\",[900,5.735]],[\"name/2523\",[872,53.031]],[\"parent/2523\",[900,5.735]],[\"name/2524\",[873,51.739]],[\"parent/2524\",[900,5.735]],[\"name/2525\",[1,23.66]],[\"parent/2525\",[900,5.735]],[\"name/2526\",[901,75.718]],[\"parent/2526\",[]],[\"name/2527\",[902,57.26]],[\"parent/2527\",[]],[\"name/2528\",[903,75.718]],[\"parent/2528\",[902,5.235]],[\"name/2529\",[904,75.718]],[\"parent/2529\",[902,5.235]],[\"name/2530\",[905,75.718]],[\"parent/2530\",[902,5.235]],[\"name/2531\",[906,75.718]],[\"parent/2531\",[902,5.235]],[\"name/2532\",[488,61.055]],[\"parent/2532\",[902,5.235]],[\"name/2533\",[249,64.732]],[\"parent/2533\",[902,5.235]],[\"name/2534\",[344,67.245]],[\"parent/2534\",[902,5.235]],[\"name/2535\",[907,75.718]],[\"parent/2535\",[902,5.235]],[\"name/2536\",[908,56.259]],[\"parent/2536\",[]],[\"name/2537\",[198,44.96]],[\"parent/2537\",[908,5.144]],[\"name/2538\",[872,53.031]],[\"parent/2538\",[908,5.144]],[\"name/2539\",[873,51.739]],[\"parent/2539\",[908,5.144]],[\"name/2540\",[1,23.66]],[\"parent/2540\",[908,5.144]],[\"name/2541\",[198,44.96]],[\"parent/2541\",[908,5.144]],[\"name/2542\",[874,52.364]],[\"parent/2542\",[908,5.144]],[\"name/2543\",[875,52.364]],[\"parent/2543\",[908,5.144]],[\"name/2544\",[876,52.364]],[\"parent/2544\",[908,5.144]],[\"name/2545\",[539,52.364]],[\"parent/2545\",[908,5.144]],[\"name/2546\",[909,56.259]],[\"parent/2546\",[]],[\"name/2547\",[198,44.96]],[\"parent/2547\",[909,5.144]],[\"name/2548\",[872,53.031]],[\"parent/2548\",[909,5.144]],[\"name/2549\",[873,51.739]],[\"parent/2549\",[909,5.144]],[\"name/2550\",[1,23.66]],[\"parent/2550\",[909,5.144]],[\"name/2551\",[198,44.96]],[\"parent/2551\",[909,5.144]],[\"name/2552\",[874,52.364]],[\"parent/2552\",[909,5.144]],[\"name/2553\",[875,52.364]],[\"parent/2553\",[909,5.144]],[\"name/2554\",[876,52.364]],[\"parent/2554\",[909,5.144]],[\"name/2555\",[539,52.364]],[\"parent/2555\",[909,5.144]],[\"name/2556\",[910,62.725]],[\"parent/2556\",[]],[\"name/2557\",[1,23.66]],[\"parent/2557\",[910,5.735]],[\"name/2558\",[4,28.04]],[\"parent/2558\",[910,5.735]],[\"name/2559\",[5,28.503]],[\"parent/2559\",[910,5.735]],[\"name/2560\",[6,28.503]],[\"parent/2560\",[910,5.735]],[\"name/2561\",[911,59.624]],[\"parent/2561\",[]],[\"name/2562\",[1,23.66]],[\"parent/2562\",[911,5.451]],[\"name/2563\",[2,35.405]],[\"parent/2563\",[911,5.451]],[\"name/2564\",[19,59.624]],[\"parent/2564\",[911,5.451]],[\"name/2565\",[4,28.04]],[\"parent/2565\",[911,5.451]],[\"name/2566\",[6,28.503]],[\"parent/2566\",[911,5.451]],[\"name/2567\",[5,28.503]],[\"parent/2567\",[911,5.451]],[\"name/2568\",[912,55.349]],[\"parent/2568\",[]],[\"name/2569\",[1,23.66]],[\"parent/2569\",[912,5.061]],[\"name/2570\",[285,47.786]],[\"parent/2570\",[912,5.061]],[\"name/2571\",[264,51.739]],[\"parent/2571\",[912,5.061]],[\"name/2572\",[428,59.624]],[\"parent/2572\",[912,5.061]],[\"name/2573\",[913,75.718]],[\"parent/2573\",[912,5.061]],[\"name/2574\",[914,75.718]],[\"parent/2574\",[912,5.061]],[\"name/2575\",[4,28.04]],[\"parent/2575\",[912,5.061]],[\"name/2576\",[6,28.503]],[\"parent/2576\",[912,5.061]],[\"name/2577\",[5,28.503]],[\"parent/2577\",[912,5.061]],[\"name/2578\",[915,75.718]],[\"parent/2578\",[912,5.061]],[\"name/2579\",[916,75.718]],[\"parent/2579\",[]],[\"name/2580\",[917,75.718]],[\"parent/2580\",[]],[\"name/2581\",[918,58.372]],[\"parent/2581\",[]],[\"name/2582\",[1,23.66]],[\"parent/2582\",[918,5.337]],[\"name/2583\",[893,70.61]],[\"parent/2583\",[918,5.337]],[\"name/2584\",[285,47.786]],[\"parent/2584\",[918,5.337]],[\"name/2585\",[4,28.04]],[\"parent/2585\",[918,5.337]],[\"name/2586\",[5,28.503]],[\"parent/2586\",[918,5.337]],[\"name/2587\",[919,75.718]],[\"parent/2587\",[918,5.337]],[\"name/2588\",[6,28.503]],[\"parent/2588\",[918,5.337]],[\"name/2589\",[920,61.055]],[\"parent/2589\",[]],[\"name/2590\",[1,23.66]],[\"parent/2590\",[920,5.582]],[\"name/2591\",[19,59.624]],[\"parent/2591\",[920,5.582]],[\"name/2592\",[4,28.04]],[\"parent/2592\",[920,5.582]],[\"name/2593\",[5,28.503]],[\"parent/2593\",[920,5.582]],[\"name/2594\",[6,28.503]],[\"parent/2594\",[920,5.582]],[\"name/2595\",[921,61.055]],[\"parent/2595\",[]],[\"name/2596\",[1,23.66]],[\"parent/2596\",[921,5.582]],[\"name/2597\",[19,59.624]],[\"parent/2597\",[921,5.582]],[\"name/2598\",[5,28.503]],[\"parent/2598\",[921,5.582]],[\"name/2599\",[4,28.04]],[\"parent/2599\",[921,5.582]],[\"name/2600\",[6,28.503]],[\"parent/2600\",[921,5.582]],[\"name/2601\",[922,61.055]],[\"parent/2601\",[]],[\"name/2602\",[1,23.66]],[\"parent/2602\",[922,5.582]],[\"name/2603\",[238,64.732]],[\"parent/2603\",[922,5.582]],[\"name/2604\",[5,28.503]],[\"parent/2604\",[922,5.582]],[\"name/2605\",[4,28.04]],[\"parent/2605\",[922,5.582]],[\"name/2606\",[6,28.503]],[\"parent/2606\",[922,5.582]],[\"name/2607\",[923,61.055]],[\"parent/2607\",[]],[\"name/2608\",[1,23.66]],[\"parent/2608\",[923,5.582]],[\"name/2609\",[168,59.624]],[\"parent/2609\",[923,5.582]],[\"name/2610\",[5,28.503]],[\"parent/2610\",[923,5.582]],[\"name/2611\",[4,28.04]],[\"parent/2611\",[923,5.582]],[\"name/2612\",[6,28.503]],[\"parent/2612\",[923,5.582]],[\"name/2613\",[924,56.259]],[\"parent/2613\",[]],[\"name/2614\",[1,23.66]],[\"parent/2614\",[924,5.144]],[\"name/2615\",[19,59.624]],[\"parent/2615\",[924,5.144]],[\"name/2616\",[925,75.718]],[\"parent/2616\",[924,5.144]],[\"name/2617\",[926,75.718]],[\"parent/2617\",[924,5.144]],[\"name/2618\",[4,28.04]],[\"parent/2618\",[924,5.144]],[\"name/2619\",[5,28.503]],[\"parent/2619\",[924,5.144]],[\"name/2620\",[20,67.245]],[\"parent/2620\",[924,5.144]],[\"name/2621\",[18,67.245]],[\"parent/2621\",[924,5.144]],[\"name/2622\",[6,28.503]],[\"parent/2622\",[924,5.144]],[\"name/2623\",[927,61.055]],[\"parent/2623\",[]],[\"name/2624\",[1,23.66]],[\"parent/2624\",[927,5.582]],[\"name/2625\",[928,75.718]],[\"parent/2625\",[927,5.582]],[\"name/2626\",[4,28.04]],[\"parent/2626\",[927,5.582]],[\"name/2627\",[5,28.503]],[\"parent/2627\",[927,5.582]],[\"name/2628\",[6,28.503]],[\"parent/2628\",[927,5.582]],[\"name/2629\",[929,59.624]],[\"parent/2629\",[]],[\"name/2630\",[1,23.66]],[\"parent/2630\",[929,5.451]],[\"name/2631\",[2,35.405]],[\"parent/2631\",[929,5.451]],[\"name/2632\",[19,59.624]],[\"parent/2632\",[929,5.451]],[\"name/2633\",[4,28.04]],[\"parent/2633\",[929,5.451]],[\"name/2634\",[5,28.503]],[\"parent/2634\",[929,5.451]],[\"name/2635\",[6,28.503]],[\"parent/2635\",[929,5.451]],[\"name/2636\",[930,62.725]],[\"parent/2636\",[]],[\"name/2637\",[1,23.66]],[\"parent/2637\",[930,5.735]],[\"name/2638\",[931,64.732]],[\"parent/2638\",[930,5.735]],[\"name/2639\",[932,64.732]],[\"parent/2639\",[930,5.735]],[\"name/2640\",[933,64.732]],[\"parent/2640\",[930,5.735]],[\"name/2641\",[83,53.031]],[\"parent/2641\",[]],[\"name/2642\",[931,64.732]],[\"parent/2642\",[83,4.849]],[\"name/2643\",[932,64.732]],[\"parent/2643\",[83,4.849]],[\"name/2644\",[933,64.732]],[\"parent/2644\",[83,4.849]],[\"name/2645\",[934,59.624]],[\"parent/2645\",[]],[\"name/2646\",[1,23.66]],[\"parent/2646\",[934,5.451]],[\"name/2647\",[70,53.746]],[\"parent/2647\",[934,5.451]],[\"name/2648\",[2,35.405]],[\"parent/2648\",[934,5.451]],[\"name/2649\",[931,64.732]],[\"parent/2649\",[934,5.451]],[\"name/2650\",[933,64.732]],[\"parent/2650\",[934,5.451]],[\"name/2651\",[932,64.732]],[\"parent/2651\",[934,5.451]],[\"name/2652\",[935,58.372]],[\"parent/2652\",[]],[\"name/2653\",[1,23.66]],[\"parent/2653\",[935,5.337]],[\"name/2654\",[70,53.746]],[\"parent/2654\",[935,5.337]],[\"name/2655\",[751,70.61]],[\"parent/2655\",[935,5.337]],[\"name/2656\",[2,35.405]],[\"parent/2656\",[935,5.337]],[\"name/2657\",[931,64.732]],[\"parent/2657\",[935,5.337]],[\"name/2658\",[933,64.732]],[\"parent/2658\",[935,5.337]],[\"name/2659\",[932,64.732]],[\"parent/2659\",[935,5.337]],[\"name/2660\",[936,67.245]],[\"parent/2660\",[]],[\"name/2661\",[937,59.624]],[\"parent/2661\",[936,6.148]],[\"name/2662\",[938,59.624]],[\"parent/2662\",[936,6.148]],[\"name/2663\",[939,61.055]],[\"parent/2663\",[]],[\"name/2664\",[1,23.66]],[\"parent/2664\",[939,5.582]],[\"name/2665\",[700,62.725]],[\"parent/2665\",[939,5.582]],[\"name/2666\",[937,59.624]],[\"parent/2666\",[939,5.582]],[\"name/2667\",[938,59.624]],[\"parent/2667\",[939,5.582]],[\"name/2668\",[940,75.718]],[\"parent/2668\",[939,5.582]],[\"name/2669\",[941,64.732]],[\"parent/2669\",[]],[\"name/2670\",[942,75.718]],[\"parent/2670\",[941,5.918]],[\"name/2671\",[36,70.61]],[\"parent/2671\",[941,5.918]],[\"name/2672\",[38,70.61]],[\"parent/2672\",[941,5.918]],[\"name/2673\",[943,53.031]],[\"parent/2673\",[]],[\"name/2674\",[1,23.66]],[\"parent/2674\",[943,4.849]],[\"name/2675\",[700,62.725]],[\"parent/2675\",[943,4.849]],[\"name/2676\",[264,51.739]],[\"parent/2676\",[943,4.849]],[\"name/2677\",[944,75.718]],[\"parent/2677\",[943,4.849]],[\"name/2678\",[937,59.624]],[\"parent/2678\",[943,4.849]],[\"name/2679\",[938,59.624]],[\"parent/2679\",[943,4.849]],[\"name/2680\",[945,75.718]],[\"parent/2680\",[943,4.849]],[\"name/2681\",[946,75.718]],[\"parent/2681\",[943,4.849]],[\"name/2682\",[947,75.718]],[\"parent/2682\",[943,4.849]],[\"name/2683\",[948,75.718]],[\"parent/2683\",[943,4.849]],[\"name/2684\",[949,75.718]],[\"parent/2684\",[943,4.849]],[\"name/2685\",[950,75.718]],[\"parent/2685\",[943,4.849]],[\"name/2686\",[951,75.718]],[\"parent/2686\",[943,4.849]],[\"name/2687\",[952,67.245]],[\"parent/2687\",[]],[\"name/2688\",[937,59.624]],[\"parent/2688\",[952,6.148]],[\"name/2689\",[938,59.624]],[\"parent/2689\",[952,6.148]],[\"name/2690\",[953,62.725]],[\"parent/2690\",[]],[\"name/2691\",[954,75.718]],[\"parent/2691\",[953,5.735]],[\"name/2692\",[955,75.718]],[\"parent/2692\",[953,5.735]],[\"name/2693\",[956,75.718]],[\"parent/2693\",[953,5.735]],[\"name/2694\",[957,51.739]],[\"parent/2694\",[]],[\"name/2695\",[1,23.66]],[\"parent/2695\",[957,4.731]],[\"name/2696\",[2,35.405]],[\"parent/2696\",[957,4.731]],[\"name/2697\",[958,75.718]],[\"parent/2697\",[957,4.731]],[\"name/2698\",[959,75.718]],[\"parent/2698\",[957,4.731]],[\"name/2699\",[960,75.718]],[\"parent/2699\",[957,4.731]],[\"name/2700\",[953,62.725]],[\"parent/2700\",[957,4.731]],[\"name/2701\",[961,75.718]],[\"parent/2701\",[957,4.731]],[\"name/2702\",[962,75.718]],[\"parent/2702\",[957,4.731]],[\"name/2703\",[963,75.718]],[\"parent/2703\",[957,4.731]],[\"name/2704\",[964,75.718]],[\"parent/2704\",[957,4.731]],[\"name/2705\",[937,59.624]],[\"parent/2705\",[957,4.731]],[\"name/2706\",[938,59.624]],[\"parent/2706\",[957,4.731]],[\"name/2707\",[965,67.245]],[\"parent/2707\",[957,4.731]],[\"name/2708\",[966,67.245]],[\"parent/2708\",[957,4.731]],[\"name/2709\",[420,62.725]],[\"parent/2709\",[957,4.731]],[\"name/2710\",[967,67.245]],[\"parent/2710\",[]],[\"name/2711\",[965,67.245]],[\"parent/2711\",[967,6.148]],[\"name/2712\",[966,67.245]],[\"parent/2712\",[967,6.148]],[\"name/2713\",[968,58.372]],[\"parent/2713\",[]],[\"name/2714\",[1,23.66]],[\"parent/2714\",[968,5.337]],[\"name/2715\",[2,35.405]],[\"parent/2715\",[968,5.337]],[\"name/2716\",[700,62.725]],[\"parent/2716\",[968,5.337]],[\"name/2717\",[969,75.718]],[\"parent/2717\",[968,5.337]],[\"name/2718\",[965,67.245]],[\"parent/2718\",[968,5.337]],[\"name/2719\",[966,67.245]],[\"parent/2719\",[968,5.337]],[\"name/2720\",[970,75.718]],[\"parent/2720\",[968,5.337]],[\"name/2721\",[971,58.372]],[\"parent/2721\",[]],[\"name/2722\",[1,23.66]],[\"parent/2722\",[971,5.337]],[\"name/2723\",[2,35.405]],[\"parent/2723\",[971,5.337]],[\"name/2724\",[700,62.725]],[\"parent/2724\",[971,5.337]],[\"name/2725\",[32,67.245]],[\"parent/2725\",[971,5.337]],[\"name/2726\",[937,59.624]],[\"parent/2726\",[971,5.337]],[\"name/2727\",[938,59.624]],[\"parent/2727\",[971,5.337]],[\"name/2728\",[972,75.718]],[\"parent/2728\",[971,5.337]],[\"name/2729\",[973,62.725]],[\"parent/2729\",[]],[\"name/2730\",[1,23.66]],[\"parent/2730\",[973,5.735]],[\"name/2731\",[2,35.405]],[\"parent/2731\",[973,5.735]],[\"name/2732\",[937,59.624]],[\"parent/2732\",[973,5.735]],[\"name/2733\",[938,59.624]],[\"parent/2733\",[973,5.735]],[\"name/2734\",[974,61.055]],[\"parent/2734\",[]],[\"name/2735\",[1,23.66]],[\"parent/2735\",[974,5.582]],[\"name/2736\",[975,75.718]],[\"parent/2736\",[974,5.582]],[\"name/2737\",[976,75.718]],[\"parent/2737\",[974,5.582]],[\"name/2738\",[977,75.718]],[\"parent/2738\",[974,5.582]],[\"name/2739\",[978,64.732]],[\"parent/2739\",[974,5.582]],[\"name/2740\",[979,64.732]],[\"parent/2740\",[]],[\"name/2741\",[1,23.66]],[\"parent/2741\",[979,5.918]],[\"name/2742\",[980,70.61]],[\"parent/2742\",[979,5.918]],[\"name/2743\",[978,64.732]],[\"parent/2743\",[979,5.918]],[\"name/2744\",[981,64.732]],[\"parent/2744\",[]],[\"name/2745\",[1,23.66]],[\"parent/2745\",[981,5.918]],[\"name/2746\",[980,70.61]],[\"parent/2746\",[981,5.918]],[\"name/2747\",[978,64.732]],[\"parent/2747\",[981,5.918]],[\"name/2748\",[982,75.718]],[\"parent/2748\",[]],[\"name/2749\",[983,75.718]],[\"parent/2749\",[]],[\"name/2750\",[363,64.732]],[\"parent/2750\",[]],[\"name/2751\",[984,75.718]],[\"parent/2751\",[]],[\"name/2752\",[985,67.245]],[\"parent/2752\",[]],[\"name/2753\",[985,67.245]],[\"parent/2753\",[985,6.148]],[\"name/2754\",[986,64.732]],[\"parent/2754\",[]],[\"name/2755\",[987,75.718]],[\"parent/2755\",[986,5.918]],[\"name/2756\",[986,64.732]],[\"parent/2756\",[986,5.918]],[\"name/2757\",[303,54.516]],[\"parent/2757\",[]],[\"name/2758\",[978,64.732]],[\"parent/2758\",[303,4.984]],[\"name/2759\",[988,75.718]],[\"parent/2759\",[]],[\"name/2760\",[989,75.718]],[\"parent/2760\",[]],[\"name/2761\",[990,75.718]],[\"parent/2761\",[]],[\"name/2762\",[991,75.718]],[\"parent/2762\",[]],[\"name/2763\",[992,75.718]],[\"parent/2763\",[]],[\"name/2764\",[993,75.718]],[\"parent/2764\",[]],[\"name/2765\",[994,75.718]],[\"parent/2765\",[]],[\"name/2766\",[995,75.718]],[\"parent/2766\",[]],[\"name/2767\",[996,75.718]],[\"parent/2767\",[]],[\"name/2768\",[997,75.718]],[\"parent/2768\",[]],[\"name/2769\",[998,75.718]],[\"parent/2769\",[]],[\"name/2770\",[999,70.61]],[\"parent/2770\",[]],[\"name/2771\",[115,52.364]],[\"parent/2771\",[999,6.456]],[\"name/2772\",[26,67.245]],[\"parent/2772\",[1000,6.456]],[\"name/2773\",[1001,75.718]],[\"parent/2773\",[1000,6.456]],[\"name/2774\",[1002,75.718]],[\"parent/2774\",[]],[\"name/2775\",[1003,75.718]],[\"parent/2775\",[]],[\"name/2776\",[1004,75.718]],[\"parent/2776\",[]],[\"name/2777\",[1005,75.718]],[\"parent/2777\",[]],[\"name/2778\",[1006,75.718]],[\"parent/2778\",[]],[\"name/2779\",[1007,75.718]],[\"parent/2779\",[]],[\"name/2780\",[1008,75.718]],[\"parent/2780\",[]],[\"name/2781\",[1009,75.718]],[\"parent/2781\",[]],[\"name/2782\",[1010,75.718]],[\"parent/2782\",[]],[\"name/2783\",[1011,75.718]],[\"parent/2783\",[]],[\"name/2784\",[1012,75.718]],[\"parent/2784\",[]],[\"name/2785\",[1013,75.718]],[\"parent/2785\",[]],[\"name/2786\",[1014,75.718]],[\"parent/2786\",[]],[\"name/2787\",[1015,75.718]],[\"parent/2787\",[]],[\"name/2788\",[1016,75.718]],[\"parent/2788\",[]],[\"name/2789\",[1017,75.718]],[\"parent/2789\",[]],[\"name/2790\",[1018,75.718]],[\"parent/2790\",[]],[\"name/2791\",[1019,75.718]],[\"parent/2791\",[]],[\"name/2792\",[1020,75.718]],[\"parent/2792\",[]],[\"name/2793\",[1021,67.245]],[\"parent/2793\",[]],[\"name/2794\",[1022,61.055]],[\"parent/2794\",[1021,6.148]],[\"name/2795\",[240,59.624]],[\"parent/2795\",[1021,6.148]],[\"name/2796\",[1023,62.725]],[\"parent/2796\",[]],[\"name/2797\",[1024,67.245]],[\"parent/2797\",[1023,5.735]],[\"name/2798\",[115,52.364]],[\"parent/2798\",[1023,5.735]],[\"name/2799\",[1025,75.718]],[\"parent/2799\",[1026,6.456]],[\"name/2800\",[683,67.245]],[\"parent/2800\",[1026,6.456]],[\"name/2801\",[1022,61.055]],[\"parent/2801\",[1023,5.735]],[\"name/2802\",[240,59.624]],[\"parent/2802\",[1023,5.735]],[\"name/2803\",[1027,67.245]],[\"parent/2803\",[]],[\"name/2804\",[1022,61.055]],[\"parent/2804\",[1027,6.148]],[\"name/2805\",[240,59.624]],[\"parent/2805\",[1027,6.148]],[\"name/2806\",[1028,67.245]],[\"parent/2806\",[]],[\"name/2807\",[1022,61.055]],[\"parent/2807\",[1028,6.148]],[\"name/2808\",[240,59.624]],[\"parent/2808\",[1028,6.148]],[\"name/2809\",[1029,67.245]],[\"parent/2809\",[]],[\"name/2810\",[1022,61.055]],[\"parent/2810\",[1029,6.148]],[\"name/2811\",[240,59.624]],[\"parent/2811\",[1029,6.148]],[\"name/2812\",[1030,67.245]],[\"parent/2812\",[]],[\"name/2813\",[1022,61.055]],[\"parent/2813\",[1030,6.148]],[\"name/2814\",[240,59.624]],[\"parent/2814\",[1030,6.148]],[\"name/2815\",[233,56.259]],[\"parent/2815\",[]],[\"name/2816\",[238,64.732]],[\"parent/2816\",[233,5.144]],[\"name/2817\",[1024,67.245]],[\"parent/2817\",[233,5.144]],[\"name/2818\",[1031,70.61]],[\"parent/2818\",[]],[\"name/2819\",[1032,75.718]],[\"parent/2819\",[1031,6.456]],[\"name/2820\",[1033,67.245]],[\"parent/2820\",[]],[\"name/2821\",[253,64.732]],[\"parent/2821\",[1033,6.148]],[\"name/2822\",[1024,67.245]],[\"parent/2822\",[1033,6.148]],[\"name/2823\",[1034,62.725]],[\"parent/2823\",[]],[\"name/2824\",[1035,75.718]],[\"parent/2824\",[1034,5.735]],[\"name/2825\",[1036,75.718]],[\"parent/2825\",[1034,5.735]],[\"name/2826\",[342,70.61]],[\"parent/2826\",[1034,5.735]],[\"name/2827\",[1037,75.718]],[\"parent/2827\",[1034,5.735]],[\"name/2828\",[1038,75.718]],[\"parent/2828\",[]],[\"name/2829\",[1039,75.718]],[\"parent/2829\",[]],[\"name/2830\",[1040,75.718]],[\"parent/2830\",[]],[\"name/2831\",[1041,75.718]],[\"parent/2831\",[]],[\"name/2832\",[1042,75.718]],[\"parent/2832\",[]],[\"name/2833\",[1043,75.718]],[\"parent/2833\",[]],[\"name/2834\",[1044,75.718]],[\"parent/2834\",[]],[\"name/2835\",[1045,75.718]],[\"parent/2835\",[]],[\"name/2836\",[1046,75.718]],[\"parent/2836\",[]],[\"name/2837\",[1047,75.718]],[\"parent/2837\",[]],[\"name/2838\",[1048,75.718]],[\"parent/2838\",[]],[\"name/2839\",[1049,75.718]],[\"parent/2839\",[]],[\"name/2840\",[1050,75.718]],[\"parent/2840\",[]],[\"name/2841\",[1051,75.718]],[\"parent/2841\",[]],[\"name/2842\",[1052,75.718]],[\"parent/2842\",[]],[\"name/2843\",[1053,75.718]],[\"parent/2843\",[]],[\"name/2844\",[1054,75.718]],[\"parent/2844\",[]],[\"name/2845\",[1055,75.718]],[\"parent/2845\",[]],[\"name/2846\",[1056,75.718]],[\"parent/2846\",[]],[\"name/2847\",[1057,75.718]],[\"parent/2847\",[]],[\"name/2848\",[1058,75.718]],[\"parent/2848\",[]],[\"name/2849\",[1059,75.718]],[\"parent/2849\",[]],[\"name/2850\",[1060,75.718]],[\"parent/2850\",[]],[\"name/2851\",[1061,75.718]],[\"parent/2851\",[]],[\"name/2852\",[1062,75.718]],[\"parent/2852\",[]],[\"name/2853\",[1063,75.718]],[\"parent/2853\",[]],[\"name/2854\",[1064,75.718]],[\"parent/2854\",[]],[\"name/2855\",[1065,70.61]],[\"parent/2855\",[]],[\"name/2856\",[1,23.66]],[\"parent/2856\",[1065,6.456]],[\"name/2857\",[1066,75.718]],[\"parent/2857\",[]],[\"name/2858\",[1067,75.718]],[\"parent/2858\",[]],[\"name/2859\",[1068,75.718]],[\"parent/2859\",[]],[\"name/2860\",[1069,75.718]],[\"parent/2860\",[]],[\"name/2861\",[1070,75.718]],[\"parent/2861\",[]],[\"name/2862\",[1071,75.718]],[\"parent/2862\",[]],[\"name/2863\",[1072,75.718]],[\"parent/2863\",[]],[\"name/2864\",[1073,75.718]],[\"parent/2864\",[]],[\"name/2865\",[1074,75.718]],[\"parent/2865\",[]],[\"name/2866\",[1075,75.718]],[\"parent/2866\",[]],[\"name/2867\",[1076,75.718]],[\"parent/2867\",[]],[\"name/2868\",[1077,75.718]],[\"parent/2868\",[]],[\"name/2869\",[1078,67.245]],[\"parent/2869\",[]],[\"name/2870\",[1079,75.718]],[\"parent/2870\",[1078,6.148]],[\"name/2871\",[1080,75.718]],[\"parent/2871\",[1078,6.148]],[\"name/2872\",[1081,75.718]],[\"parent/2872\",[]],[\"name/2873\",[1082,75.718]],[\"parent/2873\",[]],[\"name/2874\",[1083,75.718]],[\"parent/2874\",[]],[\"name/2875\",[1084,75.718]],[\"parent/2875\",[]],[\"name/2876\",[1085,75.718]],[\"parent/2876\",[]],[\"name/2877\",[1086,75.718]],[\"parent/2877\",[]],[\"name/2878\",[1087,75.718]],[\"parent/2878\",[]],[\"name/2879\",[1088,75.718]],[\"parent/2879\",[]],[\"name/2880\",[1089,75.718]],[\"parent/2880\",[]],[\"name/2881\",[1090,75.718]],[\"parent/2881\",[]],[\"name/2882\",[1091,75.718]],[\"parent/2882\",[]],[\"name/2883\",[1092,75.718]],[\"parent/2883\",[]],[\"name/2884\",[1093,75.718]],[\"parent/2884\",[]],[\"name/2885\",[1094,75.718]],[\"parent/2885\",[]],[\"name/2886\",[26,67.245]],[\"parent/2886\",[]],[\"name/2887\",[196,67.245]],[\"parent/2887\",[]],[\"name/2888\",[1095,75.718]],[\"parent/2888\",[]],[\"name/2889\",[1096,75.718]],[\"parent/2889\",[]],[\"name/2890\",[1097,75.718]],[\"parent/2890\",[]],[\"name/2891\",[1098,75.718]],[\"parent/2891\",[]],[\"name/2892\",[1099,75.718]],[\"parent/2892\",[]],[\"name/2893\",[1100,75.718]],[\"parent/2893\",[]],[\"name/2894\",[1101,75.718]],[\"parent/2894\",[]],[\"name/2895\",[1102,75.718]],[\"parent/2895\",[]],[\"name/2896\",[1103,75.718]],[\"parent/2896\",[]],[\"name/2897\",[1104,75.718]],[\"parent/2897\",[]],[\"name/2898\",[1105,75.718]],[\"parent/2898\",[]],[\"name/2899\",[1106,75.718]],[\"parent/2899\",[]],[\"name/2900\",[1107,75.718]],[\"parent/2900\",[]],[\"name/2901\",[1108,75.718]],[\"parent/2901\",[]],[\"name/2902\",[1109,75.718]],[\"parent/2902\",[]],[\"name/2903\",[1110,75.718]],[\"parent/2903\",[]],[\"name/2904\",[1111,75.718]],[\"parent/2904\",[]],[\"name/2905\",[1112,75.718]],[\"parent/2905\",[]],[\"name/2906\",[1113,75.718]],[\"parent/2906\",[]],[\"name/2907\",[1114,75.718]],[\"parent/2907\",[]],[\"name/2908\",[1115,75.718]],[\"parent/2908\",[]],[\"name/2909\",[1116,75.718]],[\"parent/2909\",[]],[\"name/2910\",[1117,75.718]],[\"parent/2910\",[]],[\"name/2911\",[1118,75.718]],[\"parent/2911\",[]],[\"name/2912\",[1119,75.718]],[\"parent/2912\",[]]],\"invertedIndex\":[[\"__type\",{\"_index\":115,\"name\":{\"279\":{},\"505\":{},\"641\":{},\"859\":{},\"863\":{},\"1402\":{},\"1543\":{},\"1659\":{},\"1942\":{},\"2036\":{},\"2083\":{},\"2434\":{},\"2513\":{},\"2771\":{},\"2798\":{}},\"parent\":{}}],[\"absolutefilepath\",{\"_index\":1040,\"name\":{\"2830\":{}},\"parent\":{}}],[\"absolutepathinteractionroute\",{\"_index\":373,\"name\":{\"922\":{}},\"parent\":{\"923\":{},\"924\":{},\"925\":{}}}],[\"accept\",{\"_index\":1023,\"name\":{\"2796\":{}},\"parent\":{\"2797\":{},\"2798\":{},\"2801\":{},\"2802\":{}}}],[\"accept.__type\",{\"_index\":1026,\"name\":{},\"parent\":{\"2799\":{},\"2800\":{}}}],[\"acceptcharset\",{\"_index\":1027,\"name\":{\"2803\":{}},\"parent\":{\"2804\":{},\"2805\":{}}}],[\"acceptdatetime\",{\"_index\":1030,\"name\":{\"2812\":{}},\"parent\":{\"2813\":{},\"2814\":{}}}],[\"acceptencoding\",{\"_index\":1028,\"name\":{\"2806\":{}},\"parent\":{\"2807\":{},\"2808\":{}}}],[\"acceptheader\",{\"_index\":1021,\"name\":{\"2793\":{}},\"parent\":{\"2794\":{},\"2795\":{}}}],[\"acceptlanguage\",{\"_index\":1029,\"name\":{\"2809\":{}},\"parent\":{\"2810\":{},\"2811\":{}}}],[\"acceptpreferenceparser\",{\"_index\":144,\"name\":{\"380\":{}},\"parent\":{\"381\":{},\"382\":{},\"383\":{},\"384\":{}}}],[\"accepttypes\",{\"_index\":175,\"name\":{\"504\":{}},\"parent\":{}}],[\"accesschecker\",{\"_index\":24,\"name\":{\"52\":{},\"194\":{}},\"parent\":{\"53\":{},\"54\":{},\"55\":{},\"56\":{}}}],[\"accesscheckerargs\",{\"_index\":25,\"name\":{\"57\":{}},\"parent\":{\"58\":{},\"59\":{},\"60\":{}}}],[\"accessmode\",{\"_index\":35,\"name\":{\"80\":{}},\"parent\":{\"81\":{},\"82\":{},\"83\":{},\"84\":{},\"85\":{}}}],[\"accessor\",{\"_index\":620,\"name\":{\"1674\":{},\"1712\":{},\"2134\":{},\"2257\":{}},\"parent\":{}}],[\"accountpayload\",{\"_index\":327,\"name\":{\"829\":{}},\"parent\":{\"830\":{},\"831\":{},\"832\":{},\"833\":{}}}],[\"accountsettings\",{\"_index\":316,\"name\":{\"814\":{}},\"parent\":{\"815\":{},\"816\":{},\"817\":{}}}],[\"accountstore\",{\"_index\":66,\"name\":{\"146\":{},\"730\":{},\"737\":{},\"755\":{},\"762\":{},\"767\":{},\"774\":{},\"788\":{},\"807\":{},\"818\":{},\"889\":{},\"916\":{}},\"parent\":{\"819\":{},\"820\":{},\"821\":{},\"822\":{},\"823\":{},\"824\":{},\"825\":{},\"826\":{},\"827\":{},\"828\":{}}}],[\"acl\",{\"_index\":26,\"name\":{\"58\":{},\"2772\":{},\"2886\":{}},\"parent\":{}}],[\"aclstore\",{\"_index\":82,\"name\":{\"192\":{}},\"parent\":{}}],[\"aclstrategy\",{\"_index\":67,\"name\":{\"147\":{},\"191\":{}},\"parent\":{}}],[\"acltopermission\",{\"_index\":193,\"name\":{\"549\":{}},\"parent\":{}}],[\"acquire\",{\"_index\":965,\"name\":{\"2707\":{},\"2711\":{},\"2718\":{}},\"parent\":{}}],[\"adapterfactory\",{\"_index\":260,\"name\":{\"675\":{},\"686\":{},\"1022\":{}},\"parent\":{\"1023\":{}}}],[\"add\",{\"_index\":222,\"name\":{\"625\":{}},\"parent\":{}}],[\"addgeneratedresources\",{\"_index\":519,\"name\":{\"1389\":{}},\"parent\":{}}],[\"addheader\",{\"_index\":1015,\"name\":{\"2787\":{}},\"parent\":{}}],[\"addmetadata\",{\"_index\":97,\"name\":{\"212\":{},\"231\":{},\"264\":{}},\"parent\":{}}],[\"addposixmetadata\",{\"_index\":611,\"name\":{\"1652\":{}},\"parent\":{}}],[\"addquad\",{\"_index\":218,\"name\":{\"621\":{}},\"parent\":{}}],[\"addquads\",{\"_index\":219,\"name\":{\"622\":{}},\"parent\":{}}],[\"addresource\",{\"_index\":816,\"name\":{\"2216\":{},\"2225\":{},\"2262\":{},\"2292\":{},\"2304\":{},\"2317\":{},\"2327\":{},\"2338\":{},\"2343\":{},\"2357\":{},\"2368\":{},\"2377\":{}},\"parent\":{}}],[\"addresourcemetadata\",{\"_index\":1066,\"name\":{\"2857\":{}},\"parent\":{}}],[\"address\",{\"_index\":903,\"name\":{\"2528\":{}},\"parent\":{}}],[\"addtemplatemetadata\",{\"_index\":1068,\"name\":{\"2859\":{}},\"parent\":{}}],[\"agent\",{\"_index\":11,\"name\":{\"11\":{}},\"parent\":{}}],[\"agentaccesschecker\",{\"_index\":28,\"name\":{\"61\":{}},\"parent\":{\"62\":{},\"63\":{},\"64\":{},\"65\":{}}}],[\"agentclassaccesschecker\",{\"_index\":29,\"name\":{\"66\":{}},\"parent\":{\"67\":{},\"68\":{},\"69\":{},\"70\":{}}}],[\"agentgroupaccesschecker\",{\"_index\":30,\"name\":{\"71\":{}},\"parent\":{\"72\":{},\"73\":{},\"74\":{},\"75\":{},\"76\":{},\"77\":{},\"78\":{},\"79\":{}}}],[\"algebra\",{\"_index\":251,\"name\":{\"654\":{}},\"parent\":{}}],[\"allcanhandle\",{\"_index\":20,\"name\":{\"37\":{},\"186\":{},\"2620\":{}},\"parent\":{}}],[\"allfulfilled\",{\"_index\":1061,\"name\":{\"2851\":{}},\"parent\":{}}],[\"allmethods\",{\"_index\":588,\"name\":{\"1597\":{}},\"parent\":{}}],[\"allowacceptheaderwriter\",{\"_index\":173,\"name\":{\"501\":{}},\"parent\":{\"502\":{},\"503\":{},\"504\":{},\"505\":{},\"509\":{},\"510\":{},\"511\":{},\"512\":{},\"513\":{},\"514\":{},\"515\":{},\"516\":{}}}],[\"allowacceptheaderwriter.__type\",{\"_index\":177,\"name\":{},\"parent\":{\"506\":{},\"507\":{},\"508\":{}}}],[\"allowedmethods\",{\"_index\":585,\"name\":{\"1589\":{},\"1596\":{}},\"parent\":{}}],[\"allowedpathnames\",{\"_index\":586,\"name\":{\"1590\":{}},\"parent\":{}}],[\"allowedpathnamesregex\",{\"_index\":589,\"name\":{\"1598\":{}},\"parent\":{}}],[\"allstaticreader\",{\"_index\":55,\"name\":{\"118\":{}},\"parent\":{\"119\":{},\"120\":{},\"121\":{},\"122\":{},\"123\":{}}}],[\"amount\",{\"_index\":808,\"name\":{\"2200\":{}},\"parent\":{}}],[\"app\",{\"_index\":451,\"name\":{\"1193\":{}},\"parent\":{\"1194\":{},\"1195\":{},\"1196\":{},\"1197\":{},\"1198\":{}}}],[\"append\",{\"_index\":37,\"name\":{\"82\":{}},\"parent\":{}}],[\"application_json\",{\"_index\":988,\"name\":{\"2759\":{}},\"parent\":{}}],[\"application_octet_stream\",{\"_index\":989,\"name\":{\"2760\":{}},\"parent\":{}}],[\"application_sparql_update\",{\"_index\":990,\"name\":{\"2761\":{}},\"parent\":{}}],[\"application_x_www_form_urlencoded\",{\"_index\":991,\"name\":{\"2762\":{}},\"parent\":{}}],[\"applyconditions\",{\"_index\":761,\"name\":{\"2080\":{}},\"parent\":{}}],[\"applyhash\",{\"_index\":710,\"name\":{\"1926\":{}},\"parent\":{}}],[\"applypermissions\",{\"_index\":80,\"name\":{\"182\":{}},\"parent\":{}}],[\"applytemplate\",{\"_index\":980,\"name\":{\"2742\":{},\"2746\":{}},\"parent\":{}}],[\"apprunner\",{\"_index\":455,\"name\":{\"1199\":{}},\"parent\":{\"1200\":{},\"1201\":{},\"1202\":{},\"1203\":{},\"1204\":{},\"1205\":{},\"1206\":{},\"1207\":{},\"1208\":{},\"1209\":{},\"1210\":{}}}],[\"asserterror\",{\"_index\":879,\"name\":{\"2403\":{}},\"parent\":{}}],[\"assertpassword\",{\"_index\":372,\"name\":{\"921\":{}},\"parent\":{}}],[\"assetpathextractor\",{\"_index\":443,\"name\":{\"1164\":{}},\"parent\":{\"1165\":{},\"1166\":{},\"1167\":{},\"1168\":{},\"1169\":{},\"1170\":{}}}],[\"asynchandler\",{\"_index\":910,\"name\":{\"2556\":{}},\"parent\":{\"2557\":{},\"2558\":{},\"2559\":{},\"2560\":{}}}],[\"asynctransformoptions\",{\"_index\":1078,\"name\":{\"2869\":{}},\"parent\":{\"2870\":{},\"2871\":{}}}],[\"atomicdataaccessor\",{\"_index\":590,\"name\":{\"1602\":{}},\"parent\":{\"1603\":{},\"1604\":{},\"1605\":{},\"1606\":{},\"1607\":{},\"1608\":{},\"1609\":{}}}],[\"atomicfiledataaccessor\",{\"_index\":597,\"name\":{\"1610\":{}},\"parent\":{\"1611\":{},\"1612\":{},\"1613\":{},\"1614\":{},\"1615\":{},\"1616\":{},\"1617\":{},\"1618\":{},\"1619\":{},\"1620\":{},\"1621\":{},\"1622\":{},\"1623\":{},\"1624\":{},\"1625\":{}}}],[\"atomicresourcestore\",{\"_index\":813,\"name\":{\"2213\":{}},\"parent\":{\"2214\":{},\"2215\":{},\"2216\":{},\"2217\":{},\"2218\":{},\"2219\":{}}}],[\"attemptsettings\",{\"_index\":953,\"name\":{\"2690\":{},\"2700\":{}},\"parent\":{\"2691\":{},\"2692\":{},\"2693\":{}}}],[\"auth\",{\"_index\":196,\"name\":{\"555\":{},\"862\":{},\"2887\":{}},\"parent\":{}}],[\"authenticate\",{\"_index\":319,\"name\":{\"819\":{},\"847\":{}},\"parent\":{}}],[\"authorizer\",{\"_index\":60,\"name\":{\"129\":{},\"1456\":{},\"1464\":{}},\"parent\":{\"130\":{},\"131\":{},\"132\":{},\"133\":{}}}],[\"authorizerinput\",{\"_index\":57,\"name\":{\"124\":{}},\"parent\":{\"125\":{},\"126\":{},\"127\":{},\"128\":{}}}],[\"authorizinghttphandler\",{\"_index\":545,\"name\":{\"1458\":{}},\"parent\":{\"1459\":{},\"1460\":{},\"1461\":{},\"1462\":{},\"1463\":{},\"1464\":{},\"1465\":{},\"1466\":{},\"1467\":{},\"1468\":{}}}],[\"authorizinghttphandlerargs\",{\"_index\":544,\"name\":{\"1452\":{}},\"parent\":{\"1453\":{},\"1454\":{},\"1455\":{},\"1456\":{},\"1457\":{}}}],[\"auxiliaryidentifierstrategy\",{\"_index\":90,\"name\":{\"204\":{}},\"parent\":{\"205\":{},\"206\":{},\"207\":{},\"208\":{}}}],[\"auxiliaryreader\",{\"_index\":61,\"name\":{\"134\":{}},\"parent\":{\"135\":{},\"136\":{},\"137\":{},\"138\":{},\"139\":{},\"140\":{},\"141\":{},\"142\":{}}}],[\"auxiliarystrategy\",{\"_index\":63,\"name\":{\"138\":{},\"209\":{},\"2259\":{},\"2301\":{}},\"parent\":{\"210\":{},\"211\":{},\"212\":{},\"213\":{},\"214\":{},\"215\":{},\"216\":{},\"217\":{}}}],[\"badrequesthttperror\",{\"_index\":871,\"name\":{\"2382\":{}},\"parent\":{\"2383\":{},\"2384\":{},\"2385\":{},\"2386\":{},\"2387\":{},\"2388\":{},\"2389\":{},\"2390\":{},\"2391\":{}}}],[\"base\",{\"_index\":529,\"name\":{\"1408\":{},\"2124\":{},\"2176\":{}},\"parent\":{}}],[\"baseaccountstore\",{\"_index\":333,\"name\":{\"838\":{}},\"parent\":{\"839\":{},\"840\":{},\"841\":{},\"842\":{},\"843\":{},\"844\":{},\"845\":{},\"846\":{},\"847\":{},\"848\":{},\"849\":{},\"850\":{},\"851\":{},\"852\":{},\"853\":{},\"854\":{},\"855\":{},\"856\":{}}}],[\"basecomponentsjsfactory\",{\"_index\":514,\"name\":{\"1382\":{}},\"parent\":{\"1383\":{},\"1384\":{},\"1385\":{},\"1386\":{}}}],[\"baseemailsender\",{\"_index\":349,\"name\":{\"867\":{}},\"parent\":{\"868\":{},\"869\":{},\"870\":{},\"871\":{},\"872\":{},\"873\":{}}}],[\"basefileidentifiermapper\",{\"_index\":722,\"name\":{\"1961\":{}},\"parent\":{\"1962\":{},\"1963\":{},\"1964\":{},\"1965\":{},\"1966\":{},\"1967\":{},\"1968\":{},\"1969\":{},\"1970\":{},\"1971\":{},\"1972\":{},\"1973\":{},\"1974\":{},\"1975\":{},\"1976\":{},\"1977\":{}}}],[\"basehttpserverfactory\",{\"_index\":551,\"name\":{\"1476\":{}},\"parent\":{\"1477\":{},\"1478\":{},\"1479\":{},\"1480\":{},\"1481\":{},\"1482\":{}}}],[\"basehttpserveroptions\",{\"_index\":546,\"name\":{\"1469\":{}},\"parent\":{\"1470\":{},\"1471\":{},\"1472\":{},\"1473\":{},\"1474\":{},\"1475\":{}}}],[\"baseidentifierstrategy\",{\"_index\":930,\"name\":{\"2636\":{}},\"parent\":{\"2637\":{},\"2638\":{},\"2639\":{},\"2640\":{}}}],[\"baseinteractionhandler\",{\"_index\":379,\"name\":{\"938\":{}},\"parent\":{\"939\":{},\"940\":{},\"941\":{},\"942\":{},\"943\":{},\"944\":{},\"945\":{}}}],[\"baselogger\",{\"_index\":492,\"name\":{\"1301\":{}},\"parent\":{\"1302\":{},\"1303\":{},\"1304\":{},\"1305\":{},\"1306\":{},\"1307\":{},\"1308\":{},\"1309\":{}}}],[\"baseparts\",{\"_index\":524,\"name\":{\"1401\":{},\"2035\":{}},\"parent\":{}}],[\"basepath\",{\"_index\":695,\"name\":{\"1885\":{}},\"parent\":{}}],[\"baserequesturi\",{\"_index\":723,\"name\":{\"1964\":{},\"1987\":{},\"2021\":{},\"2047\":{}},\"parent\":{}}],[\"baseresourcestore\",{\"_index\":819,\"name\":{\"2220\":{}},\"parent\":{\"2221\":{},\"2222\":{},\"2223\":{},\"2224\":{},\"2225\":{},\"2226\":{},\"2227\":{}}}],[\"baseserverfactory\",{\"_index\":570,\"name\":{\"1537\":{}},\"parent\":{}}],[\"basestore\",{\"_index\":785,\"name\":{\"2152\":{}},\"parent\":{}}],[\"basesubdomain\",{\"_index\":750,\"name\":{\"2033\":{}},\"parent\":{}}],[\"basetypedrepresentationconverter\",{\"_index\":636,\"name\":{\"1718\":{}},\"parent\":{\"1719\":{},\"1720\":{},\"1721\":{},\"1722\":{},\"1723\":{},\"1724\":{},\"1725\":{}}}],[\"baseurl\",{\"_index\":70,\"name\":{\"154\":{},\"676\":{},\"687\":{},\"885\":{},\"912\":{},\"1213\":{},\"1234\":{},\"1572\":{},\"1578\":{},\"1586\":{},\"1593\":{},\"2647\":{},\"2654\":{}},\"parent\":{}}],[\"baseurlextractor\",{\"_index\":445,\"name\":{\"1171\":{}},\"parent\":{\"1172\":{},\"1173\":{},\"1174\":{},\"1175\":{},\"1176\":{}}}],[\"baseurlhandler\",{\"_index\":505,\"name\":{\"1355\":{}},\"parent\":{\"1356\":{},\"1357\":{},\"1358\":{},\"1359\":{}}}],[\"baseurlrouterrule\",{\"_index\":784,\"name\":{\"2150\":{}},\"parent\":{\"2151\":{},\"2152\":{},\"2153\":{},\"2154\":{},\"2155\":{},\"2156\":{},\"2157\":{}}}],[\"baseurlverifier\",{\"_index\":464,\"name\":{\"1211\":{}},\"parent\":{\"1212\":{},\"1213\":{},\"1214\":{},\"1215\":{},\"1216\":{},\"1217\":{},\"1218\":{},\"1219\":{}}}],[\"basicconditions\",{\"_index\":825,\"name\":{\"2233\":{}},\"parent\":{\"2234\":{},\"2235\":{},\"2236\":{},\"2237\":{},\"2238\":{},\"2239\":{},\"2240\":{}}}],[\"basicconditionsoptions\",{\"_index\":820,\"name\":{\"2228\":{}},\"parent\":{\"2229\":{},\"2230\":{},\"2231\":{},\"2232\":{}}}],[\"basicconditionsparser\",{\"_index\":129,\"name\":{\"316\":{}},\"parent\":{\"317\":{},\"318\":{},\"319\":{},\"320\":{},\"321\":{},\"322\":{},\"323\":{}}}],[\"basicrepresentation\",{\"_index\":205,\"name\":{\"591\":{}},\"parent\":{\"592\":{},\"593\":{},\"594\":{},\"595\":{},\"596\":{}}}],[\"basicrequestparser\",{\"_index\":147,\"name\":{\"396\":{}},\"parent\":{\"397\":{},\"398\":{},\"399\":{},\"400\":{},\"401\":{},\"402\":{},\"403\":{},\"404\":{},\"405\":{}}}],[\"basicrequestparserargs\",{\"_index\":146,\"name\":{\"390\":{}},\"parent\":{\"391\":{},\"392\":{},\"393\":{},\"394\":{},\"395\":{}}}],[\"basicresponsewriter\",{\"_index\":203,\"name\":{\"579\":{}},\"parent\":{\"580\":{},\"581\":{},\"582\":{},\"583\":{},\"584\":{},\"585\":{}}}],[\"bearerwebidextractor\",{\"_index\":0,\"name\":{\"0\":{}},\"parent\":{\"1\":{},\"2\":{},\"3\":{},\"4\":{},\"5\":{},\"6\":{}}}],[\"binary\",{\"_index\":206,\"name\":{\"595\":{},\"600\":{},\"605\":{},\"657\":{}},\"parent\":{}}],[\"body\",{\"_index\":255,\"name\":{\"665\":{},\"747\":{}},\"parent\":{}}],[\"bodyparser\",{\"_index\":121,\"name\":{\"290\":{},\"395\":{},\"402\":{}},\"parent\":{\"291\":{},\"292\":{},\"293\":{},\"294\":{}}}],[\"bodyparserargs\",{\"_index\":118,\"name\":{\"287\":{}},\"parent\":{\"288\":{},\"289\":{}}}],[\"booleanhandler\",{\"_index\":911,\"name\":{\"2561\":{}},\"parent\":{\"2562\":{},\"2563\":{},\"2564\":{},\"2565\":{},\"2566\":{},\"2567\":{}}}],[\"buildmanager\",{\"_index\":516,\"name\":{\"1385\":{}},\"parent\":{}}],[\"by\",{\"_index\":1035,\"name\":{\"2824\":{}},\"parent\":{}}],[\"cache\",{\"_index\":31,\"name\":{\"73\":{},\"2244\":{}},\"parent\":{}}],[\"cachedresourceset\",{\"_index\":828,\"name\":{\"2241\":{}},\"parent\":{\"2242\":{},\"2243\":{},\"2244\":{},\"2245\":{}}}],[\"calculatechunksize\",{\"_index\":804,\"name\":{\"2195\":{},\"2205\":{}},\"parent\":{}}],[\"canhandle\",{\"_index\":4,\"name\":{\"4\":{},\"15\":{},\"23\":{},\"29\":{},\"35\":{},\"44\":{},\"49\":{},\"54\":{},\"64\":{},\"69\":{},\"78\":{},\"90\":{},\"96\":{},\"102\":{},\"108\":{},\"122\":{},\"131\":{},\"139\":{},\"150\":{},\"156\":{},\"168\":{},\"176\":{},\"184\":{},\"202\":{},\"238\":{},\"242\":{},\"249\":{},\"284\":{},\"292\":{},\"297\":{},\"308\":{},\"313\":{},\"322\":{},\"326\":{},\"337\":{},\"341\":{},\"348\":{},\"353\":{},\"360\":{},\"364\":{},\"372\":{},\"378\":{},\"383\":{},\"387\":{},\"404\":{},\"408\":{},\"416\":{},\"422\":{},\"427\":{},\"433\":{},\"439\":{},\"446\":{},\"453\":{},\"460\":{},\"467\":{},\"474\":{},\"485\":{},\"490\":{},\"499\":{},\"515\":{},\"521\":{},\"528\":{},\"534\":{},\"538\":{},\"544\":{},\"551\":{},\"557\":{},\"583\":{},\"588\":{},\"672\":{},\"733\":{},\"739\":{},\"750\":{},\"757\":{},\"764\":{},\"781\":{},\"789\":{},\"800\":{},\"810\":{},\"872\":{},\"881\":{},\"932\":{},\"941\":{},\"949\":{},\"961\":{},\"968\":{},\"975\":{},\"984\":{},\"990\":{},\"997\":{},\"1003\":{},\"1007\":{},\"1020\":{},\"1089\":{},\"1096\":{},\"1115\":{},\"1136\":{},\"1140\":{},\"1155\":{},\"1162\":{},\"1169\":{},\"1175\":{},\"1179\":{},\"1186\":{},\"1190\":{},\"1218\":{},\"1231\":{},\"1249\":{},\"1253\":{},\"1260\":{},\"1268\":{},\"1277\":{},\"1284\":{},\"1358\":{},\"1364\":{},\"1368\":{},\"1380\":{},\"1467\":{},\"1488\":{},\"1502\":{},\"1520\":{},\"1526\":{},\"1532\":{},\"1545\":{},\"1551\":{},\"1561\":{},\"1569\":{},\"1582\":{},\"1599\":{},\"1603\":{},\"1616\":{},\"1627\":{},\"1638\":{},\"1661\":{},\"1677\":{},\"1689\":{},\"1713\":{},\"1723\":{},\"1730\":{},\"1753\":{},\"1761\":{},\"1774\":{},\"1790\":{},\"1801\":{},\"1809\":{},\"1827\":{},\"1835\":{},\"1844\":{},\"1849\":{},\"1858\":{},\"1866\":{},\"1874\":{},\"1880\":{},\"2059\":{},\"2069\":{},\"2077\":{},\"2089\":{},\"2098\":{},\"2106\":{},\"2112\":{},\"2156\":{},\"2167\":{},\"2178\":{},\"2185\":{},\"2211\":{},\"2558\":{},\"2565\":{},\"2575\":{},\"2585\":{},\"2592\":{},\"2599\":{},\"2605\":{},\"2611\":{},\"2618\":{},\"2626\":{},\"2633\":{}},\"parent\":{}}],[\"cause\",{\"_index\":874,\"name\":{\"2388\":{},\"2398\":{},\"2411\":{},\"2422\":{},\"2429\":{},\"2437\":{},\"2454\":{},\"2466\":{},\"2476\":{},\"2486\":{},\"2496\":{},\"2506\":{},\"2517\":{},\"2542\":{},\"2552\":{}},\"parent\":{}}],[\"cert\",{\"_index\":548,\"name\":{\"1473\":{}},\"parent\":{}}],[\"chainedconverter\",{\"_index\":640,\"name\":{\"1726\":{}},\"parent\":{\"1727\":{},\"1728\":{},\"1729\":{},\"1730\":{},\"1731\":{},\"1732\":{},\"1733\":{},\"1734\":{},\"1735\":{},\"1736\":{},\"1737\":{},\"1738\":{},\"1739\":{},\"1740\":{},\"1741\":{}}}],[\"chainedengines\",{\"_index\":976,\"name\":{\"2737\":{}},\"parent\":{}}],[\"chainedtemplateengine\",{\"_index\":974,\"name\":{\"2734\":{}},\"parent\":{\"2735\":{},\"2736\":{},\"2737\":{},\"2738\":{},\"2739\":{}}}],[\"changepassword\",{\"_index\":320,\"name\":{\"822\":{},\"850\":{}},\"parent\":{}}],[\"charset\",{\"_index\":243,\"name\":{\"646\":{}},\"parent\":{}}],[\"checkcondition\",{\"_index\":915,\"name\":{\"2578\":{}},\"parent\":{}}],[\"cleanpreferences\",{\"_index\":666,\"name\":{\"1778\":{}},\"parent\":{}}],[\"cleanslug\",{\"_index\":841,\"name\":{\"2276\":{}},\"parent\":{}}],[\"clientcredentials\",{\"_index\":280,\"name\":{\"708\":{},\"817\":{}},\"parent\":{\"709\":{},\"710\":{}}}],[\"clientcredentialsadapter\",{\"_index\":282,\"name\":{\"711\":{}},\"parent\":{\"712\":{},\"713\":{},\"714\":{},\"715\":{},\"716\":{},\"717\":{},\"718\":{},\"719\":{},\"720\":{},\"721\":{},\"722\":{}}}],[\"clientcredentialsadapterfactory\",{\"_index\":292,\"name\":{\"723\":{}},\"parent\":{\"724\":{},\"725\":{},\"726\":{},\"727\":{}}}],[\"cliextractor\",{\"_index\":430,\"name\":{\"1138\":{},\"1222\":{}},\"parent\":{\"1139\":{},\"1140\":{},\"1141\":{},\"1142\":{}}}],[\"clioptions\",{\"_index\":432,\"name\":{\"1144\":{}},\"parent\":{\"1145\":{},\"1146\":{},\"1147\":{},\"1148\":{}}}],[\"cliresolver\",{\"_index\":465,\"name\":{\"1220\":{}},\"parent\":{\"1221\":{},\"1222\":{},\"1223\":{}}}],[\"clonerepresentation\",{\"_index\":1069,\"name\":{\"2860\":{}},\"parent\":{}}],[\"code\",{\"_index\":904,\"name\":{\"2529\":{}},\"parent\":{}}],[\"codetemplatespath\",{\"_index\":682,\"name\":{\"1813\":{},\"1820\":{}},\"parent\":{}}],[\"combine\",{\"_index\":18,\"name\":{\"33\":{},\"181\":{},\"2621\":{}},\"parent\":{}}],[\"combinedsettingsresolver\",{\"_index\":448,\"name\":{\"1182\":{}},\"parent\":{\"1183\":{},\"1184\":{},\"1185\":{},\"1186\":{},\"1187\":{}}}],[\"componentsjsfactory\",{\"_index\":518,\"name\":{\"1387\":{}},\"parent\":{\"1388\":{}}}],[\"composedauxiliarystrategy\",{\"_index\":99,\"name\":{\"218\":{}},\"parent\":{\"219\":{},\"220\":{},\"221\":{},\"222\":{},\"223\":{},\"224\":{},\"225\":{},\"226\":{},\"227\":{},\"228\":{},\"229\":{},\"230\":{},\"231\":{},\"232\":{}}}],[\"conditionalhandler\",{\"_index\":912,\"name\":{\"2568\":{}},\"parent\":{\"2569\":{},\"2570\":{},\"2571\":{},\"2572\":{},\"2573\":{},\"2574\":{},\"2575\":{},\"2576\":{},\"2577\":{},\"2578\":{}}}],[\"conditions\",{\"_index\":254,\"name\":{\"663\":{},\"2247\":{}},\"parent\":{\"2248\":{},\"2249\":{},\"2250\":{},\"2251\":{},\"2252\":{},\"2253\":{}}}],[\"conditionsparser\",{\"_index\":132,\"name\":{\"324\":{},\"394\":{},\"401\":{}},\"parent\":{\"325\":{},\"326\":{},\"327\":{},\"328\":{}}}],[\"config\",{\"_index\":266,\"name\":{\"685\":{}},\"parent\":{}}],[\"configfilepath\",{\"_index\":477,\"name\":{\"1266\":{}},\"parent\":{}}],[\"configpodinitializer\",{\"_index\":466,\"name\":{\"1224\":{}},\"parent\":{\"1225\":{},\"1226\":{},\"1227\":{},\"1228\":{},\"1229\":{},\"1230\":{},\"1231\":{},\"1232\":{}}}],[\"configpodmanager\",{\"_index\":542,\"name\":{\"1437\":{}},\"parent\":{\"1438\":{},\"1439\":{},\"1440\":{},\"1441\":{},\"1442\":{},\"1443\":{}}}],[\"configstorage\",{\"_index\":468,\"name\":{\"1228\":{},\"1415\":{}},\"parent\":{}}],[\"configtemplatepath\",{\"_index\":531,\"name\":{\"1416\":{}},\"parent\":{}}],[\"configureclaims\",{\"_index\":275,\"name\":{\"702\":{}},\"parent\":{}}],[\"configureerrors\",{\"_index\":278,\"name\":{\"705\":{}},\"parent\":{}}],[\"configureroutes\",{\"_index\":277,\"name\":{\"704\":{}},\"parent\":{}}],[\"conflicthttperror\",{\"_index\":877,\"name\":{\"2392\":{}},\"parent\":{\"2393\":{},\"2394\":{},\"2395\":{},\"2396\":{},\"2397\":{},\"2398\":{},\"2399\":{},\"2400\":{},\"2401\":{}}}],[\"consenthandler\",{\"_index\":381,\"name\":{\"946\":{}},\"parent\":{\"947\":{},\"948\":{},\"949\":{},\"950\":{},\"951\":{},\"952\":{},\"953\":{},\"954\":{},\"955\":{},\"956\":{}}}],[\"constantconverter\",{\"_index\":657,\"name\":{\"1748\":{}},\"parent\":{\"1749\":{},\"1750\":{},\"1751\":{},\"1752\":{},\"1753\":{},\"1754\":{},\"1755\":{}}}],[\"constantconverteroptions\",{\"_index\":651,\"name\":{\"1742\":{}},\"parent\":{\"1743\":{},\"1744\":{},\"1745\":{},\"1746\":{},\"1747\":{}}}],[\"constantmetadatawriter\",{\"_index\":185,\"name\":{\"517\":{}},\"parent\":{\"518\":{},\"519\":{},\"520\":{},\"521\":{},\"522\":{}}}],[\"constructor\",{\"_index\":1,\"name\":{\"1\":{},\"14\":{},\"19\":{},\"27\":{},\"32\":{},\"40\":{},\"47\":{},\"53\":{},\"62\":{},\"67\":{},\"72\":{},\"89\":{},\"94\":{},\"100\":{},\"106\":{},\"119\":{},\"130\":{},\"135\":{},\"144\":{},\"153\":{},\"161\":{},\"175\":{},\"180\":{},\"189\":{},\"219\":{},\"234\":{},\"241\":{},\"246\":{},\"252\":{},\"260\":{},\"272\":{},\"283\":{},\"291\":{},\"296\":{},\"305\":{},\"311\":{},\"317\":{},\"325\":{},\"333\":{},\"340\":{},\"345\":{},\"351\":{},\"356\":{},\"363\":{},\"368\":{},\"375\":{},\"381\":{},\"386\":{},\"397\":{},\"407\":{},\"415\":{},\"420\":{},\"425\":{},\"431\":{},\"437\":{},\"445\":{},\"450\":{},\"457\":{},\"464\":{},\"471\":{},\"484\":{},\"489\":{},\"494\":{},\"502\":{},\"518\":{},\"524\":{},\"531\":{},\"537\":{},\"542\":{},\"547\":{},\"554\":{},\"560\":{},\"565\":{},\"570\":{},\"575\":{},\"580\":{},\"587\":{},\"592\":{},\"613\":{},\"667\":{},\"684\":{},\"712\":{},\"724\":{},\"729\":{},\"736\":{},\"749\":{},\"754\":{},\"761\":{},\"772\":{},\"786\":{},\"796\":{},\"805\":{},\"839\":{},\"868\":{},\"880\":{},\"910\":{},\"923\":{},\"929\":{},\"936\":{},\"939\":{},\"947\":{},\"958\":{},\"965\":{},\"971\":{},\"983\":{},\"988\":{},\"994\":{},\"1000\":{},\"1006\":{},\"1011\":{},\"1025\":{},\"1041\":{},\"1045\":{},\"1056\":{},\"1060\":{},\"1074\":{},\"1083\":{},\"1092\":{},\"1101\":{},\"1108\":{},\"1126\":{},\"1139\":{},\"1150\":{},\"1158\":{},\"1165\":{},\"1172\":{},\"1178\":{},\"1183\":{},\"1189\":{},\"1194\":{},\"1200\":{},\"1212\":{},\"1221\":{},\"1225\":{},\"1241\":{},\"1252\":{},\"1257\":{},\"1263\":{},\"1271\":{},\"1280\":{},\"1287\":{},\"1302\":{},\"1311\":{},\"1328\":{},\"1337\":{},\"1341\":{},\"1351\":{},\"1356\":{},\"1361\":{},\"1367\":{},\"1375\":{},\"1383\":{},\"1400\":{},\"1407\":{},\"1411\":{},\"1419\":{},\"1438\":{},\"1445\":{},\"1459\":{},\"1477\":{},\"1487\":{},\"1501\":{},\"1512\":{},\"1523\":{},\"1531\":{},\"1536\":{},\"1541\":{},\"1548\":{},\"1554\":{},\"1566\":{},\"1577\":{},\"1592\":{},\"1611\":{},\"1635\":{},\"1656\":{},\"1673\":{},\"1683\":{},\"1708\":{},\"1719\":{},\"1727\":{},\"1749\":{},\"1757\":{},\"1771\":{},\"1788\":{},\"1796\":{},\"1804\":{},\"1817\":{},\"1830\":{},\"1838\":{},\"1847\":{},\"1852\":{},\"1861\":{},\"1873\":{},\"1878\":{},\"1884\":{},\"1901\":{},\"1914\":{},\"1934\":{},\"1946\":{},\"1962\":{},\"1979\":{},\"1999\":{},\"2012\":{},\"2032\":{},\"2057\":{},\"2063\":{},\"2073\":{},\"2088\":{},\"2097\":{},\"2102\":{},\"2109\":{},\"2123\":{},\"2132\":{},\"2143\":{},\"2151\":{},\"2162\":{},\"2170\":{},\"2175\":{},\"2184\":{},\"2189\":{},\"2208\":{},\"2221\":{},\"2234\":{},\"2242\":{},\"2255\":{},\"2285\":{},\"2297\":{},\"2313\":{},\"2323\":{},\"2332\":{},\"2342\":{},\"2351\":{},\"2373\":{},\"2386\":{},\"2396\":{},\"2409\":{},\"2419\":{},\"2435\":{},\"2445\":{},\"2452\":{},\"2462\":{},\"2473\":{},\"2484\":{},\"2494\":{},\"2504\":{},\"2514\":{},\"2525\":{},\"2540\":{},\"2550\":{},\"2557\":{},\"2562\":{},\"2569\":{},\"2582\":{},\"2590\":{},\"2596\":{},\"2602\":{},\"2608\":{},\"2614\":{},\"2624\":{},\"2630\":{},\"2637\":{},\"2646\":{},\"2653\":{},\"2664\":{},\"2674\":{},\"2695\":{},\"2714\":{},\"2722\":{},\"2730\":{},\"2735\":{},\"2741\":{},\"2745\":{},\"2856\":{}},\"parent\":{}}],[\"constructtypemap\",{\"_index\":676,\"name\":{\"1792\":{}},\"parent\":{}}],[\"consume\",{\"_index\":289,\"name\":{\"720\":{},\"1039\":{},\"1052\":{},\"1070\":{}},\"parent\":{}}],[\"container\",{\"_index\":652,\"name\":{\"1743\":{},\"1916\":{}},\"parent\":{}}],[\"containerid\",{\"_index\":473,\"name\":{\"1244\":{}},\"parent\":{}}],[\"containerinitializer\",{\"_index\":472,\"name\":{\"1240\":{}},\"parent\":{\"1241\":{},\"1242\":{},\"1243\":{},\"1244\":{},\"1245\":{},\"1246\":{},\"1247\":{},\"1248\":{},\"1249\":{},\"1250\":{}}}],[\"containerinitializerargs\",{\"_index\":470,\"name\":{\"1233\":{}},\"parent\":{\"1234\":{},\"1235\":{},\"1236\":{},\"1237\":{},\"1238\":{},\"1239\":{}}}],[\"containerpatcher\",{\"_index\":754,\"name\":{\"2056\":{}},\"parent\":{\"2057\":{},\"2058\":{},\"2059\":{},\"2060\":{},\"2061\":{}}}],[\"containertotemplateconverter\",{\"_index\":659,\"name\":{\"1756\":{}},\"parent\":{\"1757\":{},\"1758\":{},\"1759\":{},\"1760\":{},\"1761\":{},\"1762\":{},\"1763\":{},\"1764\":{},\"1765\":{},\"1766\":{},\"1767\":{},\"1768\":{},\"1769\":{}}}],[\"content_length_term\",{\"_index\":1115,\"name\":{\"2908\":{}},\"parent\":{}}],[\"content_type\",{\"_index\":1116,\"name\":{\"2909\":{}},\"parent\":{}}],[\"content_type_term\",{\"_index\":1117,\"name\":{\"2910\":{}},\"parent\":{}}],[\"contentlength\",{\"_index\":235,\"name\":{\"638\":{}},\"parent\":{}}],[\"contentlengthparser\",{\"_index\":136,\"name\":{\"344\":{}},\"parent\":{\"345\":{},\"346\":{},\"347\":{},\"348\":{},\"349\":{}}}],[\"contenttype\",{\"_index\":233,\"name\":{\"636\":{},\"1751\":{},\"1760\":{},\"1815\":{},\"1822\":{},\"2004\":{},\"2013\":{},\"2815\":{}},\"parent\":{\"2816\":{},\"2817\":{}}}],[\"contenttypemap\",{\"_index\":664,\"name\":{\"1772\":{}},\"parent\":{}}],[\"contenttypeobject\",{\"_index\":234,\"name\":{\"637\":{}},\"parent\":{}}],[\"contenttypeparser\",{\"_index\":137,\"name\":{\"350\":{}},\"parent\":{\"351\":{},\"352\":{},\"353\":{},\"354\":{}}}],[\"contenttypereplacer\",{\"_index\":663,\"name\":{\"1770\":{}},\"parent\":{\"1771\":{},\"1772\":{},\"1773\":{},\"1774\":{},\"1775\":{},\"1776\":{},\"1777\":{}}}],[\"controlhandler\",{\"_index\":385,\"name\":{\"957\":{}},\"parent\":{\"958\":{},\"959\":{},\"960\":{},\"961\":{},\"962\":{},\"963\":{}}}],[\"controls\",{\"_index\":386,\"name\":{\"960\":{}},\"parent\":{}}],[\"converter\",{\"_index\":107,\"name\":{\"247\":{},\"472\":{},\"1062\":{},\"1075\":{},\"1080\":{},\"1086\":{},\"1120\":{},\"1129\":{},\"2066\":{},\"2172\":{}},\"parent\":{}}],[\"converters\",{\"_index\":641,\"name\":{\"1729\":{}},\"parent\":{}}],[\"convertingerrorhandler\",{\"_index\":162,\"name\":{\"470\":{}},\"parent\":{\"471\":{},\"472\":{},\"473\":{},\"474\":{},\"475\":{},\"476\":{},\"477\":{},\"478\":{},\"479\":{}}}],[\"convertingpatcher\",{\"_index\":756,\"name\":{\"2062\":{}},\"parent\":{\"2063\":{},\"2064\":{},\"2065\":{},\"2066\":{},\"2067\":{},\"2068\":{},\"2069\":{},\"2070\":{},\"2071\":{}}}],[\"convertingrouterrule\",{\"_index\":790,\"name\":{\"2161\":{}},\"parent\":{\"2162\":{},\"2163\":{},\"2164\":{},\"2165\":{},\"2166\":{},\"2167\":{},\"2168\":{}}}],[\"convertingstoreentry\",{\"_index\":788,\"name\":{\"2158\":{}},\"parent\":{\"2159\":{},\"2160\":{}}}],[\"corshandler\",{\"_index\":571,\"name\":{\"1540\":{},\"1542\":{}},\"parent\":{\"1541\":{},\"1542\":{},\"1543\":{},\"1544\":{},\"1545\":{},\"1546\":{}}}],[\"count\",{\"_index\":942,\"name\":{\"2670\":{}},\"parent\":{}}],[\"create\",{\"_index\":39,\"name\":{\"84\":{},\"820\":{},\"848\":{},\"1203\":{},\"2000\":{},\"2010\":{}},\"parent\":{}}],[\"createaccessparam\",{\"_index\":194,\"name\":{\"550\":{}},\"parent\":{}}],[\"createaggregateerror\",{\"_index\":890,\"name\":{\"2447\":{}},\"parent\":{}}],[\"createapp\",{\"_index\":462,\"name\":{\"1209\":{}},\"parent\":{}}],[\"createcli\",{\"_index\":459,\"name\":{\"1206\":{}},\"parent\":{}}],[\"createcomponentsmanager\",{\"_index\":460,\"name\":{\"1207\":{}},\"parent\":{}}],[\"createcredentialshandler\",{\"_index\":295,\"name\":{\"735\":{}},\"parent\":{\"736\":{},\"737\":{},\"738\":{},\"739\":{},\"740\":{},\"741\":{}}}],[\"createdresponsedescription\",{\"_index\":197,\"name\":{\"559\":{}},\"parent\":{\"560\":{},\"561\":{},\"562\":{},\"563\":{}}}],[\"createerrormessage\",{\"_index\":880,\"name\":{\"2404\":{}},\"parent\":{}}],[\"createexpiringrepresentation\",{\"_index\":857,\"name\":{\"2310\":{}},\"parent\":{}}],[\"createlogger\",{\"_index\":484,\"name\":{\"1290\":{},\"1321\":{},\"1339\":{},\"1353\":{}},\"parent\":{}}],[\"createnamespace\",{\"_index\":1090,\"name\":{\"2881\":{}},\"parent\":{}}],[\"createpathmatcher\",{\"_index\":577,\"name\":{\"1559\":{}},\"parent\":{}}],[\"createpod\",{\"_index\":366,\"name\":{\"899\":{},\"908\":{},\"1443\":{},\"1449\":{},\"1451\":{}},\"parent\":{}}],[\"createprovider\",{\"_index\":270,\"name\":{\"697\":{}},\"parent\":{}}],[\"createquotaguard\",{\"_index\":780,\"name\":{\"2130\":{},\"2141\":{},\"2149\":{}},\"parent\":{}}],[\"createrecursivecontainers\",{\"_index\":848,\"name\":{\"2283\":{}},\"parent\":{}}],[\"createredisclient\",{\"_index\":961,\"name\":{\"2701\":{}},\"parent\":{}}],[\"createresponse\",{\"_index\":165,\"name\":{\"478\":{}},\"parent\":{}}],[\"createroute\",{\"_index\":276,\"name\":{\"703\":{}},\"parent\":{}}],[\"createsafeuri\",{\"_index\":842,\"name\":{\"2277\":{}},\"parent\":{}}],[\"createserveroptions\",{\"_index\":553,\"name\":{\"1482\":{}},\"parent\":{}}],[\"createstorageadapter\",{\"_index\":293,\"name\":{\"726\":{},\"1023\":{},\"1043\":{},\"1058\":{},\"1076\":{}},\"parent\":{}}],[\"createsubdomainregexp\",{\"_index\":1052,\"name\":{\"2842\":{}},\"parent\":{}}],[\"createtermnamespace\",{\"_index\":1092,\"name\":{\"2883\":{}},\"parent\":{}}],[\"createtransports\",{\"_index\":504,\"name\":{\"1354\":{}},\"parent\":{}}],[\"createuri\",{\"_index\":839,\"name\":{\"2274\":{}},\"parent\":{}}],[\"createuriandtermnamespace\",{\"_index\":1093,\"name\":{\"2884\":{}},\"parent\":{}}],[\"createurinamespace\",{\"_index\":1091,\"name\":{\"2882\":{}},\"parent\":{}}],[\"createwebid\",{\"_index\":364,\"name\":{\"897\":{},\"906\":{}},\"parent\":{}}],[\"createyargv\",{\"_index\":439,\"name\":{\"1154\":{}},\"parent\":{}}],[\"credential\",{\"_index\":7,\"name\":{\"7\":{},\"60\":{}},\"parent\":{\"8\":{}}}],[\"credentialgroup\",{\"_index\":9,\"name\":{\"9\":{}},\"parent\":{\"10\":{},\"11\":{}}}],[\"credentials\",{\"_index\":22,\"name\":{\"41\":{},\"125\":{},\"171\":{}},\"parent\":{}}],[\"credentialset\",{\"_index\":12,\"name\":{\"12\":{}},\"parent\":{}}],[\"credentialsextractor\",{\"_index\":13,\"name\":{\"13\":{},\"1453\":{},\"1461\":{}},\"parent\":{\"14\":{},\"15\":{},\"16\":{},\"17\":{}}}],[\"credentialshandler\",{\"_index\":299,\"name\":{\"748\":{}},\"parent\":{\"749\":{},\"750\":{},\"751\":{},\"752\":{}}}],[\"credentialshandlerbody\",{\"_index\":296,\"name\":{\"742\":{}},\"parent\":{\"743\":{},\"744\":{}}}],[\"credentialshandlerinput\",{\"_index\":298,\"name\":{\"745\":{}},\"parent\":{\"746\":{},\"747\":{}}}],[\"credentialstorage\",{\"_index\":263,\"name\":{\"679\":{},\"690\":{},\"738\":{},\"756\":{}},\"parent\":{}}],[\"customextensions\",{\"_index\":739,\"name\":{\"1981\":{}},\"parent\":{}}],[\"customtypes\",{\"_index\":738,\"name\":{\"1980\":{}},\"parent\":{}}],[\"data\",{\"_index\":199,\"name\":{\"563\":{},\"568\":{},\"573\":{},\"578\":{},\"593\":{},\"599\":{},\"604\":{},\"656\":{},\"1935\":{}},\"parent\":{}}],[\"dataaccessor\",{\"_index\":604,\"name\":{\"1626\":{}},\"parent\":{\"1627\":{},\"1628\":{},\"1629\":{},\"1630\":{},\"1631\":{},\"1632\":{},\"1633\":{}}}],[\"dataaccessorbasedstore\",{\"_index\":830,\"name\":{\"2254\":{}},\"parent\":{\"2255\":{},\"2256\":{},\"2257\":{},\"2258\":{},\"2259\":{},\"2260\":{},\"2261\":{},\"2262\":{},\"2263\":{},\"2264\":{},\"2265\":{},\"2266\":{},\"2267\":{},\"2268\":{},\"2269\":{},\"2270\":{},\"2271\":{},\"2272\":{},\"2273\":{},\"2274\":{},\"2275\":{},\"2276\":{},\"2277\":{},\"2278\":{},\"2279\":{},\"2280\":{},\"2281\":{},\"2282\":{},\"2283\":{}}}],[\"datetime\",{\"_index\":244,\"name\":{\"647\":{}},\"parent\":{}}],[\"dc\",{\"_index\":1095,\"name\":{\"2888\":{}},\"parent\":{}}],[\"debug\",{\"_index\":490,\"name\":{\"1299\":{},\"1308\":{},\"1318\":{},\"1334\":{},\"1348\":{}},\"parent\":{}}],[\"decodeuripathcomponents\",{\"_index\":1046,\"name\":{\"2836\":{}},\"parent\":{}}],[\"default_custom_types\",{\"_index\":999,\"name\":{\"2770\":{}},\"parent\":{\"2771\":{}}}],[\"default_custom_types.__type\",{\"_index\":1000,\"name\":{},\"parent\":{\"2772\":{},\"2773\":{}}}],[\"defaultpath\",{\"_index\":444,\"name\":{\"1167\":{}},\"parent\":{}}],[\"defaultport\",{\"_index\":446,\"name\":{\"1173\":{}},\"parent\":{}}],[\"defaultstore\",{\"_index\":792,\"name\":{\"2164\":{}},\"parent\":{}}],[\"defaulttype\",{\"_index\":758,\"name\":{\"2068\":{}},\"parent\":{}}],[\"defaultvalue\",{\"_index\":442,\"name\":{\"1160\":{}},\"parent\":{}}],[\"delete\",{\"_index\":40,\"name\":{\"85\":{},\"1890\":{},\"1898\":{},\"1908\":{},\"1920\":{},\"1931\":{},\"1939\":{},\"1953\":{}},\"parent\":{}}],[\"deleteaccount\",{\"_index\":323,\"name\":{\"825\":{},\"853\":{}},\"parent\":{}}],[\"deletecredentialshandler\",{\"_index\":300,\"name\":{\"753\":{}},\"parent\":{\"754\":{},\"755\":{},\"756\":{},\"757\":{},\"758\":{},\"759\":{}}}],[\"deleteforgotpasswordrecord\",{\"_index\":326,\"name\":{\"828\":{},\"856\":{}},\"parent\":{}}],[\"deleteoperationhandler\",{\"_index\":153,\"name\":{\"424\":{}},\"parent\":{\"425\":{},\"426\":{},\"427\":{},\"428\":{},\"429\":{}}}],[\"deleteresource\",{\"_index\":596,\"name\":{\"1609\":{},\"1621\":{},\"1633\":{},\"1644\":{},\"1667\":{},\"1681\":{},\"1695\":{},\"1717\":{},\"2217\":{},\"2226\":{},\"2265\":{},\"2293\":{},\"2306\":{},\"2318\":{},\"2328\":{},\"2339\":{},\"2344\":{},\"2361\":{},\"2369\":{},\"2379\":{}},\"parent\":{}}],[\"dest\",{\"_index\":905,\"name\":{\"2530\":{}},\"parent\":{}}],[\"destroy\",{\"_index\":290,\"name\":{\"721\":{},\"1037\":{},\"1053\":{},\"1071\":{}},\"parent\":{}}],[\"details\",{\"_index\":876,\"name\":{\"2390\":{},\"2400\":{},\"2413\":{},\"2424\":{},\"2431\":{},\"2439\":{},\"2456\":{},\"2468\":{},\"2478\":{},\"2488\":{},\"2498\":{},\"2508\":{},\"2519\":{},\"2544\":{},\"2554\":{}},\"parent\":{}}],[\"determinepermissions\",{\"_index\":85,\"name\":{\"197\":{}},\"parent\":{}}],[\"disabledmediaranges\",{\"_index\":656,\"name\":{\"1747\":{}},\"parent\":{}}],[\"document\",{\"_index\":653,\"name\":{\"1744\":{}},\"parent\":{}}],[\"dpopwebidextractor\",{\"_index\":14,\"name\":{\"18\":{}},\"parent\":{\"19\":{},\"20\":{},\"21\":{},\"22\":{},\"23\":{},\"24\":{},\"25\":{}}}],[\"dynamicjsontotemplateconverter\",{\"_index\":675,\"name\":{\"1787\":{}},\"parent\":{\"1788\":{},\"1789\":{},\"1790\":{},\"1791\":{},\"1792\":{},\"1793\":{},\"1794\":{}}}],[\"ejstemplateengine\",{\"_index\":979,\"name\":{\"2740\":{}},\"parent\":{\"2741\":{},\"2742\":{},\"2743\":{}}}],[\"email\",{\"_index\":297,\"name\":{\"743\":{},\"831\":{},\"835\":{},\"892\":{},\"902\":{},\"1435\":{}},\"parent\":{}}],[\"emailargs\",{\"_index\":351,\"name\":{\"874\":{}},\"parent\":{\"875\":{},\"876\":{},\"877\":{},\"878\":{}}}],[\"emailconfig\",{\"_index\":341,\"name\":{\"858\":{}},\"parent\":{}}],[\"emailpasswordauthorizer\",{\"_index\":294,\"name\":{\"728\":{}},\"parent\":{\"729\":{},\"730\":{},\"731\":{},\"732\":{},\"733\":{},\"734\":{}}}],[\"emailpassworddata\",{\"_index\":332,\"name\":{\"837\":{}},\"parent\":{}}],[\"emailsender\",{\"_index\":304,\"name\":{\"769\":{},\"776\":{},\"879\":{}},\"parent\":{\"880\":{},\"881\":{},\"882\":{},\"883\":{}}}],[\"emailsenderargs\",{\"_index\":340,\"name\":{\"857\":{}},\"parent\":{\"858\":{},\"859\":{},\"866\":{}}}],[\"emailsenderargs.__type\",{\"_index\":343,\"name\":{},\"parent\":{\"860\":{},\"861\":{},\"862\":{},\"863\":{}}}],[\"emailsenderargs.__type.__type\",{\"_index\":346,\"name\":{},\"parent\":{\"864\":{},\"865\":{}}}],[\"emitchanged\",{\"_index\":860,\"name\":{\"2321\":{}},\"parent\":{}}],[\"enabledmediaranges\",{\"_index\":655,\"name\":{\"1746\":{}},\"parent\":{}}],[\"encodeuripathcomponents\",{\"_index\":1047,\"name\":{\"2837\":{}},\"parent\":{}}],[\"encoding\",{\"_index\":245,\"name\":{\"648\":{}},\"parent\":{}}],[\"encodingpathstorage\",{\"_index\":694,\"name\":{\"1883\":{}},\"parent\":{\"1884\":{},\"1885\":{},\"1886\":{},\"1887\":{},\"1888\":{},\"1889\":{},\"1890\":{},\"1891\":{},\"1892\":{},\"1893\":{}}}],[\"endofstream\",{\"_index\":1077,\"name\":{\"2868\":{}},\"parent\":{}}],[\"endpoint\",{\"_index\":622,\"name\":{\"1685\":{}},\"parent\":{}}],[\"engine\",{\"_index\":760,\"name\":{\"2075\":{},\"2111\":{}},\"parent\":{}}],[\"ensureleadingslash\",{\"_index\":1043,\"name\":{\"2833\":{}},\"parent\":{}}],[\"ensurepodowner\",{\"_index\":68,\"name\":{\"149\":{}},\"parent\":{}}],[\"ensuretrailingslash\",{\"_index\":1041,\"name\":{\"2831\":{}},\"parent\":{}}],[\"entries\",{\"_index\":613,\"name\":{\"1660\":{},\"1891\":{},\"1899\":{},\"1909\":{},\"1921\":{},\"1932\":{},\"1940\":{},\"1954\":{}},\"parent\":{}}],[\"envvarprefix\",{\"_index\":436,\"name\":{\"1148\":{}},\"parent\":{}}],[\"equalreadwritelocker\",{\"_index\":939,\"name\":{\"2663\":{}},\"parent\":{\"2664\":{},\"2665\":{},\"2666\":{},\"2667\":{},\"2668\":{}}}],[\"errno\",{\"_index\":906,\"name\":{\"2531\":{}},\"parent\":{}}],[\"error\",{\"_index\":168,\"name\":{\"481\":{},\"1295\":{},\"1304\":{},\"1314\":{},\"1330\":{},\"1344\":{},\"2609\":{}},\"parent\":{}}],[\"errorcode\",{\"_index\":875,\"name\":{\"2389\":{},\"2399\":{},\"2412\":{},\"2423\":{},\"2430\":{},\"2438\":{},\"2455\":{},\"2467\":{},\"2477\":{},\"2487\":{},\"2497\":{},\"2507\":{},\"2518\":{},\"2543\":{},\"2553\":{}},\"parent\":{}}],[\"errorhandler\",{\"_index\":170,\"name\":{\"483\":{},\"496\":{},\"681\":{},\"692\":{},\"1508\":{},\"1515\":{}},\"parent\":{\"484\":{},\"485\":{},\"486\":{},\"487\":{}}}],[\"errorhandlerargs\",{\"_index\":167,\"name\":{\"480\":{}},\"parent\":{\"481\":{},\"482\":{}}}],[\"errormessage\",{\"_index\":928,\"name\":{\"2625\":{}},\"parent\":{}}],[\"errortojsonconverter\",{\"_index\":678,\"name\":{\"1795\":{}},\"parent\":{\"1796\":{},\"1797\":{},\"1798\":{},\"1799\":{},\"1800\":{},\"1801\":{},\"1802\":{}}}],[\"errortoquadconverter\",{\"_index\":679,\"name\":{\"1803\":{}},\"parent\":{\"1804\":{},\"1805\":{},\"1806\":{},\"1807\":{},\"1808\":{},\"1809\":{},\"1810\":{}}}],[\"errortotemplateconverter\",{\"_index\":684,\"name\":{\"1816\":{}},\"parent\":{\"1817\":{},\"1818\":{},\"1819\":{},\"1820\":{},\"1821\":{},\"1822\":{},\"1823\":{},\"1824\":{},\"1825\":{},\"1826\":{},\"1827\":{},\"1828\":{}}}],[\"estimatesize\",{\"_index\":779,\"name\":{\"2129\":{},\"2140\":{},\"2148\":{},\"2196\":{},\"2206\":{}},\"parent\":{}}],[\"expiration\",{\"_index\":32,\"name\":{\"74\":{},\"1014\":{},\"2725\":{}},\"parent\":{}}],[\"expires\",{\"_index\":576,\"name\":{\"1557\":{},\"1941\":{},\"1943\":{}},\"parent\":{\"1942\":{}}}],[\"expires.__type\",{\"_index\":713,\"name\":{},\"parent\":{\"1943\":{},\"1944\":{}}}],[\"expiringadapter\",{\"_index\":404,\"name\":{\"1024\":{}},\"parent\":{\"1025\":{},\"1026\":{},\"1027\":{},\"1028\":{},\"1029\":{},\"1030\":{},\"1031\":{},\"1032\":{},\"1033\":{},\"1034\":{},\"1035\":{},\"1036\":{},\"1037\":{},\"1038\":{},\"1039\":{}}}],[\"expiringadapterfactory\",{\"_index\":409,\"name\":{\"1040\":{}},\"parent\":{\"1041\":{},\"1042\":{},\"1043\":{}}}],[\"expiringpromise\",{\"_index\":972,\"name\":{\"2728\":{}},\"parent\":{}}],[\"expiringreadwritelocker\",{\"_index\":936,\"name\":{\"2660\":{}},\"parent\":{\"2661\":{},\"2662\":{}}}],[\"expiringstorage\",{\"_index\":698,\"name\":{\"1894\":{}},\"parent\":{\"1895\":{},\"1896\":{},\"1897\":{},\"1898\":{},\"1899\":{}}}],[\"extension\",{\"_index\":683,\"name\":{\"1814\":{},\"1821\":{},\"2800\":{}},\"parent\":{}}],[\"extensionbasedmapper\",{\"_index\":737,\"name\":{\"1978\":{}},\"parent\":{\"1979\":{},\"1980\":{},\"1981\":{},\"1982\":{},\"1983\":{},\"1984\":{},\"1985\":{},\"1986\":{},\"1987\":{},\"1988\":{},\"1989\":{},\"1990\":{},\"1991\":{},\"1992\":{},\"1993\":{},\"1994\":{},\"1995\":{},\"1996\":{},\"1997\":{}}}],[\"extensionbasedmapperfactory\",{\"_index\":741,\"name\":{\"1998\":{}},\"parent\":{\"1999\":{},\"2000\":{}}}],[\"extractscheme\",{\"_index\":1050,\"name\":{\"2840\":{}},\"parent\":{}}],[\"factory\",{\"_index\":483,\"name\":{\"1288\":{},\"1421\":{}},\"parent\":{}}],[\"fetchcachedquads\",{\"_index\":34,\"name\":{\"77\":{}},\"parent\":{}}],[\"fetchdataset\",{\"_index\":1002,\"name\":{\"2774\":{}},\"parent\":{}}],[\"fetcher\",{\"_index\":623,\"name\":{\"1687\":{}},\"parent\":{}}],[\"filedataaccessor\",{\"_index\":605,\"name\":{\"1634\":{}},\"parent\":{\"1635\":{},\"1636\":{},\"1637\":{},\"1638\":{},\"1639\":{},\"1640\":{},\"1641\":{},\"1642\":{},\"1643\":{},\"1644\":{},\"1645\":{},\"1646\":{},\"1647\":{},\"1648\":{},\"1649\":{},\"1650\":{},\"1651\":{},\"1652\":{},\"1653\":{},\"1654\":{}}}],[\"fileidentifiermapper\",{\"_index\":744,\"name\":{\"2006\":{},\"2190\":{}},\"parent\":{\"2007\":{},\"2008\":{}}}],[\"fileidentifiermapperfactory\",{\"_index\":745,\"name\":{\"2009\":{}},\"parent\":{\"2010\":{}}}],[\"filemapper\",{\"_index\":507,\"name\":{\"1362\":{}},\"parent\":{}}],[\"filepath\",{\"_index\":658,\"name\":{\"1750\":{},\"1902\":{},\"2003\":{}},\"parent\":{}}],[\"filesizereporter\",{\"_index\":800,\"name\":{\"2188\":{}},\"parent\":{\"2189\":{},\"2190\":{},\"2191\":{},\"2192\":{},\"2193\":{},\"2194\":{},\"2195\":{},\"2196\":{},\"2197\":{}}}],[\"filterallowedmethods\",{\"_index\":180,\"name\":{\"510\":{}},\"parent\":{}}],[\"filterhandlers\",{\"_index\":917,\"name\":{\"2580\":{}},\"parent\":{}}],[\"filterstore\",{\"_index\":89,\"name\":{\"201\":{}},\"parent\":{}}],[\"finalizable\",{\"_index\":419,\"name\":{\"1098\":{}},\"parent\":{\"1099\":{}}}],[\"finalize\",{\"_index\":420,\"name\":{\"1099\":{},\"1103\":{},\"1276\":{},\"1960\":{},\"2709\":{}},\"parent\":{}}],[\"finalizer\",{\"_index\":452,\"name\":{\"1196\":{}},\"parent\":{}}],[\"finalizers\",{\"_index\":422,\"name\":{\"1102\":{}},\"parent\":{}}],[\"find\",{\"_index\":283,\"name\":{\"714\":{},\"1034\":{},\"1049\":{},\"1063\":{}},\"parent\":{}}],[\"findbest\",{\"_index\":645,\"name\":{\"1735\":{}},\"parent\":{}}],[\"findbyuid\",{\"_index\":288,\"name\":{\"719\":{},\"1036\":{},\"1051\":{},\"1069\":{}},\"parent\":{}}],[\"findbyusercode\",{\"_index\":287,\"name\":{\"718\":{},\"1035\":{},\"1050\":{},\"1068\":{}},\"parent\":{}}],[\"findconverterpreference\",{\"_index\":650,\"name\":{\"1740\":{}},\"parent\":{}}],[\"findhandler\",{\"_index\":916,\"name\":{\"2579\":{}},\"parent\":{}}],[\"findmethod\",{\"_index\":919,\"name\":{\"2587\":{}},\"parent\":{}}],[\"findpath\",{\"_index\":642,\"name\":{\"1732\":{}},\"parent\":{}}],[\"findpermissions\",{\"_index\":84,\"name\":{\"196\":{}},\"parent\":{}}],[\"findquads\",{\"_index\":124,\"name\":{\"300\":{}},\"parent\":{}}],[\"findreader\",{\"_index\":72,\"name\":{\"158\":{}},\"parent\":{}}],[\"findredirect\",{\"_index\":567,\"name\":{\"1528\":{}},\"parent\":{}}],[\"findstore\",{\"_index\":787,\"name\":{\"2155\":{},\"2166\":{}},\"parent\":{}}],[\"findtype\",{\"_index\":677,\"name\":{\"1793\":{}},\"parent\":{}}],[\"findvariables\",{\"_index\":125,\"name\":{\"301\":{}},\"parent\":{}}],[\"finished\",{\"_index\":914,\"name\":{\"2574\":{}},\"parent\":{}}],[\"firstengine\",{\"_index\":975,\"name\":{\"2736\":{}},\"parent\":{}}],[\"fixedcontenttypemapper\",{\"_index\":746,\"name\":{\"2011\":{}},\"parent\":{\"2012\":{},\"2013\":{},\"2014\":{},\"2015\":{},\"2016\":{},\"2017\":{},\"2018\":{},\"2019\":{},\"2020\":{},\"2021\":{},\"2022\":{},\"2023\":{},\"2024\":{},\"2025\":{},\"2026\":{},\"2027\":{},\"2028\":{},\"2029\":{},\"2030\":{}}}],[\"fixedinteractionhandler\",{\"_index\":387,\"name\":{\"964\":{}},\"parent\":{\"965\":{},\"966\":{},\"967\":{},\"968\":{},\"969\":{}}}],[\"flush\",{\"_index\":1080,\"name\":{\"2871\":{}},\"parent\":{}}],[\"foaf\",{\"_index\":1096,\"name\":{\"2889\":{}},\"parent\":{}}],[\"for\",{\"_index\":1036,\"name\":{\"2825\":{}},\"parent\":{}}],[\"forbiddenhttperror\",{\"_index\":881,\"name\":{\"2405\":{}},\"parent\":{\"2406\":{},\"2407\":{},\"2408\":{},\"2409\":{},\"2410\":{},\"2411\":{},\"2412\":{},\"2413\":{},\"2414\":{}}}],[\"forgotpasswordexpiration\",{\"_index\":336,\"name\":{\"843\":{}},\"parent\":{}}],[\"forgotpasswordhandler\",{\"_index\":306,\"name\":{\"771\":{}},\"parent\":{\"772\":{},\"773\":{},\"774\":{},\"775\":{},\"776\":{},\"777\":{},\"778\":{},\"779\":{},\"780\":{},\"781\":{},\"782\":{},\"783\":{},\"784\":{}}}],[\"forgotpasswordhandlerargs\",{\"_index\":302,\"name\":{\"766\":{}},\"parent\":{\"767\":{},\"768\":{},\"769\":{},\"770\":{}}}],[\"forgotpasswordpayload\",{\"_index\":330,\"name\":{\"834\":{}},\"parent\":{\"835\":{},\"836\":{}}}],[\"forgotpasswordstorage\",{\"_index\":334,\"name\":{\"841\":{}},\"parent\":{}}],[\"formtojsonconverter\",{\"_index\":685,\"name\":{\"1829\":{}},\"parent\":{\"1830\":{},\"1831\":{},\"1832\":{},\"1833\":{},\"1834\":{},\"1835\":{},\"1836\":{}}}],[\"forquads\",{\"_index\":224,\"name\":{\"627\":{}},\"parent\":{}}],[\"forwarded\",{\"_index\":1034,\"name\":{\"2823\":{}},\"parent\":{\"2824\":{},\"2825\":{},\"2826\":{},\"2827\":{}}}],[\"foundhttperror\",{\"_index\":882,\"name\":{\"2415\":{}},\"parent\":{\"2416\":{},\"2417\":{},\"2418\":{},\"2419\":{},\"2420\":{},\"2421\":{},\"2422\":{},\"2423\":{},\"2424\":{},\"2425\":{}}}],[\"generate\",{\"_index\":517,\"name\":{\"1386\":{},\"1388\":{},\"1391\":{},\"1393\":{},\"1398\":{},\"1405\":{},\"1409\":{},\"1417\":{},\"1424\":{}},\"parent\":{}}],[\"generateaccept\",{\"_index\":184,\"name\":{\"514\":{}},\"parent\":{}}],[\"generateallow\",{\"_index\":183,\"name\":{\"513\":{}},\"parent\":{}}],[\"generatecookiekeys\",{\"_index\":273,\"name\":{\"700\":{}},\"parent\":{}}],[\"generatedpodmanager\",{\"_index\":543,\"name\":{\"1444\":{}},\"parent\":{\"1445\":{},\"1446\":{},\"1447\":{},\"1448\":{},\"1449\":{}}}],[\"generateforgotpasswordrecord\",{\"_index\":324,\"name\":{\"826\":{},\"854\":{}},\"parent\":{}}],[\"generatehttperrorclass\",{\"_index\":885,\"name\":{\"2427\":{}},\"parent\":{}}],[\"generatehttperroruri\",{\"_index\":884,\"name\":{\"2426\":{}},\"parent\":{}}],[\"generatejwks\",{\"_index\":272,\"name\":{\"699\":{}},\"parent\":{}}],[\"generatemetadata\",{\"_index\":539,\"name\":{\"1429\":{},\"2391\":{},\"2401\":{},\"2414\":{},\"2425\":{},\"2440\":{},\"2457\":{},\"2464\":{},\"2479\":{},\"2489\":{},\"2499\":{},\"2509\":{},\"2520\":{},\"2545\":{},\"2555\":{}},\"parent\":{}}],[\"generatepath\",{\"_index\":643,\"name\":{\"1733\":{}},\"parent\":{}}],[\"generateredirecthttperrorclass\",{\"_index\":898,\"name\":{\"2510\":{}},\"parent\":{}}],[\"generateresource\",{\"_index\":538,\"name\":{\"1428\":{}},\"parent\":{}}],[\"generatetoken\",{\"_index\":401,\"name\":{\"1017\":{}},\"parent\":{}}],[\"generator\",{\"_index\":471,\"name\":{\"1237\":{},\"1245\":{},\"1688\":{},\"2076\":{}},\"parent\":{}}],[\"get\",{\"_index\":228,\"name\":{\"631\":{},\"1887\":{},\"1896\":{},\"1905\":{},\"1917\":{},\"1928\":{},\"1936\":{},\"1950\":{}},\"parent\":{}}],[\"getabsolutepath\",{\"_index\":733,\"name\":{\"1974\":{},\"1994\":{},\"2027\":{},\"2053\":{}},\"parent\":{}}],[\"getaccountpayload\",{\"_index\":339,\"name\":{\"846\":{}},\"parent\":{}}],[\"getaccountresourceidentifier\",{\"_index\":337,\"name\":{\"844\":{}},\"parent\":{}}],[\"getacl\",{\"_index\":87,\"name\":{\"199\":{}},\"parent\":{}}],[\"getaclrecursive\",{\"_index\":88,\"name\":{\"200\":{}},\"parent\":{}}],[\"getall\",{\"_index\":227,\"name\":{\"630\":{}},\"parent\":{}}],[\"getauxiliaryidentifier\",{\"_index\":91,\"name\":{\"205\":{},\"214\":{},\"225\":{},\"254\":{},\"267\":{},\"274\":{}},\"parent\":{}}],[\"getauxiliaryidentifiers\",{\"_index\":92,\"name\":{\"206\":{},\"215\":{},\"226\":{},\"255\":{},\"268\":{},\"275\":{}},\"parent\":{}}],[\"getavailablespace\",{\"_index\":778,\"name\":{\"2128\":{},\"2139\":{},\"2146\":{}},\"parent\":{}}],[\"getbasemetadata\",{\"_index\":608,\"name\":{\"1649\":{}},\"parent\":{}}],[\"getbestpreference\",{\"_index\":669,\"name\":{\"1781\":{}},\"parent\":{}}],[\"getcacheheaders\",{\"_index\":579,\"name\":{\"1563\":{}},\"parent\":{}}],[\"getchildmetadata\",{\"_index\":610,\"name\":{\"1651\":{}},\"parent\":{}}],[\"getchildren\",{\"_index\":593,\"name\":{\"1606\":{},\"1619\":{},\"1630\":{},\"1641\":{},\"1664\":{},\"1680\":{},\"1692\":{},\"1716\":{}},\"parent\":{}}],[\"getchildresources\",{\"_index\":660,\"name\":{\"1763\":{}},\"parent\":{}}],[\"getcontainerurl\",{\"_index\":730,\"name\":{\"1971\":{},\"1993\":{},\"2026\":{},\"2039\":{}},\"parent\":{}}],[\"getcontenttype\",{\"_index\":231,\"name\":{\"634\":{}},\"parent\":{}}],[\"getcontenttypefrompath\",{\"_index\":732,\"name\":{\"1973\":{},\"1984\":{},\"2017\":{},\"2044\":{}},\"parent\":{}}],[\"getcontenttypefromurl\",{\"_index\":728,\"name\":{\"1969\":{},\"1991\":{},\"2016\":{},\"2051\":{}},\"parent\":{}}],[\"getconversiontarget\",{\"_index\":670,\"name\":{\"1782\":{}},\"parent\":{}}],[\"getcountkey\",{\"_index\":945,\"name\":{\"2680\":{}},\"parent\":{}}],[\"getdata\",{\"_index\":591,\"name\":{\"1604\":{},\"1617\":{},\"1628\":{},\"1639\":{},\"1662\":{},\"1678\":{},\"1690\":{},\"1714\":{}},\"parent\":{}}],[\"getdirectorymetadata\",{\"_index\":607,\"name\":{\"1647\":{}},\"parent\":{}}],[\"getdocumenturl\",{\"_index\":731,\"name\":{\"1972\":{},\"1983\":{},\"2019\":{},\"2040\":{}},\"parent\":{}}],[\"getentry\",{\"_index\":618,\"name\":{\"1671\":{}},\"parent\":{}}],[\"getetag\",{\"_index\":829,\"name\":{\"2246\":{}},\"parent\":{}}],[\"getextension\",{\"_index\":1044,\"name\":{\"2834\":{}},\"parent\":{}}],[\"getfilemetadata\",{\"_index\":606,\"name\":{\"1646\":{}},\"parent\":{}}],[\"getfilepath\",{\"_index\":578,\"name\":{\"1560\":{}},\"parent\":{}}],[\"getforgotpasswordrecord\",{\"_index\":325,\"name\":{\"827\":{},\"855\":{}},\"parent\":{}}],[\"getforgotpasswordrecordresourceidentifier\",{\"_index\":338,\"name\":{\"845\":{}},\"parent\":{}}],[\"getgrant\",{\"_index\":382,\"name\":{\"952\":{}},\"parent\":{}}],[\"gethierarchy\",{\"_index\":616,\"name\":{\"1669\":{}},\"parent\":{}}],[\"getjson\",{\"_index\":704,\"name\":{\"1912\":{}},\"parent\":{}}],[\"getjsonsafely\",{\"_index\":702,\"name\":{\"1910\":{}},\"parent\":{}}],[\"getlocalname\",{\"_index\":662,\"name\":{\"1765\":{}},\"parent\":{}}],[\"getlockcount\",{\"_index\":970,\"name\":{\"2720\":{}},\"parent\":{}}],[\"getlockidentifier\",{\"_index\":855,\"name\":{\"2308\":{}},\"parent\":{}}],[\"getloggerfor\",{\"_index\":496,\"name\":{\"1324\":{}},\"parent\":{}}],[\"getmatchingsource\",{\"_index\":110,\"name\":{\"258\":{},\"266\":{}},\"parent\":{}}],[\"getmetadata\",{\"_index\":592,\"name\":{\"1605\":{},\"1618\":{},\"1629\":{},\"1640\":{},\"1663\":{},\"1679\":{},\"1691\":{},\"1715\":{}},\"parent\":{}}],[\"getmetadatanode\",{\"_index\":625,\"name\":{\"1697\":{}},\"parent\":{}}],[\"getmoduleroot\",{\"_index\":1053,\"name\":{\"2843\":{}},\"parent\":{}}],[\"getnormalizedmetadata\",{\"_index\":833,\"name\":{\"2268\":{}},\"parent\":{}}],[\"getoperationhandler\",{\"_index\":155,\"name\":{\"430\":{}},\"parent\":{\"431\":{},\"432\":{},\"433\":{},\"434\":{},\"435\":{}}}],[\"getoutputtypes\",{\"_index\":639,\"name\":{\"1722\":{},\"1768\":{},\"1773\":{},\"1800\":{},\"1808\":{},\"1826\":{},\"1834\":{},\"1843\":{},\"1857\":{},\"1865\":{},\"1879\":{}},\"parent\":{}}],[\"getparentcontainer\",{\"_index\":932,\"name\":{\"2639\":{},\"2643\":{},\"2651\":{},\"2659\":{}},\"parent\":{}}],[\"getparentcontainers\",{\"_index\":661,\"name\":{\"1764\":{}},\"parent\":{}}],[\"getparententry\",{\"_index\":617,\"name\":{\"1670\":{}},\"parent\":{}}],[\"getpath\",{\"_index\":374,\"name\":{\"925\":{},\"927\":{},\"937\":{}},\"parent\":{}}],[\"getprovider\",{\"_index\":269,\"name\":{\"696\":{},\"707\":{}},\"parent\":{}}],[\"getrawmetadata\",{\"_index\":609,\"name\":{\"1650\":{}},\"parent\":{}}],[\"getreadlockkey\",{\"_index\":946,\"name\":{\"2681\":{}},\"parent\":{}}],[\"getreadwritekey\",{\"_index\":963,\"name\":{\"2703\":{}},\"parent\":{}}],[\"getrelatednames\",{\"_index\":624,\"name\":{\"1696\":{}},\"parent\":{}}],[\"getrelativepath\",{\"_index\":734,\"name\":{\"1975\":{},\"1995\":{},\"2028\":{},\"2042\":{}},\"parent\":{}}],[\"getrelativeurl\",{\"_index\":1051,\"name\":{\"2841\":{}},\"parent\":{}}],[\"getreplacementtype\",{\"_index\":665,\"name\":{\"1777\":{}},\"parent\":{}}],[\"getrepresentation\",{\"_index\":814,\"name\":{\"2214\":{},\"2223\":{},\"2261\":{},\"2288\":{},\"2303\":{},\"2316\":{},\"2326\":{},\"2337\":{},\"2349\":{},\"2356\":{},\"2366\":{},\"2376\":{}},\"parent\":{}}],[\"getrequiredauthorization\",{\"_index\":64,\"name\":{\"142\":{}},\"parent\":{}}],[\"getresourceentries\",{\"_index\":706,\"name\":{\"1922\":{}},\"parent\":{}}],[\"getresourcekey\",{\"_index\":964,\"name\":{\"2704\":{}},\"parent\":{}}],[\"getsafenormalizedmetadata\",{\"_index\":834,\"name\":{\"2269\":{}},\"parent\":{}}],[\"getsettings\",{\"_index\":321,\"name\":{\"823\":{},\"851\":{}},\"parent\":{}}],[\"getsingleitem\",{\"_index\":1073,\"name\":{\"2864\":{}},\"parent\":{}}],[\"getsize\",{\"_index\":803,\"name\":{\"2194\":{},\"2204\":{}},\"parent\":{}}],[\"getstats\",{\"_index\":600,\"name\":{\"1622\":{},\"1645\":{}},\"parent\":{}}],[\"getstatuscode\",{\"_index\":889,\"name\":{\"2446\":{}},\"parent\":{}}],[\"getstore\",{\"_index\":870,\"name\":{\"2381\":{}},\"parent\":{}}],[\"getsubjectidentifier\",{\"_index\":94,\"name\":{\"208\":{},\"217\":{},\"228\":{},\"257\":{},\"270\":{},\"277\":{}},\"parent\":{}}],[\"gettemplatefilepath\",{\"_index\":982,\"name\":{\"2748\":{}},\"parent\":{}}],[\"gettokenkey\",{\"_index\":400,\"name\":{\"1016\":{}},\"parent\":{}}],[\"gettotalsize\",{\"_index\":805,\"name\":{\"2197\":{}},\"parent\":{}}],[\"gettotalspaceused\",{\"_index\":775,\"name\":{\"2125\":{},\"2135\":{},\"2147\":{}},\"parent\":{}}],[\"gettypeweight\",{\"_index\":667,\"name\":{\"1779\":{}},\"parent\":{}}],[\"getunexpired\",{\"_index\":718,\"name\":{\"1956\":{}},\"parent\":{}}],[\"getunit\",{\"_index\":802,\"name\":{\"2193\":{},\"2203\":{}},\"parent\":{}}],[\"getweightedpreferences\",{\"_index\":668,\"name\":{\"1780\":{}},\"parent\":{}}],[\"getwritelockkey\",{\"_index\":947,\"name\":{\"2682\":{}},\"parent\":{}}],[\"globalquotastrategy\",{\"_index\":774,\"name\":{\"2122\":{}},\"parent\":{\"2123\":{},\"2124\":{},\"2125\":{},\"2126\":{},\"2127\":{},\"2128\":{},\"2129\":{},\"2130\":{}}}],[\"grantkeyfor\",{\"_index\":405,\"name\":{\"1029\":{}},\"parent\":{}}],[\"greedyreadwritelocker\",{\"_index\":943,\"name\":{\"2673\":{}},\"parent\":{\"2674\":{},\"2675\":{},\"2676\":{},\"2677\":{},\"2678\":{},\"2679\":{},\"2680\":{},\"2681\":{},\"2682\":{},\"2683\":{},\"2684\":{},\"2685\":{},\"2686\":{}}}],[\"greedyreadwritesuffixes\",{\"_index\":941,\"name\":{\"2669\":{}},\"parent\":{\"2670\":{},\"2671\":{},\"2672\":{}}}],[\"grouplinks\",{\"_index\":537,\"name\":{\"1427\":{}},\"parent\":{}}],[\"guarded\",{\"_index\":1006,\"name\":{\"2778\":{}},\"parent\":{}}],[\"guardedstreamfrom\",{\"_index\":1076,\"name\":{\"2867\":{}},\"parent\":{}}],[\"guardstream\",{\"_index\":1005,\"name\":{\"2777\":{}},\"parent\":{}}],[\"handle\",{\"_index\":5,\"name\":{\"5\":{},\"16\":{},\"24\":{},\"28\":{},\"36\":{},\"43\":{},\"50\":{},\"55\":{},\"63\":{},\"68\":{},\"75\":{},\"91\":{},\"97\":{},\"103\":{},\"109\":{},\"121\":{},\"132\":{},\"140\":{},\"148\":{},\"157\":{},\"164\":{},\"177\":{},\"185\":{},\"195\":{},\"237\":{},\"243\":{},\"248\":{},\"285\":{},\"293\":{},\"298\":{},\"307\":{},\"314\":{},\"319\":{},\"327\":{},\"336\":{},\"342\":{},\"347\":{},\"352\":{},\"359\":{},\"365\":{},\"370\":{},\"377\":{},\"382\":{},\"388\":{},\"403\":{},\"409\":{},\"417\":{},\"421\":{},\"428\":{},\"434\":{},\"440\":{},\"447\":{},\"454\":{},\"461\":{},\"468\":{},\"475\":{},\"486\":{},\"491\":{},\"498\":{},\"509\":{},\"520\":{},\"527\":{},\"533\":{},\"539\":{},\"543\":{},\"548\":{},\"556\":{},\"584\":{},\"589\":{},\"670\":{},\"732\":{},\"740\":{},\"751\":{},\"758\":{},\"763\":{},\"782\":{},\"792\":{},\"801\":{},\"811\":{},\"871\":{},\"882\":{},\"933\":{},\"942\":{},\"955\":{},\"962\":{},\"967\":{},\"976\":{},\"985\":{},\"991\":{},\"996\":{},\"1002\":{},\"1008\":{},\"1015\":{},\"1088\":{},\"1095\":{},\"1116\":{},\"1133\":{},\"1141\":{},\"1153\":{},\"1161\":{},\"1168\":{},\"1174\":{},\"1180\":{},\"1185\":{},\"1191\":{},\"1217\":{},\"1230\":{},\"1248\":{},\"1254\":{},\"1259\":{},\"1267\":{},\"1275\":{},\"1283\":{},\"1357\":{},\"1363\":{},\"1369\":{},\"1379\":{},\"1466\":{},\"1489\":{},\"1503\":{},\"1519\":{},\"1527\":{},\"1533\":{},\"1544\":{},\"1550\":{},\"1562\":{},\"1568\":{},\"1583\":{},\"1600\":{},\"1724\":{},\"1731\":{},\"1754\":{},\"1762\":{},\"1775\":{},\"1791\":{},\"1797\":{},\"1805\":{},\"1823\":{},\"1831\":{},\"1840\":{},\"1848\":{},\"1854\":{},\"1862\":{},\"1875\":{},\"1881\":{},\"2060\":{},\"2070\":{},\"2078\":{},\"2090\":{},\"2099\":{},\"2105\":{},\"2113\":{},\"2154\":{},\"2165\":{},\"2179\":{},\"2186\":{},\"2210\":{},\"2559\":{},\"2567\":{},\"2577\":{},\"2586\":{},\"2593\":{},\"2598\":{},\"2604\":{},\"2610\":{},\"2619\":{},\"2627\":{},\"2634\":{}},\"parent\":{}}],[\"handlebarstemplateengine\",{\"_index\":981,\"name\":{\"2744\":{}},\"parent\":{\"2745\":{},\"2746\":{},\"2747\":{}}}],[\"handlecontainerdata\",{\"_index\":836,\"name\":{\"2271\":{}},\"parent\":{}}],[\"handleget\",{\"_index\":310,\"name\":{\"783\":{},\"793\":{},\"802\":{},\"812\":{},\"943\":{},\"950\":{},\"1117\":{},\"1134\":{}},\"parent\":{}}],[\"handlepost\",{\"_index\":307,\"name\":{\"778\":{},\"790\":{},\"799\":{},\"808\":{},\"944\":{},\"951\":{},\"1112\":{},\"1135\":{}},\"parent\":{}}],[\"handler\",{\"_index\":416,\"name\":{\"1081\":{},\"1087\":{},\"1121\":{},\"1128\":{},\"1479\":{},\"1588\":{},\"1595\":{}},\"parent\":{}}],[\"handlers\",{\"_index\":19,\"name\":{\"34\":{},\"183\":{},\"2564\":{},\"2591\":{},\"2597\":{},\"2615\":{},\"2632\":{}},\"parent\":{}}],[\"handlesafe\",{\"_index\":6,\"name\":{\"6\":{},\"17\":{},\"25\":{},\"30\":{},\"38\":{},\"45\":{},\"51\":{},\"56\":{},\"65\":{},\"70\":{},\"79\":{},\"92\":{},\"98\":{},\"104\":{},\"117\":{},\"123\":{},\"133\":{},\"141\":{},\"151\":{},\"159\":{},\"169\":{},\"178\":{},\"187\":{},\"203\":{},\"239\":{},\"244\":{},\"250\":{},\"286\":{},\"294\":{},\"303\":{},\"309\":{},\"315\":{},\"323\":{},\"328\":{},\"338\":{},\"343\":{},\"349\":{},\"354\":{},\"361\":{},\"366\":{},\"373\":{},\"379\":{},\"384\":{},\"389\":{},\"405\":{},\"410\":{},\"418\":{},\"423\":{},\"429\":{},\"435\":{},\"441\":{},\"448\":{},\"455\":{},\"462\":{},\"469\":{},\"476\":{},\"487\":{},\"492\":{},\"500\":{},\"516\":{},\"522\":{},\"529\":{},\"535\":{},\"540\":{},\"545\":{},\"552\":{},\"558\":{},\"585\":{},\"590\":{},\"673\":{},\"734\":{},\"741\":{},\"752\":{},\"759\":{},\"765\":{},\"784\":{},\"794\":{},\"803\":{},\"813\":{},\"873\":{},\"883\":{},\"934\":{},\"945\":{},\"956\":{},\"963\":{},\"969\":{},\"977\":{},\"986\":{},\"992\":{},\"998\":{},\"1004\":{},\"1009\":{},\"1021\":{},\"1090\":{},\"1097\":{},\"1118\":{},\"1137\":{},\"1142\":{},\"1156\":{},\"1163\":{},\"1170\":{},\"1176\":{},\"1181\":{},\"1187\":{},\"1192\":{},\"1219\":{},\"1232\":{},\"1250\":{},\"1255\":{},\"1261\":{},\"1269\":{},\"1278\":{},\"1285\":{},\"1359\":{},\"1365\":{},\"1370\":{},\"1381\":{},\"1468\":{},\"1490\":{},\"1504\":{},\"1521\":{},\"1529\":{},\"1534\":{},\"1546\":{},\"1552\":{},\"1564\":{},\"1570\":{},\"1584\":{},\"1601\":{},\"1725\":{},\"1741\":{},\"1755\":{},\"1769\":{},\"1776\":{},\"1794\":{},\"1802\":{},\"1810\":{},\"1828\":{},\"1836\":{},\"1845\":{},\"1850\":{},\"1859\":{},\"1867\":{},\"1876\":{},\"1882\":{},\"2061\":{},\"2071\":{},\"2081\":{},\"2091\":{},\"2100\":{},\"2107\":{},\"2121\":{},\"2157\":{},\"2168\":{},\"2182\":{},\"2187\":{},\"2212\":{},\"2560\":{},\"2566\":{},\"2576\":{},\"2588\":{},\"2594\":{},\"2600\":{},\"2606\":{},\"2612\":{},\"2622\":{},\"2628\":{},\"2635\":{}},\"parent\":{}}],[\"has\",{\"_index\":226,\"name\":{\"629\":{},\"1888\":{},\"1897\":{},\"1906\":{},\"1918\":{},\"1929\":{},\"1937\":{},\"1951\":{}},\"parent\":{}}],[\"hasconditions\",{\"_index\":52,\"name\":{\"114\":{}},\"parent\":{}}],[\"hascontainertype\",{\"_index\":844,\"name\":{\"2279\":{}},\"parent\":{}}],[\"hasdeletes\",{\"_index\":54,\"name\":{\"116\":{}},\"parent\":{}}],[\"hasinserts\",{\"_index\":53,\"name\":{\"115\":{}},\"parent\":{}}],[\"hasmodepermission\",{\"_index\":75,\"name\":{\"166\":{}},\"parent\":{}}],[\"hasproperchildren\",{\"_index\":846,\"name\":{\"2281\":{}},\"parent\":{}}],[\"hasresource\",{\"_index\":818,\"name\":{\"2219\":{},\"2222\":{},\"2245\":{},\"2260\":{},\"2291\":{},\"2302\":{},\"2315\":{},\"2325\":{},\"2336\":{},\"2348\":{},\"2360\":{},\"2364\":{},\"2371\":{},\"2375\":{}},\"parent\":{}}],[\"hasscheme\",{\"_index\":1020,\"name\":{\"2792\":{}},\"parent\":{}}],[\"hastoken\",{\"_index\":402,\"name\":{\"1018\":{}},\"parent\":{}}],[\"headerhandler\",{\"_index\":572,\"name\":{\"1547\":{}},\"parent\":{\"1548\":{},\"1549\":{},\"1550\":{},\"1551\":{},\"1552\":{}}}],[\"headermap\",{\"_index\":189,\"name\":{\"532\":{}},\"parent\":{}}],[\"headers\",{\"_index\":186,\"name\":{\"519\":{},\"1549\":{}},\"parent\":{}}],[\"headoperationhandler\",{\"_index\":156,\"name\":{\"436\":{}},\"parent\":{\"437\":{},\"438\":{},\"439\":{},\"440\":{},\"441\":{}}}],[\"hh\",{\"_index\":1097,\"name\":{\"2890\":{}},\"parent\":{}}],[\"host\",{\"_index\":342,\"name\":{\"860\":{},\"2826\":{}},\"parent\":{}}],[\"html\",{\"_index\":355,\"name\":{\"878\":{}},\"parent\":{}}],[\"htmlviewhandler\",{\"_index\":389,\"name\":{\"970\":{}},\"parent\":{\"971\":{},\"972\":{},\"973\":{},\"974\":{},\"975\":{},\"976\":{},\"977\":{}}}],[\"http\",{\"_index\":1098,\"name\":{\"2891\":{}},\"parent\":{}}],[\"httperror\",{\"_index\":887,\"name\":{\"2432\":{}},\"parent\":{\"2433\":{},\"2434\":{},\"2435\":{},\"2436\":{},\"2437\":{},\"2438\":{},\"2439\":{},\"2440\":{}}}],[\"httperrorclass\",{\"_index\":888,\"name\":{\"2441\":{}},\"parent\":{\"2442\":{},\"2443\":{},\"2444\":{},\"2445\":{}}}],[\"httperroroptions\",{\"_index\":886,\"name\":{\"2428\":{}},\"parent\":{\"2429\":{},\"2430\":{},\"2431\":{}}}],[\"httphandler\",{\"_index\":555,\"name\":{\"1486\":{}},\"parent\":{\"1487\":{},\"1488\":{},\"1489\":{},\"1490\":{}}}],[\"httphandlerinput\",{\"_index\":554,\"name\":{\"1483\":{}},\"parent\":{\"1484\":{},\"1485\":{}}}],[\"httprequest\",{\"_index\":557,\"name\":{\"1492\":{}},\"parent\":{}}],[\"httpresponse\",{\"_index\":558,\"name\":{\"1493\":{}},\"parent\":{}}],[\"https\",{\"_index\":547,\"name\":{\"1470\":{}},\"parent\":{}}],[\"httpserverfactory\",{\"_index\":559,\"name\":{\"1494\":{}},\"parent\":{\"1495\":{}}}],[\"iana\",{\"_index\":1099,\"name\":{\"2892\":{}},\"parent\":{}}],[\"id\",{\"_index\":214,\"name\":{\"616\":{}},\"parent\":{}}],[\"identifier\",{\"_index\":58,\"name\":{\"126\":{},\"172\":{},\"281\":{},\"619\":{},\"1395\":{},\"1869\":{},\"2002\":{},\"2085\":{},\"2093\":{}},\"parent\":{}}],[\"identifiergenerator\",{\"_index\":358,\"name\":{\"887\":{},\"914\":{},\"1390\":{}},\"parent\":{\"1391\":{}}}],[\"identifierstrategy\",{\"_index\":83,\"name\":{\"193\":{},\"220\":{},\"236\":{},\"330\":{},\"334\":{},\"1657\":{},\"1686\":{},\"1758\":{},\"2133\":{},\"2258\":{},\"2641\":{}},\"parent\":{\"2642\":{},\"2643\":{},\"2644\":{}}}],[\"identifiertokey\",{\"_index\":709,\"name\":{\"1925\":{}},\"parent\":{}}],[\"identityproviderfactory\",{\"_index\":265,\"name\":{\"683\":{}},\"parent\":{\"684\":{},\"685\":{},\"686\":{},\"687\":{},\"688\":{},\"689\":{},\"690\":{},\"691\":{},\"692\":{},\"693\":{},\"694\":{},\"695\":{},\"696\":{},\"697\":{},\"698\":{},\"699\":{},\"700\":{},\"701\":{},\"702\":{},\"703\":{},\"704\":{},\"705\":{}}}],[\"identityproviderfactoryargs\",{\"_index\":259,\"name\":{\"674\":{}},\"parent\":{\"675\":{},\"676\":{},\"677\":{},\"678\":{},\"679\":{},\"680\":{},\"681\":{},\"682\":{}}}],[\"identityproviderhttphandler\",{\"_index\":417,\"name\":{\"1082\":{}},\"parent\":{\"1083\":{},\"1084\":{},\"1085\":{},\"1086\":{},\"1087\":{},\"1088\":{},\"1089\":{},\"1090\":{}}}],[\"identityproviderhttphandlerargs\",{\"_index\":415,\"name\":{\"1078\":{}},\"parent\":{\"1079\":{},\"1080\":{},\"1081\":{}}}],[\"idpindex\",{\"_index\":390,\"name\":{\"972\":{}},\"parent\":{}}],[\"ignoreerrors\",{\"_index\":926,\"name\":{\"2617\":{}},\"parent\":{}}],[\"ignorefolders\",{\"_index\":801,\"name\":{\"2191\":{}},\"parent\":{}}],[\"includequerystring\",{\"_index\":134,\"name\":{\"331\":{},\"335\":{}},\"parent\":{}}],[\"inconverter\",{\"_index\":865,\"name\":{\"2353\":{}},\"parent\":{}}],[\"incrementcount\",{\"_index\":951,\"name\":{\"2686\":{}},\"parent\":{}}],[\"indexname\",{\"_index\":850,\"name\":{\"2286\":{}},\"parent\":{}}],[\"indexrepresentationstore\",{\"_index\":849,\"name\":{\"2284\":{}},\"parent\":{\"2285\":{},\"2286\":{},\"2287\":{},\"2288\":{},\"2289\":{},\"2290\":{},\"2291\":{},\"2292\":{},\"2293\":{},\"2294\":{},\"2295\":{}}}],[\"info\",{\"_index\":488,\"name\":{\"1297\":{},\"1306\":{},\"1316\":{},\"1332\":{},\"1346\":{},\"2532\":{}},\"parent\":{}}],[\"initconfig\",{\"_index\":271,\"name\":{\"698\":{}},\"parent\":{}}],[\"initialize\",{\"_index\":426,\"name\":{\"1113\":{}},\"parent\":{}}],[\"initializer\",{\"_index\":424,\"name\":{\"1106\":{},\"1111\":{},\"1195\":{},\"1251\":{}},\"parent\":{\"1252\":{},\"1253\":{},\"1254\":{},\"1255\":{}}}],[\"inmemorydataaccessor\",{\"_index\":612,\"name\":{\"1655\":{}},\"parent\":{\"1656\":{},\"1657\":{},\"1658\":{},\"1659\":{},\"1661\":{},\"1662\":{},\"1663\":{},\"1664\":{},\"1665\":{},\"1666\":{},\"1667\":{},\"1668\":{},\"1669\":{},\"1670\":{},\"1671\":{}}}],[\"inmemorydataaccessor.__type\",{\"_index\":614,\"name\":{},\"parent\":{\"1660\":{}}}],[\"inpreferences\",{\"_index\":867,\"name\":{\"2355\":{}},\"parent\":{}}],[\"inputtypes\",{\"_index\":637,\"name\":{\"1720\":{},\"1766\":{},\"1798\":{},\"1806\":{},\"1824\":{},\"1832\":{},\"1841\":{},\"1855\":{},\"1863\":{}},\"parent\":{}}],[\"interaction\",{\"_index\":392,\"name\":{\"978\":{}},\"parent\":{}}],[\"interactionhandler\",{\"_index\":262,\"name\":{\"678\":{},\"689\":{},\"982\":{}},\"parent\":{\"983\":{},\"984\":{},\"985\":{},\"986\":{}}}],[\"interactionhandlerinput\",{\"_index\":393,\"name\":{\"979\":{}},\"parent\":{\"980\":{},\"981\":{}}}],[\"interactionroute\",{\"_index\":375,\"name\":{\"926\":{}},\"parent\":{\"927\":{}}}],[\"interactionroutehandler\",{\"_index\":376,\"name\":{\"928\":{}},\"parent\":{\"929\":{},\"930\":{},\"931\":{},\"932\":{},\"933\":{},\"934\":{}}}],[\"intermediatetype\",{\"_index\":757,\"name\":{\"2067\":{}},\"parent\":{}}],[\"internal_all\",{\"_index\":996,\"name\":{\"2767\":{}},\"parent\":{}}],[\"internal_error\",{\"_index\":998,\"name\":{\"2769\":{}},\"parent\":{}}],[\"internal_quads\",{\"_index\":997,\"name\":{\"2768\":{}},\"parent\":{}}],[\"internalservererror\",{\"_index\":891,\"name\":{\"2448\":{}},\"parent\":{\"2449\":{},\"2450\":{},\"2451\":{},\"2452\":{},\"2453\":{},\"2454\":{},\"2455\":{},\"2456\":{},\"2457\":{}}}],[\"isaccesstoken\",{\"_index\":274,\"name\":{\"701\":{}},\"parent\":{}}],[\"isauthenticated\",{\"_index\":76,\"name\":{\"167\":{}},\"parent\":{}}],[\"isauxiliaryidentifier\",{\"_index\":93,\"name\":{\"207\":{},\"216\":{},\"227\":{},\"256\":{},\"269\":{},\"276\":{}},\"parent\":{}}],[\"iscomposite\",{\"_index\":770,\"name\":{\"2116\":{}},\"parent\":{}}],[\"iscontaineridentifier\",{\"_index\":1049,\"name\":{\"2839\":{}},\"parent\":{}}],[\"iscontainerpath\",{\"_index\":1048,\"name\":{\"2838\":{}},\"parent\":{}}],[\"iscontainertype\",{\"_index\":843,\"name\":{\"2278\":{}},\"parent\":{}}],[\"isdataentry\",{\"_index\":615,\"name\":{\"1668\":{}},\"parent\":{}}],[\"isdeleteallowed\",{\"_index\":182,\"name\":{\"512\":{}},\"parent\":{}}],[\"isdeleteinsert\",{\"_index\":50,\"name\":{\"112\":{},\"2115\":{}},\"parent\":{}}],[\"isempty\",{\"_index\":207,\"name\":{\"596\":{},\"601\":{},\"606\":{},\"658\":{}},\"parent\":{}}],[\"iserror\",{\"_index\":878,\"name\":{\"2402\":{}},\"parent\":{}}],[\"isexpired\",{\"_index\":719,\"name\":{\"1957\":{}},\"parent\":{}}],[\"isguarded\",{\"_index\":1004,\"name\":{\"2776\":{}},\"parent\":{}}],[\"ishttprequest\",{\"_index\":556,\"name\":{\"1491\":{}},\"parent\":{}}],[\"isinstance\",{\"_index\":873,\"name\":{\"2385\":{},\"2395\":{},\"2408\":{},\"2418\":{},\"2433\":{},\"2444\":{},\"2451\":{},\"2461\":{},\"2472\":{},\"2483\":{},\"2493\":{},\"2503\":{},\"2512\":{},\"2524\":{},\"2539\":{},\"2549\":{}},\"parent\":{}}],[\"isinternalcontenttype\",{\"_index\":673,\"name\":{\"1785\":{}},\"parent\":{}}],[\"ismemberofgroup\",{\"_index\":33,\"name\":{\"76\":{}},\"parent\":{}}],[\"ismetadata\",{\"_index\":743,\"name\":{\"2005\":{}},\"parent\":{}}],[\"ismetadataidentifier\",{\"_index\":626,\"name\":{\"1698\":{}},\"parent\":{}}],[\"ismetadatapath\",{\"_index\":736,\"name\":{\"1977\":{},\"1997\":{},\"2030\":{},\"2055\":{}},\"parent\":{}}],[\"isnop\",{\"_index\":51,\"name\":{\"113\":{}},\"parent\":{}}],[\"ispostallowed\",{\"_index\":181,\"name\":{\"511\":{}},\"parent\":{}}],[\"isrepresentationmetadata\",{\"_index\":208,\"name\":{\"607\":{}},\"parent\":{}}],[\"isrequiredinroot\",{\"_index\":96,\"name\":{\"211\":{},\"230\":{},\"263\":{}},\"parent\":{}}],[\"isresourceidentifier\",{\"_index\":247,\"name\":{\"650\":{}},\"parent\":{}}],[\"isrootcontainer\",{\"_index\":933,\"name\":{\"2640\":{},\"2644\":{},\"2650\":{},\"2658\":{}},\"parent\":{}}],[\"isrootstorage\",{\"_index\":845,\"name\":{\"2280\":{}},\"parent\":{}}],[\"issparql\",{\"_index\":48,\"name\":{\"110\":{}},\"parent\":{}}],[\"issparqlupdate\",{\"_index\":769,\"name\":{\"2114\":{}},\"parent\":{}}],[\"issupported\",{\"_index\":49,\"name\":{\"111\":{}},\"parent\":{}}],[\"issystemerror\",{\"_index\":901,\"name\":{\"2526\":{}},\"parent\":{}}],[\"isterm\",{\"_index\":1084,\"name\":{\"2875\":{}},\"parent\":{}}],[\"isvalidfilename\",{\"_index\":1083,\"name\":{\"2874\":{}},\"parent\":{}}],[\"isvalidvariable\",{\"_index\":509,\"name\":{\"1371\":{}},\"parent\":{}}],[\"joinfilepath\",{\"_index\":1039,\"name\":{\"2829\":{}},\"parent\":{}}],[\"joinurl\",{\"_index\":1059,\"name\":{\"2849\":{}},\"parent\":{}}],[\"json_ld\",{\"_index\":1100,\"name\":{\"2893\":{}},\"parent\":{}}],[\"jsonfilestorage\",{\"_index\":699,\"name\":{\"1900\":{}},\"parent\":{\"1901\":{},\"1902\":{},\"1903\":{},\"1904\":{},\"1905\":{},\"1906\":{},\"1907\":{},\"1908\":{},\"1909\":{},\"1910\":{},\"1911\":{},\"1912\":{}}}],[\"jsonresourcestorage\",{\"_index\":705,\"name\":{\"1913\":{}},\"parent\":{\"1914\":{},\"1915\":{},\"1916\":{},\"1917\":{},\"1918\":{},\"1919\":{},\"1920\":{},\"1921\":{},\"1922\":{},\"1923\":{},\"1924\":{},\"1925\":{},\"1926\":{}}}],[\"jwtalg\",{\"_index\":267,\"name\":{\"694\":{}},\"parent\":{}}],[\"key\",{\"_index\":441,\"name\":{\"1159\":{},\"1166\":{},\"1472\":{}},\"parent\":{}}],[\"keyextractor\",{\"_index\":440,\"name\":{\"1157\":{}},\"parent\":{\"1158\":{},\"1159\":{},\"1160\":{},\"1161\":{},\"1162\":{},\"1163\":{}}}],[\"keyfor\",{\"_index\":408,\"name\":{\"1032\":{}},\"parent\":{}}],[\"keytoidentifier\",{\"_index\":708,\"name\":{\"1924\":{}},\"parent\":{}}],[\"keytopath\",{\"_index\":696,\"name\":{\"1892\":{}},\"parent\":{}}],[\"keyvaluestorage\",{\"_index\":711,\"name\":{\"1927\":{}},\"parent\":{\"1928\":{},\"1929\":{},\"1930\":{},\"1931\":{},\"1932\":{}}}],[\"language\",{\"_index\":246,\"name\":{\"649\":{}},\"parent\":{}}],[\"lazyloggerfactory\",{\"_index\":482,\"name\":{\"1286\":{}},\"parent\":{\"1287\":{},\"1288\":{},\"1289\":{},\"1290\":{}}}],[\"ldp\",{\"_index\":1101,\"name\":{\"2894\":{}},\"parent\":{}}],[\"level\",{\"_index\":503,\"name\":{\"1352\":{}},\"parent\":{}}],[\"limit\",{\"_index\":777,\"name\":{\"2127\":{},\"2138\":{},\"2145\":{}},\"parent\":{}}],[\"link\",{\"_index\":105,\"name\":{\"235\":{}},\"parent\":{}}],[\"linkentry\",{\"_index\":1033,\"name\":{\"2820\":{}},\"parent\":{\"2821\":{},\"2822\":{}}}],[\"linkentryparameters\",{\"_index\":1031,\"name\":{\"2818\":{}},\"parent\":{\"2819\":{}}}],[\"linkhascontextrelation\",{\"_index\":142,\"name\":{\"371\":{}},\"parent\":{}}],[\"linkmetadatagenerator\",{\"_index\":104,\"name\":{\"233\":{}},\"parent\":{\"234\":{},\"235\":{},\"236\":{},\"237\":{},\"238\":{},\"239\":{}}}],[\"linkrelmap\",{\"_index\":139,\"name\":{\"358\":{},\"525\":{}},\"parent\":{}}],[\"linkrelmetadatawriter\",{\"_index\":187,\"name\":{\"523\":{}},\"parent\":{\"524\":{},\"525\":{},\"526\":{},\"527\":{},\"528\":{},\"529\":{}}}],[\"linkrelparser\",{\"_index\":138,\"name\":{\"355\":{}},\"parent\":{\"356\":{},\"357\":{},\"358\":{},\"359\":{},\"360\":{},\"361\":{}}}],[\"listcredentialshandler\",{\"_index\":301,\"name\":{\"760\":{}},\"parent\":{\"761\":{},\"762\":{},\"763\":{},\"764\":{},\"765\":{}}}],[\"listeners\",{\"_index\":257,\"name\":{\"669\":{}},\"parent\":{}}],[\"loadfromenv\",{\"_index\":435,\"name\":{\"1147\":{}},\"parent\":{}}],[\"location\",{\"_index\":883,\"name\":{\"2420\":{},\"2474\":{},\"2515\":{}},\"parent\":{}}],[\"locationinteractionhandler\",{\"_index\":395,\"name\":{\"987\":{}},\"parent\":{\"988\":{},\"989\":{},\"990\":{},\"991\":{},\"992\":{}}}],[\"lockedrepresentationrun\",{\"_index\":856,\"name\":{\"2309\":{}},\"parent\":{}}],[\"locker\",{\"_index\":700,\"name\":{\"1903\":{},\"2665\":{},\"2675\":{},\"2716\":{},\"2724\":{}},\"parent\":{}}],[\"lockidentifier\",{\"_index\":701,\"name\":{\"1904\":{}},\"parent\":{}}],[\"lockingresourcestore\",{\"_index\":853,\"name\":{\"2296\":{}},\"parent\":{\"2297\":{},\"2298\":{},\"2299\":{},\"2300\":{},\"2301\":{},\"2302\":{},\"2303\":{},\"2304\":{},\"2305\":{},\"2306\":{},\"2307\":{},\"2308\":{},\"2309\":{},\"2310\":{},\"2311\":{}}}],[\"locks\",{\"_index\":854,\"name\":{\"2300\":{}},\"parent\":{}}],[\"log\",{\"_index\":486,\"name\":{\"1292\":{},\"1294\":{},\"1303\":{},\"1313\":{},\"1329\":{},\"1343\":{}},\"parent\":{}}],[\"log_levels\",{\"_index\":494,\"name\":{\"1322\":{}},\"parent\":{}}],[\"logger\",{\"_index\":2,\"name\":{\"2\":{},\"22\":{},\"42\":{},\"48\":{},\"136\":{},\"145\":{},\"162\":{},\"190\":{},\"306\":{},\"312\":{},\"318\":{},\"346\":{},\"357\":{},\"369\":{},\"376\":{},\"451\":{},\"458\":{},\"465\":{},\"495\":{},\"526\":{},\"581\":{},\"614\":{},\"668\":{},\"773\":{},\"787\":{},\"797\":{},\"806\":{},\"911\":{},\"1001\":{},\"1012\":{},\"1026\":{},\"1061\":{},\"1084\":{},\"1093\":{},\"1109\":{},\"1127\":{},\"1201\":{},\"1216\":{},\"1226\":{},\"1242\":{},\"1264\":{},\"1293\":{},\"1312\":{},\"1338\":{},\"1342\":{},\"1412\":{},\"1439\":{},\"1446\":{},\"1460\":{},\"1478\":{},\"1513\":{},\"1524\":{},\"1558\":{},\"1614\":{},\"1636\":{},\"1684\":{},\"1728\":{},\"1947\":{},\"1963\":{},\"1986\":{},\"2020\":{},\"2046\":{},\"2064\":{},\"2074\":{},\"2103\":{},\"2110\":{},\"2256\":{},\"2298\":{},\"2352\":{},\"2563\":{},\"2631\":{},\"2648\":{},\"2656\":{},\"2696\":{},\"2715\":{},\"2723\":{},\"2731\":{}},\"parent\":{\"1294\":{},\"1295\":{},\"1296\":{},\"1297\":{},\"1298\":{},\"1299\":{},\"1300\":{}}}],[\"loggerfactory\",{\"_index\":475,\"name\":{\"1258\":{},\"1289\":{},\"1320\":{}},\"parent\":{\"1321\":{}}}],[\"loggerinitializer\",{\"_index\":474,\"name\":{\"1256\":{}},\"parent\":{\"1257\":{},\"1258\":{},\"1259\":{},\"1260\":{},\"1261\":{}}}],[\"loginhandler\",{\"_index\":311,\"name\":{\"785\":{}},\"parent\":{\"786\":{},\"787\":{},\"788\":{},\"789\":{},\"790\":{},\"791\":{},\"792\":{},\"793\":{},\"794\":{}}}],[\"loglevel\",{\"_index\":495,\"name\":{\"1323\":{}},\"parent\":{}}],[\"ma\",{\"_index\":1102,\"name\":{\"2895\":{}},\"parent\":{}}],[\"mailtransporter\",{\"_index\":350,\"name\":{\"869\":{}},\"parent\":{}}],[\"maintemplatepath\",{\"_index\":681,\"name\":{\"1812\":{},\"1819\":{}},\"parent\":{}}],[\"mapfilepathtourl\",{\"_index\":729,\"name\":{\"1970\":{},\"1992\":{},\"2007\":{},\"2025\":{},\"2052\":{}},\"parent\":{}}],[\"mappedmetadatawriter\",{\"_index\":188,\"name\":{\"530\":{}},\"parent\":{\"531\":{},\"532\":{},\"533\":{},\"534\":{},\"535\":{}}}],[\"mappings\",{\"_index\":574,\"name\":{\"1555\":{}},\"parent\":{}}],[\"mapurltocontainerpath\",{\"_index\":726,\"name\":{\"1967\":{},\"1990\":{},\"2024\":{},\"2050\":{}},\"parent\":{}}],[\"mapurltodocumentpath\",{\"_index\":727,\"name\":{\"1968\":{},\"1982\":{},\"2018\":{},\"2043\":{}},\"parent\":{}}],[\"mapurltofilepath\",{\"_index\":725,\"name\":{\"1966\":{},\"1989\":{},\"2008\":{},\"2023\":{},\"2049\":{}},\"parent\":{}}],[\"markdowntohtmlconverter\",{\"_index\":686,\"name\":{\"1837\":{}},\"parent\":{\"1838\":{},\"1839\":{},\"1840\":{},\"1841\":{},\"1842\":{},\"1843\":{},\"1844\":{},\"1845\":{}}}],[\"matches\",{\"_index\":827,\"name\":{\"2240\":{},\"2253\":{}},\"parent\":{}}],[\"matchesauthorizationscheme\",{\"_index\":1019,\"name\":{\"2791\":{}},\"parent\":{}}],[\"matchesetag\",{\"_index\":821,\"name\":{\"2229\":{},\"2235\":{},\"2248\":{}},\"parent\":{}}],[\"matchesmediapreferences\",{\"_index\":671,\"name\":{\"1783\":{}},\"parent\":{}}],[\"matchesmediatype\",{\"_index\":672,\"name\":{\"1784\":{}},\"parent\":{}}],[\"matchesmetadata\",{\"_index\":826,\"name\":{\"2239\":{},\"2252\":{}},\"parent\":{}}],[\"matchespreferences\",{\"_index\":852,\"name\":{\"2289\":{}},\"parent\":{}}],[\"matchstore\",{\"_index\":797,\"name\":{\"2180\":{}},\"parent\":{}}],[\"mediarange\",{\"_index\":851,\"name\":{\"2287\":{}},\"parent\":{}}],[\"mediatype\",{\"_index\":1025,\"name\":{\"2799\":{}},\"parent\":{}}],[\"memorymapstorage\",{\"_index\":712,\"name\":{\"1933\":{}},\"parent\":{\"1934\":{},\"1935\":{},\"1936\":{},\"1937\":{},\"1938\":{},\"1939\":{},\"1940\":{}}}],[\"meta\",{\"_index\":1001,\"name\":{\"2773\":{}},\"parent\":{}}],[\"metadata\",{\"_index\":120,\"name\":{\"289\":{},\"412\":{},\"562\":{},\"567\":{},\"572\":{},\"577\":{},\"594\":{},\"598\":{},\"603\":{},\"655\":{}},\"parent\":{}}],[\"metadatacollector\",{\"_index\":563,\"name\":{\"1507\":{},\"1517\":{}},\"parent\":{}}],[\"metadatagenerator\",{\"_index\":100,\"name\":{\"221\":{},\"240\":{}},\"parent\":{\"241\":{},\"242\":{},\"243\":{},\"244\":{}}}],[\"metadatagraph\",{\"_index\":212,\"name\":{\"611\":{}},\"parent\":{}}],[\"metadataidentifier\",{\"_index\":209,\"name\":{\"608\":{}},\"parent\":{}}],[\"metadataparser\",{\"_index\":140,\"name\":{\"362\":{},\"393\":{},\"400\":{}},\"parent\":{\"363\":{},\"364\":{},\"365\":{},\"366\":{}}}],[\"metadatarecord\",{\"_index\":211,\"name\":{\"610\":{}},\"parent\":{}}],[\"metadatavalue\",{\"_index\":210,\"name\":{\"609\":{}},\"parent\":{}}],[\"metadatawriter\",{\"_index\":190,\"name\":{\"536\":{},\"582\":{}},\"parent\":{\"537\":{},\"538\":{},\"539\":{},\"540\":{}}}],[\"method\",{\"_index\":252,\"name\":{\"660\":{}},\"parent\":{}}],[\"methodfilterhandler\",{\"_index\":918,\"name\":{\"2581\":{}},\"parent\":{\"2582\":{},\"2583\":{},\"2584\":{},\"2585\":{},\"2586\":{},\"2587\":{},\"2588\":{}}}],[\"methodmodesextractor\",{\"_index\":44,\"name\":{\"93\":{}},\"parent\":{\"94\":{},\"95\":{},\"96\":{},\"97\":{},\"98\":{}}}],[\"methodnotallowedhttperror\",{\"_index\":892,\"name\":{\"2458\":{}},\"parent\":{\"2459\":{},\"2460\":{},\"2461\":{},\"2462\":{},\"2463\":{},\"2464\":{},\"2465\":{},\"2466\":{},\"2467\":{},\"2468\":{}}}],[\"methods\",{\"_index\":893,\"name\":{\"2463\":{},\"2583\":{}},\"parent\":{}}],[\"minquality\",{\"_index\":654,\"name\":{\"1745\":{}},\"parent\":{}}],[\"modes\",{\"_index\":59,\"name\":{\"127\":{},\"173\":{}},\"parent\":{}}],[\"modesextractor\",{\"_index\":43,\"name\":{\"88\":{},\"1454\":{},\"1462\":{}},\"parent\":{\"89\":{},\"90\":{},\"91\":{},\"92\":{}}}],[\"modifiedmetadatawriter\",{\"_index\":191,\"name\":{\"541\":{}},\"parent\":{\"542\":{},\"543\":{},\"544\":{},\"545\":{}}}],[\"modifiedsince\",{\"_index\":823,\"name\":{\"2231\":{},\"2237\":{},\"2250\":{}},\"parent\":{}}],[\"modifyresource\",{\"_index\":817,\"name\":{\"2218\":{},\"2227\":{},\"2264\":{},\"2294\":{},\"2307\":{},\"2320\":{},\"2329\":{},\"2334\":{},\"2345\":{},\"2362\":{},\"2370\":{},\"2380\":{}},\"parent\":{}}],[\"modifytypeweights\",{\"_index\":648,\"name\":{\"1738\":{}},\"parent\":{}}],[\"modulepath\",{\"_index\":1054,\"name\":{\"2844\":{}},\"parent\":{}}],[\"modulepathplaceholder\",{\"_index\":1058,\"name\":{\"2848\":{}},\"parent\":{}}],[\"moduleversionverifier\",{\"_index\":481,\"name\":{\"1279\":{}},\"parent\":{\"1280\":{},\"1281\":{},\"1282\":{},\"1283\":{},\"1284\":{},\"1285\":{}}}],[\"monitoringstore\",{\"_index\":859,\"name\":{\"2312\":{}},\"parent\":{\"2313\":{},\"2314\":{},\"2315\":{},\"2316\":{},\"2317\":{},\"2318\":{},\"2319\":{},\"2320\":{},\"2321\":{}}}],[\"movedpermanentlyhttperror\",{\"_index\":894,\"name\":{\"2469\":{}},\"parent\":{\"2470\":{},\"2471\":{},\"2472\":{},\"2473\":{},\"2474\":{},\"2475\":{},\"2476\":{},\"2477\":{},\"2478\":{},\"2479\":{}}}],[\"n3patchbodyparser\",{\"_index\":122,\"name\":{\"295\":{}},\"parent\":{\"296\":{},\"297\":{},\"298\":{},\"299\":{},\"300\":{},\"301\":{},\"302\":{},\"303\":{}}}],[\"n3patcher\",{\"_index\":759,\"name\":{\"2072\":{}},\"parent\":{\"2073\":{},\"2074\":{},\"2075\":{},\"2076\":{},\"2077\":{},\"2078\":{},\"2079\":{},\"2080\":{},\"2081\":{}}}],[\"n3patchmodesextractor\",{\"_index\":46,\"name\":{\"99\":{}},\"parent\":{\"100\":{},\"101\":{},\"102\":{},\"103\":{},\"104\":{}}}],[\"name\",{\"_index\":284,\"name\":{\"715\":{},\"1027\":{},\"1046\":{},\"1065\":{},\"1434\":{}},\"parent\":{}}],[\"namespace\",{\"_index\":1094,\"name\":{\"2885\":{}},\"parent\":{}}],[\"nocheckownershipvalidator\",{\"_index\":398,\"name\":{\"999\":{}},\"parent\":{\"1000\":{},\"1001\":{},\"1002\":{},\"1003\":{},\"1004\":{}}}],[\"normalizefilepath\",{\"_index\":1038,\"name\":{\"2828\":{}},\"parent\":{}}],[\"notfoundhttperror\",{\"_index\":895,\"name\":{\"2480\":{}},\"parent\":{\"2481\":{},\"2482\":{},\"2483\":{},\"2484\":{},\"2485\":{},\"2486\":{},\"2487\":{},\"2488\":{},\"2489\":{}}}],[\"notimplementedhttperror\",{\"_index\":896,\"name\":{\"2490\":{}},\"parent\":{\"2491\":{},\"2492\":{},\"2493\":{},\"2494\":{},\"2495\":{},\"2496\":{},\"2497\":{},\"2498\":{},\"2499\":{}}}],[\"notmatchesetag\",{\"_index\":822,\"name\":{\"2230\":{},\"2236\":{},\"2249\":{}},\"parent\":{}}],[\"oidc\",{\"_index\":1103,\"name\":{\"2896\":{}},\"parent\":{}}],[\"oidchttphandler\",{\"_index\":418,\"name\":{\"1091\":{}},\"parent\":{\"1092\":{},\"1093\":{},\"1094\":{},\"1095\":{},\"1096\":{},\"1097\":{}}}],[\"oidcinteraction\",{\"_index\":394,\"name\":{\"981\":{}},\"parent\":{}}],[\"oidcissuer\",{\"_index\":369,\"name\":{\"904\":{},\"1436\":{}},\"parent\":{}}],[\"oidcpath\",{\"_index\":261,\"name\":{\"677\":{},\"688\":{}},\"parent\":{}}],[\"okresponsedescription\",{\"_index\":200,\"name\":{\"564\":{}},\"parent\":{\"565\":{},\"566\":{},\"567\":{},\"568\":{}}}],[\"onresourcechanged\",{\"_index\":258,\"name\":{\"671\":{}},\"parent\":{}}],[\"operation\",{\"_index\":150,\"name\":{\"413\":{},\"443\":{},\"659\":{},\"746\":{},\"980\":{},\"1497\":{}},\"parent\":{\"660\":{},\"661\":{},\"662\":{},\"663\":{},\"664\":{},\"665\":{}}}],[\"operationhandler\",{\"_index\":158,\"name\":{\"444\":{},\"1457\":{},\"1465\":{},\"1510\":{},\"1518\":{}},\"parent\":{\"445\":{},\"446\":{},\"447\":{},\"448\":{}}}],[\"operationhandlerinput\",{\"_index\":157,\"name\":{\"442\":{}},\"parent\":{\"443\":{}}}],[\"operationhttphandler\",{\"_index\":561,\"name\":{\"1500\":{}},\"parent\":{\"1501\":{},\"1502\":{},\"1503\":{},\"1504\":{}}}],[\"operationhttphandlerinput\",{\"_index\":560,\"name\":{\"1496\":{}},\"parent\":{\"1497\":{},\"1498\":{},\"1499\":{}}}],[\"operationmetadatacollector\",{\"_index\":151,\"name\":{\"414\":{}},\"parent\":{\"415\":{},\"416\":{},\"417\":{},\"418\":{}}}],[\"operationmetadatacollectorinput\",{\"_index\":149,\"name\":{\"411\":{}},\"parent\":{\"412\":{},\"413\":{}}}],[\"options\",{\"_index\":515,\"name\":{\"1384\":{},\"1480\":{},\"1752\":{}},\"parent\":{}}],[\"originalurlextractor\",{\"_index\":15,\"name\":{\"20\":{},\"332\":{}},\"parent\":{\"333\":{},\"334\":{},\"335\":{},\"336\":{},\"337\":{},\"338\":{}}}],[\"originalurlextractorargs\",{\"_index\":133,\"name\":{\"329\":{}},\"parent\":{\"330\":{},\"331\":{}}}],[\"outconverter\",{\"_index\":866,\"name\":{\"2354\":{}},\"parent\":{}}],[\"outputpreferences\",{\"_index\":689,\"name\":{\"1853\":{}},\"parent\":{}}],[\"outputtypes\",{\"_index\":638,\"name\":{\"1721\":{},\"1767\":{},\"1799\":{},\"1807\":{},\"1825\":{},\"1833\":{},\"1842\":{},\"1856\":{},\"1864\":{}},\"parent\":{}}],[\"override\",{\"_index\":513,\"name\":{\"1378\":{}},\"parent\":{}}],[\"ownauthorization\",{\"_index\":102,\"name\":{\"223\":{}},\"parent\":{}}],[\"ownerpermissionreader\",{\"_index\":65,\"name\":{\"143\":{}},\"parent\":{\"144\":{},\"145\":{},\"146\":{},\"147\":{},\"148\":{},\"149\":{},\"150\":{},\"151\":{}}}],[\"ownershipvalidator\",{\"_index\":359,\"name\":{\"888\":{},\"915\":{},\"1005\":{}},\"parent\":{\"1006\":{},\"1007\":{},\"1008\":{},\"1009\":{}}}],[\"parallelfinalizer\",{\"_index\":421,\"name\":{\"1100\":{}},\"parent\":{\"1101\":{},\"1102\":{},\"1103\":{}}}],[\"parallelhandler\",{\"_index\":920,\"name\":{\"2589\":{}},\"parent\":{\"2590\":{},\"2591\":{},\"2592\":{},\"2593\":{},\"2594\":{}}}],[\"parameters\",{\"_index\":1024,\"name\":{\"2797\":{},\"2817\":{},\"2822\":{}},\"parent\":{}}],[\"parseaccept\",{\"_index\":1010,\"name\":{\"2782\":{}},\"parent\":{}}],[\"parseacceptcharset\",{\"_index\":1011,\"name\":{\"2783\":{}},\"parent\":{}}],[\"parseacceptdatetime\",{\"_index\":1014,\"name\":{\"2786\":{}},\"parent\":{}}],[\"parseacceptencoding\",{\"_index\":1012,\"name\":{\"2784\":{}},\"parent\":{}}],[\"parseacceptlanguage\",{\"_index\":1013,\"name\":{\"2785\":{}},\"parent\":{}}],[\"parsecontenttype\",{\"_index\":1016,\"name\":{\"2788\":{}},\"parent\":{}}],[\"parsedateheader\",{\"_index\":130,\"name\":{\"320\":{}},\"parent\":{}}],[\"parseforwarded\",{\"_index\":1017,\"name\":{\"2789\":{}},\"parent\":{}}],[\"parseinput\",{\"_index\":312,\"name\":{\"791\":{}},\"parent\":{}}],[\"parselinkheader\",{\"_index\":1018,\"name\":{\"2790\":{}},\"parent\":{}}],[\"parseparameters\",{\"_index\":1009,\"name\":{\"2781\":{}},\"parent\":{}}],[\"parsepatch\",{\"_index\":123,\"name\":{\"299\":{}},\"parent\":{}}],[\"parsequads\",{\"_index\":1063,\"name\":{\"2853\":{}},\"parent\":{}}],[\"parserdfwebid\",{\"_index\":413,\"name\":{\"1064\":{}},\"parent\":{}}],[\"parsetagheader\",{\"_index\":131,\"name\":{\"321\":{}},\"parent\":{}}],[\"parsinghttphandler\",{\"_index\":564,\"name\":{\"1511\":{}},\"parent\":{\"1512\":{},\"1513\":{},\"1514\":{},\"1515\":{},\"1516\":{},\"1517\":{},\"1518\":{},\"1519\":{},\"1520\":{},\"1521\":{}}}],[\"parsinghttphandlerargs\",{\"_index\":562,\"name\":{\"1505\":{}},\"parent\":{\"1506\":{},\"1507\":{},\"1508\":{},\"1509\":{},\"1510\":{}}}],[\"pass\",{\"_index\":347,\"name\":{\"865\":{}},\"parent\":{}}],[\"passphrase\",{\"_index\":550,\"name\":{\"1475\":{}},\"parent\":{}}],[\"passthroughadapter\",{\"_index\":410,\"name\":{\"1044\":{}},\"parent\":{\"1045\":{},\"1046\":{},\"1047\":{},\"1048\":{},\"1049\":{},\"1050\":{},\"1051\":{},\"1052\":{},\"1053\":{},\"1054\":{}}}],[\"passthroughadapterfactory\",{\"_index\":411,\"name\":{\"1055\":{}},\"parent\":{\"1056\":{},\"1057\":{},\"1058\":{}}}],[\"passthroughconverter\",{\"_index\":687,\"name\":{\"1846\":{}},\"parent\":{\"1847\":{},\"1848\":{},\"1849\":{},\"1850\":{}}}],[\"passthroughdataaccessor\",{\"_index\":619,\"name\":{\"1672\":{}},\"parent\":{\"1673\":{},\"1674\":{},\"1675\":{},\"1676\":{},\"1677\":{},\"1678\":{},\"1679\":{},\"1680\":{},\"1681\":{}}}],[\"passthroughstore\",{\"_index\":861,\"name\":{\"2322\":{}},\"parent\":{\"2323\":{},\"2324\":{},\"2325\":{},\"2326\":{},\"2327\":{},\"2328\":{},\"2329\":{},\"2330\":{}}}],[\"password\",{\"_index\":328,\"name\":{\"832\":{},\"894\":{}},\"parent\":{}}],[\"patch\",{\"_index\":176,\"name\":{\"506\":{},\"597\":{},\"2079\":{},\"2086\":{},\"2094\":{},\"2120\":{}},\"parent\":{\"598\":{},\"599\":{},\"600\":{},\"601\":{}}}],[\"patcher\",{\"_index\":755,\"name\":{\"2058\":{},\"2065\":{},\"2104\":{}},\"parent\":{}}],[\"patchhandler\",{\"_index\":764,\"name\":{\"2087\":{},\"2333\":{}},\"parent\":{\"2088\":{},\"2089\":{},\"2090\":{},\"2091\":{}}}],[\"patchhandlerinput\",{\"_index\":762,\"name\":{\"2082\":{}},\"parent\":{\"2083\":{}}}],[\"patchhandlerinput.__type\",{\"_index\":763,\"name\":{},\"parent\":{\"2084\":{},\"2085\":{},\"2086\":{}}}],[\"patchingstore\",{\"_index\":862,\"name\":{\"2331\":{}},\"parent\":{\"2332\":{},\"2333\":{},\"2334\":{},\"2335\":{},\"2336\":{},\"2337\":{},\"2338\":{},\"2339\":{},\"2340\":{}}}],[\"patchoperationhandler\",{\"_index\":159,\"name\":{\"449\":{}},\"parent\":{\"450\":{},\"451\":{},\"452\":{},\"453\":{},\"454\":{},\"455\":{}}}],[\"path\",{\"_index\":249,\"name\":{\"652\":{},\"924\":{},\"1235\":{},\"2533\":{}},\"parent\":{}}],[\"pathbasedreader\",{\"_index\":69,\"name\":{\"152\":{}},\"parent\":{\"153\":{},\"154\":{},\"155\":{},\"156\":{},\"157\":{},\"158\":{},\"159\":{}}}],[\"pathmatcher\",{\"_index\":575,\"name\":{\"1556\":{}},\"parent\":{}}],[\"paths\",{\"_index\":71,\"name\":{\"155\":{}},\"parent\":{}}],[\"pathsuffix\",{\"_index\":747,\"name\":{\"2014\":{}},\"parent\":{}}],[\"pathtokey\",{\"_index\":697,\"name\":{\"1893\":{}},\"parent\":{}}],[\"payload\",{\"_index\":714,\"name\":{\"1944\":{}},\"parent\":{}}],[\"permission\",{\"_index\":41,\"name\":{\"86\":{}},\"parent\":{}}],[\"permissionbasedauthorizer\",{\"_index\":73,\"name\":{\"160\":{}},\"parent\":{\"161\":{},\"162\":{},\"163\":{},\"164\":{},\"165\":{},\"166\":{},\"167\":{},\"168\":{},\"169\":{}}}],[\"permissionreader\",{\"_index\":78,\"name\":{\"174\":{},\"1455\":{},\"1463\":{}},\"parent\":{\"175\":{},\"176\":{},\"177\":{},\"178\":{}}}],[\"permissionreaderinput\",{\"_index\":77,\"name\":{\"170\":{}},\"parent\":{\"171\":{},\"172\":{},\"173\":{}}}],[\"permissions\",{\"_index\":56,\"name\":{\"120\":{}},\"parent\":{}}],[\"permissionset\",{\"_index\":42,\"name\":{\"87\":{},\"128\":{},\"664\":{}},\"parent\":{}}],[\"pfx\",{\"_index\":549,\"name\":{\"1474\":{}},\"parent\":{}}],[\"pim\",{\"_index\":1104,\"name\":{\"2897\":{}},\"parent\":{}}],[\"pipesafely\",{\"_index\":1074,\"name\":{\"2865\":{}},\"parent\":{}}],[\"plainjsonldfilter\",{\"_index\":141,\"name\":{\"367\":{}},\"parent\":{\"368\":{},\"369\":{},\"370\":{},\"371\":{},\"372\":{},\"373\":{}}}],[\"podbaseurl\",{\"_index\":318,\"name\":{\"816\":{},\"905\":{}},\"parent\":{}}],[\"podgenerator\",{\"_index\":520,\"name\":{\"1392\":{},\"1440\":{}},\"parent\":{\"1393\":{}}}],[\"podmanager\",{\"_index\":360,\"name\":{\"890\":{},\"917\":{},\"1450\":{}},\"parent\":{\"1451\":{}}}],[\"podname\",{\"_index\":362,\"name\":{\"895\":{}},\"parent\":{}}],[\"podquotastrategy\",{\"_index\":781,\"name\":{\"2131\":{}},\"parent\":{\"2132\":{},\"2133\":{},\"2134\":{},\"2135\":{},\"2136\":{},\"2137\":{},\"2138\":{},\"2139\":{},\"2140\":{},\"2141\":{}}}],[\"podsettings\",{\"_index\":541,\"name\":{\"1431\":{}},\"parent\":{\"1432\":{},\"1433\":{},\"1434\":{},\"1435\":{},\"1436\":{}}}],[\"port\",{\"_index\":344,\"name\":{\"861\":{},\"1273\":{},\"2534\":{}},\"parent\":{}}],[\"posix\",{\"_index\":1105,\"name\":{\"2898\":{}},\"parent\":{}}],[\"post\",{\"_index\":178,\"name\":{\"507\":{}},\"parent\":{}}],[\"postoperationhandler\",{\"_index\":160,\"name\":{\"456\":{}},\"parent\":{\"457\":{},\"458\":{},\"459\":{},\"460\":{},\"461\":{},\"462\":{}}}],[\"postreadcleanup\",{\"_index\":949,\"name\":{\"2684\":{}},\"parent\":{}}],[\"preconditionfailedhttperror\",{\"_index\":897,\"name\":{\"2500\":{}},\"parent\":{\"2501\":{},\"2502\":{},\"2503\":{},\"2504\":{},\"2505\":{},\"2506\":{},\"2507\":{},\"2508\":{},\"2509\":{}}}],[\"preferenceparser\",{\"_index\":145,\"name\":{\"385\":{},\"392\":{},\"399\":{}},\"parent\":{\"386\":{},\"387\":{},\"388\":{},\"389\":{}}}],[\"preferences\",{\"_index\":169,\"name\":{\"482\":{},\"662\":{},\"1871\":{},\"2171\":{}},\"parent\":{}}],[\"preferencestostring\",{\"_index\":674,\"name\":{\"1786\":{}},\"parent\":{}}],[\"preferencesupport\",{\"_index\":793,\"name\":{\"2169\":{}},\"parent\":{\"2170\":{},\"2171\":{},\"2172\":{},\"2173\":{}}}],[\"preferred_prefix\",{\"_index\":1118,\"name\":{\"2911\":{}},\"parent\":{}}],[\"preferred_prefix_term\",{\"_index\":1119,\"name\":{\"2912\":{}},\"parent\":{}}],[\"preparearguments\",{\"_index\":164,\"name\":{\"477\":{}},\"parent\":{}}],[\"prereadsetup\",{\"_index\":948,\"name\":{\"2683\":{}},\"parent\":{}}],[\"processfile\",{\"_index\":540,\"name\":{\"1430\":{}},\"parent\":{}}],[\"processfolder\",{\"_index\":535,\"name\":{\"1425\":{}},\"parent\":{}}],[\"promisesome\",{\"_index\":1060,\"name\":{\"2850\":{}},\"parent\":{}}],[\"prompthandler\",{\"_index\":396,\"name\":{\"993\":{}},\"parent\":{\"994\":{},\"995\":{},\"996\":{},\"997\":{},\"998\":{}}}],[\"promptroutes\",{\"_index\":397,\"name\":{\"995\":{}},\"parent\":{}}],[\"proto\",{\"_index\":1037,\"name\":{\"2827\":{}},\"parent\":{}}],[\"provider\",{\"_index\":268,\"name\":{\"695\":{}},\"parent\":{}}],[\"providerfactory\",{\"_index\":279,\"name\":{\"706\":{},\"948\":{},\"1079\":{},\"1085\":{},\"1094\":{}},\"parent\":{\"707\":{}}}],[\"public\",{\"_index\":10,\"name\":{\"10\":{}},\"parent\":{}}],[\"publiccredentialsextractor\",{\"_index\":16,\"name\":{\"26\":{}},\"parent\":{\"27\":{},\"28\":{},\"29\":{},\"30\":{}}}],[\"put\",{\"_index\":179,\"name\":{\"508\":{}},\"parent\":{}}],[\"putoperationhandler\",{\"_index\":161,\"name\":{\"463\":{}},\"parent\":{\"464\":{},\"465\":{},\"466\":{},\"467\":{},\"468\":{},\"469\":{}}}],[\"quads\",{\"_index\":216,\"name\":{\"618\":{}},\"parent\":{}}],[\"quadtordfconverter\",{\"_index\":688,\"name\":{\"1851\":{}},\"parent\":{\"1852\":{},\"1853\":{},\"1854\":{},\"1855\":{},\"1856\":{},\"1857\":{},\"1858\":{},\"1859\":{}}}],[\"quotastrategy\",{\"_index\":783,\"name\":{\"2142\":{}},\"parent\":{\"2143\":{},\"2144\":{},\"2145\":{},\"2146\":{},\"2147\":{},\"2148\":{},\"2149\":{}}}],[\"quotavalidator\",{\"_index\":811,\"name\":{\"2207\":{}},\"parent\":{\"2208\":{},\"2209\":{},\"2210\":{},\"2211\":{},\"2212\":{}}}],[\"range\",{\"_index\":1022,\"name\":{\"2794\":{},\"2801\":{},\"2804\":{},\"2807\":{},\"2810\":{},\"2813\":{}},\"parent\":{}}],[\"rawbodyparser\",{\"_index\":127,\"name\":{\"304\":{}},\"parent\":{\"305\":{},\"306\":{},\"307\":{},\"308\":{},\"309\":{}}}],[\"rdf\",{\"_index\":1106,\"name\":{\"2899\":{}},\"parent\":{}}],[\"rdfs\",{\"_index\":1107,\"name\":{\"2900\":{}},\"parent\":{}}],[\"rdftoquadconverter\",{\"_index\":690,\"name\":{\"1860\":{}},\"parent\":{\"1861\":{},\"1862\":{},\"1863\":{},\"1864\":{},\"1865\":{},\"1866\":{},\"1867\":{}}}],[\"rdfvalidator\",{\"_index\":106,\"name\":{\"245\":{}},\"parent\":{\"246\":{},\"247\":{},\"248\":{},\"249\":{},\"250\":{}}}],[\"read\",{\"_index\":36,\"name\":{\"81\":{},\"2671\":{}},\"parent\":{}}],[\"readabletoquads\",{\"_index\":1071,\"name\":{\"2862\":{}},\"parent\":{}}],[\"readabletostring\",{\"_index\":1070,\"name\":{\"2861\":{}},\"parent\":{}}],[\"readjsonstream\",{\"_index\":1072,\"name\":{\"2863\":{}},\"parent\":{}}],[\"readonlystore\",{\"_index\":863,\"name\":{\"2341\":{}},\"parent\":{\"2342\":{},\"2343\":{},\"2344\":{},\"2345\":{},\"2346\":{},\"2347\":{},\"2348\":{},\"2349\":{}}}],[\"readpackagejson\",{\"_index\":1057,\"name\":{\"2847\":{}},\"parent\":{}}],[\"readtemplate\",{\"_index\":983,\"name\":{\"2749\":{}},\"parent\":{}}],[\"readwritelocker\",{\"_index\":952,\"name\":{\"2687\":{}},\"parent\":{\"2688\":{},\"2689\":{}}}],[\"recipient\",{\"_index\":352,\"name\":{\"875\":{}},\"parent\":{}}],[\"recordid\",{\"_index\":331,\"name\":{\"836\":{}},\"parent\":{}}],[\"recordobject\",{\"_index\":1065,\"name\":{\"2855\":{}},\"parent\":{\"2856\":{}}}],[\"redirectallhttphandler\",{\"_index\":583,\"name\":{\"1576\":{}},\"parent\":{\"1577\":{},\"1578\":{},\"1579\":{},\"1580\":{},\"1581\":{},\"1582\":{},\"1583\":{},\"1584\":{}}}],[\"redirectallhttphandlerargs\",{\"_index\":582,\"name\":{\"1571\":{}},\"parent\":{\"1572\":{},\"1573\":{},\"1574\":{},\"1575\":{}}}],[\"redirecthttperror\",{\"_index\":899,\"name\":{\"2511\":{}},\"parent\":{\"2512\":{},\"2513\":{},\"2514\":{},\"2515\":{},\"2516\":{},\"2517\":{},\"2518\":{},\"2519\":{},\"2520\":{}}}],[\"redirecthttperrorclass\",{\"_index\":900,\"name\":{\"2521\":{}},\"parent\":{\"2522\":{},\"2523\":{},\"2524\":{},\"2525\":{}}}],[\"redirectingerrorhandler\",{\"_index\":171,\"name\":{\"488\":{}},\"parent\":{\"489\":{},\"490\":{},\"491\":{},\"492\":{}}}],[\"redirectinghttphandler\",{\"_index\":565,\"name\":{\"1522\":{}},\"parent\":{\"1523\":{},\"1524\":{},\"1525\":{},\"1526\":{},\"1527\":{},\"1528\":{},\"1529\":{}}}],[\"redirects\",{\"_index\":566,\"name\":{\"1525\":{}},\"parent\":{}}],[\"redis\",{\"_index\":958,\"name\":{\"2697\":{}},\"parent\":{}}],[\"redislock\",{\"_index\":960,\"name\":{\"2699\":{}},\"parent\":{}}],[\"redislocker\",{\"_index\":957,\"name\":{\"2694\":{}},\"parent\":{\"2695\":{},\"2696\":{},\"2697\":{},\"2698\":{},\"2699\":{},\"2700\":{},\"2701\":{},\"2702\":{},\"2703\":{},\"2704\":{},\"2705\":{},\"2706\":{},\"2707\":{},\"2708\":{},\"2709\":{}}}],[\"redisrw\",{\"_index\":959,\"name\":{\"2698\":{}},\"parent\":{}}],[\"regex\",{\"_index\":751,\"name\":{\"2034\":{},\"2655\":{}},\"parent\":{}}],[\"regexes\",{\"_index\":796,\"name\":{\"2177\":{}},\"parent\":{}}],[\"regexrouterrule\",{\"_index\":795,\"name\":{\"2174\":{}},\"parent\":{\"2175\":{},\"2176\":{},\"2177\":{},\"2178\":{},\"2179\":{},\"2180\":{},\"2181\":{},\"2182\":{}}}],[\"register\",{\"_index\":365,\"name\":{\"898\":{},\"907\":{},\"920\":{},\"1114\":{}},\"parent\":{}}],[\"registrationhandler\",{\"_index\":313,\"name\":{\"795\":{}},\"parent\":{\"796\":{},\"797\":{},\"798\":{},\"799\":{},\"800\":{},\"801\":{},\"802\":{},\"803\":{}}}],[\"registrationmanager\",{\"_index\":314,\"name\":{\"798\":{},\"909\":{},\"1105\":{},\"1110\":{},\"1265\":{}},\"parent\":{\"910\":{},\"911\":{},\"912\":{},\"913\":{},\"914\":{},\"915\":{},\"916\":{},\"917\":{},\"918\":{},\"919\":{},\"920\":{}}}],[\"registrationmanagerargs\",{\"_index\":356,\"name\":{\"884\":{}},\"parent\":{\"885\":{},\"886\":{},\"887\":{},\"888\":{},\"889\":{},\"890\":{}}}],[\"registrationparams\",{\"_index\":361,\"name\":{\"891\":{}},\"parent\":{\"892\":{},\"893\":{},\"894\":{},\"895\":{},\"896\":{},\"897\":{},\"898\":{},\"899\":{},\"900\":{}}}],[\"registrationresponse\",{\"_index\":368,\"name\":{\"901\":{}},\"parent\":{\"902\":{},\"903\":{},\"904\":{},\"905\":{},\"906\":{},\"907\":{},\"908\":{}}}],[\"rel\",{\"_index\":1032,\"name\":{\"2819\":{}},\"parent\":{}}],[\"relativepathinteractionroute\",{\"_index\":378,\"name\":{\"935\":{}},\"parent\":{\"936\":{},\"937\":{}}}],[\"relativetourl\",{\"_index\":753,\"name\":{\"2041\":{}},\"parent\":{}}],[\"release\",{\"_index\":966,\"name\":{\"2708\":{},\"2712\":{},\"2719\":{}},\"parent\":{}}],[\"remove\",{\"_index\":223,\"name\":{\"626\":{}},\"parent\":{}}],[\"removeall\",{\"_index\":225,\"name\":{\"628\":{}},\"parent\":{}}],[\"removebadpaths\",{\"_index\":646,\"name\":{\"1736\":{}},\"parent\":{}}],[\"removecontenttype\",{\"_index\":232,\"name\":{\"635\":{}},\"parent\":{}}],[\"removeexpiredentries\",{\"_index\":717,\"name\":{\"1955\":{}},\"parent\":{}}],[\"removequad\",{\"_index\":220,\"name\":{\"623\":{}},\"parent\":{}}],[\"removequads\",{\"_index\":221,\"name\":{\"624\":{}},\"parent\":{}}],[\"removeresponsemetadata\",{\"_index\":837,\"name\":{\"2272\":{}},\"parent\":{}}],[\"render\",{\"_index\":978,\"name\":{\"2739\":{},\"2743\":{},\"2747\":{},\"2758\":{}},\"parent\":{}}],[\"renderedname\",{\"_index\":977,\"name\":{\"2738\":{}},\"parent\":{}}],[\"reporter\",{\"_index\":776,\"name\":{\"2126\":{},\"2137\":{},\"2144\":{}},\"parent\":{}}],[\"representation\",{\"_index\":116,\"name\":{\"280\":{},\"602\":{},\"1396\":{},\"1870\":{},\"2095\":{}},\"parent\":{\"603\":{},\"604\":{},\"605\":{},\"606\":{}}}],[\"representationconverter\",{\"_index\":692,\"name\":{\"1872\":{}},\"parent\":{\"1873\":{},\"1874\":{},\"1875\":{},\"1876\":{}}}],[\"representationconverterargs\",{\"_index\":691,\"name\":{\"1868\":{}},\"parent\":{\"1869\":{},\"1870\":{},\"1871\":{}}}],[\"representationconvertingstore\",{\"_index\":864,\"name\":{\"2350\":{}},\"parent\":{\"2351\":{},\"2352\":{},\"2353\":{},\"2354\":{},\"2355\":{},\"2356\":{},\"2357\":{},\"2358\":{},\"2359\":{},\"2360\":{},\"2361\":{},\"2362\":{}}}],[\"representationmetadata\",{\"_index\":213,\"name\":{\"612\":{}},\"parent\":{\"613\":{},\"614\":{},\"615\":{},\"616\":{},\"617\":{},\"618\":{},\"619\":{},\"620\":{},\"621\":{},\"622\":{},\"623\":{},\"624\":{},\"625\":{},\"626\":{},\"627\":{},\"628\":{},\"629\":{},\"630\":{},\"631\":{},\"632\":{},\"633\":{},\"634\":{},\"635\":{},\"636\":{},\"637\":{},\"638\":{}}}],[\"representationpatcher\",{\"_index\":766,\"name\":{\"2096\":{}},\"parent\":{\"2097\":{},\"2098\":{},\"2099\":{},\"2100\":{}}}],[\"representationpatcherinput\",{\"_index\":765,\"name\":{\"2092\":{}},\"parent\":{\"2093\":{},\"2094\":{},\"2095\":{}}}],[\"representationpatchhandler\",{\"_index\":767,\"name\":{\"2101\":{}},\"parent\":{\"2102\":{},\"2103\":{},\"2104\":{},\"2105\":{},\"2106\":{},\"2107\":{}}}],[\"representationpreferences\",{\"_index\":241,\"name\":{\"644\":{}},\"parent\":{\"645\":{},\"646\":{},\"647\":{},\"648\":{},\"649\":{}}}],[\"request\",{\"_index\":119,\"name\":{\"288\":{},\"1484\":{},\"1498\":{}},\"parent\":{}}],[\"requestparser\",{\"_index\":148,\"name\":{\"406\":{},\"1506\":{},\"1514\":{}},\"parent\":{\"407\":{},\"408\":{},\"409\":{},\"410\":{}}}],[\"requireall\",{\"_index\":925,\"name\":{\"2616\":{}},\"parent\":{}}],[\"requiredinroot\",{\"_index\":103,\"name\":{\"224\":{}},\"parent\":{}}],[\"requiremodepermission\",{\"_index\":74,\"name\":{\"165\":{}},\"parent\":{}}],[\"resetinternalloggerfactory\",{\"_index\":498,\"name\":{\"1326\":{}},\"parent\":{}}],[\"resetpassword\",{\"_index\":308,\"name\":{\"779\":{},\"809\":{}},\"parent\":{}}],[\"resetpasswordhandler\",{\"_index\":315,\"name\":{\"804\":{}},\"parent\":{\"805\":{},\"806\":{},\"807\":{},\"808\":{},\"809\":{},\"810\":{},\"811\":{},\"812\":{},\"813\":{}}}],[\"resetresponsedescription\",{\"_index\":201,\"name\":{\"569\":{}},\"parent\":{\"570\":{},\"571\":{},\"572\":{},\"573\":{}}}],[\"resetroute\",{\"_index\":305,\"name\":{\"770\":{},\"777\":{}},\"parent\":{}}],[\"resolveassetpath\",{\"_index\":1056,\"name\":{\"2846\":{}},\"parent\":{}}],[\"resolveerror\",{\"_index\":463,\"name\":{\"1210\":{}},\"parent\":{}}],[\"resolvemodulepath\",{\"_index\":1055,\"name\":{\"2845\":{}},\"parent\":{}}],[\"resolvers\",{\"_index\":449,\"name\":{\"1184\":{}},\"parent\":{}}],[\"resolvevariables\",{\"_index\":461,\"name\":{\"1208\":{}},\"parent\":{}}],[\"resource\",{\"_index\":521,\"name\":{\"1394\":{}},\"parent\":{\"1395\":{},\"1396\":{}}}],[\"resourceidentifier\",{\"_index\":248,\"name\":{\"651\":{}},\"parent\":{\"652\":{}}}],[\"resourcelink\",{\"_index\":742,\"name\":{\"2001\":{}},\"parent\":{\"2002\":{},\"2003\":{},\"2004\":{},\"2005\":{}}}],[\"resourcelocker\",{\"_index\":967,\"name\":{\"2710\":{}},\"parent\":{\"2711\":{},\"2712\":{}}}],[\"resourcemapper\",{\"_index\":599,\"name\":{\"1615\":{},\"1637\":{}},\"parent\":{}}],[\"resourcereader\",{\"_index\":62,\"name\":{\"137\":{}},\"parent\":{}}],[\"resourceset\",{\"_index\":45,\"name\":{\"95\":{},\"101\":{},\"107\":{},\"163\":{},\"2363\":{}},\"parent\":{\"2364\":{}}}],[\"resourcesgenerator\",{\"_index\":522,\"name\":{\"1397\":{},\"1442\":{},\"1448\":{}},\"parent\":{\"1398\":{}}}],[\"resourcestore\",{\"_index\":868,\"name\":{\"2365\":{}},\"parent\":{\"2366\":{},\"2367\":{},\"2368\":{},\"2369\":{},\"2370\":{},\"2371\":{}}}],[\"response\",{\"_index\":388,\"name\":{\"966\":{},\"1485\":{},\"1499\":{}},\"parent\":{}}],[\"responsedescription\",{\"_index\":202,\"name\":{\"574\":{}},\"parent\":{\"575\":{},\"576\":{},\"577\":{},\"578\":{}}}],[\"responsetodataset\",{\"_index\":1003,\"name\":{\"2775\":{}},\"parent\":{}}],[\"responsewriter\",{\"_index\":204,\"name\":{\"586\":{},\"682\":{},\"693\":{},\"1509\":{},\"1516\":{},\"1575\":{},\"1581\":{}},\"parent\":{\"587\":{},\"588\":{},\"589\":{},\"590\":{}}}],[\"rest\",{\"_index\":527,\"name\":{\"1404\":{},\"2038\":{}},\"parent\":{}}],[\"retrycount\",{\"_index\":954,\"name\":{\"2691\":{}},\"parent\":{}}],[\"retrydelay\",{\"_index\":955,\"name\":{\"2692\":{}},\"parent\":{}}],[\"retryjitter\",{\"_index\":956,\"name\":{\"2693\":{}},\"parent\":{}}],[\"revokebygrantid\",{\"_index\":291,\"name\":{\"722\":{},\"1038\":{},\"1054\":{},\"1072\":{}},\"parent\":{}}],[\"rootfilepath\",{\"_index\":724,\"name\":{\"1965\":{},\"1988\":{},\"2022\":{},\"2048\":{},\"2192\":{}},\"parent\":{}}],[\"rootfilepathhandler\",{\"_index\":506,\"name\":{\"1360\":{}},\"parent\":{\"1361\":{},\"1362\":{},\"1363\":{},\"1364\":{},\"1365\":{}}}],[\"rootpod\",{\"_index\":367,\"name\":{\"900\":{}},\"parent\":{}}],[\"route\",{\"_index\":377,\"name\":{\"930\":{}},\"parent\":{}}],[\"routerhandler\",{\"_index\":587,\"name\":{\"1591\":{}},\"parent\":{\"1592\":{},\"1593\":{},\"1594\":{},\"1595\":{},\"1596\":{},\"1597\":{},\"1598\":{},\"1599\":{},\"1600\":{},\"1601\":{}}}],[\"routerhandlerargs\",{\"_index\":584,\"name\":{\"1585\":{}},\"parent\":{\"1586\":{},\"1587\":{},\"1588\":{},\"1589\":{},\"1590\":{}}}],[\"routerrule\",{\"_index\":799,\"name\":{\"2183\":{}},\"parent\":{\"2184\":{},\"2185\":{},\"2186\":{},\"2187\":{}}}],[\"routingauxiliaryidentifierstrategy\",{\"_index\":108,\"name\":{\"251\":{}},\"parent\":{\"252\":{},\"253\":{},\"254\":{},\"255\":{},\"256\":{},\"257\":{},\"258\":{}}}],[\"routingauxiliarystrategy\",{\"_index\":111,\"name\":{\"259\":{}},\"parent\":{\"260\":{},\"261\":{},\"262\":{},\"263\":{},\"264\":{},\"265\":{},\"266\":{},\"267\":{},\"268\":{},\"269\":{},\"270\":{}}}],[\"routingresourcestore\",{\"_index\":869,\"name\":{\"2372\":{}},\"parent\":{\"2373\":{},\"2374\":{},\"2375\":{},\"2376\":{},\"2377\":{},\"2378\":{},\"2379\":{},\"2380\":{},\"2381\":{}}}],[\"routingstorage\",{\"_index\":469,\"name\":{\"1229\":{},\"1441\":{}},\"parent\":{}}],[\"rule\",{\"_index\":27,\"name\":{\"59\":{},\"2374\":{}},\"parent\":{}}],[\"run\",{\"_index\":456,\"name\":{\"1202\":{}},\"parent\":{}}],[\"runcli\",{\"_index\":458,\"name\":{\"1205\":{}},\"parent\":{}}],[\"runclisync\",{\"_index\":457,\"name\":{\"1204\":{}},\"parent\":{}}],[\"safeerrorhandler\",{\"_index\":172,\"name\":{\"493\":{}},\"parent\":{\"494\":{},\"495\":{},\"496\":{},\"497\":{},\"498\":{},\"499\":{},\"500\":{}}}],[\"safelydeleteauxiliaryresources\",{\"_index\":847,\"name\":{\"2282\":{}},\"parent\":{}}],[\"safelygetresource\",{\"_index\":707,\"name\":{\"1923\":{}},\"parent\":{}}],[\"saltrounds\",{\"_index\":335,\"name\":{\"842\":{}},\"parent\":{}}],[\"sanitizeurlpart\",{\"_index\":1082,\"name\":{\"2873\":{}},\"parent\":{}}],[\"scheme\",{\"_index\":525,\"name\":{\"1403\":{},\"2037\":{}},\"parent\":{}}],[\"searchpimstorage\",{\"_index\":782,\"name\":{\"2136\":{}},\"parent\":{}}],[\"secret\",{\"_index\":281,\"name\":{\"709\":{}},\"parent\":{}}],[\"seededpodinitializer\",{\"_index\":476,\"name\":{\"1262\":{}},\"parent\":{\"1263\":{},\"1264\":{},\"1265\":{},\"1266\":{},\"1267\":{},\"1268\":{},\"1269\":{}}}],[\"sendername\",{\"_index\":348,\"name\":{\"866\":{},\"870\":{}},\"parent\":{}}],[\"sendresetmail\",{\"_index\":309,\"name\":{\"780\":{}},\"parent\":{}}],[\"sendsparqlconstruct\",{\"_index\":633,\"name\":{\"1705\":{}},\"parent\":{}}],[\"sendsparqlupdate\",{\"_index\":634,\"name\":{\"1706\":{}},\"parent\":{}}],[\"sequencehandler\",{\"_index\":921,\"name\":{\"2595\":{}},\"parent\":{\"2596\":{},\"2597\":{},\"2598\":{},\"2599\":{},\"2600\":{}}}],[\"serializequads\",{\"_index\":1062,\"name\":{\"2852\":{}},\"parent\":{}}],[\"server\",{\"_index\":480,\"name\":{\"1274\":{}},\"parent\":{}}],[\"serverfactory\",{\"_index\":479,\"name\":{\"1272\":{}},\"parent\":{}}],[\"serverinitializer\",{\"_index\":478,\"name\":{\"1270\":{}},\"parent\":{\"1271\":{},\"1272\":{},\"1273\":{},\"1274\":{},\"1275\":{},\"1276\":{},\"1277\":{},\"1278\":{}}}],[\"set\",{\"_index\":229,\"name\":{\"632\":{},\"1889\":{},\"1895\":{},\"1907\":{},\"1919\":{},\"1930\":{},\"1938\":{},\"1952\":{}},\"parent\":{}}],[\"setcontenttype\",{\"_index\":230,\"name\":{\"633\":{}},\"parent\":{}}],[\"setgloballoggerfactory\",{\"_index\":497,\"name\":{\"1325\":{}},\"parent\":{}}],[\"setmetadata\",{\"_index\":217,\"name\":{\"620\":{}},\"parent\":{}}],[\"setoverrides\",{\"_index\":215,\"name\":{\"617\":{}},\"parent\":{}}],[\"setrepresentation\",{\"_index\":815,\"name\":{\"2215\":{},\"2224\":{},\"2263\":{},\"2295\":{},\"2305\":{},\"2319\":{},\"2330\":{},\"2340\":{},\"2346\":{},\"2358\":{},\"2367\":{},\"2378\":{}},\"parent\":{}}],[\"setsafeinterval\",{\"_index\":1089,\"name\":{\"2880\":{}},\"parent\":{}}],[\"settingsextractor\",{\"_index\":447,\"name\":{\"1177\":{}},\"parent\":{\"1178\":{},\"1179\":{},\"1180\":{},\"1181\":{}}}],[\"settingsresolver\",{\"_index\":450,\"name\":{\"1188\":{},\"1223\":{}},\"parent\":{\"1189\":{},\"1190\":{},\"1191\":{},\"1192\":{}}}],[\"setuphandler\",{\"_index\":425,\"name\":{\"1107\":{}},\"parent\":{\"1108\":{},\"1109\":{},\"1110\":{},\"1111\":{},\"1112\":{},\"1113\":{},\"1114\":{},\"1115\":{},\"1116\":{},\"1117\":{},\"1118\":{}}}],[\"setuphandlerargs\",{\"_index\":423,\"name\":{\"1104\":{}},\"parent\":{\"1105\":{},\"1106\":{}}}],[\"setuphttphandler\",{\"_index\":429,\"name\":{\"1125\":{}},\"parent\":{\"1126\":{},\"1127\":{},\"1128\":{},\"1129\":{},\"1130\":{},\"1131\":{},\"1132\":{},\"1133\":{},\"1134\":{},\"1135\":{},\"1136\":{},\"1137\":{}}}],[\"setuphttphandlerargs\",{\"_index\":427,\"name\":{\"1119\":{}},\"parent\":{\"1120\":{},\"1121\":{},\"1122\":{},\"1123\":{},\"1124\":{}}}],[\"showstacktrace\",{\"_index\":163,\"name\":{\"473\":{},\"497\":{},\"1471\":{}},\"parent\":{}}],[\"silly\",{\"_index\":491,\"name\":{\"1300\":{},\"1309\":{},\"1319\":{},\"1335\":{},\"1349\":{}},\"parent\":{}}],[\"simplelogger\",{\"_index\":485,\"name\":{\"1291\":{}},\"parent\":{\"1292\":{}}}],[\"singlerootidentifierstrategy\",{\"_index\":934,\"name\":{\"2645\":{}},\"parent\":{\"2646\":{},\"2647\":{},\"2648\":{},\"2649\":{},\"2650\":{},\"2651\":{}}}],[\"singlethreadedresourcelocker\",{\"_index\":968,\"name\":{\"2713\":{}},\"parent\":{\"2714\":{},\"2715\":{},\"2716\":{},\"2717\":{},\"2718\":{},\"2719\":{},\"2720\":{}}}],[\"size\",{\"_index\":806,\"name\":{\"2198\":{}},\"parent\":{\"2199\":{},\"2200\":{}}}],[\"sizereporter\",{\"_index\":810,\"name\":{\"2202\":{}},\"parent\":{\"2203\":{},\"2204\":{},\"2205\":{},\"2206\":{}}}],[\"slugparser\",{\"_index\":143,\"name\":{\"374\":{}},\"parent\":{\"375\":{},\"376\":{},\"377\":{},\"378\":{},\"379\":{}}}],[\"socketurl\",{\"_index\":581,\"name\":{\"1567\":{}},\"parent\":{}}],[\"solid\",{\"_index\":1108,\"name\":{\"2901\":{}},\"parent\":{}}],[\"solid_error\",{\"_index\":1109,\"name\":{\"2902\":{}},\"parent\":{}}],[\"solid_http\",{\"_index\":1110,\"name\":{\"2903\":{}},\"parent\":{}}],[\"solid_meta\",{\"_index\":1111,\"name\":{\"2904\":{}},\"parent\":{}}],[\"source\",{\"_index\":285,\"name\":{\"716\":{},\"727\":{},\"731\":{},\"931\":{},\"959\":{},\"989\":{},\"1047\":{},\"1057\":{},\"1066\":{},\"1077\":{},\"1886\":{},\"1915\":{},\"1948\":{},\"2084\":{},\"2243\":{},\"2290\":{},\"2299\":{},\"2314\":{},\"2324\":{},\"2335\":{},\"2347\":{},\"2359\":{},\"2570\":{},\"2584\":{}},\"parent\":{}}],[\"sources\",{\"_index\":109,\"name\":{\"253\":{},\"261\":{}},\"parent\":{}}],[\"sparqlconstruct\",{\"_index\":627,\"name\":{\"1699\":{}},\"parent\":{}}],[\"sparqldataaccessor\",{\"_index\":621,\"name\":{\"1682\":{}},\"parent\":{\"1683\":{},\"1684\":{},\"1685\":{},\"1686\":{},\"1687\":{},\"1688\":{},\"1689\":{},\"1690\":{},\"1691\":{},\"1692\":{},\"1693\":{},\"1694\":{},\"1695\":{},\"1696\":{},\"1697\":{},\"1698\":{},\"1699\":{},\"1700\":{},\"1701\":{},\"1702\":{},\"1703\":{},\"1704\":{},\"1705\":{},\"1706\":{}}}],[\"sparqldelete\",{\"_index\":630,\"name\":{\"1702\":{}},\"parent\":{}}],[\"sparqlinsert\",{\"_index\":629,\"name\":{\"1701\":{}},\"parent\":{}}],[\"sparqlselectgraph\",{\"_index\":628,\"name\":{\"1700\":{}},\"parent\":{}}],[\"sparqlupdatebodyparser\",{\"_index\":128,\"name\":{\"310\":{}},\"parent\":{\"311\":{},\"312\":{},\"313\":{},\"314\":{},\"315\":{}}}],[\"sparqlupdatedeleteall\",{\"_index\":631,\"name\":{\"1703\":{}},\"parent\":{}}],[\"sparqlupdategraph\",{\"_index\":632,\"name\":{\"1704\":{}},\"parent\":{}}],[\"sparqlupdatemodesextractor\",{\"_index\":47,\"name\":{\"105\":{}},\"parent\":{\"106\":{},\"107\":{},\"108\":{},\"109\":{},\"110\":{},\"111\":{},\"112\":{},\"113\":{},\"114\":{},\"115\":{},\"116\":{},\"117\":{}}}],[\"sparqlupdatepatch\",{\"_index\":250,\"name\":{\"653\":{}},\"parent\":{\"654\":{},\"655\":{},\"656\":{},\"657\":{},\"658\":{}}}],[\"sparqlupdatepatcher\",{\"_index\":768,\"name\":{\"2108\":{}},\"parent\":{\"2109\":{},\"2110\":{},\"2111\":{},\"2112\":{},\"2113\":{},\"2114\":{},\"2115\":{},\"2116\":{},\"2117\":{},\"2118\":{},\"2119\":{},\"2120\":{},\"2121\":{}}}],[\"splitandclean\",{\"_index\":1008,\"name\":{\"2780\":{}},\"parent\":{}}],[\"splitcommaseparated\",{\"_index\":1081,\"name\":{\"2872\":{}},\"parent\":{}}],[\"start\",{\"_index\":453,\"name\":{\"1197\":{}},\"parent\":{}}],[\"startserver\",{\"_index\":552,\"name\":{\"1481\":{},\"1495\":{},\"1539\":{}},\"parent\":{}}],[\"staticassethandler\",{\"_index\":573,\"name\":{\"1553\":{}},\"parent\":{\"1554\":{},\"1555\":{},\"1556\":{},\"1557\":{},\"1558\":{},\"1559\":{},\"1560\":{},\"1561\":{},\"1562\":{},\"1563\":{},\"1564\":{}}}],[\"statichandler\",{\"_index\":922,\"name\":{\"2601\":{}},\"parent\":{\"2602\":{},\"2603\":{},\"2604\":{},\"2605\":{},\"2606\":{}}}],[\"staticthrowhandler\",{\"_index\":923,\"name\":{\"2607\":{}},\"parent\":{\"2608\":{},\"2609\":{},\"2610\":{},\"2611\":{},\"2612\":{}}}],[\"statuscode\",{\"_index\":198,\"name\":{\"561\":{},\"566\":{},\"571\":{},\"576\":{},\"2383\":{},\"2387\":{},\"2393\":{},\"2397\":{},\"2406\":{},\"2410\":{},\"2416\":{},\"2421\":{},\"2436\":{},\"2442\":{},\"2449\":{},\"2453\":{},\"2459\":{},\"2465\":{},\"2470\":{},\"2475\":{},\"2481\":{},\"2485\":{},\"2491\":{},\"2495\":{},\"2501\":{},\"2505\":{},\"2516\":{},\"2522\":{},\"2537\":{},\"2541\":{},\"2547\":{},\"2551\":{}},\"parent\":{}}],[\"stop\",{\"_index\":454,\"name\":{\"1198\":{}},\"parent\":{}}],[\"storage\",{\"_index\":264,\"name\":{\"680\":{},\"691\":{},\"713\":{},\"725\":{},\"840\":{},\"1013\":{},\"1028\":{},\"1042\":{},\"1123\":{},\"1131\":{},\"1215\":{},\"1239\":{},\"1247\":{},\"1282\":{},\"2571\":{},\"2676\":{}},\"parent\":{}}],[\"storagekey\",{\"_index\":428,\"name\":{\"1122\":{},\"1130\":{},\"1214\":{},\"1238\":{},\"1246\":{},\"1281\":{},\"2572\":{}},\"parent\":{}}],[\"storagevalue\",{\"_index\":913,\"name\":{\"2573\":{}},\"parent\":{}}],[\"store\",{\"_index\":154,\"name\":{\"426\":{},\"432\":{},\"438\":{},\"452\":{},\"459\":{},\"466\":{},\"615\":{},\"1236\":{},\"1243\":{},\"1447\":{},\"1658\":{},\"2159\":{}},\"parent\":{}}],[\"storefactory\",{\"_index\":467,\"name\":{\"1227\":{},\"1413\":{}},\"parent\":{}}],[\"stores\",{\"_index\":786,\"name\":{\"2153\":{}},\"parent\":{}}],[\"strategy\",{\"_index\":812,\"name\":{\"2209\":{}},\"parent\":{}}],[\"strictmode\",{\"_index\":434,\"name\":{\"1146\":{}},\"parent\":{}}],[\"stripextension\",{\"_index\":740,\"name\":{\"1985\":{},\"2045\":{}},\"parent\":{}}],[\"subdomainextensionbasedmapper\",{\"_index\":749,\"name\":{\"2031\":{}},\"parent\":{\"2032\":{},\"2033\":{},\"2034\":{},\"2035\":{},\"2036\":{},\"2039\":{},\"2040\":{},\"2041\":{},\"2042\":{},\"2043\":{},\"2044\":{},\"2045\":{},\"2046\":{},\"2047\":{},\"2048\":{},\"2049\":{},\"2050\":{},\"2051\":{},\"2052\":{},\"2053\":{},\"2054\":{},\"2055\":{}}}],[\"subdomainextensionbasedmapper.__type\",{\"_index\":752,\"name\":{},\"parent\":{\"2037\":{},\"2038\":{}}}],[\"subdomainidentifiergenerator\",{\"_index\":523,\"name\":{\"1399\":{}},\"parent\":{\"1400\":{},\"1401\":{},\"1402\":{},\"1405\":{}}}],[\"subdomainidentifiergenerator.__type\",{\"_index\":526,\"name\":{},\"parent\":{\"1403\":{},\"1404\":{}}}],[\"subdomainidentifierstrategy\",{\"_index\":935,\"name\":{\"2652\":{}},\"parent\":{\"2653\":{},\"2654\":{},\"2655\":{},\"2656\":{},\"2657\":{},\"2658\":{},\"2659\":{}}}],[\"subject\",{\"_index\":353,\"name\":{\"876\":{}},\"parent\":{}}],[\"suffix\",{\"_index\":113,\"name\":{\"273\":{}},\"parent\":{}}],[\"suffixauxiliaryidentifierstrategy\",{\"_index\":112,\"name\":{\"271\":{}},\"parent\":{\"272\":{},\"273\":{},\"274\":{},\"275\":{},\"276\":{},\"277\":{}}}],[\"suffixes\",{\"_index\":944,\"name\":{\"2677\":{}},\"parent\":{}}],[\"suffixidentifiergenerator\",{\"_index\":528,\"name\":{\"1406\":{}},\"parent\":{\"1407\":{},\"1408\":{},\"1409\":{}}}],[\"supportchecker\",{\"_index\":789,\"name\":{\"2160\":{}},\"parent\":{}}],[\"supportedconverters\",{\"_index\":649,\"name\":{\"1739\":{}},\"parent\":{}}],[\"supportedmethods\",{\"_index\":174,\"name\":{\"503\":{}},\"parent\":{}}],[\"supports\",{\"_index\":794,\"name\":{\"2173\":{}},\"parent\":{}}],[\"supportsidentifier\",{\"_index\":931,\"name\":{\"2638\":{},\"2642\":{},\"2649\":{},\"2657\":{}},\"parent\":{}}],[\"syscall\",{\"_index\":907,\"name\":{\"2535\":{}},\"parent\":{}}],[\"systemerror\",{\"_index\":902,\"name\":{\"2527\":{}},\"parent\":{\"2528\":{},\"2529\":{},\"2530\":{},\"2531\":{},\"2532\":{},\"2533\":{},\"2534\":{},\"2535\":{}}}],[\"takestep\",{\"_index\":647,\"name\":{\"1737\":{}},\"parent\":{}}],[\"target\",{\"_index\":253,\"name\":{\"661\":{},\"1573\":{},\"1579\":{},\"2821\":{}},\"parent\":{}}],[\"targetextractor\",{\"_index\":135,\"name\":{\"339\":{},\"391\":{},\"398\":{},\"1574\":{},\"1580\":{},\"1587\":{},\"1594\":{}},\"parent\":{\"340\":{},\"341\":{},\"342\":{},\"343\":{}}}],[\"tempfilepath\",{\"_index\":598,\"name\":{\"1612\":{}},\"parent\":{}}],[\"template\",{\"_index\":363,\"name\":{\"896\":{},\"1372\":{},\"1433\":{},\"2750\":{}},\"parent\":{}}],[\"template_variable\",{\"_index\":510,\"name\":{\"1373\":{}},\"parent\":{}}],[\"templatedpodgenerator\",{\"_index\":530,\"name\":{\"1410\":{}},\"parent\":{\"1411\":{},\"1412\":{},\"1413\":{},\"1414\":{},\"1415\":{},\"1416\":{},\"1417\":{}}}],[\"templatedresourcesgenerator\",{\"_index\":532,\"name\":{\"1418\":{}},\"parent\":{\"1419\":{},\"1420\":{},\"1421\":{},\"1422\":{},\"1423\":{},\"1424\":{},\"1425\":{},\"1426\":{},\"1427\":{},\"1428\":{},\"1429\":{},\"1430\":{}}}],[\"templateengine\",{\"_index\":303,\"name\":{\"768\":{},\"775\":{},\"973\":{},\"1124\":{},\"1132\":{},\"1422\":{},\"1759\":{},\"1789\":{},\"1818\":{},\"1839\":{},\"2757\":{}},\"parent\":{\"2758\":{}}}],[\"templateextension\",{\"_index\":534,\"name\":{\"1423\":{}},\"parent\":{}}],[\"templatefile\",{\"_index\":987,\"name\":{\"2755\":{}},\"parent\":{}}],[\"templatefilename\",{\"_index\":984,\"name\":{\"2751\":{}},\"parent\":{}}],[\"templatefolder\",{\"_index\":533,\"name\":{\"1420\":{}},\"parent\":{}}],[\"templateoptions\",{\"_index\":680,\"name\":{\"1811\":{}},\"parent\":{\"1812\":{},\"1813\":{},\"1814\":{},\"1815\":{}}}],[\"templatepath\",{\"_index\":986,\"name\":{\"2754\":{},\"2756\":{}},\"parent\":{\"2755\":{},\"2756\":{}}}],[\"templates\",{\"_index\":391,\"name\":{\"974\":{}},\"parent\":{}}],[\"templatestring\",{\"_index\":985,\"name\":{\"2752\":{},\"2753\":{}},\"parent\":{\"2753\":{}}}],[\"text\",{\"_index\":354,\"name\":{\"877\":{}},\"parent\":{}}],[\"text_html\",{\"_index\":992,\"name\":{\"2763\":{}},\"parent\":{}}],[\"text_markdown\",{\"_index\":993,\"name\":{\"2764\":{}},\"parent\":{}}],[\"text_n3\",{\"_index\":994,\"name\":{\"2765\":{}},\"parent\":{}}],[\"text_turtle\",{\"_index\":995,\"name\":{\"2766\":{}},\"parent\":{}}],[\"throwerror\",{\"_index\":403,\"name\":{\"1019\":{}},\"parent\":{}}],[\"timer\",{\"_index\":716,\"name\":{\"1949\":{}},\"parent\":{}}],[\"tocanonicaluripath\",{\"_index\":1045,\"name\":{\"2835\":{}},\"parent\":{}}],[\"todata\",{\"_index\":721,\"name\":{\"1959\":{}},\"parent\":{}}],[\"toexpires\",{\"_index\":720,\"name\":{\"1958\":{}},\"parent\":{}}],[\"tokenownershipvalidator\",{\"_index\":399,\"name\":{\"1010\":{}},\"parent\":{\"1011\":{},\"1012\":{},\"1013\":{},\"1014\":{},\"1015\":{},\"1016\":{},\"1017\":{},\"1018\":{},\"1019\":{},\"1020\":{},\"1021\":{}}}],[\"toliteral\",{\"_index\":1087,\"name\":{\"2878\":{}},\"parent\":{}}],[\"tonamedterm\",{\"_index\":1085,\"name\":{\"2876\":{}},\"parent\":{}}],[\"toobjectterm\",{\"_index\":1086,\"name\":{\"2877\":{}},\"parent\":{}}],[\"topredicateterm\",{\"_index\":1088,\"name\":{\"2879\":{}},\"parent\":{}}],[\"torelative\",{\"_index\":798,\"name\":{\"2181\":{}},\"parent\":{}}],[\"torepresentation\",{\"_index\":166,\"name\":{\"479\":{}},\"parent\":{}}],[\"totemplatelink\",{\"_index\":536,\"name\":{\"1426\":{}},\"parent\":{}}],[\"transform\",{\"_index\":1079,\"name\":{\"2870\":{}},\"parent\":{}}],[\"transformquotedstrings\",{\"_index\":1007,\"name\":{\"2779\":{}},\"parent\":{}}],[\"transformsafely\",{\"_index\":1075,\"name\":{\"2866\":{}},\"parent\":{}}],[\"trimstring\",{\"_index\":370,\"name\":{\"918\":{}},\"parent\":{}}],[\"trimtrailingslashes\",{\"_index\":1042,\"name\":{\"2832\":{}},\"parent\":{}}],[\"tryredisfn\",{\"_index\":962,\"name\":{\"2702\":{}},\"parent\":{}}],[\"type\",{\"_index\":242,\"name\":{\"645\":{}},\"parent\":{}}],[\"typedrepresentationconverter\",{\"_index\":693,\"name\":{\"1877\":{}},\"parent\":{\"1878\":{},\"1879\":{},\"1880\":{},\"1881\":{},\"1882\":{}}}],[\"typedstores\",{\"_index\":791,\"name\":{\"2163\":{}},\"parent\":{}}],[\"uidkeyfor\",{\"_index\":407,\"name\":{\"1031\":{}},\"parent\":{}}],[\"unauthorizedhttperror\",{\"_index\":908,\"name\":{\"2536\":{}},\"parent\":{\"2537\":{},\"2538\":{},\"2539\":{},\"2540\":{},\"2541\":{},\"2542\":{},\"2543\":{},\"2544\":{},\"2545\":{}}}],[\"unioncredentialsextractor\",{\"_index\":17,\"name\":{\"31\":{}},\"parent\":{\"32\":{},\"33\":{},\"34\":{},\"35\":{},\"36\":{},\"37\":{},\"38\":{}}}],[\"unionhandler\",{\"_index\":924,\"name\":{\"2613\":{}},\"parent\":{\"2614\":{},\"2615\":{},\"2616\":{},\"2617\":{},\"2618\":{},\"2619\":{},\"2620\":{},\"2621\":{},\"2622\":{}}}],[\"unionpermissionreader\",{\"_index\":79,\"name\":{\"179\":{}},\"parent\":{\"180\":{},\"181\":{},\"182\":{},\"183\":{},\"184\":{},\"185\":{},\"186\":{},\"187\":{}}}],[\"uniquequads\",{\"_index\":1064,\"name\":{\"2854\":{}},\"parent\":{}}],[\"unit\",{\"_index\":807,\"name\":{\"2199\":{}},\"parent\":{}}],[\"unit_bytes\",{\"_index\":809,\"name\":{\"2201\":{}},\"parent\":{}}],[\"unlockcallbacks\",{\"_index\":969,\"name\":{\"2717\":{}},\"parent\":{}}],[\"unmodifiedsince\",{\"_index\":824,\"name\":{\"2232\":{},\"2238\":{},\"2251\":{}},\"parent\":{}}],[\"unsecureconstantcredentialsextractor\",{\"_index\":21,\"name\":{\"39\":{}},\"parent\":{\"40\":{},\"41\":{},\"42\":{},\"43\":{},\"44\":{},\"45\":{}}}],[\"unsecurewebidextractor\",{\"_index\":23,\"name\":{\"46\":{}},\"parent\":{\"47\":{},\"48\":{},\"49\":{},\"50\":{},\"51\":{}}}],[\"unsecurewebsocketsprotocol\",{\"_index\":256,\"name\":{\"666\":{}},\"parent\":{\"667\":{},\"668\":{},\"669\":{},\"670\":{},\"671\":{},\"672\":{},\"673\":{}}}],[\"unsupportedasynchandler\",{\"_index\":927,\"name\":{\"2623\":{}},\"parent\":{\"2624\":{},\"2625\":{},\"2626\":{},\"2627\":{},\"2628\":{}}}],[\"unsupportedmediatypehttperror\",{\"_index\":909,\"name\":{\"2546\":{}},\"parent\":{\"2547\":{},\"2548\":{},\"2549\":{},\"2550\":{},\"2551\":{},\"2552\":{},\"2553\":{},\"2554\":{},\"2555\":{}}}],[\"updateaclpermissions\",{\"_index\":86,\"name\":{\"198\":{}},\"parent\":{}}],[\"updatecontainermodifieddate\",{\"_index\":838,\"name\":{\"2273\":{}},\"parent\":{}}],[\"updategrant\",{\"_index\":383,\"name\":{\"953\":{}},\"parent\":{}}],[\"updateinteraction\",{\"_index\":384,\"name\":{\"954\":{}},\"parent\":{}}],[\"updatejsonsafely\",{\"_index\":703,\"name\":{\"1911\":{}},\"parent\":{}}],[\"updatemodifieddate\",{\"_index\":1067,\"name\":{\"2858\":{}},\"parent\":{}}],[\"updatepathweights\",{\"_index\":644,\"name\":{\"1734\":{}},\"parent\":{}}],[\"updatesettings\",{\"_index\":322,\"name\":{\"824\":{},\"852\":{}},\"parent\":{}}],[\"upsert\",{\"_index\":286,\"name\":{\"717\":{},\"1033\":{},\"1048\":{},\"1067\":{}},\"parent\":{}}],[\"uri\",{\"_index\":872,\"name\":{\"2384\":{},\"2394\":{},\"2407\":{},\"2417\":{},\"2443\":{},\"2450\":{},\"2460\":{},\"2471\":{},\"2482\":{},\"2492\":{},\"2502\":{},\"2523\":{},\"2538\":{},\"2548\":{}},\"parent\":{}}],[\"urlsuffix\",{\"_index\":748,\"name\":{\"2015\":{}},\"parent\":{}}],[\"usage\",{\"_index\":433,\"name\":{\"1145\":{}},\"parent\":{}}],[\"useidp\",{\"_index\":317,\"name\":{\"815\":{}},\"parent\":{}}],[\"user\",{\"_index\":345,\"name\":{\"864\":{}},\"parent\":{}}],[\"usercodekeyfor\",{\"_index\":406,\"name\":{\"1030\":{}},\"parent\":{}}],[\"usesownauthorization\",{\"_index\":95,\"name\":{\"210\":{},\"229\":{},\"262\":{}},\"parent\":{}}],[\"validate\",{\"_index\":98,\"name\":{\"213\":{},\"232\":{},\"265\":{}},\"parent\":{}}],[\"validatecomposite\",{\"_index\":773,\"name\":{\"2119\":{}},\"parent\":{}}],[\"validateconditions\",{\"_index\":832,\"name\":{\"2267\":{}},\"parent\":{}}],[\"validatedeleteinsert\",{\"_index\":772,\"name\":{\"2118\":{}},\"parent\":{}}],[\"validateidentifier\",{\"_index\":831,\"name\":{\"2266\":{}},\"parent\":{}}],[\"validateinput\",{\"_index\":371,\"name\":{\"919\":{}},\"parent\":{}}],[\"validaterelativepath\",{\"_index\":735,\"name\":{\"1976\":{},\"1996\":{},\"2029\":{},\"2054\":{}},\"parent\":{}}],[\"validateslug\",{\"_index\":840,\"name\":{\"2275\":{}},\"parent\":{}}],[\"validateupdate\",{\"_index\":771,\"name\":{\"2117\":{}},\"parent\":{}}],[\"validatingdataaccessor\",{\"_index\":635,\"name\":{\"1707\":{}},\"parent\":{\"1708\":{},\"1709\":{},\"1710\":{},\"1711\":{},\"1712\":{},\"1713\":{},\"1714\":{},\"1715\":{},\"1716\":{},\"1717\":{}}}],[\"validator\",{\"_index\":101,\"name\":{\"222\":{},\"282\":{},\"1709\":{}},\"parent\":{\"283\":{},\"284\":{},\"285\":{},\"286\":{}}}],[\"validatorinput\",{\"_index\":114,\"name\":{\"278\":{}},\"parent\":{\"279\":{}}}],[\"validatorinput.__type\",{\"_index\":117,\"name\":{},\"parent\":{\"280\":{},\"281\":{}}}],[\"value\",{\"_index\":238,\"name\":{\"642\":{},\"1377\":{},\"2603\":{},\"2816\":{}},\"parent\":{}}],[\"valuepreference\",{\"_index\":237,\"name\":{\"640\":{}},\"parent\":{\"641\":{}}}],[\"valuepreference.__type\",{\"_index\":239,\"name\":{},\"parent\":{\"642\":{},\"643\":{}}}],[\"valuepreferences\",{\"_index\":236,\"name\":{\"639\":{}},\"parent\":{}}],[\"vann\",{\"_index\":1112,\"name\":{\"2905\":{}},\"parent\":{}}],[\"variable\",{\"_index\":512,\"name\":{\"1376\":{}},\"parent\":{}}],[\"variablehandler\",{\"_index\":508,\"name\":{\"1366\":{},\"1414\":{}},\"parent\":{\"1367\":{},\"1368\":{},\"1369\":{},\"1370\":{}}}],[\"variablesetter\",{\"_index\":511,\"name\":{\"1374\":{}},\"parent\":{\"1375\":{},\"1376\":{},\"1377\":{},\"1378\":{},\"1379\":{},\"1380\":{},\"1381\":{}}}],[\"vcard\",{\"_index\":1113,\"name\":{\"2906\":{}},\"parent\":{}}],[\"verbose\",{\"_index\":489,\"name\":{\"1298\":{},\"1307\":{},\"1317\":{},\"1333\":{},\"1347\":{}},\"parent\":{}}],[\"verified\",{\"_index\":329,\"name\":{\"833\":{}},\"parent\":{}}],[\"verify\",{\"_index\":3,\"name\":{\"3\":{},\"21\":{},\"821\":{},\"849\":{}},\"parent\":{}}],[\"verifyexistingextension\",{\"_index\":602,\"name\":{\"1624\":{},\"1653\":{}},\"parent\":{}}],[\"verifyquads\",{\"_index\":126,\"name\":{\"302\":{}},\"parent\":{}}],[\"view\",{\"_index\":380,\"name\":{\"940\":{}},\"parent\":{}}],[\"voidlocker\",{\"_index\":973,\"name\":{\"2729\":{}},\"parent\":{\"2730\":{},\"2731\":{},\"2732\":{},\"2733\":{}}}],[\"voidlogger\",{\"_index\":499,\"name\":{\"1327\":{}},\"parent\":{\"1328\":{},\"1329\":{},\"1330\":{},\"1331\":{},\"1332\":{},\"1333\":{},\"1334\":{},\"1335\":{}}}],[\"voidloggerfactory\",{\"_index\":500,\"name\":{\"1336\":{}},\"parent\":{\"1337\":{},\"1338\":{},\"1339\":{}}}],[\"wacallowmetadatawriter\",{\"_index\":192,\"name\":{\"546\":{}},\"parent\":{\"547\":{},\"548\":{},\"549\":{},\"550\":{},\"551\":{},\"552\":{}}}],[\"waitforstreamtoend\",{\"_index\":858,\"name\":{\"2311\":{}},\"parent\":{}}],[\"warn\",{\"_index\":487,\"name\":{\"1296\":{},\"1305\":{},\"1315\":{},\"1331\":{},\"1345\":{}},\"parent\":{}}],[\"waterfallhandler\",{\"_index\":929,\"name\":{\"2629\":{}},\"parent\":{\"2630\":{},\"2631\":{},\"2632\":{},\"2633\":{},\"2634\":{},\"2635\":{}}}],[\"webaclmetadatacollector\",{\"_index\":152,\"name\":{\"419\":{}},\"parent\":{\"420\":{},\"421\":{},\"422\":{},\"423\":{}}}],[\"webaclreader\",{\"_index\":81,\"name\":{\"188\":{}},\"parent\":{\"189\":{},\"190\":{},\"191\":{},\"192\":{},\"193\":{},\"194\":{},\"195\":{},\"196\":{},\"197\":{},\"198\":{},\"199\":{},\"200\":{},\"201\":{},\"202\":{},\"203\":{}}}],[\"webid\",{\"_index\":8,\"name\":{\"8\":{},\"710\":{},\"744\":{},\"830\":{},\"893\":{},\"903\":{},\"1432\":{}},\"parent\":{}}],[\"webidadapter\",{\"_index\":412,\"name\":{\"1059\":{}},\"parent\":{\"1060\":{},\"1061\":{},\"1062\":{},\"1063\":{},\"1064\":{},\"1065\":{},\"1066\":{},\"1067\":{},\"1068\":{},\"1069\":{},\"1070\":{},\"1071\":{},\"1072\":{}}}],[\"webidadapterfactory\",{\"_index\":414,\"name\":{\"1073\":{}},\"parent\":{\"1074\":{},\"1075\":{},\"1076\":{},\"1077\":{}}}],[\"webidsuffix\",{\"_index\":357,\"name\":{\"886\":{},\"913\":{}},\"parent\":{}}],[\"websocketadvertiser\",{\"_index\":580,\"name\":{\"1565\":{}},\"parent\":{\"1566\":{},\"1567\":{},\"1568\":{},\"1569\":{},\"1570\":{}}}],[\"websockethandler\",{\"_index\":568,\"name\":{\"1530\":{},\"1538\":{}},\"parent\":{\"1531\":{},\"1532\":{},\"1533\":{},\"1534\":{}}}],[\"websocketserverfactory\",{\"_index\":569,\"name\":{\"1535\":{}},\"parent\":{\"1536\":{},\"1537\":{},\"1538\":{},\"1539\":{}}}],[\"weight\",{\"_index\":240,\"name\":{\"643\":{},\"2795\":{},\"2802\":{},\"2805\":{},\"2808\":{},\"2811\":{},\"2814\":{}},\"parent\":{}}],[\"winstonlogger\",{\"_index\":501,\"name\":{\"1340\":{}},\"parent\":{\"1341\":{},\"1342\":{},\"1343\":{},\"1344\":{},\"1345\":{},\"1346\":{},\"1347\":{},\"1348\":{},\"1349\":{}}}],[\"winstonloggerfactory\",{\"_index\":502,\"name\":{\"1350\":{}},\"parent\":{\"1351\":{},\"1352\":{},\"1353\":{},\"1354\":{}}}],[\"withinternalreadlock\",{\"_index\":950,\"name\":{\"2685\":{}},\"parent\":{}}],[\"withlock\",{\"_index\":940,\"name\":{\"2668\":{}},\"parent\":{}}],[\"withreadlock\",{\"_index\":937,\"name\":{\"2661\":{},\"2666\":{},\"2678\":{},\"2688\":{},\"2705\":{},\"2726\":{},\"2732\":{}},\"parent\":{}}],[\"withwritelock\",{\"_index\":938,\"name\":{\"2662\":{},\"2667\":{},\"2679\":{},\"2689\":{},\"2706\":{},\"2727\":{},\"2733\":{}},\"parent\":{}}],[\"wrappedexpiringreadwritelocker\",{\"_index\":971,\"name\":{\"2721\":{}},\"parent\":{\"2722\":{},\"2723\":{},\"2724\":{},\"2725\":{},\"2726\":{},\"2727\":{},\"2728\":{}}}],[\"wrappedexpiringstorage\",{\"_index\":715,\"name\":{\"1945\":{}},\"parent\":{\"1946\":{},\"1947\":{},\"1948\":{},\"1949\":{},\"1950\":{},\"1951\":{},\"1952\":{},\"1953\":{},\"1954\":{},\"1955\":{},\"1956\":{},\"1957\":{},\"1958\":{},\"1959\":{},\"1960\":{}}}],[\"wrappinglogger\",{\"_index\":493,\"name\":{\"1310\":{}},\"parent\":{\"1311\":{},\"1312\":{},\"1313\":{},\"1314\":{},\"1315\":{},\"1316\":{},\"1317\":{},\"1318\":{},\"1319\":{}}}],[\"write\",{\"_index\":38,\"name\":{\"83\":{},\"2672\":{}},\"parent\":{}}],[\"writecontainer\",{\"_index\":595,\"name\":{\"1608\":{},\"1620\":{},\"1632\":{},\"1643\":{},\"1666\":{},\"1676\":{},\"1693\":{},\"1711\":{}},\"parent\":{}}],[\"writedata\",{\"_index\":835,\"name\":{\"2270\":{}},\"parent\":{}}],[\"writedatafile\",{\"_index\":603,\"name\":{\"1625\":{},\"1654\":{}},\"parent\":{}}],[\"writedocument\",{\"_index\":594,\"name\":{\"1607\":{},\"1613\":{},\"1631\":{},\"1642\":{},\"1665\":{},\"1675\":{},\"1694\":{},\"1710\":{}},\"parent\":{}}],[\"writemetadata\",{\"_index\":601,\"name\":{\"1623\":{},\"1648\":{}},\"parent\":{}}],[\"wwwauthmetadatawriter\",{\"_index\":195,\"name\":{\"553\":{}},\"parent\":{\"554\":{},\"555\":{},\"556\":{},\"557\":{},\"558\":{}}}],[\"xsd\",{\"_index\":1114,\"name\":{\"2907\":{}},\"parent\":{}}],[\"yargsargoptions\",{\"_index\":431,\"name\":{\"1143\":{},\"1151\":{}},\"parent\":{}}],[\"yargscliextractor\",{\"_index\":437,\"name\":{\"1149\":{}},\"parent\":{\"1150\":{},\"1151\":{},\"1152\":{},\"1153\":{},\"1154\":{},\"1155\":{},\"1156\":{}}}],[\"yargvoptions\",{\"_index\":438,\"name\":{\"1152\":{}},\"parent\":{}}]],\"pipeline\":[]}}"); \ No newline at end of file diff --git a/4.0/docs/assets/style.css b/4.0/docs/assets/style.css new file mode 100644 index 000000000..a16ed029e --- /dev/null +++ b/4.0/docs/assets/style.css @@ -0,0 +1,1413 @@ +@import url("./icons.css"); + +:root { + /* Light */ + --light-color-background: #fcfcfc; + --light-color-secondary-background: #fff; + --light-color-text: #222; + --light-color-text-aside: #707070; + --light-color-link: #4da6ff; + --light-color-menu-divider: #eee; + --light-color-menu-divider-focus: #000; + --light-color-menu-label: #707070; + --light-color-panel: var(--light-color-secondary-background); + --light-color-panel-divider: #eee; + --light-color-comment-tag: #707070; + --light-color-comment-tag-text: #fff; + --light-color-ts: #9600ff; + --light-color-ts-interface: #647f1b; + --light-color-ts-enum: #937210; + --light-color-ts-class: #0672de; + --light-color-ts-private: #707070; + --light-color-toolbar: #fff; + --light-color-toolbar-text: #333; + --light-icon-filter: invert(0); + --light-external-icon: url("data:image/svg+xml;utf8,"); + + /* Dark */ + --dark-color-background: #36393f; + --dark-color-secondary-background: #2f3136; + --dark-color-text: #ffffff; + --dark-color-text-aside: #e6e4e4; + --dark-color-link: #00aff4; + --dark-color-menu-divider: #eee; + --dark-color-menu-divider-focus: #000; + --dark-color-menu-label: #707070; + --dark-color-panel: var(--dark-color-secondary-background); + --dark-color-panel-divider: #818181; + --dark-color-comment-tag: #dcddde; + --dark-color-comment-tag-text: #2f3136; + --dark-color-ts: #c97dff; + --dark-color-ts-interface: #9cbe3c; + --dark-color-ts-enum: #d6ab29; + --dark-color-ts-class: #3695f3; + --dark-color-ts-private: #e2e2e2; + --dark-color-toolbar: #34373c; + --dark-color-toolbar-text: #ffffff; + --dark-icon-filter: invert(1); + --dark-external-icon: url("data:image/svg+xml;utf8,"); +} + +@media (prefers-color-scheme: light) { + :root { + --color-background: var(--light-color-background); + --color-secondary-background: var(--light-color-secondary-background); + --color-text: var(--light-color-text); + --color-text-aside: var(--light-color-text-aside); + --color-link: var(--light-color-link); + --color-menu-divider: var(--light-color-menu-divider); + --color-menu-divider-focus: var(--light-color-menu-divider-focus); + --color-menu-label: var(--light-color-menu-label); + --color-panel: var(--light-color-panel); + --color-panel-divider: var(--light-color-panel-divider); + --color-comment-tag: var(--light-color-comment-tag); + --color-comment-tag-text: var(--light-color-comment-tag-text); + --color-ts: var(--light-color-ts); + --color-ts-interface: var(--light-color-ts-interface); + --color-ts-enum: var(--light-color-ts-enum); + --color-ts-class: var(--light-color-ts-class); + --color-ts-private: var(--light-color-ts-private); + --color-toolbar: var(--light-color-toolbar); + --color-toolbar-text: var(--light-color-toolbar-text); + --icon-filter: var(--light-icon-filter); + --external-icon: var(--light-external-icon); + } +} + +@media (prefers-color-scheme: dark) { + :root { + --color-background: var(--dark-color-background); + --color-secondary-background: var(--dark-color-secondary-background); + --color-text: var(--dark-color-text); + --color-text-aside: var(--dark-color-text-aside); + --color-link: var(--dark-color-link); + --color-menu-divider: var(--dark-color-menu-divider); + --color-menu-divider-focus: var(--dark-color-menu-divider-focus); + --color-menu-label: var(--dark-color-menu-label); + --color-panel: var(--dark-color-panel); + --color-panel-divider: var(--dark-color-panel-divider); + --color-comment-tag: var(--dark-color-comment-tag); + --color-comment-tag-text: var(--dark-color-comment-tag-text); + --color-ts: var(--dark-color-ts); + --color-ts-interface: var(--dark-color-ts-interface); + --color-ts-enum: var(--dark-color-ts-enum); + --color-ts-class: var(--dark-color-ts-class); + --color-ts-private: var(--dark-color-ts-private); + --color-toolbar: var(--dark-color-toolbar); + --color-toolbar-text: var(--dark-color-toolbar-text); + --icon-filter: var(--dark-icon-filter); + --external-icon: var(--dark-external-icon); + } +} + +body { + margin: 0; +} + +body.light { + --color-background: var(--light-color-background); + --color-secondary-background: var(--light-color-secondary-background); + --color-text: var(--light-color-text); + --color-text-aside: var(--light-color-text-aside); + --color-link: var(--light-color-link); + --color-menu-divider: var(--light-color-menu-divider); + --color-menu-divider-focus: var(--light-color-menu-divider-focus); + --color-menu-label: var(--light-color-menu-label); + --color-panel: var(--light-color-panel); + --color-panel-divider: var(--light-color-panel-divider); + --color-comment-tag: var(--light-color-comment-tag); + --color-comment-tag-text: var(--light-color-comment-tag-text); + --color-ts: var(--light-color-ts); + --color-ts-interface: var(--light-color-ts-interface); + --color-ts-enum: var(--light-color-ts-enum); + --color-ts-class: var(--light-color-ts-class); + --color-ts-private: var(--light-color-ts-private); + --color-toolbar: var(--light-color-toolbar); + --color-toolbar-text: var(--light-color-toolbar-text); + --icon-filter: var(--light-icon-filter); + --external-icon: var(--light-external-icon); +} + +body.dark { + --color-background: var(--dark-color-background); + --color-secondary-background: var(--dark-color-secondary-background); + --color-text: var(--dark-color-text); + --color-text-aside: var(--dark-color-text-aside); + --color-link: var(--dark-color-link); + --color-menu-divider: var(--dark-color-menu-divider); + --color-menu-divider-focus: var(--dark-color-menu-divider-focus); + --color-menu-label: var(--dark-color-menu-label); + --color-panel: var(--dark-color-panel); + --color-panel-divider: var(--dark-color-panel-divider); + --color-comment-tag: var(--dark-color-comment-tag); + --color-comment-tag-text: var(--dark-color-comment-tag-text); + --color-ts: var(--dark-color-ts); + --color-ts-interface: var(--dark-color-ts-interface); + --color-ts-enum: var(--dark-color-ts-enum); + --color-ts-class: var(--dark-color-ts-class); + --color-ts-private: var(--dark-color-ts-private); + --color-toolbar: var(--dark-color-toolbar); + --color-toolbar-text: var(--dark-color-toolbar-text); + --icon-filter: var(--dark-icon-filter); + --external-icon: var(--dark-external-icon); +} + +h1, +h2, +h3, +h4, +h5, +h6 { + line-height: 1.2; +} + +h1 { + font-size: 2em; + margin: 0.67em 0; +} + +h2 { + font-size: 1.5em; + margin: 0.83em 0; +} + +h3 { + font-size: 1.17em; + margin: 1em 0; +} + +h4, +.tsd-index-panel h3 { + font-size: 1em; + margin: 1.33em 0; +} + +h5 { + font-size: 0.83em; + margin: 1.67em 0; +} + +h6 { + font-size: 0.67em; + margin: 2.33em 0; +} + +pre { + white-space: pre; + white-space: pre-wrap; + word-wrap: break-word; +} + +dl, +menu, +ol, +ul { + margin: 1em 0; +} + +dd { + margin: 0 0 0 40px; +} + +.container { + max-width: 1200px; + margin: 0 auto; + padding: 0 40px; +} +@media (max-width: 640px) { + .container { + padding: 0 20px; + } +} + +.container-main { + padding-bottom: 200px; +} + +.row { + display: flex; + position: relative; + margin: 0 -10px; +} +.row:after { + visibility: hidden; + display: block; + content: ""; + clear: both; + height: 0; +} + +.col-4, +.col-8 { + box-sizing: border-box; + float: left; + padding: 0 10px; +} + +.col-4 { + width: 33.3333333333%; +} +.col-8 { + width: 66.6666666667%; +} + +ul.tsd-descriptions > li > :first-child, +.tsd-panel > :first-child, +.col-8 > :first-child, +.col-4 > :first-child, +ul.tsd-descriptions > li > :first-child > :first-child, +.tsd-panel > :first-child > :first-child, +.col-8 > :first-child > :first-child, +.col-4 > :first-child > :first-child, +ul.tsd-descriptions > li > :first-child > :first-child > :first-child, +.tsd-panel > :first-child > :first-child > :first-child, +.col-8 > :first-child > :first-child > :first-child, +.col-4 > :first-child > :first-child > :first-child { + margin-top: 0; +} +ul.tsd-descriptions > li > :last-child, +.tsd-panel > :last-child, +.col-8 > :last-child, +.col-4 > :last-child, +ul.tsd-descriptions > li > :last-child > :last-child, +.tsd-panel > :last-child > :last-child, +.col-8 > :last-child > :last-child, +.col-4 > :last-child > :last-child, +ul.tsd-descriptions > li > :last-child > :last-child > :last-child, +.tsd-panel > :last-child > :last-child > :last-child, +.col-8 > :last-child > :last-child > :last-child, +.col-4 > :last-child > :last-child > :last-child { + margin-bottom: 0; +} + +@keyframes fade-in { + from { + opacity: 0; + } + to { + opacity: 1; + } +} +@keyframes fade-out { + from { + opacity: 1; + visibility: visible; + } + to { + opacity: 0; + } +} +@keyframes fade-in-delayed { + 0% { + opacity: 0; + } + 33% { + opacity: 0; + } + 100% { + opacity: 1; + } +} +@keyframes fade-out-delayed { + 0% { + opacity: 1; + visibility: visible; + } + 66% { + opacity: 0; + } + 100% { + opacity: 0; + } +} +@keyframes shift-to-left { + from { + transform: translate(0, 0); + } + to { + transform: translate(-25%, 0); + } +} +@keyframes unshift-to-left { + from { + transform: translate(-25%, 0); + } + to { + transform: translate(0, 0); + } +} +@keyframes pop-in-from-right { + from { + transform: translate(100%, 0); + } + to { + transform: translate(0, 0); + } +} +@keyframes pop-out-to-right { + from { + transform: translate(0, 0); + visibility: visible; + } + to { + transform: translate(100%, 0); + } +} +body { + background: var(--color-background); + font-family: "Segoe UI", sans-serif; + font-size: 16px; + color: var(--color-text); +} + +a { + color: var(--color-link); + text-decoration: none; +} +a:hover { + text-decoration: underline; +} +a.external[target="_blank"] { + background-image: var(--external-icon); + background-position: top 3px right; + background-repeat: no-repeat; + padding-right: 13px; +} + +code, +pre { + font-family: Menlo, Monaco, Consolas, "Courier New", monospace; + padding: 0.2em; + margin: 0; + font-size: 14px; +} + +pre { + padding: 10px; +} +pre code { + padding: 0; + font-size: 100%; +} + +blockquote { + margin: 1em 0; + padding-left: 1em; + border-left: 4px solid gray; +} + +.tsd-typography { + line-height: 1.333em; +} +.tsd-typography ul { + list-style: square; + padding: 0 0 0 20px; + margin: 0; +} +.tsd-typography h4, +.tsd-typography .tsd-index-panel h3, +.tsd-index-panel .tsd-typography h3, +.tsd-typography h5, +.tsd-typography h6 { + font-size: 1em; + margin: 0; +} +.tsd-typography h5, +.tsd-typography h6 { + font-weight: normal; +} +.tsd-typography p, +.tsd-typography ul, +.tsd-typography ol { + margin: 1em 0; +} + +@media (min-width: 901px) and (max-width: 1024px) { + html .col-content { + width: 72%; + } + html .col-menu { + width: 28%; + } + html .tsd-navigation { + padding-left: 10px; + } +} +@media (max-width: 900px) { + html .col-content { + float: none; + width: 100%; + } + html .col-menu { + position: fixed !important; + overflow: auto; + -webkit-overflow-scrolling: touch; + z-index: 1024; + top: 0 !important; + bottom: 0 !important; + left: auto !important; + right: 0 !important; + width: 100%; + padding: 20px 20px 0 0; + max-width: 450px; + visibility: hidden; + background-color: var(--color-panel); + transform: translate(100%, 0); + } + html .col-menu > *:last-child { + padding-bottom: 20px; + } + html .overlay { + content: ""; + display: block; + position: fixed; + z-index: 1023; + top: 0; + left: 0; + right: 0; + bottom: 0; + background-color: rgba(0, 0, 0, 0.75); + visibility: hidden; + } + + .to-has-menu .overlay { + animation: fade-in 0.4s; + } + + .to-has-menu :is(header, footer, .col-content) { + animation: shift-to-left 0.4s; + } + + .to-has-menu .col-menu { + animation: pop-in-from-right 0.4s; + } + + .from-has-menu .overlay { + animation: fade-out 0.4s; + } + + .from-has-menu :is(header, footer, .col-content) { + animation: unshift-to-left 0.4s; + } + + .from-has-menu .col-menu { + animation: pop-out-to-right 0.4s; + } + + .has-menu body { + overflow: hidden; + } + .has-menu .overlay { + visibility: visible; + } + .has-menu :is(header, footer, .col-content) { + transform: translate(-25%, 0); + } + .has-menu .col-menu { + visibility: visible; + transform: translate(0, 0); + display: grid; + grid-template-rows: auto 1fr; + max-height: 100vh; + } + .has-menu .tsd-navigation { + max-height: 100%; + } +} + +.tsd-page-title { + padding: 70px 0 20px 0; + margin: 0 0 40px 0; + background: var(--color-panel); + box-shadow: 0 0 5px rgba(0, 0, 0, 0.35); +} +.tsd-page-title h1 { + margin: 0; +} + +.tsd-breadcrumb { + margin: 0; + padding: 0; + color: var(--color-text-aside); +} +.tsd-breadcrumb a { + color: var(--color-text-aside); + text-decoration: none; +} +.tsd-breadcrumb a:hover { + text-decoration: underline; +} +.tsd-breadcrumb li { + display: inline; +} +.tsd-breadcrumb li:after { + content: " / "; +} + +dl.tsd-comment-tags { + overflow: hidden; +} +dl.tsd-comment-tags dt { + float: left; + padding: 1px 5px; + margin: 0 10px 0 0; + border-radius: 4px; + border: 1px solid var(--color-comment-tag); + color: var(--color-comment-tag); + font-size: 0.8em; + font-weight: normal; +} +dl.tsd-comment-tags dd { + margin: 0 0 10px 0; +} +dl.tsd-comment-tags dd:before, +dl.tsd-comment-tags dd:after { + display: table; + content: " "; +} +dl.tsd-comment-tags dd pre, +dl.tsd-comment-tags dd:after { + clear: both; +} +dl.tsd-comment-tags p { + margin: 0; +} + +.tsd-panel.tsd-comment .lead { + font-size: 1.1em; + line-height: 1.333em; + margin-bottom: 2em; +} +.tsd-panel.tsd-comment .lead:last-child { + margin-bottom: 0; +} + +.toggle-protected .tsd-is-private { + display: none; +} + +.toggle-public .tsd-is-private, +.toggle-public .tsd-is-protected, +.toggle-public .tsd-is-private-protected { + display: none; +} + +.toggle-inherited .tsd-is-inherited { + display: none; +} + +.toggle-externals .tsd-is-external { + display: none; +} + +#tsd-filter { + position: relative; + display: inline-block; + height: 40px; + vertical-align: bottom; +} +.no-filter #tsd-filter { + display: none; +} +#tsd-filter .tsd-filter-group { + display: inline-block; + height: 40px; + vertical-align: bottom; + white-space: nowrap; +} +#tsd-filter input { + display: none; +} +@media (max-width: 900px) { + #tsd-filter .tsd-filter-group { + display: block; + position: absolute; + top: 40px; + right: 20px; + height: auto; + background-color: var(--color-panel); + visibility: hidden; + transform: translate(50%, 0); + box-shadow: 0 0 4px rgba(0, 0, 0, 0.25); + } + .has-options #tsd-filter .tsd-filter-group { + visibility: visible; + } + .to-has-options #tsd-filter .tsd-filter-group { + animation: fade-in 0.2s; + } + .from-has-options #tsd-filter .tsd-filter-group { + animation: fade-out 0.2s; + } + #tsd-filter label, + #tsd-filter .tsd-select { + display: block; + padding-right: 20px; + } +} + +footer { + border-top: 1px solid var(--color-panel-divider); + background-color: var(--color-panel); +} +footer:after { + content: ""; + display: table; +} +footer.with-border-bottom { + border-bottom: 1px solid var(--color-panel-divider); +} +footer .tsd-legend-group { + font-size: 0; +} +footer .tsd-legend { + display: inline-block; + width: 25%; + padding: 0; + font-size: 16px; + list-style: none; + line-height: 1.333em; + vertical-align: top; +} +@media (max-width: 900px) { + footer .tsd-legend { + width: 50%; + } +} + +.tsd-hierarchy { + list-style: square; + padding: 0 0 0 20px; + margin: 0; +} +.tsd-hierarchy .target { + font-weight: bold; +} + +.tsd-index-panel .tsd-index-content { + margin-bottom: -30px !important; +} +.tsd-index-panel .tsd-index-section { + margin-bottom: 30px !important; +} +.tsd-index-panel h3 { + margin: 0 -20px 10px -20px; + padding: 0 20px 10px 20px; + border-bottom: 1px solid var(--color-panel-divider); +} +.tsd-index-panel ul.tsd-index-list { + -webkit-column-count: 3; + -moz-column-count: 3; + -ms-column-count: 3; + -o-column-count: 3; + column-count: 3; + -webkit-column-gap: 20px; + -moz-column-gap: 20px; + -ms-column-gap: 20px; + -o-column-gap: 20px; + column-gap: 20px; + padding: 0; + list-style: none; + line-height: 1.333em; +} +@media (max-width: 900px) { + .tsd-index-panel ul.tsd-index-list { + -webkit-column-count: 1; + -moz-column-count: 1; + -ms-column-count: 1; + -o-column-count: 1; + column-count: 1; + } +} +@media (min-width: 901px) and (max-width: 1024px) { + .tsd-index-panel ul.tsd-index-list { + -webkit-column-count: 2; + -moz-column-count: 2; + -ms-column-count: 2; + -o-column-count: 2; + column-count: 2; + } +} +.tsd-index-panel ul.tsd-index-list li { + -webkit-page-break-inside: avoid; + -moz-page-break-inside: avoid; + -ms-page-break-inside: avoid; + -o-page-break-inside: avoid; + page-break-inside: avoid; +} +.tsd-index-panel a, +.tsd-index-panel .tsd-parent-kind-module a { + color: var(--color-ts); +} +.tsd-index-panel .tsd-parent-kind-interface a { + color: var(--color-ts-interface); +} +.tsd-index-panel .tsd-parent-kind-enum a { + color: var(--color-ts-enum); +} +.tsd-index-panel .tsd-parent-kind-class a { + color: var(--color-ts-class); +} +.tsd-index-panel .tsd-kind-module a { + color: var(--color-ts); +} +.tsd-index-panel .tsd-kind-interface a { + color: var(--color-ts-interface); +} +.tsd-index-panel .tsd-kind-enum a { + color: var(--color-ts-enum); +} +.tsd-index-panel .tsd-kind-class a { + color: var(--color-ts-class); +} +.tsd-index-panel .tsd-is-private a { + color: var(--color-ts-private); +} + +.tsd-flag { + display: inline-block; + padding: 1px 5px; + border-radius: 4px; + color: var(--color-comment-tag-text); + background-color: var(--color-comment-tag); + text-indent: 0; + font-size: 14px; + font-weight: normal; +} + +.tsd-anchor { + position: absolute; + top: -100px; +} + +.tsd-member { + position: relative; +} +.tsd-member .tsd-anchor + h3 { + margin-top: 0; + margin-bottom: 0; + border-bottom: none; +} +.tsd-member [data-tsd-kind] { + color: var(--color-ts); +} +.tsd-member [data-tsd-kind="Interface"] { + color: var(--color-ts-interface); +} +.tsd-member [data-tsd-kind="Enum"] { + color: var(--color-ts-enum); +} +.tsd-member [data-tsd-kind="Class"] { + color: var(--color-ts-class); +} +.tsd-member [data-tsd-kind="Private"] { + color: var(--color-ts-private); +} + +.tsd-navigation { + margin: 0 0 0 40px; +} +.tsd-navigation a { + display: block; + padding-top: 2px; + padding-bottom: 2px; + border-left: 2px solid transparent; + color: var(--color-text); + text-decoration: none; + transition: border-left-color 0.1s; +} +.tsd-navigation a:hover { + text-decoration: underline; +} +.tsd-navigation ul { + margin: 0; + padding: 0; + list-style: none; +} +.tsd-navigation li { + padding: 0; +} + +.tsd-navigation.primary { + padding-bottom: 40px; +} +.tsd-navigation.primary a { + display: block; + padding-top: 6px; + padding-bottom: 6px; +} +.tsd-navigation.primary ul li a { + padding-left: 5px; +} +.tsd-navigation.primary ul li li a { + padding-left: 25px; +} +.tsd-navigation.primary ul li li li a { + padding-left: 45px; +} +.tsd-navigation.primary ul li li li li a { + padding-left: 65px; +} +.tsd-navigation.primary ul li li li li li a { + padding-left: 85px; +} +.tsd-navigation.primary ul li li li li li li a { + padding-left: 105px; +} +.tsd-navigation.primary > ul { + border-bottom: 1px solid var(--color-panel-divider); +} +.tsd-navigation.primary li { + border-top: 1px solid var(--color-panel-divider); +} +.tsd-navigation.primary li.current > a { + font-weight: bold; +} +.tsd-navigation.primary li.label span { + display: block; + padding: 20px 0 6px 5px; + color: var(--color-menu-label); +} +.tsd-navigation.primary li.globals + li > span, +.tsd-navigation.primary li.globals + li > a { + padding-top: 20px; +} + +.tsd-navigation.secondary { + max-height: calc(100vh - 1rem - 40px); + overflow: auto; + position: sticky; + top: calc(0.5rem + 40px); + transition: 0.3s; +} +.tsd-navigation.secondary.tsd-navigation--toolbar-hide { + max-height: calc(100vh - 1rem); + top: 0.5rem; +} +.tsd-navigation.secondary ul { + transition: opacity 0.2s; +} +.tsd-navigation.secondary ul li a { + padding-left: 25px; +} +.tsd-navigation.secondary ul li li a { + padding-left: 45px; +} +.tsd-navigation.secondary ul li li li a { + padding-left: 65px; +} +.tsd-navigation.secondary ul li li li li a { + padding-left: 85px; +} +.tsd-navigation.secondary ul li li li li li a { + padding-left: 105px; +} +.tsd-navigation.secondary ul li li li li li li a { + padding-left: 125px; +} +.tsd-navigation.secondary ul.current a { + border-left-color: var(--color-panel-divider); +} +.tsd-navigation.secondary li.focus > a, +.tsd-navigation.secondary ul.current li.focus > a { + border-left-color: var(--color-menu-divider-focus); +} +.tsd-navigation.secondary li.current { + margin-top: 20px; + margin-bottom: 20px; + border-left-color: var(--color-panel-divider); +} +.tsd-navigation.secondary li.current > a { + font-weight: bold; +} + +@media (min-width: 901px) { + .menu-sticky-wrap { + position: static; + } +} + +.tsd-panel { + margin: 20px 0; + padding: 20px; + background-color: var(--color-panel); + box-shadow: 0 0 4px rgba(0, 0, 0, 0.25); +} +.tsd-panel:empty { + display: none; +} +.tsd-panel > h1, +.tsd-panel > h2, +.tsd-panel > h3 { + margin: 1.5em -20px 10px -20px; + padding: 0 20px 10px 20px; + border-bottom: 1px solid var(--color-panel-divider); +} +.tsd-panel > h1.tsd-before-signature, +.tsd-panel > h2.tsd-before-signature, +.tsd-panel > h3.tsd-before-signature { + margin-bottom: 0; + border-bottom: 0; +} +.tsd-panel table { + display: block; + width: 100%; + overflow: auto; + margin-top: 10px; + word-break: normal; + word-break: keep-all; + border-collapse: collapse; +} +.tsd-panel table th { + font-weight: bold; +} +.tsd-panel table th, +.tsd-panel table td { + padding: 6px 13px; + border: 1px solid var(--color-panel-divider); +} +.tsd-panel table tr { + background: var(--color-background); +} +.tsd-panel table tr:nth-child(even) { + background: var(--color-secondary-background); +} + +.tsd-panel-group { + margin: 60px 0; +} +.tsd-panel-group > h1, +.tsd-panel-group > h2, +.tsd-panel-group > h3 { + padding-left: 20px; + padding-right: 20px; +} + +#tsd-search { + transition: background-color 0.2s; +} +#tsd-search .title { + position: relative; + z-index: 2; +} +#tsd-search .field { + position: absolute; + left: 0; + top: 0; + right: 40px; + height: 40px; +} +#tsd-search .field input { + box-sizing: border-box; + position: relative; + top: -50px; + z-index: 1; + width: 100%; + padding: 0 10px; + opacity: 0; + outline: 0; + border: 0; + background: transparent; + color: var(--color-text); +} +#tsd-search .field label { + position: absolute; + overflow: hidden; + right: -40px; +} +#tsd-search .field input, +#tsd-search .title { + transition: opacity 0.2s; +} +#tsd-search .results { + position: absolute; + visibility: hidden; + top: 40px; + width: 100%; + margin: 0; + padding: 0; + list-style: none; + box-shadow: 0 0 4px rgba(0, 0, 0, 0.25); +} +#tsd-search .results li { + padding: 0 10px; + background-color: var(--color-background); +} +#tsd-search .results li:nth-child(even) { + background-color: var(--color-panel); +} +#tsd-search .results li.state { + display: none; +} +#tsd-search .results li.current, +#tsd-search .results li:hover { + background-color: var(--color-panel-divider); +} +#tsd-search .results a { + display: block; +} +#tsd-search .results a:before { + top: 10px; +} +#tsd-search .results span.parent { + color: var(--color-text-aside); + font-weight: normal; +} +#tsd-search.has-focus { + background-color: var(--color-panel-divider); +} +#tsd-search.has-focus .field input { + top: 0; + opacity: 1; +} +#tsd-search.has-focus .title { + z-index: 0; + opacity: 0; +} +#tsd-search.has-focus .results { + visibility: visible; +} +#tsd-search.loading .results li.state.loading { + display: block; +} +#tsd-search.failure .results li.state.failure { + display: block; +} + +.tsd-signature { + margin: 0 0 1em 0; + padding: 10px; + border: 1px solid var(--color-panel-divider); + font-family: Menlo, Monaco, Consolas, "Courier New", monospace; + font-size: 14px; + overflow-x: auto; +} +.tsd-signature.tsd-kind-icon { + padding-left: 30px; +} +.tsd-signature.tsd-kind-icon:before { + top: 10px; + left: 10px; +} +.tsd-panel > .tsd-signature { + margin-left: -20px; + margin-right: -20px; + border-width: 1px 0; +} +.tsd-panel > .tsd-signature.tsd-kind-icon { + padding-left: 40px; +} +.tsd-panel > .tsd-signature.tsd-kind-icon:before { + left: 20px; +} + +.tsd-signature-symbol { + color: var(--color-text-aside); + font-weight: normal; +} + +.tsd-signature-type { + font-style: italic; + font-weight: normal; +} + +.tsd-signatures { + padding: 0; + margin: 0 0 1em 0; + border: 1px solid var(--color-panel-divider); +} +.tsd-signatures .tsd-signature { + margin: 0; + border-width: 1px 0 0 0; + transition: background-color 0.1s; +} +.tsd-signatures .tsd-signature:first-child { + border-top-width: 0; +} +.tsd-signatures .tsd-signature.current { + background-color: var(--color-panel-divider); +} +.tsd-signatures.active > .tsd-signature { + cursor: pointer; +} +.tsd-panel > .tsd-signatures { + margin-left: -20px; + margin-right: -20px; + border-width: 1px 0; +} +.tsd-panel > .tsd-signatures .tsd-signature.tsd-kind-icon { + padding-left: 40px; +} +.tsd-panel > .tsd-signatures .tsd-signature.tsd-kind-icon:before { + left: 20px; +} +.tsd-panel > a.anchor + .tsd-signatures { + border-top-width: 0; + margin-top: -20px; +} + +ul.tsd-descriptions { + position: relative; + overflow: hidden; + padding: 0; + list-style: none; +} +ul.tsd-descriptions.active > .tsd-description { + display: none; +} +ul.tsd-descriptions.active > .tsd-description.current { + display: block; +} +ul.tsd-descriptions.active > .tsd-description.fade-in { + animation: fade-in-delayed 0.3s; +} +ul.tsd-descriptions.active > .tsd-description.fade-out { + animation: fade-out-delayed 0.3s; + position: absolute; + display: block; + top: 0; + left: 0; + right: 0; + opacity: 0; + visibility: hidden; +} +ul.tsd-descriptions h4, +ul.tsd-descriptions .tsd-index-panel h3, +.tsd-index-panel ul.tsd-descriptions h3 { + font-size: 16px; + margin: 1em 0 0.5em 0; +} + +ul.tsd-parameters, +ul.tsd-type-parameters { + list-style: square; + margin: 0; + padding-left: 20px; +} +ul.tsd-parameters > li.tsd-parameter-signature, +ul.tsd-type-parameters > li.tsd-parameter-signature { + list-style: none; + margin-left: -20px; +} +ul.tsd-parameters h5, +ul.tsd-type-parameters h5 { + font-size: 16px; + margin: 1em 0 0.5em 0; +} +ul.tsd-parameters .tsd-comment, +ul.tsd-type-parameters .tsd-comment { + margin-top: -0.5em; +} + +.tsd-sources { + font-size: 14px; + color: var(--color-text-aside); + margin: 0 0 1em 0; +} +.tsd-sources a { + color: var(--color-text-aside); + text-decoration: underline; +} +.tsd-sources ul, +.tsd-sources p { + margin: 0 !important; +} +.tsd-sources ul { + list-style: none; + padding: 0; +} + +.tsd-page-toolbar { + position: fixed; + z-index: 1; + top: 0; + left: 0; + width: 100%; + height: 40px; + color: var(--color-toolbar-text); + background: var(--color-toolbar); + border-bottom: 1px solid var(--color-panel-divider); + transition: transform 0.3s linear; +} +.tsd-page-toolbar a { + color: var(--color-toolbar-text); + text-decoration: none; +} +.tsd-page-toolbar a.title { + font-weight: bold; +} +.tsd-page-toolbar a.title:hover { + text-decoration: underline; +} +.tsd-page-toolbar .table-wrap { + display: table; + width: 100%; + height: 40px; +} +.tsd-page-toolbar .table-cell { + display: table-cell; + position: relative; + white-space: nowrap; + line-height: 40px; +} +.tsd-page-toolbar .table-cell:first-child { + width: 100%; +} + +.tsd-page-toolbar--hide { + transform: translateY(-100%); +} + +.tsd-select .tsd-select-list li:before, +.tsd-select .tsd-select-label:before, +.tsd-widget:before { + content: ""; + display: inline-block; + width: 40px; + height: 40px; + margin: 0 -8px 0 0; + background-image: url(./widgets.png); + background-repeat: no-repeat; + text-indent: -1024px; + vertical-align: bottom; + filter: var(--icon-filter); +} +@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) { + .tsd-select .tsd-select-list li:before, + .tsd-select .tsd-select-label:before, + .tsd-widget:before { + background-image: url(./widgets@2x.png); + background-size: 320px 40px; + } +} + +.tsd-widget { + display: inline-block; + overflow: hidden; + opacity: 0.8; + height: 40px; + transition: opacity 0.1s, background-color 0.2s; + vertical-align: bottom; + cursor: pointer; +} +.tsd-widget:hover { + opacity: 0.9; +} +.tsd-widget.active { + opacity: 1; + background-color: var(--color-panel-divider); +} +.tsd-widget.no-caption { + width: 40px; +} +.tsd-widget.no-caption:before { + margin: 0; +} +.tsd-widget.search:before { + background-position: 0 0; +} +.tsd-widget.menu:before { + background-position: -40px 0; +} +.tsd-widget.options:before { + background-position: -80px 0; +} +.tsd-widget.options, +.tsd-widget.menu { + display: none; +} +@media (max-width: 900px) { + .tsd-widget.options, + .tsd-widget.menu { + display: inline-block; + } +} +input[type="checkbox"] + .tsd-widget:before { + background-position: -120px 0; +} +input[type="checkbox"]:checked + .tsd-widget:before { + background-position: -160px 0; +} + +.tsd-select { + position: relative; + display: inline-block; + height: 40px; + transition: opacity 0.1s, background-color 0.2s; + vertical-align: bottom; + cursor: pointer; +} +.tsd-select .tsd-select-label { + opacity: 0.6; + transition: opacity 0.2s; +} +.tsd-select .tsd-select-label:before { + background-position: -240px 0; +} +.tsd-select.active .tsd-select-label { + opacity: 0.8; +} +.tsd-select.active .tsd-select-list { + visibility: visible; + opacity: 1; + transition-delay: 0s; +} +.tsd-select .tsd-select-list { + position: absolute; + visibility: hidden; + top: 40px; + left: 0; + margin: 0; + padding: 0; + opacity: 0; + list-style: none; + box-shadow: 0 0 4px rgba(0, 0, 0, 0.25); + transition: visibility 0s 0.2s, opacity 0.2s; +} +.tsd-select .tsd-select-list li { + padding: 0 20px 0 0; + background-color: var(--color-background); +} +.tsd-select .tsd-select-list li:before { + background-position: 40px 0; +} +.tsd-select .tsd-select-list li:nth-child(even) { + background-color: var(--color-panel); +} +.tsd-select .tsd-select-list li:hover { + background-color: var(--color-panel-divider); +} +.tsd-select .tsd-select-list li.selected:before { + background-position: -200px 0; +} +@media (max-width: 900px) { + .tsd-select .tsd-select-list { + top: 0; + left: auto; + right: 100%; + margin-right: -5px; + } + .tsd-select .tsd-select-label:before { + background-position: -280px 0; + } +} + +img { + max-width: 100%; +} + +.tsd-anchor-icon { + margin-left: 10px; + vertical-align: middle; + color: var(--color-text); +} + +.tsd-anchor-icon svg { + width: 1em; + height: 1em; + visibility: hidden; +} + +.tsd-anchor-link:hover > .tsd-anchor-icon svg { + visibility: visible; +} diff --git a/4.0/docs/assets/widgets.png b/4.0/docs/assets/widgets.png new file mode 100644 index 0000000000000000000000000000000000000000..c7380532ac1b45400620011c37c4dcb7aec27a4c GIT binary patch literal 480 zcmeAS@N?(olHy`uVBq!ia0y~yU~~YoH8@y+q^jrZML>b&o-U3d6^w6h1+IPUz|;DW zIZ;96kdsD>Qv^q=09&hp0GpEni<1IR%gvP3v%OR9*{MuRTKWHZyIbuBt)Ci`cU_&% z1T+i^Y)o{%281-<3TpPAUTzw5v;RY=>1rvxmPl96#kYc9hX!6V^nB|ad#(S+)}?8C zr_H+lT3B#So$T=?$(w3-{rbQ4R<@nsf$}$hwSO)A$8&`(j+wQf=Jwhb0`CvhR5DCf z^OgI)KQemrUFPH+UynC$Y~QHG%DbTVh-Skz{enNU)cV_hPu~{TD7TPZl>0&K>iuE| z7AYn$7)Jrb9GE&SfQW4q&G*@N|4cHI`VakFa5-C!ov&XD)J(qp$rJJ*9e z-sHv}#g*T7Cv048d1v~BEAzM5FztAse#q78WWC^BUCzQ U&wLp6h6BX&boFyt=akR{0G%$)mH+?% literal 0 HcmV?d00001 diff --git a/4.0/docs/assets/widgets@2x.png b/4.0/docs/assets/widgets@2x.png new file mode 100644 index 0000000000000000000000000000000000000000..4bbbd57272f3b28f47527d4951ad10f950b8ad43 GIT binary patch literal 855 zcmeAS@N?(olHy`uVBq!ia0y~yU}^xe12~w0Jcmn z@(X6T|9^jgLcx21{)7exgY)a>N6m2F0<`Rqr;B4q1>>88jUdw-7W`c)zLE*mq8W2H z-<&Jl_Hco5BuC5n@AbF5GD82~-e8-v=#zCyUX0F-o}8pPfAv`!GN$ff+TL<~@kgt} z62eO?_|&+>xBmM$@p|z`tIKEdpPf8%qI>4r7@jn<=eta*{3~?g(zz{Ke9zc-G^gr? z-7foa?LcS!hmbwzru}ICvbWLlW8;+l-}!^=c32!^nV`+`C*;0-*Y%l94pC;Cb3GXz zzSf%a!{gVr{Y_lVuUj+a)*Ca+!-Hu%xmP&&X-2CuANY8^i{D7Kg6qzP zXz_ps9+lN8ESH{K4`yu&b~I>N9xGlE&;2u*b?+Go!AhN?m-bxlLvtC#MzDF2kFzfHJ1W7ybqdefSqVhbOykd*Yi%EDuhs z4wF{ft^bv2+DDnKb8gj1FuvcV`M}luS>lO<^)8x>y1#R;a=-ZKwWTQQb)ioBbi;zh zD!f5V)8581to1LL7c9!l^PSC$NBPYif!_vAZhmL4)v4U)4UsrLYiH_9rmQDd?)(e5 z^pcH>qvBg*i0dus2r*mp4;zKvu=P#s-ti;2obl`NjjwoYd>e(oo#j_uyRb<7Pv^If zzZ|mGHmV)8^tbO%^>eqMw(@7(&3g{jEp-Najo7V75xI_ZHK*FA`elF{r5}E*d7+j_R literal 0 HcmV?d00001 diff --git a/4.0/docs/classes/AbsolutePathInteractionRoute.html b/4.0/docs/classes/AbsolutePathInteractionRoute.html new file mode 100644 index 000000000..75666e13a --- /dev/null +++ b/4.0/docs/classes/AbsolutePathInteractionRoute.html @@ -0,0 +1,3 @@ +AbsolutePathInteractionRoute | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

A route that returns the input string as path.

+

Hierarchy

Implements

Index

Constructors

Properties

Methods

Constructors

Properties

path: string

Methods

  • getPath(): string

Legend

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

Settings

Theme

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

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

+

Hierarchy

Index

Constructors

Methods

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

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

    +

    Parameters

    Returns Promise<void>

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

    +

Legend

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

Settings

Theme

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

Performs an authorization check against the given acl resource.

+

Hierarchy

Index

Constructors

Methods

  • +

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

    +

    Parameters

    Returns Promise<void>

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

    +

Legend

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

Settings

Theme

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

Checks if the given WebID has been given access.

+

Hierarchy

Index

Constructors

Methods

  • +

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

    +

    Parameters

    Returns Promise<void>

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

    +

Legend

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

Settings

Theme

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

Checks access based on the agent class.

+

Hierarchy

Index

Constructors

Methods

  • +

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

    +

    Parameters

    Returns Promise<void>

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

    +

Legend

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

Settings

Theme

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

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

+

Fetched results will be stored in an ExpiringStorage.

+

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

+

Hierarchy

Index

Constructors

Properties

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

Methods

  • +

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

    +

    Parameters

    Returns Promise<void>

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

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

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

    +

    Parameters

    • webId: string
      +

      WebID of the agent that needs access.

      +
    • group: Term
      +

      URL of the vCard group that needs to be checked.

      +

    Returns Promise<boolean>

    If the agent is member of the given vCard group.

    +

Legend

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

Settings

Theme

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

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

+

Hierarchy

Index

Constructors

Properties

permissions: Partial<Record<AccessMode, boolean>>

Methods

Legend

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

Settings

Theme

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

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

+

Hierarchy

Index

Constructors

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

Properties

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

Type declaration

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

Methods

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

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

    +

    Parameters

    Returns void

  • +

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

    +

    Parameters

    Returns boolean

Legend

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

Settings

Theme

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

Entry point for the entire Solid server.

+

Hierarchy

  • App

Index

Constructors

Properties

Methods

Constructors

Properties

finalizer: Finalizable
initializer: Initializer

Methods

  • start(): Promise<void>
  • +

    Initializes and starts the application.

    +

    Returns Promise<void>

  • stop(): Promise<void>
  • +

    Stops the application and handles cleanup.

    +

    Returns Promise<void>

Legend

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

Settings

Theme

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

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

+

Hierarchy

  • AppRunner

Index

Constructors

Properties

logger: Logger = ...

Methods

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

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

    +

    Parameters

    • loaderProperties: IComponentsManagerBuilderOptions<App>
      +

      Components.js loader properties.

      +
    • configFile: string
      +

      Path to the server config file.

      +
    • variableBindings: VariableBindings
      +

      Bindings of Components.js variables.

      +

    Returns Promise<App>

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

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

    +

    Parameters

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

    Returns Promise<App>

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

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

    +

    Parameters

    • argv: CliArgv = process.argv
      +

      Command line arguments.

      +

    Returns Promise<App>

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

    Creates the Components Manager that will be used for instantiating.

    +

    Type parameters

    • T

    Parameters

    • loaderProperties: IComponentsManagerBuilderOptions<T>
    • configFile: string

    Returns Promise<ComponentsManager<T>>

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

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

    +

    Parameters

    • message: string
    • error: unknown

    Returns never

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

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

    +

    Parameters

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

    Returns Promise<VariableBindings>

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

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

    +

    Parameters

    • loaderProperties: IComponentsManagerBuilderOptions<App>
      +

      Components.js loader properties.

      +
    • configFile: string
      +

      Path to the server config file.

      +
    • variableBindings: VariableBindings
      +

      Parameters to pass into the VariableResolver.

      +

    Returns Promise<void>

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

    Starts the server as a command-line application.

    +

    Parameters

    • Optional argv: CliArgv
      +

      Command line arguments.

      +

    Returns Promise<void>

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

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

    +

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

    +

    Parameters

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

    Returns void

Legend

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

Settings

Theme

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

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

+

Hierarchy

Index

Constructors

Properties

defaultPath?: string
key: string

Methods

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

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

    +

    Parameters

    • input: Settings
      +

      Input that could potentially be handled.

      +

    Returns Promise<void>

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

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

Legend

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

Settings

Theme

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

Class AsyncHandler<TIn, TOut>

+

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

+

Type parameters

  • TIn = void

  • TOut = void

Hierarchy

Implemented by

Index

Constructors

  • Type parameters

    • TIn = void

    • TOut = void

    Returns AsyncHandler<TIn, TOut>

Methods

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

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

    +

    Parameters

    • input: TIn
      +

      Input that could potentially be handled.

      +

    Returns Promise<void>

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

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

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

    +

    Parameters

    • input: TIn
      +

      Input that needs to be handled.

      +

    Returns Promise<TOut>

    A promise resolving when handling is finished.

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

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

    +

    Parameters

    • input: TIn
      +

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

      +

    Returns Promise<TOut>

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

    +

Legend

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

Settings

Theme

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

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

+

Hierarchy

Implements

Index

Constructors

Properties

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

Methods

  • +

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

    +

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

    +

    Parameters

    Returns AsyncIterableIterator<RepresentationMetadata>

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

Legend

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

Settings

Theme

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

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

+

Hierarchy

Index

Constructors

Methods

  • +

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

    +

    Parameters

    Returns Promise<void>

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

    +

Legend

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

Settings

Theme

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

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

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

Hierarchy

Index

Constructors

Properties

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

Methods

Legend

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

Settings

Theme

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

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

+

Hierarchy

Index

Constructors

Properties

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

Methods

Legend

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

Settings

Theme

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

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

+

Hierarchy

  • BaseHttpError
    • BadRequestHttpError

Index

Constructors

Properties

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

The status code corresponding to this error class.

+
uri: NamedNode<string>
+

A unique URI identifying this error class.

+

Methods

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

    Returns quads representing metadata relevant to this error.

    +

    Parameters

    • subject: string | Quad_Subject

    Returns Quad[]

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

Legend

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

Settings

Theme

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

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

+

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

+

Hierarchy

  • BaseAccountStore

Implements

Index

Constructors

Properties

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

Methods

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

Legend

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

Settings

Theme

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

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

+

Hierarchy

  • BaseComponentsJsFactory

Implements

Index

Constructors

Properties

Methods

Constructors

Properties

options: IComponentsManagerBuilderOptions<any>

Methods

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

    Calls Components.js to instantiate a new object.

    +

    Type parameters

    • T

    Parameters

    • configPath: string
      +

      Location of the config to instantiate.

      +
    • componentIri: string
      +

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

      +
    • variables: Record<string, any>
      +

      Variables to send to Components.js

      +

    Returns Promise<T>

    The resulting object, corresponding to the given component IRI.

    +

Legend

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

Settings

Theme

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

Sends e-mails using nodemailer.

+

Hierarchy

Index

Constructors

Properties

mailTransporter: Mail<any>
senderName: string

Methods

  • +

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

    +

    Parameters

    • input: EmailArgs
      +

      Input that could potentially be handled.

      +

    Returns Promise<void>

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

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

Legend

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

Settings

Theme

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

Base class for FileIdentifierMapper implementations.

+

Hierarchy

Implements

Index

Constructors

Properties

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

Methods

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

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

    +

    Parameters

    • relative: string
      +

      The relative container path.

      +

    Returns Promise<string>

    A ResourceLink with all the necessary metadata.

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

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

    +

    Parameters

    • relative: string
      +

      The relative document path.

      +

    Returns Promise<string>

    A ResourceLink with all the necessary metadata.

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

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

    +

    Parameters

    • identifier: ResourceIdentifier
      +

      The input identifier.

      +
    • filePath: string
      +

      The direct translation of the identifier onto the file path.

      +
    • Optional contentType: string
      +

      The content-type provided with the request.

      +

    Returns Promise<ResourceLink>

    A ResourceLink with all the necessary metadata.

    +

Legend

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

Settings

Theme

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

HttpServerFactory based on the native Node.js http module

+

Hierarchy

  • BaseHttpServerFactory

Implements

Index

Constructors

Properties

handler: HttpHandler
+

The main HttpHandler

+
logger: Logger = ...

Methods

  • startServer(port: number): Server

Legend

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

Settings

Theme

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

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

+

Hierarchy

Implements

Index

Constructors

Methods

Legend

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

Settings

Theme

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

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

+

Hierarchy

Index

Constructors

Properties

view: string

Methods

Legend

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

Settings

Theme

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

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

+

Hierarchy

Implements

Index

Constructors

Methods

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

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

    +

    Parameters

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

    Returns Logger

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

Legend

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

Settings

Theme

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

Base implementation of ResourceStore for implementers of custom stores.

+

Hierarchy

  • BaseResourceStore

Implements

Index

Constructors

Methods

Legend

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

Settings

Theme

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

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

+

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

+

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

+

Hierarchy

Index

Constructors

Properties

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

Methods

Legend

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

Settings

Theme

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

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

+

Hierarchy

Index

Constructors

Properties

defaultPort: number

Methods

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

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

    +

    Parameters

    • input: Settings
      +

      Input that could potentially be handled.

      +

    Returns Promise<void>

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

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

Legend

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

Settings

Theme

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

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

+

Hierarchy

Index

Constructors

Methods

Legend

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

Settings

Theme

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

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

+

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

+
see

TemplatedPodGenerator, ConfigPodInitializer, ConfigPodManager

+

Hierarchy

Index

Constructors

Properties

baseStore?: ResourceStore

Methods

Legend

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

Settings

Theme

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

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

+

Hierarchy

Index

Constructors

Properties

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

Methods

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

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

    +

    Parameters

    • input: void
      +

      Input that could potentially be handled.

      +

    Returns Promise<void>

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

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

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

    +

    Parameters

    • input: void
      +

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

      +

    Returns Promise<void>

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

    +

Legend

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

Settings

Theme

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

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

+

Hierarchy

  • BasicConditions

Implements

Index

Constructors

Properties

matchesETag?: string[]
+

Valid if matching any of the given ETags.

+
modifiedSince?: Date
+

Valid if modified since the given date.

+
notMatchesETag?: string[]
+

Valid if not matching any of the given ETags.

+
unmodifiedSince?: Date
+

Valid if not modified since the given date.

+

Methods

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

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

    +

    Parameters

    • Optional eTag: string
    • Optional lastModified: Date

    Returns boolean

Legend

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

Settings

Theme

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

Creates a Conditions object based on the the following headers:

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

Implementation based on RFC7232

+

Hierarchy

Index

Constructors

Properties

logger: Logger = ...

Methods

  • +

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

    +

    Parameters

    • input: HttpRequest
      +

      Input that could potentially be handled.

      +

    Returns Promise<void>

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

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

Legend

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

Settings

Theme

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

Class with various constructors to facilitate creating a representation.

+

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

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

Hierarchy

  • BasicRepresentation

Implements

Index

Constructors

Properties

Accessors

Constructors

Properties

binary: boolean
+

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

+
data: Guarded<Readable>
+

The raw data stream for this representation.

+
+

The corresponding metadata.

+

Accessors

  • get isEmpty(): boolean

Legend

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

Settings

Theme

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

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

+

Hierarchy

Index

Constructors

Properties

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

Methods

  • +

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

    +

    Parameters

    • input: HttpRequest
      +

      Input that could potentially be handled.

      +

    Returns Promise<void>

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

    +

Legend

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

Settings

Theme

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

Writes to an HttpResponse based on the incoming ResponseDescription.

+

Hierarchy

Index

Constructors

Properties

logger: Logger = ...
metadataWriter: MetadataWriter

Methods

Legend

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

Settings

Theme

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

Hierarchy

Index

Constructors

Properties

logger: Logger = ...
verify: SolidTokenVerifierFunction

Methods

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

Legend

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

Settings

Theme

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

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

+

Hierarchy

Index

Constructors

Methods

  • +

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

    +

    Parameters

    Returns Promise<void>

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

    +

Legend

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

Settings

Theme

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

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

+

Type parameters

  • TIn

Hierarchy

Index

Constructors

Properties

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

Methods

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

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

    +

    Parameters

    • input: TIn

    Returns Promise<void>

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

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

Legend

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

Settings

Theme

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

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

+

Hierarchy

  • CachedResourceSet

Implements

Index

Constructors

Properties

Methods

Constructors

Properties

cache: WeakMap<ResourceIdentifier, boolean>
source: ResourceSet

Methods

Legend

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

Settings

Theme

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

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

+

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

+

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

+

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

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

Hierarchy

Index

Constructors

Properties

logger: Logger = ...

Methods

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

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

    +

    Parameters

    • paths: ConversionPath[]

    Returns undefined | ConversionPath

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

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

    +

    Parameters

    • paths: ConversionPath[]
      +

      Paths to filter.

      +
    • maxWeight: number
      +

      The maximum weight in the output preferences.

      +
    • Optional bestMatch: ConversionPath
      +

      The current best path.

      +

    Returns ConversionPath[]

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

Legend

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

Settings

Theme

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

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

+

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

+

Type parameters

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

Hierarchy

  • ChainedTemplateEngine

Implements

Index

Constructors

Properties

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

Methods

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

Legend

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

Settings

Theme

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

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

+

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

+

The following core CLI parameters are mandatory:

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

Hierarchy

Index

Constructors

Methods

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

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

    +

    Parameters

    • input: CliArgv
      +

      Input that could potentially be handled.

      +

    Returns Promise<void>

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

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

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

    +

    Parameters

    • input: CliArgv
      +

      Input that needs to be handled.

      +

    Returns Promise<Settings>

    A promise resolving when handling is finished.

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

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

    +

    Parameters

    • input: CliArgv
      +

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

      +

    Returns Promise<Settings>

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

    +

Legend

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

Settings

Theme

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

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

+

Hierarchy

  • CliResolver

Index

Constructors

Properties

cliExtractor: CliExtractor
settingsResolver: SettingsResolver

Legend

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

Settings

Theme

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

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

+

Hierarchy

Index

Constructors

Properties

name: string
source: Adapter

Methods

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

Legend

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

Settings

Theme

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

Legend

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

Settings

Theme

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

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

+

Hierarchy

Index

Constructors

Properties

resolvers: Record<string, SettingsExtractor>

Methods

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

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

    +

    Parameters

    • input: Settings
      +

      Input that could potentially be handled.

      +

    Returns Promise<void>

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

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

Legend

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

Settings

Theme

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

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

+

Hierarchy

  • ComposedAuxiliaryStrategy

Implements

Index

Constructors

Properties

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

Methods

  • +

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

    +

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

    +

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

    +

    Parameters

    Returns Promise<void>

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

Legend

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

Settings

Theme

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

Class ConditionalHandler<TIn, TOut>

+

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

+

Type parameters

  • TIn

  • TOut

Hierarchy

Index

Constructors

Properties

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

Methods

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

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

    +

    Parameters

    • input: TIn

    Returns Promise<void>

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

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

Legend

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

Settings

Theme

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

Creates a Conditions object based on the input HttpRequest.

+

Hierarchy

Index

Constructors

Methods

  • +

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

    +

    Parameters

    • input: HttpRequest
      +

      Input that could potentially be handled.

      +

    Returns Promise<void>

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

    +

Legend

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

Settings

Theme

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

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

+

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

+
see

ConfigPodManager, TemplatedPodGenerator, BaseUrlRouterRule

+

Hierarchy

Index

Constructors

Properties

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

Methods

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

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

    +

    Parameters

    • input: void
      +

      Input that could potentially be handled.

      +

    Returns Promise<void>

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

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

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

    +

    Parameters

    • input: void
      +

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

      +

    Returns Promise<void>

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

    +

Legend

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

Settings

Theme

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

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

+

Part of the dynamic pod creation.

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

TemplatedPodGenerator, ConfigPodInitializer, BaseUrlRouterRule

+

Hierarchy

  • ConfigPodManager

Implements

Index

Constructors

Properties

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

Methods

Legend

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

Settings

Theme

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

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

+

Hierarchy

  • BaseHttpError
    • ConflictHttpError

Index

Constructors

Properties

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

The status code corresponding to this error class.

+
uri: NamedNode<string>
+

A unique URI identifying this error class.

+

Methods

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

    Returns quads representing metadata relevant to this error.

    +

    Parameters

    • subject: string | Quad_Subject

    Returns Quad[]

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

Legend

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

Settings

Theme

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

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

+

Returns all the relevant Client metadata on GET requests.

+

Hierarchy

Index

Constructors

Properties

providerFactory: ProviderFactory

Methods

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

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

    +

    Parameters

    • oidcInteraction: Interaction

    Returns Promise<Grant>

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

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

    +

    Will reject the offline_access scope if remember is false.

    +

    Parameters

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

    Returns void

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

Legend

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

Settings

Theme

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

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

+

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

+

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

+

Options default to the most permissive values when not defined.

+

Hierarchy

Index

Constructors

Properties

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

Methods

Legend

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

Settings

Theme

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

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

+

Hierarchy

Index

Constructors

Properties

Methods

Constructors

Properties

headers: [string, string][]

Methods

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

Legend

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

Settings

Theme

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

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

+

Hierarchy

Index

Constructors

Properties

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

Methods

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

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

    +

    Parameters

    • input: void
      +

      Input that could potentially be handled.

      +

    Returns Promise<void>

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

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

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

    +

    Parameters

    • input: void
      +

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

      +

    Returns Promise<void>

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

    +

Legend

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

Settings

Theme

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

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

+

Hierarchy

Index

Constructors

Properties

Methods

Constructors

Properties

Methods

Legend

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

Settings

Theme

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

A RepresentationConverter that creates a templated representation of a container.

+

Hierarchy

Index

Constructors

Properties

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

Methods

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

Legend

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

Settings

Theme

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

Parser for the content-length header.

+

Hierarchy

Index

Constructors

Properties

Methods

Constructors

Properties

logger: Logger = ...

Methods

Legend

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

Settings

Theme

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

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

+

Hierarchy

Index

Constructors

Methods

Legend

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

Settings

Theme

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

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

+

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

+

Hierarchy

Index

Constructors

Properties

contentTypeMap: Record<string, ValuePreferences> = {}

Methods

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

Legend

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

Settings

Theme

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

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

+

Hierarchy

Index

Constructors

Properties

controls: Record<string, string>

Methods

Legend

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

Settings

Theme

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

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

+

Hierarchy

Index

Constructors

Properties

showStackTrace: boolean

Methods

Legend

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

Settings

Theme

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

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

+

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

+

Hierarchy

Index

Constructors

Properties

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

Methods

Legend

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

Settings

Theme

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

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

+

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

+

Hierarchy

Index

Constructors

Properties

defaultStore: ResourceStore
typedStores: ConvertingStoreEntry[]

Methods

Legend

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

Settings

Theme

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

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

+

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

+

Hierarchy

Index

Constructors

  • new CorsHandler(options?: SimpleCorsOptions): CorsHandler

Properties

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

Type declaration

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

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

            • Optional err: any

            Returns any

      Returns void

Methods

  • +

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

    +

    Parameters

    Returns Promise<void>

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

    +

Legend

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

Settings

Theme

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

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

+

Hierarchy

Index

Constructors

Properties

accountStore: AccountStore
credentialStorage: KeyValueStorage<string, ClientCredentials>

Methods

Legend

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

Settings

Theme

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

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

+

Hierarchy

Index

Constructors

Properties

Constructors

Properties

data?: Guarded<Readable>
statusCode: number

Legend

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

Settings

Theme

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

Responsible for extracting credentials from an incoming request.

+

Hierarchy

Index

Constructors

Methods

  • +

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

    +

    Parameters

    • input: HttpRequest
      +

      Input that could potentially be handled.

      +

    Returns Promise<void>

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

    +

Legend

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

Settings

Theme

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

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

+

Hierarchy

Index

Constructors

Methods

Legend

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

Settings

Theme

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

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

+

Hierarchy

Index

Constructors

Properties

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

Methods

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

Legend

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

Settings

Theme

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

ResourceStore which uses a DataAccessor for backend access.

+

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

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

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

+

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

+

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

+

Hierarchy

  • DataAccessorBasedStore

Implements

Index

Constructors

Properties

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

Methods

  • cleanSlug(slug: string): string
  • +

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

    +

    Parameters

    • slug: string
      +

      the slug to clean

      +

    Returns string

  • +

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

    +

    Parameters

    Returns Promise<ResourceIdentifier[]>

  • +

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

    +

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

    +

    Parameters

    • container: ResourceIdentifier
      +

      Parent container of the new URI.

      +
    • isContainer: boolean
      +

      Does the new URI represent a container?

      +
    • Optional slug: string
      +

      Slug to use for the new URI.

      +

    Returns ResourceIdentifier

  • +

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

    +

    Parameters

    Returns Promise<void>

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

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

    +

    Parameters

    • isContainer: boolean
      +

      Is the slug supposed to represent a container?

      +
    • Optional slug: string
      +

      Is the requested slug (if any).

      +

    Returns void

  • +

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

    +

    Parameters

    • identifier: ResourceIdentifier
      +

      Identifier of the resource.

      +
    • representation: Representation
      +

      Corresponding Representation.

      +
    • isContainer: boolean
      +

      Is the incoming resource a container?

      +
    • createContainers: boolean
      +

      Should parent containers (potentially) be created?

      +
    • exists: boolean
      +

      If the resource already exists.

      +

    Returns Promise<ResourceIdentifier[]>

    Identifiers of resources that were possibly modified.

    +

Legend

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

Settings

Theme

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

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

+

Hierarchy

Index

Constructors

Properties

accountStore: AccountStore
credentialStorage: KeyValueStorage<string, ClientCredentials>

Methods

Legend

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

Settings

Theme

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

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

+

Hierarchy

Index

Constructors

Properties

Methods

Constructors

Properties

Methods

Legend

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

Settings

Theme

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

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

+

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

+

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

+

Hierarchy

Index

Constructors

Properties

templateEngine: TemplateEngine<Dict<any>>

Methods

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

Legend

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

Settings

Theme

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

Fills in EJS templates.

+

Type parameters

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

Hierarchy

  • EjsTemplateEngine

Implements

Index

Constructors

Properties

Methods

Constructors

Properties

applyTemplate: Promise<TemplateFunction>

Methods

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

Legend

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

Settings

Theme

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

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

+

Hierarchy

Index

Constructors

Properties

accountStore: AccountStore

Methods

Legend

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

Settings

Theme

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

A class that can send an e-mail.

+

Hierarchy

Index

Constructors

Methods

  • +

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

    +

    Parameters

    • input: EmailArgs
      +

      Input that could potentially be handled.

      +

    Returns Promise<void>

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

    +

Legend

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

Settings

Theme

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

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

+

Type parameters

  • T

Hierarchy

  • EncodingPathStorage

Implements

Index

Constructors

Properties

basePath: string
source: KeyValueStorage<string, T>

Methods

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

Legend

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

Settings

Theme

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

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

+

Hierarchy

  • EqualReadWriteLocker

Implements

Index

Constructors

Properties

Methods

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

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

    +

    Type parameters

    • T

    Parameters

    • identifier: ResourceIdentifier
      +

      Identifier of resource that needs to be locked.

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

      Function to resolve while the resource is locked.

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

    Returns Promise<T>

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

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

    +

    Type parameters

    • T

    Parameters

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

    Returns Promise<T>

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

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

    +

    Type parameters

    • T

    Parameters

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

    Returns Promise<T>

Legend

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

Settings

Theme

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

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

+

Hierarchy

Index

Constructors

Methods

  • +

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

    +

    Parameters

    Returns Promise<void>

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

    +

Legend

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

Settings

Theme

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

Converts an Error object to JSON by copying its fields.

+

Hierarchy

Index

Constructors

Properties

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

Methods

Legend

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

Settings

Theme

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

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

+

Hierarchy

Index

Constructors

Properties

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

Methods

Legend

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

Settings

Theme

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

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

+

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

+

Hierarchy

Index

Constructors

Properties

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

Methods

Legend

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

Settings

Theme

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

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

+

Hierarchy

  • ExpiringAdapter

Implements

  • Adapter

Index

Constructors

Properties

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

Methods

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

Legend

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

Settings

Theme

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

The factory for a ExpiringStorageAdapter

+

Hierarchy

  • ExpiringAdapterFactory

Implements

Index

Constructors

Properties

Methods

Constructors

Properties

storage: ExpiringStorage<string, unknown>

Methods

Legend

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

Settings

Theme

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

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

+

Hierarchy

Index

Constructors

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

Properties

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

Methods

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

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

    +

    Parameters

    • path: string

    Returns string

Legend

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

Settings

Theme

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

Hierarchy

  • ExtensionBasedMapperFactory

Implements

Index

Constructors

Methods

Constructors

Methods

Legend

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

Settings

Theme

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

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

+

Hierarchy

Implements

Index

Constructors

Properties

logger: Logger = ...
resourceMapper: FileIdentifierMapper

Methods

  • +

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

    +

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

    +

    Parameters

    Returns AsyncIterableIterator<RepresentationMetadata>

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

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

    +
    throws

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

    +

    Parameters

    • path: string
      +

      File path to get info from.

      +

    Returns Promise<Stats>

  • +

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

    +

    Parameters

    • link: ResourceLink
      +

      ResourceLink corresponding to the new resource data.

      +

    Returns Promise<void>

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

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

    +

    Parameters

    • path: string
      +

      The filepath of the file to be created.

      +
    • data: Readable
      +

      The data to be put in the file.

      +

    Returns Promise<void>

Legend

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

Settings

Theme

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

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

+

Hierarchy

  • FileSizeReporter

Implements

Index

Constructors

Properties

fileIdentifierMapper: FileIdentifierMapper
ignoreFolders: RegExp[]
rootFilePath: string

Methods

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

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

    +

    Parameters

    • fileLocation: string
      +

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

      +

    Returns Promise<number>

    a number specifying how many bytes are used by the resource

    +
  • getUnit(): string

Legend

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

Settings

Theme

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

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

+

Hierarchy

Index

Constructors

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

    • base: string
      +

      Base URL.

      +
    • rootFilepath: string
      +

      Base file path.

      +
    • contentType: string
      +

      Fixed content type that will be used for all resources.

      +
    • pathSuffix: string = ''
      +

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

      +
    • urlSuffix: string = ''
      +

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

      +

    Returns FixedContentTypeMapper

Properties

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

Methods

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

Legend

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

Settings

Theme

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

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

+

Hierarchy

Index

Constructors

Properties

response: string

Methods

Legend

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

Settings

Theme

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

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

+

Hierarchy

  • BaseHttpError
    • ForbiddenHttpError

Index

Constructors

Properties

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

The status code corresponding to this error class.

+
uri: NamedNode<string>
+

A unique URI identifying this error class.

+

Methods

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

    Returns quads representing metadata relevant to this error.

    +

    Parameters

    • subject: string | Quad_Subject

    Returns Quad[]

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

Legend

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

Settings

Theme

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

Handles the submission of the ForgotPassword form

+

Hierarchy

Index

Constructors

Properties

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

Methods

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

Legend

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

Settings

Theme

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

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

+

Hierarchy

Index

Constructors

Properties

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

Methods

Legend

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

Settings

Theme

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

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

+

Hierarchy

  • BaseHttpError
    • FoundHttpError

Index

Constructors

Properties

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

The status code corresponding to this error class.

+
uri: NamedNode<string>
+

A unique URI identifying this error class.

+

Methods

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

    Returns quads representing metadata relevant to this error.

    +

    Parameters

    • subject: string | Quad_Subject

    Returns Quad[]

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

Legend

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

Settings

Theme

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

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

+

Hierarchy

  • GeneratedPodManager

Implements

Index

Constructors

Properties

logger: Logger = ...
resourcesGenerator: ResourcesGenerator

Methods

Legend

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

Settings

Theme

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

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

+

Hierarchy

Index

Constructors

Properties

Methods

Constructors

Properties

Methods

Legend

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

Settings

Theme

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

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

+

Hierarchy

Index

Constructors

Properties

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

Methods

  • +

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

    +

    Parameters

    Returns Promise<Guarded<PassThrough>>

    a Passthrough instance that errors when quota is exceeded

    +
  • +

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

    +

    Parameters

    • identifier: ResourceIdentifier
      +

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

      +

    Returns Promise<Size>

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

    +
  • getTotalSpaceUsed(): Promise<Size>

Legend

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

Settings

Theme

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

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

+

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

+

Hierarchy

  • GreedyReadWriteLocker

Implements

Index

Constructors

Properties

storage: KeyValueStorage<string, number>

Methods

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

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

    +

    Type parameters

    • T

    Parameters

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

    Returns Promise<T>

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

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

    +

    Type parameters

    • T

    Parameters

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

    Returns Promise<T>

Legend

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

Settings

Theme

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

Fills in Handlebars templates.

+

Type parameters

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

Hierarchy

  • HandlebarsTemplateEngine

Implements

Index

Constructors

Properties

Methods

Constructors

Properties

applyTemplate: Promise<TemplateDelegate<any>>

Methods

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

Legend

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

Settings

Theme

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

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

+

Hierarchy

Index

Constructors

Properties

Methods

Constructors

Properties

Methods

Legend

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

Settings

Theme

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

Handler that sets custom headers on the response.

+

Hierarchy

Index

Constructors

Properties

Methods

Constructors

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

Properties

headers: Record<string, string>

Methods

  • +

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

    +

    Parameters

    Returns Promise<void>

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

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

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

    +

    Parameters

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

    Returns Promise<void>

    A promise resolving when handling is finished.

    +

Legend

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

Settings

Theme

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

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

+

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

+

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

+

Hierarchy

Index

Constructors

Properties

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

Methods

Legend

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

Settings

Theme

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

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

+

Type parameters

  • T: number = number

Hierarchy

Implements

Index

Constructors

  • +

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

    +

    Type parameters

    • T: number = number

    Parameters

    • statusCode: T
      +

      HTTP status code needed for the HTTP response.

      +
    • name: string
      +

      Error name. Useful for logging and stack tracing.

      +
    • Optional message: string
      +

      Error message.

      +
    • options: HttpErrorOptions = {}
      +

      Optional options.

      +

    Returns HttpError<T>

Properties

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

Type declaration

stackTraceLimit: number

Methods

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

    Returns quads representing metadata relevant to this error.

    +

    Parameters

    • subject: string | Quad_Subject

    Returns Quad[]

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

    Create .stack property on a target object

    +

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void

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

Legend

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

Settings

Theme

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

An HTTP request handler.

+

Hierarchy

Index

Constructors

Methods

  • +

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

    +

    Parameters

    Returns Promise<void>

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

    +

Legend

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

Settings

Theme

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

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

+

Hierarchy

  • IdentityProviderFactory

Implements

Index

Constructors

Properties

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

Methods

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

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

    +

    Parameters

    • relative: string

    Returns string

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

Legend

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

Settings

Theme

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

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

+

Input data will first be converted to JSON.

+

Only GET and POST methods are accepted.

+

Hierarchy

Index

Constructors

Properties

logger: Logger = ...
providerFactory: ProviderFactory

Methods

Legend

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

Settings

Theme

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

Hierarchy

  • InMemoryDataAccessor

Implements

Index

Constructors

Properties

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

Type declaration

  • entries: Record<string, ContainerEntry>

Methods

  • canHandle(): Promise<void>
  • +

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

    +

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

    +

    Parameters

    Returns AsyncIterableIterator<RepresentationMetadata>

  • isDataEntry(entry: CacheEntry): entry is DataEntry

Legend

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

Settings

Theme

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

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

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

Hierarchy

Index

Constructors

Properties

indexName: string
mediaRange: string

Methods

Legend

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

Settings

Theme

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

Hierarchy

Index

Constructors

Methods

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

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

    +

    Parameters

    • input: void
      +

      Input that could potentially be handled.

      +

    Returns Promise<void>

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

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

Legend

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

Settings

Theme

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

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

+

Hierarchy

Index

Constructors

Methods

Legend

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

Settings

Theme

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

InteractionHandler that only accepts operations with an expected path.

+

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

+

Hierarchy

Index

Constructors

Properties

Methods

Legend

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

Settings

Theme

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

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

+

Hierarchy

  • BaseHttpError
    • InternalServerError

Index

Constructors

Properties

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

The status code corresponding to this error class.

+
uri: NamedNode<string>
+

A unique URI identifying this error class.

+

Methods

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

    Returns quads representing metadata relevant to this error.

    +

    Parameters

    • subject: string | Quad_Subject

    Returns Quad[]

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

Legend

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

Settings

Theme

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

Uses a JSON file to store key/value pairs.

+

Hierarchy

  • JsonFileStorage

Implements

Index

Constructors

Properties

filePath: string
lockIdentifier: ResourceIdentifier

Methods

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

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

    +

    Type parameters

    • T

    Parameters

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

      A function that updates the JSON object.

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

          • json: Dict<unknown>

          Returns T

    Returns Promise<T>

    The return value of updateFn.

    +

Legend

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

Settings

Theme

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

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

+

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

+

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

+

All non-404 errors will be re-thrown.

+

Type parameters

  • T

Hierarchy

  • JsonResourceStorage

Implements

Index

Constructors

Properties

container: string

Methods

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

Legend

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

Settings

Theme

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

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

+

Hierarchy

Index

Constructors

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

Properties

defaultValue: unknown
key: string

Methods

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

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

    +

    Parameters

    • input: Settings
      +

      Input that could potentially be handled.

      +

    Returns Promise<void>

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

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

Legend

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

Settings

Theme

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

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

+

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

+

Hierarchy

  • LazyLoggerFactory

Implements

Index

Constructors

Properties

Accessors

Methods

Constructors

Properties

factory: LoggerFactory

Accessors

Methods

  • createLogger(label: string): Logger

Legend

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

Settings

Theme

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

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

+

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

+

Hierarchy

Index

Constructors

Properties

identifierStrategy: AuxiliaryIdentifierStrategy
link: NamedNode<string>

Methods

Legend

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

Settings

Theme

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

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

+

Hierarchy

Index

Constructors

Properties

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

Methods

Legend

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

Settings

Theme

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

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

+

Hierarchy

Index

Constructors

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

Properties

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

Methods

Legend

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

Settings

Theme

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

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

+

Hierarchy

Index

Constructors

Properties

accountStore: AccountStore

Methods

Legend

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

Settings

Theme

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

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

+

This handler addresses the situation where:

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

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

+

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

+

Hierarchy

Index

Constructors

Properties

Methods

Constructors

Properties

Methods

Legend

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

Settings

Theme

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

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

+

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

+

Hierarchy

  • LockingResourceStore

Implements

Index

Constructors

Properties

auxiliaryStrategy: AuxiliaryIdentifierStrategy
logger: Logger = ...

Methods

  • +

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

    +

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

    +

    Parameters

    Returns Promise<Representation>

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

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

    +

    Parameters

    • source: Readable
      +

      The input stream.

      +

    Returns Promise<void>

Legend

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

Settings

Theme

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

Sets up the global logger factory.

+

Hierarchy

Index

Constructors

Properties

loggerFactory: LoggerFactory

Methods

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

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

    +

    Parameters

    • input: void
      +

      Input that could potentially be handled.

      +

    Returns Promise<void>

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

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

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

    +

    Parameters

    • input: void
      +

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

      +

    Returns Promise<void>

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

    +

Legend

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

Settings

Theme

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

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

+

Hierarchy

Index

Constructors

Properties

accountStore: AccountStore
logger: Logger = ...

Methods

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

Legend

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

Settings

Theme

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

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

+

Hierarchy

Index

Constructors

Properties

headerMap: Map<NamedNode<string>, string>

Methods

Legend

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

Settings

Theme

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

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

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

+

Hierarchy

Index

Constructors

Properties

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

Methods

Legend

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

Settings

Theme

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

A KeyValueStorage which uses a JavaScript Map for internal storage.

+

Type parameters

  • TValue

Hierarchy

  • MemoryMapStorage

Implements

Index

Constructors

Properties

Methods

Constructors

Properties

data: Map<string, TValue>

Methods

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

Legend

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

Settings

Theme

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

Generic interface for classes that add metadata to a RepresentationMetadata.

+

Hierarchy

Index

Constructors

Methods

Legend

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

Settings

Theme

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

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

+

Hierarchy

Index

Constructors

Methods

Legend

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

Settings

Theme

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

A serializer that converts metadata to headers for an HttpResponse.

+

Hierarchy

Index

Constructors

Methods

Legend

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

Settings

Theme

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

Class MethodFilterHandler<TIn, TOut>

+

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

+

Type parameters

  • TIn: InType

  • TOut

Hierarchy

Index

Constructors

Properties

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

Methods

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

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

    +

    Parameters

    • input: TIn

    Returns Promise<void>

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

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

Legend

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

Settings

Theme

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

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

+

Hierarchy

Index

Constructors

Properties

resourceSet: ResourceSet

Methods

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

Legend

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

Settings

Theme

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

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

+

Hierarchy

  • BaseHttpError
    • MethodNotAllowedHttpError

Index

Constructors

Properties

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

The status code corresponding to this error class.

+
uri: NamedNode<string>
+

A unique URI identifying this error class.

+

Methods

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

Legend

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

Settings

Theme

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

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

+

Hierarchy

Index

Constructors

Methods

  • +

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

    +

    Parameters

    • input: Operation
      +

      Input that could potentially be handled.

      +

    Returns Promise<void>

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

    +

Legend

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

Settings

Theme

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

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

+

Hierarchy

Index

Constructors

Methods

Legend

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

Settings

Theme

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

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

+

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

+

Hierarchy

Index

Constructors

Properties

storage: KeyValueStorage<string, string>
storageKey: string

Methods

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

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

    +

    Parameters

    • input: void
      +

      Input that could potentially be handled.

      +

    Returns Promise<void>

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

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

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

    +

    Parameters

    • input: void
      +

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

      +

    Returns Promise<void>

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

    +

Legend

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

Settings

Theme

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

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

+

Type parameters

Hierarchy

  • EventEmitter
    • MonitoringStore

Implements

Index

Constructors

Properties

source: T
captureRejectionSymbol: typeof captureRejectionSymbol
captureRejections: boolean
+

Sets or gets the default captureRejection value for all emitters.

+
defaultMaxListeners: number
errorMonitor: typeof errorMonitor
+

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

+

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

+

Methods

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

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

          • Rest ...args: any[]

          Returns void

    Returns MonitoringStore<T>

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

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

    Returns boolean

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

  • getMaxListeners(): number
  • Returns number

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

    • event: string | symbol

    Returns number

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

    • event: string | symbol

    Returns Function[]

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

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

          • Rest ...args: any[]

          Returns void

    Returns MonitoringStore<T>

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

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

          • Rest ...args: any[]

          Returns void

    Returns MonitoringStore<T>

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

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

          • Rest ...args: any[]

          Returns void

    Returns MonitoringStore<T>

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

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

          • Rest ...args: any[]

          Returns void

    Returns MonitoringStore<T>

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

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

          • Rest ...args: any[]

          Returns void

    Returns MonitoringStore<T>

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

    • event: string | symbol

    Returns Function[]

  • Parameters

    • Optional event: string | symbol

    Returns MonitoringStore<T>

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

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

          • Rest ...args: any[]

          Returns void

    Returns MonitoringStore<T>

  • Parameters

    • n: number

    Returns MonitoringStore<T>

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

    since v4.0.0

    +

    Parameters

    • emitter: EventEmitter
    • event: string | symbol

    Returns number

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

    • emitter: EventEmitter
    • event: string

    Returns AsyncIterableIterator<any>

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

    • emitter: NodeEventTarget
    • event: string | symbol

    Returns Promise<any[]>

  • Parameters

    • emitter: DOMEventTarget
    • event: string

    Returns Promise<any[]>

Legend

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

Settings

Theme

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

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

+

Hierarchy

  • BaseHttpError
    • MovedPermanentlyHttpError

Index

Constructors

Properties

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

The status code corresponding to this error class.

+
uri: NamedNode<string>
+

A unique URI identifying this error class.

+

Methods

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

    Returns quads representing metadata relevant to this error.

    +

    Parameters

    • subject: string | Quad_Subject

    Returns Quad[]

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

Legend

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

Settings

Theme

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

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

+

Hierarchy

Index

Constructors

Methods

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

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

    +

    Parameters

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

    Returns Quad[]

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

    Extracts the deletes/inserts/conditions from a solid:InsertDeletePatch entry.

    +

    Parameters

    • patch: Quad_Subject
    • store: Store<Quad, Quad, Quad, Quad>

    Returns { conditions: Quad[]; deletes: Quad[]; inserts: Quad[] }

    • conditions: Quad[]
    • deletes: Quad[]
    • inserts: Quad[]
  • verifyQuads(otherQuads: Quad[], conditionVars: Set<string>): void
  • +

    Verifies if the delete/insert triples conform to the specification requirements:

    +
      +
    • They should not contain blank nodes.
    • +
    • They should not contain variables that do not occur in the conditions.
    • +
    +

    Parameters

    • otherQuads: Quad[]
    • conditionVars: Set<string>

    Returns void

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/classes/N3PatchModesExtractor.html b/4.0/docs/classes/N3PatchModesExtractor.html new file mode 100644 index 000000000..308140c0e --- /dev/null +++ b/4.0/docs/classes/N3PatchModesExtractor.html @@ -0,0 +1,27 @@ +N3PatchModesExtractor | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Extracts the required access modes from an N3 Patch.

+

Solid, §5.3.1: "When ?conditions is non-empty, servers MUST treat the request as a Read operation. +When ?insertions is non-empty, servers MUST (also) treat the request as an Append operation. +When ?deletions is non-empty, servers MUST treat the request as a Read and Write operation." +https://solid.github.io/specification/protocol#n3-patch

+

Hierarchy

Index

Constructors

Properties

resourceSet: ResourceSet

Methods

  • canHandle(__namedParameters: Operation): Promise<void>

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/classes/N3Patcher.html b/4.0/docs/classes/N3Patcher.html new file mode 100644 index 000000000..faf5cf2ee --- /dev/null +++ b/4.0/docs/classes/N3Patcher.html @@ -0,0 +1,27 @@ +N3Patcher | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Applies an N3 Patch to a representation, or creates a new one if required. +Follows all the steps from Solid, §5.3.1: https://solid.github.io/specification/protocol#n3-patch

+

Hierarchy

Index

Constructors

Properties

engine: ActorInitSparql
generator: SparqlGenerator
logger: Logger = ...

Methods

  • applyConditions(patch: N3Patch, identifier: ResourceIdentifier, source: Store<Quad, Quad, Quad, Quad>): Promise<N3Patch>
  • +

    Creates a new N3Patch where the conditions of the provided patch parameter are applied to its deletes and inserts. +Also does the necessary checks to make sure the conditions are valid for the given dataset.

    +

    Parameters

    Returns Promise<N3Patch>

  • +

    Applies the given N3Patch to the representation. +First the conditions are applied to find the necessary bindings, +which are then applied to generate the triples that need to be deleted and inserted. +After that the delete and insert operations are applied.

    +

    Parameters

    Returns Promise<Representation>

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/classes/NoCheckOwnershipValidator.html b/4.0/docs/classes/NoCheckOwnershipValidator.html new file mode 100644 index 000000000..61583270b --- /dev/null +++ b/4.0/docs/classes/NoCheckOwnershipValidator.html @@ -0,0 +1,21 @@ +NoCheckOwnershipValidator | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Does not do any checks to verify if the agent doing the request is actually the owner of the WebID. +This should only be used for debugging.

+

Hierarchy

Index

Constructors

Properties

Methods

Constructors

Properties

logger: Logger = ...

Methods

  • canHandle(input: { webId: string }): Promise<void>
  • +

    Checks if the input can be handled by this class. +If it cannot handle the input, rejects with an error explaining why.

    +

    Parameters

    • input: { webId: string }
      +

      Input that could potentially be handled.

      +
      • webId: string

    Returns Promise<void>

    A promise resolving if the input can be handled, rejecting with an Error if not.

    +
  • handle(__namedParameters: { webId: string }): Promise<void>
  • handleSafe(input: { webId: string }): Promise<void>

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/classes/NotFoundHttpError.html b/4.0/docs/classes/NotFoundHttpError.html new file mode 100644 index 000000000..a9c60467f --- /dev/null +++ b/4.0/docs/classes/NotFoundHttpError.html @@ -0,0 +1,11 @@ +NotFoundHttpError | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

An error thrown when no data was found for the requested identifier.

+

Hierarchy

  • BaseHttpError
    • NotFoundHttpError

Index

Constructors

Properties

cause?: unknown
details?: Dict<unknown>
errorCode: string
message: string
name: string
stack?: string
statusCode: 404
statusCode: 404
+

The status code corresponding to this error class.

+
uri: NamedNode<string>
+

A unique URI identifying this error class.

+

Methods

  • generateMetadata(subject: string | Quad_Subject): Quad[]
  • +

    Returns quads representing metadata relevant to this error.

    +

    Parameters

    • subject: string | Quad_Subject

    Returns Quad[]

  • isInstance(error: any): error is HttpError<TCode>

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/classes/NotImplementedHttpError.html b/4.0/docs/classes/NotImplementedHttpError.html new file mode 100644 index 000000000..46a605236 --- /dev/null +++ b/4.0/docs/classes/NotImplementedHttpError.html @@ -0,0 +1,12 @@ +NotImplementedHttpError | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

The server either does not recognize the request method, or it lacks the ability to fulfil the request. +Usually this implies future availability (e.g., a new feature of a web-service API).

+

Hierarchy

  • BaseHttpError
    • NotImplementedHttpError

Index

Constructors

Properties

cause?: unknown
details?: Dict<unknown>
errorCode: string
message: string
name: string
stack?: string
statusCode: 501
statusCode: 501
+

The status code corresponding to this error class.

+
uri: NamedNode<string>
+

A unique URI identifying this error class.

+

Methods

  • generateMetadata(subject: string | Quad_Subject): Quad[]
  • +

    Returns quads representing metadata relevant to this error.

    +

    Parameters

    • subject: string | Quad_Subject

    Returns Quad[]

  • isInstance(error: any): error is HttpError<TCode>

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/classes/OidcHttpHandler.html b/4.0/docs/classes/OidcHttpHandler.html new file mode 100644 index 000000000..5c778c4d3 --- /dev/null +++ b/4.0/docs/classes/OidcHttpHandler.html @@ -0,0 +1,20 @@ +OidcHttpHandler | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

HTTP handler that redirects all requests to the OIDC library.

+

Hierarchy

Index

Constructors

Properties

logger: Logger = ...
providerFactory: ProviderFactory

Methods

  • +

    Checks if the input can be handled by this class. +If it cannot handle the input, rejects with an error explaining why.

    +

    Parameters

    Returns Promise<void>

    A promise resolving if the input can be handled, rejecting with an Error if not.

    +

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/classes/OkResponseDescription.html b/4.0/docs/classes/OkResponseDescription.html new file mode 100644 index 000000000..218db6101 --- /dev/null +++ b/4.0/docs/classes/OkResponseDescription.html @@ -0,0 +1,7 @@ +OkResponseDescription | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Corresponds to a 200 response, containing relevant metadata and potentially data.

+

Hierarchy

Index

Constructors

Properties

Constructors

Properties

data?: Guarded<Readable>
statusCode: number

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/classes/OperationHandler.html b/4.0/docs/classes/OperationHandler.html new file mode 100644 index 000000000..990d91c1d --- /dev/null +++ b/4.0/docs/classes/OperationHandler.html @@ -0,0 +1,22 @@ +OperationHandler | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Handler for a specific operation type.

+

Hierarchy

Index

Constructors

Methods

  • +

    Checks if the input can be handled by this class. +If it cannot handle the input, rejects with an error explaining why.

    +

    Parameters

    Returns Promise<void>

    A promise resolving if the input can be handled, rejecting with an Error if not.

    +

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/classes/OperationHttpHandler.html b/4.0/docs/classes/OperationHttpHandler.html new file mode 100644 index 000000000..27b400088 --- /dev/null +++ b/4.0/docs/classes/OperationHttpHandler.html @@ -0,0 +1,22 @@ +OperationHttpHandler | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

An HTTP handler that makes use of an already parsed Operation.

+

Hierarchy

Index

Constructors

Methods

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/classes/OperationMetadataCollector.html b/4.0/docs/classes/OperationMetadataCollector.html new file mode 100644 index 000000000..4a167605c --- /dev/null +++ b/4.0/docs/classes/OperationMetadataCollector.html @@ -0,0 +1,22 @@ +OperationMetadataCollector | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Adds metadata about the operation to the provided metadata object.

+

Hierarchy

Index

Constructors

Methods

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/classes/OriginalUrlExtractor.html b/4.0/docs/classes/OriginalUrlExtractor.html new file mode 100644 index 000000000..408b82587 --- /dev/null +++ b/4.0/docs/classes/OriginalUrlExtractor.html @@ -0,0 +1,20 @@ +OriginalUrlExtractor | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Reconstructs the original URL of an incoming HttpRequest.

+

Hierarchy

Index

Constructors

Properties

identifierStrategy: IdentifierStrategy
includeQueryString: boolean

Methods

  • canHandle(input: { request: HttpRequest }): Promise<void>
  • +

    Checks if the input can be handled by this class. +If it cannot handle the input, rejects with an error explaining why.

    +

    Parameters

    Returns Promise<void>

    A promise resolving if the input can be handled, rejecting with an Error if not.

    +

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/classes/OwnerPermissionReader.html b/4.0/docs/classes/OwnerPermissionReader.html new file mode 100644 index 000000000..d6ff7bf20 --- /dev/null +++ b/4.0/docs/classes/OwnerPermissionReader.html @@ -0,0 +1,22 @@ +OwnerPermissionReader | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Allows control access if the request is being made by the owner of the pod containing the resource.

+

Hierarchy

Index

Constructors

Properties

accountStore: AccountStore
logger: Logger = ...

Methods

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/classes/OwnershipValidator.html b/4.0/docs/classes/OwnershipValidator.html new file mode 100644 index 000000000..b40c378e6 --- /dev/null +++ b/4.0/docs/classes/OwnershipValidator.html @@ -0,0 +1,24 @@ +OwnershipValidator | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

A class that validates if a someone owns a WebId. +Will throw an error if the WebId is not valid or ownership could not be validated. +The error message should contain a description of what is wrong and how it can be resolved.

+

Hierarchy

Index

Constructors

Methods

  • canHandle(input: { webId: string }): Promise<void>
  • +

    Checks if the input can be handled by this class. +If it cannot handle the input, rejects with an error explaining why.

    +

    Parameters

    • input: { webId: string }
      +

      Input that could potentially be handled.

      +
      • webId: string

    Returns Promise<void>

    A promise resolving if the input can be handled, rejecting with an Error if not.

    +
  • handle(input: { webId: string }): Promise<void>
  • +

    Handles the given input. This may only be called if canHandle did not reject. +When unconditionally calling both in sequence, consider handleSafe instead.

    +

    Parameters

    • input: { webId: string }
      +

      Input that needs to be handled.

      +
      • webId: string

    Returns Promise<void>

    A promise resolving when handling is finished.

    +
  • handleSafe(input: { webId: string }): Promise<void>
  • +

    Helper function that first runs canHandle followed by handle. +Throws the error of canHandle if the data cannot be handled, +or returns the result of handle otherwise.

    +

    Parameters

    • input: { webId: string }
      +

      Input data that will be handled if it can be handled.

      +
      • webId: string

    Returns Promise<void>

    A promise resolving if the input can be handled, rejecting with an Error if not.

    +

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/classes/ParallelFinalizer.html b/4.0/docs/classes/ParallelFinalizer.html new file mode 100644 index 000000000..bebdd37b9 --- /dev/null +++ b/4.0/docs/classes/ParallelFinalizer.html @@ -0,0 +1,3 @@ +ParallelFinalizer | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Finalizes all the injected Finalizable classes in parallel.

+

Hierarchy

  • ParallelFinalizer

Implements

Index

Constructors

Properties

Methods

Constructors

Properties

finalizers: Finalizable[]

Methods

  • finalize(): Promise<void>

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/classes/ParallelHandler.html b/4.0/docs/classes/ParallelHandler.html new file mode 100644 index 000000000..d0a149f24 --- /dev/null +++ b/4.0/docs/classes/ParallelHandler.html @@ -0,0 +1,18 @@ +ParallelHandler | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ParallelHandler<TIn, TOut>

+

A composite handler that executes handlers in parallel.

+

Type parameters

  • TIn = void

  • TOut = void

Hierarchy

Index

Constructors

Properties

handlers: AsyncHandler<TIn, TOut>[]

Methods

  • canHandle(input: TIn): Promise<void>
  • +

    Checks if the input can be handled by this class. +If it cannot handle the input, rejects with an error explaining why.

    +

    Parameters

    • input: TIn

    Returns Promise<void>

    A promise resolving if the input can be handled, rejecting with an Error if not.

    +
  • handle(input: TIn): Promise<TOut[]>
  • handleSafe(input: TIn): Promise<TOut[]>

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/classes/ParsingHttpHandler.html b/4.0/docs/classes/ParsingHttpHandler.html new file mode 100644 index 000000000..2a00622a8 --- /dev/null +++ b/4.0/docs/classes/ParsingHttpHandler.html @@ -0,0 +1,22 @@ +ParsingHttpHandler | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Parses requests and sends the resulting Operation to wrapped operationHandler. +Errors are caught and handled by the Errorhandler. +In case the operationHandler returns a result it will be sent to the ResponseWriter.

+

Hierarchy

Index

Constructors

Properties

errorHandler: ErrorHandler
logger: Logger = ...
metadataCollector: OperationMetadataCollector
operationHandler: OperationHttpHandler
requestParser: RequestParser
responseWriter: ResponseWriter

Methods

  • +

    Checks if the input can be handled by this class. +If it cannot handle the input, rejects with an error explaining why.

    +

    Parameters

    Returns Promise<void>

    A promise resolving if the input can be handled, rejecting with an Error if not.

    +

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/classes/PassthroughAdapter.html b/4.0/docs/classes/PassthroughAdapter.html new file mode 100644 index 000000000..bfe7eed46 --- /dev/null +++ b/4.0/docs/classes/PassthroughAdapter.html @@ -0,0 +1,5 @@ +PassthroughAdapter | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

OIDC Adapter that calls the corresponding functions of the source Adapter. +Can be extended by adapters that do not want to override all functions +by implementing a decorator pattern.

+

Hierarchy

Implements

  • Adapter

Index

Constructors

Properties

name: string
source: Adapter

Methods

  • consume(id: string): Promise<undefined | void>
  • destroy(id: string): Promise<undefined | void>
  • find(id: string): Promise<undefined | void | AdapterPayload>
  • findByUid(uid: string): Promise<undefined | void | AdapterPayload>
  • findByUserCode(userCode: string): Promise<undefined | void | AdapterPayload>
  • revokeByGrantId(grantId: string): Promise<undefined | void>
  • upsert(id: string, payload: AdapterPayload, expiresIn: number): Promise<undefined | void>

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/classes/PassthroughAdapterFactory.html b/4.0/docs/classes/PassthroughAdapterFactory.html new file mode 100644 index 000000000..8f982ca68 --- /dev/null +++ b/4.0/docs/classes/PassthroughAdapterFactory.html @@ -0,0 +1 @@ +PassthroughAdapterFactory | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Implements

Index

Constructors

Properties

Methods

Constructors

Properties

Methods

  • createStorageAdapter(name: string): Adapter

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/classes/PassthroughConverter.html b/4.0/docs/classes/PassthroughConverter.html new file mode 100644 index 000000000..72a87fdbf --- /dev/null +++ b/4.0/docs/classes/PassthroughConverter.html @@ -0,0 +1,20 @@ +PassthroughConverter | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

A RepresentationConverter that does not perform any conversion.

+

Hierarchy

Index

Constructors

Methods

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/classes/PassthroughDataAccessor.html b/4.0/docs/classes/PassthroughDataAccessor.html new file mode 100644 index 000000000..5f6750084 --- /dev/null +++ b/4.0/docs/classes/PassthroughDataAccessor.html @@ -0,0 +1,32 @@ +PassthroughDataAccessor | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

DataAccessor that calls the corresponding functions of the source DataAccessor. +Can be extended by data accessors that do not want to override all functions +by implementing a decorator pattern.

+

Hierarchy

Implements

Index

Constructors

Properties

Methods

  • +

    Returns metadata for all resources in the requested container. +This should not be all metadata of those resources (but it can be), +but instead the main metadata you want to show in situations +where all these resources are presented simultaneously. +Generally this would be metadata that is present for all of these resources, +such as resource type or last modified date.

    +

    It can be safely assumed that the incoming identifier will always correspond to a container.

    +

    Parameters

    Returns AsyncIterableIterator<RepresentationMetadata>

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/classes/PassthroughStore.html b/4.0/docs/classes/PassthroughStore.html new file mode 100644 index 000000000..3b2198059 --- /dev/null +++ b/4.0/docs/classes/PassthroughStore.html @@ -0,0 +1,19 @@ +PassthroughStore | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Store that calls the corresponding functions of the source Store. +Can be extended by stores that do not want to override all functions +by implementing a decorator pattern.

+

Type parameters

Hierarchy

Implements

Index

Constructors

Properties

source: T

Methods

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/classes/PatchHandler.html b/4.0/docs/classes/PatchHandler.html new file mode 100644 index 000000000..d43e32dc6 --- /dev/null +++ b/4.0/docs/classes/PatchHandler.html @@ -0,0 +1,22 @@ +PatchHandler | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Executes the given Patch.

+

Type parameters

Hierarchy

Index

Constructors

Methods

  • +

    Checks if the input can be handled by this class. +If it cannot handle the input, rejects with an error explaining why.

    +

    Parameters

    Returns Promise<void>

    A promise resolving if the input can be handled, rejecting with an Error if not.

    +

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/classes/PatchOperationHandler.html b/4.0/docs/classes/PatchOperationHandler.html new file mode 100644 index 000000000..113e67a13 --- /dev/null +++ b/4.0/docs/classes/PatchOperationHandler.html @@ -0,0 +1,19 @@ +PatchOperationHandler | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Handles PATCH Operations. +Calls the modifyResource function from a ResourceStore.

+

Hierarchy

Index

Constructors

Properties

logger: Logger = ...

Methods

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/classes/PatchingStore.html b/4.0/docs/classes/PatchingStore.html new file mode 100644 index 000000000..76b443547 --- /dev/null +++ b/4.0/docs/classes/PatchingStore.html @@ -0,0 +1,19 @@ +PatchingStore | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

ResourceStore using decorator pattern for the modifyResource function. +If the original store supports the Patch, behaviour will be identical, +otherwise the PatchHandler will be called instead.

+

Type parameters

Hierarchy

Index

Constructors

Properties

source: T

Methods

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/classes/PathBasedReader.html b/4.0/docs/classes/PathBasedReader.html new file mode 100644 index 000000000..dd95aa943 --- /dev/null +++ b/4.0/docs/classes/PathBasedReader.html @@ -0,0 +1,25 @@ +PathBasedReader | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Redirects requests to specific PermissionReaders based on their identifier. +The keys in the input map will be converted to regular expressions. +The regular expressions should all start with a slash +and will be evaluated relative to the base URL.

+

Will error if no match is found.

+

Hierarchy

Index

Constructors

Properties

baseUrl: string
paths: Map<RegExp, PermissionReader>

Methods

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/classes/PermissionBasedAuthorizer.html b/4.0/docs/classes/PermissionBasedAuthorizer.html new file mode 100644 index 000000000..10116ef30 --- /dev/null +++ b/4.0/docs/classes/PermissionBasedAuthorizer.html @@ -0,0 +1,44 @@ +PermissionBasedAuthorizer | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Authorizer that bases its decision on the output it gets from its PermissionReader. +For each permission it checks if the reader allows that for at least one credential type, +if yes authorization is granted. +undefined values for reader results are interpreted as false.

+

Hierarchy

Index

Constructors

Properties

logger: Logger = ...
resourceSet: ResourceSet

Methods

  • +

    Checks if the input can be handled by this class. +If it cannot handle the input, rejects with an error explaining why.

    +

    Parameters

    Returns Promise<void>

    A promise resolving if the input can be handled, rejecting with an Error if not.

    +

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/classes/PermissionReader.html b/4.0/docs/classes/PermissionReader.html new file mode 100644 index 000000000..7ec391fe1 --- /dev/null +++ b/4.0/docs/classes/PermissionReader.html @@ -0,0 +1,22 @@ +PermissionReader | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Discovers the permissions of the given credentials on the given identifier.

+

Hierarchy

Index

Constructors

Methods

  • +

    Checks if the input can be handled by this class. +If it cannot handle the input, rejects with an error explaining why.

    +

    Parameters

    Returns Promise<void>

    A promise resolving if the input can be handled, rejecting with an Error if not.

    +

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/classes/PlainJsonLdFilter.html b/4.0/docs/classes/PlainJsonLdFilter.html new file mode 100644 index 000000000..616a3be77 --- /dev/null +++ b/4.0/docs/classes/PlainJsonLdFilter.html @@ -0,0 +1,21 @@ +PlainJsonLdFilter | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Filter that errors on JSON-LD with a plain application/json content-type. +This will not store metadata, only throw errors if necessary.

+

Hierarchy

Index

Constructors

Properties

logger: Logger = ...

Methods

  • linkHasContextRelation(link?: string | string[]): boolean

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/classes/PodQuotaStrategy.html b/4.0/docs/classes/PodQuotaStrategy.html new file mode 100644 index 000000000..7383b30bd --- /dev/null +++ b/4.0/docs/classes/PodQuotaStrategy.html @@ -0,0 +1,27 @@ +PodQuotaStrategy | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

The PodQuotaStrategy sets a limit on the amount of data stored on a per pod basis

+

Hierarchy

Index

Constructors

Properties

accessor: DataAccessor
identifierStrategy: IdentifierStrategy
limit: Size
reporter: SizeReporter<any>

Methods

  • +

    Get a Passthrough stream that will keep track of the available space. +If the quota is exceeded the stream will emit an error and destroy itself. +Like other Passthrough instances this will simply pass on the chunks, when the quota isn't exceeded.

    +

    Parameters

    Returns Promise<Guarded<PassThrough>>

    a Passthrough instance that errors when quota is exceeded

    +
  • +

    Get the available space when writing data to the given identifier. +If the given resource already exists it will deduct the already taken up +space by that resource since it is going to be overwritten and thus counts +as available space.

    +

    Parameters

    • identifier: ResourceIdentifier
      +

      the identifier of the resource of which you want the available space

      +

    Returns Promise<Size>

    the available space and the unit of the space as a Size object

    +

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/classes/PostOperationHandler.html b/4.0/docs/classes/PostOperationHandler.html new file mode 100644 index 000000000..83b775702 --- /dev/null +++ b/4.0/docs/classes/PostOperationHandler.html @@ -0,0 +1,19 @@ +PostOperationHandler | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Handles POST Operations. +Calls the addResource function from a ResourceStore.

+

Hierarchy

Index

Constructors

Properties

logger: Logger = ...

Methods

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/classes/PreconditionFailedHttpError.html b/4.0/docs/classes/PreconditionFailedHttpError.html new file mode 100644 index 000000000..7e84418fe --- /dev/null +++ b/4.0/docs/classes/PreconditionFailedHttpError.html @@ -0,0 +1,11 @@ +PreconditionFailedHttpError | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

An error thrown when access was denied due to the conditions on the request.

+

Hierarchy

  • BaseHttpError
    • PreconditionFailedHttpError

Index

Constructors

Properties

cause?: unknown
details?: Dict<unknown>
errorCode: string
message: string
name: string
stack?: string
statusCode: 412
statusCode: 412
+

The status code corresponding to this error class.

+
uri: NamedNode<string>
+

A unique URI identifying this error class.

+

Methods

  • generateMetadata(subject: string | Quad_Subject): Quad[]
  • +

    Returns quads representing metadata relevant to this error.

    +

    Parameters

    • subject: string | Quad_Subject

    Returns Quad[]

  • isInstance(error: any): error is HttpError<TCode>

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/classes/PreferenceParser.html b/4.0/docs/classes/PreferenceParser.html new file mode 100644 index 000000000..90fc577e0 --- /dev/null +++ b/4.0/docs/classes/PreferenceParser.html @@ -0,0 +1,22 @@ +PreferenceParser | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Creates RepresentationPreferences based on the incoming HTTP headers in a HttpRequest.

+

Hierarchy

Index

Constructors

Methods

  • canHandle(input: { request: HttpRequest }): Promise<void>
  • +

    Checks if the input can be handled by this class. +If it cannot handle the input, rejects with an error explaining why.

    +

    Parameters

    Returns Promise<void>

    A promise resolving if the input can be handled, rejecting with an Error if not.

    +

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/classes/PreferenceSupport.html b/4.0/docs/classes/PreferenceSupport.html new file mode 100644 index 000000000..554acdbdd --- /dev/null +++ b/4.0/docs/classes/PreferenceSupport.html @@ -0,0 +1,6 @@ +PreferenceSupport | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Helper class that checks if the stored RepresentationConverter and RepresentationPreferences +support the given input RepresentationPreferences and Representation.

+

Creates a new object by combining the input arguments together with the stored preferences and checks +if the converter can handle that object.

+

Hierarchy

  • PreferenceSupport

Index

Constructors

Properties

Methods

Constructors

Properties

Methods

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/classes/PromptHandler.html b/4.0/docs/classes/PromptHandler.html new file mode 100644 index 000000000..08bdc1392 --- /dev/null +++ b/4.0/docs/classes/PromptHandler.html @@ -0,0 +1,18 @@ +PromptHandler | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Redirects requests based on the OIDC Interaction prompt. +Errors in case no match was found.

+

Hierarchy

Index

Constructors

Properties

promptRoutes: Record<string, InteractionRoute>

Methods

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/classes/PublicCredentialsExtractor.html b/4.0/docs/classes/PublicCredentialsExtractor.html new file mode 100644 index 000000000..477582f5f --- /dev/null +++ b/4.0/docs/classes/PublicCredentialsExtractor.html @@ -0,0 +1,20 @@ +PublicCredentialsExtractor | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Extracts the public credentials, to be used for data everyone has access to.

+

Hierarchy

Index

Constructors

Methods

  • +

    Checks if the input can be handled by this class. +If it cannot handle the input, rejects with an error explaining why.

    +

    Parameters

    • input: HttpRequest
      +

      Input that could potentially be handled.

      +

    Returns Promise<void>

    A promise resolving if the input can be handled, rejecting with an Error if not.

    +

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/classes/PutOperationHandler.html b/4.0/docs/classes/PutOperationHandler.html new file mode 100644 index 000000000..085727964 --- /dev/null +++ b/4.0/docs/classes/PutOperationHandler.html @@ -0,0 +1,19 @@ +PutOperationHandler | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Handles PUT Operations. +Calls the setRepresentation function from a ResourceStore.

+

Hierarchy

Index

Constructors

Properties

logger: Logger = ...

Methods

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/classes/QuadToRdfConverter.html b/4.0/docs/classes/QuadToRdfConverter.html new file mode 100644 index 000000000..4ee03978d --- /dev/null +++ b/4.0/docs/classes/QuadToRdfConverter.html @@ -0,0 +1,25 @@ +QuadToRdfConverter | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Converts internal/quads to most major RDF serializations.

+

Hierarchy

Index

Constructors

  • new QuadToRdfConverter(options?: { outputPreferences?: Record<string, number> }): QuadToRdfConverter

Properties

inputTypes: Promise<ValuePreferences>
outputPreferences?: ValuePreferences
outputTypes: Promise<ValuePreferences>

Methods

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/classes/QuotaStrategy.html b/4.0/docs/classes/QuotaStrategy.html new file mode 100644 index 000000000..6d919af61 --- /dev/null +++ b/4.0/docs/classes/QuotaStrategy.html @@ -0,0 +1,33 @@ +QuotaStrategy | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

A QuotaStrategy is used when we want to set a limit to the amount of data that can be +stored on the server. +This can range from a limit for the whole server to a limit on a per pod basis. +The way the size of a resource is calculated is implemented by the implementing classes. +This can be bytes, quads, file count, ...

+

Hierarchy

Index

Constructors

Properties

limit: Size
reporter: SizeReporter<any>

Methods

  • +

    Get a Passthrough stream that will keep track of the available space. +If the quota is exceeded the stream will emit an error and destroy itself. +Like other Passthrough instances this will simply pass on the chunks, when the quota isn't exceeded.

    +

    Parameters

    Returns Promise<Guarded<PassThrough>>

    a Passthrough instance that errors when quota is exceeded

    +
  • +

    Get the available space when writing data to the given identifier. +If the given resource already exists it will deduct the already taken up +space by that resource since it is going to be overwritten and thus counts +as available space.

    +

    Parameters

    • identifier: ResourceIdentifier
      +

      the identifier of the resource of which you want the available space

      +

    Returns Promise<Size>

    the available space and the unit of the space as a Size object

    +
  • +

    Get the currently used/occupied space.

    +

    Parameters

    • identifier: ResourceIdentifier
      +

      the identifier that should be used to calculate the total

      +

    Returns Promise<Size>

    a Size object containing the requested value. +If quota is not relevant for this identifier, Size.amount should be Number.MAX_SAFE_INTEGER

    +

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/classes/QuotaValidator.html b/4.0/docs/classes/QuotaValidator.html new file mode 100644 index 000000000..15e524b26 --- /dev/null +++ b/4.0/docs/classes/QuotaValidator.html @@ -0,0 +1,20 @@ +QuotaValidator | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

The QuotaValidator validates data streams by making sure they would not exceed the limits of a QuotaStrategy.

+

Hierarchy

Index

Constructors

Properties

strategy: QuotaStrategy

Methods

  • +

    Checks if the input can be handled by this class. +If it cannot handle the input, rejects with an error explaining why.

    +

    Parameters

    Returns Promise<void>

    A promise resolving if the input can be handled, rejecting with an Error if not.

    +

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/classes/RawBodyParser.html b/4.0/docs/classes/RawBodyParser.html new file mode 100644 index 000000000..a9cab750a --- /dev/null +++ b/4.0/docs/classes/RawBodyParser.html @@ -0,0 +1,20 @@ +RawBodyParser | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Converts incoming HttpRequest to a Representation without any further parsing.

+

Hierarchy

Index

Constructors

Properties

Methods

Constructors

Properties

logger: Logger = ...

Methods

  • +

    Checks if the input can be handled by this class. +If it cannot handle the input, rejects with an error explaining why.

    +

    Parameters

    Returns Promise<void>

    A promise resolving if the input can be handled, rejecting with an Error if not.

    +

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/classes/RdfToQuadConverter.html b/4.0/docs/classes/RdfToQuadConverter.html new file mode 100644 index 000000000..a12f101f2 --- /dev/null +++ b/4.0/docs/classes/RdfToQuadConverter.html @@ -0,0 +1,25 @@ +RdfToQuadConverter | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Converts most major RDF serializations to internal/quads.

+

Hierarchy

Index

Constructors

Properties

inputTypes: Promise<ValuePreferences>
outputTypes: Promise<ValuePreferences>

Methods

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/classes/RdfValidator.html b/4.0/docs/classes/RdfValidator.html new file mode 100644 index 000000000..69765c0ae --- /dev/null +++ b/4.0/docs/classes/RdfValidator.html @@ -0,0 +1,21 @@ +RdfValidator | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Validates a Representation by verifying if the data stream contains valid RDF data. +It does this by letting the stored RepresentationConverter convert the data.

+

Hierarchy

Index

Constructors

Properties

Methods

  • +

    Checks if the input can be handled by this class. +If it cannot handle the input, rejects with an error explaining why.

    +

    Parameters

    Returns Promise<void>

    A promise resolving if the input can be handled, rejecting with an Error if not.

    +

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/classes/ReadOnlyStore.html b/4.0/docs/classes/ReadOnlyStore.html new file mode 100644 index 000000000..0db5cd4b1 --- /dev/null +++ b/4.0/docs/classes/ReadOnlyStore.html @@ -0,0 +1,17 @@ +ReadOnlyStore | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Store that only allow read operations on the underlying source.

+

Type parameters

Hierarchy

Index

Constructors

Properties

source: T

Methods

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/classes/RecordObject.html b/4.0/docs/classes/RecordObject.html new file mode 100644 index 000000000..0e3d07c5f --- /dev/null +++ b/4.0/docs/classes/RecordObject.html @@ -0,0 +1,4 @@ +RecordObject | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Helper class for instantiating multiple objects with Components.js. +See https://github.com/LinkedSoftwareDependencies/Components.js/issues/26

+

Hierarchy

  • RecordObject

Implements

  • Record<string, any>

Index

Constructors

Constructors

  • new RecordObject(record?: Record<string, string>): RecordObject

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/classes/RedirectAllHttpHandler.html b/4.0/docs/classes/RedirectAllHttpHandler.html new file mode 100644 index 000000000..2f0f95d70 --- /dev/null +++ b/4.0/docs/classes/RedirectAllHttpHandler.html @@ -0,0 +1,20 @@ +RedirectAllHttpHandler | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Will redirect all incoming requests to the given target. +In case the incoming request already has the correct target, +the canHandle call will reject the input.

+

Hierarchy

Index

Constructors

Properties

baseUrl: string
responseWriter: ResponseWriter
target: string
targetExtractor: TargetExtractor

Methods

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/classes/RedirectHttpError.html b/4.0/docs/classes/RedirectHttpError.html new file mode 100644 index 000000000..decc680d3 --- /dev/null +++ b/4.0/docs/classes/RedirectHttpError.html @@ -0,0 +1,13 @@ +RedirectHttpError | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

An error corresponding to a 3xx status code. +Includes the location it redirects to.

+

Type parameters

  • TCode: number = number

Hierarchy

Index

Constructors

Properties

cause?: unknown
details?: Dict<unknown>
errorCode: string
location: string
message: string
name: string
stack?: string
statusCode: TCode
prepareStackTrace?: (err: Error, stackTraces: CallSite[]) => any

Type declaration

stackTraceLimit: number

Methods

  • generateMetadata(subject: string | Quad_Subject): Quad[]
  • captureStackTrace(targetObject: object, constructorOpt?: Function): void
  • +

    Create .stack property on a target object

    +

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/classes/RedirectingErrorHandler.html b/4.0/docs/classes/RedirectingErrorHandler.html new file mode 100644 index 000000000..be120cab2 --- /dev/null +++ b/4.0/docs/classes/RedirectingErrorHandler.html @@ -0,0 +1,19 @@ +RedirectingErrorHandler | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Internally we create redirects by throwing specific RedirectHttpErrors. +This Error handler converts those to {@link RedirectResponseDescription}s that are used for output.

+

Hierarchy

Index

Constructors

Methods

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/classes/RedirectingHttpHandler.html b/4.0/docs/classes/RedirectingHttpHandler.html new file mode 100644 index 000000000..f3c261dfc --- /dev/null +++ b/4.0/docs/classes/RedirectingHttpHandler.html @@ -0,0 +1,29 @@ +RedirectingHttpHandler | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Handler that redirects paths matching given patterns +to their corresponding URL, substituting selected groups.

+

Hierarchy

Index

Constructors

Properties

logger: Logger = ...
redirects: { redirectPattern: string; regex: RegExp }[]

Methods

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/classes/RedisLocker.html b/4.0/docs/classes/RedisLocker.html new file mode 100644 index 000000000..0b80f8d14 --- /dev/null +++ b/4.0/docs/classes/RedisLocker.html @@ -0,0 +1,67 @@ +RedisLocker | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

A Redis Locker that can be used as both:

+
    +
  • a Read Write Locker that uses a (single) Redis server to store the locks and counts.
  • +
  • a Resource Locker that uses a (single) Redis server to store the lock. +This solution should be process-safe. The only references to locks are string keys +derived from identifier paths.
  • +
+

The Read Write algorithm roughly goes as follows:

+
    +
  • Acquire a read lock: allowed as long as there is no write lock. On acquiring the read counter goes up.
  • +
  • Acquire a write lock: allowed as long as there is no other write lock AND the read counter is 0.
  • +
  • Release a read lock: decreases the read counter with 1
  • +
  • Release a write lock: unlocks the write lock
  • +
+

The Resource locking algorithm uses a single mutex/lock.

+

All operations, such as checking for a write lock AND read count, are executed in a single Lua script. +These scripts are used by Redis as a single new command. +Redis executes its operations in a single thread, as such, each such operation can be considered atomic.

+ +

Hierarchy

  • RedisLocker

Implements

Index

Constructors

Properties

attemptSettings: Required<AttemptSettings>
logger: Logger = ...
redis: Redis
redisLock: RedisResourceLock
redisRw: RedisReadWriteLock

Methods

  • createRedisClient(redisClientString: string): Redis
  • +

    Generate and return a RedisClient based on the provided string

    +

    Parameters

    • redisClientString: string
      +

      A string that contains either a host address and a + port number like '127.0.0.1:6379' or just a port number like '6379'.

      +

    Returns Redis

  • finalize(): Promise<void>
  • +

    Create a scoped Redis key for Read-Write locking.

    +

    Parameters

    Returns string

    A scoped Redis key that allows cleanup afterwards without affecting other keys.

    +
  • +

    Create a scoped Redis key for Resource locking.

    +

    Parameters

    Returns string

    A scoped Redis key that allows cleanup afterwards without affecting other keys.

    +
  • tryRedisFn(fn: () => Promise<boolean>): Promise<void>
  • +

    Try a Redis function according to the set AttemptSettings +Since the locking strategy is custom-built on Redis and Redis itself does not have a lock concept, +this function allows us to wait until we acquired a lock.

    +

    The AttemptSettings will dictate how many times we should retry the Redis functions +before giving up and throwing an error.

    +
    see

    To convert from Redis operation to Promise use {@link fromResp2ToBool} to wrap the function

    +

    Parameters

    • fn: () => Promise<boolean>
      +

      The function to try

      +
        • (): Promise<boolean>
        • Returns Promise<boolean>

    Returns Promise<void>

    Promise that resolves if operation succeeded. Rejects with error otherwise

    +
  • withReadLock<T>(identifier: ResourceIdentifier, whileLocked: () => T | Promise<T>): Promise<T>
  • +

    Run the given function while the resource is locked. +The lock will be released when the (async) input function resolves. +This function should be used for operations that only require reading the resource.

    +

    Type parameters

    • T

    Parameters

    • identifier: ResourceIdentifier
    • whileLocked: () => T | Promise<T>
        • (): T | Promise<T>
        • Returns T | Promise<T>

    Returns Promise<T>

    A promise resolving when the lock is released.

    +
  • withWriteLock<T>(identifier: ResourceIdentifier, whileLocked: () => T | Promise<T>): Promise<T>
  • +

    Run the given function while the resource is locked. +The lock will be released when the (async) input function resolves. +This function should be used for operations that could modify the resource.

    +

    Type parameters

    • T

    Parameters

    • identifier: ResourceIdentifier
    • whileLocked: () => T | Promise<T>
        • (): T | Promise<T>
        • Returns T | Promise<T>

    Returns Promise<T>

    A promise resolving when the lock is released.

    +

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/classes/RegexRouterRule.html b/4.0/docs/classes/RegexRouterRule.html new file mode 100644 index 000000000..555943024 --- /dev/null +++ b/4.0/docs/classes/RegexRouterRule.html @@ -0,0 +1,29 @@ +RegexRouterRule | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Routes requests to a store based on the path of the identifier. +The identifier will be stripped of the base URI after which regexes will be used to find the correct store. +The trailing slash of the base URI will still be present so the first character a regex can match would be that /. +This way regexes such as /container/ can match containers in any position.

+

In case none of the regexes match an error will be thrown.

+

Hierarchy

Index

Constructors

Properties

base: string
regexes: Map<RegExp, ResourceStore>

Methods

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/classes/RegistrationHandler.html b/4.0/docs/classes/RegistrationHandler.html new file mode 100644 index 000000000..1a9107348 --- /dev/null +++ b/4.0/docs/classes/RegistrationHandler.html @@ -0,0 +1,24 @@ +RegistrationHandler | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Supports registration based on the RegistrationManager behaviour.

+

Hierarchy

Index

Constructors

Properties

logger: Logger = ...
registrationManager: RegistrationManager

Methods

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/classes/RegistrationManager.html b/4.0/docs/classes/RegistrationManager.html new file mode 100644 index 000000000..dcbd85b6f --- /dev/null +++ b/4.0/docs/classes/RegistrationManager.html @@ -0,0 +1,35 @@ +RegistrationManager | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Supports IDP registration and pod creation based on input parameters.

+

The above behaviour is combined in the two class functions. +validateInput will make sure all incoming data is correct and makes sense. +register will call all the correct handlers based on the requirements of the validated parameters.

+

Hierarchy

  • RegistrationManager

Index

Constructors

Properties

accountStore: AccountStore
baseUrl: string
identifierGenerator: IdentifierGenerator
logger: Logger = ...
ownershipValidator: OwnershipValidator
podManager: PodManager
webIdSuffix: string

Methods

  • +

    Handles the 3 potential steps of the registration process:

    +
      +
    1. Generating a new WebID.
    2. +
    3. Registering a WebID with the IDP.
    4. +
    5. Creating a new pod for a given WebID.
    6. +
    +

    All of these steps are optional and will be determined based on the input parameters.

    +

    This includes the following steps:

    +
      +
    • Ownership will be verified when the WebID is provided.
    • +
    • When registering and creating a pod, the base URL will be used as oidcIssuer value.
    • +
    +

    Parameters

    Returns Promise<RegistrationResponse>

  • trimString(input: unknown): undefined | string
  • +

    Makes sure the input conforms to the following requirements when relevant:

    +
      +
    • At least one option needs to be chosen.
    • +
    • In case a new WebID needs to be created, the other 2 steps will be set to true.
    • +
    • Valid email/WebID/password/podName when required.
    • +
    • Only create a root pod when allowed.
    • +
    +

    Parameters

    • input: Dict<unknown>
      +

      Input parameters for the registration procedure.

      +
    • allowRoot: boolean = false
      +

      If creating a pod in the root container should be allowed.

      +

    Returns RegistrationParams

    A cleaned up version of the input parameters. +Only (trimmed) parameters that are relevant to the registration procedure will be retained.

    +

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/classes/RelativePathInteractionRoute.html b/4.0/docs/classes/RelativePathInteractionRoute.html new file mode 100644 index 000000000..7e7bdfed8 --- /dev/null +++ b/4.0/docs/classes/RelativePathInteractionRoute.html @@ -0,0 +1,5 @@ +RelativePathInteractionRoute | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

A route that is relative to another route. +The relative path will be joined to the input base, +which can either be an absolute URL or an InteractionRoute of which the path will be used.

+

Hierarchy

Index

Constructors

Methods

Constructors

Methods

  • getPath(): string

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/classes/RepresentationConverter.html b/4.0/docs/classes/RepresentationConverter.html new file mode 100644 index 000000000..7b40e4483 --- /dev/null +++ b/4.0/docs/classes/RepresentationConverter.html @@ -0,0 +1,22 @@ +RepresentationConverter | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Converts a Representation from one media type to another, based on the given preferences.

+

Hierarchy

Index

Constructors

Methods

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/classes/RepresentationConvertingStore.html b/4.0/docs/classes/RepresentationConvertingStore.html new file mode 100644 index 000000000..31b6325dc --- /dev/null +++ b/4.0/docs/classes/RepresentationConvertingStore.html @@ -0,0 +1,19 @@ +RepresentationConvertingStore | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Store that provides (optional) conversion of incoming and outgoing Representations.

+

Type parameters

Hierarchy

Index

Constructors

Properties

logger: Logger = ...
source: T

Methods

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/classes/RepresentationMetadata.html b/4.0/docs/classes/RepresentationMetadata.html new file mode 100644 index 000000000..acc32a491 --- /dev/null +++ b/4.0/docs/classes/RepresentationMetadata.html @@ -0,0 +1,126 @@ +RepresentationMetadata | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Stores the metadata triples and provides methods for easy access. +Most functions return the metadata object to allow for chaining.

+

Hierarchy

  • RepresentationMetadata

Index

Constructors

Properties

id: NamedNode<string> | BlankNode
logger: Logger = ...
store: Store<Quad, Quad, Quad, Quad>

Accessors

  • get contentLength(): undefined | number
  • set contentLength(input: undefined | number): void
  • get contentType(): undefined | string
  • set contentType(input: undefined | string): void
  • get contentTypeObject(): undefined | ContentType
  • set contentTypeObject(contentType: undefined | ContentType): void
  • get identifier(): NamedNode<string> | BlankNode
  • set identifier(id: NamedNode<string> | BlankNode): void

Methods

  • addQuad(subject: string | NamedNode<string> | BlankNode, predicate: NamedNode<string>, object: string | NamedNode<string> | BlankNode | Literal, graph?: MetadataGraph): RepresentationMetadata
  • +

    Helper function to simplify add/remove +Runs the given function on all predicate/object pairs, but only converts the predicate to a named node once.

    +

    Parameters

    • predicate: NamedNode<string>
    • object: MetadataValue
    • forFn: (pred: NamedNode<string>, obj: NamedNode<string> | Literal) => void
        • (pred: NamedNode<string>, obj: NamedNode<string> | Literal): void
        • Parameters

          • pred: NamedNode<string>
          • obj: NamedNode<string> | Literal

          Returns void

    Returns RepresentationMetadata

  • get(predicate: NamedNode<string>, graph?: MetadataGraph): undefined | Term
  • throws

    Error +If there are multiple matching values.

    +

    Parameters

    • predicate: NamedNode<string>
      +

      Predicate to get the value for.

      +
    • Optional graph: MetadataGraph
      +

      Optional graph where the triple should be found.

      +

    Returns undefined | Term

    The corresponding value. Undefined if there is no match

    +
  • getAll(predicate: NamedNode<string>, graph?: MetadataGraph): Term[]
  • has(predicate?: null | string | NamedNode<string>, object?: null | string | NamedNode<string> | BlankNode | Literal, graph?: null | MetadataGraph): boolean
  • +

    Verifies if a specific triple can be found in the metadata. +Undefined parameters are interpreted as wildcards.

    +

    Parameters

    • predicate: null | string | NamedNode<string> = null
    • object: null | string | NamedNode<string> | BlankNode | Literal = null
    • graph: null | MetadataGraph = null

    Returns boolean

  • quads(subject?: null | string | NamedNode<string> | BlankNode, predicate?: null | NamedNode<string>, object?: null | string | NamedNode<string> | BlankNode | Literal, graph?: null | MetadataGraph): Quad[]
  • removeContentType(): void
  • removeQuad(subject: string | NamedNode<string> | BlankNode, predicate: NamedNode<string>, object: string | NamedNode<string> | BlankNode | Literal, graph?: MetadataGraph): RepresentationMetadata

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/classes/RepresentationPatchHandler.html b/4.0/docs/classes/RepresentationPatchHandler.html new file mode 100644 index 000000000..f419b42a1 --- /dev/null +++ b/4.0/docs/classes/RepresentationPatchHandler.html @@ -0,0 +1,23 @@ +RepresentationPatchHandler | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Handles a patch operation by getting the representation from the store, applying a RepresentationPatcher, +and then writing the result back to the store.

+

In case there is no original representation (the store throws a NotFoundHttpError), +the patcher is expected to create a new one.

+

Hierarchy

Index

Constructors

Properties

logger: Logger = ...

Methods

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/classes/RepresentationPatcher.html b/4.0/docs/classes/RepresentationPatcher.html new file mode 100644 index 000000000..9e5e5c42d --- /dev/null +++ b/4.0/docs/classes/RepresentationPatcher.html @@ -0,0 +1,22 @@ +RepresentationPatcher | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Handles the patching of a specific Representation.

+

Hierarchy

Index

Constructors

Methods

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/classes/RequestParser.html b/4.0/docs/classes/RequestParser.html new file mode 100644 index 000000000..4b7c51eca --- /dev/null +++ b/4.0/docs/classes/RequestParser.html @@ -0,0 +1,22 @@ +RequestParser | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Converts an incoming HttpRequest to an Operation.

+

Hierarchy

Index

Constructors

Methods

  • +

    Checks if the input can be handled by this class. +If it cannot handle the input, rejects with an error explaining why.

    +

    Parameters

    • input: HttpRequest
      +

      Input that could potentially be handled.

      +

    Returns Promise<void>

    A promise resolving if the input can be handled, rejecting with an Error if not.

    +

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/classes/ResetPasswordHandler.html b/4.0/docs/classes/ResetPasswordHandler.html new file mode 100644 index 000000000..20e5eb25f --- /dev/null +++ b/4.0/docs/classes/ResetPasswordHandler.html @@ -0,0 +1,27 @@ +ResetPasswordHandler | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Resets a password if a valid recordId is provided, +which should have been generated by a different handler.

+

Hierarchy

Index

Constructors

Properties

accountStore: AccountStore
logger: Logger = ...

Methods

  • resetPassword(recordId: string, newPassword: string): Promise<void>

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/classes/ResetResponseDescription.html b/4.0/docs/classes/ResetResponseDescription.html new file mode 100644 index 000000000..54edd2c6a --- /dev/null +++ b/4.0/docs/classes/ResetResponseDescription.html @@ -0,0 +1,3 @@ +ResetResponseDescription | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Corresponds to a 205 response.

+

Hierarchy

Index

Constructors

Properties

Constructors

Properties

data?: Guarded<Readable>
statusCode: number

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/classes/ResponseDescription.html b/4.0/docs/classes/ResponseDescription.html new file mode 100644 index 000000000..a5d8edbd5 --- /dev/null +++ b/4.0/docs/classes/ResponseDescription.html @@ -0,0 +1,9 @@ +ResponseDescription | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

The result of executing an operation.

+

Hierarchy

Index

Constructors

Properties

Constructors

Properties

data?: Guarded<Readable>
statusCode: number

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/classes/ResponseWriter.html b/4.0/docs/classes/ResponseWriter.html new file mode 100644 index 000000000..ac90cd26b --- /dev/null +++ b/4.0/docs/classes/ResponseWriter.html @@ -0,0 +1,22 @@ +ResponseWriter | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Writes the ResponseDescription to the HttpResponse.

+

Hierarchy

Index

Constructors

Methods

  • +

    Checks if the input can be handled by this class. +If it cannot handle the input, rejects with an error explaining why.

    +

    Parameters

    Returns Promise<void>

    A promise resolving if the input can be handled, rejecting with an Error if not.

    +

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/classes/RootFilePathHandler.html b/4.0/docs/classes/RootFilePathHandler.html new file mode 100644 index 000000000..d78b9fc1c --- /dev/null +++ b/4.0/docs/classes/RootFilePathHandler.html @@ -0,0 +1,21 @@ +RootFilePathHandler | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Uses a FileIdentifierMapper to generate a root file path variable based on the identifier. +Will throw an error if the resulting file path already exists.

+

Hierarchy

Index

Constructors

Properties

Methods

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/classes/RouterHandler.html b/4.0/docs/classes/RouterHandler.html new file mode 100644 index 000000000..6d8d4a333 --- /dev/null +++ b/4.0/docs/classes/RouterHandler.html @@ -0,0 +1,20 @@ +RouterHandler | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

An HttpHandler that checks if a given method and path are satisfied +and allows its handler to be executed if so.

+

If allowedMethods contains '*' it will match all methods.

+

Hierarchy

Index

Constructors

Properties

allMethods: boolean
allowedMethods: string[]
allowedPathNamesRegEx: RegExp[]
baseUrl: string
handler: HttpHandler
targetExtractor: TargetExtractor

Methods

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/classes/RouterRule.html b/4.0/docs/classes/RouterRule.html new file mode 100644 index 000000000..db222e693 --- /dev/null +++ b/4.0/docs/classes/RouterRule.html @@ -0,0 +1,23 @@ +RouterRule | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Finds which store needs to be accessed for the given resource, +potentially based on the Representation of incoming data.

+

Hierarchy

Index

Constructors

Methods

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/classes/RoutingAuxiliaryIdentifierStrategy.html b/4.0/docs/classes/RoutingAuxiliaryIdentifierStrategy.html new file mode 100644 index 000000000..43bc10758 --- /dev/null +++ b/4.0/docs/classes/RoutingAuxiliaryIdentifierStrategy.html @@ -0,0 +1,23 @@ +RoutingAuxiliaryIdentifierStrategy | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

An AuxiliaryIdentifierStrategy that combines multiple AuxiliaryIdentifierStrategies into one. +Uses isAuxiliaryIdentifier to know which strategy to route to.

+

Hierarchy

Implements

Index

Constructors

Properties

Methods

  • getAuxiliaryIdentifier(): never

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/classes/RoutingAuxiliaryStrategy.html b/4.0/docs/classes/RoutingAuxiliaryStrategy.html new file mode 100644 index 000000000..8fa86d963 --- /dev/null +++ b/4.0/docs/classes/RoutingAuxiliaryStrategy.html @@ -0,0 +1,43 @@ +RoutingAuxiliaryStrategy | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

An AuxiliaryStrategy that combines multiple AuxiliaryStrategies into one. +Uses isAuxiliaryIdentifier to know which strategy to call for which call.

+

addMetadata will either call all strategies if the input is the subject identifier, +or only the matching strategy if the input is an auxiliary identifier.

+

Hierarchy

Implements

Index

Constructors

Properties

Methods

  • +

    Adds metadata related to this auxiliary resource, +in case this is required for this type of auxiliary resource. +The metadata that is added depends on the given identifier being an auxiliary or subject resource: +the metadata will be used to link to the other one, and potentially add extra typing info.

    +

    Used for: +Solid, §4.3.1: "For any defined auxiliary resource available for a given Solid resource, all representations of +that resource MUST include an HTTP Link header pointing to the location of each auxiliary resource." +https://solid.github.io/specification/protocol#auxiliary-resources-server

    +

    The above is an example of how that metadata would only be added in case the input is the subject identifier.

    +

    Parameters

    Returns Promise<void>

  • getAuxiliaryIdentifier(): never

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/classes/RoutingResourceStore.html b/4.0/docs/classes/RoutingResourceStore.html new file mode 100644 index 000000000..5fed16df7 --- /dev/null +++ b/4.0/docs/classes/RoutingResourceStore.html @@ -0,0 +1,25 @@ +RoutingResourceStore | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Store that routes the incoming request to a specific store based on the stored ResourceRouter. +In case no store was found for one of the functions that take no data (GET/PATCH/DELETE), +a 404 will be thrown. In the other cases the error of the router will be thrown (which would probably be 400).

+

Hierarchy

  • RoutingResourceStore

Implements

Index

Constructors

Properties

Methods

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/classes/SafeErrorHandler.html b/4.0/docs/classes/SafeErrorHandler.html new file mode 100644 index 000000000..48febe65c --- /dev/null +++ b/4.0/docs/classes/SafeErrorHandler.html @@ -0,0 +1,21 @@ +SafeErrorHandler | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Returns a simple text description of an error. +This class is a failsafe in case the wrapped error handler fails.

+

Hierarchy

Index

Constructors

Properties

errorHandler: ErrorHandler
logger: Logger = ...
showStackTrace: boolean

Methods

  • +

    Checks if the input can be handled by this class. +If it cannot handle the input, rejects with an error explaining why.

    +

    Parameters

    Returns Promise<void>

    A promise resolving if the input can be handled, rejecting with an Error if not.

    +

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/classes/SeededPodInitializer.html b/4.0/docs/classes/SeededPodInitializer.html new file mode 100644 index 000000000..521f0a19e --- /dev/null +++ b/4.0/docs/classes/SeededPodInitializer.html @@ -0,0 +1,21 @@ +SeededPodInitializer | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Uses a RegistrationManager to initialize accounts and pods +for all seeded pods. Reads the pod settings from seededPodConfigJson.

+

Hierarchy

Index

Constructors

Properties

configFilePath: null | string
logger: Logger = ...
registrationManager: RegistrationManager

Methods

  • canHandle(input: void): Promise<void>
  • +

    Checks if the input can be handled by this class. +If it cannot handle the input, rejects with an error explaining why.

    +

    Parameters

    • input: void
      +

      Input that could potentially be handled.

      +

    Returns Promise<void>

    A promise resolving if the input can be handled, rejecting with an Error if not.

    +
  • handle(): Promise<void>
  • handleSafe(input: void): Promise<void>
  • +

    Helper function that first runs canHandle followed by handle. +Throws the error of canHandle if the data cannot be handled, +or returns the result of handle otherwise.

    +

    Parameters

    • input: void
      +

      Input data that will be handled if it can be handled.

      +

    Returns Promise<void>

    A promise resolving if the input can be handled, rejecting with an Error if not.

    +

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/classes/SequenceHandler.html b/4.0/docs/classes/SequenceHandler.html new file mode 100644 index 000000000..379bb338d --- /dev/null +++ b/4.0/docs/classes/SequenceHandler.html @@ -0,0 +1,22 @@ +SequenceHandler | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class SequenceHandler<TIn, TOut>

+

A composite handler that will try to run all supporting handlers sequentially +and return the value of the last supported handler. +The canHandle check of this handler will always succeed.

+

Type parameters

  • TIn = void

  • TOut = void

Hierarchy

Index

Constructors

Properties

handlers: AsyncHandler<TIn, TOut>[]

Methods

  • canHandle(input: TIn): Promise<void>
  • +

    Checks if the input can be handled by this class. +If it cannot handle the input, rejects with an error explaining why.

    +

    Parameters

    • input: TIn
      +

      Input that could potentially be handled.

      +

    Returns Promise<void>

    A promise resolving if the input can be handled, rejecting with an Error if not.

    +
  • handle(input: TIn): Promise<undefined | TOut>
  • handleSafe(input: TIn): Promise<undefined | TOut>
  • +

    Helper function that first runs canHandle followed by handle. +Throws the error of canHandle if the data cannot be handled, +or returns the result of handle otherwise.

    +

    Parameters

    • input: TIn
      +

      Input data that will be handled if it can be handled.

      +

    Returns Promise<undefined | TOut>

    A promise resolving if the input can be handled, rejecting with an Error if not.

    +

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/classes/ServerInitializer.html b/4.0/docs/classes/ServerInitializer.html new file mode 100644 index 000000000..b07e9c12a --- /dev/null +++ b/4.0/docs/classes/ServerInitializer.html @@ -0,0 +1,20 @@ +ServerInitializer | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Creates and starts an HTTP server.

+

Hierarchy

Implements

Index

Constructors

Properties

port: number
server?: Server
serverFactory: HttpServerFactory

Methods

  • canHandle(input: void): Promise<void>
  • +

    Checks if the input can be handled by this class. +If it cannot handle the input, rejects with an error explaining why.

    +

    Parameters

    • input: void
      +

      Input that could potentially be handled.

      +

    Returns Promise<void>

    A promise resolving if the input can be handled, rejecting with an Error if not.

    +
  • finalize(): Promise<void>
  • handle(): Promise<void>
  • handleSafe(input: void): Promise<void>
  • +

    Helper function that first runs canHandle followed by handle. +Throws the error of canHandle if the data cannot be handled, +or returns the result of handle otherwise.

    +

    Parameters

    • input: void
      +

      Input data that will be handled if it can be handled.

      +

    Returns Promise<void>

    A promise resolving if the input can be handled, rejecting with an Error if not.

    +

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/classes/SettingsExtractor.html b/4.0/docs/classes/SettingsExtractor.html new file mode 100644 index 000000000..585a874b3 --- /dev/null +++ b/4.0/docs/classes/SettingsExtractor.html @@ -0,0 +1,22 @@ +SettingsExtractor | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

A handler that computes a specific value from a given map of values.

+

Hierarchy

Index

Constructors

Methods

  • canHandle(input: Settings): Promise<void>
  • +

    Checks if the input can be handled by this class. +If it cannot handle the input, rejects with an error explaining why.

    +

    Parameters

    • input: Settings
      +

      Input that could potentially be handled.

      +

    Returns Promise<void>

    A promise resolving if the input can be handled, rejecting with an Error if not.

    +
  • handle(input: Settings): Promise<unknown>
  • +

    Handles the given input. This may only be called if canHandle did not reject. +When unconditionally calling both in sequence, consider handleSafe instead.

    +

    Parameters

    • input: Settings
      +

      Input that needs to be handled.

      +

    Returns Promise<unknown>

    A promise resolving when handling is finished.

    +
  • handleSafe(input: Settings): Promise<unknown>
  • +

    Helper function that first runs canHandle followed by handle. +Throws the error of canHandle if the data cannot be handled, +or returns the result of handle otherwise.

    +

    Parameters

    • input: Settings
      +

      Input data that will be handled if it can be handled.

      +

    Returns Promise<unknown>

    A promise resolving if the input can be handled, rejecting with an Error if not.

    +

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/classes/SettingsResolver.html b/4.0/docs/classes/SettingsResolver.html new file mode 100644 index 000000000..ae884c744 --- /dev/null +++ b/4.0/docs/classes/SettingsResolver.html @@ -0,0 +1,24 @@ +SettingsResolver | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Converts a key/value object, extracted from the CLI or passed as a parameter, +into a new key/value object where the keys are variables defined in the Components.js configuration. +The resulting values are the values that should be assigned to those variables.

+

Hierarchy

Index

Constructors

Methods

  • canHandle(input: Settings): Promise<void>
  • +

    Checks if the input can be handled by this class. +If it cannot handle the input, rejects with an error explaining why.

    +

    Parameters

    • input: Settings
      +

      Input that could potentially be handled.

      +

    Returns Promise<void>

    A promise resolving if the input can be handled, rejecting with an Error if not.

    +
  • handle(input: Settings): Promise<VariableBindings>
  • +

    Handles the given input. This may only be called if canHandle did not reject. +When unconditionally calling both in sequence, consider handleSafe instead.

    +

    Parameters

    • input: Settings
      +

      Input that needs to be handled.

      +

    Returns Promise<VariableBindings>

    A promise resolving when handling is finished.

    +
  • handleSafe(input: Settings): Promise<VariableBindings>
  • +

    Helper function that first runs canHandle followed by handle. +Throws the error of canHandle if the data cannot be handled, +or returns the result of handle otherwise.

    +

    Parameters

    • input: Settings
      +

      Input data that will be handled if it can be handled.

      +

    Returns Promise<VariableBindings>

    A promise resolving if the input can be handled, rejecting with an Error if not.

    +

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/classes/SetupHandler.html b/4.0/docs/classes/SetupHandler.html new file mode 100644 index 000000000..90b737626 --- /dev/null +++ b/4.0/docs/classes/SetupHandler.html @@ -0,0 +1,30 @@ +SetupHandler | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

On POST requests, runs an initializer and/or performs a registration step, both optional.

+

Hierarchy

Index

Constructors

Properties

initializer?: Initializer
logger: Logger = ...
registrationManager?: RegistrationManager

Methods

  • initialize(): Promise<void>
  • register(json: Dict<any>): Promise<Record<string, any>>
  • +

    Register a user based on the given input. +Errors if no registration manager is defined.

    +

    Parameters

    • json: Dict<any>

    Returns Promise<Record<string, any>>

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/classes/SetupHttpHandler.html b/4.0/docs/classes/SetupHttpHandler.html new file mode 100644 index 000000000..ee1378223 --- /dev/null +++ b/4.0/docs/classes/SetupHttpHandler.html @@ -0,0 +1,31 @@ +SetupHttpHandler | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Handles the initial setup of a server. +Will capture all requests until setup is finished, +this to prevent accidentally running unsafe servers.

+

GET requests will return the view template which should contain the setup information for the user. +POST requests will be sent to the InteractionHandler. +After successfully completing a POST request this handler will disable itself and become unreachable. +All other methods will be rejected.

+

Hierarchy

Index

Constructors

Properties

logger: Logger = ...
storage: KeyValueStorage<string, boolean>
storageKey: string
templateEngine: TemplateEngine<Dict<any>>

Methods

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/classes/SingleRootIdentifierStrategy.html b/4.0/docs/classes/SingleRootIdentifierStrategy.html new file mode 100644 index 000000000..a365f51a0 --- /dev/null +++ b/4.0/docs/classes/SingleRootIdentifierStrategy.html @@ -0,0 +1,14 @@ +SingleRootIdentifierStrategy | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

An IdentifierStrategy that assumes there is only 1 root and all other identifiers are made by appending to that root.

+

Hierarchy

Index

Constructors

Properties

baseUrl: string
logger: Logger = ...

Methods

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/classes/SingleThreadedResourceLocker.html b/4.0/docs/classes/SingleThreadedResourceLocker.html new file mode 100644 index 000000000..b89028a96 --- /dev/null +++ b/4.0/docs/classes/SingleThreadedResourceLocker.html @@ -0,0 +1,15 @@ +SingleThreadedResourceLocker | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

A resource locker making use of the async-lock library. +Note that all locks are kept in memory until they are unlocked which could potentially result +in a memory leak if locks are never unlocked, so make sure this is covered with expiring locks for example, +and/or proper finally handles.

+

Hierarchy

  • SingleThreadedResourceLocker

Implements

Index

Constructors

Properties

locker: AsyncLock
logger: Logger = ...
unlockCallbacks: Record<string, () => void>

Methods

  • getLockCount(): number

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/classes/SlugParser.html b/4.0/docs/classes/SlugParser.html new file mode 100644 index 000000000..73221306a --- /dev/null +++ b/4.0/docs/classes/SlugParser.html @@ -0,0 +1,20 @@ +SlugParser | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Converts the contents of the slug header to metadata.

+

Hierarchy

Index

Constructors

Properties

Methods

Constructors

Properties

logger: Logger = ...

Methods

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/classes/SparqlDataAccessor.html b/4.0/docs/classes/SparqlDataAccessor.html new file mode 100644 index 000000000..edae2e80b --- /dev/null +++ b/4.0/docs/classes/SparqlDataAccessor.html @@ -0,0 +1,82 @@ +SparqlDataAccessor | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Stores all data and metadata of resources in a SPARQL backend. +Communication is done by sending SPARQL queries. +Queries are constructed in such a way to keep everything consistent, +such as updating containment triples and deleting old data when it is overwritten.

+

Since metadata is hidden, no containment triples are stored for metadata files.

+

All input container metadata is stored in its metadata identifier. +The containment triples are stored in the graph corresponding to the actual identifier +so those don't get overwritten.

+

Hierarchy

  • SparqlDataAccessor

Implements

Index

Constructors

Properties

endpoint: string
fetcher: SparqlEndpointFetcher
generator: SparqlGenerator
identifierStrategy: IdentifierStrategy
logger: Logger = ...

Methods

  • +

    Returns metadata for all resources in the requested container. +This should not be all metadata of those resources (but it can be), +but instead the main metadata you want to show in situations +where all these resources are presented simultaneously. +Generally this would be metadata that is present for all of these resources, +such as resource type or last modified date.

    +

    It can be safely assumed that the incoming identifier will always correspond to a container.

    +

    Parameters

    Returns AsyncIterableIterator<RepresentationMetadata>

  • getMetadataNode(name: NamedNode<string>): NamedNode<string>
  • getRelatedNames(identifier: ResourceIdentifier): { name: NamedNode<string>; parent?: NamedNode<string> }
  • +

    Helper function to get named nodes corresponding to the identifier and its parent container. +In case of a root container only the name will be returned.

    +

    Parameters

    Returns { name: NamedNode<string>; parent?: NamedNode<string> }

    • name: NamedNode<string>
    • Optional parent?: NamedNode<string>
  • sendSparqlConstruct(sparqlQuery: ConstructQuery): Promise<Guarded<Readable>>
  • sendSparqlUpdate(sparqlQuery: Update): Promise<void>
  • sparqlConstruct(name: NamedNode<string>): ConstructQuery
  • +

    Creates a CONSTRUCT query that returns all quads contained within a single resource.

    +

    Parameters

    • name: NamedNode<string>
      +

      Name of the resource to query.

      +

    Returns ConstructQuery

  • sparqlDelete(name: NamedNode<string>, parent?: NamedNode<string>): Update
  • +

    Creates a query that deletes everything related to the given name.

    +

    Parameters

    • name: NamedNode<string>
      +

      Name of resource to delete.

      +
    • Optional parent: NamedNode<string>
      +

      Parent of the resource to delete so the containment triple can be removed (unless root).

      +

    Returns Update

  • sparqlInsert(name: NamedNode<string>, metadata: RepresentationMetadata, parent?: NamedNode<string>, triples?: Quad[]): Update
  • +

    Creates an update query that overwrites the data and metadata of a resource. +If there are no triples we assume it's a container (so don't overwrite the main graph with containment triples).

    +

    Parameters

    • name: NamedNode<string>
      +

      Name of the resource to update.

      +
    • metadata: RepresentationMetadata
      +

      New metadata of the resource.

      +
    • Optional parent: NamedNode<string>
      +

      Name of the parent to update the containment triples.

      +
    • Optional triples: Quad[]
      +

      New data of the resource.

      +

    Returns Update

  • sparqlSelectGraph(name: NamedNode<string>, triples: Quad[]): GraphPattern
  • sparqlUpdateDeleteAll(name: NamedNode<string>): InsertDeleteOperation
  • +

    Helper function for creating SPARQL update queries. +Creates an operation for deleting all triples in a graph.

    +

    Parameters

    • name: NamedNode<string>
      +

      Name of the graph to delete.

      +

    Returns InsertDeleteOperation

  • sparqlUpdateGraph(name: NamedNode<string>, triples: Quad[]): GraphQuads
  • +

    Helper function for creating SPARQL update queries. +Creates a Graph selector with the given triples.

    +

    Parameters

    • name: NamedNode<string>
      +

      Name of the graph.

      +
    • triples: Quad[]
      +

      Triples/triple patterns to select.

      +

    Returns GraphQuads

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/classes/SparqlUpdateBodyParser.html b/4.0/docs/classes/SparqlUpdateBodyParser.html new file mode 100644 index 000000000..a238d0a8c --- /dev/null +++ b/4.0/docs/classes/SparqlUpdateBodyParser.html @@ -0,0 +1,19 @@ +SparqlUpdateBodyParser | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

BodyParser that supports application/sparql-update content. +Will convert the incoming update string to algebra in a SparqlUpdatePatch.

+

Hierarchy

Index

Constructors

Properties

Methods

Constructors

Properties

logger: Logger = ...

Methods

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/classes/SparqlUpdateModesExtractor.html b/4.0/docs/classes/SparqlUpdateModesExtractor.html new file mode 100644 index 000000000..251651dfa --- /dev/null +++ b/4.0/docs/classes/SparqlUpdateModesExtractor.html @@ -0,0 +1,25 @@ +SparqlUpdateModesExtractor | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Generates permissions for a SPARQL DELETE/INSERT body. +Updates with only an INSERT can be done with just append permissions, +while DELETEs require write permissions as well.

+

Hierarchy

Index

Constructors

Properties

resourceSet: ResourceSet

Methods

  • canHandle(__namedParameters: Operation): Promise<void>
  • hasConditions(update: Update): boolean
  • hasDeletes(update: Update): boolean
  • hasInserts(update: Update): boolean
  • isDeleteInsert(op: Operation): op is DeleteInsert
  • isNop(op: Operation): op is Nop
  • isSupported(op: Update): boolean

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/classes/SparqlUpdatePatcher.html b/4.0/docs/classes/SparqlUpdatePatcher.html new file mode 100644 index 000000000..7faaa4b51 --- /dev/null +++ b/4.0/docs/classes/SparqlUpdatePatcher.html @@ -0,0 +1,28 @@ +SparqlUpdatePatcher | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Supports application/sparql-update PATCH requests on RDF resources.

+

Only DELETE/INSERT updates without variables are supported.

+

Hierarchy

Index

Constructors

Properties

engine: ActorInitSparql
logger: Logger = ...

Methods

  • isComposite(op: Operation): op is CompositeUpdate
  • isDeleteInsert(op: Operation): op is DeleteInsert
  • validateComposite(op: CompositeUpdate): void
  • validateDeleteInsert(op: DeleteInsert): void
  • +

    Checks if the input DELETE/INSERT is supported. +This means: no GRAPH statements, no DELETE WHERE containing terms of type Variable.

    +

    Parameters

    • op: DeleteInsert

    Returns void

  • validateUpdate(op: Operation): void

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/classes/StaticAssetHandler.html b/4.0/docs/classes/StaticAssetHandler.html new file mode 100644 index 000000000..c4fdfd780 --- /dev/null +++ b/4.0/docs/classes/StaticAssetHandler.html @@ -0,0 +1,32 @@ +StaticAssetHandler | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Handler that serves static resources on specific paths. +Relative file paths are assumed to be relative to cwd. +Relative file paths can be preceded by @css:, e.g. @css:foo/bar, +in case they need to be relative to the module root.

+

Hierarchy

Index

Constructors

  • new StaticAssetHandler(assets: Record<string, string>, options?: { expires?: number }): StaticAssetHandler

Properties

expires: number
logger: Logger = ...
mappings: Record<string, string>
pathMatcher: RegExp

Methods

  • createPathMatcher(assets: Record<string, string>): RegExp
  • getCacheHeaders(): Record<string, string>

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/classes/StaticHandler.html b/4.0/docs/classes/StaticHandler.html new file mode 100644 index 000000000..b6aaf83e5 --- /dev/null +++ b/4.0/docs/classes/StaticHandler.html @@ -0,0 +1,22 @@ +StaticHandler | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

A handler that always resolves and always returns the stored value. +Will return undefined if no value is stored.

+

The generic type extends any due to Components.js requirements.

+

Type parameters

  • T: any = void

Hierarchy

Index

Constructors

Properties

Methods

Constructors

Properties

value?: T

Methods

  • canHandle(input: any): Promise<void>
  • +

    Checks if the input can be handled by this class. +If it cannot handle the input, rejects with an error explaining why.

    +

    Parameters

    • input: any
      +

      Input that could potentially be handled.

      +

    Returns Promise<void>

    A promise resolving if the input can be handled, rejecting with an Error if not.

    +
  • handle(): Promise<T>
  • handleSafe(input: any): Promise<T>

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/classes/StaticThrowHandler.html b/4.0/docs/classes/StaticThrowHandler.html new file mode 100644 index 000000000..6fc62af5c --- /dev/null +++ b/4.0/docs/classes/StaticThrowHandler.html @@ -0,0 +1,20 @@ +StaticThrowHandler | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Utility handler that can handle all input and always throws the given error.

+

Hierarchy

Index

Constructors

Properties

Methods

Constructors

Properties

error: HttpError<number>

Methods

  • canHandle(input: any): Promise<void>
  • +

    Checks if the input can be handled by this class. +If it cannot handle the input, rejects with an error explaining why.

    +

    Parameters

    • input: any
      +

      Input that could potentially be handled.

      +

    Returns Promise<void>

    A promise resolving if the input can be handled, rejecting with an Error if not.

    +
  • handle(): Promise<never>
  • handleSafe(input: any): Promise<never>

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/classes/SubdomainExtensionBasedMapper.html b/4.0/docs/classes/SubdomainExtensionBasedMapper.html new file mode 100644 index 000000000..9af6a30a8 --- /dev/null +++ b/4.0/docs/classes/SubdomainExtensionBasedMapper.html @@ -0,0 +1,94 @@ +SubdomainExtensionBasedMapper | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Extends the functionality of an ExtensionBasedMapper to support identifiers containing subdomains. +This is mostly only relevant in case you want to support multiple pods with subdomain identifiers +in a single ResourceStore.

+

When converting to/from file paths, the subdomain is interpreted as a folder in the rootFilePath. +The rest of the path is then interpreted relative to that folder. +E.g. http://alice.test.com/foo results in the relative path /alice/foo.

+

In case there is no subdomain in the URL, the baseSubdomain parameter is used instead. +E.g., if the baseSubdomain is "www", http://test.com/foo would result in the relative path /www/foo. +This means that there is no identifier that maps to the rootFilePath itself. +To prevent the possibility of 2 identifiers linking to the same file, +identifiers containing the default subdomain are rejected. +E.g., http://www.test.com/foo would result in a 403, even if http://test.com/foo exists.

+

Hierarchy

Index

Constructors

  • new SubdomainExtensionBasedMapper(base: string, rootFilepath: string, baseSubdomain?: string, customTypes?: Record<string, string>): SubdomainExtensionBasedMapper

Properties

baseParts: { rest: string; scheme: string }

Type declaration

  • rest: string
  • scheme: string
baseRequestURI: string
baseSubdomain: string
logger: Logger = ...
regex: RegExp
rootFilepath: string

Methods

  • getAbsolutePath(path: string): string
  • getContainerUrl(relative: string): Promise<string>
  • getContentTypeFromPath(filePath: string): Promise<string>
  • getContentTypeFromUrl(identifier: ResourceIdentifier, contentType?: string): Promise<string>
  • getDocumentUrl(relative: string): Promise<string>
  • isMetadataPath(path: string): boolean
  • mapFilePathToUrl(filePath: string, isContainer: boolean): Promise<ResourceLink>
  • relativeToUrl(relative: string): string
  • stripExtension(path: string): string

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/classes/SubdomainIdentifierGenerator.html b/4.0/docs/classes/SubdomainIdentifierGenerator.html new file mode 100644 index 000000000..6079947c6 --- /dev/null +++ b/4.0/docs/classes/SubdomainIdentifierGenerator.html @@ -0,0 +1,7 @@ +SubdomainIdentifierGenerator | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Generates identifiers by using the name as a subdomain on the base URL. +Non-alphanumeric characters will be replaced with -.

+

Hierarchy

  • SubdomainIdentifierGenerator

Implements

Index

Constructors

Properties

Methods

Constructors

Properties

baseParts: { rest: string; scheme: string }

Type declaration

  • rest: string
  • scheme: string

Methods

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/classes/SubdomainIdentifierStrategy.html b/4.0/docs/classes/SubdomainIdentifierStrategy.html new file mode 100644 index 000000000..bea73dcd5 --- /dev/null +++ b/4.0/docs/classes/SubdomainIdentifierStrategy.html @@ -0,0 +1,14 @@ +SubdomainIdentifierStrategy | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

An IdentifierStrategy that interprets all subdomains of the given base URL as roots.

+

Hierarchy

Index

Constructors

Properties

baseUrl: string
logger: Logger = ...
regex: RegExp

Methods

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/classes/SuffixAuxiliaryIdentifierStrategy.html b/4.0/docs/classes/SuffixAuxiliaryIdentifierStrategy.html new file mode 100644 index 000000000..48514763d --- /dev/null +++ b/4.0/docs/classes/SuffixAuxiliaryIdentifierStrategy.html @@ -0,0 +1,23 @@ +SuffixAuxiliaryIdentifierStrategy | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Helper class that uses a suffix to determine if a resource is an auxiliary resource or not. +Simple string matching is used, so the dot needs to be included if needed, e.g. ".acl".

+

Hierarchy

  • SuffixAuxiliaryIdentifierStrategy

Implements

Index

Constructors

Properties

suffix: string

Methods

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/classes/SuffixIdentifierGenerator.html b/4.0/docs/classes/SuffixIdentifierGenerator.html new file mode 100644 index 000000000..a75ccc974 --- /dev/null +++ b/4.0/docs/classes/SuffixIdentifierGenerator.html @@ -0,0 +1,7 @@ +SuffixIdentifierGenerator | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Generates identifiers by appending the name to a stored base identifier. +Non-alphanumeric characters will be replaced with -.

+

Hierarchy

  • SuffixIdentifierGenerator

Implements

Index

Constructors

Properties

Methods

Constructors

Properties

base: string

Methods

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/classes/TargetExtractor.html b/4.0/docs/classes/TargetExtractor.html new file mode 100644 index 000000000..6a057c9f0 --- /dev/null +++ b/4.0/docs/classes/TargetExtractor.html @@ -0,0 +1,22 @@ +TargetExtractor | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Extracts a ResourceIdentifier from an incoming HttpRequest.

+

Hierarchy

Index

Constructors

Methods

  • canHandle(input: { request: HttpRequest }): Promise<void>
  • +

    Checks if the input can be handled by this class. +If it cannot handle the input, rejects with an error explaining why.

    +

    Parameters

    Returns Promise<void>

    A promise resolving if the input can be handled, rejecting with an Error if not.

    +

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/classes/TemplatedPodGenerator.html b/4.0/docs/classes/TemplatedPodGenerator.html new file mode 100644 index 000000000..b7219777e --- /dev/null +++ b/4.0/docs/classes/TemplatedPodGenerator.html @@ -0,0 +1,24 @@ +TemplatedPodGenerator | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Creates a new ResourceStore when creating a pod based on a Components.js configuration.

+

Part of the dynamic pod creation.

+
    +
  1. It calls a VariableHandler to add necessary variable values. +E.g. setting the base url variable for components.js to the pod identifier.
  2. +
  3. It filters/cleans the input agent values using VariableHandlers
  4. +
  5. It calls a ComponentsJsFactory with the variables and template location to instantiate a new ResourceStore.
  6. +
  7. It stores these values in the configuration storage, which is used as a permanent storage for pod configurations.
  8. +
+
see

ConfigPodManager, ConfigPodInitializer, BaseUrlRouterRule

+

Hierarchy

  • TemplatedPodGenerator

Implements

Index

Constructors

Properties

configStorage: KeyValueStorage<string, unknown>
configTemplatePath: string
logger: Logger = ...
storeFactory: ComponentsJsFactory
variableHandler: VariableHandler

Methods

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/classes/TemplatedResourcesGenerator.html b/4.0/docs/classes/TemplatedResourcesGenerator.html new file mode 100644 index 000000000..63ae80d1f --- /dev/null +++ b/4.0/docs/classes/TemplatedResourcesGenerator.html @@ -0,0 +1,40 @@ +TemplatedResourcesGenerator | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Generates resources by making use of a template engine. +The template folder structure will be kept. +Folders will be interpreted as containers and files as documents. +A FileIdentifierMapper will be used to generate identifiers that correspond to the relative structure.

+

A relative templateFolder is resolved relative to cwd, +unless it's preceded by @css:, e.g. @css:foo/bar.

+

Hierarchy

  • TemplatedResourcesGenerator

Implements

Index

Constructors

Properties

templateEngine: TemplateEngine<Dict<any>>
templateExtension: string
templateFolder: string

Methods

  • generateResource(link: TemplateResourceLink, options: Dict<string>, metaLink?: TemplateResourceLink): Promise<Resource>
  • +

    Generates a Resource object for the given ResourceLink. +In the case of documents the corresponding template will be used. +If a ResourceLink of metadata is provided the corresponding data will be added as metadata.

    +

    Parameters

    • link: TemplateResourceLink
    • options: Dict<string>
    • Optional metaLink: TemplateResourceLink

    Returns Promise<Resource>

  • groupLinks(folderPath: string, mapper: FileIdentifierMapper): Promise<Record<string, { link: TemplateResourceLink; meta?: TemplateResourceLink }>>
  • +

    Generates TemplateResourceLinks for each entry in the given folder +and combines the results so resources and their metadata are grouped together.

    +

    Parameters

    Returns Promise<Record<string, { link: TemplateResourceLink; meta?: TemplateResourceLink }>>

  • processFile(link: TemplateResourceLink, options: Dict<string>): Promise<Guarded<Readable>>
  • +

    Creates a TemplateResourceLink for the given filePath. +The identifier will be based on the file path stripped from the template extension, +but the filePath parameter will still point to the original file.

    +

    Parameters

    Returns Promise<TemplateResourceLink>

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/classes/TokenOwnershipValidator.html b/4.0/docs/classes/TokenOwnershipValidator.html new file mode 100644 index 000000000..6a7290088 --- /dev/null +++ b/4.0/docs/classes/TokenOwnershipValidator.html @@ -0,0 +1,29 @@ +TokenOwnershipValidator | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Validates ownership of a WebId by seeing if a specific triple can be added. +expiration parameter is how long the token should be valid in minutes.

+

Hierarchy

Index

Constructors

Properties

expiration: number
logger: Logger = ...
storage: ExpiringStorage<string, string>

Methods

  • canHandle(input: { webId: string }): Promise<void>
  • +

    Checks if the input can be handled by this class. +If it cannot handle the input, rejects with an error explaining why.

    +

    Parameters

    • input: { webId: string }
      +

      Input that could potentially be handled.

      +
      • webId: string

    Returns Promise<void>

    A promise resolving if the input can be handled, rejecting with an Error if not.

    +
  • generateToken(): string
  • getTokenKey(webId: string): string
  • handle(__namedParameters: { webId: string }): Promise<void>
  • handleSafe(input: { webId: string }): Promise<void>
  • hasToken(webId: string, token: string): Promise<boolean>
  • throwError(webId: string, token: string): never

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/classes/TypedRepresentationConverter.html b/4.0/docs/classes/TypedRepresentationConverter.html new file mode 100644 index 000000000..5f80eafa6 --- /dev/null +++ b/4.0/docs/classes/TypedRepresentationConverter.html @@ -0,0 +1,24 @@ +TypedRepresentationConverter | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

A RepresentationConverter that allows requesting the supported types.

+

Hierarchy

Index

Constructors

Methods

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/classes/UnauthorizedHttpError.html b/4.0/docs/classes/UnauthorizedHttpError.html new file mode 100644 index 000000000..80f72986e --- /dev/null +++ b/4.0/docs/classes/UnauthorizedHttpError.html @@ -0,0 +1,11 @@ +UnauthorizedHttpError | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

An error thrown when an agent is not authorized.

+

Hierarchy

  • BaseHttpError
    • UnauthorizedHttpError

Index

Constructors

Properties

cause?: unknown
details?: Dict<unknown>
errorCode: string
message: string
name: string
stack?: string
statusCode: 401
statusCode: 401
+

The status code corresponding to this error class.

+
uri: NamedNode<string>
+

A unique URI identifying this error class.

+

Methods

  • generateMetadata(subject: string | Quad_Subject): Quad[]
  • +

    Returns quads representing metadata relevant to this error.

    +

    Parameters

    • subject: string | Quad_Subject

    Returns Quad[]

  • isInstance(error: any): error is HttpError<TCode>

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/classes/UnionCredentialsExtractor.html b/4.0/docs/classes/UnionCredentialsExtractor.html new file mode 100644 index 000000000..77eb0a175 --- /dev/null +++ b/4.0/docs/classes/UnionCredentialsExtractor.html @@ -0,0 +1,30 @@ +UnionCredentialsExtractor | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Combines the results of several CredentialsExtractors into one. +If multiple of these extractors return a value for the same key, +the last result will be used.

+

Hierarchy

Index

Constructors

Properties

Methods

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/classes/UnionHandler.html b/4.0/docs/classes/UnionHandler.html new file mode 100644 index 000000000..23b942a49 --- /dev/null +++ b/4.0/docs/classes/UnionHandler.html @@ -0,0 +1,39 @@ +UnionHandler | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Utility handler that allows combining the results of multiple handlers into one. +Will run the handlers and then call the abstract combine function with the results, +which then generates the handler's output.

+

Type parameters

Hierarchy

Index

Constructors

  • new UnionHandler<T>(handlers: T[], requireAll?: boolean, ignoreErrors?: boolean): UnionHandler<T>
  • +

    Creates a new UnionHandler.

    +

    When requireAll is false or ignoreErrors is true, +the length of the input to combine can vary; +otherwise, it is exactly the number of handlers.

    +

    Type parameters

    Parameters

    • handlers: T[]
      +

      The handlers whose output is to be combined.

      +
    • requireAll: boolean = false
      +

      If true, will fail if any of the handlers do not support the input. +If false, only the handlers that support the input will be called; + will fail only if none of the handlers can handle the input.

      +
    • ignoreErrors: boolean = !requireAll
      +

      If true, ignores handlers that fail by omitting their output; + if false, fails when any handlers fail.

      +

    Returns UnionHandler<T>

Properties

handlers: T[]
ignoreErrors: boolean
requireAll: boolean

Methods

  • allCanHandle(input: InType<T>): Promise<void>
  • +

    Checks if all handlers can handle the input. +If not, throw an error based on the errors of the failed handlers.

    +

    Parameters

    • input: InType<T>

    Returns Promise<void>

  • canHandle(input: InType<T>): Promise<void>
  • +

    Checks if the input can be handled by this class. +If it cannot handle the input, rejects with an error explaining why.

    +

    Parameters

    • input: InType<T>

    Returns Promise<void>

    A promise resolving if the input can be handled, rejecting with an Error if not.

    +
  • combine(results: Awaited<ReturnType<T["handle"]>>[]): Promise<Awaited<ReturnType<T["handle"]>>>
  • +

    Combines the results of the handlers into a single output.

    +

    Parameters

    • results: Awaited<ReturnType<T["handle"]>>[]

    Returns Promise<Awaited<ReturnType<T["handle"]>>>

  • handle(input: InType<T>): Promise<Awaited<ReturnType<T["handle"]>>>
  • handleSafe(input: InType<T>): Promise<Awaited<ReturnType<T["handle"]>>>
  • +

    Helper function that first runs canHandle followed by handle. +Throws the error of canHandle if the data cannot be handled, +or returns the result of handle otherwise.

    +

    Parameters

    • input: InType<T>
      +

      Input data that will be handled if it can be handled.

      +

    Returns Promise<Awaited<ReturnType<T["handle"]>>>

    A promise resolving if the input can be handled, rejecting with an Error if not.

    +

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/classes/UnionPermissionReader.html b/4.0/docs/classes/UnionPermissionReader.html new file mode 100644 index 000000000..dfe3e4a8f --- /dev/null +++ b/4.0/docs/classes/UnionPermissionReader.html @@ -0,0 +1,31 @@ +UnionPermissionReader | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Combines the results of multiple PermissionReaders. +Every permission in every credential type is handled according to the rule false > true > undefined.

+

Hierarchy

Index

Constructors

Properties

handlers: PermissionReader[]

Methods

  • applyPermissions(permissions?: Partial<Record<AccessMode, boolean>>, result?: Partial<Record<AccessMode, boolean>>): Partial<Record<AccessMode, boolean>>

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/classes/UnsecureConstantCredentialsExtractor.html b/4.0/docs/classes/UnsecureConstantCredentialsExtractor.html new file mode 100644 index 000000000..a4139906b --- /dev/null +++ b/4.0/docs/classes/UnsecureConstantCredentialsExtractor.html @@ -0,0 +1,21 @@ +UnsecureConstantCredentialsExtractor | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Credentials extractor that authenticates a constant agent +(useful for development or debugging purposes).

+

Hierarchy

Index

Constructors

Properties

credentials: Partial<Record<CredentialGroup, Credential>>
logger: Logger = ...

Methods

  • +

    Checks if the input can be handled by this class. +If it cannot handle the input, rejects with an error explaining why.

    +

    Parameters

    • input: HttpRequest
      +

      Input that could potentially be handled.

      +

    Returns Promise<void>

    A promise resolving if the input can be handled, rejecting with an Error if not.

    +

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/classes/UnsecureWebIdExtractor.html b/4.0/docs/classes/UnsecureWebIdExtractor.html new file mode 100644 index 000000000..d9eff0564 --- /dev/null +++ b/4.0/docs/classes/UnsecureWebIdExtractor.html @@ -0,0 +1,18 @@ +UnsecureWebIdExtractor | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Credentials extractor which simply interprets the contents of the Authorization header as a WebID.

+

Hierarchy

Index

Constructors

Properties

Methods

Constructors

Properties

logger: Logger = ...

Methods

  • canHandle(__namedParameters: HttpRequest): Promise<void>

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/classes/UnsecureWebSocketsProtocol.html b/4.0/docs/classes/UnsecureWebSocketsProtocol.html new file mode 100644 index 000000000..e3db4fca8 --- /dev/null +++ b/4.0/docs/classes/UnsecureWebSocketsProtocol.html @@ -0,0 +1,21 @@ +UnsecureWebSocketsProtocol | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Provides live update functionality following +the Solid WebSockets API Spec solid-0.1

+

Hierarchy

Index

Constructors

Properties

listeners: Set<WebSocketListener> = ...
logger: Logger = ...

Methods

  • canHandle(input: { upgradeRequest: HttpRequest; webSocket: WebSocket }): Promise<void>
  • +

    Checks if the input can be handled by this class. +If it cannot handle the input, rejects with an error explaining why.

    +

    Parameters

    • input: { upgradeRequest: HttpRequest; webSocket: WebSocket }
      +

      Input that could potentially be handled.

      +

    Returns Promise<void>

    A promise resolving if the input can be handled, rejecting with an Error if not.

    +
  • handle(input: { upgradeRequest: HttpRequest; webSocket: WebSocket }): Promise<void>
  • handleSafe(input: { upgradeRequest: HttpRequest; webSocket: WebSocket }): Promise<void>

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/classes/UnsupportedAsyncHandler.html b/4.0/docs/classes/UnsupportedAsyncHandler.html new file mode 100644 index 000000000..b9548d191 --- /dev/null +++ b/4.0/docs/classes/UnsupportedAsyncHandler.html @@ -0,0 +1,18 @@ +UnsupportedAsyncHandler | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Handler that does not support any input and will always throw an error.

+

Hierarchy

Index

Constructors

Properties

errorMessage?: string

Methods

  • canHandle(): Promise<never>
  • handle(): Promise<never>
  • handleSafe(input: any): Promise<never>

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/classes/UnsupportedMediaTypeHttpError.html b/4.0/docs/classes/UnsupportedMediaTypeHttpError.html new file mode 100644 index 000000000..47f6d44d0 --- /dev/null +++ b/4.0/docs/classes/UnsupportedMediaTypeHttpError.html @@ -0,0 +1,11 @@ +UnsupportedMediaTypeHttpError | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

An error thrown when the media type of incoming data is not supported by a parser.

+

Hierarchy

  • BaseHttpError
    • UnsupportedMediaTypeHttpError

Index

Constructors

Properties

cause?: unknown
details?: Dict<unknown>
errorCode: string
message: string
name: string
stack?: string
statusCode: 415
statusCode: 415
+

The status code corresponding to this error class.

+
uri: NamedNode<string>
+

A unique URI identifying this error class.

+

Methods

  • generateMetadata(subject: string | Quad_Subject): Quad[]
  • +

    Returns quads representing metadata relevant to this error.

    +

    Parameters

    • subject: string | Quad_Subject

    Returns Quad[]

  • isInstance(error: any): error is HttpError<TCode>

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/classes/ValidatingDataAccessor.html b/4.0/docs/classes/ValidatingDataAccessor.html new file mode 100644 index 000000000..f88204f3f --- /dev/null +++ b/4.0/docs/classes/ValidatingDataAccessor.html @@ -0,0 +1,31 @@ +ValidatingDataAccessor | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

A ValidatingDataAccessor wraps a DataAccessor such that the data stream is validated while being written. +An AtomicDataAccessor can be used to prevent data being written in case validation fails.

+

Hierarchy

Index

Constructors

Properties

validator: Validator

Methods

  • +

    Returns metadata for all resources in the requested container. +This should not be all metadata of those resources (but it can be), +but instead the main metadata you want to show in situations +where all these resources are presented simultaneously. +Generally this would be metadata that is present for all of these resources, +such as resource type or last modified date.

    +

    It can be safely assumed that the incoming identifier will always correspond to a container.

    +

    Parameters

    Returns AsyncIterableIterator<RepresentationMetadata>

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/classes/Validator.html b/4.0/docs/classes/Validator.html new file mode 100644 index 000000000..e6c57157f --- /dev/null +++ b/4.0/docs/classes/Validator.html @@ -0,0 +1,22 @@ +Validator | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Generic interface for classes that validate Representations in some way.

+

Hierarchy

Index

Constructors

Methods

  • +

    Checks if the input can be handled by this class. +If it cannot handle the input, rejects with an error explaining why.

    +

    Parameters

    Returns Promise<void>

    A promise resolving if the input can be handled, rejecting with an Error if not.

    +

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/classes/VariableHandler.html b/4.0/docs/classes/VariableHandler.html new file mode 100644 index 000000000..40d0342c1 --- /dev/null +++ b/4.0/docs/classes/VariableHandler.html @@ -0,0 +1,25 @@ +VariableHandler | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Updates the variables stored in the given agent. +Can be used to set variables that are required for the Components.js instantiation +but which should not be provided by the request. +E.g.: The exact file path (when required) should be determined by the server to prevent abuse.

+

Hierarchy

Index

Constructors

Methods

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/classes/VariableSetter.html b/4.0/docs/classes/VariableSetter.html new file mode 100644 index 000000000..58c79b97a --- /dev/null +++ b/4.0/docs/classes/VariableSetter.html @@ -0,0 +1,21 @@ +VariableSetter | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

A VariableHandler that will set the given variable to the given value, +unless there already is a value for the variable and override is false.

+

Hierarchy

Index

Constructors

  • new VariableSetter(variable: string, value: string, override?: boolean): VariableSetter

Properties

override: boolean
value: string
variable: string

Methods

  • handle(__namedParameters: { settings: PodSettings }): Promise<void>

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/classes/VoidLocker.html b/4.0/docs/classes/VoidLocker.html new file mode 100644 index 000000000..8db33e4bb --- /dev/null +++ b/4.0/docs/classes/VoidLocker.html @@ -0,0 +1,9 @@ +VoidLocker | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • VoidLocker

Implements

Index

Constructors

Properties

Methods

Constructors

Properties

logger: Logger = ...

Methods

  • withReadLock<T>(identifier: ResourceIdentifier, whileLocked: (maintainLock: () => void) => T | Promise<T>): Promise<T>
  • withWriteLock<T>(identifier: ResourceIdentifier, whileLocked: (maintainLock: () => void) => T | Promise<T>): Promise<T>

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/classes/VoidLogger.html b/4.0/docs/classes/VoidLogger.html new file mode 100644 index 000000000..c69118c5b --- /dev/null +++ b/4.0/docs/classes/VoidLogger.html @@ -0,0 +1,18 @@ +VoidLogger | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

A logger that does nothing on a log message.

+

Hierarchy

Index

Constructors

Methods

  • debug(message: string): Logger
  • error(message: string): Logger
  • log(level: "error" | "warn" | "info" | "verbose" | "debug" | "silly", message: string, meta?: any): VoidLogger
  • +

    Log the given message at the given level. +If the internal level is higher than the given level, the message may be voided.

    +

    Parameters

    • level: "error" | "warn" | "info" | "verbose" | "debug" | "silly"
    • message: string
    • Optional meta: any

    Returns VoidLogger

  • silly(message: string): Logger
  • verbose(message: string): Logger

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/classes/VoidLoggerFactory.html b/4.0/docs/classes/VoidLoggerFactory.html new file mode 100644 index 000000000..19a787f90 --- /dev/null +++ b/4.0/docs/classes/VoidLoggerFactory.html @@ -0,0 +1,5 @@ +VoidLoggerFactory | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

A factory that always returns VoidLogger, which does nothing on log messages.

+

Hierarchy

  • VoidLoggerFactory

Implements

Index

Constructors

Properties

Methods

Constructors

Properties

logger: VoidLogger = ...

Methods

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/classes/WacAllowMetadataWriter.html b/4.0/docs/classes/WacAllowMetadataWriter.html new file mode 100644 index 000000000..18b3f7e87 --- /dev/null +++ b/4.0/docs/classes/WacAllowMetadataWriter.html @@ -0,0 +1,23 @@ +WacAllowMetadataWriter | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Add the necessary WAC-Allow header values. +Solid, §10.1: "Servers exposing client’s access privileges on a resource URL MUST advertise +by including the WAC-Allow HTTP header in the response of HTTP HEAD and GET requests." +https://solid.github.io/specification/protocol#web-access-control

+

Hierarchy

Index

Constructors

Methods

  • aclToPermission(aclTerm: Term): string
  • createAccessParam(name: string, modes: Set<string>): string

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/classes/WaterfallHandler.html b/4.0/docs/classes/WaterfallHandler.html new file mode 100644 index 000000000..9e3d06b07 --- /dev/null +++ b/4.0/docs/classes/WaterfallHandler.html @@ -0,0 +1,28 @@ +WaterfallHandler | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class WaterfallHandler<TIn, TOut>

+

A composite handler that tries multiple handlers one by one +until it finds a handler that supports the input. +The handlers will be checked in the order they appear in the input array, +allowing for more fine-grained handlers to check before catch-all handlers.

+

Type parameters

  • TIn

  • TOut

Hierarchy

  • WaterfallHandler

Implements

Index

Constructors

Properties

handlers: AsyncHandler<TIn, TOut>[]
logger: Logger = ...

Methods

  • canHandle(input: TIn): Promise<void>
  • +

    Checks if any of the stored handlers can handle the given input.

    +

    Parameters

    • input: TIn
      +

      The data that would need to be handled.

      +

    Returns Promise<void>

    A promise resolving if at least 1 handler supports to input, or rejecting if none do.

    +
  • handle(input: TIn): Promise<TOut>
  • +

    Finds a handler that supports the given input and then lets it handle the given data.

    +

    Parameters

    • input: TIn
      +

      The data that needs to be handled.

      +

    Returns Promise<TOut>

    A promise corresponding to the handle call of a handler that supports the input. +It rejects if no handlers support the given data.

    +
  • handleSafe(input: TIn): Promise<TOut>
  • +

    Identical to AsyncHandler.handleSafe but optimized for composite +by only needing 1 canHandle call on members.

    +

    Parameters

    • input: TIn
      +

      The input data.

      +

    Returns Promise<TOut>

    A promise corresponding to the handle call of a handler that supports the input. +It rejects if no handlers support the given data.

    +

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/classes/WebAclMetadataCollector.html b/4.0/docs/classes/WebAclMetadataCollector.html new file mode 100644 index 000000000..72dc13198 --- /dev/null +++ b/4.0/docs/classes/WebAclMetadataCollector.html @@ -0,0 +1,21 @@ +WebAclMetadataCollector | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Indicates which acl permissions are available on the requested resource. +Only adds public and agent permissions for HEAD/GET requests.

+

Hierarchy

Index

Constructors

Methods

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/classes/WebAclReader.html b/4.0/docs/classes/WebAclReader.html new file mode 100644 index 000000000..93baf7d48 --- /dev/null +++ b/4.0/docs/classes/WebAclReader.html @@ -0,0 +1,75 @@ +WebAclReader | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Handles permissions according to the WAC specification. +Specific access checks are done by the provided AccessChecker.

+

Hierarchy

Index

Constructors

Properties

accessChecker: AccessChecker
aclStore: ResourceStore
identifierStrategy: IdentifierStrategy
logger: Logger = ...

Methods

  • determinePermissions(acl: Store<Quad, Quad, Quad, Quad>, credentials?: Credential): Promise<AclPermission>
  • +

    Determines the available permissions for the given credentials. +Will deny all permissions if credentials are not defined

    +

    Parameters

    • acl: Store<Quad, Quad, Quad, Quad>
      +

      Store containing all relevant authorization triples.

      +
    • Optional credentials: Credential
      +

      Credentials to find the permissions for.

      +

    Returns Promise<AclPermission>

  • filterStore(store: Store<Quad, Quad, Quad, Quad>, target: string, directAcl: boolean): Promise<Store<Quad, Quad, Quad, Quad>>
  • +

    Extracts all rules from the store that are relevant for the given target, +based on either the acl:accessTo or acl:default predicates.

    +

    Parameters

    • store: Store<Quad, Quad, Quad, Quad>
      +

      Store to filter.

      +
    • target: string
      +

      The identifier of which the acl rules need to be known.

      +
    • directAcl: boolean
      +

      If the store contains triples from the direct acl resource of the target or not. + Determines if acl:accessTo or acl:default are used.

      +

    Returns Promise<Store<Quad, Quad, Quad, Quad>>

    A store containing the relevant triples for the given target.

    +
  • +

    Finds the permissions in the provided WebACL quads.

    +

    Parameters

    • acl: Store<Quad, Quad, Quad, Quad>
      +

      Store containing all relevant authorization triples.

      +
    • credentials: Partial<Record<CredentialGroup, Credential>>
      +

      Credentials to check permissions for.

      +
    • isAcl: boolean
      +

      If the target resource is an acl document.

      +

    Returns Promise<Partial<Record<CredentialGroup, Partial<Record<AccessMode, boolean>>>>>

  • +

    Finds the ACL data relevant for its resource, and potentially its parent if required. +All quads in the resulting store(s) can be interpreted as being relevant ACL rules for their target.

    +

    Parameters

    • target: ResourceIdentifier
      +

      Target to find ACL data for.

      +
    • includeParent: boolean
      +

      If parent ACL data is also needed.

      +

    Returns Promise<AclSet>

    The relevant triples.

    +
  • +

    Finds the ACL resources from all resources in the path between the two (inclusive) identifiers. +It is important that from is a child path of to, otherwise behaviour is undefined.

    +

    The result is a key/value object with the keys being the identifiers of resources in the path +that had a corresponding ACL resource, and the value being the contents of that ACL resource.

    +

    The function stops after it finds an ACL resource relevant for the to identifier. +This is either its corresponding ACL resource, or one if its parent containers if such a resource does not exist.

    +

    Rethrows any non-NotFoundHttpErrors thrown by the ResourceStore.

    +

    Parameters

    Returns Promise<Record<string, Store<Quad, Quad, Quad, Quad>>>

    A map with the key being the actual identifier of which the ACL was found +and a list of all data found within.

    +
  • updateAclPermissions(aclPermissions: AclPermission, isAcl: boolean): AclPermission
  • +

    Sets the correct values for non-acl permissions such as create and delete. +Also adds the correct values to indicate that having control permission +implies having read/write/etc. on the acl resource.

    +

    The main reason for keeping the control value is so we can correctly set the WAC-Allow header later.

    +

    Parameters

    • aclPermissions: AclPermission
    • isAcl: boolean

    Returns AclPermission

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/classes/WebIdAdapter.html b/4.0/docs/classes/WebIdAdapter.html new file mode 100644 index 000000000..5d538f29f --- /dev/null +++ b/4.0/docs/classes/WebIdAdapter.html @@ -0,0 +1,15 @@ +WebIdAdapter | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

This {@link Adapter} redirects the find call to its source adapter. +In case no client data was found in the source for the given WebId, +this class will do an HTTP GET request to that WebId. +If a valid solid:oidcRegistration triple is found there, +that data will be returned instead.

+

Hierarchy

Index

Constructors

Properties

logger: Logger = ...
name: string
source: Adapter

Methods

  • consume(id: string): Promise<undefined | void>
  • destroy(id: string): Promise<undefined | void>
  • find(id: string): Promise<void | AdapterPayload>
  • findByUid(uid: string): Promise<undefined | void | AdapterPayload>
  • findByUserCode(userCode: string): Promise<undefined | void | AdapterPayload>
  • parseRdfWebId(data: string, id: string, response: Response): Promise<AdapterPayload>
  • +

    Parses RDF data found at a client WebID.

    +

    Parameters

    • data: string
      +

      Raw data from the WebID.

      +
    • id: string
      +

      The actual WebID.

      +
    • response: Response
      +

      Response object from the request.

      +

    Returns Promise<AdapterPayload>

  • revokeByGrantId(grantId: string): Promise<undefined | void>
  • upsert(id: string, payload: AdapterPayload, expiresIn: number): Promise<undefined | void>

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/classes/WebIdAdapterFactory.html b/4.0/docs/classes/WebIdAdapterFactory.html new file mode 100644 index 000000000..72be907ea --- /dev/null +++ b/4.0/docs/classes/WebIdAdapterFactory.html @@ -0,0 +1 @@ +WebIdAdapterFactory | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

Properties

Methods

  • createStorageAdapter(name: string): Adapter

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/classes/WebSocketAdvertiser.html b/4.0/docs/classes/WebSocketAdvertiser.html new file mode 100644 index 000000000..8a12669aa --- /dev/null +++ b/4.0/docs/classes/WebSocketAdvertiser.html @@ -0,0 +1,20 @@ +WebSocketAdvertiser | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Handler that advertises a WebSocket through the Updates-Via header.

+

Hierarchy

Index

Constructors

Properties

socketUrl: string

Methods

  • +

    Checks if the input can be handled by this class. +If it cannot handle the input, rejects with an error explaining why.

    +

    Parameters

    Returns Promise<void>

    A promise resolving if the input can be handled, rejecting with an Error if not.

    +
  • handle(__namedParameters: { response: ServerResponse }): Promise<void>

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/classes/WebSocketHandler.html b/4.0/docs/classes/WebSocketHandler.html new file mode 100644 index 000000000..f4f951e92 --- /dev/null +++ b/4.0/docs/classes/WebSocketHandler.html @@ -0,0 +1,22 @@ +WebSocketHandler | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

A WebSocketHandler handles the communication with multiple WebSockets

+

Hierarchy

Index

Constructors

Methods

  • canHandle(input: { upgradeRequest: HttpRequest; webSocket: WebSocket }): Promise<void>
  • +

    Checks if the input can be handled by this class. +If it cannot handle the input, rejects with an error explaining why.

    +

    Parameters

    • input: { upgradeRequest: HttpRequest; webSocket: WebSocket }
      +

      Input that could potentially be handled.

      +

    Returns Promise<void>

    A promise resolving if the input can be handled, rejecting with an Error if not.

    +
  • handle(input: { upgradeRequest: HttpRequest; webSocket: WebSocket }): Promise<void>
  • handleSafe(input: { upgradeRequest: HttpRequest; webSocket: WebSocket }): Promise<void>

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/classes/WebSocketServerFactory.html b/4.0/docs/classes/WebSocketServerFactory.html new file mode 100644 index 000000000..58098cc92 --- /dev/null +++ b/4.0/docs/classes/WebSocketServerFactory.html @@ -0,0 +1,3 @@ +WebSocketServerFactory | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Factory that adds WebSocket functionality to an existing server

+

Hierarchy

  • WebSocketServerFactory

Implements

Index

Constructors

Properties

baseServerFactory: HttpServerFactory
webSocketHandler: WebSocketHandler

Methods

  • startServer(port: number): Server

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/classes/WinstonLogger.html b/4.0/docs/classes/WinstonLogger.html new file mode 100644 index 000000000..d5e4e29ee --- /dev/null +++ b/4.0/docs/classes/WinstonLogger.html @@ -0,0 +1,18 @@ +WinstonLogger | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

A WinstonLogger implements the Logger interface using a given winston logger.

+

Hierarchy

Index

Constructors

Properties

logger: Logger

Methods

  • debug(message: string): Logger
  • error(message: string): Logger
  • log(level: "error" | "warn" | "info" | "verbose" | "debug" | "silly", message: string, meta?: any): WinstonLogger
  • +

    Log the given message at the given level. +If the internal level is higher than the given level, the message may be voided.

    +

    Parameters

    • level: "error" | "warn" | "info" | "verbose" | "debug" | "silly"
    • message: string
    • Optional meta: any

    Returns WinstonLogger

  • silly(message: string): Logger
  • verbose(message: string): Logger

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/classes/WinstonLoggerFactory.html b/4.0/docs/classes/WinstonLoggerFactory.html new file mode 100644 index 000000000..8c121370b --- /dev/null +++ b/4.0/docs/classes/WinstonLoggerFactory.html @@ -0,0 +1,7 @@ +WinstonLoggerFactory | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Uses the winston library to create loggers for the given logging level. +By default, it will print to the console with colorized logging levels.

+

This creates instances of WinstonLogger.

+

Hierarchy

  • WinstonLoggerFactory

Implements

Index

Constructors

Properties

level: string

Methods

  • createLogger(label: string): Logger
  • createTransports(): TransportStream[]

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/classes/WrappedExpiringReadWriteLocker.html b/4.0/docs/classes/WrappedExpiringReadWriteLocker.html new file mode 100644 index 000000000..45f11aded --- /dev/null +++ b/4.0/docs/classes/WrappedExpiringReadWriteLocker.html @@ -0,0 +1,19 @@ +WrappedExpiringReadWriteLocker | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Wraps around an existing ReadWriteLocker and adds expiration logic to prevent locks from getting stuck.

+

Hierarchy

  • WrappedExpiringReadWriteLocker

Implements

Index

Constructors

Properties

expiration: number
logger: Logger = ...

Methods

  • expiringPromise<T>(identifier: ResourceIdentifier, whileLocked: (maintainLock: () => void) => T | Promise<T>): Promise<T>
  • +

    Creates a Promise that either resolves the given input function or rejects if time runs out, +whichever happens first. The input function can reset the timer by calling the maintainLock function +it receives. The ResourceIdentifier is only used for logging.

    +

    Type parameters

    • T

    Parameters

    • identifier: ResourceIdentifier
    • whileLocked: (maintainLock: () => void) => T | Promise<T>
        • (maintainLock: () => void): T | Promise<T>
        • Parameters

          • maintainLock: () => void
              • (): void
              • Returns void

          Returns T | Promise<T>

    Returns Promise<T>

  • withReadLock<T>(identifier: ResourceIdentifier, whileLocked: (maintainLock: () => void) => T | Promise<T>): Promise<T>
  • withWriteLock<T>(identifier: ResourceIdentifier, whileLocked: (maintainLock: () => void) => T | Promise<T>): Promise<T>

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/classes/WrappedExpiringStorage.html b/4.0/docs/classes/WrappedExpiringStorage.html new file mode 100644 index 000000000..2ca1e462a --- /dev/null +++ b/4.0/docs/classes/WrappedExpiringStorage.html @@ -0,0 +1,41 @@ +WrappedExpiringStorage | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class WrappedExpiringStorage<TKey, TValue>

+

A storage that wraps around another storage and expires resources based on the given (optional) expiry date. +Will delete expired entries when trying to get their value. +Has a timer that will delete all expired data every hour (default value).

+

Type parameters

  • TKey

  • TValue

Hierarchy

  • WrappedExpiringStorage

Implements

Index

Constructors

Properties

logger: Logger = ...
source: KeyValueStorage<TKey, Expires<TValue>>
timer: Timeout

Methods

  • delete(key: TKey): Promise<boolean>
  • entries(): AsyncIterableIterator<[TKey, TValue]>
  • finalize(): Promise<void>
  • get(key: TKey): Promise<undefined | TValue>
  • getUnexpired(key: TKey): Promise<undefined | TValue>
  • +

    Tries to get the data for the given key. +In case the data exists but has expired, +it will be deleted and undefined will be returned instead.

    +

    Parameters

    • key: TKey

    Returns Promise<undefined | TValue>

  • has(key: TKey): Promise<boolean>
  • isExpired(expires?: Date): boolean
  • removeExpiredEntries(): Promise<void>
  • toData(expireData: Expires<TValue>): { expires?: Date; payload: TValue }
  • toExpires(data: TValue, expires?: Date): Expires<TValue>

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/classes/WrappingLogger.html b/4.0/docs/classes/WrappingLogger.html new file mode 100644 index 000000000..bd35d167a --- /dev/null +++ b/4.0/docs/classes/WrappingLogger.html @@ -0,0 +1,19 @@ +WrappingLogger | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Implements BaseLogger around a SimpleLogger, +which can be swapped out a runtime.

+

Hierarchy

Index

Constructors

Properties

logger: SimpleLogger

Methods

  • debug(message: string): Logger
  • error(message: string): Logger
  • log(level: "error" | "warn" | "info" | "verbose" | "debug" | "silly", message: string): WrappingLogger
  • +

    Log the given message at the given level. +If the internal level is higher than the given level, the message may be voided.

    +

    Parameters

    • level: "error" | "warn" | "info" | "verbose" | "debug" | "silly"
    • message: string

    Returns WrappingLogger

  • silly(message: string): Logger
  • verbose(message: string): Logger

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/classes/WwwAuthMetadataWriter.html b/4.0/docs/classes/WwwAuthMetadataWriter.html new file mode 100644 index 000000000..99e17979d --- /dev/null +++ b/4.0/docs/classes/WwwAuthMetadataWriter.html @@ -0,0 +1,20 @@ +WwwAuthMetadataWriter | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Adds the WWW-Authenticate header with the injected value in case the response status code is 401.

+

Hierarchy

Index

Constructors

Properties

Methods

Constructors

Properties

auth: string

Methods

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/classes/YargsCliExtractor.html b/4.0/docs/classes/YargsCliExtractor.html new file mode 100644 index 000000000..92468421b --- /dev/null +++ b/4.0/docs/classes/YargsCliExtractor.html @@ -0,0 +1,31 @@ +YargsCliExtractor | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Parses CLI args using the yargs library. +Specific settings can be enabled through the provided options.

+

Hierarchy

Index

Constructors

Properties

yargsArgOptions: YargsArgOptions
yargvOptions: CliOptions

Methods

  • canHandle(input: CliArgv): Promise<void>
  • +

    Checks if the input can be handled by this class. +If it cannot handle the input, rejects with an error explaining why.

    +

    Parameters

    • input: CliArgv
      +

      Input that could potentially be handled.

      +

    Returns Promise<void>

    A promise resolving if the input can be handled, rejecting with an Error if not.

    +
  • createYArgv(argv: readonly string[]): Argv<{}>
  • handle(argv: readonly string[]): Promise<{ $0: string; _: (string | number)[] }>
  • +

    Handles the given input. This may only be called if canHandle did not reject. +When unconditionally calling both in sequence, consider handleSafe instead.

    +

    Parameters

    • argv: readonly string[]

    Returns Promise<{ $0: string; _: (string | number)[] }>

    A promise resolving when handling is finished.

    +
  • handleSafe(input: CliArgv): Promise<Settings>
  • +

    Helper function that first runs canHandle followed by handle. +Throws the error of canHandle if the data cannot be handled, +or returns the result of handle otherwise.

    +

    Parameters

    • input: CliArgv
      +

      Input data that will be handled if it can be handled.

      +

    Returns Promise<Settings>

    A promise resolving if the input can be handled, rejecting with an Error if not.

    +

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/enums/AccessMode.html b/4.0/docs/enums/AccessMode.html new file mode 100644 index 000000000..2310bc0e5 --- /dev/null +++ b/4.0/docs/enums/AccessMode.html @@ -0,0 +1,3 @@ +AccessMode | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Different modes that require permission.

+

Index

Enumeration members

Enumeration members

append = "append"
create = "create"
delete = "delete"
read = "read"
write = "write"

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/enums/CredentialGroup.html b/4.0/docs/enums/CredentialGroup.html new file mode 100644 index 000000000..ec823d6a2 --- /dev/null +++ b/4.0/docs/enums/CredentialGroup.html @@ -0,0 +1,3 @@ +CredentialGroup | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Specific groups that can have credentials.

+

Index

Enumeration members

Enumeration members

agent = "agent"
public = "public"

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/index.html b/4.0/docs/index.html new file mode 100644 index 000000000..b4a201abd --- /dev/null +++ b/4.0/docs/index.html @@ -0,0 +1,200 @@ +Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu

Community Solid Server - v4.0.1

+ +

Community Solid Server

+
+[Solid logo] + +

MIT license +npm version +Node.js version +Build Status +Coverage Status +GitHub discussions +Chat on Gitter

+

The Community Solid Server is open software +that provides you with a Solid Pod and identity. +This Pod acts as your own personal storage space +so you can share data with people and Solid applications.

+

As an open and modular implementation of the +Solid specifications, +the Community Solid Server is a great companion:

+
    +
  • 🧑🏽 for people who want to try out having their own Pod

    +
  • +
  • 👨🏿‍💻 for developers who want to create and test Solid apps

    +
  • +
  • 👩🏻‍🔬 for researchers who want to design new features for Solid

    +
  • +
+

And, of course, for many others who like to experience Solid.

+

You can install the software locally or on your server +and get started with Solid immediately.

+ + +

⚡ Running the server

+
+

To run the server, you will need Node.js. +We support versions 14.2 and up. +
+If you do not use Node.js, +you can run a Docker version instead.

+ + +

💻 Installing and running locally

+
+

After installing Node.js, +install the latest server version +from the npm package repository:

+
npm install -g @solid/community-server
+
+

To run the server with in-memory storage, use:

+
community-solid-server # add parameters if needed
+
+

To run the server with your current folder as storage, use:

+
community-solid-server -c @css:config/file.json
+
+ + +

📃 Installing and running from source

+
+

If you rather prefer to run the latest source code version, +or if you want to try a specific branch of the code, +you can use:

+
git clone https://github.com/CommunitySolidServer/CommunitySolidServer.git
cd CommunitySolidServer
npm ci
npm start -- # add parameters if needed +
+ + +

📦 Running via Docker

+
+

Docker allows you to run the server without having Node.js installed. Images are built on each tagged version and hosted on Docker Hub.

+
# Clone the repo to get access to the configs
git clone https://github.com/CommunitySolidServer/CommunitySolidServer.git
cd CommunitySolidServer
# Run the image, serving your `~/Solid` directory on `http://localhost:3000`
docker run --rm -v ~/Solid:/data -p 3000:3000 -it solidproject/community-server:latest
# Or use one of the built-in configurations
docker run --rm -p 3000:3000 -it solidproject/community-server -c config/default.json
# Or use your own configuration mapped to the right directory
docker run --rm -v ~/solid-config:/config -p 3000:3000 -it solidproject/community-server -c /config/my-config.json +
+ + +

🗃️ Helm Chart

+
+

The official Helm Chart for Kubernetes deployment is maintained at CommunitySolidServer/css-helm-chart and published on ArtifactHUB. There you will find complete installation instructions.

+
# Summary
helm repo add community-solid-server https://communitysolidserver.github.io/css-helm-chart/charts/
helm install my-css community-solid-server/community-solid-server +
+ + +

🔧 Configuring the server

+
+

The Community Solid Server is designed to be flexible +such that people can easily run different configurations. +This is useful for customizing the server with plugins, +testing applications in different setups, +or developing new parts for the server +without needing to change its base code.

+ + +

⏱️ Parameters

+
+

An easy way to customize the server is +by passing parameters to the server command. +These parameters give you direct access +to some commonly used settings:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
parameter namedefault valuedescription
--port, -p3000The TCP port on which the server should listen.
--baseUrl, -bhttp://localhost:$PORT/The base URL used internally to generate URLs. Change this if your server does not run on http://localhost:$PORT/.
--loggingLevel, -linfoThe detail level of logging; useful for debugging problems. Use debug for full information.
--config, -c@css:config/default.jsonThe configuration for the server. The default only stores data in memory; to persist to your filesystem, use @css:config/file.json
--rootFilePath, -f./Root folder where the server stores data, when using a file-based configuration.
--sparqlEndpoint, -sURL of the SPARQL endpoint, when using a quadstore-based configuration.
--showStackTrace, -tfalseEnables detailed logging on error output.
--podConfigJson./pod-config.jsonPath to the file that keeps track of dynamic Pod configurations. Only relevant when using @css:config/dynamic.json.
--seededPodConfigJsonPath to the file that keeps track of seeded Pod configurations.
--mainModulePath, -mPath from where Components.js will start its lookup when initializing configurations.
+ + +

🧶 Custom configurations

+
+

More substantial changes to server behavior can be achieved +by writing new configuration files in JSON-LD. +The Community Solid Server uses Components.js +to specify how modules and components need to be wired together at runtime.

+

Examples and guidance on configurations +are available in the config folder.

+

Recipes for configuring the server can be found at CommunitySolidServer/recipes.

+ + +

👩🏽‍💻 Developing server code

+
+

The server allows writing and plugging in custom modules +without altering its base source code.

+

The 📗 API documentation and +the 📐 architectural diagram +can help you find your way.

+

If you want to help out with server development, +have a look at the 📓 user documentation and +🛠️ good first issues.

+ + +

📜 License

+
+

The Solid Community Server code +is copyrighted by Inrupt Inc. +and imec +and available under the MIT License.

+

Core contributors are +Joachim Van Herwegen, +Ruben Verborgh, +Ruben Taelman, +and +Matthieu Bosquet.

+ + +

🎤 Feedback and questions

+
+

Don't hesitate to start a discussion +or report a bug.

+

Learn more about Solid at solidproject.org.

+

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/interfaces/Accept.html b/4.0/docs/interfaces/Accept.html new file mode 100644 index 000000000..f393cb5d4 --- /dev/null +++ b/4.0/docs/interfaces/Accept.html @@ -0,0 +1,13 @@ +Accept | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Contents of an HTTP Accept header. +Range is type/subtype. Both can be *.

+

Hierarchy

Index

Properties

parameters: { extension: Record<string, string>; mediaType: Record<string, string> }

Type declaration

  • extension: Record<string, string>
    +

    Extension parameters. These are the parameters that came after the q value. +Value will be an empty string if there was none.

    +
  • mediaType: Record<string, string>
    +

    Media type parameters. These are the parameters that came before the q value.

    +
range: string
+

Requested range. Can be a specific value or *, matching all.

+
weight: number
+

Weight of the preference [0, 1].

+

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/interfaces/AcceptCharset.html b/4.0/docs/interfaces/AcceptCharset.html new file mode 100644 index 000000000..cd1cb3486 --- /dev/null +++ b/4.0/docs/interfaces/AcceptCharset.html @@ -0,0 +1,7 @@ +AcceptCharset | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Contents of an HTTP Accept-Charset header.

+

Hierarchy

Index

Properties

Properties

range: string
+

Requested range. Can be a specific value or *, matching all.

+
weight: number
+

Weight of the preference [0, 1].

+

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/interfaces/AcceptDatetime.html b/4.0/docs/interfaces/AcceptDatetime.html new file mode 100644 index 000000000..a404aba02 --- /dev/null +++ b/4.0/docs/interfaces/AcceptDatetime.html @@ -0,0 +1,7 @@ +AcceptDatetime | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Contents of an HTTP Accept-Datetime header.

+

Hierarchy

Index

Properties

Properties

range: string
+

Requested range. Can be a specific value or *, matching all.

+
weight: number
+

Weight of the preference [0, 1].

+

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/interfaces/AcceptEncoding.html b/4.0/docs/interfaces/AcceptEncoding.html new file mode 100644 index 000000000..05ba230d4 --- /dev/null +++ b/4.0/docs/interfaces/AcceptEncoding.html @@ -0,0 +1,7 @@ +AcceptEncoding | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Contents of an HTTP Accept-Encoding header.

+

Hierarchy

Index

Properties

Properties

range: string
+

Requested range. Can be a specific value or *, matching all.

+
weight: number
+

Weight of the preference [0, 1].

+

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/interfaces/AcceptHeader.html b/4.0/docs/interfaces/AcceptHeader.html new file mode 100644 index 000000000..b2a438456 --- /dev/null +++ b/4.0/docs/interfaces/AcceptHeader.html @@ -0,0 +1,7 @@ +AcceptHeader | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

General interface for all Accept* headers.

+

Hierarchy

Index

Properties

Properties

range: string
+

Requested range. Can be a specific value or *, matching all.

+
weight: number
+

Weight of the preference [0, 1].

+

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/interfaces/AcceptLanguage.html b/4.0/docs/interfaces/AcceptLanguage.html new file mode 100644 index 000000000..04cea4eae --- /dev/null +++ b/4.0/docs/interfaces/AcceptLanguage.html @@ -0,0 +1,7 @@ +AcceptLanguage | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Contents of an HTTP Accept-Language header.

+

Hierarchy

Index

Properties

Properties

range: string
+

Requested range. Can be a specific value or *, matching all.

+
weight: number
+

Weight of the preference [0, 1].

+

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/interfaces/AccessCheckerArgs.html b/4.0/docs/interfaces/AccessCheckerArgs.html new file mode 100644 index 000000000..2bbc8cadd --- /dev/null +++ b/4.0/docs/interfaces/AccessCheckerArgs.html @@ -0,0 +1,7 @@ +AccessCheckerArgs | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • AccessCheckerArgs

Index

Properties

acl: Store<Quad, Quad, Quad, Quad>
+

A store containing the relevant triples of the authorization.

+
credential: Credential
+

Credential of the entity that wants to use the resource.

+
rule: Term
+

Authorization rule to be processed.

+

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/interfaces/AccountPayload.html b/4.0/docs/interfaces/AccountPayload.html new file mode 100644 index 000000000..f77daa27e --- /dev/null +++ b/4.0/docs/interfaces/AccountPayload.html @@ -0,0 +1,3 @@ +AccountPayload | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/interfaces/AccountSettings.html b/4.0/docs/interfaces/AccountSettings.html new file mode 100644 index 000000000..f455bfaa5 --- /dev/null +++ b/4.0/docs/interfaces/AccountSettings.html @@ -0,0 +1,9 @@ +AccountSettings | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Options that can be set on an account.

+

Hierarchy

  • AccountSettings

Index

Properties

clientCredentials?: string[]
+

All credential tokens associated with this account.

+
podBaseUrl?: string
+

The base URL of the pod associated with this account, if there is one.

+
useIdp: boolean
+

If this account can be used to identify as the corresponding WebID in the IDP.

+

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/interfaces/AccountStore.html b/4.0/docs/interfaces/AccountStore.html new file mode 100644 index 000000000..c762f6ed2 --- /dev/null +++ b/4.0/docs/interfaces/AccountStore.html @@ -0,0 +1,65 @@ +AccountStore | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Storage needed for the email-password interaction

+

Hierarchy

  • AccountStore

Implemented by

Index

Methods

  • authenticate(email: string, password: string): Promise<string>
  • changePassword(email: string, password: string): Promise<void>
  • create(email: string, webId: string, password: string, settings: AccountSettings): Promise<void>
  • deleteAccount(email: string): Promise<void>
  • deleteForgotPasswordRecord(recordId: string): Promise<void>
  • generateForgotPasswordRecord(email: string): Promise<string>
  • +

    Creates a Forgot Password Confirmation Record. This will be to remember that +a user has made a request to reset a password. Throws an error if the email doesn't +exist

    +

    Parameters

    • email: string
      +

      The user's email.

      +

    Returns Promise<string>

    The record id. This should be included in the reset password link.

    +
  • getForgotPasswordRecord(recordId: string): Promise<undefined | string>
  • verify(email: string): Promise<void>
  • +

    Verifies the account creation. This can be used with, for example, e-mail verification. +The account can only be used after it is verified. +In case verification is not required, this should be called immediately after the create call.

    +

    Parameters

    • email: string
      +

      The account email.

      +

    Returns Promise<void>

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/interfaces/AdapterFactory.html b/4.0/docs/interfaces/AdapterFactory.html new file mode 100644 index 000000000..31027fac6 --- /dev/null +++ b/4.0/docs/interfaces/AdapterFactory.html @@ -0,0 +1,6 @@ +AdapterFactory | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

A factory that generates an Adapter to be used by the IDP to persist information.

+

The oidc-provider library will call the relevant functions when it needs to find/create/delete metadata. +For a full explanation of how these functions work and what is expected, +have a look at https://github.com/panva/node-oidc-provider/blob/main/example/my_adapter.js

+

Hierarchy

  • AdapterFactory

Implemented by

Index

Methods

  • createStorageAdapter(name: string): Adapter

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/interfaces/AsyncTransformOptions.html b/4.0/docs/interfaces/AsyncTransformOptions.html new file mode 100644 index 000000000..e138b2b9e --- /dev/null +++ b/4.0/docs/interfaces/AsyncTransformOptions.html @@ -0,0 +1,5 @@ +AsyncTransformOptions | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

  • T = any

Hierarchy

  • DuplexOptions
    • AsyncTransformOptions

Index

Properties

allowHalfOpen?: boolean
autoDestroy?: boolean
decodeStrings?: boolean
defaultEncoding?: BufferEncoding
emitClose?: boolean
encoding?: BufferEncoding
highWaterMark?: number
objectMode?: boolean
readableHighWaterMark?: number
readableObjectMode?: boolean
writableCorked?: number
writableHighWaterMark?: number
writableObjectMode?: boolean

Methods

  • destroy(error: null | Error, callback: (error: null | Error) => void): void
  • Parameters

    • error: null | Error
    • callback: (error: null | Error) => void
        • (error: null | Error): void
        • Parameters

          • error: null | Error

          Returns void

    Returns void

  • final(callback: (error?: null | Error) => void): void
  • Parameters

    • callback: (error?: null | Error) => void
        • (error?: null | Error): void
        • Parameters

          • Optional error: null | Error

          Returns void

    Returns void

  • flush(): any
  • read(size: number): void
  • Parameters

    • size: number

    Returns void

  • transform(data: T, encoding: string): any
  • +

    Transforms data from the source by calling the push method

    +

    Parameters

    • data: T
    • encoding: string

    Returns any

  • write(chunk: any, encoding: BufferEncoding, callback: (error?: null | Error) => void): void
  • Parameters

    • chunk: any
    • encoding: BufferEncoding
    • callback: (error?: null | Error) => void
        • (error?: null | Error): void
        • Parameters

          • Optional error: null | Error

          Returns void

    Returns void

  • writev(chunks: { chunk: any; encoding: BufferEncoding }[], callback: (error?: null | Error) => void): void
  • Parameters

    • chunks: { chunk: any; encoding: BufferEncoding }[]
    • callback: (error?: null | Error) => void
        • (error?: null | Error): void
        • Parameters

          • Optional error: null | Error

          Returns void

    Returns void

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/interfaces/AtomicDataAccessor.html b/4.0/docs/interfaces/AtomicDataAccessor.html new file mode 100644 index 000000000..bb6df902c --- /dev/null +++ b/4.0/docs/interfaces/AtomicDataAccessor.html @@ -0,0 +1,56 @@ +AtomicDataAccessor | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

The AtomicDataAccessor interface has identical function signatures as +the DataAccessor, with the additional constraint that every function call +must be atomic in its effect: either the call fully succeeds, reaching the +desired new state; or it fails, upon which the resulting state remains +identical to the one before the call.

+

Hierarchy

Implemented by

Index

Methods

  • +

    Returns metadata for all resources in the requested container. +This should not be all metadata of those resources (but it can be), +but instead the main metadata you want to show in situations +where all these resources are presented simultaneously. +Generally this would be metadata that is present for all of these resources, +such as resource type or last modified date.

    +

    It can be safely assumed that the incoming identifier will always correspond to a container.

    +

    Parameters

    Returns AsyncIterableIterator<RepresentationMetadata>

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/interfaces/AtomicResourceStore.html b/4.0/docs/interfaces/AtomicResourceStore.html new file mode 100644 index 000000000..d118656ea --- /dev/null +++ b/4.0/docs/interfaces/AtomicResourceStore.html @@ -0,0 +1,53 @@ +AtomicResourceStore | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

A ResourceStore of which all operations are atomic.

+

Hierarchy

Implemented by

Index

Methods

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/interfaces/AttemptSettings.html b/4.0/docs/interfaces/AttemptSettings.html new file mode 100644 index 000000000..090a391f6 --- /dev/null +++ b/4.0/docs/interfaces/AttemptSettings.html @@ -0,0 +1,7 @@ +AttemptSettings | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • AttemptSettings

Index

Properties

retryCount?: number
+

How many times should an operation in Redis be retried. (-1 is indefinitely).

+
retryDelay?: number
+

The how long should the next retry be delayed (+ some retryJitter) (in ms).

+
retryJitter?: number
+

Add a fraction of jitter to the original delay each attempt (in ms).

+

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/interfaces/AuthorizerInput.html b/4.0/docs/interfaces/AuthorizerInput.html new file mode 100644 index 000000000..31ce57e01 --- /dev/null +++ b/4.0/docs/interfaces/AuthorizerInput.html @@ -0,0 +1,9 @@ +AuthorizerInput | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • AuthorizerInput

Index

Properties

credentials: Partial<Record<CredentialGroup, Credential>>
+

Credentials of the entity that wants to use the resource.

+
identifier: ResourceIdentifier
+

Identifier of the resource that will be read/modified.

+
modes: Set<AccessMode>
+

Modes that are requested on the resource.

+
permissionSet: Partial<Record<CredentialGroup, Partial<Record<AccessMode, boolean>>>>
+

Permissions that are available for the request.

+

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/interfaces/AuthorizingHttpHandlerArgs.html b/4.0/docs/interfaces/AuthorizingHttpHandlerArgs.html new file mode 100644 index 000000000..12e57e0de --- /dev/null +++ b/4.0/docs/interfaces/AuthorizingHttpHandlerArgs.html @@ -0,0 +1,11 @@ +AuthorizingHttpHandlerArgs | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • AuthorizingHttpHandlerArgs

Index

Properties

authorizer: Authorizer
+

Verifies if the requested operation is allowed.

+
credentialsExtractor: CredentialsExtractor
+

Extracts the credentials from the incoming request.

+
modesExtractor: ModesExtractor
+

Extracts the required modes from the generated Operation.

+
operationHandler: OperationHttpHandler
+

Handler to call if the operation is authorized.

+
permissionReader: PermissionReader
+

Reads the permissions available for the Operation.

+

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/interfaces/AuxiliaryIdentifierStrategy.html b/4.0/docs/interfaces/AuxiliaryIdentifierStrategy.html new file mode 100644 index 000000000..2829b6786 --- /dev/null +++ b/4.0/docs/interfaces/AuxiliaryIdentifierStrategy.html @@ -0,0 +1,30 @@ +AuxiliaryIdentifierStrategy | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

A strategy for handling auxiliary related ResourceIdentifiers.

+

Hierarchy

Implemented by

Index

Methods

  • +

    Checks if the input identifier corresponds to an auxiliary resource. +This does not check if that auxiliary resource exists, +only if the identifier indicates that there could be an auxiliary resource there.

    +

    Parameters

    Returns boolean

    true if the input identifier points to an auxiliary resource.

    +

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/interfaces/AuxiliaryStrategy.html b/4.0/docs/interfaces/AuxiliaryStrategy.html new file mode 100644 index 000000000..c0e2afbc2 --- /dev/null +++ b/4.0/docs/interfaces/AuxiliaryStrategy.html @@ -0,0 +1,58 @@ +AuxiliaryStrategy | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

A strategy for handling one or more types of auxiliary resources. +References to "an auxiliary resource" implicitly imply a specific type of auxiliary resources +supported by this strategy.

+

Hierarchy

Implemented by

Index

Methods

  • +

    Adds metadata related to this auxiliary resource, +in case this is required for this type of auxiliary resource. +The metadata that is added depends on the given identifier being an auxiliary or subject resource: +the metadata will be used to link to the other one, and potentially add extra typing info.

    +

    Used for: +Solid, §4.3.1: "For any defined auxiliary resource available for a given Solid resource, all representations of +that resource MUST include an HTTP Link header pointing to the location of each auxiliary resource." +https://solid.github.io/specification/protocol#auxiliary-resources-server

    +

    The above is an example of how that metadata would only be added in case the input is the subject identifier.

    +

    Parameters

    Returns Promise<void>

  • +

    Whether the root storage container requires this auxiliary resource to be present. +If yes, this means they can't be deleted individually from such a container.

    +

    Parameters

    Returns boolean

  • +

    Validates if the representation contains valid data for an auxiliary resource. +Should throw an error in case the data is invalid.

    +

    Parameters

    • representation: Representation
      +

      Representation of the auxiliary resource.

      +

    Returns Promise<void>

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/interfaces/BaseHttpServerOptions.html b/4.0/docs/interfaces/BaseHttpServerOptions.html new file mode 100644 index 000000000..7c480d151 --- /dev/null +++ b/4.0/docs/interfaces/BaseHttpServerOptions.html @@ -0,0 +1,10 @@ +BaseHttpServerOptions | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Options to be used when creating the server. +Due to Components.js not supporting external types, this has been simplified (for now?). +The common https keys here (key/cert/pfx) will be interpreted as file paths that need to be read +before passing the options to the createServer function.

+

Hierarchy

  • BaseHttpServerOptions

Index

Properties

cert?: string
https?: boolean
+

If the server should start as an http or https server.

+
key?: string
passphrase?: string
pfx?: string
showStackTrace?: boolean
+

If the error stack traces should be shown in case the HttpHandler throws one.

+

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/interfaces/BasicConditionsOptions.html b/4.0/docs/interfaces/BasicConditionsOptions.html new file mode 100644 index 000000000..4f4aa52b4 --- /dev/null +++ b/4.0/docs/interfaces/BasicConditionsOptions.html @@ -0,0 +1 @@ +BasicConditionsOptions | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • BasicConditionsOptions

Index

Properties

matchesETag?: string[]
modifiedSince?: Date
notMatchesETag?: string[]
unmodifiedSince?: Date

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/interfaces/BasicRequestParserArgs.html b/4.0/docs/interfaces/BasicRequestParserArgs.html new file mode 100644 index 000000000..61adf793c --- /dev/null +++ b/4.0/docs/interfaces/BasicRequestParserArgs.html @@ -0,0 +1,3 @@ +BasicRequestParserArgs | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/interfaces/BodyParserArgs.html b/4.0/docs/interfaces/BodyParserArgs.html new file mode 100644 index 000000000..76640f7f1 --- /dev/null +++ b/4.0/docs/interfaces/BodyParserArgs.html @@ -0,0 +1,6 @@ +BodyParserArgs | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • BodyParserArgs

Index

Properties

Properties

+

Metadata that has already been parsed from the request. +Can be updated by the BodyParser with extra metadata.

+
request: HttpRequest
+

Request that contains the (potential) body.

+

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/interfaces/CliOptions.html b/4.0/docs/interfaces/CliOptions.html new file mode 100644 index 000000000..266bd97b8 --- /dev/null +++ b/4.0/docs/interfaces/CliOptions.html @@ -0,0 +1 @@ +CliOptions | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • CliOptions

Index

Properties

envVarPrefix?: string
loadFromEnv?: boolean
strictMode?: boolean
usage?: string

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/interfaces/ClientCredentials.html b/4.0/docs/interfaces/ClientCredentials.html new file mode 100644 index 000000000..f9213e57d --- /dev/null +++ b/4.0/docs/interfaces/ClientCredentials.html @@ -0,0 +1 @@ +ClientCredentials | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/interfaces/ComponentsJsFactory.html b/4.0/docs/interfaces/ComponentsJsFactory.html new file mode 100644 index 000000000..0867b6cd2 --- /dev/null +++ b/4.0/docs/interfaces/ComponentsJsFactory.html @@ -0,0 +1,12 @@ +ComponentsJsFactory | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Used for instantiating new object using Components.js configurations.

+

Hierarchy

  • ComponentsJsFactory

Implemented by

Index

Methods

Methods

  • generate<T>(configPath: string, componentIri: string, variables: Record<string, any>): Promise<T>
  • +

    Instantiates a new object using Components.js.

    +

    Type parameters

    • T

    Parameters

    • configPath: string
      +

      Location of the config to instantiate.

      +
    • componentIri: string
      +

      Iri of the object in the config that will be the result.

      +
    • variables: Record<string, any>
      +

      Variables to send to Components.js

      +

    Returns Promise<T>

    The resulting object, corresponding to the given component IRI.

    +

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/interfaces/Conditions.html b/4.0/docs/interfaces/Conditions.html new file mode 100644 index 000000000..dc091d73f --- /dev/null +++ b/4.0/docs/interfaces/Conditions.html @@ -0,0 +1,23 @@ +Conditions | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

The conditions of an HTTP conditional request.

+

Hierarchy

  • Conditions

Implemented by

Index

Properties

matchesETag?: string[]
+

Valid if matching any of the given ETags.

+
modifiedSince?: Date
+

Valid if modified since the given date.

+
notMatchesETag?: string[]
+

Valid if not matching any of the given ETags.

+
unmodifiedSince?: Date
+

Valid if not modified since the given date.

+

Methods

  • matches(eTag?: string, lastModified?: Date): boolean
  • +

    Checks validity based on the given ETag and/or date. +This function assumes the resource being checked exists. +If not, the matchesMetadata function should be used.

    +

    Parameters

    • Optional eTag: string
      +

      Condition based on ETag.

      +
    • Optional lastModified: Date
      +

      Condition based on last modified date.

      +

    Returns boolean

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/interfaces/ConstantConverterOptions.html b/4.0/docs/interfaces/ConstantConverterOptions.html new file mode 100644 index 000000000..27402fc81 --- /dev/null +++ b/4.0/docs/interfaces/ConstantConverterOptions.html @@ -0,0 +1,13 @@ +ConstantConverterOptions | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Extra options for the ConstantConverter.

+

Hierarchy

  • ConstantConverterOptions

Index

Properties

container?: boolean
+

Whether this should trigger on containers.

+
disabledMediaRanges?: string[]
+

Media ranges for which the conversion should not happen.

+
document?: boolean
+

Whether this should trigger on documents.

+
enabledMediaRanges?: string[]
+

Media ranges for which the conversion should happen.

+
minQuality?: number
+

The minimum requested quality/preference before this should trigger.

+

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/interfaces/ContainerInitializerArgs.html b/4.0/docs/interfaces/ContainerInitializerArgs.html new file mode 100644 index 000000000..6597a372b --- /dev/null +++ b/4.0/docs/interfaces/ContainerInitializerArgs.html @@ -0,0 +1,13 @@ +ContainerInitializerArgs | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • ContainerInitializerArgs

Index

Properties

baseUrl: string
+

Base URL of the server.

+
+

Generator that should be used to generate container contents.

+
path: string
+

Relative path of the container.

+
storage: KeyValueStorage<string, boolean>
+

Used to store initialization status.

+
storageKey: string
+

Key that is used to store the boolean in the storage indicating the container is initialized.

+
+

ResourceStore where the container should be stored.

+

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/interfaces/ContentType.html b/4.0/docs/interfaces/ContentType.html new file mode 100644 index 000000000..78d95d4b0 --- /dev/null +++ b/4.0/docs/interfaces/ContentType.html @@ -0,0 +1,4 @@ +ContentType | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Contents of a HTTP Content-Type Header. +Optional parameters Record is included.

+

Hierarchy

  • ContentType

Index

Properties

Properties

parameters: Record<string, string>
value: string

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/interfaces/ConvertingStoreEntry.html b/4.0/docs/interfaces/ConvertingStoreEntry.html new file mode 100644 index 000000000..84c58cd01 --- /dev/null +++ b/4.0/docs/interfaces/ConvertingStoreEntry.html @@ -0,0 +1 @@ +ConvertingStoreEntry | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/interfaces/Credential.html b/4.0/docs/interfaces/Credential.html new file mode 100644 index 000000000..e2dfcb891 --- /dev/null +++ b/4.0/docs/interfaces/Credential.html @@ -0,0 +1,3 @@ +Credential | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Credentials identifying an entity accessing or owning data.

+

Hierarchy

  • Credential

Index

Properties

Properties

webId?: string

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/interfaces/CredentialsHandlerBody.html b/4.0/docs/interfaces/CredentialsHandlerBody.html new file mode 100644 index 000000000..ce6b16f04 --- /dev/null +++ b/4.0/docs/interfaces/CredentialsHandlerBody.html @@ -0,0 +1 @@ +CredentialsHandlerBody | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Record<string, unknown>
    • CredentialsHandlerBody

Index

Properties

Properties

email: string
webId: string

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/interfaces/CredentialsHandlerInput.html b/4.0/docs/interfaces/CredentialsHandlerInput.html new file mode 100644 index 000000000..171de8798 --- /dev/null +++ b/4.0/docs/interfaces/CredentialsHandlerInput.html @@ -0,0 +1,4 @@ +CredentialsHandlerInput | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

body is the parsed JSON from operation.body.data with the WebID of the account having been added. +This means that the data stream in the Operation can not be read again.

+

Hierarchy

  • CredentialsHandlerInput

Index

Properties

Properties

operation: Operation

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/interfaces/DataAccessor.html b/4.0/docs/interfaces/DataAccessor.html new file mode 100644 index 000000000..5768d244c --- /dev/null +++ b/4.0/docs/interfaces/DataAccessor.html @@ -0,0 +1,60 @@ +DataAccessor | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

A DataAccessor is the building block closest to the actual data storage. +It should not worry about most Solid logic, most of that will be handled before it is called. +There are a few things it still needs to do, and it is very important every implementation does this:

+
    +
  • If the input identifier ends with a slash, it should be assumed the identifier is targeting a container.
  • +
  • Similarly, if there is no trailing slash it should assume a document.
  • +
  • It should always throw a NotFoundHttpError if it does not have data matching the input identifier.
  • +
  • DataAccessors should not generate containment triples. This will be done externally using getChildren.
  • +
+

Hierarchy

Implemented by

Index

Methods

  • +

    Should throw a NotImplementedHttpError if the DataAccessor does not support storing the given Representation.

    +
    throws

    BadRequestHttpError +If it does not support the incoming data.

    +

    Parameters

    Returns Promise<void>

  • +

    Returns metadata for all resources in the requested container. +This should not be all metadata of those resources (but it can be), +but instead the main metadata you want to show in situations +where all these resources are presented simultaneously. +Generally this would be metadata that is present for all of these resources, +such as resource type or last modified date.

    +

    It can be safely assumed that the incoming identifier will always correspond to a container.

    +

    Parameters

    Returns AsyncIterableIterator<RepresentationMetadata>

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/interfaces/EmailArgs.html b/4.0/docs/interfaces/EmailArgs.html new file mode 100644 index 000000000..d80cd9079 --- /dev/null +++ b/4.0/docs/interfaces/EmailArgs.html @@ -0,0 +1 @@ +EmailArgs | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/interfaces/EmailSenderArgs.html b/4.0/docs/interfaces/EmailSenderArgs.html new file mode 100644 index 000000000..33b226f54 --- /dev/null +++ b/4.0/docs/interfaces/EmailSenderArgs.html @@ -0,0 +1 @@ +EmailSenderArgs | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • EmailSenderArgs

Index

Properties

emailConfig: { auth: { pass: string; user: string }; host: string; port: number }

Type declaration

  • auth: { pass: string; user: string }
    • pass: string
    • user: string
  • host: string
  • port: number
senderName?: string

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/interfaces/ErrorHandlerArgs.html b/4.0/docs/interfaces/ErrorHandlerArgs.html new file mode 100644 index 000000000..8f4f611da --- /dev/null +++ b/4.0/docs/interfaces/ErrorHandlerArgs.html @@ -0,0 +1 @@ +ErrorHandlerArgs | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • ErrorHandlerArgs

Index

Properties

error: Error

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/interfaces/ExpiringReadWriteLocker.html b/4.0/docs/interfaces/ExpiringReadWriteLocker.html new file mode 100644 index 000000000..9a347c71f --- /dev/null +++ b/4.0/docs/interfaces/ExpiringReadWriteLocker.html @@ -0,0 +1,21 @@ +ExpiringReadWriteLocker | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

A ReadWriteLocker where the locks expire after a given time.

+

Hierarchy

Implemented by

Index

Methods

  • withReadLock<T>(identifier: ResourceIdentifier, whileLocked: (maintainLock: () => void) => T | Promise<T>): Promise<T>
  • +

    As ReadWriteLocker.withReadLock but the locked function gets called with a maintainLock callback function +to reset the lock expiration every time it is called. +The resulting promise will reject once the lock expires.

    +

    Type parameters

    • T

    Parameters

    • identifier: ResourceIdentifier
      +

      Identifier of the resource that needs to be locked.

      +
    • whileLocked: (maintainLock: () => void) => T | Promise<T>
      +

      A function to execute while the resource is locked. +Receives a callback as input parameter to maintain the lock.

      +
        • (maintainLock: () => void): T | Promise<T>
        • Parameters

          • maintainLock: () => void
              • (): void
              • Returns void

          Returns T | Promise<T>

    Returns Promise<T>

  • withWriteLock<T>(identifier: ResourceIdentifier, whileLocked: (maintainLock: () => void) => T | Promise<T>): Promise<T>
  • +

    As ReadWriteLocker.withWriteLock but the locked function gets called with a maintainLock +callback function to reset the lock expiration every time it is called. +The resulting promise will reject once the lock expires.

    +

    Type parameters

    • T

    Parameters

    • identifier: ResourceIdentifier
      +

      Identifier of the resource that needs to be locked.

      +
    • whileLocked: (maintainLock: () => void) => T | Promise<T>
      +

      A function to execute while the resource is locked. +Receives a callback as input parameter to maintain the lock.

      +
        • (maintainLock: () => void): T | Promise<T>
        • Parameters

          • maintainLock: () => void
              • (): void
              • Returns void

          Returns T | Promise<T>

    Returns Promise<T>

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/interfaces/ExpiringStorage.html b/4.0/docs/interfaces/ExpiringStorage.html new file mode 100644 index 000000000..74cc5591a --- /dev/null +++ b/4.0/docs/interfaces/ExpiringStorage.html @@ -0,0 +1,36 @@ +ExpiringStorage | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ExpiringStorage<TKey, TValue>

+

A KeyValueStorage in which the values can expire. +Entries with no expiration date never expire.

+

Type parameters

  • TKey

  • TValue

Hierarchy

Implemented by

Index

Methods

  • delete(key: TKey): Promise<boolean>
  • entries(): AsyncIterableIterator<[TKey, TValue]>
  • get(key: TKey): Promise<undefined | TValue>
  • has(key: TKey): Promise<boolean>
  • set(key: TKey, value: TValue, expiration?: number): Promise<ExpiringStorage<TKey, TValue>>
  • set(key: TKey, value: TValue, expires?: Date): Promise<ExpiringStorage<TKey, TValue>>
  • +

    Sets the value for the given key. +Should error if the data is already expired.

    +

    Parameters

    • key: TKey
      +

      Key to set/update.

      +
    • value: TValue
      +

      Value to store.

      +
    • Optional expiration: number
      +

      How long this data should stay valid in milliseconds.

      +

    Returns Promise<ExpiringStorage<TKey, TValue>>

    The storage.

    +
  • +

    Sets the value for the given key. +Should error if the data is already expired.

    +

    Parameters

    • key: TKey
      +

      Key to set/update.

      +
    • value: TValue
      +

      Value to store.

      +
    • Optional expires: Date
      +

      When this value expires. Never if undefined.

      +

    Returns Promise<ExpiringStorage<TKey, TValue>>

    The storage.

    +

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/interfaces/FileIdentifierMapper.html b/4.0/docs/interfaces/FileIdentifierMapper.html new file mode 100644 index 000000000..6006c418a --- /dev/null +++ b/4.0/docs/interfaces/FileIdentifierMapper.html @@ -0,0 +1,22 @@ +FileIdentifierMapper | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Supports mapping a file to an URL and back.

+

Hierarchy

  • FileIdentifierMapper

Implemented by

Index

Methods

  • mapFilePathToUrl(filePath: string, isContainer: boolean): Promise<ResourceLink>
  • +

    Maps the given file path to an URL and determines the content-type

    +

    Parameters

    • filePath: string
      +

      The input file path.

      +
    • isContainer: boolean
      +

      If the path corresponds to a file.

      +

    Returns Promise<ResourceLink>

    A ResourceLink with all the necessary metadata.

    +
  • +

    Maps the given resource identifier / URL to a file path. +Determines the content-type if no content-type was provided by finding the corresponding file. +If there is no corresponding file a file path will be generated. +For containers the content-type input gets ignored.

    +

    Parameters

    • identifier: ResourceIdentifier
      +

      The input identifier.

      +
    • isMetadata: boolean
      +

      If we are mapping the metadata of the resource instead of its data.

      +
    • Optional contentType: string
      +

      The (optional) content-type of the resource.

      +

    Returns Promise<ResourceLink>

    A ResourceLink with all the necessary metadata.

    +

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/interfaces/FileIdentifierMapperFactory.html b/4.0/docs/interfaces/FileIdentifierMapperFactory.html new file mode 100644 index 000000000..47fbb2b00 --- /dev/null +++ b/4.0/docs/interfaces/FileIdentifierMapperFactory.html @@ -0,0 +1,4 @@ +FileIdentifierMapperFactory | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FileIdentifierMapperFactory<T>

+

Factory that can create FileIdentifierMappers so the base and rootFilePath can be set dynamically. +Specifically used when identifiers need to be generated for a new pod (since pod identifiers are generated).

+

Type parameters

Hierarchy

  • FileIdentifierMapperFactory

Implemented by

Index

Methods

Methods

  • create(base: string, rootFilePath: string): Promise<T>

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/interfaces/Finalizable.html b/4.0/docs/interfaces/Finalizable.html new file mode 100644 index 000000000..d7fc13de2 --- /dev/null +++ b/4.0/docs/interfaces/Finalizable.html @@ -0,0 +1,3 @@ +Finalizable | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Allows for cleaning up an object and stopping relevant loops when the application needs to be stopped.

+

Hierarchy

  • Finalizable

Implemented by

Index

Methods

Methods

  • finalize(): Promise<void>

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/interfaces/ForgotPasswordHandlerArgs.html b/4.0/docs/interfaces/ForgotPasswordHandlerArgs.html new file mode 100644 index 000000000..a0bd2aee2 --- /dev/null +++ b/4.0/docs/interfaces/ForgotPasswordHandlerArgs.html @@ -0,0 +1 @@ +ForgotPasswordHandlerArgs | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/interfaces/ForgotPasswordPayload.html b/4.0/docs/interfaces/ForgotPasswordPayload.html new file mode 100644 index 000000000..a30dec5b9 --- /dev/null +++ b/4.0/docs/interfaces/ForgotPasswordPayload.html @@ -0,0 +1,4 @@ +ForgotPasswordPayload | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

A payload to persist the fact that a user +has requested to reset their password

+

Hierarchy

  • ForgotPasswordPayload

Index

Properties

Properties

email: string
recordId: string

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/interfaces/Forwarded.html b/4.0/docs/interfaces/Forwarded.html new file mode 100644 index 000000000..e7be970af --- /dev/null +++ b/4.0/docs/interfaces/Forwarded.html @@ -0,0 +1,11 @@ +Forwarded | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

The Forwarded header from RFC7239

+

Hierarchy

  • Forwarded

Index

Properties

Properties

by?: string
+

The user-agent facing interface of the proxy

+
for?: string
+

The node making the request to the proxy

+
host?: string
+

The host request header field as received by the proxy

+
proto?: string
+

The protocol used to make the request

+

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/interfaces/GreedyReadWriteSuffixes.html b/4.0/docs/interfaces/GreedyReadWriteSuffixes.html new file mode 100644 index 000000000..4149949e5 --- /dev/null +++ b/4.0/docs/interfaces/GreedyReadWriteSuffixes.html @@ -0,0 +1 @@ +GreedyReadWriteSuffixes | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • GreedyReadWriteSuffixes

Index

Properties

Properties

count: string
read: string
write: string

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/interfaces/HttpErrorClass.html b/4.0/docs/interfaces/HttpErrorClass.html new file mode 100644 index 000000000..5774a144a --- /dev/null +++ b/4.0/docs/interfaces/HttpErrorClass.html @@ -0,0 +1,10 @@ +HttpErrorClass | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface HttpErrorClass<TCode>

+

Interface describing what an HttpError class should look like. +This helps us make sure all HttpError classes have the same utility static functions.

+

Type parameters

  • TCode: number = number

Hierarchy

  • HttpErrorClass

Index

Constructors

Properties

Methods

Constructors

Properties

statusCode: TCode
+

The status code corresponding to this error class.

+
uri: NamedNode<string>
+

A unique URI identifying this error class.

+

Methods

  • isInstance(error: any): error is HttpError<TCode>

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/interfaces/HttpErrorOptions.html b/4.0/docs/interfaces/HttpErrorOptions.html new file mode 100644 index 000000000..bf9587093 --- /dev/null +++ b/4.0/docs/interfaces/HttpErrorOptions.html @@ -0,0 +1 @@ +HttpErrorOptions | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • HttpErrorOptions

Implemented by

Index

Properties

cause?: unknown
details?: Dict<unknown>
errorCode?: string

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/interfaces/HttpHandlerInput.html b/4.0/docs/interfaces/HttpHandlerInput.html new file mode 100644 index 000000000..26ade31d9 --- /dev/null +++ b/4.0/docs/interfaces/HttpHandlerInput.html @@ -0,0 +1 @@ +HttpHandlerInput | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Properties

Properties

request: HttpRequest
response: ServerResponse

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/interfaces/HttpServerFactory.html b/4.0/docs/interfaces/HttpServerFactory.html new file mode 100644 index 000000000..aafef5ca2 --- /dev/null +++ b/4.0/docs/interfaces/HttpServerFactory.html @@ -0,0 +1,3 @@ +HttpServerFactory | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

A factory for HTTP servers

+

Hierarchy

  • HttpServerFactory

Implemented by

Index

Methods

  • startServer(port: number): Server

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/interfaces/IdentifierGenerator.html b/4.0/docs/interfaces/IdentifierGenerator.html new file mode 100644 index 000000000..66da8ac4f --- /dev/null +++ b/4.0/docs/interfaces/IdentifierGenerator.html @@ -0,0 +1,6 @@ +IdentifierGenerator | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Utility class for generating container identifiers.

+

Hierarchy

  • IdentifierGenerator

Implemented by

Index

Methods

Methods

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/interfaces/IdentifierStrategy.html b/4.0/docs/interfaces/IdentifierStrategy.html new file mode 100644 index 000000000..5ddd74d2e --- /dev/null +++ b/4.0/docs/interfaces/IdentifierStrategy.html @@ -0,0 +1,14 @@ +IdentifierStrategy | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Captures the behavior of container identifiers in a certain storage configuration.

+

Hierarchy

  • IdentifierStrategy

Implemented by

Index

Methods

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/interfaces/IdentityProviderFactoryArgs.html b/4.0/docs/interfaces/IdentityProviderFactoryArgs.html new file mode 100644 index 000000000..862215c25 --- /dev/null +++ b/4.0/docs/interfaces/IdentityProviderFactoryArgs.html @@ -0,0 +1,17 @@ +IdentityProviderFactoryArgs | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • IdentityProviderFactoryArgs

Index

Properties

adapterFactory: AdapterFactory
+

Factory that creates the adapter used for OIDC data storage.

+
baseUrl: string
+

Base URL of the server.

+
credentialStorage: KeyValueStorage<string, ClientCredentials>
+

Storage containing the generated client credentials with their associated WebID.

+
errorHandler: ErrorHandler
+

Used to convert errors thrown by the OIDC library.

+
interactionHandler: InteractionHandler
+

The handler responsible for redirecting interaction requests to the correct URL.

+
oidcPath: string
+

Path for all requests targeting the OIDC library.

+
responseWriter: ResponseWriter
+

Used to write out errors thrown by the OIDC library.

+
storage: KeyValueStorage<string, unknown>
+

Storage used to store cookie and JWT keys so they can be re-used in case of multithreading.

+

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/interfaces/IdentityProviderHttpHandlerArgs.html b/4.0/docs/interfaces/IdentityProviderHttpHandlerArgs.html new file mode 100644 index 000000000..fe505a293 --- /dev/null +++ b/4.0/docs/interfaces/IdentityProviderHttpHandlerArgs.html @@ -0,0 +1,7 @@ +IdentityProviderHttpHandlerArgs | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • IdentityProviderHttpHandlerArgs

Index

Properties

+

Used for converting the input data.

+
+

Handles the requests.

+
providerFactory: ProviderFactory
+

Used to generate the OIDC provider.

+

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/interfaces/InteractionHandlerInput.html b/4.0/docs/interfaces/InteractionHandlerInput.html new file mode 100644 index 000000000..68c6ec547 --- /dev/null +++ b/4.0/docs/interfaces/InteractionHandlerInput.html @@ -0,0 +1,6 @@ +InteractionHandlerInput | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • InteractionHandlerInput

Index

Properties

oidcInteraction?: Interaction
+

Will be defined if the OIDC library expects us to resolve an interaction it can't handle itself, +such as logging a user in.

+
operation: Operation
+

The operation to execute.

+

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/interfaces/InteractionRoute.html b/4.0/docs/interfaces/InteractionRoute.html new file mode 100644 index 000000000..de20c2326 --- /dev/null +++ b/4.0/docs/interfaces/InteractionRoute.html @@ -0,0 +1,4 @@ +InteractionRoute | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

An object with a specific path.

+

Hierarchy

  • InteractionRoute

Implemented by

Index

Methods

Methods

  • getPath(): string

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/interfaces/KeyValueStorage.html b/4.0/docs/interfaces/KeyValueStorage.html new file mode 100644 index 000000000..52a94f507 --- /dev/null +++ b/4.0/docs/interfaces/KeyValueStorage.html @@ -0,0 +1,22 @@ +KeyValueStorage | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface KeyValueStorage<TKey, TValue>

+

A simple storage solution that can be used for internal values that need to be stored.

+

Type parameters

  • TKey

  • TValue

Hierarchy

Implemented by

Index

Methods

  • delete(key: TKey): Promise<boolean>
  • entries(): AsyncIterableIterator<[TKey, TValue]>
  • get(key: TKey): Promise<undefined | TValue>
  • has(key: TKey): Promise<boolean>
  • set(key: TKey, value: TValue): Promise<this>

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/interfaces/LinkEntry.html b/4.0/docs/interfaces/LinkEntry.html new file mode 100644 index 000000000..8b945b4b8 --- /dev/null +++ b/4.0/docs/interfaces/LinkEntry.html @@ -0,0 +1 @@ +LinkEntry | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • LinkEntry

Index

Properties

target: string

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/interfaces/LinkEntryParameters.html b/4.0/docs/interfaces/LinkEntryParameters.html new file mode 100644 index 000000000..263ff7d43 --- /dev/null +++ b/4.0/docs/interfaces/LinkEntryParameters.html @@ -0,0 +1,3 @@ +LinkEntryParameters | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Record<string, string>
    • LinkEntryParameters

Index

Properties

Properties

rel: string
+

Required rel properties of Link entry

+

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/interfaces/Logger.html b/4.0/docs/interfaces/Logger.html new file mode 100644 index 000000000..fcd1eddd7 --- /dev/null +++ b/4.0/docs/interfaces/Logger.html @@ -0,0 +1,35 @@ +Logger | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Logs messages, with convenience methods to log on a specific level.

+
see

getLoggerFor on how to instantiate loggers.

+

Hierarchy

Implemented by

Index

Methods

  • debug(message: string): Logger
  • error(message: string): Logger
  • log(level: "error" | "warn" | "info" | "verbose" | "debug" | "silly", message: string): Logger
  • +

    Log the given message at the given level. +If the internal level is higher than the given level, the message may be voided.

    +

    Parameters

    • level: "error" | "warn" | "info" | "verbose" | "debug" | "silly"
      +

      The level to log at.

      +
    • message: string
      +

      The message to log.

      +

    Returns Logger

  • silly(message: string): Logger
  • verbose(message: string): Logger

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/interfaces/LoggerFactory.html b/4.0/docs/interfaces/LoggerFactory.html new file mode 100644 index 000000000..fdf6093c3 --- /dev/null +++ b/4.0/docs/interfaces/LoggerFactory.html @@ -0,0 +1,7 @@ +LoggerFactory | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Instantiates new logger instances.

+

Hierarchy

  • LoggerFactory

Implemented by

Index

Methods

  • createLogger(label: string): Logger

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/interfaces/Operation.html b/4.0/docs/interfaces/Operation.html new file mode 100644 index 000000000..9abb013a9 --- /dev/null +++ b/4.0/docs/interfaces/Operation.html @@ -0,0 +1,15 @@ +Operation | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

A single REST operation.

+

Hierarchy

  • Operation

Index

Properties

+

Representation of the body and metadata headers.

+
conditions?: Conditions
+

Conditions the resource must fulfill for a valid operation.

+
method: string
+

The HTTP method (GET/POST/PUT/PATCH/DELETE/etc.).

+
permissionSet?: Partial<Record<CredentialGroup, Partial<Record<AccessMode, boolean>>>>
+

The permissions available for the current operation.

+
+

Representation preferences of the response. Will be empty if there are none.

+
+

Identifier of the target.

+

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/interfaces/OperationHandlerInput.html b/4.0/docs/interfaces/OperationHandlerInput.html new file mode 100644 index 000000000..d3232c095 --- /dev/null +++ b/4.0/docs/interfaces/OperationHandlerInput.html @@ -0,0 +1 @@ +OperationHandlerInput | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • OperationHandlerInput

Index

Properties

Properties

operation: Operation

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/interfaces/OperationHttpHandlerInput.html b/4.0/docs/interfaces/OperationHttpHandlerInput.html new file mode 100644 index 000000000..df4c29e8b --- /dev/null +++ b/4.0/docs/interfaces/OperationHttpHandlerInput.html @@ -0,0 +1 @@ +OperationHttpHandlerInput | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Properties

operation: Operation
request: HttpRequest
response: ServerResponse

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/interfaces/OperationMetadataCollectorInput.html b/4.0/docs/interfaces/OperationMetadataCollectorInput.html new file mode 100644 index 000000000..fe392f6db --- /dev/null +++ b/4.0/docs/interfaces/OperationMetadataCollectorInput.html @@ -0,0 +1,5 @@ +OperationMetadataCollectorInput | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • OperationMetadataCollectorInput

Index

Properties

+

Metadata to update with permission knowledge.

+
operation: Operation
+

Operation corresponding to the request.

+

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/interfaces/OriginalUrlExtractorArgs.html b/4.0/docs/interfaces/OriginalUrlExtractorArgs.html new file mode 100644 index 000000000..48612e7e4 --- /dev/null +++ b/4.0/docs/interfaces/OriginalUrlExtractorArgs.html @@ -0,0 +1,5 @@ +OriginalUrlExtractorArgs | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • OriginalUrlExtractorArgs

Index

Properties

identifierStrategy: IdentifierStrategy
+

The IdentifierStrategy to use for checking the scope of the request

+
includeQueryString?: boolean
+

Specify wether the OriginalUrlExtractor should include the request query string.

+

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/interfaces/ParsingHttpHandlerArgs.html b/4.0/docs/interfaces/ParsingHttpHandlerArgs.html new file mode 100644 index 000000000..2849f1c30 --- /dev/null +++ b/4.0/docs/interfaces/ParsingHttpHandlerArgs.html @@ -0,0 +1,11 @@ +ParsingHttpHandlerArgs | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • ParsingHttpHandlerArgs

Index

Properties

errorHandler: ErrorHandler
+

Converts errors to a serializable format.

+
metadataCollector: OperationMetadataCollector
+

Generates generic operation metadata that is required for a response.

+
operationHandler: OperationHttpHandler
+

Handler to send the operation to.

+
requestParser: RequestParser
+

Parses the incoming requests.

+
responseWriter: ResponseWriter
+

Writes out the response of the operation.

+

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/interfaces/Patch.html b/4.0/docs/interfaces/Patch.html new file mode 100644 index 000000000..956c37e73 --- /dev/null +++ b/4.0/docs/interfaces/Patch.html @@ -0,0 +1,14 @@ +Patch | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Represents the changes needed for a PATCH request.

+

Hierarchy

Index

Properties

binary: boolean
+

Whether the data stream consists of binary/string chunks +(as opposed to complex objects).

+
data: Guarded<Readable>
+

The raw data stream for this representation.

+
isEmpty: boolean
+

Whether the data stream is empty. +This being true does not imply that the data stream has a length of more than 0, +only that it is a possibility and should be read to be sure.

+
+

The corresponding metadata.

+

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/interfaces/PermissionReaderInput.html b/4.0/docs/interfaces/PermissionReaderInput.html new file mode 100644 index 000000000..bfc6bb439 --- /dev/null +++ b/4.0/docs/interfaces/PermissionReaderInput.html @@ -0,0 +1,9 @@ +PermissionReaderInput | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • PermissionReaderInput

Index

Properties

credentials: Partial<Record<CredentialGroup, Credential>>
+

Credentials of the entity that wants to use the resource.

+
identifier: ResourceIdentifier
+

Identifier of the resource that will be read/modified.

+
modes: Set<AccessMode>
+

This is the minimum set of access modes the output needs to contain, +allowing the handler to limit its search space to this set. +However, non-exhaustive information about other access modes can still be returned.

+

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/interfaces/PodGenerator.html b/4.0/docs/interfaces/PodGenerator.html new file mode 100644 index 000000000..eb695dec2 --- /dev/null +++ b/4.0/docs/interfaces/PodGenerator.html @@ -0,0 +1,13 @@ +PodGenerator | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Generates an empty resource store to be used as a new pod. +It is also responsible for storing any relevant variables needed to instantiate this resource store. +These can then be used when the server is restarted to re-instantiate those stores.

+

Hierarchy

  • PodGenerator

Implemented by

Index

Methods

Methods

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/interfaces/PodManager.html b/4.0/docs/interfaces/PodManager.html new file mode 100644 index 000000000..85583f63e --- /dev/null +++ b/4.0/docs/interfaces/PodManager.html @@ -0,0 +1,12 @@ +PodManager | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Covers all functions related to pod management. +In the future this should also include delete, and potentially recovery functions.

+

Hierarchy

  • PodManager

Implemented by

Index

Methods

Methods

  • +

    Creates a pod for the given settings.

    +

    Parameters

    • identifier: ResourceIdentifier
      +

      Root identifier indicating where the pod should be created.

      +
    • settings: PodSettings
      +

      Settings describing the pod.

      +
    • overwrite: boolean
      +

      If the creation should proceed if there already is a resource there.

      +

    Returns Promise<void>

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/interfaces/PodSettings.html b/4.0/docs/interfaces/PodSettings.html new file mode 100644 index 000000000..8ccc69fc1 --- /dev/null +++ b/4.0/docs/interfaces/PodSettings.html @@ -0,0 +1,16 @@ +PodSettings | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Metadata related to pod generation. +Although the optional fields are not that relevant since this extends Dict, +they give an indication of what is sometimes expected.

+

Hierarchy

  • Dict<string>
    • PodSettings

Index

Properties

email?: string
+

E-mail of the owner. Used in provisioning templates.

+
name?: string
+

Name of the owner. Used in provisioning templates.

+
oidcIssuer?: string
+

The OIDC issuer of the owner's WebId.

+
template?: string
+

Required for dynamic pod configuration. +Indicates the name of the config to use for the pod.

+
webId: string
+

The WebId of the owner of this pod.

+

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/interfaces/ProviderFactory.html b/4.0/docs/interfaces/ProviderFactory.html new file mode 100644 index 000000000..00a4fe7d8 --- /dev/null +++ b/4.0/docs/interfaces/ProviderFactory.html @@ -0,0 +1,7 @@ +ProviderFactory | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Returns a Provider of OIDC interactions.

+

Hierarchy

  • ProviderFactory

Implemented by

Index

Methods

  • getProvider(): Promise<Provider>
  • +

    Gets a provider from the factory. +Multiple calls to this function should return providers that produce the same results. +This is mostly relevant for signing keys.

    +

    Returns Promise<Provider>

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/interfaces/ReadWriteLocker.html b/4.0/docs/interfaces/ReadWriteLocker.html new file mode 100644 index 000000000..f21f92486 --- /dev/null +++ b/4.0/docs/interfaces/ReadWriteLocker.html @@ -0,0 +1,21 @@ +ReadWriteLocker | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Allows the locking of resources which is needed for non-atomic ResourceStores.

+

Hierarchy

Implemented by

Index

Methods

  • withReadLock<T>(identifier: ResourceIdentifier, whileLocked: () => T | Promise<T>): Promise<T>
  • +

    Run the given function while the resource is locked. +The lock will be released when the (async) input function resolves. +This function should be used for operations that only require reading the resource.

    +

    Type parameters

    • T

    Parameters

    • identifier: ResourceIdentifier
      +

      Identifier of the resource that needs to be locked.

      +
    • whileLocked: () => T | Promise<T>
      +

      A function to execute while the resource is locked.

      +
        • (): T | Promise<T>
        • Returns T | Promise<T>

    Returns Promise<T>

    A promise resolving when the lock is released.

    +
  • withWriteLock<T>(identifier: ResourceIdentifier, whileLocked: () => T | Promise<T>): Promise<T>
  • +

    Run the given function while the resource is locked. +The lock will be released when the (async) input function resolves. +This function should be used for operations that could modify the resource.

    +

    Type parameters

    • T

    Parameters

    • identifier: ResourceIdentifier
      +

      Identifier of the resource that needs to be locked.

      +
    • whileLocked: () => T | Promise<T>
      +

      A function to execute while the resource is locked.

      +
        • (): T | Promise<T>
        • Returns T | Promise<T>

    Returns Promise<T>

    A promise resolving when the lock is released.

    +

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/interfaces/RedirectAllHttpHandlerArgs.html b/4.0/docs/interfaces/RedirectAllHttpHandlerArgs.html new file mode 100644 index 000000000..8a6560296 --- /dev/null +++ b/4.0/docs/interfaces/RedirectAllHttpHandlerArgs.html @@ -0,0 +1 @@ +RedirectAllHttpHandlerArgs | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/interfaces/RedirectHttpErrorClass.html b/4.0/docs/interfaces/RedirectHttpErrorClass.html new file mode 100644 index 000000000..b9efb69c9 --- /dev/null +++ b/4.0/docs/interfaces/RedirectHttpErrorClass.html @@ -0,0 +1,10 @@ +RedirectHttpErrorClass | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RedirectHttpErrorClass<TCode>

+

Interface describing what a RedirectHttpError class should look like. +Makes sure a location value is always needed.

+

Type parameters

  • TCode: number = number

Hierarchy

Index

Constructors

Properties

Methods

Constructors

Properties

statusCode: TCode
+

The status code corresponding to this error class.

+
uri: NamedNode<string>
+

A unique URI identifying this error class.

+

Methods

  • isInstance(error: any): error is HttpError<TCode>

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/interfaces/RegistrationManagerArgs.html b/4.0/docs/interfaces/RegistrationManagerArgs.html new file mode 100644 index 000000000..69cdf3608 --- /dev/null +++ b/4.0/docs/interfaces/RegistrationManagerArgs.html @@ -0,0 +1,13 @@ +RegistrationManagerArgs | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • RegistrationManagerArgs

Index

Properties

accountStore: AccountStore
+

Stores all the registered account information.

+
baseUrl: string
+

Used to set the oidcIssuer value of newly registered pods.

+
identifierGenerator: IdentifierGenerator
+

Generates identifiers for new pods.

+
ownershipValidator: OwnershipValidator
+

Verifies the user is the owner of the WebID they provide.

+
podManager: PodManager
+

Creates the new pods.

+
webIdSuffix: string
+

Appended to the generated pod identifier to create the corresponding WebID.

+

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/interfaces/RegistrationParams.html b/4.0/docs/interfaces/RegistrationParams.html new file mode 100644 index 000000000..649d7b834 --- /dev/null +++ b/4.0/docs/interfaces/RegistrationParams.html @@ -0,0 +1,3 @@ +RegistrationParams | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/interfaces/RegistrationResponse.html b/4.0/docs/interfaces/RegistrationResponse.html new file mode 100644 index 000000000..7a2a999c6 --- /dev/null +++ b/4.0/docs/interfaces/RegistrationResponse.html @@ -0,0 +1,3 @@ +RegistrationResponse | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/interfaces/Representation.html b/4.0/docs/interfaces/Representation.html new file mode 100644 index 000000000..cda4251e4 --- /dev/null +++ b/4.0/docs/interfaces/Representation.html @@ -0,0 +1,14 @@ +Representation | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

A representation of a resource.

+

Hierarchy

Implemented by

Index

Properties

binary: boolean
+

Whether the data stream consists of binary/string chunks +(as opposed to complex objects).

+
data: Guarded<Readable>
+

The raw data stream for this representation.

+
isEmpty: boolean
+

Whether the data stream is empty. +This being true does not imply that the data stream has a length of more than 0, +only that it is a possibility and should be read to be sure.

+
+

The corresponding metadata.

+

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/interfaces/RepresentationConverterArgs.html b/4.0/docs/interfaces/RepresentationConverterArgs.html new file mode 100644 index 000000000..a06801bd1 --- /dev/null +++ b/4.0/docs/interfaces/RepresentationConverterArgs.html @@ -0,0 +1,7 @@ +RepresentationConverterArgs | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • RepresentationConverterArgs

Index

Properties

identifier: ResourceIdentifier
+

Identifier of the resource. Can be used as base IRI.

+
+

Preferences indicating what is requested.

+
representation: Representation
+

Representation to convert.

+

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/interfaces/RepresentationPatcherInput.html b/4.0/docs/interfaces/RepresentationPatcherInput.html new file mode 100644 index 000000000..9745f350d --- /dev/null +++ b/4.0/docs/interfaces/RepresentationPatcherInput.html @@ -0,0 +1 @@ +RepresentationPatcherInput | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/interfaces/RepresentationPreferences.html b/4.0/docs/interfaces/RepresentationPreferences.html new file mode 100644 index 000000000..406b1294c --- /dev/null +++ b/4.0/docs/interfaces/RepresentationPreferences.html @@ -0,0 +1,5 @@ +RepresentationPreferences | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Contains preferences along multiple content negotiation dimensions.

+

All dimensions are optional for ease of constructing; either undefined +or an empty ValuePreferences can indicate that no preferences were specified.

+

Hierarchy

  • RepresentationPreferences

Index

Properties

datetime?: ValuePreferences
encoding?: ValuePreferences
language?: ValuePreferences

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/interfaces/Resource.html b/4.0/docs/interfaces/Resource.html new file mode 100644 index 000000000..e2ef54bb0 --- /dev/null +++ b/4.0/docs/interfaces/Resource.html @@ -0,0 +1 @@ +Resource | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/interfaces/ResourceIdentifier.html b/4.0/docs/interfaces/ResourceIdentifier.html new file mode 100644 index 000000000..80acd6db9 --- /dev/null +++ b/4.0/docs/interfaces/ResourceIdentifier.html @@ -0,0 +1,5 @@ +ResourceIdentifier | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

The unique identifier of a resource.

+

Hierarchy

  • ResourceIdentifier

Index

Properties

Properties

path: string
+

Path to the relevant resource.

+

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/interfaces/ResourceLink.html b/4.0/docs/interfaces/ResourceLink.html new file mode 100644 index 000000000..8c35d67b3 --- /dev/null +++ b/4.0/docs/interfaces/ResourceLink.html @@ -0,0 +1,9 @@ +ResourceLink | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • ResourceLink

Index

Properties

contentType?: string
+

Content-type for a document (not defined for containers).

+
filePath: string
+

File path of a resource.

+
identifier: ResourceIdentifier
+

Identifier of a resource.

+
isMetadata: boolean
+

If the resource is a metadata file.

+

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/interfaces/ResourceLocker.html b/4.0/docs/interfaces/ResourceLocker.html new file mode 100644 index 000000000..e2e771ead --- /dev/null +++ b/4.0/docs/interfaces/ResourceLocker.html @@ -0,0 +1,16 @@ +ResourceLocker | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

An interface for classes that only have 1 way to lock interfaces. +In general this should only be used by components implementing the ReadWriteLocker interface. +Other components that require locking of resources should use that interface.

+

Hierarchy

  • ResourceLocker

Implemented by

Index

Methods

  • +

    Releases a lock on the requested identifier. +The promise will resolve when the lock has been released. +In case there is no lock on the resource an error should be thrown.

    +

    Parameters

    Returns Promise<void>

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/interfaces/ResourceSet.html b/4.0/docs/interfaces/ResourceSet.html new file mode 100644 index 000000000..cd2d5ee99 --- /dev/null +++ b/4.0/docs/interfaces/ResourceSet.html @@ -0,0 +1,8 @@ +ResourceSet | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

A set containing resources.

+

Hierarchy

Implemented by

Index

Methods

  • +

    Check if a resource exists in this ResourceSet.

    +

    Parameters

    Returns Promise<boolean>

    A promise resolving if the resource already exists.

    +

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/interfaces/ResourceStore.html b/4.0/docs/interfaces/ResourceStore.html new file mode 100644 index 000000000..5fa5928c1 --- /dev/null +++ b/4.0/docs/interfaces/ResourceStore.html @@ -0,0 +1,60 @@ +ResourceStore | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

A ResourceStore represents a collection of resources. +It has been designed such that each of its methods +can be implemented in an atomic way: for each CRUD operation, only one +dedicated method needs to be called. A fifth method enables the optimization +of partial updates with PATCH. It is up to the implementer of the interface to +(not) make an implementation atomic.

+

ResourceStores are also responsible for taking auxiliary resources into account +should those be relevant to the store.

+

Hierarchy

Implemented by

Index

Methods

  • +

    Sets or updates the representation of a resource, +creating a new resource and intermediary containers as needed.

    +

    Parameters

    • identifier: ResourceIdentifier
      +

      Identifier of resource to update.

      +
    • patch: Patch
      +

      Description of which parts to update.

      +
    • Optional conditions: Conditions
      +

      Optional conditions under which to proceed.

      +

    Returns Promise<ResourceIdentifier[]>

    Identifiers of resources that were possibly modified.

    +
  • +

    Sets or replaces the representation of a resource, +creating a new resource and intermediary containers as needed.

    +

    Parameters

    • identifier: ResourceIdentifier
      +

      Identifier of resource to update.

      +
    • representation: Representation
      +

      New representation of the resource.

      +
    • Optional conditions: Conditions
      +

      Optional conditions under which to proceed.

      +

    Returns Promise<ResourceIdentifier[]>

    Identifiers of resources that were possibly modified.

    +

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/interfaces/ResourcesGenerator.html b/4.0/docs/interfaces/ResourcesGenerator.html new file mode 100644 index 000000000..97a7ad7db --- /dev/null +++ b/4.0/docs/interfaces/ResourcesGenerator.html @@ -0,0 +1,12 @@ +ResourcesGenerator | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Generator used to create resources relative to a given base identifier. +Note that this is not an AsyncHandler since it returns an AsyncIterable instead of a promise.

+

Hierarchy

  • ResourcesGenerator

Implemented by

Index

Methods

Methods

  • +

    Generates resources with the given options. +The output Map should be sorted so that containers always appear before their contents.

    +

    Parameters

    • location: ResourceIdentifier
      +

      Base identifier.

      +
    • options: Dict<string>
      +

      Options that can be used when generating resources.

      +

    Returns AsyncIterable<Resource>

    A map where the keys are the identifiers and the values the corresponding representations to store.

    +

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/interfaces/RouterHandlerArgs.html b/4.0/docs/interfaces/RouterHandlerArgs.html new file mode 100644 index 000000000..3033f561d --- /dev/null +++ b/4.0/docs/interfaces/RouterHandlerArgs.html @@ -0,0 +1 @@ +RouterHandlerArgs | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • RouterHandlerArgs

Index

Properties

allowedMethods: string[]
allowedPathNames: string[]
baseUrl: string
handler: HttpHandler
targetExtractor: TargetExtractor

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/interfaces/SetupHandlerArgs.html b/4.0/docs/interfaces/SetupHandlerArgs.html new file mode 100644 index 000000000..b18a36738 --- /dev/null +++ b/4.0/docs/interfaces/SetupHandlerArgs.html @@ -0,0 +1,6 @@ +SetupHandlerArgs | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • SetupHandlerArgs

Index

Properties

initializer?: Initializer
+

Initializer to call in case no registration procedure needs to happen. +This Initializer should make sure the necessary resources are there so the server can work correctly.

+
registrationManager?: RegistrationManager
+

Used for registering a pod during setup.

+

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/interfaces/SetupHttpHandlerArgs.html b/4.0/docs/interfaces/SetupHttpHandlerArgs.html new file mode 100644 index 000000000..2362b69b0 --- /dev/null +++ b/4.0/docs/interfaces/SetupHttpHandlerArgs.html @@ -0,0 +1,11 @@ +SetupHttpHandlerArgs | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • SetupHttpHandlerArgs

Index

Properties

+

Used for converting the input data.

+
+

Handles the requests.

+
storage: KeyValueStorage<string, boolean>
+

Used to store setup status.

+
storageKey: string
+

Key that is used to store the boolean in the storage indicating setup is finished.

+
templateEngine: TemplateEngine<Dict<any>>
+

Renders the main view.

+

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/interfaces/SimpleLogger.html b/4.0/docs/interfaces/SimpleLogger.html new file mode 100644 index 000000000..08c3730af --- /dev/null +++ b/4.0/docs/interfaces/SimpleLogger.html @@ -0,0 +1,11 @@ +SimpleLogger | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Logs messages on a specific level.

+
see

getLoggerFor on how to instantiate loggers.

+

Hierarchy

Index

Methods

Methods

  • log(level: "error" | "warn" | "info" | "verbose" | "debug" | "silly", message: string): SimpleLogger
  • +

    Log the given message at the given level. +If the internal level is higher than the given level, the message may be voided.

    +

    Parameters

    • level: "error" | "warn" | "info" | "verbose" | "debug" | "silly"
      +

      The level to log at.

      +
    • message: string
      +

      The message to log.

      +

    Returns SimpleLogger

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/interfaces/Size.html b/4.0/docs/interfaces/Size.html new file mode 100644 index 000000000..da7a3e830 --- /dev/null +++ b/4.0/docs/interfaces/Size.html @@ -0,0 +1,3 @@ +Size | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Describes the size of something by stating how much of a certain unit is present.

+

Hierarchy

  • Size

Index

Properties

Properties

amount: number
unit: string

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/interfaces/SizeReporter.html b/4.0/docs/interfaces/SizeReporter.html new file mode 100644 index 000000000..abe3ff833 --- /dev/null +++ b/4.0/docs/interfaces/SizeReporter.html @@ -0,0 +1,26 @@ +SizeReporter | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

A SizeReporter's only purpose (at the moment) is to calculate the size +of a resource. How the size is calculated or what unit it is in is defined by +the class implementing this interface. +One might use the amount of bytes and another might use the amount of triples +stored in a resource.

+

Type parameters

  • T

Hierarchy

  • SizeReporter

Implemented by

Index

Methods

  • calculateChunkSize(chunk: T): Promise<number>
  • +

    Calculate the size of a chunk based on which SizeReporter is being used

    +

    Parameters

    • chunk: T
      +

      the chunk of which you want the size

      +

    Returns Promise<number>

    the size of the passed chunk as a number

    +
  • +

    Estimate the size of a body / request by looking at its metadata

    +

    Parameters

    Returns Promise<undefined | number>

    the estimated size of the body / request or undefined if no +meaningful estimation can be made

    +
  • getUnit(): string

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/interfaces/SparqlUpdatePatch.html b/4.0/docs/interfaces/SparqlUpdatePatch.html new file mode 100644 index 000000000..b239d607a --- /dev/null +++ b/4.0/docs/interfaces/SparqlUpdatePatch.html @@ -0,0 +1,16 @@ +SparqlUpdatePatch | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

A specific type of Patch corresponding to a SPARQL update.

+

Hierarchy

Index

Properties

algebra: Update
+

Algebra corresponding to the SPARQL update.

+
binary: boolean
+

Whether the data stream consists of binary/string chunks +(as opposed to complex objects).

+
data: Guarded<Readable>
+

The raw data stream for this representation.

+
isEmpty: boolean
+

Whether the data stream is empty. +This being true does not imply that the data stream has a length of more than 0, +only that it is a possibility and should be read to be sure.

+
+

The corresponding metadata.

+

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/interfaces/SystemError.html b/4.0/docs/interfaces/SystemError.html new file mode 100644 index 000000000..2369b30d3 --- /dev/null +++ b/4.0/docs/interfaces/SystemError.html @@ -0,0 +1,23 @@ +SystemError | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Interface for Node.js System errors

+

Node.js generates system errors when exceptions occur within its runtime environment. +These usually occur when an application violates an operating system constraint. +For example, a system error will occur if an application attempts to read a file that does not exist.

+

Hierarchy

  • Error
    • SystemError

Index

Properties

address?: string
+

If present, the address to which a network connection failed.

+
code: string
+

The string error code. +Full list: https://man7.org/linux/man-pages/man3/errno.3.html

+
dest?: string
+

If present, the file path destination when reporting a file system error.

+
errno: string | number
+

The system-provided error number.

+
info?: any
+

If present, extra details about the error condition.

+
message: string
name: string
path?: string
+

If present, the file path when reporting a file system error.

+
port?: string
+

If present, the network connection port that is not available.

+
stack?: string
syscall: string
+

The name of the system call that triggered the error.

+

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/interfaces/TemplateEngine.html b/4.0/docs/interfaces/TemplateEngine.html new file mode 100644 index 000000000..a1733fc3a --- /dev/null +++ b/4.0/docs/interfaces/TemplateEngine.html @@ -0,0 +1,8 @@ +TemplateEngine | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

A template engine renders content into a template.

+

Type parameters

  • T: Dict<any> = Dict<any>

Hierarchy

  • TemplateEngine

Implemented by

Index

Methods

Methods

  • render(contents: T): Promise<string>
  • render<TCustom>(contents: TCustom, template: Template): Promise<string>

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/interfaces/TemplateOptions.html b/4.0/docs/interfaces/TemplateOptions.html new file mode 100644 index 000000000..023a7cdcd --- /dev/null +++ b/4.0/docs/interfaces/TemplateOptions.html @@ -0,0 +1 @@ +TemplateOptions | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • TemplateOptions

Index

Properties

codeTemplatesPath?: string
contentType?: string
extension?: string
mainTemplatePath?: string

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/interfaces/TemplatePath.html b/4.0/docs/interfaces/TemplatePath.html new file mode 100644 index 000000000..10977eb49 --- /dev/null +++ b/4.0/docs/interfaces/TemplatePath.html @@ -0,0 +1 @@ +TemplatePath | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • TemplatePath

Index

Properties

templateFile: string
templatePath?: string

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/interfaces/TemplateString.html b/4.0/docs/interfaces/TemplateString.html new file mode 100644 index 000000000..daef6bcd5 --- /dev/null +++ b/4.0/docs/interfaces/TemplateString.html @@ -0,0 +1 @@ +TemplateString | Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • TemplateString

Index

Properties

Properties

templateString: string

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/4.0/docs/modules.html b/4.0/docs/modules.html new file mode 100644 index 000000000..87a5b72c9 --- /dev/null +++ b/4.0/docs/modules.html @@ -0,0 +1,575 @@ +Community Solid Server - v4.0.1
Options
All
  • Public
  • Public/Protected
  • All
Menu

Community Solid Server - v4.0.1

Index

Enumerations

Classes

Interfaces

Type aliases

Variables

Functions

Type aliases

CredentialSet: Partial<Record<CredentialGroup, Credential>>
+

A combination of multiple credentials, where their group is specified by the key.

+
Expires<T>: { expires?: string; payload: T }

Type parameters

  • T

Type declaration

  • Optional expires?: string
  • payload: T
Guarded<T>: T & Guard
+

A stream that is guarded from emitting errors when there are no listeners. +If an error occurs while no listener is attached, +it will store the error and emit it once a listener is added (or a timeout occurs).

+

Type parameters

  • T: NodeJS.EventEmitter = NodeJS.EventEmitter

HttpRequest: Guarded<IncomingMessage>
+

An incoming HTTP request;

+
HttpResponse: ServerResponse
+

An outgoing HTTP response;

+
Interaction: NonNullable<KoaContextWithOIDC["oidc"]["entities"]["Interaction"]>
LogLevel: typeof LOG_LEVELS[number]
+

Different log levels, from most important to least important.

+
MetadataGraph: NamedNode | BlankNode | DefaultGraph | string
MetadataIdentifier: ResourceIdentifier | NamedNode | BlankNode
MetadataRecord: Record<string, MetadataValue>
MetadataValue: NamedNode | Literal | string | (NamedNode | Literal | string)[]
Namespace<TKey, TValue>: { namespace: TValue } & RecordOf<TKey, TValue>

Type parameters

  • TKey: any[]

  • TValue

PatchHandlerInput<T>: { identifier: ResourceIdentifier; patch: Patch; source: T }

Type parameters

Type declaration

Permission: Partial<Record<AccessMode, boolean>>
+

A data interface indicating which permissions are required (based on the context).

+
PermissionSet: Partial<Record<CredentialGroup, Permission>>
TemplateFileName: string
ValidatorInput: { identifier: ResourceIdentifier; representation: Representation }

Type declaration

ValuePreference: { value: string; weight: number }
+

A single entry of a ValuePreferences object. +Useful when doing operations on such an object.

+

Type declaration

  • value: string
  • weight: number
ValuePreferences: Record<string, number>
+

Represents preferred values along a single content negotiation dimension.

+

The number represents how preferred this value is from 0 to 1. +Follows the quality values rule from RFC 7231: +"The weight is normalized to a real number in the range 0 through 1, +where 0.001 is the least preferred and 1 is the most preferred; a +value of 0 means "not acceptable"."

+
YargsArgOptions: Record<string, Options>

Variables

ACL: { namespace: string } & RecordOf<("default" | "accessTo" | "agent" | "agentClass" | "agentGroup" | "AuthenticatedAgent" | "Authorization" | "mode" | "Write" | "Read" | "Append" | "Control")[], string> & { terms: Namespace<("default" | "accessTo" | "agent" | "agentClass" | "agentGroup" | "AuthenticatedAgent" | "Authorization" | "mode" | "Write" | "Read" | "Append" | "Control")[], NamedNode<string>> } = ...
APPLICATION_JSON: "application/json" = 'application/json'
APPLICATION_OCTET_STREAM: "application/octet-stream" = 'application/octet-stream'
APPLICATION_SPARQL_UPDATE: "application/sparql-update" = 'application/sparql-update'
APPLICATION_X_WWW_FORM_URLENCODED: "application/x-www-form-urlencoded" = 'application/x-www-form-urlencoded'
AUTH: { namespace: string } & RecordOf<("userMode" | "publicMode")[], string> & { terms: Namespace<("userMode" | "publicMode")[], NamedNode<string>> } = ...
CONTENT_LENGTH_TERM: NamedNode<string> = ...
CONTENT_TYPE: string = MA.format
CONTENT_TYPE_TERM: NamedNode<string> = MA.terms.format
DC: { namespace: string } & RecordOf<("description" | "modified" | "title")[], string> & { terms: Namespace<("description" | "modified" | "title")[], NamedNode<string>> } = ...
DEFAULT_CUSTOM_TYPES: { acl: string; meta: string } = ...

Type declaration

  • acl: string
  • meta: string
FOAF: { namespace: string } & RecordOf<"Agent"[], string> & { terms: Namespace<"Agent"[], NamedNode<string>> } = ...
HH: { namespace: string } & RecordOf<"content-length"[], string> & { terms: Namespace<"content-length"[], NamedNode<string>> } = ...
HTTP: { namespace: string } & RecordOf<"statusCodeNumber"[], string> & { terms: Namespace<"statusCodeNumber"[], NamedNode<string>> } = ...
IANA: { namespace: string } & RecordOf<string[], string> & { terms: Namespace<string[], NamedNode<string>> } = ...
INTERNAL_ALL: "internal/*" = 'internal/*'
INTERNAL_ERROR: "internal/error" = 'internal/error'
INTERNAL_QUADS: "internal/quads" = 'internal/quads'
JSON_LD: { namespace: string } & RecordOf<"context"[], string> & { terms: Namespace<"context"[], NamedNode<string>> } = ...
LDP: { namespace: string } & RecordOf<("contains" | "BasicContainer" | "Container" | "Resource")[], string> & { terms: Namespace<("contains" | "BasicContainer" | "Container" | "Resource")[], NamedNode<string>> } = ...
LOG_LEVELS: readonly ["error", "warn", "info", "verbose", "debug", "silly"] = ...
MA: { namespace: string } & RecordOf<"format"[], string> & { terms: Namespace<"format"[], NamedNode<string>> } = ...
OIDC: { namespace: string } & RecordOf<"redirect_uris"[], string> & { terms: Namespace<"redirect_uris"[], NamedNode<string>> } = ...
PIM: { namespace: string } & RecordOf<"Storage"[], string> & { terms: Namespace<"Storage"[], NamedNode<string>> } = ...
POSIX: { namespace: string } & RecordOf<("mtime" | "size")[], string> & { terms: Namespace<("mtime" | "size")[], NamedNode<string>> } = ...
PREFERRED_PREFIX: string = VANN.preferredNamespacePrefix
PREFERRED_PREFIX_TERM: NamedNode<string> = VANN.terms.preferredNamespacePrefix
RDF: { namespace: string } & RecordOf<"type"[], string> & { terms: Namespace<"type"[], NamedNode<string>> } = ...
RDFS: { namespace: string } & RecordOf<"label"[], string> & { terms: Namespace<"label"[], NamedNode<string>> } = ...
SOLID: { namespace: string } & RecordOf<("deletes" | "inserts" | "oidcIssuer" | "oidcIssuerRegistrationToken" | "oidcRegistration" | "where" | "InsertDeletePatch")[], string> & { terms: Namespace<("deletes" | "inserts" | "oidcIssuer" | "oidcIssuerRegistrationToken" | "oidcRegistration" | "where" | "InsertDeletePatch")[], NamedNode<string>> } = ...
SOLID_ERROR: { namespace: string } & RecordOf<("disallowedMethod" | "errorResponse" | "stack")[], string> & { terms: Namespace<("disallowedMethod" | "errorResponse" | "stack")[], NamedNode<string>> } = ...
SOLID_HTTP: { namespace: string } & RecordOf<("location" | "slug")[], string> & { terms: Namespace<("location" | "slug")[], NamedNode<string>> } = ...
SOLID_META: { namespace: string } & RecordOf<("ResponseMetadata" | "template" | "contentTypeParameter" | "value")[], string> & { terms: Namespace<("ResponseMetadata" | "template" | "contentTypeParameter" | "value")[], NamedNode<string>> } = ...
TEMPLATE: { namespace: string } & RecordOf<"ResourceStore"[], string> & { terms: Namespace<"ResourceStore"[], NamedNode<string>> } = ...
TEMPLATE_VARIABLE: { namespace: string } & RecordOf<("baseUrl" | "rootFilePath" | "sparqlEndpoint" | "templateConfig")[], string> & { terms: Namespace<("baseUrl" | "rootFilePath" | "sparqlEndpoint" | "templateConfig")[], NamedNode<string>> } = ...
TEXT_HTML: "text/html" = 'text/html'
TEXT_MARKDOWN: "text/markdown" = 'text/markdown'
TEXT_N3: "text/n3" = 'text/n3'
TEXT_TURTLE: "text/turtle" = 'text/turtle'
UNIT_BYTES: "bytes" = 'bytes'
VANN: { namespace: string } & RecordOf<"preferredNamespacePrefix"[], string> & { terms: Namespace<"preferredNamespacePrefix"[], NamedNode<string>> } = ...
VCARD: { namespace: string } & RecordOf<"hasMember"[], string> & { terms: Namespace<"hasMember"[], NamedNode<string>> } = ...
XSD: { namespace: string } & RecordOf<("dateTime" | "integer")[], string> & { terms: Namespace<("dateTime" | "integer")[], NamedNode<string>> } = ...
modulePathPlaceholder: "@css:" = '@css:'
+

A placeholder for the path to the @solid/community-server module root. +The resolveAssetPath function will replace this string with the actual path.

+

Functions

  • absoluteFilePath(path: string): string
  • +

    Resolves a path to its absolute form. +Absolute inputs will not be changed (except changing Windows to POSIX). +Relative inputs will be interpreted relative to process.cwd().

    +

    Parameters

    • path: string
      +

      Path to check (POSIX or Windows).

      +

    Returns string

    The potentially changed path (POSIX).

    +
  • +

    Generates resources with the given generator and adds them to the given store.

    +

    Parameters

    Returns Promise<number>

    The amount of resources that were added.

    +
  • addHeader(response: ServerResponse, name: string, value: string | string[]): void
  • +

    Adds a header value without overriding previous values.

    +

    Parameters

    • response: ServerResponse
    • name: string
    • value: string | string[]

    Returns void

  • +

    Helper function to generate type quads for a Container or Resource.

    +

    Parameters

    • metadata: RepresentationMetadata
      +

      Metadata to add to.

      +
    • isContainer: boolean
      +

      If the identifier corresponds to a container.

      +

    Returns void

    The generated quads.

    +
  • +

    Links a template file with a given content-type to the metadata using the SOLID_META.template predicate.

    +

    Parameters

    • metadata: RepresentationMetadata
      +

      Metadata to update.

      +
    • templateFile: string
      +

      Path to the template.

      +
    • contentType: string
      +

      Content-type of the template after it is rendered.

      +

    Returns void

  • allFulfilled<T>(promises: Promise<T>[], ignoreErrors?: boolean): Promise<T[]>
  • +

    Obtains the values of all fulfilled promises. +If there are rejections (and ignoreErrors is false), throws a combined error of all rejected promises.

    +

    Type parameters

    • T

    Parameters

    • promises: Promise<T>[]
    • ignoreErrors: boolean = false

    Returns Promise<T[]>

  • assertError(error: unknown): asserts error is Error
  • +

    Asserts that the input is a native error. +If not the input will be re-thrown.

    +

    Parameters

    • error: unknown

    Returns asserts error is Error

  • assertPassword(password: any, confirmPassword: any): asserts password is string
  • +

    Asserts that password is a string that matches confirmPassword. +Will throw an Error otherwise.

    +

    Parameters

    • password: any
      +

      Password to assert.

      +
    • confirmPassword: any
      +

      Confirmation of password to match.

      +

    Returns asserts password is string

  • +

    Cleans incoming preferences to prevent unwanted behaviour. +Makes sure internal types have weight 0, unless specifically requested in the preferences, +and interprets empty preferences as accepting everything.

    +

    Parameters

    Returns ValuePreferences

    A copy of the the preferences with the necessary updates.

    +
  • +

    Helper function to clone a representation, the original representation can still be used. +This function loads the entire stream in memory.

    +

    Parameters

    Returns Promise<BasicRepresentation>

    The cloned representation.

    +
  • createAggregateError(errors: Error[], messagePrefix?: string): HttpError
  • +

    Combines a list of errors into a single HttpErrors. +Status code depends on the input errors. If they all share the same status code that code will be re-used. +If they are all within the 4xx range, 400 will be used, otherwise 500.

    +

    Parameters

    • errors: Error[]
      +

      Errors to combine.

      +
    • messagePrefix: string = 'No handler supports the given input:'
      +

      Prefix for the aggregate error message. Will be followed with an array of all the messages.

      +

    Returns HttpError

  • createErrorMessage(error: unknown): string
  • createNamespace<TKey, TValue>(baseUri: string, toValue: (expanded: string) => TValue, ...localNames: TKey[]): Namespace<typeof localNames, TValue>
  • +

    Creates a function that expands local names from the given base URI, +and exports the given local names as properties on the returned object.

    +

    Type parameters

    • TKey: string

    • TValue

    Parameters

    • baseUri: string
    • toValue: (expanded: string) => TValue
        • (expanded: string): TValue
        • Parameters

          • expanded: string

          Returns TValue

    • Rest ...localNames: TKey[]

    Returns Namespace<typeof localNames, TValue>

  • createSubdomainRegexp(baseUrl: string): RegExp
  • +

    Creates a regular expression that matches URLs containing the given baseUrl, or a subdomain of the given baseUrl. +In case there is a subdomain, the first match of the regular expression will be that subdomain.

    +

    Examples with baseUrl http://test.com/foo/:

    +
      +
    • Will match http://test.com/foo/
    • +
    • Will match http://test.com/foo/bar/baz
    • +
    • Will match http://alice.bob.test.com/foo/bar/baz, first match result will be alice.bob
    • +
    • Will not match http://test.com/
    • +
    • Will not match http://alicetest.com/foo/
    • +
    +

    Parameters

    • baseUrl: string
      +

      Base URL for the regular expression.

      +

    Returns RegExp

  • createTermNamespace<T>(baseUri: string, ...localNames: T[]): Namespace<typeof localNames, NamedNode>
  • +

    Creates a function that expands local names from the given base URI into named nodes, +and exports the given local names as properties on the returned object.

    +

    Type parameters

    • T: string

    Parameters

    • baseUri: string
    • Rest ...localNames: T[]

    Returns Namespace<typeof localNames, NamedNode>

  • +

    Creates a function that expands local names from the given base URI into string, +and exports the given local names as properties on the returned object. +Under the terms property, it exposes the expanded local names as named nodes.

    +

    Type parameters

    • T: string

    Parameters

    • baseUri: string
    • Rest ...localNames: T[]

    Returns Namespace<typeof localNames, string> & { terms: Namespace<typeof localNames, NamedNode> }

  • createUriNamespace<T>(baseUri: string, ...localNames: T[]): Namespace<typeof localNames, string>
  • +

    Creates a function that expands local names from the given base URI into strings, +and exports the given local names as properties on the returned object.

    +

    Type parameters

    • T: string

    Parameters

    • baseUri: string
    • Rest ...localNames: T[]

    Returns Namespace<typeof localNames, string>

  • decodeUriPathComponents(path: string): string
  • +

    This function is used when converting a URI to a file path. Decodes all components of a URI path, +with the exception of encoded slash characters, as this would lead to unexpected file locations +being targeted (resulting in erroneous behaviour of the file based backend).

    +

    Parameters

    • path: string
      +

      The path to decode the URI path components of.

      +

    Returns string

    A decoded copy of the provided URI path (ignoring encoded slash characters).

    +
  • encodeUriPathComponents(path: string): string
  • +

    This function is used in the process of converting a file path to a URI. Encodes all (non-slash) +special characters in a URI path, with the exception of encoded slash characters, as this would +lead to unnecessary double encoding, resulting in a URI that differs from the expected result.

    +

    Parameters

    • path: string
      +

      The path to encode the URI path components of.

      +

    Returns string

    An encoded copy of the provided URI path (ignoring encoded slash characters).

    +
  • endOfStream(arg1: Stream): Promise<void>
  • ensureLeadingSlash(path: string): string
  • +

    Makes sure the input path has exactly 1 slash at the beginning. +Multiple slashes will get merged into one. +If there is no slash it will be added.

    +

    Parameters

    • path: string
      +

      Path to check.

      +

    Returns string

    The potentially changed path.

    +
  • ensureTrailingSlash(path: string): string
  • +

    Makes sure the input path has exactly 1 slash at the end. +Multiple slashes will get merged into one. +If there is no slash it will be added.

    +

    Parameters

    • path: string
      +

      Path to check.

      +

    Returns string

    The potentially changed path.

    +
  • extractScheme(url: string): { rest: string; scheme: string }
  • +

    Splits a URL (or similar) string into a part containing its scheme and one containing the rest. +E.g., http://test.com/ results in { scheme: 'http://', rest: 'test.com/' }.

    +

    Parameters

    • url: string
      +

      String to parse.

      +

    Returns { rest: string; scheme: string }

    • rest: string
    • scheme: string
  • +

    Fetches an RDF dataset from the given URL.

    +

    Response will be a Representation with content-type internal/quads.

    +

    Parameters

    • url: string

    Returns Promise<Representation>

  • +

    Filters a list of handlers to only keep those that can handle the input. +Will error if no matching handlers are found.

    +

    Type parameters

    • TIn

    • TOut

    Parameters

    • handlers: AsyncHandler<TIn, TOut>[]
      +

      Handlers to filter.

      +
    • input: TIn
      +

      Input that needs to be supported.

      +

    Returns Promise<AsyncHandler<TIn, TOut>[]>

  • +

    Finds a handler that can handle the given input data. +Otherwise an error gets thrown.

    +

    Type parameters

    • TIn

    • TOut

    Parameters

    • handlers: AsyncHandler<TIn, TOut>[]
      +

      List of handlers to search in.

      +
    • input: TIn
      +

      The input data.

      +

    Returns Promise<AsyncHandler<TIn, TOut>>

    A promise resolving to a handler that supports the data or otherwise rejecting.

    +
  • generateHttpErrorClass<TCode>(statusCode: TCode, name: string): HttpErrorClass<TCode>
  • +

    Generates a new HttpError class with the given status code and name. +In general, status codes are used to uniquely identify error types, +so there should be no 2 classes with the same value there.

    +

    To make sure Components.js can work with these newly generated classes, +the generated class should be called BaseHttpError as that name is an entry in .componentsignore. +The actual class should then extend BaseHttpError and have a correct constructor, +so the Components.js generator can generate the correct components JSON-LD file during build.

    +

    Type parameters

    • TCode: number

    Parameters

    • statusCode: TCode
    • name: string

    Returns HttpErrorClass<TCode>

  • generateHttpErrorUri(statusCode: number): NamedNode
  • +

    For a media type converter that can generate the given types, +this function tries to find the type that best matches the given preferences.

    +

    This function combines several other conversion utility functions +to determine what output a converter should generate: +it cleans the preferences with cleanPreferences to support empty preferences +and to prevent the accidental generation of internal types, +after which the best match gets found based on the weights.

    +

    Parameters

    Returns string | undefined

    The best match. Undefined if there is no match.

    +
  • +

    Generates an ETag based on the last modified date of a resource.

    +

    Parameters

    Returns string | undefined

    the generated ETag. Undefined if no last modified date was found.

    +
  • getExtension(path: string): string
  • +

    Extracts the extension (without dot) from a path. +Custom function since path.extname does not work on all cases (e.g. ".acl")

    +

    Parameters

    • path: string
      +

      Input path to parse.

      +

    Returns string

  • getLoggerFor(loggable: string | Instance): Logger
  • +

    Gets a logger instance for the given class instance.

    +

    The following shows a typical pattern on how to create loggers:

    +
    class MyClass {
    protected readonly logger = getLoggerFor(this);
    } +
    +

    If no class is applicable, a logger can also be created as follows:

    +
    const logger = getLoggerFor('MyFunction');
    +
    +

    Parameters

    • loggable: string | Instance
      +

      A class instance or a class string name.

      +

    Returns Logger

  • getModuleRoot(): string
  • +

    Returns the folder corresponding to the root of the Community Solid Server module

    +

    Returns string

  • +

    Creates a relative URL by removing the base URL. +Will throw an error in case the resulting target is not withing the base URL scope.

    +

    Parameters

    • baseUrl: string
      +

      Base URL.

      +
    • request: HttpRequest
      +

      Incoming request of which the target needs to be extracted.

      +
    • targetExtractor: TargetExtractor
      +

      Will extract the target from the request.

      +

    Returns Promise<string>

  • getSingleItem(stream: Readable): Promise<unknown>
  • +

    Converts the stream to a single object. +This assumes the stream is in object mode and only contains a single element, +otherwise an error will be thrown.

    +

    Parameters

    • stream: Readable
      +

      Object stream with single entry.

      +

    Returns Promise<unknown>

  • getStatusCode(error: Error): number
  • getTemplateFilePath(template?: Template): string | undefined
  • +

    Tries to match the given type to the given preferences. +In case there are multiple matches the most specific one will be chosen as per RFC 7231.

    +

    Parameters

    • type: string
      +

      Type for which the matching weight is needed.

      +
    • preferred: ValuePreferences
      +

      Preferences to match the type to.

      +

    Returns number

    The corresponding weight from the preferences or 0 if there is no match.

    +
  • guardStream<T>(stream: T): Guarded<T>
  • +

    Makes sure that listeners always receive the error event of a stream, +even if it was thrown before the listener was attached.

    +

    When guarding a stream it is assumed that error listeners already attached should be ignored, +only error listeners attached after the stream is guarded will prevent an error from being logged.

    +

    If the input is already guarded the guard will be reset, +which means ignoring error listeners already attached.

    +

    Type parameters

    • T: EventEmitter<T>

    Parameters

    • stream: T
      +

      Stream that can potentially throw an error.

      +

    Returns Guarded<T>

    The stream.

    +
  • guardedStreamFrom(contents: string | Iterable<any>, options?: ReadableOptions): Guarded<Readable>
  • +

    Converts a string or array to a stream and applies an error guard so that it is Guarded.

    +

    Parameters

    • contents: string | Iterable<any>
      +

      Data to stream.

      +
    • Optional options: ReadableOptions
      +

      Options to pass to the Readable constructor. See {@link Readable.from}.

      +

    Returns Guarded<Readable>

  • hasScheme(url: string, ...schemes: string[]): boolean
  • +

    Checks if the scheme part of the specified url matches at least one of the provided options.

    +

    Parameters

    • url: string
      +

      A string representing the URL.

      +
    • Rest ...schemes: string[]
      +

      Scheme value options (the function will check if at least one matches the URL scheme).

      +

    Returns boolean

    True if the URL scheme matches at least one of the provided options, false otherwise.

    +
  • isContainerPath(path: string): boolean
  • +

    Checks if the path corresponds to a container path (ending in a /).

    +

    Parameters

    • path: string
      +

      Path to check.

      +

    Returns boolean

  • isError(error: any): error is Error
  • isGuarded<T>(stream: T): stream is Guarded<T>
  • +

    Determines whether the stream is guarded from emitting errors.

    +

    Type parameters

    • T: EventEmitter<T>

    Parameters

    • stream: T

    Returns stream is Guarded<T>

  • isInternalContentType(contentType?: string): boolean
  • +

    Checks if the given content type is an internal content type such as internal/quads. +Response will be false if the input type is undefined.

    +

    Do not use this for media ranges.

    +

    Parameters

    • Optional contentType: string
      +

      Type to check.

      +

    Returns boolean

  • isTerm(input?: any): input is Term
  • Parameters

    • Optional input: any
      +

      Checks if this is a {@link Term}.

      +

    Returns input is Term

  • isValidFileName(name: string): boolean
  • +

    Checks the validity of a file name. A valid name consists of word characters, '-' or '.'.

    +

    Parameters

    • name: string
      +

      The name of the file to validate.

      +

    Returns boolean

    True if the filename is valid, false otherwise.

    +
  • isValidVariable(variable: string): boolean
  • +

    Checks if the given variable is one that is supported. +This can be used to weed out irrelevant parameters in an object.

    +

    Parameters

    • variable: string

    Returns boolean

  • joinFilePath(basePath: string, ...paths: string[]): string
  • +

    Adds the paths to the base path.

    +

    Parameters

    • basePath: string
      +

      The base path (POSIX or Windows).

      +
    • Rest ...paths: string[]
      +

      Subpaths to attach (POSIX).

      +

    Returns string

    The potentially changed path (POSIX).

    +
  • joinUrl(...parts: string[]): string
  • joinUrl(parts: string[]): string
  • +

    Concatenates all the given strings into a normalized URL. +Will place slashes between input strings if necessary.

    +

    Parameters

    • Rest ...parts: string[]

    Returns string

  • +

    Concatenates all the given strings into a normalized URL. +Will place slashes between input strings if necessary.

    +

    Parameters

    • parts: string[]

    Returns string

  • matchesAuthorizationScheme(scheme: string, authorization?: string): boolean
  • +

    Checks if the value of an HTTP Authorization header matches a specific scheme (e.g. Basic, Bearer, etc).

    +

    Parameters

    • scheme: string
      +

      Name of the authorization scheme (case insensitive).

      +
    • Optional authorization: string
      +

      The value of the Authorization header (may be undefined).

      +

    Returns boolean

    True if the Authorization header uses the specified scheme, false otherwise.

    +
  • matchesMediaType(mediaA: string, mediaB: string): boolean
  • +

    Checks if the given two media types/ranges match each other. +Takes wildcards into account.

    +

    Parameters

    • mediaA: string
      +

      Media type to match.

      +
    • mediaB: string
      +

      Media type to match.

      +

    Returns boolean

    True if the media type patterns can match each other.

    +
  • modulePath(relativePath?: string): string
  • +

    Creates a path starting from the @solid/community-server module root, +to be resolved by the resolveAssetPath function.

    +

    Parameters

    • relativePath: string = ''

    Returns string

  • normalizeFilePath(path: string): string
  • +

    Resolves relative segments in the path.

    +

    Parameters

    • path: string
      +

      Path to check (POSIX or Windows).

      +

    Returns string

    The potentially changed path (POSIX).

    +
  • parseAccept(input: string): Accept[]
  • parseForwarded(headers: IncomingHttpHeaders): Forwarded
  • +

    Parses a Forwarded header value and will fall back to X-Forwarded-* headers.

    +

    Parameters

    • headers: IncomingHttpHeaders
      +

      The incoming HTTP headers.

      +

    Returns Forwarded

    The parsed Forwarded header.

    +
  • parseLinkHeader(link?: string | string[]): LinkEntry[]
  • +

    Parses the link header(s) and returns an array of LinkEntry objects.

    +

    Parameters

    • link: string | string[] = []
      +

      A single link header or an array of link headers

      +

    Returns LinkEntry[]

    A LinkEntry array, LinkEntry contains a link and a params Record<string,string>

    +
  • parseParameters(parameters: string[], replacements: Record<string, string>): { name: string; value: string }[]
  • +

    Parses a list of split parameters and checks their validity.

    +
    throws

    BadRequestHttpError +Thrown on invalid parameter syntax.

    +

    Parameters

    • parameters: string[]
      +

      A list of split parameters (token [ "=" ( token / quoted-string ) ])

      +
    • replacements: Record<string, string>
      +

      The double quoted strings that need to be replaced.

      +

    Returns { name: string; value: string }[]

    An array of name/value objects corresponding to the parameters.

    +
  • parseQuads(readable: Guarded<Readable>, options?: ParserOptions): Promise<Quad[]>
  • +

    Helper function to convert a Readable into an array of quads.

    +

    Parameters

    • readable: Guarded<Readable>
      +

      The readable object.

      +
    • options: ParserOptions = {}
      +

      Options for the parser.

      +

    Returns Promise<Quad[]>

    A promise containing the array of quads.

    +
  • pipeSafely<T>(readable: ReadableStream, destination: T, mapError?: (error: Error) => Error): Guarded<T>
  • +

    Pipes one stream into another and emits errors of the first stream with the second. +In case of an error in the first stream the second one will be destroyed with the given error. +This will also make the stream Guarded.

    +

    Type parameters

    • T: Writable<T>

    Parameters

    • readable: ReadableStream
      +

      Initial readable stream.

      +
    • destination: T
      +

      The destination for writing data.

      +
    • Optional mapError: (error: Error) => Error
      +

      Optional function that takes the error and converts it to a new error.

      +
        • (error: Error): Error
        • Parameters

          • error: Error

          Returns Error

    Returns Guarded<T>

    The destination stream.

    +
  • promiseSome(predicates: Promise<boolean>[]): Promise<boolean>
  • +

    A function that simulates the Array.some behaviour but on an array of Promises. +Returns true if at least one promise returns true. +Returns false if all promises return false or error.

    +
    remarks

    Predicates provided as input must be implemented considering +the following points:

    +
      +
    1. if they throw an error, it won't be propagated;
    2. +
    3. throwing an error should be logically equivalent to returning false.
    4. +
    +

    Parameters

    • predicates: Promise<boolean>[]

    Returns Promise<boolean>

  • readJsonStream(stream: Readable): Promise<NodeJS.Dict<any>>
  • +

    Interprets the stream as JSON and converts it to a Dict.

    +

    Parameters

    • stream: Readable
      +

      Stream of JSON data.

      +

    Returns Promise<NodeJS.Dict<any>>

    The parsed object.

    +
  • readPackageJson(): Promise<Record<string, any>>
  • +

    Reads the project package.json and returns it.

    +

    Returns Promise<Record<string, any>>

  • readTemplate(template?: Template): Promise<string>
  • readableToQuads(stream: Readable): Promise<Store>
  • +

    Imports quads from a stream into a Store.

    +

    Parameters

    • stream: Readable
      +

      Stream of quads.

      +

    Returns Promise<Store>

    A Store containing all the quads.

    +
  • readableToString(stream: Readable): Promise<string>
  • +

    Joins all strings of a stream.

    +

    Parameters

    • stream: Readable
      +

      Stream of strings.

      +

    Returns Promise<string>

    The joined string.

    +
  • resolveAssetPath(path?: string): string
  • +

    Converts file path inputs into absolute paths. +Works similar to absoluteFilePath but paths that start with the modulePathPlaceholder +will be relative to the module directory instead of the cwd.

    +

    Parameters

    • path: string = modulePathPlaceholder

    Returns string

  • resolveModulePath(relativePath?: string): string
  • +

    Creates an absolute path starting from the @solid/community-server module root.

    +

    Parameters

    • relativePath: string = ''

    Returns string

  • +

    Converts a given Response (from a request that was already made) to an RDF dataset. +In case the given Response object was already parsed its body can be passed along as a string.

    +

    The converter will be used to convert the response body to RDF.

    +

    Response will be a Representation with content-type internal/quads.

    +

    Parameters

    Returns Promise<Representation>

  • sanitizeUrlPart(urlPart: string): string
  • +

    Sanitizes part of a URL by replacing non-word content with a '-'.

    +

    Parameters

    • urlPart: string
      +

      The URL part to sanitize.

      +

    Returns string

    The sanitized output.

    +
  • serializeQuads(quads: Quad[], contentType?: string): Guarded<Readable>
  • +

    Helper function for serializing an array of quads, with as result a Readable object.

    +

    Parameters

    • quads: Quad[]
      +

      The array of quads.

      +
    • Optional contentType: string
      +

      The content-type to serialize to.

      +

    Returns Guarded<Readable>

    The Readable object.

    +
  • setSafeInterval(logger: Logger, message: string, callback: (...cbArgs: any[]) => void, ms?: number, ...args: any[]): NodeJS.Timeout
  • +

    Wraps the callback for {@link setInterval} so errors get caught and logged. +Parameters are identical to the {@link setInterval} parameters starting from the 3rd argument. +The logger and message will be used when the callback throws an error. +Supports asynchronous callback functions.

    +

    Parameters

    • logger: Logger
    • message: string
    • callback: (...cbArgs: any[]) => void
        • (...cbArgs: any[]): void
        • Parameters

          • Rest ...cbArgs: any[]

          Returns void

    • Optional ms: number
    • Rest ...args: any[]

    Returns NodeJS.Timeout

  • splitAndClean(input: string): string[]
  • +

    Splits the input string on commas, trims all parts and filters out empty ones.

    +

    Parameters

    • input: string
      +

      Input header string.

      +

    Returns string[]

  • splitCommaSeparated(input: string): string[]
  • +

    Splits a string by comma.

    +

    Parameters

    • input: string
      +

      String instance to split.

      +

    Returns string[]

    A String array containining the split parts.

    +
  • toCanonicalUriPath(path: string): string
  • +

    Converts a URI path to the canonical version by splitting on slashes, +decoding any percent-based encodings, and then encoding any special characters. +This function is used to clean unwanted characters in the components of +the provided path.

    +

    Parameters

    • path: string
      +

      The path to convert to its canonical URI path form.

      +

    Returns string

    The canonical URI path form of the provided path.

    +
  • toLiteral(object: string | number, dataType: NamedNode<string>): Literal
  • +

    Creates a literal by first converting the dataType string to a named node.

    +

    Parameters

    • object: string | number
      +

      Object value.

      +
    • dataType: NamedNode<string>
      +

      Object data type (as string).

      +

    Returns Literal

  • toNamedTerm(subject: string): NamedNode
  • toNamedTerm<T>(subject: T): T
  • toNamedTerm<T>(subject: string | T): T | NamedNode
  • +

    Converts a string to a named node when needed.

    +

    Parameters

    • subject: string
      +

      Subject to potentially transform.

      +

    Returns NamedNode

  • Type parameters

    • T: Term

    Parameters

    • subject: T

    Returns T

  • Type parameters

    • T: Term

    Parameters

    • subject: string | T

    Returns T | NamedNode

  • toObjectTerm(object: string, preferLiteral?: boolean): NamedNode
  • toObjectTerm<T>(object: T, preferLiteral?: boolean): T
  • toObjectTerm<T>(object: string | T, preferLiteral?: boolean): T | NamedNode
  • +

    Converts an object term when needed.

    +

    Parameters

    • object: string
      +

      Object to potentially transform.

      +
    • Optional preferLiteral: boolean
      +

      Whether strings are converted to literals or named nodes.

      +

    Returns NamedNode

  • Type parameters

    • T: Term

    Parameters

    • object: T
    • Optional preferLiteral: boolean

    Returns T

  • Type parameters

    • T: Term

    Parameters

    • object: string | T
    • Optional preferLiteral: boolean

    Returns T | NamedNode

  • toPredicateTerm(subject: string): NamedNode
  • toPredicateTerm<T>(subject: T): T
  • toPredicateTerm<T>(subject: string | T): T | NamedNode
  • transformQuotedStrings(input: string): { replacements: Record<string, string>; result: string }
  • +

    Replaces all double quoted strings in the input string with "0", "1", etc.

    +

    Parameters

    • input: string
      +

      The Accept header string.

      +

    Returns { replacements: Record<string, string>; result: string }

    The transformed string and a map with keys "0", etc. and values the original string that was there.

    +
    • replacements: Record<string, string>
    • result: string
  • +

    Transforms a stream, ensuring that all errors are forwarded.

    +

    Type parameters

    • T = any

    Parameters

    • source: ReadableStream
      +

      The stream to be transformed

      +
    • options: AsyncTransformOptions<T> = {}
      +

      The transformation options

      +

    Returns Guarded<Transform>

    The transformed stream

    +
  • trimTrailingSlashes(path: string): string
  • +

    Makes sure the input path has no slashes at the end.

    +

    Parameters

    • path: string
      +

      Path to check.

      +

    Returns string

    The potentially changed path.

    +
  • uniqueQuads(quads: Quad[]): Quad[]
  • +

    Filter out duplicate quads from an array.

    +

    Parameters

    • quads: Quad[]
      +

      Quads to filter.

      +

    Returns Quad[]

    A new array containing the unique quads.

    +

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 000000000..832d2c40f --- /dev/null +++ b/index.html @@ -0,0 +1,8 @@ + + + + + + Redirecting to the latest documentation. + +