upgrade-070-100.html 682 B

12345678910111213141516171819202122
  1. <html>
  2. <head>
  3. <title>Acegi Security - Upgrading from version 0.7.0 to 1.0.0</title>
  4. </head>
  5. <body>
  6. <h1>Upgrading from 0.7.0 to 1.0.0</h1>
  7. <p>
  8. The following should help most casual users of the project update their
  9. applications:
  10. <ul>
  11. <li>The JaasAuthenticationCallbackHandler interface has had it's setAuthentication method removed.
  12. The handle method now takes both the Callback and Authentication objects as arguments.</li>
  13. <li>Added AuthenticationException to the AutenticationEntryPoint.commence method signature.</li>
  14. <li>Added AccessDeniedException to the SecurityEncorcementFilter.sendAccessDeniedError method signature.</li>
  15. </ul>
  16. </body>
  17. </html>