| Modifier and Type | Method and Description |
|---|---|
ResponseObject<UpdateConsentPsuDataResponse> |
ConsentService.updateConsentPsuData(UpdateConsentPsuDataReq updatePsuData) |
| Modifier and Type | Method and Description |
|---|---|
protected UpdateConsentPsuDataResponse |
AisScaStage.createFailedResponse(MessageError messageError,
List<TppMessage> messages,
UpdateConsentPsuDataReq updateConsentPsuDataReq) |
protected PsuIdData |
AisScaStage.extractPsuIdData(UpdateConsentPsuDataReq request) |
| Modifier and Type | Method and Description |
|---|---|
UpdateConsentPsuDataResponse |
AisDecoupledScaIdentifiedAuthorisationStage.apply(UpdateConsentPsuDataReq request)
Psu identified authorisation stage workflow: PSU authorising process using data from request
(returns response with FAILED status in case of non-successful authorising), available SCA methods getting
and performing the flow according to none, one or multiple available methods.
|
UpdateConsentPsuDataResponse |
AisDecoupledScaReceivedAuthorisationStage.apply(UpdateConsentPsuDataReq updateConsentPsuDataReq) |
| Modifier and Type | Method and Description |
|---|---|
UpdateConsentPsuDataResponse |
AisScaAuthenticatedStage.apply(UpdateConsentPsuDataReq request)
Verifying authorisation code workflow: verifying code from the request
(returns response with error code in case of wrong code being provided), updates consent status
and returns response with FINALISED status.
|
UpdateConsentPsuDataResponse |
AisScaMethodSelectedStage.apply(UpdateConsentPsuDataReq request)
Stage for multiple available SCA methods only: request should contain chosen sca method,
that is used in a process of requesting authorisation code (returns response with error code in case of wrong code request)
and returns response with SCAMETHODSELECTED status.
|
UpdateConsentPsuDataResponse |
AisScaReceivedAuthorisationStage.apply(UpdateConsentPsuDataReq request)
Start authorisation stage workflow: SPU authorising process using data from request
(returns response with FAILED status in case of non-successful authorising), available SCA methods getting
and performing the flow according to none, one or multiple available methods.
|
UpdateConsentPsuDataResponse |
AisScaIdentifiedAuthorisationStage.apply(UpdateConsentPsuDataReq request)
Psu identified authorisation stage workflow: PSU authorising process using data from request
(returns response with FAILED status in case of non-successful authorising), available SCA methods getting
and performing the flow according to none, one or multiple available methods.
|
UpdateConsentPsuDataResponse |
AisScaFinalisedStage.apply(UpdateConsentPsuDataReq request) |
| Modifier and Type | Method and Description |
|---|---|
void |
Xs2aAisConsentService.updateConsentAuthorization(UpdateConsentPsuDataReq updatePsuData)
Sends a PUT request to CMS to update created AIS consent authorization
|
| Modifier and Type | Method and Description |
|---|---|
UpdateConsentPsuDataReq |
Xs2aAisConsentMapper.mapToSpiUpdateConsentPsuDataReq(UpdateConsentPsuDataResponse updatePsuDataResponse,
UpdateConsentPsuDataReq updatePsuDataRequest) |
| Modifier and Type | Method and Description |
|---|---|
AisConsentAuthorizationRequest |
Xs2aAisConsentAuthorisationMapper.mapToAisConsentAuthorizationRequest(UpdateConsentPsuDataReq updatePsuData) |
SpiScaConfirmation |
Xs2aAisConsentMapper.mapToSpiScaConfirmation(UpdateConsentPsuDataReq request,
PsuIdData psuData) |
UpdateConsentPsuDataReq |
Xs2aAisConsentMapper.mapToSpiUpdateConsentPsuDataReq(UpdateConsentPsuDataResponse updatePsuDataResponse,
UpdateConsentPsuDataReq updatePsuDataRequest) |
| Modifier and Type | Method and Description |
|---|---|
ResponseObject<UpdateConsentPsuDataResponse> |
ConsentAspect.invokeUpdateConsentPsuDataAspect(ResponseObject<UpdateConsentPsuDataResponse> result,
UpdateConsentPsuDataReq updatePsuData) |
| Modifier and Type | Method and Description |
|---|---|
UpdateConsentPsuDataReq |
ConsentModelMapper.mapToUpdatePsuData(PsuIdData psuData,
String consentId,
String authorizationId,
Map body) |
Copyright © 2020. All rights reserved.