Uses of Class
com.ntu.fdae.group1.bto.exceptions.WeakPasswordException
Packages that use WeakPasswordException
-
Uses of WeakPasswordException in com.ntu.fdae.group1.bto.controllers.user
Methods in com.ntu.fdae.group1.bto.controllers.user that throw WeakPasswordExceptionModifier and TypeMethodDescriptionboolean
AuthenticationController.changePassword
(User user, String newPassword) Changes a user's password -
Uses of WeakPasswordException in com.ntu.fdae.group1.bto.services.user
Methods in com.ntu.fdae.group1.bto.services.user that throw WeakPasswordExceptionModifier and TypeMethodDescriptionboolean
AuthenticationService.changePassword
(User user, String newPassword) Changes a user's password after validating its strength.boolean
IAuthenticationService.changePassword
(User user, String newPassword) Changes a user's password.