Interface IBasicManagementService
-
- All Superinterfaces:
IComponentService
,IMyDataComponent
,IPolicyService
,ITimerService
- All Known Subinterfaces:
IManagementService
public interface IBasicManagementService extends IMyDataComponent, IPolicyService, ITimerService, IComponentService
Client Interface of the Policy Management Point. It is mainly responsible to manage local components and to deploy policies at the PDP of the enforcement scope.- Author:
- Fraunhofer IESE
-
-
Method Summary
-
Methods inherited from interface de.fraunhofer.iese.mydata.component.IComponentService
addPdp, addPep, addPip, addPxp, deletePep, deletePip, deletePxp, getAllComponentStates, getPdp, getPep, getPip, getPipState, getPxp, getPxpState, lookupPep, lookupPip, lookupPxp, pdpExists, pepExists, pipExists, pxpExists, updatePdp, updatePep, updatePip, updatePxp
-
Methods inherited from interface de.fraunhofer.iese.mydata.component.interfaces.IMyDataComponent
getHealth, getId, reset
-
Methods inherited from interface de.fraunhofer.iese.mydata.policy.IPolicyService
addPolicy, deletePolicy, deployPolicy, getDeployedPolicies, getDeployedPolicies, getPolicies, getPolicy, getRevokedPolicies, isPolicyDeployed, listDeployedPolicies, listPolicies, listRevokedPolicies, policyExists, revokePolicy, updatePolicy
-
Methods inherited from interface de.fraunhofer.iese.mydata.timer.ITimerService
addTimer, deleteTimer, deployTimer, getDeployedTimers, getRevokedTimers, getTimer, getTimers, isTimerDeployed, listDeployedTimers, listRevokedTimers, listTimers, revokeTimer, timerExists, updateTimer
-
-