Uses of Class
de.adorsys.psd2.xs2a.domain.consent.CreateConsentAuthorizationResponse
-
Packages that use CreateConsentAuthorizationResponse Package Description de.adorsys.psd2.xs2a.service.authorization.ais de.adorsys.psd2.xs2a.web.link de.adorsys.psd2.xs2a.web.mapper -
-
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>AisAuthorizationService. createConsentAuthorization(de.adorsys.psd2.xs2a.core.psu.PsuIdData psuData, String consentId)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 SeeXs2aAisConsentService.createAisConsentAuthorization(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 SeeXs2aAisConsentService.createAisConsentAuthorization(String, ScaStatus, PsuIdData)for detailsOptional<CreateConsentAuthorizationResponse>OauthAisAuthorizationService. createConsentAuthorization(de.adorsys.psd2.xs2a.core.psu.PsuIdData psuData, String consentId)Optional<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 SeeXs2aAisConsentService.createAisConsentAuthorization(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(String httpUrl, CreateConsentAuthorizationResponse response, ScaApproachResolver scaApproachResolver, RedirectLinkBuilder redirectLinkBuilder, RedirectIdService redirectIdService, de.adorsys.psd2.xs2a.core.profile.ScaRedirectFlow scaRedirectFlow, boolean authorisationConfirmationRequestMandated) -
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)
-