Class AspspSearchController

    • Constructor Detail

      • AspspSearchController

        public AspspSearchController​(de.adorsys.xs2a.adapter.api.AspspReadOnlyRepository aspspSearchService)
    • Method Detail

      • getAspsps

        public org.springframework.http.ResponseEntity<List<AspspTO>> getAspsps​(@RequestParam(required=false)
                                                                                String name,
                                                                                @RequestParam(required=false)
                                                                                String bic,
                                                                                @RequestParam(required=false)
                                                                                String bankCode,
                                                                                @RequestParam(required=false)
                                                                                String iban,
                                                                                @RequestParam(required=false)
                                                                                String after,
                                                                                @RequestParam(required=false,defaultValue="10")
                                                                                int size)
        Specified by:
        getAspsps in interface AspspSearchApi