What is a good security framework or API?

frameworks, java, security

Solution

Spring Security - http://static.springsource.org/spring-security/site/ - offers pretty much everything you can think of and works perfectly if you're already using Spring for IOC (inversion of control).

Problem

Is there a framework to be used when you build an application with security? (Preferably in Java.)

Original source