@RestController @RequestMapping(path="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<ScaApproach> |
getScaApproach() |
@GetMapping public org.springframework.http.ResponseEntity<AspspSettings> getAspspSettings()
@GetMapping(path="/sca-approach") public org.springframework.http.ResponseEntity<ScaApproach> getScaApproach()
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.