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 void
IAffiliationService. deleteAffiliation(AffiliationId affiliationId)
Delete affiliation.Affiliation
IAffiliationService. getAffiliation(AffiliationId affiliationId)
Gets the affiliation.Affiliation
IAffiliationService. getAffiliationBySolutionId(SolutionId solutionId)
Returns the affiliation a solutionid (solution) belongs toAffiliation
IAffiliationService. 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 affiliationsAffiliationId
IAffiliationService. getAffiliationIdBySolutionId(SolutionId solutionId)
Returns the affiliationId a solutionid (solution) belongs toAffiliationId
IAffiliationService. 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 affiliationsvoid
IAffiliationService. lockAffiliation(AffiliationId affiliationId)
Lock affiliation.void
IAffiliationService. unlockAffiliation(AffiliationId affiliationId)
Unlock affiliation.void
IAffiliationService. 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 LibraryClientResponseDTO
ILibraryClientService. createLibraryClient(String clientIdStr, boolean isMasterClient)
void
ILibraryClientService. deleteLibraryClient(ClientId clientId, String username)
void
ILibraryClientService. deleteLibraryClient(String clientIdStr, String username)
LibraryClient
ILibraryClientService. 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)
void
ILibraryClientService. 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 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 databaseMap<ComponentId,HealthStatus>
IComponentService. getAllComponentStates(SolutionId solutionId)
Gets the all component states.PdpComponentInformation
IComponentService. getPdp()
Returns the registered PDP.PepComponentInformation
IComponentService. getPep(ComponentId id)
Lookup PEP byComponentId
.PipComponentInformation
IComponentService. getPip(ComponentId id)
Lookup PIP byComponentId
.HealthStatus
IComponentService. getPipState(ComponentId componentId)
Get the pip component statePxpComponentInformation
IComponentService. getPxp(ComponentId id)
Lookup PXP byComponentId
.HealthStatus
IComponentService. 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.ComponentId
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 NoSuchEntityException in de.fraunhofer.iese.mydata.component.interfaces
Methods in de.fraunhofer.iese.mydata.component.interfaces that throw NoSuchEntityException Modifier and Type Method Description boolean
IPolicyEnforcementPoint. initialize()
boolean
IMyDataComponent. 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 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.Set<Policy>
IPolicyService. getDeployedPolicies(SolutionId solutionId)
Gets all deployed policy for a solution.Set<Policy>
IPolicyService. getPolicies(SolutionId solutionId)
Gets all policy.Policy
IPolicyService. getPolicy(PolicyId policyId)
Gets the policy.Set<Policy>
IPolicyService. getRevokedPolicies(SolutionId solutionId)
Gets all revoked policy for a solution.boolean
IPolicyService. 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.void
IPolicyService. revokePolicy(PolicyId policyId)
Revokes a currently deployed policy.PolicyId
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 NoSuchEntityException 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.Solution
ISolutionService. 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.ZoneId
ISolutionService. 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.void
ISolutionService. unassignUser(SolutionId solutionId, String userUUID)
Unassign user.void
ISolutionService. 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 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.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.Timer
ITimerService. getTimer(TimerId timerId)
Gets the timer.Set<Timer>
ITimerService. getTimers(SolutionId solutionId)
Gets all timers of the solutionboolean
ITimerService. 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 solutionvoid
ITimerService. revokeTimer(TimerId timerId)
Revokes a currently deployed timer.TimerId
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 NoSuchEntityException Modifier and Type Method Description String
IUserService. addUser(User userModel, AffiliationId affiliationId)
Adds the user.void
IUserService. deleteUser(String userId)
Delete user.PasswordResetToken
ITokenService. generateToken(String username)
Generate a token for the given userUser
IUserService. getUser(String userId)
Gets the user.User
IUserService. 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.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. updateRole(String userId, MyDataRole newRole)
update the role of a uservoid
IUserService. updateUser(User userModel)
Update user.boolean
IUserService. userIdExists(String userId)
User id exists.boolean
IUserService. usernameExists(String username)
Username exists.void
ITokenService. validateToken(String userId, String token)
Validate the tokenvoid
ITokenService. validateTokenAndSetPassword(String userId, String token, String newPassword)
-