Uses of Class
Model.User
-
Uses of User in Controller
Modifier and TypeMethodDescriptionvoid
Controller.setCurrentUser
(User user) void
UserSessionController.setCurrentUser
(User user) -
Uses of User in Model
-
Uses of User in Singletons
Modifier and TypeMethodDescriptionUserLoginManager.getUserById
(String id) Get a user by their usernameModifier 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