Uses of Class
de.fraunhofer.iese.mydata.policy.event.Event
Package
Description
-
Uses of Event in de.fraunhofer.iese.mydata.component.interfaces
Modifier and TypeMethodDescriptionIPolicyDecisionPoint.decisionRequest
(Event event) Notifies the PDP about a certain event.void
* 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
Evaluate an event.IPolicyEnforcementPoint.getDecision
(Event event) * It sends the event to subscribed PDP and returns AuthorizationDecision of PDP.Modifier and TypeMethodDescriptionIPolicyDecisionPoint.decisionRequests
(List<Event> events) Notifies the PDP about multiple events.boolean
Evaluate multiple events. -
Uses of Event in de.fraunhofer.iese.mydata.policy.event.history
Modifier and TypeMethodDescriptionvoid
When PDP is notified via event then same call is passed to EventRepository.void
IEventRepository.saveEventOccurrence
(Event event, Set<HistoricEventTrackItem> trackItems) Provide concrete implementation for storing of events.ModifierConstructorDescriptionHistoricEvent
(Event event, Set<HistoricEventTrackItem> trackItems) New instance from event. -
Uses of Event in de.fraunhofer.iese.mydata.timer