Uses of Class
com.skava.model.responses.UserConsentCreateResponse
Packages that use UserConsentCreateResponse
Package
Description
This package contains the user service implementation classes.
This package contains the controller classes.
-
Uses of UserConsentCreateResponse in com.skava.service.impl
Methods in com.skava.service.impl that return UserConsentCreateResponseModifier 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.CreateUserConsentServiceImpl.process
(UserConsentRequest request) This method is used to create a user consent which are captured for a user. -
Uses of UserConsentCreateResponse in com.skava.web
Methods in com.skava.web that return types with arguments of type UserConsentCreateResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<UserConsentCreateResponse>
UserConsentContoller.createUserConsent
(long userId, UserConsentList userConsent, String locale, long collectionId, String authToken, String version, long storeId) This service id used to create a new consent action for an user.