| Modifier and Type | Class and Description |
|---|---|
class |
DecoupledUpdateConsentPsuDataResponse
UpdateConsentPsuDataResponse extension to be used ONLY when switching from Embedded to Decoupled approach during SCA method selection
|
| 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<String> messages,
UpdateConsentPsuDataReq updateConsentPsuDataReq) |
| 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 |
|---|---|
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) |
| Constructor and Description |
|---|
UpdateConsentLinks(String httpUrl,
ScaApproachResolver scaApproachResolver,
UpdateConsentPsuDataResponse response) |
| Modifier and Type | Method and Description |
|---|---|
UpdatePsuAuthenticationResponse |
AuthorisationMapper.mapToAisUpdatePsuAuthenticationResponse(UpdateConsentPsuDataResponse response) |
Copyright © 2019. All rights reserved.