@Service public class RedirectConsentServiceImpl extends Object implements RedirectConsentService
| Constructor and Description |
|---|
RedirectConsentServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
ConsentWorkflow |
identifyConsent(String encryptedConsentId,
String authorizationId,
boolean strict,
String consentCookieString,
de.adorsys.ledgers.middleware.api.domain.um.BearerTokenTO bearerToken) |
void |
selectScaMethod(String scaMethodId,
ConsentWorkflow workflow) |
void |
startConsent(ConsentWorkflow workflow,
de.adorsys.ledgers.middleware.api.domain.um.AisConsentTO aisConsent,
List<de.adorsys.ledgers.middleware.api.domain.account.AccountDetailsTO> listOfAccounts) |
void |
updateAccessByConsentType(ConsentWorkflow workflow,
List<de.adorsys.ledgers.middleware.api.domain.account.AccountDetailsTO> listOfAccounts) |
void |
updateScaStatusConsentStatusConsentData(String psuId,
ConsentWorkflow workflow) |
public void selectScaMethod(String scaMethodId, ConsentWorkflow workflow)
selectScaMethod in interface RedirectConsentServicepublic void updateAccessByConsentType(ConsentWorkflow workflow, List<de.adorsys.ledgers.middleware.api.domain.account.AccountDetailsTO> listOfAccounts)
updateAccessByConsentType in interface RedirectConsentServicepublic void updateScaStatusConsentStatusConsentData(String psuId, ConsentWorkflow workflow)
updateScaStatusConsentStatusConsentData in interface RedirectConsentServicepublic void startConsent(ConsentWorkflow workflow, de.adorsys.ledgers.middleware.api.domain.um.AisConsentTO aisConsent, List<de.adorsys.ledgers.middleware.api.domain.account.AccountDetailsTO> listOfAccounts)
startConsent in interface RedirectConsentServicepublic ConsentWorkflow identifyConsent(String encryptedConsentId, String authorizationId, boolean strict, String consentCookieString, de.adorsys.ledgers.middleware.api.domain.um.BearerTokenTO bearerToken)
identifyConsent in interface RedirectConsentServiceCopyright © 2020. All rights reserved.