Uses of Class
de.fraunhofer.iese.mydata.exception.NoSuchEntityException
-
Packages that use NoSuchEntityException Package Description de.fraunhofer.iese.mydata.affiliation de.fraunhofer.iese.mydata.client 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 NoSuchEntityException in de.fraunhofer.iese.mydata.affiliation
Methods in de.fraunhofer.iese.mydata.affiliation that throw NoSuchEntityException Modifier and Type Method Description voidIAffiliationService. deleteAffiliation(AffiliationId affiliationId)Delete affiliation.AffiliationIAffiliationService. getAffiliation(AffiliationId affiliationId)Gets the affiliation.AffiliationIAffiliationService. getAffiliationBySolutionId(SolutionId solutionId)Returns the affiliation a solutionid (solution) belongs toAffiliationIAffiliationService. 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 affiliationsAffiliationIdIAffiliationService. getAffiliationIdBySolutionId(SolutionId solutionId)Returns the affiliationId a solutionid (solution) belongs toAffiliationIdIAffiliationService. 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 NoSuchEntityException Modifier and Type Method Description LibraryClientResponseDTOILibraryClientService. createLibraryClient(String clientIdStr, boolean isMasterClient)voidILibraryClientService. deleteLibraryClient(ClientId clientId, String username)voidILibraryClientService. deleteLibraryClient(String clientIdStr, String username)LibraryClientILibraryClientService. getLibraryClient(ClientId clientId)Get a client by its IDSet<LibraryClient>ILibraryClientService. getLibraryClients(SolutionId solutionId)Get a set of library clients by solution idMap<ClientId,Long>ILibraryClientService. listClientsForPolicy(PolicyId policyId)Map<ClientId,Long>ILibraryClientService. listClientsForTimer(TimerId timerId)Map<PolicyId,Long>ILibraryClientService. listDeployedPolicyVersions(ClientId libraryClientId)Map<TimerId,Long>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 NoSuchEntityException 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 databaseMap<ComponentId,HealthStatus>IComponentService. getAllComponentStates(SolutionId solutionId)Gets the all component states.PdpComponentInformationIComponentService. getPdp()Returns the registered PDP.PepComponentInformationIComponentService. getPep(ComponentId id)Lookup PEP byComponentId.PipComponentInformationIComponentService. getPip(ComponentId id)Lookup PIP byComponentId.HealthStatusIComponentService. getPipState(ComponentId componentId)Get the pip component statePxpComponentInformationIComponentService. getPxp(ComponentId id)Lookup PXP byComponentId.HealthStatusIComponentService. getPxpState(ComponentId componentId)Get the pxp component stateSet<PepComponentInformation>IComponentService. lookupPep(SolutionId solutionId)Lookup all PEPs of a certain solution.Set<PipComponentInformation>IComponentService. lookupPip(SolutionId solutionId, MethodInterfaceDescription query)Lookup all PIPs of a certain solution.Set<PxpComponentInformation>IComponentService. lookupPxp(SolutionId solutionId, MethodInterfaceDescription query)Lookup all PXPs of a certain solution.ComponentIdIComponentService. 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 NoSuchEntityException in de.fraunhofer.iese.mydata.component.interfaces
Methods in de.fraunhofer.iese.mydata.component.interfaces that throw NoSuchEntityException Modifier and Type Method Description booleanIPolicyEnforcementPoint. 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 NoSuchEntityException 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.Set<Policy>IPolicyService. getDeployedPolicies(SolutionId solutionId)Gets all deployed policy for a solution.Set<Policy>IPolicyService. getPolicies(SolutionId solutionId)Gets all policy.PolicyIPolicyService. getPolicy(PolicyId policyId)Gets the policy.Set<Policy>IPolicyService. getRevokedPolicies(SolutionId solutionId)Gets all revoked policy for a solution.booleanIPolicyService. isPolicyDeployed(PolicyId policyId)Checks if a policy is deployed.Set<PolicyId>IPolicyService. listDeployedPolicies(SolutionId solutionId)Provides a list of currently deployed policies.Set<PolicyId>IPolicyService. listPolicies(SolutionId solutionId)Gets all policy ids.Set<PolicyId>IPolicyService. listRevokedPolicies(SolutionId solutionId)Provides a list of currently revoked policies.voidIPolicyService. revokePolicy(PolicyId policyId)Revokes a currently deployed policy.PolicyIdIPolicyService. 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 NoSuchEntityException 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.SolutionISolutionService. getSolution(SolutionId solutionId)Gets the solution.Set<Solution>ISolutionService. getSolutions(AffiliationId affiliationId, boolean includeLocked)Set solutions.Set<Solution>ISolutionService. getSolutions(String userId, boolean includeLocked)Set solutions.Optional<Timezone>ITimezoneService. getTimezoneByZoneId(String zoneId)java.time.ZoneIdISolutionService. getZoneId(SolutionId solutionId)Returns the timezone for the policy's solution.Set<SolutionId>ISolutionService. listSolutions(AffiliationId affiliationId, boolean includeLocked)Set solutions.Set<SolutionId>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 NoSuchEntityException 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.Set<Timer>ITimerService. getDeployedTimers(SolutionId solutionId)Gets all deployed timers of the solution.Set<Timer>ITimerService. getRevokedTimers(SolutionId solutionId)Gets all timer of the solution.TimerITimerService. getTimer(TimerId timerId)Gets the timer.Set<Timer>ITimerService. getTimers(SolutionId solutionId)Gets all timers of the solutionbooleanITimerService. isTimerDeployed(TimerId timerId)Checks if a timer is deployed.Set<TimerId>ITimerService. listDeployedTimers(SolutionId solutionId)Provides a list of currently deployed timers.Set<TimerId>ITimerService. listRevokedTimers(SolutionId solutionId)Provides a list of currently revoked timers.Set<TimerId>ITimerService. listTimers(SolutionId solutionId)Gets all timer ids of the solutionvoidITimerService. revokeTimer(TimerId timerId)Revokes a currently deployed timer.TimerIdITimerService. 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 NoSuchEntityException Modifier and Type Method Description StringIUserService. addUser(User userModel, AffiliationId affiliationId)Adds the user.voidIUserService. deleteUser(String userId)Delete user.PasswordResetTokenITokenService. generateToken(String username)Generate a token for the given userUserIUserService. getUser(String userId)Gets the user.UserIUserService. getUserByName(String username)Get a user by user nameSet<User>IUserService. getUsers(AffiliationId affiliationId, boolean includeLocked)Gets the users.Set<User>IUserService. getUsers(SolutionId solutionId, boolean includeLocked)Gets the users.Set<String>IUserService. listUsers(AffiliationId affiliationId, boolean includeLocked)Set users.Set<String>IUserService. listUsers(SolutionId solutionId, boolean includeLocked)List users.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. 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)
-