Uses of Class
de.gustavblass.fsu.fmi.roombooking.exceptions.InvalidOrBannedEMailAddressException
Packages that use InvalidOrBannedEMailAddressException
-
Uses of InvalidOrBannedEMailAddressException in de.gustavblass.fsu.fmi.roombooking.service
Methods in de.gustavblass.fsu.fmi.roombooking.service that throw InvalidOrBannedEMailAddressExceptionModifier 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.register(@NonNull LocalRegistrationActorDTO localRegistrationActorDTO) Creates a newActorin the database, according to the givenLocalRegistrationActorDTO.