Class CmsAspspStopListController

  • All Implemented Interfaces:
    de.adorsys.psd2.consent.aspsp.api.CmsAspspStopListApi

    @RestController
    public class CmsAspspStopListController
    extends Object
    implements de.adorsys.psd2.consent.aspsp.api.CmsAspspStopListApi
    • Constructor Detail

      • CmsAspspStopListController

        public CmsAspspStopListController()
    • Method Detail

      • getTppStopListRecord

        public org.springframework.http.ResponseEntity<de.adorsys.psd2.xs2a.core.tpp.TppStopListRecord> getTppStopListRecord​(String tppAuthorisationNumber,
                                                                                                                             String instanceId)
        Specified by:
        getTppStopListRecord in interface de.adorsys.psd2.consent.aspsp.api.CmsAspspStopListApi
      • blockTpp

        public org.springframework.http.ResponseEntity<Boolean> blockTpp​(String tppAuthorisationNumber,
                                                                         String instanceId,
                                                                         Long lockPeriod)
        Specified by:
        blockTpp in interface de.adorsys.psd2.consent.aspsp.api.CmsAspspStopListApi
      • unblockTpp

        public org.springframework.http.ResponseEntity<Boolean> unblockTpp​(String tppAuthorisationNumber,
                                                                           String instanceId)
        Specified by:
        unblockTpp in interface de.adorsys.psd2.consent.aspsp.api.CmsAspspStopListApi