@Service public class ConsentServiceImpl extends Object implements ConsentService
| Constructor and Description |
|---|
ConsentServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
confirmAisConsentDecoupled(String userLogin,
String encryptedConsentId,
String authorizationId,
String tan) |
de.adorsys.ledgers.middleware.api.domain.sca.SCAConsentResponseTO |
createConsent(CreatePiisConsentRequestTO request,
String psuId) |
List<ObaAisConsent> |
getListOfConsents(String userLogin) |
boolean |
revokeConsent(String consentId) |
public List<ObaAisConsent> getListOfConsents(String userLogin)
getListOfConsents in interface ConsentServicepublic boolean revokeConsent(String consentId)
revokeConsent in interface ConsentServicepublic void confirmAisConsentDecoupled(String userLogin, String encryptedConsentId, String authorizationId, String tan)
confirmAisConsentDecoupled in interface ConsentServicepublic de.adorsys.ledgers.middleware.api.domain.sca.SCAConsentResponseTO createConsent(CreatePiisConsentRequestTO request, String psuId)
createConsent in interface ConsentServiceCopyright © 2020. All rights reserved.