Class ConsentResource

    • Constructor Detail

      • ConsentResource

        public ConsentResource()
    • Method Detail

      • grantPIISConsent

        @PreAuthorize("hasAnyRole(\'STAFF\',\'CUSTOMER\') and hasAccessToAccountsWithIbans(#aisConsent.access.listedAccountsIbans)")
        public org.springframework.http.ResponseEntity<SCAConsentResponseTO> grantPIISConsent​(AisConsentTO aisConsent)
        Specified by:
        grantPIISConsent in interface ConsentRestAPI