# Introduction
# apache-shiro-1.2.x-reference
![](https://box.kancloud.cn/5ec466e1b201659de798ed687c52a47b_239x85.png)
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 加密功能