| Package | Description |
|---|---|
| de.fraunhofer.iese.ind2uce.api.component.interfaces |
IND2UCE component interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
IRootPolicyManagementPoint.addToGroup(GroupId groupId,
EnforcementScopeId enforcementScope)
Adds an enforcement scope to a group.
|
PolicyId |
IRootPolicyManagementPoint.deployPolicy(GroupId groupId,
PolicyId policyId,
List<Parameter<String>> policyParameters,
boolean keepWhenLeaving)
Deploys a policy at all enforcement scopes of the given group.
|
List<EnforcementScopeId> |
IRootPolicyManagementPoint.getEnforcementScopes(GroupId group)
Resolves all enforcement scopes of a certain group.
|
List<Component> |
IRootPolicyManagementPoint.lookupPmpByGroup(GroupId group)
Resolves all client PMPs of a certain group.
|
boolean |
IRootPolicyManagementPoint.removeFromGroup(GroupId groupId,
EnforcementScopeId enforcementScope)
Removes an enforcement scope from a group.
|
Copyright © 2018. All rights reserved.