Uses of Class
de.gustavblass.fsu.fmi.roombooking.exceptions.NotALocalUserException
Packages that use NotALocalUserException
-
Uses of NotALocalUserException in de.gustavblass.fsu.fmi.roombooking.service
Methods in de.gustavblass.fsu.fmi.roombooking.service that throw NotALocalUserExceptionModifier and TypeMethodDescriptionvoidActorService.changeEMailAddress(@NonNull String newEMailAddress) Stores a newEMailVerificationTokenwith the givenEMailVerificationToken.eMailAddressin the database, in order to allow anActorto change theirActor.eMailAddressby opening a confirmation link that will be sent by e-mail.voidActorService.changeName(@NonNull String newName) Updates theActor.nameof the current user.voidActorService.changePassword(@NonNull ChangePasswordDTO changePasswordDTO) Sets theActor.password()of theCurrentAuthorityService.getActor()(who must be aLocalActor) to hash of the givenChangePasswordDTO.newPassword.voidActorService.changeUserName(@NonNull String newUserName) Updates theActor.userNameof the current user.