Class RedirectConsentServiceImpl
- java.lang.Object
-
- de.adorsys.ledgers.oba.service.impl.service.RedirectConsentServiceImpl
-
- All Implemented Interfaces:
RedirectConsentService
@Service public class RedirectConsentServiceImpl extends Object implements RedirectConsentService
-
-
Constructor Summary
Constructors Constructor Description RedirectConsentServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConsentWorkflowauthorizeConsent(ConsentWorkflow workflow, String authCode)ConsentWorkflowidentifyConsent(String encryptedConsentId, String authorizationId, boolean strict, String consentCookieString, de.adorsys.ledgers.middleware.api.domain.um.BearerTokenTO bearerToken)voidselectScaMethod(String scaMethodId, String encryptedConsentId, ConsentWorkflow workflow)voidstartConsent(ConsentWorkflow workflow, de.adorsys.ledgers.middleware.api.domain.um.AisConsentTO aisConsent, List<de.adorsys.ledgers.middleware.api.domain.account.AccountDetailsTO> listOfAccounts)voidupdateAccessByConsentType(ConsentWorkflow workflow, List<de.adorsys.ledgers.middleware.api.domain.account.AccountDetailsTO> listOfAccounts)voidupdateScaStatusAndConsentData(String psuId, ConsentWorkflow workflow)
-
-
-
Method Detail
-
selectScaMethod
public void selectScaMethod(String scaMethodId, String encryptedConsentId, ConsentWorkflow workflow)
- Specified by:
selectScaMethodin interfaceRedirectConsentService
-
authorizeConsent
public ConsentWorkflow authorizeConsent(ConsentWorkflow workflow, String authCode)
- Specified by:
authorizeConsentin interfaceRedirectConsentService
-
updateAccessByConsentType
public void updateAccessByConsentType(ConsentWorkflow workflow, List<de.adorsys.ledgers.middleware.api.domain.account.AccountDetailsTO> listOfAccounts)
- Specified by:
updateAccessByConsentTypein interfaceRedirectConsentService
-
updateScaStatusAndConsentData
public void updateScaStatusAndConsentData(String psuId, ConsentWorkflow workflow)
- Specified by:
updateScaStatusAndConsentDatain interfaceRedirectConsentService
-
startConsent
public void startConsent(ConsentWorkflow workflow, de.adorsys.ledgers.middleware.api.domain.um.AisConsentTO aisConsent, List<de.adorsys.ledgers.middleware.api.domain.account.AccountDetailsTO> listOfAccounts)
- Specified by:
startConsentin interfaceRedirectConsentService
-
identifyConsent
public ConsentWorkflow identifyConsent(String encryptedConsentId, String authorizationId, boolean strict, String consentCookieString, de.adorsys.ledgers.middleware.api.domain.um.BearerTokenTO bearerToken)
- Specified by:
identifyConsentin interfaceRedirectConsentService
-
-