Uses of Class
com.skava.model.responses.UserConsentResponse
Packages that use UserConsentResponse
Package
Description
This package contains the user service implementation classes.
-
Uses of UserConsentResponse in com.skava.service.impl
Methods in com.skava.service.impl that return UserConsentResponseModifier and TypeMethodDescriptionDeleteUserConsentServiceImpl.methodFallback
(UserConsentRequest input) 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.DeleteUserConsentServiceImpl.process
(UserConsentRequest request) This service is used to delete a user consent which are captured for a user.