Uses of Class
de.adorsys.psd2.xs2a.domain.consent.CreateConsentResponse
-
Packages that use CreateConsentResponse Package Description de.adorsys.psd2.xs2a.service de.adorsys.psd2.xs2a.web.aspect de.adorsys.psd2.xs2a.web.link de.adorsys.psd2.xs2a.web.mapper -
-
Uses of CreateConsentResponse in de.adorsys.psd2.xs2a.service
Methods in de.adorsys.psd2.xs2a.service that return types with arguments of type CreateConsentResponse Modifier and Type Method Description ResponseObject<CreateConsentResponse>ConsentService. createAccountConsentsWithResponse(CreateConsentReq request, de.adorsys.psd2.xs2a.core.psu.PsuIdData psuData, boolean explicitPreferred)Performs create consent operation either by filling the appropriate AccountAccess fields with corresponding account details or by getting account details from ASPSP by psuId and filling the appropriate fields in AccountAccess determined by availableAccounts or allPsd2 variables -
Uses of CreateConsentResponse in de.adorsys.psd2.xs2a.web.aspect
Methods in de.adorsys.psd2.xs2a.web.aspect that return types with arguments of type CreateConsentResponse Modifier and Type Method Description ResponseObject<CreateConsentResponse>ConsentAspect. invokeCreateAccountConsentAspect(ResponseObject<CreateConsentResponse> result, CreateConsentReq request, de.adorsys.psd2.xs2a.core.psu.PsuIdData psuData, boolean explicitPreferred)Method parameters in de.adorsys.psd2.xs2a.web.aspect with type arguments of type CreateConsentResponse Modifier and Type Method Description ResponseObject<CreateConsentResponse>ConsentAspect. invokeCreateAccountConsentAspect(ResponseObject<CreateConsentResponse> result, CreateConsentReq request, de.adorsys.psd2.xs2a.core.psu.PsuIdData psuData, boolean explicitPreferred) -
Uses of CreateConsentResponse in de.adorsys.psd2.xs2a.web.link
Constructors in de.adorsys.psd2.xs2a.web.link with parameters of type CreateConsentResponse Constructor Description CreateConsentLinks(String httpUrl, ScaApproachResolver scaApproachResolver, CreateConsentResponse response, RedirectLinkBuilder redirectLinkBuilder, RedirectIdService redirectIdService, boolean explicitMethod, boolean signingBasketModeActive, de.adorsys.psd2.xs2a.core.profile.ScaRedirectFlow scaRedirectFlow, boolean authorisationConfirmationRequestMandated, String instanceId) -
Uses of CreateConsentResponse in de.adorsys.psd2.xs2a.web.mapper
Methods in de.adorsys.psd2.xs2a.web.mapper with parameters of type CreateConsentResponse Modifier and Type Method Description de.adorsys.psd2.model.ConsentsResponse201ConsentModelMapper. mapToConsentsResponse201(CreateConsentResponse createConsentResponse)
-