Uses of Class
com.example.cab302project.User
-
Uses of User in com.example.cab302project
Methods in com.example.cab302project that return UserModifier and TypeMethodDescriptionUserSession.getUser()Gets the user data associated with the current session.IAppDAO.validateUser(String username, String password) Validates a user's credentials against the data store.SqliteDAO.validateUser(String username, String plaintextPassword) Validates a user's credentials against the data store.Methods in com.example.cab302project with parameters of type UserModifier and TypeMethodDescriptionbooleanPersists a new user in the data store.booleanPersists a new user in the data store.static voidInitializes a new global session upon successful authentication.booleanIAppDAO.updateUser(User user) Updates an existing user's information in the data store.booleanSqliteDAO.updateUser(User user) Updates an existing user's information in the data store.