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 AuthorizationDecisionIPolicyDecisionPoint. decisionRequest(Event event)Notifies the PDP about a certain event.voidIPolicyEnforcementPoint. enforce(Event event)* Enforces PDP decision to the event if any PDP subscribes to ActionID of the event.AuthorizationDecisionIPolicyEnforcementPoint. getDecision(Event event)* It sends the event to subscribed PDP and returns AuthorizationDecision of PDP.
-