Interface ConsentService


  • public interface ConsentService
    • Method Detail

      • revokeConsent

        boolean revokeConsent​(String consentId)
      • confirmAisConsentDecoupled

        void confirmAisConsentDecoupled​(String userLogin,
                                        String encryptedConsentId,
                                        String authorizationId,
                                        String tan)
      • getListOfConsentsPaged

        de.adorsys.ledgers.util.domain.CustomPageImpl<ObaAisConsent> getListOfConsentsPaged​(String userLogin,
                                                                                            int page,
                                                                                            int size)