Class AuthenticationController

java.lang.Object
com.ntu.fdae.group1.bto.controllers.user.AuthenticationController

public class AuthenticationController extends Object
Controller for authentication-related operations
  • Constructor Details

    • AuthenticationController

      public AuthenticationController(IAuthenticationService authService)
      Constructs a new AuthenticationController
      Parameters:
      authService - The authentication service to use
  • Method Details