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>ConsentAuthorizationService. createConsentAuthorization(de.adorsys.psd2.xs2a.core.psu.PsuIdData psuData, String consentId) -
Uses of CreateConsentAuthorizationResponse in de.adorsys.psd2.xs2a.service.authorization.ais
Methods in de.adorsys.psd2.xs2a.service.authorization.ais that return types with arguments of type CreateConsentAuthorizationResponse Modifier and Type Method Description Optional<CreateConsentAuthorizationResponse>DecoupledAisAuthorizationService. 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 AisConsentService SeeXs2aConsentService.createConsentAuthorisation(String, ScaStatus, PsuIdData)for detailsOptional<CreateConsentAuthorizationResponse>EmbeddedAisAuthorizationService. 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 AisConsentService SeeXs2aConsentService.createConsentAuthorisation(String, ScaStatus, PsuIdData)for detailsOptional<CreateConsentAuthorizationResponse>RedirectAisAuthorizationService. 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 AisConsentService SeeXs2aConsentService.createConsentAuthorisation(String, ScaStatus, PsuIdData)for details -
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>DecoupledPiisAuthorizationService. 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 PiisConsentService SeeXs2aConsentService.createConsentAuthorisation(String, ScaStatus, PsuIdData)for detailsOptional<CreateConsentAuthorizationResponse>EmbeddedPiisAuthorizationService. createConsentAuthorization(de.adorsys.psd2.xs2a.core.psu.PsuIdData psuData, String consentId)Optional<CreateConsentAuthorizationResponse>RedirectPiisAuthorizationService. createConsentAuthorization(de.adorsys.psd2.xs2a.core.psu.PsuIdData psuData, String consentId) -
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(String httpUrl, CreateConsentAuthorizationResponse response, ScaApproachResolver scaApproachResolver, RedirectLinkBuilder redirectLinkBuilder, RedirectIdService redirectIdService, de.adorsys.psd2.xs2a.core.profile.ScaRedirectFlow scaRedirectFlow, boolean authorisationConfirmationRequestMandated, String instanceId)CreatePiisAuthorisationLinks(String httpUrl, CreateConsentAuthorizationResponse response, ScaApproachResolver scaApproachResolver, RedirectLinkBuilder redirectLinkBuilder, RedirectIdService redirectIdService, de.adorsys.psd2.xs2a.core.profile.ScaRedirectFlow scaRedirectFlow, boolean authorisationConfirmationRequestMandated, String instanceId) -
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)
-