| 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 |
|---|---|
Class<? extends IComponent> |
ComponentType.getInterface()
Gets interface class for the component type.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IPolicyDecisionPoint
The PolicyDecisionPoint draws decisions based on the currently deployed
policies.
|
interface |
IPolicyEnforcementPoint
Policy Enforcement Points intercept system events and communicate with the
PDP to get a corresponding decision.
|
interface |
IPolicyExecutionPoint
Policy Execution Points are used by the PDP to execute additional actions
like sending an email.
|
interface |
IPolicyInformationPoint
Policy Information Points provide additional information used by PDPs.
|
interface |
IPolicyManagementPoint
Client Interface of the Policy Management Point.
|
interface |
IPolicyRetrievalPoint
Policy Retrieval Points provides data storage for the PMP.
|
interface |
IRootPolicyManagementPoint
Server Interface of the Policy Management Point.
|
| Modifier and Type | Method and Description |
|---|---|
static IComponent |
ConnectorFactory.getComponent(ComponentBase base,
String preferredConnectorType) |
static IComponent |
ConnectorFactory.getComponent(ComponentBase base,
String preferredConnectorType,
Map<String,Authentication> protocolToAuthentication) |
Copyright © 2018. All rights reserved.