Uses of Class
de.fraunhofer.iese.mydata.exception.NoSuchEntityException
Package
Description
\* MYDATA component interfaces and classes.
Policy-related classes.
-
Uses of NoSuchEntityException in de.fraunhofer.iese.mydata.affiliation
Modifier and TypeMethodDescriptionvoid
IAffiliationService.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 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
Modifier and TypeMethodDescriptionILibraryClientService.createLibraryClient
(String clientIdStr, boolean isMasterClient) void
ILibraryClientService.deleteLibraryClient
(ClientId clientId, String username) void
ILibraryClientService.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) void
ILibraryClientService.notifySync
(SyncNotification syncNotification) -
Uses of NoSuchEntityException in de.fraunhofer.iese.mydata.component
Modifier 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.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 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
Modifier and TypeMethodDescriptionboolean
IPolicyEnforcementPoint.initialize()
boolean
IMyDataComponent.reset()
Resets the component to the initial state. -
Uses of NoSuchEntityException in de.fraunhofer.iese.mydata.policy
Modifier and TypeMethodDescriptionAdds 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.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.boolean
IPolicyService.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.void
IPolicyService.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
Modifier and TypeMethodDescriptionISolutionService.addSolution
(Solution solution, AffiliationId affiliationId) Adds the solution.void
ISolutionService.assignUser
(SolutionId solutionId, String userUUID) Assign user.void
ISolutionService.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.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
Modifier and TypeMethodDescriptionAdds 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.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 solutionboolean
ITimerService.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 solutionvoid
ITimerService.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
Modifier and TypeMethodDescriptionIUserService.addUser
(User userModel, AffiliationId affiliationId) Adds the user.void
ITokenService.deleteTokenByUserUuid
(String userUuid) void
IUserService.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.void
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)