roadmap.txt 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637
  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. - Extend Spring remoting classes to transparently transport the Context
  10. - Sample application that demonstrates EJB remote method invocation with Acegi
  11. security system as login module on server side
  12. - Single sign on (SSO) web application that uses cookies and redirects (user
  13. accesses secured page, container FORM shown, container FORM redirs to SSO
  14. web app with target page passed as variable, SSO queries cookie to see if
  15. user already logged in, SSO completes user login, SSO redirects to container
  16. login page with Authentication being j_username etc, container logs user in
  17. and redirects to original secured page as per normal)
  18. - Unit tests for JDBC authentication provider
  19. - Web application to administer the JDBC authentication repository, so people
  20. don't need to write their own or rely on RDBMS tools to manage users etc
  21. The following are non-goals:
  22. - Orion container adapter. I did write a suitable adapter, but found the
  23. unresolved taglib support issue detailed at
  24. http://bugs.orionserver.com/issue/view.jsp?id=1081 prevented the sample
  25. application from being tested.
  26. $Id$