Uses of Class
com.skava.model.responses.UserResetResponse
Packages that use UserResetResponse
Package
Description
This package contains the user service implementation classes.
This package contains the controller classes.
-
Uses of UserResetResponse in com.skava.service.impl
Methods in com.skava.service.impl that return UserResetResponseModifier and TypeMethodDescriptionSendResetPasswordServiceImpl.methodFallback
(UserResetRequest request) Circuit breaker fall-back method monitors for failures and once failures reach certain threshold, the circuit breaker trips and returns error response accordingly - Method fallback.SendResetPasswordServiceImpl.process
(@Valid UserResetRequest request) This service is used to reset the password for the requested user. -
Uses of UserResetResponse in com.skava.web
Methods in com.skava.web that return types with arguments of type UserResetResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<UserResetResponse>
CredentialsController.resetUserPasssword
(UserResetRequest resetRequest, Long collectionId, String authToken, String locale, String version, long storeId) This service endpoint is used to send password reset request to user