@twin.org/engine-types 0.0.3-next.6 → 0.0.3-next.8
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/dataSpaceConnector.js +0 -1
- package/dist/es/components/dataSpaceConnector.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 +30 -0
- package/dist/es/index.js.map +1 -1
- package/dist/es/models/IEngineConfig.js.map +1 -1
- 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/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/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 +30 -0
- package/dist/types/models/IEngineConfig.d.ts +50 -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/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 +30 -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 +40 -0
- package/docs/reference/interfaces/IEngineConfig.md +60 -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/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 +8 -3
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
# Function: initialiseRightsManagementPolicyNegotiatorComponent()
|
|
2
|
+
|
|
3
|
+
> **initialiseRightsManagementPolicyNegotiatorComponent**(`engineCore`, `context`, `instanceConfig`): `Promise`\<\{ `instanceType?`: `string`; `factory?`: `Factory`\<`IPolicyNegotiator`\>; `component?`: `IComponent`; \}\>
|
|
4
|
+
|
|
5
|
+
Initialise the rights management policy negotiator component.
|
|
6
|
+
|
|
7
|
+
## Parameters
|
|
8
|
+
|
|
9
|
+
### engineCore
|
|
10
|
+
|
|
11
|
+
`IEngineCore`\<[`IEngineConfig`](../interfaces/IEngineConfig.md)\>
|
|
12
|
+
|
|
13
|
+
The engine core.
|
|
14
|
+
|
|
15
|
+
### context
|
|
16
|
+
|
|
17
|
+
`IEngineCoreContext`\<[`IEngineConfig`](../interfaces/IEngineConfig.md)\>
|
|
18
|
+
|
|
19
|
+
The context for the engine.
|
|
20
|
+
|
|
21
|
+
### instanceConfig
|
|
22
|
+
|
|
23
|
+
[`RightsManagementPolicyNegotiatorComponentConfig`](../type-aliases/RightsManagementPolicyNegotiatorComponentConfig.md)
|
|
24
|
+
|
|
25
|
+
The instance config.
|
|
26
|
+
|
|
27
|
+
## Returns
|
|
28
|
+
|
|
29
|
+
`Promise`\<\{ `instanceType?`: `string`; `factory?`: `Factory`\<`IPolicyNegotiator`\>; `component?`: `IComponent`; \}\>
|
|
30
|
+
|
|
31
|
+
The instance created and the factory for it.
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
# Function: initialiseRightsManagementPolicyRequesterComponent()
|
|
2
|
+
|
|
3
|
+
> **initialiseRightsManagementPolicyRequesterComponent**(`engineCore`, `context`, `instanceConfig`): `Promise`\<\{ `instanceType?`: `string`; `factory?`: `Factory`\<`IPolicyRequester`\>; `component?`: `IComponent`; \}\>
|
|
4
|
+
|
|
5
|
+
Initialise the rights management policy requester component.
|
|
6
|
+
|
|
7
|
+
## Parameters
|
|
8
|
+
|
|
9
|
+
### engineCore
|
|
10
|
+
|
|
11
|
+
`IEngineCore`\<[`IEngineConfig`](../interfaces/IEngineConfig.md)\>
|
|
12
|
+
|
|
13
|
+
The engine core.
|
|
14
|
+
|
|
15
|
+
### context
|
|
16
|
+
|
|
17
|
+
`IEngineCoreContext`\<[`IEngineConfig`](../interfaces/IEngineConfig.md)\>
|
|
18
|
+
|
|
19
|
+
The context for the engine.
|
|
20
|
+
|
|
21
|
+
### instanceConfig
|
|
22
|
+
|
|
23
|
+
[`RightsManagementPolicyRequesterComponentConfig`](../type-aliases/RightsManagementPolicyRequesterComponentConfig.md)
|
|
24
|
+
|
|
25
|
+
The instance config.
|
|
26
|
+
|
|
27
|
+
## Returns
|
|
28
|
+
|
|
29
|
+
`Promise`\<\{ `instanceType?`: `string`; `factory?`: `Factory`\<`IPolicyRequester`\>; `component?`: `IComponent`; \}\>
|
|
30
|
+
|
|
31
|
+
The instance created and the factory for it.
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
# Function: initialiseTrustComponent()
|
|
2
|
+
|
|
3
|
+
> **initialiseTrustComponent**(`engineCore`, `context`, `instanceConfig`): `Promise`\<\{ `instanceType?`: `string`; `factory?`: `Factory`\<`IComponent`\>; `component?`: `IComponent`; \}\>
|
|
4
|
+
|
|
5
|
+
Initialise the trust component.
|
|
6
|
+
|
|
7
|
+
## Parameters
|
|
8
|
+
|
|
9
|
+
### engineCore
|
|
10
|
+
|
|
11
|
+
`IEngineCore`\<[`IEngineConfig`](../interfaces/IEngineConfig.md)\>
|
|
12
|
+
|
|
13
|
+
The engine core.
|
|
14
|
+
|
|
15
|
+
### context
|
|
16
|
+
|
|
17
|
+
`IEngineCoreContext`\<[`IEngineConfig`](../interfaces/IEngineConfig.md)\>
|
|
18
|
+
|
|
19
|
+
The context for the engine.
|
|
20
|
+
|
|
21
|
+
### instanceConfig
|
|
22
|
+
|
|
23
|
+
[`TrustComponentConfig`](../type-aliases/TrustComponentConfig.md)
|
|
24
|
+
|
|
25
|
+
The instance config.
|
|
26
|
+
|
|
27
|
+
## Returns
|
|
28
|
+
|
|
29
|
+
`Promise`\<\{ `instanceType?`: `string`; `factory?`: `Factory`\<`IComponent`\>; `component?`: `IComponent`; \}\>
|
|
30
|
+
|
|
31
|
+
The instance created and the factory for it.
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
# Function: initialiseTrustGeneratorComponent()
|
|
2
|
+
|
|
3
|
+
> **initialiseTrustGeneratorComponent**(`engineCore`, `context`, `instanceConfig`): `Promise`\<\{ `instanceType?`: `string`; `factory?`: `Factory`\<`ITrustGenerator`\>; `component?`: `IComponent`; \}\>
|
|
4
|
+
|
|
5
|
+
Initialise the trust generator component.
|
|
6
|
+
|
|
7
|
+
## Parameters
|
|
8
|
+
|
|
9
|
+
### engineCore
|
|
10
|
+
|
|
11
|
+
`IEngineCore`\<[`IEngineConfig`](../interfaces/IEngineConfig.md)\>
|
|
12
|
+
|
|
13
|
+
The engine core.
|
|
14
|
+
|
|
15
|
+
### context
|
|
16
|
+
|
|
17
|
+
`IEngineCoreContext`\<[`IEngineConfig`](../interfaces/IEngineConfig.md)\>
|
|
18
|
+
|
|
19
|
+
The context for the engine.
|
|
20
|
+
|
|
21
|
+
### instanceConfig
|
|
22
|
+
|
|
23
|
+
[`TrustGeneratorComponentConfig`](../type-aliases/TrustGeneratorComponentConfig.md)
|
|
24
|
+
|
|
25
|
+
The instance config.
|
|
26
|
+
|
|
27
|
+
## Returns
|
|
28
|
+
|
|
29
|
+
`Promise`\<\{ `instanceType?`: `string`; `factory?`: `Factory`\<`ITrustGenerator`\>; `component?`: `IComponent`; \}\>
|
|
30
|
+
|
|
31
|
+
The instance created and the factory for it.
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
# Function: initialiseTrustVerifierComponent()
|
|
2
|
+
|
|
3
|
+
> **initialiseTrustVerifierComponent**(`engineCore`, `context`, `instanceConfig`): `Promise`\<\{ `instanceType?`: `string`; `factory?`: `Factory`\<`ITrustVerifier`\>; `component?`: `IComponent`; \}\>
|
|
4
|
+
|
|
5
|
+
Initialise the trust verifier component.
|
|
6
|
+
|
|
7
|
+
## Parameters
|
|
8
|
+
|
|
9
|
+
### engineCore
|
|
10
|
+
|
|
11
|
+
`IEngineCore`\<[`IEngineConfig`](../interfaces/IEngineConfig.md)\>
|
|
12
|
+
|
|
13
|
+
The engine core.
|
|
14
|
+
|
|
15
|
+
### context
|
|
16
|
+
|
|
17
|
+
`IEngineCoreContext`\<[`IEngineConfig`](../interfaces/IEngineConfig.md)\>
|
|
18
|
+
|
|
19
|
+
The context for the engine.
|
|
20
|
+
|
|
21
|
+
### instanceConfig
|
|
22
|
+
|
|
23
|
+
[`TrustVerifierComponentConfig`](../type-aliases/TrustVerifierComponentConfig.md)
|
|
24
|
+
|
|
25
|
+
The instance config.
|
|
26
|
+
|
|
27
|
+
## Returns
|
|
28
|
+
|
|
29
|
+
`Promise`\<\{ `instanceType?`: `string`; `factory?`: `Factory`\<`ITrustVerifier`\>; `component?`: `IComponent`; \}\>
|
|
30
|
+
|
|
31
|
+
The instance created and the factory for it.
|
package/docs/reference/index.md
CHANGED
|
@@ -50,6 +50,7 @@
|
|
|
50
50
|
- [NftConnectorConfig](type-aliases/NftConnectorConfig.md)
|
|
51
51
|
- [RightsManagementDapComponentConfig](type-aliases/RightsManagementDapComponentConfig.md)
|
|
52
52
|
- [RightsManagementDarpComponentConfig](type-aliases/RightsManagementDarpComponentConfig.md)
|
|
53
|
+
- [RightsManagementDataAccessHandlerComponentConfig](type-aliases/RightsManagementDataAccessHandlerComponentConfig.md)
|
|
53
54
|
- [RightsManagementPapComponentConfig](type-aliases/RightsManagementPapComponentConfig.md)
|
|
54
55
|
- [RightsManagementPdpComponentConfig](type-aliases/RightsManagementPdpComponentConfig.md)
|
|
55
56
|
- [RightsManagementPepComponentConfig](type-aliases/RightsManagementPepComponentConfig.md)
|
|
@@ -57,12 +58,21 @@
|
|
|
57
58
|
- [RightsManagementPmpComponentConfig](type-aliases/RightsManagementPmpComponentConfig.md)
|
|
58
59
|
- [RightsManagementPnapComponentConfig](type-aliases/RightsManagementPnapComponentConfig.md)
|
|
59
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)
|
|
60
67
|
- [RightsManagementPxpComponentConfig](type-aliases/RightsManagementPxpComponentConfig.md)
|
|
61
68
|
- [SynchronisedStorageComponentConfig](type-aliases/SynchronisedStorageComponentConfig.md)
|
|
62
69
|
- [TaskSchedulerComponentConfig](type-aliases/TaskSchedulerComponentConfig.md)
|
|
63
70
|
- [TelemetryComponentConfig](type-aliases/TelemetryComponentConfig.md)
|
|
64
71
|
- [TelemetryConnectorConfig](type-aliases/TelemetryConnectorConfig.md)
|
|
65
72
|
- [TenantAdminComponentConfig](type-aliases/TenantAdminComponentConfig.md)
|
|
73
|
+
- [TrustComponentConfig](type-aliases/TrustComponentConfig.md)
|
|
74
|
+
- [TrustGeneratorComponentConfig](type-aliases/TrustGeneratorComponentConfig.md)
|
|
75
|
+
- [TrustVerifierComponentConfig](type-aliases/TrustVerifierComponentConfig.md)
|
|
66
76
|
- [VaultConnectorConfig](type-aliases/VaultConnectorConfig.md)
|
|
67
77
|
- [VerifiableStorageComponentConfig](type-aliases/VerifiableStorageComponentConfig.md)
|
|
68
78
|
- [VerifiableStorageConnectorConfig](type-aliases/VerifiableStorageConnectorConfig.md)
|
|
@@ -107,6 +117,7 @@
|
|
|
107
117
|
- [NftConnectorType](type-aliases/NftConnectorType.md)
|
|
108
118
|
- [RightsManagementDapComponentType](type-aliases/RightsManagementDapComponentType.md)
|
|
109
119
|
- [RightsManagementDarpComponentType](type-aliases/RightsManagementDarpComponentType.md)
|
|
120
|
+
- [RightsManagementDataAccessHandlerComponentType](type-aliases/RightsManagementDataAccessHandlerComponentType.md)
|
|
110
121
|
- [RightsManagementPapComponentType](type-aliases/RightsManagementPapComponentType.md)
|
|
111
122
|
- [RightsManagementPdpComponentType](type-aliases/RightsManagementPdpComponentType.md)
|
|
112
123
|
- [RightsManagementPepComponentType](type-aliases/RightsManagementPepComponentType.md)
|
|
@@ -114,12 +125,21 @@
|
|
|
114
125
|
- [RightsManagementPmpComponentType](type-aliases/RightsManagementPmpComponentType.md)
|
|
115
126
|
- [RightsManagementPnapComponentType](type-aliases/RightsManagementPnapComponentType.md)
|
|
116
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)
|
|
117
134
|
- [RightsManagementPxpComponentType](type-aliases/RightsManagementPxpComponentType.md)
|
|
118
135
|
- [SynchronisedStorageComponentType](type-aliases/SynchronisedStorageComponentType.md)
|
|
119
136
|
- [TaskSchedulerComponentType](type-aliases/TaskSchedulerComponentType.md)
|
|
120
137
|
- [TelemetryComponentType](type-aliases/TelemetryComponentType.md)
|
|
121
138
|
- [TelemetryConnectorType](type-aliases/TelemetryConnectorType.md)
|
|
122
139
|
- [TenantAdminComponentType](type-aliases/TenantAdminComponentType.md)
|
|
140
|
+
- [TrustComponentType](type-aliases/TrustComponentType.md)
|
|
141
|
+
- [TrustGeneratorComponentType](type-aliases/TrustGeneratorComponentType.md)
|
|
142
|
+
- [TrustVerifierComponentType](type-aliases/TrustVerifierComponentType.md)
|
|
123
143
|
- [VaultConnectorType](type-aliases/VaultConnectorType.md)
|
|
124
144
|
- [IVerifiableStorageComponentType](type-aliases/IVerifiableStorageComponentType.md)
|
|
125
145
|
- [VerifiableStorageConnectorType](type-aliases/VerifiableStorageConnectorType.md)
|
|
@@ -167,6 +187,7 @@
|
|
|
167
187
|
- [NftConnectorType](variables/NftConnectorType.md)
|
|
168
188
|
- [RightsManagementDapComponentType](variables/RightsManagementDapComponentType.md)
|
|
169
189
|
- [RightsManagementDarpComponentType](variables/RightsManagementDarpComponentType.md)
|
|
190
|
+
- [RightsManagementDataAccessHandlerComponentType](variables/RightsManagementDataAccessHandlerComponentType.md)
|
|
170
191
|
- [RightsManagementPapComponentType](variables/RightsManagementPapComponentType.md)
|
|
171
192
|
- [RightsManagementPdpComponentType](variables/RightsManagementPdpComponentType.md)
|
|
172
193
|
- [RightsManagementPepComponentType](variables/RightsManagementPepComponentType.md)
|
|
@@ -174,12 +195,21 @@
|
|
|
174
195
|
- [RightsManagementPmpComponentType](variables/RightsManagementPmpComponentType.md)
|
|
175
196
|
- [RightsManagementPnapComponentType](variables/RightsManagementPnapComponentType.md)
|
|
176
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)
|
|
177
204
|
- [RightsManagementPxpComponentType](variables/RightsManagementPxpComponentType.md)
|
|
178
205
|
- [SynchronisedStorageComponentType](variables/SynchronisedStorageComponentType.md)
|
|
179
206
|
- [TaskSchedulerComponentType](variables/TaskSchedulerComponentType.md)
|
|
180
207
|
- [TelemetryComponentType](variables/TelemetryComponentType.md)
|
|
181
208
|
- [TelemetryConnectorType](variables/TelemetryConnectorType.md)
|
|
182
209
|
- [TenantAdminComponentType](variables/TenantAdminComponentType.md)
|
|
210
|
+
- [TrustComponentType](variables/TrustComponentType.md)
|
|
211
|
+
- [TrustGeneratorComponentType](variables/TrustGeneratorComponentType.md)
|
|
212
|
+
- [TrustVerifierComponentType](variables/TrustVerifierComponentType.md)
|
|
183
213
|
- [VaultConnectorType](variables/VaultConnectorType.md)
|
|
184
214
|
- [VerifiableStorageComponentType](variables/VerifiableStorageComponentType.md)
|
|
185
215
|
- [VerifiableStorageConnectorType](variables/VerifiableStorageConnectorType.md)
|
|
@@ -226,6 +256,7 @@
|
|
|
226
256
|
- [initialiseNftComponent](functions/initialiseNftComponent.md)
|
|
227
257
|
- [initialiseRightsManagementDapComponent](functions/initialiseRightsManagementDapComponent.md)
|
|
228
258
|
- [initialiseRightsManagementDarpComponent](functions/initialiseRightsManagementDarpComponent.md)
|
|
259
|
+
- [initialiseRightsManagementDataAccessHandlerComponent](functions/initialiseRightsManagementDataAccessHandlerComponent.md)
|
|
229
260
|
- [initialiseRightsManagementPapComponent](functions/initialiseRightsManagementPapComponent.md)
|
|
230
261
|
- [initialiseRightsManagementPdpComponent](functions/initialiseRightsManagementPdpComponent.md)
|
|
231
262
|
- [initialiseRightsManagementPepComponent](functions/initialiseRightsManagementPepComponent.md)
|
|
@@ -233,12 +264,21 @@
|
|
|
233
264
|
- [initialiseRightsManagementPmpComponent](functions/initialiseRightsManagementPmpComponent.md)
|
|
234
265
|
- [initialiseRightsManagementPnapComponent](functions/initialiseRightsManagementPnapComponent.md)
|
|
235
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)
|
|
236
273
|
- [initialiseRightsManagementPxpComponent](functions/initialiseRightsManagementPxpComponent.md)
|
|
237
274
|
- [initialiseSynchronisedStorageComponent](functions/initialiseSynchronisedStorageComponent.md)
|
|
238
275
|
- [initialiseTaskSchedulerComponent](functions/initialiseTaskSchedulerComponent.md)
|
|
239
276
|
- [initialiseTelemetryConnector](functions/initialiseTelemetryConnector.md)
|
|
240
277
|
- [initialiseTelemetryComponent](functions/initialiseTelemetryComponent.md)
|
|
241
278
|
- [initialiseTenantAdminComponent](functions/initialiseTenantAdminComponent.md)
|
|
279
|
+
- [initialiseTrustComponent](functions/initialiseTrustComponent.md)
|
|
280
|
+
- [initialiseTrustGeneratorComponent](functions/initialiseTrustGeneratorComponent.md)
|
|
281
|
+
- [initialiseTrustVerifierComponent](functions/initialiseTrustVerifierComponent.md)
|
|
242
282
|
- [initialiseVaultConnector](functions/initialiseVaultConnector.md)
|
|
243
283
|
- [initialiseVerifiableStorageConnector](functions/initialiseVerifiableStorageConnector.md)
|
|
244
284
|
- [initialiseVerifiableStorageComponent](functions/initialiseVerifiableStorageComponent.md)
|
|
@@ -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)\>[]
|
|
@@ -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`
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
# Type Alias: TrustGeneratorComponentConfig
|
|
2
|
+
|
|
3
|
+
> **TrustGeneratorComponentConfig** = `object`
|
|
4
|
+
|
|
5
|
+
Trust Generator component config types.
|
|
6
|
+
|
|
7
|
+
## Properties
|
|
8
|
+
|
|
9
|
+
### type
|
|
10
|
+
|
|
11
|
+
> **type**: *typeof* [`JwtVerifiableCredential`](../variables/TrustGeneratorComponentType.md#jwtverifiablecredential)
|
|
12
|
+
|
|
13
|
+
***
|
|
14
|
+
|
|
15
|
+
### options
|
|
16
|
+
|
|
17
|
+
> **options**: `IJwtVerifiableCredentialGeneratorConstructorOptions`
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
# Type Alias: TrustGeneratorComponentType
|
|
2
|
+
|
|
3
|
+
> **TrustGeneratorComponentType** = *typeof* [`TrustGeneratorComponentType`](../variables/TrustGeneratorComponentType.md)\[keyof *typeof* [`TrustGeneratorComponentType`](../variables/TrustGeneratorComponentType.md)\]
|
|
4
|
+
|
|
5
|
+
Trust generator component types.
|