Uses of Record Class
com.app.controller.dto.user.EmailDto
Packages that use EmailDto
-
Uses of EmailDto in com.app.controller
Methods in com.app.controller with parameters of type EmailDtoModifier and TypeMethodDescriptionUserController.lostPassword
(EmailDto emailDto) Initiates a lost password process by sending a reset email.UserController.refreshVerificationEmailToken
(EmailDto emailDto) Requests a new verification email token to be sent. -
Uses of EmailDto in com.app.service
Methods in com.app.service with parameters of type EmailDtoModifier and TypeMethodDescriptionUserService.lostPassword
(EmailDto emailDto) Initiates a lost password process for a user by their email.UserService.refreshVerificationEmailToken
(EmailDto emailDto) Refreshes the email verification token for a user. -
Uses of EmailDto in com.app.service.impl
Methods in com.app.service.impl with parameters of type EmailDtoModifier and TypeMethodDescriptionUserServiceImpl.lostPassword
(EmailDto emailDto) Initiates password reset process by publishing activation event.UserServiceImpl.refreshVerificationEmailToken
(EmailDto emailDto) Refreshes the verification email token for a user. -
Uses of EmailDto in com.app.validate
Classes in com.app.validate that implement interfaces with type arguments of type EmailDtoModifier and TypeClassDescriptionclass
Validator implementation for EmailDto objects.Methods in com.app.validate with parameters of type EmailDto