Uses of Class
de.fraunhofer.iese.mydata.policy.decision.AuthorizationDecision
Package
Description
-
Uses of AuthorizationDecision in de.fraunhofer.iese.mydata.component.interfaces
Modifier and TypeMethodDescriptionIPolicyDecisionPoint.decisionRequest
(Event event) Notifies the PDP about a certain 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.Modifier and TypeMethodDescriptionvoid
IPolicyEnforcementPoint.enforceDecision
(Event event, AuthorizationDecision decision) It enforces the authorization decision to the event. -
Uses of AuthorizationDecision in de.fraunhofer.iese.mydata.policy.decision
Modifier and TypeFieldDescriptionstatic final AuthorizationDecision
AuthorizationDecision.DECISION_ALLOW
The default decision for a plain allow.static final AuthorizationDecision
AuthorizationDecision.DECISION_INHIBIT
The default decision for a plain inhibit.Modifier and TypeMethodDescriptionstatic AuthorizationDecision
AuthorizationDecision.getDecisionAllow()
Get a clone of DECISION_ALLOW.static AuthorizationDecision
AuthorizationDecision.getDecisionInhibit()
Get a clone of DECISION_INHIBIT.ModifierConstructorDescriptionAuthorizationDecision
(AuthorizationDecision prototype) Constructor that takes the component_id and eventAllowed from Prototype.