Uses of Record Class
com.bluebell.greenhouse.platform.models.api.dto.security.ResetPasswordRequestDTO
Packages that use ResetPasswordRequestDTO
-
Uses of ResetPasswordRequestDTO in com.bluebell.greenhouse.planter.controllers.security
Methods in com.bluebell.greenhouse.planter.controllers.security with parameters of type ResetPasswordRequestDTOModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Void> SecurityApiController.postResetPassword(String token, @Valid ResetPasswordRequestDTO data) Resets a user's password.