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 f7ae69880c Minor tweaking so the tutorial is a little more illustrative of the present namespace capabilities. 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. 19 years ago
Account.java Enhance sample to show method authorization. 19 years ago
BankDao.java Enhance sample to show method authorization. 19 years ago
BankDaoStub.java Enhance sample to show method authorization. 19 years ago
BankService.java Sample should permit people to anonymously call all methods except post(Account). 18 years ago
BankServiceImpl.java Minor tweaking so the tutorial is a little more illustrative of the present namespace capabilities. 18 years ago
SeedData.java Enhance sample to show method authorization. 19 years ago