upgrade-070-100.html 451 B

1234567891011121314151617181920
  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. The handle method
  12. now takes both the Callback and Authentication objects as arguments.</li>
  13. </ul>
  14. </body>
  15. </html>