Uses of Record Class
com.bluebell.greenhouse.platform.models.api.dto.security.RequestResetPasswordRequestDTO
Packages that use RequestResetPasswordRequestDTO
-
Uses of RequestResetPasswordRequestDTO in com.bluebell.greenhouse.planter.controllers.security
Methods in com.bluebell.greenhouse.planter.controllers.security with parameters of type RequestResetPasswordRequestDTOModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Void> SecurityApiController.postRequestPasswordReset(@Valid RequestResetPasswordRequestDTO data) Requests to reset a user's password.