Uses of Class
de.fraunhofer.iese.mydata.policy.event.Event
-
Packages that use Event Package Description de.fraunhofer.iese.mydata.component.interfaces de.fraunhofer.iese.mydata.policy.event.history de.fraunhofer.iese.mydata.timer -
-
Uses of Event in de.fraunhofer.iese.mydata.component.interfaces
Methods in de.fraunhofer.iese.mydata.component.interfaces with parameters of type Event 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.void
IPolicyEnforcementPoint. enforceDecision(Event event, AuthorizationDecision decision)
It enforces the authorization decision to the event.boolean
IPolicyDecisionPoint. evaluate(Event event)
Evaluate an event.AuthorizationDecision
IPolicyEnforcementPoint. getDecision(Event event)
* It sends the event to subscribed PDP and returns AuthorizationDecision of PDP.Method parameters in de.fraunhofer.iese.mydata.component.interfaces with type arguments of type Event Modifier and Type Method Description List<AuthorizationDecision>
IPolicyDecisionPoint. decisionRequests(List<Event> events)
Notifies the PDP about multiple events.boolean
IPolicyDecisionPoint. evaluate(Set<Event> events)
Evaluate multiple events. -
Uses of Event in de.fraunhofer.iese.mydata.policy.event.history
Constructors in de.fraunhofer.iese.mydata.policy.event.history with parameters of type Event Constructor Description HistoricEvent(Event event, Set<HistoricEventTrackItem> trackItems)
New instance from event. -
Uses of Event in de.fraunhofer.iese.mydata.timer
Methods in de.fraunhofer.iese.mydata.timer that return types with arguments of type Event Modifier and Type Method Description Set<Event>
Timer. getEvents()
-