Uses of Class
de.fraunhofer.iese.mydata.user.User
Packages that use User
Package
Description
-
Uses of User in de.fraunhofer.iese.mydata.affiliation
Methods in de.fraunhofer.iese.mydata.affiliation that return types with arguments of type UserModifier and TypeMethodDescriptionAffiliation.getUsers()
needed for JPA/Hibernate if the users set is null, a new set is initializedMethods in de.fraunhofer.iese.mydata.affiliation with parameters of type UserModifier 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 affiliationMethod parameters in de.fraunhofer.iese.mydata.affiliation with type arguments of type User -
Uses of User in de.fraunhofer.iese.mydata.oauth
Constructors in de.fraunhofer.iese.mydata.oauth with parameters of type User -
Uses of User in de.fraunhofer.iese.mydata.solution
Methods in de.fraunhofer.iese.mydata.solution that return types with arguments of type UserMethods in de.fraunhofer.iese.mydata.solution with parameters of type UserMethod parameters in de.fraunhofer.iese.mydata.solution with type arguments of type User -
Uses of User in de.fraunhofer.iese.mydata.user
Methods in de.fraunhofer.iese.mydata.user that return UserModifier and TypeMethodDescriptionGets the user.IUserService.getUserByName
(String username) Get a user by user nameMethods in de.fraunhofer.iese.mydata.user that return types with arguments of type UserModifier and TypeMethodDescriptionIUserService.getUsers
(boolean includeLocked) IUserService.getUsers
(AffiliationId affiliationId, boolean includeLocked) Gets the users.IUserService.getUsers
(SolutionId solutionId, boolean includeLocked) Gets the users.Methods in de.fraunhofer.iese.mydata.user with parameters of type UserModifier 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.