Spring Security
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Ben Alex 55e4568003 Throw an exception instead of sending back a HTTP error code. This is necessary so any demonstration of upgrading from Servlet Spec authorization to Spring Security authorization, as the latter's ExceptionTranslationFilter expects specific exceptions to be thrown if you wish to commence the authentication process. 18 years ago
..
web Throw an exception instead of sending back a HTTP error code. This is necessary so any demonstration of upgrading from Servlet Spec authorization to Spring Security authorization, as the latter's ExceptionTranslationFilter expects specific exceptions to be thrown if you wish to commence the authentication process. 18 years ago
Account.java Enhance sample to show method authorization. 18 years ago
BankDao.java Enhance sample to show method authorization. 18 years ago
BankDaoStub.java Enhance sample to show method authorization. 18 years ago
BankService.java Enhance sample to show method authorization. 18 years ago
BankServiceImpl.java Enhance sample to show method authorization. 18 years ago
SeedData.java Enhance sample to show method authorization. 18 years ago