Uses of Class
de.fraunhofer.iese.mydata.exception.NoSuchEntityException
Packages that use NoSuchEntityException
Package
Description
\* MYDATA component interfaces and classes.
Policy-related classes.
-
Uses of NoSuchEntityException in de.fraunhofer.iese.mydata.affiliation
Methods in de.fraunhofer.iese.mydata.affiliation that throw NoSuchEntityExceptionModifier and TypeMethodDescriptionvoidIAffiliationService.deleteAffiliation(AffiliationId affiliationId) Delete affiliation.IAffiliationService.getAffiliation(AffiliationId affiliationId) Gets the affiliation.IAffiliationService.getAffiliationBySolutionId(SolutionId solutionId) Returns the affiliation a solutionid (solution) belongs toIAffiliationService.getAffiliationByUserUUID(String userUUID) Returns the affiliations for a specific user It can be a set as a super_admin is per default assigned to all affiliationsIAffiliationService.getAffiliationIdBySolutionId(SolutionId solutionId) Returns the affiliationId a solutionid (solution) belongs toIAffiliationService.getAffiliationIdByUserUUID(String userUUID) Returns the affiliationids for a specific user It can be a set as a super_admin is per default assigned to all affiliationsvoidIAffiliationService.lockAffiliation(AffiliationId affiliationId) Lock affiliation.voidIAffiliationService.unlockAffiliation(AffiliationId affiliationId) Unlock affiliation.voidIAffiliationService.updateAffiliation(Affiliation affiliation) Update affiliation. -
Uses of NoSuchEntityException in de.fraunhofer.iese.mydata.client
Methods in de.fraunhofer.iese.mydata.client that throw NoSuchEntityExceptionModifier and TypeMethodDescriptionILibraryClientService.createLibraryClient(String clientIdStr, boolean isMasterClient) voidILibraryClientService.deleteLibraryClient(ClientId clientId, String username) voidILibraryClientService.deleteLibraryClient(String clientIdStr, String username) ILibraryClientService.getLibraryClient(ClientId clientId) Get a client by its IDILibraryClientService.getLibraryClients(SolutionId solutionId) Get a set of library clients by solution idILibraryClientService.listClientsForPolicy(PolicyId policyId) ILibraryClientService.listClientsForTimer(TimerId timerId) ILibraryClientService.listDeployedPolicyVersions(ClientId libraryClientId) ILibraryClientService.listDeployedTimerVersions(ClientId libraryClientId) voidILibraryClientService.notifySync(SyncNotification syncNotification) -
Uses of NoSuchEntityException in de.fraunhofer.iese.mydata.component
Methods in de.fraunhofer.iese.mydata.component that throw NoSuchEntityExceptionModifier and TypeMethodDescriptionIComponentService.addPdp(PdpComponentInformation component) Adds a pdp.IComponentService.addPep(PepComponentInformation component) Adds a pep.IComponentService.addPip(PipComponentInformation component) Adds a pip.IComponentService.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 databaseIComponentService.getAllComponentStates(SolutionId solutionId) Gets the all component states.IComponentService.getPdp()Returns the registered PDP.IComponentService.getPep(ComponentId id) Lookup PEP byComponentId.IComponentService.getPip(ComponentId id) Lookup PIP byComponentId.IComponentService.getPipState(ComponentId componentId) Get the pip component stateIComponentService.getPxp(ComponentId id) Lookup PXP byComponentId.IComponentService.getPxpState(ComponentId componentId) Get the pxp component stateIComponentService.lookupPep(SolutionId solutionId) Lookup all PEPs of a certain solution.IComponentService.lookupPip(SolutionId solutionId, MethodInterfaceDescription query) Lookup all PIPs of a certain solution.IComponentService.lookupPxp(SolutionId solutionId, MethodInterfaceDescription query) Lookup all PXPs of a certain solution.IComponentService.updatePdp(PdpComponentInformation component) Adds a pdp.IComponentService.updatePep(PepComponentInformation component) Adds a pep.IComponentService.updatePip(PipComponentInformation component) Adds a pip.IComponentService.updatePxp(PxpComponentInformation component) Adds a pxp. -
Uses of NoSuchEntityException in de.fraunhofer.iese.mydata.component.interfaces
Methods in de.fraunhofer.iese.mydata.component.interfaces that throw NoSuchEntityExceptionModifier and TypeMethodDescriptionbooleanIPolicyEnforcementPoint.initialize()booleanIMyDataComponent.reset()Resets the component to the initial state. -
Uses of NoSuchEntityException in de.fraunhofer.iese.mydata.policy
Methods in de.fraunhofer.iese.mydata.policy that throw NoSuchEntityExceptionModifier and TypeMethodDescriptionAdds 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.IPolicyService.getDeployedPolicies(SolutionId solutionId) Gets all deployed policy for a solution.IPolicyService.getPolicies(SolutionId solutionId) Gets all policy.Gets the policy.IPolicyService.getRevokedPolicies(SolutionId solutionId) Gets all revoked policy for a solution.booleanIPolicyService.isPolicyDeployed(PolicyId policyId) Checks if a policy is deployed.IPolicyService.listDeployedPolicies(SolutionId solutionId) Provides a list of currently deployed policies.IPolicyService.listPolicies(SolutionId solutionId) Gets all policy ids.IPolicyService.listRevokedPolicies(SolutionId solutionId) Provides a list of currently revoked policies.voidIPolicyService.revokePolicy(PolicyId policyId) Revokes a currently deployed policy.IPolicyService.updatePolicy(Policy policy) Updates a currently deployed policy. -
Uses of NoSuchEntityException in de.fraunhofer.iese.mydata.solution
Methods in de.fraunhofer.iese.mydata.solution that throw NoSuchEntityExceptionModifier and TypeMethodDescriptionISolutionService.addSolution(Solution solution, AffiliationId affiliationId) Adds the solution.voidISolutionService.assignUser(SolutionId solutionId, String userUUID) Assign user.voidISolutionService.deleteSolution(SolutionId solutionId) Delete solution.ISolutionService.getSolution(SolutionId solutionId) Gets the solution.ISolutionService.getSolutions(AffiliationId affiliationId, boolean includeLocked) Set solutions.ISolutionService.getSolutions(String userId, boolean includeLocked) Set solutions.ITimezoneService.getTimezoneByZoneId(String zoneId) ISolutionService.getZoneId(SolutionId solutionId) Returns the timezone for the policy's solution.ISolutionService.listSolutions(AffiliationId affiliationId, boolean includeLocked) Set solutions.ISolutionService.listSolutions(String userId, boolean includeLocked) Set solutions.voidISolutionService.unassignUser(SolutionId solutionId, String userUUID) Unassign user.voidISolutionService.updateSolution(Solution solution) Update solution. -
Uses of NoSuchEntityException in de.fraunhofer.iese.mydata.timer
Methods in de.fraunhofer.iese.mydata.timer that throw NoSuchEntityExceptionModifier and TypeMethodDescriptionAdds a timer.voidITimerService.deleteTimer(TimerId timerId) Removes the timer.voidITimerService.deployTimer(TimerId timerId) Deploys a timer at the local PDP of the solution.ITimerService.getDeployedTimers(SolutionId solutionId) Gets all deployed timers of the solution.ITimerService.getRevokedTimers(SolutionId solutionId) Gets all timer of the solution.Gets the timer.ITimerService.getTimers(SolutionId solutionId) Gets all timers of the solutionbooleanITimerService.isTimerDeployed(TimerId timerId) Checks if a timer is deployed.ITimerService.listDeployedTimers(SolutionId solutionId) Provides a list of currently deployed timers.ITimerService.listRevokedTimers(SolutionId solutionId) Provides a list of currently revoked timers.ITimerService.listTimers(SolutionId solutionId) Gets all timer ids of the solutionvoidITimerService.revokeTimer(TimerId timerId) Revokes a currently deployed timer.ITimerService.updateTimer(Timer timer) Updates a currently active timer. -
Uses of NoSuchEntityException in de.fraunhofer.iese.mydata.user
Methods in de.fraunhofer.iese.mydata.user that throw NoSuchEntityExceptionModifier and TypeMethodDescriptionIUserService.addUser(User userModel, AffiliationId affiliationId) Adds the user.voidITokenService.deleteTokenByUserUuid(String userUuid) voidIUserService.deleteUser(String userId) Delete user.ITokenService.generateToken(String username) Generate a token for the given userGets the user.IUserService.getUserByName(String username) Get a user by user nameIUserService.getUsers(AffiliationId affiliationId, boolean includeLocked) Gets the users.IUserService.getUsers(SolutionId solutionId, boolean includeLocked) Gets the users.IUserService.listUsers(AffiliationId affiliationId, boolean includeLocked) Set users.IUserService.listUsers(SolutionId solutionId, boolean includeLocked) List users.voidLock 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.updateRole(String userId, MyDataRole newRole) update the role of a uservoidIUserService.updateUser(User userModel) Update user.booleanIUserService.userIdExists(String userId) User id exists.booleanIUserService.usernameExists(String username) Username exists.voidITokenService.validateToken(String userId, String token) Validate the tokenvoidITokenService.validateTokenAndSetPassword(String userId, String token, String newPassword)