roadmap.txt 1.5 KB

123456789101112131415161718192021222324252627282930313233
  1. ===============================================================================
  2. ACEGI SECURITY SYSTEM FOR SPRING - ROADMAP
  3. ===============================================================================
  4. The following changes/enhancements are proposed. We are not actively working
  5. towards any of these, but they're provided so those interested in contributing
  6. to the project have some ideas on where they could potentially add value.
  7. - Extend integration tests to support Resin (Ant startup/shutdown approach
  8. needed)
  9. - Sample application that demonstrates EJB remote method invocation with Acegi
  10. security system as login module on server side
  11. - Single sign on (SSO) web application that uses cookies and redirects (user
  12. accesses secured page, container FORM shown, container FORM redirs to SSO
  13. web app with target page passed as variable, SSO queries cookie to see if
  14. user already logged in, SSO completes user login, SSO redirects to container
  15. login page with Authentication being j_username etc, container logs user in
  16. and redirects to original secured page as per normal)
  17. - Web application to administer the JDBC authentication repository, so people
  18. don't need to write their own or rely on RDBMS tools to manage users etc
  19. The following are non-goals:
  20. - Orion container adapter. I did write a suitable adapter, but found the
  21. unresolved taglib support issue detailed at
  22. http://bugs.orionserver.com/issue/view.jsp?id=1081 prevented the sample
  23. application from being tested.
  24. $Id$