Uses of Class
de.fraunhofer.iese.mydata.exception.ResourceUpdateException
-
Packages that use ResourceUpdateException Package Description de.fraunhofer.iese.mydata.affiliation de.fraunhofer.iese.mydata.component \* MYDATA component interfaces and classes.de.fraunhofer.iese.mydata.component.interfaces de.fraunhofer.iese.mydata.policy Policy-related classes.de.fraunhofer.iese.mydata.solution de.fraunhofer.iese.mydata.timer de.fraunhofer.iese.mydata.user -
-
Uses of ResourceUpdateException in de.fraunhofer.iese.mydata.affiliation
Methods in de.fraunhofer.iese.mydata.affiliation that throw ResourceUpdateException Modifier and Type Method Description AffiliationIdIAffiliationService. addAffiliation(Affiliation affiliation)Adds the affiliation.voidIAffiliationService. deleteAffiliation(AffiliationId affiliationId)Delete affiliation.voidIAffiliationService. lockAffiliation(AffiliationId affiliationId)Lock affiliation.voidIAffiliationService. unlockAffiliation(AffiliationId affiliationId)Unlock affiliation.voidIAffiliationService. updateAffiliation(Affiliation affiliation)Update affiliation. -
Uses of ResourceUpdateException in de.fraunhofer.iese.mydata.component
Methods in de.fraunhofer.iese.mydata.component that throw ResourceUpdateException Modifier and Type Method Description ComponentIdIComponentService. addPdp(PdpComponentInformation component)Adds a pdp.ComponentIdIComponentService. addPep(PepComponentInformation component)Adds a pep.ComponentIdIComponentService. addPip(PipComponentInformation component)Adds a pip.ComponentIdIComponentService. addPxp(PxpComponentInformation component)Adds a pxp.voidIComponentService. deletePep(ComponentId componentId)Delete a pep component from the databasevoidIComponentService. deletePip(ComponentId componentId)Delete a pip component from the databasevoidIComponentService. deletePxp(ComponentId componentId)Delete a pxp component from the databaseComponentIdIComponentService. updatePdp(PdpComponentInformation component)Adds a pdp.ComponentIdIComponentService. updatePep(PepComponentInformation component)Adds a pep.ComponentIdIComponentService. updatePip(PipComponentInformation component)Adds a pip.ComponentIdIComponentService. updatePxp(PxpComponentInformation component)Adds a pxp. -
Uses of ResourceUpdateException in de.fraunhofer.iese.mydata.component.interfaces
Methods in de.fraunhofer.iese.mydata.component.interfaces that throw ResourceUpdateException Modifier and Type Method Description booleanIPolicyDecisionPoint. revokePolicy(PolicyId policyId)Revokes a policy.booleanIPolicyDecisionPoint. updatePolicy(Policy policy, java.time.ZoneId zoneIdOfSolution)Updates a policy.booleanIPolicyDecisionPoint. updatePolicyAndId(Policy policyWithNewId, java.time.ZoneId zoneIdOfSolution, PolicyId oldPolicyId)Update policyId -
Uses of ResourceUpdateException in de.fraunhofer.iese.mydata.policy
Methods in de.fraunhofer.iese.mydata.policy that throw ResourceUpdateException Modifier and Type Method Description PolicyIdIPolicyService. addPolicy(Policy policy)Adds a policy and add it to the list of policies of the corresponding solutionvoidIPolicyService. deletePolicy(PolicyId policyId)Removes the policy.voidIPolicyService. deployPolicy(PolicyId policyId)Deploys a policy at the local PDP of the solution.voidIPolicyService. revokePolicy(PolicyId policyId)Revokes a currently deployed policy.PolicyIdIPolicyService. updatePolicy(Policy policy)Updates a currently deployed policy. -
Uses of ResourceUpdateException in de.fraunhofer.iese.mydata.solution
Methods in de.fraunhofer.iese.mydata.solution that throw ResourceUpdateException Modifier and Type Method Description SolutionIdISolutionService. addSolution(Solution solution, AffiliationId affiliationId)Adds the solution.voidISolutionService. assignUser(SolutionId solutionId, String userUUID)Assign user.voidISolutionService. deleteSolution(SolutionId solutionId)Delete solution.voidISolutionService. unassignUser(SolutionId solutionId, String userUUID)Unassign user.voidISolutionService. updateSolution(Solution solution)Update solution. -
Uses of ResourceUpdateException in de.fraunhofer.iese.mydata.timer
Methods in de.fraunhofer.iese.mydata.timer that throw ResourceUpdateException Modifier and Type Method Description TimerIdITimerService. addTimer(Timer timer)Adds a timer.voidITimerService. deleteTimer(TimerId timerId)Removes the timer.voidITimerService. deployTimer(TimerId timerId)Deploys a timer at the local PDP of the solution.voidITimerService. revokeTimer(TimerId timerId)Revokes a currently deployed timer.TimerIdITimerService. updateTimer(Timer timer)Updates a currently active timer. -
Uses of ResourceUpdateException in de.fraunhofer.iese.mydata.user
Methods in de.fraunhofer.iese.mydata.user that throw ResourceUpdateException Modifier and Type Method Description StringIUserService. addSuperAdmin(User userModel)Adds the super admin.StringIUserService. addUser(User userModel, AffiliationId affiliationId)Adds the user.voidIUserService. deleteUser(String userId)Delete user.voidIUserService. lockUser(String userId)Lock user.voidIUserService. setPassword(String userId, String newPassword)Set password from static call.voidIUserService. unlockUser(String userId)Unlock user.voidIUserService. updatePassword(String userId, String oldPassword, String newPassword)Update password.voidIUserService. updateUser(User userModel)Update user.voidITokenService. validateTokenAndSetPassword(String userId, String token, String newPassword)
-