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 AffiliationId
IAffiliationService. addAffiliation(Affiliation affiliation)
Adds the affiliation.void
IAffiliationService. deleteAffiliation(AffiliationId affiliationId)
Delete affiliation.void
IAffiliationService. lockAffiliation(AffiliationId affiliationId)
Lock affiliation.void
IAffiliationService. unlockAffiliation(AffiliationId affiliationId)
Unlock affiliation.void
IAffiliationService. 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 ComponentId
IComponentService. addPdp(PdpComponentInformation component)
Adds a pdp.ComponentId
IComponentService. addPep(PepComponentInformation component)
Adds a pep.ComponentId
IComponentService. addPip(PipComponentInformation component)
Adds a pip.ComponentId
IComponentService. addPxp(PxpComponentInformation component)
Adds a pxp.void
IComponentService. deletePep(ComponentId componentId)
Delete a pep component from the databasevoid
IComponentService. deletePip(ComponentId componentId)
Delete a pip component from the databasevoid
IComponentService. deletePxp(ComponentId componentId)
Delete a pxp component from the databaseComponentId
IComponentService. updatePdp(PdpComponentInformation component)
Adds a pdp.ComponentId
IComponentService. updatePep(PepComponentInformation component)
Adds a pep.ComponentId
IComponentService. updatePip(PipComponentInformation component)
Adds a pip.ComponentId
IComponentService. 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 boolean
IPolicyDecisionPoint. revokePolicy(PolicyId policyId)
Revokes a policy.boolean
IPolicyDecisionPoint. updatePolicy(Policy policy, java.time.ZoneId zoneIdOfSolution)
Updates a policy.boolean
IPolicyDecisionPoint. 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 PolicyId
IPolicyService. addPolicy(Policy policy)
Adds a policy and add it to the list of policies of the corresponding solutionvoid
IPolicyService. deletePolicy(PolicyId policyId)
Removes the policy.void
IPolicyService. deployPolicy(PolicyId policyId)
Deploys a policy at the local PDP of the solution.void
IPolicyService. revokePolicy(PolicyId policyId)
Revokes a currently deployed policy.PolicyId
IPolicyService. 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 SolutionId
ISolutionService. addSolution(Solution solution, AffiliationId affiliationId)
Adds the solution.void
ISolutionService. assignUser(SolutionId solutionId, String userUUID)
Assign user.void
ISolutionService. deleteSolution(SolutionId solutionId)
Delete solution.void
ISolutionService. unassignUser(SolutionId solutionId, String userUUID)
Unassign user.void
ISolutionService. 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 TimerId
ITimerService. addTimer(Timer timer)
Adds a timer.void
ITimerService. deleteTimer(TimerId timerId)
Removes the timer.void
ITimerService. deployTimer(TimerId timerId)
Deploys a timer at the local PDP of the solution.void
ITimerService. revokeTimer(TimerId timerId)
Revokes a currently deployed timer.TimerId
ITimerService. 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 String
IUserService. addSuperAdmin(User userModel)
Adds the super admin.String
IUserService. addUser(User userModel, AffiliationId affiliationId)
Adds the user.void
IUserService. deleteUser(String userId)
Delete user.void
IUserService. lockUser(String userId)
Lock user.void
IUserService. setPassword(String userId, String newPassword)
Set password from static call.void
IUserService. unlockUser(String userId)
Unlock user.void
IUserService. updatePassword(String userId, String oldPassword, String newPassword)
Update password.void
IUserService. updateUser(User userModel)
Update user.void
ITokenService. validateTokenAndSetPassword(String userId, String token, String newPassword)
-