@RestController @RequestMapping(path="aspsp-api/v1/tpp") public class CmsAspspTppInfoController extends Object
| Constructor and Description |
|---|
CmsAspspTppInfoController() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<de.adorsys.psd2.xs2a.core.tpp.TppInfo> |
getTppInfo(String tppAuthorisationNumber,
String nationalAuthorityId,
String instanceId) |
@GetMapping(path="/{tpp-id}")
public org.springframework.http.ResponseEntity<de.adorsys.psd2.xs2a.core.tpp.TppInfo> getTppInfo(@RequestHeader(value="tpp-authorisation-number")
String tppAuthorisationNumber,
@RequestHeader(value="authority-id")
String nationalAuthorityId,
@RequestHeader(value="instance-id",required=false,defaultValue="UNDEFINED")
String instanceId)
Copyright © 2019. All rights reserved.