Uses of Interface
de.fraunhofer.iese.mydata.component.interfaces.IMyDataComponent
-
Packages that use IMyDataComponent Package Description de.fraunhofer.iese.mydata.component \* MYDATA component interfaces and classes.de.fraunhofer.iese.mydata.component.interfaces -
-
Uses of IMyDataComponent in de.fraunhofer.iese.mydata.component
Methods in de.fraunhofer.iese.mydata.component that return types with arguments of type IMyDataComponent Modifier and Type Method Description Class<? extends IMyDataComponent>
ComponentType. getInterface()
Gets interface class for the component type. -
Uses of IMyDataComponent in de.fraunhofer.iese.mydata.component.interfaces
Subinterfaces of IMyDataComponent in de.fraunhofer.iese.mydata.component.interfaces Modifier and Type Interface Description interface
IBasicManagementService
Client Interface of the Policy Management Point.interface
IManagementService
Server Interface of the Policy Management Point.interface
IPolicyDecisionPoint
The PolicyDecisionPoint draws decisions based on the currently deployed policies.interface
IPolicyEnforcementPoint
Policy Enforcement Points intercept system events and communicate with the PDP to get a corresponding decision.interface
IPolicyExecutionPoint
Policy Execution Points are used by the PDP to execute additional actions like sending an email.interface
IPolicyInformationPoint
Policy Information Points provide additional information used by PDPs.
-