Uses of Class
de.gustavblass.fsu.fmi.roombooking.exceptions.WrongPasswordException
Packages that use WrongPasswordException
-
Uses of WrongPasswordException in de.gustavblass.fsu.fmi.roombooking.service
Methods in de.gustavblass.fsu.fmi.roombooking.service that throw WrongPasswordExceptionModifier and TypeMethodDescriptionvoidActorService.changePassword(@NonNull ChangePasswordDTO changePasswordDTO) Sets theActor.password()of theCurrentAuthorityService.getActor()(who must be aLocalActor) to hash of the givenChangePasswordDTO.newPassword.