| 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 |
|---|---|
AuthorizationDecision |
IPolicyDecisionPoint.decisionRequest(Event event)
Notifies the PDP about a certain event.
|
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 |
|---|---|
void |
IPolicyEnforcementPoint.enforceDecision(Event event,
AuthorizationDecision decision)
It enforces the authorization decision to the event.
|
| Modifier and Type | Field and Description |
|---|---|
static AuthorizationDecision |
AuthorizationDecision.DECISION_ALLOW
The default decision for a plain allow.
|
static AuthorizationDecision |
AuthorizationDecision.DECISION_INHIBIT
The default decision for a plain inhibit.
|
| Modifier and Type | Method and Description |
|---|---|
static AuthorizationDecision |
AuthorizationDecision.getDecisionAllow()
Get a clone of DECISION_ALLOW.
|
static AuthorizationDecision |
AuthorizationDecision.getDecisionInhibit()
Get a clone of DECISION_INHIBIT.
|
| Constructor and Description |
|---|
AuthorizationDecision(AuthorizationDecision prototype)
Constructor that takes the id and eventAllowed from Prototype.
|
Copyright © 2018. All rights reserved.