Uses of Class
de.adorsys.psd2.xs2a.domain.consent.CreateConsentAuthorizationResponse
-
-
Uses of CreateConsentAuthorizationResponse in de.adorsys.psd2.xs2a.service.authorization
Methods in de.adorsys.psd2.xs2a.service.authorization that return types with arguments of type CreateConsentAuthorizationResponse Modifier and Type Method Description Optional<CreateConsentAuthorizationResponse>AbstractConsentAuthorizationService. createConsentAuthorization(de.adorsys.psd2.xs2a.core.psu.PsuIdData psuData, String consentId)Creates consent authorisation using provided psu id and consent id by invoking CMS through ConsentService SeeXs2aConsentService.createConsentAuthorisation(String, ScaStatus, PsuIdData)for detailsOptional<CreateConsentAuthorizationResponse>ConsentAuthorizationService. createConsentAuthorization(de.adorsys.psd2.xs2a.core.psu.PsuIdData psuData, String consentId) -
Uses of CreateConsentAuthorizationResponse in de.adorsys.psd2.xs2a.service.authorization.piis
Methods in de.adorsys.psd2.xs2a.service.authorization.piis that return types with arguments of type CreateConsentAuthorizationResponse Modifier and Type Method Description Optional<CreateConsentAuthorizationResponse>RedirectConsentAuthorizationService. createConsentAuthorization(de.adorsys.psd2.xs2a.core.psu.PsuIdData psuData, String consentId)Creates consent authorisation using provided psu id and consent id by invoking CMS through ConsentAuthorizationService SeeXs2aConsentService.createConsentAuthorisation(String, ScaStatus, PsuIdData)for details -
Uses of CreateConsentAuthorizationResponse in de.adorsys.psd2.xs2a.web.link
Constructors in de.adorsys.psd2.xs2a.web.link with parameters of type CreateConsentAuthorizationResponse Constructor Description CreateAisAuthorisationLinks(LinkParameters linkParameters, CreateConsentAuthorizationResponse response, ScaApproachResolver scaApproachResolver, RedirectLinkBuilder redirectLinkBuilder, RedirectIdService redirectIdService, de.adorsys.psd2.xs2a.core.profile.ScaRedirectFlow scaRedirectFlow)CreatePiisAuthorisationLinks(LinkParameters linkParameters, CreateConsentAuthorizationResponse response, ScaApproachResolver scaApproachResolver, RedirectLinkBuilder redirectLinkBuilder, RedirectIdService redirectIdService, de.adorsys.psd2.xs2a.core.profile.ScaRedirectFlow scaRedirectFlow) -
Uses of CreateConsentAuthorizationResponse in de.adorsys.psd2.xs2a.web.mapper
Methods in de.adorsys.psd2.xs2a.web.mapper with parameters of type CreateConsentAuthorizationResponse Modifier and Type Method Description abstract de.adorsys.psd2.model.StartScaprocessResponseAuthorisationModelMapper. mapToStartScaProcessResponse(CreateConsentAuthorizationResponse xs2aResponse)
-