| Package | Description |
|---|---|
| de.fraunhofer.iese.ind2uce.api.component.interfaces |
IND2UCE component interfaces.
|
| de.fraunhofer.iese.ind2uce.api.policy |
Policy-related classes.
|
| Modifier and Type | Method and Description |
|---|---|
Map<Event,AuthorizationDecision> |
IPolicyDecisionPoint.timerDecisionRequest(List<Event> events) |
| Modifier and Type | Method and Description |
|---|---|
AuthorizationDecision |
IPolicyDecisionPoint.decisionRequest(Event event)
Notifies the PDP about a certain event.
|
void |
IPolicyEnforcementPoint.enforce(Event event)
* Enforces PDP decision to the event if any PDP subscribes to ActionID of
the event.
|
void |
IPolicyEnforcementPoint.enforceDecision(Event event,
AuthorizationDecision decision)
It enforces the authorization decision to the event.
|
boolean |
IPolicyExecutionPoint.execute(ExecuteAction action,
Event event)
Execute an Action.
|
AuthorizationDecision |
IPolicyEnforcementPoint.getDecision(Event event)
* It sends the event to subscribed PDP and returns AuthorizationDecision of
PDP.
|
| Modifier and Type | Method and Description |
|---|---|
Map<Event,AuthorizationDecision> |
IPolicyDecisionPoint.timerDecisionRequest(List<Event> events) |
| Modifier and Type | Method and Description |
|---|---|
List<Event> |
Timer.getEvents() |
| Modifier and Type | Method and Description |
|---|---|
void |
Timer.setEvents(List<Event> events) |
Copyright © 2018. All rights reserved.