一本很好的介绍JAAS的书籍,有源代码下载。

来源:互联网 发布:unity3d程序员工资 编辑:程序博客网 时间:2024/05/16 12:33

书籍地址:http://www.jaasbook.com/ 

内容简介:
This site contains the book I wrote sometime back about the Java Authentication and Authorization Service, or JAAS. The book could do with some copy-editing, and even some more content. Despite those short-comings, the book covers the basics of JAAS, and then quickly goes into how to write database backed versions of JAAS service classes such as Policy, Configuration, and LoginModule.

Over the years, the "static" nature of JAAS always bugged me, and I spent this book figuring out how to make JAAS more dynamic.

章节:

The chapters are currently available as PDFs:

  • 01 - Introducing JAAS
  • 02 - Two Quick Examples
  • 03 - Authentication
  • 04 - Database-backed Authentication
  • 05 - Permisions and Access Control
  • 06 - A Custom Policy
  • 07 - Authentication Base Classes
  • 08 - JAAS for Data Access Control
  • 09 - JAAS in Web Applications
  • 10 - Extending JAAS Integration in Web Applications