Uses of Record Class
com.app.controller.dto.user.ChangePasswordDto
Packages that use ChangePasswordDto
-
Uses of ChangePasswordDto in com.app.controller
Methods in com.app.controller with parameters of type ChangePasswordDtoModifier and TypeMethodDescriptionUserController.changePassword
(ChangePasswordDto changePasswordDto, String token) Changes the password of the currently logged-in user. -
Uses of ChangePasswordDto in com.app.service
Methods in com.app.service with parameters of type ChangePasswordDtoModifier and TypeMethodDescriptionUserService.changePassword
(ChangePasswordDto changePasswordDto, String token) Changes the password of the currently authenticated user. -
Uses of ChangePasswordDto in com.app.service.impl
Methods in com.app.service.impl with parameters of type ChangePasswordDtoModifier and TypeMethodDescriptionUserServiceImpl.changePassword
(ChangePasswordDto changePasswordDto, String token) Changes the password for the currently authenticated user. -
Uses of ChangePasswordDto in com.app.validate
Classes in com.app.validate that implement interfaces with type arguments of type ChangePasswordDtoMethods in com.app.validate with parameters of type ChangePasswordDtoModifier and TypeMethodDescriptionvoid
ChangePasswordDtoValidator.validate
(ChangePasswordDto changePasswordDto) Validates the ChangePasswordDto object by checking: - If the DTO is null