This is my notes. The official presentation slides will be at:
http://www.ja-sig.org/wiki/display/JCON/Denver+2007+presentations
Spring Security
- Authentication Features: LDAP, DAO, JAAS, Run-As replacement, .. write your own
- Technical Details:
- USe Spring IoC
- Interface Driven
- Cohesion high, loosely coupled
- Encourage customization and extension
- Java 1.3+
- Servlet container > Filter To Bean Proxy (Chain)> Filter X > Servlet
- HtpSessionContext; Logout; Authentication Mechanism -- LDAP and so on; Exception; FilterSecurity Interceptor
- http://www.acegisecurity.org/petclinic-tutorial.html
No comments:
Post a Comment