Uses of Class
de.fraunhofer.iese.mydata.policy.exception.EvaluationUndecidableException
-
Packages that use EvaluationUndecidableException Package Description de.fraunhofer.iese.mydata.component.interfaces -
-
Uses of EvaluationUndecidableException in de.fraunhofer.iese.mydata.component.interfaces
Methods in de.fraunhofer.iese.mydata.component.interfaces that throw EvaluationUndecidableException Modifier and Type Method 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.AuthorizationDecision
IPolicyEnforcementPoint. getDecision(Event event)
* It sends the event to subscribed PDP and returns AuthorizationDecision of PDP.
-