Class AspspProfileController


  • @RestController
    @RequestMapping(path="/api/v1/aspsp-profile")
    public class AspspProfileController
    extends Object
    • Constructor Detail

      • AspspProfileController

        public AspspProfileController()
    • Method Detail

      • getAspspSettings

        @GetMapping
        public org.springframework.http.ResponseEntity<de.adorsys.psd2.aspsp.profile.domain.AspspSettings> getAspspSettings()
      • getScaApproaches

        @GetMapping(path="/sca-approaches")
        public org.springframework.http.ResponseEntity<List<de.adorsys.psd2.xs2a.core.profile.ScaApproach>> getScaApproaches()