| Package | Description |
|---|---|
| de.fraunhofer.iese.ind2uce.api.component |
IND2UCE component interfaces and classes.
|
| de.fraunhofer.iese.ind2uce.api.component.interfaces |
IND2UCE component interfaces.
|
| de.fraunhofer.iese.ind2uce.connectors |
| Modifier and Type | Method and Description |
|---|---|
List<PepComponent> |
EnforcementScope.getPeps()
Gets the List of registered PolicyEnforcementPoints.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EnforcementScope.setPeps(List<PepComponent> peps)
Sets the List of registered PolicyEnforcementPoints.
|
| Constructor and Description |
|---|
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 |
|---|---|
PepComponent |
IPolicyRetrievalPoint.lookupPep(ComponentId id)
Lookup by
ComponentId. |
PepComponent |
IPolicyManagementPoint.lookupPep(ComponentId id)
Lookup by
ComponentId. |
| Modifier and Type | Method and Description |
|---|---|
List<PepComponent> |
IPolicyRetrievalPoint.lookupPep()
Returns the list of PEPs in the database.
|
List<PepComponent> |
IPolicyManagementPoint.lookupPep(EnforcementScopeId scope,
boolean includeInterface)
Returns the list of PEPs in the database.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
IPolicyRetrievalPoint.registerPEPComponent(PepComponent component)
Adds a pep into the database.
|
boolean |
IPolicyManagementPoint.registerPEPComponent(PepComponent component)
Adds a pep into the database.
|
| Modifier and Type | Method and Description |
|---|---|
static IPolicyEnforcementPoint |
ConnectorFactory.getPep(PepComponent component,
String preferredConnectorType)
Tries to establish a connection to a PEP by using the passed url variable.
|
Copyright © 2018. All rights reserved.