Uses of Class
com.inesm.KeyManager.model.User
Packages that use User
Package
Description
-
Uses of User in com.inesm.KeyManager.model
Methods in com.inesm.KeyManager.model with parameters of type User -
Uses of User in com.inesm.KeyManager.repositories
Methods in com.inesm.KeyManager.repositories that return UserModifier and TypeMethodDescriptionUserRepository.getUserByID(long id) Gets a user from the database by userID.UserRepository.getUserByUsermame(String username) Gets a user from the database by username.Methods in com.inesm.KeyManager.repositories that return types with arguments of type UserMethods in com.inesm.KeyManager.repositories with parameters of type UserModifier and TypeMethodDescriptionlongUserRepository.createUser(User user) Adds a new user to the database.voidUserRepository.updateUser(User user) Updates a user in the database.voidUserRepository.updateUserLoginStatus(User user) Updates the user login status.voidUserRepository.updateUserPassword(User user) Updates a user password in the database. -
Uses of User in com.inesm.KeyManager.services
Methods in com.inesm.KeyManager.services that return UserModifier and TypeMethodDescriptionUserManager.createUser(User user) Creates a user in the database.SessionService.getCurrentUser()Gets the current user registered in the session.UserManager.getUserByUsername(String username) Gets a user from the database.Performs a login operation using password authentication.UserManager.loginUser2FA(String username, String password) Performs a login operation using password authentication and smartcard authentication.Patches a user.Methods in com.inesm.KeyManager.services that return types with arguments of type UserMethods in com.inesm.KeyManager.services with parameters of type UserModifier and TypeMethodDescriptionvoidRequestService.acceptRequest(Request req, User currentUser, boolean intercepted) Accepts a Request.voidUserManager.changePassword(User user) Updates a user password in the database.longCreates a new request.voidCreates a new session.longMessageManager.createMessage(User user, int operationID, com.inesm.KeyManager.services.KeyManager.MissionInfo info, SharedResource data, long groupID) Creates a single message in the database.UserManager.createUser(User user) Creates a user in the database.voidRequestService.denyRequest(Request req, User currentUser) Denies a request.MessageManager.exportMessage(Message message, User user) Exports a message for manual distribution.voidMessageManager.generateMessages(User user, int operationID, SharedResource data, long groupID) Generates message(s) from an operation.RequestService.getRequestsForUser(User user) Gets a request for a given user.RequestService.getRequestsIssueByUser(User user) Gets all requests issued by a given user.longInits a log instance of an operation.Patches a user.voidChecks if a user is currently the one associated with the session. -
Uses of User in com.inesm.KeyManager.ui
Methods in com.inesm.KeyManager.ui that return UserModifier and TypeMethodDescriptionAppInterface.inCreateUser(javax.servlet.http.HttpServletRequest request) AppInterface.inDeleteUser(javax.servlet.http.HttpServletRequest request) AppInterface.inGetUser(javax.servlet.http.HttpServletRequest request) AppInterface.inLogin(javax.servlet.http.HttpServletRequest request) AppInterface.inUpdateUser(javax.servlet.http.HttpServletRequest request) Methods in com.inesm.KeyManager.ui with parameters of type UserModifier and TypeMethodDescriptionAppInterface.outCreateUser(User user) AppInterface.outDeleteUser(User user) AppInterface.outGetUser(User user) AppInterface.outUpdateUser(User user) Method parameters in com.inesm.KeyManager.ui with type arguments of type User