@RestController @RequestMapping(path="/api/v1/aspsp-profile") public class AspspProfileController extends Object
| Constructor and Description |
|---|
AspspProfileController() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<AspspSettings> |
getAspspSettings() |
org.springframework.http.ResponseEntity<List<de.adorsys.psd2.xs2a.core.profile.ScaApproach>> |
getScaApproaches() |
@GetMapping public org.springframework.http.ResponseEntity<AspspSettings> getAspspSettings()
@GetMapping(path="/sca-approaches") public org.springframework.http.ResponseEntity<List<de.adorsys.psd2.xs2a.core.profile.ScaApproach>> getScaApproaches()
Copyright © 2019. All rights reserved.