Class LoginController
java.lang.Object
team75.controller.LoginController
Controller for the login screen interface.
Handles user authentication by validating employee credentials against the database.
Upon successful login, routes the user to either the cashier or manager interface
depending on their access level.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
LoginController
public LoginController()This constructor should never be called
-