This website requires JavaScript.
Explore
Help
Sign In
Spring
/
spring-security
Watch
1
Star
0
Fork
0
You've already forked spring-security
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
e86c76f555cbe04ba69c65e941f8afa62a00dc34
spring-security
/
samples
/
tutorial
/
src
/
main
/
java
/
bigbank
History
Ben Alex
7e562031cc
Better demonstrate the new EL-based "overdraft" authorization rules.
2008-11-19 09:32:04 +00:00
..
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.
2007-12-14 19:44:50 +00:00
Account.java
Better demonstrate the new EL-based "overdraft" authorization rules.
2008-11-19 09:32:04 +00:00
BankDao.java
Enhance sample to show method authorization.
2007-12-14 02:27:48 +00:00
BankDaoStub.java
Enhance sample to show method authorization.
2007-12-14 02:27:48 +00:00
BankService.java
SEC-1013: Refactored out use of ConfigAttributeDefinition from remaining interfaces
2008-10-30 04:10:54 +00:00
BankServiceImpl.java
SEC-1013: Refactored out use of ConfigAttributeDefinition from remaining interfaces
2008-10-30 04:10:54 +00:00
SeedData.java
Enhance sample to show method authorization.
2007-12-14 02:27:48 +00:00