A Guice-ready security framework?

guice, security, spring-security

Solution

Apache Shiro 1.2 and later has native support for Guice applications:

http://shiro.apache.org/guice.html

HTH!

Problem

Has anybody seen a framework which is either written to work with Guice or a library that integrates an existing security system (ie: Acegi) with Guice? I have found the following thus far... http://code.google.com/p/warp-security/ (I think this abandonware) http://code.google.com/p/warp-security/ (no documentation)

Original source