Module sc2002_fypms
Package services

Class AuthFYPCoordinatorService

    • Constructor Detail

      • AuthFYPCoordinatorService

        public AuthFYPCoordinatorService()
        Constructs an instance of the AuthFYPCoordinatorService class.
    • Method Detail

      • login

        public boolean login​(java.lang.String userID,
                             java.lang.String password)
        Description copied from interface: IAuthService
        Logs in a user with the specified user ID and password.
        Specified by:
        login in interface IAuthService
        Specified by:
        login in class AuthService
        Parameters:
        userID - the ID of the user
        password - the user's password
        Returns:
        true if the login was successful, false otherwise