Uses of Class
de.fraunhofer.iese.mydata.user.User
Package
Description
-
Uses of User in de.fraunhofer.iese.mydata.affiliation
Modifier and TypeMethodDescriptionAffiliation.getUsers()
needed for JPA/Hibernate if the users set is null, a new set is initializedModifier and TypeMethodDescriptionvoid
needed for JPA/Hibernate a user, if not null, is added to the current list of users for this affiliationvoid
Affiliation.removeUser
(@NonNull User user) needed for JPA/Hibernate a user, if not null, is removed from the current list of users for this affiliation -
Uses of User in de.fraunhofer.iese.mydata.oauth
-
Uses of User in de.fraunhofer.iese.mydata.solution
-
Uses of User in de.fraunhofer.iese.mydata.user
Modifier and TypeMethodDescriptionGets the user.IUserService.getUserByName
(String username) Get a user by user nameModifier and TypeMethodDescriptionIUserService.getUsers
(boolean includeLocked) IUserService.getUsers
(AffiliationId affiliationId, boolean includeLocked) Gets the users.IUserService.getUsers
(SolutionId solutionId, boolean includeLocked) Gets the users.Modifier and TypeMethodDescriptionIUserService.addSuperAdmin
(User userModel) Adds the super admin.IUserService.addUser
(User userModel, AffiliationId affiliationId) Adds the user.ITokenService.getTokenForUser
(User user) void
IUserService.updateUser
(User userModel) Update user.