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.createAisConsentAuthorisation(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.createAisConsentAuthorisation(String, ScaStatus, PsuIdData)for detailsOptional<CreateConsentAuthorizationResponse>EmbeddedPiisAuthorizationService. createConsentAuthorization(de.adorsys.psd2.xs2a.core.psu.PsuIdData psuData, String consentId)Optional<CreateConsentAuthorizationResponse>OauthAisAuthorizationService. createConsentAuthorization(de.adorsys.psd2.xs2a.core.psu.PsuIdData psuData, String consentId)Optional<CreateConsentAuthorizationResponse>PiisAuthorizationService. 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.createAisConsentAuthorisation(String, ScaStatus, PsuIdData)for detailsOptional<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) -
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)
-