Class AspspProfileUpdateController


  • @Profile("debug_mode")
    @RestController
    @RequestMapping(path="/api/v1/aspsp-profile/for-debug")
    public class AspspProfileUpdateController
    extends Object
    • Constructor Detail

      • AspspProfileUpdateController

        public AspspProfileUpdateController()
    • Method Detail

      • updateScaApproach

        @PutMapping(path="/sca-approaches")
        public org.springframework.http.ResponseEntity<Void> updateScaApproach​(@RequestBody
                                                                               List<String> newScaApproaches,
                                                                               @RequestHeader(value="Instance-ID",required=false,defaultValue="")
                                                                               String instanceId)
      • updateAspspSettings

        @PutMapping(path="/aspsp-settings")
        public org.springframework.http.ResponseEntity<Void> updateAspspSettings​(@RequestBody
                                                                                 de.adorsys.psd2.aspsp.profile.domain.AspspSettings aspspSettings,
                                                                                 @RequestHeader(value="Instance-ID",required=false,defaultValue="")
                                                                                 String instanceId)
      • enableMultitenancy

        @PutMapping(path="/multitenancy/enabled")
        public org.springframework.http.ResponseEntity<Void> enableMultitenancy​(@RequestBody
                                                                                Boolean multitenancyEnabled)