Class AspspProfileController


  • @RestController
    @RequestMapping(path="/api/v1/aspsp-profile")
    public class AspspProfileController
    extends Object
    • Constructor Detail

      • AspspProfileController

        public AspspProfileController()
    • Method Detail

      • getAspspSettings

        @GetMapping
        public org.springframework.http.ResponseEntity<de.adorsys.psd2.aspsp.profile.domain.AspspSettings> getAspspSettings​(@RequestHeader(value="Instance-ID",required=false,defaultValue="")
                                                                                                                            String instanceId)
      • getScaApproaches

        @GetMapping(path="/sca-approaches")
        public org.springframework.http.ResponseEntity<List<de.adorsys.psd2.xs2a.core.profile.ScaApproach>> getScaApproaches​(@RequestHeader(value="Instance-ID",required=false,defaultValue="")
                                                                                                                             String instanceId)
      • isMultitenancyEnabled

        @GetMapping(path="/multitenancy/enabled")
        public org.springframework.http.ResponseEntity<Boolean> isMultitenancyEnabled()