| Modifier and Type | Method and Description |
|---|---|
ResponseObject<UpdateConsentPsuDataResponse> |
ConsentService.updateConsentPsuData(UpdateConsentPsuDataReq updatePsuData) |
| Modifier and Type | Method and Description |
|---|---|
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 |
AisScaStartAuthorisationStage.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 |
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 |
AisScaFinalisedStage.apply(UpdateConsentPsuDataReq request) |
| Modifier and Type | Method and Description |
|---|---|
UpdatePsuAuthenticationResponse |
ConsentModelMapper.mapToUpdatePsuAuthenticationResponse(UpdateConsentPsuDataResponse response) |
| Modifier and Type | Method and Description |
|---|---|
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 |
|---|---|
ResponseObject<UpdateConsentPsuDataResponse> |
ConsentAspect.invokeUpdateConsentPsuDataAspect(ResponseObject<UpdateConsentPsuDataResponse> result,
UpdateConsentPsuDataReq updatePsuData) |
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.