Uses of Class
de.fraunhofer.iese.mydata.policy.decision.AuthorizationDecision
Packages that use AuthorizationDecision
Package
Description
-
Uses of AuthorizationDecision in de.fraunhofer.iese.mydata.component.interfaces
Methods in de.fraunhofer.iese.mydata.component.interfaces that return AuthorizationDecisionModifier 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.Methods in de.fraunhofer.iese.mydata.component.interfaces that return types with arguments of type AuthorizationDecisionModifier and TypeMethodDescriptionIPolicyDecisionPoint.decisionRequests(List<Event> events) Notifies the PDP about multiple events.Methods in de.fraunhofer.iese.mydata.component.interfaces with parameters of type AuthorizationDecisionModifier and TypeMethodDescriptionvoidIPolicyEnforcementPoint.enforceDecision(Event event, AuthorizationDecision decision) It enforces the authorization decision to the event. -
Uses of AuthorizationDecision in de.fraunhofer.iese.mydata.policy.decision
Fields in de.fraunhofer.iese.mydata.policy.decision declared as AuthorizationDecisionModifier and TypeFieldDescriptionstatic final AuthorizationDecisionAuthorizationDecision.DECISION_ALLOWThe default decision for a plain allow.static final AuthorizationDecisionAuthorizationDecision.DECISION_INHIBITThe default decision for a plain inhibit.Methods in de.fraunhofer.iese.mydata.policy.decision that return AuthorizationDecisionModifier and TypeMethodDescriptionstatic AuthorizationDecisionAuthorizationDecision.getDecisionAllow()Get a clone of DECISION_ALLOW.static AuthorizationDecisionAuthorizationDecision.getDecisionInhibit()Get a clone of DECISION_INHIBIT.Constructors in de.fraunhofer.iese.mydata.policy.decision with parameters of type AuthorizationDecisionModifierConstructorDescriptionAuthorizationDecision(AuthorizationDecision prototype) Constructor that takes the component_id and eventAllowed from Prototype.