Uses of Class
com.skava.model.responses.UserResponse
Packages that use UserResponse
Package
Description
This package contains the user service implementation classes.
-
Uses of UserResponse in com.skava.service.impl
Methods in com.skava.service.impl that return UserResponseModifier and TypeMethodDescriptionValidateActivationServiceImpl.methodFallback
(UserActivationRequest request) Circuit breaker fall-back method monitors for failures and once failures reach certain threshold, the circuit breaker trips and returns error response accordingly.ValidateActivationServiceImpl.process
(@Valid UserActivationRequest request) This method is used to validates the activation token of a user.