Uses of Record Class
com.app.controller.dto.user.NewPasswordDto
Packages that use NewPasswordDto
-
Uses of NewPasswordDto in com.app.controller
Methods in com.app.controller with parameters of type NewPasswordDtoModifier and TypeMethodDescriptionUserController.newPassword
(NewPasswordDto newPasswordDto) Sets a new password for the user. -
Uses of NewPasswordDto in com.app.service
Methods in com.app.service with parameters of type NewPasswordDtoModifier and TypeMethodDescriptionUserService.newPassword
(NewPasswordDto newPasswordDto) Sets a new password for a user using a verification token. -
Uses of NewPasswordDto in com.app.service.impl
Methods in com.app.service.impl with parameters of type NewPasswordDtoModifier and TypeMethodDescriptionUserServiceImpl.newPassword
(NewPasswordDto newPasswordDto) Sets a new password for a user based on a valid token. -
Uses of NewPasswordDto in com.app.validate
Classes in com.app.validate that implement interfaces with type arguments of type NewPasswordDtoModifier and TypeClassDescriptionclass
Validator implementation for NewPasswordDto objects.Methods in com.app.validate with parameters of type NewPasswordDtoModifier and TypeMethodDescriptionvoid
NewPasswordDtoValidator.validate
(NewPasswordDto newPasswordDto) Validates the given NewPasswordDto object.