Class ConsentServiceImpl
- java.lang.Object
-
- de.adorsys.ledgers.oba.service.impl.service.ConsentServiceImpl
-
- All Implemented Interfaces:
ConsentService
@Service public class ConsentServiceImpl extends Object implements ConsentService
-
-
Constructor Summary
Constructors Constructor Description ConsentServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconfirmAisConsentDecoupled(String userLogin, String encryptedConsentId, String authorizationId, String tan)voidcreatePiisConsent(CreatePiisConsentRequestTO request, String psuId)List<ObaAisConsent>getListOfConsents(String userLogin)booleanrevokeConsent(String consentId)
-
-
-
Method Detail
-
getListOfConsents
public List<ObaAisConsent> getListOfConsents(String userLogin)
- Specified by:
getListOfConsentsin interfaceConsentService
-
revokeConsent
public boolean revokeConsent(String consentId)
- Specified by:
revokeConsentin interfaceConsentService
-
confirmAisConsentDecoupled
public void confirmAisConsentDecoupled(String userLogin, String encryptedConsentId, String authorizationId, String tan)
- Specified by:
confirmAisConsentDecoupledin interfaceConsentService
-
createPiisConsent
public void createPiisConsent(CreatePiisConsentRequestTO request, String psuId)
- Specified by:
createPiisConsentin interfaceConsentService
-
-