Uses of Class
de.fraunhofer.iese.mydata.policy.event.Event
Packages that use Event
Package
Description
-
Uses of Event in de.fraunhofer.iese.mydata.component.interfaces
Methods in de.fraunhofer.iese.mydata.component.interfaces with parameters of type EventModifier 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.Method parameters in de.fraunhofer.iese.mydata.component.interfaces with type arguments of type EventModifier 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
Methods in de.fraunhofer.iese.mydata.policy.event.history with parameters of type EventModifier 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.Constructors in de.fraunhofer.iese.mydata.policy.event.history with parameters of type EventModifierConstructorDescriptionHistoricEvent
(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