parent
09fe6071e1
commit
9c33a862d4
|
@ -23,7 +23,7 @@ public interface BankService {
|
|||
|
||||
Account[] findAccounts();
|
||||
|
||||
@PreAuthorize("hasRole('supervisor') or "
|
||||
+ "hasRole('teller') and (#account.balance + #amount >= -#account.overdraft)")
|
||||
@PreAuthorize("hasAuthority('supervisor') or "
|
||||
+ "hasAuthority('teller') and (#account.balance + #amount >= -#account.overdraft)")
|
||||
Account post(Account account, double amount);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue