Class CmsAspspStopListController
- java.lang.Object
-
- de.adorsys.psd2.consent.web.aspsp.controller.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 Summary
Constructors Constructor Description CmsAspspStopListController()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.http.ResponseEntity<Boolean>blockTpp(String tppAuthorisationNumber, String instanceId, Long lockPeriod)org.springframework.http.ResponseEntity<de.adorsys.psd2.xs2a.core.tpp.TppStopListRecord>getTppStopListRecord(String tppAuthorisationNumber, String instanceId)org.springframework.http.ResponseEntity<Boolean>unblockTpp(String tppAuthorisationNumber, String instanceId)
-
-
-
Method Detail
-
getTppStopListRecord
public org.springframework.http.ResponseEntity<de.adorsys.psd2.xs2a.core.tpp.TppStopListRecord> getTppStopListRecord(String tppAuthorisationNumber, String instanceId)
- Specified by:
getTppStopListRecordin interfacede.adorsys.psd2.consent.aspsp.api.CmsAspspStopListApi
-
blockTpp
public org.springframework.http.ResponseEntity<Boolean> blockTpp(String tppAuthorisationNumber, String instanceId, Long lockPeriod)
- Specified by:
blockTppin interfacede.adorsys.psd2.consent.aspsp.api.CmsAspspStopListApi
-
-