Uses of Class
es.kukenan.smartfi.microservice.backoffice.dtos.ResetPasswordRequest
Packages that use ResetPasswordRequest
Package
Description
Controllers and related beans and dependencies.
Services and internal components package.
-
Uses of ResetPasswordRequest in es.kukenan.smartfi.microservice.backoffice.controller
Methods in es.kukenan.smartfi.microservice.backoffice.controller with parameters of type ResetPasswordRequestModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<?>AuthController.resetPassword(ResetPasswordRequest resetPasswordRequest) Reset password controller. -
Uses of ResetPasswordRequest in es.kukenan.smartfi.microservice.backoffice.service
Methods in es.kukenan.smartfi.microservice.backoffice.service with parameters of type ResetPasswordRequestModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<?>AuthService.doResetPassword(ResetPasswordRequest resetPasswordRequest) Reset Password method for registered user.