Class AspspProfileController
- java.lang.Object
-
- de.adorsys.psd2.aspsp.profile.web.controller.AspspProfileController
-
@RestController @RequestMapping(path="/api/v1/aspsp-profile") public class AspspProfileController extends Object
-
-
Constructor Summary
Constructors Constructor Description AspspProfileController()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.http.ResponseEntity<de.adorsys.psd2.aspsp.profile.domain.AspspSettings>getAspspSettings()org.springframework.http.ResponseEntity<List<de.adorsys.psd2.xs2a.core.profile.ScaApproach>>getScaApproaches()
-
-
-
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()
-
-