@RestController @MiddlewareResetResource @RequestMapping(value="/staff-access/data") public class ResetDataMgmtStaffResource extends Object implements ResetDataMgmtStaffAPI
BASE_PATH| Constructor and Description |
|---|
ResetDataMgmtStaffResource() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<Void> |
account(String iban) |
org.springframework.http.ResponseEntity<Void> |
branch(String branchId) |
@PreAuthorize(value="hasAnyRole(\'STAFF\',\'SYSTEM\')") public org.springframework.http.ResponseEntity<Void> account(String iban)
account in interface ResetDataMgmtStaffAPI@PreAuthorize(value="hasAnyRole(\'STAFF\',\'SYSTEM\')") public org.springframework.http.ResponseEntity<Void> branch(String branchId)
branch in interface ResetDataMgmtStaffAPICopyright © 2019. All rights reserved.