| 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 | Field and Description |
|---|---|
protected ComponentId |
ComponentBase.id
The unique ID of the
Component. |
| Modifier and Type | Method and Description |
|---|---|
ComponentId |
ComponentBase.getId()
Gets the unique ID of the
Component. |
| Modifier and Type | Method and Description |
|---|---|
void |
ComponentBase.setId(ComponentId id)
Sets the unique ID of the
Component. |
| Constructor and Description |
|---|
Component(ComponentId id)
Constructs a
Component without URLs or ComponentInterface. |
Component(ComponentId id,
List<URI> urls,
List<MethodInterfaceDescription> componentInterfaces)
|
Component(ComponentId id,
List<URI> urls,
MethodInterfaceDescription... componentInterface)
|
ComponentBase(ComponentId cId) |
ComponentBase(ComponentId cId,
List<URI> urls) |
PepComponent(ComponentId id)
Instantiates a new pep component.
|
| Modifier and Type | Method and Description |
|---|---|
ComponentId |
IComponent.getId()
Gets the unique ID of the component.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
IRootPolicyManagementPoint.addURI(ComponentId componentId,
String uri)
Adds a URL to an already registered client PMP.
|
boolean |
IPolicyRetrievalPoint.componentExists(ComponentId componentId)
Checks if the component is already in the database.
|
boolean |
IPolicyManagementPoint.componentExists(ComponentId componentId)
Checks if the component is already in the database.
|
ComponentBase |
IPolicyRetrievalPoint.lookup(ComponentId id)
Lookup by
ComponentId. |
ComponentBase |
IPolicyManagementPoint.lookup(ComponentId id)
Lookup by
ComponentId. |
PepComponent |
IPolicyRetrievalPoint.lookupPep(ComponentId id)
Lookup by
ComponentId. |
PepComponent |
IPolicyManagementPoint.lookupPep(ComponentId id)
Lookup by
ComponentId. |
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.removeURI(ComponentId componentId,
String uri)
Removes a URL of an already registered client PMP.
|
boolean |
IPolicyRetrievalPoint.unregisterComponent(ComponentId componentId)
Deletes a component from the database.
|
boolean |
IPolicyManagementPoint.unregisterComponent(ComponentId componentId)
Deletes a component from the database.
|
boolean |
IPolicyRetrievalPoint.unregisterPEPComponent(ComponentId componentId)
Unregisters a pep by id.
|
boolean |
IRootPolicyManagementPoint.unregisterPmp(ComponentId componentId)
Removed a PMP and enforcement scope.
|
Copyright © 2018. All rights reserved.