public interface AuthorisationProcessorService
| Modifier and Type | Method and Description |
|---|---|
AuthorisationProcessorResponse |
doScaExempted(AuthorisationProcessorRequest request)
Contains business logic to perform at the `exempted` status of authorisation
|
AuthorisationProcessorResponse |
doScaFailed(AuthorisationProcessorRequest request)
Contains business logic to perform at the `failed` status of authorisation
|
AuthorisationProcessorResponse |
doScaFinalised(AuthorisationProcessorRequest request)
Contains business logic to perform at the `finalised` status of authorisation
|
AuthorisationProcessorResponse |
doScaMethodSelected(AuthorisationProcessorRequest request)
Contains business logic to perform at the `scaMethodSelected` status of authorisation
|
AuthorisationProcessorResponse |
doScaPsuAuthenticated(AuthorisationProcessorRequest request)
Contains business logic to perform at the `psuAuthenticated` status of authorisation
|
AuthorisationProcessorResponse |
doScaPsuIdentified(AuthorisationProcessorRequest request)
Contains business logic to perform at the `psuIdentified` status of authorisation
|
AuthorisationProcessorResponse |
doScaReceived(AuthorisationProcessorRequest request)
Contains business logic to perform at the `received` status of authorisation
|
AuthorisationProcessorResponse |
doScaStarted(AuthorisationProcessorRequest request)
Contains business logic to perform at the `started` status of authorisation
|
void |
updateAuthorisation(AuthorisationProcessorRequest request,
AuthorisationProcessorResponse response)
Updates authorisation in the CMS after each successful authorisation step execution
|
void updateAuthorisation(AuthorisationProcessorRequest request, AuthorisationProcessorResponse response)
request - the request object, containing incoming data from controller and authorisation data from CMSAuthorisationProcessorResponse doScaReceived(AuthorisationProcessorRequest request)
request - the request object, containing incoming data from controller and authorisation data from CMSAuthorisationProcessorResponse doScaPsuIdentified(AuthorisationProcessorRequest request)
request - the request object, containing incoming data from controller and authorisation data from CMSAuthorisationProcessorResponse doScaPsuAuthenticated(AuthorisationProcessorRequest request)
request - the request object, containing incoming data from controller and authorisation data from CMSAuthorisationProcessorResponse doScaMethodSelected(AuthorisationProcessorRequest request)
request - the request object, containing incoming data from controller and authorisation data from CMSAuthorisationProcessorResponse doScaStarted(AuthorisationProcessorRequest request)
request - the request object, containing incoming data from controller and authorisation data from CMSAuthorisationProcessorResponse doScaFinalised(AuthorisationProcessorRequest request)
request - the request object, containing incoming data from controller and authorisation data from CMSAuthorisationProcessorResponse doScaFailed(AuthorisationProcessorRequest request)
request - the request object, containing incoming data from controller and authorisation data from CMSAuthorisationProcessorResponse doScaExempted(AuthorisationProcessorRequest request)
request - the request object, containing incoming data from controller and authorisation data from CMSCopyright © 2019. All rights reserved.