Uses of Class
Model.User
Packages that use User
-
Uses of User in Controller
Methods in Controller with parameters of type UserModifier and TypeMethodDescriptionvoid
Controller.setCurrentUser
(User user) void
UserSessionController.setCurrentUser
(User user) -
Uses of User in Model
-
Uses of User in Singletons
Methods in Singletons that return UserModifier and TypeMethodDescriptionUserLoginManager.getUserById
(String id) Get a user by their usernameMethods in Singletons that return types with arguments of type UserMethods in Singletons with parameters of type UserModifier and TypeMethodDescriptionvoid
Add a user to the list of registered usersvoid
UserLoginManager.removeUser
(User user) Remove a user from the list of registered users -
Uses of User in View