| Package | Description |
|---|---|
| de.fraunhofer.iese.ind2uce.api.component |
IND2UCE component interfaces and classes.
|
| de.fraunhofer.iese.ind2uce.api.component.interfaces |
IND2UCE component interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
EnforcementScopeTypeId |
EnforcementScope.getType()
Gets the unique ID of the enforcement scope.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EnforcementScope.setType(EnforcementScopeTypeId type)
Sets the unique ID of the enforcement scope.
|
| Constructor and Description |
|---|
EnforcementScope(EnforcementScopeId id,
EnforcementScopeTypeId type)
Instantiates a new enforcement scope.
|
EnforcementScope(EnforcementScopeId id,
EnforcementScopeTypeId type,
Component pdp,
List<PepComponent> peps,
List<Component> pips,
List<Component> pxps)
Instantiates a new enforcement scope.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
IRootPolicyManagementPoint.registerPmp(ComponentId componentId,
EnforcementScopeId enforcementScope,
EnforcementScopeTypeId esType,
List<URI> urls,
List<String> aliases)
Registers a client PMP and an enforcement scope.
|
boolean |
IRootPolicyManagementPoint.updateType(EnforcementScopeId enforcementScope,
EnforcementScopeTypeId type,
EnforcementScope desc)
Updates the type of the given enforcement scope.
|
Copyright © 2018. All rights reserved.