@twin.org/engine-types 0.0.3-next.1 → 0.0.3-next.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/es/components/backgroundTask.js +9 -11
- package/dist/es/components/backgroundTask.js.map +1 -1
- package/dist/es/components/contextIdHandler.js +31 -0
- package/dist/es/components/contextIdHandler.js.map +1 -0
- package/dist/es/components/dataSpaceConnector.js +1 -2
- package/dist/es/components/dataSpaceConnector.js.map +1 -1
- package/dist/es/components/entityStorage.js +2 -1
- package/dist/es/components/entityStorage.js.map +1 -1
- package/dist/es/components/federatedCatalogue.js +1 -5
- package/dist/es/components/federatedCatalogue.js.map +1 -1
- package/dist/es/components/federatedCatalogueFilter.js +31 -0
- package/dist/es/components/federatedCatalogueFilter.js.map +1 -0
- package/dist/es/components/immutableProof.js +2 -1
- package/dist/es/components/immutableProof.js.map +1 -1
- package/dist/es/components/rightsManagementDap.js +2 -4
- package/dist/es/components/rightsManagementDap.js.map +1 -1
- package/dist/es/components/rightsManagementDarp.js +1 -0
- package/dist/es/components/rightsManagementDarp.js.map +1 -1
- package/dist/es/components/rightsManagementDataAccessHandler.js +27 -0
- package/dist/es/components/rightsManagementDataAccessHandler.js.map +1 -0
- package/dist/es/components/rightsManagementPdp.js +2 -16
- package/dist/es/components/rightsManagementPdp.js.map +1 -1
- package/dist/es/components/rightsManagementPep.js +2 -16
- package/dist/es/components/rightsManagementPep.js.map +1 -1
- package/dist/es/components/rightsManagementPip.js +2 -16
- package/dist/es/components/rightsManagementPip.js.map +1 -1
- package/dist/es/components/rightsManagementPnp.js +3 -23
- package/dist/es/components/rightsManagementPnp.js.map +1 -1
- package/dist/es/components/rightsManagementPolicyArbiter.js +27 -0
- package/dist/es/components/rightsManagementPolicyArbiter.js.map +1 -0
- package/dist/es/components/rightsManagementPolicyEnforcementProcessor.js +27 -0
- package/dist/es/components/rightsManagementPolicyEnforcementProcessor.js.map +1 -0
- package/dist/es/components/rightsManagementPolicyExecutionAction.js +27 -0
- package/dist/es/components/rightsManagementPolicyExecutionAction.js.map +1 -0
- package/dist/es/components/rightsManagementPolicyInformationSource.js +35 -0
- package/dist/es/components/rightsManagementPolicyInformationSource.js.map +1 -0
- package/dist/es/components/rightsManagementPolicyNegotiator.js +27 -0
- package/dist/es/components/rightsManagementPolicyNegotiator.js.map +1 -0
- package/dist/es/components/rightsManagementPolicyRequester.js +27 -0
- package/dist/es/components/rightsManagementPolicyRequester.js.map +1 -0
- package/dist/es/components/rightsManagementPxp.js +2 -16
- package/dist/es/components/rightsManagementPxp.js.map +1 -1
- package/dist/es/components/synchronisedStorage.js +1 -1
- package/dist/es/components/synchronisedStorage.js.map +1 -1
- package/dist/es/components/trust.js +29 -0
- package/dist/es/components/trust.js.map +1 -0
- package/dist/es/components/trustGenerator.js +28 -0
- package/dist/es/components/trustGenerator.js.map +1 -0
- package/dist/es/components/trustVerifier.js +28 -0
- package/dist/es/components/trustVerifier.js.map +1 -0
- package/dist/es/index.js +38 -2
- package/dist/es/index.js.map +1 -1
- package/dist/es/models/IEngineConfig.js.map +1 -1
- package/dist/es/models/config/backgroundTaskComponentConfig.js +2 -0
- package/dist/es/models/config/backgroundTaskComponentConfig.js.map +1 -0
- package/dist/es/models/config/contextIdHandlerComponentConfig.js +2 -0
- package/dist/es/models/config/contextIdHandlerComponentConfig.js.map +1 -0
- package/dist/es/models/config/federatedCatalogueFilterComponentConfig.js +2 -0
- package/dist/es/models/config/federatedCatalogueFilterComponentConfig.js.map +1 -0
- package/dist/es/models/config/rightsManagementDarpComponentConfig.js.map +1 -1
- package/dist/es/models/config/rightsManagementDataAccessHandlerComponentConfig.js +2 -0
- package/dist/es/models/config/rightsManagementDataAccessHandlerComponentConfig.js.map +1 -0
- package/dist/es/models/config/rightsManagementPdpComponentConfig.js.map +1 -1
- package/dist/es/models/config/rightsManagementPepComponentConfig.js.map +1 -1
- package/dist/es/models/config/rightsManagementPipComponentConfig.js.map +1 -1
- package/dist/es/models/config/rightsManagementPnpComponentConfig.js.map +1 -1
- package/dist/es/models/config/rightsManagementPolicyArbiterComponentConfig.js +2 -0
- package/dist/es/models/config/rightsManagementPolicyArbiterComponentConfig.js.map +1 -0
- package/dist/es/models/config/rightsManagementPolicyEnforcementProcessorComponentConfig.js +2 -0
- package/dist/es/models/config/rightsManagementPolicyEnforcementProcessorComponentConfig.js.map +1 -0
- package/dist/es/models/config/rightsManagementPolicyExecutionActionComponentConfig.js +2 -0
- package/dist/es/models/config/rightsManagementPolicyExecutionActionComponentConfig.js.map +1 -0
- package/dist/es/models/config/rightsManagementPolicyInformationSourceComponentConfig.js +2 -0
- package/dist/es/models/config/rightsManagementPolicyInformationSourceComponentConfig.js.map +1 -0
- package/dist/es/models/config/rightsManagementPolicyNegotiatorComponentConfig.js +2 -0
- package/dist/es/models/config/rightsManagementPolicyNegotiatorComponentConfig.js.map +1 -0
- package/dist/es/models/config/rightsManagementPolicyRequesterComponentConfig.js +2 -0
- package/dist/es/models/config/rightsManagementPolicyRequesterComponentConfig.js.map +1 -0
- package/dist/es/models/config/rightsManagementPxpComponentConfig.js.map +1 -1
- package/dist/es/models/config/trustComponentConfig.js +2 -0
- package/dist/es/models/config/trustComponentConfig.js.map +1 -0
- package/dist/es/models/config/trustGeneratorComponentConfig.js +2 -0
- package/dist/es/models/config/trustGeneratorComponentConfig.js.map +1 -0
- package/dist/es/models/config/trustVerifierComponentConfig.js +2 -0
- package/dist/es/models/config/trustVerifierComponentConfig.js.map +1 -0
- package/dist/es/models/types/backgroundTaskComponentType.js +13 -0
- package/dist/es/models/types/backgroundTaskComponentType.js.map +1 -0
- package/dist/es/models/types/contextIdHandlerComponentType.js +17 -0
- package/dist/es/models/types/contextIdHandlerComponentType.js.map +1 -0
- package/dist/es/models/types/federatedCatalogueFilterComponentType.js +13 -0
- package/dist/es/models/types/federatedCatalogueFilterComponentType.js.map +1 -0
- package/dist/es/models/types/rightsManagementDataAccessHandlerComponentType.js +13 -0
- package/dist/es/models/types/rightsManagementDataAccessHandlerComponentType.js.map +1 -0
- package/dist/es/models/types/rightsManagementPolicyArbiterComponentType.js +13 -0
- package/dist/es/models/types/rightsManagementPolicyArbiterComponentType.js.map +1 -0
- package/dist/es/models/types/rightsManagementPolicyEnforcementProcessorComponentType.js +13 -0
- package/dist/es/models/types/rightsManagementPolicyEnforcementProcessorComponentType.js.map +1 -0
- package/dist/es/models/types/rightsManagementPolicyExecutionActionComponentType.js +13 -0
- package/dist/es/models/types/rightsManagementPolicyExecutionActionComponentType.js.map +1 -0
- package/dist/es/models/types/rightsManagementPolicyInformationSourceComponentType.js +17 -0
- package/dist/es/models/types/rightsManagementPolicyInformationSourceComponentType.js.map +1 -0
- package/dist/es/models/types/rightsManagementPolicyNegotiatorComponentType.js +13 -0
- package/dist/es/models/types/rightsManagementPolicyNegotiatorComponentType.js.map +1 -0
- package/dist/es/models/types/rightsManagementPolicyRequesterComponentType.js +13 -0
- package/dist/es/models/types/rightsManagementPolicyRequesterComponentType.js.map +1 -0
- package/dist/es/models/types/trustComponentType.js +13 -0
- package/dist/es/models/types/trustComponentType.js.map +1 -0
- package/dist/es/models/types/trustGeneratorComponentType.js +13 -0
- package/dist/es/models/types/trustGeneratorComponentType.js.map +1 -0
- package/dist/es/models/types/trustVerifierComponentType.js +13 -0
- package/dist/es/models/types/trustVerifierComponentType.js.map +1 -0
- package/dist/types/components/backgroundTask.d.ts +5 -6
- package/dist/types/components/contextIdHandler.d.ts +16 -0
- package/dist/types/components/federatedCatalogueFilter.d.ts +17 -0
- package/dist/types/components/rightsManagementDataAccessHandler.d.ts +17 -0
- package/dist/types/components/rightsManagementPolicyArbiter.d.ts +17 -0
- package/dist/types/components/rightsManagementPolicyEnforcementProcessor.d.ts +17 -0
- package/dist/types/components/rightsManagementPolicyExecutionAction.d.ts +17 -0
- package/dist/types/components/rightsManagementPolicyInformationSource.d.ts +17 -0
- package/dist/types/components/rightsManagementPolicyNegotiator.d.ts +17 -0
- package/dist/types/components/rightsManagementPolicyRequester.d.ts +17 -0
- package/dist/types/components/trust.d.ts +16 -0
- package/dist/types/components/trustGenerator.d.ts +17 -0
- package/dist/types/components/trustVerifier.d.ts +17 -0
- package/dist/types/index.d.ts +38 -2
- package/dist/types/models/IEngineConfig.d.ts +63 -3
- package/dist/types/models/config/backgroundTaskComponentConfig.d.ts +9 -0
- package/dist/types/models/config/contextIdHandlerComponentConfig.d.ts +11 -0
- package/dist/types/models/config/federatedCatalogueFilterComponentConfig.d.ts +9 -0
- package/dist/types/models/config/rightsManagementDarpComponentConfig.d.ts +1 -4
- package/dist/types/models/config/rightsManagementDataAccessHandlerComponentConfig.d.ts +9 -0
- package/dist/types/models/config/rightsManagementPdpComponentConfig.d.ts +1 -4
- package/dist/types/models/config/rightsManagementPepComponentConfig.d.ts +1 -4
- package/dist/types/models/config/rightsManagementPipComponentConfig.d.ts +1 -4
- package/dist/types/models/config/rightsManagementPnpComponentConfig.d.ts +1 -5
- package/dist/types/models/config/rightsManagementPolicyArbiterComponentConfig.d.ts +9 -0
- package/dist/types/models/config/rightsManagementPolicyEnforcementProcessorComponentConfig.d.ts +9 -0
- package/dist/types/models/config/rightsManagementPolicyExecutionActionComponentConfig.d.ts +9 -0
- package/dist/types/models/config/rightsManagementPolicyInformationSourceComponentConfig.d.ts +12 -0
- package/dist/types/models/config/rightsManagementPolicyNegotiatorComponentConfig.d.ts +9 -0
- package/dist/types/models/config/rightsManagementPolicyRequesterComponentConfig.d.ts +9 -0
- package/dist/types/models/config/rightsManagementPxpComponentConfig.d.ts +1 -4
- package/dist/types/models/config/trustComponentConfig.d.ts +9 -0
- package/dist/types/models/config/trustGeneratorComponentConfig.d.ts +9 -0
- package/dist/types/models/config/trustVerifierComponentConfig.d.ts +9 -0
- package/dist/types/models/types/backgroundTaskComponentType.d.ts +13 -0
- package/dist/types/models/types/contextIdHandlerComponentType.d.ts +17 -0
- package/dist/types/models/types/federatedCatalogueFilterComponentType.d.ts +13 -0
- package/dist/types/models/types/rightsManagementDataAccessHandlerComponentType.d.ts +13 -0
- package/dist/types/models/types/rightsManagementPolicyArbiterComponentType.d.ts +13 -0
- package/dist/types/models/types/rightsManagementPolicyEnforcementProcessorComponentType.d.ts +13 -0
- package/dist/types/models/types/rightsManagementPolicyExecutionActionComponentType.d.ts +13 -0
- package/dist/types/models/types/rightsManagementPolicyInformationSourceComponentType.d.ts +17 -0
- package/dist/types/models/types/rightsManagementPolicyNegotiatorComponentType.d.ts +13 -0
- package/dist/types/models/types/rightsManagementPolicyRequesterComponentType.d.ts +13 -0
- package/dist/types/models/types/trustComponentType.d.ts +13 -0
- package/dist/types/models/types/trustGeneratorComponentType.d.ts +13 -0
- package/dist/types/models/types/trustVerifierComponentType.d.ts +13 -0
- package/docs/changelog.md +140 -0
- package/docs/reference/functions/{initialiseBackgroundTaskConnector.md → initialiseBackgroundTaskComponent.md} +5 -5
- package/docs/reference/functions/initialiseContextIdHandlerComponent.md +31 -0
- package/docs/reference/functions/initialiseFederatedCatalogueFilterComponent.md +31 -0
- package/docs/reference/functions/initialiseRightsManagementDataAccessHandlerComponent.md +31 -0
- package/docs/reference/functions/initialiseRightsManagementPolicyArbiterComponent.md +31 -0
- package/docs/reference/functions/initialiseRightsManagementPolicyEnforcementProcessorComponent.md +31 -0
- package/docs/reference/functions/initialiseRightsManagementPolicyExecutionActionComponent.md +31 -0
- package/docs/reference/functions/initialiseRightsManagementPolicyInformationSourceComponent.md +31 -0
- package/docs/reference/functions/initialiseRightsManagementPolicyNegotiatorComponent.md +31 -0
- package/docs/reference/functions/initialiseRightsManagementPolicyRequesterComponent.md +31 -0
- package/docs/reference/functions/initialiseTrustComponent.md +31 -0
- package/docs/reference/functions/initialiseTrustGeneratorComponent.md +31 -0
- package/docs/reference/functions/initialiseTrustVerifierComponent.md +31 -0
- package/docs/reference/index.md +52 -4
- package/docs/reference/interfaces/IEngineConfig.md +75 -3
- package/docs/reference/type-aliases/BackgroundTaskComponentConfig.md +17 -0
- package/docs/reference/type-aliases/BackgroundTaskComponentType.md +5 -0
- package/docs/reference/type-aliases/ContextIdHandlerComponentConfig.md +5 -0
- package/docs/reference/type-aliases/ContextIdHandlerComponentType.md +5 -0
- package/docs/reference/type-aliases/FederatedCatalogueFilterComponentConfig.md +17 -0
- package/docs/reference/type-aliases/FederatedCatalogueFilterComponentType.md +5 -0
- package/docs/reference/type-aliases/RightsManagementDarpComponentConfig.md +1 -7
- package/docs/reference/type-aliases/RightsManagementDataAccessHandlerComponentConfig.md +17 -0
- package/docs/reference/type-aliases/RightsManagementDataAccessHandlerComponentType.md +5 -0
- package/docs/reference/type-aliases/RightsManagementPdpComponentConfig.md +1 -7
- package/docs/reference/type-aliases/RightsManagementPepComponentConfig.md +1 -7
- package/docs/reference/type-aliases/RightsManagementPipComponentConfig.md +1 -7
- package/docs/reference/type-aliases/RightsManagementPnpComponentConfig.md +1 -1
- package/docs/reference/type-aliases/RightsManagementPolicyArbiterComponentConfig.md +17 -0
- package/docs/reference/type-aliases/RightsManagementPolicyArbiterComponentType.md +5 -0
- package/docs/reference/type-aliases/RightsManagementPolicyEnforcementProcessorComponentConfig.md +17 -0
- package/docs/reference/type-aliases/RightsManagementPolicyEnforcementProcessorComponentType.md +5 -0
- package/docs/reference/type-aliases/RightsManagementPolicyExecutionActionComponentConfig.md +17 -0
- package/docs/reference/type-aliases/RightsManagementPolicyExecutionActionComponentType.md +5 -0
- package/docs/reference/type-aliases/RightsManagementPolicyInformationSourceComponentConfig.md +5 -0
- package/docs/reference/type-aliases/RightsManagementPolicyInformationSourceComponentType.md +5 -0
- package/docs/reference/type-aliases/RightsManagementPolicyNegotiatorComponentConfig.md +17 -0
- package/docs/reference/type-aliases/RightsManagementPolicyNegotiatorComponentType.md +5 -0
- package/docs/reference/type-aliases/RightsManagementPolicyRequesterComponentConfig.md +17 -0
- package/docs/reference/type-aliases/RightsManagementPolicyRequesterComponentType.md +5 -0
- package/docs/reference/type-aliases/RightsManagementPxpComponentConfig.md +1 -7
- package/docs/reference/type-aliases/TrustComponentConfig.md +17 -0
- package/docs/reference/type-aliases/TrustComponentType.md +5 -0
- package/docs/reference/type-aliases/TrustGeneratorComponentConfig.md +17 -0
- package/docs/reference/type-aliases/TrustGeneratorComponentType.md +5 -0
- package/docs/reference/type-aliases/TrustVerifierComponentConfig.md +17 -0
- package/docs/reference/type-aliases/TrustVerifierComponentType.md +5 -0
- package/docs/reference/variables/BackgroundTaskComponentType.md +13 -0
- package/docs/reference/variables/ContextIdHandlerComponentType.md +19 -0
- package/docs/reference/variables/FederatedCatalogueFilterComponentType.md +13 -0
- package/docs/reference/variables/RightsManagementDataAccessHandlerComponentType.md +13 -0
- package/docs/reference/variables/RightsManagementPolicyArbiterComponentType.md +13 -0
- package/docs/reference/variables/RightsManagementPolicyEnforcementProcessorComponentType.md +13 -0
- package/docs/reference/variables/RightsManagementPolicyExecutionActionComponentType.md +13 -0
- package/docs/reference/variables/RightsManagementPolicyInformationSourceComponentType.md +19 -0
- package/docs/reference/variables/RightsManagementPolicyNegotiatorComponentType.md +13 -0
- package/docs/reference/variables/RightsManagementPolicyRequesterComponentType.md +13 -0
- package/docs/reference/variables/TrustComponentType.md +13 -0
- package/docs/reference/variables/TrustGeneratorComponentType.md +13 -0
- package/docs/reference/variables/TrustVerifierComponentType.md +13 -0
- package/package.json +10 -4
- package/dist/es/models/config/backgroundTaskConnectorConfig.js +0 -2
- package/dist/es/models/config/backgroundTaskConnectorConfig.js.map +0 -1
- package/dist/es/models/types/backgroundTaskConnectorType.js +0 -13
- package/dist/es/models/types/backgroundTaskConnectorType.js.map +0 -1
- package/dist/types/models/config/backgroundTaskConnectorConfig.d.ts +0 -9
- package/dist/types/models/types/backgroundTaskConnectorType.d.ts +0 -13
- package/docs/reference/type-aliases/BackgroundTaskConnectorConfig.md +0 -17
- package/docs/reference/type-aliases/BackgroundTaskConnectorType.md +0 -5
- package/docs/reference/variables/BackgroundTaskConnectorType.md +0 -13
package/docs/reference/index.md
CHANGED
|
@@ -15,9 +15,10 @@
|
|
|
15
15
|
- [AuditableItemGraphComponentConfig](type-aliases/AuditableItemGraphComponentConfig.md)
|
|
16
16
|
- [AuditableItemStreamComponentConfig](type-aliases/AuditableItemStreamComponentConfig.md)
|
|
17
17
|
- [AuthenticationGeneratorComponentConfig](type-aliases/AuthenticationGeneratorComponentConfig.md)
|
|
18
|
-
- [
|
|
18
|
+
- [BackgroundTaskComponentConfig](type-aliases/BackgroundTaskComponentConfig.md)
|
|
19
19
|
- [BlobStorageComponentConfig](type-aliases/BlobStorageComponentConfig.md)
|
|
20
20
|
- [BlobStorageConnectorConfig](type-aliases/BlobStorageConnectorConfig.md)
|
|
21
|
+
- [ContextIdHandlerComponentConfig](type-aliases/ContextIdHandlerComponentConfig.md)
|
|
21
22
|
- [DataConverterConnectorConfig](type-aliases/DataConverterConnectorConfig.md)
|
|
22
23
|
- [DataExtractorConnectorConfig](type-aliases/DataExtractorConnectorConfig.md)
|
|
23
24
|
- [DataProcessingComponentConfig](type-aliases/DataProcessingComponentConfig.md)
|
|
@@ -30,6 +31,7 @@
|
|
|
30
31
|
- [EventBusConnectorConfig](type-aliases/EventBusConnectorConfig.md)
|
|
31
32
|
- [FaucetConnectorConfig](type-aliases/FaucetConnectorConfig.md)
|
|
32
33
|
- [FederatedCatalogueComponentConfig](type-aliases/FederatedCatalogueComponentConfig.md)
|
|
34
|
+
- [FederatedCatalogueFilterComponentConfig](type-aliases/FederatedCatalogueFilterComponentConfig.md)
|
|
33
35
|
- [IdentityComponentConfig](type-aliases/IdentityComponentConfig.md)
|
|
34
36
|
- [IdentityConnectorConfig](type-aliases/IdentityConnectorConfig.md)
|
|
35
37
|
- [IdentityProfileComponentConfig](type-aliases/IdentityProfileComponentConfig.md)
|
|
@@ -48,6 +50,7 @@
|
|
|
48
50
|
- [NftConnectorConfig](type-aliases/NftConnectorConfig.md)
|
|
49
51
|
- [RightsManagementDapComponentConfig](type-aliases/RightsManagementDapComponentConfig.md)
|
|
50
52
|
- [RightsManagementDarpComponentConfig](type-aliases/RightsManagementDarpComponentConfig.md)
|
|
53
|
+
- [RightsManagementDataAccessHandlerComponentConfig](type-aliases/RightsManagementDataAccessHandlerComponentConfig.md)
|
|
51
54
|
- [RightsManagementPapComponentConfig](type-aliases/RightsManagementPapComponentConfig.md)
|
|
52
55
|
- [RightsManagementPdpComponentConfig](type-aliases/RightsManagementPdpComponentConfig.md)
|
|
53
56
|
- [RightsManagementPepComponentConfig](type-aliases/RightsManagementPepComponentConfig.md)
|
|
@@ -55,12 +58,21 @@
|
|
|
55
58
|
- [RightsManagementPmpComponentConfig](type-aliases/RightsManagementPmpComponentConfig.md)
|
|
56
59
|
- [RightsManagementPnapComponentConfig](type-aliases/RightsManagementPnapComponentConfig.md)
|
|
57
60
|
- [RightsManagementPnpComponentConfig](type-aliases/RightsManagementPnpComponentConfig.md)
|
|
61
|
+
- [RightsManagementPolicyArbiterComponentConfig](type-aliases/RightsManagementPolicyArbiterComponentConfig.md)
|
|
62
|
+
- [RightsManagementPolicyEnforcementProcessorComponentConfig](type-aliases/RightsManagementPolicyEnforcementProcessorComponentConfig.md)
|
|
63
|
+
- [RightsManagementPolicyExecutionActionComponentConfig](type-aliases/RightsManagementPolicyExecutionActionComponentConfig.md)
|
|
64
|
+
- [RightsManagementPolicyInformationSourceComponentConfig](type-aliases/RightsManagementPolicyInformationSourceComponentConfig.md)
|
|
65
|
+
- [RightsManagementPolicyNegotiatorComponentConfig](type-aliases/RightsManagementPolicyNegotiatorComponentConfig.md)
|
|
66
|
+
- [RightsManagementPolicyRequesterComponentConfig](type-aliases/RightsManagementPolicyRequesterComponentConfig.md)
|
|
58
67
|
- [RightsManagementPxpComponentConfig](type-aliases/RightsManagementPxpComponentConfig.md)
|
|
59
68
|
- [SynchronisedStorageComponentConfig](type-aliases/SynchronisedStorageComponentConfig.md)
|
|
60
69
|
- [TaskSchedulerComponentConfig](type-aliases/TaskSchedulerComponentConfig.md)
|
|
61
70
|
- [TelemetryComponentConfig](type-aliases/TelemetryComponentConfig.md)
|
|
62
71
|
- [TelemetryConnectorConfig](type-aliases/TelemetryConnectorConfig.md)
|
|
63
72
|
- [TenantAdminComponentConfig](type-aliases/TenantAdminComponentConfig.md)
|
|
73
|
+
- [TrustComponentConfig](type-aliases/TrustComponentConfig.md)
|
|
74
|
+
- [TrustGeneratorComponentConfig](type-aliases/TrustGeneratorComponentConfig.md)
|
|
75
|
+
- [TrustVerifierComponentConfig](type-aliases/TrustVerifierComponentConfig.md)
|
|
64
76
|
- [VaultConnectorConfig](type-aliases/VaultConnectorConfig.md)
|
|
65
77
|
- [VerifiableStorageComponentConfig](type-aliases/VerifiableStorageComponentConfig.md)
|
|
66
78
|
- [VerifiableStorageConnectorConfig](type-aliases/VerifiableStorageConnectorConfig.md)
|
|
@@ -70,9 +82,10 @@
|
|
|
70
82
|
- [AuditableItemGraphComponentType](type-aliases/AuditableItemGraphComponentType.md)
|
|
71
83
|
- [AuditableItemStreamComponentType](type-aliases/AuditableItemStreamComponentType.md)
|
|
72
84
|
- [AuthenticationGeneratorComponentType](type-aliases/AuthenticationGeneratorComponentType.md)
|
|
73
|
-
- [
|
|
85
|
+
- [BackgroundTaskComponentType](type-aliases/BackgroundTaskComponentType.md)
|
|
74
86
|
- [BlobStorageComponentType](type-aliases/BlobStorageComponentType.md)
|
|
75
87
|
- [BlobStorageConnectorType](type-aliases/BlobStorageConnectorType.md)
|
|
88
|
+
- [ContextIdHandlerComponentType](type-aliases/ContextIdHandlerComponentType.md)
|
|
76
89
|
- [DataConverterConnectorType](type-aliases/DataConverterConnectorType.md)
|
|
77
90
|
- [DataExtractorConnectorType](type-aliases/DataExtractorConnectorType.md)
|
|
78
91
|
- [DataProcessingComponentType](type-aliases/DataProcessingComponentType.md)
|
|
@@ -85,6 +98,7 @@
|
|
|
85
98
|
- [EventBusConnectorType](type-aliases/EventBusConnectorType.md)
|
|
86
99
|
- [FaucetConnectorType](type-aliases/FaucetConnectorType.md)
|
|
87
100
|
- [FederatedCatalogueComponentType](type-aliases/FederatedCatalogueComponentType.md)
|
|
101
|
+
- [FederatedCatalogueFilterComponentType](type-aliases/FederatedCatalogueFilterComponentType.md)
|
|
88
102
|
- [IdentityComponentType](type-aliases/IdentityComponentType.md)
|
|
89
103
|
- [IdentityConnectorType](type-aliases/IdentityConnectorType.md)
|
|
90
104
|
- [IdentityProfileComponentType](type-aliases/IdentityProfileComponentType.md)
|
|
@@ -103,6 +117,7 @@
|
|
|
103
117
|
- [NftConnectorType](type-aliases/NftConnectorType.md)
|
|
104
118
|
- [RightsManagementDapComponentType](type-aliases/RightsManagementDapComponentType.md)
|
|
105
119
|
- [RightsManagementDarpComponentType](type-aliases/RightsManagementDarpComponentType.md)
|
|
120
|
+
- [RightsManagementDataAccessHandlerComponentType](type-aliases/RightsManagementDataAccessHandlerComponentType.md)
|
|
106
121
|
- [RightsManagementPapComponentType](type-aliases/RightsManagementPapComponentType.md)
|
|
107
122
|
- [RightsManagementPdpComponentType](type-aliases/RightsManagementPdpComponentType.md)
|
|
108
123
|
- [RightsManagementPepComponentType](type-aliases/RightsManagementPepComponentType.md)
|
|
@@ -110,12 +125,21 @@
|
|
|
110
125
|
- [RightsManagementPmpComponentType](type-aliases/RightsManagementPmpComponentType.md)
|
|
111
126
|
- [RightsManagementPnapComponentType](type-aliases/RightsManagementPnapComponentType.md)
|
|
112
127
|
- [RightsManagementPnpComponentType](type-aliases/RightsManagementPnpComponentType.md)
|
|
128
|
+
- [RightsManagementPolicyArbiterComponentType](type-aliases/RightsManagementPolicyArbiterComponentType.md)
|
|
129
|
+
- [RightsManagementPolicyEnforcementProcessorComponentType](type-aliases/RightsManagementPolicyEnforcementProcessorComponentType.md)
|
|
130
|
+
- [RightsManagementPolicyExecutionActionComponentType](type-aliases/RightsManagementPolicyExecutionActionComponentType.md)
|
|
131
|
+
- [RightsManagementPolicyInformationSourceComponentType](type-aliases/RightsManagementPolicyInformationSourceComponentType.md)
|
|
132
|
+
- [RightsManagementPolicyNegotiatorComponentType](type-aliases/RightsManagementPolicyNegotiatorComponentType.md)
|
|
133
|
+
- [RightsManagementPolicyRequesterComponentType](type-aliases/RightsManagementPolicyRequesterComponentType.md)
|
|
113
134
|
- [RightsManagementPxpComponentType](type-aliases/RightsManagementPxpComponentType.md)
|
|
114
135
|
- [SynchronisedStorageComponentType](type-aliases/SynchronisedStorageComponentType.md)
|
|
115
136
|
- [TaskSchedulerComponentType](type-aliases/TaskSchedulerComponentType.md)
|
|
116
137
|
- [TelemetryComponentType](type-aliases/TelemetryComponentType.md)
|
|
117
138
|
- [TelemetryConnectorType](type-aliases/TelemetryConnectorType.md)
|
|
118
139
|
- [TenantAdminComponentType](type-aliases/TenantAdminComponentType.md)
|
|
140
|
+
- [TrustComponentType](type-aliases/TrustComponentType.md)
|
|
141
|
+
- [TrustGeneratorComponentType](type-aliases/TrustGeneratorComponentType.md)
|
|
142
|
+
- [TrustVerifierComponentType](type-aliases/TrustVerifierComponentType.md)
|
|
119
143
|
- [VaultConnectorType](type-aliases/VaultConnectorType.md)
|
|
120
144
|
- [IVerifiableStorageComponentType](type-aliases/IVerifiableStorageComponentType.md)
|
|
121
145
|
- [VerifiableStorageConnectorType](type-aliases/VerifiableStorageConnectorType.md)
|
|
@@ -128,9 +152,10 @@
|
|
|
128
152
|
- [AuditableItemGraphComponentType](variables/AuditableItemGraphComponentType.md)
|
|
129
153
|
- [AuditableItemStreamComponentType](variables/AuditableItemStreamComponentType.md)
|
|
130
154
|
- [AuthenticationGeneratorComponentType](variables/AuthenticationGeneratorComponentType.md)
|
|
131
|
-
- [
|
|
155
|
+
- [BackgroundTaskComponentType](variables/BackgroundTaskComponentType.md)
|
|
132
156
|
- [BlobStorageComponentType](variables/BlobStorageComponentType.md)
|
|
133
157
|
- [BlobStorageConnectorType](variables/BlobStorageConnectorType.md)
|
|
158
|
+
- [ContextIdHandlerComponentType](variables/ContextIdHandlerComponentType.md)
|
|
134
159
|
- [DataConverterConnectorType](variables/DataConverterConnectorType.md)
|
|
135
160
|
- [DataExtractorConnectorType](variables/DataExtractorConnectorType.md)
|
|
136
161
|
- [DataProcessingComponentType](variables/DataProcessingComponentType.md)
|
|
@@ -143,6 +168,7 @@
|
|
|
143
168
|
- [EventBusConnectorType](variables/EventBusConnectorType.md)
|
|
144
169
|
- [FaucetConnectorType](variables/FaucetConnectorType.md)
|
|
145
170
|
- [FederatedCatalogueComponentType](variables/FederatedCatalogueComponentType.md)
|
|
171
|
+
- [FederatedCatalogueFilterComponentType](variables/FederatedCatalogueFilterComponentType.md)
|
|
146
172
|
- [IdentityComponentType](variables/IdentityComponentType.md)
|
|
147
173
|
- [IdentityConnectorType](variables/IdentityConnectorType.md)
|
|
148
174
|
- [IdentityProfileComponentType](variables/IdentityProfileComponentType.md)
|
|
@@ -161,6 +187,7 @@
|
|
|
161
187
|
- [NftConnectorType](variables/NftConnectorType.md)
|
|
162
188
|
- [RightsManagementDapComponentType](variables/RightsManagementDapComponentType.md)
|
|
163
189
|
- [RightsManagementDarpComponentType](variables/RightsManagementDarpComponentType.md)
|
|
190
|
+
- [RightsManagementDataAccessHandlerComponentType](variables/RightsManagementDataAccessHandlerComponentType.md)
|
|
164
191
|
- [RightsManagementPapComponentType](variables/RightsManagementPapComponentType.md)
|
|
165
192
|
- [RightsManagementPdpComponentType](variables/RightsManagementPdpComponentType.md)
|
|
166
193
|
- [RightsManagementPepComponentType](variables/RightsManagementPepComponentType.md)
|
|
@@ -168,12 +195,21 @@
|
|
|
168
195
|
- [RightsManagementPmpComponentType](variables/RightsManagementPmpComponentType.md)
|
|
169
196
|
- [RightsManagementPnapComponentType](variables/RightsManagementPnapComponentType.md)
|
|
170
197
|
- [RightsManagementPnpComponentType](variables/RightsManagementPnpComponentType.md)
|
|
198
|
+
- [RightsManagementPolicyArbiterComponentType](variables/RightsManagementPolicyArbiterComponentType.md)
|
|
199
|
+
- [RightsManagementPolicyEnforcementProcessorComponentType](variables/RightsManagementPolicyEnforcementProcessorComponentType.md)
|
|
200
|
+
- [RightsManagementPolicyExecutionActionComponentType](variables/RightsManagementPolicyExecutionActionComponentType.md)
|
|
201
|
+
- [RightsManagementPolicyInformationSourceComponentType](variables/RightsManagementPolicyInformationSourceComponentType.md)
|
|
202
|
+
- [RightsManagementPolicyNegotiatorComponentType](variables/RightsManagementPolicyNegotiatorComponentType.md)
|
|
203
|
+
- [RightsManagementPolicyRequesterComponentType](variables/RightsManagementPolicyRequesterComponentType.md)
|
|
171
204
|
- [RightsManagementPxpComponentType](variables/RightsManagementPxpComponentType.md)
|
|
172
205
|
- [SynchronisedStorageComponentType](variables/SynchronisedStorageComponentType.md)
|
|
173
206
|
- [TaskSchedulerComponentType](variables/TaskSchedulerComponentType.md)
|
|
174
207
|
- [TelemetryComponentType](variables/TelemetryComponentType.md)
|
|
175
208
|
- [TelemetryConnectorType](variables/TelemetryConnectorType.md)
|
|
176
209
|
- [TenantAdminComponentType](variables/TenantAdminComponentType.md)
|
|
210
|
+
- [TrustComponentType](variables/TrustComponentType.md)
|
|
211
|
+
- [TrustGeneratorComponentType](variables/TrustGeneratorComponentType.md)
|
|
212
|
+
- [TrustVerifierComponentType](variables/TrustVerifierComponentType.md)
|
|
177
213
|
- [VaultConnectorType](variables/VaultConnectorType.md)
|
|
178
214
|
- [VerifiableStorageComponentType](variables/VerifiableStorageComponentType.md)
|
|
179
215
|
- [VerifiableStorageConnectorType](variables/VerifiableStorageConnectorType.md)
|
|
@@ -186,9 +222,10 @@
|
|
|
186
222
|
- [initialiseAuditableItemGraphComponent](functions/initialiseAuditableItemGraphComponent.md)
|
|
187
223
|
- [initialiseAuditableItemStreamComponent](functions/initialiseAuditableItemStreamComponent.md)
|
|
188
224
|
- [initialiseAuthenticationGeneratorComponent](functions/initialiseAuthenticationGeneratorComponent.md)
|
|
189
|
-
- [
|
|
225
|
+
- [initialiseBackgroundTaskComponent](functions/initialiseBackgroundTaskComponent.md)
|
|
190
226
|
- [initialiseBlobStorageConnector](functions/initialiseBlobStorageConnector.md)
|
|
191
227
|
- [initialiseBlobStorageComponent](functions/initialiseBlobStorageComponent.md)
|
|
228
|
+
- [initialiseContextIdHandlerComponent](functions/initialiseContextIdHandlerComponent.md)
|
|
192
229
|
- [initialiseDataConverterConnector](functions/initialiseDataConverterConnector.md)
|
|
193
230
|
- [initialiseDataExtractorConnector](functions/initialiseDataExtractorConnector.md)
|
|
194
231
|
- [initialiseDataProcessingComponent](functions/initialiseDataProcessingComponent.md)
|
|
@@ -200,6 +237,7 @@
|
|
|
200
237
|
- [initialiseEventBusComponent](functions/initialiseEventBusComponent.md)
|
|
201
238
|
- [initialiseFaucetConnector](functions/initialiseFaucetConnector.md)
|
|
202
239
|
- [initialiseFederatedCatalogueComponent](functions/initialiseFederatedCatalogueComponent.md)
|
|
240
|
+
- [initialiseFederatedCatalogueFilterComponent](functions/initialiseFederatedCatalogueFilterComponent.md)
|
|
203
241
|
- [initialiseIdentityConnector](functions/initialiseIdentityConnector.md)
|
|
204
242
|
- [initialiseIdentityComponent](functions/initialiseIdentityComponent.md)
|
|
205
243
|
- [initialiseIdentityProfileConnector](functions/initialiseIdentityProfileConnector.md)
|
|
@@ -218,6 +256,7 @@
|
|
|
218
256
|
- [initialiseNftComponent](functions/initialiseNftComponent.md)
|
|
219
257
|
- [initialiseRightsManagementDapComponent](functions/initialiseRightsManagementDapComponent.md)
|
|
220
258
|
- [initialiseRightsManagementDarpComponent](functions/initialiseRightsManagementDarpComponent.md)
|
|
259
|
+
- [initialiseRightsManagementDataAccessHandlerComponent](functions/initialiseRightsManagementDataAccessHandlerComponent.md)
|
|
221
260
|
- [initialiseRightsManagementPapComponent](functions/initialiseRightsManagementPapComponent.md)
|
|
222
261
|
- [initialiseRightsManagementPdpComponent](functions/initialiseRightsManagementPdpComponent.md)
|
|
223
262
|
- [initialiseRightsManagementPepComponent](functions/initialiseRightsManagementPepComponent.md)
|
|
@@ -225,12 +264,21 @@
|
|
|
225
264
|
- [initialiseRightsManagementPmpComponent](functions/initialiseRightsManagementPmpComponent.md)
|
|
226
265
|
- [initialiseRightsManagementPnapComponent](functions/initialiseRightsManagementPnapComponent.md)
|
|
227
266
|
- [initialiseRightsManagementPnpComponent](functions/initialiseRightsManagementPnpComponent.md)
|
|
267
|
+
- [initialiseRightsManagementPolicyArbiterComponent](functions/initialiseRightsManagementPolicyArbiterComponent.md)
|
|
268
|
+
- [initialiseRightsManagementPolicyEnforcementProcessorComponent](functions/initialiseRightsManagementPolicyEnforcementProcessorComponent.md)
|
|
269
|
+
- [initialiseRightsManagementPolicyExecutionActionComponent](functions/initialiseRightsManagementPolicyExecutionActionComponent.md)
|
|
270
|
+
- [initialiseRightsManagementPolicyInformationSourceComponent](functions/initialiseRightsManagementPolicyInformationSourceComponent.md)
|
|
271
|
+
- [initialiseRightsManagementPolicyNegotiatorComponent](functions/initialiseRightsManagementPolicyNegotiatorComponent.md)
|
|
272
|
+
- [initialiseRightsManagementPolicyRequesterComponent](functions/initialiseRightsManagementPolicyRequesterComponent.md)
|
|
228
273
|
- [initialiseRightsManagementPxpComponent](functions/initialiseRightsManagementPxpComponent.md)
|
|
229
274
|
- [initialiseSynchronisedStorageComponent](functions/initialiseSynchronisedStorageComponent.md)
|
|
230
275
|
- [initialiseTaskSchedulerComponent](functions/initialiseTaskSchedulerComponent.md)
|
|
231
276
|
- [initialiseTelemetryConnector](functions/initialiseTelemetryConnector.md)
|
|
232
277
|
- [initialiseTelemetryComponent](functions/initialiseTelemetryComponent.md)
|
|
233
278
|
- [initialiseTenantAdminComponent](functions/initialiseTenantAdminComponent.md)
|
|
279
|
+
- [initialiseTrustComponent](functions/initialiseTrustComponent.md)
|
|
280
|
+
- [initialiseTrustGeneratorComponent](functions/initialiseTrustGeneratorComponent.md)
|
|
281
|
+
- [initialiseTrustVerifierComponent](functions/initialiseTrustVerifierComponent.md)
|
|
234
282
|
- [initialiseVaultConnector](functions/initialiseVaultConnector.md)
|
|
235
283
|
- [initialiseVerifiableStorageConnector](functions/initialiseVerifiableStorageConnector.md)
|
|
236
284
|
- [initialiseVerifiableStorageComponent](functions/initialiseVerifiableStorageComponent.md)
|
|
@@ -96,11 +96,11 @@ Messaging admin component options which can be overridden by individual componen
|
|
|
96
96
|
|
|
97
97
|
Messaging component options which can be overridden by individual components by specifying types other than default.
|
|
98
98
|
|
|
99
|
-
####
|
|
99
|
+
#### backgroundTaskComponent?
|
|
100
100
|
|
|
101
|
-
> `optional` **
|
|
101
|
+
> `optional` **backgroundTaskComponent**: `IEngineCoreTypeConfig`\<[`BackgroundTaskComponentConfig`](../type-aliases/BackgroundTaskComponentConfig.md)\>[]
|
|
102
102
|
|
|
103
|
-
Background task
|
|
103
|
+
Background task component options which can be overridden by individual components by specifying types other than default.
|
|
104
104
|
|
|
105
105
|
#### taskSchedulerComponent?
|
|
106
106
|
|
|
@@ -264,6 +264,24 @@ Document management options which can be overridden by individual components by
|
|
|
264
264
|
|
|
265
265
|
Authentication generator options which can be overridden by individual components by specifying types other than default.
|
|
266
266
|
|
|
267
|
+
#### trustComponent?
|
|
268
|
+
|
|
269
|
+
> `optional` **trustComponent**: `IEngineCoreTypeConfig`\<[`TrustComponentConfig`](../type-aliases/TrustComponentConfig.md)\>[]
|
|
270
|
+
|
|
271
|
+
Trust component options which can be overridden by individual components by specifying types other than default.
|
|
272
|
+
|
|
273
|
+
#### trustGeneratorComponent?
|
|
274
|
+
|
|
275
|
+
> `optional` **trustGeneratorComponent**: `IEngineCoreTypeConfig`\<[`TrustGeneratorComponentConfig`](../type-aliases/TrustGeneratorComponentConfig.md)\>[]
|
|
276
|
+
|
|
277
|
+
Trust generator component options which can be overridden by individual components by specifying types other than default.
|
|
278
|
+
|
|
279
|
+
#### trustVerifierComponent?
|
|
280
|
+
|
|
281
|
+
> `optional` **trustVerifierComponent**: `IEngineCoreTypeConfig`\<[`TrustVerifierComponentConfig`](../type-aliases/TrustVerifierComponentConfig.md)\>[]
|
|
282
|
+
|
|
283
|
+
Trust verifier component options which can be overridden by individual components by specifying types other than default.
|
|
284
|
+
|
|
267
285
|
#### rightsManagementPapComponent?
|
|
268
286
|
|
|
269
287
|
> `optional` **rightsManagementPapComponent**: `IEngineCoreTypeConfig`\<[`RightsManagementPapComponentConfig`](../type-aliases/RightsManagementPapComponentConfig.md)\>[]
|
|
@@ -324,6 +342,48 @@ Rights management DAP options which can be overridden by individual components b
|
|
|
324
342
|
|
|
325
343
|
Rights management DARP options which can be overridden by individual components by specifying types other than default.
|
|
326
344
|
|
|
345
|
+
#### rightsManagementDataAccessHandlerComponent?
|
|
346
|
+
|
|
347
|
+
> `optional` **rightsManagementDataAccessHandlerComponent**: `IEngineCoreTypeConfig`\<[`RightsManagementDataAccessHandlerComponentConfig`](../type-aliases/RightsManagementDataAccessHandlerComponentConfig.md)\>[]
|
|
348
|
+
|
|
349
|
+
Rights management data access handler options which can be overridden by individual components by specifying types other than default.
|
|
350
|
+
|
|
351
|
+
#### rightsManagementPolicyArbiterComponent?
|
|
352
|
+
|
|
353
|
+
> `optional` **rightsManagementPolicyArbiterComponent**: `IEngineCoreTypeConfig`\<[`RightsManagementPolicyArbiterComponentConfig`](../type-aliases/RightsManagementPolicyArbiterComponentConfig.md)\>[]
|
|
354
|
+
|
|
355
|
+
Rights management policy arbiter options which can be overridden by individual components by specifying types other than default.
|
|
356
|
+
|
|
357
|
+
#### rightsManagementPolicyEnforcementProcessorComponent?
|
|
358
|
+
|
|
359
|
+
> `optional` **rightsManagementPolicyEnforcementProcessorComponent**: `IEngineCoreTypeConfig`\<[`RightsManagementPolicyEnforcementProcessorComponentConfig`](../type-aliases/RightsManagementPolicyEnforcementProcessorComponentConfig.md)\>[]
|
|
360
|
+
|
|
361
|
+
Rights management policy enforcement processor options which can be overridden by individual components by specifying types other than default.
|
|
362
|
+
|
|
363
|
+
#### rightsManagementPolicyExecutionActionComponent?
|
|
364
|
+
|
|
365
|
+
> `optional` **rightsManagementPolicyExecutionActionComponent**: `IEngineCoreTypeConfig`\<[`RightsManagementPolicyExecutionActionComponentConfig`](../type-aliases/RightsManagementPolicyExecutionActionComponentConfig.md)\>[]
|
|
366
|
+
|
|
367
|
+
Rights management policy execution action options which can be overridden by individual components by specifying types other than default.
|
|
368
|
+
|
|
369
|
+
#### rightsManagementPolicyInformationSourceComponent?
|
|
370
|
+
|
|
371
|
+
> `optional` **rightsManagementPolicyInformationSourceComponent**: `IEngineCoreTypeConfig`\<[`RightsManagementPolicyInformationSourceComponentConfig`](../type-aliases/RightsManagementPolicyInformationSourceComponentConfig.md)\>[]
|
|
372
|
+
|
|
373
|
+
Rights management policy information source options which can be overridden by individual components by specifying types other than default.
|
|
374
|
+
|
|
375
|
+
#### rightsManagementPolicyNegotiatorComponent?
|
|
376
|
+
|
|
377
|
+
> `optional` **rightsManagementPolicyNegotiatorComponent**: `IEngineCoreTypeConfig`\<[`RightsManagementPolicyNegotiatorComponentConfig`](../type-aliases/RightsManagementPolicyNegotiatorComponentConfig.md)\>[]
|
|
378
|
+
|
|
379
|
+
Rights management policy negotiator options which can be overridden by individual components by specifying types other than default.
|
|
380
|
+
|
|
381
|
+
#### rightsManagementPolicyRequesterComponent?
|
|
382
|
+
|
|
383
|
+
> `optional` **rightsManagementPolicyRequesterComponent**: `IEngineCoreTypeConfig`\<[`RightsManagementPolicyRequesterComponentConfig`](../type-aliases/RightsManagementPolicyRequesterComponentConfig.md)\>[]
|
|
384
|
+
|
|
385
|
+
Rights management policy requester options which can be overridden by individual components by specifying types other than default.
|
|
386
|
+
|
|
327
387
|
#### synchronisedStorageComponent?
|
|
328
388
|
|
|
329
389
|
> `optional` **synchronisedStorageComponent**: `IEngineCoreTypeConfig`\<[`SynchronisedStorageComponentConfig`](../type-aliases/SynchronisedStorageComponentConfig.md)\>[]
|
|
@@ -336,6 +396,12 @@ Synchronised storage options which can be overridden by individual components by
|
|
|
336
396
|
|
|
337
397
|
Federated catalogue options which can be overridden by individual components by specifying types other than default.
|
|
338
398
|
|
|
399
|
+
#### federatedCatalogueFilterComponent?
|
|
400
|
+
|
|
401
|
+
> `optional` **federatedCatalogueFilterComponent**: `IEngineCoreTypeConfig`\<[`FederatedCatalogueFilterComponentConfig`](../type-aliases/FederatedCatalogueFilterComponentConfig.md)\>[]
|
|
402
|
+
|
|
403
|
+
Federated catalogue filter options which can be overridden by individual components by specifying types other than default.
|
|
404
|
+
|
|
339
405
|
#### dataSpaceConnectorComponent?
|
|
340
406
|
|
|
341
407
|
> `optional` **dataSpaceConnectorComponent**: `IEngineCoreTypeConfig`\<[`DataSpaceConnectorComponentConfig`](../type-aliases/DataSpaceConnectorComponentConfig.md)\>[]
|
|
@@ -348,6 +414,12 @@ Data space connector options which can be overridden by individual components by
|
|
|
348
414
|
|
|
349
415
|
Tenant admin component options which can be overridden by individual components by specifying types other than default.
|
|
350
416
|
|
|
417
|
+
#### contextIdHandlerComponent?
|
|
418
|
+
|
|
419
|
+
> `optional` **contextIdHandlerComponent**: `IEngineCoreTypeConfig`\<[`ContextIdHandlerComponentConfig`](../type-aliases/ContextIdHandlerComponentConfig.md)\>[]
|
|
420
|
+
|
|
421
|
+
Context Id Handler component options which can be overridden by individual components by specifying types other than default.
|
|
422
|
+
|
|
351
423
|
#### Overrides
|
|
352
424
|
|
|
353
425
|
`IEngineCoreConfig.types`
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
# Type Alias: BackgroundTaskComponentConfig
|
|
2
|
+
|
|
3
|
+
> **BackgroundTaskComponentConfig** = `object`
|
|
4
|
+
|
|
5
|
+
Background task component config types.
|
|
6
|
+
|
|
7
|
+
## Properties
|
|
8
|
+
|
|
9
|
+
### type
|
|
10
|
+
|
|
11
|
+
> **type**: *typeof* [`Service`](../variables/BackgroundTaskComponentType.md#service)
|
|
12
|
+
|
|
13
|
+
***
|
|
14
|
+
|
|
15
|
+
### options?
|
|
16
|
+
|
|
17
|
+
> `optional` **options**: `IBackgroundTaskServiceConstructorOptions`
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
# Type Alias: BackgroundTaskComponentType
|
|
2
|
+
|
|
3
|
+
> **BackgroundTaskComponentType** = *typeof* [`BackgroundTaskComponentType`](../variables/BackgroundTaskComponentType.md)\[keyof *typeof* [`BackgroundTaskComponentType`](../variables/BackgroundTaskComponentType.md)\]
|
|
4
|
+
|
|
5
|
+
Background task component types.
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
# Type Alias: ContextIdHandlerComponentConfig
|
|
2
|
+
|
|
3
|
+
> **ContextIdHandlerComponentConfig** = \{ `type`: *typeof* [`Did`](../variables/ContextIdHandlerComponentType.md#did); `options?`: `never`; \} \| \{ `type`: *typeof* [`Tenant`](../variables/ContextIdHandlerComponentType.md#tenant); `options?`: `never`; \}
|
|
4
|
+
|
|
5
|
+
Context Id Handler component config types.
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
# Type Alias: ContextIdHandlerComponentType
|
|
2
|
+
|
|
3
|
+
> **ContextIdHandlerComponentType** = *typeof* [`ContextIdHandlerComponentType`](../variables/ContextIdHandlerComponentType.md)\[keyof *typeof* [`ContextIdHandlerComponentType`](../variables/ContextIdHandlerComponentType.md)\]
|
|
4
|
+
|
|
5
|
+
Context Id Handler component types.
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
# Type Alias: FederatedCatalogueFilterComponentConfig
|
|
2
|
+
|
|
3
|
+
> **FederatedCatalogueFilterComponentConfig** = `object`
|
|
4
|
+
|
|
5
|
+
Federated catalog filter component config types.
|
|
6
|
+
|
|
7
|
+
## Properties
|
|
8
|
+
|
|
9
|
+
### type
|
|
10
|
+
|
|
11
|
+
> **type**: *typeof* [`FilterByExample`](../variables/FederatedCatalogueFilterComponentType.md#filterbyexample)
|
|
12
|
+
|
|
13
|
+
***
|
|
14
|
+
|
|
15
|
+
### options
|
|
16
|
+
|
|
17
|
+
> **options**: `IFilterByExampleConstructorOptions`
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
# Type Alias: FederatedCatalogueFilterComponentType
|
|
2
|
+
|
|
3
|
+
> **FederatedCatalogueFilterComponentType** = *typeof* [`FederatedCatalogueFilterComponentType`](../variables/FederatedCatalogueFilterComponentType.md)\[keyof *typeof* [`FederatedCatalogueFilterComponentType`](../variables/FederatedCatalogueFilterComponentType.md)\]
|
|
4
|
+
|
|
5
|
+
Federated catalogue filter component types.
|
|
@@ -14,10 +14,4 @@ Rights management DARP component config types.
|
|
|
14
14
|
|
|
15
15
|
### options
|
|
16
16
|
|
|
17
|
-
> **options**: `IDataAccessRequestPointServiceConstructorOptions`
|
|
18
|
-
|
|
19
|
-
#### Type Declaration
|
|
20
|
-
|
|
21
|
-
##### negotiatorModulesConfig?
|
|
22
|
-
|
|
23
|
-
> `optional` **negotiatorModulesConfig**: `IEngineModuleConfig`[]
|
|
17
|
+
> **options**: `IDataAccessRequestPointServiceConstructorOptions`
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
# Type Alias: RightsManagementDataAccessHandlerComponentConfig
|
|
2
|
+
|
|
3
|
+
> **RightsManagementDataAccessHandlerComponentConfig** = `object`
|
|
4
|
+
|
|
5
|
+
Rights management data access handler component config types.
|
|
6
|
+
|
|
7
|
+
## Properties
|
|
8
|
+
|
|
9
|
+
### type
|
|
10
|
+
|
|
11
|
+
> **type**: *typeof* [`Example`](../variables/RightsManagementDataAccessHandlerComponentType.md#example)
|
|
12
|
+
|
|
13
|
+
***
|
|
14
|
+
|
|
15
|
+
### options?
|
|
16
|
+
|
|
17
|
+
> `optional` **options**: `IExampleDataAccessHandlerConstructorOptions`
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
# Type Alias: RightsManagementDataAccessHandlerComponentType
|
|
2
|
+
|
|
3
|
+
> **RightsManagementDataAccessHandlerComponentType** = *typeof* [`RightsManagementDataAccessHandlerComponentType`](../variables/RightsManagementDataAccessHandlerComponentType.md)\[keyof *typeof* [`RightsManagementDataAccessHandlerComponentType`](../variables/RightsManagementDataAccessHandlerComponentType.md)\]
|
|
4
|
+
|
|
5
|
+
Rights management Data Access Handler component types.
|
|
@@ -14,10 +14,4 @@ Rights management PDP component config types.
|
|
|
14
14
|
|
|
15
15
|
### options?
|
|
16
16
|
|
|
17
|
-
> `optional` **options**: `IPolicyDecisionPointServiceConstructorOptions`
|
|
18
|
-
|
|
19
|
-
#### Type Declaration
|
|
20
|
-
|
|
21
|
-
##### arbiterModulesConfig?
|
|
22
|
-
|
|
23
|
-
> `optional` **arbiterModulesConfig**: `IEngineModuleConfig`[]
|
|
17
|
+
> `optional` **options**: `IPolicyDecisionPointServiceConstructorOptions`
|
|
@@ -14,10 +14,4 @@ Rights management PEP component config types.
|
|
|
14
14
|
|
|
15
15
|
### options?
|
|
16
16
|
|
|
17
|
-
> `optional` **options**: `IPolicyEnforcementPointServiceConstructorOptions`
|
|
18
|
-
|
|
19
|
-
#### Type Declaration
|
|
20
|
-
|
|
21
|
-
##### processorModulesConfig?
|
|
22
|
-
|
|
23
|
-
> `optional` **processorModulesConfig**: `IEngineModuleConfig`[]
|
|
17
|
+
> `optional` **options**: `IPolicyEnforcementPointServiceConstructorOptions`
|
|
@@ -14,10 +14,4 @@ Rights management PIP component config types.
|
|
|
14
14
|
|
|
15
15
|
### options?
|
|
16
16
|
|
|
17
|
-
> `optional` **options**: `IPolicyInformationPointServiceConstructorOptions`
|
|
18
|
-
|
|
19
|
-
#### Type Declaration
|
|
20
|
-
|
|
21
|
-
##### informationModulesConfig?
|
|
22
|
-
|
|
23
|
-
> `optional` **informationModulesConfig**: `IEngineModuleConfig`[]
|
|
17
|
+
> `optional` **options**: `IPolicyInformationPointServiceConstructorOptions`
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# Type Alias: RightsManagementPnpComponentConfig
|
|
2
2
|
|
|
3
|
-
> **RightsManagementPnpComponentConfig** = \{ `type`: *typeof* [`Service`](../variables/RightsManagementPnpComponentType.md#service); `options`: `IPolicyNegotiationPointServiceConstructorOptions
|
|
3
|
+
> **RightsManagementPnpComponentConfig** = \{ `type`: *typeof* [`Service`](../variables/RightsManagementPnpComponentType.md#service); `options`: `IPolicyNegotiationPointServiceConstructorOptions`; \} \| \{ `type`: *typeof* [`RestClient`](../variables/RightsManagementPnpComponentType.md#restclient); `options`: `IBaseRestClientConfig`; \}
|
|
4
4
|
|
|
5
5
|
Rights management PNP component config types.
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
# Type Alias: RightsManagementPolicyArbiterComponentConfig
|
|
2
|
+
|
|
3
|
+
> **RightsManagementPolicyArbiterComponentConfig** = `object`
|
|
4
|
+
|
|
5
|
+
Rights management policy arbiter component config types.
|
|
6
|
+
|
|
7
|
+
## Properties
|
|
8
|
+
|
|
9
|
+
### type
|
|
10
|
+
|
|
11
|
+
> **type**: *typeof* [`Example`](../variables/RightsManagementPolicyArbiterComponentType.md#example)
|
|
12
|
+
|
|
13
|
+
***
|
|
14
|
+
|
|
15
|
+
### options?
|
|
16
|
+
|
|
17
|
+
> `optional` **options**: `IExamplePolicyArbiterConstructorOptions`
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
# Type Alias: RightsManagementPolicyArbiterComponentType
|
|
2
|
+
|
|
3
|
+
> **RightsManagementPolicyArbiterComponentType** = *typeof* [`RightsManagementPolicyArbiterComponentType`](../variables/RightsManagementPolicyArbiterComponentType.md)\[keyof *typeof* [`RightsManagementPolicyArbiterComponentType`](../variables/RightsManagementPolicyArbiterComponentType.md)\]
|
|
4
|
+
|
|
5
|
+
Rights management Policy Arbiter component types.
|
package/docs/reference/type-aliases/RightsManagementPolicyEnforcementProcessorComponentConfig.md
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
# Type Alias: RightsManagementPolicyEnforcementProcessorComponentConfig
|
|
2
|
+
|
|
3
|
+
> **RightsManagementPolicyEnforcementProcessorComponentConfig** = `object`
|
|
4
|
+
|
|
5
|
+
Rights management policy enforcement processor component config types.
|
|
6
|
+
|
|
7
|
+
## Properties
|
|
8
|
+
|
|
9
|
+
### type
|
|
10
|
+
|
|
11
|
+
> **type**: *typeof* [`Example`](../variables/RightsManagementPolicyEnforcementProcessorComponentType.md#example)
|
|
12
|
+
|
|
13
|
+
***
|
|
14
|
+
|
|
15
|
+
### options?
|
|
16
|
+
|
|
17
|
+
> `optional` **options**: `IExamplePolicyEnforcementProcessorConstructorOptions`
|
package/docs/reference/type-aliases/RightsManagementPolicyEnforcementProcessorComponentType.md
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
# Type Alias: RightsManagementPolicyEnforcementProcessorComponentType
|
|
2
|
+
|
|
3
|
+
> **RightsManagementPolicyEnforcementProcessorComponentType** = *typeof* [`RightsManagementPolicyEnforcementProcessorComponentType`](../variables/RightsManagementPolicyEnforcementProcessorComponentType.md)\[keyof *typeof* [`RightsManagementPolicyEnforcementProcessorComponentType`](../variables/RightsManagementPolicyEnforcementProcessorComponentType.md)\]
|
|
4
|
+
|
|
5
|
+
Rights management Policy Enforcement Processor component types.
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
# Type Alias: RightsManagementPolicyExecutionActionComponentConfig
|
|
2
|
+
|
|
3
|
+
> **RightsManagementPolicyExecutionActionComponentConfig** = `object`
|
|
4
|
+
|
|
5
|
+
Rights management policy execution action component config types.
|
|
6
|
+
|
|
7
|
+
## Properties
|
|
8
|
+
|
|
9
|
+
### type
|
|
10
|
+
|
|
11
|
+
> **type**: *typeof* [`Logging`](../variables/RightsManagementPolicyExecutionActionComponentType.md#logging)
|
|
12
|
+
|
|
13
|
+
***
|
|
14
|
+
|
|
15
|
+
### options?
|
|
16
|
+
|
|
17
|
+
> `optional` **options**: `ILoggingPolicyExecutionActionConstructorOptions`
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
# Type Alias: RightsManagementPolicyExecutionActionComponentType
|
|
2
|
+
|
|
3
|
+
> **RightsManagementPolicyExecutionActionComponentType** = *typeof* [`RightsManagementPolicyExecutionActionComponentType`](../variables/RightsManagementPolicyExecutionActionComponentType.md)\[keyof *typeof* [`RightsManagementPolicyExecutionActionComponentType`](../variables/RightsManagementPolicyExecutionActionComponentType.md)\]
|
|
4
|
+
|
|
5
|
+
Rights management Policy Execution Action component types.
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
# Type Alias: RightsManagementPolicyInformationSourceComponentConfig
|
|
2
|
+
|
|
3
|
+
> **RightsManagementPolicyInformationSourceComponentConfig** = \{ `type`: *typeof* [`Identity`](../variables/RightsManagementPolicyInformationSourceComponentType.md#identity); `options?`: `IIdentityPolicyInformationSourceConstructorOptions`; \} \| \{ `type`: *typeof* [`Static`](../variables/RightsManagementPolicyInformationSourceComponentType.md#static); `options?`: `IStaticPolicyInformationSourceConstructorOptions`; \}
|
|
4
|
+
|
|
5
|
+
Rights management policy information source component config types.
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
# Type Alias: RightsManagementPolicyInformationSourceComponentType
|
|
2
|
+
|
|
3
|
+
> **RightsManagementPolicyInformationSourceComponentType** = *typeof* [`RightsManagementPolicyInformationSourceComponentType`](../variables/RightsManagementPolicyInformationSourceComponentType.md)\[keyof *typeof* [`RightsManagementPolicyInformationSourceComponentType`](../variables/RightsManagementPolicyInformationSourceComponentType.md)\]
|
|
4
|
+
|
|
5
|
+
Rights management Policy Information Source component types.
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
# Type Alias: RightsManagementPolicyNegotiatorComponentConfig
|
|
2
|
+
|
|
3
|
+
> **RightsManagementPolicyNegotiatorComponentConfig** = `object`
|
|
4
|
+
|
|
5
|
+
Rights management policy negotiator component config types.
|
|
6
|
+
|
|
7
|
+
## Properties
|
|
8
|
+
|
|
9
|
+
### type
|
|
10
|
+
|
|
11
|
+
> **type**: *typeof* [`Example`](../variables/RightsManagementPolicyNegotiatorComponentType.md#example)
|
|
12
|
+
|
|
13
|
+
***
|
|
14
|
+
|
|
15
|
+
### options?
|
|
16
|
+
|
|
17
|
+
> `optional` **options**: `IExamplePolicyNegotiatorConstructorOptions`
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
# Type Alias: RightsManagementPolicyNegotiatorComponentType
|
|
2
|
+
|
|
3
|
+
> **RightsManagementPolicyNegotiatorComponentType** = *typeof* [`RightsManagementPolicyNegotiatorComponentType`](../variables/RightsManagementPolicyNegotiatorComponentType.md)\[keyof *typeof* [`RightsManagementPolicyNegotiatorComponentType`](../variables/RightsManagementPolicyNegotiatorComponentType.md)\]
|
|
4
|
+
|
|
5
|
+
Rights management Policy Negotiator component types.
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
# Type Alias: RightsManagementPolicyRequesterComponentConfig
|
|
2
|
+
|
|
3
|
+
> **RightsManagementPolicyRequesterComponentConfig** = `object`
|
|
4
|
+
|
|
5
|
+
Rights management policy requester component config types.
|
|
6
|
+
|
|
7
|
+
## Properties
|
|
8
|
+
|
|
9
|
+
### type
|
|
10
|
+
|
|
11
|
+
> **type**: *typeof* [`Example`](../variables/RightsManagementPolicyRequesterComponentType.md#example)
|
|
12
|
+
|
|
13
|
+
***
|
|
14
|
+
|
|
15
|
+
### options?
|
|
16
|
+
|
|
17
|
+
> `optional` **options**: `IExamplePolicyRequesterConstructorOptions`
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
# Type Alias: RightsManagementPolicyRequesterComponentType
|
|
2
|
+
|
|
3
|
+
> **RightsManagementPolicyRequesterComponentType** = *typeof* [`RightsManagementPolicyRequesterComponentType`](../variables/RightsManagementPolicyRequesterComponentType.md)\[keyof *typeof* [`RightsManagementPolicyRequesterComponentType`](../variables/RightsManagementPolicyRequesterComponentType.md)\]
|
|
4
|
+
|
|
5
|
+
Rights management Policy Requester component types.
|
|
@@ -14,10 +14,4 @@ Rights management PXP component config types.
|
|
|
14
14
|
|
|
15
15
|
### options?
|
|
16
16
|
|
|
17
|
-
> `optional` **options**: `IPolicyExecutionPointServiceConstructorOptions`
|
|
18
|
-
|
|
19
|
-
#### Type Declaration
|
|
20
|
-
|
|
21
|
-
##### actionModulesConfig?
|
|
22
|
-
|
|
23
|
-
> `optional` **actionModulesConfig**: `IEngineModuleConfig`[]
|
|
17
|
+
> `optional` **options**: `IPolicyExecutionPointServiceConstructorOptions`
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
# Type Alias: TrustComponentConfig
|
|
2
|
+
|
|
3
|
+
> **TrustComponentConfig** = `object`
|
|
4
|
+
|
|
5
|
+
Trust component config types.
|
|
6
|
+
|
|
7
|
+
## Properties
|
|
8
|
+
|
|
9
|
+
### type
|
|
10
|
+
|
|
11
|
+
> **type**: *typeof* [`Service`](../variables/TrustComponentType.md#service)
|
|
12
|
+
|
|
13
|
+
***
|
|
14
|
+
|
|
15
|
+
### options?
|
|
16
|
+
|
|
17
|
+
> `optional` **options**: `ITrustServiceConstructorOptions`
|