Uses of Class
de.adorsys.psd2.xs2a.service.validator.ais.consent.dto.CreateConsentRequestObject
-
Packages that use CreateConsentRequestObject Package Description de.adorsys.psd2.xs2a.service.validator.ais.consent -
-
Uses of CreateConsentRequestObject in de.adorsys.psd2.xs2a.service.validator.ais.consent
Methods in de.adorsys.psd2.xs2a.service.validator.ais.consent with parameters of type CreateConsentRequestObject Modifier and Type Method Description @NotNull de.adorsys.psd2.xs2a.core.service.validator.ValidationResultCreateConsentRequestValidator. validate(@NotNull CreateConsentRequestObject requestObject)Validates Create consent request according to: the presence of PSU Data in the request if it's mandated by the profile support of account reference types support of global consent for All Psd2 support of bank offered consent support of available account access support of combined service indicator If there are new consent requirements, this method has to be updated.
-