# Introduction
# apache-shiro-1.2.x-reference

Chinese translation of [Apache Shiro 1.2.x Reference Manual](http://shiro.apache.org/reference) and the other article collection. The laset version of Apache Shiro is 1.2.x. You can also see the demos of the reference at <https://github.com/waylau/apache-shiro-1.2.x-reference-demos>.There is also a GitBook version of the book: <http://waylau.gitbooks.io/apache-shiro-1-2-x-reference> or <https://www.waylau.com/apache-shiro-1.2.x-reference/>. Let's [READ](SUMMARY.md)!
《Apache Shiro 1.2.x 參考手冊》 中文翻譯(包含了官方文檔以及其他文章)。截止現在(2016-9-18)Shiro的最新版本為 1.3.2,利用業余時間對此進行翻譯,并在原文的基礎上,插入配圖,圖文并茂方便用戶理解。如有勘誤歡迎指正。
### Get Started 如何開始閱讀
選擇下面入口之一:
- <https://github.com/waylau/apache-shiro-1.2.x-reference> 的 [SUMMARY.md](SUMMARY.md)(源碼)
- <http://waylau.gitbooks.io/apache-shiro-1-2-x-reference> 點擊 Read 按鈕(同步更新,國內訪問速度一般)
- <https://waylau.com/apache-shiro-1.2.x-reference/>(國內訪問速度快,定期更新。最后更新于 2016-2-16)
### Code 源碼
書中所有示例源碼,移步至 <https://github.com/waylau/apache-shiro-1.2.x-reference-demos>
### Issue 意見、建議
如有勘誤、意見或建議歡迎拍磚 <https://github.com/waylau/apache-shiro-1.2.x-reference/issues>
### Contact 聯系作者:
- Blog: [waylau.com](https://waylau.com)
- Gmail: [waylau521(at)gmail.com](mailto:waylau521@gmail.com)
- Weibo: [waylau521](http://weibo.com/waylau521)
- Twitter: [waylau521](https://twitter.com/waylau521)
- Github : [waylau](https://github.com/waylau)
- Introduction
- 1. Introduction 介紹
- 2. Tutorial 教程
- 3. Architecture 架構
- 4. Configuration 配置
- 5. Authentication 認證
- 6. Authorization 授權
- 6.1. Permissions 權限
- 7. Realms
- 8. Session Management
- 9. Cryptography 密碼
- 10. Web
- 10.1. Configuration 配置
- 10.2. 基于路徑的 url 安全
- 10.3. Default Filters 默認過濾器
- 10.4. Session Management
- 10.5. JSP Tag Library
- 11. Caching 緩存
- 12. Concurrency & Multithreading 并發與多線程
- 13. Testing 測試
- 14. Custom Subjects 自定義 Subject
- 15. Spring Framework
- 16. Guice
- 17. CAS
- 18. Command Line Hasher
- 19. Terminology 術語
- 20. 10 Minute Tutorial 十分鐘教程
- 21. Beginner's Webapp Tutorial 初學者web應用教程
- 22. Application Security With Apache Shiro 用Shiro保護你的應用安全
- 23. CacheManager 緩存管理
- 24. Apache Shiro Cryptography Features 加密功能