Uses of Class
com.skava.model.requests.UserConsentRequest
Packages that use UserConsentRequest
Package
Description
This package contains the user service implementation classes.
-
Uses of UserConsentRequest in com.skava.service.impl
Methods in com.skava.service.impl with parameters of type UserConsentRequestModifier and TypeMethodDescriptionCreateUserConsentServiceImpl.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.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.GetAllUserConsentServiceImpl.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.CreateUserConsentServiceImpl.process
(UserConsentRequest request) This method is used to create a user consent which are captured for a user.DeleteUserConsentServiceImpl.process
(UserConsentRequest request) This service is used to delete a user consent which are captured for a user.GetAllUserConsentServiceImpl.process
(UserConsentRequest request) This method is used to load all consents captured for a user.