Interface ConsentService
-
public interface ConsentService
-
-
Method Summary
All Methods Instance Methods Abstract 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
List<ObaAisConsent> getListOfConsents(String userLogin)
-
revokeConsent
boolean revokeConsent(String consentId)
-
confirmAisConsentDecoupled
void confirmAisConsentDecoupled(String userLogin, String encryptedConsentId, String authorizationId, String tan)
-
createPiisConsent
void createPiisConsent(CreatePiisConsentRequestTO request, String psuId)
-
-