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