Uses of Class
com.ntu.fdae.group1.bto.exceptions.AuthenticationException
Packages that use AuthenticationException
Package
Description
-
Uses of AuthenticationException in com.ntu.fdae.group1.bto.controllers.enquiry
Methods in com.ntu.fdae.group1.bto.controllers.enquiry that throw AuthenticationExceptionModifier and TypeMethodDescriptionEnquiryController.viewProjectEnquiries
(HDBStaff staff, String projectId) Retrieves enquiries associated with a specific project, performing authorization checks. -
Uses of AuthenticationException in com.ntu.fdae.group1.bto.controllers.user
Methods in com.ntu.fdae.group1.bto.controllers.user that throw AuthenticationExceptionModifier and TypeMethodDescriptionAttempts to log in a userboolean
AuthenticationController.registerApplicant
(String nric, String name, int age, MaritalStatus maritalStatus) Registers a new applicant -
Uses of AuthenticationException in com.ntu.fdae.group1.bto.services.user
Methods in com.ntu.fdae.group1.bto.services.user that throw AuthenticationExceptionModifier and TypeMethodDescriptionAuthenticates a user with the provided credentials.Authenticates a user with the provided credentials.boolean
AuthenticationService.registerApplicant
(String nric, String name, int age, MaritalStatus maritalStatus) Registers a new applicant user using default password.boolean
IAuthenticationService.registerApplicant
(String nric, String name, int age, MaritalStatus maritalStatus) Registers a new Applicant user.